.alert-success {
	display: none !important;
}

.errorForm {color: #b50303;font-weight: bold;}
.formSeniales .iCheck-helper{z-index:-10;}
.formSeniales .radioButton{z-index:-10;}
.w50_r {width: 50%;float: right;}
.w10_r {width: 10%;float: right;}
.w50_l {width: 50%;float: left;}
.w90_l {width: 90%;float: left;}

table.frm th{padding: 5px !important;}
table.frm td{padding: 0px 10px 5px 10px !important}
table.frm input[type="text"] {padding: 0px;}
.table.senales.pc {display: table;}
.table.senales.movil {display: none;}
.table.senales {margin-top: 20px;}
.table.senales th, .table.senales td {color:#000;background-color:#fff !important;text-align: center;border: none;padding: 0;}
.table.senales thead th {color:#000 !important;font-size: 17px;padding-bottom: 20px;}
.table.senales tbody tr td {color:#db8239 !important;vertical-align: initial;font-size: 14px !important;padding: 0px !important;}

table.formSeniales {width: 100% !important;}
table.formSeniales tr td {font-size: 9px !important;}
form table.formSeniales .control-group {margin-bottom: 5px;}

@media (max-width: 1300px){
	table.formSeniales tr td {font-size: 8px !important;}
	.w10_r {width: 13%;float: right;}
	.w90_l {width: 87%;float: left;}
}
@media (max-width: 577px){
	.w50_r,.w10_r,.w50_l,.w90_l {width: 100%;float: none;}
	.table.senales.pc {display: none;}
	.table.senales.movil {display: block;}
	.table.senales.movil thead th {font-size: 10px;}
	.table.senales.movil thead th form {width: 25%;}
	.table.senales.movil tbody tr td img {height: 70px;width: 100px;}
}