.treeview-menu > li.active {
    background: #26b29b;
}
.treeview-menu > li.active > a {
    color: white !important;
}
.dt-buttons {
    float: left;
}
/*
* Start
* Added By : Sumit Joshi
*/
/* .login-page {
  background-color: #384b8f !important;
} */
.login-box,
.register-box {
    width: 550px;
    margin: 0% auto;
}
.logo-img-login {
    margin-top: 50px;
    height: 80px;
    /* width: 100px; */
}
/* .login-logo a,
.register-logo a {
  color: #ffffff;
} */
.profile-user-img {
    height: 100px;
}
.profile-user-img-view {
    display: initial;
    height: 150px;
    width: 150px;
}
.profile-user-img-preview {
    display: initial;
    height: 50px;
    width: 50px;
    padding: 1px;
    border: 1px solid #d2d6de;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.form-group .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #26b29b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #26b29b;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.btn-primary {
    background-color: #0a2b3e;
    border-color: #0a2b3e;
}
.btn-primary:focus,
.btn-primary:hover {
    color: #0a2b3e;
    background: #26b29b !important;
}
.box.box-primary {
    border-top-color: #0a2b3e;
}

.btn-primary-second {
    background-color: #26b29b;
    border-color: #26b29b;
}
.btn-primary-second:focus,
.btn-primary-second:hover {
    color: #26b29b;
    background: #0a2b3e !important;
}
.box.box-primary-second {
    border-top-color: #26b29b;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #0a2b3e;
    border-color: #0a2b3e;
}
.navbar-nav > .user-menu > .dropdown-menu {
    width: 445px;
}

.list-group-unbordered > .list-group-item {
    overflow: auto;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #0a2b3e;
}
.line-height2 {
    line-height: 2.4;
    word-wrap: break-word;
}
a {
    color: #0a2b3e;
}
.content-header > .breadcrumb > li > a {
    color: #0a2b3e;
}
.main-footer {
    color: #0a2b3e;
    background: #26b29b;
}
.label-gender {
    margin-left: 10px;
}
.remove_new_appointment{
  background: #bb2020;
  border: none;
  display: inline-block !important;
  padding: 7px 20px !important;
  border: none;
  border-radius: 100px;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.display-flex{
  display: flex;
}
.margin-2{
  margin: 2px;
}
.btn-info{
  background-color: #26b29b;
  border-color: #26b29b;
}
.btn-info:hover{
  background-color: #0a2b3e;
  border-color: #0a2b3e;
}
.btn-primary:hover{
  color: #fff;
  border-color: #26b29b;
}
@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
        background: #f9fafc;
    }
    .remove_added_row {
      margin-top:10px;
    }
    .details_btn .btn_add{
      margin-top: 10px;
    }
}
@media only screen and (max-width: 767px) {
  .remove-row-btn {
    float: right !important;
  }
  .remove_added_row {
    margin-top:10px;
  }
  .input-group{
    display: block;
  }
  .details_btn .btn_add{
    clear: both;
    margin-top: 10px;
  }
  select.damage_type_main{
    width:85% !important;
  }
  select.damage_type_sub {
    width:67% !important;
    margin:5px;
  }
}
.damage_type_sub {
  width:90% !important;
  margin:5px;
}
.img_center_box {
    text-align: center;
}
.img_center_box img {
    display: inline-block;
}
li.lslide {
    height: 250px;
    margin: auto !important;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 329px !important;
    border: 1px solid #cecece;
    margin-right: 0px !important;
}
li.lslide .img_center_box {
    display: table-cell;
    height: 250px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 329px;
}
li.lslide .img_center_box img {
    border: medium none !important;
    float: none !important;
    margin: auto !important;
    min-height: inherit;
    min-width: inherit;
    border-radius: 0px !important;
    padding: 10px;
    height: 100%;
}

.form-group-bg {
    background-color: #ecf0f5;
}
h2.resp-accordion {
    font-size: 18px !important;
}
.hideextra { 
  /* white-space: nowrap; */
  overflow: hidden; 
  text-overflow:ellipsis !important; 
  resize: horizontal;
}
.dataTables_filter{
  margin-left: 10px;
}
.help-block {
  color: #dd4b39 !important;
}
.block_innerdiv{
  border: 10px solid #f3f3f3;
  border-top: 10px solid #77ded0;
  border-radius: 50%;
  height:66px;
  width:66px;
  display:inline-block;
  animation: spin 2s linear infinite;
}
.block_outerdiv{
  width:100%;opacity:0.7;
  display:none;
  position:absolute;
  z-index:1102;
  margin:0 auto;
  text-align:center;
  background-image:url(../../../images/trans-bg_2.png);
  background-repeat:repeat;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* .skin-purple-light .sidebar>.sidebar-menu>li.active>a{
  color: #26b29b!important;
  background: none;
}
.skin-purple-light .sidebar>.sidebar-menu>li>a:hover{
  color: #26b29b!important;
  background: none;
}
ul.sidebar-menu li{
   border-bottom: 1px solid #4b4a4a!important;
} 
.skin-purple-light .treeview-menu>li>a:hover {
  background-color: #ebebeb !important;
}
.skin-purple-light .treeview-menu>li.active>a{
  background-color: #ebebeb !important;
}*/
.skin-purple-light .sidebar-menu > li > .treeview-menu {
  background: #1d3442;
}
ul.treeview-menu > li.active > a{
  color: #26b29b !important;
  background: none;
}
ul.treeview-menu > li.active{
  color: #26b29b !important;
  background: none;
}
ul.treeview-menu > li.active{
  color: #26b29b !important;
  background: none;
}
/*
* End
*/
