@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}
.font-blue {
    font-weight: bold;
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.btn-2 {
    color: #fff;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}
.market {
    background-color: #4682b4 !important;
}
.marketgray {
    background-color: #555 !important;
}

#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;
    }
.btn-long {
    width:250px;
}
/* JobHeader */
.text-date {
    color: #3F4254;
}
.Morning {
    color: #1b6ec2;
    font-weight: bold;
}
.Afternoon {
    color: #c45f2d;
    font-weight: bold;
}
.PreferenceButton {
    background-color: lightgray;
    border-color: #4b5563;
    width: 100px;
}
.PreferenceButtonActive,
.PreferenceButton:focus,
.PreferenceButton:hover,
.PreferenceButton:active
{
    background-color: #0070C0;
    border-color: #4b5563;
    color: white;
    font-weight: bold;
    width: 100px;
}

.PreferenceButtonOld {
    background-color: grey;
    border-color: #4b5563;
    width: 200px;
}
.PreferenceButtonOld:focus,
.PreferenceButtonOld:active
{
    background-color: red;
    border-color: #4b5563;
    width: 200px;
}
.ScheduleButton {
    background-color: grey;
    border-color: #4b5563;
    width: 200px;
}
.ScheduleButton:disabled {
    background-color: #c1c1c1;
    border-color: #999;
    color:#888;
    width: 200px;
}
.ScheduleButtonSelected,
.ScheduleButtonSelected:focus,
.ScheduleButtonSelected:hover,
.ScheduleButtonSelected:active
{
    background-color: #0070C0;
    color: white;
    font-weight: bold;
    border-color: #4b5563;
    width: 200px;
}
.jobRow {
    position: relative;
}

.jobRow-date {
    float: left;
    left: 0;
    min-width: 100px;
}
.jobRow-status {
    position:absolute;
    right: 5px;
    min-width: 65px;
    text-align: right !important;
}
.jobRow-name {
    float: left;
    top: 0;
    min-width:200px;
}
.jobRow-cost {
    margin-left: auto;
    margin-right: 5px;
}
.jobRow-address {
    position: relative;
    float: right;
    width: 100%;
}
.badge-status-yellow {
    background-color: gold;
    color: black;
    font-weight: bold;
}
.badge-status-grey {
    background-color: grey;
    color: white;
    font-weight: bold;
}
.badge-status-green {
    background-color: darkgreen;
    color: white;
    font-weight: bold;
}
.badge-status-progress {
    background-color: #0070c0;
    color: white;
    font-weight: bold;
}
.badge-status-blue {
    background-color: darkblue;
    color: white;
    font-weight: bold;
}
.badge-status-box {
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    border-radius: .25rem;
    padding: 2px 50px 2px 50px;
}
.completed-box {
    background: darkblue;
    color:white;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    border-radius: .25rem;
    padding: 2px 50px 2px 50px;
}
.upcoming-box {
    background: darkgreen;
    color:white;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    border-radius: .25rem;
    padding: 2px 50px 2px 50px;
}
.search-box {
    font-size: 1.3em;
}
.center-container-div {
    margin: auto;
    width: 300px;
    border: 0;
    padding: 0;
}
.yellow-warning{
    padding:4px;
    background:lightgoldenrodyellow
}
.font-color-default{
    color: #F3F6F9!important;
}
.center-div {
    display: flex;
    justify-content: center;
}
.right-div {
    float:right;
    right: 0;
}
.pdiv{
}

.pdiv h1{
    margin-left: 10px;
    margin-top: -10px;
    height: 10px;
    line-height: 20px;
    font-size: 15px;
}

.pdiv h1 span{
    background-color: white;
}
.page-close-div {
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
}
.page-back-div {
    float: left;
    position: relative;
    left: 10px;
    right: 5px;
    bottom: 3px;
}
.cmd-icon {
    color: #545b62;
    margin: 0 12px 0 12px;
}
.cmd-alert-icon {
    color: red;
    margin: 0 6px 0 12px;
}
.cmd-info-icon {
    color: #0070C0;
    margin: 0 6px 0 0;
}
.customer-icon {
    color: orange;
}
.hauler-icon {
    color: #0070C0;
}
.validation-message {
    color: red;
}
/* Menu Font Size */
.e-menu-container ul,
.e-sidebar,
.e-contextmenu-container ul.e-ul {
    font-size:20px;
    background-color: #ddd !important;
    color:black;
} 
.e-menu-item {
    height: 40px !important;
    line-height: 40px !important;
}
.e-menu-container li,
.e-contextmenu-container li.e-li {
}
.default-sidebar {
    border-right: 1px solid rgba(0,0,0,0.12) !important;
}
.text-content {
    font-size: 1.5rem;
    padding: 3rem;
}
.bg-analytics {
    background-color: orange;
    color: white;
}
.progress-bar {
    font-size:10px;
    background-color: #0070C0;
}
.res-circle {
    /* (A) PERCENTAGE WIDTH & BORDER RADIUS */
    width: 70px;
    border-radius: 50%;

    /* (B) BACKGROUND COLOR */
    background: #005a9a;

    /* (C) NECESSARY TO POSITION TEXT BLOCK */
    line-height: 0;
    position: relative;
}
.type-icon {
    color: #ffffff;
    margin: 0 12px 0 0;
}

/* (D) MATCH HEIGHT */
.res-circle::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

/* (E) TEXT BLOCK */
.circle-txt {
    /* (E1) CENTER TEXT IN CIRCLE */
    position: absolute;
    bottom: 50%;
    width: 100%;
    text-align: center;

    /* (E2) THE FONT - NOT REALLY IMPORTANT */
    font-family: arial, sans-serif;
    color: white;
    font-size: large;
    font-weight: bold;
}
.dialog-img-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-self: center;
}
.hb-drop {
    background: lightyellow;
}
.hb-lunch {
    background: #eec7ee;
}
/* Category drop list styling */
.category-drop-down-wrapper {
    margin: 40px;
    display: flex;
}

.category-drop-down li.e-list-item[isavailable="false"] {
    color: #f00;
}

.category-drop-down li.e-list-item {
    margin-left:20px;
    color: #00f;
}

.game-selection-label {
    margin-left: 20px;
}

.grid-label {
    font-size: 12px;
    font-weight: 500;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
;
}

/* Reconnecting Display timeout */
#components-reconnect-modal {
    transition: visibility 0s linear 2000ms;
}
