@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Niconne');

html {font-size: 14px;}

html, body {
  height: 100%;
  margin: 0;
}
body {
  overflow-x: hidden;
  min-height: 100%-75px;
  margin-bottom: -50px;
  padding-top: 70px;
}
.sticky-top{top: 50px;}
.active { background-color: #009688;}
.card {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  background-color: #efefef;
  border: 0;
}
.card.bg-dark {
  background-color: #5a5a5a !important;
  color: #fff;
}
.card-header h5 {color: #fff;}
.card-header:hover{background-color: #009688 !important;}
.card-header, .modal-header {
  font-size:  17px;
  border-radius: 10px 10px 0 0 !important;
  border-color: #5a5a5a;
  background-color: #009688;
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}
.card-body {color: #000;}
.card-footer {color: #eee;}
.card a {text-decoration:none;}
.card a:hover {color: #fff !important;}

.hidden {display: none;}
.lbif {color: rgba(255, 255, 255, .75);}

.form-control.dst {
  border-color: #28a745;
  font-weight: bold;
  color: #28a745;
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-text {color: rgba(255, 255, 255, .75);}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {color: rgba(255, 255, 255, 1);}
.navbar-dark .sidebar-toggle {color: rgba(255, 255, 255, 1);}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-text {color: rgba(0, 0, 0, .75);}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {color: rgba(0, 0, 0, 1);}
.navbar-light .sidebar-toggle {color: rgba(0, 0, 0, 1);}
.sidebar {
    min-width: 230px;
    max-width: 230px;
    min-height: calc(100vh - 120px);
    transition: all 0.3s;
    padding-top: 3px;
}
.sidebar ul li a {
    display: block;
    padding: .75rem 1rem;
    text-decoration: none;
}
.sidebar ul ul a {padding-left: 1.8rem;}
.sidebar [data-toggle="collapse"] {position: relative;}
.sidebar [data-toggle="collapse"]:before {
    font-family: "FontAwesome";
    content: "\f0d7";
    font-weight: 900;
    position: absolute;
    right: 1rem;
}
.sidebar [aria-expanded="true"]:before {content: "\f0d8";}
.sidebar.toggled {margin-left: -230px;}
.sidebar-dark ul li a {color: rgba(255, 255, 255, .75);}
.sidebar-dark ul ul a {background: rgba(0, 0, 0, .15);}
.sidebar-dark ul li a:hover, .sidebar-dark ul .active a {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .15);
}
.sidebar-dark [aria-expanded="true"] {background: rgba(0, 0, 0, .15);}
.sidebar-light ul li a {color: rgba(0, 0, 0, .75);}
.sidebar-light ul ul a {background: rgba(0, 0, 0, .05);}
.sidebar-light ul li a:hover, .sidebar-light ul .active a {
    color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, .05);
}
.sidebar-light [aria-expanded="true"] {background: rgba(0, 0, 0, .05);}
.dropdown-menu .dropdown-item:hover {background-color: #009688;}
.sidebar {background-color: #4e4e4e !important;color: #eee;}
.bg-custom {background-color: #009688 !important;color: #eee;}
.content {width: 100%;}

.footer {
  height: 50px;
  color: #fff;
  background-color: #4e4e4e;
  text-align: center;
  padding-top: 1.0rem;
}
.toggle-flip input[type="checkbox"] {display: none;}
.toggle-flip input[type="checkbox"] + .flip-indecator {
  position: relative;
  width: 80px;
  height: 40px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-perspective: 90px;
          perspective: 90px;
}
.toggle-flip input[type="checkbox"] + .flip-indecator:before, .toggle-flip input[type="checkbox"] + .flip-indecator:after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  line-height: 28px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.toggle-flip input[type="checkbox"] + .flip-indecator:before {
  content: attr(data-toggle-off);
  background-color: #6c757d;
  color: #222;
}
.toggle-flip input[type="checkbox"] + .flip-indecator:after {
  content: attr(data-toggle-on);
  background-color: #28a745;
  color: #fff;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.toggle-flip input[type="checkbox"]:checked + .flip-indecator:before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.toggle-flip input[type="checkbox"]:checked + .flip-indecator:after {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.toggle-flip input[type="checkbox"]:disabled + .flip-indecator {
  cursor: not-allowed !important;
  color: #ccc;
}
.btn-square {border-radius: 0;}
.btn-pill {border-radius: 1.5rem;}
.btn-icon {padding: .375rem .5rem;}
.btn-icon.btn-sm {padding: .25rem .375rem;}
.btn-icon.btn-lg {padding: .5rem .675rem;}

.dataTables_wrapper {
    padding: 0;
}
.dataTables_wrapper table {
    overflow: hidden;
}
.dataTables_wrapper th, .dataTables_wrapper td {
    vertical-align: middle;
}
.dataTables_wrapper th {
    white-space: nowrap;
}
.dataTables_wrapper .actions {
    white-space: nowrap;
    text-align: right;
}

@media (max-width: 768px) {
    .sidebar {
        margin-left: -230px;
    }
    .sidebar.toggled {
        margin-left: 0;
    }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #222;
  background-color: #ccc;
  border-color: #28a745;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
