a.nav-link.router-link-exact-active.active {
    background: #eee;
    color: #000;
}
.vdatetime input {
    border: none;
}
#wrapper {
  overflow-x: inherit;
}
.wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .wrapper_box {
    background: #fff;
    border-radius: 1px;
    padding: 1em;
  }
  .wrapper_box .form_group {
    margin: 0 0 1em;
  }
  .wrapper_box h4 {
    margin: 0 0 1em;
  }
  .wrapper_box .form_group input {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: .5em 1em;
    outline: none;
  }
  .wrapper_box .form_group label{
    color: #888;
    font-size: 14px;
  }
  .wrapper_box .form_group .btnn {
    width: 120px;
    height: 30px;
    background: #ccc;
    color: #fff;
    outline: none;
    border: none;
  }
  .wrapper_box .form_group .b_login {
    background: #003f8c;
    color: #ffffff;
  }
  .wrapper_box .form_group .b_reset {
    background: #ccc;
    color: #fff;
  }
  
  
  .wrapper_box .form_group button[disabled]{
    color: #a6a6a6;
    background: #ccc;
  }
  
  .wrapper_image {
    height: 100%;
    background: red;
    width: 100%;
  }
  

.buttons_action {
    padding: .5em 0 0;
} 
.btn-danger {
    color: #fff !important;
} 
#sidebar-wrapper .list-group .nav-link {
    color: #ffc100;
    font-weight: 600;
}
#sidebar-wrapper .list-group {
  height: 100%;
  background: #2b2626;
}
#sidebar-wrapper .sidebar-heading {
  background-color: #2b2626;
}
#sidebar-wrapper .sidebar-heading a{
  color: #fff;
  text-decoration: none;
  font-family: 'Secular One', Arial, Helvetica, sans-serif;
}
#sidebar-wrapper .list-group .nav-link.router-link-exact-active,
#sidebar-wrapper .list-group .nav-link:hover {
  background-color: #ffc100;
  color: #2b2626;
}
.mnavbar {
  background: #2b2626;
}

a.nav-link.router-link-exact-active.active{
  background: #2b2626;
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus,
.btn-check:focus + .btn-primary, 
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
  color: #ffc100 !important;
  background-color: #2b2626 !important;
  border-color: #2b2626 !important;
  outline: none !important;
  box-shadow: none !important;
  position: relative;
}

.btn-primary:not(:disabled):not(.disabled).active.router-link-exact-active, 
.btn-primary:not(:disabled):not(.disabled):active.router-link-exact-active, 
.show>.btn-primary.dropdown-toggle.router-link-exact-active,
.btn-primary:not(:disabled):not(.disabled).active.router-link-exact-active:focus, 
.btn-primary:not(:disabled):not(.disabled):active.router-link-exact-active:focus, 
.show>.btn-primary.dropdown-toggle.router-link-exact-active:focus,
.btn-check.router-link-exact-active:focus + .btn-primary.router-link-exact-active, 
.btn-primary.router-link-exact-active:focus,
.btn-primary.router-link-exact-active:hover,
.btn-primary.router-link-exact-active {
  color: #2b2626 !important;
  background: #ffc100 !important;
  font-weight: 600 !important;
  border-color: #2b2626 !important;
  outline: none !important;
  box-shadow: none !important;
  position: relative;
}



#navbarSupportedContent .navbar-nav .show > .nav-link, 
#navbarSupportedContent .navbar-nav .nav-link,
#navbarSupportedContent .navbar-nav .nav-link.active {
  color: #fff !important;
}
.vm--modal {
  padding: 2em 0;
}
table p {
  margin: 0 0 2px;
}

td .lb-grid-1 .lb-item{
  height: 55px
}
 

#app .colorRange{
  background: #2b2626;
  width: 100px;
  height: 28px;
  border-radius: 20px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  margin-top: 8px;
  text-align: center;
  padding: 3px;
  margin: 0 5px;
}
.selectThemes{
  background: #fff;
  border: none;
  border-bottom: 1px solid #eee;
  border-radius: 3px;
  text-align: center;
  outline: none;
  margin: 3px 0;
  display: block;
  width: 100%;
  font-size: 14px;
  min-width: 110px;
}
.selectThemes:hover{
  background: #eee;
}
/* #app.theme1 */

#app.theme1 a.nav-link.router-link-exact-active.active,
#app.theme1 .colorRange,
#app.theme1 #sidebar-wrapper .list-group,
#app.theme1 #sidebar-wrapper .sidebar-heading,
#app.theme1 .mnavbar {
  background: #00316d;
}
#app.theme1 #sidebar-wrapper .list-group .nav-link.router-link-exact-active, 
#app.theme1 #sidebar-wrapper .list-group .nav-link:hover {
  background-color: #0051b5;
  color: #ffffff;
}
#app.theme1 #sidebar-wrapper .list-group .nav-link {
  color: #c5c5c5;
}

#app.theme2 a.nav-link.router-link-exact-active.active,
#app.theme2 .colorRange,
#app.theme2 #sidebar-wrapper .list-group,
#app.theme2 #sidebar-wrapper .sidebar-heading,
#app.theme2 .mnavbar {
  background: #e68a00;
}
#app.theme2 #sidebar-wrapper .list-group .nav-link.router-link-exact-active, 
#app.theme2 #sidebar-wrapper .list-group .nav-link:hover {
  background-color: #ca7900;
  color: #ffffff;
}
#app.theme2 #sidebar-wrapper .list-group .nav-link {
  color: #ffefd6;
}

#app.theme3 a.nav-link.router-link-exact-active.active,
#app.theme3 .colorRange,
#app.theme3 #sidebar-wrapper .list-group,
#app.theme3 #sidebar-wrapper .sidebar-heading,
#app.theme3 .mnavbar {
  background: #2bd028;
}
#app.theme3 #sidebar-wrapper .list-group .nav-link.router-link-exact-active, 
#app.theme3 #sidebar-wrapper .list-group .nav-link:hover {
  background-color: #08b305;
  color: #ffffff;
}
#app.theme3 #sidebar-wrapper .list-group .nav-link {
  color: #d4ffd3;
}

#app.theme4 a.nav-link.router-link-exact-active.active,
#app.theme4 .colorRange,
#app.theme4 #sidebar-wrapper .list-group,
#app.theme4 #sidebar-wrapper .sidebar-heading,
#app.theme4 .mnavbar {
  background: #c400dc;
}
#app.theme4 #sidebar-wrapper .list-group .nav-link.router-link-exact-active, 
#app.theme4 #sidebar-wrapper .list-group .nav-link:hover {
  background-color: #a900bd;
  color: #ffffff;
}
#app.theme4 #sidebar-wrapper .list-group .nav-link {
  color: #faceff;
}

#app.theme5 a.nav-link.router-link-exact-active.active,
#app.theme5 .colorRange,
#app.theme5 #sidebar-wrapper .list-group,
#app.theme5 #sidebar-wrapper .sidebar-heading,
#app.theme5 .mnavbar {
  background: #d60707;
}
#app.theme5 #sidebar-wrapper .list-group .nav-link.router-link-exact-active, 
#app.theme5 #sidebar-wrapper .list-group .nav-link:hover {
  background-color: #bb0000;
  color: #ffffff;
}
#app.theme5 #sidebar-wrapper .list-group .nav-link {
  color: #ffb8b8;
}

#app.theme6 a.nav-link.router-link-exact-active.active,
#app.theme6 .colorRange,
#app.theme6 #sidebar-wrapper .list-group,
#app.theme6 #sidebar-wrapper .sidebar-heading,
#app.theme6 .mnavbar {
  background: #d8078e;
}
#app.theme6 #sidebar-wrapper .list-group .nav-link.router-link-exact-active, 
#app.theme6 #sidebar-wrapper .list-group .nav-link:hover {
  background-color: #a9006d;
  color: #ffffff;
}
#app.theme6 #sidebar-wrapper .list-group .nav-link {
  color: #ffb8e6;
}







body.theme1 .btn-primary:not(:disabled):not(.disabled).active, 
body.theme1 .btn-primary:not(:disabled):not(.disabled):active, 
body.theme1 .show>.btn-primary.dropdown-toggle, 
body.theme1 .btn-primary:not(:disabled):not(.disabled).active:focus, 
body.theme1 .btn-primary:not(:disabled):not(.disabled):active:focus, 
body.theme1 .show>.btn-primary.dropdown-toggle:focus, 
body.theme1 .btn-check:focus + .btn-primary, 
body.theme1 .btn-primary:focus, 
body.theme1 .btn-primary:hover, 
body.theme1 .btn-primary {
  color: #dedede !important;
  background-color: #00316d !important;
  border-color: #00316d !important;
  outline: none !important;
  box-shadow: none !important;
  position: relative;
}

body.theme1 .btn-primary:not(:disabled):not(.disabled).active.router-link-exact-active, 
body.theme1 .btn-primary:not(:disabled):not(.disabled):active.router-link-exact-active, 
body.theme1 .show>.btn-primary.dropdown-toggle.router-link-exact-active, 
body.theme1 .btn-primary:not(:disabled):not(.disabled).active.router-link-exact-active:focus, 
body.theme1 .btn-primary:not(:disabled):not(.disabled):active.router-link-exact-active:focus, 
body.theme1 .show>.btn-primary.dropdown-toggle.router-link-exact-active:focus, 
body.theme1 .btn-check.router-link-exact-active:focus + .btn-primary.router-link-exact-active, 
body.theme1 .btn-primary.router-link-exact-active:focus, 
body.theme1 .btn-primary.router-link-exact-active:hover, 
body.theme1 .btn-primary.router-link-exact-active {
  color: #fff !important;
  background: #0051b5 !important;
  font-weight: 600 !important;
  border-color: #0051b5 !important;
  outline: none !important;
  box-shadow: none !important;
  position: relative;
}




.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  background-color: #65e6ff;
  border-color: #42dfff;
}