.sppe /* here you can put your own css to customize and override the theme */
:root {
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar; /* gives IE the overlay style*/
}

.dialogPeripherals > .modal-dialog {
    width: 57% !important;
    z-index: 10000;
}

.panel-default {
    border: 1px solid #003C85;
}

    .panel-default > .panel-heading {
        font-weight: bold;
        background: #003C85;
        font-size: 1.3em;
        color: #fff;
        padding: 8px;
    }

.panel-primary {
    border: 1px solid #003C85;
}

    .panel-primary > .panel-heading {
        font-weight: bold;
        background: #9babc2;
        font-size: 1em;
        color: #003C85;
        border-bottom: 1px solid #003C85;
        padding: 8px;
    }

.panel-main {
    border: 1px solid #003C85;
}

    .panel-main > .panel-heading {
        font-weight: bold;
        background: #003C85;
        font-size: 1em;
        color: #fff;
        border-bottom: 1px solid #003C85;
        padding: 8px;
    }

table {
    text-transform: none;
}

.modal-header.error {
    background-color: #E32728 !important;
    color: #fff !important;
    box-sizing: border-box;
    -moz-border-radius-topleft: 6px !important;
    -moz-border-radius-topright: 6px !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.modal-header a.close-error {
    background-color: #E32728 !important;
    color: #fff !important;
    opacity: 1
}

.form-control:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

.form-control:hover {
    border-color: #66afe9 !important;
    outline: 0 !important;
}

.text-bolder {
    font-weight: bolder;
}

.text-bold {
    font-weight: bold;
}

#searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.form-group.required-field .control-label:before {
    content: "*";
    color: #E32728;
    font-weight: bold;
    position: absolute;
    margin-left: -15px;
    top: 8px;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 10px;
    content: "\f069";
}

.tab-pane {
    border: 1px solid #428BCA;
    padding: 10px;
}

.no-border {
    border: none !important
}

.rounded {
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.rounded-top-none {
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-topright: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.rounded-4 {
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.rounded-4-top-only,
.rounded-4-top {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.rounded-4-left {
    -moz-border-radius-topleft: 4px !important;
    border-top-left-radius: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.rounded-top-only,
.rounded-top {
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.rounded-top-left {
    -moz-border-radius-topleft: 4px !important;
    border-top-left-radius: 4px !important;
}
.rounded-bottom-left {
    -moz-border-radius-bottomleft: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.rounded-bottom-right {
    -moz-border-radius-bottomright: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.rounded-top-right {
    -moz-border-radius-topright: 4px !important;
    border-top-right-radius: 4px !important;
}

.rounded-top-right {
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}

.rounded-bottom {
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.rounded-left {
    -moz-border-radius-topleft: 4px !important;
    border-top-left-radius: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.modal-body-site-picker {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.large-modal-site-picker {
    width: 50% !important;
    height: 70% !important;
}

.nav-pills {
    margin-bottom: 5px !important;
}

    .nav-pills > li > a.active,
    .nav-pills > li > a:focus {
        text-decoration: none;
        color: #fff;
        background-color: #003C85;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a.active {
        color: #fff !important;
        background-color: #003C85 !important;
    }

.red-bold {
    color: #E32728;
    font-weight: bold;
}

.red-notes {
    color: #E32728 !important;
    font-size: 7pt !important;
}

.form-horizontal .control-label-left {
    text-align: left !important;
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .control-label.text-left {
    text-align: left;
}

.modal-body-spotcheck {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.large-modal-spotcheck {
    width: 95% !important;
    height: 70% !important;
}

.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 1em;
    display: none;
}

    .go-top:hover {
        background-color: rgba(0, 0, 0, 0.6);
    }

.header-smaller {
    background: #c0c0c0;
    color: black !important;
    font-size: 8pt !important;
    vertical-align: middle !important;
}

.body-smaller {
    font-size: 8pt !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-right-15 {
    margin-right: 15px !important;
}
.margin-right-5 {
    margin-right: 5px !important;
}

.selected-row-item {
    color: #fff !important;
    background-color: #E32728 !important;
}

.selected-row-child {
    color: #fff !important;
    background-color: #B35F5F !important;
}

.link-separator {
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}

.cell-white {
    color: #fff !important;
}

.cell-black {
    color: #000 !important;
}

.relative {
    position: relative !important;
}

.no-show {
    display: none;
}

.sppe-blue {
    background-color: #003C85 !important;
}

.sppe-blue-border {
    border-color: #003C85 !important;
}

.sppe-blue-text {
    color: #003C85 !important;
}

.sppe-red {
    background-color: #E32728 !important;
    color: #fff !important;
}

.sppe-red-text {
    color: #E32728 !important;
}

.position-relative {
    position: relative !important;
}

.pad-5 {
    padding: 5px !important;
}

.pad-10 {
    padding: 10px !important;
}

.pad-15-left {
    padding-left: 15px !important;
}

.pad-15 {
    padding: 15px !important;
}

.position-absolute {
    position: absolute;
}

.icon-13 {
    font-size: 13px !important;
}

.btn-title {
    color: #003C85;
    background-color: #EEEEEE;
    border: 1px solid #003C85 !important;
    font-weight: bold;
    padding-top: 5px !important;
    padding-bottom: 3px !important;
}

    .btn-title:hover,
    .btn-title:focus,
    .btn-title:active,
    .btn-title.active,
    .open .dropdown-toggle.btn-title {
        color: #003C85;
        background-color: #c0c0c0;
        border: 1px solid #003C85 !important;
    }

    .btn-title:active,
    .btn-title.active,
    .open .dropdown-toggle.btn-title {
        background-image: none;
    }

    .btn-title.disabled,
    .btn-title[disabled] {
        background-color: #c0c0c0 !important;
        border: 1px solid #003C85 !important;
        cursor: not-allowed !important;
    }

    .btn-title .badge {
        color: #EEEEEE;
        background-color: #003C85;
    }

.btn-main-grouped {
    color: #ffffff;
    background-color: #003C85;
    border: 1px solid #c0c0c0 !important;
}

    .btn-main-grouped:hover,
    .btn-main-grouped:focus,
    .btn-main-grouped:active,
    .btn-main-grouped.active,
    .open .dropdown-toggle.btn-main-grouped {
        color: #ffffff;
        background-color: #253E5C;
        border: 1px solid #c0c0c0 !important;
    }

    .btn-main-grouped:active,
    .btn-main-grouped.active,
    .open .dropdown-toggle.btn-main-grouped {
        background-image: none;
    }

    .btn-main-grouped.disabled,
    .btn-main-grouped[disabled],
    fieldset[disabled] .btn-main-grouped,
    .btn-main-grouped.disabled:hover,
    .btn-main-grouped[disabled]:hover,
    fieldset[disabled] .btn-main-grouped:hover,
    .btn-main-grouped.disabled:focus,
    .btn-main-grouped[disabled]:focus,
    fieldset[disabled] .btn-main-grouped:focus,
    .btn-main-grouped.disabled:active,
    .btn-main-grouped[disabled]:active,
    fieldset[disabled] .btn-main-grouped:active,
    .btn-main-grouped.disabled.active,
    .btn-main-grouped[disabled].active,
    fieldset[disabled] .btn-main-grouped.active {
        background-color: #003C85;
        border: 1px solid #c0c0c0 !important;
    }

    .btn-main-grouped .badge {
        color: #003C85;
        background-color: #ffffff;
    }

.btn-main {
    color: #FFFFFF;
    background-color: #003C85;
    border: 1px solid #c0c0c0 !important;
}

    .btn-main:hover,
    .btn-main:focus,
    .btn-main:active,
    .btn-main.active,
    .open .dropdown-toggle.btn-main {
        color: #FFFFFF;
        background-color: #253E5C;
        border: 1px solid #c0c0c0 !important;
    }

    .btn-main:active,
    .btn-main.active,
    .open .dropdown-toggle.btn-main {
        background-image: none;
    }

    .btn-main.disabled,
    .btn-main[disabled],
    fieldset[disabled] .btn-main,
    .btn-main.disabled:hover,
    .btn-main[disabled]:hover,
    fieldset[disabled] .btn-main:hover,
    .btn-main.disabled:focus,
    .btn-main[disabled]:focus,
    fieldset[disabled] .btn-main:focus,
    .btn-main.disabled:active,
    .btn-main[disabled]:active,
    fieldset[disabled] .btn-main:active,
    .btn-main.disabled.active,
    .btn-main[disabled].active,
    fieldset[disabled] .btn-main.active {
        background-color: #003C85;
        border: 1px solid #c0c0c0 !important;
    }

    .btn-main .badge {
        color: #003C85;
        background-color: #FFFFFF;
    }

.btn-red {
    color: #ffffff;
    background-color: #E32728;
    border: 1px solid #c0c0c0 !important;
}

    .btn-red:hover,
    .btn-red:focus,
    .btn-red:active,
    .btn-red.active,
    .open .dropdown-toggle.btn-red {
        color: #ffffff;
        background-color: #b22222;
        border: 1px solid #c0c0c0 !important;
    }

    .btn-red:active,
    .btn-red.active,
    .open .dropdown-toggle.btn-red {
        background-image: none;
    }

    .btn-red.disabled,
    .btn-red[disabled],
    fieldset[disabled] .btn-red,
    .btn-red.disabled:hover,
    .btn-red[disabled]:hover,
    fieldset[disabled] .btn-red:hover,
    .btn-red.disabled:focus,
    .btn-red[disabled]:focus,
    fieldset[disabled] .btn-red:focus,
    .btn-red.disabled:active,
    .btn-red[disabled]:active,
    fieldset[disabled] .btn-red:active,
    .btn-red.disabled.active,
    .btn-red[disabled].active,
    fieldset[disabled] .btn-red.active {
        background-color: #E32728;
        border: 1px solid #c0c0c0 !important;
    }

    .btn-red .badge {
        color: #E32728;
        border: 1px solid #c0c0c0 !important;
    }

.tableview {
    font-size: 0.875em;
    display: inline-block;
    position: relative;
    padding-top: 3.4285714em;
    border: 1px solid #e9e9e9;
    color: #364c5d;
    width: 100%;
}

    .tableview:before,
    .tableview-has-footer:after {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        right: 0;
    }

    .tableview:before {
        top: 0;
    }

.tableview-has-footer:after {
    bottom: 0;
}

.tableview > .tableview-holder {
    display: block;
    position: static;
    overflow-x: hidden;
    overflow-y: auto;
}

    .tableview > .tableview-holder > table {
        width: 100%;
        position: static;
        border-spacing: 0;
        border-collapse: collapse;
    }

        .tableview > .tableview-holder > table > thead > tr > [caption],
        .tableview > .tableview-holder > table > thead > tr > [caption]:after {
            white-space: nowrap;
            position: static;
            height: 0;
            line-height: 0;
            padding-top: 0;
            padding-bottom: 0;
        }

            .tableview > .tableview-holder > table > thead > tr > [caption]:after {
                content: attr(caption);
                color: transparent;
                display: inline-block;
            }

            .tableview > .tableview-holder > table > thead > tr > [caption]:before {
                content: attr(caption);
                position: absolute;
            }

.tableview-has-footer:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
}

.tableview-has-footer > .tableview-holder > table > tfoot > tr > * > .fixed {
    position: absolute;
    bottom: 0;
    z-index: 10000;
}

.tableview:before {
    height: 40px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tableview > .tableview-holder {
    max-height: 400px;
}

    .tableview > .tableview-holder > table > thead > tr > [caption]:before {
        line-height: 3.4285714em;
        margin-top: -3.4285714em;
    }

.tableview-has-footer {
    padding-bottom: 15px;
}

    .tableview-has-footer:after {
        height: 20px !important;
    }

    .tableview-has-footer > .tableview-holder > table > tfoot > tr > * > .fixed {
        height: 20px;
    }

.tableview:before {
    color: #fff;
    background-color: #003C85;
    border-bottom: 1px solid #003C85;
}

.tableview-holder > table > * > tr > * {
    padding: 0 0.35715em;
}

    .tableview-holder > table > * > tr > *:first-child {
        padding-left: 2.142857em;
    }

    .tableview-holder > table > * > tr > *:last-child {
        padding-right: 2.142857em;
    }

.tableview-holder > table > thead > tr > [caption] {
    font-weight: bold;
}

.tableview-holder > table > tbody:hover > tr > * {
    opacity: .6;
    -webkit-filter: blur(1px);
}

.tableview-holder > table > tbody:hover > tr:hover > * {
    opacity: 1;
    -webkit-filter: blur(0px);
}

.tableview-holder > table > tbody > tr:not(:first-child) {
    border-top: 1px solid #e9e9e9;
}

.tableview-holder > table > tbody > tr:hover {
    background: #f5f5f5;
    transition: background .2s;
}

.tableview-holder > table > tbody > tr > * {
    padding-top: 0.71428em;
    padding-bottom: 0.71428em;
    transition: opacity .2s;
}

.tableview-has-footer:after {
    background: #003c85;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 20px !important;
    padding-right: 10px;
}

.tableview-has-footer tfoot {
    font-weight: bold;
    color: #fff;
    height: 20px !important;
}

.portlet > .portlet-body.blue,
.portlet.blue {
    background-color: #003C85;
}

.portlet.solid.blue > .portlet-title,
.portlet.solid.blue > .portlet-body {
    border: 0;
    color: white;
}

    .portlet.solid.blue > .portlet-title > .caption > i {
        color: white;
    }

    .portlet.solid.blue > .portlet-title > .tools > a.remove {
        background-image: url(../img/portlet-remove-icon-white.png);
    }

    .portlet.solid.blue > .portlet-title > .tools > a.config {
        background-image: url(../img/portlet-config-icon-white.png);
    }

    .portlet.solid.blue > .portlet-title > .tools > a.reload {
        background-image: url(../img/portlet-reload-icon-white.png);
    }

    .portlet.solid.blue > .portlet-title > .tools > a.expand {
        background-image: url(../img/portlet-expand-icon-white.png);
    }

    .portlet.solid.blue > .portlet-title > .tools > a.collapse {
        background-image: url(../img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.blue > .portlet-title > .tools > a.add {
        background-image: url(../img/portlet-add-icon-white.png);
    }

    .portlet.solid.blue > .portlet-title > .tools > a.fullscreen {
        color: #fdfdfd;
    }

.portlet.box.blue {
    border: 1px solid #003C85;
    border-top: 0;
}

    .portlet.box.blue > .portlet-title {
        background-color: #003C85;
    }

        .portlet.box.blue > .portlet-title > .caption {
            color: white;
        }

            .portlet.box.blue > .portlet-title > .caption > i {
                color: white;
            }

        .portlet.box.blue > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #b7d1fc;
            color: #d0e1fd;
        }

            .portlet.box.blue > .portlet-title > .actions .btn-default > i {
                color: #deeafe;
            }

            .portlet.box.blue > .portlet-title > .actions .btn-default:hover, .portlet.box.blue > .portlet-title > .actions .btn-default:focus, .portlet.box.blue > .portlet-title > .actions .btn-default:active, .portlet.box.blue > .portlet-title > .actions .btn-default.active {
                border: 1px solid #e8f0fe;
                color: white;
            }

.white-space-pre-line {
    white-space: pre-line;
}

button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}
.portlet-body {
    border-left: 1px solid #003c85;
}
