﻿
/* Use html min height to keep vertical scrollbar visible consistently between pages. */
html {
    min-height: 101%;
}

body {
    padding-top: 30px;
}

/*XS size - phone portrait */
@media (max-width: 767px) {
    body {
        padding-top: 1px;
    }

        body .body-content {
            margin-top: -15px !important;
        }

    .navbar.navbar-default.navbar-fixed-top {
        position: static;
    }

    .navbar-brand img {
        width: 80%;
        max-width: 180px;
        vertical-align: top;
    }

    .navbar-collapse a:hover {
        color: rgba(0, 103, 72, 1) !important;
    }

    #StatusLogo {
        width: 80%;
        max-width: 300px;
    }

    footer .navbar-fixed-bottom .container .row {
        width: 100%;
        max-width: 380px;
        padding-left: 0;
    }

    .footer-copyright {
        padding-bottom: 5px;
    }

    footer .navbar-fixed-bottom {
        position: static;
        padding-right: 0;
    }

        footer .navbar-fixed-bottom .container {
            padding-right: 0;
        }

            footer .navbar-fixed-bottom .container .row div {
                padding-right: 0;
                padding-left: 0;
            }

    #footer-image {
        width: 90% !important;
        height: auto;
        padding-right: 10px;
    }

    .fuelux .wizard .actions {
        position: relative;
        display: block;
    }

    .fuelux .wizard .steps li {
        width: 100%;
    }

    .step-pane {
        padding: 0 0 0 0;
    }

    .input-group-addon {
        padding: 0 3px 0 3px !important;
    }

    .addon-100 .input-group-addon:first-child {
        min-width: 70px !important;
    }

    .modal-dialog {
        width: 75%;
        max-width: 380px;
    }

    .modal-header {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .modal-body {
        padding-top: 2px;
    }

    .modal-footer {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .dataTables_empty {
        text-align: left !important;
        font-weight: bold;
    }

    .QualificationLanding .row .input-group-addon,
    #filterDiv .row .input-group {
        padding-left: 12px !important;
    }

    .QualificationLanding .btn-group button.multiselect,
    #filterDiv .btn-group button.multiselect {
        width: 200px !important;
    }

    .QualificationLanding span.input-group-addon,
    #filterDiv span.input-group-addon {
        min-width: 80px !important;
        text-align: left;
    }

    .QualificationLanding span.pull-right,
    #filterDiv span.pull-right {
        padding-top: 10px;
        margin-left: -30px;
    }

    .QualificationLanding span.form-control,
    #filterDiv span.form-control {
        width: 200px !important;
    }
}

/*SM size - phone landscape and tablet*/
@media (min-width: 768px) and (max-width: 991px) {
    .body-content {
        padding-top: 120px !important;
    }

    body {
        padding-top: 1px;
    }

    #StatusLogo {
        width: 80%;
        max-width: 300px;
    }

    .navbar {
        width: 100%;
        max-width: 760px;
    }

    .navbar-brand {
        width: 80%;
        max-width: 300px;
        vertical-align: top;
    }

        .navbar-brand img {
            width: 80%;
            vertical-align: top;
        }

    .navbar-collapse a:hover {
        color: rgba(0, 103, 72, 1) !important;
    }
}

/*MD size - tablet landscape and small desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    .body-content {
        padding-top: 105px !important;
    }

    #footer-image {
        width: 182px;
        height: 23px;
    }
}

/*LG size - large desktop */
@media (min-width: 1200px) {
    body .body-content {
        padding-top: 105px !important;
    }

    #footer-image {
        width: 182px;
        height: 23px;
    }
}


p {
    margin-bottom: 5px;
}

/* Get rid of the dotted outline on anchors with focus. */
a:focus {
    outline: 0;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 10px 7px 90px 7px;
}

.voffset {
    margin-top: 2px;
}

.voffset1 {
    margin-top: 5px;
}

.voffset2 {
    margin-top: 10px;
}

.voffset3 {
    margin-top: 15px;
}

.voffset4 {
    margin-top: 30px;
}

.voffset5 {
    margin-top: 50px;
}

.voffset6 {
    margin-top: 60px;
}

.voffset7 {
    margin-top: 80px;
}

.voffset8 {
    margin-top: 100px;
}

.voffset9 {
    margin-top: 150px;
}

.panel-messages {
    display: none;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    color: #822;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.panel-icon {
    float: left;
    margin-right: 10px;
}

/* container-row grid with header row and alternating row colors */
.headerrow {
    background-color: #000000;
    color: #eee;
    padding-top: 7px;
    padding-bottom: 2px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-transform: uppercase;
}

    .headerrow label {
        color: #eee;
    }

.altrows > .datarow:nth-child(odd) { /* assumes first row is header row. */
    /*background-color: #b1bfb2;*/
}

.altrows > .datarow:nth-child(even) {
    background-color: #e1e2e1;
}

.altrows > div > div {
    vertical-align: middle;
}
/* end */

.headercontainer {
    margin-left: 0;
    padding-left: 6px;
    max-width: none;
    margin-right: 50px;
}

.header-top-nav > li > a:link, .header-top-nav > li > a:visited {
    text-decoration: none;
    color: #000000;
}

.header-top-nav a:hover, .header-top-nav a:active {
    text-decoration: underline;
    color: #000;
}

.header-top-nav > li > a.invisible {
    text-decoration: none;
    cursor: default;
}

/* table header row background */
.table-header {
    background-color: #D1D0CE;
}

th.rotate45 {
    white-space: nowrap;
    font-size: 12px;
}

td.rotate45 {
    width: 65px;
}

th.rotate45 div.rotate45 {
    width: 30px;
    margin-left: -30px;
    margin-bottom: 55px;
    transform: translate(25px,51px) rotate(315deg);
}

    th.rotate45 div.rotate45 > span {
        border-bottom: 0px solid #000;
        padding: 5px 10px;
    }

.editable_th {
    white-space: nowrap;
    font-size: 12px;
    width: 85px;
    padding: 0;
    margin: 0;
}

.inline {
    display: inline;
}

.nowrap {
    white-space: nowrap;
}

.caps-only {
    text-transform: uppercase !important;
}

.ymmDisplay {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #f00;
    font-weight: bold;
}

.validation-summary-valid {
    display: none;
}

.vertmiddle {
    display: table-cell;
    vertical-align: middle;
    /*float: none;*/
}

.control-label {
    white-space: nowrap;
}

.strong {
    font-weight: bold;
}

/* Footer with Logo */
#divContentFooter {
    clear: both;
    display: block;
    text-align: center;
    position: fixed;
    padding: 0;
    margin: 0;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 999999;
}

    #divContentFooter #FooterContent {
        width: 100%;
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 999999;
        background-color: #C0C0C0;
    }

.footer-copyright-text {
    font-family: arial, sans-serif;
    font-size: 10px;
    padding-left: 5px;
}

.header-section-selector {
    /*margin-top: 40px;*/
    padding-top: 40px;
}

.filterrow {
    padding-right: 20px;
}

.field-data {
    text-transform: uppercase;
}

input.display-only {
    background-color: #ddd !important;
}

.section-header {
    margin-bottom: 10px;
}

.section-header-text {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
}

/* Styles for Role display and selection in header.
    Match non-anchor dropdown item to bootstrap anchor style.
    Override bootstrap styles specific to our Role display dropdown.
*/
.dropdown-header-item {
    padding: 3px 20px 3px 20px;
    white-space: nowrap;
    font-weight: bold;
}

.header-role-section {
    font-size: 16px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #a7ccb7;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
}

.dropdown-menu > li > a.user-role-name {
    font-size: 14px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #a7ccb7;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.dropdown-menu > li > span.dropdown-header-item {
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav.roles > li > a:hover,
.nav.roles > li > a:focus {
    background-color: transparent;
    color: #a7ccb7;
}

.nav.roles > li.disabled > a:hover,
.nav.roles > li.disabled > a:focus {
    background-color: transparent;
}

.nav.roles .open > a,
.nav.roles .open > a:hover,
.nav.roles .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}
/* end */

/* CommonModal styles */
.modal-dialog {
    z-index: 50000;
}

.common-modal-header {
    background-color: #C0C0C0;
    padding-left: 20px;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .common-modal-header h3 {
        margin: 0;
    }

.common-modal-body {
    padding-top: 20px;
    padding-bottom: 5px;
    max-height: 400px;
    overflow-y: auto;
}
/* end */

/* bootstrap tabs extra styling */
.tab-container {
    clear: both;
    margin-top: 20px;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 6px;
}
/* end */


/* loading spinner styling */
#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}
/* end */

.ui-progressbar-value {
    background-image: url(Images/pbar-ani.gif);
}

.btn-primary {
    background-color: #2a5377;
}

.btn-common {
    width: 80px;
    height: 29px;
    color: #fff;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 0px;
    /*padding-left: 26px; removed the icons so this space needs to come out */
    border-radius: 4px;
    padding-top: 3px;
    font-size: 14px;
}

.btn-search {
    background: url("../Content/Images/icons/search.png") no-repeat 5px 4px;
    background-size: 18px 18px;
    background-color: rgb(42, 83, 119);
}

    .btn-search:hover {
        background-color: #0f5b9d;
    }

.btn-refresh {
    /*background: url("../Content/Images/icons/refresh.png") no-repeat 5px 4px;*/
    background: url("../Content/Images/icons/refresh2.png") no-repeat 5px 4px;
    background-size: 18px 18px;
    background-color: rgb(91, 192, 222);
}

    .btn-refresh:hover {
        background-color: #1f9dc2;
    }

.btn-export {
    background: url("../Content/Images/icons/export.png") no-repeat 5px 4px;
    background-size: 18px 18px;
    background-color: rgb(92, 184, 92);
}

    .btn-export:hover {
        background-color: #4b984b;
    }

.btn-save {
    background: url("../Content/Images/icons/save.png") no-repeat 5px 4px;
    background-size: 18px 18px;
    background-color: #2e6da4;
}

    .btn-save:hover {
        background-color: #2e5c83;
    }
/* end */

.loggedOutMessage {
    border: 2px solid #808080;
    max-width: 500px;
    padding: 10px 20px 10px 20px;
}

/* ModelList dialog widget */
.modellist-dialog {
    /*height: 80%;*/
}

.modellist-content-container {
    overflow-y: scroll;
}

.modellist-brand-text {
    font-weight: bold;
    font-size: 16px;
}

.modellist-year-text {
    font-weight: bold;
}

.modellist-brand-years {
    margin-left: 20px;
}

.modellist-models {
    margin-left: 20px;
}
/* end */


/* Submit Progress */
.submit-progress
{
    position: fixed;
    top: 50%;
    left: 50%;
    height: 6em;
    padding-top: 2em;
    padding-left: 2.1em;
    width: 23em;
    margin-left: -11.5em;
    background-color: black;
    color: white;

    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;

    -webkit-box-shadow: 0.4em 0.4em rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0.4em 0.4em rgba(0, 0, 0, 0.6);
    box-shadow: 0.4em 0.4em rgba(0, 0, 0, 0.6);

    z-index: 999;
}

.submit-progress i
{
    margin-right: 0.5em;
}

.submit-progress-bg
{
    background-color: lightgray;
    opacity: 0.5;
}
/* end */


input.checkboxScaledToOnePointFive
{
    transform:scale(1.5);
    margin-top:7px
}