/*------------------ESTILOS GAMA------------------------------*/
/*|||||||||||||||||||||||||||||||||Contacto-Clientes|||||||||||||||||||||||||||||||||*/
.custom-control-label::before,
.custom-control-label::after {
    top: .42rem;
    width: 1rem;
    height: 1rem;
}

#cargarFoto {
    height: 18%;
    width: 15%;
    /*border: 1px solid #000;*/
    /*margin: 10px 5px 0 0;*/
}


#buttonCargarImagen {
    position: absolute;
    transition: .5s ease;
    top: 5%;
    left: 26.6%;
}


/* Hide the browser's default checkbox */

.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 213px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}


/* On mouse-over, add a grey background color */

.customcheck:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.customcheck input:checked~.checkmark {
    background-color: #0D8FEA;
    border-radius: 5px;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.customcheck input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.customcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Estilo al cargar la imagen*/
.thumb {
    height: 18%;
    width: 15%;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
}

.imagen1 {
    width: 90%;
    height: 500%;
}

.imagen2 {
    width: 100%;
    height: 100%;
}

.imagen3 {
    left: 398px;
    top: 4px;
    position: absolute;
    height: 80%;
    width: 80%;
}

#btnCambiarImgCont {
    /*position: absolute;
    transition: .5s ease;
    top: 7%;
    left: 26.9%;*/
    position: fixed;
    transition: .5s ease;
    top: 10%;
    left: 26.9%;
}

#btnRemoverImgCont{
    position: fixed;
    transition: .5s ease;
    top: 15%;
    left: 26.9%;
}

#btnMostrarArchivosAdj{
    position: fixed;
    transition: 0.5s ease;
    top: 62%;
    left: 64.4%;
}

#btnAdjuntarArchivos{
    position: fixed;
    transition: .5s ease;
    top: 62%;
    left: 45.9%;
}

/*Ocultamos el file para el Boton de Cargar Imagen (Actualizar)*/
#ocultarfile {
  visibility: hidden;
  position: absolute;
}

.modal-header-primary{
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-second{
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/*Ocultamos el file para el Boton de Cargar Archivos*/
#ocultarfileArchivos {
  visibility: hidden;
  position: absolute;
}

#some_text{
    position: fixed;
    transition: 0.5s ease;
    top: 66%;
    left: 46%;
}


/*|||||||||||||||||||||||||||||||||Relacion Usuario-Subgrupo (Solicitud de Precio)|||||||||||||||||||||||||||||||||*/

.padre {
  background-color: #fafafa;
  margin: 0rem;
  padding: 1rem;
  border: 2px solid #ccc;
  /* IMPORTANTE */
  text-align: center;
  margin-bottom: 1rem;
}

/*|||||||||||||||||||||||||||||||||Solicitud de Alta Proveedores|||||||||||||||||||||||||||||||||*/
.barTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    width: 100%;
}

.deshabilitarTab {
    pointer-events: none;
    opacity: 0.6;
}

.inputValidateSolicitudAltaProveedores:valid {
    border: 1px solid green;
}

.inputValidateSolicitudAltaProveedores:invalid {
    border: 1px solid red;
}