@font-face {
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/Montserrat-Regular.eot');
  src: url('./fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('./fonts/Montserrat-Regular.ttf') format('truetype'), url('./fonts/Montserrat-Regular.svg#slick') format('svg');
}

@font-face {
  font-family: 'Lato';
  font-weight: 300;
  font-style: normal;
  src: url('./fonts/Lato-Light.eot');
  src: url('./fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('./fonts/Lato-Light.ttf') format('truetype'), url('./fonts/Lato-Light.svg#slick') format('svg');
}


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  line-height: 16px;
  color: #fff;
  opacity: 0.95;
}

.bar-notification.success {
  background-color: #4bb07a;
}

.bar-notification.error {
  background-color: #e4444c;
}

.bar-notification.warning {
  background-color: #f39c12;
}

.bar-notification {
  position: relative;
  display: none;
  padding: 15px 25px 15px 10px;
}

  .bar-notification .content {
    margin: 0 10px 0 0;
  }

    .bar-notification .content a {
      color: #fff;
      text-decoration: underline;
    }

  .bar-notification .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 7px;
    background: #fff url('../images/close.png') center no-repeat;
    cursor: pointer;
  }

.popup-notification {
  border-radius: 5px;
  padding: 3px;
  margin: 5px 0;
}

  .popup-notification.success {
    border: 2px rgba( 75,176,122,.5) solid;
  }

  .popup-notification.error {
    border: 2px rgba( 228,68,76,.5) solid;
  }

  .popup-notification.warning {
    border: 2px rgba( 243,156,18,.5) solid;
  }

.noscript {
  border-bottom: 1px solid #333;
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
  color: #444;
}

.field-validation-error {
  background: #f8d7da;
  color: red;
  padding: 10px;
  display: block;
  margin-top: 10px;
  border-radius: 5px;
  position: relative
}

  .field-validation-error:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 5px;
    top: -10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f8d7da
  }

.validation-summary-errors {
  background: #f8d7da;
  color: red;
  padding: 5px;
  border-radius: 5px
}

  .validation-summary-errors ul {
    margin: 0;
    padding-left: 20px
  }

  .validation-summary-errors, .validation-summary-errors ul, .validation-summary-errors li {
    color: red !important
  }

.ui-dialog {
  max-width: 90%;
  border: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  overflow: hidden;
  background-color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
}

  .ui-dialog:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
  }

.ui-dialog-titlebar {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background-color: #eee;
  padding: 10px 15px;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-width: 0 0 1px;
  border-radius: 0;
  background-image: none;
  padding: 10px 15px !important;
  font-weight: normal;
  cursor: auto !important;
}

  .ui-dialog-titlebar > span {
    float: left;
    font-size: 18px;
    color: #444;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
  }

  .ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    border: none;
    overflow: hidden;
    background: url('../images/close.png') center no-repeat;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    top: 0 !important;
    right: 0 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0;
    background: url('../images/close.png') center no-repeat !important;
    padding: 0 !important;
  }

    .ui-dialog-titlebar button span {
      display: none !important;
    }

.ui-dialog-content {
  padding: 15px;
  line-height: 20px;
  /*override jQuery UI styles, do not delete doubled properties*/
  background-color: #fff !important;
  padding: 15px 15px 20px 15px !important;
  color: #777;
}

  .ui-dialog-content .page {
    min-height: 0;
  }

  .ui-dialog-content .page-title {
    min-height: 0;
    margin: 0 0 15px;
    padding: 0px 10px 10px 10px;
    text-align: center;
  }

    .ui-dialog-content .page-title h1 {
      font-size: 24px;
      line-height: 30px;
    }

  .ui-dialog-content .back-in-stock-subscription-page {
    text-align: center;
  }

    .ui-dialog-content .back-in-stock-subscription-page .tooltip {
      margin-bottom: 10px;
    }

    .ui-dialog-content .back-in-stock-subscription-page .button-1 {
      border: none;
      background-color: #4ab2f1;
      padding: 10px 15px;
      font-size: 15px;
      color: #fff;
      text-transform: uppercase;
    }

      .ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
        background-color: #248ece;
      }

.eu-cookie-bar-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 320px;
  height: 180px;
  margin: -90px 0 0 -160px;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

  .eu-cookie-bar-notification .text {
    margin-bottom: 20px;
    line-height: 20px;
  }

  .eu-cookie-bar-notification button {
    min-width: 60px;
    margin: 5px 0 10px;
    border: none;
    background-color: #4ab2f1;
    padding: 8px 12px;
    font-size: 14px;
    color: #fff;
  }

    .eu-cookie-bar-notification button:hover {
      background-color: #248ece;
    }

  .eu-cookie-bar-notification a {
    display: block;
    color: #4ab2f1;
  }

    .eu-cookie-bar-notification a:hover {
      text-decoration: underline;
    }


.s-resource:not(:last-child) {
  margin-right: 10px;
}

.wd-available {
  width: -webkit-fill-available;
}

button, .button {
  padding: 10px 15px;
  color: #272727;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700 !important;
  text-decoration: none !important;
  text-align: center;
}

  button.disabled, .button.disabled {
    background-color: #d7d7d7;
  }

    button.disabled:hover, .button.disabled:hover {
      background-color: #d7d7d7 !important;
    }


  button:not(.disabled):not(.btn-default):not(.btn-danger):not(.btn-success), .button:not(.disabled):not(.btn-default):not(.btn-danger):not(.btn-success) {
    color: rgb(255 255 255);
    background-image: linear-gradient(to right, #98277C, #333376);
    border-radius: 3.125rem;
  }

    button:not(.disabled):not(.non-button):not(.btn-default):not(.btn-danger):not(.btn-success):hover, .button:not(.disabled):not(.btn-default):not(.btn-danger):not(.btn-success):hover, .control:hover {
      background-color: var(--red-hover);
      color: white;
    }

.ds-n {
  display: none;
}


.parafraph {
  margin-bottom: 50px;
  /* border-bottom: 1px solid #d7d7d7; */
  padding: 10px 30px;
}

.of-hd {
  overflow: hidden;
}

.menu-btn {
  width: 25px;
  height: 20px;
  cursor: pointer;
}

.cs-pn {
  cursor: pointer;
}

.mb-20 {
  margin-bottom: 20px;
}

.collection-empty {
  background-color: white;
  padding: 20px;
  color: #787878;
}

  .collection-empty .icon {
    margin-bottom: 15px;
  }

  .collection-empty.br-ys {
    border-top: var(--pagination-border);
  }

:root {
  --yellow: #fbd232;
  --black: #272727;
}

@media (max-width: 576px) {
  .search-form input {
    font-size: 18px !important;
  }
}

@media (min-width: 641px) {
  .root {
    min-height: 572px;
  }
}

.action-result {
  color: white;
  font-family: 'Montserrat';
  font-size: 17px;
}

  .action-result .action-result-close {
    cursor: pointer;
    opacity: .7;
  }

    .action-result .action-result-close:hover {
      opacity: 1;
    }

  .action-result .success, .action-result .failure {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
  }

  .action-result .success, .action-result .failure {
    margin-bottom: 30px;
  }

  .action-result .success {
    background: #17b76d
  }

  .action-result .failure {
    background: #dd4b39;
  }

.result-success {
  background: #17b76d;
  color: white;
  padding: 10px;
  font-size: 16px;
}

.result-failure {
  background: #ff0000;
  color: white;
  padding: 10px;
  font-size: 16px;
}

body {
  margin: 0;
  font-family: Calibri, sans-serif;
  background-color: #f5f5f5 !important;
}

.nav-tabs > li.active {
  font-weight: bold !important;
}

.nav-item {
  transition: background-color 0.3s ease-in;
  border-radius: 4px 4px 0 0;
  padding: 0;
}

.nav > li > a {
  padding: 10px 15px;
}

.nav-item:hover {
  background-color: #eee !important;
}

.nav-link {
  cursor: pointer;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active {
  background-color: #ffffff !important;
}

@media (max-width: 576px) {
  .col-xs-12 {
    width: 100%;
  }
}

.nav-tabs {
  border-bottom: none !important;
}
/**************************************************************/
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}



.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

.button-success {
  background-color: var(--red-hover) !important;
  color: white;
}

/*    .button-success:hover {
        background-color: #004941 !important;
    }
*/

.button-danger {
  background-color: var(--red) !important;
  color: white;
}

/*    .button-danger:hover {
        background-color: #d00000 !important;
    }*/

.button-default {
  background-color: #fff !important;
  color: #333 !important;
}

  .button-default:hover {
    background-color: #d0d0d0 !important;
  }


.img-card {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  align-items: center;
}

  .img-card img {
    width: 250px;
    height: 250px;
    object-fit: fill;
  }

td img {
  width: 100px;
}

.carousel-controls {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
}

  .carousel-controls > *:not(:first-child) {
    margin-left: 10px;
  }

#carousel-images .img-remove {
  color: #ff3e3e;
  opacity: .8;
  cursor: pointer;
}

  #carousel-images .img-remove:hover {
    opacity: 1;
  }

.carousel-inner img {
  max-height: 600px;
  width: 100%;
}

.carousel-indicators .active {
  background-color: #fbd232 !important;
  border-color: #fbd232 !important;
}

.arrow {
  position: absolute;
  top: 50%;
}

.renovation-table {
  font-family: Calibri, sans-serif;
  /*padding: 20px;*/
  background-color: white;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.renovation-table {
  font-size: 16px;
}

  .renovation-table .collection-header {
    font-weight: bold;
    border-bottom: 2px solid #c8c8c8;
  }

.renovation-table-row {
  display: flex;
  text-decoration: none !important;
  color: black !important;
}

  .renovation-table-row:nth-of-type(odd) {
    background-color: #f0f0f0;
  }

  .renovation-table-row:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
  }

  .renovation-table-row .anchor {
    color: var(--red);
  }

  .renovation-table-row:hover {
    background-color: #e2e2e2;
  }

.renovation-table-col {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  padding-left: 13px;
  padding-right: 0px;
}

.renovation-table-col-main {
  justify-content: center;
  flex-basis: 12%;
}

.renovation-table-cols {
  display: flex;
  flex-basis: 88%
}

  .renovation-table-cols .renovation-table-col {
    flex: 1 1 0px;
  }

.renovation-table-sm {
  margin-right: 15px;
  font-weight: bold;
  font-size: 16px;
}

.sort-header {
  display: block;
  cursor: pointer;
}

  .sort-header .sort-icon {
    color: var(--red);
    font-size: 0.9em;
    vertical-align: middle;
  }

  .sort-header:hover {
    background-color: #f7f7f7;
  }


.filter-container {
  margin-top: 2% !important;
}

@media(max-width:767px) {
  .renovation-table .collection-header {
    display: none;
  }

  .renovation-table-cols {
    flex-direction: column;
  }

  .renovation-table-row {
    flex-wrap: wrap;
  }
}

@media(max-width:576px) {
}

@media(min-width:768px) {
  .renovation-table-sm {
    display: none;
  }
}



@media(min-width:767px) {
  .renovation-table .collection-header {
    display: flex;
    flex-direction: row;
  }

  .renovation-table-cols {
    flex-direction: row;
  }
}

.pi-elp {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-width: 72px;
}

.explorer-container {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.09);
  margin-top: 30px;
  text-align: left;
  padding-bottom: 35px;
  padding: 0;
}

  .explorer-container .dropdown-item.active {
    background-color: #44a8f3;
  }

  .explorer-container .dropdown-item.disabled {
    background-color: #e7e7e7;
  }

    .explorer-container .dropdown-item.disabled:hover {
      background-color: #e7e7e7;
    }


  .explorer-container .dropdown-item {
    text-transform: capitalize;
  }

  .explorer-container .controls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .explorer-container .information, .explorer-container .controls {
    padding: 15px;
    /*background-color: var(--expl-bg);*/
  }

  .explorer-container .information {
    border-top: 1px solid #ebebeb;
  }

.explorer {
  display: flex;
  flex-direction: row;
  padding: 15px;
  justify-content: start;
  flex-wrap: wrap;
  align-items: flex-start;
}

  .explorer .file, .folder, .upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    min-width: 125px;
    /*max-width: 150px;*/
  }

    .explorer .file :last-child, .explorer .folder :last-child, .explorer .upload :last-child {
      max-width: 150px;
      margin-top: 5px;
      text-align: center;
    }


  .explorer .nav-tabs > li.active > a, .explorer .nav-tabs > li.active > a:hover, .explorer .nav-tabs > li.active > a:focus {
    background-color: #2d2a3d !important;
    border: none !important;
    color: white !important;
  }

#add-photos, #add-documents {
  transition: background-color 0.3s ease-in-out;
}

  #add-photos:hover, #add-documents:hover {
    background-color: rgba(66, 170, 238, 0.2);
  }

.flx-row {
  display: flex !important;
}

.flx-col {
  display: flex;
  flex-direction: column;
}

.jc-sb {
  justify-content: space-between;
}

.jc-se {
  justify-content: space-evenly;
}

.jc-sa {
  justify-content: space-around;
}

.jc-fs {
  justify-content: flex-start;
}

.jc-fe {
  justify-content: flex-end;
}

.jc-cn {
  justify-content: center;
}

.as-b {
  align-self: baseline;
}

.ai-bl {
  align-items: baseline;
}

.ai-cn {
  align-items: center;
}

.ai-st {
  align-items: stretch;
}

.ac-sb {
  align-content: space-between;
}

.ac-se {
  align-content: space-evenly;
}

.ac-sa {
  align-content: space-around;
}

.fg-6 {
  flex-grow: .55;
}

.fg-4 {
  flex-grow: .35;
}

.fw-wr {
  flex-wrap: wrap;
}

.fb-45 {
  flex-basis: 45%;
}


.form {
  margin-bottom: 20px
}

  .form .validation-summary {
  }

  .form .section {
    padding: 15px;
    margin: 40px 0;
    background-color: white;
    /*border-radius: 7px;*/
    /*box-shadow: 2px 2px 4px #e7e7e7;*/
  }

  .form .heading, .heading {
    font-size: 23px;
    margin-bottom: 40px !important;
    position: relative;
  }


  .form .field {
    padding: 0 20px 20px 30px;
    border-bottom: 1px solid rgb(216, 216, 216);
    margin-bottom: 20px;
  }

    .form .field .multi-line {
      max-height: 100px;
      overflow-y: auto;
    }

    .form .field .caption {
      font-weight: normal !important;
      padding-top: 10px;
    }

    .form .field .editor .required {
      color: red;
      padding-top: 10px;
    }

    .form .field .editor .input-container {
    }

  .form input[type="text"].input:not(.disabled) {
    cursor: text;
  }

  .form .input {
    padding: 10px;
    border: 1px solid white;
    background-color: white;
    cursor: default;
    margin-bottom: 10px;
  }

    .form .input:not(.disabled):hover {
      border: 1px solid black;
    }

  .form .disabled:hover {
    background-color: #eee;
    /*background-color: #f5f5f5;*/
  }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.form .col-xs-1 {
  width: 4.333333%;
}

.form .col-xs-11 {
  width: 95.666667%;
}

.form .radio-container {
  position: relative;
  margin-left: 30px;
}

  .form .radio-container label {
    cursor: pointer;
  }

  .form .radio-container input[type=checkbox], .form .radio-container input[type=radio] {
    visibility: hidden;
    position: absolute;
  }

    .form .radio-container input[type=radio] ~ label:before,
    .form .radio-container input[type=checkbox] ~ label:before {
      content: " ";
      position: absolute;
      height: 24px;
      width: 24px;
      top: -1px;
      left: -32px;
      margin-right: 2px;
      display: inline-block;
      vertical-align: baseline;
      background-color: #eee;
      box-shadow: inset -2px -2px 2px #c6c6c6;
    }

    .form .radio-container input[type=radio] ~ label:after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      left: -25px;
      top: 6px;
      border-radius: 50%;
    }

    .form .radio-container input[type=checkbox] ~ label:after {
      content: "";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      position: absolute;
      width: 10px;
      height: 10px;
      left: -27px;
      top: 0px;
    }


    .form .radio-container input[type=radio]:checked ~ label:after {
      background: #FBD232;
      box-shadow: inset 1px 1px 3px #a5a5a5;
    }

    .form .radio-container input[type=checkbox]:checked ~ label:after {
      color: #FBD232;
      content: "\f00c";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      text-shadow: 2px 2px 4px #bcbcbc;
    }

    .form .radio-container input[type=radio] ~ label:before {
      border-radius: 50%;
    }

    .form .radio-container input[type=checkbox] ~ label:before {
      border-radius: 2px;
    }

.form .summary {
  padding: 10px;
  background-color: #ffffff;
  font-size: 17px;
  margin-top: 20px;
}

  .form .summary .result {
    color: #24c64c;
  }

  .form .summary .message-error {
    color: #ff5555;
  }

.form .field-validation-error, .validation-error {
  background-color: var(--error-bc);
  color: var(--error-fc);
  font-weight: 600;
  padding: 10px;
}

.textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 70px;
  max-height: 150px;
}

.flat-picker {
  background-color: #fff0 !important;
}

.date, .date .input {
  cursor: pointer !important;
}

  .date:after {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #333;
    font-size: 16px;
    z-index: -1;
  }

header nav, .root nav {
  background-color: rgb(51 51 118 / var(--tw-bg-opacity));
  background: linear-gradient(0deg, rgba(152,39,124,1) 0%, rgba(152,39,124,1) 0%, rgba(51,51,118,1) 60%);
  /*border-radius: 0 0 500px 500px;*/
  padding: 20px;
  color: #666;
  /* box-shadow: 4px 2px 1px #dfdfdf; */
}


.op-0 {
  opacity: 0;
}

.zi-10 {
  z-index: 10 !important;
}

ul.menu {
  font-family: Lato;
  z-index: -10;
}

ul.menu-vr, ul.menu-hr {
  position: absolute;
  padding-left: 0;
  box-shadow: 2px 3px 5px #e3e3e3;
}

  ul.menu-vr li, ul.menu-hr li {
    list-style-type: none;
  }

ul.menu-vr, ul.menu-hr {
  border-top: 2.5px solid var(--red);
}

.menu-vr-handler {
  position: relative;
}

  .menu-vr-handler.open:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    border: 5px solid var(--red);
    border-top: 3px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }

ul.menu li .list-item {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  color: #666;
  line-height: 1;
  font-size: 17px;
  transition: background-color 0.2s ease-in-out;
  padding: 15px;
  text-decoration: none !important;
  min-width: max-content;
}

ul.menu li:not(:last-child) .list-item {
  border-bottom: 1px dashed #d8d8d8;
}

ul.menu li .list-item:hover {
  background-color: var(--red);
  color: white;
}

ul.menu li .list-item .fa-chevron-right {
  margin-left: 10px;
}

.nav-main {
  cursor: pointer;
  color: white;
  letter-spacing: 0.07em;
  transition: color 0.2s ease-in;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}

  .nav-main:hover {
    color: var(--red-hover);
  }

/*.nav-main span {
            margin-right: 0 !important;
        }*/

.separator {
  margin: 0 5px;
  padding: 2px 6px;
  color: #fff;
  border-radius: 4px;
  /*border: 1px solid #f9e9ab;*/
}

.nav-current {
  text-transform: capitalize;
  font-size: 15px;
  position: relative;
  color: white;
}

.search-form {
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000c4;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: url('/Themes/Contractor/Content/images/close-24.png'),pointer;
  z-index: 1000;
}


  .search-form div:first-child {
    display: flex;
    justify-content: space-between;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #727272;
    flex-wrap: wrap;
    cursor: default;
  }

  .search-form input {
    background: transparent;
    border: none;
    flex-grow: 1;
    font-size: 32px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: white;
  }

    .search-form input::placeholder {
      color: white;
      opacity: 1;
    }

  .search-form .submit {
    padding: 10px;
    color: #fff;
    font-size: 20px;
    transition: color .2s ease-in-out;
    cursor: pointer;
    background: transparent;
    border: none;
  }

/*.search-form .submit:hover {
            color: #FBD232;
        }*/

#modal-side-identity-links .body {
  background-color: white;
  color: black;
}

  #modal-side-identity-links .body > div:not(:last-child) {
    border-bottom: 2px solid #4b4b4b;
    padding-bottom: 10px;
  }

  #modal-side-identity-links .body a {
    color: var(--red);
    text-decoration: none;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
  }

    #modal-side-identity-links .body a:not(.a-nohover):hover {
      color: var(--red-hover);
    }


.header-background {
  background-color: white;
}


  .header-background .left {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -2;
  }

  .header-background .right {
    background-color: var(--green-1);
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -2;
  }


header .top {
  overflow: hidden;
  /*background-color: var(--green-1);*/
  /*padding: 15px;*/
  z-index: 2;
}

  header .top a {
    color: #133C71;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
  }

    header .top a:not(.a-nohover):hover {
      color: var(--red);
    }

.logo {
  padding: 30px 20px 40px 0px;
}


  .logo img {
    width: 270px;
    height: 150px;
    object-fit: cover;
  }

  .logo:after {
    content: '';
    position: absolute;
    border-top: 45px;
    border-left: 45px;
    border-right: 45px solid transparent;
    border-bottom: 45px solid transparent;
    top: 0;
    right: -90px;
  }

.identity-links {
  padding: 20px;
  color: #133c71;
}

  .identity-links > *:not(:last-child) {
    margin-right: 15px;
  }

.user-initials {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

  .user-initials span:nth-child(2) {
    margin-left: 2px;
  }

.impersonate-name {
  color: #8c8c8c;
}

.container-top {
  color: white;
}

.article-min:not(:last-child), .article-category:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 2px solid #d1d1d1;
}

.article-min a, .article-category a {
  font-size: 24px
}

  .article-category a span {
    font-size: 18px
  }

.category-tag-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}


.category-tag {
  border: 1px solid #ddd;
  padding: 3px;
  float: right;
  background-color: #f1f1f1;
  border-radius: 5px;
  margin-left: 5px;
  align-self: baseline;
  cursor: pointer;
  font-size: 14px !important;
  margin-bottom: 5px;
}

.kb-search-form {
  padding: 20px;
  background-color: white;
  margin-top: 20px;
}

.meta-tag {
  background-color: #f4f4f4;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
  font-size: 15px;
}

/*a {
        text-decoration: none !important
    }*/

.dashboard-section {
  /*width: 47%;*/
  border: 2px solid #e5e5e5;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-self: baseline;
}


.top-article {
  margin-bottom: 10px;
  border-left: 3px solid #272727;
  background-color: #f4f4f4;
  padding: 5px;
  font-size: 18px;
  font-family: 'Montserrat';
  display: flex;
  justify-content: space-between;
}

.top-article-views {
  color: black !important;
}

.top-article span:first-child {
  max-width: 70%;
}


/*@media (min-width: 992px) {
    .col-md-6 {
        width: 47% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}*/

/*.flx-row .col-xs-12 {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}*/

.matched-letter {
  background-color: #FBD232;
  color: white;
}


.fa-smile, .fa-frown {
  transition: color .2s ease-in-out;
  cursor: pointer
}

  .fa-smile:hover {
    color: green;
  }

  .fa-frown:hover {
    color: red;
  }


.article-body img {
  width: 100% !important;
}

#feedback-form .buttons {
  justify-content: space-between;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  #feedback-form .buttons {
    justify-content: flex-end !important;
  }

    #feedback-form .buttons button:last-child {
      margin-left: 10px;
    }
}


.suggested-article {
  text-decoration: none !important;
  padding: 10px 0;
}

  .suggested-article:not(:last-child) {
    border-bottom: 2px solid #e3e3e3;
  }

  .suggested-article h4 {
    text-align: left;
    margin: 0 !important;
  }

.kb a {
  text-decoration: none !important;
}


@media(max-width:500px) {
  .fixed-right {
    width: 100% !important;
  }
}

#fixed-float {
  position: fixed;
  right: 0;
  top: 100px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 9999;
  background-image: url('/Content/images/filter1.png');
  cursor: pointer;
  background-size: cover;
}

.filter-section {
  margin-bottom: 20px;
}



.fixed-right {
  position: fixed;
  right: -100%;
  top: 0;
  width: 300px;
  height: 100vh;
  background-color: #e1e1e1;
  z-index: 9999;
  padding: 10px;
  box-shadow: -3px 0 20px #cecece;
  display: none;
  overflow-y: auto;
}

.filter-section a {
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 16px !important;
}

.filter-tag {
  color: #747474;
  cursor: default;
  padding: 7px 10px;
  border-radius: 18px;
  background-color: white;
  margin-right: 5px;
}

  .filter-tag i {
    color: #fae7a0;
    cursor: pointer;
    transition: color 0.3s ease-in;
  }

    .filter-tag i:hover {
      color: #FBD232;
    }

.filter-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

  .filter-heading a {
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 16px !important;
  }

  .filter-heading i {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }

    .filter-heading i:hover {
      transform: rotateZ(90deg)
    }

.tags-categories, .tags-rating, .tags-views {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  flex-wrap: wrap;
  padding: 10px;
  padding-left: 15px;
}

.applied-filters {
  margin-bottom: 20px;
}

ul.list-tick > li {
  list-style-type: none;
  list-style-image: url('/Themes/Contractor/Content/images/tick-16.png')
}

.login .row {
  margin: 0 !important;
}

.login .left, .login .right {
  height: 100vh;
}

.login .left {
  background-image: url('/Themes/Contractor/Content/images/VIVID/sign-in-bg-desktop.webp');
  background-size: cover;
  background-repeat: no-repeat;
}

  .login .left .login-info {
    padding: 50px !important;
    height: 100%;
    color: white;
  }

    .login .left .login-info > *:first-child {
      margin-bottom: 50px !important;
    }

    .login .left .login-info h3 {
      font-family: Calibri, sans-serif;
      font-weight: 900;
      line-height: 1.25em;
      letter-spacing: .15em;
      margin-bottom: 50px !important;
    }

    .login .left .login-info p {
      font-family: Lato;
      font-size: 21px;
    }

    .login .left .login-info h4 {
      margin-top: auto !important;
      font-weight: normal;
      font-size: 16px;
    }

.login .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

.login .overlay {
  height: 100%;
}

.login .logo {
  background-color: transparent;
}

.login-form {
  width: 100%;
  /*height: 100%;*/
  /*padding-top: 200px !important;*/
}

  .login-form form {
    min-width: 50%;
  }

    .login-form form > div :not(:last-child) {
      margin-bottom: 20px;
    }

  .login-form .input {
    border: none;
    padding: 10px 20px !important;
    margin-bottom: 20px !important;
    border-radius: 4px;
    font-family: 'Lato';
  }

  .login-form .buttons > * {
    margin-right: 10px;
  }

  .login-form .buttons a {
    color: black;
    /*text-decoration: none;*/
  }

    .login-form .buttons a:hover {
      color: black;
    }

  .login-form h3 {
    margin-bottom: 20px;
    margin-top: 0;
    font-family: Calibri, sans-serif;
    font-weight: bold
  }

.modal-side {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 100;
}

  .modal-side.ds-n {
    display: none !important;
  }

  .modal-side .modal-title, .modal-side .validation-error {
    max-width: 200px;
  }

  .modal-side .body {
    background: white;
    /*min-width: 400px;*/
    /*max-width: fit-content;*/
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
  }

    .modal-side .body > *:not(:last-child) {
      margin-bottom: 30px;
    }

  .modal-side .fa-times {
    cursor: pointer;
  }

.modal-side-controls {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

  .modal-side-controls > * {
    margin: 0 10px;
  }

.modal-side .form .field {
  padding-bottom: 5px !important;
}

.search-controls, .page-controls {
  background: white;
}

.search-controls, .page-controls {
  margin-top: 30px;
  background: white;
}

.search-controls {
  padding: 20px;
}

  .search-controls .row:first-child:not(:last-child) {
    margin-bottom: 20px;
  }

.page-controls {
  display: flex;
  justify-content: space-between;
  height: 40px;
  padding: 0 20px;
}

  .page-controls + div {
    border-top: var(--pagination-border);
  }

  .page-controls .active {
    background-color: var(--red);
    color: white;
  }

    .page-controls .active:hover {
      background-color: var(--red-hover) !important;
    }


  .page-controls span {
    width: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    background-color: white;
  }

    .page-controls span:not(.nav-dis):hover {
      background-color: var(--red);
      color: white;
    }

.nav-dis {
  cursor: not-allowed !important;
  color: #bbbbbb !important;
}

:root {
  --pagination-border: 2px solid #d7d7d7;
}

.results {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
  font-family: 'Montserrat';
}

.collection {
  margin-bottom: 20px;
}

  .collection .ds-n {
    display: none !important;
  }

.filter-box {
  padding: 10px;
  outline: none;
  border: 1px solid #cacaca;
  min-width: 255px;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mh-300 {
  max-height: 300px;
}

/**/

.w-100 {
  width: 100% !important;
}

.w-50 {
  width: 50% !important;
}

.w-40 {
  width: 40%;
}

.w-25 {
  width: 25%;
}

.w-20 {
  width: 20%;
}

.pa-5 {
  padding: 5px;
}

.pa-10 {
  padding: 10px;
}

.pa-20 {
  padding: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.renovation .table-responsive {
  background-color: white;
  padding: 20px;
  max-height: 400px;
  overflow-y: auto;
  font-family: 'Montserrat';
  font-size: 16px;
}


.renovation td, .renovation th {
  padding: 15px !important;
}

.ticket-record {
  padding: 20px;
  text-decoration: none !important;
  border-bottom: 2px solid #f5f5f5;
  color: #666;
  font-family: 'Lato';
  font-size: 18px;
  /*transition: background-color 0.2s ease-in-out;*/
  /*transition: padding 0.2s ease-out;*/
  position: relative;
}

  .ticket-record.unread {
    color: black;
    font-weight: bold;
  }

  .ticket-record:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: var(--red);
    bottom: -2px;
    left: 0;
    transition: width 0.4s ease-in-out;
  }

  .ticket-record:hover {
    /*background-color: #f5f5f5;*/
    /*padding-left: 30px;*/
  }

    .ticket-record:hover:before {
      width: 100%;
    }

.inbox {
  background: white;
}



#ticket-notes {
  margin-top: 30px;
  background-color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

  #ticket-notes .list {
    display: flex;
    flex-direction: column;
    height: 400px;
    overflow-y: auto;
    overflow-x: auto;
  }


  #ticket-notes .input {
    width: 100%;
    height: 100%;
    border: 2px solid #f3f3f3;
    border-top: 0;
    vertical-align: middle;
    border-radius: 20px;
    background-color: #ededed;
    padding: 10px
  }

.messages {
  background-color: #ededed;
  overflow: auto;
  border: 2px solid #e5e5e5;
  margin-bottom: 20px;
}

.replies {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin: 10px;
  align-self: flex-end;
}

  .replies img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-left: 20px;
  }

  .replies .msg {
    border-top-right-radius: 0;
  }

  .replies .badge {
    align-self: flex-end;
  }

.sent {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 10px;
  margin: 10px;
  align-self: flex-start;
}

  .sent img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }

  .sent .badge {
    align-self: flex-start;
  }

.badge {
  white-space: break-spaces !important;
}

.msg {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background-color: #fdfdfd;
  padding: 15px;
}

.sent .msg {
  border-top-left-radius: 0;
}

.msg span, .msg a {
  margin: 5px 0;
  word-break: break-word;
}

.msg a {
  font-size: 14px;
}


.attach-tag {
  cursor: default;
  transition: background-color 0.3s ease-in-out;
  padding: 5px;
  margin: 0px 2px 2px 0px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: fit-content;
  transition: all 0.2s ease-in-out;
}

  .attach-tag:hover {
    background-color: var(--green-1);
    color: white;
  }

.btn-attached-remove {
  margin-right: 5px;
  cursor: pointer;
  opacity: .7;
}

  .btn-attached-remove:hover {
    opacity: 1;
  }

.ticket-notes .control, .control {
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  background: var(--red);
  color: white;
  border-radius: 22px;
  transition: all 0.2s ease-in-out;
}

  .ticket-notes .control:hover {
    background-color: var(--red-hover);
    color: white;
  }

.attach-tag-container {
  display: flex;
  overflow-x: auto;
  align-items: flex-start;
}

#message-input {
  border: none;
  background: transparent;
  width: 100%;
}

.ticket-notes input[type=file] {
  display: none !important;
}

@media (max-width: 576px) {
  .msg {
    max-width: 130px;
  }
}

.ticket-notes input:focus {
  border: none !important;
  outline: none !important;
}

.tickets .collection-empty {
  border-top: none !important;
}

:root {
  --green-1: #2d91d7bf;
  --green-2: #49a9ee45;
  --green-3: #49a9ee6e;
  --red: #333376;
  --red-hover: #98277C;
  --error-bc: #f8d7da;
  --error-fc: red;
}

@media(min-width:405px) {
  #modal-side-newsor .body {
    min-width: 400px;
    max-width: 400px;
  }
}

@media(max-width:404px) {
  #modal-side-newsor .body {
    min-width: 100%;
    max-width: 100%;
  }
}

.lookup {
  display: flex;
  flex-direction: column;
}

  .lookup.disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }

    .lookup.disabled * {
      cursor: not-allowed !important;
    }

  .lookup .input {
    margin-bottom: 0 !important;
  }


  .lookup .toggle-search {
    transform: rotateZ(90deg);
    color: #bebebe;
  }


.lookup-controls {
  display: flex;
  padding: 10px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}

.lookup-input {
  display: flex;
  flex-grow: 1;
  align-items: center;
}

.lookup-selection {
  max-width: 100%;
}


  .lookup-selection > span {
    padding: 5px;
  }

    .lookup-selection > span:first-child {
      flex-grow: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }


  .lookup-selection:hover {
    background-color: #f0f0f0 !important;
  }

  .lookup-selection .close:hover {
    background-color: #d0d0d0 !important;
  }

  .lookup-selection.edit {
    color: rgb(17, 96, 183);
    align-items: center;
    display: flex;
    font-weight: bold;
  }

    .lookup-selection.edit:hover {
      text-decoration: underline;
    }


  .lookup-selection.read {
    color: #cacaca;
    cursor: text !important;
  }

.ds-n-i {
  display: none !important;
}

.lookup-records {
  display: flex;
  flex-direction: column;
  border: 2px solid #aaaaaa;
  position: relative;
  top: -1px;
  max-height: 158px;
  overflow-y: auto;
  overflow-x: hidden;
}

.lookup-record:not(:last-child) {
  border-bottom: 1px solid #aaaaaa;
}

.lookup-record {
  padding: 5px;
  cursor: pointer;
}

  .lookup-record:hover {
    background-color: #f0f0f0;
  }

.lookup-more {
  color: #337ab7;
  cursor: pointer;
  border-bottom: 1px solid #d8d8d8;
  padding: 1px 5px;
}

  .lookup-more:hover {
    text-decoration: underline;
  }

.lookup-focused {
  box-shadow: 0px 0px 2px 2px #93aefc;
}

.lookup-controls input {
  border: none;
  outline: none;
}

.revised_sors_table td {
  padding: 15px !important;
}

.revised_sors_table i {
  font-style: normal;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  padding: 5px;
  cursor: pointer;
}


input[type="checkbox"] {
  width: auto;
}

.revised_sors_table .fa-times {
  width: 26px;
  height: 26.8px;
  text-align: center;
}

.renovation td {
  vertical-align: middle !important;
  border-top: none !important;
}

td > *:first-child {
  padding: 15px;
}

.revised_sors_table input {
  width: 100%;
}

.table input[type="text"]:disabled {
  background: transparent;
  border: none;
}

.table select:disabled {
  border: none;
  background: transparent;
  opacity: 1;
  appearance: none;
}


.table input[type="text"]:not(:disabled) {
  border: 1px solid black;
}

#sors-origin tr {
  cursor: pointer;
}

  #sors-origin tr:not(.selected) {
    /*background-color: #f7f7f7;*/
  }


/*    #sors-origin tr.selected {
        background-color: rgb(47 153 224 / 54%);
    }*/

.photo-gallery {
  border: 1px solid #bdbdbd;
  padding: 5px;
}

  .photo-gallery a {
    color: white !important;
  }

  .photo-gallery > label {
    margin-bottom: 10px;
  }

.photo {
  width: 100%;
}

  .photo img {
    width: 100%;
    min-height: 400px;
    max-height: 400px;
  }

  .photo h4 {
    background-color: black;
    color: white;
  }

  .photo i {
    color: red;
  }

.minimized {
  margin-top: 20px;
  overflow-x: scroll;
}

  .minimized img {
    margin-right: 20px;
    width: 100px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease-in-out;
  }

    .minimized img:hover {
      opacity: 1 !important;
    }

.slider-content {
  position: relative;
  top: 0px;
  background-color: black;
  color: white;
  opacity: .7;
  transition: top 0.7s ease-in-out;
  justify-content: space-between;
  padding: 0 10px;
}

.wo-form .section {
  margin: 0;
  margin-bottom: 10px;
}

.wo-form .nav-link {
  color: black !important;
  background-color: transparent !important;
  border: none !important;
}

.wo-form .table-responsive {
  padding: 0;
}

.wo-form .fa-sync-alt {
  cursor: pointer;
}

.flag {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

#modal-side-flags .body {
  min-width: 300px;
}

  #modal-side-flags .body .img {
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
  }

  #modal-side-flags .body img {
    width: 150px;
  }

#collapsed-tabs .nav-item {
  padding: 10px !important;
}

#collapsed-tabs li.active {
  background-color: #a5b0ff !important;
}

#collapsed-tabs .nav-item a {
  text-decoration: none !important;
  color: black !important;
}



@media(min-width:992px) {
  .left-section {
    margin-right: 10px;
  }

  .right-section {
    margin-left: 10px;
  }
}

.br-bt-gr-1 {
  border-bottom: 1px solid #e0e0e0;
}


#wo .nav-tabs {
  border-bottom: none !important;
}

.tabs-container {
  background: #f5f5f5;
  /*border-bottom: 2px solid #d7d7d7;*/
  font-size: 16px;
}

.process-bar {
  display: flex;
  justify-content: space-between;
  height: 60px;
  margin-bottom: 20px;
}

  .process-bar .process {
    flex-grow: .2;
    position: relative;
    background-color: rgb(228,228,228);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
  }

  .process-bar .active {
    cursor: pointer;
    font-weight: bold;
  }

  .process-bar .await {
    cursor: not-allowed;
  }

  .process-bar .active, .process-bar .complete {
    border-top: 5px solid rgb(219, 57, 35);
  }

  .process-bar .await {
    border-top: 5px solid rgb(210,210,210);
  }

  .process-bar .process .icon {
    position: absolute;
    display: inline-block;
    width: 26px;
    height: 26px;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background-size: cover;
  }

  .process-bar .active .icon {
    background-image: url('/Themes/Contractor/Content/images/active.png');
  }

    .process-bar .active .icon:before {
      content: '';
    }

  .process-bar .await .icon {
    background-image: url('/Themes/Contractor/Content/images/await.png');
  }

  .process-bar .complete .icon {
    background-image: url('/Themes/Contractor/Content/images/completed.png');
  }


.wo-process-panel {
  position: absolute;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
  width: auto;
  max-width: 400px;
  z-index: 9;
}

#myTabContent .tab-pane .row .col-xs-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.work-orders .row, #active-process .row, #wo .row {
  margin-left: 0;
  margin-right: 0;
}

#active-process .field {
  padding: 0 20px !important;
  margin-bottom: 10px !important;
}

.box .row {
  padding: 10px;
  margin-bottom: 10px;
}

  .box .row div:first-child {
    font-weight: bold;
  }

.col-xs-12 .col-sm-4 .col-md-5, .comp-docs-sec .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

.wo-process-panel .col-xs-12, .col-sm-12.col-md-5 {
  margin: 5px 0;
}

@media(max-width:1199px) {
  .process {
    display: none !important;
  }

  .process-bar .active {
    display: flex !important;
    flex-grow: 1 !important;
  }
}

@media(min-width:1200px) {
  .wo-process-panel {
    min-width: 400px;
  }
}

#myTabs {
  max-height: 40px;
  overflow-y: hidden;
}

#collapsed-tabs {
  position: absolute;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
  width: 125px;
}

  #collapsed-tabs ul {
    margin-bottom: 0;
    max-height: 300px;
    overflow-y: auto;
    padding: 0;
  }

  #collapsed-tabs li.active {
    border-radius: 0 !important;
  }

.wo-process-panel .a {
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
}

.stage-details {
  background-color: white;
  padding: 20px;
  margin: 50px 0;
  font-family: 'Montserrat';
}

  .stage-details .figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
    padding: 15px 0;
    border: 1px solid grey;
    border-radius: 5px;
  }

    .stage-details .figure img {
      width: 100%;
    }

    .stage-details .figure label {
      margin-top: 10px;
      font-size: 16px;
      font-weight: 800;
    }


  .stage-details ol li {
    list-style: decimal;
  }

  .stage-details.ul-header {
    font-size: 18px;
  }

  .stage-details ul, .stage-details ol {
    font-size: 17px;
  }

#unpaid-panel .explorer {
  max-height: 250px;
  overflow-y: auto;
  /*flex-direction: column !important;*/
}

  #unpaid-panel .explorer .file, #unpaid-panel .explorer #add-documents, #unpaid-panel .explorer #add-photos {
    flex-direction: row !important;
    padding: 0 !important;
    margin: 0 !important;
    padding: 5px;
    margin-bottom: 10px !important;
    margin-right: 10px !important;
  }

    #unpaid-panel .explorer .file img, #unpaid-panel .explorer #add-documents img, #unpaid-panel .explorer #add-photos img {
      width: 25px !important;
      height: 25px !important;
    }

#unpaid-panel .bx-sh {
  box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid #f6f6f6;
}

.comp-docs-sec .col-xs-12 {
  margin: 0 !important;
}

#unpaid-panel .row {
  /*border-bottom: none !important;*/
}

#unpaid-panel .explorer .file img, .explorer .folder img, .explorer .upload img {
  width: 35px;
  height: 35px;
}

#unpaid-panel .attach-tag-container {
  max-height: 150px;
  overflow-y: auto;
}
