﻿.client-logo {
  background: url(../../../images/capeSpan.svg) no-repeat center;
  background-size: contain;
  height: 100px;
}
.client-logo .company-logo img {
  width: 100%;
  height: 100%;
}
.disabled-active-toggle {
    color: @disabled-toggle !important;
    background-color: @disabled-toggle !important;
}
.payment-allocations-table tr th {
  height: 30px;
  font-weight: 400;
  vertical-align: middle;
  padding-top: 2px;
  padding-left: 10px;
  background-color: #226c89 !important;
  color: white !important;
}
.config-bg-color h5 {
  color: white !important;
}
.config-bg-color {
  background-color: #226c89 !important;
}
.select-table-row {
  background-color: #226c89 !important;
  color: black;
  /*font-weight: bold;*/
}
.login-logo {
  background-image: url(../../../images/capespan.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 13px;
  background-color: #FBFBFB !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif !important;
}
a {
  color: #226c89 !important;
}
label {
  font-weight: 100;
}
.company-logo {
  display: inline-block;
}
.company-logo div {
  margin-top: 15px;
}
#wrapper {
  overflow: auto;
  padding: 30px 20px;
}
#form-wrapper {
  padding: 0 30px;
}
.panel-default {
  border-top-width: 3px;
}
@media (max-width: 767px) {
  #wrapper {
    padding: 0 !important;
  }
  #form-wrapper {
    padding: 0 !important;
  }
}
.app-name {
  text-align: center;
}
.app-name h1 {
  color: #226c89;
}
.login-image div a img {
  max-width: 30%;
  height: auto;
}
.signin-footer {
  padding: 15px 0;
  text-align: center;
}
.thumbnail {
  background-color: #fff;
  padding: 3px;
}
h1 {
  position: relative;
  text-align: center;
}
h1 span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
h1:before {
  display: none;
  background: transparent;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
}
.space-80 {
  width: 80px;
}
.inline-block {
  display: inline-block;
}
.no-margin {
  margin: 0 !important;
  color: #226c89;
}
.space-20 {
  height: 20px;
}
.height-20 {
  height: 20px;
}
.height-50 {
  height: 50px;
}
.height-80 {
  height: 80px;
}
.height-100 {
  height: 100px;
}
.no-list {
  list-style: none;
}
.center {
  text-align: center;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #9FA1A2;
}
#footer-logo {
  height: 60px;
}
#footer-logo img {
  max-height: 100%;
}
@media only screen and (min-width: 1400px) {
  footer {
    bottom: 100px;
  }
  footer > div {
    padding-top: 5px;
  }
}
.validation-summary-valid {
  display: none;
}
.field-validation-error {
  color: #b94a48;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border-bottom: 1.2px solid #b94a48;
  margin-bottom: 10px;
}
select.input-validation-error {
  border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #b94a48;
  padding-top: 5px 15px;
}
.validation-summary-errors ul {
  margin: 0 auto;
  list-style: none;
}
@font-face {
  font-family: "Circular";
  src: url("../../Additional/assets/font/circular/lineto-circular-medium.eot");
  src: url("../../Additional/assets/font/circular/lineto-circular-medium.eot?#iefix") format("embedded-opentype"), url("../../Additional/assets/font/circular/lineto-circular-medium.woff") format("woff"), url("../../Additional/assets/font/circular/lineto-circular-medium.ttf") format("truetype"), url("../../Additional/assets/font/circular/lineto-circular-medium.svg#lineto-circular-medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
header {
  margin-bottom: 40px;
  text-align: center;
}
header h1 {
  font-family: "Lato";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: normal;
}
.client-logo {
  background-image: url(../../../images/capespan.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}
.container {
  display: flex;
  -ms-flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 85vh;
}
.login-container {
  background-color: white;
  padding: 25px;
  display: flex;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-basis: 550px;
  max-width: 700px;
  width: 550px;
  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.27);
  border-radius: 5px;
  z-index: 9;
}
.input-wrapper {
  position: relative;
  max-width: 450px;
  width: 400px;
  padding: 16px 0 0 0;
}
.text-input {
  border: none;
  font-size: 16px;
  border-bottom: 1px solid #bcb5b9;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.submit {
  width: 100%;
  letter-spacing: 0.1em;
  height: 50px;
  margin-bottom: 20px;
  background-color: #226c89;
  border: none;
  text-transform: uppercase;
  color: white;
}
.footer-link {
  margin-top: 10px;
  color: #226c89 !important;
}
.tilted-container {
  background-color: #226c89;
  background: #226c89 url("../../../images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20%;
  height: 50%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.image-overlay {
  background-color: #41a8d0;
  opacity: 0.4;
  height: 50%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.project-name {
  position: absolute;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: black;
  letter-spacing: 4px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  text-align: center;
  left: -10%;
  top: 50%;
  z-index: 9;
  text-transform: uppercase;
  display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .input-wrapper {
    max-width: 350px;
    width: 300px;
    padding: 16px 25px;
  }
  .login-container {
    box-shadow: none;
    overflow: hidden;
  }
}
.loading-button.open-loading {
  color: rgba(255, 255, 255, 0.8);
}
.loading-button.open-loading.infinity {
  padding-top: 80px;
}
.loading-button.open-loading svg {
  display: inline-block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.loading-button.failed {
  background-color: #EB7260;
}
.loading-button.succeed {
  background-color: #29ABA4;
}
.loading-button.no-transition {
  -webkit-transition: 0s;
  transition: 0s;
}
.loading-button.no-transition * {
  -webkit-transition: 0s;
  transition: 0s;
}
.loading-button svg {
  visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
}
.loading-button svg path {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
  fill: none;
}
.loading-button svg path.success-path,
.loading-button svg path.error-path,
.loading-button svg path.error-path2 {
  visibility: hidden;
}
.loading-button.top svg {
  top: 10px;
}
.loading-button.bottom svg {
  bottom: 10px;
}
.loading-button.left svg {
  top: 45%;
  -webkit-transform: scale(0.25) translateY(-50%);
  -ms-transform: scale(0.25) translateY(-50%);
  transform: scale(0.25) translateY(-50%);
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 100px;
}
.loading-button.right svg {
  top: 45%;
  -webkit-transform: scale(0.25) translateY(-50%);
  -ms-transform: scale(0.25) translateY(-50%);
  transform: scale(0.25) translateY(-50%);
  -webkit-transform-origin: 100% 0 0;
  -ms-transform-origin: 100% 0 0;
  transform-origin: 100% 0 0;
  left: auto;
  right: 100px;
}
.loading-button.open-loading.left {
  padding-left: 60px;
}
.loading-button.open-loading.right {
  padding-right: 60px;
}
.loading-button.open-loading.top svg,
.loading-button.open-loading.bottom svg {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.loading-button.open-loading.circular-loading.top,
.loading-button.open-loading.circle-loading.top {
  padding-top: 140px;
}
.loading-button.open-loading.circular-loading.bottom,
.loading-button.open-loading.circle-loading.bottom {
  padding-bottom: 140px;
}
.loading-button.open-loading.infinity-loading.top {
  padding-top: 80px;
}
.loading-button.open-loading.infinity-loading.bottom {
  padding-bottom: 80px;
}
.loading-options {
  text-align: center;
}
.loading-options > div {
  display: inline-block;
  width: 40%;
  cursor: default;
}
.loading-options label {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.loading-options label input {
  display: none;
}
.loading-options label input:checked + span {
  background-color: rgba(0, 0, 0, 0.5);
}
.loading-options label span {
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.circle-loading circle {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.circle-loading.show-circles circle {
  visibility: visible;
  opacity: 1;
}
ul.login-navigation {
  position: relative;
  left: 0;
  bottom: 0;
}
img.logo {
  height: 50px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .pass {
    -webkit-text-stroke-width: 2px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.2em;
  }
}
.pull-right-md {
  color: #7d7d7d !important;
  font-size: 10px;
}
.sweet-alert {
  font-family: inherit;
}
.sweet-alert p {
  font-size: 13px;
  font-weight: normal;
}
.sweet-alert button {
  font-size: 13px;
  padding: 8px 15px;
  background: #226c89 !important;
}
.sweet-alert button:hover {
  background: #226c89 !important;
}
.bgm-blue,
.bgm-purple {
  background-color: #226c89 !important;
}
.bgm-purple2 {
  background-color: #B31D8E;
}
.btn-purple {
  background-color: #226c89;
  color: white;
}
.btn-purple:hover {
  background-color: #184c60;
  color: white;
}
.bgm-accent {
  background-color: #585e5e;
  color: white;
}
.bgm-accent:hover {
  background-color: #3f4444;
  color: white;
}
.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper {
  background: rgba(34, 108, 137, 0.5);
}
.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:before {
  background: #226c89;
}
.toggle-switch-accent:not([data-ts-color]) input:not(:disabled):checked + .ts-helper {
  background: rgba(88, 94, 94, 0.5);
}
.toggle-switch-accent:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:before {
  background: #585e5e;
}
.blog-post .bp-header .bp-title {
  background: #226c89 !important;
}
.fg-line:not([class*=has-]):after {
  background: #226c89 !important;
}
.steps li.active:before,
.steps li.complete:before,
.steps li.active .step,
.steps li.complete .step,
.steps li.complete:hover .step {
  border-color: #226c89 !important;
}
.steps li.complete:hover:before {
  border-color: #226c89 !important;
}
.checkbox .input-helper:after {
  border-bottom: 2px solid #226c89;
  border-left: 2px solid #226c89;
}
.clear-filter-btn {
  background-color: #226c89;
}
.pkg-specs-table-header {
  background-color: #ececec;
  color: #226c89 !important;
  border-right: 2px solid white;
}
.pkg-spec tr:hover input {
  height: 35px !important;
  color: #ffffff !important;
  color: black !important;
  background: #226c89;
  border-bottom: none;
}
.table-input input:hover {
  color: black !important;
  background: #226c89;
}
.dp-blue .tr-dpnav th {
  background: #226c89 !important;
}
.dp-blue .tr-dpday th {
  background: #1d5c75;
}
.dp-blue .dp-active {
  background: #226c89 !important;
}
.dp-blue .dp-actions .btn-link {
  color: #226c89 !important;
}
.multiDemo ul[dnd-list] li {
  border-left-color: #226c89 !important;
}
.multiDemo ul[dnd-list] li.selected {
  background-color: #226c89 !important;
}
.tab-nav:not(.tn-vertical) > li.active > a {
  color: #226c89 !important;
}
.tab-nav:not([data-tab-color]) > li > a:after {
  background: #226c89 !important;
}
.tab-nav:not(.tn-vertical):not([data-tab-color]) > li > a:after {
  background: #226c89 !important;
}
/*===================================
 *   RECEIVER DASHBOARD STYLES
====================================*/
.payment-terms-table tr:hover td,
.payment-allocations-content tr:hover td {
  height: 35px;
  color: #ffffff !important;
  background-color: #226c89;
  padding-left: 12px;
  border-bottom: none;
}
.filter-container .selectize-dropdown .selectize-dropdown-content .option:hover {
  color: white;
  background-color: #226c89;
}
/*===================================
 *   CUSTOM MENU STYLES
====================================*/
/*
    TO HELP DISTINGUISH PARENT MENUS
    FROM CHILD MENUS AND THEIR CHILDREN
*/
.main-menu > li > a {
  padding: 14px 20px 14px 52px;
  display: block;
  color: #4C4C4C;
  font-weight: 500;
  position: relative;
  /*text-transform: uppercase;*/
  font-size: 12px;
  letter-spacing: 0.9px;
}
.main-menu > li > a > i {
  color: #b7b7b7;
  font-size: 16px;
}
.sub-menu .sub-menu > a:before,
.sub-menu .sub-menu > a:after {
  top: 15px;
}
.sub-menu > a:before,
.sub-menu > a:after {
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  transition-duration: 20ms;
}
.sub-menu ul > li ul {
  font-size: 12px;
  margin: 0;
  background-color: #f7f7f7;
}
.subprofile-menu > a .profile-info {
  background: #226c89;
}
.required-label {
  color: red;
}
.table-striped > tbody > tr:nth-of-type(even):hover td input {
  height: 35px !important;
  color: #ffffff !important;
  border-bottom: none;
  background-color: #226c89;
}
.blog-post .bp-header .bp-title {
  background: #226c89 !important;
}
.fg-line:not([class*=has-]):after {
  background: #226c89 !important;
}
.steps li.active:before,
.steps li.complete:before,
.steps li.active .step,
.steps li.complete .step,
.steps li.complete:hover .step {
  border-color: #226c89 !important;
}
.steps li.complete:hover:before {
  border-color: #226c89 !important;
}
.checkbox .input-helper:after {
  border-bottom: 2px solid #226c89;
  border-left: 2px solid #226c89;
}
.clear-filter-btn {
  background-color: #226c89;
}
.pkg-specs-table-header {
  background-color: #226c89 !important;
  color: white !important;
}
.pkg-spec tr:hover input {
  height: 35px !important;
  color: #ffffff !important;
  color: black !important;
  background: #226c89;
  border-bottom: none;
}
.table-input input:hover {
  color: black !important;
  background: #226c89;
}
.grid-header-bg-color {
  color: #ffffff !important;
  background: #226c89;
}
.dp-blue .tr-dpnav th {
  background: #226c89 !important;
}
.dp-blue .tr-dpday th {
  background: #1d5c75;
}
.dp-blue .dp-active {
  background: #226c89 !important;
}
.dp-blue .dp-actions .btn-link {
  color: #226c89 !important;
}
.multiDemo ul[dnd-list] li {
  border-left-color: #226c89 !important;
}
.multiDemo ul[dnd-list] li.selected {
  background-color: #226c89 !important;
}
.tab-nav:not(.tn-vertical) > li.active > a {
  color: #226c89 !important;
}
.tab-nav:not([data-tab-color]) > li > a:after {
  background: #226c89 !important;
}
.tab-nav:not(.tn-vertical):not([data-tab-color]) > li > a:after {
  background: #226c89 !important;
}
/*===================================
 *   RECEIVER DASHBOARD STYLES
====================================*/
.payment-terms-table tr:hover td,
.payment-allocations-content tr:hover td {
  height: 35px;
  color: #ffffff !important;
  background-color: #226c89;
  padding-left: 12px;
  border-bottom: none;
}
.filter-container .selectize-dropdown .selectize-dropdown-content .option:hover {
  color: white;
  background-color: #226c89;
}
/*===================================
 *   CUSTOM MENU STYLES
====================================*/
/*
    TO HELP DISTINGUISH PARENT MENUS
    FROM CHILD MENUS AND THEIR CHILDREN
*/
.main-menu > li > a {
  padding: 14px 20px 14px 52px;
  display: block;
  color: #4C4C4C;
  font-weight: 500;
  position: relative;
  /*text-transform: uppercase;*/
  font-size: 12px;
  letter-spacing: 0.9px;
}
.main-menu > li > a > i {
  color: #b7b7b7;
  font-size: 16px;
}
.sub-menu .sub-menu > a:before,
.sub-menu .sub-menu > a:after {
  top: 15px;
}
.sub-menu > a:before,
.sub-menu > a:after {
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  transition-duration: 20ms;
}
.sub-menu ul > li ul {
  font-size: 12px;
  margin: 0;
  background-color: #f7f7f7;
}
.subprofile-menu > a .profile-info {
  background: #226c89;
}
.required-label {
  color: red;
}
.table-striped > tbody > tr:nth-of-type(even):hover td input {
  height: 35px !important;
  color: #ffffff !important;
  border-bottom: none;
  background-color: #226c89;
}
.site-colour {
  color: #226c89;
}
/**=================================

    RECEIVER DASHBOARD 

====================================*/
.supply-plan-table tr th {
  height: 30px;
  font-weight: 400;
  vertical-align: middle;
  padding-top: 2px;
  padding-left: 10px;
  background-color: #226c89 !important;
  color: white !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #226c89 !important;
  border-color: #ffffff;
  cursor: default;
}
/**=================================

    RECEIVER DASHBOARD 

====================================*/
.supply-plan-table tr th {
  height: 30px;
  font-weight: 400;
  vertical-align: middle;
  padding-top: 2px;
  padding-left: 10px;
  background-color: #226c89 !important;
  color: white !important;
}
/**UI/UX*/
.search-block {
  background-color: #226c89;
  padding-left: 10px;
}
.h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #226c89 !important;
  text-align: left;
}
.main-menu > li > a > i {
  color: #226c89;
  font-size: 18px;
}
.bgm-plus {
  background-color: #226c89 !important;
}
.bgm-green {
  padding: 10px;
  border-radius: 4px;
}
.receiver-dashboard-card--header2 {
  color: #226c89 !important;
}
.bgm-orange {
  background-color: #585e5e !important;
}
.jqx-widget-cseu .jqx-grid-cell-selected-cseu {
  background-color: #226c89;
}
.submit loading-button circular-loading right bgm-purple {
  background-color: #226c89;
}