
.consultoriaTable {
    padding-top: 25px;
}

.consultoriaTable thead tr th{
    background: #b89808;
    color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    padding: 3px 10px !important;
}

.dataTables_length{
    display: none;    
}

.dataTables_filter{
    width: 100%;
}
.dataTables_filter input{
    width: 100%;
    padding: 10px;
    font-size: 14px;
    margin-left: 0px !important;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid #ccc;
}
.dataTables_filter input::placeholder{
    color: #848484;
}

#clear_search{
    background: #b89808;
    color: #fff;
    padding: 10px;
    border: none;
    margin-top:10px;
    cursor: pointer;
}

.left_search .filters{
    display: flex;
    flex-direction: column;
}

.left_search .field{
    width: 100%;
    margin: 15px auto;
    flex-direction: column;
    display: flex;
}

.full_search .filters{
    display: flex;
    flex-direction: row;
}

.full_search .field{
    display: flex;
    flex-direction: column;
    width: 32%;
    margin: 15px auto;
}

.field select{
    border: none;
    border-bottom: 1px solid #848484;
}

.field select:focus {
    outline: none;
}


.file_item table{
    width:100% !important;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    margin: 15px auto !important;
} 

.file_item table tbody tr:first-child{
    font-weight: bold;
    background: #3e4095;
    color: #ffffff;
}

.file_item table tbody tr td {
    vertical-align: middle;
    text-align: center;
    border-top: 1px solid #d8d8d8;
}


/* CALENDAR */
/* calendar */
table.calendar		{ border-left:1px solid #999; }
tr.calendar-row	{  }
td.calendar-day	{ min-height:120px; font-size:11px; position:relative; } * html div.calendar-day { height:80px; }
td.calendar-day:hover	{ background:#eceff5; }
td.calendar-day-np	{ background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { background:#ccc; font-weight:bold; text-align:center; width:120px; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
div.day-number		{ background:#999; padding:5px; color:#fff; font-weight:bold; float:right; margin:-5px -5px 0 0; width:20px; text-align:center; }
/* shared */
td.calendar-day, td.calendar-day-np { width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }

@media screen and (max-width: 600px) {
    .full_search .field{
        width: 100% !important;
    }
    
    .full_search .filters{
        flex-direction: column !important;
    }
}

.file_item{
    margin: 20px 0;
    border: none;
    border-top: 1px solid #ebebeb;
    padding: 10px;
    background: #ebebeb38;
}

.file_item .tag{
    background: #075899;
    color: #fff;
    margin: 0 20px;
    display: unset;
    padding: 0 5px;
}

.getInformationDay{
    position: absolute;
    height: 31px;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0 0 5px;
    z-index: 9999;
    cursor: pointer;    
}

.getInformationDay:hover span{
    color: black;
}

.ocultar_campo {
    display: none;
}