/* the button text should match colorlight, unless the client wants it to be white*/
/* Global elements */
body {
    font-family: sans-serif;
    color: #ffffff;
    background-color: #145C80;
}

h3 {
    margin-top: 0px;
    line-height: 32px;
}

a {
    color: #FBB040;
}

    a:hover, a:focus {
        color: #FBB040;
    }

.clear {
    clear: both;
    height: 3px;
}

table {
    width: 100%;
    margin-bottom: 20px;
}

    table td {
        font-size: 12px;
        width: 10%;
        padding: 5px;
        vertical-align: bottom;
        border: 1px solid #000000;
    }

    table th {
        font-size: 12px;
        font-weight: normal;
        width: 10%;
        padding: 5px;
        vertical-align: bottom;
        border: 1px solid #000000;
        background-color: #fcdba6;
    }

    table tr:nth-child(odd) {
        background-color: #f3f3f3;
    }

/* padding, spacing, coloration, alignment fixes */
.headerwhite {
    background-color: #ffffff;
}

.nopadline {
    margin-top: 0px;
}

.darktext {
    font-weight: bold;
    color: #FBB040;
}

.largetext {
    font-size: 18px;
    text-transform: uppercase;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.fullwidth {
    width: 100%;
}

.halfwidth {
    width: 48%;
}

.logopadding {
    padding-top: 40px;
    padding-bottom: 20px;
}

.mainpagepadding {
    padding-top: 20px;
    padding-bottom: 0px;
}

.formgrouppadding {
    padding: 0px 15px 0px 15px;
}

/* new visual elements */
.sectionhead {
    font-size: 16px;
    font-weight: bold;
    color: #FBB040;
    border-bottom: 1px solid #ffffff;
}

.well {
    min-height: 20px;
    margin-bottom: 20px;
    padding: 19px;
    color: #000000;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.claimtable td {
    padding: 5px;
    vertical-align: bottom;
    border: 1px solid #000000;
}

    .claimtable td:last-child {
        width: 1%;
    }

/* buttons */
.btn-sm {
    padding: 3px 10px;
}

.btn-primary, .btn-primary:focus, .btn-primary.focus {
    font-size: 30px;
    width: 100%;
    color: #fff;
    border: 5px solid #ffffff;
    border-radius: 15px;
    background-color: #FBB040;
    background-image: -webkit-linear-gradient(top, #FBB040 0%, #FBB040 100%);
    background-image: linear-gradient(to bottom, #FBB040 0%, #FBB040 100%);
}

    .btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        border: 5px solid #ffffff;
        background-color: #FBB040;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
        background-image: -webkit-linear-gradient(top, #FBB040 0%, #FBB040 100%);
        background-image: linear-gradient(to bottom, #FBB040 0%, #FBB040 100%);
    }

.btn-submit, .btn-submit:focus, .btn-submit.focus {
    color: #fff;
    border: 2px solid #ffffff;
    border-radius: 5px;
    background-color: #FBB040;
}

    .btn-submit:hover, .btn-submit:active, .btn-submit.active, .open > .dropdown-toggle.btn-submit {
        color: #fff;
        border: 2px solid #ffffff;
        border-radius: 5px;
        background-color: #FBB040;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    }

.btn-cancel, .btn-cancel:focus, .btn-cancel.focus {
    color: #FBB040;
    border: 1px solid #fcdba6;
    border-radius: 5px;
    background-color: #ffffff;
}

    .btn-cancel:hover, .btn-cancel:active, .btn-cancel.active, .open > .dropdown-toggle.btn-cancel {
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    }

/* forms */
.form-horizontal .control-label {
    padding-top: 0px;
    text-align: left;
}

.form-group.required .control-label:after {
    content: " *";
    color: fff;
}

.form-control {
    font-size: 14px;
    line-height: 1.42857143;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #000000;
    border: 2px solid #FBB040;
    border-radius: 5px;
    background-color: #ffffff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .form-control:focus {
        border: 2px solid #FBB040;
        outline: 0;
        background-color: #fcdba6;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

input[type=checkbox] {
    overflow: hidden;
    width: 10px;
    height: 10px;
    margin: 0px;
    margin-top: 4px;
    margin-right: 15px;
    padding-top: 10px;
    padding-right: 10px;
    white-space: nowrap;
    color: #ffffff;
    border: double 1px #FBB040;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-appearance: button;
}

    input[type=checkbox]:checked {
        color: #FBB040;
        background-color: #FBB040;
    }

.fileUpload {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .fileUpload input.upload {
        font-size: 20px;
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.fileuploadcolor {
    width: 100%;
    color: #FBB040;
    border: 0px;
    background-color: #145C80;
}

/* bottom navigation bar */
.nosidepadding {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar .navbar-inner {
    padding: 0;
}

.navbar {
    min-height: 0px;
}

    .navbar .nav {
        display: table;
        overflow: hidden;
        width: 100%;
        margin: 0;
        border: 2px solid #ffffff;
        border-radius: 4px;
    }

        .navbar .nav li {
            display: table-cell;
            float: none;
            width: 20%;
        }

.navbar-default .navbar-nav > li > a {
    font-size: 10px;
    line-height: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
}

.navbar-default .navbar-nav > .active > a {
    color: #ffffff;
    background-color: #fcdba6;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
    background-color: #FBB040;
}

.navbar-default .navbar-nav > .active > a:hover {
    color: #ffffff;
    background-color: #FBB040;
}

.navbar .nav li a {
    font-weight: bold;
    position: relative;
    display: block;
    height: inherit;
    text-align: center;
    vertical-align: center;
    background: #145C80;
    border-left-color: #145C80;
}

    .navbar .nav li a:after {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 100%;
        display: block;
        width: 0;
        height: 0;
        margin-top: -35px;
        margin-left: -15px;
        content: " ";
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-left: 20px solid #145C80;
        background: #145C80;
    }

    .navbar .nav li a:before {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 100%;
        display: block;
        width: 0;
        height: 0;
        margin-top: -35px;
        margin-left: -10px;
        content: " ";
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-left: 20px solid white;
    }

.navbar .nav li:first-child a {
    padding-left: 10px;
    border-left-color: #145C80;
    background: #145C80;
}

.navbar .nav li:last-child a:after {
    border: 0;
}

.navbar .nav li a:hover {
    background: #FBB040;
}

    .navbar .nav li a:hover:after {
        border-left-color: #FBB040 !important;
    }

.navbar .nav li a:active {
    background: #fcdba6;
}

    .navbar .nav li a:active:after {
        border-left-color: #fcdba6 !important;
    }

.navbar .nav li:first-child a {
    border-left: 0;
    border-radius: 3px 0 0 3px;
}

.navbar .nav li:last-child a {
    border-right: 0;
    border-radius: 0 3px 3px 0;
}

.lightbackground {
    background-color: #fcdba6;
}

.hoverstate > li > a:hover, .hoverstate > li > a:focus {
    background-color: #FBB040;
}

/* white border around group */
.breadcrumbborder {
    border: 3px solid #fff;
    border-left: 6px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 20px;
}

/* white border around group end */
/* spacing and color of the buttons */
.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
    width: 20%;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

    .btn-breadcrumb .btn:first-child {
        padding: 6px 6px 6px 10px;
    }

    .btn-breadcrumb .btn:last-child {
        padding: 6px 18px 6px 24px;
    }

.btn-info {
    background-color: #145C80;
}

    .btn-info:hover, .btn-info:focus {
        background-color: #FBB040;
        background-image: linear-gradient(to bottom,#FBB040 0%,#FBB040 100%)
    }

    .btn-info:active {
        background-color: #fcdba6 !important;
        box-shadow: none;
    }

/* spacing and color of the buttons end */
/* color of the triangles */
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
    border-left: 10px solid #145C80;
}

.btn-breadcrumb .btn.btn-info:not(:last-child):before {
    border-left: 10px solid #fff;
}

.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after, .btn-breadcrumb .btn.btn-info:focus:not(:last-child):after {
    border-left: 10px solid #FBB040;
}

.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before, .btn-breadcrumb .btn.btn-info:focus:not(:last-child):before {
    border-left: 10px solid #fff;
}

.btn-breadcrumb .btn.btn-info:active:not(:last-child):after {
    border-left: 10px solid #fcdba6;
}

.btn-breadcrumb .btn.btn-info:active:not(:last-child):before {
    border-left: 10px solid #fff;
}

/* color of the triangles end */
/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after, .btn-breadcrumb .btn:not(:last-child):hover:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before, .btn-breadcrumb .btn:not(:last-child):hover:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

/* status page nav */
.statusnav {
    font-size: 18px !important;
    width: 33.3% !important;
    cursor: default;
}

    .statusnav a:hover {
        cursor: default;
    }

.activestate {
    background-color: #fcdba6;
}

    .activestate:after {
        border-left: 10px solid #fcdba6;
    }

/* TEMP */
.form-control[readonly] {
    background-color: #145C80;
    border: 0px;
    box-shadow: none;
}

input[type="text"][readonly] {
    color: #fff;
}

/* mobile navigation */
.mobilenav li {
    text-decoration: none;
    color: #ffffff;
}

.mobileborder {
    margin-bottom: 20px;
    border: 2px solid #ffffff;
    border-radius: 5px;
}

    .mobileborder a {
        color: #ffffff;
    }

/* modal */
.modal {
    color: #000000;
}

.modal-dialog {
    width: 80%;
}

/* DateTime */
.datetimepicker th {
    border-radius: 0px;
}

.datetimepicker td {
    background-color: #fff;
    color: #FBB040;
}

.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
    background-color: #FBB040;
    background-image: none;
}

.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover {
    background-color: #FBB040;
    background-image: none;
}

@media only screen and (min-width: 992px) {
    .logopadding {
        padding-top: 75px;
        padding-bottom: 20px;
    }

    .logosize {
        width: 200px;
    }

    .schoollogosize {
        width: 200px;
    }

    .mobilehide {
        display: none;
    }

    .desktophide {
        display: initial;
    }
}

@media only screen and (max-width: 600px) {
    .desktophide {
        display: none;
    }

    .logosize {
        width: 100px;
    }

    .schoollogosize {
        width: 100px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .desktophide {
        display: none;
    }

    .logosize {
        width: 170px;
    }

    .schoollogosize {
        width: 170px;
    }
}
