/**********************************/
/** white label custom css rules **/
/**********************************/

@font-face {
    font-family: 'Montserrat';
    src: url(fonts/montserrat/Montserrat-VariableFont_wght.ttf) format('ttf') tech('variations'),url(/fonts/montserrat/Montserrat-VariableFont_wght.ttf) format('ttf-variations'),url(fonts/montserrat/Montserrat-VariableFont_wght.ttf);
    font-weight: 100 1000;
    font-stretch: 25% 151%;
}

html {
    font-family: 'Montserrat';
    background-color: #222;
}


body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat';
}

.text-info {
    color: #6366f1;
}
/***
Reset and overrides  
***/
body {
    color: #fff;
}
/***
Page header
***/
.header {
  filter: none !important;
  background-image: none !important;
  background-color: #212121 !important;
}
.header .btn-navbar {
  background-color: #212121 !important;
}
.header .navbar-nav .dropdown-toggle:hover,
.header .navbar-nav .dropdown.open .dropdown-toggle {
  background-color: #383838 !important;
}
.header .navbar-nav li.dropdown .dropdown-toggle i {
  color: #8a8a8a !important;
}
/***
Hor menu
***/
.header .hor-menu ul.nav li a {
  color: #999;
}

.header .hor-menu ul.nav li.open > a,
.header .hor-menu ul.nav li > a:hover,
.header .hor-menu ul.nav li > a:focus {
  color: #fff;
  background: #383838;
}

.header .hor-menu .dropdown-menu li:hover > a,
.header .hor-menu ul.nav li.active > a,
.header .hor-menu ul.nav li.active > a:hover {
  color: #fff;
  background: #e02222 !important; 
}

.header .hor-menu .dropdown-menu {  
    background: #383838;
}
.header .hor-menu .dropdown-menu li > a {    
    color: #999;
}

.header .hor-menu .hor-menu-search-form-toggler.off {
   background: #383838 url(../img/hor-menu-search-close.png) no-repeat center;
}

.header .hor-menu .search-form {  
  background:#383838; 
}

.header .hor-menu .search-form form input {
  color: #999;
}

.widget-bg-color-white {
  color: #999!important;
}

.font-dark
{
    color:#efefef!important;
}

.header .hor-menu .search-form .btn {
    color: #999;
    background: url(../img/search-icon.png) no-repeat center;
}

.header .hor-menu .search-form form input::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
.header .hor-menu .search-form form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
.header .hor-menu .search-form form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
.header .hor-menu .search-form form input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

a{
    text-shadow:none;
    color:#88bc47
}
a:hover{
    cursor:pointer;
    color:#00a7d6
}

.badge-primary {
    background-color: #88bc47
}

.text-primary {
    color: #88bc47;
}

.text-info {
    color: #6366f1;
}

a.text-info:focus, a.text-info:hover {
    color: #6366f1;
}

.btn {
    color: #000;
}

.bg-primary {
    background-color: #88bc47;
}

.btn-default {
    color: #fff;
    background-color: #3BBCE2;
}


.btn-default.focus,.btn-default:focus {
    color: #fff;
    background-color: #3bbce2;
}

.btn-default:hover {
    color: #fff;
    background-color: #3bbce2;
}

.btn-default.icon-only, .btn-default.icon-only:hover {
    background: unset;
    border:unset;
}

.btn-default.icon-only:hover {
    color: #3BBCE2!important;
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #3bbce2;
    background-image: none;
}
.btn-primary {
    background-color: #88bc47;
}

.btn-primary .badge {
    color: #88bc47;
}

.btn-link {
    color: #88bc47;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: #88bc47;
}

.nav-tabs {
    border-bottom: 2px solid #3d3d3d;
    border-radius: 10px 10px 0 0!important;
}

.nav-tabs>li {
    border-radius: 10px!important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #88bc47;
}

.pagination>li>a,.pagination>li>span {
    color: #fff;
    background-color: #3BBCE2;
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    color: #ccc;
    background-color: #3BBCE2;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #88bc47;
    border-color: #88bc47;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #ccc;
    background-color: #3BBCE2;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #88bc47;
}

.alert-info .alert-link {
    color: #6366f1;
}

.progress-bar {
    background-color: #88bc47;
}

.list-group-item-info {
    color: #6366f1;
}

a.list-group-item-info, button.list-group-item-info {
    color: #6366f1;
}

a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
    color: #6366f1;
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
    background-color: #6366f1;
    border-color: #6366f1;
}

.panel {
    background-color: #333;
    border: 2px solid #fff0;
    border-radius: 10px!important;
    margin:10px 0;
}

.panel-footer {
    background-color: #333;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #88bc47;
    background-color: #333;
    border-color: #ddd;
}

.panel-heading {
    border-radius: 7px 7px 0 0 !important;
}


.panel-primary {
    border-color: #88bc47;
}

.panel-primary>.panel-heading {
    background-color: #88bc47;
    border-color: #88bc47;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #88bc47;
}

.panel-primary>.panel-heading .badge {
    color: #88bc47;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #88bc47;
}

.panel-info>.panel-heading {
    color: #6366f1;
}

.panel-info>.panel-heading .badge {
    background-color: #6366f1;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-danger {
    border-color: #ebccd1;
}

button.close {
    background: 0 0;
}

.modal-content {
    background-color: #484848;
    border: 2px solid #3d3d3d;
    border-radius: 10px !important;
}






    /***
Page sidebar
***/
    .page-sidebar {
  background-color: #222222;
}
ul.page-sidebar-menu > li > a {
  border-top: 1px solid #5c5c5c !important;
  color: #ffffff !important;
}
ul.page-sidebar-menu > li:last-child > a {
  border-bottom: 1px solid transparent !important;
}
ul.page-sidebar-menu > li a i {
  color: #969696;
}
ul.page-sidebar-menu > li.open > a,
ul.page-sidebar-menu > li > a:hover,
ul.page-sidebar-menu > li:hover > a {
  background: #303030;
}
ul.page-sidebar-menu > li.active > a {
  background: #00afda !important;
  border-top-color: transparent !important;
  color: #ffffff;
}
ul.page-sidebar-menu > li.active > a i {
  color: #ffffff;
}
ul.page-sidebar-menu > li > ul.sub-menu > li:first-child > a {
  border-top: 0px !important;
}
ul.page-sidebar-menu > li > ul.sub-menu > li.active > a,
ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover {
  color: #fff !important;
  background: #012d69 !important;
}
ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover {
  background: #575757 !important;
}
/* 3rd level sub menu */
ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li.active > a,
ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a:hover,
ul.page-sidebar-menu > li > ul.sub-menu li.open > a {
  color: #ffffff !important;
  background: #575757 !important;
}
/* font color for all sub menu links*/
ul.page-sidebar-menu li > ul.sub-menu > li > a {
  color: #bdbdbd;
}
/* menu arrows */
ul.page-sidebar-menu > li > a .arrow:before,
ul.page-sidebar-menu > li > a .arrow.open:before {
  color: #7d7d7d !important;
}
ul.page-sidebar-menu > li > ul.sub-menu a .arrow:before,
ul.page-sidebar-menu > li > ul.sub-menu a .arrow.open:before {
  color: #707070 !important;
}
ul.page-sidebar-menu > li > a > .arrow.open:before {
  color: #8a8a8a !important;
}
ul.page-sidebar-menu > li.active > a .arrow:before,
ul.page-sidebar-menu > li.active > a .arrow.open:before {
  color: #ffffff !important;
}
/* sidebar search */
.page-sidebar .sidebar-search input {
  background-color: #242424 !important;
  color: #7d7d7d;
}
.page-sidebar .sidebar-search input::-webkit-input-placeholder {
  color: #7d7d7d !important;
}
.page-sidebar .sidebar-search input:-moz-placeholder {
  color: #7d7d7d !important;
}
.page-sidebar .sidebar-search input:-ms-input-placeholder {
  color: #7d7d7d !important;
}
.page-sidebar .sidebar-search input {
  background-color: #222222 !important;
  color: #bfbfbf !important;
}
.page-sidebar .sidebar-search .input-box {
  border-bottom: 1px solid #7d7d7d !important;
}
.page-sidebar .sidebar-search .submit {
  background-image: url(../img/search-icon.png);
}
/***
Sidebar toggler
***/
.sidebar-toggler {
  background-image: url(../img/sidebar-toggler.jpg);
  background-color: #242424;
}
/* search box bg color on expanded */
.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container {
  background-color: #222222 !important;
}
.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove {
  background-image: url("../img/sidebar-search-close.png");
}
/* sub menu bg color on hover menu item */
.page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu {
  background-color: #222222;
}
/***
Footer 
***/
.footer .footer-inner {
  color: #999999;
}
.footer .footer-tools .go-top {
  background-color: #4f4f4f;
}
.footer .footer-tools .go-top:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.footer .footer-tools .go-top i {
  color: #8a8a8a;
}
/***
Footer Layouts (new in v1.3)
***/
/* begin:fixed footer */
.page-footer-fixed .footer {
  background-color: #242424;
}
.page-footer-fixed .footer .footer-inner {
  color: #999999;
}
.page-footer-fixed .footer .footer-tools .go-top {
  background-color: #4f4f4f;
}
.page-footer-fixed .footer .footer-tools .go-top i {
  color: #8a8a8a;
}
/* end:fixed footer */
/***
Gritter Notifications 
***/
.gritter-top {
  background: url(../plugins/gritter/images/gritter.png) no-repeat left -30px !important;
}
.gritter-bottom {
  background: url(../plugins/gritter/images/gritter.png) no-repeat left bottom !important;
}
.gritter-item {
  display: block;
  background: url(../plugins/gritter/images/gritter.png) no-repeat left -40px !important;
}
.gritter-close {
  background: url(../plugins/gritter/images/gritter.png) no-repeat left top !important;
}
.gritter-title {
  text-shadow: none !important;
  /* Not supported by IE :( */

}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
  background-image: url(../plugins/gritter/images/gritter-light.png) !important;
}
.gritter-item-wrapper a {
  color: #18a5ed;
}
.gritter-item-wrapper a:hover {
  color: #0b6694;
}
/* begin: boxed page */
@media (min-width: 992px) {
  .page-boxed {
    background-color: #2e2e2e !important;
  }
  .page-boxed .page-container {
    background-color: #222222;
    border-left: 1px solid #5e5e5e;
    border-bottom: 1px solid #5e5e5e;
  }
  .page-boxed.page-sidebar-fixed .page-container {
    border-left: 0;
    border-bottom: 0;
  }
  .page-boxed.page-sidebar-fixed .page-sidebar {
    border-left: 1px solid #5e5e5e;
  }
  .page-boxed.page-sidebar-fixed.page-footer-fixed .footer {
    background-color: #2e2e2e !important;
  }
}
/* end: boxed page */
/***
Landscape phone to portrait tablet
***/
@media (max-width: 991px) {
  /***
    page sidebar
    ***/
  .page-sidebar {
    background-color: #292929 !important;
  }
  ul.page-sidebar-menu > li > a {
    border-top: 1px solid #4a4a4a !important;
  }
  ul.page-sidebar-menu > li:last-child > a {
    border-bottom: 0 !important;
  }
  .page-sidebar .sidebar-search input {
    background-color: #292929 !important;
  }
  ul.page-sidebar-menu > li.open > a,
  ul.page-sidebar-menu > li > a:hover,
  ul.page-sidebar-menu > li:hover > a {
    background: #1e1e1e;
  }
}

table.dxbs-table.table.table-bordered.table-condensed {
    border-radius: 7px !important;
}

.table .table {
    background-color: #333
}

.page-sidebar {
    background-color: #222222;
}

ul.page-sidebar-menu > li.active > a {
    background: #00afda !important;
}

ul.page-sidebar-menu > li > ul.sub-menu > li.active > a,
ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover {
    color: #fff !important;
    background: #012d69 !important;
}

.page-sidebar .sidebar-search input {
    background-color: #222222 !important;
}
/* search box bg color on expanded */
.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container {
    background-color: #222222 !important;
}
/* sub menu bg color on hover menu item */
.page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu {
    background-color: #222222;
}
/* begin: boxed page */
@media (min-width: 992px) {
    .page-boxed .page-container {
        background-color: #222222;
    }
}

.form-actions {
    background-color: #222222;
    border-top: 1px solid #3d3d3d;
}
.widget {
    background: none repeat scroll 0 0 #333;
    border: 2px solid #3d3d3d;
	border-radius: 10px!important;
}
.head {
    background: #333;
}
.widget .head h5 {
    color: #fff;
}
.form-control 
{
	color:#fff;
	background-color:#111;
	border:2px solid #3d3d3d;
}

.dropdown-menu {
    left: 0;
    min-width: 175px;
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0;
    background-color: #222;
    margin: 10px 0 0;
    border: 2px solid #3d3d3d;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.dropdown-menu li > a {
  color: #fff;
}

.dropdown-menu li > a:hover, 
.dropdown-menu .active > a, 
.dropdown-menu .active > a:hover {
  background-color: #575757 !important;
  color: #fff;

}
label {
  font-weight: 100;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #444;
}

input[disabled],
select[disabled],
textarea[disabled] {
  background-color: #444 !important;
}

input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #444 !important;
}

.pagination .active > a,
.pagination .active > a:hover {
  background: #012d69 !important;
  color: #fff;
}

@media (max-width:991px) {
    .header .navbar-brand img {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .table td, .table th {
        font-size: 12px !important;
    }
}

/* load Montserrat Font from local */

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-VariableFont_wght.ttf') format('ttf') tech('variations'),
         url('fonts/montserrat/Montserrat-VariableFont_wght.ttf') format('ttf-variations'), url('fonts/montserrat/Montserrat-VariableFont_wght.ttf');
    font-weight: 100 1000;
    font-stretch: 25% 151%;
}


/***
Reset and overrides  
***/
/* general body settings */
body { 
  font-family: 'Montserrat';
}

.dxeBase_Material {
	font-family: 'Montserrat'!important;
	color:#fff;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600 !important;
}

.bg-green-meadow {
  background-image: none !important;
  background-color: rgb(163, 113, 130)!important;
  border-color: #fafafa !important;
}

.header .navbar-brand img {
  width: 65%;
}

.header .navbar-nav > li.dropdown.user .dropdown-toggle .username {
  color: #efefef;
}

.page-header-fixed .page-container {
    background: #222222;
}

.page-sidebar-menu > li.active > a .selected {
   background-image: unset;
}

.page-sidebar ul > li > a > .arrow:before {
   margin-right: -5px;
}

.page-sidebar-menu > li > ul.sub-menu > li > a {
  padding-left: 18px !important;
}

.page-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {  
  padding-left: 30px;
}

.page-sidebar .sidebar-toggler {
  margin-left: 196px;
}

/***
Page content
***/
.page-content {
  background-color: #222222;
}

/***
Page title
***/
.page-title {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.page-content .page-breadcrumb.breadcrumb {
  border:2px solid #3d3d3d;
  border-radius:5px!important;
  background-color: #222;
}

.footer {
    z-index:99999;
	position: unset;	
}

body.page-header-fixed, #aspnetForm >.page-container {
    min-height: 92vh!important;
}

.icon-btn div {
  font-family: 'Montserrat', sans-serif;
}

.icon-btn .badge {
  font-family: 'Montserrat', sans-serif;
}

.dropdown-menu.tasks .task .percent {
  font-family: 'Montserrat', sans-serif;
}

.feeds li {
  background-color: unset;
}
.theme-panel > .toggler:hover {
  background-color: #222222 !important;
}

.theme-panel > .toggler-close {
  background: #222222 url(../img/icon-color-close.png) center no-repeat !important;
}

.theme-panel > .theme-options {
  background:#222222;
}


.dxc-tooltip text {
    color: #000!important;
}

/***
Login page
***/

/* logo page */
.login {
    background-color: #222 !important;
}

.login-header {
    display: block;
    width: 100%;
    height: 10vh;
    background: #000;
    padding: 32px;
}

.login .logo {
    min-width: 200px;
    width: 15%;
    background:unset;
    border: unset;
    margin:unset;
    padding: unset;
    text-align: unset;
}

#Form1 {
    display: block;
    height: 100%;
    margin: 20vh auto;
    background: #222222 !important;
    width: 560px;
    margin-bottom: 0px;
    padding: 25px;
    border-radius: 20px !important;
}

.logo > #ASPxImageLogo {
    width: 60%;
}

body.login {
    background: url(../img/login-banner_new.png);
    background-size: cover;
}

.body-content {
    min-height: 70vh;
}

.login .content {
    background: unset;
    width: unset;
    margin: unset;
    margin-bottom: unset;
    padding: unset;
    padding-top: unset;
    padding-bottom: unset;
    border: unset;
    border-top: unset;
}

.login .content h3 {
  color: #fff;
  text-align: center;
}

.login .content h4  {
  color: #eee;
}

.login .content p,
.login .content label {
    color: #fff;
}

.login .content .login-form,
.login .content .forget-form {
    padding: 0px;
    margin: 0px;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}  

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}

#Form1 .form-group {
    width: 50%;
    margin: 0 auto 20px;
}

.login .content .form-control {
    background-color: #000;
    border: #3d3d3d 2px solid !important;
    border-radius: 5px !important;
    color: #fff;
}

.login .content .create-account {
    border-top: 1px dotted #eee;
    padding-top: 10px;
    margin-top: 15px;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}



.login .content .form-actions {
    background-color: transparent;
    padding: 0px;
    margin-top: 40px;
    border: 0;
}

.login .content .form-actions .btn {
	margin-top: 1px;
    font-weight: 600;
    background: #3BBCE2;
    border: 0;
    color: #fff;
    padding: 10px 45px!important;
}

/* footer copyright */
.login .copyright {
    text-align: right;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* LOADING css*/
body .fuse-splash-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    color: #F9FAFB;
    z-index: 999999;
    pointer-events: none;
    opacity: 1;
    visibility: visible;
    transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

body .fuse-splash-screen img {
    width: 120px;
    max-width: 120px;
}

body .fuse-splash-screen .spinner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    width: 56px;
}

body .fuse-splash-screen .spinner > div {
    width: 12px;
    height: 12px;
    background-color: #1E96F7;
    border-radius: 100% !important;
    display: inline-block;
    -webkit-animation: fuse-bouncedelay 1s infinite ease-in-out both;
    animation: fuse-bouncedelay 1s infinite ease-in-out both;
}

body .fuse-splash-screen .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

body .fuse-splash-screen .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes fuse-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes fuse-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

body.loading:not(.fuse-splash-screen-hidden) {
    overflow: hidden;
}

.breadcrumb i, .breadcrumb span a {
    color: #efefef;
}

.breadcrumb span, .breadcrumb span a {
    color: #fff;
}

#ctl00_viewNotifications i {
    color: #efefef;
}

.dxbs-input-cntr input {
    color: #fff !important;
}

@media (max-width:768px) {
    a.navbar-toggle::before {
        color: #efefef;
    }
}

/*Password reset modal input fix*/
.padding-left-30.has-error input {
    padding-left: 30px;
}

.padding-left-30.has-error span span {
    position: absolute;
    left: 0;
    padding: 8px;
}

.card {
    background-color: #333;
    border: 2px solid #3d3d3d;
    border-radius: 10px !important;
}

.btn-link {
    color: #88bc47;
}

.tabbable.card ul {
    background: #444;
}

.portlet-body:after {
    content: " ";
    clear: both;
    display: table;
}

.portlet.light.bordered.widget-row {
    margin: 15px;
}

.portlet.box>.portlet-title>.tools>a.fullscreen{
    color:#fdfdfd
}
.portlet.box>.portlet-title>.actions{
    padding:7px 0 5px
}
.portlet.box>.portlet-body{
    background-color:#333;
}
.portlet.light{
    background-color:#333;
}
.portlet.light.bordered{
    border:2px solid #3d3d3d!important;
	border-radius:10px!important;
}
.portlet.light.bordered>.portlet-title{
    border-bottom:1px solid #eef1f5
}
.portlet.light.bg-inverse{
    background:#f1f4f7
}
.portlet.light>.portlet-title{
    min-height:48px
}
.portlet.light>.portlet-title>.caption{
    color:#EFEFEF;
}
.portlet.box.black {
    border: 2px solid #3d3d3d;
    border-top: 0;
    margin: 10px 0;
    border-radius: 10px !important;
}

.margin-top-15 {
    margin-top: 15px;
}

a.DebugModeActive.dropdown-toggle.bg-red-thunderbird.bg-font-red-thunderbird {
    background: red;
    color: #fff;
}

a.DebugModeActive.dropdown-toggle.bg-yellow-gold.bg-font-yellow-gold {
    background: #ff9800;
    color: #fff;
}

li#ctl00_HelpBtn {
    background: #FFEB3B;
}

.card.cookie-alert.show, .card.cookie-alert.show p {
    color: #fff !important;
}

body.login {
    min-height: 100vh;
}

.btn.btn-outline.dark {
    background: #fff;
}