/*.enctab {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color:#333;

}
.movimiento {
	width: 160px;
	margin-left: 20px;
}
.mes {
	width: 450px;
	height: 300px;
}
.actual {
	background-color: #06F;
}
.noactual {
	background-color: #999;
}
html, body { 
	padding : 0px 0 0 190px;
	margin : 100px 290 0px 0;
} */
.movimiento {
  width: 160px;
  margin-left: 20px;
}

html {
  height: auto;
  width: 100%;
}
body {
  font: 75% "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
  /*background : rgb(255, 255, 255);*/
  /*background-color: #dfdddd;*/
  /*background-image:  url("images/bbk.png");*/
  background: url("../images/bbk.png") repeat;
  height: auto;
  width: auto;

  /*background-repeat: no-repeat;*/
  /* background-size: cover;
  background-attachment: fixed;*/
  /*background-size: contain, 100%;
background-position: center;
background-origin: content-box, padding-box;*/
  /*background-attachment: fixed;*/
  text-align: center;
  justify-content: center;
  align-items: center;
  /* width: auto;
  height: auto;*/
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/*WRAP*/
#container {
  /*width : 42%;*/
  /*float : center;*/
  width: 550px;
  /*margin : 20 auto;*/
  /*	border : 10px solid #fff;*/
  text-align: center;
  color: #666;
  background-color: #fff;
  /*	height: auto;*/
  border-radius: 5px;
  box-shadow: 0 1px #999;
  display: inline-block;
  /*padding : 0px 0 0 300px;
	margin : 100px 290 0px 0;
	display : inside;*/
  /*	padding : 0px 0 0 190px;
	margin : 100px 290 0px 0;*/
  /*	zoom: auto;*/
  /* display: block;
	display: inline-block;*/
  /*float : center;*/
  /*float: left;*/
}

#containeregistro {
  width: 750px;
  /*border : 10px solid #fff;*/
  text-align: center;
  color: rgb(2, 1, 1);
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px #999;
  display: inline-block;
}
#containercontrol {
  width: 550px;
  text-align: center;
  color: #666;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px #999;
  display: inline-block;
}
#containercontrol #tmenu {
  overflow-x: auto;
}
#formureg {
  width: 97%;
}
#containerarchivos {
  width: 1224px;
  /*border : 10px solid #fff;*/
  text-align: center;
  color: #666;
  background-color: #fff;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 1px #999;
  display: inline-block;
}
#containercliente {
  width: 2000px;
  text-align: center;
  color: #666;
  background-color: #fff;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 1px #999;
  display: inline-block;
}
#containercursos {
  width: 900px;
  text-align: center;
  color: #666;
  background-color: #fff;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 1px #999;
  display: inline-block;
}
#containerusuarios {
  width: 1150px;
  text-align: center;
  color: #666;
  background-color: #fff;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 1px #999;
  display: inline-block;
}

@media (max-width: 767px) {
  body {
    font: 75% "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
    background: url("../images/bbk.png") repeat;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }
  #container {
    width: 440px;
    text-align: center;
    color: #666;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px #999;
    display: inline-block;
  }
  #containeregistro {
    width: 477px;
    text-align: center;
    color: #666;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px #999;
    display: inline-block;
  }
  #containeregistro #top {
    width: 100%;
    height: 45px;
  }
  #containeregistro #recuperaemail {
    max-width: 300px;
    width: 100%;
  }
  #containeregistro input[type="text"] {
    max-width: 150px;
    width: 100%;
  }
  #containeregistro input[type="email"] {
    max-width: 160px;
    width: 100%;
  }
  #containeregistro input[type="tel"] {
    max-width: 125px;
    width: 100%;
  }
  #containeregistro input[type="password"] {
    max-width: 120px;
    width: 100%;
  }
  #containeregistro select {
    max-width: 125px;
    width: 100%;
  }
  #containeregistro #regemp {
    max-width: 260px;
    width: 100%;
  }

  #containeregistro label,
  input {
    display: block;
    padding: 0.5em;
  }
  #containeregistro #formureg {
    overflow-x: auto;
  }

  #containercontrol {
    width: 440px;
    text-align: center;
    color: #666;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px #999;
    display: inline-block;
  }
  #containercontrol #tmenu {
    display: inline-block;
    width: 100%;
    overflow-x: auto;
  }

  #containerarchivos {
    width: 425px;
    /*border : 10px solid #fff;*/
    text-align: center;
    color: #666;
    background-color: #fff;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 1px #999;
    display: inline-block;
  }
  #containerarchivos #table {
    display: inline-block;
    overflow-x: auto;
    overflow-y: none;
  }
  #containerarchivos td.empty {
    width: 205px;
    display: inline-block;
  }

  #containerarchivos #file_drop_target {
    display: inline-block;
    width: 150px;
  }
  #containerarchivos #top2 {
    height: 50px;
    align-items: center;
  }
  #containerarchivos .input-groupa {
    width: 50%;
  }
  #containerarchivos .input-groupa .input-groupa-area {
    width: 100%;
  }
  #containerarchivos .input-groupa .input-groupa-area input {
    width: 100%;
  }
  #containerarchivos input[type="text"] {
    max-width: 130px;
  }
  #containerarchivos input[type="submit"] {
    max-width: 115px;
  }
  #containerarchivos #breadcrumb div {
    padding: 0px 0;
    margin: 0 100px 0 0px;
  }
  #containerarchivos #upload_progress {
    padding: 0px 0;
    margin: 0 10px 0 50px;
  }

  #containerarchivos #uploadall {
    padding: 10px 0;
    margin: 10px 5px 0 175px;
    align-items: center;
  }
  #containerarchivos #rrowaclosetodo {
    align-items: center;
  }
  #containerarchivos #rrowacepttodo {
    align-items: center;
  }
  #containerarchivos #rrow {
    align-items: center;
  }
  #containerarchivos #rrowacept {
    align-items: center;
  }

  #formacceso {
    width: 270px;
    margin: 0 auto;
  }

  .secbenv {
    padding: 0.5em;
  }
  .secusu {
    padding: 0.5em;
  }
  .secpass {
    padding: 0.5em;
  }
  .seclogent {
    padding: 0.5em;
    margin-left: 15px;
  }
  .loginbutton {
    margin: 0 auto;
  }
}

.centerclose {
  /*vertical-align: text-top;*/
  /*vertical-align: middle;*/
  vertical-align: sub;
}
/*TOP BANNER*/
#top {
  text-align: left;
  padding: 0px 0 0 0px;
  height: 35px;
  color: #ffffff;
  background-color: #edcf0e;
  background-repeat: no-repeat;
  border-radius: 5px;
  clear: both;
  box-shadow: 0 3px #e0ad12;
  line-height: 20px;
  /*position: center;
	top: 215px;
	width : 40.3%;*/
}
#top h1 {
  margin: 0;
  font-size: 130%;
  letter-spacing: 5px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 25px;
  padding-top: 5px;
}
/*TOP NAVIGATION*/
#navcontainer {
  border-bottom: 10px solid #fff;
  color: #56c52a;
  background-color: #ccc;
  /*border-radius: 5px;*/
  clear: both;
  padding: 0px 0 0 0px;
}
#navcontainer ul {
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: white;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  background-color: #56c52a;
}
#navcontainer ul li {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
  padding-top: 5px;
}
#navcontainer ul li a {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: white;
  text-decoration: none;
  border-right: 1px solid #fff;
}
#navcontainer ul li a:hover {
  background: #369;
  color: white;
}
#navcontainer #active {
  border-left: 1px solid #fff;
}

#loginnav {
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  color: #eed73a;
  width: 55%;
  margin-top: 3px;
}

.secbenv {
  flex-direction: column;
  display: flex;
  padding: 0.6em;
}
.secusu {
  flex-direction: column;
  display: flex;
  padding: 0.5em;
}
.secpass {
  flex-direction: column;
  display: flex;
  padding: 0.5em;
}
.seclogent {
  flex-direction: column;
  display: flex;
  padding: 0.6em;
}

/*LEFT SIDEBAR*/
#leftnav {
  text-align: center;
  float: left;
  width: 400px;
  margin: 0;
  padding: 0.5em;
  background-color: #ffffff;
  color: #56c52a;
}
#controlnav {
  text-align: center;
  float: left;
  width: 425px;
  margin: 0;
  padding: 0.5em;
  background-color: #ffffff;
  color: #56c52a;
}
#floatmenu {
  color: none;
  background-color: none;
  /*border-radius: 75px;*/
  /*box-shadow: 0 4px #999;*/
  /*float : center;*/
  width: 100%;
  /*text-align: center;*/
  /*border : 30px solid none;*/
  /*margin : 0px 0 0px 0;*/
  /*padding : 0px 0 0 0px;*/
  /*text-align: left;*/
  /*display: inline-block;*/
  /*align-content: left;*/
  /*float:inline-end;*/
}

#floatmenu img {
  display: inline-block;
  text-align: center;
}

input::placeholder {
  color: #000;
  font-size: 1.2em;
  font-style: italic;
  opacity: 0.2;
}

#leftnav p {
  margin: 0 0 1em 0;
}
#leftnavmenu {
  text-align: center;
  list-style: none;
  float: left;
  width: 370px;
  margin: 30px 0 30px 0;
  padding: 0;
  font-size: 0.9em;
}
#leftnavmenu ul {
  list-style: none;
  width: 150px;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1.1em;
}
#leftnavmenu li {
  margin-bottom: 2px;
}
#leftnavmenu li a {
  font-weight: bold;
  height: 20px;
  text-decoration: none;
  color: #56c52a;
  background: #eaeaea url(images/up.gif) no-repeat left center;
  display: block;
  padding: 4px 0 0 30px;
  border-left: 0 solid #8fb8cc;
}
#leftnavmenu li a:hover {
  background: #8fb8cc url(images/right.gif) no-repeat left center;
  color: #fff;
  border-left: 0 solid #003366;
}
/*MAIN CONTENT*/
#content {
  border-left: 10px solid #fff;
  padding: 1em;
  background-color: #fff;
  color: #56c52a;
  margin-left: 270px;
}
#content p {
  padding: 0 2em 0 2em;
}
/*FOOTER*/
#footer {
  text-align: left;
  clear: both;
  margin: 0;
  height: 35px;
  padding: 0;
  font-size: 0.9em;
  /*border-top : 10px solid #fff;*/
  color: #fff;
  background-color: #edcf0e;
  border-radius: 5px;
  line-height: 35px;
  box-shadow: 0 3px #e0ad12;
}
* > html #footer img {
  margin: 0;
}
#footer p {
  padding: 0 0 0 5px;
}
/*TYPOGRAPHY*/
h2 {
  margin: 1em 0 0.5em 0;
  font-size: 130%;
  letter-spacing: 5px;
}
blockquote {
  padding: 5px;
  font-weight: bold;
  font-style: italic;
  color: #b29b35;
}

.quote {
  border-top: 1px solid #8fb8cc;
  padding: 10px;
  color: #036;
}
/*SEARH BAR*/
form {
  float: right;
  margin-bottom: 20px;
  margin-right: 15px;
}
input.search {
  width: 100px;
  border: none;
  background: url(images/input.gif);
  padding: 4px;
}

input.login {
  width: 270px;
  padding: 6px;
  margin: 0 1px 0 1px;
  /*border: 3px solid;*/
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 4px;
  font-weight: bold;
  color: #000;
  box-shadow: 0 3px #e0ad12;
}

input.operacion {
  padding: 9px 3px;
  margin: 0 1px 0 1px;
  /* border: 3px solid;*/
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 4px;
  font-weight: bold;
  color: #000000;
  box-shadow: 0 3px #e0ad12;
}

input.filtro {
  padding: 9px 3px;
  margin: 0 1px 0 1px;
  border: 3px solid;
  background-color: #ffffff;
  border-color: #edcf0e;
  border-radius: 8px;
  font-weight: bold;
  color: #000000;
  box-shadow: 0 3px #c7c7c7;
}

/*QuickReset
		
		<div class="input-group">
  <div class="input-group-icon">@</div>
  <div class="input-group-area"><input type="text" placeholder="Email Address"></div>
</div>
	
<div class="input-group">
  <div class="input-group-icon">Income:</div>
  <div class="input-group-area"><input type="text" value="0.00"></div>
  <div class="input-group-icon">$</div>
</div>
*/

.input-group {
  display: table;
  border-collapse: collapse;
  width: 40%;
}
.input-group > div {
  display: table-cell;
  border: 1px solid #ddd;
  vertical-align: middle; /* needed for Safari */
}
.input-group-icon {
  background: #eee;
  color: #777;
  padding: 0 12px;
}
.input-group-area {
  width: 100%;
}
.input-group input {
  border: 0;
  display: block;
  width: 100%;
  padding: 8px;
}

.input-groupbuscar {
  display: table;
  border-collapse: collapse;
  width: 40%;
}
.input-groupbuscar > div {
  display: table-cell;
  border: 1px solid #ddd;
  vertical-align: middle; /* needed for Safari */
}
.input-groupbuscar-icon {
  background: #eee;
  color: #777;
  padding: 0 12px;
  width: 50%;
}
.input-groupbuscar-area {
  width: 100%;
}
.input-groupbuscar input {
  border: 0;
  display: block;
  width: 100%;
  padding: 8px;
}

input.logins2 {
  width: 175px;
  border: none;
  background: url(images/barra.png);
  padding: 4px;
}
/*LINKS*/
a:link,
a:visited {
  color: #2480ad;
  background: transparent;
  text-decoration: none;
}
a:hover {
  color: #036;
  background: #8fb8cc;
  text-decoration: none;
}
a img {
  border: none;
}
/*IMAGESS*/
.imgleft {
  float: left;
  padding: 5px;
  margin-right: 10px;
}
/*CLASS*/
.post {
  background-color: #eee;
  padding: 3px;
  margin: 20px 10px 0 5px;
  border: 0 dashed #8a795d;
  font-size: 80%;
}
.post .date {
  background: url(images/clock.gif) no-repeat left center;
  padding-left: 15px;
  margin: 0 15px 0 5px;
}
.post .comments {
  background: url(images/comment.gif) no-repeat left center;
  padding-left: 15px;
  margin: 0 15px 0 5px;
}
.post .readmore {
  background: url(images/document.gif) no-repeat left center;
  padding-left: 15px;
  margin: 0 15px 0 5px;
}
.evento {
  background-color: #56c52a;
}

.loginbutton {
  width: 250px;
  font-family: Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
  display: inline-block;
  padding: 4px 15px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #edcf0e;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px #e0ad12;
  margin: 0 auto;
}

.loginbutton:hover {
  background-color: #e0ad12;
}

.loginbutton:active {
  background-color: #eec64e;
  box-shadow: 0 4px #666;
  transform: translateY(4px);
}

.registro {
  font-family: Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
  display: inline-block;
  padding: 10px 15px;
  font-size: 25px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #edcf0e;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px #e0ad12;
  width: 270px;
}

.registro:hover {
  background-color: #e0ad12;
}

.registro:active {
  background-color: #e0ad12;
  box-shadow: 0 4px #666;
  transform: translateY(4px);
}

.menubuttons {
  display: inline-block;
  padding: 10px 15px;
  font-size: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #edcf0e;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #e0ad12;
}

.menubuttons:hover {
  background-color: #e0ad12;
}

.menubuttons:active {
  background-color: #e0ad12;
  box-shadow: 0 4px #666;
  transform: translateY(4px);
}

.operacionbuttons {
  padding: 9px 3px;
  margin: 0 1px 0 1px;
  border: 1px solid;
  background-color: #ffffff;
  border-color: #b4b4b4;
  border-radius: 4px;
  font-weight: bold;
  color: #000000;
  box-shadow: 0 3px #e0ad12;
}

.operacionbuttons:hover {
  background-color: #eec64e;
}

.operacionbuttons:active {
  background-color: #eec64e;
  box-shadow: 0 3px #666;
  transform: translateY(4px);
}

.encabezados {
  background: #ccc;
  color: #000000;
}

.tdbreak {
  word-break: break-all;
}

#resultado.no {
  background-color: red;
  font-weight: bold;
  border-radius: 8px;
}
#resultado.ok {
  background-color: green;
  border-radius: 8px;
}

#resultadorfc.no {
  background-color: red;
  font-weight: bold;
  border-radius: 8px;
}
#resultadorfc.ok {
  background-color: green;
  border-radius: 8px;
}

/* INTRODUCCION */

.cards {
  display: flex;
  justify-content: space-evenly;
}

.cards .card {
  background: #06776e;
  display: flex;
  width: 96%;
  height: 240px;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
}

.cards .card img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 50%;
  display: block;
}

.cards .card .continuar {
  width: 80px;
  height: 80px;
  border: none;
  object-fit: contain;
  border-radius: none;
  display: block;
}

.cards .card > .contenido-texto-card {
  width: 70%;
  color: #fff;
}

.cards .card > .contenido-texto-card p {
  font-weight: 300;
  padding-top: 5px;
  font-size: 19px;
}

#flechamov {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Opera, Chrome, and Safari */
}

.floatflecha {
  object-fit: cover;
  border: 3px solid #98c7c3;
  border-radius: 50%;
  float: right;
  width: 16%;
  font-size: 14px;
  align-items: center;
  height: auto;
  margin: 0px 100 20px 0;
  padding: 0px 0 0 0px;
  text-align: center;
  display: inside;
  align-content: center;
}

/* PREGUNTAS */

.cardspreg {
  display: flex;
  justify-content: space-evenly;
}

.cardspreg .cardpreg {
  background: #06776e;
  display: flex;
  width: 99%;
  height: 70px;
  align-items: center;
  align-content: left;
  /*justify-content: space-evenly;*/
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
}

.cardspreg .cardpreg img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 50%;
  display: block;
}

.cardspreg .cardpreg .continuar {
  width: 180px;
  height: 180px;
  border: none;
  object-fit: contain;
  border-radius: none;
  display: block;
}

.cardspreg .cardpreg > .contenido-texto-card {
  width: 95%;
  color: #fff;
  text-align: left;
}

.cardspreg .cardpreg > .contenido-texto-card p {
  font-weight: 500;
  padding-top: 2px;
  font-size: 20px;
}

.rad-label {
  display: flex;
  align-items: center;
  border-radius: 100px;
  padding: 14px 16px;
  margin: 10px 0;
  cursor: pointer;
  transition: 0.3s;
}

.rad-label:hover,
.rad-label:focus-within {
  background: #06776e6b;
}

.rad-input {
  position: absolute;
  left: 0;
  top: auto;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

.rad-design {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  background: linear-gradient(
    to right bottom,
    hsl(154, 97%, 62%),
    hsl(225, 77%, 31%)
  );
  position: relative;
}

.rad-design::before {
  content: "";

  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: hsl(0, 3%, 76%);
  transform: scale(1.1);
  transition: 0.3s;
}

.rad-input:checked + .rad-design::before {
  transform: scale(0);
}

.rad-text {
  color: hsl(0, 0%, 0%);
  margin-left: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 1000;
  transition: 0.3s;
  text-align: left;
}

.rad-input:checked ~ .rad-text {
  color: hsl(0, 1%, 47%);
}

.rad-labelc {
  display: flex;
  align-items: center;
  border-radius: 100px;
  padding: 14px 16px;
  margin: 10px 0;
  cursor: none;
  transition: 0.3s;
}

.rad-inputc {
  position: absolute;
  left: 0;
  top: auto;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

.rad-labelc:hover,
.rad-labelc:focus-within {
  background: #0f770685;
}
.rad-designc {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  background: linear-gradient(
    to right bottom,
    hsl(123, 97%, 62%),
    hsl(101, 90%, 39%)
  );
  position: relative;
}

.rad-designc::before {
  content: "";

  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: hsl(0, 3%, 76%);
  transform: scale(1.1);
  transition: 0.3s;
}

.rad-inputc:checked + .rad-designc::before {
  transform: scale(0);
}

.rad-textc {
  color: hsl(0, 0%, 0%);
  margin-left: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 1000;
  transition: 0.3s;
  text-align: left;
}

.rad-inputc:checked ~ .rad-textc {
  color: hsl(118, 87%, 40%);
  background: #0f770685;
  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
}

/*no*/
.radlabel {
  display: flex;
  align-items: center;
  border-radius: 100px;
  padding: 14px 16px;
  margin: 10px 0;
  cursor: none;
  transition: 0.3s;
}

.radinput {
  position: absolute;
  left: 0;
  top: auto;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

.radlabel:hover,
.radlabel:focus-within {
  background: #77060685;
}
.raddesign {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  background: linear-gradient(
    to right bottom,
    hsl(0, 91%, 46%),
    hsl(0, 90%, 39%)
  );
  position: relative;
}

.raddesign::before {
  content: "";

  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: hsl(0, 3%, 76%);
  transform: scale(1.1);
  transition: 0.3s;
}

.radinput:checked + .raddesign::before {
  transform: scale(0);
}

.radtext {
  color: hsl(0, 0%, 0%);
  margin-left: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 1000;
  transition: 0.3s;
  text-align: left;
}

.radinput:checked ~ .radtext {
  color: hsl(0, 87%, 40%);
  background: #77060685;
  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
}

input.operacionsi {
  padding: 9px 3px;
  margin: 0 1px 0 1px;
  border: 3px solid;
  background-color: #ffffff;
  border-color: #edcf0e;
  border-radius: 8px;
  font-weight: bold;
  color: #000000;
  cursor: none;
  text-align: center;
  box-shadow: 0 17px #02fd0f;
}

input.operacionno {
  padding: 9px 3px;
  margin: 0 1px 0 1px;
  cursor: none;
  border: 3px solid;
  background-color: #ffffff;
  border-color: #edcf0e;
  border-radius: 8px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  box-shadow: 0 17px #c40505;
}

.bdescargar {
  display: inline-block;
  padding: 10px 15px;
  font-size: 25px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #ff0505;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px rgb(153, 153, 153);
}

.bdescargar:hover {
  background-color: #ff00009f;
}

.bdescargar:active {
  background-color: #ff00009f;
  box-shadow: 0 4px rgb(153, 153, 153);
  transform: translateY(4px);
}

.bvisor {
  display: inline-block;
  padding: 10px 15px;
  font-size: 25px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #001aff;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px rgb(153, 153, 153);
}

.bvisor:hover {
  background-color: #001aff67;
}

.bvisor:active {
  background-color: #001aff67;
  box-shadow: 0 4px rgb(153, 153, 153);
  transform: translateY(4px);
}

label {
  cursor: pointer;
  /* Style as you please, it will become the visible UI component. */
}

#upload-photo {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
#upload-photo1 {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
#upload-photo2 {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.modal-busy {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(206, 206, 206, 0.664);
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.8;
}
.center-busy {
  z-index: 1000;
  margin: 300px auto;
  padding: 0px;
  width: 130px;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.center-busy img {
  height: 128px;
  width: 128px;
}

.modal-busy2 {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(206, 206, 206, 0.664);
  /* filter: alpha(opacity=60);
            opacity: 0.6;
            -moz-opacity: 0.8;*/
}
.center-busy2 {
  z-index: 1000;
  margin: 300px auto;
  padding: 0px;
  width: 130px;
  /*  filter: alpha(opacity=100);
            opacity: 1;
            -moz-opacity: 1;*/
}

.center-docu {
  z-index: 2000;
  /*  margin: 300px auto;*/
  position: fixed;
  /*left:25%;*/
  left: 0%;
  top: 2.5%;
  /*	filter: alpha(opacity=100);
            opacity: 1;
            -moz-opacity: 1;*/
  /*width:76%;*/
  width: 100%;
  height: 98%;
}

.center-docu2 {
  z-index: 2000;
  /*  margin: 300px auto;*/
  position: fixed;
  left: 0.5%;
  top: 1%;
  /*	filter: alpha(opacity=100);
            opacity: 1;
            -moz-opacity: 1;*/
  width: 0%;
  height: 98%;
  overflow-x: auto;
}

.center-docu iframe {
  height: 99%;
  width: 99.5%;
  /*left:20%;*/
}
.center-docu img {
  height: 70%;
  width: 54%;
  border-radius: 3px;
  /*left:27%;*/
}
.center-docu video {
  height: 70%;
  width: 88%;
  border-radius: 3px;
  /*left:27%;*/
}

.center-docu2 img {
  height: 40%;
  width: 95%;
  border-radius: 5px;
}
.center-docu2 video {
  height: 40%;
  width: 95%;
  border-radius: 5px;
}
/*	.center-docu2 img:hover {
			box-shadow: 0 4px #001aff67;
			transform: translateY(4px);	  
		
		}*/
/*.center-docu2 iframe:hover {
			box-shadow: 0 4px #001aff67;
			transform: translateY(4px);	  
		
		}*/

.center-docu2 #visornom:hover {
  box-shadow: 0 4px #081abd;
  transform: translateY(4px);
}

#visornom {
  font-size: 18px;
  letter-spacing: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.966);
  box-shadow: 0 4px rgb(25, 0, 168);
  font-weight: bold;
  word-break: break-all;
}

.center-busy2 .close {
  z-index: 3000;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  background: #222;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.center-busy2 .editar {
  z-index: 3000;
  cursor: pointer;
  position: absolute;
  right: 90px;
  top: 87%;
  width: 80px;
  height: 80px;
  background: rgba(10, 10, 10, 0.521);
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
}

.center-busy2 .editar2 {
  z-index: 3000;
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 87%;
  width: 80px;
  height: 80px;
  background: rgba(0, 183, 255, 0.541);
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 105px;
  text-align: center;
  border-radius: 50%;
}

.center-busy2 .editar3 {
  z-index: 3000;
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 74%;
  width: 80px;
  height: 80px;
  background: rgba(255, 238, 0, 0.76);
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 105px;
  text-align: center;
  border-radius: 50%;
}
.center-busy2 .editar4 {
  z-index: 3000;
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 74%;
  width: 80px;
  height: 80px;
  background: rgba(9, 255, 0, 0.76);
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 105px;
  text-align: center;
  border-radius: 50%;
}

#formusers {
  width: 100%;
  position: center;
  margin: 0 1px 0 1px;
  height: auto;
}

.multiselect {
  width: 105px;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
}

.selectBox:active {
  background-color: #3e8e41;
  box-shadow: 0 3px #666;
  transform: translateY(4px);
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
}

#checkboxes label {
  display: block;
  position: relative;
  z-index: 2;
  width: 250px;
}

#checkboxes2 {
  display: none;
  border: 1px #dadada solid;
}

#checkboxes2 label {
  display: block;
  position: relative;
  z-index: 2;
  width: 200px;
}

#checkboxes3 {
  display: none;
  border: 1px #dadada solid;
}

#checkboxes3 label {
  display: block;
  position: relative;
  z-index: 2;
  width: 200px;
}

.multiselect2 {
  width: 105px;
}

.selectBox2 {
  position: relative;
}

.selectBox2 select {
  width: 100%;
  font-weight: bold;
}

.selectBox2:active {
  background-color: #3e8e41;
  box-shadow: 0 3px #666;
  transform: translateY(4px);
}

.overSelect2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#checkboxes4 {
  display: none;
  border: 1px #dadada solid;
}

#checkboxes4 label {
  display: block;
  position: relative;
  z-index: 3;
  width: 200px;
}

#checkboxes5 {
  display: none;
  border: 1px #dadada solid;
}

#checkboxes5 label {
  display: block;
  position: relative;
  z-index: 3;
  width: 130px;
}

#checkboxes6 {
  display: none;
  border: 1px #dadada solid;
}

#checkboxes6 label {
  display: block;
  position: relative;
  z-index: 3;
  width: 130px;
}
