
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

@media print {
    html, body {
        padding: 0;
        border: 1px solid white;
        height: 99%;
        page-break-after: avoid;
        page-break-before: avoid;
    }
}

.full-width {
    width: 100%;
}

/* util */
.heading {
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.headinfo {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: white;
    background-color: white;
}

.headspacer {
    width: 100%;
    height: 125px;
}

.navbarinfo {
    position: fixed;
    top: 120px;
    width: 100%;
    z-index: 99;
}

.navspacer {
    width: 100%;
    height: 73px;
}

.navspacertall {
    width: 100%;
    height: 130px;
}

/*.footinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px;
    font-size: 0.75em;
    border-top: 1px solid #a9bDc6;
    max-height: 120px
}*/

input[type=text]::-ms-clear {
    display: none;
}

.pad-top-sm {
    padding-top: 4px;
}

.pad-bot-sm {
    padding-bottom: 4px;
}

.pad-top-md {
    padding-top: 8px;
}

.pad-bot-md {
    padding-bottom: 8px;
}

.pad-top-lg {
    padding-top: 12px;
}

.pad-bot-lg {
    padding-bottom: 12px;
}

.pad-left-lg {
    padding-left: 12px;
}

.pad-left-sm {
    padding-left: 4px;
}

.pad-right-sm {
    padding-right: 4px;
}

.pad-right-lg {
    padding-right: 12px;
}

.pad-xl {
    padding: 18px;
}

.mar-top-sm {
    margin-top: 4px;
}

.mar-bot-sm {
    margin-bottom: 4px;
}

.mar-top-md {
    margin-top: 8px;
}

.mar-bot-md {
    margin-bottom: 8px;
}

.mar-top-lg {
    margin-top: 12px;
}

.mar-bot-lg {
    margin-bottom: 12px;
}

.mar-right-md {
    margin-right: 8px;
}

.mar-left-md {
    margin-left: 8px;
}

.mar-left-lg {
    margin-left: 12px;
}

.mar-xl {
    margin: 18px;
}

.button-list .btn {
    display: block;
    width: 100%;
}

    .button-list .btn + .btn {
        margin-top: 10px;
    }
/* */

.container .note-editor.note-frame {
    border-color: #ccc;
}
/* slightly more specific */

.fake-visited-link {
    color: #337ab7;
    text-decoration: underline;
}

/* extra-bootstrap */
.btn.btn-full {
    width: 100%;
}

.btn-set .btn + .btn {
    margin-left: 12px;
}

.btn-set .btn-first {
    margin-left: 12px;
}

.btn-set label {
    margin: 0;
    padding-right: 10px;
}

.border-bottom {
    border-bottom: 1px solid #000;
}

    .border-bottom.text-primary, .text-primary .border-bottom {
        border-bottom-color: #337ab7;
    }

.strong {
    font-weight: 700;
}

.titlemaxcolor {
    color: #00529b;
}

.btn.btn-xlg {
    font-size: 1.3em;
    padding: 12px 18px;
    line-height: 1.5;
    border-radius: 10px;
}

.nav.nav-tabs {
    border-bottom: none;
}

    .nav.nav-tabs + .tab-content > .tab-pane {
        border-top-left-radius: 0;
    }

        .nav.nav-tabs + .tab-content > .tab-pane > .panel-heading {
            border-top-left-radius: 0;
        }

.table.table-white {
    background-color: #fafafa;
}

.table + .row-paging {
    border-top: 1px solid #e0e0e0;
    background-color: #eee;
    margin: 0;
    margin-top: -20px;
    padding: 10px 0;
    vertical-align: middle;
}

.table.table-bordered + .row-paging {
    border-top: none;
    border: 1px solid #ddd;
}

table > thead > tr > th.no-bottom-border {
    border-bottom: none;
}

.modal-full {
    width: 95%;
    z-index: 9999;
}

.modal-30{
    width: 30%;
    z-index: 9999;
    margin: auto;
}

.modal-60 {
    width: 60%;
    z-index: 9999;
}

.modal-80 {
    width: 80%;
    z-index: 9999;
}

.modal-body-table {
    padding: 0;
    z-index: 9999;
}

    .modal-body-table table {
        margin-bottom: 4px;
        z-index: 9999;
    }

.form-control.form-multiselect {
    height: inherit;
}

.labeless-form-group {
    /* labels have a line height of 20px and a bottom margin of 5 = 25px*/
    padding-top: 31px;
}

.has-error.has-feedback,
.nav-tabs > li.active .has-error.has-feedback {
    color: #a94442;
}

.has-success.has-feedback,
.nav-tabs > li.active .has-error.has-success {
    color: #3c763d;
}
/**/
/* */

.has-feedback.has-success .note-editor.note-frame {
    border: 2px solid #3c763d;
}

.has-feedback.has-error .note-editor.note-frame {
    border: 2px solid #a94442;
}


/* grade options */
.grade-group {
    margin-bottom: 20px;
}

.row-grade > div {
    height: 42px;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
}

    .row-grade > div > strong {
        font-size: 20px;
    }

.row-grade h4 {
    font-weight: bold;
}

.row-grade > div:nth-child(odd) {
    background-color: #CCE0E9;
}

.row-grade > div:nth-child(even) {
    background-color: #F4F8F9;
}

.row-grade:hover > div {
    background-color: #c1d9eb;
    border-bottom-color: #333;
}

/* header */
.row-grade-head.row-grade > div {
    border-bottom-color: #ddd;
}

    .row-grade-head.row-grade > div:nth-child(odd) {
        background-color: #81abd1;
    }

    .row-grade-head.row-grade > div:nth-child(even) {
        background-color: #b3cde3;
    }

.row-grade-head.row-grade:hover > div {
    border-bottom-width: 0;
}

/* overall is special */
.row-grade-overall.row-grade > div {
    border-bottom-color: #ddd;
}

.row-grade-overall.row-grade {
    margin-bottom: 20px;
}

    .row-grade-overall.row-grade h4 {
        font-size: 24px;
    }

    .row-grade-overall.row-grade > div:nth-child(odd) {
        background-color: #81abd1;
    }

    .row-grade-overall.row-grade > div:nth-child(even) {
        background-color: #b3cde3;
    }

    .row-grade-overall.row-grade:hover > div {
        background-color: #8ea2de;
        border-bottom-color: #333;
    }

.grade-option {
    border: none;
    background: none;
}

    .grade-option .inner {
        color: green;
    }

    .grade-option .fa {
        text-shadow: #999 1px 1px 4px;
        top: 0;
    }

    .grade-option:hover .fa {
        text-shadow: #333 1px 1px 4px;
    }

    .grade-option.readonly:hover .fa {
        text-shadow: none;
    }

    .grade-option.readonly .outer {
        color: #ddd;
    }
/*

/* range slider */
.row-slider {
    margin: 60px 0;
}

    .row-slider .noUi-connect {
        border-radius: 0;
        background: #5ca7c9;
        box-shadow: none;
    }

.noUi-base {
    background: #a9a9a9;
}
/* no drag marks */
.row-slider .noUi-horizontal .noUi-handle:before, .row-slider .noUi-horizontal .noUi-handle:after {
    width: 0;
}
/* the "active" part of the slider */
.row-slider .noUi-value[disabled] .noUi-handle {
    border-color: #e9e9e9;
    background-color: #f0f0f0;
}

.row-slider .noUi-horizontal .noUi-value .noUi-handle {
    border-radius: 15px;
    width: 30px;
    height: 30px;
    left: -15px;
    top: -7px;
    border: 1px solid #ccc;
    background: #fafafa;
    box-shadow: inset 0 0 1px #eaeaea, inset 0 1px 7px #d0d0d0, 0 3px 6px -3px #909090;
    z-index: 9001 !important;
}

.row-slider .noUi-horizontal .noUi-static .noUi-handle {
    top: 0px;
    width: 2px;
    left: -1px;
    border-radius: inherit;
    background-color: #b0b0b0;
    border-color: #8a8a8a;
    box-shadow: inset 0 0 1px #b0b0b0, inset 0 1px 7px #aaa, 0 3px 6px -3px #8a8a8a;
    height: 28px;
    border: none;
}

.row-slider .noUi-horizontal .noUi-static.noUi-invisible .noUi-handle {
    width: 0;
}

.row-slider .noUi-horizontal .noUi-tooltip {
    color: #000;
    border: none;
    background: none;
}

.row-slider .noUi-horizontal .noUi-static .noUi-tooltip {
    bottom: -100% !important;
}

.row-slider .noUi-horizontal .noUi-static.noUi-edge .noUi-handle {
    background-color: #5ca7c9;
    border-color: #1F988F;
    box-shadow: inset 0 0 1px #1F988F, inset 0 1px 7px #199289, 0 3px 6px -3px #998279;
}

.form-control-summernote-air {
    min-height: 150px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    padding: 6px 12px;
    color: black;
}

.has-feedback.has-error .form-control-summernote-air {
    border-color: #a94442;
}

.has-feedback.has-success .form-control-summernote-air {
    border-color: #3c763d;
}

.panel-comments .comment {
    border-bottom: 1px solid #ccc;
    padding: 6px;
    word-break: break-all;
}

    .panel-comments .comment:nth-child(even) {
        background-color: #eaeaea;
    }

    .panel-comments .comment.comment-edit {
        position: relative;
        padding-bottom: 20px;
    }

        .panel-comments .comment.comment-edit .btn-post-comment {
            position: absolute;
            bottom: 6px;
            right: 6px;
        }

/* notifications */
.container-notifications > * {
    z-index: 1020;
}

.container-notifications > div {
    position: fixed;
    overflow: hidden;
    padding: 0 8px;
}

.container-notifications .container-top {
    top: 0;
    margin-top: 4%;
}

.container-notifications .container-bottom {
    bottom: 0;
    margin-bottom: 4%;
}

.container-notifications .container-center {
    left: 25%;
    width: 50%;
}

.container-notifications .container-right {
    right: 0;
    margin-right: 4%;
    width: 26%;
}

.container-notifications .alert {
    box-shadow: #999 1px 1px 2px 1px;
    padding: 12px 8px;
    padding-right: 35px;
}

    .container-notifications .alert.alert-sm {
        margin: 0 auto 20px auto;
        width: 50%;
    }

.container-notifications button.close {
    color: #000 !important;
    font-size: 26px;
    opacity: 0.4;
}

    .container-notifications button.close:hover {
        opacity: 0.8;
    }
/**/

/*table alert*/
.alert.alert-table table td {
    border: none;
    padding: 5px;
}

.alert.alert-table table tr:nth-child(2n+1) td {
    background-color: #dff6ff;
}
/**/

/*notification buttons*/
.alert > .alert-button-row {
    padding-top: 7px;
}

.margin-right-12 {
    margin-right: 12px;
}
/**/

.cursor-pointer {
    cursor: pointer;
}

.field-history-container {
    height: 300px;
    overflow-y: scroll;
}

.info-header {
    padding: 10px 0;
}

    .info-header table {
        margin: 0;
    }

    .info-header td, body.ob-app .info-header th {
        padding: 0 10px;
    }

    .info-header-subtext {
        color: black;
        font-size: 15px;
        font-weight: bold;
    }

hr.acv-hr {
    height: 2px;
    background-color: #146287;
    color: #146287;
    border: none;
}

hr.acv-hr1 {
    height: 1px;
    background-color: #C0C0C0;
    color: #C0C0C0;
    border: none;
}

.acv-stat-table {
    background-color: #8bacc9;
}

    .acv-stat-table > tbody > tr > td {
        border-top: none;
    }

/* info footer */
hr.footinfo-break {
    margin-top: 300px;
    margin-bottom: 120px;
}

.footinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px;
    font-size: 0.75em;
    border-top: 1px solid #a9bDc6;
    max-height: 120px
}

    .footinfo > div {
        display: inline-block;
        padding: 2px 8px;
        margin: 2px;
        border: 1px solid #cbe1ea;
        border-radius: 4px;
        vertical-align: middle;
    }
/* */

.form-control.form-control-thin {
    padding: 2px 4px;
}

/* input components */
.has-feedback .form-control, .feedback-padding .form-control {
    padding-right: 30px;
}
/* icons around input */
.not-ie .has-feedback.col-has-feedback select + .form-control-feedback {
    right: 30px;
}

.has-feedback.col-has-feedback .form-control-feedback {
    right: 18px;
}

.form-control-prefix {
    position: absolute;
    z-index: 2;
    display: block;
    width: 28px;
    text-align: center;
    pointer-events: none;
    line-height: 34px;
}

.has-feedback .form-control-feedback {
    height: auto;
    width: 28px;
}

.form-group.form-group-no-label .form-control-prefix {
    top: 7px;
}

.form-control.form-control-has-prefix {
    padding-left: 20px;
}

.has-feedback.is-readonly .control-label {
    color: black;
}

.has-feedback.is-readonly .form-control {
    border-color: #ccc;
}

.has-feedback.is-readonly .form-control-feedback {
    display: none;
}

.radio-group .radio-group-title {
    margin-right: 8px;
}

.form-control.date {
    width: 170px;
}

.form-group .input-wrapper {
    position: relative;
}

    .form-group .input-wrapper .form-control-feedback {
        right: 3px;
        top: 1px;
        bottom: 1px;
    }

    .form-group .input-wrapper .form-control-prefix {
        left: 4px;
        top: 1px;
        bottom: 1px;
    }

.table td .form-group.col-input {
    margin-bottom: 0;
}

.col-storenum input {
    max-width: 120px;
}

.col-phone .input-wrapper {
    max-width: 170px;
}

.col-date .input-wrapper {
    max-width: 170px;
}

.col-date-lrg .input-wrapper {
    max-width: none;
}

.col-currency .input-wrapper,
.col-input-xs .input-wrapper {
    max-width: 160px;
}

.col-input-sm .input-wrapper {
    max-width: 170px;
}

.col-decimal-currency .input-wrapper {
    max-width: 145px;
}

.col-negative-currency .input-wrapper {
    max-width: 160px;
}

.form-group.inline {
    position: relative;
    height: 51px; /* 36 (input height) + 15 (form group margin) */
}

.inline .input-wrapper {
    position: absolute;
    right: 0;
}

.col-currency.inline .input-wrapper {
    max-width: 130px;
}

.col-currency.inline input {
    padding-left: 20px;
}
/* */

/* ssn component */
.col-ssn .input-wrapper {
    display: inline-block;
}

.col-ssn .form-control {
    padding-right: 5px;
}

.col-ssn .part1 {
    max-width: 45px;
}

.col-ssn .part2 {
    max-width: 36px;
}

.col-ssn .part3 {
    max-width: 85px;
}

.ie .col-ssn .part1 {
    max-width: 55px;
}

.ie .col-ssn .part2 {
    max-width: 46px;
}

/* */

/* animate controls that have feedback applied to them */
.has-feedback.has-error .form-control, .has-feedback.has-error .form-control-feedback, .has-feedback.has-error .form-control-prefix {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0) rotate(2deg);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0) rotate(-2deg);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

/* kpi cards */
.kpi-card {
    display: inline-block;
    margin: 15px 5px;
    width: 250px;
    position: relative;
}

    .kpi-card .kpi-card-content {
        background-color: #fafafa;
        border: 6px solid #444;
        margin-bottom: 6px;
        border-radius: 4px;
    }

    .kpi-card h1 {
        text-align: center;
        background: #f3f3f3;
        margin: 0;
        padding: 2px;
        font-size: 18px;
        font-weight: bold;
        color: #0a528f;
        border-bottom: 1px solid #ccc;
        overflow-x: hidden;
    }

    .kpi-card .user-pct {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        padding: 2px;
        background-color: #fff;
        margin: 0;
    }

        .kpi-card .user-pct span {
            padding: 0 4px;
        }

    .kpi-card .other-pcts {
        height: 28px;
        background-color: #f3f3f3;
        border-top: 1px solid #ccc;
        padding: 4px 6px;
        font-size: 16px;
        line-height: 18px;
        vertical-align: middle;
        text-align: center;
    }

        .kpi-card .other-pcts .tier-pct {
            padding: 1px 2px;
            display: inline-block;
            background-color: #e0e0e0;
        }

    .kpi-card .prior-pct {
        height: 38px;
        border-radius: 4px;
        border: 6px solid rgb(211,211,211);
        background-color: #fafafa;
    }


/* some specific, contextual styling for kpis*/
.kpi-overall-grade.row-grade-overall.row-grade:hover > div {
    background-color: #8ea2de;
    border-bottom-color: #333;
}

.kpi-overall-grade.row-grade > div {
    height: auto;
}

.kpi-overall-grade.row-grade-overall.row-grade:hover > div:nth-child(odd) {
    background-color: #81abd1;
}

.kpi-overall-grade.row-grade-overall.row-grade:hover > div:nth-child(even) {
    background-color: #b3cde3;
}

.kpi-overall-grade {
    margin-top: -20px;
}

    .kpi-overall-grade .kpi-cardset[kpi-container=kickbacks] {
        text-align: right;
    }

.kpi-cardset {
    text-align: center;
}

    .kpi-cardset[kpi-container=acv-bottom] {
        text-align: right;
    }

.kpi-report .kpi-period-selection .kpi-periods > div {
    display: inline-block;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
}

.kpi-report .kpi-employee {
    margin-top: 27px;
}

.kpi-report .kpi-period-selection .kpi-periods > div.selected {
    background-color: #aaffaa;
    font-weight: bold;
}

.kpi-report .groups {
    display: flex;
}

    .kpi-report .groups h2 {
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
    }

.kpi-report .kpi-group {
    background-color: #fafafa;
    margin: 6px;
}

.kpi-report .horizontal-groups .kpi-cardset {
    text-align: right;
}

.kpi-report .vertical-groups .kpi-group {
    display: inline-block;
    vertical-align: top;
}

.kpi-report .vertical-groups .kpi-card {
    display: block;
}

.kpi-report .kpi-group[kpi-group='performance'] {
    background-color: #ddd;
}

    .kpi-report .kpi-group[kpi-group='performance'] h1,
    .kpi-report .kpi-group[kpi-group='performance'] p,
    .kpi-report .kpi-group[kpi-group='performance'] span
    .kpi-report .kpi-group[kpi-group='performance'] strong {
        font-size: 140%;
    }

    .kpi-report .kpi-group[kpi-group='performance'] h2 {
        font-size: 110%;
    }

/* checkbox / toggle button */


#preApplication .search-result {
    margin-bottom: 15px;
    background: #eee;
    padding: 8px;
    border: 1px solid #dadada;
    max-width: 300px;
}

    #preApplication .search-result hr {
        margin: 4px;
    }

/* div disabled */
.divDisabled {
    pointer-events: none;
    opacity: 0.5;
    background: #CCC;
}

.bold-white-text {
    color: #FFF;
    font-weight: bold;
}

.config-table-hdr {
    width: 40%;
}

/* desk damage column */
.desk-grade-text {
    text-transform: capitalize;
}