/*---[AJUSTAR BODY]---*/

body{
  margin-top: 80px;
  overflow-y:scroll;
}

@-webkit-keyframes error {
    0% { color: white; }
    50% { color: #ffafaf; }
    100% { color: white; }
}
@-moz-keyframes error {
  0% { color: white; }
  50% { color: #ffafaf; }
  100% { color: white; }
}
@-ms-keyframes error {
  0% { color: white; }
  50% { color: #ffafaf; }
  100% { color: white; }
}
@-o-keyframes error {
  0% { color: white; }
  50% { color: #ffafaf; }
  100% { color: white; }
}
@keyframes error {
  0% { color: white; }
  50% { color: #ffafaf; }
  100% { color: white; }
}

.statusErr{
  -webkit-animation: error 1s infinite;
    -moz-animation: error 1s infinite;
    -o-animation: error 1s infinite;
    -ms-animation: error 1s infinite;
    animation: error 1s infinite;
  font-size: 150%;
}

.ajax-loader {
  display:table;
  visibility: visible;
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999998;
  width: 100%;
  height:100%;
}

.status{
  color: white; font-size: 150%;
}


.flex {
  display:flex;
  align-items: center;
}

.space-around{
  justify-content:space-around;
}

.space-between {
  justify-content: space-between;
}

.flex-center, .middle{
  justify-content: center;
}

.flex-right{
  align-items:flex-start;
  justify-content: flex-end;
}

#ajaxProgress{
  display:block;
  visibility: visible;
  background-color: rgba(217, 83, 79,1);
  position: fixed;
  color:white;
  text-align:center;
  top: calc(100% - 20px);
  left: 0;
  z-index: 999999;
  width: 100%;
  height:20px;
  font-size:12px;
}

.ajaxFinished{
  background-color:rgb(92, 184, 92) !important;
}

#ajaxProgress > p{
  padding-top:2px;
}


.ajax-div{
  display:table-cell;
  text-align: center;
  vertical-align: middle;
  text-color: white;
  color: white;
  z-index: 9999998;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track{
  background-color: rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.modal-body{
  border-radius: 0;
}

.modal-content{
  background-color: rgba(255,255,255,1);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 0px !important;
  border-radius: 0px !important;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
}

.fade.in {
  opacity: 1;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-backdrop.in {
  opacity: 0.5;
}

.navbar-nav > li{
  padding-left:10px;
  padding-right:10px;
}

.disabled{
  pointer-events: none;
}

.menu_logo{
  max-width: 100%;
}
input[type="textbox"]:disabled{
  background-color:white !important;
}

input[type="textbox"]:read-only{
  background-color:white !important;
}

.menu_bt_2x{
  width: 50%;
  height: 100%;
  font-size: 20px;
  float:left;
  border:0;
  border-radius: 0;
  cursor: pointer;
}

.vivo{
  text-align: center;
  font-size: 25px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.total_electores{
  width:60% !important;
  border-radius:5px;
}
