
.loading { display:flex;  justify-content: center;  align-items: center; }

.img-loading {display: none; }

aside{display: none!important}

.page-item.active .page-link { z-index: 3; color: #ffffff; background: #3b3f5c; border-color: #3b3f5c}

.sidebar .logo, .off-canvas-sidebar .logo {
  padding: 0;
  margin: 0;
  z-index: 4;
  margin-top: -40px;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.navbar-right {
  margin-right: 0;
}

.panel_toolbox {
  float: right;
  min-width: 70px;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}

.btn.btn-app {
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #fafafa;
  font-size: 12px;
}

.btn.btn-app {
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #fafafa;
  font-size: 12px; }

.btn.btn-app > .fa, .btn.btn-app > .glyphicon, .btn.btn-app > .ion {
  font-size: 20px;
  display: block; }

.btn.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa; }

.btn.btn-app:active, .btn.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400; }

  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.btn-lg {
  font-size: 0.7rem;
  border-radius: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 3px;
  height: 35px;
}

.section-image {
  background-image: url(../images/volcan.jpg);
}

.section-image:after {
  background-color: rgba(0, 0, 0, 0.1); 
}



.picture1 {
  
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    z-index: 5;
    text-align: center;
    border-radius: 50%;
    
}

.picture-container {
  position: relative;
  cursor: pointer;
  text-align: right;
  
}

.picture {
  background-color: #999999;
  border: 1px solid #E3E3E3;
  color: #FFFFFF;
  position: absolute;
  margin: 5px 0 0 15px; 
}

.form-group input[type=file] {
  opacity: 1; 
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.fullscreen-modal .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .fullscreen-modal .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fullscreen-modal .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fullscreen-modal .modal-dialog {
     width: 1170px;
  }
}

.nav-tabs-wrapper {display: inline; }


#home-app .sidebar-mini {
  background-color: aqua;
}

.bg-yellow {
  background-color: #FFE633;
  color:#301616
}

.bg-orange {
  background-color: #F2CA96;
  color:#301616
}

.voto-candidato {
  margin-top: 200px;
  margin-bottom: 200px;
}

.swal2-icon.swal2-warning {
  font-size: 1rem;
  line-height: 5em;
}

.swal2-icon.swal2-info {
  font-size: 1rem;
  line-height: 5em;
}

.titulo-login {
    font-family: "Titillium Web",Tahoma,Verdana,sans-serif;
    margin-top: 2.4rem;
    margin-bottom: 1.2rem;
    line-height: 1.4rem;
    text-rendering: optimizelegibility;
    font-weight: 400;
    font-size: 1rem;;
    color: #333;
    
}

.required label { font-weight: bold; } 
.required label:after { color: #e32; content: ' *'; display:inline; }

p.resultados {
  font-size: 23pt;
  text-transform: uppercase;
  text-shadow: 10px 11px 18px rgba(300, 180, 100, 1),
  -10px -11px 18px red;
  margin-top: 40px;
  margin-bottom: 40px;
  }

  .table.table-disponibilidad > thead > tr > th { font-size: 12px;}

  tbody > tr > td, .table.table-disponibilidad > tfoot > tr > td {
    font-size: 0.75rem;
}

.picture-container {
  position: relative;
  cursor: pointer;
  text-align: center;
}


#tabs .nav-link {
  background: #c8e3fb;
  color: #333;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: #020001 solid 3px;
  transition: ease-in all 0.5s;
  line-height: 20px;
  border-radius: 4px;
  box-shadow: inset 0 0 10px #87c8ff;
  margin: 0px 2px;
}

#tabs .nav-link.active {
  background: #2736A5;
  color: #fff; 
}

#accordion .card .card-header:not([data-background-color]) {
  background: #87c8ff;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font-size: 12px;
  margin: 11px 6px;
  border: none;
  box-shadow: 1px 2px 8px #acaaaa;
}


#accordion ul {
  padding: 5px;
  margin-left: 15px;
  list-style-type: disc;
}

#accordion li {
  color:  #2736A5;
  text-align: left;
  font-size: 12px;
  list-style: none;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  list-style-type: disc;
}


.sombraElegante {
  text-shadow: 2px 2px;             /* Equivalente a 4px 4px 0 black */
  text-shadow: 2px 2px 1px;         /* Equivalente a 4px 4px 2px black */
  text-shadow: 2px 2px 3px #000;
  font-size: 1em;
  letter-spacing: 0.0825em;
}


.btn-primary.btn-link {
  color: #0076b5;
}

.btn-primary.btn-link2 {
  color: #cc2126
}


/*------------------------------------------*/
.botonesMain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  width: 100%;
}

.botonesMain div {
  margin: 0px 20px;
}

.botonesMain img {
  width: 30px;
  height: 30px; 
}

.botonesMain span {
  margin-left: 5px;
  margin-top: 5px;
  font-weight: 700;
}

/*--------------------------------------------------------------------------------*/

/*** Styling Radio & Checkbox Input Fields (start here) ***/


#prueba table.table-disponibilidad{
  font-style: normal;
  border-collapse:separate;
  /*
  font-family: "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  
  */
}

#prueba table.table-disponibilidad thead th, table.table-disponibilidad tbody th {
  text-align: center;
  border-top-left-radius:5px;
  border-top-right-radius:5px;

  /*
  border:1px solid #fff;
  background-color:#000;
  color:#fff;
  text-shadow:1px 1px 1px #1a73e8;
 
  font-size: 1em;
  background:-webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.02, rgb(21,27,56)),
      color-stop(0.51, rgb(47,102,173)),
      color-stop(0.87, rgb(64,157,207))
      );
  background: -moz-linear-gradient(
      center bottom,
      rgb(21,27,56) 2%,
      rgb(47,102,173) 51%,
      rgb(64,157,207) 87%
      );
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  */
}


#prueba table.table-disponibilidad thead th:empty{
  background:transparent;
  border:none;
}

#prueba table.table-disponibilidad tbody td{
  text-align:center;
  border: 2px solid #E7EFE0;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
}



#prueba label {
  cursor: pointer;
  transition: all 0.5s ease 0s;
  text-align: center;
  /*
  font-weight: 600;
	color: #777777;
 
  margin-bottom: 11px;
  width: 100%;	
  box-sizing: border-box;
  float: left;	
	background: #e6e6e6;
	padding: 0 0.6em;
  */
 
}

#prueba input[type="radio"],
#prueba input[type="checkbox"] {
	display: none;
}


#prueba input[type="radio"] + label,
input[type="checkbox"] + label {
	/*line-height: 3em;*/
}

#prueba input[type="radio"] + label {
	border-radius: 50px;
}

#prueba input[type="radio"]:disabled + label,
#prueba input[type="checkbox"]:disabled + label {
	color: #ccc !important;
	cursor: not-allowed;
}


#prueba input[type="radio"]:checked:disabled + label:after,
#prueba input[type="checkbox"]:checked:disabled + label:after {
	border-color: #ccc;
}

#prueba input[type="radio"] + label:before,
#prueba input[type="checkbox"] + label:before {
	content: "";
	width: 26px;
	height: 26px;
	float: left;
	margin-right: 0.5em;
	border: 2px solid #ccc;
	background: #fff;
	margin-top: 0.5em;
  
}

#prueba input[type="radio"] + label:before {
	border-radius: 100%;
}

#prueba input[type="radio"]:checked + label,
#prueba input[type="checkbox"]:checked + label {
	/*background: #c1eec2;*/
}


#prueba input[type="checkbox"]:checked + label:after {
 	content: "";
	width: 12px;
	height: 6px;
	border: 4px solid #0291ca;
  margin-left: -1.95em;
  border-right: 0;
	border-top: 0;
  margin-top: 1em;
  transform: rotate(-55deg);
	float: left;
}

#prueba input[type="radio"]:checked + label:before,
#prueba input[type="checkbox"]:checked + label:before {
	border-color: #0291ca;
}

#prueba input[type="radio"]:checked:disabled + label,
#prueba input[type="checkbox"]:checked:disabled + label {
 	background: #ccc;
	color: #fff !important;
}

#prueba input[type="radio"]:checked:disabled + label:before,
#prueba input[type="checkbox"]:checked:disabled + label:before {
	border-color: #bdbdbd;
}


.loteNOX {
  background-color: #D3D3D3;
}

.loteNO0 {
  background-color: #87CEFA;
}

.loteNO20 {
  background-color: #D3D3D3;
}

.loteNO1 {
  background-color: #87CEFA;  
}

.loteNO2 {
  background-color: #87CEFA;  
}

.loteNO3 {
  background-color: #87CEFA;  
}

.loteNO4 {
  background-color: #87CEFA;  
}

.loteNO5 {
  background-color: #87CEFA;  
}

.loteNO6 {
  background-color: #87CEFA;  
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #008B8B;
  color: #fff;
}



/*------------------------------------------------------------------------------------------------------------*/

#asignarModulo table.table-asignarModulo {
  font-style: normal;
  border-collapse:separate;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
}



#asignarModulo table.table-asignarModulo thead th, table.table-asignarModulo tbody th {
  text-align: center;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
 
  border:1px solid #ccc;
  background-color:#ccc;
  color:#fff;
  
  
  font-size: 1em;
  background:-webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.02, rgb(21,27,56)),
      color-stop(0.51, rgb(47,102,173)),
      color-stop(0.87, rgb(64,157,207))
      );
  background: -moz-linear-gradient(
      center bottom,
      rgb(21,27,56) 2%,
      rgb(47,102,173) 51%,
      rgb(64,157,207) 87%
      );
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  
}


#asignarModulo table.table-asignarModulo thead th:empty{
  background:transparent;
  border:none;
}

#asignarModulo table.table-asignarModulo tbody td{
  text-align:center;
  border: 1px solid #ccc;
  -moz-border-radius:1px;
  -webkit-border-radius:1px;
  border-radius:1px;
}

#first .buttonBox{
  margin: 0 20px 40px;
  max-width: 200px;
  min-width: 150px;
  flex: 20%;
}

#first button{
  width:100%;
  height:50px;
  background:#343a40;
  text-transform:uppercase;
  color:white;
  font-weight:700;
  letter-spacing:1px;
  border:none;
  font-size:15px;
  outline:none;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  cursor: pointer;
}


#first:hover button{
  background-color: #aba7a4;
  color: #343a40;
}

.table-datos {
  margin-top: 5px;
}

.bg-titulo {
  background-color: #343a40;
  color: white;
  text-align: right;
}
.bg-description {
  background-color: #008c8c;
  color: white;
  text-align: left;
  margin-left: 2px;
}
