body {
	background-color: #ecf0f1;
}

form {
	padding: 10px;
	margin: 0 auto; 
	/*background-color: #ecf4f8;*/
}

label {
	font-size: 13px;
	color: #1f3b5c; 
	font-weight: 500;
    padding-left: 3px;
}

/*
.navbar-default {
    background-color: #375D81;
    border-color: #2d4c6a;
}

*/

.login {
	max-width: 300px; 
	padding: 15px; 
	margin: 0 auto; 
	/*background-color: #e5f0f4 */
}

.hide {
  display: none;
}

.form-control-custom-input {
    display: block;
    width: 100%;
    height: 26px; 
    padding: 2px 3px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #4a4a4a;    
    background-image: none;
    
    border: none;
    border-style: none;
    border-color: transparent;
    border-bottom: 1px dotted #cccccc;
    background-color: #ffffff; 
    outline: none;
    background-color: transparent !important;
}

.form-control-custom-select {
    display: block;
    width: 100%;
    height: 26px; 
    padding: 2px 3px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #4a4a4a;    
    background-image: none;
    border: none;
    border-style: none;
    border-color: transparent;
    border-bottom: 1px dotted #cccccc;
    background-color: #ffffff; 
    outline: none;         
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 1px;
    text-overflow: ''; 
    padding: 0px 0px;
}

table th {
    font-weight: 500; 
    color: #758ca0;
}

.errorspan {color:red;}

.checkbox-spaced label {
    margin-right: 50px; /* Ajusta según necesites */
    display: inline-block;
}