 /*PARA LA PANTALLA DE LOGIN*/
.login-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url('../img/fondo_login.jpg'); 
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-position-x: center;
}


/*--ESTILOS DEL ERROR--*/
.bg-imgError{
    background-image: url('../img/bg_error.png');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-position-x: center;
}
.w-15{
    width: 15%;
}
/*--ESTILOS DEL ERROR--*/



/*ESTILOS PARA MOSTRAR EL FONDO DE PANTALLA DE LAS DISTINTAS PAGINAS CON UNA IMAGEN Y TRANSPARENCIA EN LAS TARJETAS, SIENTO QUE LE DA UN ESTILO MODERNO*/
.content-wrapper{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(rgba(255,255,255,.7),rgba(255,255,255,.7)),url(https://reportes.refaccimplus.com/assets/img/historia.jpg);  
  /*https://i.pinimg.com/originals/7b/8b/1b/7b8b1bae5e2192eb90fe1038701aa25f.jpg   una imagen de un pasiaje que se ve nice a mi me gusta mas el paisaje 'v')b */
}
.card{
  background-color: rgba(245, 245, 245, 0.7);
}
/*ESTILOS PARA MOSTRAR EL FONDO DE PANTALLA DE LAS DISTINTAS PAGINAS CON UNA IMAGEN Y TRANSPARENCIA EN LAS TARJETAS, SIENTO QUE LE DA UN ESTILO MODERNO*/




/*ESTILOS PARA LA APARIENCIA DEL FORMULARIO*/
.list-content{
	margin-bottom: 10px;
}
.list-content a{
	padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i{
	transform: rotate(180deg);
}
.list-content a i{
	text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.list-box{
	padding: 10px;
}
/*ESTILOS PARA LA APARIENCIA DEL FORMULARIO*/



/***************************************/
/***ESTILOS PARA LA PANTALLA DE CARGA***/
/***************************************/
.carga1
{
  background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));
  position: fixed;
  width: 100%;
  height: 100%; 
  left: 0; 
  top: 0;
  z-index: 1500; 
  /*display: none;*/
  display: show;
}
.carga2
{
  border-radius: 5px;
  position: absolute;
  top: 5%;
  left: 30%;
  background: #fff; 
  padding-right:20px;
  padding-left:20px;
  padding-top:10px;
  padding-bottom:10px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.75);
}

/***************************************/
/***ESTILOS PARA LA PANTALLA DE CARGA***/
/***************************************/






/************ESTILOS FOM CITAS***********************/
.list-content {
    margin-bottom: 10px;
}

.list-content a {
padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #17a2b878;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}

.list-content a .move {
    text-align: right; 
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}

.list-content a .move-n {
    margin-right: 20px;
    margin-left: 20px;
}

.btn-save {
    background-color: #17a2b8;
      border: none;
      border-radius: 1rem;
      padding:  15px;
      padding-top: 15px;
      color: white;
      font-size: 16px;
      font-weight: bold;
      
}

.margen{
  margin-left: 15px !important;
  margin-right: 25px !important;
}




.checkbox-item {
    margin-bottom: 10px; /* Espacio entre cada checkbox */
    display: inline-block;
    width: 50%; /* Para que haya dos columnas */
}

.checkbox-label {
    margin-left: 10px; /* Espacio entre la casilla y el texto */
}
