
/********** Estilos Personalizados **********/

.column-actions {
  text-align: center;
  width: 30px;
}


.text-edition {
  color: #cec317 !important;
}


.text-boldblue {
  color: #274060 !important;
}


.bg-br-primary {
  background-color: #130f40;
  background-image: linear-gradient(315deg, #130f40 0%, #000000 74%);
}


#toast-container > div {
    opacity: 1;
}


.form-group.bd-error input,
.form-group.bd-error textarea {
  border-color: #ff3860;
}


.form-group.bd-success input,
.form-group.bd-success textarea {
  border-color: #09c372;
}



#loader {
    background-color: rgba(25,25,25,0.7);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0;
    top: 0;
    left: 0;
    text-align: center;
}


#loader img {
    width: 50px;
    height: 50px;
    position: relative;
    margin-top: -50px;
    margin-left: -50px;
    top: 50%;
}


.chart-container {
	width:  80%;
	height: 480px;
	margin: 0 auto;
}






.mg-t-15 {
  margin-top: 15px;
}


.mg-t-25 {
  margin-top: 25px;
}


.mg-t-60 {
  margin-top: 60px;
}


.mg-b-30 {
  margin-bottom: 30px;
}


.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}




.registro-page {
    -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9ecef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.registro-box {
  width: 660px;
}


@media (max-width: 576px) {
  .registro-box {
    margin-top: .4rem;
    width: 90%;
  }
}


.registro-logo {
  font-size: 2rem;
  font-weight: 300;
  margin-top: .6rem;
  margin-bottom: .7rem;
  text-align: center;
}


.confirmacion-page {
    -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9ecef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.confirmacion-box {
  width: 360px;
}


@media (max-width: 576px) {
  .confirmacion-box {
    margin-top: .4rem;
    width: 90%;
  }
}


.confirmacion-logo {
  font-size: 2rem;
  font-weight: 300;
  margin-top: .6rem;
  margin-bottom: .7rem;
  text-align: center;
}