﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    outline: none;
    font-size: 100%;
    /*    background:transparent;*/
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    background: url('/mainassets/img/OZ_Swirl_WEB_small.jpg') no-repeat top left fixed !important;
}


small {
    color: #333333 !important;
}

.container {
    background-color: #ffffff;
}

#content-wrapper {
    padding: 25px;
}

.identifier {
    background-color: #fefee6;
}


/*input{height:28px !important;}*/
.form-group.col-md-5 {
    margin-bottom: 0;
}

.radio-inline span, .radio span {
    line-height: 26px;
}

input[type="radio"] {
    height: 25px !important;
    margin-top: 0;
}

.checkbox-inline span, .checkbox span {
    line-height: 26px;
}

input[type="checkbox"] {
    height: 25px !important;
    margin-top: 0;
}

.top-table {
    height: 300px;
}

.tr-title {
    height: 50px;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.border-no, .table-bordered.border-no, .table-bordered > tbody > tr > td.border-no, .table-bordered > tr > td.border-no {
    border: none !important;
}

.overauto {
    overflow: auto !important;
}

.aasr-tb td {
    width: 20% !important;
}

.BurstABR td {
    height: 58px !important;
}

tr.text-center input[type="checkbox"], tr.text-center .checkbox-inline input[type="checkbox"] {
    float: none;
}

.padding-sev {
    padding-top: 7px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    outline: none;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 40%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }

.checkbox {
    margin-bottom: 0px;
}

.checkbox-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 20px;
    vertical-align: bottom;
}

.checkox_padding {
    cursor: pointer;
    padding-left: 0;
}


.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 0px;
    margin-top: 0;
}

.name {
    margin-bottom: 15px;
}

.parent_info {
    margin-right: 15px;
}

.admin_info {
    font-size: 20px;
}

.attendant_info {
    margin-right: 10px;
}

.border-no thead > tr > th, .border-no tbody > tr > th, .border-no tfoot > tr > th, .border-no thead > tr > td, .border-no tbody > tr > td, .border-no tfoot > tr > td {
    border-top: none;
}

#myTab > li {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
}

.ui-jqgrid-btable a {
    text-decoration: underline !important;
    padding-left: 5px;
}

.ui-jqgrid-hdiv {
    border-bottom-width: 0 !important;
}

.ui-jqgrid-pager {
    height: 35px !important;
}

hr {
    margin-bottom: 5px;
}


#loginbg {
    background-image: url('../img/login.png');
    background-repeat: no-repeat;
    text-align: center;
    -ms-background-position: center;
    background-position: center;
    background-position: 50% 50%;
    width: 320px;
    height: 470px;
    margin: 0 auto;
    text-align: center; /* !!! */
    display: -moz-box;
    display: -webkit-box flex-align: center;
    flex-pack: center;
}

.field-validation-error {
    color: red;
    font-weight: bold;
    font-size: xx-small;
    display: inline;
    position: absolute;
    margin-top: -3px;
    margin-left: 30px;
    z-index: 999999;
    padding: 5px;
    border: 1px solid #DCA;
    background: #fffAF0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}



.summaryvalidation {
    color: red;
    font-weight: bold;
    font-size: x-small;
    position: absolute;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #DCA;
    background: #fffAF0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}

.loginstate {
    padding: 4px 4px 4px 4px;
    margin-top: 0px;
    margin-bottom: 5px;
    background-color: gainsboro;
    color: black;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    /*box-shadow: 0 5px 12px rgba(0,0,0,.4); 
        -webkit-box-shadow: 0 5px 12px rgba(0,0,0,.4); 
        -moz-box-shadow: 0 5px 12px rgba(0,0,0,.4); 
        -khtml-box-shadow: 0 5px 12px rgba(0,0,0,.4);*/
    font-size: 16px;
    text-align: left;
    font-weight: bold;
}

.oz-blue {
    background-color: #00B5AF;
}

.oz-red {
    background-color: #D92632;
}

.oz-light-grey {
    background-color: #D4C8C8;
}

.oz-medium-grey {
    background-color: #796D6D;
}

.oz-dark-grey {
    background-color: #392C32;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background-color: #00B5AF;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background-color: #D4C8C8;
}

.ladda-button:hover {
    background-color: #796D6D;
}

.no-border {
    border: none;
}

.alert-danger {
    color: #D92632;
    background-color: gainsboro;
    border-color: #CCC;
    box-shadow: 0 5px 12px rgba(0,0,0,.4) !important;
    -webkit-box-shadow: 0 5px 12px rgba(0,0,0,.4) !important;
    -moz-box-shadow: 0 5px 12px rgba(0,0,0,.4) !important;
    -khtml-box-shadow: 0 5px 12px rgba(0,0,0,.4) !important;
}

.oz-btn {
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    box-shadow: 0 5px 12px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 5px 12px rgba(0,0,0,.4);
    -moz-box-shadow: 0 5px 12px rgba(0,0,0,.4);
    -khtml-box-shadow: 0 5px 12px rgba(0,0,0,.4);
}

    .oz-btn:disabled {
        background-color: lightgray !important;
    }
