@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Calibri', Helvetica, Arial, sans-serif;
    background-color: #173753;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top:0.5rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.loading-panel {
    position: absolute;
    opacity: 0.5;
    top: 50%;
    left: 50%;
}
.loading-panel-wrapper {
    width: 100vw; 
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 123456;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .loading-panel-wrapper .loading-panel-overlay {
        background: gray;
        position: absolute; 
        width: 100%;
        height: 100%;
        opacity: 0.5;
    }
.main-label {
    font-size: 18px;
}


.sub-label {
    font-size: 16px !important;
}

.card-detail-padding {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.card-header-padding {  
    padding-bottom: 5px;
}

.player-header-padding {
    padding-top: 7px;
    padding-bottom: 5px;
}

.card-header-edit-title {
    padding: 10px 10px 10px 10px;
}

.card-detailrow-padding { 
    padding-top: 6px;  
    padding-bottom: 6px;
}

.dash-val-txt {
    font-size: 3em;
    color: #fff;
    font-weight: bold;
}

.dash-label-txt {
    font-size: 1em;
    color: #fff;
    font-weight: bold;
}

.grid-toolbar-padding {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
}
/*Fix for Main Nav last child position*/
@media only screen and (min-width:1389px) and (max-width: 1528px) {  
    .Work-Bench {
        position: relative;
        left: 116px;
    }
}
@media only screen and (min-width:1223px) and (max-width: 1390px) {
    .Work-Bench {
        position: relative;
        left: 116px;
    }
    .Event-ANd-Operation {
        position: relative;
        left: 116px;
    }
}
    