html{
  position: relative !important;
  min-height: 100% !important;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
table.dataTable{
  font-size: 13px !important;
}

table.dataTable thead th, table.dataTable thead td {
  
  border-bottom: 0px  !important;
  font-size: 13px;
  
}

.dataTables_filter{
  display: none !important;
}
table.dataTable thead.filter_table th{
  padding: 3px;
  border-bottom: 1px solid #111;
  border-top: 1px solid #dee2e6;
}
table.dataTable thead.filter_table th input{
  padding: 5;
  border: 0;
  width: 100%;
  font-size: 12px;
}
.dataTables_scroll div.dataTables_scrollBody{
  border-bottom:0px solid rgb(232 232 232) !important;
}
body {
  font-size: 13px !important;
  background-color: #f5f5f5!important;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 45px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px; /* Set the fixed height of the footer here */
  line-height: 45px; /* Vertically center the text there */
  background-color: #fff !important;
  font-size: 14px!important;
}
.dropdown-item {
  font-size: 12px  !important;
}
main{
  padding: 10px;
}
.navbar-brand-logo{
  height:34px;
  padding-left: 8px !important;
}

.main-box{


}

.TopNav {
  background-color: #fff!important;
 font-size: 13px !important;
 padding-top: 0!important;
 font-weight: bold; 
      box-shadow: 1px 5px 6px -3px rgba(227 227 227 / 75%);
-webkit-box-shadow: 1px 5px 6px -3px rgba(227 227 227 / 75%);
-moz-box-shadow: 1px 5px 6px -3px rgba(227 227 227 / 75%);
}
.SideBar{
font-size: 14px;
background-color: #fff;
border-radius: 5px;
}
#filterby{
  border:none;
}
.bg-outline{
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000 !important;
}
.btn-secondary{
    
    font-weight: normal;
    font-size: 12px;
    color: #2b2b2b;
    background-color: #e9ecef;
    border-color: #cdcdcd;

}
.bg-no-outline{
  border: 0;
  color: #000 !important;
  font-size: 12px !important;
  padding-right: 15px !important;
}
.sub-nav-link {
  padding-left: 10px !important;
} 
.navbar-light .navbar-nav .nav-link {
  color: #41464b !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  display: inline-block;
  text-decoration: none;
  color: #ec5b08 !important;
margin-bottom: -2px;

}
.font-privilege-title{
    font-size: 11px;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd{
    background-color:#fff !important;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{
     background-color:#fafafa!important;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #535457;
    border-color: #0d6efd;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
     display: inline-block;
  text-decoration: none;
  color: #ec5b08 !important;
  margin-bottom: -2px;
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: #c7c7c7 !important;
}
.navbar-sub>li>a {
  padding: 6px 12px!important;
  min-height: 20px;
  border-radius: 5px;
  margin-right: 15px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  margin: 0 2px;
  
}
p.col-field-info{
  color: #2470dc;
  padding-top: 2px;
  padding-bottom: 0;
  margin: 0;

}
.label-for-text{
  padding-top: 3px ;
  padding-bottom: 0 ;
}
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  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);
}

@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. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */
.navbar{
  background-color: #fff;
}
.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
 
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}
.nav-right-title{
  font-weight: 500;
}
.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);
}
.form-control-plaintext{
  color:#2470dc !important;
}
.form-control{
     font-size: 13px!important;
}

.modal-header{
  padding: 0.5rem 1rem !important;
 
  background: #fbfbfb !important;
  border-bottom: 0!important;
}
.modal-title{
  font-size: 16px !important;
  font-weight: 800;
  margin-bottom: 17px;
  line-height: 1.5;
  padding: 14px;
}
.modal-body{
  padding: 0 !important;
  background-color: rgb(222 222 222);
  
}



/* Style the tab */
.tab {
  float: left;
  
  background-color: rgb(222 222 222);
  width: 20%;
 

}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 10px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;


}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: rgb(235, 235, 235);
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: rgb(187, 185, 185);
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 12px;
  border-left: none;
  height: 100%;
  background-color: #fbfbfb;
  min-height: 300px;
      width: 100%;
}
.badge {
	font-size:12px !important;
	height: 22px;
        font-weight: normal;
}
.SideBar-Sub1{
       min-height: 100px !important;
}
.title-badge{
	line-height:0;
}
.form-label-text{
  color:#2470dc !important;
}
.content_box{
  padding: 10px 30px; background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  min-width: 250px;
}
.main_box_title{
  font-size: 14px !important;
  color: #000;
  font-weight: bold;
  padding-top: 10px;
}
.main_box_detail{
  font-size: 13px !important;
  padding-top: 10px;
}
.main_box_detail_blank{
  font-size: 16px !important;
  height: 600px;
}

.accordion-button{
    padding: 0.6rem 1.25rem !important;
     font-size: 14px !important;
}
.accordion{
    margin-top: 8px;
    
}
.accordion-item {
    background-color: #fff;
}
.accordion-button:not(.collapsed)
{
    background-color: #fff;
}
 .form-select:focus{
            box-shadow: none !important;
        }
        .csm_search_result{
            padding-top:40px;
        }
        .TopNav   .nav-link{
              font-size: 15px;
                   color: #525252 !important;
        }
          .nav-link.active, .nav-link:focus, .nav-link:hover{
                color: #ec5b08 !important;
        }
        .datepicker{
            font-size: 12px !important;
        } 
        .dropdown-menu{
            padding-top: 0px !important;
        }      
        
        table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled{
          vertical-align: top !important;
        }
        
        .nav-tabs .nav-link {
    color: #000 !important;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
    vertical-align: top !important;
}


table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
    vertical-align: top !important;
}

.example_wrapper{
    overflow-x: auto;
}

.fixed-table-toolbar .btn-secondary
{
    font-size: 10px !important;
    padding: 5px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ccc !important;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #ccc !important;
}