﻿body {
}

.BlockTable {

}
.CieBlock {
    background-image: none !important;
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #42cef5;
    color: white;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
}

.CieBlock:hover {
    background-color: #ddd;
    color: black;
}

.MenuBlock {
    background-image: none !important;
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #4CAF50;
    color: white;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
}

.MenuBlock:hover {
    background-color: #ddd;
    color: black;
}

.SelectorBlock {
    background-image: none !important;
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #D8FFB1;
    color: black;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
}
.SelectorBlockBack {
    background-color: #0099E6 !important;
}
.SelectorBlockSelected {
    background-color: #FADA5E !important;
    color: red !important;
    font-weight: bold !important;
}

.SelectorBlock:hover {
    background-color: #ddd;
    color: black;
}

.LocaListBlock {
    background-image: none !important;
    display: block;
    width: 180px;
    height: 45px;
    border: none;
    background-color: #4CAF50;
    color: white;
    padding: 14px 28px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
}

.LocaListBlock:hover {
    background-color: #ddd;
    color: black;
}

.LocaListGroupDiv {
    width: 500px;
    display: flex;
    flex-wrap: wrap;
}

.LocaListGroupDiv > button {
    margin: 5px;
}

.errorMsg {
    color: #FF0000;
}

.informationMsg {
    color: #3ac96b;
}

.warningMsg {
    color: orange;
}

.quasiBtnBack {
    background-image: none !important;
    background-color: #0099E6;
    color: white;
    width: 225px;
    height: 45px;
    border: medium;
}

.quasiBtnConfirmation {
    background-image: none !important;
    background-color: #92eb34;
    color: black;
    width: 225px;
    height: 45px;
    border: medium;
}

.quasiBtnGeneric {
    background-image: none !important;
    background-color: #768d87;
    color: white;
    width: 175px;
    height: 45px;
    border: medium;
    padding-right: 10px;
    padding-left: 0px;
}

.quasiBtnQuery {
    background-image: none !important;
    background-color: #bbfce6;
    color: black;
    width: 225px;
    height: 30px;
    border: medium;
}
.quasiBtnSelect {
    width: 300px;
    height: 45px;
    border: medium;
}
.quasiBtnLookup {
    width: 45px;
    height: 30px;
    border: medium;
}


.quasiBtnDel {
    background-image: none !important;
    background-color: #FADA5E;
    color: black;
    width: 225px;
    height: 45px;
    border: medium;
}
/*
div.QLabel {
    padding-left: 10px;
} 
    */
.QLabel {
    
}

.QTitle {
    background-color: cornflowerblue;
    color: white;
    width: 100%;
    padding: 10px 10px 10px 10px;
    
}
/*
div.QValueLabel {
    padding-left: 10px;
}*/
.QValueLabel {

}

.QField {

}
/*
.QFieldDiv {
    padding-left: 10px;
}*/

.QTelerikDatePicker {
}

.QTelerikDropDownList {
}

.QLoadingLabel {

}

.QLabelAndLabelValueDiv {
    /*padding-left: 10px; */
}

.QPageLayout {
    display: flex;
    flex-direction: column;
}

.QButtonBar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 400px;
    justify-content: space-between;
    padding-top: 10px
}
.QButtonBar > div {   
    padding: 10px 10px 0px 0px;
}

.btnLogin {
    width: 200px;
    height: 40px;
}

.QTelerikGrid {

}
.QTelerikGridCompact {
    font-size: small;
}

.QFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background-color: lightgray;
    color: black;
    text-align: center;
}
.QPadding {
    padding-bottom: 30px;
}

.DialogConfirmMessageStyle {
    padding-top: 20px;
    color: black;
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
    word-wrap: normal;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.DialogConfirmBtnsDiv {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute !important;
    bottom: 10px !important;
    left: 10px;
    right: 10px;
}

.DialogConfirmBtns {
    width: 75% !important;
}
@media only screen and (max-device-width: 480px) {
    .QField {
        width:200px !important;
    }

    .QTelerikDropDownList {
        width: 250px !important;
    }

    .QTitle {
        font-size: smaller;
    }
}
@media(max-width: 500px) {
    .top-aligned {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        /* you can also try translate(-50%, 50%) for a centered effect which may be better suited for laptop/tablet size */
    }
}

/*
@media only screen and (max-device-width: 5px) {

    .QLabel {
        font-size: 140%;
    }

    .QValueLabel {
        font-size: 140%;
    }

    .QField {
        font-size: 140%;
    }

    .btnLogin {
        font-size: 140%;
        width: 300px;
        height: 50px;
    }

    .quasiBtnBack {
        width: 325px;
        height: 65px;
        font-size: 140%;
    }

    .quasiBtnConfirmation {
        width: 325px;
        height: 65px;
        font-size: 140%;
    }

    .quasiBtnQuery {
        width: 325px;
        height: 45px;
        font-size: 140%;
    }

    .quasiBtnDel {
        width: 325px;
        height: 65px;
        font-size: 140%;
    }

    .quasiBtnGeneric {
        width: 325px;
        height: 60px;
        font-size: 140%;
    }

    .QTelerikDropDownList {
        font-size: 140%;
    }

    .CieBlock {
        font-size: 140%;
        max-width: 360px;
        height: 100%;
        word-wrap: break-word;
        white-space: normal;
        min-height: 75px;
    }

    .MenuBlock {
        font-size: 140%;
        max-width: 360px;
        height: 100%;
        word-wrap: break-word;
        white-space: normal;
        min-height: 75px;
    }

    .BlockTable {
    }

    .nav-link {
        font-size: 140% !important;
    }

    div.k-popup .k-item {
        font-size: 140%;
    }
}*/