﻿/* ========================================================
*
* MVP Ready - Lightweight & Responsive Admin Template
*
* =========================================================
*
* File: mvpready-admin.css, mvpready-admin-*.css
* Theme Version: 3.0.0
* Bootstrap Version: 3.3.6
* Author: Jumpstart Themes
* Website: http://jumpstartthemes.com
*
* ====================================================== */
body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', 'Trebuchet MS', arial, sans-serif;
    font-size: 13px;
}


p {
    line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: .75em;
    color: #3a5266;
    /*font-family: 'Oswald', 'Trebuchet MS', 'Open Sans', arial, sans-serif;*/
}

label {
    font-weight: 600;
}

.semibold {
    font-weight: 600;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

.input-group-addon {
    font-size: 13px;
}

.text-primary {
    color: #d74b4b;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #c42b2b;
}

.text-secondary {
    color: #6685a4;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #516c87;
}

.text-tertiary {
    color: #afafaf;
}

a.text-tertiary:hover,
a.text-tertiary:focus {
    color: #969696;
}

.text-success {
    color: #5cb85c;
}

a.text-success:hover,
a.text-success:focus {
    color: #449d44;
}

.text-warning {
    color: #f0ad4e;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ec971f;
}

.text-danger {
    color: #d9534f;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #c9302c;
}

.text-info {
    color: #5bc0de;
}

a.text-info:hover,
a.text-info:focus {
    color: #31b0d5;
}

.text-sm {
    font-size: 11px;
}

.text-md {
    font-size: 13px;
}

.text-lg {
    font-size: 18px;
}

.text-xl {
    font-size: 24px;
}

.text-semi-bold,
.text-semibold {
    font-weight: 600;
}

.text-bold {
    font-weight: 800;
}

.bg-primary {
    color: #fff;
    background: #d74b4b;
}

.bg-secondary {
    color: #fff;
    background: #6685a4;
}

.bg-tertiary {
    color: #fff;
    background: #bcbcbc;
}

.bg-success {
    color: #fff;
    background: #5cb85c;
}

.bg-warning {
    color: #fff;
    background: #f0ad4e;
}

.bg-danger {
    color: #fff;
    background: #d9534f;
}

.bg-info {
    color: #fff;
    background: #5bc0de;
}

.bg-default {
    color: #354b5e;
    background: #fff;
    border: 1px solid #ddd;
}

.btn-primary,
.btn-secondary,
.btn-tertiary,
.btn-facebook,
.btn-twitter {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

    .btn-primary:active,
    .btn-secondary:active,
    .btn-tertiary:active,
    .btn-facebook:active,
    .btn-twitter:active,
    .btn-primary.active,
    .btn-secondary.active,
    .btn-tertiary.active,
    .btn-facebook.active,
    .btn-twitter.active {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

.btn-primary {
    display: block;
    padding: 8px 33px;
    color: black;
    font-size: 13px;
    line-height: 1.15;
    text-decoration: none;
    background-color: #ebebeb;
    border: 1px solid transparent;
    text-align: left;
    border-radius: 0px;
    color: gray;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: black;
        background-color: lightgray;
        border-color: lightgray;
        box-shadow: none;
    }

    .btn-primary:hover {
        color: #ffffff;
        border-color: lightgray;
        text-decoration: none;
        color: black;
        background: lightgray;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #c42b2b;
        border-color: #9a2222;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #ffffff;
            background-color: #f0680b;
            border-color: #f0680b;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #d74b4b;
        border-color: #cc2d2d;
    }

    .btn-primary .badge {
        color: #d74b4b;
        background-color: #ffffff;
    }

.card {
    border: none;
    border-radius: 0px;
}

.card-body > a {
    padding: 5px 16px;
    font-size: 13px;
    outline: none;
    color: black;
    text-decoration: none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pinnedItem {
    padding: 5px 32px;
    font-size: 13px;
    outline: none;
    color: black;
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-weight: 600;
    width: 260px;
    cursor: pointer;
}

    .pinnedItem:hover {
        background: lightgray;
        color: black;
    }

.card-body > a:hover,
.card-body > a:focus {
    background-color: #ededed;
}

.btn-secondary {
    color: #ffffff;
    background-color: #6685a4;
    border-color: #54718d;
}

    .btn-secondary:focus,
    .btn-secondary.focus {
        color: #ffffff;
        background-color: #516c87;
        border-color: #25313e;
    }

    .btn-secondary:hover {
        color: #ffffff;
        background-color: #516c87;
        border-color: #3d5267;
    }

    .btn-secondary:active,
    .btn-secondary.active,
    .open > .dropdown-toggle.btn-secondary {
        color: #ffffff;
        background-color: #516c87;
        border-color: #3d5267;
    }

        .btn-secondary:active:hover,
        .btn-secondary.active:hover,
        .open > .dropdown-toggle.btn-secondary:hover,
        .btn-secondary:active:focus,
        .btn-secondary.active:focus,
        .open > .dropdown-toggle.btn-secondary:focus,
        .btn-secondary:active.focus,
        .btn-secondary.active.focus,
        .open > .dropdown-toggle.btn-secondary.focus {
            color: #ffffff;
            background-color: #435a71;
            border-color: #25313e;
        }

    .btn-secondary:active,
    .btn-secondary.active,
    .open > .dropdown-toggle.btn-secondary {
        background-image: none;
    }

    .btn-secondary.disabled:hover,
    .btn-secondary[disabled]:hover,
    fieldset[disabled] .btn-secondary:hover,
    .btn-secondary.disabled:focus,
    .btn-secondary[disabled]:focus,
    fieldset[disabled] .btn-secondary:focus,
    .btn-secondary.disabled.focus,
    .btn-secondary[disabled].focus,
    fieldset[disabled] .btn-secondary.focus {
        background-color: #6685a4;
        border-color: #54718d;
    }

    .btn-secondary .badge {
        color: #6685a4;
        background-color: #ffffff;
    }

.btn-tertiary {
    color: #ffffff;
    background-color: #bcbcbc;
    border-color: #a8a8a8;
}

    .btn-tertiary:focus,
    .btn-tertiary.focus {
        color: #ffffff;
        background-color: #a3a3a3;
        border-color: #686868;
    }

    .btn-tertiary:hover {
        color: #ffffff;
        background-color: #a3a3a3;
        border-color: #898989;
    }

    .btn-tertiary:active,
    .btn-tertiary.active,
    .open > .dropdown-toggle.btn-tertiary {
        color: #ffffff;
        background-color: #a3a3a3;
        border-color: #898989;
    }

        .btn-tertiary:active:hover,
        .btn-tertiary.active:hover,
        .open > .dropdown-toggle.btn-tertiary:hover,
        .btn-tertiary:active:focus,
        .btn-tertiary.active:focus,
        .open > .dropdown-toggle.btn-tertiary:focus,
        .btn-tertiary:active.focus,
        .btn-tertiary.active.focus,
        .open > .dropdown-toggle.btn-tertiary.focus {
            color: #ffffff;
            background-color: #919191;
            border-color: #686868;
        }

    .btn-tertiary:active,
    .btn-tertiary.active,
    .open > .dropdown-toggle.btn-tertiary {
        background-image: none;
    }

    .btn-tertiary.disabled:hover,
    .btn-tertiary[disabled]:hover,
    fieldset[disabled] .btn-tertiary:hover,
    .btn-tertiary.disabled:focus,
    .btn-tertiary[disabled]:focus,
    fieldset[disabled] .btn-tertiary:focus,
    .btn-tertiary.disabled.focus,
    .btn-tertiary[disabled].focus,
    fieldset[disabled] .btn-tertiary.focus {
        background-color: #bcbcbc;
        border-color: #a8a8a8;
    }

    .btn-tertiary .badge {
        color: #bcbcbc;
        background-color: #ffffff;
    }

.btn-inverse {
    color: #ffffff;
    background-color: #354b5e;
    border-color: #263644;
}

    .btn-inverse:focus,
    .btn-inverse.focus {
        color: #ffffff;
        background-color: #23313d;
        border-color: #000000;
    }

    .btn-inverse:hover {
        color: #ffffff;
        background-color: #23313d;
        border-color: #10171d;
    }

    .btn-inverse:active,
    .btn-inverse.active,
    .open > .dropdown-toggle.btn-inverse {
        color: #ffffff;
        background-color: #23313d;
        border-color: #10171d;
    }

        .btn-inverse:active:hover,
        .btn-inverse.active:hover,
        .open > .dropdown-toggle.btn-inverse:hover,
        .btn-inverse:active:focus,
        .btn-inverse.active:focus,
        .open > .dropdown-toggle.btn-inverse:focus,
        .btn-inverse:active.focus,
        .btn-inverse.active.focus,
        .open > .dropdown-toggle.btn-inverse.focus {
            color: #ffffff;
            background-color: #161f27;
            border-color: #000000;
        }

    .btn-inverse:active,
    .btn-inverse.active,
    .open > .dropdown-toggle.btn-inverse {
        background-image: none;
    }

    .btn-inverse.disabled:hover,
    .btn-inverse[disabled]:hover,
    fieldset[disabled] .btn-inverse:hover,
    .btn-inverse.disabled:focus,
    .btn-inverse[disabled]:focus,
    fieldset[disabled] .btn-inverse:focus,
    .btn-inverse.disabled.focus,
    .btn-inverse[disabled].focus,
    fieldset[disabled] .btn-inverse.focus {
        background-color: #354b5e;
        border-color: #263644;
    }

    .btn-inverse .badge {
        color: #354b5e;
        background-color: #ffffff;
    }

.btn-transparent {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    border-width: 2px;
}

    .btn-transparent:focus,
    .btn-transparent.focus {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0);
        border-color: #bfbfbf;
    }

    .btn-transparent:hover {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0);
        border-color: #e0e0e0;
    }

    .btn-transparent:active,
    .btn-transparent.active,
    .open > .dropdown-toggle.btn-transparent {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0);
        border-color: #e0e0e0;
    }

        .btn-transparent:active:hover,
        .btn-transparent.active:hover,
        .open > .dropdown-toggle.btn-transparent:hover,
        .btn-transparent:active:focus,
        .btn-transparent.active:focus,
        .open > .dropdown-toggle.btn-transparent:focus,
        .btn-transparent:active.focus,
        .btn-transparent.active.focus,
        .open > .dropdown-toggle.btn-transparent.focus {
            color: #ffffff;
            background-color: rgba(0, 0, 0, 0);
            border-color: #bfbfbf;
        }

    .btn-transparent:active,
    .btn-transparent.active,
    .open > .dropdown-toggle.btn-transparent {
        background-image: none;
    }

    .btn-transparent.disabled:hover,
    .btn-transparent[disabled]:hover,
    fieldset[disabled] .btn-transparent:hover,
    .btn-transparent.disabled:focus,
    .btn-transparent[disabled]:focus,
    fieldset[disabled] .btn-transparent:focus,
    .btn-transparent.disabled.focus,
    .btn-transparent[disabled].focus,
    fieldset[disabled] .btn-transparent.focus {
        background-color: transparent;
        border-color: #ffffff;
    }

    .btn-transparent .badge {
        color: transparent;
        background-color: #ffffff;
    }

    .btn-transparent:hover {
        background: rgba(0, 0, 0, 0.1);
    }

.btn-jumbo {
    padding: 13px 20px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 6px;
}

.badge {
    font-weight: 600;
}

.badge-primary {
    background-color: #d74b4b;
    color: #ffffff;
}

.badge-secondary {
    background-color: #6685a4;
    color: #ffffff;
}

.badge-tertiary {
    background-color: #bcbcbc;
    color: #ffffff;
}

.label {
    font-weight: 600;
}

.label-primary {
    background-color: #d74b4b;
    color: #ffffff;
}

.label-secondary {
    background-color: #6685a4;
    color: #ffffff;
}

.label-tertiary {
    background-color: #bcbcbc;
    color: #ffffff;
}

.progress {
    background-color: #f5f5f5;
}

.progress-bar-primary {
    background-color: #d74b4b;
}

.progress-bar-secondary {
    background-color: #6685a4;
}

.progress-bar-tertiary {
    background-color: #bcbcbc;
}

.progress-sm {
    height: 12px;
}

.progress-lg {
    height: 28px;
}

.popover-title {
    font-size: 15px;
}

.popover-content {
    font-family: 'Open Sans', 'Trebuchet MS', arial, sans-serif;
    font-size: 13px;
}

.alert {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

    .alert strong {
        font-weight: 600;
    }

.alert-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #ffffff;
}

    .alert-success hr {
        border-top-color: #4cae4c;
    }

    .alert-success .alert-link {
        color: #e6e6e6;
    }

.alert-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #ffffff;
}

    .alert-info hr {
        border-top-color: #46b8da;
    }

    .alert-info .alert-link {
        color: #e6e6e6;
    }

.alert-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #ffffff;
}

    .alert-warning hr {
        border-top-color: #eea236;
    }

    .alert-warning .alert-link {
        color: #e6e6e6;
    }

.alert-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #ffffff;
}

    .alert-danger hr {
        border-top-color: #d43f3a;
    }

    .alert-danger .alert-link {
        color: #e6e6e6;
    }

.form-group {
    margin-bottom: 20px;
}

.form-control {
    padding: 6px 12px;
    font-size: 13px;
    box-shadow: none;
    border-radius: 3px;
}

.form-select {
    padding: 6px 12px;
    font-size: 13px;
    box-shadow: none;
    border-radius: 3px;
}

.control-label {
    font-weight: 600;
}

.checkbox,
.radio {
    margin-bottom: 15px;
}

.checkbox-inline,
.radio-inline {
    margin-right: 20px;
    margin-bottom: 20px;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-left: 0;
    }

.checkbox-right,
.radio-right {
    padding-right: 30px;
}

    .checkbox-right label,
    .radio-right label,
    .checkbox-right .checkbox-inline,
    .radio-right .checkbox-inline,
    .checkbox-right .radio-inline,
    .radio-right .radio-inline {
        padding-left: 0;
    }

    .checkbox-right input,
    .radio-right input {
        position: absolute;
        left: auto;
        right: 0;
    }

    .checkbox-right.checkbox-inline,
    .radio-right.checkbox-inline,
    .checkbox-right.radio-inline,
    .radio-right.radio-inline {
        padding-left: 0;
    }

    .checkbox-right .ui-icheck,
    .radio-right .ui-icheck {
        position: absolute;
        top: 7px;
        right: -5px;
        left: auto;
    }

.form-group .ui-slider {
    margin-top: 15px;
}

.form-horizontal .control-label {
    position: relative;
    top: 1px;
    text-align: right;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    z-index: 4;
    margin-right: -2px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.has-feedback-left .form-control {
    padding-left: 34px;
}

.has-feedback-left .form-control-feedback {
    right: auto;
    left: 0;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #ed9d2b;
}

.has-warning .form-control {
    border-color: #eea236;
}

    .has-warning .form-control:focus {
        border-color: #eea236;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ec971f;
    }

.has-warning .form-control-feedback {
    color: #ed9d2b;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #48a648;
}

.has-success .form-control {
    border-color: #48a648;
}

    .has-success .form-control:focus {
        border-color: #449d44;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #449d44;
    }

.has-success .form-control-feedback {
    color: #48a648;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #d74945;
}

.has-error .form-control {
    border-color: #d74945;
}

    .has-error .form-control:focus {
        border-color: #c9302c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c9302c;
    }

.has-error .form-control-feedback {
    color: #d23430;
}

.btn-primary .caret,
.btn-secondary .caret
 {
    border-top-color: #fff;
}

.dropup .btn-primary .caret,
.dropup .btn-secondary .caret
 {
    border-bottom-color: #fff;
}

.dropdown-menu > li {
    margin-right: .5em;
    margin-left: .5em;
}

    .dropdown-menu > li > a {
        padding: 6px 12px;
        font-size: 13px;
        outline: none;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            background-color: #ededed;
        }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #444;
    background-color: #dbdbdb;
}

.dropdown-header {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 11px;
    text-transform: uppercase;
}

.dropdown-icon {
    width: 16px;
    margin-right: 8px;
    color: #444;
    font-size: 15px;
    text-align: center;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        display: none;
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

        .dropdown-submenu:hover > .dropdown-menu:before,
        .dropdown-submenu:hover > .dropdown-menu:after {
            display: none;
        }

.navbar .dropdown-submenu > .dropdown-menu,
.mainnav .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-top: -6px;
    margin-left: 20px;
}

@media (min-width: 768px) {
    .navbar .dropdown-submenu > .dropdown-menu,
    .mainnav .dropdown-submenu > .dropdown-menu {
        display: none;
        margin-left: -1px;
    }

    .navbar .dropdown-submenu:hover > .dropdown-menu,
    .mainnav .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        content: "";
        display: block;
        float: right;
        width: 0;
        height: 0;
        margin-top: 5px;
        margin-right: -10px;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #d74b4b;
    }
}

.table-bordered thead tr th,
.table-bordered tfoot tr th {
    color: #444;
    background-color: #fff;
    border-bottom-width: 1px;
    vertical-align: middle;
}

.pagination > li {
    display: inline-block;
    margin: 0 3px;
}

    .pagination > li:first-child {
        margin-left: 0;
    }

    .pagination > li:last-child {
        margin-right: 0;
    }

    .pagination > li > a,
    .pagination > li > span {
        color: #222222;
        background-color: transparent;
        border-color: #dddddd;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #2a6496;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #ffffff;
    background-color: #d74b4b;
    border-color: #af2727;
    cursor: default;
}

.pager > li > a {
    color: #222;
}

.page-header {
    padding: 0;
    margin-top: 0;
    margin-bottom: 1.5em;
    border-bottom: none;
}

    .page-header .page-title {
        margin-top: 0;
        margin-bottom: 8px;
    }

    .page-header .page-subtitle {
        color: #666;
    }


.tab-content.stacked-content > .tab-pane {
    padding-top: 0;
}

.tab-pane {
    position: relative;
}

.nav-tabs,
.nav-pills {
    margin-bottom: 1.5em;
}

    .nav-tabs .fa-caret-down,
    .nav-pills .fa-caret-down {
        margin-left: 3px;
    }

    .nav-pills.nav-stacked > li {
        margin-right: 0;
        margin-bottom: .5em;
    }

        .nav-pills.nav-stacked > li > a {
            padding: 10px 15px;
        }

    .nav-pills > li {
        margin-right: 6px;
    }

        .nav-pills > li > a {
            padding: 5px 12px;
            color: #444444;
            background-color: #eeeeee;
            border: 1px solid transparent;
        }

            .nav-pills > li > a:hover,
            .nav-pills > li > a:focus {
                color: #444444;
                background-color: #e4e4e4;
                border-color: transparent;
            }

        .nav-pills > li.active > a,
        .nav-pills > li.active > a:hover,
        .nav-pills > li.active > a:focus {
            color: #ffffff;
            background-color: #d74b4b;
            border-color: transparent;
        }

    .nav-tabs > li > a {
        color: #444444;
        background-color: transparent;
    }

        .nav-tabs > li > a:hover,
        .nav-tabs > li > a:focus {
            color: #444444;
            background-color: #eeeeee;
        }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        color: #d74b4b;
        background-color: #ffffff;
        font-weight: 600;
    }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    color: #444444;
    background-color: #eeeeee;
    border-color: #d74b4b;
}

.modal-backdrop {
    background-color: #ffffff;
}

    .modal-backdrop.in {
        opacity: 0.65;
        filter: alpha(opacity=65);
    }

.lt-ie9 .modal-content {
    border-color: #ccc;
}

.modal-header {
    display: block;
}

.modal-styled .modal-header {
    color: #ffffff;
    background-color: #2b3d4c;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

    .modal-styled .modal-header .close {
        color: #7797b2;
        background-color: transparent;
        text-shadow: none;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .modal-styled .modal-header .close:hover {
            color: #ffffff;
            background-color: transparent;
        }

.modal-styled .modal-title {
    color: #fff;
    font-weight: 300;
}

.modal-styled .modal-content {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

.modal-styled .modal-footer {
    color: #555555;
    background-color: #f1f1f1;
    border-top-color: #dddddd;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.thumbnail-view {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: zoom-in;
}

    .thumbnail-view img {
        max-width: 100%;
    }

    .thumbnail-view .thumbnail-view-hover {
        display: block;
        position: absolute;
        right: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        background: #111;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transition: all 0.25s ease-in-out;
    }

        .thumbnail-view .thumbnail-view-hover i,
        .thumbnail-view .thumbnail-view-hover-lg i {
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            width: 48px;
            height: 48px;
            margin-left: -24px;
            margin-top: -24px;
            color: #ddd;
            color: rgba(255, 255, 255, 0.6);
            font-size: 28px;
            line-height: 44px;
            text-align: center;
            background: transparent;
            border: 3px solid #fff;
            border-color: rgba(255, 255, 255, 0.6);
            border-top-right-radius: 100px;
            border-top-left-radius: 100px;
            border-bottom-right-radius: 100px;
            border-bottom-left-radius: 100px;
        }

    .thumbnail-view .thumbnail-view-hover-lg i {
        width: 72px;
        height: 72px;
        margin-left: -36px;
        margin-top: -36px;
        font-size: 48px;
        line-height: 72px;
    }

    .thumbnail-view:hover .thumbnail-view-hover {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }

.thumbnail-footer {
    padding: 7px 10px;
    border-top: 1px dotted #ccc;
}

    .thumbnail-footer:before,
    .thumbnail-footer:after {
        content: " ";
        display: table;
    }

    .thumbnail-footer:after {
        clear: both;
    }

    .thumbnail-footer a {
        color: #999;
        font-size: 12px;
    }

        .thumbnail-footer a:hover {
            text-decoration: none;
            color: #d74b4b;
        }

    .thumbnail-footer .pull-left a {
        padding: 0 12px 0 0;
    }

    .thumbnail-footer .pull-right a {
        padding: 0 0 0 12px;
    }

.thumbnail-table .thumbnail {
    margin-bottom: 0;
}

.accordion-panel .panel {
    border-color: #dddddd;
}

.accordion-panel .panel-heading {
    padding: 0;
}

.accordion-panel .accordion-toggle {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #555555;
    background-color: #ffffff;
    cursor: pointer;
}

    .accordion-panel .accordion-toggle:hover,
    .accordion-panel .accordion-toggle:focus {
        text-decoration: none;
        outline: none !important;
    }

.accordion-panel .panel.is-open {
    border-color: #dddddd;
}

    .accordion-panel .panel.is-open .accordion-toggle {
        color: #ffffff;
        background-color: #354b5e;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

.accordion-simple .panel + .panel {
    margin-top: 0;
}

.accordion-simple .panel-heading {
    padding-right: 0;
    padding-left: 0;
}

.accordion-simple .panel-body {
    padding-left: 25px;
}

.accordion-simple .panel-title {
    position: relative;
    padding-left: 0;
    color: #444444;
    font-family: 'Open Sans', 'Trebuchet MS', arial, sans-serif;
    font-size: 14px;
    line-height: 1.75em;
    letter-spacing: -1px;
}

.accordion-simple .accordion-caret:before {
    content: "\f196";
    top: 1px;
    left: 0;
    margin-right: 8px;
}

.accordion-simple .panel.is-open .accordion-caret:before {
    content: "\f146";
}

.accordion-caret:before {
    content: "\f0da";
    display: inline-block;
    position: relative;
    left: 2px;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    color: #d74b4b;
    font-size: 1.25em;
}

.panel.is-open .panel-title {
    color: #444444;
}

.panel.is-open .accordion-caret:before {
    content: "\f0d7";
    left: 0;
    color: #d74b4b;
}

.list-group .list-group-item .list-group-chevron {
    float: right;
    margin-top: 5px;
    color: #bbb;
}

.list-group .list-group-item .badge {
    margin-top: 2px;
}

.list-group .list-group-item .list-group-chevron + .badge {
    margin-right: 10px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.container {
    position: relative;
}

.content {
    position: relative;
    margin-bottom: 2em;
}

.layout {
    margin-top: -40px;
    margin-left: -15px;
    margin-right: -15px;
}

.layout-main {
    padding-top: 40px;
    padding-bottom: 26px;
}

.layout-sidebar {
    padding-top: 40px;
    padding-bottom: 60px;
}

.layout-main-left .layout-main {
    padding-right: 30px;
    padding-left: 15px;
}

.layout-main-left .layout-sidebar {
    padding-right: 15px;
    padding-left: 30px;
    border-left: 1px solid #ccc;
    box-shadow: inset 8px 0px 15px -10px rgba(0, 0, 0, 0.2);
}

.layout-main-right .layout-main {
    padding-right: 15px;
    padding-left: 30px;
}

.layout-main-right .layout-sidebar {
    padding-right: 30px;
    padding-left: 15px;
    border-right: 1px solid #ccc;
    box-shadow: inset -8px 0 15px -10px rgba(0, 0, 0, 0.2);
}
/* !Nav Layout */
/* ----------------------------------------------- */
.nav-layout-sidebar-skip {
    display: none;
    margin-bottom: 1em;
    font-size: 12px;
    text-align: center;
}

.nav-layout-sidebar {
    position: relative;
    z-index: 101;
    margin: 0 0 2em;
    border-top: 1px solid #e5e5e5;
}

    .nav-layout-sidebar > li {
        padding: 0;
        margin: 0;
    }

        .nav-layout-sidebar > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            color: #666;
            border-bottom: 1px solid #e5e5e5;
            outline: none;
        }

            .nav-layout-sidebar > li > a .fa {
                position: relative;
                top: 1px;
                width: 1em;
                margin-right: 4px;
                font-size: 1.25em;
                text-align: center;
            }

            .nav-layout-sidebar > li > a:hover {
                background-color: #f4f4f4;
            }

    .nav-layout-sidebar > .active > a,
    .nav-layout-sidebar > .active > a:focus,
    .nav-layout-sidebar > .active > a:hover {
        color: #d74b4b;
        font-weight: 600;
        background-color: #fff;
    }

    .nav-layout-sidebar > li + li {
        margin-top: 0;
    }

.layout-main-left .nav-layout-sidebar {
    margin-right: 0;
    margin-left: -31px;
}

    .layout-main-left .nav-layout-sidebar > li {
        margin: 0 0 0 1px;
    }

    .layout-main-left .nav-layout-sidebar > .active {
        margin-left: 0;
    }

.layout-main-right .nav-layout-sidebar {
    margin-left: 0;
    margin-right: -31px;
}

    .layout-main-right .nav-layout-sidebar > li {
        margin: 0 1px 0 0;
    }

    .layout-main-right .nav-layout-sidebar > .active {
        margin-right: 0;
    }
/* !Responsive Layout */
/* ----------------------------------------------- */
@media (max-width: 1200px) {
    .layout-stack-lg {
        margin-top: 0;
    }

        .layout-stack-lg .layout-main,
        .layout-stack-lg .layout-sidebar {
            padding-top: 0;
        }

        .layout-stack-lg .layout-main {
            padding-right: 15px;
            padding-left: 15px;
        }

        .layout-stack-lg .layout-sidebar {
            padding-right: 15px;
            padding-left: 15px;
            border-right: none;
            border-left: none;
            box-shadow: none;
        }

        .layout-stack-lg .nav-layout-sidebar-skip {
            display: block;
        }

        .layout-stack-lg .nav-layout-sidebar {
            margin-right: 0;
            margin-left: 0;
        }
}

@media (max-width: 992px) {
    .layout-stack-md {
        margin-top: 0;
    }

        .layout-stack-md .layout-main,
        .layout-stack-md .layout-sidebar {
            padding-top: 0;
        }

        .layout-stack-md .layout-main {
            padding-right: 15px;
            padding-left: 15px;
        }

        .layout-stack-md .layout-sidebar {
            padding-right: 15px;
            padding-left: 15px;
            border-right: none;
            border-left: none;
            box-shadow: none;
        }

        .layout-stack-md .nav-layout-sidebar-skip {
            display: block;
        }

        .layout-stack-md .nav-layout-sidebar {
            margin-right: 0;
            margin-left: 0;
        }
}

@media (max-width: 768px) {
    .layout-stack-sm {
        margin-top: 0;
    }

        .layout-stack-sm .layout-main,
        .layout-stack-sm .layout-sidebar {
            padding-top: 0;
        }

        .layout-stack-sm .layout-main {
            padding-right: 15px;
            padding-left: 15px;
        }

        .layout-stack-sm .layout-sidebar {
            padding-right: 15px;
            padding-left: 15px;
            border-right: none;
            border-left: none;
            box-shadow: none;
        }

        .layout-stack-sm .nav-layout-sidebar-skip {
            display: block;
        }

        .layout-stack-sm .nav-layout-sidebar {
            margin-right: 0;
            margin-left: 0;
        }
}

@media (max-width: 480px) {
    .layout-stack-xs {
        margin-top: 0;
    }

        .layout-stack-xs .layout-main,
        .layout-stack-xs .layout-sidebar {
            padding-top: 0;
        }

        .layout-stack-xs .layout-main {
            padding-right: 15px;
            padding-left: 15px;
        }

        .layout-stack-xs .layout-sidebar {
            padding-right: 15px;
            padding-left: 15px;
            border-right: none;
            border-left: none;
            box-shadow: none;
        }

        .layout-stack-xs .nav-layout-sidebar-skip {
            display: block;
        }

        .layout-stack-xs .nav-layout-sidebar {
            margin-right: 0;
            margin-left: 0;
        }
}

.mega-menu-header {
    padding: 0;
    margin: 0 10px 10px;
    color: #aaa;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.mega-menu-menu {
    padding: 0 10px;
    margin: 0 0 10px;
    list-style: none;
}

    .mega-menu-menu > li > a {
        display: block;
        padding: 6px 15px;
        color: #555;
        font-size: 13px;
        border-radius: 4px;
    }

        .mega-menu-menu > li > a:hover {
            text-decoration: none;
            background: #f3f3f3;
        }

        .mega-menu-menu > li > a .label {
            position: relative;
            top: 3px;
        }

    .mega-menu-menu li:not(.mega-menu-header) + .mega-menu-header {
        margin-top: 10px;
    }

@media (min-width: 768px) {
    .mega-menu-header {
        margin-right: 0;
        margin-left: 0;
    }

    .mega-menu-menu {
        padding: 0;
    }

        .mega-menu-menu > li {
            padding: 0;
        }

            .mega-menu-menu > li > a {
                padding: 6px;
            }

        .mega-menu-menu li:not(.mega-menu-header) + .mega-menu-header {
            margin-top: 20px;
        }

    .mega-menu-4 .mega-menu-col,
    .mega-menu-3 .mega-menu-col,
    .mega-menu-2 .mega-menu-col,
    .mega-menu-1 .mega-menu-col {
        float: left;
        padding: 10px 10px;
    }

    .mega-menu-4 {
        width: 800px;
    }

        .mega-menu-4 .mega-menu-col {
            width: 25%;
        }

    .mega-menu-3 {
        width: 650px;
    }

        .mega-menu-3 .mega-menu-col {
            width: 33%;
        }

    .mega-menu-2 {
        width: 450px;
    }

        .mega-menu-2 .mega-menu-col {
            width: 50%;
        }

    .mega-menu-1 {
        width: 225px;
    }

        .mega-menu-1 .mega-menu-col {
            width: 100%;
        }
}

.portlet {
    position: relative;
    padding: 0;
    margin: 0 0 2em;
}

.portlet-header {
    padding: 0;
    margin: 0;
}

.portlet-title u {
    text-decoration: none;
}

.portlet-icon {
    position: relative;
    top: -1px;
    margin-right: 10px;
    font-size: 16px;
}

.portlet-body {
    padding: 0;
    margin: 0;
    background: #fff;
}

    .portlet-body:before,
    .portlet-body:after {
        content: " ";
        display: table;
    }

    .portlet-body:after {
        clear: both;
    }

.portlet-default .portlet-title {
    position: relative;
    margin-bottom: 30px;
}

    .portlet-default .portlet-title:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        z-index: 9;
        background: #e6e6e6;
    }

    .portlet-default .portlet-title:after {
        content: "";
        display: block;
        position: relative;
        z-index: 10;
        width: 80px;
        height: 1px;
        margin: 20px 0 0;
        background: #6685a4;
    }

.portlet-boxed .portlet-header {
    padding: 20px 20px;
    border: 1px solid #ddd;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.portlet-boxed .portlet-title {
    display: inline-block;
    margin-bottom: 0;
    font-size: 18px;
}

    .portlet-boxed .portlet-title u {
        text-decoration: none;
    }

    .portlet-boxed .portlet-title:after {
        content: "";
        display: block;
        position: relative;
        bottom: -22px;
        z-index: 100;
        width: auto;
        height: 1px;
        padding: 0 0 0 0;
        margin: 0 -35px 0 0;
        background: #6685a4;
    }

.portlet-boxed .portlet-body {
    padding: 25px 25px 25px;
    border: 1px solid #ddd;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.portlet-boxed .portlet-header + .portlet-body {
    padding-top: 30px;
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.portlet-table .portlet-body {
    padding: 0;
}

.portlet-table .table-bordered {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
    border-right: none;
    border-left: none;
}

    .portlet-table .table-bordered > thead > tr > th:first-child,
    .portlet-table .table-bordered > tbody > tr > td:first-child,
    .portlet-table .table-bordered > tfoot > tr > th:first-child {
        padding-left: 20px;
    }

    .portlet-table .table-bordered > thead > tr > th:last-child,
    .portlet-table .table-bordered > tbody > tr > td:last-child,
    .portlet-table .table-bordered > tfoot > tr > th:last-child {
        padding-right: 20px;
    }

.portlet-table .dataTables_filter,
.portlet-table .dataTables_paginate {
    float: right;
    padding-right: 20px;
}

.portlet-table .dataTables_info,
.portlet-table .dataTables_length {
    float: left;
    padding-left: 20px;
}

.portlet-table .dataTables_filter,
.portlet-table .dataTables_length {
    padding-top: 13px;
    padding-bottom: 10px;
}

.portlet-table .dataTables_paginate,
.portlet-table .dataTables_info {
    padding-top: 10px;
    padding-bottom: 10px;
}

.portlet-table .dataTables_info {
    padding-top: 20px;
}

.portlet-body .layout {
    margin-top: -30px;
}

.portlet-boxed .portlet-header {
    background-color: #ffffff;
}

.portlet-boxed .portlet-title {
    color: #435f76;
}

.portlet-boxed.portlet-inverse .portlet-header {
    background-color: #354b5e;
}

.portlet-boxed.portlet-inverse .portlet-title {
    color: #ffffff;
}

.portlet-boxed.portlet-danger .portlet-header {
    background-color: #db5b57;
}

.portlet-boxed.portlet-danger .portlet-title {
    color: #ffffff;
}

.portlet-boxed.portlet-warning .portlet-header {
    background-color: #f1b157;
}

.portlet-boxed.portlet-warning .portlet-title {
    color: #ffffff;
}

.portlet-boxed.portlet-success .portlet-header {
    background-color: #5cb85c;
}

.portlet-boxed.portlet-success .portlet-title {
    color: #ffffff;
}

.portlet-boxed.portlet-info .portlet-header {
    background-color: #5bc0de;
}

.portlet-boxed.portlet-info .portlet-title {
    color: #ffffff;
}

.portlet-boxed.portlet-primary .portlet-header {
    background-color: #d74b4b;
}

.portlet-boxed.portlet-primary .portlet-title {
    color: #ffffff;
}

.portlet-boxed.portlet-secondary .portlet-header {
    background-color: #6685a4;
}

.portlet-boxed.portlet-secondary .portlet-title {
    color: #ffffff;
}

.portlet-boxed.portlet-tertiary .portlet-header {
    background-color: #bcbcbc;
}

.portlet-boxed.portlet-tertiary .portlet-title {
    color: #ffffff;
}

.icons-list {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

    .icons-list > li {
        position: relative;
        padding-left: 1.75em;
        margin-bottom: 1em;
        line-height: 1.65em;
    }

        .icons-list > li > .icon-li {
            position: absolute;
            top: .25em;
            left: 0;
            width: 1em;
            font-size: 1.25em;
            text-align: center;
        }

.parsley-form .form-group {
    position: relative;
}

    .parsley-form .form-group .parsley-success .parsley-error-list {
        display: none !important;
    }

    .parsley-form .form-group .parsley-error-list {
        position: relative;
        top: 0;
        display: none !important;
        padding: 2px 10px;
        margin: 0;
        list-style: none;
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        background: #d9534f;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .parsley-form .form-group .parsley-error-list > li {
            list-style-type: none;
        }

        .parsley-form .form-group .parsley-error-list:before,
        .parsley-form .form-group .parsley-error-list:after {
            content: '';
            display: inline-block;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #d9534f;
            position: absolute;
            top: -6px;
            left: 3px;
        }

        .parsley-form .form-group .parsley-error-list.filled {
            display: inline-block !important;
        }

.parsley-form.form-horizontal .form-group span.error {
    margin-left: 1.5em;
    margin-left: 15px;
}

.parsley-form .form-group .parsley-error-list {
    position: relative;
    top: 7px;
    left: auto;
    right: 0;
    color: #bf2e29;
    background: #f9e2e2;
    border: 1px solid #d9534f;
}

    .parsley-form .form-group .parsley-error-list::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: -6px;
        left: 5px;
        z-index: 10;
        border-bottom: 6px solid #f9e2e2;
        border-top: none;
    }

    .parsley-form .form-group .parsley-error-list:after {
        top: -8px;
        left: 5px;
        z-index: 9;
        margin-top: 1px;
        border-bottom: 6px solid #b52b27;
        border-top: none;
    }

.form-horizontal.parsley-form .form-group .parsley-error-list {
    position: relative;
    top: 7px;
    left: auto;
}

    .form-horizontal.parsley-form .form-group .parsley-error-list:after {
        top: -8px;
        left: 5px;
        border-bottom: 6px solid #b52b27;
        border-top: none;
    }

#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1001;
    width: 30px;
    height: 30px;
    display: block;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(43, 61, 76, 0.85);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
    transition: background 0.25s linear;
}

    #back-to-top:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: rgba(215, 75, 75, 0.85);
    }

    #back-to-top i {
        color: #fff;
    }

@media (min-width: 768px) {
    #back-to-top {
        width: 45px;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
    }
}

.progress-stat {
    margin-bottom: 3em;
}

    .progress-stat:last-child {
        margin-bottom: 0;
    }

.progress-stat-value {
    float: right;
    width: 50%;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    text-transform: uppercase;
}

.progress-stat-label {
    float: left;
    width: 50%;
    color: #999;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.progress-stat .progress {
    clear: both;
    position: relative;
    top: .5em;
}

.lt-ie9 .progress-stat-value {
    font-size: 13px;
}

.row-stat {
    padding: 17px 13px 21px;
    margin-bottom: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.row-stat-label {
    color: #999;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.row-stat-value {
    display: inline-block;
    margin-right: .25em;
    margin-bottom: 0;
}

.row-stat-badge {
    position: relative;
    top: -3px;
    font-size: 85%;
}

.row-stat {
    position: relative;
}

.icon-stat {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 15px;
    margin-bottom: 1em;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.icon-stat-details {
    position: relative;
    text-align: left;
}

    .icon-stat-details:before,
    .icon-stat-details:after {
        content: " ";
        display: table;
    }

    .icon-stat-details:after {
        clear: both;
    }

.icon-stat-label {
    display: block;
    color: #999;
    font-size: 13px;
}

.icon-stat-value {
    display: block;
    font-size: 28px;
    font-weight: 600;
}

.icon-stat-visual {
    position: relative;
    top: 22px;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.icon-stat-footer {
    padding: 10px 0 0;
    margin-top: 10px;
    color: #aaa;
    font-size: 12px;
    border-top: 1px solid #eee;
}

@media (min-width: 768px) {
    .icon-stat {
        margin-bottom: 2em;
    }
}

.keyvalue-table > tbody > tr > td {
    vertical-align: middle;
    padding-top: 11px;
    padding-bottom: 11px;
    border-top: none;
    border-bottom: 1px solid #ddd;
}

.kv-key {
    color: #555;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.kv-icon {
    position: relative;
    top: 1px;
    width: 30px;
    height: 30px;
    margin-right: .75em;
    color: #444;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    background-color: #eee;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.kv-icon-default {
    background-color: #fff;
    color: #555;
    border: 1px solid #ccc;
}

.kv-icon-primary {
    background-color: #d74b4b;
    color: #fff;
}

.kv-icon-secondary {
    background-color: #6685a4;
    color: #fff;
}

.kv-icon-tertiary {
    background-color: #bcbcbc;
    color: #fff;
}

.kv-icon-success {
    background-color: #5cb85c;
    color: #fff;
}

.kv-icon-info {
    background-color: #5bc0de;
    color: #fff;
}

.kv-icon-danger {
    background-color: #d9534f;
    color: #fff;
}

.kv-icon-warning {
    background-color: #f0ad4e;
    color: #fff;
}

.kv-value {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}

.lt-ie9 .kv-value {
    font-size: 15px;
}

.heading-block {
    position: relative;
    margin-bottom: 30px;
    text-align: left;
}

    .heading-block h1,
    .heading-block h2,
    .heading-block h3,
    .heading-block h4,
    .heading-block h5,
    .heading-block h6 {
        margin-bottom: 0;
        color: #354b5e;
    }

    .heading-block .lead {
        width: 100%;
        margin: 20px auto 0;
        font-size: 19px;
        line-height: 1.5em;
    }

    .heading-block:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        z-index: 9;
        background: #e6e6e6;
    }

    .heading-block:after {
        content: "";
        display: block;
        position: relative;
        z-index: 10;
        width: 80px;
        height: 1px;
        margin: 20px 0 0;
        background: #6685a4;
    }

    .heading-block.heading-minimal {
        margin-bottom: 60px;
    }

        .heading-block.heading-minimal:before,
        .heading-block.heading-minimal:after {
            height: 2px;
        }

        .heading-block.heading-minimal:before {
            display: none;
        }

        .heading-block.heading-minimal:after {
            margin-top: 40px;
        }

    .heading-block.heading-center {
        text-align: center;
    }

        .heading-block.heading-center:after {
            margin-right: auto;
            margin-left: auto;
        }

@media (min-width: 768px) {
    .heading-block .lead {
        width: 70%;
    }
}

.blank-slate {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.blank-slate-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    color: #6685a4;
    text-align: center;
    font-size: 40px;
    line-height: 78px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.blank-slate-lead {
    margin-bottom: 20px;
    color: #999;
    font-size: 18px;
}

.sitemap {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}

    .sitemap > li > .sitemap-entry:before,
    .sitemap > li > .sitemap-header:before,
    .sitemap > li > .sitemap-entry:after,
    .sitemap > li > .sitemap-header:after {
        display: none;
    }

    .sitemap ul {
        position: relative;
        padding: 10px 10px 10px 40px;
        margin: 0;
        list-style: none;
    }

        .sitemap ul:before {
            content: " ";
            position: absolute;
            top: 0;
            left: 20px;
            width: 1px;
            height: 100%;
            background: #e2e2e2;
        }

.sitemap-entry,
.sitemap-header {
    position: relative;
    display: block;
    padding: 10px;
    margin-bottom: .5em;
    color: #777;
    font-weight: 300;
    border: 1px solid #ddd;
    border-radius: 4px;
}

    .sitemap-entry:before,
    .sitemap-header:before,
    .sitemap-entry:after,
    .sitemap-header:after {
        content: "";
        display: block;
        position: absolute;
        top: 20px;
        background: #e2e2e2;
    }

    .sitemap-entry:before,
    .sitemap-header:before {
        left: -20px;
        width: 20px;
        height: 1px;
        margin-top: -1px;
    }

    .sitemap-entry:after,
    .sitemap-header:after {
        left: -23px;
        width: 5px;
        height: 5px;
        margin-top: -3px;
        border-radius: 50%;
    }

.sitemap-header {
    display: block;
    padding: 10px;
    margin-bottom: 0;
    color: #666;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.sitemap-entry:hover,
.sitemap-entry:focus {
    color: #333;
    text-decoration: none;
    background: #f6f6f6;
}

    .sitemap-entry:hover .sitemap-entry-indicator,
    .sitemap-entry:focus .sitemap-entry-indicator {
        color: #999;
    }

.sitemap-entry-indicator {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    color: #ccc;
}

@media (max-width: 767px) {
    .sitemap ul {
        padding-right: 12px;
        padding-left: 12px;
    }

        .sitemap ul:before {
            display: none;
        }

    .sitemap-entry:before,
    .sitemap-header:before,
    .sitemap-entry:after,
    .sitemap-header:after {
        display: none;
    }
}

.account-bg {
    background-color: #f4f4f4;
}

.account-wrapper {
    position: relative;
    width: 90%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

    .account-wrapper .row > div {
        margin-bottom: 1em;
    }

.account-form {
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: left;
}

    .account-form .placeholder-hidden {
        display: none;
    }

    .account-form .form-control {
        height: 40px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-bottom: 1.25em;
    }

.account-body {
    position: relative;
    padding: 35px 30px 10px;
    margin-bottom: 1em;
    color: #444444;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.account-footer {
    padding: 0 25px;
    margin-top: 1.5em;
}

.account-or-social {
    display: block;
    margin-top: 1em;
}

@media (min-width: 768px) {
    .account-wrapper {
        width: 450px;
        padding: 0;
    }

        .account-wrapper .row > div {
            margin-bottom: 0;
        }

    .account-body .account-form {
        padding: 0 25px;
        text-align: left;
    }

    .account-or-social {
        margin-top: 2em;
    }
}

.error-container {
    margin-top: 1em;
    text-align: center;
}

.error-code {
    display: inline-block;
    vertical-align: top;
    font-family: 'Oswald', 'Trebuchet MS', 'Open Sans', arial, sans-serif;
    font-size: 100px;
    font-weight: 500;
    line-height: .7em;
}

.error-details {
    display: inline-block;
    vertical-align: top;
    margin-top: 4em;
}

    .error-details ul {
        text-align: left;
    }

@media (min-width: 768px) {
    .error-container {
        margin-top: 2.5em;
    }

    .error-details {
        width: 250px;
        margin-top: 0;
        margin-left: 25px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .error-container {
        margin-top: 5em;
    }

    .error-code {
        font-size: 150px;
    }

    .error-details {
        width: 350px;
        margin-left: 50px;
    }
}

.maintenance-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #eee;
}

.maintenance-wrapper {
    transform-style: preserve-3d;
    height: 100%;
}

.maintenance {
    position: relative;
    width: auto;
    max-width: 500px;
    padding: 30px 20px;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 768px) {
    .maintenance {
        height: 440px;
        padding: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

.maintenance hr {
    margin-right: 50px;
    margin-left: 50px;
    border-top-color: #ccc;
    border-bottom: 1px solid #fff;
}

.maintenance-social-icons {
    margin-top: 18px;
}

    .maintenance-social-icons .social-icon {
        width: 36px;
        height: 36px;
        color: #666;
        font-size: 20px;
        line-height: 36px;
    }

.maintenance-icon {
    position: relative;
    width: 110px;
    height: 105px;
    margin: 0 auto;
}

    .maintenance-icon i {
        position: absolute;
    }

    .maintenance-icon .gear-1 {
        top: 10px;
        left: 0;
        font-size: 72px;
    }

    .maintenance-icon .gear-2 {
        right: 5px;
        font-size: 36px;
    }

    .maintenance-icon .gear-3 {
        right: 0;
        bottom: 0;
        font-size: 48px;
    }

.maintenance-title {
    margin-top: 25px;
}

.maintenance-description {
    font-size: 16px;
}

.lead {
    color: #888;
}

.img-center {
    margin: 0 auto;
}

.valign-top {
    vertical-align: top !important;
}

.valign-middle {
    vertical-align: middle !important;
}

.valign-bottom {
    vertical-align: bottom !important;
}

.chart-bg {
    padding: 30px 30px 20px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .chart-bg .tickLabel {
        color: #fff;
    }

.chart-holder,
.chart-holder-200,
.chart-holder-250,
.chart-holder-300,
.chart-holder-350 {
    width: 98%;
    margin: 0 auto;
}

.chart-holder {
    height: 300px;
}

.chart-holder-100 {
    height: 100px;
}

.chart-holder-150 {
    height: 150px;
}

.chart-holder-200 {
    height: 200px;
}

.chart-holder-250 {
    height: 250px;
}

.chart-holder-300 {
    height: 300px;
}

.chart-holder-350 {
    height: 350px;
}

.clear {
    clear: both;
}

.required {
    color: #d9534f;
}

hr.spacer-xl,
hr.spacer-lg,
hr.spacer-md,
hr.spacer-sm,
hr.spacer-xs {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}

hr.spacer-xl {
    height: 120px;
}

hr.spacer-lg {
    height: 90px;
}

hr.spacer-md {
    height: 60px;
}

hr.spacer-sm {
    height: 30px;
}

hr.spacer-xs {
    height: 15px;
}

iframe {
    border: none;
}

.semi-bold {
    font-weight: 600;
}

.no-bold {
    font-weight: 300;
}
/*!
 * Gap CSS v1.0.0
 * Copyright 2015 Rod Howard
 * Licensed under MIT (https://github.com/rodh/gap-css/blob/master/LICENSE)
 */
br.xs-0,
br.xs-10,
br.xs-20,
br.xs-30,
br.xs-40,
br.xs-50,
br.xs-60,
br.xs-70,
br.xs-80,
br.xs-90,
br.xs-100,
br.sm-0,
br.sm-10,
br.sm-20,
br.sm-30,
br.sm-40,
br.sm-50,
br.sm-60,
br.sm-70,
br.sm-80,
br.sm-90,
br.sm-100,
br.md-0,
br.md-10,
br.md-20,
br.md-30,
br.md-40,
br.md-50,
br.md-60,
br.md-70,
br.md-80,
br.md-90,
br.md-100,
br.lg-0,
br.lg-10,
br.lg-20,
br.lg-30,
br.lg-40,
br.lg-50,
br.lg-60,
br.lg-70,
br.lg-80,
br.lg-90,
br.lg-100 {
    display: none;
    width: 100%;
    height: 0;
    margin: 0;
}

br.xs-0 {
    display: none;
}

br.xs-10 {
    display: inline-block;
    height: 10px;
    line-height: 10px;
}

br.xs-20 {
    display: inline-block;
    height: 20px;
    line-height: 20px;
}

br.xs-30 {
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

br.xs-40 {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

br.xs-50 {
    display: inline-block;
    height: 50px;
    line-height: 50px;
}

br.xs-60 {
    display: inline-block;
    height: 60px;
    line-height: 60px;
}

br.xs-70 {
    display: inline-block;
    height: 70px;
    line-height: 70px;
}

br.xs-80 {
    display: inline-block;
    height: 80px;
    line-height: 80px;
}

br.xs-90 {
    display: inline-block;
    height: 90px;
    line-height: 90px;
}

br.xs-100 {
    display: inline-block;
    height: 100px;
    line-height: 100px;
}

@media (min-width: 768px) {
    br.sm-0 {
        display: none;
    }

    br.sm-10 {
        display: inline-block;
        height: 10px;
        line-height: 10px;
    }

    br.sm-20 {
        display: inline-block;
        height: 20px;
        line-height: 20px;
    }

    br.sm-30 {
        display: inline-block;
        height: 30px;
        line-height: 30px;
    }

    br.sm-40 {
        display: inline-block;
        height: 40px;
        line-height: 40px;
    }

    br.sm-50 {
        display: inline-block;
        height: 50px;
        line-height: 50px;
    }

    br.sm-60 {
        display: inline-block;
        height: 60px;
        line-height: 60px;
    }

    br.sm-70 {
        display: inline-block;
        height: 70px;
        line-height: 70px;
    }

    br.sm-80 {
        display: inline-block;
        height: 80px;
        line-height: 80px;
    }

    br.sm-90 {
        display: inline-block;
        height: 90px;
        line-height: 90px;
    }

    br.sm-100 {
        display: inline-block;
        height: 100px;
        line-height: 100px;
    }
}

@media (min-width: 992px) {
    br.md-0 {
        display: none;
    }

    br.md-10 {
        display: inline-block;
        height: 10px;
        line-height: 10px;
    }

    br.md-20 {
        display: inline-block;
        height: 20px;
        line-height: 20px;
    }

    br.md-30 {
        display: inline-block;
        height: 30px;
        line-height: 30px;
    }

    br.md-40 {
        display: inline-block;
        height: 40px;
        line-height: 40px;
    }

    br.md-50 {
        display: inline-block;
        height: 50px;
        line-height: 50px;
    }

    br.md-60 {
        display: inline-block;
        height: 60px;
        line-height: 60px;
    }

    br.md-70 {
        display: inline-block;
        height: 70px;
        line-height: 70px;
    }

    br.md-80 {
        display: inline-block;
        height: 80px;
        line-height: 80px;
    }

    br.md-90 {
        display: inline-block;
        height: 90px;
        line-height: 90px;
    }

    br.md-100 {
        display: inline-block;
        height: 100px;
        line-height: 100px;
    }
}

@media (min-width: 1200px) {
    br.lg-0 {
        display: none;
    }

    br.lg-10 {
        display: inline-block;
        height: 10px;
        line-height: 10px;
    }

    br.lg-20 {
        display: inline-block;
        height: 20px;
        line-height: 20px;
    }

    br.lg-30 {
        display: inline-block;
        height: 30px;
        line-height: 30px;
    }

    br.lg-40 {
        display: inline-block;
        height: 40px;
        line-height: 40px;
    }

    br.lg-50 {
        display: inline-block;
        height: 50px;
        line-height: 50px;
    }

    br.lg-60 {
        display: inline-block;
        height: 60px;
        line-height: 60px;
    }

    br.lg-70 {
        display: inline-block;
        height: 70px;
        line-height: 70px;
    }

    br.lg-80 {
        display: inline-block;
        height: 80px;
        line-height: 80px;
    }

    br.lg-90 {
        display: inline-block;
        height: 90px;
        line-height: 90px;
    }

    br.lg-100 {
        display: inline-block;
        height: 100px;
        line-height: 100px;
    }
}

table.dataTable {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

table.table-bordered.dataTable {
    border-collapse: collapse !important;
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    color: #d74b4b;
    opacity: 1;
}

#flotTip {
    padding: 3px 6px !important;
    color: #FFF !important;
    font-size: 11px !important;
    text-align: center !important;
    text-decoration: none !important;
    background-color: #222 !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    border: 1px solid #222 !important;
    border-radius: 3px !important;
    /*  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);*/
}

.select2-search {
    padding-top: 0;
}

.ui-icheck {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 6px;
    margin-left: -20px;
}

.wizard.wizard-enhanced > .steps {
    position: relative;
    z-index: 101;
    font-size: 14px;
}

    .wizard.wizard-enhanced > .steps > ul > li {
        width: auto;
    }

    .wizard.wizard-enhanced > .steps .number {
        display: inline-block;
        position: relative;
        width: 24px;
        height: 24px;
        margin-right: 8px;
        color: #bbb;
        text-align: center;
        font-size: inherit;
        font-size: 13px;
        font-weight: 800;
        line-height: 21px;
        border: 1px solid #ccc;
        border-radius: 100px;
    }

        .wizard.wizard-enhanced > .steps .number:after {
            content: "";
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 24px;
            height: 24px;
            border-radius: 100px;
        }

    .wizard.wizard-enhanced > .steps a,
    .wizard.wizard-enhanced > .steps a:hover,
    .wizard.wizard-enhanced > .steps a:active {
        position: relative;
        display: block;
        font-size: 14px;
        text-decoration: none;
        border: 1px solid #eee;
        border-radius: 0;
    }

    .wizard.wizard-enhanced > .steps .done a,
    .wizard.wizard-enhanced > .steps .done a:hover,
    .wizard.wizard-enhanced > .steps .done a:active {
        color: #444;
        background: #eee;
    }

        .wizard.wizard-enhanced > .steps .done a .number,
        .wizard.wizard-enhanced > .steps .done a:hover .number,
        .wizard.wizard-enhanced > .steps .done a:active .number {
            border-color: transparent;
        }

            .wizard.wizard-enhanced > .steps .done a .number:after,
            .wizard.wizard-enhanced > .steps .done a:hover .number:after,
            .wizard.wizard-enhanced > .steps .done a:active .number:after {
                content: "\f00c";
                display: block;
                color: #ffffff;
                font-family: 'FontAwesome';
                font-size: 11px;
                line-height: 26px;
                background: #6685a4;
            }

    .wizard.wizard-enhanced > .steps .current a,
    .wizard.wizard-enhanced > .steps .current a:hover,
    .wizard.wizard-enhanced > .steps .current a:active {
        color: #444;
        font-weight: 800;
        background: #fff;
        cursor: default;
        border: 1px solid #ddd;
    }

        .wizard.wizard-enhanced > .steps .current a .number,
        .wizard.wizard-enhanced > .steps .current a:hover .number,
        .wizard.wizard-enhanced > .steps .current a:active .number {
            color: #444;
            border-color: #bbb;
        }

    .wizard.wizard-enhanced > .steps .current.done a .number,
    .wizard.wizard-enhanced > .steps .current.done a:hover .number,
    .wizard.wizard-enhanced > .steps .current.done a:active .number {
        border-color: transparent;
    }

    .wizard.wizard-enhanced > .steps .error a,
    .wizard.wizard-enhanced > .steps .error a:hover,
    .wizard.wizard-enhanced > .steps .error a:active {
        color: #d9534f;
        font-weight: 800;
    }

        .wizard.wizard-enhanced > .steps .error a .number,
        .wizard.wizard-enhanced > .steps .error a:hover .number,
        .wizard.wizard-enhanced > .steps .error a:active .number {
            border-color: transparent;
        }

            .wizard.wizard-enhanced > .steps .error a .number:after,
            .wizard.wizard-enhanced > .steps .error a:hover .number:after,
            .wizard.wizard-enhanced > .steps .error a:active .number:after {
                content: "!";
                font-size: 17px;
                line-height: 23px;
                font-family: "Open Sans";
                display: block;
                color: #ffffff;
                background: #d9534f;
            }

.wizard.wizard-enhanced > .content {
    position: relative;
    z-index: 51;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
}

    .wizard.wizard-enhanced > .content > .body {
        width: 100%;
        height: 100%;
        padding: 20px 15px;
        overflow-y: auto;
    }

        .wizard.wizard-enhanced > .content > .body legend {
            position: relative;
            top: 20px;
        }

        .wizard.wizard-enhanced > .content > .body .form-control:focus {
            border-color: #66afe9;
            outline: 0;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        }

.wizard.wizard-enhanced > .actions {
    padding: 0;
    margin: 10px 0 0;
}

    .wizard.wizard-enhanced > .actions > ul > li {
        margin: 0 0 0 6px;
    }

        .wizard.wizard-enhanced > .actions > ul > li > a[href="#next"] {
            color: #ffffff;
            background: #6685a4;
            border: 1px solid #54718d;
        }

            .wizard.wizard-enhanced > .actions > ul > li > a[href="#next"]:hover,
            .wizard.wizard-enhanced > .actions > ul > li > a[href="#next"]:focus,
            .wizard.wizard-enhanced > .actions > ul > li > a[href="#next"]:active {
                background: #54718d;
            }

        .wizard.wizard-enhanced > .actions > ul > li > a[href="#finish"] {
            color: #ffffff;
            background: #354b5e;
            border: 1px solid #263644;
        }

            .wizard.wizard-enhanced > .actions > ul > li > a[href="#finish"]:hover,
            .wizard.wizard-enhanced > .actions > ul > li > a[href="#finish"]:focus,
            .wizard.wizard-enhanced > .actions > ul > li > a[href="#finish"]:active {
                background: #263644;
            }

        .wizard.wizard-enhanced > .actions > ul > li > a[href="#previous"] {
            color: #444444;
            background: #ffffff;
            border: 1px solid #dddddd;
        }

            .wizard.wizard-enhanced > .actions > ul > li > a[href="#previous"]:hover,
            .wizard.wizard-enhanced > .actions > ul > li > a[href="#previous"]:focus,
            .wizard.wizard-enhanced > .actions > ul > li > a[href="#previous"]:active {
                background: #ebebeb;
            }

        .wizard.wizard-enhanced > .actions > ul > li > a[href="#cancel"] {
            color: #444444;
            background: #ffffff;
            border: 1px solid #dddddd;
        }

            .wizard.wizard-enhanced > .actions > ul > li > a[href="#cancel"]:hover,
            .wizard.wizard-enhanced > .actions > ul > li > a[href="#cancel"]:focus,
            .wizard.wizard-enhanced > .actions > ul > li > a[href="#cancel"]:active {
                background: #ebebeb;
            }

        .wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#next"],
        .wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#finish"],
        .wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#previous"] {
            opacity: .40;
        }

            .wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#next"]:hover,
            .wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#finish"]:hover,
            .wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#previous"]:hover,
            .wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#next"]:focus,
            .wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#finish"]:focus,
            .wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#previous"]:focus,
            .wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#next"]:active,
            .wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#finish"]:active,
            .wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#previous"]:active {
                color: inherit;
                background: inherit;
            }

.wizard-enhanced.wizard-vertical > .steps a,
.wizard-enhanced.wizard-vertical > .steps a:hover,
.wizard-enhanced.wizard-vertical > .steps a:active {
    padding: 1.35em 1em;
    margin: 0 0 0.5em;
    border-right-color: #ddd;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.wizard-enhanced.wizard-vertical > .steps .current a,
.wizard-enhanced.wizard-vertical > .steps .current a:hover,
.wizard-enhanced.wizard-vertical > .steps .current a:active {
    border-color: #ddd;
    border-right-color: #fff;
}

.wizard-enhanced.wizard-vertical > .content {
    left: -1px;
    width: 70%;
    margin: 0;
}

.wizard-enhanced.wizard-horizontal > .steps a,
.wizard-enhanced.wizard-horizontal > .steps a:hover,
.wizard-enhanced.wizard-horizontal > .steps a:active {
    width: auto;
    min-width: 150px;
    margin: 0 6px 0 0;
    padding: 1.35em 1em;
    border-bottom-color: #ddd;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.wizard-enhanced.wizard-horizontal > .steps .current a,
.wizard-enhanced.wizard-horizontal > .steps .current a:hover,
.wizard-enhanced.wizard-horizontal > .steps .current a:active {
    border-bottom-color: #fff;
}

.wizard-enhanced.wizard-horizontal > .content {
    top: -1px;
}

.simplecolorpicker span.color {
    width: 24px;
    height: 24px;
    text-align: center;
    border: 3px solid rgba(0, 0, 0, 0.075);
    border-radius: 3px;
    outline: none;
}

    .simplecolorpicker span.color:hover {
        border-color: rgba(0, 0, 0, 0.15);
        border-width: 3px;
    }

        .simplecolorpicker span.color[data-selected],
        .simplecolorpicker span.color:hover[data-selected] {
            border-color: #111;
            border-width: 3px;
        }

            .simplecolorpicker span.color[data-selected]:after,
            .simplecolorpicker span.color:hover[data-selected]:after {
                content: "\f00c";
                font-family: 'FontAwesome';
            }

    .simplecolorpicker span.color[data-color="#ffffff"][data-selected]:after,
    .simplecolorpicker span.color[data-color="#ffffff"]:hover[data-selected]:after {
        color: #444;
    }

.simplecolorpicker.icon {
    display: block;
    width: 100px;
    height: 25px;
    text-align: center;
    border: 3px solid #222;
    border-radius: 3px;
}

.simplecolorpicker.picker {
    margin-top: 8px;
    margin-left: 6px;
    border-color: #ccc;
}

    .simplecolorpicker.picker:before {
        position: absolute;
        top: -7px;
        left: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .simplecolorpicker.picker:after {
        position: absolute;
        top: -6px;
        left: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        content: '';
    }

.form-group .simplecolorpicker.icon {
    margin-top: 5px;
}

.ui-slider {
    position: relative;
    text-align: left;
    background: #eeeeee;
    border-color: #cecece;
    border-radius: 2px;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 16px;
        height: 21px;
        padding-top: 8px;
        text-align: center;
        background: #ffffff;
        border-radius: 2px;
        border: 1px solid #bbbbbb;
        cursor: pointer;
        outline: 0;
    }

        .ui-slider .ui-slider-handle.ui-state-hover,
        .ui-slider .ui-slider-handle.ui-state-focus {
            background: #ffffff;
        }

        .ui-slider .ui-slider-handle:before,
        .ui-slider .ui-slider-handle:after {
            content: "";
            display: block;
            position: relative;
        }

.ui-slider-horizontal {
    height: 8px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -8px;
    }

        .ui-slider-horizontal .ui-slider-handle:before,
        .ui-slider-horizontal .ui-slider-handle:after {
            left: 4px;
            width: 6px;
        }

        .ui-slider-horizontal .ui-slider-handle:after {
            height: 4px;
            border-top: 1px solid #354b5e;
            border-bottom: 1px double #354b5e;
        }

        .ui-slider-horizontal .ui-slider-handle:before {
            top: -2px;
            background: #354b5e;
            height: 1px;
        }

.ui-slider-vertical {
    width: 8px;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.05);
}

    .ui-slider-vertical .ui-slider-handle {
        left: -9px;
        width: 24px;
        height: 16px;
    }

        .ui-slider-vertical .ui-slider-handle:before,
        .ui-slider-vertical .ui-slider-handle:after {
            display: inline-block;
            top: -11px;
        }

        .ui-slider-vertical .ui-slider-handle:before {
            left: 4px;
            width: 1px;
            height: 7px;
            background: #354b5e;
        }

        .ui-slider-vertical .ui-slider-handle:after {
            left: 0;
            width: 7px;
            height: 7px;
            border: none;
            border-left: 1px solid #354b5e;
            border-right: 1px solid #354b5e;
        }

.ui-slider .ui-slider-range {
    background: #354b5e;
}

.ui-slider-primary .ui-slider-range {
    background: #d74b4b;
}

.ui-slider-secondary .ui-slider-range {
    background: #6685a4;
}

.ui-slider-tertiary .ui-slider-range {
    background: #bcbcbc;
}

.ui-slider-success .ui-slider-range {
    background: #5cb85c;
}

.ui-slider-warning .ui-slider-range {
    background: #f0ad4e;
}

.ui-slider-danger .ui-slider-range {
    background: #d9534f;
}

.ui-slider-info .ui-slider-range {
    background: #5bc0de;
}

.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
    left: 25px;
}

.note-editor.note-frame {
    border-color: #ddd;
    overflow: hidden;
}

table.dataTable-helper > thead > tr > th {
    padding-left: 8px;
    padding-right: 8px;
}

    table.dataTable-helper > thead > tr > th .form-control {
        display: block !important;
        width: 100% !important;
        font-family: 'Open Sans', 'Trebuchet MS', arial, sans-serif;
        font-size: 13px;
    }

table.dataTable-helper th.highlight {
    background-color: #ffd !important;
}

table.dataTable-helper td.highlight {
    background-color: #ffe !important;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    flex-wrap: nowrap;
}

    .navbar .navbar-brand {
        height: 54px;
        padding-top: 0;
        padding-bottom: 0;
    }

.navbar-profile-avatar {
    position: relative;
    top: -1px;
    width: 30px;
    margin-right: .65em;
    border: 2px solid #87a3bc;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.navbar-profile-label-visible {
    display: inline !important;
}

.navbar-nav > .navbar-profile .dropdown-toggle {
    padding-left: 50px;
}

.navbar-nav {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
}

.navbar-left {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
}

.navbar-nav > .navbar-profile .dropdown-toggle:hover .navbar-profile-avatar,
.navbar-nav > .navbar-profile.open .navbar-profile-avatar {
    border-color: #ffffff;
}

.navbar-profile-avatar {
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -14px;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 17px;
        padding-bottom: 17px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.navbar {
    background-color: white;
    border-color: white;
}

    .navbar .navbar-brand {
        color: white;
    }

        .navbar .navbar-brand:hover,
        .navbar .navbar-brand:focus {
            color: #ffffff;
            background-color: white;
        }

    .navbar .navbar-text {
        color: #ffffff;
    }

    .navbar .navbar-nav > li > a {
        color: #87a3bc;
        font-weight: 600;
    }

        .navbar .navbar-nav > li > a:hover,
        .navbar .navbar-nav > li > a:focus {
            color: #ffffff;
            background-color: lightgray;
        }

    .navbar .navbar-nav > .active > a,
    .navbar .navbar-nav > .active > a:hover,
    .navbar .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #253542;
    }

    .navbar .navbar-nav > .disabled > a,
    .navbar .navbar-nav > .disabled > a:hover,
    .navbar .navbar-nav > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }

    .navbar .navbar-toggle {
        border-color: transparent;
    }

        .navbar .navbar-toggle:hover,
        .navbar .navbar-toggle:focus {
            background-color: #273746;
        }

        .navbar .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar .navbar-collapse,
    .navbar .navbar-form {
        border-color: #1e2a35;
    }

    .navbar .navbar-nav > .open > a,
    .navbar .navbar-nav > .open > a:hover,
    .navbar .navbar-nav > .open > a:focus {
        background-color: #253542;
        color: #ffffff;
    }

@media (max-width: 767px) {
    .navbar .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #2b3d4c;
    }

    .navbar .navbar-nav .open .dropdown-menu .divider {
        background-color: #2b3d4c;
    }

    .navbar .navbar-nav .open .dropdown-menu > li > a {
        color: #87a3bc;
    }

        .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #ffffff;
            background-color: lightgray;
        }

    .navbar .navbar-nav .open .dropdown-menu > .active > a,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #253542;
    }

    .navbar .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar .navbar-link {
    color: #87a3bc;
}

    .navbar .navbar-link:hover {
        color: #ffffff;
    }

.navbar .btn-link {
    color: #87a3bc;
}

    .navbar .btn-link:hover,
    .navbar .btn-link:focus {
        color: #ffffff;
    }

    .navbar .btn-link[disabled]:hover,
    fieldset[disabled] .navbar .btn-link:hover,
    .navbar .btn-link[disabled]:focus,
    fieldset[disabled] .navbar .btn-link:focus {
        color: #444444;
    }

.navbar .navbar-toggle {
    height: 54px;
    padding: 0 15px;
    margin: 0;
    color: #50718d;
    font-size: 18px;
    line-height: 54px;
    border-color: transparent;
}

@media (min-width: 768px) {
    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: 0;
    }

    .navbar .navbar-divider {
        position: relative;
        float: left;
        overflow: hidden;
        z-index: 101;
        width: 1px;
        height: 54px;
        margin: 0;
        background-color: #22303c;
    }

    .navbar .dropdown-menu:before {
        content: '';
        display: inline-block;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        position: absolute;
        top: -7px;
        left: 9px;
    }

    .navbar-right .dropdown-menu:before {
        right: 9px;
        left: auto;
    }
}

.navbar .navbar-nav > .navbar-notification > .dropdown-toggle {
    color: #87a3bc;
    background-color: transparent;
    font-size: 13px;
}

    .navbar .navbar-nav > .navbar-notification > .dropdown-toggle .badge {
        padding: 4px 7px;
        font-size: 10px;
        border-top-right-radius: 100px;
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;
        border-bottom-left-radius: 100px;
    }

    .navbar .navbar-nav > .navbar-notification > .dropdown-toggle .navbar-notification-icon {
        color: #50718d;
    }

    .navbar .navbar-nav > .navbar-notification > .dropdown-toggle:hover,
    .navbar .navbar-nav > .navbar-notification > .dropdown-toggle:focus {
        color: #ffffff;
        background-color: lightgray;
    }

        .navbar .navbar-nav > .navbar-notification > .dropdown-toggle:hover .navbar-notification-icon,
        .navbar .navbar-nav > .navbar-notification > .dropdown-toggle:focus .navbar-notification-icon {
            color: #ffffff;
        }

.navbar .navbar-nav > .navbar-notification.open > .dropdown-toggle,
.navbar .navbar-nav > .navbar-notification.open > .dropdown-toggle:hover,
.navbar .navbar-nav > .navbar-notification.open > .dropdown-toggle:focus {
    color: #ffffff;
    background-color: #253542;
}

    .navbar .navbar-nav > .navbar-notification.open > .dropdown-toggle .navbar-notification-icon,
    .navbar .navbar-nav > .navbar-notification.open > .dropdown-toggle:hover .navbar-notification-icon,
    .navbar .navbar-nav > .navbar-notification.open > .dropdown-toggle:focus .navbar-notification-icon {
        color: #ffffff;
    }

.navbar .navbar-nav > .navbar-notification .dropdown-menu {
    min-width: 300px;
}

    .navbar .navbar-nav > .navbar-notification .dropdown-menu:before {
        left: 15px;
    }

.navbar .navbar-nav > .navbar-notification .notification {
    display: block;
    position: relative;
    padding: 6px 12px 6px 75px;
    border-bottom: 1px solid #ddd;
}

    .navbar .navbar-nav > .navbar-notification .notification,
    .navbar .navbar-nav > .navbar-notification .notification:hover {
        color: #aaa;
        text-decoration: none;
    }

        .navbar .navbar-nav > .navbar-notification .notification:hover {
            background-color: #f2f2f2;
        }

.navbar .navbar-nav > .navbar-notification .dropdown-header {
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: initial;
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 13px;
    font-weight: 600;
}

.navbar .navbar-nav > .navbar-notification .notification-list {
    overflow: hidden;
    position: relative;
}

.navbar .navbar-nav > .navbar-notification.empty .notification-list {
    display: table-cell;
    vertical-align: middle;
    padding: 0 18px;
    text-align: center;
}

.navbar .navbar-nav > .navbar-notification.empty .notification-link {
    display: none;
}

.navbar .navbar-nav > .navbar-notification.empty .slimScrollBar {
    display: none !important;
}

.navbar .navbar-nav > .navbar-notification .notification-title,
.navbar .navbar-nav > .navbar-notification .notification-description,
.navbar .navbar-nav > .navbar-notification .notification-time {
    display: block;
    font-size: 12px;
}

.navbar .navbar-nav > .navbar-notification .notification-title {
    padding-bottom: 1px;
    color: #222;
    font-weight: 600;
}

.navbar .navbar-nav > .navbar-notification .notification-description {
    padding-bottom: 3px;
    color: #666;
    font-size: 12px;
}

.navbar .navbar-nav > .navbar-notification .notification-time {
    font-size: 11px;
    font-style: italic;
    color: #bbb;
}

.navbar .navbar-nav > .navbar-notification .notification-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 50px;
    height: 50px;
    margin: -25px 12px 0 0;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
}

    .navbar .navbar-nav > .navbar-notification .notification-icon img {
        width: 50px;
        height: 50px;
    }

    .navbar .navbar-nav > .navbar-notification .notification-icon i {
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 28px;
        display: block;
        line-height: 40px;
    }

.navbar .navbar-nav > .navbar-notification .notification-link {
    text-align: center;
    padding: 8px 0 !important;
    border-top: 1px solid #ddd;
    display: block;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px !important;
    height: auto !important;
}

    .navbar .navbar-nav > .navbar-notification .notification-link:hover {
        background: #eee;
    }

.navbar .navbar-nav > .navbar-notification .notification-empty-title {
    color: #d74b4b;
}

.navbar .navbar-nav > .navbar-notification .notification-empty-text {
    color: #777;
}

.navbar .navbar-nav.navbar-right > .navbar-notification .dropdown-menu:before {
    left: auto;
    right: 15px;
}

@media (min-width: 768px) {
    .navbar .navbar-nav > .navbar-notification > .dropdown-toggle {
        font-size: 18px;
    }

        .navbar .navbar-nav > .navbar-notification > .dropdown-toggle .badge {
            position: absolute;
            top: 6px;
            right: 3px;
        }
}

@media (max-width: 767px) {
    .navbar-notification .dropdown-menu {
        display: none !important;
    }
}

#wrapper {
    min-height: 0;
    padding: 0;
    margin: 0;
}

.container {
    width: auto;
    margin-left:0px;
}

.navbar {
    position: relative;
    top: 0;
    z-index: 1030;
    box-shadow: none;
}

.navbar-header {
    display: block;
    float: none;
}

.navbar .navbar-brand {
    width: auto;
    padding-right: 0;
    padding-left: 15px;
    margin-right: 15px;
}

.navbar-toggle {
    display: block;
}

.navbar-collapse {
    position: relative;
    top: 0;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0;
    flex-basis: auto;
    flex-grow: 0;
}

.navbar-search-form {
    margin-right: -20px;
    margin-left: -20px;
    border: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .navbar-search-form .navbar-search-field {
        width: 100% !important;
    }
}

@media (max-width: 1199px) {
    .navbar-collapse.collapse {
        /*display: none !important;*/
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }

    .navbar .navbar-toggle {
        display: none;
    }

    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

        .navbar-collapse.collapse {
            position: static !important;
            width: auto;
            display: flex;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
            /*        flex-basis: 0%;
        flex-grow: 0;*/
        }

    .navbar-search-form {
        position: relative;
        top: -1px;
        border: none;
        box-shadow: none;
        padding: 0px;
        margin-right: 0;
        margin-left: 0;
    }

        .navbar-search-form:before {
            content: "\f002";
            position: relative;
            top: 5px;
            margin-right: 0.75em;
            margin-left: 1em;
            color: #46647d;
            font-family: "FontAwesome";
            font-size: 15px;
        }

        .navbar-search-form.active:before {
            color: #d74b4b;
        }

        .navbar-search-form.active .navbar-search-field {
            border-bottom-color: #d74b4b;
        }

        .navbar-search-form .navbar-search-field {
            padding-left: 4px;
            background-color: transparent !important;
            border: none;
            box-shadow: none !important;
            color: #212121;
            font-size: 14px;
            height: 50px;
            color: #fff;
            height: 36px;
            border-bottom: 1px solid transparent;
            border-bottom-color: #3d576d;
            border-radius: 0;
        }

            .navbar-search-form .navbar-search-field::-webkit-input-placeholder {
                color: #547795;
            }

            .navbar-search-form .navbar-search-field:-moz-placeholder {
                color: #547795;
            }

            .navbar-search-form .navbar-search-field::-moz-placeholder {
                color: #547795;
            }

            .navbar-search-form .navbar-search-field:-ms-input-placeholder {
                color: #547795;
            }
}

@media (min-width: 992px) {
    .navbar .navbar-brand {
        width: 260px;
        background: white;
    }
}

.main-sidebar {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    bottom: 0;
    z-index: 101;
    width: 100%;
    background: #ebebeb;
    outline: none;
    box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
    transition: transform 0.5s ease;
}

.main-sidebar.hidden {
    display: none;
}

.admin-item {
    width: 25px;
    height: 25px;
    background-image: url("/Images/Admin_808080.png");
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s ease, background-size 0.3s ease;
}

.admin-item:hover, .admin-item.active {
    background-image: url("/Images/Admin_000000.png");
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.general-item {
    width: 25px;
    height: 25px;
    background-image: url("/Images/General_808080.png");
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s ease, background-size 0.3s ease;
}

.general-item:hover, .general-item.active {
    background-image: url("/Images/General_000000.png"); 
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.inventory-item {
    width: 25px;
    height: 25px;
    background-image: url("/Images/Inventory_808080.png");
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s ease, background-size 0.3s ease;
}

.inventory-item :hover, .inventory-item.active {
    background-image: url("/Images/Inventory_000000.png"); 
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.reman-item {
    width: 25px;
    height: 25px;
    background-image: url("/Images/Reman_808080.png");
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s ease, background-size 0.3s ease;
}

.reman-item :hover, .reman-item.active {
    background-image: url("/Images/Reman_000000.png"); 
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.retail-item {
    width: 25px;
    height: 25px;
    background-image: url("/Images/Retail_808080.png");
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s ease, background-size 0.3s ease;
}

.retail-item :hover, .retail-item.active {
    background-image: url("/Images/Retail_000000.png"); 
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.admin-item, .general-item, .inventory-item, .reman-item, .retail-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 23px 0px;
}

.admin-header {
    position: relative;
    align-items: center;
    background-color: #ebebeb; 
}

.backmenu-btn {
    display: block;
    position: absolute;
    background: none;
    border: none;
    cursor: pointer;
    float: right;
    top: 4px;
    right: 3px;
    padding: 2px 7px 2px 7px;
    font-size: 20px;
    color: #808080;
}

.backmenu-btn:hover {
    color: #000000;
}

#hoverBox {
    display: none; 
    width: 300px;
    background-color: #fff;
    color: #fff;
    position: fixed;
    top: 60px; 
    left: 50px; 
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    max-height: 60vh;
    overflow: auto;
}

#hoverBox p {
    color: black;
}

.hover-content {
    display: none;
}
.inner-link {
    display: flex;
    align-items: center;
}

.innerAdminIcon {
    width: 25px;
    height: 25px;
    background-image: url("/Images/Admin_808080.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s ease, background-size 0.3s ease;
    margin-right: 5px;
}

.inner-link:hover .innerAdminIcon {
    background-image: url("/Images/Admin_000000.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.innerGeneralIcon {
    width: 25px;
    height: 25px;
    background-image: url("/Images/General_808080.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s ease, background-size 0.3s ease;
    margin-right: 5px;
}

.inner-link:hover .innerGeneralIcon {
    background-image: url("/Images/General_000000.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.innerInventoryIcon {
    width: 25px;
    height: 25px;
    background-image: url("/Images/Inventory_808080.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s ease, background-size 0.3s ease;
    margin-right: 5px;
}

.inner-link:hover .innerInventoryIcon {
    background-image: url("/Images/Inventory_000000.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.innerRemanIcon {
    width: 25px;
    height: 25px;
    background-image: url("/Images/Reman_808080.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s ease, background-size 0.3s ease;
    margin-right: 5px;
}

.inner-link:hover .innerRemanIcon {
    background-image: url("/Images/Reman_000000.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.innerRetailIcon {
    width: 25px;
    height: 25px;
    background-image: url("/Images/Retail_808080.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s ease, background-size 0.3s ease;
    margin-right: 5px;
}

.inner-link:hover .innerRetailIcon {
    background-image: url("/Images/Retail_000000.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar {
    opacity: 0;
    transform: translateY(10px); 
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none; 
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 101;
    width: 100%;
    background: #fff;
    outline: none;
    box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease;
    transform: translateX(-100%);
}

.sidebar.active {
    opacity: 1;
    transform: translateY(0); 
    pointer-events: auto;
}

.no-transition {
    transition: none !important;
}

#opensideBarBtn, #closesideBarBtn, .pinned-item {
    color: #808080;
    font-size: 20px;
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
    background: none;
}

#opensideBarBtn:hover, #closesideBarBtn:hover, .pinned-item:hover {
    color: #000000;
}

#opensideBarBtn, .pinned-item {
    width: 100%;
}

.pinned-item.active {
    color: #000000;
}

#closesideBarBtn {
    margin-left: 224px;
    text-align: left;
}

.sidebar-bg {
    display: none;
}

.sidebar-inner {
    display: none;
    overflow-y: auto;
}

.sidebar-toggle {
    display: block;
}

.sidebar-inner {
    height: 100%;
    background-color: #ebebeb;
}

.sidebar-menu {
    padding: 0px;
    margin: 0;
}

.card.card-body.link-list a {
    position: relative; /* Necessary for positioning the icon */
}


    .sidebar-menu a {
        display: block;
        padding: 8px 15px;
        color: black;
        font-size: 13px;
        line-height: 1.15;
        text-decoration: none;
        background-color: #ebebeb;
        border-right: 1px solid transparent;
    }

    .sidebar-menu a .label {
        position: relative;
        top: 0;
    }

    .sidebar-menu a > i {
        display: inline-block;
        position: relative;
        top: -1px;
        vertical-align: middle;
        width: 20px;
        margin-right: 5px;
        margin-left: 3px;
        font-size: 15px;
        line-height: 17px;
        text-align: center;
    }

    .sidebar-menu a:hover {
        text-decoration: none;
        color: black;
        background: #f4f4f4;
    }

    .sidebar-menu li.sidebar-header {
        padding: 6px 20px;
        color: #999999;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        background: #ebebeb;
    }

    .sidebar-menu li.divider {
        height: 1px;
        margin: 0px 0 0px;
        background: #eaeaea;
    }

    .sidebar-menu > li {
        padding: 0;
        margin: 0;
    }

        .sidebar-menu > li.open > a {
            color: #354b5e;
            font-weight: 600 !important;
            background: #f4f4f4;
            border-right-color: #6685a4;
        }

        .sidebar-menu > li.open > ul {
            display: block;
        }

        .sidebar-menu > li.active > a {
            color: white;
            font-weight: 600;
            background: #f0680b;
        }

            .sidebar-menu > li.active > a i {
                color: #d74b4b;
            }

        .sidebar-menu > li ul {
            display: none;
            padding: 0 0 10px 0;
            margin: 0;
            list-style: none;
        }

            .sidebar-menu > li ul > li > a {
                display: block;
                padding: 8px 25px 8px 48px;
                color: #666666;
                background: #f4f4f4;
            }

                .sidebar-menu > li ul > li > a:hover,
                .sidebar-menu > li ul > li > a:active {
                    color: #d74b4b;
                    text-decoration: none;
                    background: #f8f8f8;
                }

@media (min-width: 768px) {
    .sidebar-bg {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: -1;
        width: 260px;
        background: #ffffff;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    }
    .main-sidebar-bg {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: -1;
        width: 50px;
        background: #ebebeb;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    }
}

@media (min-width: 992px) {
    .main-sidebar {
        position: absolute;
        top: 57px;
        width: 50px;
        box-shadow: none;
    }

    .sidebar {
        position: absolute;
        top: 57px;
        width: 260px;
        box-shadow: none;
        transition: all 0.5s;
    }

    .sidebar-bg {
        display: block;
    }

    .sidebar-toggle {
        display: none;
    }

    .sidebar-inner {
        display: block !important;
    }
}

.content-page {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 50px;
    padding-top: 40px;
}

.content {
    padding: 0;
    margin-left: 2%;
    margin-right: 2%;
}

@media (max-width: 991px) {
    .content-page {
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    .content {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .content-page {
        padding-top: 15px;
    }

    .content {
        padding: 15px 15px 10px;
    }
}

body {
    background: #b8cfe8;
}

@media (max-width: 991px) {

    .main-sidebar {
        display: none;
    }

    .main-sidebar-bg {
        display: none;
    }

    .sidebar {
        display: block !important;
        position: static;
        top: 0;
        bottom: 0;
        z-index: 101;
        width: 100%;
        background: #fff;
        outline: none;
        box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.2);
    }

    .sidebar.active {
        display: block !important;
        position: static;
        top: 0;
        bottom: 0;
        z-index: 101;
        width: 100%;
        background: #fff;
        outline: none;
        box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.2);
    }

    #closesideBarBtn {
        display: none;
    }

    .backmenu-btn {
        display: none;
    }

    .content-page {
        margin-left: 0px !important;
    }

    .sidebar-opened .sidebar {
        display: block;
        left: 0;
        right: 0;
        width: auto;
    }

    .sidebar-opened .sidebar-inner {
        display: block;
        width: 100%;
    }

    .sidebar-toggle {
        text-align: center;
        display: block;
        padding: 12px 10px;
        color: #d74b4b;
        font-size: 18px;
        cursor: pointer;
    }
}

@media (min-width: 992px) {
    .layout-fixed .navbar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        padding-top: 0px;
        padding-bottom: 0px;
        border: solid 1px transparent;
    }

    .layout-fixed .sidebar {
        bottom: 50px;
        height: 100%;
        padding-bottom: 50px;
        margin-top: 0px;
        position: fixed;
    }

    .layout-fixed .main-sidebar {
        bottom: 50px;
        height: 100%;
        padding-bottom: 50px;
        margin-top: 0px;
        position: fixed;
    }

    .layout-fixed .content-page {
        top: 57px;
    }
}


.fontawesome-icon-list {
    margin-top: 3em;
    margin-bottom: 3em;
}

    .fontawesome-icon-list > div {
        margin-bottom: 3em;
        text-align: center;
    }

        .fontawesome-icon-list > div a {
            display: block;
            color: #777;
        }

            .fontawesome-icon-list > div a:hover {
                color: #d74b4b;
                text-decoration: none;
            }

        .fontawesome-icon-list > div i {
            display: block;
            margin-bottom: 10px;
            font-size: 22px;
        }

/*Custom styles*/

/*Form containers for New Service Ticket*/
.pagecontent {
    background-color: white;
}

    .pagecontent input:not([type="checkbox"]):not([type="radio"]) {
        background-color: #d7d7d7;
        border: none;
        max-width: 1000px;
        padding-bottom: 0px;
        padding-top: 0px;
        height: 30px;
    }

    .pagecontent select {
        background-color: #d7d7d7;
        border: none;
        max-width: 1000px;
        padding-bottom: 0px;
        padding-top: 0px;
        height: 30px;
    }

    .pagecontent textarea {
        background-color: #d7d7d7;
        border: none;
        border-radius: 0.25rem;
        max-width: 1000px;
        width: 100%;
        padding-bottom: 0px;
        padding-top: 0px;
        height: 30px;
    }

    .pagecontent label {
        color: black;
    }

    .pagecontent div {
        margin-left: 0px;
        margin-right: 0px;
    }

/*Table for Service Ticket List*/
.serviceTicketTable {
    border: none;
    overflow-y: scroll;
    background-color: white;
    margin-bottom: 0px;
}

    .serviceTicketTable th {
        font-weight: normal;
        border: none;
        color: #688498;
    }

        .serviceTicketTable th > a:hover {
            color: #688498;
        }

    .serviceTicketTable td {
        border-left: none;
        border-bottom: none;
    }

/*Button for Service Ticket forms*/
#serviceTicketButton {
    display: block;
    margin: auto;
    margin-top: 10px;
    color: white;
    border-radius: 20px;
    background-color: #126acf;
    border-color: #126acf;
    padding-top: 0px;
    cursor: pointer;
}

/*Form containers for inspection forms on service tickets*/
#inspectionContainer {
    border: none;
    border-radius: 5px;
    background-color: #ebebeb;
    padding: 0px 20px 0px 20px;
    margin-bottom: 20px;
}

    #inspectionContainer label {
        color: #3271d0;
        font-weight: bold;
    }

    #inspectionContainer input[type="radio"] {
        height: 20px;
        width: 20px;
    }

/*Open/close buttons on Service Ticket screens*/
.rounded-circle {
    border-radius: 50%;
    margin: 5px;
    float: right;
}

.input-group-addon {
    padding: 0;
    border: none;
    background-color: inherit;
}

/*Left-side navbar styling*/
#navLink {
    padding-left: 5px;
    font-weight: 600;
}

/*Button styles*/
.white-button {
    background-color: white;
    color: #94917b;
    min-width: 160px;
    border: 2px;
    border-color: black;
    border-radius: 3px;
}

    .white-button:disabled {
        opacity: .5;
    }

.red-button {
    background-color: red;
    color: white;
    min-width: 70px;
    border: none;
    margin: 5px;
    border-radius: 3px;
}

    .red-button:disabled {
        opacity: .5;
    }

.green-button {
    background-color: green;
    color: white;
    min-width: 70px;
    border: none;
    margin: 5px;
    border-radius: 3px;
}

    .green-button:disabled {
        opacity: .5;
    }

.blue-button {
    background-color: #053258;
    color: white;
    min-width: 70px;
    border: none;
    margin: 5px;
    border-radius: 3px;
}

    .blue-button:disabled {
        opacity: .5;
    }

.empty-button {
    background-color: inherit;
    color: white;
    border: solid 2px white;
    border-radius: 3px;
}

    .empty-button:hover {
        background-color: white;
        color: black;
    }

.bootbox {
    opacity: 1;
    z-index: 1000005;
}

.modal-dialog {
    margin-top: 50px;
}

.modal-backdrop.fade {
    background-color: white;
    opacity: .5;
}

/*Custom sidebar styles*/
.sidebar-menu > li.sidebar-header:hover {
    background: lightgray;
}

    .sidebar-menu > li.sidebar-header:hover > a {
        background: lightgray;
    }

.sidebar-menu > li.activeHeader {
    background: #f0680b;
}

    .sidebar-menu > li.activeHeader > a {
        color: white;
        font-weight: 600;
        background: #f0680b;
    }

#nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    #nav li {
        float: left;
        margin-right: 20px;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
    }

        #nav li a {
            color: #333333;
            text-decoration: none
        }

            #nav li a:hover {
                color: #006699;
                text-decoration: none
            }


/*Notifications*/
#notification_li {
    position: relative;
    padding-top: 14px;
}

#notificationContainer {
    background-color: #fff;
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 55px;
    margin-left: -280px;
    width: 330px;
    z-index: -1;
    display: none;
    /*Enable this after jquery implementation*/
}

#notificationTitle {
    color: #2b3d4c;
    font-weight: bold;
    padding: 8px;
    font-size: 13px;
    background-color: #ffffff;
    position: fixed;
    z-index: 1000;
    width: 328px;
    border-bottom: 1px solid #dddddd;
}

#notificationsBody {
    margin-top: 33px;
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
}

#notificationFooter {
    background-color: #e9eaed;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #dddddd;
}

#notificationsTable {
    width: 100%;
}

    #notificationsTable tr {
        border-bottom: 1px solid #dddddd;
        cursor: pointer;
    }

        #notificationsTable tr:hover {
            background-color: #dddddd;
        }

.searchText {
    width: 50%;
    height: 34px;
    float: right;
    margin: 0px;
    border: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.searchButton {
    height: 34px;
    float: right;
    margin: 0px;
    padding: 7px;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    min-width: 50px;
}

.tab {
    color: black;
    background-color: transparent;
    border-top: solid 1px #b7b7b7;
    border-bottom: solid 1px #b7b7b7;
    border-left: solid 1px #b7b7b7;
    border-right: none;
    height: 50px;
    width: 150px;
    font-weight: 600;
    float: left;
}

    .tab.rightEnd{
        border-right: solid 1px #b7b7b7;
    }

    .tab:hover {
        background-color: white;
    }

    .tab:disabled:hover {
        background-color: transparent;
    }

.activeTab {
    color: red;
    background-color: white;
    border: none;
    height: 50px;
    width: 150px;
    font-weight: 600;
    float: left;
}

.tabContent {
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
}

.signature-pad > canvas {
    display: block;
    width: 600px;
    height: 150px;
    margin-bottom: 5px;
    background-color: white;
    border-radius: 4px;
}

.locationButtonContainer {
    max-height: 400px;
    overflow-y: auto;
    background-color: white;
    display: block;
    position: absolute;
    z-index: 10;
    border: solid 1px #ddd;
}

.locationDropdownButton {
    color: black;
    text-decoration: none;
    display: block;
    background-color: white;
    cursor: pointer;
    border: none;
    padding: 5px 10px 5px 10px;
}

    .locationDropdownButton:hover {
        background-color: #ddd;
    }

th > a {
    color: #428bca;
    text-decoration: none;
}

    th > a:hover {
        color: #688498;
        text-decoration: underline;
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
}

    .close:hover {
        float: right;
        font-size: 21px;
        font-weight: bold;
        line-height: 1;
        color: #000000;
        text-shadow: 0 1px 0 #ffffff;
        opacity: 0.2;
    }

.modal-dialog {
    max-width: 600px;
}

.btn-default {
    border-color: #cccccc;
}

.customModal {
    margin-left: 10%;
    margin-top: 5%;
    width: 80%;
    height: 80%;
    padding: 5vh;
    background-color: black;
    overflow-y: hidden;
    z-index: 1000003;
}

.customModalClose {
    color: white;
    opacity: 1;
    font-weight: normal;
    cursor: pointer;
}

    .customModalClose:hover {
        color: white;
        opacity: .5;
        font-weight: normal;
        cursor: pointer;
    }

.table tbody > tr > td {
    border-top: 1px solid #dddddd;
    vertical-align: middle;
}

.fa-plus {
    color: lightgreen;
    cursor: pointer;
    font-size: x-large;
}

    .fa-plus:hover {
        color: green;
    }

.rounded-circle > .fa-plus {
    color: white;
    cursor: pointer;
    font-size: inherit;
}

    .rounded-circle > .fa-plus:hover {
        color: white;
    }

.fa-trash-alt {
    color: gray;
    cursor: pointer;
    font-size: x-large;
}

    .fa-trash-alt:hover {
        color: black;
    }

.fa-edit {
    color: gray;
    cursor: pointer;
    font-size: x-large;
}

.fa-edit-white {
    color: white;
}

.fa-edit:hover {
    color: black;
}
