  @import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900);

  body {
    font-family:  Arial, Helvetica, sans-serif;
   
    padding: 0%;
    background:white;
    color:#000000;
    margin:0px;
   font-family: 'Roboto', sans-serif;
  }


  
  
  /*Formulario para completar el registro*/
  
  .cssTitle{
    
    clear: right;
    color: white;
    text-align: center;
    line-height: normal;
    margin-left: auto;
    vertical-align: middle;
    width: 80%;
    margin-right: auto;

    
  }

  button:hover {
    opacity: 1;

  }
  

  .btnDescarga {
    background-color:#2196F3;
    margin: 5% auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
    font-size: 20px;
    border: none;
    cursor: pointer;
    display: block;
    border-radius: 5px;
  }
  .cancelbtn{

    margin: 5% auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
    font-size: 20px;
    border: none;
    cursor: pointer;
    display: block;
    border-radius: 5px;
    

  }
  
  .btnlogin:hover {
    opacity: 0.8;
  }
  
  .label {
    color: white;
    text-align: left;
      font-weight: bold;
    height: fit-content;
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 0px;    
    

  }

.labelsignmenu{
    color: #ffffff;
    padding: 8px;
    padding: 15px;
    width: 80%;
    margin: 10px auto 0px auto;
    text-align: start;
    margin-top: 0px;
    background: #518439;
    
  }

  .contqr{
    color: black;
    padding: 8px;
    padding: 15px;
    width: 80%;
    margin: 5% auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
   
  }
  
  .labelAviso {
    color:#f44336;
    padding: 8px;
    text-align: justify;
    font-size: 20px;
    margin-left: 5%;
    margin-right: 5%;

  }
  
  .success {background-color: #4CAF50;} /* Green */
  .info {background-color: #2196F3;} /* Blue */
  .warning {background-color: #ff9800;} /* Orange */
  .danger {background-color: #f44336; padding-left:90px; padding-right:90px;} /* Red */
  .other {background-color: #e7e7e7; color: black;} /* Gray */

  @media (max-width: 400px) {
       #listDepartments{
        font-size:20px;
    }
    #btnSendAssign{
        width:90%;
        font-size:20px;
           font-weight: bold;
            border-radius: 10px;
    }
    #btnCancelAssign{
        width:90%;
        font-size:20px;
           font-weight: bold;
           border: 2px solid #518439;
           border-radius: 10px;
    }
     #inputDepartment{
        width:90%; height:45px; display:flex; color:#518439;
    }
     #dataDepartment{
        font-size:20px;
        width: 90%; display: block;
    }
        .styleBtnStatus{
          
      background-color: #478337;
    color: white;
    margin: 0px 0;
 
    border-radius: 15px;
 
    
    display: inline-block;
    height: 50px;
    padding: 0px;
     }
      
        .styleBtnAsine{
          
      background-color: #478337;
    color: white;
    margin: 0px 0;
 
    border-radius: 5px;
 
    
    display: inline-block;
    height: 50px;
    padding: 0px;
     }
     #frmHome{
          padding:0px;
          margin-top:100px;
              transform: translate(-40%, -35%);
      }
         #frmHome2{
          padding:0px;
          background:transparent;
              
      }
          #contBtnSendMail{
        width: 29px; height: 20px;
        
    }
    #tblListForName{
        width:95%; margin: 10px auto 10px auto;
    }
      #iconItemReport1{
         right: 0px; top:-5px; padding-right: 10px; 
    }
    #contBtnPrint{
        width: 29px; height: 26px;  
    }
      #contBtnMenu{
          float: left;
    width: 50px;
    margin-top: 53px;
   
    display: block;
    color: white;
    text-align: center;
    z-index: 100;
    position: absolute;
    font-size: 20px;
    }
       #btnName{
         width: 95%;
             height: 40px;
    padding: 0px;
  
    }
    /*style for display change status querella*/
    .btnStatusQuerella{
        font-size:15px;
            background-color: #ebf2e9;
    color: #518439;
       padding: 0px;
    padding-top: 10px;
    width: 80%;
    /* margin: 5px; */
    border-radius: 0px;
    text-align: start;
    height: 60px;
    display: flex;
    }

  .btnStatusQuerellaSelected{
      background-color:#518439;
    color:#ffffff;
           padding: 0px;
    padding-top: 10px;
 text-align: center;
    width: 80%;
 
    
 
    
  }
    
    #btnProceso{
        font-size:15px; 
  height: 40px;
    }
    #w3review{
        
        width:80%;  
    }
    #btnFalsa{
        font-size:15px; 
  height: 40px;
    }
    #btnCerrada{
        font-size:15px; 
        height: 40px;
  
    }
    .acep{
     background-color:#478337;
    color: white;
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 80%;
    border-radius: 5px;
        font-weight: bold;
    }
    .displayStatusQuerella{
    width: 100%;
    z-index: 50000;
    height: 5000px;
    background: rgba(0,0,0,0.4);
    display: flex;
    position: fixed;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-left:-10px;
    margin-top: -5000px;
}
    /* end styles for display change status querella*/
    #btnHome{
         background:white;
  
    }
      #btnHome:hover{
         background:#518439;
    }
    #btnState{
         width: 95%;
             height: 40px;
    padding: 0px;
  
    }
    #btnTypeReport{
         width: 95%;
             height: 40px;
    padding: 0px;
  
    }
    #btnGeneralStadistic{
         width: 95%;
             height: 40px;
    padding: 0px;
  
    }
    .contentFilter{
        display:flex;
        width: 90%;
    }
      .btnlogin {
        display: flow-root;

    background-color: #ffffff;
    color: #478337;
    
    font-size: 20px;
    border: 1px solid #478337;
    cursor: pointer;
    width: 80%;
    margin-left:auto;
    margin-right:auto;
    border-radius: 5px;
    margin-top: 0px;
    margin-bottom: 40px;
  }
    .cancelbtn{

    margin: 5% auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
    font-size: 20px;
    border: none;
    cursor: pointer;
    display: block;
    border-radius: 5px;
    

  }
        .boton {
    background-color:#ebf2e9;
    color: #518439;
    padding: 14px;
  
    width: 80%;
 margin: 5px;
    border-radius: 0px;
    text-align: start;
        height: 40px;
        display:flex;
  }
  .boton:hover {
    background-color:#518439;
    color:#ffffff;
    padding: 14px;
  
 text-align: start;
    width: 80%;
 
    
  }
  .boton-selected{
      background-color: #518439;
    color: #ffffff;
    padding: 14px;
    text-align: start;
    width: 80%;
 
        border-radius: 0px;
    margin: 5px;
  }
  .labelsign{
    color: #518439;
  
    padding: 15px;
    width: 80%;
    margin: 10px auto 10px auto; /* 5% from the top, 15% from the bottom and centered */
       text-align: start;
    margin-top: 0px;
    
  }
  .label {
    color: white;
    text-align: left;
   
      font-weight: bold;
    height: fit-content;
   font-size: 17px; margin-top: 30px; margin-bottom: 30px; color:#518439;
     /* 5% from the top, 15% from the bottom and centered */

  }
  .headFrmCompletarRegistro{
    background: #478337;
    height: 100%;
    color: white;
    text-align: center;
    overflow: auto;
    display: block;
    z-index: 100;
  }
  .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.styleIconCell{
    position:absolute; right: 0px; top:2px; padding-right: 10px; color:#478337;
}
  .headFrmCompletarRegistropolLeft{
    background:  #5b619c;
  
    height: 50px;
    color: white;
  
    position: absolute;
    text-align: left;
    overflow: auto;
    float: right;
    margin-top: 20px;
    transform: translate(-50%, -50%)
  }
div.headFrmCompletarRegistropolLeft p {
  margin: 0;
  font-size: 14px;
  text-align: right;
position: absolute;
  top: 50%;
  left: 50%;
  float: right;
}
  .headFrmCompletarRegistropol{
    background:  #5b619c;
  
    height: 50px;
    color: white;
  
    position: relative;
    text-align: center;
    overflow: auto;
  
  }
 .inputstlbl{
    color: #000000;
    text-align: left;
    width: 75%;
    font-size: 20px;
    margin: 15px 5px 5px 5px;
    display: inline-block;
    
    font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.74;
  letter-spacing: normal;
}
  div.headFrmCompletarRegistropol p {
    margin: 0;
    font-size: 14px;
    text-align: center;
      
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -60%);
  }
    .imgLogo{
    transition: 0.3s;
    width: 50%;
    text-align: center;
    position: relative;
    /* margin-top: auto; */
    height: 50%;
    /* margin-bottom: auto; */
    margin: auto;
    }
      
    .imgLogoRight{
            float: right;
    width: 100px;
    height: 40px;
    border: 0;
    transform: translate(-30%, 100%);
    }
  
    .hero-text {
         text-align: center;
    position: absolute;
    
    left: 40%;
    font-size: 20px;
    transform: translate(-50%, 130%);
    color: white;
    }
  
  .card {
   
    transition: 0.3s;
    width: 100%;
   
    text-align: center;
    position: relative;
    background-color: white;
  
  }
  .card3 {
    transition: 0.3s;
    width: 100%;
   
    text-align: center;
    position: relative;
    background-color: white;
    border-bottom:1px solid;
  
  }
  
  
  .card2 {
    
         transition: 0.3s;
    width: 100%;
    top: 30%;
    left: 50%;
    margin-top: 160px;
    transform: translate(-50%, -35%);
    text-align: center;
    position: relative;
     background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    
        padding-bottom: 100px;
    padding-top: 20px;
  }
  
  /* Full-width input fields */
.inputst {
      width: 80%;
    border: solid 0.5px #518439;
    height: 40px;
    color: black;
    font-size: 20px;
    background: #f2f2f2;
   
}
.inputst:focus {
    outline: none !important;
    border:1px solid #478337;
    box-shadow: 0 0 10px #478337;
  }
  
   button {
    background-color:#478337;
    color: white;
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 80%;
    border-radius: 5px;
        font-weight: bold;
  }
.modal-content {
  padding: 0px;
  background-color: #fefefe;
  margin: 0px auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
  
  width: 80%; /* Could be more or less, depending on screen size */
}
.aler-load{/*contenedor de alertas*/
 
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 250px;
	display: flex;
	align-content: center;
	flex-direction: column;
	
	
	background: #FFF;
	width: 100%;
	
	border-radius: 10px;
	  position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -130%);
}
.aler-loadStat {
     display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 250px;
    display: flex;
    align-content: center;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    background: #FFF;
    width: 90%;
    height: 250px;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -150%);
    font-size: 30px;

}
.aler-loadQuerella{/*contenedor de alertas*/
       justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 250px;
    display: flex;
    align-content: center;
    flex-direction: column;
    background: #FFF;
    width: 90%;
    border-radius: 10px;
    position: fixed;
    margin-top: -100px;
    top: 50%;
    left: 50%;
    margin-left: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -60%);
    margin-right: auto;
}
.aler-loadAuthorice{/*contenedor de alertas*/
       justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 250px;
    display: flex;
    align-content: center;
    flex-direction: column;
    background: #FFF;
    width: 90%;
    border-radius: 10px;
    position: fixed;
    margin-top: -100px;
    top: 50%;
    left: 50%;
    margin-left: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -60%);
    margin-right: auto;
}
.parentBox {
    width: 100%;
    height: auto;
    border: 1px solid white;
    display: table;
}
.ul-horizontal {
  
  background-color:transparent;
color:white;
        width: 95%;
    margin-left:2.5%;
    margin-right:2.5%;
 vertical-align: middle; 
 display:flex;
  padding:0px;
  text-align: center;
}
.ul-horizontal li {
  float: left;
  background-color: #478337;
  width: 30px;
  height: 30px;
  border: 1px solid #478337;
    border-radius: 50%;
    vertical-align: middle; 
    line-height: 30px;
    margin: 2px;
}
#resp-table {
width: 100%;
display: table;
}
#resp-table-header{
display: table-header-group;
background-color: #478337;
font-weight: bold;
font-size: 25px;
}
.table-header-cell{
display: table-cell;
padding: 10px;
text-align: justify;
border-bottom: 1px solid  #478337;
color:white;
}
#resp-table-body{
display: table-row-group;
}
.resp-table-row{
display: table-row;
border-bottom: 1px solid  #478337;
}
.table-body-cell{
    border-right: 1px solid  #478337;
display: table-cell;
padding-left: 10px;
    padding-right: 10px;
    
    font-size: 25px;
}
.inputregistro {
  width: 80%;
  padding: 5px;
  margin: 1% auto 1% auto; /* 5% from the top, 15% from the bottom and centered */
  display: block;
  border: 1px solid #478337;
  color: black;
  font-size: 20px;
  background: #ffffff;
  border-radius: 10px;
  line-height: normal;
}

.labelterconregistro {
  width: 80%;
  
  margin: 20px auto 0px auto; /* 5% from the top, 15% from the bottom and centered */
  display: block;
  font-size: 20px;
  line-height: normal;
  border-radius: 10px;
  color: black;

}
}

@media (min-width: 401px) and (max-width: 1000px) {
      .boton {
    background-color:#ebf2e9;
    color: #518439;
    padding: 14px;
  
    width: 80%;
 margin: 5px;
    border-radius: 0px;
    text-align: start;
  }
  .boton:hover {
    background-color:#518439;
    color:#ffffff;
    padding: 14px;
  
 text-align: start;
    width: 80%;
 
    
  }
      .labelsign{
    color: #518439;
  
    padding: 15px;
    width: 80%;
    margin: 10px auto 10px auto; /* 5% from the top, 15% from the bottom and centered */
       text-align: start;
    margin-top: 0px;
    
  }
  .label {
    color: white;
    text-align: left;
     font-weight: bold;
    
    height: fit-content;
   font-size: 17px; margin-top: 0px; margin-bottom: 30px; color:#518439;
     /* 5% from the top, 15% from the bottom and centered */

  }
  
  .headFrmCompletarRegistro{
    background:  #478337;
    height: 129px;
    color: white;
    position: relative;
    text-align: center;
    overflow: auto;
    z-index: 100;
    
  }
  .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.styleIconCell{
    position:absolute; right: 0px; top:2px; padding-right: 10px; color:#478337;
}
  .headFrmCompletarRegistropolLeft{
    background:  #5b619c;
  
    height: 50px;
    color: white;
  
    position: absolute;
    text-align: left;
    overflow: auto;
    float: right;
    margin-top: 20px;
    transform: translate(-50%, -50%)
  }
div.headFrmCompletarRegistropolLeft p {
  margin: 0;
  font-size: 14px;
  text-align: right;
position: absolute;
  top: 50%;
  left: 50%;
  float: right;
}
  .headFrmCompletarRegistropol{
    background:  #5b619c;
  
    height: 50px;
    color: white;
  
    position: relative;
    text-align: center;
    overflow: auto;
  
  }
 
  div.headFrmCompletarRegistropol p {
    margin: 0;
    font-size: 14px;
    text-align: center;
      
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  .inputstlbl{
    color: #000000;
    text-align: left;
    width: 75%;
    font-size: 20px;
    margin: 15px 5px 5px 5px;
    display: inline-block;
    
    font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.74;
  letter-spacing: normal;
}
    .imgLogo{
          transition: 0.3s;
    width: 50%;
    text-align: center;
    position: relative;
    /* margin-top: auto; */
    height: 50%;
    /* margin-bottom: auto; */
    margin: auto;
    }
      
    .imgLogoRight{
      float: right;
    width: 20%;
    height: 40%;
    border: 0;
    transform: translate(-30%, 70%);
    }
  
    .hero-text {
         text-align: center;
    position: absolute;
    left: 40%;
    font-size: 25px;
    transform: translate(-60%, -10%);
    color: white;
    }
  
  .card {
   
    transition: 0.3s;
    width: 100%;
   
    text-align: center;
    position: relative;
    background-color: white;
  
  }
  .card3 {
    transition: 0.3s;
    width: 100%;
   
    text-align: center;
    position: relative;
    background-color: white;
    border-bottom:1px solid;
  
  }
  
  .card2 {
    
         transition: 0.3s;
    width: 100%;
    top: 30%;
    left: 50%;
    margin-top: 265px;
    transform: translate(-50%, -50%);
    text-align: center;
    position: relative;
    background-color: white;
        padding-bottom: 100px;
    padding-top: 20px;
  }
  /* Full-width input fields */
.inputst {
     width: 80%;
    border: solid 0.5px #518439;
    height: 40px;
    color: black;
    font-size: 20px;
    background: #f2f2f2;
}
.inputst:focus {
    outline: none !important;
    border:1px solid #478337;
    box-shadow: 0 0 10px #478337;
  }
    button {
    background-color:#478337;
    color: white;
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 80%;
    border-radius: 5px;
        font-weight: bold;
  }
  
.modal-content {
  padding: 0px;
  background-color: #fefefe;
  margin: 0px auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}
.aler-load{/*contenedor de alertas*/
 display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 250px;
	display: flex;
	align-content: center;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	background: #FFF;
	width: 400px;
	height: 250px;
	border-radius: 10px;
	  position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.parentBox {
    width: 100%;
    height: auto;
    border: 1px solid white;
    display: table;
}
}

@media (min-width: 1001px) and (max-width: 1500px) {
    #listDepartments{
        font-size:39px;
    }
    #btnSendAssign{
        width:60%;
        font-size:25px;
           font-weight: bold;
            border-radius: 20px;
    }
    #btnCancelAssign{
        width:60%;
        font-size:25px;
         border: 2px solid #518439;
           font-weight: bold;
           border-radius: 20px;
    }
    #inputDepartment{
        width:60%; height:75px; display:flex; color:#518439;
    }
     #dataDepartment{
        font-size:39px;
        width: 60%; display: block;
    }
     .contentFilter{
        display:flex;
        width: 90%;
        font-size:20px;
             margin-top: -60px;
     }
     .styleBtnStatus{
          
      background-color: #478337;
    color: white;
    margin: 0px 0;
 
    border-radius: 15px;
 
    transform: translate(10%, 0%);
    display: inline-block;
    height: 50px;
    padding: 0px;
     }
     .styleBtnAsigne{
          
      background-color: #478337;
    color: white;
    margin: 0px 0;
 margin-right: 15px;
    border-radius: 15px;
 
    transform: translate(10%, 0%);
    display: inline-block;
    height: 50px;
    padding: 0px;
     }
      #frmHome{
        margin-top:280px; margin-left:-60px; background:transparent; top:0px; transform: translate(-50%, -50%); font-size:20px;
      }
      #frmHome2{
        margin-top:0px; margin-left:-360px; background:transparent; top:0px; font-size:20px;
      }
       #tblListForName{
        width:85%; margin: 10px auto 10px auto;
    }
    #nameList{
        width:80%;
    }
    #countriesList{
        width:80%;
    }
    #nameCountry{
        width:80%;
    }
    #iconItemReport1{
          right: 0px; top:-22px; padding-right: 0px; 
    }
 #contBtnMenu{
       float: left;
    width: 50px;
    margin-top:93px;
    display: block;
    color: white;
    text-align: center;
    z-index: 100;
     margin-left:20px;
    position: absolute;
    font-size: 60px;
    }
    #contBtnSendMail{
        width: 57px; height: 33px;
        
    }
     
    #contBtnPrint{
        width: 49px; height: 46px;
        margin-top: 5px;
        margin-left:10px;
    }
      #btnName{
         width: 95%;
             height: 40px;
    padding: 0px;
     vertical-align: middle;
    font-size: 35px;
    margin-top:-2px;
    }
        /*style for display change status querella*/
     .btnStatusQuerella{
        font-size:28px;
            background-color: #ebf2e9;
    color: #518439;
    
    padding-top: 10px;
    width: 100%;
    
    border-radius: 0px;
    text-align: center;
    height: 50px;
    
    width: 100%;
    }
    .btnStatusQuerella:hover{
      background-color:#518439;
    color:#ffffff;
        
    padding-top: 10px;
 text-align: center;
    width: 100%;
    
    }
    
    #btnProceso{
        font-size:39px; 
  height: 60px;
    }
    #w3review{
        
        width:80%;  
    }
    #btnFalsa{
        font-size:39px; 
  height: 60px;
    }
    #btnCerrada{
        font-size:39px; 
        height: 60px;
  
    }
    .acep{
     background-color:#478337;
    color: white;
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 80%;
    font-size:25px;
    border-radius: 20px;
        font-weight: bold;
     
    }
    .displayStatusQuerella{
    width: 110%;
    z-index: 50000;
    height: 5000px;
    background: rgba(0,0,0,0.4);
    display: flex;
    position: fixed;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-left:-200px;
    margin-top: -5000px;
}
    /* end styles for display change status querella*/
    #btnHome{
         background:white;
         font-size: 39px;
    }
      #btnHome:hover{
         background:#518439;
    }
    #btnState{
         width: 95%;
             height: 40px;
    padding: 0px;
    font-size: 35px;
    margin-top:-2px;
     vertical-align: middle;
    }
    #btnTypeReport{
         width: 95%;
             height: 40px;
    padding: 0px;
     vertical-align: middle;
    font-size: 35px;
    margin-top:-2px;
    }
    #btnGeneralStadistic{
         width: 95%;
             height: 40px;
    padding: 0px;
    font-size: 39px;
    }
      .cont_boton {
       background-color: #ebf2e9;
    color: #518439;
    padding: 14px;
    font-size: 30px;
    width: 40%;
    display: inline-flex;
    
    border-radius: 0px;
    text-align: start;
  }
    .btnlogin {
    
    background-color: #ffffff;
    color: #478337;
    font-size: 25px;
    border: 1px solid #478337;
    cursor: pointer;
    width: 38%;
    margin-top: 0px;
    margin-bottom: 40px;
    border-radius: 5px;
  }
      .boton {
          background-color: #ebf2e9;
    color: #518439;
    font-size: 39px;
    width: 45%;
    display: flex;
    border-radius: 0px;
    text-align: start;
        justify-content: center;
    margin-left: auto;
    margin-right: auto;
    height:60px;
        vertical-align: middle;
    align-items: center;
    align-content: center;
  }
    .cancelbtn{
        font-size:25px;

        width: 80%;
    
    border: none;
    cursor: pointer;
    display: block;
    
    border-radius: 20px;
    color:#518439;
    border: 2px solid #518439;
      padding-top: 14px;
    padding-bottom: 14px;
    margin: 8px 0;
    font-weight:bold;
  }
  .boton:hover {
    background-color:#518439;
    color:#ffffff;
    padding: 14px;
  
 text-align: start;
    width: 45%;
 
    
  }
    .boton-selected{
      background-color: #518439;
    color: #ffffff;
    
    text-align: start;
    width: 80%;
 
        border-radius: 0px;
    height: 60px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    align-content: center;
    
    justify-content: center;
  }
      .labelsign{
    color: #518439;
  font-weight: bold;
    padding: 15px;
    width: 40%;
    margin: 10px auto 10px auto; /* 5% from the top, 15% from the bottom and centered */
       text-align: start;
    margin-top: 0px;
    font-size:39px;
    
  }
    .label {
    color: white;
    text-align: left;
     font-weight: bold;
    
    height: fit-content;
   font-size: 34px; margin-top: 0px; margin-bottom: 20px; color:white;
       align-items: center;
     /* 5% from the top, 15% from the bottom and centered */

  }


  .headFrmCompletarRegistro{
    background:  #478337;
    height: 250px;
    color: white;
    position: relative;
    text-align: center;
    overflow: auto;
    font-size:50px;
  }
    .headFrmCompletarRegistro2{
    background:  #478337;
    height: 125px;
    color: white;
    
    font-size:50px;
        display: flex;
    align-items: center;
    width: 100%;
    vertical-align: middle;
  }
  .headFrmCompletarRegistropolLeft{
    background:  #5b619c;
  
    height: 50px;
    color: white;
  
    position: absolute;
    text-align: left;
    overflow: auto;
    float: right;
    transform: translate(-50%, -50%)
  
}
div.headFrmCompletarRegistropolLeft p {
  margin: 0;
  font-size: 14px;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  float: right;
}
  .headFrmCompletarRegistropol{
    background:  #5b619c;
  
    height: 50px;
    color: white;
  
    position: relative;
    text-align: center;
    overflow: auto;
 
  }
  div.headFrmCompletarRegistropol p {
    margin: 0;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); }

  .inputstlbl{
color: #000000;
    text-align: left;
    width: 100%;
    font-size: 34px;
    margin: 10px 331px 10px 416px;
    display: inline-block;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.74;
    font-family: Roboto;
    letter-spacing: normal;
}
.imgLogo{
  height: 130px;
    margin-left: auto;
    margin-right: auto;
    border: 0;
        margin-top: 58px;
    margin-bottom: 50px;
    }
      
    .imgLogoRight{
            width: 22%;
    height: auto;
    border: 0;
    transform: translate(-10%, 60%);
    position: absolute;
    right: 0;
    }
  
    .hero-text {
      text-align: center;
    font-size: 75px;
    transform: translate(-42%, 10%);
    color: white;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    }
  
  
  
    
  .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
  
    text-align: center;
    position: relative;
    border-radius: 5px;
    background-color: white;
  
  }
  
  .card2 {
    transition: 0.3s;
    width: 100%;
    top: 50%;
    left: 50%;
    margin-top: 125px;
    transform: translate(-50%, -20%);
    text-align: center;
    position: relative;
    border-radius: 5px;
    background-color: white;
   
  }
  
  .card3 {
    transition: 0.3s;
    width: 100%;
    font-size:30px;
    text-align: center;
    position: relative;
    background-color: white;
    border-bottom:1px solid;
  
  }

  /* Full-width input fields */
.inputst {
     width: 38%;
    border: solid 0.5px #518439;
    height: 68px;
    color: black;
    font-size: 30px;
    background: #f2f2f2;
}
.inputst:focus {
    outline: none !important;
    border:0px solid #478337;
    
  }  
  button {
      background-color: #478337;
    color: white;
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 68px auto 0 auto;
    border: none;
    cursor: pointer;
    width: 38%;
    border-radius: 5px;
    font-weight: bold;
    display: flow-root;
    height: 68px;
    font-size: 34px;
  }
  
.modal-content {
  padding: 0px;
  background-color: #fefefe;
  margin: 0px auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}
.aler-load{/*contenedor de alertas*/
 display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 250px;
	display: flex;
	align-content: center;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	background: #FFF;
	width: 60%;

	border-radius: 10px;
	  position: fixed;
    top: 15%;
    
    font-size:60px;
}
.aler-load-menu{/*contenedor de alertas*/
 display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 250px;
	display: flex;
	align-content: center;
	
	text-align: center;
	justify-content: center;
	background: #FFF;
	width: 60%;
	height: 250px;
	border-radius: 10px;
	  position: fixed;
    top: 40%;
    left: 25%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-10%, -30%);
    font-size:60px;
}
.aler-loadStat {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 250px;
    display: flex;
    align-content: center;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    background: #FFF;
    width: 30%;
    height: 250px;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(80%, 10%);
    font-size: 60px;
}

.aler-loadQuerella{/*contenedor de alertas*/

    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 250px;
    display: flex;
    align-content: center;
    flex-direction: column;
    background: #FFF;
    width: 70%;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.aler-loadAuthorice{/*contenedor de alertas*/
       justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 250px;
    display: flex;
    align-content: center;
    flex-direction: column;
    background: #FFF;
    width: 90%;
    border-radius: 10px;
    position: fixed;
    margin-top: -100px;
    top: 50%;
    left: 50%;
    margin-left: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -30%);
    margin-right: auto;
}
.parentBox {
       width: 100%;
    height: auto;
    border: 1px solid white;
    display: table;
   font-size: 30px;
    height: 40px;
}
.ul-horizontal {
   background-color: transparent;
    color: white;
    width: 85%;
    margin-left:7.5%;
    margin-right:7.5%;
    vertical-align: middle;
    display: flex;
    padding: 0px;
    text-align: center;
    margin-right: auto;
    
}
.ul-horizontal li {
  float: left;
  background-color: #478337;
  width: 30px;
  height: 30px;
  border: 1px solid #478337;
    border-radius: 50%;
    vertical-align: middle; 
    line-height: 30px;
    margin: 2px;
}
#resp-table {
width: 100%;
display: table;
}
.table-header-cell{
display: table-cell;
padding: 10px;
text-align: justify;
border-bottom: 1px solid #478337;
color:white;
}
#resp-table-header{
display: table-header-group;
background-color: #478337;
font-weight: bold;
font-size: 25px;
}
#resp-table-body{
display: table-row-group;
}
.resp-table-row{
    border-bottom: 1px solid  #478337;
display: table-row;
}
.table-body-cell{
display: table-cell;
border-right: 1px solid  #478337;
padding-left: 10px;
    padding-right: 10px;
    word-break: break-all;
    font-size: 30px;
}
.inputregistro {
  width: 80%;
  padding: 5px;
  margin: 1% auto 1% auto; /* 5% from the top, 15% from the bottom and centered */
  display: block;
  border: 1px solid #478337;
  color: black;
  font-size: 39px;
  background: #ffffff;
  border-radius: 10px;
  line-height: normal;
}

.labelterconregistro {
  width: 80%;
  
  margin: 20px auto 0px auto; /* 5% from the top, 15% from the bottom and centered */
  display: block;
  font-size: 39px;
  line-height: normal;
  border-radius: 10px;
  color: black;

}
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(4);
  padding: 0px;
  margin:30px;
}

}


@media (min-width: 1501px) {
    #contBtnMenu{
         width: 139px; height: 139px;
    }
    #contBtnSendMail{
        width: 139px; height: 116px;
        
    }
    #contBtnPrint{
        width: 129px; height: 116px;
        margin-top: 20px;
    }
     #tblListForName{
        width:70%; margin: 10px auto 10px auto;
    }
     #btnName{
         width: 95%;
             height: 40px;
    padding: 0px;
    margin-top:-2px;
    font-size:35px;
  
    }
    #btnHome{
         background:white;
  
    }
      #btnHome:hover{
         background:#518439;
    }
    #btnState{
         width: 95%;
             height: 40px;
    padding: 0px;
    margin-top:-2px;
    font-size:35px;
  
  
    }
    #btnTypeReport{
         width: 95%;
             height: 40px;
    padding: 0px;
  margin-top:-2px;
    font-size:35px;
  
    }
    #btnGeneralStadistic{
         width: 95%;
             height: 40px;
    padding: 0px;
  
    }
      .cont_boton {
       background-color: #ebf2e9;
    color: #518439;
    padding: 14px;
    font-size: 60px;
    width: 80%;
    display: inline-flex;
    
    border-radius: 0px;
    text-align: start;
  }
      .boton {
       background-color: #ebf2e9;
    color: #518439;
    padding: 14px;
    font-size: 60px;
    width: 80%;
    display: inline-flex;
    
    border-radius: 0px;
    text-align: start;
  }
  .boton:hover {
    background-color:#518439;
    color:#ffffff;
    padding: 14px;
  
 text-align: start;
    width: 80%;
 
    
  }
      .labelsign{
    color: #518439;
  
    padding: 15px;
    width: 80%;
    margin: 10px auto 10px auto; /* 5% from the top, 15% from the bottom and centered */
       text-align: start;
    margin-top: 0px;
    font-size:60px;
    
  }
    .label {
    color: white;
    text-align: left;
   
      font-weight: bold;
    height: 30px;
   font-size: 68px; margin-top: 90px; margin-bottom: 30px; color:#5b619d;
     /* 5% from the top, 15% from the bottom and centered */

  }


  .headFrmCompletarRegistro{
    background:  #478337;
    height: 400px;
    color: white;
    position: relative;
    text-align: center;
    overflow: auto;
    font-size:80px;
  }
  .headFrmCompletarRegistropolLeft{
    background:  #5b619c;
  
    height: 50px;
    color: white;
  
    position: absolute;
    text-align: left;
    overflow: auto;
    float: right;
    transform: translate(-50%, -50%)
  
}
div.headFrmCompletarRegistropolLeft p {
  margin: 0;
  font-size: 14px;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  float: right;
}
  .headFrmCompletarRegistropol{
    background:  #5b619c;
  
    height: 50px;
    color: white;
  
    position: relative;
    text-align: center;
    overflow: auto;
 
  }
  div.headFrmCompletarRegistropol p {
    margin: 0;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); }

  .inputstlbl{
color: #000000;
    text-align: left;
    width: 100%;
    font-size: 68px;
    margin: 174px 1262px 20px 914px;
    display: inline-block;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.74;
    font-family: Roboto;
    letter-spacing: normal;
}
.imgLogo{
       float: center; 
    
      height: 277px;
  margin-left:auto;
      margin-right:auto;
      border:0;
      margin-top:60px;
    }
      
    .imgLogoRight{
         float: right;
    width: 20%;
    height: 40%;
    border: 0;
    transform: translate(-10%, 60%);
    }
  
    .hero-text {
        text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
    font-size: 163px;
      
    color: white;
    }
  
  
  
    
  .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
  
    text-align: center;
    position: relative;
    border-radius: 5px;
    background-color: white;
  
  }
  
  .card2 {
 transition: 0.3s;
    width: 100%;
    top: 50%;
    left: 50%;
    margin-top: 200px;
    transform: translate(-50%, -20%);
    text-align: center;
    position: relative;
    border-radius: 5px;
    background-color: white;
   
  }
  
  .card3 {
    transition: 0.3s;
    width: 100%;
    font-size:60px;
    text-align: center;
    position: relative;
    background-color: white;
    border-bottom:1px solid;
  
  }

  /* Full-width input fields */
.inputst {
     width: 40%;
    border: solid 0.5px #518439;
    height: 137px;
    color: black;
    font-size: 80px;
    background: #f2f2f2;
}
.inputst:focus {
    outline: none !important;
    border:1px solid #478337;
    box-shadow: 0 0 10px #478337;
  }  
  button {
     background-color: #478337;
    color: white;
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 137px auto 0 auto;
    border: none;
    cursor: pointer;
    width: 40%;
    border-radius: 5px;
    font-weight: bold;
    display: flow-root;
    height: 137px;
    font-size:68px;
  }
  
.modal-content {
  padding: 0px;
  background-color: #fefefe;
  margin: 0px auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
}
.aler-load{/*contenedor de alertas*/
 display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 250px;
	display: flex;
	align-content: center;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	background: #FFF;
	width: 1500px;
	height: 250px;
	border-radius: 10px;
	  position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -50%);
    font-size:60px;
}
.parentBox {
       width: 100%;
    height: auto;
    border: 1px solid white;
    display: table;
    font-size: 60px;
    height: 100px;
}
.ul-horizontal {
  
  background-color:transparent;
color:white;
     width: 95%;
    margin-left:2.5%;
    margin-right:2.5%;
 vertical-align: middle; 
 display:flex;
  padding:0px;
  text-align: center;
}
.ul-horizontal li {
  float: left;
  background-color: #478337;
  width: 30px;
  height: 30px;
  border: 1px solid #478337;
    border-radius: 50%;
    vertical-align: middle; 
    line-height: 30px;
    margin: 2px;
}

}









.sexoOptions {
	border: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	break-before: always;
  margin: 5% auto 5% auto;
  width: 80%;
}
/* The container */
.floatBlock {
  margin: auto;

  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.floatBlock input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.floatBlock:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.floatBlock input:checked ~ .checkmark {
  background-color: #8485ef;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.floatBlock input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.floatBlock .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 0px;
}


/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */

.btnRegistro {

  background-color:#8485ef;
  width: 80%;
  padding: 15px;
  margin: 5% auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
  font-size: 20px;
  border: none;
  cursor: pointer;
display: block;
color: white;
  border-radius: 5px;
}


.left_box
 {
     text-align: justify;
    display: table-cell;
    vertical-align: middle;
    width:70%;
}
.right_box {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
width:5%;    
}
.right_box2 {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
width:5%;    
}

.inputBox {
    height:80px;
}
.enviar{
	border: none;
	margin-left: 20%;
	margin-right: 30%;
	font-size: 45px;
	float: left;
	background: #518438;
	margin-bottom: 2%;
	color: #FFF;
	margin-top: 3%;
	width: 60%;
	height: 70px;
	border-radius: 10px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}


.cont_ppriv{ width: 90%; background: white; font-size: 40px; padding: 50px; text-align: justify; color: black; display: none; }
.cont_btnprv{ display: none; margin-bottom: 5%; width: 90%; height: 100px; background:transparent; position: fixed; bottom: 0; justify-content: center; align-items: center; flex-direction: column; }
.cont_cb{ width:130px; height: 50px; border: 3px solid red; background: white; margin-right: 2%; }
.cont_cb img{ width: 100%; height: auto; display: none; }
.cont_pp{ font-size: 45px; width: 90%; }


