.fancyForm form#guardarCuentaForm { border: none; width: 80%; }
.fancyForm #guardarCuentaForm label { text-transform: none; font-weight: bold; }
.fancyForm form#guardarCuentaForm .table-row { margin: 10px 0; }
.fancyForm form#guardarCuentaForm .table-row > .table-cell, .checkbox { margin-right: 10px; }
.selectBox { height: 36px; }
.selectBox:after { border-radius: 10px; width: 40px; font-size: 30px; right: -1px; line-height: 36px; }
.selectBox > select { padding: 0 0 0 10px; height: 100%; font-size: inherit; text-transform: none; }
#cedula { min-width: 175px; }
.ui-front { z-index: 9999999; }
#guardarCuentaForm span.tooltipstered.error, 
#guardarCuentaForm input.tooltipstered.error, 
#guardarCuentaForm .selectBox.error { border: 1px solid red !important; border-radius: 10px; }
.en-progreso { cursor: progress; }
.col2 { width: calc(45% + 5px); }
.col4 { width: calc(22% + 2px); }

@media screen and (max-width: 959px){
	.fancyForm form#guardarCuentaForm { width: 100%; }
	.mobile2 { width: calc(45% + 5px); }
}
@media screen and (max-width: 631px){
	.mobile1 { width: calc(90% + 20px); }
	.mobile2 { width: calc(45% + 5px); }
}
@media screen and (max-width: 449px){
	.mobile2 { width: calc(90% + 20px); }
}
