.columna_right{
  padding-bottom: 70px;
  /* margin-top: 65px !important; */
}

.d-none{
  display: none!important;
}

.inactividad-modal{
position: absolute;
z-index:1050;
background-color: rgba(0,0,0,.7);
width: 0;
height: 0;
top: 0;
left: 0;
-webkit-animation-name: bounce-in-inactividad;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-name: bounce-in-inactividad;
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes bounce-in-inactividad{
0% { display: block;width: 0px;height: 0px;left: 50%;top: 50%; }
100% { display: block;width: 100%;height: 100%;left: 0;top: 0; }
}

@keyframes bounce-in-inactividad{
0% { display: block;width: 0px;height: 0px;left: 50%;top: 50%; }
100% { display: block;width: 100%;height: 100%;left: 0;top: 0; }
}

@-webkit-keyframes bounce-out-inactividad{
0% { display: block;width: 0px;height: 0px;left: 50%;top: 50%; }
100% { display: block;width: 100%;height: 100%;left: 0;top: 0; }
}

@keyframes bounce-out-inactividad{
0% { display: block;width: 0px;height: 0px;left: 50%;top: 50%; }
100% { display: block;width: 100%;height: 100%;left: 0;top: 0; }
}



.atom-spinner, .atom-spinner * {
  box-sizing: border-box;
}

.atom-spinner {
  height: 100px;
  width: 100px;
  overflow: hidden;
  margin: auto;
}

.atom-spinner.mini{
  height: 25px;
  width: 25px;
}

.atom-spinner .spinner-inner {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.atom-spinner .spinner-circle {
  display: block;
  position: absolute;
  color: #1565C0;
  font-size: calc(60px * 0.24);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.atom-spinner .spinner-line {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation-duration: 1s;
  border-left-width: calc(60px / 25);
  border-top-width: calc(60px / 25);
  border-left-color: #1565C0;
  border-left-style: solid;
  border-top-style: solid;
  border-top-color: transparent;
}

.atom-spinner .spinner-line:nth-child(1) {
  animation: atom-spinner-animation-1 1s linear infinite;
  transform: rotateZ(120deg) rotateX(66deg) rotateZ(0deg);
}

.atom-spinner .spinner-line:nth-child(2) {
  animation: atom-spinner-animation-2 1s linear infinite;
  transform: rotateZ(240deg) rotateX(66deg) rotateZ(0deg);
}

.atom-spinner .spinner-line:nth-child(3) {
  animation: atom-spinner-animation-3 1s linear infinite;
  transform: rotateZ(360deg) rotateX(66deg) rotateZ(0deg);
}

@keyframes atom-spinner-animation-1 {
  100% {
    transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
  }
}

@keyframes atom-spinner-animation-2 {
  100% {
    transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
  }
}

@keyframes atom-spinner-animation-3 {
  100% {
    transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
  }
}
.loading{
width: 100%;
text-align: center;
align-items: center;
justify-content: center;
vertical-align: middle;
}
.loading-textx{
	font-size: 20px;
	color: #546E7A !important;
	margin-top: 15px;
	text-transform: uppercase;
}


/*
|---------------------------------------|
|                                       |
|       Bottones MasterClass            |
|                                       |
|---------------------------------------|
*/

.masterclass-round-button{
  background-color: #ECEFF1;
  width: 25px;
  height: 25px;
  margin: 0px 3px 0px 3px;
  font-size: 10px;
  border-radius: 50%;
  border: none;
  outline: none;
  transition: background-color .3s ease;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
}
.masterclass-button-medium{
  width: 30px;
  height: 30px;
  font-size: 13px;
}
.masterclass-round-button:hover{
  background-color: #CFD8DC;
}

.masterclass-gray-text{
  color: #37474F;
}
.masterclass-warning-text{
  color: #FFC107;
}
.masterclass-error-text{
  color: #F44336;
}
.masterclass-success-text{
  color: #4CAF50;
}
.masterclass-info-text{
  color: #2196F3;
}
.masterclass-success-text{
  color: #4CAF50;
}

.masterclass-gray{
    background-color: #aaa;
    color: white;
}
.masterclass-warning{
  background-color: #FFC107;
  color: white;
}
.masterclass-error{
  background-color: #F44336;
  color: white;
}
.masterclass-success{
  background-color: #4CAF50;
  color: white;
}
.masterclass-info{
  background-color: #2196F3;
  color: white;
}
.masterclass-info2{
  background-color: #6db2de;
  color: white;
}

.masterclass-secondary{
  background-color: white;
  border-width: 0.6px;
  border-color: rgb(48, 133, 214);
  border-radius: 3px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(220,220,220,1);
  -moz-box-shadow: 0px 0px 8px 1px rgba(220,220,220,1);
  box-shadow: 0px 0px 8px 1px rgba(220,220,220,1);  
}

.masterclass-gray:hover{
    background-color: #9F9F9F;
    color: white;
}
.masterclass-warning:hover{
  background-color: #FFC107;
  color: white;
}
.masterclass-error:hover{
  background-color: #F44336;
  color: white;
}
.masterclass-success:hover{
  background-color: #3B9E40;
  color: white;
}
.masterclass-info:hover{
  background-color: #1592E7;
  color: white;
}

.masterclass-info2:hover{
  background-color: #5ca1cd;
  color: white;
}

.masterclass-secondary:hover{
  background-color: white;
  color: #0097ef;
}

.masterclass-warning:focus{
  background-color: #FFC107;
  color: white;
}
.masterclass-error:focus{
  background-color: #F44336;
  color: white;
}
.masterclass-success:focus{
  background-color: #3B9E40;
  color: white;
}
.masterclass-info:focus{
  background-color: #1592E7;
  color: white;
}

.masterclass-info2:focus{
  background-color: #5ca1cd;
  color: white;
}

.masterclass-secondary:focus{
  background-color: white;
  color: #0097ef;
}

.masterclass-title-modal{
  width: 100%;
  border-bottom: 2px solid #CFD8DC;
  font-size: 20px;
  color: #455A64;
}

/*
|---------------------------------------|
|                                       |
|       Toggle Switch MasterClass       |
|                                       |
|---------------------------------------|
*/

.fa-toggle-on{
  color: #00C853;
  cursor: pointer;
}
.fa-toggle-off{
  color: #BDBDBD;
  cursor: pointer;
}


/*
|---------------------------------------|
|                                       |
|           Custom SweetAlert           |
|                                       |
|---------------------------------------|
*/
.swal2-select{
  height: 50px;
  width: 60%;
}


/*

*/
.active_asignacion_buttons:hover .asignacion_bottones{
  opacity: 1;
  width: 190px;
  margin-left: -130px;
}

.asignacion_bottones{
  width: 0px;
  display: block;
  opacity: 0;
  overflow: hidden;
  max-height: 30px;
  margin-top: -30px;
  background-color: transparent;

  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.total_pruebas{
  margin-top: 50px !important;
}
.margen_pruebas{
  margin-top: 30px;
}
.datepicker{
  z-index: 99999999999 !important;
}
.confirm-button-dialog{
  margin-top: 30px;
  height: 40px;
  border:none;
  border-radius: 3px;
  color: white;
  background-color: #0277BD;
}


/*
|---------------------------------------|
|                                       |
|                 Lecturas              |
|                                       |
|---------------------------------------|
*/

.total_lecturas{
  font-size: 50px;
  padding-top: 30px;
  color: #BDBDBD;
}


/************************/
.icon-footer{
    display: inline-block;
    width: 25px;
    height: 25px;
    color: white;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #2196F3;
    font-size: 12px;
  }

  .icon-bread{
    width: 20px;
    height: 20px;
    color: white;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 1px;
    background-color:  #1779f0;
    font-size: 12px !important;
  }