@charset "utf-8";
/* CSS Document */

.margin_top_5 {
	margin-top: 5px;
}

.padding_top_10 {
	padding-top:10px;
}
.padding_top_30 {
	padding-top:30px;
}

.text_centrado {
	text-align:center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.text_left {
	text-align:left;
	margin-top: 10px;
	margin-bottom: 20px;
}
.text_right {
	text-align:right;
	margin-top: 10px;
	margin-bottom: 20px;
}


.icon_documento {
	margin-bottom: 5px;
}

a.agregarmasdatos {
	color:#7c480e;
	font-size: 15px;
}
.agregarmasdatos i{
	color:#df2e1b;
	float: left;
    font-size: 22px;
    margin-left: 20px;
    margin-right: 10px;
}

.mensaje_alerta {
	font-size: 14px;
	color: #F00;
}

.separador_menu {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	/*text-align: center;*/
}

.table select.select_multiple {
   height: 60px;
   border:0px;
   width:100%;
}

.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
  color: #F00;
}
.marcar_verde {
	color:#10812b;
}

.brandsretail{
	color:#F00;
}


select.form-control_70 {
	width:70% !important;
}

/* tercer nivel*/

.nav-third-level {
 list-style:none;
}
.contenido_centrado {
	text-align:center;
}
.contenido_derecha {
	text-align:right;
}
.contenido_izquierda {
	text-align:left;
}

.action  .btn-primary {
	font-size: 24px;
	margin-left: 50px;
}
