/** General **/
html, body
{
    height: 95.5%;
    margin: 0px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

hr
{
    margin: 20px 0;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
}

hr.slim
{
    margin-top: 10px;
    margin-bottom: 10px;
}

a
{
    text-decoration: none;
}

label
{
    margin-bottom: 5px;
}

label, input, button, select, textarea
{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

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

/** Jquery Widgets **/
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
{
    font-size: 12px;
    margin: 0px;
}

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

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

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

/** Navbars **/
.navbar-default .navbar-brand
{
    font-family: 'Open Sans';
}

.sidebar
{
    font-family: 'Open Sans';
}


.navbar-right {
    margin-right: 0 !important;
}

ul.navbar-top-links > li.dropdown >a {
    background: inherit;
}

ul.navbar-top-links > li.dropdown > a:hover {
    background: #4A9FE0;
}

ul.navbar-top-links .open>a, ul.navbar-top-links .open>a:hover, ul.navbar-top-links .open>a:focus {
    background: #4A9FE0;
}

.navbar-custom-menu > .navbar-nav {
    float: right;
}

/** Dropdowns **/
.dropdown-menu li a {
    display: block;
    text-decoration: unset;
    padding: 8px 12px;
    white-space: nowrap;
}

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

/** Panels **/
.panel{
    border-radius: initial;
    background: #fff;
    min-height: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0,0,0,.125);
    
}

.panel-heading{
    display: flex;
    align-items: center;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.panel-heading:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.panel-body{
    flex: 1 1 auto;
    padding: 1.25rem;
}

.panel-footer
{
    background: initial;
}

.panel-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

div > div.panel > .panel-body {
    padding: 10px;
}

/** Form components **/
input[widget="tslider"] {
    margin: auto;
}

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

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

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

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

/* nao deixar o botao fora do campo tile*/
input.form-control.tfield[widget="tfile"], input.form-control.tfield[widget="tmultifile"] {
    padding: 1px;
}

/** Classic forms **/
.tform
{
    box-shadow: none;
    background: white !important;
    border: none !important;
    border-radius: none !important;
    padding: 0px !important;
    margin-bottom: 20px !important;
}

.tformtitle + tr > td
{
    padding-top: 15px !important;
}

.tformtitle > td
{
    background-color: #3c8dbc !important;
    padding: 8px 0px 8px 5px !important;
}

.tformtitle > td > label
{
    color: white !important;
}

.tformaction > td
{
    padding: 12px !important;
}


.tform .tformtitle > td:first-child
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tform .tformtitle > td:last-child
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tform > table
{
    background: #fff;
    border: 1px solid #C6C6C6 !important;
    padding: 0px !important;
}

/** BFBuilder **/

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

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

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

/** Buttons **/
.btn-group .btn.btn-default.active {
    background: #6c757d;
    border-color: #6c757d;
    color: white;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(142, 142, 142, 0.58);
}

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

/** Classic datagrid **/
table.tdatagrid_table
{
    box-shadow: none;
    border-radius: 0;
}

.tdatagrid_head tr td
{
    height: 34px;
}

.tdatagrid_body tr td
{
    height: 30px;
}

.tdatagrid_body tr td input
{
    height: 24px;
    margin: 0;
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
}


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

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

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

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



/** Login form **/
#form_login table > tbody > tr.tformtitle > td
{
    text-align: center;
}

#form_login table > tbody > tr.tformtitle > td > label
{
    padding: 0;
    padding: 8px;
    font-size: 17pt;
}


/** Kanban **/
.kanban-item-actions i.fa, .card-item-actions i.fa,
.kanban-item-actions i.fas, .card-item-actions i.fas,
.kanban-item-actions i.far, .card-item-actions i.far
{
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.6em;
}

.kanban-item-actions i.fa:hover, .card-item-actions i.fa:hover,
.kanban-item-actions i.fas:hover, .card-item-actions i.fas:hover,
.kanban-item-actions i.far:hover, .card-item-actions i.far:hover
{
    background: whitesmoke !important;
    color:black !important;
}

/** Charts **/
.chart
{
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background: white;
    padding: 10px;
    margin-bottom: 15px;
}

/** Cards **/
.card-item
{
    border-radius: 3px;
}

.card-header {
    display: flex;
}

.card-title {
    font-size: 16px;
}


/** btn cadastrar **/
.inline-button {
    position:absolute !important;
    border-radius:0 !important;
    border-left:0 !important;
    box-shadow:none !important;
}

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

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

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

/** BC: Bootstrap **/
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}

/** fullcalendar **/
.fc-event {
    color : white !important;
}

/** html editor **/
.note-toolbar {
    display: flow-root;
}

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

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

/* Alinhar caret menu builder */
.menueditor-dropdown-menu .caret {
    margin: unset !important;
}
/** Generics **/
@media (max-width: 900px) {
    .hidden-xs {
        display: none;
    }
}

.label {
    border-radius: 2px;
}

/** Theme container **/
.content-wrapper
{
    background-color: white !important;
}

.layout-boxed {
    background: #e0e0e0 !important;
}

/** Profile **/
.navbar-custom-menu>ul.nav.navbar-nav>li.dropdown>a{
    display: block;
    padding: 15px;
}

/** breadcrumb **/
#div_breadcrumbs {
    margin-bottom: -5px;
}

/** Navbars **/
nav.navbar {
    padding: 0;
}

.navbar-nav {
    flex-direction: unset;
}

.sidebar-menu .treeview li, .sidebar-menu .treeview ul
{
    background: none;
    overflow: hidden;
    white-space: normal;
}

.navbar-custom-menu .nav.navbar-nav li a::after{
    display: none; /* Não exibir carrot nos í­cones do menu */
}

/** Dialogs **/
.ui-dialog .table>tbody>tr>td
{
    padding: 4px;
    vertical-align: middle;
}

.ui-dialog .panel .panel-body
{
    padding: 8px;
    padding-bottom: 4px;
}

.ui-dialog .window_modal > .panel .panel-heading
{
    background: initial;
}

.ui-dialog .ui-dialog-titlebar
{
    margin-bottom: 0;
}

.ui-dialog .table tbody tr td, .table tbody tr th
{
    padding: 8px !important;
    border-bottom: 0 !important;
}

.ui-dialog .panel-default>.panel-heading
{
    border-top: 0;
}

/** Dropdowns **/
.dropdown-menu>li>a
{
    font-size: 10pt;
}

.dropdown-menu li.footer a {
    display: block; /* Ajuste cor dos itens footer dropdown */
}

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

button.btn-default
{
    height:30px;
}

button.btn-primary
{
    color: white;
}

.btn.btn-default {
    background-color: white;
}

.btn-primary {
    background-color: #3c8dbc !important;
    border-color: #367fa9 !important;
}

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

.btn.btn-primary:hover {
    background-color: #367fa9 !important;
    border-color: #285e8e !important;
    color: #fff !important;
}


/** Cards, panels **/
.panel {
    margin-bottom: 20px;
    border-radius: 0;
}

.panel-default>.panel-heading
{
    background: #f8f8f8;
    min-height: 52px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.panel-title {
    font-size: 16px;
    /* titulos estavam desalinahdos */
    margin-bottom: unset;
}

.panel-footer {
    background-color: rgba(0,0,0,.03);
    padding: .75rem 1.25rem;
    border-top: 1px solid rgba(0,0,0,.125);
}

/** BFBuilder **/
.panel form[type="bootstrap"] .ttd
{
    display: inline-block;
    margin-top: 7px;
}

.form-group.tformrow.row {
    display: flex;
    align-items: center;
}

.panel form[type="bootstrap"] .ttd {
    margin-top: unset;
}

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

textarea
{
    border: 1px solid #ccc;
    border-radius: 0 !important;
    background: white;
    background-image: white;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus
{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted 9;
}

textarea[widget="ttext"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus
{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted 9;
}

select[widget="tcombo"], textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
{
    display: inline-block;
    padding: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    border-radius: 0;
    border: 1px solid #ccc;
}

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;
    border: 1px solid #ccc !important;
    border-radius: 0;
    background-position: calc(100% - 6px) 50%; /* Sugestao flechas para baixo combo */
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

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

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

.tfield:focus
{
    border-color: #3c8dbc !important;
    box-shadow: none !important;
    border-radius         : 0;
}

/** Seek **/
.tseekbutton
{
    height: 30px !important;
    border-radius :0 !important;
}

.tseekbutton i
{
    padding-left:2px;
}

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

.input-group-addon {
    border: solid 1px;
    border-left: unset;
    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 **/
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;
}

/** TDateTime **/
.add-on.btn.btn-default.tdate-group-addon {
    padding-top: 2px !important;
}

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


/** Select2 **/
.select2-container--default .select2-selection
{
    padding-left: 4px !important;
}

.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 .select2-selection__arrow
{
    top: -2px !important;
}

input.select2-search__field
{
    height: 26px;
}

.select2-selection.select2-selection--single {
    padding-bottom: 3px;
    padding-top: 3px;
}

/** Datagrid **/
.table>thead>tr>th.tdatagrid_col, .table>thead>tr>th.tdatagrid_action
{
    border-bottom: 2px solid #ddd;
}

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

.table tbody tr.selected td {
    background-color: #66a4c7 !important;
    color: white !important;
}


/** TFile **/
input[widget="tfile"], input[widget="tmultifile"] {
    height: 30px;
}


/** THtmlEditor **/
.note-editor {
    border: 1px solid #bbbbbb;
}

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

/** messages, notifications **/
#envelope_messages li.header
{
    font-weight: bold;
    text-align: center;
}

#envelope_notifications li.header
{
    font-weight: bold;
    text-align: center;
}

.dropdown-toggle::after {
    height: 4px;
    vertical-align: .200em;
}

.nav.nav-pills.nav-stacked li {
    display: flex;
    width: 100%;
}

.nav.nav-pills.nav-stacked li a{
    padding: 10px 15px;
    width: 100%;
    color: #333 !important;
}

@media (max-width: 991px) {
    .main-header .navbar .dropdown-menu li a {
        color: #3c8dbc !important; /* Icone de usuário no dropdown de mensagens */
    }
}

/* TMessage */
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}


/** Progress bar **/
.progress {
    font-size: 12px;
    height: 20px;
}

.progress-bar span {
    overflow: hidden;
}

/** Notebook **/
.tnotebook {
    margin-bottom : 6px;
}

.nav.nav-tabs.flex-column {
    padding-left: 10px;
}

.nav.nav-tabs.flex-column .nav-item .nav-link {
    border: unset;
    margin-bottom: 1px;
    color: silver;
}

.nav.nav-tabs.flex-column .nav-item .nav-link:not(.active):hover{
    color: #444;
}

.nav.nav-tabs.flex-column .nav-item .nav-link.active {
    border: 1px solid #ddd;
    border-radius: 0;
    border-right: unset;
    color: #444;
}


/** TFieldList **/
table.tfieldlist.dashed .tfield:focus {
	border: 1px solid #3c8dbc !important;
}

.info-box
{
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
}

/* Navbar no login */
.main-header.navbar .navbar-brand {
    border-bottom: 1px solid #e7e7e7;
    color : black;
    margin: unset;
    padding: 15px;
    width: 100%;
}

/** Login form **/
div[form=form_login] .panel-heading
{
    align-content: center;
    background: #3c8dbc !important;
    color: white !important;
    display: flex;
    justify-content: center;
    height: 60px !important;
    width: 100%;
}

div[form=form_login] .panel-heading .panel-title
{
    font-size: 20px;
    line-height: 38px;
    margin: unset;
}

div[form=form_login] .fb-inline-field-container
{
    padding-right: 0 !important;
}

.login-avatar
{
    width: 35px;
    height: 30px;
    padding: 6px 12px;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-right: 0;
    float:left;
    margin-left:44px;
    height:35px;
}


/*Mailson Datalan - classe de transparência */
.transparencia{
    filter:alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity:0.9;
    -webkit-opacity:0.9;  
}

/*  Célula responsiva passo a passo:
1 - Para o campo responsivo deve-se executar o $campo->setSize('100%')';
2 - O container reseponsivo, deve ser da classe $container->class = 'resp-div';
3 - A célula responsiva do cantainer deve ser $cell->class = 'resp-cell'.
4 - Containers superiores ao container responsivo devem ter $container->class = 'resp-div' ou $container->style = "width:100%".
*/
.resp-cell{
    flex: auto;
    max-width: 2000px;
    min-width: 100px;        
}

.resp-div{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    align-items: center;	
    width:100%;    
}

.resp-div-top{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    width:100%;    
}

.resp-pad{
    padding-left: 10px;       
}

/*Fim célula responsiva */

.tform .tformsectiondl>td{
    font-weight:700;
    padding-top:12px;
    padding-bottom:12px;
    text-align:left;
    background-color:#E6E6E6;
    border-bottom:1px solid #C2C2C2;
    user-select:none;            
}

.tform .tformsubsectiondl>td{
    padding-top:12px;
    padding-bottom:12px;
    text-align:left;
    background-color:whiteSmoke;
    user-select:none; 
    border-top:1px solid #C2C2C2;
}

.frame-foto-vazio{
    color:grey;
    width:250px;
    margin-bottom:10px;
    line-height:100px;
    border:1px solid lightgray;
    display:inline-block;
    position:relative;
    text-align:center;
}

.frame-foto-carregada{
    max-width:250px;
    box-shadow:2px 2px 2px black;
    display:inline-block;
    position:relative;
    margin-bottom:10px;
}

.frame-galeria-vazio{
    color:grey;
    width:100%;
    margin-bottom:10px;
    line-height:75px;
    border:1px solid lightgray;
    display:inline-block;
    position:relative;
    text-align:center;
}

.button-link-ativo{
    background:none!important;
    border:none; 
    padding-left: 10px;
    margin-bottom: 5px;
    color: #00f;
    text-decoration: underline; 
    cursor: pointer;
    font-family: Helvetica,Arial,Verdana;
}

.button-link-inativo{
    background:none!important;
    border:none; 
    margin-bottom: 5px;
    padding-left: 10px;
    text-decoration: none; 
    cursor: default;
    font-family: Helvetica,Arial,Verdana;
}

.fixed .main-sidebar-bottom{
    position: fixed;
    /* Fix for IE */
    -webkit-transition: none;
    -o-transition: none;
    transition: none;    
    white-space: nowrap;
    overflow: hidden;    
    width: 100%;
    bottom: 0;
    right: 0;    
    padding: 5px 15px 5px 15px !important;
    z-index: 900;    
    background-color: #222;    
    border: none !important;
}

.container-button-bottom-fixed{
    position: fixed;
    /* Fix for IE */
    -webkit-transition: none;
    -o-transition: none;
    transition: none;    
    overflow: hidden;    
    width: 100%;
    bottom: 0;
    right: 0;    
    padding: 5px 5px 5px 5px !important;
    z-index: 99;    
    background-color: rgba(34, 34, 34, 0.8);  /*cor #222 + 0.9 de transparencia apenas para o container*/
    border: none !important;
    text-align: right;
    display: inline-block;
}



/*panels para os tipos clinica
O tipo Petshop usa o panel-success do Bootstrap*/

.panel-clinica {
    border-color: #ebc7eb ;
}
.panel-clinica > .panel-heading {
    color: #832f83;
    background-color: #f1daf1;
    border-color: #ebc7eb ;
}
.panel-clinica > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebc7eb ;
}
.panel-clinica > .panel-heading .badge {
    color: #f1daf1;
    background-color: #832f83;
}
.panel-clinica > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebc7eb ;
}


@media (max-width: 767px) {
    .gutter-10 > [class^="col-"], .gutter-10 > [class*=" col-"] {
        padding-top: 5px;
    }
    .gutter-10.row label:not(.tcheckgroup_label){
        float:left;
    }

    .gutter-10.row .dlbutton {
        float:left;
        text-align: left;
    }

    .gutter-10.row .right-left{
        text-align:left;
    }
}

.row-equaheight [class*="col-"]{
    display: flex;
    flex-direction: column;
}

.row-equaheight{
    display: flex;
    flex-wrap: wrap;
}

.out {
    background-color: transparent !important;
    transition: all .25s;
}

.btn-primary.out {
    color: #3c8dbc;
    border-color: #367fa9;
}

.btn-success.out {
    color: #00a65a;
    border-color: #008d4c;
}

.btn-info.out {
    color: #00c0ef;
    border-color: #00acd6;
}

.btn-warning.out {
    color: #f39c12;
    border-color: #e08e0b;
}

.btn-danger.out {
    color: #dd4b39;
    border-color: #d73925;
}

.btn-primary.out:hover{
    color: #fff;
    background-color: #3c8dbc !important;
}
.btn-success.out:hover{
    color: #fff;
    background-color: #00a65a !important;
}

.btn-info.out:hover{
    color: #fff;
    background-color: #00c0ef !important;
}

.btn-warning.out:hover{
    color: #fff;
    background-color: #f39c12 !important;
}
.btn-danger.out:hover{
    color: #fff;
    background-color: #dd4b39 !important;
}



/*===============================*/

.subsection-title{
    padding-bottom: 3px;
    margin: 15px 0 10px;
    border-bottom: 1px solid lightgrey;
    font-size: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.ui-dialog-titlebar{
    background-color: rgb(245, 245, 245);
    background-image: none;
    border-bottom-color: rgb(221, 221, 221);;
}

.ui-dialog{
    border-color: silver;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.5);
}

/*gridpanel*/

/*.produto, .produto > .box-default:hover{
    background-color: whitesmoke!important;
} 

.produto:hover{
    background-color: lightgrey!important;
}

.servico > .box-default:hover{
    background-color: plum;
}*/

.gridpanel-default {
    border: 1px solid #d2d6de;
    border-top: 3px solid #d2d6de !important;
    color:black;
    margin: 5px 0 5px 0 !important;
}

.gridpanel-default:hover{
    background-color: #f0f2f4 !important;
}

.gridpanel-success {
    border: 1px solid #00a65a;
    border-top: 3px solid #00a65a !important;
    color:black;
    margin: 5px 0 5px 0 !important;
}

.gridpanel-success:hover{
    background-color: #e6fff4 !important;
}

.gridpanel-warning {
    border: 1px solid #f39c12;
    border-top: 3px solid #f39c12 !important;
    color:black;
    margin: 5px 0 5px 0 !important;
}

.gridpanel-warning:hover{
    background-color: #fef5e7 !important;
}

.gridpanel-primary {
    border: 1px solid #3c8dbc;
    border-top: 3px solid #3c8dbc !important;
    color:black;
    margin: 5px 0 5px 0 !important;
}

.gridpanel-primary:hover{
    background-color: #ecf4f9 !important;
}

.gridpanel-info {
    border: 1px solid #00c0ef;
    border-top: 3px solid #00c0ef !important;
    color:black;
    margin: 5px 0 5px 0 !important;
}

.gridpanel-info:hover{
    background-color: #e6faff !important;
}

.gridpanel-danger {
    border: 1px solid #dd4b39;
    border-top: 3px solid #dd4b39 !important;
    color:black;
    margin: 5px 0 5px 0 !important;
}

.gridpanel-danger:hover{
    background-color: #fbebe9 !important;
}


/**/

.padding-buttom{
    padding-bottom: 10px;
}

/*Marcelo para medida entre 1070 até 1199*/
@media (min-width: 1070px) and (max-width: 1199px){

    .termo_pesq{
        width: 26.2%;
    }

    /*.col-md-1{
        width: 9.55%;
    }*/ /*TEM QUE SER ARRUMADO VERIFICADO POR QUE AFETA O MENU DE PESQUISA NA LISTAGEM DA AGENDA*/

}


/*ESTILIZAÇÃO UTILIZADA NO CADASTRO DE CFOP*/
.desc-icms-inter{
    /*padding-left:  0px!important;*/
    padding-right: 0px!important;
}

.desc-right label{
    float:right!important;
}

.ck-list label{
    float:none!important;
}

.ck-titulo{
    text-align: center;
}

.ck-titulo label, .icms_inter legend label{
    float:none!important;
}

.gutter-11{
    margin-right: 5px;
    margin-left: -5px;
}
/********************************************/


/*****************************INÍCIO*********************************
*       FORMATAÇÃO PARA O CADASTRO DE CIDADES CAMPO TDBSEEKBUTTON   *
*********************************************************************/
@media (min-width: 1200px) {
    .tdbseekcfop{
        width: 75%!important;
    }

    /*.tdbseekcfop{
        width: 88%!important;
    }*/
}

@media (min-width: 1110px)  and (max-width: 1199px){
    .tdbseekcfop{
        width: 73%!important;
    }

    /*.tdbseekcfop{
        width: 87%!important;
    }*/
}


@media (min-width: 992px)  and (max-width: 1109px){
    .tdbseekcfop{
        width: 69%!important;
    }

    /*.tdbseekcfop{
        width: 85%!important;
    }*/
}

@media (min-width: 944px)  and (max-width: 991px){
    .tdbseekcfop{
        width: 85%!important;
    }
}

@media (min-width: 894px)  and (max-width: 943px){
    .tdbseekcfop{
        width: 84%!important;
    }

    /*
    .tdbseekcfop{
        width: 88%!important;
    }
    */
}


@media (min-width: 835px)  and (max-width: 893px){
    .tdbseekcfop{
        width: 82%!important;
    }

    /*
    .tdbseekcfop{
        width: 88%!important;
    }
    */
}

@media (min-width: 811px)  and (max-width: 834px){
    .tdbseekcfop{
        width: 82%!important;
    }

    /*.tdbseekcfop{
        width: 86%!important;
    }*/
}

@media (min-width: 776px)  and (max-width: 810px){
    .tdbseekcfop{
        width: 81%!important;
    }

    /*.tdbseekcfop{
        width: 86%!important;
    }*/
}


@media (min-width: 768px)  and (max-width: 775px){
    .tdbseekcfop{
        width: 80%!important;
    }

    /*.tdbseekcfop{
        width: 86%!important;
    }*/
}

@media (min-width: 540px)  and (max-width: 767px){
    .tdbseekcfop{
        width: 87%!important;
    }

    /*.tdbseekcfop{
        width: 87%!important;
    }*/
}

@media (max-width: 539px){
    .tdbseekcfop{
        width: 81%!important;
    }

    /*.tdbseekcfop{
        width: 81%!important;
    }*/
}

/*****************************FIM************************************
*       FORMATAÇÃO PARA O CADASTRO DE CIDADES CAMPO TDBSEEKBUTTON   *
*********************************************************************/


/* calendario */
.tcalendardl
{
    /*-webkit-box-shadow: 1px 1px 10px rgba(36, 36, 36, 0.2);
    -moz-box-shadow: 1px 1px 10px rgba(36, 36, 36, 0.2);
    box-shadow: 1px 1px 10px rgba(36, 36, 36, 0.2);*/
    user-select : none;
    -webkit-user-select : none;
    -moz-user-select : none;
    background-color: #EDEDED;
}

.tcalendardl table
{
    table-layout: fixed;
    border: 1px solid #E1E1E1;
    border-spacing: 0; 
    border-collapse: collapse;
    width: 100%;
    height: 100%;
    font-size       : 10pt;
    font-family     : Sans;
    /*-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
}

.tcalendardl table td
{
    color: #535353;
    font: bold 12px Verdana,Arial,sans-serif;
    text-align: center;
    background-color: #EDEDED;
    padding: 5px;
    border: 1px solid #C8C8C8;
    /*-webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
   *border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: inset 0 1px 0 white;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 white;*/
}

div.tcalendardl table td.calendardl-header
{
    background-color: #007bff;
    color: white;
    text-shadow: none;
    text-align: center;
    padding: 0px;
    border: 1px solid #007bff;
}

div.tcalendardl table td.calendardl-weekday
{
    background-color: #EDEDED;
    color: #007bff;
    text-shadow: none;
    text-align: center;
    border: 1px solid #C8C8C8;
}

.tcalendardl table tr.calendardl-rowdata
{
    height: auto;
}

.tcalendardl table tr.calendardl-rowdata td
{
    font: 12px Verdana,Arial,sans-serif;
    color: black;

}

.tcalendardl table td.calendardl-data-disabled
{
    color: gray !important;
    cursor: default;
    font-weight: normal; 
}

.tcalendardl table td.calendardl-data:hover
{
    background-color: #D4D7E5;
    color: black;
    text-shadow: none;
    cursor: pointer; 
}

.tcalendardl table tr.calendardl-rowdata td.calendardl-selected
{
    background-color: #d9edf7;
    color: black;
    text-shadow: none;
    border: 2px solid #0085CC;
}


@media only screen and (min-width: 501px) {
    #search-box {
        display:inline !important;
        float:left;
    }
}

@media only screen and (max-width: 500px) {
    #search-box {
        display:none !important;
    }
    
    ol.tbreadcrumb li 
    {
        padding: 0;
    }
    
    .tbreadcrumb li span
    {
        font-size: 8pt;
    }
    
    #div_breadcrumbs > ol > li:nth-child(1)
    {
        display: none;
    }
    
    ol.tbreadcrumb li a
    {
        padding-right: 0.75em;
    }
}

/*=================== ajustes bootstrap 3 ========================================*/
.gutter-10.row {
    margin-right: -5px;
    /*margin-right: 5px;*/
    margin-left: -5px;
}

.gutter-10.row label:not(.tcheckgroup_label){
    padding-left: 0px;
    float:right;
}

.gutter-10.row .left label{
    float:left;
}

.gutter-10.row .dlbutton {
    padding-left: 0px;
    float:right;
}

.gutter-10.row .right-left{
    text-align:right;
}

.gutter-10 > [class^="col-"], .gutter-10 > [class*=" col-"] {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7.5px;
}

.container-pad-10{
    padding: 0px 10px 10px 10px;;
    margin:auto;
}

.container-pad-0{
    padding: 0px;
    margin:auto;
}

@media (max-width: 576px) {
    .gutter-10 > [class^="col-"], .gutter-10 > [class*=" col-"] {
        padding-top: 5px;
    }
    .gutter-10.row label:not(.tcheckgroup_label){
        float:left;
    }

    .gutter-10.row .dlbutton {
        float:left;
        text-align: left;
    }

    .gutter-10.row .right-left{
        text-align:left;
    }
}

.accordion-pad{
    padding:5px;
}

@media (max-width: 767px) {
    .accordion-pad  {
        padding: 0px;
    }
}