body { padding-top: 67px; }
@media screen and (max-width: 768px) {
    body { padding-top: 0px; }
}
.hidden{ 
  display: none;
}
.spinner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  background-color: #666;
}
.spinner img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  text-align: center;
  z-index: 9999998;
  overflow: auto;
  /*width: 164px;
  height: 164px;*/
  width: 85px;
  height: 85px;
}
.card {
/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 300px;*/
margin: auto;
text-align: center;
font-family: arial;
/*border:1px solid #666;*/
}
.card .title {
color: grey;
font-size: 18px;
}

.login-box, .register-box {
  width: 380px;
  margin: 7% auto;
}
.error_message{color:#d33724; font-weight:normal;}

.info-box{
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.innerDetailOthers #directionArrow {
  fill: #7CFC00;
}
.innerDetailOthers svg {
  float: left;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  margin-right: -1px;
  margin-bottom: -1px;
  /*
  margin: auto;
  */
  display: block;
  background: #ffffff;
}
.innerDetailOthers line, .innerDetailOthers #ROI, rect#ROI, line {
  stroke: #7CFC00;
  stroke-width: 5px;
  stroke-linecap: round;
}
.info-box-icon{
    background-color: transparent;
}
.disable {
  pointer-events: none !important;
  cursor: default !important;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
  background-color: #A9A9A9;
}
.nav>li>a {
  padding: 10px 10px !important;
}
.nav .dropdown .nav-item a{
  display:inline-block;
  width:100%;
  padding:10px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 25px;
  vertical-align: inherit;
}
label.switch{
  margin-bottom:0px;
}
.switch input {display:none;}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #A9A9A9;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 6px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #28a745;
}
input:focus + .slider {
  box-shadow: 0 0 1px #A9A9A9;
}
input:checked + .slider:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}
/*------ ADDED CSS ---------*/
.on {
  display: none;
  padding-right: 15px;
}
.on, .off {
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 14px;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 400;
}
.off{
  text-align: center;
  width: 100%;
  margin-left: 8px;
}
input:checked+ .slider .on {display: block;}
input:checked + .slider .off {display: none;}
/*--------- END --------*/
/* Rounded sliders */
.slider.round {border-radius: 34px;  }
.slider.round:before {border-radius: 50%;}

/*calander*/
#calendar-class, #calendar-lanes, .calendarHeading {
  max-width: 950px;
  margin: 0 auto;
}
.fc-toolbar.fc-header-toolbar{
  border: 1px solid #2ae0bb;
  border-top: 0;
  background-color: #1BBC9B;
  margin-bottom: 0px !important;
}
.fc-view-container{
  border: 1px solid #2ae0bb;
  border-top: 0;
}
.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end{
    background-color: #1BBC9B;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid #2ae0bb;
}

/*Custom Utility Classes*/
.textUpper {
  text-transform: uppercase;
}

.mb5{
  margin-bottom: 5px;
}
.mb10{
  margin-bottom: 10px;
}
.mb20{
  margin-bottom: 20px;
}
.mb0{
  margin-bottom: 0px;
}
.mt0{
  margin-top: 0px;
}
.mt10{
    margin-top: 10px;
}
.mt20{
  margin-top: 20px;
}
.mr5{
  margin-right: 5px;
}
.mr10{
  margin-right: 10px;
}
.mr20{
  margin-right:20px;
}

.bgRed{
    background-color: #dd4b39;
}
.bdr1pxgry{
    border:1px solid grey;
}
.minH144{
    min-height: 144px;
}
.b0{
  border: 0px;
}
.tbl-primary{
  background-color: #d71920 !important;
  border-color: #367fa9 !important;
  color: #fff !important;
}
.pAll12{
  padding: 12px;
}
.pt10{
  padding-top: 10px;
}
.pt15imp{
  padding-top: 15px !important;
}
.pL0{
  padding-left: 0px;
}
.pR0{
    padding-right: 0px;
}
.f20{
  font-size: 20px;
}

.clrReg{
  color: red;
}

#left-sidebar{
  background: #1b1c1f;
  color: #cccccc;
  margin-bottom: 15px;
  padding: 10px 5px;
}
.jstree-ocl {
  float: right;
}
.jstree-themeicon {
  float: left;
}
.jstree-default{
  background: #121417;
  color: #fff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-clicked {
  color: #fff;
  background: #121417 !important;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
  width:100%;
}
.jstree-hovered {
  background: #121417 !important;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
  width: 92% !important;
}
.jstree-anchor {
  height: 35px !important;
  width: 92%;
  text-align: inherit;
  font-size: 14px;
  line-height: 34px !important;
}
.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 35px;
}
.dull-description {
  color: #999;
  font-size: 13px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
  background: #fff;
  color: #999;
}
.dropdown-menu>li>a {
  color: #333;
}


#modalOnLoad .modal-body{

  padding: 0;
}

.modal-backdrop{
  background: #fff !important;
}


#modalOnLoad .panel-success > .panel-heading
{
  background: #3b9d2d!important;
  color: #fff;
}

#modalOnLoad h2{
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

#modalOnLoad .modal-dialog {
  width: 700px;
  margin: 30px auto;
}

.bg {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.chiller_cb {
  position: relative;
  /* height: 2rem; */
  display: table;
  align-items: center;
  margin-bottom: 15px;
}
.chiller_cb input {
  display: none;
}
.chiller_cb input:checked ~ span {
  background: #4ab1fe;
  border-color: #4ab1fe;
}
.chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}
.chiller_cb label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom:0;
  color: #676767;
  font-weight: 500;
}
.chiller_cb span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
  border-radius: 2px;
  top: 3px;
}
.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}
.chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}


.main_checkboxes{
  border: solid 1px #ababab;
  padding:10px;
  border-radius: 8px;
  min-height: 216px;
}

.ch_result .main_checkboxes{
  max-height: 200px;
  overflow: auto;
}

.ch_category label{

}

.ch_result label{
  color: #4c4c4c;
}


.main_checkboxes::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}

/* Track */
.main_checkboxes::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* thumb */
.main_checkboxes::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);

}

.main_checkboxes::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.unauth{
  color:red;;
}
.auth{
  color:green;
}


.ch_result_content{
  border: solid 1px #ababab;
  padding:10px;
  border-radius: 8px;
  min-height: 60px;
}

.ch_result_updated .ch_result_content{
  max-height: 100px;
  overflow: auto;
}
.select_all{

  /* margin-right: 5px; */
  float: right;
  /* margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 11px; */

}

.faqs-accordion{
  padding-top: 90px;
width: 30%;
float: left;
background: #272727;

}

.faqs-accordion .container {
 padding: 0 50px;
}
.faqs-accordion .panel-group{
  padding-left:0;
  list-style:none;
  margin-bottom: 0;
}

.faqs-accordion .panel-collapse li{
  border: none !important;
}

  .faqs-accordion .panel-group li{
       margin: 0 !important;
    margin-top: 0;
    text-align: left;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #8e8e8e;
    border-radius: 0;
    position: relative;
}

.faqs-accordion .panel-heading{
    border: none;
    background-color: transparent;
    padding: 0;

}




.faqs-accordion .panel-body {
    padding: 0;
    border: none !important;
}



.faqs-accordion .panel-body p{
    color: #fff;
    transition: 0.3s;
    font-size: 16px;

}

.gray-bg{

background:#f3f4f8;
}

.faqs-accordion .panel-group li a{
    padding-right: 20px;
    padding-left: 20px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    font-size: 16px;
    display: block;
    margin: auto;
    position: relative;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0;
    padding-bottom: 15px;
    position: relative;
    padding-top: 15px;

}

.faqs-accordion .panel-group li a.accordion-toggle.collapsed{
      background: #363636 !important;
}

.faqs-accordion .panel-group li a.accordion-toggle{
      background: #4ab2ff;
}
.selectaction_selecteded{
  background: #4ab2ff;
}

.sub_heading .accordion-toggle{
      background: rgba(74, 178, 255, 0.6784313725490196) !important;
    padding: 10px 20px 10px 47px !important
}

.sub_heading .accordion-toggle:before{
  position: absolute;
     top: 13px;
    left: 34px;
  content: "\f105";
      display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


.sub_heading .panel-group li{
  border: none !important;
}

.sub_sub_heading .accordion-toggle{
   background: rgba(74, 178, 255, 0.45) !important;
    padding: 10px 20px 10px 60px !important;
}

.sub_sub_heading .panel-group li{
  border: none !important;
}

.sub_sub_heading .accordion-toggle:before{
       left: 45px;
}

.sub_sub_heading .panel-body{
        padding: 10px 20px 10px 60px;
}

.sub_sub_heading .panel-body a{
     padding: 5px 0px 5px 0px !important;
       transition: all 0.3s;
       color: #4ab2ff !important;

}

.sub_sub_heading .panel-body a:first-child{
  padding-top:0 !important;
}

.sub_sub_heading .panel-body a:hover{
    padding-left: 4px !important;
    transition: all 0.3s !important;
color: #fff !important;
}

.panel-body p{
  margin-bottom: 0;
}


.faqs-accordion h4{
color:#fff;
font-size: 18px;
   font-family: 'Roboto', sans-serif;
font-weight:600;
margin-top:0;
margin-bottom:20px;
text-transform:uppercase;
}


.single_heading .panel-body
{
      padding: 20px 20px 20px 31px;
}

.single_heading .panel-body a{
     padding: 5px 0px 5px 0px !important;
       transition: all 0.3s;
       color: #4ab2ff !important;
}

.single_heading .panel-body a:first-child{
  padding-top:0 !important;
}

.single_heading .panel-body a:hover{
    padding-left: 4px !important;
    transition: all 0.3s !important;
    color: #fff !important;
}



.faq_right_admin{
  padding: 20px;
  float: left;
  width:70%;
  min-height: 353px;
}

.faq_right_admin h1{
      color: #4ab2ff;
    font-weight: 600;
    font-size: 25px;
    margin-top: 0;
} 

.new_menu{
  width: 80%;
  margin: 50px auto;
}

.action_selected{
  background: #2a475e;
}
.event-icon
{
  display: inline-block;
width: 64px;
  height: 64px;
font-size: 30px;
line-height: 64px;
text-align: center;
border-radius: 50%;
color: #fff;
}
.click-for-detail
{
  cursor: allias;
}
.pointer{
  cursor: pointer;
}
#mydatagrid > section:nth-of-type(2n+1) {
  background-color: #f9f9f9 !important;
  
}
.pointer {cursor: pointer;}

.form-control{
  height:2.125rem;
}
#login_form .form-control{
  height:34px;
}
.reveal{
  height:34px;
  cursor:pointer;
}
.reveal .fa-eye{
  display:none;
}
.reveal.active .fa-eye{
  display:inline-block;
}
.reveal.active .fa-eye-slash{
  display:none;
}
.btn-group-sm>.btn, .btn-sm, .btn-xs{
  padding: 1px 5px;
    font-size: .8rem;
    line-height: 1.5;
}
.table td, .table th{
  padding: 0.1rem 0.2rem;
    vertical-align: middle;
    font-size: 0.9rem;
}




.event{
  background-color: inherit;
}
.section-overflow{
  overflow: auto;
  width: 100%;
}
.select2-container{
  width:100% !important;
}
.widget-sidebar{
  width:300px;
  background:#31353D;
  padding:1rem 0px;
}
.widget-sidebar li{
  border-bottom: 1px solid #3a3f48;
  padding-left: 0.50rem;
}
.widget-sidebar li > a{
  display:inline-block;
  width:100%;
  box-sizing:border-box;
  padding:0.50rem;
  color:#818896;
}
.widget-sidebar li > a:hover{ 
  color:#b8bfce;
}
.widget-sidebar li > a.active{
  background-color:#3c8dbc;
  border-color:#3c8dbc;
  color:#fff;
}
.widget-content{

}
.container-md{
  max-width:768px;
  margin:0px auto;
}
.logs-data .card{
  text-align:left;
}
.logs-data .card-header{
  background-color:transparent;
  padding:0.50rem;
}
.logs-data .card-body{
  padding:0.50rem;
}
.logs-data .card .card-body .card-title span{
  font-size:0.8rem;
  padding-top:0.25rem;
}
.logs-data .card .card-body h5, .logs-data .card .card-body p{
  margin:0px;
}
.logs-data .card .card-text .rotate-icon{
  padding:0 1rem;
  -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.logs-data .card .card-text.collapsed .rotate-icon{
  -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.logs-data .card.information{
  border:1px solid #d71920 !important;
  color:#d71920;
}
.logs-data .card .fa.information{
  background-color:#d71920;
}
.logs-data .card.exception{ 
  border:1px solid #dd4b39;
  color:#dd4b39;
}
.logs-data .card .fa.exception{
  background-color: #dd4b39;
}
.logs-data .card.error{ 
  border-color: #dd4b39;
  color:#dd4b39;
}
.logs-data .card .fa.error{ 
  background-color: #dd4b39;
}
.width-100{
  width: 100%;
}
.logs-data .card.critical{
  border-color: #ffa500;
  color:#ffa500;
}
.logs-data .card .fa.critical{
  background-color: #ffa500;
  -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.logs-data .card.warning{
  border:1px solid #ffc107 !important;
  color:#ffc107;
}
.logs-data .card .fa.warning{
  background-color:#ffc107;
}
/* datatables */
.dataTables_wrapper{
  padding: 10px;
    box-sizing: border-box;
    width: 100%;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
  top:0px;
}
.dataTable .action > *{
  margin:0px 2px;
}
.emp-thumb{
  position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.emp-thumb img{
  display:none;
  position: absolute;
    left: 100%;
    top: -25px;
    width: auto;
    height: 100px;
    border: 1p;
    border: 3px solid #000;
}
.emp-thumb:hover img{
  display:block;
}

#data_form .box-body > section:nth-of-type(2n+1) {
  background-color: rgba(0,0,0,.05) !important;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.container-lg{
  max-width:1200px;
  margin:0px auto;
}

.font-bold{
  font-weight: bold;
}
.img-info div{
    display: none;
    position: absolute;
    left: 49%;
    top: -25px;
    width: 300px;
    height: 100px;
    border: 1p;
    border: 2px solid #000;
    background-color:#c1c1c1;
    padding: 12px;
}
.img-info:hover div{
  display:block;
  
}
.img-info{
  color:#d71920;
  margin: 5px;
}

/* upload image */
.upload-image {
  opacity: 0;
}

#upload-label {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

.image-area {
  border: 2px dashed rgba(0, 0, 0, 0.7);
  padding: 1rem;
  position: relative;
}

.image-area::before {
  content: 'Uploaded image result';
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  z-index: 1;
}

.image-area img {
  z-index: 2;
  position: relative;
  height:200px;
  width:auto;

}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    width: 800px !important;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    width: 1140px !important;
    max-width: 1140px;
  }
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a{
  white-space:initial !important;
  font-size:12px;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a{
  color:#3c8dbc !important;
  display:inline-block;
  width:100%;
  text-decoration:underline;
  padding:5px;
  border:0px;
}
.table-inner{
  height: 50px;
  text-align: left;
  background-color: #d71920;
color: white;
}
.table-inner td{
  width: 30px;
  text-align: center;
  height: 23px;
}
.table-inner-features{
  height: 50px;
  text-align: left;
}

.rotate-text td{
  width: 25px;
  transform: rotate(-90deg);
}
.notif-item{
  
}
.notif-new{
  background-color:rgba(0,123,255,0.1);
}
#ts_img_popup .modal-body{
  text-align:center;
}
#ts_img_popup img{
  max-width:100%;
}

.ts-stat-group .card{
  position:relative;
  cursor:pointer;
  margin-bottom:0.50rem;
}
.ts-stat-group .card.active{
  color:#fff;
  background-color:#17a2b8;
}
.ts-stat-group .card .card-body{
  padding:0.25rem;
}
.ts-stat-group .card .card-body p{
    font-size: 0.9em;
    margin: 0px;
    padding: 5px;
    line-height: 0.9em;
    text-align: left;
}
.ts-stat-group .card .card-body p.card-title{
  font-size:1em;
  line-height:1em;
  border-bottom: 1px dotted #efefef;
}
.ts-stat-group .card.active .text-muted{
  color:rgba(255,255,255,0.7) !important;
}
.ts-device-stat{
  display:none;
  position:absolute;
  left:0px;
  top:100%;
  font-size:0.7em;
  width: 100%;
  color: #000;
}
.ts-stat-group .card.active .ts-device-stat{
  /* display:flex; */
}
.ts-device-stat .list-group-item{
  padding:1px 5px;
  text-align:left;
}
.stat_graph{
  display:none;
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
}
.stat_graph.active{
  display:block;
}
.txt-employee{
  text-align: left;
  padding: 7px;
}

.w-label{
  width: 50%;
  font-weight:400;
  padding: .2rem !important;
}

#txt-employee h5{
  margin-top: 0.75rem;
}

.ts-dashboard-cards{
  
}
.border-left-primary {
  border-left: .25rem solid #d71920!important;
}
.border-left-success {
  border-left: .25rem solid #1cc88a!important;
}
.border-left-info {
  border-left: .25rem solid #36b9cc!important;
}
.border-left-warning {
  border-left: .25rem solid #f6c23e!important;
}
/* .item-delete{
  display:none !important;
} */
.page-item.active .page-link{
  background-color: #3c8dbc;
    border-color: #3c8dbc;
}
.page-link:hover{
  color: #3c8dbc;
}
.page-link:focus{
  box-shadow: 0 0 0 0.2rem rgba(215,25,32,.25);
}