

body {
    /*background-color: #3e474f;*/
    background-color: #d6e4f2;
}


#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #d6e4f2;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links a {
    //padding: 15px;
    //min-height: 50px;
    //color: #afbcc8;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: none;
}

.sidebar ul li a.active {
  background-color: #2e353b;
  color: white;
  box-shadow: inset 20px 0 0px -17px #63ce83;
}

.sidebar-custom a {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #70767c;
}
.sidebar-custom.sidebar a:hover {
  background-color: #2e353b;
  color: white;
}



.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 43px;
    font-size: 11px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}


.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #00cdf6;
    background-color: #e4f0fe!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}


.menu_title {
    font-size: 11px;
    padding-left: 5px;
}

#main_sidebar {
  float: left;
  width: 250px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#main_sidebar .sidebar {
  position: static;
  margin: 0;
  width: auto;
  z-index: 100;
}
#main_sidebar .side_logo {
  padding: 0 10px;
  margin-bottom: 20px;
}
#main_sidebar .side_logo img {
  max-width: 100%;
  height: auto;
}
#main_sidebar .show_el {
  display: none;
}
#main_sidebar .sidebar-custom a .label {
  margin-top: 2px;
  text-transform: none;
  font-size: 10px;
  letter-spacing: normal;
  line-height: 12px;
  padding: 2px 6px;
  font-weight: 600 !important;
}
#page-wrapper {
  margin: 0;
  overflow: hidden;
  padding: 20px 30px 0;
}
#page-wrapper:after {
  content: "";
  display: block;
}
#main-content {
  overflow: hidden;
}
#main-content > .navbar {
  border-left: 1px solid #e7e7e7;
  margin-bottom: 0;
}
#main_footer,
#page-wrapper:after {
  //height: 50px;
}
#main_footer {
  border-top: 1px solid #e2e5e8;
  background: white;
  padding: 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  //background-color: transparent;
}
#sidebar_toggle {
  display: none;
}
@media (min-width: 768px) {
  #sidebar_toggle {
    display: block;
  }
  .small_sidebar #main_sidebar {
    width: 50px;
  }
  .small_sidebar #main_sidebar .hide_el {
    display: none;
  }
  .small_sidebar #main_sidebar .show_el {
    display: block;
  }
  .small_sidebar #main_sidebar .sidebar-search {
    display: none;
  }
  .small_sidebar #main_sidebar .side_logo .logo_s {
    display: block;
  }
  .small_sidebar #main_sidebar .navbar-inverse {
    background: transparent;
  }
  .small_sidebar #main_sidebar ul ul {
    display: none;
    position: absolute;
    top: 0;
    z-index: 100;
    background: #fff;
    margin: -1px 0 0;
    width: 160px;
    border: 1px solid #e7e7e7;
  }
  .small_sidebar #side-menu > li {
    position: relative;
  }
  .small_sidebar #side-menu > li .menu_title,
  .small_sidebar #side-menu > li .arrow {
    display: none;
  }
  .small_sidebar #side-menu > li > a > i {
    display: block;
  }
  .small_sidebar #side-menu > li:hover,
  .small_sidebar #side-menu > li a:hover {
    background: #2e353b;
  }
  .small_sidebar #side-menu > li .nav-second-level {
    left: 50px;
  }
  .small_sidebar #side-menu > li .nav-second-level li {
    position: relative;
  }
  .small_sidebar #side-menu > li ul,
  .small_sidebar #side-menu > li ul.collapse {
    background: #2e353b;
    border: none;
  }
  .small_sidebar #side-menu > li ul {
    left: 100%;
    margin-left: -1px;
    display: none;
    background: #2e353b !important;
  }
  .small_sidebar #side-menu > li ul li:hover ul {
    display: block;
  }
  .small_sidebar #side-menu > li a {
    padding: 8px 16px;
  }
  .small_sidebar #side-menu li:hover > ul {
    display: block;
  }
  .small_sidebar .sidebar-nav > ul > li.current > a,
  .small_sidebar .sidebar-nav > ul > li.active > a {
    background: #2e353b;
    color: #fff;
    box-shadow: inset 20px 0 0px -17px #63ce83;
  }
  .small_sidebar .sidebar-nav > ul li:hover > a {
    color: #fff;
  }
  .small_sidebar .sidebar-nav > ul li.active {
    background: none;
  }
  .small_sidebar .sidebar-nav > ul ul a.active {
    background: transparent;
    color: #fff;
    box-shadow: none;
  }
}
.small-text-menu {
  margin-left: 16px;
  margin-bottom: 14px;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #70767c;
}

.hr-sidebar-inverse {
    border-top: 1px solid #2e353b;
}

/* Panels Heights */

.height-350 {
    height: 350px;
}

.height-200 {
    height: 200px;
}


#detective-table thead th, #ajax_Detective_detail thead th {
  padding : 3px 0;
}

#ajax_Detective_detail tbody td{
  padding : 7px 0;
}

#detective-table {
  font-size: 0.8rem;
}

#detective-table tbody td {
  padding : 7px 0;
}




#detective-table thead th, #ajax_Detective_detail thead th {
  padding : 3px 0;
}

#ajax_Detective_detail tbody td{
  padding : 7px 0;
}

#detective-table {
  font-size: 0.8rem;
}

#detective-table tbody td {
  padding : 3px 0;
}



#detective-table tbody td:nth-child(7n) {
  border-right : 2px solid #aaa;
}

#detective-table tbody td:nth-child(35n) {
  border-right : none;
}

#detective-table tbody tr:nth-child(5n) {
  border-bottom : 2px solid #aaa;
}

#detective-table tbody tr:first-child {
  border-top : 2px solid #aaa;
}

#detective-table tbody tr:last-child {
  border-bottom : none;
}

#detective-table tbody .name {
  background-color: #bcc1cf;
  color: #f9fafb;
  font-weight: 700;
}


#detective-table tbody .warning, #ajax_Detective_detail tbody .warning{
  background-color: #ffc107;
  color: #f9fafb;
}

#detective-table tbody .danger, #ajax_Detective_detail tbody .danger {
  background-color: #fd7e14;
  color: #f9fafb;
}

#detective-table tbody .error, #ajax_Detective_detail tbody .error {
  background-color: #dc3545;
  color: #f9fafb;
}

#detective-table tbody .name {
  cursor: pointer;
}

#detective-table tbody .name.active {
  background-color: #3498db;
}



/*#detective-table .right_border {
  border-right: 2px solid #aaa;
}*/




.info-group .info-status {
  display: flex;
  align-items: center;
}

.info-group .info-status span {
  padding-left:5px;
  font-size: 1em !important;
}

.detective-table tbody tr .warning{
  background-color: #ffc107 !important;
  color: #f9fafb;
}

.detective-table tbody tr .danger{
  background-color: #fd7e14 !important;
  color: #f9fafb;
}

.detective-table tbody tr .error{
  background-color: #dc3545 !important;
  color: #f9fafb;
}


.detective-table tbody td {
  font-size: 1.2em;
}

.detective-table thead th {
  padding : 8px 0 !important;
  font-size: 1.2em;
}

.panel-vertical .panel-content table tbody.odd-header tr td:nth-child(2n - 1){
  background-color: #bcc1cf;
  color: #f9fafb;
  font-weight: 700;
}

.panel-vertical .panel-content table tbody.even-header tr td:nth-child(2n){
  background-color: #bcc1cf;
  color: #f9fafb;
  font-weight: 700;
}

.panel-vertical .panel-content table tbody.first-header tr td:first-of-type{
  background-color: #bcc1cf;
  color: #f9fafb;
  font-weight: 700;
}

canvas {
  min-height: 250px !important;
}

.detective-table-header {
  display:grid;
  grid-template-columns: 2fr 3fr 3fr 3fr 3fr 3fr 3fr;
  background-color: #bcc1cf;
  color: #f9fafb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-items: center;
  align-content: center;
  align-items: center;
}

.detective-table-header .table-cell{
  border-bottom: 1px solid #a2a8b8;
  border-right: 1px solid #a2a8b8;
  width: 100%;
  height: 100%;
  text-align: center;
}

.detective-table-header .table-cell.num {
  display: flex;
  align-items: center;
  justify-content: center;
}

.detective-table-header .table-cell.none-right-border {
  border-right: none;
}

.detective-table-body .slide{
  display:grid !important;
  grid-template-columns: 2fr 3fr 3fr 3fr 3fr 3fr 3fr;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.detective-table-body .slide .table-cell{
  border-bottom: 1px solid #a2a8b8;
  border-right: 1px solid #a2a8b8;
  width: 100%;
  text-align: center;
}

.detective-table-body .slide .table-cell.name{
  background-color: #bcc1cf;
  color: #f9fafb;
  font-weight: 700;
}

.detective-table-body .slide .table-cell:nth-child(7n){
  border-right: none;
}

.detective-table-body .slide .table-cell.last-line {
  border-bottom: none;
}

.table-cell.row2 {
  grid-row: auto / span 2
}

.table-cell.col2 {
  grid-column: auto / span 2
}

.table-cell.col3 {
  grid-column: auto /span 3
}

#slide_left_arrow {
  position: absolute;
  top: 50%;
  left: 3%;
  cursor: pointer;
}

#slide_right_arrow {
  position: absolute;
  top: 50%;
  right: 3%;
  cursor: pointer;
}


#m-detective-table .slide:not(.slick-cloned) .table-cell.warning{
  background-color: #ffc107;
  color: #f9fafb;
}

#m-detective-table .slide:not(.slick-cloned) .table-cell.danger {
  background-color: #fd7e14;
  color: #f9fafb;
}

#m-detective-table .slide:not(.slick-cloned) .table-cell.error {
  background-color: #dc3545;
  color: #f9fafb;
}

#m-detective-table .slide:not(.slick-cloned) .table-cell.name {
  cursor: pointer;
}

#m-detective-table .slide:not(.slick-cloned) .table-cell.name.active {
  background-color: #3498db;
}

.text-yellow {
  color: #ffc107;
}

.text-orange {
  color: #fd7e14;
}

.text-red {
  color: #dc3545;
}