﻿@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

/*body {
    background: url(../images/bg-home-page.jpg) no-repeat fixed;
    background-size: cover;
}*/

.main_container {
    min-height: 100%;
    position: relative;
}

.footer_box {
    background: #7a7a7a;
    position: absolute;
    bottom: 0;
    color: #fefefe;
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding: 15px;
}

    .footer_box a {
        color: #000;
    }

div {
    position: relative;
}

.clear {
    clear: both;
}

.center-block {
    float: none !important;
}

.parent_box {
    /*margin-top: 150px;*/
    padding: 15px;
    /*background: url(../images/bg-content-grey.png);*/
}

.grey_box {
    background: rgba(237,237,237,0.82);
    padding: 20px 40px;
}

.google_box {
    right: 0px;
    top: -40px;
    position: absolute;
}

.right_side h1 {
    font-size: 28px;
    color: #dc281e;
    font-weight: normal;
    background: url(../images/h-home-h-rule.png) bottom center no-repeat;
    padding-bottom: 40px;
    margin-bottom: 20px;
    text-align:center;
}

    .right_side h1 span {
        color: #595757;
    }

.top_margin {
    margin-top: 80px;
}

.form_box {
    margin-bottom: 15px;
}

    .form_box label {
        display: block;
        margin-bottom: 8px;
        color: #595757;
        font-weight: normal;
        font-size: 13px;
    }

    .form_box select {
        width: 100%;
        padding: 8px;
        outline: none;
    }

.submit {
    margin: 30px 0 0;
    position: relative;
    clear: both;
    float: left;
}

    .submit .submit_btn {
        background: #ef0404;
        color: #581908;
        border: 1px #9f2100 solid;
        font-size: 17px;
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 1px 1px #cfb1b1;
        padding: 12px 30px;
        float: left;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        outline: none;
    }

    .submit span {
        background: url(../images/btn-submit-tip.png) 0 0 no-repeat;
        display: block;
        width: 20px;
        height: 46px;
        position: absolute;
        top: 0;
        right: -16px;
        z-index: 1;
    }

.district_text {
    margin-top: 20px;
}

    .district_text a {
        color: #000;
    }

.badges_box {
    padding: 40px 0px;
    text-align: right;
    margin-bottom: 60px;
}

    .badges_box a {
        text-decoration: none;
    }

/*.header_box {
    margin-top: 55px;
}*/

.header_box h1 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #dc281e;
    font-size: 43px;
    margin-bottom: 15px;
}

    .header_box h1 span {
        color: #fff;
    }

.google_box2 {
    right: 0px;
    top: 16px;
    position: absolute;
}

.school_box {
    padding: 15px;
    /*background: rgba(0,0,0,0.13);*/
}

    .school_box h1 {
        margin: 10px 0px;
        font-size: 30px;
    }

    .school_box p {
        color: #fff;
        font-size: 13px;
        margin-top: 20px;
    }

.black_box {
    background: rgba(0,0,0,0.13);
    padding: 20px;
    margin-top: 2px;
}

.seprater {
    background: url(../images/h-sub-h-rule.png) center no-repeat;
    height: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form_box input[type="text"] {
    width: 100%;
    padding: 15px 8px;
    outline: none;
    border: 0px;
    border-radius: 5px;
}

.or_box {
    background: url(../images/bg-or.png) no-repeat;
    width: 44px;
    height: 95px;
    float: right;
    text-align: center;
    font-size: 12px;
    padding-top: 42px;
}

.confirmation_box {
    float: left;
    width: 80%;
}

.data_grid {
    margin-top: 20px;
    width: 100%;
    height: 100%;
    overflow: auto;
}

    .data_grid table {
        background: #fff;
        width: 100%;
        font-size: 12px;
        color: #615e5e;
        text-align: center;
        overflow: hidden;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        position: relative;
    }

        .data_grid table th {
            text-transform: uppercase;
        }

.odd {
    background: #e9e9e9;
}

.data_grid th, .data_grid td {
    padding: 15px 10px;
    vertical-align: middle;
}

.print-col {
    background: #9bc072;
    width: 50px;
    color: #000;
}

@media (max-width: 1200px) {
    .confirmation_box {
        width: 78%;
    }
}

@media (max-width: 768px) {
    .top_margin {
        margin-top: 0px;
    }

    .google_box2 {
        position: relative;
        top: 0px;
        margin-bottom: 20px;
        text-align: right;
    }
}

input[type="text"], select, textarea, input[type="password"] {
    padding: 6px;
    border: solid 1px #d1d2d4;
}

.paging_select {
    width: 145px !important;
}

.selected_number {
    border: 2px solid #3F5866;
    background: #3F5866 !important;
    color: white;
    padding: 2px;
    min-width: 31px;
}

.pagingLink {
    min-width: 31px;
    padding: 2px;
}

.temp_free_msg {
    text-align: -webkit-center;
    background: none;
    border: none;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
}

.nutristatus_table th {
    font-weight: normal;
}

.nutristatus_table tr:nth-child(even) {
    background: #FFF;
}

.nutristatus_table tr:nth-child(odd) {
    background: #e9e9e9;
}
