@font-face{
  src: url('/fonts/Lato-Regular.ttf');
  font-family: 'lato_r';
}
@font-face{
  src: url('/fonts/OpenSans-Regular.ttf');
  font-family: 'openSans_r';
}
@font-face{
  src: url('/fonts/roboto/Roboto-Regular.ttf');
  font-family: 'roboto_r';
}
@font-face{
  src: url('/fonts/roboto/Roboto-Light.ttf');
  font-family: 'roboto_l';
}
@font-face {
    font-family: 'khmerKoulen';
    src: url('/fonts/KhmerOSKoulen.ttf');
}
@font-face {
    font-family: 'khmerOs';
    src: url('/fonts/KhmerOS.ttf');
}
@font-face {
    font-family: 'khmerOsmoul';
    src: url('/fonts/KhmerOSmuollight_0.ttf');
}
@font-face {
    font-family: 'KhmerOSbattambang';
    src: url('/fonts/KhmerOSbattambang.ttf');
}
@font-face {
    src: url('/fonts/OpenSans-Regular.ttf');
    font-family: 'opensans_l';
}
.time_new{
  font-family: 'Times New Roman' !important;
}
.roboto_r{
  font-family: 'roboto_r' !important;
}
.roboto_r *{
  font-family: 'roboto_r' !important;
}
.roboto_l{
  font-family: 'roboto_l' !important;
}
.roboto_l *{
  font-family: 'roboto_l' !important;
}
.lato_r{
  font-family: 'lato_r' !important;
}
#clock *{
  font-family: 'khmerOsmoul' !important;
}
/*#clock .date{
  font-family: 'khmerOsmoul' !important;
  font-family: 'khmerKoulen' !important;
}*/
.openSans_r{
  font-family: 'openSans_r' !important;
}
.dataTables_empty,
.KHMERBTB{
  font-family: 'roboto_r', 'KhmerOSbattambang' !important;
}
.KHMERBTB *{
  font-family: 'roboto_r', 'KhmerOSbattambang' !important;
}
.khmerOsmoul{
  font-family: 'roboto_r', 'khmerOsmoul' !important;
}
.breadcrumb li,.breadcrumb li a,.sidebar-text{
  font-family: 'KhmerOSbattambang' !important;
}
div,h1,h2,h3,h4,h5,h6,.panel-body a,.next a,.previous a,a.btn,th,label,li,option,button,span.label{
  font-family: 'roboto_r','KhmerOSbattambang' !important;
}
.modal-content,
.input-group-addon,
.form-control,
.btn{
  border-radius: 1px;
  /*border: 1px solid red;*/
}
.td-action .btn{
  padding: 2px 7px;
  border-radius: 0;
  margin-top: 2px;
}
.td-action .btn i{
  font-size: 11px;
}
.breadcrumb{
  background: none;
}
.alert{
  display:block;
}
.cke_dialog{
  z-index: 999999999922222222222222222299999999999999 !important;
}
small{ color: red; font-size: 12px; }
.bg-white{background: #fff; box-shadow: 0 3px 3px rgba(0,0,0,0.25); padding: 20px;}
.nbr{border-radius: 0;}
.bb{border-bottom: 1px solid #E91E63;}
.pt-0{padding-top: 0;}
.pt-1{padding-top: 5px;}
.pt-2{padding-top: 10px;}
.pt-3{padding-top: 15px;}
.pt-4{padding-top: 20px;}
.pt-5{padding-top: 25px;}
.pb-0{padding-bottom: 0;}
.pb-1{padding-bottom: 5px;}
.pb-2{padding-bottom: 10px;}
.pb-3{padding-bottom: 15px;}
.pb-4{padding-bottom: 20px;}
.pb-5{padding-bottom: 25px;}
.pl-0{padding-left: 0;}
.pl-1{padding-left: 5px;}
.pl-2{padding-left: 10px;}
.pl-3{padding-left: 15px;}
.pl-4{padding-left: 20px;}
.pl-5{padding-left: 25px;}
.pr-0{padding-right: 0;}
.pr-1{padding-right: 5px;}
.pr-2{padding-right: 10px;}
.pr-3{padding-right: 15px;}
.pr-4{padding-right: 20px;}
.pr-5{padding-right: 25px;}
.mt-0{margin-top: 0;}
.mt-05{margin-top: 3px;}
.mt-1{margin-top: 5px;}
.mt-15{margin-top: 9px;}
.mt-2{margin-top: 10px;}
.mt-3{margin-top: 15px;}
.mt-4{margin-top: 20px;}
.mt-5{margin-top: 25px;}
.mb-0{margin-bottom: 0 !important;}
.mb-1{margin-bottom: 5px;}
.mb-2{margin-bottom: 10px;}
.mb-3{margin-bottom: 15px;}
.mb-4{margin-bottom: 20px;}
.mb-5{margin-bottom: 25px;}
.mr-0{margin-right: 0 !important;}
.mr-1{margin-right: 5px;}
.mr-2{margin-right: 10px;}
.mr-3{margin-right: 15px;}
.mr-4{margin-right: 20px;}
.mr-5{margin-right: 25px;}
.ml-0{margin-left: 0 !important;}
.ml-1{margin-left: 5px;}
.ml-2{margin-left: 10px;}
.ml-3{margin-left: 15px;}
.ml-4{margin-left: 20px;}
.ml-5{margin-left: 25px;}


.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px
}

.timeline>li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li>.timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative
}

.timeline>li>.timeline-item>.time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px
}

.timeline>li>.timeline-item>.timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1
}

.timeline>li>.timeline-item>.timeline-header>a {
    font-weight: 600
}

.timeline>li>.timeline-item>.timeline-body,
.timeline>li>.timeline-item>.timeline-footer {
    padding: 10px
}

.timeline>li>.fa,
.timeline>li>.glyphicon,
.timeline>li>.ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0
}

.timeline>.time-label>span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px
}

.timeline-inverse>li>.timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none
}

.timeline-inverse>li>.timeline-item>.timeline-header {
    border-bottom-color: #ddd
}

.bg-green{
    background-color: #00a65a !important;
    color: #fff !important;
}


.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

input,select{box-shadow: none !important;}
a{transition: 0.2s linear;}
a:focus{text-decoration: none !important;}
img{max-width: 100%;}
a:hover{text-decoration: none;}
h1,h2,h3,h4,h5,h6{margin: 0;}
body{
  background: #EEEEEE;
}
/*====== Sidebar Left ======*/
.sidebar-divider{
  padding: 2px 20px;
}
.sidebar-divider:after{
  content: '';
  height: 1px;
  width: 100%;
  background: #eee;
  display: block;
}
#sidebar-left{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 0;
  height: calc(100vh);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  background: url('../img/bg-sidebar.jpg') center center;
  background-size: cover;
}
#sidebar-left .sidebar-sticky{
  background: rgba(255, 255, 255,0.88);
  height: 100%;
  position: relative;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#sidebar-left .sidebar-brand h3 a{
  display: block;
  padding: 15px 0;
  text-align: center;
  color: #636D79;
  margin: 5px 10px;
  border-bottom: 1px solid #E91E63;
}
#sidebar-left .sidebar-brand h3 a .sidebar-icon{
  color: #E91E63;
}
#sidebar-left .sidebar-brand h3 a .sidebar-text{
  padding-left: 10px;
  font-size: 20px;
}
#sidebar-left .panel{
  border: none;
  background: none;
  box-shadow: none;
}
#sidebar-left .panel-heading{
  background: none;
  padding: 0;
}
#sidebar-left .panel-heading h4 a{
  display: block;
  padding: 15px 10px;
  margin: 10px 12px;
  border-radius: 3px;
  color: #636D79;
}
#sidebar-left .panel-body ul.nav li.active a:hover,
#sidebar-left .panel-body ul.nav li.active a,
#sidebar-left .panel-heading h4.active a:hover,
#sidebar-left .panel-heading h4.active a{
  background: rgba(255,255,255,0.9);
  box-shadow: 0 3px 5px rgba(0,0,0,0.25);
}
#sidebar-left .panel-body ul.nav li a:hover,
#sidebar-left .panel-heading h4 a:hover{
  background: rgba(214, 214, 214,0.5);
}
#sidebar-left .sidebar-sub-icon{
  width: 30px;
  text-align: center;
  font-size: 16px;
  color: #E91E63;
}
#sidebar-left .sidebar-icon{
  width: 30px;
  text-align: center;
  font-size: 20px;
}
#sidebar-left .panel-body{
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
#sidebar-left .panel-body ul.nav li a{
  display: block;
  padding: 12px 15px;
  margin: 0 12px 10px 12px;
  border-radius: 3px;
  color: #636D79;
}
#sidebar-left .panel-body ul.nav li:last-child a{
  margin-bottom: 0!important;
}
/*====== Sidebar Small ======*/
#sidebar-left.sidebar-small{
  width: auto;
}
#sidebar-left.sidebar-small .panel-body ul.nav li a,
#sidebar-left.sidebar-small .panel-heading h4 a{
  display: inline-block;
  padding: 12px 10px;
  margin-bottom: 5px;
}
#sidebar-left.sidebar-small .sidebar-text{
  display: none;
}
/*============= Sidebar Cloae =========*/
#sidebar-left #sidebar-close{
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  opacity: 0.5;
  position: absolute;
  padding-top: 5px;
  right: 10px;
  top: 5px;
  color: #fff;
  transition: 0.3s linear;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
}
#sidebar-left #sidebar-close:hover{
  opacity: 0.9;
}
/*====== Account Dropdown ======*/

.dropdown-menu.notify-drop {
  min-width: 330px;
  background-color: #fff;
  min-height: 360px;
  max-height: 360px;
}
.dropdown-menu.notify-drop .notify-drop-title {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 15px 10px 15px;
}
.dropdown-menu.notify-drop .drop-content {
  min-height: 280px;
  max-height: 280px;
  overflow-y: scroll;
}
.dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track
{
  background-color: #F5F5F5;
}

.dropdown-menu.notify-drop .drop-content::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}

.dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb
{
  background-color: #ccc;
}
.dropdown-menu.notify-drop .drop-content > li {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0px 5px 0px;
}
.dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
  background-color: #fafafa;
}
.dropdown-menu.notify-drop .drop-content > li:after {
  content: "";
  clear: both;
  display: block;
}
.dropdown-menu.notify-drop .drop-content > li:hover {
  background-color: #fcfcfc;
}
.dropdown-menu.notify-drop .drop-content > li:last-child {
  border-bottom: none;
}
.dropdown-menu.notify-drop .drop-content > li .notify-icon {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 21px;
}
.dropdown-menu.notify-drop .drop-content > li .notify-icon i{
  background: #57B357;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  color: #fff;
}
.dropdown-menu.notify-drop .drop-content > li .notify-text {
  padding: 5px 0;
}
.dropdown-menu.notify-drop .drop-content > li .notify-text .text-company{

}
.dropdown-menu.notify-drop .drop-content > li .notify-text .text-service{
  color: #555;
  margin-top: 1px;
}
.dropdown-menu.notify-drop .drop-content > li .notify-text .text-company,
.dropdown-menu.notify-drop .drop-content > li .notify-text .text-service{
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-menu.notify-drop .drop-content > li {
  font-weight: bold;
  font-size: 11px;
  padding: 0;
}
.dropdown-menu.notify-drop .drop-content > li > a{
  display: block;
  padding: 5px 0;
}
.dropdown-menu.notify-drop .drop-content > li p.time {
  font-size: 10px;
  font-weight: 600;
  top: -6px;
  margin: 9px 0px 0px 0px;
  padding: 0px 3px;
  border: 1px solid #e2e2e2;
  position: relative;
  background-image: linear-gradient(#fff,#f2f2f2);
  display: inline-block;
  border-radius: 2px;
  color: #B97745;
}
.dropdown-menu.notify-drop .drop-content > li p.time:hover {
  background-image: linear-gradient(#fff,#fff);
}
.dropdown-menu.notify-drop .notify-drop-footer {
  border-top: 1px solid #e2e2e2;
  bottom: 0;
  position: relative;
  padding: 8px 15px;
}
.dropdown-menu.notify-drop .notify-drop-footer a {
  color: #777;
  text-decoration: none;
}
.dropdown-menu.notify-drop .notify-drop-footer a:hover {
  color: #333;
}
.dropdown-toggle > .fa {
  position: relative;
  width: 36px;
  font-size: 24px;
}

.dropdown-toggle > .fa > .badge {
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  font-family: sans-serif;
}

.dropdown-toggle > .fa {
  top: 3px;
  line-height: 12px;
}

.dropdown-toggle > .fa > .badge {
  top: -10px;
}

@media (max-width: 575px) {
  .navbar-right{
    text-align: right;
  }
  #notifications{
    margin-top: 15px;
  }
  #account{
    margin-bottom: 12px;
  }
  #account .dropdown-menu{
    margin-top: 13px;
  }
  #account a.dropdown-toggle{
    box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
    background: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 25px;
    color: #E91E63;
    border: 2px solid #fff;
    transition: 0.2s linear;
  }
  #account a.dropdown-toggle:hover{
    box-shadow: 2px 2px 17px rgba(0,0,0,0.6);
  }

  .dropdown-toggle {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }
  .dropdown-toggle > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }
  .dropdown-toggle > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 576px) {
  .dropdown-toggle {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }
  .dropdown-toggle > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }
  .dropdown-toggle > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 768px) {
  .dropdown-toggle {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }
  .dropdown-toggle > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }
  .dropdown-toggle > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 992px) {
  .dropdown-toggle {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }
  .dropdown-toggle > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }
  .dropdown-toggle > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 1200px) {
  .dropdown-toggle {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }
  .dropdown-toggle > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }
  .dropdown-toggle > .fa > .badge {
    top: -7px;
  }
}
.navbar-right{
  text-align: right;
}
#notifications{
  margin-top: 15px;
}
#account{
  margin-bottom: 12px;
}
#account .dropdown-menu{
  margin-top: 13px;
}
#account a.dropdown-toggle{
  box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
  background: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 25px;
  color: #E91E63;
  border: 2px solid #fff;
  transition: 0.2s linear;
}
#account a.dropdown-toggle:hover{
  box-shadow: 2px 2px 17px rgba(0,0,0,0.6);
}
/*====== Main ======*/
#main{
  /*transition: 0.1s linear;*/
}
#main #sidebar-toggle{
  background: #fff;
  box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: 0.3s linear;
}
#main #sidebar-toggle:hover{
  background: #f9f9f9;
}
/*Main Body Section*/
#main{
  padding: 0 25px;
}
/*============= Clock ==============*/
#clock{
  margin-top: -1vh;
  text-align: center;
  color: #222;
  font-family: 'roboto_r' !important;
}
#clock .time .hour-min{
  line-height: 170px;
  font-size: 150px;
  margin-right: 20px;
}
#clock .time ul{
  display: inline-block;
}
#clock .time ul li{
  line-height: 85px;
  font-size: 60px;
}
#clock .time ul .am-pm{
  font-size: 55px;
}
#clock .date{
  line-height: 35px;
  font-size: 42px;
}

@media (max-width: 768px) {
  #main{
    padding: 0 15px;
  }
  /*====== When sidebar Mobile ======*/
  /*============= Clock ===============*/
  #clock{
    margin-top: 0;
  }
  #clock .time .hour-min{
    line-height: 1em;
    font-size: 85px;
    margin-right: 10px;
    padding: 0;
  }
  #clock .time ul{
    display: inline-block;
  }
  #clock .time ul .am-pm{
    font-size: 35px;
    line-height: 60px;
  }
  #clock .time ul .sec{
    line-height: 10px;
    font-size: 45px;
  }
  #clock .date{
    line-height: 20px;
    font-size: 25px;
  }

}
.text-white {
    color: #fff!important
}

.text-primary {
    color: #2196f3!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0c7cd5!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62!important
}

a.text-success:focus,
a.text-success:hover {
    color: #3d8b40!important
}

a.text-info:focus,
a.text-info:hover {
    color: #008fa1!important
}

.text-warning {
    color: #ffeb3b!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ffe608!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #ea1c0d!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124!important
}

.bmd-help,
.text-muted {
    color: #6c757d!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-warning {
    color: #ff9800!important
}

.text-primary {
    color: #9c27b0!important
}

.text-danger {
    color: #f44336!important
}

.text-success {
    color: #4caf50!important
}

.text-info {
    color: #00bcd4!important
}

.text-rose {
    color: #e91e63!important
}

.text-gray {
    color: #999!important
}



.togglebutton {
    vertical-align: middle
}
.togglebutton,
.togglebutton .toggle,
.togglebutton input,
.togglebutton label {
    user-select: none
}
.togglebutton label {
    cursor: pointer
}
.form-group.is-focused .togglebutton label,
.togglebutton label {
    color: rgba(0, 0, 0, .26)
}
.form-group.is-focused .togglebutton label:focus,
.form-group.is-focused .togglebutton label:hover {
    color: rgba(0, 0, 0, .54)
}
fieldset[disabled] .form-group.is-focused .togglebutton label {
    color: rgba(0, 0, 0, .26)
}
.togglebutton label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0
}
.togglebutton label .toggle {
    text-align: left;
    margin-left: 5px
}
.togglebutton label .toggle,
.togglebutton label input[type=checkbox][disabled]+.toggle {
    content: "";
    display: inline-block;
    width: 30px;
    height: 15px;
    background-color: rgba(80, 80, 80, .7);
    border-radius: 15px;
    margin-right: 15px;
    transition: background .3s ease;
    vertical-align: middle
}
.togglebutton label .toggle:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4);
    left: -5px;
    top: -2.5px;
    border: 1px solid rgba(0, 0, 0, .54);
    transition: left .3s ease, background .3s ease, box-shadow .1s ease
}
.togglebutton label input[type=checkbox][disabled]+.toggle:after,
.togglebutton label input[type=checkbox][disabled]:checked+.toggle:after {
    background-color: #bdbdbd;
}
.togglebutton label input[type=checkbox]+.toggle:active:after,
.togglebutton label input[type=checkbox][disabled]+.toggle:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 0, 0, .1);
}
.togglebutton label input[type=checkbox]:checked+.toggle:after {
    left: 15px;
}
.togglebutton label input[type=checkbox]:checked+.toggle {
    background-color: rgba(156, 39, 176, .7);
}
.togglebutton label input[type=checkbox]:checked+.toggle:after {
    border-color: #9c27b0;
}
.togglebutton label input[type=checkbox]:checked+.toggle:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(156, 39, 176, .1);
}
.togglebutton label input[type=checkbox]:checked+.toggle.toggle-active {
    background-color: rgba(71, 164, 75, 0.7);
}
.togglebutton label input[type=checkbox]:checked+.toggle.toggle-active:after {
    border-color: #47A44B;
}


.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid rgba(0, 0, 0, .06)
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(0, 0, 0, .06)
}

.table tbody+tbody {
    border-top: 2px solid rgba(0, 0, 0, .06)
}

.table .table {
    background-color: #fafafa
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid rgba(0, 0, 0, .06)
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #c1e2fc
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #a9d7fb
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #cde9ce
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #bbe1bd
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #b8ecf3
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #a2e6ef
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #fff9c8
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #fff6af
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #fccac7
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #fbb3af
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fafafa;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: rgba(0, 0, 0, .06)
}

.table-dark {
    color: #fafafa;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075)
}

.table>thead>tr>th {
    border-bottom-width: 1px;
    font-weight: 300
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 12px 8px;
    vertical-align: middle;
    border-color: #ddd
}

.table .td-total {
    font-weight: 500;
    padding-top: 20px;
    text-align: right
}

.table .td-actions .btn {
    margin: 0;
    padding: 5px
}

.table>tbody>tr {
    position: relative
}

.table-inverse {
    color: hsla(0, 0%, 100%, .84)
}

.table thead th {
    font-weight: 500;
    border-top-width: 0;
    border-bottom-width: 1px
}

.table-inverse thead th,
thead.thead-inverse th {
    color: hsla(0, 0%, 100%, .54)
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
    border-color: hsla(0, 0%, 100%, .06)
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table.table-hover tbody tr:hover {
    background-color: #f5f5f5
}

.pagination>.page-item>.page-link,
.pagination>.page-item>span {
    border: 0;
    border-radius: 30px!important;
    transition: all .3s;
    padding: 0 11px;
    margin: 0 3px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent;
    text-align: center
}

.vs-datatable .table .disabled-sorting:after,
.vs-datatable .table .disabled-sorting:before {
    display: none
}

.vs-datatable .dataTables_paginate .pagination .paginate_button .page-link {
    padding: 0 5px;
    margin: 0
}

.dataTable>tbody>tr>td,
.dataTable>tbody>tr>th,
.dataTable>tfoot>tr>td,
.dataTable>tfoot>tr>th,
.dataTable>thead>tr>td,
.dataTable>thead>tr>th {
    padding: 5px!important
}

table.dataTable {
    clear: both;
    margin-top: 6px!important;
    margin-bottom: 6px!important;
    max-width: none!important;
    border-collapse: separate!important;
    border-spacing: 0
}

table.dataTable td,
table.dataTable th {
    box-sizing: content-box
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center
}

table.dataTable.nowrap td,
table.dataTable.nowrap th {
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 400;
    white-space: nowrap;
    text-align: left
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: .85em;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0
}

table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc {
    padding-right: 30px
}

table.dataTable thead>tr>td:active,
table.dataTable thead>tr>th:active {
    outline: none
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:before {
    top: 2px;
    right: 1em;
    content: "\2191"
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    top: 2px;
    right: .5em;
    content: "\2193"
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
    opacity: 1
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0!important
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0!important;
    margin-bottom: 0!important
}

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:after,
div.dataTables_scrollBody table thead .sorting_desc:before {
    display: none
}

div.dataTables_scrollBody table tbody tr:first-child td,
div.dataTables_scrollBody table tbody tr:first-child th {
    border-top: none
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner {
    box-sizing: content-box
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
    margin-top: 0!important;
    border-top: none
}

@media screen and (max-width:767px) {
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center
    }
}

table.dataTable.table-sm>thead>tr>th {
    padding-right: 20px
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: .85em
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
    top: 5px
}

table.table-bordered.dataTable td,
table.table-bordered.dataTable th {
    border-left-width: 0
}

table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable th:last-child {
    border-right-width: 0
}

div.dataTables_scrollHead table.table-bordered,
table.table-bordered.dataTable tbody td,
table.table-bordered.dataTable tbody th {
    border-bottom-width: 0;
}

div.DTFC_Blocker,
table.dataTable.table-striped.DTFC_Cloned tbody {
    background-color: #fff;
}

table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
    background-color: #fff;
    margin-top: 0!important;
    margin-bottom: 0!important;
}

table.dataTable.fixedHeader-floating {
    position: fixed!important;
}

table.dataTable.fixedHeader-locked {
    position: absolute!important;
}

@media print {
    table.fixedHeader-floating {
        display: none;
    }
}

table.dataTable tbody td.focus,
table.dataTable tbody th.focus {
    box-shadow: inset 0 0 1px 2px #0275d8;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child {
    cursor: default!important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before {
    display: none!important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    top: 12px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0!important;
    font-family: Courier New, Courier, monospace;
    line-height: 14px;
    content: "+";
    background-color: #0275d8
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: "-";
    background-color: #d33333
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child {
    padding-left: 27px
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before {
    top: 5px;
    left: 4px;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    line-height: 14px;
    text-indent: 3px
}

table.dataTable.dtr-column>tbody>tr>td.control,
table.dataTable.dtr-column>tbody>tr>th.control {
    position: relative;
    cursor: pointer
}

table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0!important;
    font-family: Courier New, Courier, monospace;
    line-height: 14px;
    content: "+";
    background-color: #0275d8
}

table.dataTable.dtr-column>tbody>tr.parent td.control:before,
table.dataTable.dtr-column>tbody>tr.parent th.control:before {
    content: "-";
    background-color: #d33333
}

table.dataTable>tbody>tr.child {
    padding: .5em 1em
}

table.dataTable>tbody>tr.child:hover {
    background: transparent!important
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 1px solid #efefef;
    padding: .5em 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
    padding-top: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
    border-bottom: none
}

table.dataTable>tbody>tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: 700
}

table.dataTable tr.group td {
    font-weight: 700;
    background-color: #e0e0e0
}

table.dataTable td.reorder {
    text-align: center;
    cursor: move
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: #0275d8
}

table.dataTable.display tbody>tr.odd.selected,
table.dataTable.display tbody>tr.odd>.selected,
table.dataTable.stripe tbody>tr.odd.selected,
table.dataTable.stripe tbody>tr.odd>.selected {
    background-color: #0272d3
}

table.dataTable.display tbody>tr.selected:hover,
table.dataTable.display tbody>tr>.selected:hover,
table.dataTable.hover tbody>tr.selected:hover,
table.dataTable.hover tbody>tr>.selected:hover {
    background-color: #0271d0
}

table.dataTable.display tbody>tr.selected>.sorting_1,
table.dataTable.display tbody>tr.selected>.sorting_2,
table.dataTable.display tbody>tr.selected>.sorting_3,
table.dataTable.display tbody>tr>.selected,
table.dataTable.order-column tbody>tr.selected>.sorting_1,
table.dataTable.order-column tbody>tr.selected>.sorting_2,
table.dataTable.order-column tbody>tr.selected>.sorting_3,
table.dataTable.order-column tbody>tr>.selected {
    background-color: #0273d4
}

table.dataTable.display tbody>tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1 {
    background-color: #026fcc
}

table.dataTable.display tbody>tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_2 {
    background-color: #0270ce
}

table.dataTable.display tbody>tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_3 {
    background-color: #0270d0
}

table.dataTable.display tbody>tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1 {
    background-color: #0273d4
}

table.dataTable.display tbody>tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_2 {
    background-color: #0274d5
}

table.dataTable.display tbody>tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_3 {
    background-color: #0275d7
}

table.dataTable.display tbody>tr.odd>.selected,
table.dataTable.order-column.stripe tbody>tr.odd>.selected {
    background-color: #026fcc
}

table.dataTable.display tbody>tr.even>.selected,
table.dataTable.order-column.stripe tbody>tr.even>.selected {
    background-color: #0273d4
}

table.dataTable.display tbody>tr.selected:hover>.sorting_1,
table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_1 {
    background-color: #026bc6
}

table.dataTable.display tbody>tr.selected:hover>.sorting_2,
table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_2 {
    background-color: #026cc8
}

table.dataTable.display tbody>tr.selected:hover>.sorting_3,
table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_3 {
    background-color: #026eca
}

table.dataTable.display tbody>tr:hover>.selected,
table.dataTable.display tbody>tr>.selected:hover,
table.dataTable.order-column.hover tbody>tr:hover>.selected,
table.dataTable.order-column.hover tbody>tr>.selected:hover {
    background-color: #026bc6
}

table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
    position: relative
}

table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    content: " ";
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid #000;
    border-radius: 3px
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    content: "\2714";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9, -1px 1px #b0bed9
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
    margin-left: .5em
}

@media screen and (max-width:640px) {
    div.dataTables_wrapper span.select-info,
    div.dataTables_wrapper span.select-item {
        margin-left: 0;
        display: block
    }
}

table.dataTable tbody td.selected,
table.dataTable tbody th.selected,
table.dataTable tbody tr.selected {
    color: #fff
}

table.dataTable tbody td.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody tr.selected a {
    color: #a2d4ed
}

@media screen and (max-width:767px) {
    table.dataTable>tbody>tr>td:first-child {
        padding-left: 30px!important
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
    table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
        top: 50%;
        margin-top: -9px;
        left: 4px;
        height: 18px;
        width: 18px;
        display: block;
        position: absolute;
        color: #4caf50;
        border: 0 solid #fff;
        border-radius: 14px;
        box-shadow: 0 0 3px #444;
        box-sizing: content-box;
        text-align: center;
        font-family: Courier New, Courier, monospace;
        line-height: 18px;
        content: "+";
        background-color: #fff
    }
}


.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}


/* NAV TABS */
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.nav-tabs-custom > .nav-tabs > li {
  border-top: 3px solid transparent;
  margin-bottom: -2px;
  margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li.disabled > a {
  color: #777;
}
.nav-tabs-custom > .nav-tabs > li > a {
  color: #444;
  border-radius: 0;
}
.nav-tabs-custom > .nav-tabs > li > a.text-muted {
  color: #999;
}
.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
  background: transparent;
  margin: 0;
}
.nav-tabs-custom > .nav-tabs > li > a:hover {
  color: #999;
}
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
  border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
  background-color: #fff;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
  border-top-color: transparent;
  border-left-color: #f4f4f4;
  border-right-color: #f4f4f4;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
  border-left-color: transparent;
}
.nav-tabs-custom > .nav-tabs.pull-right {
  float: none !important;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
  float: right;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  margin-right: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
  border-left-width: 1px;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  border-left-color: #f4f4f4;
  border-right-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
  margin-right: 5px;
}
.nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 10px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
  background: transparent;
  color: #999;
}
.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
  border-top-color: #3c8dbc;
}
.nav-tabs-custom.tab-info > .nav-tabs > li.active {
  border-top-color: #00c0ef;
}
.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
  border-top-color: #dd4b39;
}
.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
  border-top-color: #f39c12;
}
.nav-tabs-custom.tab-success > .nav-tabs > li.active {
  border-top-color: #00a65a;
}
.nav-tabs-custom.tab-default > .nav-tabs > li.active {
  border-top-color: #d2d6de;
}