/*Author:Derick K Ariyam*/

.UBLightBlue {
    background-color: #005bbb;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-size: 15px

}
body {
    /* Margin bottom by footer height */
    margin-bottom: 267px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*background-color: #005bbb;*/
    background-color: lightgray;  
}

label {
    /*font-size: 1rem;*/
    font-weight: bold;
}

.make-really-bold {
    font-weight: bold;
}

/*Overlay Items*/

/*FULL SCREEN SEARCH BOX*/
/* The overlay effect with black background */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9); /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
    position: relative;
    top: 25%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

/* Close button */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

/* Style the search field */
.overlay input[type=text] {
    padding: 25px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

/* Style the submit button */
.overlay button {
    float: left;
    width: 20%;
    padding: 25px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}




.calendar-overlay {
    background-color: rgba(255,255,255, 0.95);
}

#outer-calendar {
    background-color: white;
}


/*Imported other items*/


.nav > a {
    padding-left: 0;
}

#firstDate {
   
}


@media screen and (min-width: 1200px) {
    .event-header {
       /*// margin-top: -24px;*/
    }
}

.event-header {
    margin-left: -2px;
    font-weight: bold;
    padding-left: 10px;
}

.event-header a {
    font-weight: bold;
    color: black;
}

.WhatTime {
    /*text-align: right;*/
    padding-top: 10px;
}

@media only screen and (min-width: 600px) {
    .event-item {
        width: 441px;
        display: block;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 600px) {
    .event-item {
        width: 331px;
        display: block;
        font-size: 1rem;
    }
}


    .event-item-title {
        font-weight: bold;
        font-size: 1.1rem;
    }

        .event-item-title > a {
            font-weight: bold;
            color: black
        }


    .event-item-view h5 {
        font-size: 1rem;
    }


    @media only screen and (max-width: 600px) {
        .cropped {
            width: 331px; /* width of container */
            height: 234px; /* height of container */
            overflow: hidden;
            /*border: 1px solid gray;*/
        }

        .sticky-top-custom {
            top: 0;
            z-index: 1020;
        }

        .main-event {
            margin-top: 25px;
        }

    }

    @media only screen and (min-width: 600px) {
        .cropped {
            width: 441px; /* width of container */
            height: 312px; /* height of container */
            overflow: hidden;
            /*border: 1px solid gray;*/
        }


        .sticky-top-custom {
            position: sticky;
            top: 0;
            z-index: 1020;
        }

    }






    .event-item-single-image {
        text-align: justify;
    }

        .event-item-single-image > img {
            max-height: 600px;
        }


    .event-item-single-title {
        font-weight: bold;
    }

    .event-item-single-link {
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
        overflow: hidden;
    }


    .category-header {
        display: block;
        text-align: left;
        padding-left: 35px;
    }

    .category-list-label {
        font-size: 1rem;
    }

    .upload-event-image {
        display: inline;
  
    }

    .main-button-toggle {
        width: 100%;
        border: 0.0625rem solid #dde1ed
    }

        .main-button-toggle i {
            color: black;
        }

    .map-tailor {
        padding-left: 0px;
    }

    .admin-table td, .admin-table th {
        padding: .5rem;
    }

    .make-really-bold {
        font-weight: bold;
    }

    .calendar-overlay {
        background-color: rgba(255,255,255, 0.95);
    }

    #outer-calendar {
        background-color: white;
    }

    .black-link {
        color: black;
    }



.control-container {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
}

@media (min-width: 767.98px) {
    .left-right-white-border {
        border-left: 4px solid white;
        border-right: 4px solid white;
    }
}




.control-box {
    /*width: 360px;  
    margin-right: 10px;
    ;*/
    background-color: whitesmoke;
    padding: 10px 20px 20px 20px;

}

.control-box-heading {
    font-size: 1.1rem;
    font-weight: bold;
}

.top-button {
    width: 140px;
}
.modal-button {
    width: 148px;
}

.page-heading {
}

#page-header {
    padding-top: 8px;
    /*margin-right: 14px;*/
    font-size: 1.4rem;
    font-weight: 500;
}

#suppression-legend {
    display: none;
    padding: 0;
    list-style-type: none;        

}

#icon-legend {

    padding: 0;
    list-style-type: none;
}

.tip {
    position: relative;
}

.tip .tipText {
    visibility: hidden;
    width: 225px;
    color: black;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1021;
    bottom: 110%;
    left: 50%;
    margin-left: -110px;
    border: 1px solid lightgray;
}

.tip:hover .tipText {
    visibility: visible;
}
.tip .tipText::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.noBorder {
    /*border-color: white !important;*/
}

.avgCol {
    text-align: center;

}
.avgCol-withicon {
    text-align: right;
    padding-right:10px;
}
.chart-title {
    font-weight: bold;
}

.chart-title-bottom {
    font-style: italic;
    text-align: right
}




.table-testresults {
    width: 100%;
}

@@media only screen and (max-device-width: 480px) {
    .table-testresults {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}


.table-testresults th {
    text-align: center;
    vertical-align: middle !important;
    padding: .5rem;
    background-color: whitesmoke;
}



/*CHARTs !!!*/
.t1,
.n1,
.p1,
.d1 {
    background-color: #FF6059;
}


.t3,
.n2,
.p2,
.d2 {
    background-color: #F7E967;
}



.t4,
.n3,
.p3,
.d3 {
    background-color: #A9CF54;
}

.t5,
.n4,
.p4,
.d4 {
    background-color: #4FAED2;
}

.a1 {
    background-color: #FF6059;
}

.t2,
.a2 {
    background-color: #FBC3A7;
}

.a3 {
    background-color: #F7E967;
}

.a4 {
    background-color: #A9CF54;
}

.a5 {
    background-color: #4FAED2;
}
.a6 {
    background-color: #CDB5F7;
}

.legend-square {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
}

.legend-container {
    margin: 5px;
    margin-bottom: 10px;
    clear:both;
}

.legend-text {
    margin-right: 20px;
}

.legend-item {
    display: inline-block;
}

.p-block {
    height: 100%;
    display: inline-block;
    font-size: .8rem;
    /*font-weight: 600;*/
    text-align: center;
}

.ada-block {
    display: inline-block;
    margin: 8px;
}

.ada-results-wrapper {
    display: none;
}

.ada-results {
    display: flex;
}

.growth-results {
    display: none;
}
.participation-results {
    display: none;
    text-align: center;
}
.elp-results {
    display: none;
}
.chart-container {
    /*display: none;*/
    height: 25px;
    width: 0;
    white-space: nowrap;
    /*-webkit-transition: width 2s;
    -moz-transition: width 2s;
    -o-transition: width 2s;
    transition: width 2s;*/
}

.chart-container-wrapper {
    min-width: 500px;
    height: 30px;
}
.chart-container-wrapper-growth {
    min-width: 150px;
    height: 30px;
}
 
#chart-toggle {
    text-align: right
}

.form-check-label {
    font-size: 1rem;
}

.percent-met-exceeded {
    text-align: right;
}

.percent-met-exceeded > span {
    font-size: .8rem;
    font-weight: normal;
}

#filterSettings {
   width:100%;
}

.SettingsList
{
    width:33%;
    float:left;
}
.PrintOnly {
    display: none;
}

.suppress{
    display:none;
}

.met-exceeded-value
{
    color:black;
    background-color:white;
}


.clearButton {
    margin-top: 2px;
    padding: 5px;
}

#MainInstructions
{

}


.ride-color {
    background-color: #1a5d86 !important;
}
.ride-color-color {
    color: #1a5d86;
}

.icon-color {
    color:#1a5d86 ;
}

.form-control-fixed-height{
    height:34px;
}

.student-report-assessment-subscore-heading{
    /*font-weight:bold;*/
}
.student-report-assessment-basic-heading {
    /*font-weight:bold;*/
}

.show-hide {
    color: blue !important;
    font-size: .9rem;
    font-weight: 700;
}

.legend {
    display: inline-block;
    width: 100%;
    margin: 15px 0 15px 0;
}

.legend-text {
    display: inline-block;
    margin-left: 5px;
}

.legend-box {
    width: 25px;
    height: 25px;
    display: inline-block;
}

.legend-box-below-90 {
    background-color: #FBC3A7;
}

.legend-box-above-90 {
    background-color: #A9CF54;
}

.no-wrap
{
    white-space:nowrap;
}



#headerLogo {
    /*padding: 0px 20px 20px 20px;*/
}

.make-white {
    background-color: white;
}

.error {
    color: red;
}

input .error {
    background-color: pink;
}

#firstDate {
    margin-top: -70px;
    padding-bottom: 20px;
}

#event-data {
    margin-left: -10px;
}

#sponsorColumn {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.sponsor {
    height: 110px;
    width: 110px;
    margin: 15px 15px 15px 0px;
}

.flexItUp {
    display: flex;
    justify-content: space-between;
}

.student-report-assessment {
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}

.student-report-assessment-basic-container > div {
    width: 33%;
}

.student-report-assessment-basic-container {
    display: flex;
    /*justify-content: space-between;*/
    width: 95%;
}
.student-report-assessment-basic {
}

.subscore-description {
    width: 35%;
}

.performance-results .p-block:hover {
    border: 2px solid #000;
}

#listing-section {
    /*display: flex;*/
}

.icheckbox_line-blue {
    margin-right: 5px !important;
}

.pointer {
    cursor: pointer;
}

.ada-link {
    color: blue;
    /*text-decoration:underline;*/
}


.ReportHeading {
    border-bottom: 5px solid black;
    margin-bottom: 20px;
}