.border_thumb {
	border-radius:50% !important;
  border:2px solid #0764A1 !important;
}

.btn-red {
  background-color: #0764A1 !important;
  color: #FFFFFF !important;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red:active:focus,
.btn-red:active:hover,
.btn-red.active:focus,
.btn-red.active:hover,
.show>.btn-red.dropdown-toggle,
.show>.btn-red.dropdown-toggle:focus,
.show>.btn-red.dropdown-toggle:hover {
  background-color: #176598 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

.btn-red:not([data-action]):hover {
  box-shadow: none;
}

.btn-red.disabled,
.btn-red.disabled:hover,
.btn-red.disabled:focus,
.btn-red.disabled.focus,
.btn-red.disabled:active,
.btn-red.disabled.active,
.btn-red:disabled,
.btn-red:disabled:hover,
.btn-red:disabled:focus,
.btn-red:disabled.focus,
.btn-red:disabled:active,
.btn-red:disabled.active,
.btn-red[disabled],
.btn-red[disabled]:hover,
.btn-red[disabled]:focus,
.btn-red[disabled].focus,
.btn-red[disabled]:active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red,
fieldset[disabled] .btn-red:hover,
fieldset[disabled] .btn-red:focus,
fieldset[disabled] .btn-red.focus,
fieldset[disabled] .btn-red:active,
fieldset[disabled] .btn-red.active {
  background-color: #176598;
  border-color: #0764A1;
}

.btn-red.btn-link {
  color: #0764A1;
}

.btn-red.btn-link:hover,
.btn-red.btn-link:focus,
.btn-red.btn-link:active,
.btn-red.btn-link:active:focus {
  background-color: transparent;
  color: #176598;
  text-decoration: none;
  box-shadow: none;
}

.btn-outline-red {
  background: transparent;
  border: 1px solid #0764A1 !important;
  color: #0764A1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-outline-red:hover,
.btn-outline-red:focus,
.btn-outline-red:active,
.btn-outline-red:focus:active,
.btn-outline-red.active,
.open>.btn-outline-red.dropdown-toggle {
  background-color: #176598 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  border-color: #0764A1 !important;
}

.btn-outline-red:hover .caret,
.btn-outline-red:focus .caret,
.btn-outline-red:active .caret,
.btn-outline-red:focus:active .caret,
.btn-outline-red.active .caret,
.open>.btn-outline-red.dropdown-toggle .caret {
  border-top-color: rgba(255, 255, 255, 0.8) !important;
}

.btn-outline-red .caret {
  border-top-color: #FFFFFF !important;
}

.btn-outline-red.disabled,
.btn-outline-red.disabled:hover,
.btn-outline-red.disabled:focus,
.btn-outline-red.disabled.focus,
.btn-outline-red.disabled:active,
.btn-outline-red.disabled.active,
.btn-outline-red:disabled,
.btn-outline-red:disabled:hover,
.btn-outline-red:disabled:focus,
.btn-outline-red:disabled.focus,
.btn-outline-red:disabled:active,
.btn-outline-red:disabled.active,
.btn-outline-red[disabled],
.btn-outline-red[disabled]:hover,
.btn-outline-red[disabled]:focus,
.btn-outline-red[disabled].focus,
.btn-outline-red[disabled]:active,
.btn-outline-red[disabled].active,
fieldset[disabled] .btn-outline-red,
fieldset[disabled] .btn-outline-red:hover,
fieldset[disabled] .btn-outline-red:focus,
fieldset[disabled] .btn-outline-red.focus,
fieldset[disabled] .btn-outline-red:active,
fieldset[disabled] .btn-outline-red.active {
  background-color: transparent !important;
  border-color: #0764A1 !important;
}

.text-red,
a.text-red:focus,
a.text-red:hover {
  color: #0764A1 !important;
}

.badge.badge-red {
  border-color: #0764A1;
  background-color: #0764A1;
}
.bg-red {
  background-color: #0764A1 !important;
}
.border-red {
  border-color: #0764A1 !important;
}