a,
.btn-link {
  color: #ea7c13;
}

a.link-fx::before {
  background-color: #ea7c13;
}

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

.nav-main-dark .nav-main-link, .sidebar-dark #sidebar .nav-main-link, .page-header-dark #page-header .nav-main-link {
  color: rgba(255, 255, 255, 0.75);
}

.nav-main-dark .nav-main-link.active, .sidebar-dark #sidebar .nav-main-link.active, .page-header-dark #page-header .nav-main-link.active {
  color: #fff;
  font-weight: 500;
}
.password-check div {
  display: flex;
  padding: 5px 10px;
  align-items: center;
  font-size: small;
}

.password-check div i.fa-times-circle {
  font-weight: 500;
  color: red;
}


.bg-primary,
.badge-primary {
  background-color: #ea7c13 !important;
}

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

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

hr.bo-orange {
  border-top: 1px solid #ea7c13;
}

.display-none {
  display: none;
}

.align-left {
  text-align: left;
}

.bo-margin-top-10 {
  margin-top: 10px;
}

.bo-margin-top-20 {
  margin-top: 20px;
}

.bo-margin-top-30 {
  margin-top: 30px;
}

.bo-margin-top-40 {
  margin-top: 40px;
}

.bo-margin-top-50 {
  margin-top: 50px;
}

.bo-margin-top-75 {
  margin-top: 75px;
}

.bo-margin-top-100 {
  margin-top: 100px;
}

.bo-margin-right-10 {
  margin-right: 10px;
}

.bo-margin-right-20 {
  margin-right: 20px;
}

.bo-margin-right-30 {
  margin-right: 30px;
}

.bo-margin-right-40 {
  margin-right: 40px;
}

.bo-margin-right-50 {
  margin-right: 50px;
}

.bo-margin-right-75 {
  margin-right: 75px;
}

.bo-margin-right-100 {
  margin-right: 100px;
}

.bo-padding-left-10 {
  padding-left: 10px;
}

.bo-padding-left-20 {
  padding-left: 20px;
}

.bo-padding-left-30 {
  padding-left: 30px;
}

.bo-padding-left-40 {
  padding-left: 40px;
}

.bo-padding-left-50 {
  padding-left: 50px;
}

.bo-padding-left-75 {
  padding-left: 75px;
}

.bo-padding-left-100 {
  padding-left: 100px;
}

.bo-padding-top-10 {
  padding-top: 10px;
}

.bo-padding-top-20 {
  padding-top: 20px;
}

.bo-padding-top-25 {
  padding-top: 25px;
}

.bo-padding-top-30 {
  padding-top: 30px;
}

.bo-padding-top-40 {
  padding-top: 40px;
}

.bo-padding-top-50 {
  padding-top: 50px;
}

.bo-padding-top-75 {
  padding-top: 75px;
}

.bo-padding-top-100 {
  padding-top: 100px;
}

.bo-padding-right-10 {
  padding-right: 10px;
}

.bo-padding-right-20 {
  padding-right: 20px;
}

.bo-padding-right-30 {
  padding-right: 30px;
}

.bo-padding-right-40 {
  padding-right: 40px;
}

.bo-padding-right-50 {
  padding-right: 50px;
}

.bo-padding-right-75 {
  padding-right: 75px;
}

.bo-padding-right-100 {
  padding-right: 100px;
}

.bo-padding-bottom-10 {
  padding-bottom: 10px;
}

.bo-padding-bottom-20 {
  padding-bottom: 20px;
}

.bo-padding-bottom-30 {
  padding-bottom: 30px;
}

.bo-padding-bottom-40 {
  padding-bottom: 40px;
}

.bo-padding-bottom-50 {
  padding-bottom: 50px;
}

.bo-padding-bottom-75 {
  padding-bottom: 75px;
}

.bo-padding-bottom-100 {
  padding-bottom: 100px;
}

.td-25-percent {
  width: 25%;
}

.form-control {
  border: 1px solid #999999;
}

.bo-contact #contact-control {
  width: 30px;
  height: 50px;
  background-color: #ea7c13;
  -webkit-clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 70%);
          clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 70%);
  position: absolute;
  left: -31px;
  top: calc(50% - 25px);
}

.bo-contact #contact-control:hover {
  cursor: pointer;
}

.bo-contact #contact-control i {
  margin-top: 16.5px;
  margin-left: 10px;
  color: #fff;
}

.in-stock .bo-image-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.in-stock .bo-image-shadow.active {
  box-shadow: 0 6px 12px 0 rgba(234, 124, 19, 0.5), 0 9px 30px 0 rgba(234, 124, 19, 0.5);
}

.in-stock img:hover {
  cursor: pointer;
}

.in-stock .row-types img {
  width: 100%;
  max-width: 200px;
}

.in-stock .sub-row,
.in-stock .result-table {
  display: none;
}

.bo-auth-form {
  width: 650px;
}

.basket-send {
  float: right;
  margin-top: 15px;
  margin-right: 10px;
}

.bo-no-margin {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

.form-control {
  border-radius: 0px;
}

.img-avatar {
  width: 80px !important;
  height: 80px !important;
}

.bo-languages {
  list-style: none;
  margin-right: 20px;
  margin-bottom: 2px;
  float: right;
  margin-right: 0px;
}

.bo-languages li {
  float: left;
  margin-right: 10px;
}

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

.dt-buttons {
  padding: 15px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #eaa213;
  border-color: #eaa213;
}

#page-header .content-header {
  padding-left: 0px;
}

.block-title {
  font-size: 1.175rem;
}

.page-item.active .page-link,
.page-link:hover {
  color: #ea7c13;
  border-color: #ea7c13;
}

.block.block-themed > .block-header {
  background-color: #ea7c13;
}

.block.block-themed > .block-header > .block-title {
  color: white;
}

.block.block-themed .btn-block-option {
  opacity: 1;
}

.block.block-themed .btn-block-option:hover {
  opacity: 0.8;
}

.bo-border-right {
  border-right: 1px solid #ea7c13;
}

.bo-auth-header {
  padding: 25px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #ea7c13;
}

.bo-auth-nav {
  padding-top: 15px;
  list-style: none;
}

.bo-auth-nav li {
  float: left;
  font-weight: 600;
  margin-right: 15px;
}

.login .alert-block {
  margin-bottom: 60px;
}


.nav-tabs .nav-item a:hover,
.nav-tabs .nav-item a.active,
.nav-tabs-block .nav-link:hover,
.nav-tabs-block .nav-link:focus {
  color: #ea7c13;
}

#movementdetails-link {
  margin-bottom: 20px;
}

.dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
}

.red-dot {
  background-color: #A93226;
}

.green-dot {
  background-color: #239B56;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #eaa213;
  background-color: #ea7c13;
}

.fabutton {
  border: none;
  background: none;
  padding: 0px;
}

.nav-main-heading {
  font-size: 0.9rem;
}

#side-overlay .content-header {
  padding: 0px;
}

.print-error-msg ul {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.modal-content {
  border-radius: 0;
}

.card {
  border-radius: 0;
}

.btn {
  border-radius: 0 !important;
}

.alert {
  border-radius: 0;
}
