.div_dicas_header{
    width: 100%;
    height: 32px;   
    margin-bottom: 10px;
}
.div_ramais{
    border: solid 1px;
    width: 81.5%;
    background-image: linear-gradient(to top, white, #87CEEB);
    float: left;
    margin-bottom:10px;
}

.status_servidor{
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
}
.status_server_verde{
    color: green;
}
.status_server_vermelho{
    color: red;
}
.div_ligacoes{
    border: solid 1px;
    width: 99.8%;
    background-image: linear-gradient(to top, white, #87CEEB);
    float: left;
    margin-bottom:10px;
}
.float_left{
    float: left;
}
.float_right{
    float: right;
}
.div_principal{    
    min-height: 100%;
}
.div_ramais_header{
    overflow: hidden; 
    width: 70%; 
    float:left; 
    border: dashed;
    border-color: transparent ;
}
.div_detalhe{
    border: solid 1px;
    margin-left:auto; margin-right:0;
    background-image: linear-gradient(to top, white, #87CEEB);
        
}
.esquerda{
    width: 17%;    
    white-space: nowrap;
    height: 100%;
    float: right;
}
.margem_topo{
    margin-top: 20px;
}
.margem_rodape{
    margin-bottom: 20px;
}
/*Essas classes são apenas para separar por tamanho o botão dos ramais */
.tamanho_original{    
    border: solid 2px;
    float: left; 
    margin: 4px;    
    font-size: 15px;
    font-weight: lighter;
    border-radius: 7px;
    width:130px;
    #height: 35px;
    
}
.tamanho_1{    
    border: solid 2px;
    float: left; 
    margin: 4px;    
    font-size: 15px;
    font-weight: lighter;
    border-radius: 7px;
    width:80px;
    
}
.tamanho_2{    
    border: solid 2px;
    float: left; 
    margin: 4px;    
    font-size: 15px;
    font-weight: lighter;
    border-radius: 7px;
    width:90px;
    
}
.tamanho_3{    
    border: solid 2px;
    float: left; 
    margin: 4px;    
    font-size: 15px;
    font-weight: lighter;
    border-radius: 7px;
    width:100px;
    
}
.tamanho_4{    
    border: solid 2px;
    float: left; 
    margin: 4px;    
    font-size: 15px;
    font-weight: lighter;
    border-radius: 7px;
    width:110px;
    
}
.tamanho_5{    
    border: solid 2px;
    float: left; 
    margin: 4px;    
    font-size: 15px;
    font-weight: lighter;
    border-radius: 7px;
    width:120px;
    
}
.tamanho_6{    
    border: solid 2px;
    float: left; 
    margin: 4px;    
    font-size: 15px;
    font-weight: lighter;
    border-radius: 7px;
    width:130px;
    
}
.tamanho_7{    
    border: solid 2px;
    float: left; 
    margin: 4px;    
    font-size: 15px;
    font-weight: lighter;
    border-radius: 7px;
    width:140px;
    
}
.tamanho_8{    
    border: solid 2px;
    float: left; 
    margin: 4px;    
    font-size: 15px;
    font-weight: lighter;
    border-radius: 7px;
    width:150px;
    
}
.tamanho_9{    
    border: solid 2px;
    float: left; 
    margin: 4px;    
    font-size: 15px;
    font-weight: lighter;
    border-radius: 7px;
    width:160px;
    
}
.tamanho_10{    
    border: solid 2px;
    float: left; 
    margin: 4px;    
    font-size: 15px;
    font-weight: lighter;
    border-radius: 7px;
    width:170px;
    
}

.botao_filas{    
    border: solid 2px;
    float: left; 
    margin: 4px;    
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    border-radius: 7px;
    width:auto;
    height: auto;
    
}

.titulo_ramal{
    text-align: left;
    width: 100%;    
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    border-bottom: 1px dashed;
    border-color: gray;
}
.titulo_fila{
    text-align: left;
    width: 100%;
    font-size: 14px;
    #border-bottom: 1px dashed;
    #border-color: gray;
}
.detalhe_ramal{
    text-align: left;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color:black;
}
.borda_serrilhada{    
    border-bottom: 1px dashed;
    border-color: gray;
}

.margem{
    margin-left:5px;
    white-space: nowrap;
    overflow:hidden !important;
    font-family: 'Open Sans', sans-serif;
    width: 97%;
    text-overflow: ellipsis;
    font-size: 11px !important;
    display:inline-block;
}
.margem_linha{
    margin-left:5px;
    white-space: nowrap;
    overflow:hidden !important;
    font-family: 'Open Sans', sans-serif;
    width: 97%;
    text-overflow: ellipsis;
    font-size: 11px !important;
    display:inline-block;
}
.margem_tempo{
    white-space: nowrap;
    overflow:hidden !important;
    font-family: 'Open Sans', sans-serif;
    width: 97%;
    text-overflow: ellipsis;
    font-size: 9px !important;
    float:right;
}
header {
    height: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;    
    font-weight: 400;
	vertical-align: middle;
	font-variant: normal;
    font-size: 20px;
    border-bottom: 1px solid;
    padding:7px 14px;
}

.div_minimiza{
    float:right;
    cursor: pointer;
}
.div_cores{
    border-radius: 50%;
    float:left;
    margin-left: 2px;
    width: 10px;
    height: 10px;
}
.verde{
    background: green;
}.texto_verde_claro{
    color: green;
}
.vermelho{
    background: red;
}
.vermelha{
    background: red;
}
.cinza{
    background: grey;
}
.laranja{
    background: yellow;
}
.amarela{
    background: yellow;
}
.borda_verde{
    border-color: green;
}
.borda_cinza{
    border-color: gray;
}
.botao_header{
    padding: 1px 1px;
    vertical-align: middle;
    background-color: #fff;
    color:#000;
    border: 1px solid #fff;
    text-align: center;    
    font-size: 20px;
}
.botao_header:hover{
    background-color: #F5F5F5;
    cursor:pointer;
    border: 1px solid #fff;
}
.botao_header:active{
    background-color: #F5F5F5;
    border: 1px solid #fff;
}
.botao_header:focus{
    outline: none;
}
.span_header{
    text-align: center; 
    display: inline-flex; 
    font-family: 'Open Sans', sans-serif;
    padding: 1px;
    margin-left: 2px;
}
.borda_vermelha{
    border-color: red;
}
.borda_laranja{
    border-color: yellow;
}
.borda_amarela{
    border-color: yellow;
}
li { 
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    list-style-type: none;
}
.rodape{
    position: absolute; 
    bottom: 0;
    width: 100%;
    background: #CCCCCC;
    margin-left:-8px;
    clear:both;
    display: block;
}
.div_main{
    overflow: scroll;
    height: 95%;
    margin: 0;
    padding: 0;
    width: 100% ;
}
.titulo_ramal_logado{
    
    padding: 1px 1px;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    #margin-left: 5px;
}
.borda{
    border:1px solid;
}
.detalhes_ramal_logado{    
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: center;
    margin-left: 5px;
    margin-bottom: 10px;
}
.selecionado{
  color:lightgray;  
 }
html{    
       white-space : nowrap;
}
.div_login {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-right-radius: 3%;
    border-bottom-left-radius: 3%;
    display: inline-block;
    margin: auto;
    width: 40%;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 5);
    height: 50%;
    border: 1px solid;
    background: #DCDCDC;
}
body{
    overflow:hidden;
    min-height: 100%;
}
.txt_login {
    border: 2px solid #ccc;
    font:20px Arial;
    #font-size: 1.4em;
    margin: 0;
    padding: 5px;
    width: 250px;
}
.header_login{
    background: #C0C0C0;
    color: black;
    top: 0;
    height: 25px;
    left: 0;
    border-top-right-radius: 3%;
    border-top-left-radius: 3%;
    -moz-border-radius: 10px 10px 0 0;
    text-align:center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
}
.direita_login{
    float: right;
    position: relative;
    width:50%;
    height:90%;
    
}
.esquerda_login{
    float: left;    
    position: relative;
    width:50%;
    height:90%;
}
.detalhes_esquerda_login{    
    position:relative;
    top: 50%; 
    float: right;
    margin-right: 40px;
    transform: translateY(-50%); 
}

.detalhes_direita_login{    
    position:relative;
    top: 50%; 
    transform: translateY(-50%); 
}
.botao_login{
    background-color: #4cae4c;
    color: white;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.spinner_login{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px; 
    margin-left: -50px;
}
.fundo_spinner_login{
    position:fixed;
    padding:0;
    margin:0;
    top:0;
    left:0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background:rgba(255,255,255,0.5);
}
.div_tronco{
    margin-top: 5px;
    margin-left: 20px;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border: solid 1px;
    border-radius: 2px;
    padding-left: 5px;
    margin-right: 20px;
    font-weight: lighter;
    
    
}
.div_tronco_detalhe{
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: grey;
    border-top: dashed 1px;
}

.div_filas_detalhe{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: grey;
    font-style: italic;
    border-top: dashed 1px;
}
.div_filas_detalhe{    
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: grey;
    font-style: italic;
}
.label_busca{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: grey;
    margin-left: 55px;
}
.direita{
    float: left;
}

/* Parte da modal */

.mask{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 73, 94, 0.8);
  z-index: 50;
  visibility: hidden;
  
  opacity: 0;
  
  transition: 0.7s;
}

.modal{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 700px;
  height: 500px;
  margin-left: -350px;
  border-radius: 10px;  
  margin-top: -250px;
  background: #fff;
  z-index: 100;
  visibility: hidden;
  
  opacity: 0;
  
  transition: 0.5s ease-out;
  
  transform: translateY(45px);
}

.active{
  visibility: visible;
  opacity: 1;
}

.active + .modal{
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.modal-header {
    padding:9px 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    border-bottom:1px solid #000;
    background-color: #87CEEB;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }
.modal-body{
    margin: 15px;    
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.modal-footer {
    bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    border-top:1px solid #000;
    background-color: #87CEEB;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    height: 50px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
     border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
 }

.dropdown{
    border-radius: 5px;
    background-color: #fff;
    padding:5px 10px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    font-family: 'Open Sans', sans-serif;    
}
.input{
    border-radius: 5px;
    background-color: #fff;
    padding:5px 10px;
    font-family: 'Open Sans', sans-serif;    
}
textarea:focus, input:focus, select:focus {
    outline: 0;
} 
.button{
    border-radius: 5px;
    background-color: #fff;
    vertical-align: middle;
    cursor:pointer;
    padding:5px 10px;
    border: 1px solid grey;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.footer-left{
    margin-left: 20px;
    float:left;
    margin-top: 15px;
    height: auto;
    text-align: center;
}

.footer-right{
    margin-right: 20px;
    float:right;
    margin-top: 9.8px;
    height: auto;
    text-align: center;
}
.borda_departamento {
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    border: solid 1px;
    border-radius: 2px;
    clear:both;
    overflow: auto;
    margin-right: 5px;
}
.header_departamento {
    margin-left:1px;    
    margin-top:1px;
    color:#000;   
    height: auto;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.borda_modal {
    margin: 1px;
    border: solid 1px;
    border-radius: 2px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    clear:both;
    overflow: auto;
    padding-left: 5px;
}
.header_modal {
    margin-left:1px;    
    margin-top:1px;
    color:#000;   
    height: auto;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
