
.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 > thead > tr > th { font-size: 12px;}

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

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

  