.line{
	margin-top: 0;
	border-top: 3px solid #eeeeee;
}

.tab {
    color: white;
    background-image: url(https://s3.amazonaws.com/781284419609-build-state-bucket/CMS/images/pleca_titulo_negativo_250.png);
    background-repeat: no-repeat;
    height: 35px;
    padding: 8px;
    padding-left: 25px;
    margin-left: 580px;
    margin-top: 10px;
    background-color: #ac162c;
    width: 250px;
    font-family: HelveticaNeueThin;
    font-size: 23px;
    padding-top: 2px;
}

.titleSubastas
{
	color: #617686;
	font-size: 24px;
	font-family: HelveticaNeueLight;
}
.detalleSubasta
{
	color: #617686;
	margin-left: 50px;
}

.contenedorSucursal
{	
    height: 610px;
    /*border-radius: 25px;*/
    margin-bottom: 60px;
}

.lblTitle
{
	color: #617686;
    font-family: HelveticaNeueLight;
    font-size: 20px;
	margin-top: 10px;
}

.lblDetalle {
    /*color: #617686;*/
    color: #3a464f;
    font-family: HelveticaNeueBold;
    font-size: 28px;
}

#divFechaSu
{
	width: 70%;
    margin: 0 auto;
    height: 90px;
}

#divNombreSuc {
    height: 90px;
    width: 90%;
    margin: 0 auto;
    margin-top: 5%;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.btnCatalogo {
    /*background-color: #968e80;*/
    background-color: #ef7e35;
    /*border-radius: 25px;*/
    border-radius: 0px;
    color: white;
}

.btnAsistencia {
    background-color: #c3c3c3;
    /*background-color: #ef7e35;*/
    /*border-radius: 25px;*/
    border-radius: 0px;
    /*color: white;*/
    color: #4a4a4a;
    margin: 10px;
}

.btnAsistencia:hover {
    color: white;
    background-color: #ef7e35;
}

.btn:hover
{
	color: white;
}

.nameListaSubasta
{
	color: #617686;
}

.colorSubasta
{
	background-color: #8000FF;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    margin-left: 26px;
	border-radius: 5px;
}

.itemListaSubasta
{
	margin-top: 10px;
}

.btnLimpiarCalendario
{
	margin-top: 15px;
    margin-bottom: 10px;
}

.btnPosturaAusencia
{
	margin: 10px;
}

#divListaSubastas
{
	text-align: justify;
}

#container-contact {   
    margin-top: 20px;    
}

.modal-title, .modal-title-long {
    padding-left: 20px !important;
    padding-top: 8px !important;
}
#divDireccion {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}

#dateExhibition{
    margin-top:35px;
}

@media all and (-ms-high-contrast:none) {

    #divDireccion {
        height: 5.6em;
    }
}
