html,body{
	height:100%;
}
body {
  font-size: .875rem;
/*
  background-image:url("3232.png");
  background-size:contain;	
  background-repeat:no-repeat;
  background-position:center;
*/ 	
}
.m-t-b-15{
  margin:15px 0;
}
.n-r{
  border-radius: 0;
}
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.modal .select2-container{
  display: block;
}
#category_list li{
  list-style: none;

}
#category_list{
  overflow-x: scroll;
  overflow-y: scroll;
  border: 1px solid #dee2e6;
}
#category_list li a{
  display: inline-block;
  padding: 4px 0;
  color:#000;
  font-size: 13px;

}

#view_buttnon{
  margin:5px 0 20px 0;
}

#admin_dashboard .feather{
  width:24px;
  height:24px;
}
#dashboard_menu #create_menu{
  border-radius:0;
  margin-bottom:20px;
}
#dashboard_menu ul li span{
  display: inline-block;
  margin-right: 15px;
}
#admin_dashboard .card:hover{
  text-decoration: none;
}
#admin_dashboard .card-title{
    font-size: 13px;
    font-weight: 200;
    text-transform: uppercase;
}
#documentFile .btn-upload{
  width: 200px;
}
#documentFile span{

  position: absolute;
  margin-left: -66px;
  text-transform: uppercase;
  margin-top: 3px;

}
#documentFile .btn-upload input{
  opacity: 0;
  width: 200px;
  float: left;
}
.view_content{
  padding: 20px 10px;
  border: 1px solid #dee2e6;
  min-height: 100px;
  width: 100%;
}
.view a{
  color: #000;
}
.select2-selection{
  border-radius: 0;
}
.extends_document{
  margin-bottom:0;
}
.extends_document li.list-inline-item{
  margin-right: 0;
}
.extends_document li button:focus{
  background-color: #6c757d;
  color:#fff;
}
.extends_document li a,.extends_document li button{
  border-radius: 0;
  border-bottom: 0;
  border-color: #dee2e6;
}
.delete_mark{
  color:#f32203;
}

.status_active,.status_passive{
  color:#fff;
  font-weight: 200;
  padding: 0 10px;
}
.status_active{
  background-color:#028c7f;
}
.status_passive{
  background-color:#ef7979;
}
#loading-bar .bar {
  border:2px solid rgb(253 4 4);
}
#full_search_wrapper{
  border:1px solid #dee2e6;
  padding: 20px 10px;
  margin-bottom: 20px;
}
#full_search_wrapper  form button{
  border-radius: 0;
  margin:15px;
  color:#fff;
}
#full_search_wrapper input,#full_search_wrapper select{
  margin:5px 10px;
  border-radius: 0;
}
.text-black{
  color:#000 !important;
}
.error_true{
  border: 1px solid red;
}
/*
#category_list li a span::before{

  content: ".";
  position: relative;
  top:4px;
  height:5px;
  border:5px solid #005458;
  display: block;
  width:5px;
  float: left;
  background-color: #005458;
  border-radius: 100%;
  margin-right: 5px;

}

*/
/*
 * Sidebar
 */

#sidebarMenu{
//  display: none ;

}
#pagination {
  padding: 10px;
}
.list_document a{
  color:#000;
}
.list_document td svg{
  float: right;
  margin-top:-26px;
  margin-right: 10px;
}
#pagination ul li a{
  display: inline-block;
  padding: 5px 10px;
  border:1px solid #fff;
  background:#34a2b0;
  color:#fff;
  font-size:16px;
}
.result_list a.btn{
  border-radius: 0;
  margin:20px 0;
}
#pagination ul li.active a{
  border:1px solid #000;
  background:#fff;
  color:#000;
}

.sidebar{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.sub-menu li a{
 color:#000;
  font-weight: 300;
}
.table-list .table-dark{
  background-color: #315982;
}
.table-list table td a{
  color:#000;
  margin-left: 10px;
}
.table-list  .page-item.active .page-link{
  background-color: #315988;
  border-color: #315988;
}
.sub-menu .dropdown {
  list-style-type:disc;
}
.sub-menu li a:hover{
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
 // text-transform: capitalize;
  font-size: 0.9rem;
  font-weight: 300;
  text-indent: 1;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
  font-weight: 200;
}
.exit{
  border:1px solid #fff;
  padding: 5px 15px !important;
}
nav.navbar{
  background-color: rgb(1 151 167);
}
nav.navbar input{
  margin-left: 10px
}
nav.navbar a{
  color: #fff;
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
