/* Card Category */
.card-category {
	border-left: 1rem solid #cda035 !important;
	padding: 0.1rem;
	border-radius: 16px  !important;

}

.card-category .card-body p{
	font-size: 1.39rem !important;
}

.color-arrow-right{
	color: #6200EE;
}

/* Global crosscheck */
.bg-crosscheck {
	background-color: #cda035 !important;
	/*background-color: #6200ee !important;*/
	
}

.color-crosscheck {
	color: #cda035 !important;
    font-weight: bolder;
}

.cerrar-sesion {
	color: #B00020 !important;
}

.ter {

	 line-height: 2.5 !important;
	 float:center !important; /* shift to right for alignment*/



}

.searchTask {
	border-radius: 24px !important;
	background-color: white !important;
	border:0 !important;
	padding:11px !important;
}

.searchBorder {	
	top: 1.25rem !important;    
	position: relative !important;	
	margin-top: 0 !important; 
    margin-bottom: 0 !important;
}

.fixBorderButtom{
	border: 0 !important;
	border-bottom: 1px solid rgba(0,0,0,.125) !important;
}


/* Filtro Categoria */
.fixSwitchEspecial {    
     margin-top : 0;
     margin-right: 0 !important; 
}


/* Listas */

.contadorFinalTiempo{
	font-size: 14px !important; 
}

.contadorFinalTarea{
	font-size: 34px !important;
}

.videoMuestra iframe{
	width:  200px !important;
	height: 200px !important;
}

/* QR */


.fondoQr{

	background-color: #cda035 !important;
    padding-left: 57px !important;

}

.infoQR{

  box-shadow: 0 10px 20px 0 rgb(111 104 104);
  
}

/* INTEGRANTES EQUIPO */

.infoIntegrantes{

  box-shadow: 0 10px 20px 0 rgb(111 104 104);

}

.headerMl{

  background-color: hsl(42deg 60% 51%);
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  color: #fff;

}
.cantidadListasRevisar{
   
     background-color: #cda035 !important;
     width: 30px !important;
     text-align: center;
     color: #fff !important;
     border-radius: 5px;
   
}

.cardListasRevisar {

border-top: 2rem solid #cda035 !important;
padding: 0.1rem;
border-radius: 16px  !important;

}


.stepper-head-icon {
  display: table  !important;
}

  


/* FIRMA ELECTRONICA AUTOR: https://github.com/szimek/signature_pad */
.signature-pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 200px;
  /*border: 1px solid black;*/
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  /*border-radius: 4px;*/
  /*padding: 16px;*/
}

.signature-pad::before,
.signature-pad::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.signature-pad::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
          transform: skew(-3deg) rotate(-3deg);
}

.signature-pad::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
          transform: skew(3deg) rotate(3deg);
}

.signature-pad--body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.signature-pad--body
canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.signature-pad--footer {
  color: #C3C3C3;
  text-align: center;
  font-size: 1.2em;
  /*margin-top: 8px;*/
}

.signature-pad--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}



	
.signature-pad {
  margin: auto;
  height: auto;
}

.signature-pad--body {
  min-height: 100px;
}

.signature-pad--actions {
  overflow: hidden;
}

.signature-pad--actions > div:first-child {
  float: left;
}

.signature-pad--actions > div:last-child {
  float: right;
}


.sinfoto {
   background: #000000 !important;
   height: 63px !important;
   width:  63px !important;
   text-transform: uppercase;
}


@media (min-width: 768px) { 
  .todo{
     /*margin-top: 5%;*/
  
     width:50vw !important;
     /*height:100% !important;   */
     padding: 2rem;  
     border-radius: 25px;
     background: white;

     /*border: 1px solid black;*/
  }
#clearFix1, #clearFix2{
  display: none;
}
  .containerPadre .mainContentXL {
    width: 100%;
    height: 72vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
 .xd .mdc-top-app-bar {
    background-color: #6200ee;
    background-color: var(--mdc-theme-primary, #6200ee);
    color: white;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100% !important;
    z-index: 4;
}

  .todo .containerPadre{
     width: 100%;
     height: 100%;
     /*border: 1px solid black;    */

  }

}



@media (min-width: 992px) { 
  .mdc-top-app-bar--fixed-adjust {
    padding-top: 0px !important;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 5px
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0,0,0,.05);
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #CDA035;

  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
  background: transparent;
}
   .todo{
     /*margin-top: 5%;*/
      background-image: url(/img/commons/fondo-negro.png);  
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width:40vw !important;
      /*height:100vh !important;     */
      border-radius: 25px;
      padding: 1rem;  
  
     /*border: 1px solid black;*/
  }

  .todo .containerPadre{
     width: 100%;
     height: 100%;
     background: white;
     border-radius: 25px;    
     -webkit-box-shadow: 0 6px 11px 0 rgba(0,0,0,.25),0 7px 20px 3px rgba(0,0,0,.2)!important;
    box-shadow: 0 6px 11px 0 rgba(0,0,0,.25),0 7px 20px 3px rgba(0,0,0,.2)!important;
  }
  .mainContentXL{
    padding: 0 15px 0 15px !important;    
  }
}




@media (min-width: 1200px) { 
   .todo{
     /*margin-top: 5%;*/
     
     width:35vw !important;
     /*height:95vh !important;     */
     border-radius: 25px;
     padding: 0rem 1rem 1rem 1rem;  

     /*border: 1px solid black;*/
  }
}


.fondo {
  /*background: url(http://lorempixel.com/630/380/) no-repeat center center;*/
  background-size: cover;
}

/* el resto es para demostrarlo */
.igual-relacion {
  width: 630px;
  height: 380px;
}

.aplanado {
  width: 630px;
  height: 180px;
}


.scroll-left {  
  overflow: hidden;
  position: relative;
  background: white;
  color: black;
  /*border: 1px solid orange;*/
}

.scroll-left span {  
  /*overflow: hidden;*/
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* Apply animation to this element */
  
  -moz-animation: scroll-left 5s linear infinite;
  -webkit-animation: scroll-left 5s linear infinite;
  animation: scroll-left 5s linear infinite;
}
/* Move it (define the animation) */

@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    /* Browser bug fix */
    
    -webkit-transform: translateX(100%);
    /* Browser bug fix */
    
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    /* Browser bug fix */
    
    -webkit-transform: translateX(-100%);
    /* Browser bug fix */
    
    transform: translateX(-100%);
  }
}

@media screen and (min-width: 600px){

  .btn-dashboard{
  

  /*font-family: Raleway-Bold;*/
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  width: 10%;
  height: 62px;
  border-radius: 30px;
  background: #756969 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;


}

.containers-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end !important;
}

.d-btn {
  font-family: Raleway-Bold;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  width: 20%;
  height: 62px;
  border-radius: 30px;
  background: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btnRecuperar {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

  

}


@media screen and (max-width: 600px){

  .btn-dashboard{
  display:none;
  }
}





