﻿.divTabela{
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    width: 100%;
    font-size: 14px;
    font-weight: normal !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.divTabela .divLabelPA p{
	 margin: 0;
	 font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	 color:  #1157A7;
	 font-size: 130%;
	 font-weight: bold;
	 text-align: center;
}

.divTabela .divLabelPA{
    margin-bottom: 10px;
}

#tabela-tempo-espera{
    width: 85%;
    border-radius: 5px;
    border-spacing: unset;
    box-shadow: 0px 3px 5px 2px #cecece;
}

#tabela-tempo-espera tbody{
	word-break: break-word;
}

#tabela-tempo-espera th{
    font-weight: normal;
}

#tabela-tempo-espera tr,#tabela-tempo-espera td{
    padding:8px 20px;
}


#tabela-tempo-espera thead tr th{
	background-color:  #1157A7 !important;
 	color: #fff;
    padding: 10px 4px 10px 0px;
    border: none !important;
    text-align: center;
}


#tabela-tempo-espera tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}

#tabela-tempo-espera thead th:first-child {
    border-top-left-radius: 5px;
}
#tabela-tempo-espera thead th:last-child {
    border-top-right-radius: 5px;
}
.tempoDeEspera{
	margin-bottom: 10px;
	padding: 5px;
    /*border-left: 3px solid #015A9C;*/ 
     border-right: 2px solid #f1f1f1;
    margin-left: 10px;
   /* display:none;*/
}
.DestaquePrincipal .dvLeft, .DestaquePrincipal .dvRight{
	width: 50%;
}

.dvRight{
	width: 100% !important;
}

#containerFacilidades {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px 25px;
}

.tempo-aviso {
	background: url(https://www.einstein.br/SiteAssets/Lists/PortalContent/AllItems/icon-aviso-upa.png) no-repeat;
	padding-left: 25px;
	background-size: 20px;
	margin: 15px 0px 0px 20px;
}

@media (max-width: 766px) {
    #containerFacilidades {
        flex-direction: column;
    }
}

@media (max-width: 710px){
	.tempoDeEspera{
		margin-bottom: 10px;
		padding: 5px;
	    border-left: none !important;
	    margin-left: 10px;
	}
	.tempoEsperaT{
		float: none !important;
		margin-bottom: 10px;
		width: 100% !important;
	}
	
	.DestaquePrincipal .dvLeft, .DestaquePrincipal .dvRight {
    	width: 99%;
 	}

	.divTabela{
	    align-items: left !important;
	}
	
	.tempo-aviso {
		margin: 15px 0px 0px 0px !important;
	}
	
	.divTabela .divLabelPA p {
		text-align:left !important;
	}
	
	#tabela-tempo-espera {
		align-self: start;
	}

}

.tempoEsperaT{
	float: right;
	width: 36%;
	height: 100% !important;
	padding: 8px;
	/*display:none;*/
	margin-top: 0 !important;
	border: none !important;
	background: none !important;
}

.listaUnidadeCol1{
	width: 60% !important;
}

/* --------- TRATATIVA PARA LOGICA DOS BOTOES "VEJA MAIS" MOBILE E DESKTOP ---------- */
.btnVejaMaisMobile {
	margin-left: none !important;
	display:none;
}

.btnVejaMaisDesktop {
	display: block;
}

@media (max-width: 710px) {
    .btnVejaMaisMobile {
        display: block;
    }

    .btnVejaMaisDesktop {
        display: none;
    }
}