/*! added.css v1.0.0 | MIT License | by sialka */

/* Loading */

#overlay-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  z-index: 9999;
  display: none; /* começa escondido */
  justify-content: center;
  align-items: center;
}

/* Spinner animado */
.spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

/* Texto abaixo do spinner */
.loading-text {     
    padding-left: 4px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}

/* Geral */

.no-border {
    border: 0px;
}

.no-radius{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.box{
    background-color: white;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    padding: 10px 5px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.no-link {
    text-decoration: none;
}

.no-link:hover {
    text-decoration: none;
}

.text-normal {
    font-size: 1em;
}

.bg-disabled {
    background-color: #EEEEEE;
}

.display-none {
    display: none;
}

.strong {
    font-weight: bold;
}

textarea:focus,
input:focus,
select:focus {
    outline: 0;
    /*border-radius: 0px;*/
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;

}

.bg-footer {
    background-color: #eff3f8;
}

/* Login */

.login {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    height: 100vh;
}




.login-error {
    background-color: transparent !important;
    color: #cc0000 !important;
    border-radius: 0 !important;
    border: none !important;
    font-weight: bold;
}

/*
.border-1 {
    border: 1px solid #d6d6d6;
}*/


.label-disabled {
    background-color: #eaecf4;
}


input[type="file"] {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 2px;
    height: calc(1.5em + 0.75rem) !important;
    font-size: 13px;
}

/*
.mes-padrao-scrollbar {
    height: 350px !important;
    overflow-y: scroll !important;
}

.mes-padrao-scrollbar::-webkit-scrollbar {
    width: 10px !important;
}

.mes-padrao-scrollbar::-webkit-scrollbar-track {
    background: white;
}

.mes-padrao-scrollbar::-webkit-scrollbar-thumb {
    background-color: #3C63D2;
    border-radius: 10px;
    border: 2px solid #9CC2FA;
}*/

/* PAINEL */

.painel {
    font-size: 3rem;
    text-align: center;
    font-weight: 800;
    padding: 0;
}

/*
.senha {
    font-size: 8rem;
    text-align: center;
    background-color: white;
    color: black;
    font-weight: 800;
    padding: 0;
}

.senha-label{
    padding: 0;
    font-size: 1.7rem;
    background-color: #000000;
    color: white;
}

.localidade {
    font-size: 6.5rem;
    text-align: center;
    font-weight: 800;
    color: black;
}

.center {
    text-align: center;
}*/

.bg-black {
    background: #000000;
}

.status {
    width:50%;
    padding: 0;
    font-size: 1.6rem;
}

.left {
    float: left
}

.right {
    float: right
}


/*

.call-senha {
    font-size: 18rem;
    text-align: center;
    font-weight: 800;
    color: black;
}

.call-senha-localidade {
    font-size: 10rem;
    text-align: center;
    font-weight: 800;
    color: black;
}

.panel-titulo {
    font-size: 5.9rem;
    text-align: center;
    font-weight: 800;
    color: black;
}

.titulo {
    font-size: 7rem;
    text-align: center;
    font-weight: 800;
    color: black;
}

.bg-blue-t {
    background: rgb(2,0,36);
    background: linear-gradient(4deg, rgba(2,0,36,1) 0%, rgba(78,115,223,1) 0%, rgba(0,0,0,1) 100%);
}

.bg-blue-b {
    background: rgb(2,0,36);
    background: linear-gradient(177deg, rgba(2,0,36,1) 0%, rgba(78,115,223,1) 0%, rgba(0,0,0,1) 100%);
}

.blue-icon {
    background-color: rgba(78,115,223,0.1);
}

*/

.fixed {
    position: fixed;
    bottom: 0;
    left:0;
}

.center {
    text-align: center;
}

.hide {
    display: none;
}

/*
.text-normal {
    font-size: 1rem;
}

.dash-card{
    font-size: 1.4rem;
}

.dash-value{
    font-size: 2rem;
}

.msg-mobile{
    display: none;
}

.mobile-msg-panel {
    display: none;
}

.dash-card-h1 {
    font-size: 2rem;
}

.dash-card-h2 {
    font-size: 1.5rem;
}

.dash-card-h3 {
    font-size: 1.4rem;
}

.dash-card-h4 {
    font-size: 1.2rem;
}

.t-08
{
    font-size: 0.8em;
}

.t-14 {
    font-size: 1.4em;
}

.t-12 {
    font-size: 1.2em;
}


.mobile-title{
    border-left: 5px solid #4e73df;
    padding: 1rem;
    font-size: 1.5rem;
    text-align: center;
    color: #4e73df;
    background-color: rgba(78,115,223,0.1);
}

.menu-mobile {
    font-size: 1.2rem;
}

*/

/*
.mobile-menu {
    display: none;
}
*/
/* 576,768,992,1200*/

@media (max-width: 1200px) {
}

@media (max-width: 1290px) {
    .mobile-msg-panel {
        display: block;
        color: white;
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
}

@media (max-width: 576px) {
    .msg-mobile{
        margin-top: 5rem;
        display: block;
        font-weight: 800;
        text-align: center;
        color: red;
    }
    .mobile-dash{
        display: none !important;
    }
    .mobile-menu {
        display: block !important;
    }


}