﻿
.InputRed {
    border: 2px solid red !important;
    
}
.pointer
{
    cursor:pointer;
}
.oculto{
    display:none;
}
.azulGSF{
    background-color:#273598;
    /*rgb: 39 53 152;*/
}
.withOutBorder {
    border:0 none white!important;
    box-shadow:none;
}
.rounded {
    border-radius: 10px;
    border:1px solid gray;
    /*background-color:rebeccapurple;*/
}
.fieldset1 legend {
    background-color:#193c64 !important;
    color:white;
    font-weight:bold;
    padding-left:20px;
}
.fieldset2 legend {
    background-color: #0c64a8;
    color: white;
    font-weight: 800;
    padding-left: 30px;
    border-radius: 5px;
    min-height: 40px;
}
.responsive-fieldset {display:table-cell; width: 100%}

.fieldsetRojo legend {
    background-color:#dc3545 !important;
    color:white;
    font-weight:bold;
    padding-left:20px;
}


.h3FondoAzul {
    background-color: #51c0ed !important;
    color: white;
    font-weight: bold;
    padding-left: 20px;
    border-radius: 5px;
}

.modal-dialog {
    width: 80%;
    min-height:30%;
    max-height: 80%;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 10px;
}

/*.modal-dialog_largo {
    width: 80%;
    height: 80%;
}

.modal-content-largo {
    height: auto;
    min-height: 100%;
    border-radius: 10px;
}*/
