.loader {
margin: auto;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #738e96;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
border: 1px solid black;
background: fff;
font-weight: normal;
color: #black;
}

/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.box{
background-color: #D5D5D5;
position: fixed;
right: 20px;
bottom: 20px;
cursor : pointer;

}
.pointer {
cursor: pointer;
}
.table-bordered th{
border: 1px solid #777777;
background-color: #e4e4e4;
font-size: 12px;
}
.table-bordered td{
border: 1px solid #777777;
font-size: 12px;
}
.table-resumo th{

font-size: 12px;
border: none;
color: steelblue;
}
.btn-azul-escuro {


background-color: #1b1464;
color: #fff;
<!-- border-color: #357ebd; -->
}
.table-resumo td {
font-size: 12px;
border: none;
}
.font-pequena{
font-size: 12px;
}
.div-block {
display: block;
width: 100%;
overflow-x: auto;

}
.table-bordered tr ,.table-resumo tr,.table-menor{
line-height: 12px;
min-height: 25px;
height: 20px;
}
.nav a:hover {
color: fff;
text-decoration: underline;
}
.nav a{
color:#1d2124;

}
.nav-tabs .nav-link.active {
color: #ffffff;
border-color: #dee2e6 #dee2e6 #fff;
background-color:fff ;
}
.nav-logo {
float: left;
height: 1.5em;
width: 5em;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
box-sizing: content-box !important;
}
.table-bordered a{
color: #4682b4;
}
.bg-preferencia {
background-color:fff;
}
/*Graficos*/
#chart_wrap {
position: relative;
padding-bottom: 100%;
height: 0;
overflow:hidden;
}

#piechart {
position: absolute;
top: 0;
left: 0;
width:100%;
height:500px;
}
/*On off*/
.switch {
position: relative;
display: inline-block;
width: 45px;
height: 20px;
}

.switch input {
opacity: 0;
width: 0;
height: 0;
}

.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}

.slider:before {
position: absolute;
content: "";
height: 12px;
width: 12px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider {
background-color: fff;
}

input:focus + .slider {
box-shadow: 0 0 1px fff;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
border-radius: 34px;
}

.slider.round:before {
border-radius: 50%;
}
.loader {
margin: auto;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid fff;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
}

input[type=number]::-webkit-inner-spin-button {
display :none;
-webkit-appearance: none;
cursor:pointer;
display:block;
width:8px;
color: #333;
text-align:center;
position:relative;
}
input[type=number] {
-moz-appearance: textfield;
appearance: textfield;
margin: 0;
}

/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.box{
background-color: #D5D5D5;
position: fixed;
right: 20px;
bottom: 20px;
cursor : pointer;

}
.table-bordered th{
border: 1px solid #777777;
background-color: #b6b6b6;
color: #fffafa;
}
.table-bordered td{
border: 1px solid #777777;
}
.table-resumo th{

border: none;
color: steelblue;
}
.table-resumo td {
border: none;
}
.table-bordered tr {
line-height: 12px;
min-height: 25px;
height: 22px;

}
.nav a:hover {
color: #003f5e;
text-decoration: underline;
}
.nav a{
color:#1d2124;

}
.table-bordered a{
color: #4682b4;
}

.table-dev tr {
line-height: 12px;
min-height: 25px;
height: 22px;
font-size: 12px;
}



/* Scroolbar */
::-webkit-scrollbar {
width: 7px;
height: 7px;

}

::-webkit-scrollbar-track-piece {
background-color: #ffffff;

}

::-webkit-scrollbar-thumb:vertical {
height: 5px;
background-color: fff;

}

::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: fff;

}
/*voltar ao topo */
a[href="#top"]{
padding:10px;
position:fixed;
top: 85%;
right:40px;
display:none;
font-size: 30px;

}
a[href="#top"]:hover{
text-decoration:b;
}

/*Mensagem rapida*/
.mensagem-rapida{
position: fixed;
float: bottom;
bottom: 50px;
left: 10%;
right: 10%;
z-index: 50;

}

/*div meio*/
.div-meio{
position: fixed;
float: bottom;
bottom: 10px;
max-width : 400px;
z-index: 50;
max-height: 400px;

}

.close-meio{
position: fixed;
float: bottom;
left: 10%;
right: 10%;
height: 20px;
margin-right: 20px;

}
.main-scroll{
overflow-x: auto;
overflow-y: auto;
max-height: 420px;
}