/* Import fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic');
@import url('https://fonts.googleapis.com/css?family=Roboto');

html {
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-style: normal;
    background-color: transparent !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #f2f3f8 !important;
}

/* Label */
label {
    color: #000;
    font-size: 12px !important;
    font-weight: 500 !important;
}

/* Label - Status - DataGrid */
.label-status-custom {
    text-shadow: none;
    font-size: 11px;
    font-weight: lighter;
    display: block;
    text-align: center;
}

.label-black {
    background: #000000;
    text-shadow: none;
    font-size: 11px;
    font-weight: lighter;
    display: block;
    text-transform: uppercase;
}

.label-in_progress {
    background-color: #8f15db !important;
}

.label-golden {
    background-color: #FAFA33 !important;
    color: #000;
    font-weight: bolder !important;
}

.badge-default {
    color: #fff;
    background-color: #6c757d;
}

.badge-in_progress {
    color: #fff;
    background-color: #8f15db !important;
}

.badge-golden {
    color: #000;
    background-color: #FAFA33 !important;
    font-weight: bolder !important;
}

/* Badge - Superior - Label */
.navbar-badge {
    font-size: .8rem;
    font-weight: 600;
    padding: 2px 4px;
    position: absolute;
    right: 1px;
    top: 0px;
}

/* Separador - Title */
.tseparator {
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: bold;
    color: #000 !important;
    margin-top: 10px !important;
}

hr.tseparator-divisor {
    margin-bottom: 10px;
    margin-top: 0px;
}

/* Side - Menu Lateral*/
[class*=sidebar-dark-] {
    background-color: #2a3042 !important;
}

.layout-navbar-fixed.layout-fixed.text-sm .wrapper .sidebar {
    margin-top: calc(1.93725rem + 1px);
}

/* ************************************************************************* */
/* Logomarca - header */
/* ************************************************************************* */
.logo-sm {
    display: none;
}

.logo-lg {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 10px;
}

.sidebar {
    height: 80% !important;
}

.sidebar-collapse .logo-sm {
    display: block;
}

.sidebar-collapse .logo-lg {
    display: none;
}

/* ************************************************************************* */
/* Panel */
/* ************************************************************************* */

.panel-body {
    padding: 5px 10px;
}

/* Panel - Borda */
.panel {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: initial;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Panel - Titulo */
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    text-transform: uppercase;
    font-weight: 600;
}

/* Panel - Rodapé */
.panel-footer {
    text-align: right;
    background: #fff !important;
    border: 0px !important;
    margin-top: 20px !important;
    padding: 10px !important;
}

/* Panel - Borda - Titulo */
.panel-heading {
    padding: 5px 5px 5px 20px;
    border-top: 0px;
    background: #000000;
    color: #ffffff;
}

.tab-pane {
    padding: 5px 16px 5px 6px !important;
}

/* Display - Quantidade Registro */
.tpagenavigation_resume {
    text-align: right;
    color: gray;
}

/* Paginacao - Ocultar Páginação desativado */
li.off {
    display: none;
}

/* Content */
.content-wrapper {
    background: transparent !important;
}

/* Footer */
.main-footer {
    text-align: right;
    background: unset !important;
    padding: 5px !important;
    color: #444;
    border: 0px;
}

.main-footer img.system-by {
    width: 60px !important;
    margin-right: 10px;
}

/* Form */
.panel form[type="bootstrap"] select.tcombo, .panel form[type="bootstrap"] textarea.tfield, .panel form[type="bootstrap"] input.tfield {
    height: 34px;
    padding: 7px;
    font-size: 12px !important;
    background-color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, .22);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .22);
    color: #000;
    border-radius: unset !important;
}

.panel form[type="bootstrap"] select.tcombo.tcombo_disabled, .panel form[type="bootstrap"] textarea.tfield.tfield_disabled, .panel form[type="bootstrap"] input.tfield.tfield_disabled {
    background-color: #e0e0e0 !important;
}

.tcombo_disabled {
    height: 34px;
    padding: 7px;
    font-size: 14px;
    background-color: #e0e0e0 !important;
    border: 1px solid rgba(0, 0, 0, .22);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .22);
    color: #000;
    text-transform: uppercase;
}

/* Desabilitar - Campo TextArea */
.form-control.tfield.tfield_disabled {
    background-color: #e0e0e0 !important;
    color: #000;
    text-transform: uppercase;
}

/* Campo de Seleção - Com mascara */
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    height: 34px !important;
    padding: 7px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .22);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .22);
    border-radius: unset !important;
    color: #000;
}

/*Spinner*/
.ui-spinner {
    height: 34px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .22);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .22);
    color: #000;
}

/* Campo de Seleção - Botão Limpar */
.select2-container--default .select2-selection--single .select2-selection__clear {
    right: 10px;
}

/* Correção Icone Lateral do Input */
.input-append.date .add-on i, .input-prepend.date .add-on i, .input-group.date .input-group-addon span, span.tdate-group-addon i {
    line-height: 32px;
}

/* Correção Icone Lateral do Input */
span.tdate-group-addon {
    border: 0px !important;
}

.input-obrigatorio {
    color: red;
    font-size: 13px;
    padding-right: 2px;
}

.form-wrap.form-builder .frmb {
    padding: 10px;
    border: 3px dashed #ccc;
    margin-right: 5px;
    background-color: hsla(0, 0%, 100%, .25);
}

.panel form[type="bootstrap"] textarea.tfield {
    text-transform: uppercase;
}

.panel form[type="bootstrap"] input.tfield_disabled {
    height: 34px;
    padding: 7px;
    font-size: 14px;
    background-color: #eee !important;
    border: 1px solid rgba(0, 0, 0, .22);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .22);
    color: #000;
}

#form_login .tab-pane.active .row > div > div:nth-child(1) {
    background-color: transparent !important;
    border-top-left-radius: none !important;
    border-bottom-left-radius: none !important;
    height: auto !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    border: 0px !important;
}

/* ************************************************************************* */
/* Botão de Selecao */
/* ************************************************************************* */

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
}

.btn-cancelar {
    color: blue;
    background-color: #fff;
    border: 0px !important;
    box-shadow: none !important;
    margin-right: 20px !important;
}

.btn-danger {
    color: #fff;
}

.btn-cadastrar {

    background-color: #00a3b6;
    border-color: #0097a9;
    color: #ffffff !important;
    font-size: 12px;
}

.btn-cadastrar:hover {
    background-color: #00c5dc;
    border-color: #00c5dc;
    color: #ffffff !important;
    font-size: 12px;
}

.btn-pesquisar {
    background-color: #6d5cae;
    border-color: #6d5cae;
    color: #ffffff !important;
    font-size: 12px;
}

.btn-pesquisar:hover {
    background-color: #00c5dc;
    border-color: #00c5dc;
    color: #ffffff !important;
    font-size: 12px;
}

.btn-relatorio {
    background-color: #6d5cae;
    border-color: #6d5cae;
    color: #ffffff !important;
    font-size: 12px;
}

.btn-relatorio:hover {
    background-color: #00c5dc;
    border-color: #00c5dc;
    color: #ffffff !important;
    font-size: 12px;
}

.btn-imprimir {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    font-size: 12px;
}

.btn-imprimir:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    font-size: 12px;
}

.btn-download {
    background-color: #ddd;
    border: none;
    color: #444;
    padding: 12px 16px;
    font-size: 10px !important;
    cursor: pointer;
    width: 72px !important;
    height: 72px !important;
    white-space: normal;
}

.btn-download i {
    font-size: 30px !important;
    padding: 5px !important;
}

.btn-download:hover, .btn-download i:hover {
    background-color: RoyalBlue;
    color: #ffffff !important;
}

/* Button - Icon */
.btn-default.inline-button {
    border: #D9D9D9 !important;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .22) !important;
    background: #C7C7C7 !important;
    width: 14px;
    height: 34px;
    padding: 7px 0;
    color: #444 !important;
    z-index: 2;
}

a.btn-default.inline-button .fa-plus-circle {
    font-size: 12px !important;
}

/* ************************************************************************* */
/* Windows Modal - Panel */
/* ************************************************************************* */
.ui-dialog .window_modal {
    background: #fff !important;
}

.ui-dialog .window_modal .panel {
    border: 0px !important;
    box-shadow: none !important;
}

.ui-dialog .window_modal .panel .tab-pane {
    border: 1px solid #e4b9c0 !important;
}

.ui-dialog .window_modal .nav-tabs > li.active > a, .ui-dialog .window_modal .nav-tabs > li.active > a:hover, .ui-dialog .window_modal .nav-tabs > li.active > a:focus {
    border-top: 1px solid #e4b9c0 !important;
    border-left: 1px solid #e4b9c0 !important;
    border-right: 1px solid #e4b9c0 !important;
}

.window_modal_bg_black {
    background: #333 !important;
    text-align: center !important;
}


/* ************************************************************************* */
/* Windows Modal - Panel */
/* ************************************************************************* */
.ui-dialog .window_modal_absolute {
    background: #fff !important;
    padding: 0.2px;
}

.ui-dialog .window_modal_absolute .panel {
    border: 0px !important;
    box-shadow: none !important;
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
}

.ui-dialog .window_modal_absolute .panel .tab-pane {
    border: 1px solid #e4b9c0 !important;
}

.ui-dialog .window_modal_absolute .nav-tabs > li.active > a, .ui-dialog .window_modal_absolute .nav-tabs > li.active > a:hover, .ui-dialog .window_modal_absolute .nav-tabs > li.active > a:focus {
    border-top: 1px solid #e4b9c0 !important;
    border-left: 1px solid #e4b9c0 !important;
    border-right: 1px solid #e4b9c0 !important;
}

.window_modal_bg_black {
    background: #333 !important;
    text-align: center !important;
}

.ui-dialog-titlebar {
    background: #000 !important;
    color: #fff;
}

.ui-dialog .window_modal .panel-body {
    margin: 0px 5px 5px 0px !important;
    padding: 0px 5px 0px 5px !important;
}

/* ************************************************************************* */
/* Datagrid */
/* ************************************************************************* */
/* Datagrid - Icone  */
table.table > tbody > tr > td.tdatagrid_cell.action a i {
    font-size: 17px;
    padding: 5px;
}

.tdatagrid_col {
    text-transform: uppercase;
    font-size: 11px !important;
}

/* Datagrid - Secundario */
table.tdatagrid_table > tbody.tdatagrid_body > tr > td.tdatagrid_cell {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    padding-left: 5px;
    padding-right: 5px;
    background: #ffffff;
}


/* Janela Cortina */
.right-panel {
    right: 0;
    position: fixed;
    top: 0;
    border-right: 1px solid silver;
    width: 65% !important;
    height: 100%;
    float: right;
    z-index: 1030;
    display: none;
    overflow: auto;
    opacity: 1;
    overflow-x: hidden;
    background: #fff;
    box-shadow: -25px 10px 50px 0 rgba(50, 50, 50, .34)
}

.right-panel .container-part {
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0;
    display: block;
    border-left: 1px solid silver;
    box-shadow: -25px 10px 50px 0 rgba(50, 50, 50, .34);
    background: #fff;
    z-index: 1
}

/* Header - Filter */
.card.panel[widget='bootstrapformbuilder'] > .panel-heading, #chart-box > .panel-heading {
    background-color: #ffffff !important;
    color: black !important;
    border-top: 2px solid #efe7e7;
}

/* Default */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 5px !important;
    padding-left: 5px !important;
}

/** TPassword **/
.tpassword input {
    padding-right: calc(40px + 2px) !important;
}

.tpassword button {
    width: 40px;
}

.tpassword button {
    position: absolute;
    right: 0;
    height: 100%;
    border: unset;
    background: transparent;
    padding: 0 10px;
    color: #555;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: unset;
}

/* Default */
.form-group .form-line {
    position: relative;
}

.form-group {
    margin-bottom: 0.7rem;
}

/* Tab */
.tab-name {
    text-transform: uppercase;
}

/* Chart */
.chart {
    box-shadow: unset !important;
    background: #ffffff !important;
    padding: 10px;
    margin-bottom: 15px;
}

.widget-user .widget-user-header {
    height: auto !important;
}

.widget-user .card-footer {
    padding-top: 0px !important;
}

/* Monitoramento*/
#resumoGrid .yui-dt-resizerliner {
    background: #000000 !important;
    border: #000 !important;
    color: #000 !important;
}

#resumoGrid thead > tr > th {
    padding: 4px;
    background: #000000 !important;
}

#resumoGrid table > tbody > tr > td {
    padding: 3px;
    border: 1px solid #cbcbcb;
}

#resumoGrid .dark-mode table > tbody > tr > td a {
    color: #000 !important;
}

/* Avatar */
.menu-user img {
    border-radius: 50% !important;
    height: 100px;
    width: 100px;
    margin: 9px auto;
    display: flex;
}

.btn-outlined {
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    border: 1px solid var(--color) !important;
    padding: 4px 7px;
    font-size: 14px;
}

.dark-mode .btn-outlined {
    color: white;
}

.btn-outlined:hover {
    backdrop-filter: brightness(60%);
}

.dark-mode .btn-outlined:hover {
    backdrop-filter: brightness(70%);
}

.btn-change-background {
    background-color: var(--color);
    border-radius: 3px;
    text-align: center;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
    padding: 5.25px 10.5px;
    font-size: 14px;
    color: white;
    vertical-align: middle;
}

.btn-change-background:hover {
    filter: brightness(60%);
}

.btn-change-background i {
    font-size: 12px !important;
    position: initial !important;
    top: initial !important;
}

.bg-hover-transform:hover {
    filter: brightness(75%);
}

.text-hover-transform:hover {
    text-decoration: underline;
    color: #0000EE;
}

.dark-mode .text-hover-transform {
    color: white !important;
}

.dark-mode .text-hover-transform:hover {
    text-decoration: underline;
    color: #0000EE !important;
}