* {box-sizing: border-box;}

.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  /*cursor: none;*/
  /*Set the size of the magnifier glass:*/
  width: 250px;
  height: 250px;
  z-index:6
}
#imagen_documento{
  z-index:5
}
#div-*body{
  height: 400px;
  width: 600px;
}
/*#numero_usuarios0_paginate .paginate_button .previous .paginate_button:hover {
    color: white !important;
    border: 1px solid #2980B9!important;
    background-color: #2980B9!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2980B9), color-stop(100%, #2980B9))!important;
    background: -webkit-linear-gradient(top, #2980B9 0%, #2980B9 100%)!important;
    background: -moz-linear-gradient(top, #2980B9 0%, #2980B9 100%)!important;
    background: -ms-linear-gradient(top, #2980B9 0%, #2980B9 100%)!important;
    background: -o-linear-gradient(top, #2980B9 0%, #2980B9 100%)!important;
    background: linear-gradient(to bottom, #2980B9 0%, #2980B9 100%)!important;
}*/
#numero_usuarios0_next{
  color:white !important;
}
#numero_usuarios0_previus{
  color:white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
  color:white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
  color:white !important;
}
/*
Full screen Modal
*/
.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;
  }
}
