/*cuando un estilo finalice asi:

csoli -> se refiere a que el estilo es de consultasCP solicitadas
cport -> se refiere a que el estilo es de carta de porte
ccup -> se refiere a que el estilo es de carga de cupos

*/
.boton-general,
.boton-principal,
.Boton-Loguearse,
.boton-opciones-usuario,
.boton-verde,
.boton-cport,
.boton-ccup,
.boton-csoli,
.boton-loguin,
.boton-aceptar-error,
.boton-cuits,
.boton-modal,
.boton-bajar-config,
.boton-cargar-config,
.boton-subir-config,
.boton-CPE,
.boton-anular-CPE,
.boton-desactivado,
.boton-desactivado-carta-porte,
.boton-CPE-acciones,
.boton-modificar-activa,
.boton-contingencia,
.boton-cartadeporte-borrar-datos
,.boton-CPE-planilla-libre
,.boton-modificar-CPE
,.boton-cancelar
,.boton-anular-con-icono-basura
,.boton-config
,.boton-borrar-configuraciones
,.boton-tablas-config-editar
,.boton-accion-redireccion
,.boton-cancelar-origen
,.boton-guardar-origen
,.boton-borrar-cupo
,.boton-salir-accion
,.boton-desactivate-carga-cupos
,.boton-CPE-acciones-cargacupos
,.boton-Posiciones-comerciales
,.boton-cancelar-posicion-comercial
,.boton-ingresar-lote
,.boton-permanecer-en-session
,.boton-salir-de-session
,.btn-cancelar-cpe-manual
,.Btn-Cerrar-Pdf
,.Btn-check-Mod-Cupos
,.boton-excel
,.boton-cpe-rechazada
,.boton-cpe-modificadas
,.boton-afip{
    width: 200px;
    height: 40px;
    font-size: 20px;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    cursor: pointer;
    box-sizing:border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #006a38 50%, #009b53 50%);
    transition: background-position 0.4s ease-in-out;
    background-position: 0 0;
}
.imagen-boton{
    margin-right:10px;
}
.boton-excel{
    background-image: linear-gradient(to right, #9e9e00 50%, #b2b200 50%) !important;
}
.boton-cpe-rechazada{
    background-image: linear-gradient(to right, #b71c1c 50%, #e53935 50%) !important;
}
.boton-cpe-modificadas{
    background-image: linear-gradient(to right, #0288d1 50%, #039be5 50%) !important;
}
.boton-afip{
    background-image: linear-gradient(to right, #0061a8 50%, #0077b6 50%) !important;
}
.boton-anular-CPE
,.boton-cartadeporte-borrar-datos
,.boton-cancelar
,.boton-anular-con-icono-basura
,.boton-borrar-configuraciones
,.boton-cancelar-origen
,.boton-salir-accion
,.boton-cancelar-posicion-comercial
,.boton-salir-de-session
,.btn-cancelar-cpe-manual
{
    background-image: linear-gradient(to right, #d32f2f 50%, #f44336 50%) !important;
}
.boton-modificar-CPE
,.boton-cargar-config{
    background-image: linear-gradient(to right, #4dc0f6 50%, #4dd0e1 50%) !important;

}

.boton-borrar-cupo{
    background: #d32f2f !important;
}
.boton-general-gris,
.boton-tablas-config{
    height: 40px;
    font-size: 20px;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #d8d8d8 50%, #e4e4e4 50%);
    transition: background-position 0.4s ease-in-out;
    background-position: 0 0;
   
}

.boton-general:active,
.boton-principal:active,
.boton-opciones-usuario:active,
.boton-verde:active,
.boton-cport:active,
.boton-ccup:active,
.boton-csoli:active,
.boton-loguin:active,
.boton-aceptar-error:active,
.boton-cuits:active,
.boton-tablas-config:active,
.boton-modal:active,
.boton-bajar-config:active,
.boton-cargar-config:active,
.boton-subir-config:active,
.boton-modificar-CPE:active
,.Btn-Cerrar-Pdf:active
,.boton-excel:active{
    transform: translateY(4px);
}

.boton-general,
.boton-verde,
.boton-cport,
.boton-ccup,
.boton-csoli,
.boton-principal,
.boton-opciones-usuario,
.Boton-Loguearse,
.boton-aceptar-error,
.boton-cuits,
.boton-modal,
.boton-bajar-config,
.boton-subir-config,
.boton-CPE,
.boton-modificar-activa,
.boton-contingencia
,.boton-CPE-acciones
,.boton-CPE-planilla-libre
,.boton-config
,.boton-tablas-config-editar
,.boton-accion-redireccion
,.boton-guardar-origen
,.boton-CPE-acciones-cargacupos
,.boton-Posiciones-comerciales
,.boton-ingresar-lote
,.boton-objetos-radio-noclick
,.boton-permanecer-en-session
,.Btn-Cerrar-Pdf
,.Btn-check-Mod-Cupos{
    color: white;
    border-radius: 7px;
    border: solid 2px #006a38;
}
.boton-cpe-modificadas{
    color: white;
    border-radius: 7px;
    border: solid 2px #0288d1;
}
.boton-afip{
    color: white;
    border-radius: 7px;
    border: solid 2px #0061a8;
}

.boton-anular-CPE
,.boton-cartadeporte-borrar-datos
,.boton-cancelar
,.boton-anular-con-icono-basura
,.boton-borrar-configuraciones
,.boton-cancelar-origen
,.boton-borrar-cupo
,.boton-salir-accion
,.boton-cancelar-posicion-comercial
,.boton-salir-de-session
,.btn-cancelar-cpe-manual{
    color: white;
    border-radius: 7px;
    border: solid 2px #d32f2f;
}
.boton-cpe-rechazada{
    color: white;
    border-radius: 7px;
    border: solid 2px #b71c1c;
}
.boton-excel{
    color: white;
    border-radius: 7px;
    border: solid 2px #9e9e00;
}
.boton-modificar-CPE
,.boton-cargar-config{
    color: white;
    border-radius: 7px;
    border: solid 2px #4dc0f6;
}

.boton-gris,
.boton-tablas-config
,.boton-desactivate-carga-cupos{
    color: #808080;
    border: 2px solid #9E9E9E;
}
.boton-desactivado
,.boton-desactivado-carta-porte
,.boton-desactivate-carga-cupos{
    color: #808080b5 !important;
    border-radius: 7px !important;
    background-image: linear-gradient(to right, #d8d8d8 50%, #e4e4e4 50%) !important;
    border: 2px solid #9e9e9e97 !important;
    margin-bottom: 7px !important;
}

.boton-general:hover,
.boton-opciones-usuario:hover,
.boton-principal:hover,
.boton-verde:hover,
.boton-cport:hover,
.boton-ccup:hover,
.boton-csoli:hover,
.Boton-Loguearse:hover,
.boton-aceptar-error:hover,
.boton-cuits:hover,
.boton-modal:hover,
.boton-bajar-config:hover,
.boton-cargar-config:hover,
.boton-subir-config:hover,
.boton-CPE:hover,
.boton-modificar-activa:hover,
.boton-contingencia:hover,
.boton-CPE-acciones:hover
,.boton-config:hover
,.boton-tablas-config-editar:hover
,.boton-accion-redireccion:hover
,.boton-guardar-origen:hover
,.boton-CPE-acciones-cargacupos:hover
,.boton-Posiciones-comerciales:hover
,.boton-ingresar-lote:hover
,.boton-permanecer-en-session:hover
,.Btn-Cerrar-Pdf:hover{
    background-position: 100% 0;
    border: solid 2px #006a38;
}
.boton-excel:hover{
    background-position: 100% 0;
    border: solid 2px #9e9e00;
}
.boton-cpe-modificadas:hover{
    background-position: 100% 0;
    border: solid 2px #0288d1;
}
.boton-afip:hover{
    background-position: 100% 0;
    border: solid 2px #0061a8;
}

.boton-modificar-CPE:hover
,.boton-cargar-config:hover{
    background-position: 100% 0;
    border: solid 2px #4fc3f7;
}

.boton-cartadeporte-borrar-datos:hover
,.boton-anular-CPE:hover
,.boton-cancelar:hover
,.boton-anular-con-icono-basura:hover
,.boton-borrar-configuraciones:hover
,.boton-cancelar-origen:hover
,.boton-borrar-cupo:hover
,.boton-salir-accion:hover
,.boton-cancelar-posicion-comercial:hover
,.boton-salir-de-session:hover
,.btn-cancelar-cpe-manual:hover{
    background-position: 100% 0;
    border: solid 2px #d32f2f;
}
.boton-cpe-rechazada:hover{
    background-position: 100% 0;
    border: solid 2px #b71c1c;
}



.boton-general-gris:hover,
.boton-tablas-config:hover
,.boton-desactivate-carga-cupos:hover{
    background-position: 100% 0;
    border: solid 2px #808080;
}

.boton-salir-accion{
    margin: auto;
}

.check-btn-consulta {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 19px;
    height: 19px;
    outline: 2px solid #006a38;
    border-radius: 5px;
    position: relative;
    background-color: white;
    cursor: pointer;
    display: inline-block;
}

.check-btn-consulta:checked {
    background-color: #006a38;
}

.check-btn-consulta:checked::after {
    content: '\2713';
    font-size: 16px;
    color: white;
}

.show-password
,#escalable_si
,#escalable_no
,.boton-objetos-radio
,.InputlCtg{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #006a38;
    border-radius: 50%;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.show-password:checked
,#escalable_si:checked
,#escalable_no:checked
,.boton-objetos-radio:checked
,.InputlCtg:checked{
    background-color: #006a38;
}

.show-password:checked::before
,#escalable_si:checked::before
,#escalable_no:checked::before
,.boton-objetos-radio::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: #006a38;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.btn-paginacion{
    width: auto;
    height: auto;
    box-sizing: border-box;
}
.btn-radios-paginacion{
    border-radius: 30px;
}
.btn-seleccionado{
    color: white;
    background-color: #009b53;
    border-color:#009b53;
    font-size: 20px;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    cursor: pointer;
    box-sizing:border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}


