﻿body {
    padding:0;
    margin:0;
    box-sizing:border-box;
    font-family:Roboto;
}

/*********************Cabecera*************************/
#headerFindTicket {
    width:100%;
    height:70px;
    padding:5px 5px 5px 25px;
    display:flex;
    flex-flow: row nowrap;
    justify-content:space-between;
    align-items:center;
    background-color:white;
    -webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.75);
}

/*********************Cuerpo*************************/
#contenedor {
    width:100%;
    margin:0 auto;
   /* background:url("../Content/Img/fondoCrearTicket02.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;*/
}

#datosPrincipales {
    width:100%; 
    display:flex; 
    flex-flow:column nowrap; 
    justify-content:center; 
    text-align:center;
}

#datosPrincipales p {
    font-size:1.3em;
    margin-top:2px;
    }

#modalRegistroUsuario {
    width:100%;
    display:flex;
    flex-flow:row nowrap;
    margin-top:5px;
}
/*Contenido vista principal*/
#contenidoGaleria {
width:70%;
background-color:white;
}

#contenidoFormulario {
width:30%;
padding:10px;
}

.galeriaImg {

    height:300px;
}

/*Estilos cajas de texto*/
.inner-addon {
  position: relative;
}
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  font-size:1.5em;
}
.left-addon .glyphicon {
  left: 0px;
}
.right-addon .glyphicon {
  right: 0px;
}
.left-addon input {
  padding: 20px 20px 20px 30px;
  font-size:1.3em;
}

#btnIniciarSesion {
    width:100%;
    margin-top:20px;
    margin-bottom:5px;
}


/*Modal Crear Ticket*/

#msjBienvenida{
    width:100%; 
    display:flex;
    flex-flow:row nowrap; 
    margin-top:10px;
}

.datosCargados {
    color:#13A2E5;
}

.estilosMensajes {
    display:flex;
    flex-flow:row nowrap;
    justify-content:space-between;
}
#Divprioridad {
    margin:auto;
    width:100%;
}
#Divprioridad  section div {
    width:100%;
    display:flex;
    flex-flow: row nowrap;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    margin-bottom:5px;
}

/* radio */
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
#rdbAlta:checked {
  background: #D9534F;
}
#rdbMedia:checked {
  background: #F0AD4E;
}
#rdbBaja:checked {
  background: #5CB85C;
}
.option-input:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}




#estilosRadioButton {
    width:100%;
}
.estilosTextArea {
    width:100%;
    resize:none;
}


.inputModalUsuario{
    width:100%; 
    display:flex;
    flex-flow:column nowrap;
    justify-content:space-between;


}
.inputModalUsuario div {
    display:flex;
    width:100%;
    margin-top:5px; 
}

.comboModalUsuario {
    width:100%;
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;
    margin-top:5px; 
}

.comboModalUsuario div {
    width:100%;
    display:flex;
    flex-flow: column nowrap;   
    }

.comboModalUsuario div label {
    font-size:1.2em;
    }
.comboModalUsuario div input {
    width:100%;
    }

.EstiloGeneralBoton button {
    border:none;
    padding:10px 5px;
    font-size:15px;
    color:white; 
    margin-left:5px;
    border-radius:5px;
    }
.btnCompletar {
    background-color:#13A2E5;
}
.btnRegresar {
    background-color:#EC4758;
}

#btnGuardarNuevoUsuario {
    margin-top:10px;
    width:100%;
    float:right;
}
#btnRegresarDesdeUsuario {
}

#btnGenerarTicket {
    margin-top:5px;
    width:100%;
}

#btnRegresarDesdeTicket {
    margin-top:20px;
    float:left;
}

#btnSegundoTicket {
    margin-top:10px;
    width:100%;
}

.EstiloConfirmacionTicket {
    display:flex; 
    flex-flow:row wrap; 
    justify-content:space-between; 
    width:100%;
}

/*********************Pie*************************/

#footerFindTicket {
    width:100%;
    color:white;
    font-weight:lighter;
    background-color:#272727;
    display:flex;
    flex-flow: column nowrap; 
}


#footerFindTicket a {
    text-decoration:none;
    color:darkred;
}
#footerFindTicket a:hover {
    color:darkred;
    font-style:unset;
    text-decoration:underline;

}

#footerContact {
    width: 100%;
    display:flex;
    margin-top:40px;
    flex-flow:row wrap;
    justify-content:space-around; 
}

#footerSocialLink a {
    margin-left:10px;
    font-size:14px;
    color:#777777;
}

#footerSocialLink a:hover {
    color:#777777;
}


#footerCopyRight {
    padding:20px 50px 10px 50px;
    background-color:#222222;
    display:flex;
    flex-flow: row nowrap;
    justify-content:space-between;
}

    /*Medida para Tabletas*/
    @media only screen and (max-width: 780px) {

    #contenidoFormulario {
      width:100%;  
    }
    #contenidoGaleria {
      display:none;
    }



    }

    /*Medida para Celular*/
    @media only screen and (max-width: 480px) {

    }


