form legend {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
}

form label {
    font-weight: 400;
    font-size: 13px;
    color:#666;
}

form input.input-sm, form select.input-sm {
    font-weight: 400;
    font-size: 12px;
    color:#999;
}

form .fa{
    color: #807f7f;
}

input[type=file].custom-file {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    font-size: 999px;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
    overflow: hidden;
}

.input-group-file > .input-group-text{
    border-radius: 0px 6px 6px 0px;
}

.input-group-file .fa {
    color: #000;
}

.custom-file-label::after {
    content: "Seleccionar";
}

.btn.input-sm{
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    font-weight: 600;
}

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

.pr-campo-obligatorio {
    color: #F00;
    font-size: 14px;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input.form-control, 
select.form-control, 
textarea.form-control{
    border: 1px solid #ced4da;
    border-radius: 6px;
    box-shadow: none;
    font-size: 12px;
    color: #666;
}

textarea.form-control{
    border-radius: 6px;
}

.chosen-single, .chosen-results .active-result, .chosen-search{
    font-size: 12px;
}

.chosen-container-single .chosen-single {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 6px;
    height: 36px !important;
    padding-left: 15px;
    padding-top: 3px;
}

.chosen-single {
    height: 30px !important;
    line-height: 30px !important;
    color: #999 !important;
    font-size: 12px !important;
}

.text-transparent{
    color: transparent;
}

.link-download-format{
    font-size: 12px;
    color: #0b7285;
}

.link-download-format:hover{
    text-decoration: underline;
    color: #00f;
}

.link-download-format .fa-download{
    color: #8FBE00;
    font-size: 14px;
}

.form-control {
    height: 38px;
}

.dropdown.form-control{
    border-radius: 6px;
}

.dropdown.form-control .btn{
    border-radius: 6px;
    padding-top: 9px;
}

.chosen-container-multi .chosen-choices{
    border-radius: 6px;
    padding: 2px;
}

.input-group .input-group-addon:last-child{
    border-radius: 0px 6px 6px 0px;
}

/*Validate form*/
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url('../js/helpers/is_invalid.svg');
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    background-image: none;
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url('../js/helpers/is_valid.svg');
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    background-image: none;
}

.input-group-text.is-invalid{
    border: 1px solid;
    border-color: #dc3545;
}

.input-group-text.is-valid{
    border: 1px solid;
    border-color: #28a745;
}

.input-group-text{
    border-radius: 0px 6px 6px 0px !important;
}

.footable-details.table, .footable.table {
    margin-bottom: 0px;
}

.ui-datepicker-month,
.ui-datepicker-year{
    color: #000;
}