/* overwrite bootstrap */
:root { 
    --bs-primary : black!important;
}
.text-primary {
    color: #02aca1!important;
}

.btn-primary {
    color: #fff!important;
    background-color: #02aca1;
    border-color: #02aca1;
}
.btn-primary:hover {
    color: #fff!important;
    background-color: #4eccc4;
    border-color: #02aca1;
}
.btn-outline-primary {
    color: #02aca1;
    border-color: #02aca1;
}

.btn-outline-primary:hover {
    color: #fff!important;
    background-color: #02aca1;
    border-color: #02aca1;
}
a {
    color: #02aca1!important;
    text-decoration: underline;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #02aca1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(153, 223, 159, 0.25);
} 

/* end */

html, body {
    font-family: 'Lato', "Tahoma", serif!important;
}
body {
    background: url(../config/background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

#router-body {
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.active {
    background-color: green;
}

.inactive {
    background-color: lightgray;
}

.pointer {
    cursor: pointer;
}


#hamburger {
    z-index: 1;
    margin: 8px 0px 0px 8px;
    width: 40px;
    height: 32px;
    cursor: pointer;
    background-color: #575556;
    border-radius: 5px;
    text-align: center;
    color: white;
    font-size: 21px;
    display: inline-block;
}

#menu-top {
    position: fixed;
    background-color: #bbf4f0!important;
    color: #f0f0f0;
    width: 100%;
    height: 48px;
    z-index: 1;
    top: 0;
    left: 0;
}

#menu-left {
    width: 260px;
    float: left;
    display: none;
    background: linear-gradient(-45deg, #5ed7cf 0%, #02aca1 100%);
    /*background:  linear-gradient(-45deg, rgba(147, 26, 222, 0.83) 0%, rgba(28,206,234,0.82) 100%);*/
    min-height: 100%;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 48px;
    padding-top: 40px;
}

.icon-desktop {
    filter: hue-rotate(320deg) saturate(1);
}

#logo-license {
background-size: 160px 40px!important;
background-position: center!important;
}

#webforms_reciever_title, #webforms_select_reciever, #webforms_btn_show_publish_1 {
    display: none;
}