/*
 * 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 .widget-body {
    min-height: 0px !important;
}

.jarviswidget > header {
    border-bottom: none !important;
}

.jarviswidget > div {
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-top-color: #CCC !important;
    border-right-color: #CCC !important;
    border-bottom-color: #CCC !important;
    border-left-color: #CCC !important;
}

.page-footer a {
    color: #CCC !important;
    text-decoration: underline;
}

.well {
    padding: 10px;
}

    .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 .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 {
    font-weight: 600;
}

.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;
}

label input[type="text"][disabled], label input[type="text"][readonly], .input input[type="text"][disabled] {
    color: #A7A7A7;
    cursor: not-allowed;
    background: #f7f7f7
}

.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:not([disabled]) {
    background: #e8f2fe !important;
}

/* TAGS INPUT */
.smart-form .bootstrap-tagsinput-wrapper {
    margin-right: 94px;
}

.input-action .bootstrap-tagsinput {
    padding: 0 !important;
    border-color: transparent !important;
}

.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;
}

@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;
    overflow: hidden;
    height: 100vh!important
}

.frame-wrapper .frame-content {
    overflow: hidden;
    width: 100%;
    border: 0;
    height: 100vh!important
}

.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;
    }
}

#logo {
    margin-top: 6px
}

#extr-page #logo {
    width: 265px;
}

#logo img {
    width: 100%;
    padding-left: 0
}

#extr-page #header #logo img {
        width: 56px !important;
}

#extr-page #header #logo {
    margin-left: 0;
    margin-top: 12px;
}

.login .btn.btn-primary {
    background: #be1b1b;
    border-color: #be1b1b;
    color: #fff;
    font-size: 14px;
    padding: 4px 15px;
    height: auto;
    text-transform: uppercase;
}

#btLostPassword {
    color: #be1b1b;
}

.client-form header {
    border-bottom: 0;
    background: #fff;
}

.login header {
    text-align: center;
}

.login #logo {
    margin-top: 0;
    margin-left: 0;
    width: 285px;
}

#extr-page {
    height: 100%;
    overflow: hidden;
}

#extr-page .login #logo-small {
    top: -44px;
    left: 131px;
}

#extr-page .login #logo-small {
    position: absolute;
    top: -45px;
    left: 140px;
}

    #extr-page .login #logo {
        position: absolute;
        top: 135px;
        left: -375px;
    }


#extr-page .login #main {
    background: none !important;
}


.well-login {
    background: #fff
}

.well .smart-form {
    margin-top: 0;
}

.login {
    background: url(../img/login.png) no-repeat top center;
    padding-top: 40px;
    height: 100%;
}

.login h2 {
    margin-top: 50px;
    text-align: center;
}

.login .well {
  border-radius: 10px;
  border: 0;
  box-shadow: 2px 2px 4px 4px rgba(105, 105, 105, 0.1); }

.login-footer {
  text-align: left;
  position: fixed;
  bottom: 0;
  width: 100%; }

.login-footer .col-sm-6:last-child {
  text-align: right; }

.login-footer .label {
  padding-right: 0; }

.login-footer .remote_suport a {
  color: #fff;
  margin-right: 10px; }

.login-footer .remote_suport {
  text-align: left;
  padding-left: 15px;
  font-size: 13px; }

.login-footer .version {
  text-align: right; }

.lost-pass {
  float: right; }

.login .btn {
  width: 100%; }

.login header span.label {
    display: inline-block;
    color: #4a5869;
}

.login h2 span.label {
    font-size: 22px;
}

.btn-success {
    background-color: #00a305;
    border-color: #00a305;
}

.panel-group video {
    min-height: 300px
}

