/*resuelve probleba select 2 prospecto*/
.selectFix .select2 .selection .select2-selection {
		height: 34px;
	    border-radius: 0px ;
}

/*rsuelve problema select 2 por encima de modal*/
.modal {
	z-index: 4000 !important;
}

.table-dimensions {
	padding: 7px !important;
	margin-bottom: 9px;
    background-color: #f5f6f7;
    border-color: #faebcc;
    /*box-shadow: 2px 0px 2px rgba(0, 21, 41, 0.349019607843137);*/
}

.withoutMarginTop {
	margin-top: 0px !important;
}

.textHead {
	color: #bdbbbb;
    font-size: 16px;
}

@media (max-width: 992px) {
    .headerTable{
        display: none !important;
    }
}
