﻿/*app bar language selecting*/
.language-select-box {
    appearance: menulist-button !important;
    -webkit-appearance: listbox !important;
    width: 70px !important;
    padding: 0 !important;
    margin: 0;
    border: 1px solid black;
    font-size: 10px !important;
    height: 23px;
}

@media only screen and (min-width: 1200px) {
    .language-select-box {
        width: 75px !important;
        font-size: 12px !important;
        height: 24px;
    }
}
@media only screen and (min-width: 1400px) {
    .language-select-box {
        width: 80px !important;
        font-size: 14px !important;
        height: 25px;
    }
}
@media only screen and (min-width: 1600px) {
    .language-select-box {
        width: 85px !important;
        font-size: 15px !important;
        height: 25px;
    }
}
@media only screen and (min-width: 1800px) {
    .language-select-box {
        width: 90px !important;
        font-size: 16px !important;
        height: 25px;
    }
}

/*app bar logo*/
.gtc-logo-menu {
    width: 170px;
}

/*page captions*/
.pageCaption{
    position: fixed;
    width: fit-content;
    right: 1000px;
    z-index: 5;
    margin-top: -70px;
    color: black !important;
}
/*grid captions*/
.grid-caption{
    color: black !important;
    width: fit-content;
    padding: 5px;
    text-align: center;
    font-size: 16px;
}
.section-highlight-background{
    background-color: #ededed;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px;
    margin: 5px 0 5px 0;
}

@media only screen and (max-width: 1800px) {
    .pageCaption{
        font-size: 28px;
        right: 800px;
    }
}
@media only screen and (max-width: 1600px) {
    .pageCaption{
        font-size: 28px;
        right: 700px;
    }
}
@media only screen and (max-width: 1400px) {
    .pageCaption{
        font-size: 28px;
        right: 600px;
    }
}
@media only screen and (max-width: 1200px) {
    .pageCaption{
        font-size: 23px;
        right: 500px;
    }
}
@media only screen and (max-width: 800px) {
    .pageCaption{
        font-size: 18px;
    }
}
@media only screen and (max-width: 500px) {
    .pageCaption{
        font-size: 13px;
    }
}


/*moved from NewAppBar razor*/
.logout-button{
    background-color: transparent;
    border: none !important;
    font-size: 24px !important;
    padding: 0;
}
.logout-button span{
    font-size: 24px !important;
}
.logout-button:hover{
    background-color: transparent;
    text-decoration: underline;
}

.matwhite .mat-drawer{
    width: fit-content;
}

.date-time-link{
    margin-bottom: 0 !important;
}

.sectionend button.matwhite {
    color: white;
}

.login-buttons {
    display: flex;
    flex-direction: column;
    padding: 5px 5px;
    gap: 5px;
    align-items: center;
    font-size: 20px !important;
}
.login-buttons button span{
    font-size: 20px !important;
}
.page > .main > .pms-app-bar{
    padding: 0!important;
}

.pms-mdc-drawer{
    top: 64px;
    right: 0;
    height: auto;
    position: fixed;
}

/*.hide-app-bar{*/
/*    display: none !important;*/
/*}*/
/*.toggle-app-bar-button{*/
/*    z-index: 20;*/
/*}*/

.profile-settings-menu{
    width: auto !important;
}