fieldset.fieldset-border {
    border: solid 2px #DDD !important;
    padding: 0 10px 10px 10px;
    border-bottom: none;
    border-radius: 5px;
}

legend.legend-border {
    width: auto !important;
    border: none;
    font-size: 14px;
    margin-bottom: 0px; 
    margin-left: 5px; 
    margin-right: 5px;
}

.campo_busqueda{
    padding-bottom: 0px;
}

legend.legend-contratacion{
    border: 1px solid #CDCDCD; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 30px; 
    font-size: 14px; 
    text-align: center; 
    border-radius: 8px; 
    background-color: #EFEFEF; 
    padding-right: 2px;   
}

.t-a-c{
    text-align: center !important;
}
.t-a-l{
    text-align: left !important;
}
.t-a-r{
    text-align: right !important;
}
.t-a-j{
    text-align: justify !important;
}

.v-a-m{
    vertical-align: middle !important;   
}

.m-t-0{
    margin-top: 0px !important;
}

.m-t-5{
    margin-top: 5px !important;
}

.style-btn-gray{
    background-color: #cda73f;
    border-color: #cda73f;
    color: white;
}

.f-s-15{
    font-size: 15px !important;
}
.f-s-14{
    font-size: 14px !important;
}
.f-s-13{
    font-size: 13px !important;
}
.f-s-12{
    font-size: 12px !important;
}
.f-s-11{
    font-size: 11px !important;
}
.f-s-10{
    font-size: 10px !important;
}
.f-s-9{
    font-size: 9px !important;
}
.f-s-8{
    font-size: 8px !important;
}


@media (max-width: 1200px) {    
    .modal-lg{
        width: 90% !important;
    }
}
@media (min-width: 1200px) {    
    .modal-lg{
        width: 70% !important;
    }
}

.style-btn-green{
    background-color: #0E3D38;
    border-color: #0E3D38;
    color: white;
}
.style-btn-green:hover,
.style-btn-green:focus{
    background-color: #14544E;
    border-color: #14544E;
    color: white;
}

.card{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-header{
    padding: 2px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-body{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.btn-accordion{
    text-decoration: none;
    color: black;
}
.btn-accordion:hover{
    text-decoration: none;
    color: black;
}
.btn-accordion:active{
    text-decoration: none;
    color: black;
}
.btn-accordion:focus{
    text-decoration: none;
    color: black;
}

.btn_sede{
    width: 250px; 
    height: 45px; 
    font-size: 16px;
}

.w-50{
    width: 50px !important;
}

.b-t-n{
    border-top: none !important;
}

.p-d-10{
    padding-top: 10px !important;
}
