<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
      * Client page forms
      */
.client-form header {
    padding: 15px 13px;
    margin: 0;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}
/*
      * Circle Buttons
      */
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 15px;
        font-size: 18px;
        line-height: 30px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 15px;
        font-size: 24px;
        line-height: 50px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }
/*
      * Big Metro Buttons
      */
.btn-metro {
    margin: 0 0 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .btn-metro &gt; span {
        display: block;
        vertical-align: bottom;
        margin-top: 10px;
        text-transform: uppercase;
    }

        .btn-metro &gt; span.label {
            position: absolute;
            top: 0px;
            right: 0px;
        }
/*
      * buttons with labels
      */
.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.btn-link {
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 14px;
}

/*
      * SMART FORMS
      */


.smart-form .btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.smart-form .radio + .radio,
.smart-form .checkbox + .checkbox {
    margin-top: 0;
}

.smart-form footer .btn {
    float: right;
    height: 31px;
    margin: 10px 0 0 5px;
    padding: 0 22px;
    font: 300 15px/29px 'Open Sans', Helvetica, Arial, sans-serif;
    cursor: pointer;
}

.smart-form legend {
    padding-top: 15px;
}

.smart-form {
    outline: none;
    color: #666;
}

    .smart-form header {
        display: block;
        padding: 8px 15px;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
        font-size: 16px;
        font-weight: 300;
        color: #232323;
        /* margin: 10px 14px 0; */
    }

    .smart-form fieldset {
        display: block;
        padding: 25px 14px 5px;
        border: none;
        position: relative;
    }

        .smart-form fieldset + fieldset {
            border-top: 1px solid rgba(0, 0, 0, 0.1);
        }

    .smart-form section {
        margin-bottom: 15px;
        position: relative;
    }

    .smart-form footer {
        display: block;
        padding: 7px 14px 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

        .smart-form footer:after {
            content: '';
            display: table;
            clear: both;
        }

    .smart-form .label {
        display: block;
        margin-bottom: 6px;
        line-height: 19px;
        font-weight: 400;
        font-size: 13px;
        color: #333;
        text-align: left;
    }

        .smart-form .label.col {
            margin: 0;
            padding-top: 7px;
        }

    .smart-form .note,
    .note {
        margin-top: 6px;
        padding: 0 1px;
        font-size: 11px;
        line-height: 15px;
        color: #999;
    }

.note {
    margin-top: 2px;
    font-size: 10px;
}

.smart-form .note a {
    font-size: 13px;
}

.smart-form .input,
.smart-form .select,
.smart-form .textarea,
.smart-form .radio,
.smart-form .checkbox,
.smart-form .toggle,
.smart-form .button {
    position: relative;
    display: block;
    font-weight: 400;
}

    .smart-form .input input,
    .smart-form .select select,
    .smart-form .textarea textarea {
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        height: 32px;
        padding: 8px 10px;
        outline: none;
        border-width: 1px;
        border-style: solid;
        border-radius: 0;
        background: #fff;
        font: 13px/16px 'Open Sans', Helvetica, Arial, sans-serif;
        color: #404040;
        appearance: normal;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
/*
      * File inputs
      */
.smart-form .input-file .button {
    position: absolute;
    top: 4px;
    right: 4px;
    float: none;
    height: 22px;
    margin: 0;
    padding: 0 14px;
    font-size: 13px;
    line-height: 22px;
}

    .smart-form .input-file .button:hover {
        box-shadow: none;
    }

    .smart-form .input-file .button input {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        font-size: 30px;
        cursor: pointer;
        opacity: 0;
    }
/*
      * Selects
      */
.smart-form .select i {
    position: absolute;
    top: 10px;
    right: 11px;
    width: 5px;
    height: 11px;
    background: white;
    box-shadow: 0 0 0 9px white;
}

    .smart-form .select i:after,
    .smart-form .select i:before {
        content: '';
        position: absolute;
        right: 0;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .smart-form .select i:after {
        bottom: 0;
        border-top: 4px solid #404040;
    }

    .smart-form .select i:before {
        top: 0;
        border-bottom: 4px solid #404040;
    }

.smart-form .select-multiple select {
    height: auto;
}
/*
      * Text areas
      */
.smart-form .textarea textarea {
    height: auto;
    resize: none;
}

.smart-form .textarea-resizable textarea {
    resize: vertical;
}

.smart-form .textarea-expandable textarea {
    height: 31px;
}

    .smart-form .textarea-expandable textarea:focus {
        height: auto;
    }
/*
      * Radio and checkboxes
      */
.smart-form .radio,
.smart-form .checkbox {
    margin-bottom: 4px;
    padding-left: 25px;
    font-size: 15px;
    line-height: 25px;
    color: #404040;
    cursor: pointer;
    font-size: 13px;
}

    .smart-form .radio:last-child,
    .smart-form .checkbox:last-child {
        margin-bottom: 0;
    }

    .smart-form .radio input,
    .smart-form .checkbox input {
        position: absolute;
        left: -9999px;
    }

    .smart-form .radio i,
    .smart-form .checkbox i {
        position: absolute;
        top: 3px;
        left: 0;
        display: block;
        width: 17px;
        height: 17px;
        outline: none;
        border-width: 1px;
        border-style: solid;
        background: #FFF;
    }

    .smart-form .radio i {
        border-radius: 50%;
    }

    .smart-form .radio input + i:after,
    .smart-form .checkbox input + i:after {
        position: absolute;
        opacity: 0;
        transition: opacity 0.1s;
        -o-transition: opacity 0.1s;
        -ms-transition: opacity 0.1s;
        -moz-transition: opacity 0.1s;
        -webkit-transition: opacity 0.1s;
    }

    .smart-form .radio input + i:after {
        content: '';
        top: 4px;
        left: 4px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
    }

    .smart-form .checkbox input + i:after {
        content: '\f00c';
        top: -1px;
        left: 1px;
        width: 15px;
        height: 15px;
        font: normal 16px/19px FontAwesome;
        text-align: center;
    }

    .smart-form .checkbox input:checked:hover + i:after {
        content: '\f00d';
    }

    .smart-form .checkbox input:checked:disabled:hover + i:after {
        content: '\f00c';
    }

    .smart-form .radio input:checked + i:after,
    .smart-form .checkbox input:checked + i:after {
        opacity: 1;
    }

.smart-form .inline-group {
    margin: 0 -15px -4px 0;
}

    .smart-form .inline-group:after {
        content: '';
        display: table;
        clear: both;
    }

    .smart-form .inline-group .radio,
    .smart-form .inline-group .checkbox {
        float: left;
        margin-right: 30px;
    }

        .smart-form .inline-group .radio:last-child,
        .smart-form .inline-group .checkbox:last-child {
            margin-bottom: 4px;
        }
/*
      * toggles
      */
.smart-form .toggle {
    margin-bottom: 4px;
    padding-right: 61px;
    font-size: 15px;
    line-height: 25px;
    color: #404040;
    cursor: pointer;
}

    .smart-form .toggle:last-child {
        margin-bottom: 0;
    }

    .smart-form .toggle input {
        position: absolute;
        left: -9999px;
    }

    .smart-form .toggle i {
        content: '';
        position: absolute;
        top: 4px;
        right: 0;
        display: block;
        width: 49px;
        height: 17px;
        border-width: 1px;
        border-style: solid;
        border-radius: 12px;
        background: #fff;
    }

        .smart-form .toggle i:after {
            content: attr(data-swchoff-text);
            position: absolute;
            top: 2px;
            right: 8px;
            left: 8px;
            font-style: normal;
            font-size: 9px;
            line-height: 13px;
            font-weight: 700;
            text-align: left;
            color: #5f5f5f;
        }

        .smart-form .toggle i:before {
            content: '';
            position: absolute;
            z-index: 1;
            top: 4px;
            right: 4px;
            display: block;
            width: 9px;
            height: 9px;
            border-radius: 50%;
            opacity: 1;
            transition: right 0.2s;
            -o-transition: right 0.2s;
            -ms-transition: right 0.2s;
            -moz-transition: right 0.2s;
            -webkit-transition: right 0.2s;
        }

    .smart-form .toggle input:checked + i:after {
        content: attr(data-swchon-text);
        text-align: right;
    }

    .smart-form .toggle input:checked + i:before {
        right: 36px;
    }
/*
      * ratings
      */
.smart-form .rating {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 25px;
    color: #404040;
}

    .smart-form .rating:last-child {
        margin-bottom: 0;
    }

    .smart-form .rating input {
        position: absolute;
        left: -9999px;
    }

    .smart-form .rating label {
        display: block;
        float: right;
        height: 17px;
        margin-top: 5px;
        padding: 0 2px;
        font-size: 17px;
        line-height: 17px;
        cursor: pointer;
    }
/*
      * buttons
      */
.smart-form .button {
    float: right;
    height: 31px;
    overflow: hidden;
    margin: 10px 0 0 5px;
    padding: 0 25px;
    outline: none;
    border: 0;
    font: 300 15px/31px 'Open Sans', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.smart-form .icon-append,
.smart-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.smart-form .icon-append {
    right: 5px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
}

.smart-form .icon-prepend {
    left: 5px;
    padding-right: 3px;
    border-right-width: 1px;
    border-right-style: solid;
}

.smart-form .input .icon-prepend + input,
.smart-form .textarea .icon-prepend + textarea {
    padding-left: 37px;
}

.smart-form .input .icon-append + input,
.smart-form .textarea .icon-append + textarea {
    padding-right: 37px;
}

.smart-form .input .icon-prepend + .icon-append + input,
.smart-form .textarea .icon-prepend + .icon-append + textarea {
    padding-left: 37px;
}
/*
      * grid
      */
.smart-form .row {
    margin: 0 -15px;
}

    .smart-form .row:after {
        content: '';
        display: table;
        clear: both;
    }

.smart-form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.smart-form .col-1 {
    width: 8.33%;
}

.smart-form .col-2 {
    width: 16.66%;
}

.smart-form .col-3 {
    width: 25%;
}

.smart-form .col-4 {
    width: 33.33%;
}

.smart-form .col-5 {
    width: 41.66%;
}

.smart-form .col-6 {
    width: 50%;
}

.smart-form .col-8 {
    width: 66.67%;
}

.smart-form .col-9 {
    width: 75%;
}

.smart-form .col-10 {
    width: 83.33%;
}

@media screen and (max-width: 600px) {
    .smart-form .col {
        float: none;
        width: 100%;
    }
}
/*
      * tooltips
      */
.smart-form .select select {
    padding: 5px;
}

.smart-form .tooltip {
    position: absolute;
    z-index: 99999;
    left: -9999px;
    padding: 2px 8px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    opacity: 0;
    transition: margin 0.3s, opacity 0.3s;
    -o-transition: margin 0.3s, opacity 0.3s;
    -ms-transition: margin 0.3s, opacity 0.3s;
    -moz-transition: margin 0.3s, opacity 0.3s;
    -webkit-transition: margin 0.3s, opacity 0.3s;
}

    .smart-form .tooltip:after {
        content: '';
        position: absolute;
    }

.smart-form .input input:focus + .tooltip,
.smart-form .textarea textarea:focus + .tooltip {
    opacity: 1;
}

.smart-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: 15px;
}

    .smart-form .tooltip-top-right:after {
        top: 100%;
        right: 11px;
        border-top: 4px solid rgba(0, 0, 0, 0.9);
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

.smart-form .input input:focus + .tooltip-top-right,
.smart-form .textarea textarea:focus + .tooltip-top-right {
    right: 0;
    left: auto;
    margin-bottom: 5px;
}

.smart-form .tooltip-top-left {
    bottom: 100%;
    margin-bottom: 15px;
}

    .smart-form .tooltip-top-left:after {
        top: 100%;
        left: 11px;
        border-top: 4px solid rgba(0, 0, 0, 0.9);
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

.smart-form .input input:focus + .tooltip-top-left,
.smart-form .textarea textarea:focus + .tooltip-top-left {
    right: auto;
    left: 0;
    margin-bottom: 5px;
}

.smart-form .tooltip-right {
    top: 4px;
    white-space: nowrap;
    margin-left: 15px;
}

    .smart-form .tooltip-right:after {
        top: 6px;
        right: 100%;
        border-top: 4px solid transparent;
        border-right: 4px solid rgba(0, 0, 0, 0.9);
        border-bottom: 4px solid transparent;
    }

.smart-form .input input:focus + .tooltip-right,
.smart-form .textarea textarea:focus + .tooltip-right {
    left: 100%;
    margin-left: 5px;
}

.smart-form .tooltip-left {
    top: 4px;
    white-space: nowrap;
    margin-right: 15px;
}

    .smart-form .tooltip-left:after {
        top: 6px;
        left: 100%;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid rgba(0, 0, 0, 0.9);
    }

.smart-form .input input:focus + .tooltip-left,
.smart-form .textarea textarea:focus + .tooltip-left {
    right: 100%;
    left: auto;
    margin-right: 5px;
}

.smart-form .tooltip-bottom-right {
    top: 100%;
    margin-top: 15px;
}

    .smart-form .tooltip-bottom-right:after {
        bottom: 100%;
        right: 11px;
        border-right: 4px solid transparent;
        border-bottom: 4px solid rgba(0, 0, 0, 0.9);
        border-left: 4px solid transparent;
    }

.smart-form .input input:focus + .tooltip-bottom-right,
.smart-form .textarea textarea:focus + .tooltip-bottom-right {
    right: 0;
    left: auto;
    margin-top: 5px;
}

.smart-form .tooltip-bottom-left {
    top: 100%;
    margin-top: 15px;
}

    .smart-form .tooltip-bottom-left:after {
        bottom: 100%;
        left: 11px;
        border-right: 4px solid transparent;
        border-bottom: 4px solid rgba(0, 0, 0, 0.9);
        border-left: 4px solid transparent;
    }

.smart-form .input input:focus + .tooltip-bottom-left,
.smart-form .textarea textarea:focus + .tooltip-bottom-left {
    right: auto;
    left: 0;
    margin-top: 5px;
}
/*
      * normal state
      */
.smart-form .input input,
.smart-form .select select,
.smart-form .textarea textarea,
.smart-form .radio i,
.smart-form .checkbox i,
.smart-form .toggle i,
.smart-form .icon-append,
.smart-form .icon-prepend {
    border-color: #BDBDBD;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

    .smart-form .toggle i:before {
        background-color: #3276B1;
    }

.smart-form .rating label {
    color: #ccc;
    transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

.smart-form .button {
    background-color: #3276B1;
    opacity: 0.8;
    transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

    .smart-form .button.button-secondary {
        background-color: #b3b3b3;
    }

.smart-form .icon-append,
.smart-form .icon-prepend {
    color: #A2A2A2;
}
/*
      * hover state
      */
.smart-form .input:hover input,
.smart-form .select:hover select,
.smart-form .textarea:hover textarea,
.smart-form .radio:hover i,
.smart-form .checkbox:hover i,
.smart-form .toggle:hover i {
    border-color: #5D98CC;
}

.smart-form .rating input + label:hover,
.smart-form .rating input + label:hover ~ label {
    color: #3276B1;
}

.smart-form .button:hover {
    opacity: 1;
}

.smart-form .radio:hover i,
.smart-form .checkbox:hover i,
.smart-form .toggle:hover i {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
/*
      * radio/toggle/checkbox active state
      */
.smart-form .radio:active i,
.smart-form .checkbox:active i,
.smart-form .toggle:active i {
    background: #F0F0F0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
/*
      * focus state
      */
.smart-form .input input:focus,
.smart-form .select select:focus,
.smart-form .textarea textarea:focus,
.smart-form .radio input:focus + i,
.smart-form .checkbox input:focus + i,
.smart-form .toggle input:focus + i {
    border-color: #3276B1;
}
/*
      * checked state
      */
.smart-form .radio input + i:after {
    background-color: #3276B1;
}

.smart-form .checkbox input + i:after {
    color: #3276B1;
}

.smart-form .radio input:checked + i,
.smart-form .checkbox input:checked + i,
.smart-form .toggle input:checked + i {
    border-color: #3276B1;
}

.smart-form .rating input:checked ~ label {
    color: #3276B1;
}
/*
      * error state
      */
.smart-form .state-error input,
.smart-form .state-error select,
.smart-form .state-error textarea,
.smart-form .radio.state-error i,
.smart-form .checkbox.state-error i,
.smart-form .toggle.state-error i {
    background: #fff0f0;
    border-color: #A90329;
}

.smart-form .toggle.state-error input:checked + i {
    background: #fff0f0;
}

.smart-form .state-error + em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #D56161;
}

.smart-form .rating.state-error + em {
    margin-top: -4px;
    margin-bottom: 4px;
}

.smart-form .state-error select + i {
    background: #FFF0F0;
    box-shadow: 0 0 0 9px #FFF0F0;
}

.state-error .icon-append,
.state-error .icon-prepend {
    color: #ed1c24;
}
/*
      * success state
      */
.smart-form .state-success input,
.smart-form .state-success select,
.smart-form .state-success textarea,
.smart-form .radio.state-success i,
.smart-form .checkbox.state-success i,
.smart-form .toggle.state-success i {
    background: #f0fff0;
    border-color: #7DC27D;
}

.smart-form .toggle.state-success input:checked + i {
    background: #f0fff0;
}

.smart-form .note-success {
    color: #6fb679;
}

.smart-form .state-success select + i {
    background: honeyDew;
    box-shadow: 0 0 0 9px honeyDew;
}
/*
      * disable state
      */
.smart-form .input.state-disabled input,
.smart-form .select.state-disabled,
.smart-form .textarea.state-disabled,
.smart-form .radio.state-disabled,
.smart-form .checkbox.state-disabled,
.smart-form .toggle.state-disabled,
.smart-form .button.state-disabled {
    cursor: default !important;
    opacity: 0.6 !important;
}

    .smart-form .input.state-disabled:hover input,
    .smart-form .select.state-disabled:hover select,
    .smart-form .textarea.state-disabled:hover textarea,
    .smart-form .radio.state-disabled:hover i,
    .smart-form .checkbox.state-disabled:hover i,
    .smart-form .toggle.state-disabled:hover i {
        border-color: #e5e5e5 !important;
    }

.smart-form .state-disabled.radio input:checked + i,
.smart-form .state-disabled.checkbox input:checked + i,
.smart-form .state-disabled.toggle input:checked + i,
.smart-form .state-disabled.checkbox input + i:after,
.smart-form .state-disabled.radio input + i:after {
    border-color: #e5e5e5 !important;
    color: #333 !important;
}

.smart-form .state-disabled.radio input + i:after {
    background-color: #333;
}
/*
      * submit state
      */
.smart-form .message {
    display: none;
    color: #6fb679;
}

    .smart-form .message i {
        display: block;
        margin: 0 auto 20px;
        width: 81px;
        height: 81px;
        border: 1px solid #6fb679;
        border-radius: 50%;
        font-size: 30px;
        line-height: 81px;
    }

.smart-form.submited fieldset,
.smart-form.submited footer {
    display: none;
}

.smart-form.submited .message {
    display: block;
    padding: 25px 30px;
    background: rgba(255, 255, 255, 0.9);
    font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
    text-align: center;
}
/*
      * JQUERY UI UPDATE
      */
.smart-form .ui-widget-content .ui-spinner-input {
    margin: 0px;
    border: 0px;
    box-shadow: none !important;
    height: 29px;
}
/*
      * date picker

      .ui-datepicker {
      display: none;
      padding: 10px 12px;
      background: #fff;
      box-shadow: 0 0 10px rgba(0,0,0,.3);
      font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
      text-align: center;
      color: #666;
      }
      .ui-datepicker a {
      color: #404040;
      }
      .ui-datepicker-header {
      position: relative;
      margin: -10px -12px 10px;
      padding: 10px;
      border-bottom: 1px solid rgba(0,0,0,.1);
      font-size: 15px;
      line-height: 27px;
      }
      .ui-datepicker-prev, .ui-datepicker-next {
      position: absolute;
      top: 0;
      display: block;
      width: 47px;
      height: 47px;
      font-size: 15px;
      line-height: 47px;
      text-decoration: none;
      cursor: pointer;
      }
      .ui-datepicker-prev {
      left: 0;
      }
      .ui-datepicker-next {
      right: 0;
      }
      .ui-datepicker-calendar {
      border-collapse: collapse;
      font-size: 13px;
      line-height: 27px;
      }
      .ui-datepicker-calendar th {
      color: #999;
      }
      .ui-datepicker-calendar a, .ui-datepicker-calendar span {
      display: block;
      width: 31px;
      margin: auto;
      text-decoration: none;
      color: #404040;
      text-align:center;
      }
      .ui-datepicker-unselectable.ui-state-disabled {

      }
      .ui-datepicker-unselectable.ui-state-disabled &gt; span {
      color:#bfbfbf;
      background-color: #FAFCFD;
      }

      .ui-datepicker-calendar a:hover {
      background: #3276B1;
      color:#fff;
      }
      .ui-datepicker-calendar span {

      }
      .ui-datepicker-today a {
      font-weight: 700;
      }
      .ui-datepicker-calendar .ui-state-active {
      background: rgba(0,0,0,.05);
      cursor: default;
      }
      .ui-datepicker-inline {
      border: 2px solid #e5e5e5;
      background: #fff;
      box-shadow: none;
      }
      .ui-datepicker-inline .ui-datepicker-calendar {
      width: 100%;
      } */
/*
      * model
      */
.smart-form-modal {
    position: fixed;
    z-index: 1;
    display: none;
    width: 400px;
}

.smart-form-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
/*
      * Time picker
      */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 17px 10px 12px 40%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }
/*
      * Large, small and extra small fields
      */
.smart-form input.input-lg {
    height: 44px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
}

.smart-form input.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.smart-form input.input-xs {
    height: 24px;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.5;
}
/* SELECT */
.smart-form select.input-sm {
    height: 30px;
    line-height: 15px;
    font-size: 12px;
}

    .smart-form select.input-sm + i {
        height: 10px;
    }

.smart-form select.input-lg {
    height: 44px;
    line-height: 22px;
    font-size: 17px;
}

    .smart-form select.input-lg + i {
        height: 11px;
        top: 17px;
    }
/* aep fix for aspnet mvc
      from abelepereira  */
.smart-form .checkbox input + input[type=hidden] + i:after {
    content: '\f00c';
    top: -1px;
    left: 1px;
    width: 15px;
    height: 15px;
    font: normal 16px/19px FontAwesome;
    text-align: center;
}

.smart-form .checkbox input:checked:hover + input[type=hidden] + i:after {
    content: '\f00d';
}

.smart-form .checkbox input:checked:disabled:hover + input[type=hidden] + i:after {
    content: '\f00c';
}

.smart-form .checkbox input:checked + input[type=hidden] + i:after {
    opacity: 1;
}
/* toogle fix */
.smart-form .toggle input:checked + input[type=hidden] + i:after {
    content: attr(data-swchon-text);
    text-align: right;
}

.smart-form .toggle input:checked + input[type=hidden] + i:before {
    right: 36px;
}
/* end of fix */
/*
      * Error Page
      */
.error-box {
    max-width: 900px;
    margin: 0 auto;
}

.error-text {
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -4px;
    font-size: 700%;
    margin-bottom: 30px;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #bfbfbf, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}

.error-search {
    width: 300px;
    margin: 0 auto 20px;
}

.error-icon-shadow {
    text-shadow: 0 1px 0 #803838, 0 2px 0 #a85d5d, 0 3px 0 #b86565, 0 4px 0 #d86f6f, 0 5px 0 #b3a5a5, 0 6px 1px rgba(131, 51, 51, 0.1), 0 0 5px rgba(102, 30, 30, 0.1), 0 1px 3px rgba(95, 15, 15, 0.3), 0 3px 5px rgba(100, 23, 23, 0.2), 0 5px 10px rgba(114, 30, 30, 0.25), 0 10px 10px rgba(94, 15, 15, 0.2), 0 20px 20px rgba(121, 38, 38, 0.15);
}
/*
      * LOGIN/REGISTER/EXTR PAGE
      */
.display-image {
    margin-top: -60px;
    margin-right: 20px;
}

.terms-body {
    max-height: 400px;
    overflow: auto;
}

#extr-page {
    background: #ffffff;
    overflow: visible;
}

    #extr-page .container {
        border: none;
    }

    #extr-page #header {
        margin: 0;
        height: 71px;
        border-bottom: 1px solid #eeeeee !important;
        overflow: hidden;
        padding: 0 30px;
        background-clip: padding-box;
        border-width: 0;
        min-height: 28px;
        background: #f4f4f4 !important;
        /*margin-bottom:20px;*/
    }

    #extr-page #main {
        padding-top: 20px;
    }

    #extr-page #header #logo {
        margin-top: 22px;
        margin-left: 0px;
    }

        #extr-page #header #logo img {
            width: 137px;
        }

#extr-page-header-space {
    float: right;
    text-align: right;
    display: block;
    vertical-align: middle;
    line-height: 71px;
}

    #extr-page-header-space &gt; :first-child {
        font-size: 13px;
        margin-right: 14px;
        vertical-align: -3px;
        font-weight: 400;
    }

    #extr-page-header-space .btn {
        font-weight: bold;
        text-transform: uppercase;
    }

    #extr-page-header-space &gt; * {
        display: inline-block;
    }

#extr-page #main {
    background: #ffffff;
    margin: 0;
}

#extr-page .hero {
    background-image: url("../img/gradient/login.png");
    background-repeat: no-repeat;
    background-position: 0 137px;
    height: 360px;
    width: 100%;
    float: left;
}

#extr-page h4.paragraph-header {
    color: #565656;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    margin-top: 15px;
    width: 270px;
}

#extr-page h5.about-heading {
    color: #565656;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 5px;
}

#extr-page .login-header-big {
    font-weight: 400;
}

#extr-page .login-desc-box-l {
    min-height: 350px;
    width: 50%;
}

#extr-page .login-app-icons {
    vertical-align: top;
    margin-top: 90px;
    width: 300px;
}

@media (min-width: 768px) and (max-width: 880px) {
    #extr-page #header {
        padding: 0 5px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 679px) {
    #extr-page #header {
        padding: 0 5px !important;
    }

        #extr-page #header #logo img {
            width: 135px;
        }

        #extr-page #header #logo {
            margin-top: 22px;
        }
}
/*
      * WELLS
      */
.well {
    background: #fbfbfb;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
    -moz-box-shadow: 0 1px 1px #ececec;
    position: relative;
}

    .well.well-clean {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: transparent;
    }

    .well.well-glass {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: transparent;
        background-color: rgba(255, 255, 255, 0.25);
        color: #ffffff;
    }

    .well.well-light {
        background: #ffffff;
        border: 1px solid #e2e2e2;
    }

.widget-body .well {
    margin-bottom: 0px;
}

.well.transparent {
    border: none !important;
    background: none !important;
}

.jarviswidget.well.transparent &gt; div,
.jarviswidget.well.transparent &gt; div .widget-body {
    padding: 0px !important;
}
/* any wells with custom bg the border will be darkened */
.well[class^="bg-"],
.well[class*=" bg-"] {
    border: 1px solid #555555 !important;
}
/*
      * PROGRESS BARS
      */
.progress-micro {
    height: 3px !important;
    line-height: 3px !important;
}

.progress-xs {
    height: 7px !important;
    line-height: 7px !important;
}

.progress-sm {
    height: 14px !important;
    line-height: 14px !important;
}

.progress-lg {
    height: 30px !important;
    line-height: 30px !important;
}

.progress .progress-bar {
    position: absolute;
    overflow: hidden;
    line-height: 20px;
}

.progress .progressbar-back-text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.progress .progressbar-front-text {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.progress.right .progress-bar {
    right: 0;
}

.progress.right .progressbar-front-text {
    position: absolute;
    right: 0;
}

.progress.vertical {
    width: 25px;
    height: 100%;
    min-height: 150px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 0px;
}

.progress.wide-bar {
    width: 40px;
}

.progress.vertical.bottom {
    position: relative;
}

    .progress.vertical.bottom .progressbar-front-text {
        position: absolute;
        bottom: 0;
    }

.progress.vertical .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    transition: height 0.6s ease;
}

.progress.vertical.bottom .progress-bar {
    position: absolute;
    bottom: 0;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    height: 22px;
    background: #eeeeee;
    box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
    -webkit-box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
    -moz-box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    background-color: #57889c;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: url('../img/pattern/overlay-pattern.png');
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-danger {
    background-color: #a90329;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-success {
    background-color: #739e73;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #c79121;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #57889c;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
    background: #57889c;
}

.vertical-bars {
    padding: 0;
    margin: 0;
}

    .vertical-bars:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }

    .vertical-bars li {
        padding: 14px 0;
        width: 25%;
        display: block;
        float: left;
        text-align: center;
    }

        .vertical-bars li:first-child {
            border-left: none;
        }

    .vertical-bars &gt; li &gt; .progress.vertical:first-child {
        margin-left: auto;
    }

    .vertical-bars &gt; li &gt; .progress.vertical {
        margin: 0 auto;
        float: none;
    }
/*
      * BAR HOLDER
      */
.bar-holder:first-child {
    border-top: none;
}

.bar-holder {
    padding: 18px 15px;
}

    .bar-holder .progress {
        margin: 0;
    }
/*
      * TABS
      */
.nav-tabs &gt; li &gt; a .badge {
    font-size: 11px;
    padding: 3px 5px 3px 5px;
    opacity: .5;
    margin-left: 5px;
    min-width: 17px;
    font-weight: normal;
}

.nav-tabs &gt; li &gt; a &gt; .fa {
    opacity: .5;
}

.tabs-left .nav-tabs &gt; li &gt; a .badge {
    margin-right: 5px;
    margin-left: 0px;
}

.nav-tabs &gt; li &gt; a .label {
    display: inline-block;
    font-size: 11px;
    margin-left: 5px;
    opacity: .5;
}

.nav-tabs &gt; li.active &gt; a .badge,
.nav-tabs &gt; li.active &gt; a .label,
.nav-tabs &gt; li.active &gt; a &gt; .fa {
    opacity: 1;
}

.nav-tabs &gt; li &gt; a {
    border-radius: 0px;
    color: #333333;
}

.nav-tabs &gt; li.active &gt; a {
    -webkit-box-shadow: 0 -2px 0 #57889c;
    -moz-box-shadow: 0 -2px 0 #57889c;
    box-shadow: 0 -2px 0 #57889c;
    border-top-width: 0px !important;
    margin-top: 1px !important;
    font-weight: bold;
}

.tabs-left .nav-tabs &gt; li.active &gt; a {
    -webkit-box-shadow: -2px 0 0 #57889c;
    -moz-box-shadow: -2px 0 0 #57889c;
    box-shadow: -2px 0 0 #57889c;
    border-top-width: 1px !important;
    border-left: none !important;
    margin-left: 1px !important;
}

.tabs-left .nav-pills &gt; li.active &gt; a {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.tabs-right .nav-tabs &gt; li.active &gt; a {
    -webkit-box-shadow: 2px 0 0 #57889c;
    -moz-box-shadow: 2px 0 0 #57889c;
    box-shadow: 2px 0 0 #57889c;
    border-top-width: 1px !important;
    border-right: none !important;
    margin-right: 1px !important;
}

.tabs-below .nav-tabs &gt; li.active &gt; a {
    -webkit-box-shadow: 0 2px 0 #57889c;
    -moz-box-shadow: 0 2px 0 #57889c;
    box-shadow: 0 2px 0 #57889c;
    border-bottom-width: 0px !important;
    border-top: none !important;
    margin-top: 0px !important;
}

.tabs-below &gt; .nav-tabs,
.tabs-right &gt; .nav-tabs,
.tabs-left &gt; .nav-tabs {
    border-bottom: 0;
}

.tab-content &gt; .tab-pane,
.pill-content &gt; .pill-pane {
    display: none;
}

.tab-content &gt; .active,
.pill-content &gt; .active {
    display: block;
}

.tabs-below &gt; .nav-tabs {
    border-top: 1px solid #dddddd;
}

    .tabs-below &gt; .nav-tabs &gt; li {
        margin-top: -1px;
        margin-bottom: 0;
    }

.tabs-left &gt; .nav-tabs &gt; li,
.tabs-right &gt; .nav-tabs &gt; li,
.tabs-left &gt; .nav-pills &gt; li,
.tabs-right &gt; .nav-pills &gt; li {
    float: none;
}

    .tabs-left &gt; .nav-tabs &gt; li &gt; a,
    .tabs-right &gt; .nav-tabs &gt; li &gt; a,
    .tabs-left &gt; .nav-pills &gt; li &gt; a,
    .tabs-right &gt; .nav-pills &gt; li &gt; a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

.tabs-left &gt; .nav-tabs,
.tabs-left &gt; .nav-pills {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #dddddd;
}

.tabs-left &gt; .nav-pills {
    border-right: none;
}

.tabs-left &gt; .nav-tabs &gt; li &gt; a {
    margin-right: -1px;
}

    .tabs-left &gt; .nav-tabs &gt; li &gt; a:hover,
    .tabs-left &gt; .nav-tabs &gt; li &gt; a:focus {
        border-color: #eeeeee #d5d5d5 #eeeeee #eeeeee;
    }

.tabs-left &gt; .nav-tabs .active &gt; a,
.tabs-left &gt; .nav-tabs .active &gt; a:hover,
.tabs-left &gt; .nav-tabs .active &gt; a:focus {
    border-color: #d5d5d5 transparent #d5d5d5 #dddddd;
    *border-right-color: #ffffff;
}

.tabs-left &gt; .tab-content {
    margin-left: 109px;
}

.tabs-right &gt; .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #dddddd;
    /* DDD */
}

    .tabs-right &gt; .nav-tabs &gt; li &gt; a {
        margin-left: -1px;
    }

        .tabs-right &gt; .nav-tabs &gt; li &gt; a:hover,
        .tabs-right &gt; .nav-tabs &gt; li &gt; a:focus {
            border-color: #eeeeee #eeeeee #eeeeee #dddddd;
        }

    .tabs-right &gt; .nav-tabs .active &gt; a,
    .tabs-right &gt; .nav-tabs .active &gt; a:hover,
    .tabs-right &gt; .nav-tabs .active &gt; a:focus {
        border-color: #dddddd #dddddd #dddddd transparent;
        *border-left-color: #ffffff;
    }

.tabs-below &gt; .nav-tabs,
.tabs-right &gt; .nav-tabs,
.tabs-left &gt; .nav-tabs {
    border-bottom: 0;
}

.tab-content &gt; .tab-pane,
.pill-content &gt; .pill-pane {
    display: none;
}

.tab-content &gt; .active,
.pill-content &gt; .active {
    display: block;
}

.tabs-below &gt; .nav-tabs {
    border-top: 1px solid #dddddd;
}

    .tabs-below &gt; .nav-tabs &gt; li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below &gt; .nav-tabs &gt; li &gt; a:hover,
        .tabs-below &gt; .nav-tabs &gt; li &gt; a:focus {
            border-top-color: #dddddd;
            border-bottom-color: transparent;
        }

    .tabs-below &gt; .nav-tabs &gt; .active &gt; a,
    .tabs-below &gt; .nav-tabs &gt; .active &gt; a:hover,
    .tabs-below &gt; .nav-tabs &gt; .active &gt; a:focus {
        border-color: transparent #dddddd #dddddd #dddddd;
        /* tabs */
    }
/* bordered tabs */
.nav-tabs.bordered {
    background: #ffffff;
    border: 1px solid #dddddd;
}

    .nav-tabs.bordered &gt; :first-child a {
        border-left-width: 0px !important;
    }

    .nav-tabs.bordered + .tab-content {
        border: 1px solid #dddddd;
        border-top: none;
    }
/* bordered tabs top right */
.tabs-pull-right.nav-tabs &gt; li,
.tabs-pull-right.nav-pills &gt; li {
    float: right;
}

    .tabs-pull-right.nav-tabs &gt; li:first-child &gt; a,
    .tabs-pull-right.nav-pills &gt; li:first-child &gt; a {
        margin-right: 1px;
    }

.tabs-pull-right.bordered.nav-tabs &gt; li:first-child &gt; a,
.tabs-pull-right.bordered.nav-pills &gt; li:first-child &gt; a {
    border-left-width: 1px !important;
    margin-right: 0px;
    border-right-width: 0px;
}
/* jarviswidget header first child is tab */
.jarviswidget &gt; header &gt; .nav-tabs.pull-left &gt; li:first-child a {
    border-left-width: 0px !important;
}
/*
      * WEBKIT IOS HIGHLIGHT COLOR
      *
      */
a:link,
.btn,
button {
    -webkit-tap-highlight-color: rgba(169, 3, 41, 0.5);
}

.login-info,
.login-info *,
#logo-group *,
.minified .menu-item-parent {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/*
      * BS2 useful classes
      * these classes and its importance was overlooked in BS3
      */
.hidden-desktop {
    display: none !important;
}


/*
	 * TEXT COLOR
	 */
.txt-color-blue {
  color: #57889c !important;
}
.txt-color-blueLight {
  color: #92a2a8 !important;
}
.txt-color-blueDark {
  color: #4c4f53 !important;
}
.txt-color-green {
  color: #356e35 !important;
}
.txt-color-greenLight {
  color: #71843f !important;
}
.txt-color-greenDark {
  color: #496949 !important;
}
.txt-color-red {
  color: #a90329 !important;
}
.txt-color-yellow {
  color: #b09b5b !important;
}
.txt-color-orange {
  color: #b19a6b !important;
}
.txt-color-orangeDark {
  color: #a57225 !important;
}
.txt-color-pink {
  color: #ac5287 !important;
}
.txt-color-pinkDark {
  color: #a8829f !important;
}
.txt-color-purple {
  color: #6e587a !important;
}
.txt-color-darken {
  color: #404040 !important;
}
.txt-color-lighten {
  color: #d5e7ec !important;
}
.txt-color-white {
  color: #ffffff !important;
}
.txt-color-grayDark {
  color: #525252 !important;
}
.txt-color-magenta {
  color: #6e3671 !important;
}
.txt-color-teal {
  color: #568a89 !important;
}
.txt-color-redLight {
  color: #a65858 !important;
}</pre></body></html>