
/** GLOBALS **/

body
{
    font-family: var(--font-master-family);
    background-color: white;
    color: #333333;
}

:root
{
    font-size: 14px;
}


.color-master {
    color: rgba(var(--color-master), 1);
}

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

.blur
{
    opacity: 0.3;
}

.display-4
{
    font-size: 3rem;
}

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

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

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

.nopadding
{
    padding:0;
}

.nomargin
{
    margin:0;
}

.align-right
{
    text-align: right;
}

.noselect
{
    user-select: none;
    cursor: default;
}

.hidden
{
    visibility: hidden;
}

.bottomplus
{
    margin-bottom: 20px;
}

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

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

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

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

a, a[generator="adianti"]
{
    color: #585b5f;
    text-decoration: none;
}

a:hover
{
    color: rgba(var(--color-standard), 1);
    text-decoration: none;
}

a.btn-success, a.btn-primary, a.btn-warning, a.btn-danger
{
    color: white !important;
}

.gray
{
    color: gray;
}

.black {
    color: black;
}

.blue {
    color: #478fca;
}

.teal {
    color: teal;
}

.round {
    border-radius: 50%;
}

span.obs
{
    color:gray;
}

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

.badge-light
{
    font-size: 10px;
    background-color: gray !important;
}

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

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

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

.blockUI.blockOverlay
{
    opacity: 0.3 !important;
}

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

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

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

/** Buttons **/


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

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

.btn-check:checked+.btn > span
{
    color: white;
}

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


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

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

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

/** 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;
}

.button-top-right
{
    margin-right: 4px;
    padding-left:10px;
    padding-right:10px;
    padding-top: 5px;
    height: 36px
}

.button-full-circle
{
    width: 36px !important;
    height: 36px !important;
    flex-basis: 36px;
    flex-shrink: 0;
    text-align: center;
    font-size: 18px;
    margin-right: 5px !important;
    border-radius: 50px;
    padding: unset !important;
    padding-top: 6px !important;
    display: block;
    color: rgb(100, 100, 100) !important;
    background: rgba(63, 63, 63, 0.1) !important;
    cursor: pointer;
    border:0;
}

.button-full-circle.active {
    color: white !important;
    background: rgba(var(--color-standard), 1) !important;
}

.button-full-circle:hover
{
    background: rgba(var(--color-standard), 1) !important;
    color: #fff !important;
}
.button-full-circle.large
{
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px;
    flex-shrink: 0;
    padding-top: 7px !important;
    font-size: 19px;
}

.button-full-circle.block
{
    opacity: 0.5;
    cursor: not-allowed;
}

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

.tcalendar table td
{
    padding: 1px;
}

/** CALLOUT **/
.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;
}

/** CARDS **/
.card .card-footer
{
    border-top: 0;
}

.card-title .header-title
{
    background: rgba(var(--color-standard), 0.1);
    color: rgba(var(--color-standard), 1);
}

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

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

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


/** Cards, panels **/
.panel-title {
    font-size: 1.1rem;
    margin-bottom: unset;
    display:contents;
}

.notabborder .tab-pane
{
    border:0 !important;
}

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

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

.card-item
{
    margin: 5px;
    border-radius: 3px;
}

.card-wrapper
{
    margin-top: 20px;
}

.card-header > .card-title input
{
    color: #8895A3;
    border: 1px solid #E4E7F2 !important;
    padding-left: 20px;
    padding-right: 20px;
}

/** 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[widget="tchecklist"] > thead > tr > th:first-of-type
{
    padding:0;
}

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;
}

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;
}


/** Checklist presentation **/
.table tbody tr.selected td {
    background-color: rgba(var(--color-master-fixed), 0.1) !important;
    /* color: white !important; */
}

.table tbody tr.selected td:first-child
{
    border-left: 1px solid #216ee0 !important;
    border-top: 1px solid #216ee0 !important;
    border-bottom: 1px solid #216ee0 !important;
}

.table tbody tr.selected td
{
    border-top: 1px solid #216ee0 !important;
    border-bottom: 1px solid #216ee0 !important;
}

.table tbody tr.selected td:last-child
{
    border-right: 1px solid #216ee0 !important;
    border-top: 1px solid #216ee0 !important;
    border-bottom: 1px solid #216ee0 !important;
}

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;
}

/** 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;
}

/** Fisy datagrids **/

.table-hover tbody tr:hover td {
    background-color: #f5f6fa;
}
.table-hover tbody tr:hover td {
    font-weight: bold;
}
.tdatagrid_cell.action
{
    padding: 7px;
    padding-left: 8px;
    padding-right: 0px;
    vertical-align: middle;
    text-align: center;
}

.tdatagrid_cell.action > a
{
    width: 24px;
    height: 24px;
    border-radius: 50px;
    text-align: center;
    padding-top: 1px;
}

.tdatagrid_cell.action > a:not([role="button"])
{
    display: block;
}

.tdatagrid_cell.action > a:not([role="button"]):hover
{
    background: rgba(var(--color-standard), 1);
    color: #fff;
}

.tdatagrid_cell.action > a:not([role="button"]):hover i
{
    color: white !important;
}


.table thead th
{
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
    border-top: 0 !important;
    padding: 9px;
    height: 60px;
}

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

table.taller td
{
    height: 64px;
}

table.table-mono td
{
    font-family: DejaVu Sans Mono,Bitstream Vera Sans Mono,Lucida Console,Monaco,Consolas,Droid Sans monospace,Monospace;
}

table.noheader th
{
    display:none;
}

table.noheader tr:first-child td
{
    border-top: none !important;
}
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>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;
}

.table[widget="bootstrapdatagridwrapper"] tr.highlight {
    background: #cadcff !important;
}

.table[widget="bootstrapdatagridwrapper"] tr.highlight:hover td {
    background: #cadcff !important;
}

.card .table[widget="bootstrapdatagridwrapper"]:not(.noinnerborder) 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;
}

.tdatagrid_cell.action > a[role="button"] > .btn {
    border: none;
    background: none;
    border-radius: 10px;
}

.tdatagrid_cell.action > a[role="button"]:hover > .btn {
    background: rgba(var(--color-standard), 1);
    color: white;
}

.tdatagrid_cell.action > a[role="button"]:hover > .btn  > i {
    color: white;
}


/** 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;
}



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

.table.leasspadding td, .table.leasspadding th
{
    padding: 5px;
}

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

.table>:not(caption)>*>*
{
    box-shadow:none;
}

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


table.hideactions .tdatagrid_cell.action *, table.hideactions .tdatagrid_action *
{
    display: none !important;
}

table.hideactions .tdatagrid_cell.action, table.hideactions .tdatagrid_action
{
    min-width: 0 !important;
    width: 0 !important;
}

tr.highlight
{
    background: rgba(var(--color-standard), 0.3);
}

/** Dropdowns **/
.dropdown-menu
{
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

.dropdown-item
{
    width: unset;
}

/** file system icons **/
.filesystem-icon.red
{
    color: #dd5a43;
}

.filesystem-icon.green
{
    color: #69aa46;
}

.filesystem-icon.blue
{
    color: #478fca;
}

.filesystem-icon
{
    color: #3f3f3f;
    font-size: 24px;
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    flex-shrink: 0;
    text-align: center;
    padding-top: 14px;
    padding: 8px;
}

.filesystem-icon.small
{
    font-size: 19px;
    width: 39px;
    height: 35px;
    padding-top: 6px;
}

.folder-box.check {
    background: rgba(var(--color-standard), 0.1);
}

.folder-box:hover
{
    border-color: rgba(var(--color-standard), 0.3);
    color: #8f95a5;
}
.folder-box-item 
{
    font-size: 12px;
    margin-top: 2px;
    color: #AEB8C2;
}


.folder-box
{
    width: 100%;
    max-width: 200px;
    border: 2px solid #F5F6FA;
    user-select: none;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: auto;
    height: 82px;
    color: #8f95a5;
    overflow: hidden;
    margin-left: 1px;
    margin-right: 1px;
    word-break: break-word;
}

.folder-box.big
{
    max-width: 290px;
    height: 200px;
}

.folder-box-name
{
    line-height: 17px;
    white-space: nowrap;
    width: 100px;
    text-overflow: ellipsis;
    max-height: 60px;
}

.folder-box-name.expand
{
    /* color: red; */
    white-space: normal;
}
.folder-box.return i
{
    background: #f5f6fa;
    color: #8895A3;
}
.folder-box.empty i
{
    background: #f5f6fa;
    color: #8895A3;   
}

li.ui-over > div > div.folder-box
{
    background: rgba(var(--color-standard), 0.1);
}

.right-panel .folder-box, .ui-dialog .folder-box
{
    cursor:pointer;
}

.portal_right_panel .folder-box, .ui-dialog .folder-box
{
    cursor:pointer;
}


/** Float button **/
.float-button, .mini-float-button {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#2286D1;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.mini-float-button {
	width:30px;
	height:30px;
	bottom:20px;
	background-color:#6CB9F2;
	box-shadow: none;
}

.float-button.ok
{
    background-color:#46C13F;
}

.float-button.ok:hover
{
    background-color:#33D52A;
}

.internal-float-button{
	margin-top:22px;
	color: white;
}

.internal-mini-float-button{
	margin-top:10px;
	color: white;
}

.float-button:hover
{
    color:white;
    background-color:#58B8FF;
}

.float-button.centered
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    box-sizing: border-box;
}

/** 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%;
}

/** 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;
}


@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;
}

.spacebetween .col-sm-12 label, .spacebetween .col-sm-6 label
{
    margin-top: 10px;
    margin-bottom: 5px;
}

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

/** 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;
}
.fa-sum:before {
    content: "\03a3";
    font-family: sans-serif;
}

.circled-icon
{
    color: rgba(var(--color-standard), 1);
    background: rgba(var(--color-standard), 0.07);
    border-radius: 50px;
    margin-right: 10px;
    font-size: 26px;
    width: 50px;
    height: 50px;
    font-size: 26px;
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    flex-shrink: 0;
    text-align: center;
    padding-top: 14px;
}


.circled-icon.small
{
    font-size: 19px;
    width: 35px;
    height: 35px;
    padding-top: 6px;
}

li[enabled="false"] .folder-box .circled-icon
{
    color: gray;
    background: whitesmoke;
}

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

.folder-box:hover > .item-ellipsis
{
    display: block;
    color: rgba(var(--color-standard), 1);
}

.folder-box > .item-ellipsis
{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    display: none;
    text-align: center;
}

.folder-box > .item-badge
{
    position: absolute;
    right: 25px;
    top: 5px;
    width: 15px;
    text-align: center;
}

.folder-box > .item-ellipsis:hover
{
    background: rgba(var(--color-standard), 1);
    color: white;
    border-radius: 5px;
}

.item-owner
{
    color: #bdbdbd;
    display: inline;
}

/** 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;
}
.info-horizontal
{
    border: 2px solid #F5F6FA;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.info-horizontal i 
{
    text-align: center;
    font-size: 33px;
    margin-right: 8px;
    float:left;
}

.info-horizontal i:before
{
    color: white;
}

.info-horizontal i:after
{
    opacity: var(--fa-secondary-opacity,.6);
}

.info-text a 
{
    text-decoration: underline;
}
.info-text
{
    font-size: 14px;
}

.info-full i 
{
    font-size: 90px;
    color: #bfc5d2;
    margin-bottom: 21px;
}
.info-full .info-text
{
    font-size: 15px;
}
.info-full-box
{
    max-width: 400px;
    width: 100%;
    margin: auto;
    text-align: center;
}

/** INPUTS **/
button, input, select, textarea
{
    outline:none !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;
}

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;
}

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;
}

.tfield_disabled
{
    color: silver;
}


/** 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;
}


/** 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: silver;
}


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

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


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


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

.file-response-icon {
    position: absolute;
    padding-left: 3px;
    padding-top: 3px;
}


.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;
}

/** 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;
}

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

/** LABELS **/
.label {
    font-size: 75%;
    border-radius: 8px;
}

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

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


/** LAYOUT **/
#adianti_div_content
{
    width: 100%;
}

.content_wrapper
{
    min-height:600px;
    display: block;
    float:left;
    text-align:left;
}

.container-master
{
    /* position: fixed; */
    display: flex;
    width: 100%;
    height: 100%;
}

.container-menu
{
    position: relative;
    display: flex;
    min-height: 100vh;
}

.content-system
{
    display: flex;
    position: absolute;
    top: 10px;
    z-index: 99;
}

.company-logo
{
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50px;
    overflow: hidden;
}
.logo
{
    padding-right: 12px;
}

.container-menu-nav a
{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    margin: auto;
    margin-bottom: 9px;
    padding-left: 10px;
    padding-top: 11px;
    overflow: hidden;
}

.container-menu-nav a i 
{
    font-size: 20px;
    margin-right: 12px;
}

.container-menu-nav
{
    width: 55px;
    text-align: center;
    padding: 9px;
    padding-top: 108px;
    z-index: 99;
}

.container-subnav
{
    background: #F5F6FA;
    width: 230px;
    padding-top: 116px;
    padding-left: 6px;
    padding-right: 6px;
    min-height: 100vh;
    border-right: 1px solid #dcdcdc;
    overflow: hidden;
}

.container-subnav-items
{
    width: 217px;
}

.container-subnav a
{
    color: var(--bs-body-color);
}

.company-info
{
    align-items: center;
    text-align: left;
    line-height: 18px;
    vertical-align: middle;
    padding-top: 10px;
    width: 190px;
    overflow: hidden;
}

.company-name
{
    font-weight: 700;
    font-size: 16px;
}

.company-info a
{
    font-size: 13px;
    margin-left: 5px;
}

.menu-divider
{
    width: 236px;
    height: 1px;
    position: absolute;
    top: 92px;
    left: 13px;
}

.menu-divider-marker
{
    width: 18px;
    height: 9px;
    border-radius: 50px;
    margin-left: 72px;
    margin-top: -4px;
}

.container-menu-nav hr
{
    border-color: #F5F6FA;
    margin-top: 20px;
    margin-bottom: 20px;
}

.container-menu-nav .active
{
    color: #fff;
}

.subnav-title
{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 16px;
    padding-left: 18px;
}

.container-subnav a
{
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    height: 36px;
    margin-bottom: 5px;
    padding-top: 8px;
}

.container-subnav .subnav-buttons > a
{
    color: rgba(var(--color-master), 1);
}

.container-subnav a i
{
    width: 20px;
}

.subnav-subtitle
{
    text-transform: uppercase;
    padding-left: 18px;
    font-size: 13px;
    margin-top: 18px;
    margin-bottom: 10px;
    color: #b5bcd0;
}

.header-page-name
{
    display: flex;
}

.header-page-name i 
{
    color: rgba(var(--color-master), 1);
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 13px;
    margin-right: 10px;
    font-size: 16px;
    flex-basis: 40px;
    flex-shrink: 0;
}

.header-page-name
{
    font-weight: 700;
    color: #585b5f;
    font-size: 18px;
}


.portal_right_panel .header-page-name
{
    width: 100%;
}

.header-page-name p
{
    font-size: 13px;
    color: #8f95a5;
    margin-bottom: -6px;
    font-weight: 400;
}
.container-header
{
    display: flex;
    margin-bottom: 15px;
}

.header-search
{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.header-search form 
{
    display: flex;
    position: relative;
}
.header-search form i 
{
    position: absolute;
    right: 34px;
    top: 11px;
    font-size: 18px;
    z-index: 1;
}

.header-search input
{
    color: #8895A3;
    width: 300px  !important;
    border: 1px solid #E4E7F2 !important;
    height: 40px;
    padding-left: 20px;
    padding-right: 45px;
    margin-right: 15px;
}

.container-subheader
{
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 20px;
}
.page-sepator
{
    font-weight: 700;
    color: #585b5f;
    border-bottom: 1px solid #E4E7F2;
    padding-bottom: 8px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.page-sepator-pointer
{
    background: rgba(var(--color-master), 1);
    width: 18px;
    height: 9px;
    border-radius: 50px;
    margin-left: 13px;
    margin-top: 4px;
    margin-bottom: -14px;
}

.container-menu.reduced .company-info
{
    display: none;
}
.container-menu.reduced .menu-divider
{
    width: 120px;
}
.container-menu.reduced .subnav-title
{
    display: none;
}
.container-menu.reduced .container-subnav-items a
{
    color: #8f95a5;
    width: 45px;
    height: 45px;
    border-radius: 9px;
    text-align: center;
    padding: 0;
    padding-top: 11px;
    margin-right: 6px;
    border: 2px solid #dedfdf;
}
.container-menu.reduced .container-subnav-items
{
    display: flex;
    flex-wrap: wrap;
}

.container-subnav.forceshow
{
    display: block !important;
}

.subnav-buttons
{
    display: flex;
    margin-bottom: 16px;
    border-bottom: 1px solid #E4E7F2;
    padding-bottom: 10px;
    margin-left: 13px;
}

.buttons-content
{
    margin-left: auto;
    display: flex;
}

.container-menu-nav .menu-mobile
{
    margin-bottom: 39px;
}

.container-menu-nav .menu-mobile a
{
    background: white;
    color: rgba(var(--color-master), 1);
}

.container-live
{
    width: 100%;
    /* background: blue; */
    padding: 12px;
    padding-bottom: 50px;
}

.shrink-second-menu
{
    position: absolute;
    right: -6px;
    top: 31px;
    color: rgba(var(--color-master), 1);
}

.shrink-second-menu
{
    display: none;
    cursor: pointer;
}

@media (max-width: 900px) {
    .header-page-name
    {
        width: auto;
        margin-right: 10px;
    }
    
    .shrink-second-menu
    {
        display: block;
    }
    
    .container-menu-nav
    {
        padding-top: 29px;
    }
    
    .container-live
    {
        max-width: 100%;
    }
    
    .header-search
    {
        width: auto;
    }
    
    .content-system.keep-visible~.container-menu-nav
    {
        border-right: none;
    }
    
    .container-header > .header-search
    {
        display: none;
    }
    
    .container-subheader > .buttons-content
    {
        display: none;
    }
    
    .folder-box
    {
        padding: 4px;
    }
    
    .folder-box-name
    {
        width: 80px;
    }
    
    .btn-toolbar
    {
        display:none;
    }
    
    .reports-showcase > .reports-showcase-info
    {
        display:none;
    }
    
    .pagination li a
    {
        width: 30px;
        height: 30px;
        padding-top: 5px;
    }
    
    .card-footer
    {
        padding: 6px;
    }
    
    .container-live
    {
        padding: 6px;
    }
    
    .content_wrapper
    {
        padding-left:10px;
    }
    
    .page-link
    {
        padding: 0;
    }
    
    .header-search input
    {
        width: 200px !important;
    }
    
    .maxwidth50 .card-body
    {
        max-width: 100%;
    }
    
    /* para exibir o botão de fechar dentro das cortinas em tela pequena */
    .portal_right_panel .header-search
    {
        display: block;
    }
}

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

.modal
{
    overflow-y: auto;
}

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


/** NAVBAR **/
.navbar
{
    background-color: #f5f6fa;
    padding: 3px;
}

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

/** PAGINATIONS **/

.pagination li a
{
    color: rgba(var(--color-standard), 1);
    background: rgba(var(--color-standard), 0.1);
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 50px;
    padding-top: 8px;
    margin-right: 3px;
    cursor: pointer;
    white-space: nowrap;
}

.pagination li a:hover, .pagination_wrapper .pagination-button a:hover
{
    background: rgba(var(--color-standard), 1); 
    color: #fff;
}

.pagination_wrapper .pagination-button.disabled a:hover
{
    background: rgba(var(--color-standard), 1);
    opacity: 0.3; 
}

.pagination .off a
{
    color: rgba(var(--color-standard), 1);
    opacity: 0.3;
    cursor: unset
}
.pagination .off a:hover
{
    color: rgba(var(--color-standard), 1);
    background: rgba(var(--color-standard), 0.1);
}
.pagination
{
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

ul.pagination>li.page-item
{
    text-align: center;
}

ul.pagination>li.page-item>a.page-link
{
    padding-left: 0;
    padding-right: 0;
}


/** fix Bootstrap **/
.page-item:first-child .page-link, .page-item:last-child .page-link
{
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !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;
}


.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;
}

/** 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;
}

/** 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
{
    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;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: white;
}

.select2-container--default .select2-selection--multiple,
.select2-container .select2-selection--multiple {
    border: 1px solid #dcdcdc;
}

/** Sort lists **/
.tsortlist
{
    background: #e8eaef;
}

.tsortlist_item
{
    border-radius: 7px;
}

/** 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;
}

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

.card-wrapper.table-list .panel > .panel-footer > .btn-group > button::after {
    display: none;
}

.card-wrapper.table-list .panel > .panel-footer > .btn-group > button:hover {
    background: #007bff;
    color: white;
}

.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;
}



.panel-body.card-body.card-item-content {
	background: #f5f6fa;
}
/* nav-tabs */
.nav.nav-tabs
{
    padding: 8px;
}

.tabs-content, .nav.nav-tabs:not(.tabs-left)
{
    background: #F5F6FA;
    border-radius: 5px;
    flex-wrap: wrap;
    display: inline-flex;
}

.nav.nav-tabs:not(.tabs-left)
{
    width: 100%;
}

.tabs-content a, .nav.nav-tabs:not(.tabs-left) li a, .card-title .header-title
{
    padding-left: 20px;
    padding-right: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    max-height: 40px;
    box-sizing: content-box;
}

.nav-tabs:not(.tabs-left) .nav-link
{
    border: unset !important;
}

.nav-tabs:not(.tabs-left)
{
    border-bottom: 0 !important;
}

.tabs-content a i 
{
    margin-right: 6px;
}

.tabs-content .checked
{
    background: rgba(var(--color-master), 0.8);
    color: white;
}

.nav.nav-tabs:not(.tabs-left) li a.active
{
    background: var(--bs-body-bg);
    font-weight: bold;
}
/** 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;
}

.tooltip.fade:not(.show) {
    display: none; /* Evita overlap */
}

/** WindowS **/


.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 */
}
