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

.theme_orange .btn-primary{
	background-color: #e36d2b !important;
}

.theme_orange .btn-primary.dropdown-toggle:focus, .theme_orange .btn-primary.dropdown-toggle:hover{
  background-color: #e36d2b !important;
}

.theme_orange .new_color{

  background-color: #e36d2b !important;
}
.theme_orange .new_color_text{
  color: #e36d2b;
}

.theme_orange .new_border_color{
  border:2px solid #e36d2b !important;
  color: #e36d2b !important;
}
.theme_orange .new_border_color:hover{
  border:2px solid #e36d2b !important;
  color: #e36d2b !important;
}

.theme_orange .nav-pills .nav-link.active{color:#fff;background-color:#e36d2b !important;}

.theme_orange .dropdown .dropdown-menu.dropdown-new_color .dropdown-item:active, .theme_orange .dropdown .dropdown-menu.dropdown-new_color .dropdown-item:hover {
    background-color: #e36d2b !important;
}

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

.theme_orange .sweet-alert button.confirm{
	background-color: #e36d2b !important;
	box-shadow: none !important;
}

.theme_orange .pagination.pg-blue .page-item.active .page-link{
  background-color: #e36d2b !important;
  color: #fff !important;
}

.theme_orange .pagination a, .theme_orange .pagination a.disabled:hover, .theme_orange .pagination a:disabled:hover{
  color: #e36d2b !important;
}

.theme_orange #info-card-reg-pagos{
  background-color: #e36d2b !important;
}



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