/* Minification failed. Returning unminified contents.
(1636,1): run-time error CSS1019: Unexpected token, found '@import'
(1636,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,700)'
(1636,76): run-time error CSS1019: Unexpected token, found ';'
 */
body {
    background-color: #c2c2c2;
    font-size: .8rem;
    color: #444444;
    text-align: left;
    height: 100%;
}

/*h2 {text-align:left; font-size:21px; font-weight:bold; font-family:Verdana; color:#444444;}
h3 {text-align:left; font-size:16px; font-family:Verdana; color:#444444;}*/
p {
    text-align: left;
    width: 100%;
}

.parent {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.colorPink {
    color: #da291c;
}

#wrapper {
    width: 940px;
    height: 100%;
    overflow: hidden;
    background-color: #c2c2c2;
}

#header {
    width: 100%;
    height: 90px;
    background-image: url(/Img/StructureImg/header.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #444444;
}

.default_logo {
    float: right;
    width: 275px;
    height: 65px;
    margin: 17px 45px 0 0;
    background-image: url(/Img/StructureImg/site_logo.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.branding_logo {
    margin: 8px 0 0 10px;
    width: 168px;
    height: 60px;
    background-image: url(/Img/StructureImg/internal_logo.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.master_logo {
    float: left;
    width: 275px;
    height: 65px;
    margin: 20px 0 0 0;
    background-image: url(/Img/StructureImg/site_logo.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.login_container {
    float: right;
    margin: 3px 5px 0 0;
    font-size: 11px;
}

    .login_container a {
        color: #fff;
        text-decoration: none;
    }

        .login_container a:hover {
            color: #fff;
            text-decoration: underline;
        }

.breadcrumb {
    width: 100%;
    text-align: left;
    margin: 10px 0;
    font-weight: bold;
    font-size: 17px;
}

.location {
    width: 100%;
    text-align: left;
    margin: 10px 0;
    font-weight: bold;
    font-size: 17px;
}

.spacing_div {
    float: left;
    margin: 10px 0;
    width: 100%;
}

.version_link {
    margin: 0 0 10px 0;
}

    .version_link a {
        color: #444;
        text-decoration: underline;
    }

        .version_link a:hover {
            color: #444;
            text-decoration: none;
        }

.driver_container_nav {
    float: right;
    width: 75%;
}

.suggestions {
    float: right;
    color: #fff;
    font-size: 11px;
    margin: 3px 5px 0 0;
}

    .suggestions a {
        float: right;
        color: #fff;
        text-decoration: none;
    }

        .suggestions a:hover {
            float: right;
            color: #fff;
            text-decoration: underline;
        }

.suggestion_textarea {
    float: left;
    width: 100%;
    min-height: 125px;
    height: auto;
    padding: 10px;
    word-wrap: break-word;
}

.version_label {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: bold;
    color: #444;
    margin: 0 0 3px 0;
}

.version_additions {
    float: left !important;
    width: 95% !important;
    margin: 0 0 15px 25px;
    padding: 0;
}

    .version_additions li {
        float: left;
        width: 100% !important;
        margin: 12px 0 0 0 !important;
    }

        .version_additions li a {
            color: #444;
            text-decoration: underline;
        }

            .version_additions li a:hover {
                color: #444;
                text-decoration: none;
            }

/** Navigation **/
@-moz-document url-prefix() {
    .admin_navigation {
        float: right !important;
        margin: 14px 0 0 0 !important;
        color: #fff;
        overflow: visible;
        font-weight: bold;
        font-size: 14px;
    }
}

.admin_navigation {
    float: right !important;
    margin: 12px 0 0 0;
    color: #fff;
    overflow: visible;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
}

    .admin_navigation a {
        color: #fff;
    }

    .admin_navigation ul {
    }

        .admin_navigation ul li {
            float: left;
            min-width: 125px;
            height: 100%;
            text-align: center;
            margin: 0 15px 0 0;
            padding: 0 0 15px 0;
            background-image: url(/Img/StructureImg/navigation_btm_bg.jpg);
            background-position: left bottom;
            background-repeat: repeat-x;
        }

            .admin_navigation ul li ul {
                background-color: #e50278;
                min-width: 100%;
                overflow: visible;
            }

                .admin_navigation ul li ul li {
                    overflow: visible;
                    width: 96%;
                    text-align: left;
                    font-size: 12px;
                    font-weight: normal;
                    text-indent: 5px;
                    padding: 5px 5px 5px 0;
                    border-bottom: thin solid #444444;
                    margin: 0 0 0 0;
                }

    .admin_navigation a.popout {
        background-image: none !important;
    }

#container {
    float: left;
    width: 100%; /*background-image:url(/Img/StructureImg/sidebar.jpg);*/
    background-position: left top;
    background-repeat: no-repeat;
}

.content {
    float: right;
    width: 94%;
    height: 100%;
    padding: 20px 31px 10px 31px;
    background: #f1f1f1;
}

.error {
    float: left;
    width: 100%;
    font-weight: bold;
    color: Red;
    margin: 6px 0;
}


.print_notification {
    overflow: hidden;
    float: left;
    margin: 15px 0 0 25px !important;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    color: red;
}

.dark_label {
    float: left;
    margin: 0 5px 0 0;
    color: #444444;
}

.bold_label {
    float: left;
    margin: 0 5px 0 0;
    color: #444444;
    font-weight: bold;
}

.form_label {
    float: left;
    width: 100%;
    text-align: left;
    color: #949494;
}

.watermark {
    color: #949494;
    text-indent: 5px;
}

/** Default Page & Login **/
.main_image {
    float: right;
    width: 750px;
    height: 185px;
    border-left: 7px solid #8dc63f;
    background-image: url(/Img/StructureImg/image1.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

.left_content_area {
    float: left;
    width: 75%;
    height: auto;
    /*margin:15px 0 0 0;*/
}

    .left_content_area h2 {
        margin: 13px 0 10px 0;
    }

.featured_hr {
    /*float:left;*/
    width: 100%;
    height: 21px;
    background-image: url(/Img/StructureImg/featured_hr.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    /*margin:5px 0 10px 0;*/
    border-right: thin solid #fff;
    border-left: thin solid #fff;
}

.login_box {
    float: right;
    width: 100%;
    border: 2px solid #2a3430;
    margin: 35px 0 0 0;
    padding: 5px 0 25px 0;
}

    .login_box h2 {
        color: #da291c;
        margin: 10px 0 10px 10px;
    }

    .login_box input {
        float: left;
        margin: 0 0 7px 9px;
        width: 80%;
    }

    .login_box .error {
        font-size: 10px;
    }

.login_text {
    float: left;
    font-weight: bold;
    margin: 0 0 5px 11px;
}

.login_btn {
    float: right;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    margin: 10px 10px 0 0;
    text-align: center;
    padding: 10px 20px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
}

.failed_message {
    float: left;
    width: 82%;
    padding: 6px;
}

    .failed_message a {
        color: Red;
    }

        .failed_message a:hover {
            color: Red;
            text-decoration: none;
        }

.resource_container {
    /*float:left;*/
    width: 100%;
    height: auto;
    margin: 15px 0;
    text-align: left;
    border: thin solid #FFF;
}

.resource_container_header {
    width: 100%;
    height: auto;
    padding: 5px 0;
    text-indent: 10px;
    text-align: left;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    background-color: #da291c;
    font-family: 'Arial Narrow', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

.resource_container .rowAS {
    width: 100%;
    margin: 10px;
}

    .resource_container .rowAS h3 {
        width: 100%;
        text-align: left;
        font-weight: bold;
        font-size: 13px;
        margin: 0;
    }

        .resource_container .rowAS h3 a {
            color: #444444;
            text-decoration: underline;
        }

            .resource_container .rowAS h3 a:hover {
                color: #444444;
                text-decoration: none;
            }

.lg_video, .sm_video {
    float: left;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}


/** Footer **/
#footer {
    /*float:right;*/
    /*width:97%; original value*/
    width: 100%;
    height: 46px;
    /*padding:0 0 0 5px;*/
    background-color: #444444;
}

.fs_logo {
    width: 215px;
    height: 27px;
    margin: 7px 0 0 16px;
    background-image: url(/Img/StructureImg/fs_logo.png);
    background-repeat: no-repeat;
}

.fs_general_info {
    width: auto;
    height: auto;
    color: #f1f1f1;
    font-size: 11px;
    font-family: Arial;
    text-align: right;
    margin: 7px 15px 0 0;
}

/** Form and Field Structures **/
.overflow_div {
    float: left;
    overflow: hidden;
}

.skinny_form {
    text-align: left;
    width: 45% !important;
    padding: 10px;
}

    .skinny_form h2 {
        font-size: 14px;
        color: #444444;
    }

.rowAS {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    text-align: left;
}

    .rowAS ul {
        float: left;
        width: 100%;
        list-style-type: none;
    }

        .rowAS ul li {
            float: left;
            width: 100%;
            text-align: left;
            margin: 0 0 5px 0;
        }

            .rowAS ul li input {
                float: left;
                text-align: left;
                margin: 0 5px 0 0;
            }

.short_form_fields {
    float: left;
    width: 45%;
    margin: 0 15px 0 0;
}

    .short_form_fields .label {
        float: left;
    }

    .short_form_fields select {
        float: left;
        width: 100% !important;
    }

    .short_form_fields input {
        float: left;
        width: 97% !important;
    }

/** Dimensions for form fields **/
.onethird_field {
    float: left;
    width: 30%;
    height: auto;
    margin: 0 15px 0 0;
}

    .onethird_field input {
        width: 100%;
    }

.twothird_field {
    float: left;
    width: 62%;
    height: auto;
    margin: 0 15px 0 0;
}

    .twothird_field input {
        width: 100%;
    }

.twothird_field_incident_att {
    float: left;
    width: 57%;
    height: auto;
    margin: 0 15px 0 0;
}

    .twothird_field_incident_att input {
        width: 100%;
    }

.auto_width {
    float: left;
    width: auto;
}

    .auto_width input {
        min-width: 25px;
    }

.hr bg01 {
    width: 100%;
    height: 2px;
    background-color: #e50278;
    border-style: none;
}

.form_textbox {
    float: left;
    width: 100%;
    height: 21px;
    font-size: 12px;
    color: #444444;
    text-indent: 5px;
}

.dropdown_menus {
    float: left;
    width: auto;
    text-indent: 5px;
}

.label_btn {
    float: right;
    width: auto;
    height: auto;
    padding: 5px 10px;
    margin: 10px 5px 10px 0;
    font-size: 14px;
    color: #444444;
    text-align: center;
    background-color: #c3c3c3;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
}

    .label_btn:hover {
        background-color: #333333;
        color: #c3c3c3;
        cursor: default;
    }

/** Update Panels **/
.location_static_panel {
    float: left;
    width: 99%;
    padding: 3px;
}

.static_panel {
    float: left;
    width: 97%;
}

.new_panel {
    float: left;
    width: 99%;
    height: auto;
    min-height: 50px;
    color: #000;
    padding: 0 0 10px 5px;
}

.panel_update_row {
    width: 100%;
    overflow: hidden;
}

/***Grid Styling***/
.mgrid {
    /*width:100%;*/
    /*height:auto;*/
    /*background-color:#f1f1f1;*/
    /*margin:10px 0 0 0;  
    text-align:left;
    font-size:12px;*/
}
    /*.mgrid td { padding:7px 3px; color: #000; }*/
    .mgrid td a {
        color: #000;
        text-decoration: underline;
    }

        .mgrid td a:hover {
            color: #000;
            text-decoration: none;
        }

.tir_report .mgrid th {
    padding: 5px;
    color: #000;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 2px solid #444444;
}

.mgrid th {
    /*padding:5px;*/
    color: #000;
    font-weight: bold;
    /*font-size:13px;*/
    border-bottom: 2px solid #444444;
}

    .mgrid th a {
        color: #000;
        text-decoration: none;
    }

        .mgrid th a:hover {
            color: #000;
            text-decoration: underline;
        }
/*.mgrid .alt { background: #cccccc; }*/
/*.mgrid .pgr {border:thin solid #ccc; padding:5px 3px;} 
    .mgrid .pgr td {padding:5px 3px;}*/
.mgrid input {
    float: right;
    margin: 0 5px 0 0;
    height: auto;
    border: 0;
}

.mgrid img {
    float: right;
    margin: 0 5px 0 0;
    max-width: 17px;
    height: auto;
    border: 0;
}


/** The Throbber Styles **/
.throbber {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/Img/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}

.throbber_bg {
    width: 100%;
    height: 100%;
    background-color: #d0d0d0;
    filter: alpha(opacity=25);
    opacity: 0.25;
}
/*** Modal Popup Styles ***/
.modalBackground {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal_styles {
    overflow: hidden;
    margin: auto;
    min-width: 250px;
    width: auto;
    max-width: 470px;
    min-height: 50px;
    height: auto;
    padding: 15px;
    background-color: #c2c2c2;
    border: thin solid #333;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}

    .modal_styles .rowAS {
        margin: 25px 0 0 0;
    }

    .modal_styles input {
        float: right;
        width: auto;
        height: auto;
        padding: 5px 10px;
        margin: 10px 5px 0 5px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        background-color: #333;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

        .modal_styles input:hover {
            background-color: #c3c3c3;
            color: #333;
            cursor: default;
            border: thin solid #333;
        }

/** User Managament Page **/
.user_account_title {
    font-size: 15px;
}

.manage_users {
    float: left;
    width: 100%;
}

    .manage_users .user_form {
        width: 46%;
        min-height: 345px;
    }

    .manage_users .odd_size {
        min-height: 50px;
    }

    .manage_users .odd_size_right {
        float: right;
        min-height: 50px;
    }

.reverse_btn {
    background-color: #333333;
    color: #c3c3c3;
}



.user_form {
    float: left;
    width: 60%;
    padding: 10px;
    text-align: left;
}

.user_labels {
    float: left;
    width: auto;
    line-height: 25px;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.password_labels {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

.user_form_fields {
    float: left;
    width: 50%;
    min-height: 30px;
    margin: 0 0 0 0;
}

    .user_form .user_labels, .user_form_fields .user_labels {
        width: 100%;
    }

    .user_form_fields input {
        text-indent: 5px;
    }

    .user_form_fields ul {
        float: left;
    }

.edit_buttons {
    float: right;
    width: 20px !important;
    margin: 3px 10px 0 0;
}

.editrow {
    float: left;
    width: 85%;
    margin: -15px 0 -10px 0;
}

/** District Management **/
.district_container {
    float: left;
    width: 97%;
    height: auto;
    padding: 9px 12px;
    border: thin solid #444444;
    margin: 10px 0 0 0;
}

.district_textbox {
    float: left;
    text-indent: 5px;
    background-color: transparent;
    border: 0;
    color: #444444;
}

.district_content {
    float: left;
    width: 66%;
    height: auto;
}

.district_image {
    float: left;
    width: 26%;
    height: auto;
}

.school_image {
    float: left;
    max-width: 200px;
    height: auto;
    margin: 0 0 10px 0;
}

    .school_image img {
        max-width: 200px;
        height: auto;
    }

.image_upload {
    float: left;
}

    .image_upload input {
        width: 100% !important;
    }

.add_sg_sections {
    float: left;
    width: 100%;
}

.assigned_schools {
    float: right;
    margin: -37px 215px 0 0;
    z-index: 1000;
}

.parent-block-container {
    float: left;
    width: 95%;
    margin: 0 0 0 30px;
}

.parent-block {
    float: left;
    width: 45%;
    margin: 0 10px;
}

.pb-label, .pb-content {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    text-align: left;
}

/** Incident Attribute Control Styles **/
.incident_att_containter {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
/** Incident Report Control **/
.print_container {
    float: left;
    margin: 0 0 0 25px;
}

.incident_form_left {
    float: left;
    width: 70%;
    border-right: 2px solid #e50278;
    margin: 3px 0 0 0;
}

    .incident_form_left .student_container {
        width: 100%;
    }

.incident_form_right {
    float: left;
    width: 29%;
}

    .incident_form_right .student_history_container {
        width: 100%;
        height: 750px;
        overflow: scroll;
    }

.incident_hr bg01 {
    width: 96%;
    height: 2px;
    background-color: #e50278;
    border-style: none;
    margin: 5px 0;
}

.incident_gen_info {
    width: 60%;
    margin: 10px 0;
    text-align: left;
}

.new_student_reset {
    display: none;
    text-decoration: underline;
    cursor: pointer;
    float: right;
    margin: 10px 5px;
}

.infraction_dd {
    float: left;
    width: 85%;
}

/* Internal Notes */
.in_label {
    float: left;
    margin: 5px 5px 5px 0;
}

.in_tooltip {
    float: left;
}

.in_button_cont {
    float: right;
}

/* Attachment Styles */
.attachment_container {
    float: left;
    width: 24%;
    text-align: left;
    margin: 10px 5px 5px 0;
    word-wrap: break-word;
}

.attach_img {
    float: left;
    width: 75px;
    height: auto;
}

.attach_info {
    float: left;
    width: 100%;
    height: auto;
}

.attach_field {
    float: left;
    width: 100%;
    text-align: left;
}

.attach_upload {
    float: left;
}


.attachment_upload_container {
    float: left;
    width: 100%;
    text-align: left;
}

    .attachment_upload_container .attach_field {
        margin: 10px 0 0 0;
    }

/* .FileUploadClass input[type=text] {display: none;}
.FileUploadClass input[type=file] {width:100px;}*/
.FileUploadClass input {
    width: 100% !important;
}

/* Disciplinary Action Styles */
.disciplinary_actions {
    float: left;
    width: 90%;
}

.da_field {
    float: left;
    width: 100%;
    font-weight: bold;
}

    .da_field input[type=text] {
        float: left;
        width: 98%;
        text-indent: 5px;
    }

.da_field_label {
    float: left;
    width: 100%;
    font-weight: bold;
    margin: 5px 0 0 0;
}

.notification_container {
    float: left;
    width: 100%;
}

.notify_text {
    float: left;
    width: auto;
    font-weight: bold;
    margin: 9px 5px 0 0;
}

.notification_container ul {
    float: left;
    margin: 10px 0 5px -35px;
    list-style-type: none;
}

    .notification_container ul li {
        float: left;
        clear: left;
        text-align: left;
        margin: 0 0 3px 0;
    }

        .notification_container ul li input[type=checkbox] {
            float: left;
            margin: 0 5px 0 0;
        }
/* Incident Notification Section */
.notified_user {
    float: left;
    width: 100%;
    margin: 0 0 0 -15px;
}

    .notified_user li {
        float: left;
        display: inline;
        width: 49% !important;
        text-align: left;
    }

.notification_text {
    float: left;
    margin: 17px 0 0 5px;
}

/* Incident Status Styles */
.incident_status_container {
    float: left;
    width: 99%;
    padding: 5px 5px 0 0;
    font-size: 12px;
}
    /* if they don't want the status section to be displayed, activate this code: .incident_status_container .student_profile {display:none;} */
    .incident_status_container .student_profile {
        width: 100%;
        padding: 0;
    }

/** View Incident Page - FS Side **/
.view_incident_container {
    float: left;
    width: 100%;
}

.view_incident_halves {
    float: left;
    width: 49%;
}

    .view_incident_halves .student_profile {
        float: left;
        width: 98%;
    }

        .view_incident_halves .student_profile .sp_short_cell {
            width: 40%;
            line-height: inherit;
        }

        .view_incident_halves .student_profile .sp_large_cell {
            width: 51%;
            line-height: inherit;
            margin: -3px 0 0 0;
            padding: 0 0 4px 0;
        }

/** Incident Search **/
.incident_search {
    float: left;
    width: 50%;
    height: auto;
    clear: both;
}

.is_half {
    float: left;
    width: 48%;
    margin: 5px 5px 0 0;
    text-align: left;
}

    .is_half .label {
        float: left;
        text-align: left;
        width: 100%;
        color: #949494;
    }

    .is_half input {
        float: left;
        width: 84%;
    }

.is_full {
    float: left;
    width: 97%;
    text-align: left;
}

    .is_full .label {
        float: left;
        text-align: left;
        width: 100%;
        color: #949494;
    }

/** Student Profile **/
.border_right {
    border-right: 2px solid #e50278;
    float: left;
    width: 70%;
}

    .border_right

    .student_container {
        width: 100%;
    }

.student_container {
    float: left;
    width: 74%;
    padding: 5px 5px 0 0;
}

    .student_container h2 {
        margin: 15px 0 0 0;
        text-align: left;
        font-weight: bold;
        font-size: 14px;
        color: #444444;
    }

.student_profile {
    float: left;
    width: 90%;
    padding: 5px;
}

    .student_profile .sp_large_cell input {
        width: 95% !important;
    }

    .student_profile tr {
        width: 100%;
    }

.student_profile_extended {
    width: 100% !important;
}

.sp_short_cell {
    float: left;
    width: 21%;
    font-weight: bold;
    text-align: right;
    margin: 0 5px 0 0;
    line-height: 25px;
}

.sp_short_cell_ext {
    width: 19% !important;
}

.sp_short_cell input {
    width: 100%;
}

.sp_large_cell {
    float: left;
    width: 27%;
    text-align: left;
    line-height: 25px;
}

    .sp_large_cell input[type=text] {
        width: 100%;
    }

    .sp_large_cell input {
        float: left;
    }

    .sp_large_cell select {
        float: left;
        width: 100% !important;
        height: 20px;
        margin: 2px 0 0 0;
    }

.sp_extra_long_cell {
    float: left;
    width: 77%;
    text-indent: 5px;
    text-align: left;
}

.sp_extra_long_cell_ext {
    width: 79% !important;
    font-weight: bold;
    color: #444;
}

    .sp_extra_long_cell_ext input[type=text] {
        text-indent: 5px;
    }

.student_mgmt_page .student_history_container {
    /*width:29%;*/
    /*height:750px;*/
    overflow: scroll;
}

.student_history_container {
    float: left;
    /*width:24%;*/
    max-height: 750px;
    margin: 5px 0 0 0;
    /*border-left:2px solid #e50278;*/
}

    .student_history_container h2 {
        float: left;
        margin: 0 0 0 10px;
        font-size: 14px;
        color: #444444;
    }

.history_container {
    float: left;
    /*width:86%;*/
    margin: 10px 0 0 25px;
    padding: 0 0 10px 0;
    border-bottom: thin solid #444444;
}

.history_id_link {
    float: left;
    width: auto;
    margin: 0 5px 5px 0;
    color: #444444;
    text-decoration: underline;
}

.history_date {
    float: left;
    width: auto;
    margin: 0 0 5px 0;
}

.history_infraction_title {
    float: left;
    width: 100%;
    text-align: left;
}

/** Upload Structures**/
.upload_container {
    float: left;
    width: 98%;
    padding: 5px;
}

.import_section, .sample_import {
    float: left;
    width: 100%;
    text-align: left;
    margin: 15px 0;
}

.sample_import_header {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: bold;
    color: #444444;
    margin: 0 0 10px 0;
}

.sample_import img {
    float: left;
    max-width: 750px;
    height: auto;
    border: 0;
}

.sample_import a {
    color: #444444;
    text-decoration: underline;
}

/** Search Functionality **/
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 250px;
}

/** Terminal Structure **/
.terminal_name {
    float: left;
    width: 30%;
    height: auto;
    margin: 0 5px 0 0;
    color: #000;
}

    .terminal_name .district_textbox {
        color: #444444;
    }

.terminal_reviewer {
    float: left;
    width: 50%;
    height: auto;
    margin: 0 5px 0 0;
}

.terminal_btns {
    float: right;
    width: 10%;
    margin: 0 5px;
    text-align: right;
}

.reviewer_name {
    float: left;
    margin: 3px 5px 0 0;
}

.reviewer_name_input {
    min-width: 200px;
}

.terminal_small_button {
    float: left;
    width: 17px;
    height: auto;
    margin: 2px 0 0 0;
}

.add_terminal_name {
    float: left;
    width: 13%;
    font-weight: bold;
    margin: 5px 5px 0 0;
    text-align: right;
}

.add_terminal_tb {
    float: left;
    width: 55%;
    height: 27px;
    text-indent: 5px;
    margin: 0 10px 0 0;
}

.form_textbox {
    height: 17px;
}

.add_terminal_btns {
    float: left;
    width: 17px;
    height: auto;
    margin: 2px 0 0 0;
}

.terminal_text {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

/** Alternating Rows for Listviews **/
.alternating_row {
    background-color: #ccc;
    padding: 5px 0;
}

    .alternating_row .terminal_name {
        float: left;
        width: 30%;
        height: auto;
        margin: 3px 5px 0 0;
    }

    .alternating_row .terminal_small_button {
        float: left;
        width: 17px;
        height: auto;
        margin: 5px 0 0 0;
    }


/** Reporting Structures **/
.report_section {
    float: left;
    width: 20%;
    text-align: left;
    margin: 0 10px 0 0;
}

.report_section_lg {
    float: left;
    width: 27%;
    text-align: left;
    margin: 0 10px 0 0;
}

.reporting_label {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: bold;
    color: #444;
}

.center {
    float: left;
    width: 100%;
    text-align: center;
}


/** dbridge extras **/



.color01 {
    color: #da291c;
}

.color02 {
    color: #008200;
}

.color03 {
    color: #7ab800;
}

.color04 {
    color: #da291c;
}

.color05 {
    color: #ff7900;
}

.color06 {
    color: #2a6ebb;
}

.color07 {
    color: #99cc99;
}

.color08 {
    color: #fecb00;
}

.bg01 {
    background-color: #da291c;
}

.bg02 {
    background-color: #008200;
}

.bg03 {
    background-color: #7ab800;
}

.bg04 {
    background-color: #ff2b00;
}

.bg05 {
    background-color: #ff7900;
}

.bg06 {
    background-color: #2a6ebb;
}

.bg07 {
    background-color: #99cc99;
}

.bg08 {
    background-color: #fecb00;
}

.FalseInfraction {
    color: #dc3545
}

.TrueInfraction {
    color: #28a745
}
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,700);
/*@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:700);*/

/* SANS Font */
@font-face {
	font-family: 'OpenSans';
	src: url('/webfonts/OpenSans-Regular.eot');
	src: url('/webfonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('/webfonts/OpenSans-Regular.woff') format('woff'), url('/webfonts/OpenSans-Regular.woff2') format('woff2'), url('/webfonts/OpenSans-Regular.ttf') format('truetype'), url('/webfonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	src: url('/webfonts/OpenSans-Italic.eot');
	src: url('/webfonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('/webfonts/OpenSans-Italic.woff') format('woff'), url('/webfonts/OpenSans-Italic.woff2') format('woff2'), url('/webfonts/OpenSans-Italic.ttf') format('truetype'), url('/webfonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'OpenSans';
	src: url('/webfonts/OpenSans-Bold.eot');
	src: url('/webfonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('/webfonts/OpenSans-Bold.woff') format('woff'), url('/webfonts/OpenSans-Bold.woff2') format('woff2'), url('/webfonts/OpenSans-Bold.ttf') format('truetype'), url('/webfonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	src: url('/webfonts/OpenSans-BoldItalic.eot');
	src: url('/webfonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/webfonts/OpenSans-BoldItalic.woff') format('woff'), url('/webfonts/OpenSans-BoldItalic.woff2') format('woff2'), url('/webfonts/OpenSans-BoldItalic.ttf') format('truetype'), url('/webfonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
}



@font-face {
	font-family: 'Barlow';
	src: url('/webfonts/BarlowCondensed-Bold.ttf');
	font-weight: bold;
}

.fontSans {
	font-family: 'OpenSans', Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fontSerif {
	font-family: 'Bookman Old Style', 'Times New Roman', 'MS Serif', Serif;
}

.fontSansCond {
	font-family: 'Oswald', Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: .01em;
}

.fontSansHeader {
	font-family: 'OpenSans', Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fontCorp {
	font-family: 'Barlow', "Arial Black", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	letter-spacing: -0.06em;
}

.fontMessage {
	font-family: 'Bookman Old Style', 'Times New Roman', 'MS Serif', Serif;
	font-style: italic;
	color: #008200;
}

.fontError {
	font-family: 'Bookman Old Style', 'Times New Roman', 'MS Serif', Serif;
	font-style: italic;
	color: #9b5e69;
}



.color000 {
	color: #ffffff;
}

.color015 {
	color: #d9d9d9;
}

.color020 {
	color: #cccccc;
}

.color030 {
	color: #b3b3b3;
}

.color040 {
	color: #999999;
}

.color050 {
	color: #808080;
}

.color060 {
	color: #666666;
}

.color070 {
	color: #4d4d4d;
}

.color080 {
	color: #333333;
}

.color090 {
	color: #1a1a1a;
}

.color100 {
	color: #000000;
}

.bg000 {
	background-color: #ffffff;
}

.bg010 {
	background-color: #e6e6e6;
}

.bg015 {
	background-color: #d9d9d9;
}

.bg020 {
	background-color: #cccccc;
}

.bg030 {
	background-color: #b3b3b3;
}

.bg040 {
	background-color: #999999;
}

.bg050 {
	background-color: #808080;
}

.bg060 {
	background-color: #666666;
}

.bg070 {
	background-color: #4d4d4d;
}

.bg080 {
	background-color: #333333;
}

.bg090 {
	background-color: #1a1a1a;
}

.bg100 {
	background-color: #000000;
}

/*
a {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
}

	a:hover {
		color: inherit;
		text-decoration: underline;
	}

	a:not([href]):not([class]) {
		color: inherit;
		text-decoration: none;
	}

		a:not([href]):not([class]):hover {
			color: inherit;
			text-decoration: none;
		}
*/

.text-sm {
	font-size: .8rem;
}

.text-xs {
	font-size: .65rem;
}

.text-tight-sm {
	letter-spacing: -0.03em;
}

.text-tight-lg {
	letter-spacing: -0.06em;
}

.text-header {
	color: #808080;
	font-size: 8pt;
	font-family: 'OpenSans', Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.hoverItem:hover {
	cursor: pointer;
	opacity: 0.7;
}

.hoverHighlight {
	background-color: #b3b3b3;
}

.hoverBar,
.hoverBarError {
	margin: 4px auto;
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
	font-size: 80%;
	font-weight: 700;
	color: #ffffff;
	background: #b3b3b3;
	display: block;
	width: 100%;
}

	.hoverBar:hover,
	.hoverBarError:hover {
		cursor: pointer;
		text-decoration: none;
		color: white;
	}

a.hoverBar[disabled="disabled"],
a.hoverBarError[disabled="disabled"] {
	cursor: default;
	text-decoration: none;
	color: white !important;
}

	a.hoverBar:hover[disabled="disabled"],
	a.hoverBarError[disabled="disabled"]:hover {
		background: #b3b3b3 !important;
	}

.hoverBarError {
	background: #ffb800;
}

.inactive {
	color: #999999;
}

/* USING A DIV FOR A HR TAG AS IT RENDERS BETTER ACROSS BROWSERS */
.hr {
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	height: 1px;
	border: 0;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.overLine,
tr.overLine td {
	border-width: 2px 0 0 0;
	border-style: solid none none none;
	border-color: #b3b3b3 #ffffff #ffffff #ffffff;
}

.underLine,
tr.underLine td {
	border-width: 0 0 2px 0;
	border-style: none none solid none;
	border-color: #ffffff #ffffff #b3b3b3 #ffffff;
}

.totalLine {
	border-width: 5px 0 0 0;
	border-style: double none none none;
	border-color: #b3b3b3 #ffffff #ffffff #ffffff;
}

.nowrap {
	white-space: nowrap;
}

/* TAB ROW CODE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.tabRow {
	position: relative;
	margin-bottom: 10px;
	margin-left: -15px;
	margin-right: -10px;
	padding: 0 0 10px 0px;
	height: 31px;
	/*border-bottom: 1px solid #808080;*/
	-ms-zoom: 1;
	zoom: 1;
}

.tabBox {
	position: relative;
	top: 2px;
	float: left;
	margin: 0 5px 0px 0;
	padding: 3px 10px 0px 10px;
	height: 27px;
	background: #999999;
	background-color: #999999;
	color: #ffffff;
	white-space: nowrap;
	font-size: 17px;
	font-family: 'Oswald', Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 20px;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e1e1e1, endColorstr=#93979a)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e1e1e1, endColorstr=#93979a);*/
	cursor: pointer;
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.tabNotice {
	background: #7cb67c;
	background-image: -moz-linear-gradient(top, #ffb800, #ffecbb);
	background-image: -ms-linear-gradient(top, #ffb800, #ffecbb);
	background-image: -o-linear-gradient(top, #ffb800, #ffecbb);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb800), to(#ffecbb));
	background-image: -webkit-linear-gradient(top, #ffb800, #ffecbb);
	background-image: linear-gradient(top, #ffb800, #ffecbb);
	color: #666666;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffb800, endColorstr=#ffecbb)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffb800, endColorstr=#ffecbb);
}

.tabActive {
	height: 31px;
	margin-top: -2px;
	border: 2px solid #999999;
	background: none !important;
	color: #999999;
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=100);
	cursor: default;
}

	.tabActive:hover {
		-moz-opacity: 0.4;
		opacity: 0.4;
		filter: alpha(opacity=40);
		cursor: default;
		background: #ffffff;
	}

.tabBox:hover {
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=100);
	cursor: default;
	background: #999999;
}

.tabBoxHover {
	color: #999999;
}


/*
	CALENDAR CONTAINER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.calendar {
	background-color: #ffb800;
	color: #330033;
	letter-spacing: normal;
	font-size: 13px;
	font-family: Tahoma;
	line-height: normal;
}

.cal_Theme1 .ajax__calendar_container {
	width: 190px;
	border: solid 1px #262626;
	background-color: #008200;
}

.cal_Theme1 .ajax__calendar_header {
	margin-bottom: 4px;
	background-color: #ff1313;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev {
	padding-top: 3px;
	color: #262626;
}

.cal_Theme1 .ajax__calendar_body {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	width: 100%;
	height: 150px;
	border: solid 1px #008200;
	background-color: #e1e1e1 !important;
}

.cal_Theme1 .ajax__calendar_dayname {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	font-weight: bold;
}

.cal_Theme1 .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_months {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active {
	border: 1 solid #008200;
	background-color: #0e390e;
	color: #e1e1e1;
	font-weight: bold;
}

.cal_Theme1 .ajax__calendar_today {
	font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
	color: #c2c2c2;
}

.disabled,
tr.disabled td {
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: default;
}

	.disabled:hover {
		-moz-opacity: 0.4;
		opacity: 0.4;
		filter: alpha(opacity=40);
		cursor: default;
	}

.wrapper {
	display: flex;
	flex-direction: column;
	height: 100vh;
}

.aspNetDisabled {
	background-color: #e9ecef
}
