
.cr-blue{
    color: #0099cd;
}

.cr-green{
    color: #659933;
}

.text-black{
    color: black;
}

.cr-bg-blue{
    background-color: #0099cd;
}

.cr-bg-green{
    background-color: #659933;
}

.cr-gradient{
    background: #0099CD;
    background: -webkit-linear-gradient(to right, #0099CD 44%, #659933 100%);
    background: -moz-linear-gradient(to right, #0099CD 44%, #659933 100%);
    background: linear-gradient(to right, #0099CD 44%, #659933 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cr-hr{
    color: black;
    height: 1px;
    opacity: 1;
    margin: 0;
    padding: 3px 0 0 0;
}

.bg_blur{
    filter: blur(4px);
}

.light-transparent{
    background-color: #f4f5f7e0 !important;
}

body{
    background-image: url("/Img/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
a{
    text-decoration: none !important;
}



.animate-02{
    transition-duration: 0.2s;
}

.animate-05{
transition-duration: 0.5s;
}

.hover-size-001:hover{
    transform: scale(1.02);
}

.hover-size-01:hover{
    transform: scale(1.1);
}

.hover-size-01:active{
    transform: scale(1.05);
    opacity: 1;
}

.hover-shadow:hover{
    box-shadow: 4px 4px 0.25rem rgb(0 0 0 / 13%) !important
}

.hover-shadow:active{
    box-shadow: 3px 3px 0.25rem rgb(0 0 0 / 9%) !important
}


.hover-ps-3:hover{
    padding-left: 3rem !important;
}

.hover-ps-4:hover{
    padding-left: 4rem !important;
}

.head_logo:hover{
    transform: scale(1.1);
    margin-top: -1rem !important;
}

.head_logo img{
    height: 7rem;
    width: unset !important;
}

.login_button:hover{
    transform: scale(1.1);
    background-color: white;
}

.display-hover{
    visibility: hidden;
}

.display-hover:hover{
    visibility: unset;
}

.chapter_img {
    width: 200px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 1rem;
    display: flow-root;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.gray-box {
    filter:opacity(0%);
    background: #00000091;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition-duration: 0.5s;

}

.gray-box:hover {
    filter:opacity(100%);
}

.status-icon svg {
    transform: scale(2);
    color: white;
}

.status-icon svg:hover {
    transform: scale(2.1);
    filter: grayscale(50%);
}

.status-icon {
    /* transform: scale(2); */
    display: flex;
    width: fit-content;
    margin: 0;
    padding: 0;
    flex: 0 50%;
    /* height: 100px; */
    margin-bottom: 2%;
    padding: 1.5rem;
}

.global-status-table-row:hover{
    background-color: #0099cd2e !important;
}


.lock.status-icon, .image.status-icon {
    align-items: flex-end;
}



.statistic_table tr:nth-child(even) {
    background: white;
    border-radius: 1rem;
}
.statistic_table tr:nth-child(odd) {
    background: #f8f8f8;
    border-radius: 1rem;
}

.statistic_table  tr.head {
    background: transparent !important;
}
.statistic_table  tr.head:hover {
    background: transparent !important;
}

.statistic_table tr:hover {
    background: #b9edff;
    border-radius: 1rem;
}

.table-head-title{
    transition-duration: 0.5s;
    cursor: help;
}
.table-head-title:hover{
    transform: rotate(-90deg) scale(1.2);

}

td:first-child,
th:first-child {
    border-radius: 10px 0 0 10px;
}
td:last-child,
th:last-child {
    border-radius: 0 10px 10px 0;
}


/*temperature bar*/

.temp-color-1, .temp-color-0{
    color: #0099cd;
}

.temp-color-2{
    color: #ff9f1c;
}

.temp-color-3{
    color: #ba1b02;
}

.temp-color-4{
    color: #262626;
}

/*background*/
.temp-bg-color-1, .temp-bg-color-0{
    background-color: #0099cd;
}

.temp-bg-color-2{
    background-color: #ff9f1c;
}

.temp-bg-color-3{
    background-color: #ba1b02;
}

.temp-bg-color-4{
    background-color: #262626;
}

.cr-empty-element:empty:before{
    content: 'Zatím tu nemáme nic k zobrazení.';
}


/*Button bar*/

.cr-button{
    margin-bottom: -5rem;
    cursor: pointer;
    transition-duration: 0.2s;

    text-align:center!important;
    flex: 1 !important;
    background-color:#fff!important;
    box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;
    border-radius: 0.4rem !important;
    padding:0.25rem!important;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
    transition-duration: 0.5s;

}


.cr-button-content{
    display: grid ;

}

.cr-button-content-text{
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 3rem !important;

}

.cr-button:hover{
margin-top: -4rem;

}

.cr-button:active{
    transform: scale(0.95);

}

/* BTN panel technologie*/

.cr-btn{
    padding: 0.5rem !important;
    flex-grow: 1 !important;
    text-align: center !important;
    color: black;
    font-weight: 500;
    border-bottom: 4px solid #659933;
    margin: 0 4px 0 4px;
    border-radius: 4px;
    transition-duration: 0.3s;
    cursor: pointer;
}

.cr-btn-active{
    color: white !important;
    background-color: #659933;
}

.cr-btn-active:hover{
    color: white !important;
    background-color: #659933 !important;
}

.cr-btn:hover{
    color: black;
    background-color: #ffffff;
}

.cr-btn:active{
transform: scale(0.9);
}


/* width */
::-webkit-scrollbar {
    width: 12px;
}


/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0099cd;;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #4fd6c9;
}

@media only screen and (max-width: 768px) {
    .swal2-popup.swal2-modal.w-75.swal2-show{
        width: 100% !important;
    }
    .swal2-content{
        padding: 0 !important;
    }

    .cr-button{
        margin-bottom: 0.3rem;
        cursor: pointer;
        transition-duration: 0.2s;

        display: inline-block;
        width: 70vw;
        text-align:center!important;
        flex: unset !important;
        background-color:#fff!important;
        box-shadow:0!important;
        border-radius: 0.5rem !important;
        padding:0.25rem!important;
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
        transition-duration: 0.5s;

    }

    .cr-button-content{
        /*display: inline-block ;*/

    }

    .cr-button-content-text{
        text-transform: uppercase;
        font-weight: bold;
        padding-bottom: 0rem !important;

    }
}







