html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*
    CUSTOM CSS
*/

/*Colors*/
.bg-light-red{

}

.btn-gradient {
    background-image: linear-gradient(rgba(255,255,255,.9),rgba(0,0,0,.2));
    height: 44px;
    width: 44px;
    border: none;
    border-radius: 5px;
    font-size: 24px;   
    color: dodgerblue;
    background-color: rgb(220,220,220);
    border: 1px solid gray;
    padding: 0px;
}

.btn-gradient-small {
    height: 32px;
    width: 32px;
    font-size: 18px;
}

.btn-gradient:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px inset;
    color: black;
    border: 1px solid gray
}


.btn-gradient:focus {
    box-shadow: rgba(0, 0, 0, 0.7) 0px 2px 4px 0px;
    color: dodgerblue;
    background-color: #DDDDDD;
    border: 1px solid gray
}

.btn-gradient:disabled {
    background-image: linear-gradient(rgba(120,120,120,.9),rgba(0,0,0,.2));
    background-color: rgb(220,220,220);
    border: 1px solid gray;
    color: gray;
}

.small-dropdown::after{
    margin:0px;
    display:none;
}


.btn-circle.btn {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.gigantic {
    font-size: 50px !important;
}

.img-button {
    background-color: white;
    border-radius: 20px;
    border: 2px solid;
    border-color: gray;
    height: 200px;
    width: 200px;
    position: relative;
    background-color: rgba(255,255,255,.5);
    background-image: linear-gradient(rgba(255,255,255,.9),rgba(0,0,0,.1));
    box-shadow: rgba(0, 0, 0, 0.7) 0px 2px 4px 0px;
}

.img-button:hover:not([disabled]) {
    background-color: lightskyblue;
}


.home-button {
    border-radius: 25px;
    border: 2px solid;
    border-color:gray;
    height: 200px;
    width: 200px;
    position: relative;
    font-size: 95px;
    background-color: rgba(255,255,255,.5);
    background-image: linear-gradient(rgba(255,255,255,.9),rgba(0,0,0,.1));
    box-shadow: rgba(0, 0, 0, 0.7) 0px 2px 4px 0px;
}

    .home-button:hover {
        background-color: rgba(75,180,255,.5);
        box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px inset;
    }

.home-button hr{
    margin:4px;
} 

.logo-button {
    background-color: white;
    border: 0px;
}

    .logo-button:hover {
        background-color: lightskyblue;
    }

body {
    min-height: 100%;
    /*background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url("../Images/school.jpg");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.vacationgrid {
    display: grid !important;
    gap: 2px;
    grid-template-columns: repeat(7,1fr);
    background-color: black;
    padding: 2px;
}

.vacationgrid-day-header {
    height: 2rem !important;
    background-color: lightsteelblue;
    margin: 0px;
    align-content: center;
}

.vacationgrid-day-header p {
    line-height: 2rem;
    text-align: center;
    margin: 0px !important;
 }

.vacationgrid-day {
    background-color: white;
    height: 8rem !important;
    overflow: hidden;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
}

.vacationgrid-day:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px inset;
}

.vacationgrid-day h5 {
    margin: 0px;
}

.vacationgrid-namelist {
    display: block;
    height: 6rem;
    width: 200%;
    overflow: auto;
}

.vacationgrid-namelist p, vacationgrid-namelist h6 {
    margin-bottom: 5px !important;
    text-align: center;
    width: 50%;
    border-radius:10px;
}

.not-current-month {
    /*background-color: lightgray !important;*/
    filter: brightness(75%);
}


.modal-date-detail-names {
    height: 200px !important;
    overflow: auto;
}

.holiday {
    background-color: cornflowerblue !important;
}

.approval-pending {
    background-color: #FFD13E !important;
}


.approval-pending-name {
    color: #FFD13E !important;
}

.approved {
    background-color: limegreen !important;
}

.approved-name {
    color: limegreen !important;
}

.start-hidden {
    display: none;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}

.director {
    background-color: mediumpurple !important;
    color: white;
}

.director-name {
    color: mediumpurple !important;
}

.signature-line {
    border: none;
    border-bottom: solid black 1px;
    width: 100%;
}


.signature-line-alt {
    border: none;
    border-bottom: solid black 1px;
}

/*Child Map stuff*/
.childmap-container {
    margin: 0;
    position: relative;
    width: auto;
    padding: 0;
}

.childmap-container img {
    width: auto;

    /*max-width: 100%*/
}

.childmap-container:hover .childmap-hover {
    display: inline;
}

.childmap-show-selected .childmap-selected {
    display: inline !important;
}

.childmap-hover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.childmap-selected {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.incident-report-equipment-container img {
    height: 150px;
    width: 150px;
}

    .incident-report-equipment-container img:hover {
        border-radius: 20px;
        border: 3px solid;
    }

.incident-report-equipment-container .equipment-selected {
    border-radius: 20px !important;
    border: 5px solid blue !important;
}

.hero {
    position:absolute;
    width:100%;
    height:90%;
    top:55px;
    left:0;
    background-image: url("../images/school.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.loader-bg {
    background: rgba(255,255,255,.5);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
}

.loader{
    position: absolute;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%
}

.print-only{
    display:none
}

.lesson-plan-selected-goal{
    font-size:24px;
}

.simple-border{
    border:1px solid black;
    
}

.simple-hover:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px inset;
    cursor: pointer;
}

.top-border-only-on-print{
    border-top: 0px;
}

.bottom-border-only-on-print {
    border-bottom: 0px;
}

.evaluation-button {
    background: none;
    border: none;
    height: 100%;
    width: 100%;
    display: block;
    font-size: 30px;
}

.evaluation-button:hover {
    background: #DEFFC1;
           
}

.evaluation-comment {
    resize: none;
    height: 100%;
    width: 100%;
    border: none;
}

.evaluation-comment-bordered {
    resize: none;
    height: 100%;
    width: 100%;
    border: 1px solid black;
    border-radius: 10px;
}

.evaluation-not-valid, .evaluation-not-valid textarea {
    background-color: rgb(255,150,150);
}

.text-vertical{
    writing-mode:vertical-rl;
    text-orientation: upright;
}

.dss-development-indicator{
    border-width: 0px;
    text-align:left;
    width:100%;
    background-color:white;
    border-radius:5px;
}

.dss-development-indicator:hover{
    background-color:rgb(230,230,230);
}

.dss-goal-list {
    height: 500px;
    overflow-y: auto;
}

/*Students Per Classroom Specific*/
.classroom-block{
    border:solid black 1px;
    border-radius: 10px;
    overflow:hidden;
    padding:5px;
    background-color:white;
}

.classroom-block-students-block {
    border:none;
    border-radius: 10px;
    background-color: #EEE;
    padding: 5px;
}

.classroom-block-students-block div:hover {
    border: none;
    border-radius: 5px;
    background-color: #CCC;
}

.chevron-expand-collapse {
    height: 44px;
    width: 44px;
    border: none;
    border-radius: 5px;
    background-color:rgba(0,0,0,0);
}

.chevron-expand-collapse:hover {
    font-size:20px;
}

table.landscape{
    height:100%;
    width:100%;
}

/*For Bus routes*/
.bus-attendance {
    height: 44px;    
}

.bus-attendance-header {
    font-size: calc(16px + 0.5vw);
}

.bus-attendance p {
    font-size: calc(14px + 0.5vw);
}

/*Milk page stuff*/
.milk-table-container{
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
}

.milk-options-button {
    background-color: #CCCCCC;
    border: none;
    padding: 8px;
    font-size: 18px;
}

.milk-options-button:first-child{
    border-top-left-radius:5px;
}

.milk-options-button:last-child {
    border-top-right-radius: 5px;
}

.milk-option-selected {
    background-color: white !important;
    color: black !important;
}

.milk-option-empty {
    background-color: #464646;
    color: white;
}

.carousel-caption {
    background: rgba(255,255,255,0.8);
}

.simple-panel{
    background-color:white;
    border-radius:5px;
    padding:15px;
}

    .simple-panel-transparent {
        background-color: rgba(255,255,255,0.8);
        border-radius: 5px;
        padding: 15px;
    }

.changenote-header:hover{
    cursor:pointer;
}

.changenote-block:hover{
    background-color:whitesmoke;
}

.simple-panel-foggy {
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
    padding: 15px;
}

.simple-panel-foggy:hover {
    background-color: rgba(255,255,255);
}




/*Old Bootstrap Print CSS
    Holy shit this is amazing and saved my sanity
*/
@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    div.landscape {
        width: 95vh;
        height: 100vw;
        margin: 0;
        padding: 0;
        transform: rotate(270deg) translate(-96vh, 0);
        transform-origin: 0 0;
    }

    table.landscape {
        height: 70vw;
    }

    div:has(main div.landscape) {
        width: 100vw;
        height: 100vh;
        margin: 0px;
        padding: 0px;
    }

    div.landscape h1{
        font-size: 44px;
    }

    div.landscape h6{
        font-size: 28px;
    }

    div.landscape input, p, textarea {
        font-size: 26px;
    }

    select.landscape {
        font-size: 26px;
    }
    table.landscape h5, h6 {
        font-size: 26px;
    }
    table.landscape textarea {
        font-size: 22px;
    }

    table.landscape p {
        font-size: 20px;
    }

    body {
        min-width: 992px !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    .container {
        min-width: 992px !important;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

        .table-dark th,
        .table-dark td,
        .table-dark thead th,
        .table-dark tbody + tbody {
            border-color: #dee2e6;
        }

    .pagebreak {
        page-break-before: always;
    }

    .print-only{
        display:block;
    }

    .evaluation-button:hover {
        background: none;
    }

/*This class is just to fix a visual thing*/
    .top-border-only-on-print{
        border-top:1px solid black;
    }

    .bottom-border-only-on-print {
        border-bottom: 1px solid black;
    }

    .lesson-plan-selected-goal{
        font-size:36px;
    }
}
