.theme_blue .spinner_lg {
      border-top: 5px solid #0e85d9 !important; /*#3498db Blue */
}

.theme_blue .btn-primary{
	background-color: #0e85d9 !important;
}

.theme_blue .btn-primary.dropdown-toggle:focus, .theme_blue .btn-primary.dropdown-toggle:hover{
  background-color: #0e85d9 !important;
}

.theme_blue .new_color{

  background-color: #0e85d9 !important;
}
.theme_blue .new_color_text{
  color: #0e85d9;
}

.theme_blue .new_border_color{
  border:2px solid #0e85d9 !important;
  color: #0e85d9 !important;
}
.theme_blue .new_border_color:hover{
  border:2px solid #0e85d9 !important;
  color: #0e85d9 !important;
}

.theme_blue .nav-pills .nav-link.active{color:#fff;background-color:#0e85d9 !important;}

.theme_blue .dropdown .dropdown-menu.dropdown-new_color .dropdown-item:active, .theme_blue .dropdown .dropdown-menu.dropdown-new_color .dropdown-item:hover {
    background-color: #0e85d9 !important;
}

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

.theme_blue .sweet-alert button.confirm{
	background-color: #0e85d9 !important;
	box-shadow: none !important;
}

.theme_blue .pagination.pg-blue .page-item.active .page-link{
  background-color: #0e85d9 !important;
  color: #fff !important;
}

.theme_blue .pagination a, .theme_blue .pagination a.disabled:hover, .theme_blue .pagination a:disabled:hover{
  color: #0e85d9 !important;
}

.theme_blue #info-card-reg-pagos{
  background-color: #0e85d9 !important;
}

.theme_red .spinner_sm {
  margin: auto;
  border: 2px solid #f3f3f3;
  /* Light grey */
  border-top: 2px solid #0e85d9;
  /*#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;
}
