/*
Pipeline Services Inc custom
 */


body {
  padding-top: 20px;
}

@media (min-width: 992px) {
  body {
    padding-top: 20px;
  }
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.project-item {
  margin-bottom: 30px;
}

/* Color changes from Bootswatch Simplex */
:root {
  --purple: #9B479F;
  --red: #0047ba;
  --orange: #D9831F;
  --green: #469408;
  --cyan: #029ACF;
  --gray: #777;
  --gray-dark: #373a3c;
  --primary: #0047ba;
  --secondary: #fff;
  --success: #469408;
  --info: #029ACF;
  --warning: #9B479F;
  --danger: #D9831F;
  --light: #fff;
  --dark: #373a3c;
}

a {
  color: #0047ba;
}

a:hover {
  color: #91170a;
}

caption {
  color: #777;
}

.blockquote-footer {
  color: #6c757d;
}

.img-thumbnail {
  background-color: #FCFCFC;
  border: 1px solid #ccc;
}

.figure-caption {
  color: #777;
}

.table th,
.table td {
  border-top: 1px solid #ccc;
}

.table thead th {
  border-bottom: 2px solid #ccc;
}

.table tbody + tbody {
  border-top: 2px solid #ccc;
}

.table .table {
  background-color: #FCFCFC;
}

.table-bordered {
  border: 1px solid #ccc;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #ccc;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f4c1bc;
}

.table-hover .table-primary:hover {
  background-color: #f0ada6;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #f0ada6;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: white;
}

.table-hover .table-secondary:hover {
  background-color: #f2f2f2;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #f2f2f2;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cbe1ba;
}

.table-hover .table-success:hover {
  background-color: #bed9a8;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #bed9a8;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8e3f2;
}

.table-hover .table-info:hover {
  background-color: #a2dbee;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a2dbee;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #e3cbe4;
}

.table-hover .table-warning:hover {
  background-color: #dabadb;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #dabadb;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f4dcc0;
}

.table-hover .table-danger:hover {
  background-color: #f0d0aa;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f0d0aa;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}

.table-hover .table-light:hover {
  background-color: #f2f2f2;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c7c8c8;
}

.table-hover .table-dark:hover {
  background-color: #babbbb;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #babbbb;
}

.table .thead-dark th {
  color: #FCFCFC;
}

.table .thead-light th {
  color: #444;
  background-color: #ddd;
  border-color: #ccc;
}

.table-dark {
  color: #FCFCFC;
}

.form-control {
  color: #444;
  border: 1px solid #bbb;
}

.form-control:focus {
  color: #444;
  border-color: #f57f72;
  box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #777;
}

.form-control:-ms-input-placeholder {
  color: #777;
}

.form-control::-ms-input-placeholder {
  color: #777;
}

.form-control::placeholder {
  color: #777;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #ddd;
}

select.form-control:focus::-ms-value {
  color: #444;
}

.form-check-input:disabled ~ .form-check-label {
  color: #777;
}

.valid-feedback {
  color: #469408;
}

.valid-tooltip {
  background-color: rgba(70, 148, 8, 0.8);
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #469408;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #469408;
  box-shadow: 0 0 0 0.2rem rgba(70, 148, 8, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #469408;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #469408;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #82f328;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #5dc40b;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FCFCFC, 0 0 0 0.2rem rgba(70, 148, 8, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #469408;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(70, 148, 8, 0.25);
}

.invalid-feedback {
  color: #D9831F;
}

.invalid-tooltip {
  background-color: rgba(217, 131, 31, 0.8);
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #D9831F;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #D9831F;
  box-shadow: 0 0 0 0.2rem rgba(217, 131, 31, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #D9831F;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #D9831F;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #eec089;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e59b46;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FCFCFC, 0 0 0 0.2rem rgba(217, 131, 31, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #D9831F;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(217, 131, 31, 0.25);
}

.btn:focus, .btn.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.25);
}

.btn-primary {
  background-color: #0047ba;
  border-color: #0047ba;
}

.btn-primary:hover {
  background-color: #b51d0d;
  border-color: #a91b0c;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #0047ba;
  border-color: #0047ba;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #a91b0c;
  border-color: #9d190b;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-secondary:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e5e5;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e6e5e5;
  border-color: #dfdfdf;
}

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

.btn-success {
  background-color: #469408;
  border-color: #469408;
}

.btn-success:hover {
  background-color: #357006;
  border-color: #2f6405;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 148, 8, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #469408;
  border-color: #469408;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  background-color: #2f6405;
  border-color: #295805;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 148, 8, 0.5);
}

.btn-info {
  background-color: #029ACF;
  border-color: #029ACF;
}

.btn-info:hover {
  background-color: #027ea9;
  border-color: #02749c;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 154, 207, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #029ACF;
  border-color: #029ACF;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  background-color: #02749c;
  border-color: #016b90;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 154, 207, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #9B479F;
  border-color: #9B479F;
}

.btn-warning:hover {
  color: #fff;
  background-color: #813b85;
  border-color: #79377c;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 71, 159, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #9B479F;
  border-color: #9B479F;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #79377c;
  border-color: #703373;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 71, 159, 0.5);
}

.btn-danger {
  background-color: #D9831F;
  border-color: #D9831F;
}

.btn-danger:hover {
  background-color: #b86f1a;
  border-color: #ac6819;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 131, 31, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #D9831F;
  border-color: #D9831F;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  background-color: #ac6819;
  border-color: #a16117;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 131, 31, 0.5);
}

.btn-light {
  background-color: #fff;
  border-color: #fff;
}

.btn-light:hover {
  background-color: #ececec;
  border-color: #e6e5e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  background-color: #fff;
  border-color: #fff;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  background-color: #e6e5e5;
  border-color: #dfdfdf;
}

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

.btn-dark {
  background-color: #373a3c;
  border-color: #373a3c;
}

.btn-dark:hover {
  background-color: #252728;
  border-color: #1f2021;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  background-color: #373a3c;
  border-color: #373a3c;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  background-color: #1f2021;
  border-color: #191a1b;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
}

.btn-outline-primary {
  color: #0047ba;
  border-color: #0047ba;
}

.btn-outline-primary:hover {
  background-color: #0047ba;
  border-color: #0047ba;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0047ba;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #0047ba;
  border-color: #0047ba;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.5);
}

.btn-outline-secondary {
  color: #fff;
  border-color: #fff;
}

.btn-outline-secondary:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fff;
}

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

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

.btn-outline-success {
  color: #469408;
  border-color: #469408;
}

.btn-outline-success:hover {
  background-color: #469408;
  border-color: #469408;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 148, 8, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #469408;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  background-color: #469408;
  border-color: #469408;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 148, 8, 0.5);
}

.btn-outline-info {
  color: #029ACF;
  border-color: #029ACF;
}

.btn-outline-info:hover {
  background-color: #029ACF;
  border-color: #029ACF;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 154, 207, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #029ACF;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  background-color: #029ACF;
  border-color: #029ACF;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 154, 207, 0.5);
}

.btn-outline-warning {
  color: #9B479F;
  border-color: #9B479F;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #9B479F;
  border-color: #9B479F;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 71, 159, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #9B479F;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #9B479F;
  border-color: #9B479F;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 71, 159, 0.5);
}

.btn-outline-danger {
  color: #D9831F;
  border-color: #D9831F;
}

.btn-outline-danger:hover {
  background-color: #D9831F;
  border-color: #D9831F;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 131, 31, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #D9831F;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  background-color: #D9831F;
  border-color: #D9831F;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 131, 31, 0.5);
}

.btn-outline-light {
  color: #fff;
  border-color: #fff;
}






.btn-outline-light:hover {
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fff;
}

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

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

.btn-outline-dark {
  color: #373a3c;
  border-color: #373a3c;
}

.btn-outline-dark:hover {
  background-color: #373a3c;
  border-color: #373a3c;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #373a3c;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  background-color: #373a3c;
  border-color: #373a3c;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
}

.btn-link {
  color: #0047ba;
}

.btn-link:hover {
  color: #91170a;
}

.btn-link:disabled, .btn-link.disabled {
  color: #777;
}

.dropdown-divider {
  border-top: 1px solid #ddd;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #0047ba;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #0047ba;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #777;
}

.dropdown-header {
  color: #777;
}

.input-group-text {
  color: #444;
  background-color: #ddd;
  border: 1px solid #bbb;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0047ba;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FCFCFC, 0 0 0 0.2rem rgba(217, 35, 15, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  background-color: #f9aba2;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #777;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #ddd;
}

.custom-control-label::before {
  background-color: #ccc;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0047ba;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #0047ba;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(217, 35, 15, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(217, 35, 15, 0.5);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0047ba;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(217, 35, 15, 0.5);
}

.custom-select {
  color: #444;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23373a3c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #bbb;
}

.custom-select:focus {
  border-color: #f57f72;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(245, 127, 114, 0.5);
}

.custom-select:focus::-ms-value {
  color: #444;
}

.custom-select:disabled {
  color: #777;
  background-color: #ddd;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #f57f72;
  box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #f57f72;
}

.custom-file-label {
  color: #444;
  border: 1px solid #bbb;
}

.custom-file-label::after {
  color: #444;
  background-color: #ddd;
  border-left: 1px solid #bbb;
}

.nav-link.disabled {
  color: #bbb;
}

.nav-tabs {
  border-bottom: 1px solid #eeeeee;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #ddd #ddd #eeeeee;
}

.nav-tabs .nav-link.disabled {
  color: #bbb;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #444;
  background-color: #FCFCFC;
  border-color: #ccc #ccc #FCFCFC;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #487ed4;
}

.navbar-dark .navbar-nav .nav-link {
  color: #0047ba;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #0047ba;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.75);
}

.card {
  border: 1px solid #eeeeee;
}

.card-header {
  border-bottom: 1px solid #eeeeee;
}

.card-footer {
  border-top: 1px solid #eeeeee;
}

.breadcrumb {
  background-color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #777;
}

.breadcrumb-item.active {
  color: #777;
}

.page-link {
  color: #0047ba;
  border: 1px solid #eeeeee;
}

.page-link:hover {
  color: #fff;
  background-color: #0047ba;
  border-color: #0047ba;
}

.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.25);
}

.page-item.active .page-link {
  background-color: #0047ba;
  border-color: #0047ba;
}

.page-item.disabled .page-link {
  border-color: #eeeeee;
}

.badge-primary {
  background-color: #0047ba;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  background-color: #a91b0c;
}

.badge-secondary {
  color: #212529;
  background-color: #fff;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #212529;
  background-color: #e6e5e5;
}

.badge-success {
  background-color: #469408;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  background-color: #2f6405;
}

.badge-info {
  background-color: #029ACF;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  background-color: #02749c;
}

.badge-warning {
  color: #fff;
  background-color: #9B479F;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #fff;
  background-color: #79377c;
}

.badge-danger {
  background-color: #D9831F;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  background-color: #ac6819;
}

.badge-light {
  background-color: #fff;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  background-color: #e6e5e5;
}

.badge-dark {
  background-color: #373a3c;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  background-color: #1f2021;
}

.jumbotron {
  background-color: #eeeeee;
}



.alert-primary {
  color: #711208;
  background-color: #f7d3cf;
  border-color: #f4c1bc;
}

.alert-primary hr {
  border-top-color: #f0ada6;
}

.alert-primary .alert-link {
  color: #410a05;
}

.alert-secondary {
  color: #858585;
  background-color: white;
  border-color: white;
}

.alert-secondary hr {
  border-top-color: #f2f2f2;
}

.alert-secondary .alert-link {
  color: #6c6b6b;
}

.alert-success {
  color: #244d04;
  background-color: #daeace;
  border-color: #cbe1ba;
}

.alert-success hr {
  border-top-color: #bed9a8;
}

.alert-success .alert-link {
  color: #0d1d01;
}

.alert-info {
  color: #01506c;
  background-color: #ccebf5;
  border-color: #b8e3f2;
}

.alert-info hr {
  border-top-color: #a2dbee;
}

.alert-info .alert-link {
  color: #012b39;
}

.alert-warning {
  color: #512553;
  background-color: #ebdaec;
  border-color: #e3cbe4;
}

.alert-warning hr {
  border-top-color: #dabadb;
}

.alert-warning .alert-link {
  color: #2f1530;
}

.alert-danger {
  color: #714410;
  background-color: #f7e6d2;
  border-color: #f4dcc0;
}

.alert-danger hr {
  border-top-color: #f0d0aa;
}

.alert-danger .alert-link {
  color: #44290a;
}

.alert-light {
  color: #858585;
  background-color: white;
  border-color: white;
}

.alert-light hr {
  border-top-color: #f2f2f2;
}

.alert-light .alert-link {
  color: #6c6b6b;
}

.alert-dark {
  color: #1d1e1f;
  background-color: #d7d8d8;
  border-color: #c7c8c8;
}

.alert-dark hr {
  border-top-color: #babbbb;
}

.progress {
  background-color: #ddd;
}

.progress-bar {
  color: #0047ba;
  background-color: #0047ba;
}

.list-group-item-action {
  color: #444;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #444;
}

.list-group-item-action:active {
  background-color: #ddd;
}

.list-group-item {
  border: 1px solid #eeeeee;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #777;
  background-color: #eeeeee;
}

.list-group-item.active {
  background-color: #0047ba;
  border-color: #0047ba;
}

.list-group-item-primary {
  color: #711208;
  background-color: #f4c1bc;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #711208;
  background-color: #f0ada6;
}

.list-group-item-primary.list-group-item-action.active {
  background-color: #711208;
  border-color: #711208;
}

.list-group-item-secondary {
  color: #858585;
  background-color: white;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

.list-group-item-secondary.list-group-item-action.active {
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-success {
  color: #244d04;
  background-color: #cbe1ba;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #244d04;
  background-color: #bed9a8;
}

.list-group-item-success.list-group-item-action.active {
  background-color: #244d04;
  border-color: #244d04;
}

.list-group-item-info {
  color: #01506c;
  background-color: #b8e3f2;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #01506c;
  background-color: #a2dbee;
}

.list-group-item-info.list-group-item-action.active {
  background-color: #01506c;
  border-color: #01506c;
}

.list-group-item-warning {
  color: #512553;
  background-color: #e3cbe4;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #512553;
  background-color: #dabadb;
}

.list-group-item-warning.list-group-item-action.active {
  background-color: #512553;
  border-color: #512553;
}

.list-group-item-danger {
  color: #714410;
  background-color: #f4dcc0;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #714410;
  background-color: #f0d0aa;
}

.list-group-item-danger.list-group-item-action.active {
  background-color: #714410;
  border-color: #714410;
}

.list-group-item-light {
  color: #858585;
  background-color: white;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

.list-group-item-light.list-group-item-action.active {
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-dark {
  color: #1d1e1f;
  background-color: #c7c8c8;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1d1e1f;
  background-color: #babbbb;
}

.list-group-item-dark.list-group-item-action.active {
  background-color: #1d1e1f;
  border-color: #1d1e1f;
}



.modal-content {
  border: 1px solid #eeeeee;
}

.modal-header {
  border-bottom: 1px solid #eeeeee;
}

.modal-footer {
  border-top: 1px solid #eeeeee;
}

.popover {
  border: 1px solid #eeeeee;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  border-top-color: #eeeeee;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x placement^="bottom"] .arrow::before {
  border-bottom-color: #eeeeee;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  border-right-color: #eeeeee;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  border-left-color: #eeeeee;
}

.bg-primary {
  background-color: #fff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #a91b0c !important;
}

.bg-secondary {
  background-color: #fff !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #e6e5e5 !important;
}

.bg-success {
  background-color: #469408 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2f6405 !important;
}

.bg-info {
  background-color: #029ACF !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #02749c !important;
}

.bg-warning {
  background-color: #9B479F !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #79377c !important;
}

.bg-danger {
  background-color: #D9831F !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ac6819 !important;
}

.bg-light {
  background-color: #fff !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e5e5 !important;
}

.bg-dark {
  background-color: #373a3c !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1f2021 !important;
}

.border {
  border: 1px solid #ccc !important;
}

.border-top {
  border-top: 1px solid #ccc !important;
}

.border-right {
  border-right: 1px solid #ccc !important;
}

.border-bottom {
  border-bottom: 1px solid #ccc !important;
}

.border-left {
  border-left: 1px solid #ccc !important;
}

.border-primary {
  border-color: #0047ba !important;
}

.border-secondary {
  border-color: #fff !important;
}

.border-success {
  border-color: #469408 !important;
}

.border-info {
  border-color: #029ACF !important;
}

.border-warning {
  border-color: #9B479F !important;
}

.border-danger {
  border-color: #D9831F !important;
}

.border-light {
  border-color: #fff !important;
}

.border-dark {
  border-color: #373a3c !important;
}

.text-primary {
  color: #0047ba !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #a91b0c !important;
}

.text-secondary {
  color: #fff !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #e6e5e5 !important;
}

.text-success {
  color: #469408 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #2f6405 !important;
}

.text-info {
  color: #029ACF !important;
}

a.text-info:hover, a.text-info:focus {
  color: #02749c !important;
}

.text-warning {
  color: #9B479F !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #79377c !important;
}

.text-danger {
  color: #D9831F !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ac6819 !important;
}

.text-light {
  color: #fff !important;
}

a.text-light:hover, a.text-light:focus {
  color: #e6e5e5 !important;
}

.text-dark {
  color: #373a3c !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1f2021 !important;
}

.text-muted {
  color: #777 !important;
}

.navbar {
  border-width: 1px;
  border-style: solid;
}

.navbar-fixed-top {
  border-width: 0 0 1px 0;
}

.navbar-fixed-bottom {
  border-top-width: 1px 0 0 0;
  border-style: solid;
}

.bg-primary {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.bg-dark {
  border-color: #27292b !important;
}

.bg-light {
  border-color: #eeeeee;
}

.btn-primary,
.btn-primary:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7caeff), color-stop(6%, #0047ba), to(#003fa5));
  background-image: linear-gradient(#7caeff, #0047ba 6%, #003fa5);
  background-repeat: no-repeat;
  -webkit-filter: none;
          filter: none;
  border: 1px solid #005ff9;
}

.btn-secondary,
.btn-secondary:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(6%, #fff), to(#f7f7f7));
  background-image: linear-gradient(white, #fff 6%, #f7f7f7);
  background-repeat: no-repeat;
  -webkit-filter: none;
          filter: none;
  border: 1px solid #eeeeee;
}

.btn-secondary:focus,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.btn-success,
.btn-success:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4da309), color-stop(6%, #469408), to(#3f8507));
  background-image: linear-gradient(#4da309, #469408 6%, #3f8507);
  background-repeat: no-repeat;
  -webkit-filter: none;
          filter: none;
  border: 1px solid #377506;
}

.btn-info,
.btn-info:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#02a5de), color-stop(6%, #029ACF), to(#028fc0));
  background-image: linear-gradient(#02a5de, #029ACF 6%, #028fc0);
  background-repeat: no-repeat;
  -webkit-filter: none;
          filter: none;
  border: 1px solid #0282ae;
}

.btn-warning,
.btn-warning:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a54caa), color-stop(6%, #9B479F), to(#914294));
  background-image: linear-gradient(#a54caa, #9B479F 6%, #914294);
  background-repeat: no-repeat;
  -webkit-filter: none;
          filter: none;
  border: 1px solid #853d88;
}

.btn-danger,
.btn-danger:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e08b27), color-stop(6%, #D9831F), to(#cc7b1d));
  background-image: linear-gradient(#e08b27, #D9831F 6%, #cc7b1d);
  background-repeat: no-repeat;
  -webkit-filter: none;
          filter: none;
  border: 1px solid #bc711b;
}

.btn-dark,
.btn-dark:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3e4244), color-stop(6%, #373a3c), to(#303234));
  background-image: linear-gradient(#3e4244, #373a3c 6%, #303234);
  background-repeat: no-repeat;
  -webkit-filter: none;
          filter: none;
  border: 1px solid #27292b;
}

.btn-light,
.btn-light:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(6%, #fff), to(#f7f7f7));
  background-image: linear-gradient(white, #fff 6%, #f7f7f7);
  background-repeat: no-repeat;
  -webkit-filter: none;
          filter: none;
  border: 1px solid #eeeeee;
}

.btn-outline-secondary {
  border-color: #bbb;
  color: #bbb;
}

.btn-outline-secondary:hover {
  background-color: #bbb;
  color: #fff;
}

legend,
label {
  color: inherit;
}

.breadcrumb {
  border: 1px solid #eeeeee;
}

.pagination .page-link:hover {
  text-decoration: none;
}

/* Change color of dropdown links on hover */
a.dropdown-item:hover {
    color: #fff;
}

.dropdown-menu {
    border: 0;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
