/** Globals **/
:root
{
    font-size: 14px;
}

.noborder
{
    border:0;
    box-shadow: none !important;
}

.card
{
    border-radius: 6px;
}

.card .card-header
{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.card .card-footer
{
    border-top: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.card.noborder .card-footer
{
    border:0;
}

.card .card-footer button, .card .card-footer .btn, .tnotebook_footer_action button
{
    border-radius: 15px;
}

.nopadding
{
    padding:0;
}

.nomargin
{
    margin:0;
}

.bottomplus
{
    margin-bottom: 20px;
}

.upperlabels label
{
    text-transform: uppercase;
    color: #7a8289;
}

.spacebetween .col-sm-12 label
{
    margin-top: 10px;
    margin-bottom: 5px;
}
.notabborder .tab-pane
{
    border:0 !important;
}

.maxwidth50 .card-body
{
    max-width: 50%;
}

.spacer .form-group
{
    margin-bottom: 20px;
}

.card.nofooter .card-footer {
    display:none;
}

div.nobodypadding > .panel-body
{
    padding:0 !important;
}

.pointer
{
    cursor: pointer;
    user-select : none;
}

hr
{
    margin: 5px;
    margin-left:0;
}

a, a:hover
{
    text-decoration:none;
}

.gray
{
    color: gray;
}

.blue {
    color: #478fca;
}

div.color-div .pickr
{
    display: grid;
}

div.color-div .pickr button
{
    border-radius: 6px;
    border-left: 1px solid #ccc;
}

/** important só por causa do hover do botão comments **/
.button-full-circle.blue {
    color: #478fca !important;
}

.button-full-circle.blue:hover {
    color: white !important;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover
{
    font-size: 1rem; /** removendo definição do adianti.css **/
}

.round {
    border-radius: 50%;
}

.btn-round {
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.jumbotron
{
    background: #F5F6FA;
    border-radius: 15px;
}

.divider {
    border-bottom: 1px solid #e0e0e0;
}

/** Forms **/
.form-control
{
    box-shadow: none;
    border-color: #d2d6de;
}

.form-control:disabled, .form-control[readonly]
{
    background: #f5f5f5;
}

.form-control::placeholder
{
    color: #b1b1b1;
}

.control-label
{
    text-align: unset !important;
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label
{
    text-align: unset;
}

form > .panel-body
{
    padding: 4px;
}

.form-group
{
    margin-bottom: 5px;
}

.form-panel > form > .panel-body
{
    padding: 20px;
}

.btn-group .btn.btn-default input[type="radio"],  .btn-group .btn.btn-default input[type="checkbox"]
{
    clip: rect(0,0,0,0);
    position: absolute;
}

.tseekbutton {
    height: 30px;
    border-radius: 6px;
    border-left: 1px solid #ccc;
}

.tfield_disabled {
    height: 30px;
}

select[class="tselect"],
select[widget="tcombo"],
textarea.tfield,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="number"],
input[type="color"],
input[type="file"]
{
    border-radius: 6px;
    border: 1px solid #dcdcdc;
}

select option:checked
{
    color: white;
    background: #ef5650;
    background-color: #ef5650 !important;
}

select.tcombo
{
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17' height='17' viewBox='0 0 24 24'><path fill='%23444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>") !important;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-left: 5px;
    padding-right: 25px;
    border: 1px solid #dcdcdc !important;
    background-position: calc(100% - 6px) 50%; /* Sugestao flechas para baixo combo */
    -webkit-appearance: none;
}

select.tcombo_disabled
{
    padding-top: 0;
    padding-bottom: 0;
    color: silver;
}

select.tcombo:not([multiple='1'])
{
    height: 30px;
}

input[widget="tslider"] {
    margin: auto;
}

.tcheckgroup_label, .tcheckgroup_label > input
{
    cursor:pointer;
}

.input-group
{
    flex-wrap: unset; /** Spinner **/
}

/* override bootstrap */
.input-group>.form-control:not(:last-child)
{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

input[type="radio"], input[type="checkbox"]
{
    margin-right: 4px !important;
}

.header-actions .btn label
{
    margin-bottom: 0px;
    cursor: pointer;
}

input.form-control.tfield[widget="tfile"], input.form-control.tfield[widget="tmultifile"], input.form-control.tfield_disabled[widget="tfile"], input.form-control.tfield_disabled[widget="tmultifile"] {
    padding: 0px;
}

/*
input.form-control.tfield_disabled[widget="tfile"], input.form-control.tfield_disabled[widget="tmultifile"] {
    color: gray;
}
*/

.tfield_disabled
{
    color: gray;
    font-weight: bold;
}

@media (min-width: 576px) {
    .col-form-label {
        text-align: right;
    }

    .control-label {
        text-align: right !important;
    }
}

.header-actions {
    margin-left: auto;
}

.header-actions .btn {
    margin-bottom: 2px;
}

.fb-field-container:after {
    content: '';
    display: block;
    clear: both;
}

.fb-inline-field-container > .panel, .panel-body .panel {
    box-shadow: none;
}

.tboxshadow-box, .tgradient-box
{
    border-radius: 6px;
    border-left: 1px solid #ccc;
}

.tboxshadow-preview
{
    margin: 10px auto;
}

.tboxshadow-selector h4
{
    padding-bottom: 0;
    border-bottom: 0;
}

.tfield_block_events label.btn
{
    background: #dcdcdc;
}


/** Form Generator **/
div.form-panel form#this_form input.form-control[type="text"],
div.form-panel form#this_form select.form-control,
div.form-panel form#this_form textarea.form-control
{
    border-radius: 3px;
    border: 1px solid #ced4da;
    height: 35px;
}

div.form-panel form#this_form input.form-control[widget="tslider"]
{
    border-radius: 3px;
}

div.form-panel form#this_form input.form-control[widget="tdate"],
div.form-panel form#this_form input.form-control[widget="tdatetime"],
div.form-panel form#this_form input.form-control[widget="ttime"],
div.form-panel form#this_form input.form-control[widget="tspinner"],
div.form-panel form#this_form input.form-control[widget="tcolor"],
div.form-panel form#this_form input.form-control[widget="tqrcodeinputreader"],
div.form-panel form#this_form input.form-control[widget="tbarcodeinputreader"]
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

div.form-panel form#this_form .btn.btn-default.tdate-group-addon,
div.form-panel form#this_form div.color-div .pickr button,
div.form-panel form#this_form .input-group.spinner .input-group-addon,
div.form-panel form#this_form span.tqrcodeinputreader.input-group-addon,
div.form-panel form#this_form span.tbarcodeinputreader.input-group-addon
{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

div.form-panel form#this_form div.color-div .pickr button,
div.form-panel form#this_form span.tbarcodeinputreader.input-group-addon
{
    height: 35px;
}

/** radio **/
.btn-group label.btn[disabled]
{
    
}

.btn-group label.btn.active[disabled]
{
    background: silver;
    border-color: silver;
}

.btn-group>.btn:last-child:not(.dropdown-toggle) {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.btn-group>.btn:first-child:not(.dropdown-toggle) {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

/** Input groups, spinners **/
.input-group-addon .spin-up, .input-group-addon .spin-down {
    height: 13px !important;
}

.input-group.spinner .input-group-addon {
    padding: 4px 7px 0px 7px;
    border-radius: 6px !important;
}

.input-group-addon {
    border: solid 1px;
    border-color: #d2d6de;
}

.input-group-addon .spin-up {
    height: 10px !important;
}

.input-group-addon a i.fa {
    align-items: center;
    display: flex;
    height: 10px;
}

.input-group-addon .spin-down {
    height: unset !important;
}

/** TDate **/
.datepicker.dropdown-menu
{
    padding: 5px;
}

span.tdate-group-addon > i.fa-clock {
    width:24px !important;
    padding-top:2px;
}

.ui-datepicker-trigger
{
    height: 30px !important;
}

.btn.btn-default.tdate-group-addon {
    padding-top: 4px !important;
    border-radius: 6px;
    border-left: 1px solid #ccc;
}

/** TDateTime **/
.add-on.btn.btn-default.tdate-group-addon {
    padding-top: 2px !important;
    border-radius: 6px;
    border-left: 1px solid #ccc;
}

/** TIcon **/
.iconpicker-container span {
    width: 27px;
    text-align: center;
    padding-top: 3px;
}


/** Select2 **/
.select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus {
    border: 1px solid #3c8dbc !important;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single
{
    height: 30px !important;
}

.select2-container--default .select2-selection--single
{
    border-radius: 6px;
    border: 1px solid #dcdcdc;
}

.select2-results__option[aria-selected] {
	margin-left: 3px;
	margin-right: 3px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 5px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 5px;
}
	
.select2-disable {
	border-radius: 6px;
}
/** Parâmetros **/
select > optgroup
{
    color: #478fca;
}

select option
{
    color: black;
}

select option.disabled, select option[disabled="1"], select option[readonly="1"], select option[readonly="readonly"]
{
    color: gray;
}

/** Relatórios **/
.inlinelink
{
    border-bottom:1px dashed #000000;
    cursor: pointer;
}

.cross-plus-button
{
    border:0;
    background:none;
    outline:none;
    padding:0;
    padding-left:5px;
}

.cross-pivot-button
{
    cursor: pointer;
    padding-right: 2px;
    padding-top: 2px;
    font-size: 12pt;
}

.cross-filter-button
{
    border:0;
    background:none;
    outline:none;
    padding:0;
    padding-left:5px;
}

/** Dropdowns do bloco de exibição do relatório **/
.btn-group.export_button.show > .dropdown-menu
{
    display: inline-flex;
}

.btn-group.export_button.show > ul.dropdown-menu > li > a
{
    padding: 7px;
}

/** menu de troca de dimensão **/
ul.dropdown-menu
{
    background: white;
    border-radius: 5px;
}

ul.dropdown-menu > li
{
    font-weight: 400;
}

/** table para o show data resultado de query **/
table.slim-table tr td, table.slim-table tr th
{
    padding: 4px;
}

table.slim-table tr td
{
    border-right: 1px solid #ddd;
}

table.slim-table
{
    border: 1px solid #ddd;
}

/** icon view **/
.ticonview>li
{
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 0;
}

/** Compatibiliza BS3 **/
.card {
    position: unset; /* se for relative, mata o position absolute dos menus de contexto do TIconView dentro */
}

.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}

.table td, .table th
{
    padding: 8px;
}

.table-striped tbody tr:nth-of-type(odd)
{
    background-color: rgba(0,0,0,.01);
}

th.tdatagrid_col, th.tdatagrid_action {
    border-top: unset !important;
}

.label {
    font-size: 75%;
}

.label-default {
    background-color: #777;
}
.label-primary {
    background-color: #337ab7;
}
.label-success {
    background-color: #5cb85c;
}
.label-info {
    background-color: #5bc0de;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-danger {
    background-color: #d9534f;
}

.bs-callout
{
    background: #FFFFFF;
    padding: 10px;
    border-style: solid;
    border: 2px solid #F5F6FA;
    padding: 15px;
    border-radius: 15px; 
}

.bs-callout-info
{
    
}

.bs-callout h4
{
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p {
    color: rgb(100, 100, 100);
    text-align: justify;
}

/** Buttons **/
.btn {
    cursor: pointer;
    white-space: nowrap;
}

.btn-group > label.btn /* ex. checkgroups */
{
    border-radius: 0;
    font-size: 93%;
}

.btn-default
{
    border-color: #ccc;
    background-color: white;
}

button.btn-primary
{
    color: white;
}

.btn-default:hover, .btn-default:active, .btn-default:hover {
    background-color: #e7e7e7;
    border-color: #adadad;
    color: #333;
}

.btn.active > span
{
    color: white;
}

.btn-group .btn.btn-default.active {
    background: #62809b;
    border-color: #62809b;
    color: white;
}

.btn:not(.btn-link):not(.btn-circle) i
{
    font-size: 12px !important;
    position: initial !important;
    top: initial !important;
}

.btn-group .btn.btn-default input[type="radio"], .btn-group .btn.btn-default input[type="checkbox"] {
    clip: rect(0,0,0,0);
    position: absolute;
}

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

/** Fonts **/

.fa-12x {
    font-size: 1.2em;
}

.fa-14x {
    font-size: 1.4em;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(fonts/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

.fa.fa-sm:not(.fa-5x):not(.fa-4x):not(.fa-3x):not(.fa-2x),
.far.fa-sm:not(.fa-5x):not(.fa-4x):not(.fa-3x):not(.fa-2x),
.fas.fa-sm:not(.fa-5x):not(.fa-4x):not(.fa-3x):not(.fa-2x)
{
    font-size: 80%;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?hp77ci&ver=2');
  src:  url('fonts/icomoon.eot?hp77ci&ver=2#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?hp77ci&ver=2') format('truetype'),
    url('fonts/icomoon.woff?hp77ci&ver=2') format('woff'),
    url('fonts/icomoon.svg?hp77ci&ver=2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icomoon-"], [class*=" icomoon-"], [class*=" fa-icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-pivot_table_chart:before, .fa-icomoon-pivot_table_chart:before {
  content: "\e900";
}

.icomoon-donut_large:before, .fa-icomoon-donut_large:before {
  content: "\e902";
}

.icomoon-gantt_large:before, .fa-icomoon-gantt_large:before {
  content: "\e901";
}

/** Jquery Widgets **/
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
{
    font-family: var(--font-master-family);
}

.ui-widget
{
    font-family: inherit;
    font-size: inherit;
}

/** Window **/
.ui-corner-all
{
    border-radius: 6px;
}

.ui-dialog-titlebar
{
    height: 50px;
    background: white;
    border-bottom: 1px solid #e2e2e2;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-dialog > .ui-dialog-titlebar > .ui-button
{
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.ui-dialog .window_modal
{
    padding:0.2px;
}

.ui-dialog .window_modal .panel
{
    margin-bottom:0;
    border-top:0;
    border: 0;
    border-radius:0;
    overflow:hidden;
}

.ui-draggable .ui-dialog-titlebar
{
    margin: 0; /* para o body aproximar da titlebar */
}

/** Modals **/
@media (min-width: 1000px) {
    .modal-dialog {
        max-width: 684px;
    }
}

.modal-content
{
    border-radius: 6px;
}

.modal
{
    overflow-y: auto;
}

.modal-body
{
    overflow-y: auto;
}

.modal-footer
{
    padding: 10px;
}

/** Dropdowns **/
.dropdown-menu
{
    text-align: left;
    border-radius: 0;
    font-size: 1rem;
    z-index: 1003;
    padding: 5px 0;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

.dropdown-menu>li>a:hover
{
    background-color: #e1e3e9;
}

.dropdown-menu li a
{
    display: block;
    text-decoration: unset;
    padding: 4px 20px;
    white-space: nowrap;
}

a.dropdown-toggle
{
    color: white;
}

.dropdown-menu>li>a
{
    padding-left: 10px;
}

ul.dropdown-menu
{
	border-radius: 6px;
}

.dropdown-menu>li>a:hover
{
	background-color: #eaeaea;
}

.btn-group-sm>.btn, .btn-sm
{
	border-radius: 6px;
}

.dropdown-menu>li>a {
	padding-left: 10px;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

/** Datagrids **/
table.vertical-middle td
{
    vertical-align:middle;
}

table.taller td
{
    height: 64px;
}

div.panel > .panel-body, div.panel > div[type="bootstrap"] > .panel-body /* panel around datagrid */
{
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.panel > .panel-footer > .tpagenavigation, .panel > .panel-footer > .tpagenavigation_resume
{
    padding-top:0;
}

.table>thead>tr>th
{
    border-bottom: 0;
}

table.table[type="bootstrap"]
{
    margin-bottom: 0;
}

.table-hover>tbody>tr:hover
{
    background: #e6e6e6;
}

.table>thead[noborder="1"]>tr>th.tdatagrid_col, .table>thead[noborder="1"]>tr>th.tdatagrid_action
{
    border:0;
}

.table.noborder > thead > tr > th, .table.noborder > tbody > tr > td
{
    border:0;
    border-bottom:1px solid #dedede;
    vertical-align: middle;
}

table.tdatagrid_table>thead.tdatagrid_head>tr>th.tdatagrid_col,
table.tdatagrid_table>thead.tdatagrid_head>tr>th.tdatagrid_action,
table.tdatagrid_table>thead.tdatagrid_head { 
    background: whitesmoke;
}

.card .table[widget="bootstrapdatagridwrapper"] td:not(.action) {
	border-left: 1px solid #e4e7f2;
}

.card .table[widget="bootstrapdatagridwrapper"] td:first-child {
	border-left: 0;
}

.card .card-body .table tbody tr:last-child td {
	border-bottom: 1px solid #e4e7f2;
}


.tdatagrid_cell.action > .btn-group > button {
    border: 0;
    background: none;
    border-radius: 50%;
}

.tdatagrid_cell.action > .btn-group > button:hover {
    background: #007bff;
    color: white;
}

.tdatagrid_cell.action > .btn-group > button::after {
    display: none;
}

/** Table cards **/
.card-wrapper.table-list .panel
{
    border-radius: 10px;
    border: 2px solid #F5F6FA;
    width: 280px;
}

.card-wrapper.table-list .panel:hover
{
    border-color: rgba(var(--color-master), 0.3);
    
}

.card-wrapper.table-list > .panel > .panel-body > div
{
    font-weight: bold;
}

.card-wrapper.table-list > .panel > .panel-body, .card-wrapper.table-list > .panel > .panel-footer
{
    margin:auto;
    border-top: 0;
    padding: 8px;
}

.card-wrapper.table-list > .panel > .panel-footer > .btn
{
    border-radius: 15px;
    border-color: #dfdfdf;
}

.card-item
{
    margin: 5px;
}

.panel-body.card-body.card-item-content {
	background: #f5f6fa;
}

/** Checklist **/
table.table[widget="tchecklist"]>thead>tr>th, table.table[widget="tchecklist"]>tbody>tr>td
{
    user-select:none;
}

table.table[widget="tchecklist"]>thead>tr>th:first-child
{
    min-width: 50px;
}

table.table[widget="tchecklist"]>tbody>tr>td:first-child
{
    min-width: 50px;
}

[type="checkbox"].filled-in + label:after
{
    border-radius: 5px;
}

[type="checkbox"].filled-in:checked + label.checklist-label:before {
    border-right: 2px solid #715050 !important;
    border-bottom: 2px solid #9e5454 !important;
}

input[type="checkbox"].filled-in:checked + label.checklist-label:after {
    border: 2px solid #6c757d;
    background-color: white;
}


table.table[widget="tchecklist"]
{
	border-collapse: separate !important;
	border-spacing: 0px 3px;
}

table.table[widget="tchecklist"] tr
{
	background: white !important;
}

table.table[widget="tchecklist"] tr:hover td {
    font-weight: bold;
}

table.table[widget="tchecklist"] tbody td
{
    border-bottom: 1px solid #E4E7F2 !important;
    vertical-align: middle;
}

table.table[widget="tchecklist"] td:first-child,
table.table[widget="tchecklist"] th:first-child {
  border-radius: 10px 0 0 10px;
}

table.table[widget="tchecklist"] td:first-child {
  border-left: 1px solid #E4E7F2 !important;
}

table.table[widget="tchecklist"] td:last-child,
table.table[widget="tchecklist"] th:last-child {
  border-radius: 0 10px 10px 0;
}

table.table[widget="tchecklist"] td:last-child {
  border-right: 1px solid #E4E7F2 !important;
}


/** Right panel **/
#adianti_right_panel .panel[widget="bootstrapformbuilder"]
{
    border:0;
    box-shadow:none;
}

#adianti_right_panel > div > div.panel > div.panel-heading
{
    border-top: 0;
    background: #f9f9f9;
}

/** tags **/
.label {
    color: white;
    padding: .2em .6em .3em;
    font-weight: 700;
}

/** Blockquote **/
blockquote {
    border-left: 5px solid #eee;
    border-left-style: solid;
    border-left-width: 5px;
    font-size: 17.5px;
    padding: 10px 20px;
}


blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

/** TMessage **/
.modal-dialog .modal-content .modal-header {
    display: block;
}

.modal-header {
    border-bottom-color: #f4f4f4;
}

.modal-title {
    font-size: 1.1rem;
}

/** TSlider **/
.tslidercontainer div.label {
    text-align: center;
}

/** iconpicker cortina **/
.fade {
    /* opacity: 1 !important; */
}

/** Tooltip **/
.tooltip
{
    position: absolute !important;
    z-index: 1000000000000;
}

.tooltip .tooltip-inner
{
    color: #000;
    background-color: white;
    background-repeat: repeat-x;
    border: 1px solid black;
    padding: 8px;
    border:#ccc 1px solid;
    border-radius:3px;
    box-shadow: 2px 2px 2px #BFBFBF;
    max-width: none;
}

.tooltip.right .tooltip-arrow
{
    border-right-color: #3D3D3D;
}

/** BlockUI **/
.blockUI
{
    z-index: 4000 !important;
    font-family: 'Source Sans Pro',sans-serif;
}

/** Code Mirror **/
.CodeMirror
{
    font-family: Monospace, Andale mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Lucida Console, Monaco, Consolas, Droid Sans monospace !important;
    font-size: 1rem !important;
}

.CodeMirror-fullscreen {
    z-index: 12 !important;
}

/** Popover **/
.popover
{
	border-radius: 6px;
	box-shadow: 0 0 5px 0 rgb(43 43 43 / 10%), 0 11px 6px -7px rgb(43 43 43 / 10%);
	font-size: 1rem;
}

.popover-content
{
    color: black;
}

.tooltip.fade:not(.show) {
    display: none; /* Evita overlap */
}
.popover.fade:not(.show) {
    display: none; /* Evita overlap */
}
.popover-table
{
    border: 1px solid #e0e0e0;
    border-collapse: collapse;
}

.popover-table td
{
    border: 1px solid #e0e0e0;
    padding: 10px;
}

.popover-body img, .popover-content img{
    width: 100%; /* Imagens dentro de popovers */
}

.popover-header
{
	background-color: white;
	padding: 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

/** Bootbox **/
.bootbox.modal
{
    z-index: 4000 !important;
}

.bootbox.modal.large > .modal-dialog
{
    width: 1000px;
}

/** IFrame **/
#iframe_wrapper
{
    padding-top: 1px;
}

#iframe_content #adianti_div_content
{
    padding-top: 5px;
}

#iframe_content .btn-hover:hover
{
    background: white;
}

#iframe_content div[role="execute_button"], #iframe_content div[role="back_button"]
{
    visibility: hidden;
    width: 10px;
}

#iframe_content .leaflet-control.info
{
    display:none;
}

/** Toolbars **/
.btn-toolbar
{
    background: #eceef4;
    border: 1px solid #dcdcdc;
    padding: 8px;
    margin-left: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/** permission **/
#report-selection-container, #dashboard-selection-container
{
    border-radius: 6px;
}/* Estilos globais */
body
{
    font-family: var(--font-master-family);
    background-color: white;
    color: #333333;
}

label
{
    font-family: var(--font-master-family);
}

#adianti_div_content
{
    width: 100%;
}

.h1, h1
{
    font-size: 2rem;
}

h5
{
    color: #525252;
    font-weight: bold;
    font-size: 14px;
}

.fa-sum:before {
    content: "\03a3";
    font-family: sans-serif;
}

/** Modals **/
.modal-footer
{
    background: white;
}

/** Sweet Alert **/
.sweet-alert, .sweet-alert button {
    border-radius: 3px;
}

@media (min-width: 640px) {
    .swal-wide{
        width:600px;
    }
}

.sweet-alert p
{
    max-height: 500px;
    overflow: auto;
}

/** Breadcrumb **/
ol.tbreadcrumb li:not(.home) a:after {
    font-family: 'Font Awesome 5 Pro';
}

/** Cards, panels **/
.panel {
    margin-bottom: 14px;
}

.panel-heading {
    background: white;
    display: flex;
}

.panel-title {
    font-size: 1.1rem;
    margin-bottom: unset;
    display:contents;
}

.panel-footer {
    background-color: white;
}

/** THtmlEditor **/
.note-editor {
    border: 1px solid rgba(0,0,0,.125) !important;
}

.note-modal {
    z-index: 4000 !important;
}

.note-editor.note-frame.fullscreen
{
    background: white;
}

.note-editor .modal-body {
	padding: 15px 30px;
}

.panel-heading.note-toolbar
{
    display: inline-block;
}

.dashboard_right_panel .panel-heading.note-toolbar
{
    padding-left: 10px !important;
    border-left: 0;
}

/** Interface specifics **/
.inner-nav-bar /* barra navegação diretórios */
{
    padding:4px;
    background: #e9ecef;
    border-bottom: 1px solid #cacaca;
}

tr.search_row /* linha de busca data browser */
{
    background: gainsboro;
}

.btn-hover:hover
{
    background: whitesmoke;
}

.tnotebook_footer_action
{
    width: 100%;
    padding: 5px;
    margin-bottom: 0;
    text-align: left;
    margin-top: -10px;
    border-top: 1px solid #eaeaea;
    /*border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;*/
    padding: 8px;
    display: block;
}

/** Barra de busca em janelas **/
.navbar
{
    background-color: #f5f6fa;
    padding: 3px;
}

.ui-dialog .navbar
{
    border:0;
}

/** Checklist presentation **/
.table tbody tr.selected td {
    background-color: #62809b !important;
    color: white !important;
}

/** Tema **/
.content_wrapper
{
	min-height:600px;
	padding-left: 17px;
	padding-top: 7px;
	display: block;
    float:left;
    text-align:left;
}

/** Calendar **/
.tcalendar table, .tcalendar table td
{
    border:0;
}

.tcalendar table td
{
    padding: 1px;
}
