/*----------- Bootstrap Template -----------*/
:root {
  --custom: #3365b0;
}

.table-custom,
.table-custom>th,
.table-custom>td {
  background-color: #c6d4e9;
}

.table-hover .table-custom:hover {
  background-color: #b4c6e2;
}

.table-hover .table-custom:hover>td,
.table-hover .table-custom:hover>th {
  background-color: #b4c6e2;
}

.btn-custom {
  background-color: #3365b0;
  border-color: #3365b0;
  color: #fff;
}

.btn-custom:hover {
  background-color: #2a5492;
  border-color: #284e88;
  color: #fff;
}

.btn-custom:focus,
.btn-custom.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 124, 188, 0.5);
}

.btn-custom.disabled,
.btn-custom:disabled {
  background-color: #3365b0;
  border-color: #3365b0;
  color: #fff;
}

.btn-custom:not(:disabled):not(.disabled):active,
.btn-custom:not(:disabled):not(.disabled).active,
.show>.btn-custom.dropdown-toggle {
  background-color: #284e88;
  border-color: #25497f;
  color: #fff;
}

.btn-custom:not(:disabled):not(.disabled):active:focus,
.btn-custom:not(:disabled):not(.disabled).active:focus,
.show>.btn-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 124, 188, 0.5);
}

.btn-outline-custom {
  border-color: #3365b0;
  color: #3365b0;
}

.btn-outline-custom:hover {
  background-color: #3365b0;
  border-color: #3365b0;
  color: #fff;
}

.btn-outline-custom:focus,
.btn-outline-custom.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 101, 176, 0.5);
}

.btn-outline-custom.disabled,
.btn-outline-custom:disabled {
  background-color: transparent;
  color: #3365b0;
}

.btn-outline-custom:not(:disabled):not(.disabled):active,
.btn-outline-custom:not(:disabled):not(.disabled).active,
.show>.btn-outline-custom.dropdown-toggle {
  background-color: #3365b0;
  border-color: #3365b0;
  color: #fff;
}

.btn-outline-custom:not(:disabled):not(.disabled):active:focus,
.btn-outline-custom:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 101, 176, 0.5);
}

.badge-custom {
  background-color: #3365b0;
  color: #fff;
}

a.badge-custom:hover,
a.badge-custom:focus {
  background-color: #284e88;
  color: #fff;
}

a.badge-custom:focus,
a.badge-custom.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 101, 176, 0.5);
  outline: 0;
}

.alert-custom {
  background-color: #d6e0ef;
  border-color: #c6d4e9;
  color: #1b355c;
}

.alert-custom hr {
  border-top-color: #b4c6e2;
}

.alert-custom .alert-link {
  color: #0f1e35;
}

.list-group-item-custom {
  background-color: #c6d4e9;
  color: #1b355c;
}

.list-group-item-custom.list-group-item-action:hover,
.list-group-item-custom.list-group-item-action:focus {
  background-color: #b4c6e2;
  color: #1b355c;
}

.list-group-item-custom.list-group-item-action.active {
  background-color: #1b355c;
  border-color: #1b355c;
  color: #fff;
}

.bg-custom {
  background-color: #3365b0 !important;
}

a.bg-custom:hover,
a.bg-custom:focus,
button.bg-custom:hover,
button.bg-custom:focus {
  background-color: #284e88 !important;
}

.border-custom {
  border-color: #3365b0 !important;
}

.text-custom {
  color: #3365b0 !important;
}

a.text-custom:hover,
a.text-custom:focus {
  color: #224375 !important;
}

/*----------- Globals -----------*/
::-moz-selection {
  background-color: #3365b0;
  color: #fff;
}

::selection {
  background-color: #3365b0;
  color: #fff;
}

a:not(.btn) {
  color: #3365b0;
}

a:not(.btn):hover,
a:not(.btn):focus {
  color: #224375;
}

.color-scheme {
  color: #3365b0;
}

.background-scheme {
  background-color: #3365b0;
}

.btn.button-scheme {
  background-color: #3365b0 !important;
  border: 1px solid #3365b0 !important;
}

.btn.button-scheme:focus {
  background-color: #224375 !important;
  border-color: #224375 !important;
  box-shadow: none !important;
}

.btn.button-outline {
  background-color: transparent !important;
  border: 1px solid #3365b0 !important;
  color: #222 !important;
}

.btn.button-outline:focus {
  background-color: rgba(34, 34, 34, 0.05) !important;
  border-color: #224375 !important;
  box-shadow: none !important;
}

.section-heading.page-heading>.animated-bar {
  background-color: #3365b0;
}

/*----------  Contact ----------*/
.contact-section .contact-form .form-group .form-control:focus {
  border-bottom: 1px solid #4b7ecb;
}
