html, body {
    font-family: 'Roboto', Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    Helvetica, Arial, sans-serif;
    background-color: #ebe9dc;
    color: #094e77;
}

a, .btn-link {
    color: #006bb7;
}

.btn-recsports {
    background-color: #094e77;
    color: white;
}

.btn-xl {
    width: 18rem;
    height: 8rem;
    font-size: 2rem;
}

.btn-recsports:hover{
    color: white;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.select-link {
    background-color: white;
    border: none;
}

.select-link {
    padding: 3px 0;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.fake-link {
    text-decoration: none;
    color: #5e98b2;
    cursor: pointer;
}
.fake-link:hover {
    text-decoration: underline;
}

.table-input {
    background-color: white !important;
    padding: 0.2rem !important;
    margin: 0 !important;
    border: 1px solid black !important;
    border-radius: 0.25rem !important;
}

thead, tbody {
    color: #474747;    
}

tbody {
    font-size: 14px;
}

.terminated_employee {
    color: #6C9AC3 !important;
}

.time_content {    
    padding: 2rem;
    background-color: #fff;  
    border-radius: .2rem;
    box-shadow: rgba(0, 0, 0, .2) 0 .1rem .3rem;
}

.card-container {
    padding: 1rem 3rem;
    background-color: #f2f2f2;
}

.card-title {
    color: #094e77;
}

.card-subtitle {
    color: gray;
}

.pos-card {
    margin: 10px 0;
}

.position-info {
    margin: 10px 0 0 -30px;
    color: #474747;
}

.pos-card-body {
    height: 210px;
    overflow-y: auto;
    padding: 14px;
}

.transferChkbox {
    margin-right: 10px;
}



/**** TIME REPORTING MENU ****/
.modules_timereporting_header {
    display: flex;
    -webkit-box-orient: inline-axis;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px 0 0 0;
    margin: -2rem 0 0 0;
    padding: 0;
}
/**Title**/
.modules_timereporting_title {        
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.modules_timereporting_title h2 {
    white-space: nowrap;
    font-style: normal;
    color: #bbb;
    margin-top: 20px;
    font-size: 1.2rem;
}

/**Menu**/
.modules_timereporting_menu ul.menu_list {
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.modules_timereporting_menu ul.menu_list li a {
    display: block;
    padding: .65rem;        
    -webkit-box-flex: 1;
    flex-grow: 1;
    font-size: 14px;
}

.time_link {
    color: #094e77;
    display: block;
    text-decoration: none;
}

.manager_link {
    color: #5e98b2;
    text-decoration: none;
}

.modules_timereporting_menu ul.menu_list a:hover {
    text-decoration: none;
    color: #ff7c40;
}

#employeeTableContent {
    overflow: hidden;
    position: fixed;
    margin-top: 0px;
    z-index: 1001;
    width: 382px;
    top: 218.406px;
    left: 15px;
}

/**** MODALS ****/
.modal-header {
    background-color: #094e77;
    color:white;
    padding: .5rem .5rem;
}

/**** TIME REPORTING ICON LINKS ****/
.edit_link {
    background: url(Edit.png) no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: none;
    cursor: pointer;
}

.permissions_link {
    background: url(/User-Group.png) no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: none;
}

.delete_link {
    background: url(Delete.png) no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: none;
    cursor:pointer;
}

.edit_attr_link {
    background: url(list-task.png) no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: none;
}

.transfer_link {
    background: url(transfer.png) no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: none;
}

.terminate_link {
    background: url(trash.png) no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 18px;    
    border: none;
}

.restore_link {
    background: url(recycle.png) no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: none;
}

.view_link {
    background: url(User-Group.png) no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: none;
}

.email-alert {
    background-color: #ffc600;
    color: black;
    font-weight: 600;
    font-size: .75rem;
    padding: 10px;
    margin-bottom: 10px;
    border: 3px solid #cb9e00
}

.update-pay-button {
    background-color: white;
    color: #5e98b2;
    border: none;
    cursor: pointer;
}

/**** TIME REPORTING LEGEND  ****/
.legend_row {
    display: table-row;
}

.legend_icon, .legend_key {
    display: table-cell;
    font-size: 14px;
    padding-top: 2px;
}

.legend_icon {
    position: relative;
    top: 2px;
    max-width: 20px;
}

.legend_row .section_header {
    -webkit-column-span: all;
    column-span: all;
    display: table-cell;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #DEDEDE;
}

.legend_icon.red_flag {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(flag_red.png) no-repeat;
    background-position: right center;
    margin: 0 5px;
}

.legend_icon.orange_flag {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(flag_orange.png) no-repeat;
    background-position: right center;
    margin: 0 5px;
}

.legend_icon.blue_flag {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(flag_blue.png) no-repeat;
    background-position: right center;
    margin: 0 5px;
}

.legend_icon.grey_flag {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(flag_grey.png) no-repeat;
    background-position: right center;
    margin: 0 5px;
}

.legend_icon.approved_icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(legend_green.png) no-repeat;
    background-position: right center;
}

.legend_icon.denied_icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(legend_blue.png) no-repeat;
    background-position: right center;
}

.legend_icon.pending_icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(legend_orange.png) no-repeat;
    background-position: right center;
}

.legend_icon.pending_icon2 {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(legend_yellow.png) no-repeat;
    background-position: right center;
}

.history_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(clock-history.png) no-repeat;
    border: none;
    cursor:pointer;
}

.email_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(envelope.png) no-repeat;
    border: none;
    cursor: pointer;
}


.position-info li {
    list-style-type: none;
}


.custom-checkbox input[type="checkbox"] {
    display: none;
}

/* Default label styling */
.custom-checkbox label {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s ease;
}

/* Status-based styles */
.custom-checkbox.approved label {
    background-color: limegreen;
    color: white;
}

.custom-checkbox.pending label {
    background-color: orange;
    color: white;
}

/* Disabled state */
.custom-checkbox input[type="checkbox"]:disabled + label {
    background-color: lightgray !important;
    cursor: not-allowed;
}

.form_item{
    margin: 0 5px;
}

.grid {
    display: grid;
}

.inline-block {
    display: inline-block;
}

.inline-grid {
    display:inline-grid;
}

.inline-flex{
    display: inline-flex;
}

.v-align-bottom {
    vertical-align: bottom;
}

.v-align-top {
    vertical-align: top;
}

.cursor-pointer {
    cursor: pointer;
}
 
.bold {
     font-weight: bold;
}