/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.version {
    font-size: 0.9em;
    text-align: center;
}

    .version .label {
        color: #333333;
        font-weight: normal;
        font-size: 1.0em;
    }

.develop {
    padding: 9px 15px;
}

#login-form.smart-form footer {
    padding: 7px 14px 0 !important;
}

.memory-buttons input[type=checkbox] {
    margin-left: 5px !important;
}

.advanced-filter {
    padding: 20px 10px 10px 10px;
}

/* WIDGETS */
.jarviswidget > header {
    border-bottom: none !important;
}

.widget-toolbar .button-icon {
    min-width: 30px;
    height: 32px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.widget-footer {
    padding: 13px;
    text-align: right;
    margin: 0px -13px -13px;
}

.page-footer a {
    color: #CCC !important;
    text-decoration: underline;
}

.well {
    padding: 10px;
}

    .well h1 {
        margin-top: 12px;
    }

    .well > h5 {
        margin-top: 0 !important;
    }

    .well.no-padding h5 {
        margin: 10px 10px 10px 10px !important;
    }

    .well .smart-form {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: -10px;
    }

        .well .smart-form .smart-form {
            margin: 0 !important;
        }

    .well.no-padding .smart-form {
        margin: 0 !important;
    }

/* SIDEBAR */
.content-sidebar {
    padding-top: 66px;
}

    .content-sidebar.no-padding-top {
        padding-top: 0px;
    }


    .content-sidebar .btn {
        margin-bottom: 15px;
        width: 100%;
    }

    .content-sidebar .btn-sidebar {
        display: block;
        margin-bottom: 4px;
    }

        .content-sidebar .btn-sidebar i {
            width: 13px;
            text-align: center;
        }

    .content-sidebar .navigation-filter .navigation-filter-item {
        width: 100%;
        display: block;
        margin-bottom: 4px;
    }

        .content-sidebar .navigation-filter .navigation-filter-item.item-active {
            font-weight: bold;
        }

        .content-sidebar .navigation-filter .navigation-filter-item i {
            width: 13px;
            text-align: center;
        }

/* TOP BAR */
.content-topbar {
    padding: 11px 10px 11px 10px;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
}

    .content-topbar div.divider {
        border: 0;
        border-left: 1px solid #e5e5e5;
        /* box-sizing: content-box; */
        width: 1px;
        display: inline-block;
        height: 16px;
        top: 2px;
        position: relative;
        margin-right: 8px;
        margin-left: 3px;
    }

    .content-topbar a {
        display: inline-block;
        margin-right: 5px;
    }

    .content-topbar .navigation-filter {
        display: inline-block;
    }

        .content-topbar .navigation-filter h6 {
            display: inline-block;
            margin: 0 5px 0 0;
        }

        .content-topbar .navigation-filter .navigation-filter-item {
            width: auto;
            display: inline-block;
            margin-right: 5px;
        }

            .content-topbar .navigation-filter .navigation-filter-item.item-active {
                font-weight: bold;
            }

            .content-topbar .navigation-filter .navigation-filter-item i {
                width: 13px;
                text-align: center;
            }

/* TREE */
.content-tree .panel-tree {
    overflow-x: auto;
}

/* FORMS */
.filter.input-group > div {
    padding: 0;
}

.form-control.required {
    background: #edf4fc !important;
}

.verify {
    margin-top: 2px;
    color: #b94a48;
}

    .verify:before {
        font-family: FontAwesome;
        content: "\f071";
        margin-right: 3px;
    }

.hForm {
    margin-top: -1px;
    position: relative;
    z-index: 0;
}

.navigation {
    position: relative;
    /*z-index: 1;*/
}

.smart-form .select.multi select {
    height: auto;
}

.smart-form .col-12 {
    width: 100%;
}

.smart-form fieldset + fieldset {
    border-top: 0;
}

.smart-form legend i {
    color: #666;
}

.smart-form .checkbox input + i:after {
    left: 0px;
}

.smart-form .form-control {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.smart-form .input-group-addon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"]:focus + .input-group-addon {
    border-color: #5D98CC;
    background-color: #72a0ce;
    color: #ffffff;
}

input[type="text"]:focus {
    border-color: #5D98CC;
}

input[type="text"][disabled], input[type="text"][readonly], textarea[disabled], select[disabled] {
    color: #A7A7A7 !important;
    cursor: not-allowed;
}

.smart-form .select select {
    appearance: menulist;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}

.smart-form .select select[multiple] {
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.smart-form footer {
    text-align: right;
}

    .smart-form footer .btn {
        float: none;
    }

.required {
    background-color: #e8f2fe !important;
}

.smart-form .smart-form .radio.state-checked i, .smart-form .checkbox.state-checked i {
    border-color: #474544 !important;
}

.smart-form .radio.state-checked i, .smart-form .checkbox.state-checked i {
    border-color: #3276B1;
}

    .smart-form .radio.state-checked i:after,
    .smart-form .checkbox.state-checked i:after {
        opacity: 1;
    }

.smart-form .checkbox i:after {
    left: 0px;
    color: #3276B1;
    content: '\f00c';
    top: -1px;
    left: 1px;
    width: 15px;
    height: 15px;
    font: normal 16px/19px FontAwesome;
    text-align: center;
}

.smart-form .radio i:after,
.smart-form .checkbox 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 .checkbox:hover i:after {
    content: '\f00d';
}

.smart-form .checkbox.state-disabled.state-checked:hover i:after {
    content: '\f00c';
}

.smart-form label.label .fa-question-circle {
    color: #2362a4;
    font-size: 16px;
}

.smart-form legend .section-help {
    margin-left: 5px;
}

    .smart-form legend .section-help i {
        color: #2362a4;
        font-size: 16px;
    }

.smart-form .dropdown-tree-container .checkbox {
    margin-top: 5px;
}

/* TAGS INPUT */
.smart-form .bootstrap-tagsinput-wrapper {
    margin-right: 94px;
}

.smart-form .bootstrap-tagsinput {
    padding: 0px 3px;
    width: 100%;
    margin-right: 0;
    border-color: #BDBDBD;
}

    .smart-form .bootstrap-tagsinput .auto-complete-input .input {
        margin-right: 0px;
    }

    .smart-form .bootstrap-tagsinput .tag {
        color: #ffffff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        position: relative;
        margin: 3px 0 3px 2px;
        display: inline-block;
        border-radius: 0px !important;
        padding: 4px 28px 4px 8px;
        font-size: 13px;
        font-weight: normal;
        line-height: 1;
        border: 1px solid #285E8E;
        background: #3276B1;
    }

        .smart-form .bootstrap-tagsinput .tag [data-popup-remove] {
            display: block;
            top: -1px;
            right: 0px;
            padding: 3px 4px 3px 5px;
            position: absolute;
            cursor: pointer;
        }

            .smart-form .bootstrap-tagsinput .tag [data-popup-remove]:hover {
                background: rgba(0, 0, 0, 0.3);
            }

            .smart-form .bootstrap-tagsinput .tag [data-popup-remove]:after {
                content: "\f057";
                font-family: fontAwesome;
                padding: 2px 1px;
                line-height: 17px;
                font-size: 15px;
                text-align: center;
            }

            .smart-form .bootstrap-tagsinput .tag [data-popup-remove]:hover {
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            }

                .smart-form .bootstrap-tagsinput .tag [data-popup-remove]:hover:active {
                    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
                }

    .smart-form .bootstrap-tagsinput .auto-complete-input {
        display: inline-block;
        float: none;
        width: auto;
        margin-right: 0;
    }

        .smart-form .bootstrap-tagsinput .auto-complete-input input {
            border: none;
            box-shadow: none;
            outline: 0;
            background-color: transparent;
            padding: 0;
            margin: 0 5px 0 0;
            width: auto !important;
            max-width: 60px;
        }

            .smart-form .bootstrap-tagsinput .auto-complete-input input.ui-autocomplete-loading {
                background-image: url("../img/select2-spinner.gif") !important;
                background-repeat: no-repeat;
                background-position: 99% 50%;
                padding-right: 27px;
                color: #aaa;
            }

    .smart-form .bootstrap-tagsinput .popup-action {
        float: right;
        display: inline-block;
        margin-right: -80px;
    }

.drop-zone {
    height: 150px;
    background-color: #bbb;
    float: left;
    text-align: center;
    font-size: 16px;
    color: white;
    border: 5px dashed #ddd;
    vertical-align: middle;
}

    .drop-zone p {
        margin-top: 55px;
    }

/* POPUP */
.popup-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.smart-form .auto-complete-input {
    float: left;
    width: 100%;
    margin-right: -80px;
}

    .smart-form .auto-complete-input .input {
        margin-right: 86px;
    }

.btn-popup {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 16px;
}

/* TABLES */
.rgCommandRow .rgCommandCell .export {
    margin-left: 10px;
    float: right;
}

.rgCommandRow .rgCommandCell .left {
    float: left;
}

.rgCommandRow .rgCommandCell .abc-filter {
    float: right;
}

.rgCommandRow .rgCommandCell .abc-clear {
    float: right;
    margin-left: 5px;
}

.rgCommandRow .rgCommandCell a, .rgCommandRow .rgCommandCell .btn {
    margin-right: 5px;
}

.rgCommandRow .btn, .smart-form .rgCommandRow .btn {
    padding: 2px 10px !important;
}

.rgPager table thead, .rgPager table caption {
    display: none;
}

.rgWrap.rgButtons {
    margin: 5px;
}

    .rgWrap.rgButtons input {
        margin-right: 5px;
    }

table.table td .smart-form section, table.table th .smart-form section {
    margin-bottom: 0 !important;
}

table.table tr > td {
    vertical-align: middle;
}

table.table th.actions {
    text-align: center;
}

table.table td.icons {
    text-align: center;
}

    table.table td.icons a {
        display: inline-block;
        margin-right: 2px;
    }

    table.table td.icons.actions {
        min-width: 70px;
    }

table.table tr > td i {
    font-size: 14px;
}

table.table td .smart-form .checkbox, table.table th .smart-form .checkbox {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 19px;
    height: 23px;
}

table.table td.td-not-active {
    text-decoration: line-through;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: 0 !important;
    }
}

/* FLAGS */
.flag.flag-en {
    background-position: -144px -154px;
}

/* COLOR-PICKER */
.colorpicker-saturation {
    width: 100px;
    height: 100px;
    background-image: url("../img/bootstrap-colorpicker/saturation.png");
    cursor: crosshair;
    float: left;
}

    .colorpicker-saturation i {
        display: block;
        height: 5px;
        width: 5px;
        border: 1px solid #000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: absolute;
        top: 0;
        left: 0;
        margin: -4px 0 0 -4px;
    }

        .colorpicker-saturation i b {
            display: block;
            height: 5px;
            width: 5px;
            border: 1px solid #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

.colorpicker-hue,
.colorpicker-alpha {
    width: 15px;
    height: 100px;
    float: left;
    cursor: row-resize;
    margin-left: 4px;
    margin-bottom: 4px;
}

    .colorpicker-hue i,
    .colorpicker-alpha i {
        display: block;
        height: 1px;
        background: #000;
        border-top: 1px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: -1px;
    }

.colorpicker-hue {
    background-image: url("../img/bootstrap-colorpicker/hue.png");
}

.colorpicker-alpha {
    background-image: url("../img/bootstrap-colorpicker/alpha.png");
    display: none;
}

.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
    background-size: contain;
}

.colorpicker {
    padding: 4px;
    min-width: 130px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 2500;
}

    .colorpicker:before,
    .colorpicker:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .colorpicker:after {
        clear: both;
    }

    .colorpicker:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: -7px;
        left: 6px;
    }

    .colorpicker:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        position: absolute;
        top: -6px;
        left: 7px;
    }

    .colorpicker div {
        position: relative;
    }

    .colorpicker.colorpicker-with-alpha {
        min-width: 140px;
    }

        .colorpicker.colorpicker-with-alpha .colorpicker-alpha {
            display: block;
        }

.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-image: url("../img/bootstrap-colorpicker/alpha.png");
    background-position: 0 100%;
}

    .colorpicker-color div {
        height: 10px;
    }

.colorpicker-selectors {
    display: none;
    height: 10px;
    margin-top: 5px;
    clear: both;
}

    .colorpicker-selectors i {
        cursor: pointer;
        float: left;
        height: 10px;
        width: 10px;
    }

        .colorpicker-selectors i + i {
            margin-left: 3px;
        }

.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
    display: inline-block;
    cursor: pointer;
    height: 16px;
    vertical-align: text-top;
    width: 16px;
    border: 1px solid #bbb;
}

.colorpicker.colorpicker-inline {
    position: relative;
    display: inline-block;
    float: none;
    z-index: auto;
}

.colorpicker.colorpicker-horizontal {
    width: 110px;
    min-width: 110px;
    height: auto;
}

    .colorpicker.colorpicker-horizontal .colorpicker-saturation {
        margin-bottom: 4px;
    }

    .colorpicker.colorpicker-horizontal .colorpicker-color {
        width: 100px;
    }

    .colorpicker.colorpicker-horizontal .colorpicker-hue,
    .colorpicker.colorpicker-horizontal .colorpicker-alpha {
        width: 100px;
        height: 15px;
        float: left;
        cursor: col-resize;
        margin-left: 0px;
        margin-bottom: 4px;
    }

        .colorpicker.colorpicker-horizontal .colorpicker-hue i,
        .colorpicker.colorpicker-horizontal .colorpicker-alpha i {
            display: block;
            height: 15px;
            background: #ffffff;
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            border: none;
            margin-top: 0px;
        }

    .colorpicker.colorpicker-horizontal .colorpicker-hue {
        background-image: url("../img/bootstrap-colorpicker/hue-horizontal.png");
    }

    .colorpicker.colorpicker-horizontal .colorpicker-alpha {
        background-image: url("../img/bootstrap-colorpicker/alpha-horizontal.png");
    }

.colorpicker-right:before {
    left: auto;
    right: 6px;
}

.colorpicker-right:after {
    left: auto;
    right: 7px;
}

.colorpicker-no-arrow:before {
    border-right: 0;
    border-left: 0;
}

.colorpicker-no-arrow:after {
    border-right: 0;
    border-left: 0;
}

.colorpicker.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
    display: block;
}

.colorpicker.colorpicker-hidden,
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-selectors.colorpicker-hidden {
    display: none;
}

.colorpicker-inline.colorpicker-visible {
    display: inline-block;
}

/* IFRAME */
.frame-wrapper {
    margin-top: -11px;
}

    .frame-wrapper .frame-content {
        overflow: hidden;
        width: 100%;
        border: 0;
    }

.develop label {
    margin-bottom: 0;
}

.develop select.btn {
    height: 32px;
}

select.btn option {
    background: #fff;
    color: #333;
}

.page-footer h5 {
    margin-top: 0;
    font-size: 1.250em;
}

.row-dashbard li a {
    text-decoration: underline;
}

#main {
    padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
    #main {
        padding-bottom: 10px;
    }

    .page-footer {
        position: relative;
    }
}

.RadAsyncUpload .ruFileWrap.ruStyled {
     padding-right: 0;
     display: block;
}

.RadGrid_Default .rgCommandCell {
    padding: 10px !important;
}

.marg-top {
    margin-top: 25px !important;
}

.smart-form .inline-group.one-list label {
    margin-right: 0 !important;
}

.inline-group label.label {
    margin-top: 3px !important;
}

.smart-form .inline-group label.checkbox i {
    top: 0 !important;
}