﻿/*
 * 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
 */

legend {
    padding: 5px 0px 5px 10px;
    font-size: 14px;
    margin-left: 10px;
}

.legend-small {
    margin-bottom: 5px;
}

.siie-toolbar {
    border-bottom: 1px solid #336699;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#logo {
    display: inline-block;
    margin-left: 9px;
    margin-top: 13px;
    width: 45px;
}

    #logo img {
        height: auto;
        padding-left: 3px;
        width: 40px;
    }

/* Kendo */
.k-grid-content tbody tr:hover {
    color: #ffffff;
    background-color: #428BCA;
    border-color: #428BCA;
    cursor: pointer;
}

    .k-grid-content tbody tr:hover a i {
        color: #ffffff;
    }

.k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover {
    background-color: #428BCA;
}

.k-grid td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.k-grid-save-changes {
    background: #1690f3;
    color: #FFFFFF;
}

    .k-grid-save-changes > span {
        color: #FFFFFF;
    }

.k-autocomplete, .k-block, .k-button, .k-calendar .k-link, .k-calendar td, .k-calendar-container, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-drag-clue, .k-dropdown, .k-dropdown-wrap, .k-editor-inline, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-inline-block, .k-list-container, .k-multiselect, .k-notification, .k-numeric-wrap, .k-numerictextbox, .k-picker-wrap, .k-slider-selection, .k-slider-track, .k-textbox, .k-tile, .k-timepicker, .k-tooltip, .k-touch-scrollbar, .k-treeview .k-in, .k-upload, .k-window, .k-window-action, .k-window-titleless .k-window-content {
    border-radius: 3px;
}
/* Kendo End*/

/* Menu */
.smart-style-2 #left-panel {
    padding: 0;
}

.smart-style-2 nav > ul > li > a {
    padding-bottom: 12px;
    padding-top: 12px;
}
/* Menu */

/* Detail Admin */
/* HTML ELEMENTS */
input,
button,
select,
textarea {
    font-family: "Open Sans", Arial;
}

    input[type="text"],
    input[type="password"],
    textarea {
        font-size: 14px;
        -webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075);
        /*border: none;
	-webkit-box-shadow: inset rgba(112, 112, 112, 0.3) 0 1px 1px,inset rgba(0,0,0,0.3) 0 0 1px,rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: inset rgba(112, 112, 112, 0.3) 0 1px 1px,inset rgba(0,0,0,0.3) 0 0 1px,rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: inset rgba(112, 112, 112, 0.3) 0 1px 1px,inset rgba(0,0,0,0.3) 0 0 1px,rgba(255,255,255,0.4) 0 1px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;*/
    }

        .inline-input input[type="text"],
        .inline-input input[type="password"],
        input[type="text"].inline-input,
        input[type="password"].inline-input {
            background: #fff;
            border-top: 0 none;
            border-left: 0 none;
            border-right: 0 none;
            border-bottom: 1px solid #d0dde9;
            border-radius: 0;
            box-shadow: none;
            border-color: #dee3ea;
        }

            .inline-input input[type="text"]:focus,
            .inline-input input[type="password"]:focus,
            input[type="text"].inline-input:focus,
            input[type="password"].inline-input:focus {
                box-shadow: none;
                border-color: #5d6a80;
            }

            .inline-input input[type="text"]:hover,
            .inline-input input[type="password"]:hover,
            input[type="text"].inline-input:hover,
            input[type="password"].inline-input:hover {
                border-color: #959fb0;
            }

        input[type="text"]:focus,
        input[type="password"]:focus,
        textarea:focus {
            border-color: #A2CEF0;
            -webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
            -moz-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
            box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
            /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);*/
        }

    input[type="reset"] {
        text-transform: uppercase;
        border: 0 none;
        background: none;
        text-decoration: underline;
        font-size: 12px;
    }

textarea {
    background: #fff;
    border-color: #dee3ea;
}

select {
    margin: 0;
    height: 24px;
    border-color: #d0dde9;
    border-radius: 3px;
    font-size: 14px;
}

input[type="file"] {
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
}

input[disabled], textarea[disabled], input[readonly], textarea[readonly] {
    color: rgb(177, 177, 177);
}
/* native placeholders */
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #9ba0a5;
    font-family: "Open Sans", Arial;
    font-size: 13px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9ba0a5;
    font-family: "Open Sans", Arial;
    font-size: 12px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9ba0a5;
    font-family: "Open Sans", Arial;
    font-size: 12px;
}

.form-group > .checkbox, .form-group > .radio {
    margin-top: 25px;
}

.form-group {
    min-height: 58px;
}

.k-widget.k-tooltip-validation {
    position: absolute;
}

/* PREPEND & APPEND INPUT */
.input-group input,
.input-group input,
.input-group .uneditable-input,
.input-group .uneditable-input {
    border: 1px solid #d6e2eb;
}

.input-group .input-group-addon {
    background-color: #f2f5f9;
    border: 1px solid #d6e2eb;
    padding: 4px 8px;
    font-size: 13px;
}
/* Detail Admin End */

/* Message Box */
.SmallBox .foto {
    font-size: 28px;
    left: 17px;
    position: absolute;
}
/* Message Box */

/* FILTER */
.dropdown-menu.alpha {
}

.dropdown-menu.alpha {
    width: 180px;
}

    .dropdown-menu.alpha > li > a {
        clear: none;
        float: left;
        width: 25px;
    }

.dropdown-menu a {
    cursor: pointer;
}
/*
input {
    outline: none;
}

    input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        font-family: inherit;
        font-size: 100%;
    }

    input::-webkit-search-decoration,
    input::-webkit-search-cancel-button {
        display: none;
    }

.searchbox.quicksearch button {
    left: 0px;
}
 END FILTER */


/* WELL */
.well h4 {
    border-bottom: 1px dashed #333333;
    margin-top: 0;
    margin-bottom: 5px;
}
/* WELL */

/* kendo bootstrap */
.k-widget.form-control {
    /*height: auto !important;*/
    padding: 0px;
    border: 0;
    width: 100%;
}

.k-multiselect-wrap > ul {
    padding-top: 2px;
}

.k-multiselect.k-header {
    border: 1px solid #bababa;
    padding: 1px 0px 2px 0px;
}

.k-block, .k-widget, .k-group, .k-content, .k-header, .k-filter-row > th, .k-toolbar, .k-group-footer td, .k-grid-footer, .k-footer-template td, .k-state-default, .k-state-default .k-select, .k-state-disabled, .k-grid-header, .k-grid-header-wrap, .k-grid-header-locked, .k-grid-footer-locked, .k-grid-content-locked, .k-grid td.k-state-selected, .k-grid-footer-wrap, .k-pager-wrap, .k-pager-wrap .k-link, .k-pager-refresh, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-panelbar > .k-item > .k-link, .k-panel > .k-item > .k-link, .k-panelbar .k-panel, .k-panelbar .k-content, .k-treemap-tile, .k-calendar th, .k-slider-track, .k-splitbar, .k-dropzone-active, .k-tiles, .k-toolbar, .k-tooltip, .k-button-group .k-tool, .k-upload-files /*.k-grid td,*/ {
    border-color: #FFFFFF;
}

.k-editable-area {
    border: 1px solid rgba(0,0,0,0.09) !important;
    border-radius: 3px;
}

.k-grid-header {
    border-bottom-color: rgba(0, 0, 0, 0.14);
    border-bottom-width: 2px;
}

div.k-grid-header {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgba(0, 0, 0, 0.14);
}

div.k-grid-footer {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: rgba(0, 0, 0, 0.14);
}

.k-grid .siie-editable-cell:hover {
    background: #ffda87;
    color: #333;
}

.k-grid .siie-editable-header {
    font-weight: bold;
    color: #336699;
}

.k-pager-wrap {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: rgba(0, 0, 0, 0.14);
}

.k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-draghandle, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #FFFFFF;
}

.k-grid td {
    padding: 0.629em 0.7em; /*1.286em*/
}

.k-grid-header th.k-header, .k-filter-row th {
    padding: 0.929em 0.6em 0.714em 0.6em;
}

.k-grid-header th.k-header {
    zpadding-left: 1.28em;
}

.k-grid .k-group-col, .k-grid .k-hierarchy-col {
    width: 34px;
}

.k-textbox > input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    height: 2.3em;
}


#page-content {
    padding: 10px 10px 0;
}

.k-grid-cancel {
    min-width: 0px;
    width: 30px;
}

/*Buttons*/
k-button.k-grid-save-changes {
    background-color: #7bb93c;
    color: #fff;
    padding: 7px;
}

/* Breadcrumb */
.breadcrumb {
    margin-bottom: 0px;
}

    .breadcrumb > li + li::before {
        content: "|";
    }

.nav-tabs > li {
    border-bottom: 2px solid transparent;
}

.nav-tabs li a {
    color: #369;
    font-weight: 600;
}

.nav .active {
    border-bottom: 2px solid #369;
}

.tab-base .nav-tabs > li:not(.active) > a {
    background-color: #FFF;
}

.page-header {
    font-size: 1.8em;
    padding: 12px 0;
}

.bg-yellow {
    background-color: #fff200;
}

.bg-green {
    background-color: #23b166;
    color: #FFF;
}

.bg-blue {
    background-color: #00a6d7;
    color: #FFF;
}

.bg-red {
    background-color: #ed1c24;
    color: #FFF;
}

.bg-darkgreen {
    background-color: #006600;
    color: #FFF;
}


/* Filters */
.filters {
    display: inline-block;
}

.filterlist {
    margin: 0 30px;
    list-style-type: none;
    font-weight: normal;
    padding: 0 0 3px;
    margin: 0;
}

    .filterlist li .filters label {
        color: #08c;
        font-weight: normal;
        display: inline-block;
        width: 8em;
        padding: 0 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
    }

        .filterlist li .filters label + .form-group select {
            position: relative;
            z-index: 100;
            background: transparent !important;
        }

    .filterlist li .filters input, .filterlist li .filters select {
        width: 100%;
    }

    .filterlist .filterlist-value {
        width: 372px;
    }

    .filterlist li .btn {
        height: 32px;
        width: 32px;
        display: inline-block;
        background: transparent;
        border: 1px solid #c7c7c7;
        color: #333;
    }

        .filterlist li .btn.btn-primary {
            color: #369;
        }

.panel-body-padding {
    padding: 0px 10px;
}

    .panel-body-padding .list {
        padding-top: 15px;
    }

.panel-heading-small {
    line-height: 35px;
    height: 35px;
}

.panel-title-small {
    line-height: 35px;
}

#mainnav-menu ul a {
    padding: 10px 20px 12px 35px;
}

    #mainnav-menu ul a:hover {
        padding: 10px 20px 12px 35px;
    }

#mainnav-menu ul ul a {
    padding: 10px 20px 12px 50px;
}

    #mainnav-menu ul ul a:hover {
        padding: 10px 20px 12px 50px;
    }

#mainnav-menu ul ul ul a {
    padding: 10px 20px 12px 60px;
}

    #mainnav-menu ul ul ul a:hover {
        padding: 10px 20px 12px 60px;
    }

#page-content .panel .panel-body .panel {
    margin-bottom: 3px;
    box-shadow: none;
}

#page-content .panel .panel-body .tab-base {
    margin-bottom: 0px;
    box-shadow: none;
}

    #page-content .panel .panel-body .tab-base .tab-content {
        padding: 0px 0px 15px 0px;
        box-shadow: none;
    }

/* FIX */
.lang-id, .lang-name {
    display: inline-block;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 200;
}

.page-header {
    font-weight: 300;
}

.k-combobox .k-dropdown-wrap:before, .k-picker-wrap:before, .k-numeric-wrap:before {
    content: "" !important;
    display: inline !important;
}

#content-container {
    padding-bottom: 30px;
}

.brand-icon {
    width: 45px;
    height: 32px;
    margin: 10px 0px 0px 5px;
}

/* Censos */
.censosSuccess {
    color: blue;
}

.censosError {
    color: red;
}

.generate-nin {
    cursor: pointer;
}

/* Search */
.search-keywords {
    font-size: 10px;
}


/* Wizard */
.wz-steps {
    padding: 10px 0px 0px 0px;
}

.wz-panel .panel-body {
    padding: 0px;
}
/* Wizard */


/* Forms */
.form-control {
    font-size: 14px;
}

.form-control-read {
    border-radius: 0px;
    box-shadow: none;
    border: 0px solid rgba(0,0,0,0.09);
    border-top: 1px solid rgba(0,0,0,0.09);
    color: #555;
    margin-bottom: inherit;
    height: auto;
}

label {
    text-transform: lowercase;
    color: #5d6a80;
    margin-bottom: 5px;
    font-weight: 600;
    margin-left: 6px;
}
/* Forms */



.dl-horizontal.dl-payments dt {
    width: 80px;
}

.dl-horizontal.dl-payments dd {
    margin-left: 90px;
}

/*Menu*/
#mainnav-menu ul li a {
    font-size: 12px;
}

.nav-back {
    border-bottom: 1px solid #369;
    padding: 4px;
}

    .nav-back > a {
        color: #336699;
    }


.navbar-top-links > li > a:hover {
    background-color: #fff !important;
    color: #336699;
}

    .navbar-top-links > li > a:hover:not(.mainnav-toggle) > i {
        color: #336699;
    }

    .navbar-top-links > li > a:hover > i {
        color: #336699;
    }

.brand-title {
    width: 100% !important;
}

.modal-full {
    width: 95%;
}

.swal2-container {
    z-index: 99999;
}

/* FRM */
.frm_survey {
    font: 13px "Segoe UI", "Sans-Serif",Tahoma,Verdana;
    border-spacing: 0;
    border-collapse: collapse;
    width: 98%;
    margin: 8px;
}

    .frm_survey a:hover {
        color: #ff8500;
        text-decoration: none;
    }

    .frm_survey tr {
        border-bottom: 1px dashed #ccc;
    }

        .frm_survey tr:hover {
            background-color: #f5f5f5;
        }

    .frm_survey td {
        padding: 6px;
    }

.cls-content .cls-content-xl {
    width: 70%;
}


.form-separator {
    border-top: 1px solid #369;
    background-color: aliceblue;
    border-bottom: 1px solid #dee3ea;
    padding: 8px 5px 5px 5px;
}

.form-divider {
    color: #369;
    border-bottom: 1px solid #369;
    font-weight: bold;
    margin: 10px;
}

    .form-divider > label {
        color: #336699;
        font-size: 1.2em;
    }

small .font-xs {
    font-size: x-small;
}

small .font-xxs {
    font-size: xx-small;
}


/*Panel*/
.panel:not(.panel-colorful) {
    border: 0px;
}

.panel-title {
    font-weight: 300;
}

.panel-group.internal-panel-group .panel-heading {
    border-bottom: 1px solid orangered;
}

.panel-group.internal-panel-group .panel-title {
    font-weight: 600;
}

    .panel-group.internal-panel-group .panel-title .fa-sort {
        color: orangered;
    }


/*ativ internacionais*/
.ativint-numbering {
    color: orangered;
}

.k-autocomplete .k-input {
    border: 1px solid rgba(0,0,0,0.09);
    border-radius: 3px;
    transition-duration: .5s;
    height: 1.9em;
}

.list-lob, .list-exp, .list-pio, .list-cam {
    border: 1px solid #369;
    margin: 1px;
    padding: 2px;
    cursor: move;
}

.tdStatus {
    background-color: rgb(255,255,230);
}

    .tdStatus:hover {
        background-color: #177bbb;
    }


.bgLob {
    background-color: #eec84f;
}

.bgExp {
    background-color: #42b29d;
}

.bgPio {
    background-color: #334e5d;
}

.bgCam {
    background-color: #df4a4a;
}

.bgDir {
    background-color: #004806;
}

.bgAux {
    background-color: #585858;
}



.txtBold {
    font-weight: bold;
}

.k-grid-header th.k-header.txtLob .k-column-title {
    color: #eec84f;
    font-weight: bold;
}

.k-grid-header th.k-header.txtExp .k-column-title {
    color: #42b29d;
    font-weight: bold;
}

.k-grid-header th.k-header.txtPio .k-column-title {
    color: #334e5d;
    font-weight: bold;
}

.k-grid-header th.k-header.txtCam .k-column-title {
    color: #df4a4a;
    font-weight: bold;
}

.k-grid-header th.k-header.txtDir .k-column-title {
    color: #004806;
    font-weight: bold;
}

.k-grid-header th.k-header.txtAux .k-column-title {
    color: #585858;
    font-weight: bold;
}

.k-grid-header th.k-header.txtTotal .k-column-title {
    color: #000066;
    font-weight: bold;
}

.w-100 {
    width: 100%;
}

.p-2px {
    padding: 2px;
}
.p-4px {
    padding: 4px !important;
}
.p-8px {
    padding: 8px !important;
}
.pl-20px {
    padding-left: 20px !important;
}

.form-row-container {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
}