﻿/* 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;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.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;
}

.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: 100px;
    text-align: center;
}

.active-mouse-item:hover {
    cursor: pointer;
}

.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;
}

.hour-input {
    width: 75px !important;
    border: solid 1px #C0C0C0;
}

.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;
}

.student-aidform-header {
    font-size: small;
    font-weight: bold;
}

.student-aidform-text, .row-label {
    font-size: small;
}

.header-label {
    font-size: medium;
}

.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;
}



.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;
    font-size: 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;
    opacity: 0.6;
}

.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-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
}


input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
}

.form-check-input {
    /*position: relative;*/
    top: 3px;
    margin-right: 15px;
    /*margin-left: 5px;*/

    position: relative !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
}


/*Make the table's corners round*/
th:first-of-type {
    border-top-left-radius: 3px;
}

th:last-of-type {
    border-top-right-radius: 3px;
}

tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 3px;
}

tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 3px;
}

table {
    border-collapse: collapse;
}

    table td, table th {
        border: 1px solid gray;
    }

    table tr:first-child th {
        border-top: 0;
    }

    table tr:last-child td {
        border-bottom: 0;
    }

    table tr td:first-child,
    table tr th:first-child {
        border-left: 0;
    }

    table tr td:last-child,
    table tr th:last-child {
        border-right: 0;
    }

.accept-checkbox {
    width: 20px !important;
    height: 20px !important;
}

.rad-label {
    position: relative;
    margin-right: 2px;
}



.status-selector {
    cursor: pointer;
}

.card-body {
    padding-right: 40px !important;
}

.row-text {
    font-size: small;
}

th {
    font-weight: 400;
    font-size: medium !important;
}

td {
    font-size: medium !important;
}



.card-header {
    font-weight: 600;
    padding-left: 10px !important;
}

input.form-control[type="text"], input.form-control[type="email"], input.form-control[type="number"], input.form-control[type="password"] {
    height: 30px !important;
    font-size: medium !important;
}

select.form-control {
    height: 30px !important;
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
    font-size: medium !important;
    line-height: 1.2 !important;
}


.pace {
    display: none;
}


.form-control-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .1rem;
    border: solid 1px gray !important;
    outline: none;
}

.accordion-button.btn {
    float: left !important;
    text-align: left !important;
    font-size: medium !important;
    margin: 0px !important;
    background-color: transparent;
    
}
.accordion-button:hover {
    text-decoration: none !important;
}
.accordion-button:focus {
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5) !important;
    border: none !important;
}




.task-template-option-green:before {
    content: " " !important;
    height: 25px !important;
    margin-left: -20px;
    margin-bottom: -11px !important;
    width: 7px !important;
    margin-right: 5px !important;
    display: inline-block !important;
    background-color: #4BC0C0 !important;
}

.task-template-option-yellow:before {
    content: " " !important;
    height: 25px !important;
    margin-left: -20px;
    margin-bottom: -11px !important;
    width: 7px !important;
    margin-right: 5px !important;
    display: inline-block !important;
    background-color: #FFCE56 !important;
}

.task-template-option-red:before {
    content: " " !important;
    height: 25px !important;
    margin-left: -20px;
    margin-bottom: -11px !important;
    width: 7px !important;
    margin-right: 5px !important;
    display: inline-block !important;
    background-color: #FF6384 !important;
}

.is-invalid {
border-color: #dc3545 !important;
}