nav {
    overflow: hidden;
    height: 100% !important
}
.gridTable {
    text-overflow: ellipsis;
    width: 900px;
    white-space: nowrap;
}
.onlineordersgridTable {
    text-overflow: ellipsis;
    width: 900px;
    height: 540px;
    white-space: nowrap;
}
input[type=text] {
    border: 1px solid #a9a9a9;
    padding: 5px;
    line-height: 45px;
    height: 40px;
}

select {
    border: 1px solid #a9a9a9;
    padding: 5px;
    line-height: 45px;
    height: 40px;
}

textarea {
    border: 1px solid #a9a9a9;
    width: 96%;
    padding: 0 2%
}

.logout {
    background-color: transparent;
    border: none;
    padding: 15px 0 10px 15px
}

.responsive-img {
    width: 100%;
    height: auto
}

.col-md-6 img {
    width: 100%;
    heigh: auto
}

.form-wrapper {
    width: 100%;
    float: left
}

.col96 {
    width: 96%;
    padding: 0 2%
}

.col100 {
    width: 100%;
    padding: 5px
}

.col50 {
    width: 48%;
    padding: 5px
}

.col50b {
    width: 48%;
    margin: 5px
}

.col20b {
    width: 18%;
    margin: 5px
}

.onecol {
    width: 96%;
    float: left;
    margin: 2%
}

.form-half {
    width: 48%;
    float: left;
    margin: 1%
}

.txtcenter {
    text-align: center
}

.infotxtw {
    font-size: .75em;
    color: #fff;
    font-weight: bold;
    padding: 2% 0
}

.formcol {
    width: 30%;
    padding: 1%;
    margin: 1%;
    float: left
}

.bhalf {
    width: 46%;
    padding: 1%;
    margin: 1%;
    float: left
}

.strikethru {
    text-decoration: line-through;
}

.hptrio {
    width: 33%;
    float: left;
    text-align: center
}

.required {
    color: #f00
}

.magtrio {
    background-color: #116cac;
    color: #fff;
    padding: 5% 0 !;
    margin: 5%;
    min-height: 200px
}

.mhdr1 {
    font-size: 1.5em;
    padding: 3% 0;
}

.mhdr2 {
    font-size: 4em;
    padding: 3% 0
}

.yellow {
    color: yellow;
    font-size: 1em
}

a.button:link {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

a.button:visited {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

a.button:hover {
    color: #fff;
    text-decoration: underline;
    font-weight: normal;
}

a.button:active {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.scheduletable {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px solid #ccc;
}

    .scheduletable table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .scheduletable tr:nth-child(odd) {
        background-color: #e5e4e2 !important;
    }

    .scheduletable tr:nth-child(even) {
        background-color: #fff;
    }

    .scheduletable td {
        vertical-align: top;
        border: 1px solid #ccc;
        border-width: 0 1px 1px 0;
        text-align: left;
        font-weight: normal;
        color: #333;
        padding: 5px !important;
    }

    .scheduletable tr:first-child td {
        background-color: #666;
        border: 0 solid #ccc;
        text-align: center;
        border-width: 0 0 1px 1px;
        font-weight: bold;
        color: #fff;
        padding: 5px !important;
    }

    .scheduletable th {
        background-color: #666;
        border: 0 solid #ccc;
        text-align: center;
        border-width: 0 0 1px 1px;
        font-weight: bold;
        color: #fff;
        padding: 5px !important;
    }

.post50 {
    width: 50%;
    float: left;
    text-align: left
}

.post10 {
    width: 10%;
    float: left;
    text-align: center
}

.post20 {
    width: 20%;
    float: left;
    text-align: center
}

.post30 {
    width: 30%;
    float: left;
    text-align: center
}

.txtinput {
    display: inline;
    padding: 10px 5px;
    width: 100%;
    margin-bottom: 10px;
    line-height: 18px
}

.txtinput_s {
    display: inline;
    padding: 10px 5px;
    width: 10%;
    margin-bottom: 10px;
    line-height: 18px
}

.txtinput_m {
    display: inline;
    padding: 10px 5px;
    width: 40%;
    margin-bottom: 10px;
    line-height: 18px
}

.select_l {
    display: inline;
    padding: 10px 5px;
    width: 100%;
    margin-bottom: 10px
}

.select_m {
    display: inline;
    padding: 10px 5px;
    width: 40%;
    margin-bottom: 10px
}

.select_s {
    display: inline;
    padding: 10px 5px;
    width: 10%;
    margin-bottom: 10px
}

.spacerg {
    width: 100%;
    float: left;
    height: 1px;
    background-color: #839396;
    margin: 2% 0
}

.spacerw {
    width: 100%;
    float: left;
    height: 50px
}

@media all and (min-width:481px) and (max-width:991px) {
    .col-md-6 {
        width: 50%;
        float: left
    }

    .form-half {
        width: 100%;
        float: left
    }

    .formcol {
        width: 100%;
        float: left
    }

    .hptrio {
        width: 100%;
        float: left
    }

    .txtinput {
        display: inline;
        padding: 5px;
        width: 100%;
        margin-bottom: 10px
    }

    .txtinput_s {
        display: inline;
        padding: 5px;
        width: 20%;
        margin-bottom: 10px
    }

    .txtinput_m {
        display: inline;
        padding: 5px;
        width: 50%;
        margin-bottom: 10px
    }

    .select_l {
        display: inline;
        padding: 10px 5px;
        width: 100%;
        margin-bottom: 10px
    }

    .select_m {
        display: inline;
        padding: 10px 5px;
        width: 40%;
        margin-bottom: 10px
    }

    .select_s {
        display: inline;
        padding: 10px 5px;
        width: 20%;
        margin-bottom: 10px
    }
}

@media all and (min-width:120px) and (max-width:480px) {
    .form-half {
        width: 100%;
        float: left
    }

    .formcol {
        width: 100%;
        float: left
    }

    .bhalf {
        width: 100%;
        float: left
    }

    .hptrio {
        width: 100%;
        float: left
    }

    .txtinput {
        display: inline;
        padding: 5px;
        width: 100%;
        margin-bottom: 10px
    }

    .txtinput_s {
        display: inline;
        padding: 5px;
        width: 100%;
        margin-bottom: 10px
    }

    .txtinput_m {
        display: inline;
        padding: 5px;
        width: 100%;
        margin-bottom: 10px
    }

    .select_l {
        display: inline;
        padding: 10px 5px;
        width: 100%;
        margin-bottom: 10px
    }

    .select_m {
        display: inline;
        padding: 10px 5px;
        width: 100%;
        margin-bottom: 10px
    }

    .select_s {
        display: inline;
        padding: 10px 5px;
        width: 100%;
        margin-bottom: 10px
    }
}

.errorMessageCol {
    width: 370px;
    height: auto;
    float: left;
    text-align: center;
    padding: 5px;
    line-height: 14pt
}

.errorMessage {
    color: Red;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.successMessage {
    color: Green;
    font-family: Arial;
    font-size: 12px
}

/*Header*/
.Tab .ajax__tab_header {
    color: #4682b4;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    margin-left: 0px;
}
/*Body*/
.Tab .ajax__tab_body {
    border: 1px solid #b4cbdf;
    padding-top: 0px;
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab {
    color: #ffffff;
    background: url("../Images/tab/tab_active.gif") repeat-x;
    height: 20px;
}

.Tab .ajax__tab_active .ajax__tab_inner {
    color: #ffffff;
    background: url("../Images/tab/tab_left_active.gif") no-repeat left;
    padding-left: 10px;
}

.Tab .ajax__tab_active .ajax__tab_outer {
    color: #ffffff;
    background: url("../Images/tab/tab_right_active.gif") no-repeat right;
    padding-right: 6px;
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab {
    color: #000000;
    background: url("../Images/tab/tab_hover.gif") repeat-x;
    height: 20px;
}

.Tab .ajax__tab_hover .ajax__tab_inner {
    color: #000000;
    background: url("../Images/tab/tab_left_hover.gif") no-repeat left;
    padding-left: 10px;
}

.Tab .ajax__tab_hover .ajax__tab_outer {
    color: #000000;
    background: url("../Images/tab/tab_right_hover.gif") no-repeat right;
    padding-right: 6px;
}
/*Tab Inactive*/
.Tab .ajax__tab_tab {
    color: #666666;
    background: url("../Images/tab/tab_Inactive.gif") repeat-x;
    height: 20px;
}

.Tab .ajax__tab_inner {
    color: #666666;
    background: url("../Images/tab/tab_left_inactive.gif") no-repeat left;
    padding-left: 10px;
}

.Tab .ajax__tab_outer {
    color: #666666;
    background: url("../Images/tab/tab_right_inactive.gif") no-repeat right;
    padding-right: 6px;
    margin-right: 2px;
}

/* addthis styles */
.social-container {
    padding: 1em 0 0 37px !important;
    margin-bottom: 0 !important;
}
