/* Estilos aviso*/




#fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.7);
    z-index: 950;

}

.estaAtivo {
    display: none;
}

.quantidadeMaxima {
    display: none;
}

.avisoTitulo {
    text-align: center;
  	margin: 10px;
  	font-size: 1.3em;
}

#fade,
#box {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
}

#box {
    position: fixed;
    width: 500px;
    max-width: 90%;
    height: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: #fff;
    overflow-y: auto;
    padding: 10px;
    border-radius: 10px;
}

.btn-closed {
    width: 100%;    
    margin-left: auto;
    display: block;
    margin-right: auto;
    padding: 10px;
    border: none;
    background-color: #51afc7;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;

}

.avisos p {
    text-align: justify;
    padding: 10px;

}

#fade.hide,
#box.hide {
    opacity: 0;
    pointer-events: none;
}

.centro{
	text-align: center !important;
}
.inicio{
	text-align: start !important;
}
.final{
	text-align: end !important;
}
.justificado{
	text-align: justify !important;
}

/*Fim dos estilos avisos*/

.aviso-aviso{
	color:#f00;
  	font-weight: 100 !important;

}


/*btn esconder*/

.esconder{
	float: right;
 	min-height: 25px;
    background: #178acc;
    border-radius: 5px;
    text-align: center;
  	margin-top: -5px;
  	color: #fff;
  	padding: 5px;
  	text-decoration: none;
}

.esconder:active{
	color:#fff !important;
}
.esconder:hover{
	color:#fff !important;
  	text-decoration: none;
}

.panel-body{
    margin-top: 8px;
}


@media (max-width: 768px){
  .nav-pills{
	display: flex;
    flex-direction: column;
  }
}




.id-service-order{
	display: inline-block;
    padding: 3px;
    background: #fff;
    color: #000;
    border-radius: 3px;
    margin: 2px;
}