﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.datepicker {
    width: 100px !important;
}


.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    overscroll-behavior: none;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

#searchbox {
    height: 38px
}

#searchinput {
    width: 200px;
}

#searchclear {
    position: absolute;
    right: 9px;
    top: 1px;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.seperator-line {
    margin: 5px;
}

.hour-input {
    width: 80px;
    text-align: center;
    width: 50px !important;
    border: solid 1px #C0C0C0;
    font-size: 13px !important;
}

.day-selector {
    width: 60px !important;
    border: solid 1px #C0C0C0 !important;
}

.active-mouse-item:hover {
    cursor: pointer;
}

.hover-div:hover {
    background-color: whitesmoke;
}

.breadcrumb {
    padding: 0px !important;
    background-color: White !important;
}

.silent-accordion {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125)
}

.tooltip-inner {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.aluna-tooltip {
    position: relative;
    top: 2px;
}

.small-info {
    font-size: small;
    font-style: italic;
}

input[type="checkbox"][readonly] {
    pointer-events: none;
}

.center-pagination {
    margin: auto;
    border: none;
    padding: 10px;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.fixed-footer-modal .modal-body {
    max-height: 80vh; /* max 80% of the viewport height */
    overflow-y: auto;
}

.input-sm {
    font-size: 8pt !important;
    color: #C0C0C0 !important;
    background-color: white !important;
    border: none !important;
    text-align: center;
}

.show-delete-button {
    width: 49%;
    margin: 0 auto;
    display: inline;
}

.show-delete-buttons {
    margin: 0 auto;
    display: inline;
}


.version-info {
    text-align: center;
    font-size: x-small;
    color: lightgray;
}



.text-input {
    border: solid 1px #C0C0C0;
    width: 100%;
}

/*Hide arrows on numeric inputs*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.header-label-small {
    font-size: x-small;
    font-weight: bold;
}

.student-aidform-header, .header-label {
    font-size: small;
    font-weight: bold;
}

.student-aidform-text, .row-label {
    font-size: small;
}

.header-label, .row-label {
    white-space: nowrap;
    min-width: 80px;
}


.student-aidform-input, .student-aidform-input-readonly, .input-control {
    min-height: 30px;
    width: 85px;
    vertical-align: middle;
    border: 1px solid #C0C0C0;
    box-sizing: border-box;
    text-align: right;
    margin-right: -1px;
    padding-right: 5px;
    border-radius: 4px;
    font-size: small;
}

.input-control {
    text-align: left !important;
}

.student-aidform-input-readonly, .input-control-locked {
    background-color: #e9ecef;
}

.student-aidform-input-center, .input-control-center, .header-label-center {
    text-align: center !important;
}



.student-aidform-header {
    min-height: 15px;
    width: 85px;
    vertical-align: middle;
    border: none;
    text-align: center;
    margin-right: -1px;
    font-size: small;
}

.tr-compact th {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.hour-column-header {
    width: 250px !important;
    text-align: center;
}

.hour-column-subheader {
    width: 125px !important;
    text-align: center;
}

.center-content {
    text-align: center;
}

.border-left {
    border-left: solid 1px gray !important;
}

.border-right {
    border-right: solid 1px gray !important;
}

.border-top {
    border-top: solid 1px gray !important;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}


.tableFixHead {
    overflow: auto;
    height: 100px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }

/* Just common table stuff. Really. */
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 8px 16px;
}

th {
    background: #eee;
}


/*Loader and wheel functions */

.loader {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2000;
    cursor: pointer;
}

.center-div {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}

.spinner {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    //filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.wheel {
    margin: auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #15a0ec;
    border-bottom: 16px solid #15a0ec;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.inner-div {
    background-color: whitesmoke;
    border-color: solid 1px black;
    border-radius: 15px;
    margin: auto;
    padding: 2%;
    width: 150px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input[type=number] {
    text-align: right;
}

.sps-education-label {
    font-size: small;
    font-weight: bold;
    text-transform: uppercase
}

.instruction-text .card-body {
    padding: 10px;
    color: black;
    background-color: lightgray;
}

@media print {
    .pace {
        display: none;
    }
}

.drop-zone {
    border: 2px dashed #ccc !important;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    height: 150px !important;
    display: flex !important;
    align-items: center !important; /* Centers content vertically */
    justify-content: center !important; /* Centers content horizontally */
    flex-direction: column !important; /* Stacks children vertically */
}

    .drop-zone:hover,
    .drop-zone.active {
        background-color: #f8f8f8;
        border-style: dashed !important; /* Keeps the border dashed */
    }

.drop-zone-sm {
    border: 2px dashed #ccc !important;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    min-width: 50px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important; /* Centers content vertically */
    justify-content: center !important; /* Centers content horizontally */
    flex-direction: column !important; /* Stacks children vertically */
}

    .drop-zone-sm:hover,
    .drop-zone-sm.active {
        background-color: darkgray;
        border-style: dashed !important; /* Keeps the border dashed */
    }


.form-control-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .1rem;
    border: solid 1px gray;
    outline: none;
}

a.btn-sm.form-control-sm {
    text-decoration: none;
}

th span {
    font-size: smaller; /* Makes the font size smaller */
    font-weight: bold; /* Makes the text bold */
}

td span {
    font-size: smaller; /* Makes the font size smaller */
}

.form-control-sm {
    max-width: 100% !important;
}

/*.form-control-sm, .btn-sm, select {
    box-sizing: border-box;
}

.btn-group > * {
    vertical-align: middle;
}
*/

.disabled-icon {
    opacity: 0.4;
    cursor: default;
}
