/*.table {
    margin: 0 auto;

}*/


/*#table th, td {
    white-space: nowrap;
    width: auto !important;

}*/
td.tip {
    border-bottom: 1px dashed;
    text-decoration: none
}
td.tip:hover {
    cursor: auto;
    position: relative
}
td.tip span {
    display: none
}
td.tip:hover span {
    border: #000000 2px ;
    border-color: #4285F4;
    padding: 5px 20px 5px 5px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: white;
    z-index: 100;
    background-color: #4285F4 ;
    left: 0px;
    margin: 10px;
    position: absolute;
    top: 10px;
    border-width: 3px;
    border-radius: 2px;
    border-style: solid;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom:.5em;
    font-family: "Font Awesome\ 5 pro";
}


.scrollbarE::-webkit-scrollbar
{
    height: 6px;!important;
    width: 6px; !important;
    background-color: #FFFFFF;!important;
}

.scrollbarE::-webkit-scrollbar-thumb
{
    border-radius: 10px;!important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);!important;
    background-color: #4285F4;!important;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('${resource(dir: '/dashboard/images/', file: 'Preloader_2.gif')}') center no-repeat #fff;
}

/*Tirar arrows do inputs number*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.flex-center {
    background-color: #739FD0;
    color: #000000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 400px;
}
.flex-center-bottom {
    background-color: #739FD0;
    color: #000000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}
.flex-item-center {
    border: solid 2px #4675AA;
    order: 0;
    flex: 0 1 auto;
    align-self: center;
}
.flex-item-bottom {
    border: solid 2px #4675AA;
    order: 1;
    flex: 0 1 auto;
    align-self: flex-end;
}
.customDate {
    border-bottom: 1px;
    text-decoration: none
}
.customDate:hover {
    cursor: auto;
    position: relative
}
.customDate span {
    display: none
}
.customDate:hover span {
    border: #000000 2px ;
    border-color: #4285F4;
    padding: 5px 20px 5px 5px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: white;
    z-index: 100;
    background-color: #4285F4 ;
    left: 0px;
    margin: 10px;
    position: absolute;
    top: 10px;
    border-width: 3px;
    border-radius: 2px;
    border-style: solid;
}