/*
    Bizlution CSS
    Author : Roger Yang
*/
.hide_column {
    display: none;
}

.before_authorized {
    display: none;
}

.non_admin_group {
    visibility: hidden;
}


.weekDays-selector input {
    display: none !important;
}

.weekDays-selector input[type=checkbox]+label {
    display: inline-block;
    border-radius: 2px;
    background: #dddddd;
    height: 30px;
    width: 40px;
    margin-right: 3px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.weekDays-selector input[type=checkbox]:checked+label {
    background: #ef8354;
    color: #ffffff;
}

.sensors-selector input {
    display: none !important;
}

.sensors-selector input[type=checkbox]+label {
    display: inline-block;
    border-radius: 2px;
    background: #dddddd;
    height: 30px;
    width: 40px;
    margin-right: 3px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.sensors-selector input[type=checkbox]:checked+label {
    background: #ef8354;
    color: #ffffff;
}


.biz_sidenav_content {
    /*background: linear-gradient(to bottom, #baa8f6, #E0E0E0);*/
    background: linear-gradient(to bottom, #FFFFF0, #D0D0D0);
}

.biz_sidenav-menu {
    background: linear-gradient(to bottom, #ffffff, #E0E0E0);
    /*background: linear-gradient(to bottom, #505050, #000000);*/
    color: white;
}

.biz_sidenav-footer {
    background: linear-gradient(to bottom, #ffffff, #E0E0E0);
}

.biz_navbar {
    background: linear-gradient(to right, #2b6c7e, #061d15);
}

.biz_footer {
    background: linear-gradient(to bottom, #ffffff, #E0E0E0);
}

.white-icon2 {
    
   filter: brightness(0) invert(1);
}

