
.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;
}

.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; }


/*----------------------------------------------------------------------------------------------*/

.header-title {
  color: #000;
  display: flex;
  flex-direction: column
}

.header-title h3 {
  align-items: center;
  display: flex;
  color: rgb(51, 204, 204);
  font-weight: 600;
  line-height: 1.2;
}

.header-title h3>span {
  font-size: 1rem;
  margin-left: 7px
}
.title-1 {
  font-size: 1rem;
}

.title-2 {
  font-size: .8rem;
}

.title-1, .title-2 {
  color: #000;
  font-weight: 600;
}

.MuiGrid-item {
  padding-top: 8px;
}


.contents {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 85%;
}

@media (min-width: 900px){
  .MuiGrid-item { padding-left: 24px;}
}

@media (min-width: 600px){
  .MuiGrid-item {padding-left: 16px;}
}

@media (min-width: 0px){
  .MuiGrid-item { padding-left: 8px;}
}

.MuiGrid-item { padding-top: 8px;}

@media (min-width: 1200px){
  .css-7vy65v {
    flex-basis: 58.3333%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 58.3333%;
  }
}


@media (min-width: 900px){
  .css-7vy65v {
    flex-basis: 58.3333%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 58.3333%;
  }
}


@media (min-width: 600px){
  .css-7vy65v {
    flex-basis: 58.3333%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 58.3333%;
  }
}

.css-7vy65v {
    box-sizing: border-box;
    margin: 0px;
    flex-direction: row;
    flex-basis: 58.3333%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 58.3333%;
}

.css-1nc90q {
  padding: 16px;
  border: 1px dashed grey;
  border-radius: 10px;
  height: 120px;
  user-select: none;
  background-color: rgb(255, 255, 255);
}

.box-types {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
}

.box-types:hover {
  background-color: rgba(25, 118, 210, .04);
  text-decoration: none
}

.box-types:focus {
  outline: 0 auto -webkit-focus-ring-color!important
}


.css-3vlblt {
    margin: 0px 0px 0.35em;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.00938em;
}

.info-small {
  color: #626364;
  font-size: 12px;
  font-weight: 600;
}

.box-types {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
}

.css-pj2llq {
  padding: 16px;
  border: 1px dashed grey;
  border-radius: 10px;
  height: 120px;
  user-select: none;
}

.icon {
  width: 15%;
}

.css-1qaa8by {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 45px;
}

img, svg {
  vertical-align: middle;
}

@media (min-width: 900px){
 .MuiGrid-item { padding-left: 24px;}
}

@media (min-width: 600px){
  .MuiGrid-item { padding-left: 16px;}
}


@media (min-width: 0px){
  .css-j5ykss > .MuiGrid-item { padding-left: 8px;}
}

.MuiGrid-item {  padding-top: 8px; }

@media (min-width: 1200px){
  .css-1s50f5r {
    flex-basis: 50%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 50%;
  }
}

@media (min-width: 900px){
  .css-1s50f5r {
    flex-basis: 50%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 50%;
  }
}


@media (min-width: 600px){
  .css-1s50f5r {
    flex-basis: 50%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 50%;
  }
}

.css-1s50f5r {
    box-sizing: border-box;
    margin: 0px;
    flex-direction: row;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 50%;
}

.css-j5ykss {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 50px;
}

.css-j0xtvs {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 60px;
}

.sombra{
  text-shadow: 0.5px 0.5px 0.5px #ccc;
}

.titleLabel{
    display: inline-block !important;
    margin-bottom: 5px !important;
    font-weight: 500 !important;
    color: #3358FF!important;
}

.picture-container {
  position: relative;
  cursor: pointer;
  text-align: center;
}
