
/* logo */
.whitelabel-logo {
    background: url('http://d3mn4o9w8fh4md.cloudfront.net/2021/05/11/609a5c47e1a39.png') no-repeat;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 250px; /* Width of new image */
    height: 100px; /* Height of new image */
    padding-left: 250px; /* Equal to width of new image */

}
/* end logo */


/* background use container* , container-fluid, container-fixed */

/* .container-fluid {
    background-color: {background};
} */

/* body-background use .panel-white class */
/* .panel-white {
    background-color: #CFD8DC;
}
/* background login                                           */
/*
.bg-white{
    background-color: #CFD8DC;
} */

.whitelabel-body {
    background-color: #CFD8DC;
}

/* end body-background */

/* header menu color */
.header {
    background-color: #FFFFFF;
}

/* menu text color */
.menu-list a {
    color: #4169E1;
}
/* text color hover */
.menu-list a:hover {
    color: #F44336;
}
/* text color active */
.menu-list li.active a {
    color: #F44336;
}

.whitelabel-profile-text {
    color: #4169E1
}
/* end header menu color */

/* navbar / sub menu color */
.horizontal-menu .bar {
    background-color:#F44336;
}

/* sub menu text-color */
.horizontal-menu .bar-inner a[href] {
    color: #ffffff;
}

.submenu>li.active {
    background-color: #ffffff;
}

.horizontal-menu .bar-inner .submenu>li.active a[href] {
    color: #F44336;
}
/*
.horizontal-menu .bar-inner li.active {
    color: yellow;
}

.whitelabel-submenu-text {
    color: seagreen;
} */

/* .submenu>li.active a[href] {
    background-color: seagreen;
    color: yellow;
} */

/* end navbar */

/* primary button */
.btn-primary {
    background-color:  !important;
}

.btn-primary:hover {
    background-color: ;
    border-color: ;
}

.btn-primary:active {
    background-color: ;
    border-color: ;
}

.btn-primary:visited {
    background-color: ;
    border-color: ;
}

/* .btn-blue {
    background-color: ;
    border-color: ;
    font-weight: 600;
} */
/* .btn-blue:hover,
.btn-blue:active,
button.btn-blue:visited {
    background-color:  !important;
    border-color:  !important;
} */

/* end primary button*/

/* secondary button */


/* end secondary button */

/* table */

.table-izzy thead {
    background-color: #F5F5F5;
}
/*.table-izzy thead > tr > th {*/
/*    color: #fad859;*/
/*}*/

/* background login */
.whitelabel-bg {
    background: url('http://d3mn4o9w8fh4md.cloudfront.net/2021/05/05/60921ff6ea0fb.png') no-repeat;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; /* Width of new image */
    height: 100%; /* Height of new image */
    padding-left: 100%; /* Equal to width of new image */
    background-position: 30% center;
    background-size: cover;
}

.whitelabel-bg-caption {
    display: none;
}

.whitelabel-btn-back {
    display: none;
}

.whitelabel-login-wording {
    display: none;
}

.whitelabel-email-footer {
    display: none;
}
/* end background login */

/* button top left corner login page */
.btn-back span {
    background: ;
}
/**/

/* whitelabel logo 152x50 */
.whitelabel-logo-top-left-corner {
/*.brand .inline {*/
    background: url('http://d3mn4o9w8fh4md.cloudfront.net/2021/05/11/609a5c481175e.png') no-repeat;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*width: 152px; */
    /* Width of new image */
    height: 50px; /* Height of new image */
    padding-left: 152px; /* Equal to width of new image */
    object-fit: initial;
}
/**/

/* favicon header */
#favicon { 
    background-image: url('http://d3mn4o9w8fh4md.cloudfront.net/2021/05/11/609a5c481175e.png');
}
/* */