/* here you can put your own css to customize and override the theme */
/**/
#slider {
  height: 20px;
  background: #10171D;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
  -moz-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
  box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
}

input[type="range"] {
  -webkit-appearance: none;
  background-color: #2bb8c4;
  height: 10px;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
}

  input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      position: relative;
      top: 0px;
      z-index: 1;
      width: 11px;
      height: 20px;
      cursor: pointer;
      -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.6);
      -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.6);
      box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.6);
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      border-radius: 40px;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(50%,#abd3ee), color-stop(51%,#89c3eb), color-stop(100%,#d5ebfb));
  }

  input[type="range"]:hover ~ #rangevalue, input[type="range"]:active ~ #rangevalue {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
      top: -75px;
  }

/* Tool Tip */
#rangevalue {
  color: white;
  font-size: 10px;
  text-align: center;
  font-family: Arial, sans-serif;
  display: block;
  color: #fff;
  margin: 20px 0;
  position: relative;
  left: 44.5%;
  padding: 6px 12px;
  border: 1px solid black;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 4px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 4px 0px rgba(0,0,0,0.4);
  box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 4px 0px rgba(0,0,0,0.4);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222931), color-stop(100%,#181D21));
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 18px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: -95px;
}

/********************************************************************/
.page-header.navbar {
  background-color: #1e1e2d;
}


.page-header.navbar .page-logo .logo-default{
margin: 4px 0 0;
  width: 120px;
}

/* Styles for the popup - start */
.pop-up-state-success-bg {
  background-color: #32c5d2;
}

.pop-up-state-warning-bg {
  background-color: #FFA800;
}

.pop-up-state-error-bg {
  background-color: #F64E60;
}

#modalContainer {
  background-color:rgba(0, 0, 0, 0.3);
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  left:0px;
  z-index:10000;
  /* background-image:url(tp.png); */
  display: flex;
  justify-content: center;
}

#alertBox {
  position:relative;
  width: max-content;
  min-height:100px;
  max-height:400px;
  margin-top:50px;
  border:1px solid #fff;
  background-color:#fff;
  background-repeat:no-repeat;
  top:30%;
  display: flex !important;
  flex-flow: column nowrap;
  justify-content: center;
  box-shadow: 0 8px 18px rgb(0 0 0 / 18%), 0 6px 6px rgb(0 0 0 / 23%);
}

#modalContainer > #alertBox {
  position:fixed;
  border: palevioletred;
  width: 33.3%;
}

#alertBox h1 {
  margin:0;
  font:bold 1em Raleway,arial;
  color:#FFF;
  padding:10px 0 10px 10px;
  min-height: 3.6rem;
}

#alertBox p {
  padding: 2rem 3.6rem;
  vertical-align:middle;
  margin: 0;
}

#alertBox #closeBtn {
  display:block;
  position:absolute;
  right: 1.5rem;
  top: 3px;
  text-align:center;
  color:#FFF;
  border-radius: 0px;
  text-decoration:none;
  font-size: 21px;
  font-weight: 700;
}

#alertBox #closeBtn2 {
  padding: 8px 14px 7px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  font-size: 12px;
  line-height: 17.28px;
  font-family: "Open Sans", sans-serif;
  width: max-content;
  align-self: center;
  border-radius: 3px;
  background-color: #337ab7;
  border: 1px solid #2e6da4;
  margin: 0rem 0 3rem 0;
}

#alertBox #closeBtn2:hover {
  background-color: #286090;
  border-color: #204d74;
}

@media (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #modalContainer > #alertBox {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #modalContainer > #alertBox {
    width: 75%;
  }
}

@media (max-width: 490px) {
  #modalContainer > #alertBox {
    width: 85%;
  }
}

@media (max-width: 600px) {
  #alertBox {
    position:relative;
    width:90%;
    top:30%;
  }
}
/* Styles for the popup - end */

/* Styles for the confirm box - start */
.confirm-box .modal-header {
background-color: #32c5d2;
/* min-height: 41px; */
padding: 0;
font-size: 18px;
}

.confirm-box .modal-header > h3 {
font-size: 18px;
color: white;
margin: 12px 9px;
}

.confirm-box .portlet.box>.portlet-body {
min-height: 80px !important;
}

.confirm-box .portlet>.portlet-body p {
padding: 2rem 4rem;
}

@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
.confirm-box .portlet>.portlet-body p {
  padding: 1rem 3rem;
}
}


a:hover {
  /* color:#00A0C6;  */
  text-decoration:none !important; 
  cursor:pointer;  
}

/* Styles for the confirm box - end */
/* tbd */
/* .page-sidebar .page-sidebar-menu .tree-demo .sub-menu li {
  background: none !important;
  margin-left: 24px !important;
}

.page-sidebar .page-sidebar-menu .tree-demo .sub-menu li>a {
  padding: 0 !important;
  margin: 0 !important;
  display: inline !important;
} */

.page-sidebar .page-sidebar-menu>li.active>a>.selected, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a>.selected {
  top: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 11px solid #fff;
}

.page-sidebar .page-sidebar-menu .sub-menu>li.active>a, 
.page-sidebar .page-sidebar-menu .sub-menu>li.open>a,
.page-sidebar .page-sidebar-menu .sub-menu>li.active:hover>a {  
  color: #fff;
  background: #db1430 !important;
  /* background: #36c6d3 !important; */
}

.page-sidebar .page-sidebar-menu>li.active.open>a, 
.page-sidebar .page-sidebar-menu>li.active>a, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a,
.page-sidebar .page-sidebar-menu .sub-menu>li:hover>a, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.active>a, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.open>a, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li:hover>a {
  /* background: #36c6d3; */
  background: #3e4b5c!important;
}

.page-sidebar .page-sidebar-menu .sub-menu>li.active>a>i, .page-sidebar .page-sidebar-menu .sub-menu>li.open>a>i, .page-sidebar .page-sidebar-menu .sub-menu>li:hover>a>i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.active>a>i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.open>a>i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li:hover>a>i {
  color: #fff;  
}

.disable-link {
  pointer-events: none;
}

.page-sidebar .page-sidebar-menu>li:first-child.active.open>a,
 .page-sidebar .page-sidebar-menu>li:first-child.active>a {
  background: #db1430 !important;
 }