﻿
/* Botón de Búsqueda */
#custom-search-button {
    margin-top: -6px !important;
}


.col-foto-perfil {
    min-width: 100px !important;
}
    
    .col-foto-perfil > figure {
        min-width: 100px !important;
    }


.foto-perfil {
    height: 80px;
    width: 80px;    
}

.col-empresa {
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
	padding: 0px;
	margin: 0px 0px 20px;
}

.btnAgendarCita {
    margin-top: 30px !important;
}


@media (max-width: 990px) {    
    td > .row > .col-xs-1, td > .row > .col-xs-2,
    td > .row > .col-xs-10, td > .row > .col-xs-11{
        float: none !important;
    }

    .btnAgendarCita {
        margin-top: 10px !important;
    }
}

