/*12b5e7*/
.theme_lightblue .spinner_lg {
      border-top: 5px solid #12b5e7 !important; /*#3498db Blue */
}

.theme_lightblue .btn-primary{
	background-color: #12b5e7 !important;
}

.theme_lightblue .btn-primary.dropdown-toggle:focus, .theme_lightblue .btn-primary.dropdown-toggle:hover{
  background-color: #12b5e7 !important;
}

.theme_lightblue .new_color{

  background-color: #12b5e7 !important;
}
.theme_lightblue .new_color_text{
  color: #12b5e7;
}

.theme_lightblue .new_border_color{
  border:2px solid #12b5e7 !important;
  color: #12b5e7 !important;
}
.theme_lightblue .new_border_color:hover{
  border:2px solid #12b5e7 !important;
  color: #12b5e7 !important;
}

.theme_lightblue .nav-pills .nav-link.active{color:#fff;background-color:#12b5e7 !important;}

.theme_lightblue .dropdown .dropdown-menu.dropdown-new_color .dropdown-item:active, .theme_lightblue .dropdown .dropdown-menu.dropdown-new_color .dropdown-item:hover {
    background-color: #12b5e7 !important;
}

.theme_lightblue .sweet-alert button.cancel{
	background-color: #C1C1C1 !important;
}

.theme_lightblue .sweet-alert button.confirm{
	background-color: #12b5e7 !important;
	box-shadow: none !important;
}

.theme_lightblue .pagination.pg-blue .page-item.active .page-link{
  background-color: #12b5e7 !important;
  color: #fff !important;
}

.theme_lightblue .pagination a, .theme_lightblue .pagination a.disabled:hover, .theme_lightblue .pagination a:disabled:hover{
  color: #12b5e7 !important;
}

.theme_lightblue #info-card-reg-pagos{
  background-color: #12b5e7 !important;
}


.theme_red .spinner_sm {
  margin: auto;
  border: 2px solid #f3f3f3;
  /* Light grey */
  border-top: 2px solid #12b5e7;
  /*#3498db Blue */
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}
