.tox-notifications-container {
  display: none; }

@font-face {
  font-family: 'Proxima Nova';
  src: local("Proxima Nova Thin"), url("/fonts/proxima/ttf/Proxima Nova Thin.ttf") format("truetype"), url("/fonts/proxima/oet/Proxima Nova Thin.eot") format("embedded-opentype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: local("Proxima Nova Light"), url("/fonts/proxima/ttf/Proxima Nova Light.ttf") format("truetype"), url("/fonts/proxima/oet/Proxima Nova Light.eot") format("embedded-opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: local("Proxima Nova Regular"), url("/fonts/proxima/ttf/Proxima Nova Regular.ttf") format("truetype"), url("/fonts/proxima/oet/Proxima Nova Regular.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: local("Proxima Nova Bold"), url("/fonts/proxima/ttf/Proxima Nova Bold.ttf") format("truetype"), url("/fonts/proxima/oet/Proxima Nova Bold.eot") format("embedded-opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: local("Proxima Nova Extra Bold"), url("/fonts/proxima/ttf/Proxima Nova Extrabold.ttf") format("truetype"), url("/fonts/proxima/oet/Proxima Nova Extrabold.eot") format("embedded-opentype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: local("Proxima Nova Black"), url("/fonts/proxima/ttf/Proxima Nova Black.ttf") format("truetype"), url("/fonts/proxima/oet/Proxima Nova Black.eot") format("embedded-opentype");
  font-weight: 900;
  font-style: normal; }

head {
  display: block; }

a {
  color: #004954; }

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75) url("/images/loading2.gif") no-repeat center center;
  z-index: 10000; }

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

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

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

.btn.loading {
  pointer-events: none; }
  .btn.loading::before {
    content: "";
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    color: #23A43F;
    display: inline-block;
    margin-right: 4px; }

.btn.disabled {
  pointer-events: none;
  cursor: not-allowed; }

@media (min-width: 1200px) {
  .container {
    max-width: 1300px; } }

.vd-text, .table-style tr, .table-style tr th, .table-style tr td, .table-style tr td a, .textarea-style, .client-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper .date-item, .sales-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper .date-item, .date-wrapper .datepicker-wrapper .date-item {
  font-family: 'Proxima Nova', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  margin: 0px; }

.hidden {
  display: none; }

.max-size, .client-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper .date-item, .sales-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper .date-item, .date-wrapper .datepicker-wrapper .date-item {
  font-size: 22px !important;
  line-height: 26px !important; }

.extra-max-size {
  font-size: 40px !important;
  line-height: 44px !important; }

.semi-max-size {
  font-size: 30px !important;
  line-height: 44px !important; }

.large1-size {
  font-size: 17px !important;
  line-height: 20px !important; }

.large-size, .btn-style, .client-roles-wrapper .btn-create-order .icon-wrapper i {
  font-size: 16px !important;
  line-height: 20px !important; }

.semi-large-size {
  font-size: 15px !important; }

.default-size, .table-style tr td, .input-style, .textarea-style {
  font-size: 14px !important; }

.small-size {
  font-size: 13px !important; }

.light-weight {
  font-weight: 300 !important; }

.bold-weight, .btn-style, .client-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper .date-item, .sales-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper .date-item, .date-wrapper .datepicker-wrapper .date-item {
  font-weight: bold !important; }

.underline {
  text-decoration: underline; }

.table-style {
  table-layout: fixed;
  width: 100%; }
  .table-style tr th {
    border-bottom: 3px solid #707070;
    padding: 15px 5px;
    text-align: center;
    font-weight: bold; }
  .table-style tr td {
    padding: 15px 5px;
    text-align: center;
    font-weight: bold; }
    .table-style tr td a {
      text-decoration: underline;
      cursor: pointer; }
    .table-style tr td .agent-note {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      height: 52px;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      margin: 0px; }
    .table-style tr td.disabled {
      background: rgba(128, 128, 128, 0.4); }

.fullwidth {
  width: 100%; }

.gray-type {
  background: #F6F6F6;
  color: #000000; }

.input-style {
  border-radius: 10px;
  border: 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  height: 40px; }
  .input-style:focus, .input-style:active {
    outline: none;
    border: 0px; }
  .input-style::-webkit-input-placeholder {
    color: #000000; }
  .input-style:-moz-placeholder {
    color: #000000; }
  .input-style::-moz-placeholder {
    color: #000000; }
  .input-style:-ms-input-placeholder {
    color: #000000; }

.input-big {
  padding: 20px !important;
  font-size: 30px !important;
  font-weight: bold !important;
  height: initial; }

.textarea-style {
  color: #373737;
  padding: 10px 20px;
  border-radius: 10px;
  border: 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  resize: none; }
  .textarea-style:focus, .textarea-style:active {
    outline: none;
    border: 0px; }
  .textarea-style::-webkit-input-placeholder {
    color: #373737; }
  .textarea-style:-moz-placeholder {
    color: #373737; }
  .textarea-style::-moz-placeholder {
    color: #373737; }
  .textarea-style:-ms-input-placeholder {
    color: #373737; }

.btn-style {
  padding: 12px 30px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 0px;
  line-height: 16px !important; }

.btn-big {
  min-width: 280px; }

.btn-medium {
  min-width: 160px; }

.btn-black {
  background: #000000;
  color: #ffffff; }

.btn-white {
  background: #ffffff;
  color: #004953; }

.btn-mightnight-green {
  background: #004953;
  color: #ffffff; }

.btn-border {
  border: 5px solid #004953; }

.btn-square {
  width: 130px;
  height: 130px;
  padding: 15px !important; }

.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.no-margin {
  margin: 0px; }

.checkbox-type-wrapper {
  position: relative;
  margin-top: 15px; }
  .checkbox-type-wrapper input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer; }
  .checkbox-type-wrapper label {
    width: 100%;
    margin: 0px;
    padding: 15px;
    background: #004953;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    z-index: 1; }
  .checkbox-type-wrapper input[type="checkbox"]:checked ~ label {
    background-color: red;
    color: #ffffff; }
  .checkbox-type-wrapper.mini-type {
    margin-top: 0px;
    height: 40px;
    font-size: 14px; }
    .checkbox-type-wrapper.mini-type label {
      padding: 10px 15px; }

.amended-status-background {
  background: blue !important; }

.amended-status-color {
  color: blue !important; }
  .amended-status-color a {
    color: blue !important; }

.page-wrapper {
  background: #F6F6F6;
  padding-top: 75px;
  padding-bottom: 80px; }
  .page-wrapper .section-wrapper {
    margin-bottom: 45px; }
  .page-wrapper .section-title {
    margin-bottom: 15px;
    text-transform: uppercase; }
  .page-wrapper .logo-img {
    max-width: 200px;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 4px; }
  .page-wrapper .assign-cost-content {
    border-radius: 10px; }
    .page-wrapper .assign-cost-content .assign-cost-border {
      padding: 20px 20px 5px;
      margin: 0px -10px; }
      .page-wrapper .assign-cost-content .assign-cost-border .job-item {
        position: relative;
        width: 100%;
        padding-top: 100%;
        background: #F6F6F6;
        border-radius: 10px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        margin-bottom: 15px;
        cursor: pointer; }
        .page-wrapper .assign-cost-content .assign-cost-border .job-item .job-item-status {
          display: -webkit-box;
          display: -moz-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0px;
          height: 40px;
          background: #FF6767;
          color: #ffffff;
          border-radius: 0px 0px 10px 10px; }
  .page-wrapper .search-content {
    margin-bottom: 30px; }
  .page-wrapper .list-style-content {
    border-radius: 10px; }
    .page-wrapper .list-style-content .list-style-border {
      padding: 10px 0px; }
  .page-wrapper .summary-table {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
    .page-wrapper .summary-table tr {
      background: #ffffff;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      border-radius: 10px; }
      .page-wrapper .summary-table tr td:first-child {
        border-radius: 10px 0px 0px 10px; }
      .page-wrapper .summary-table tr td:last-child {
        border-radius: 0px 10px 10px 0px; }
      .page-wrapper .summary-table tr select {
        border: 0px; }
  .page-wrapper .job-detail-complete-wrapper {
    background: transparent !important;
    box-shadow: none !important; }
    .page-wrapper .job-detail-complete-wrapper .job-detail-complete-border {
      padding: 0px; }
      .page-wrapper .job-detail-complete-wrapper .job-detail-complete-border .job-description .job-description-border {
        padding: 30px 20px;
        background: #ffffff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 10px; }

.god-roles-wrapper .assign-cost-content {
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

.god-roles-wrapper .list-style-content {
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

.god-roles-wrapper .table-style tr {
  color: #000000; }
  .god-roles-wrapper .table-style tr th {
    color: #000000; }
  .god-roles-wrapper .table-style tr td {
    color: #000000; }
  .god-roles-wrapper .table-style tr a {
    color: #000000; }

.god-roles-wrapper .job-detail-wrapper {
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .god-roles-wrapper .job-detail-wrapper .job-thumnail .job-thumnail-status {
    background: #F6F6F6;
    color: #000000;
    border-radius: 0px 0px 10px 10px; }

.client-roles-wrapper .assign-cost-content {
  background: #D1DEE0; }
  .client-roles-wrapper .assign-cost-content .job-item-status {
    display: none !important; }

.client-roles-wrapper .list-style-content {
  background: #D1DEE0; }

.client-roles-wrapper .table-style tr {
  color: #004953; }
  .client-roles-wrapper .table-style tr th {
    color: #004953; }
  .client-roles-wrapper .table-style tr td {
    color: #004953; }
  .client-roles-wrapper .table-style tr a {
    color: #004953; }

.client-roles-wrapper .job-detail-wrapper {
  background: rgba(0, 73, 83, 0.18); }
  .client-roles-wrapper .job-detail-wrapper .job-thumnail .job-thumnail-status {
    background: #004953;
    color: #ffffff;
    border-radius: 0px 0px 10px 10px; }
  .client-roles-wrapper .job-detail-wrapper .job-description .vd-text, .client-roles-wrapper .job-detail-wrapper .job-description .table-style tr, .table-style .client-roles-wrapper .job-detail-wrapper .job-description tr, .client-roles-wrapper .job-detail-wrapper .job-description .table-style tr th, .table-style tr .client-roles-wrapper .job-detail-wrapper .job-description th, .client-roles-wrapper .job-detail-wrapper .job-description .table-style tr td, .table-style tr .client-roles-wrapper .job-detail-wrapper .job-description td, .client-roles-wrapper .job-detail-wrapper .job-description .table-style tr td a, .table-style tr td .client-roles-wrapper .job-detail-wrapper .job-description a, .client-roles-wrapper .job-detail-wrapper .job-description .textarea-style, .client-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper .job-detail-wrapper .job-description .date-item, .client-roles-wrapper .job-detail-wrapper .job-description .date-wrapper .datepicker-wrapper .date-item, .date-wrapper .datepicker-wrapper .client-roles-wrapper .job-detail-wrapper .job-description .date-item {
    color: #004953; }

.client-roles-wrapper .table-style.summary-table {
  background: rgba(0, 73, 83, 0.18); }

.client-roles-wrapper .btn-create-order {
  margin-left: 40px;
  cursor: pointer; }
  .client-roles-wrapper .btn-create-order label {
    cursor: pointer; }
  .client-roles-wrapper .btn-create-order .icon-wrapper {
    padding: 1px 5px;
    border: 1px solid #ffffff;
    border-radius: 100%; }

.client-roles-wrapper.homepage .client-roles-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border {
  background: rgba(0, 73, 83, 0.18);
  padding: 30px 20px;
  border-radius: 10px; }
  .client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper {
    border-radius: 10px;
    border: 5px solid #004953;
    margin: 0 auto;
    padding: 60px 40px;
    text-align: center; }
    .client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .vd-text, .client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .table-style tr, .table-style .client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper tr, .client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .table-style tr th, .table-style tr .client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper th, .client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .table-style tr td, .table-style tr .client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper td, .client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .table-style tr td a, .table-style tr td .client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper a, .client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .textarea-style, .client-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper .order-form-left .order-form-left-border .content-wrapper .date-item, .client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .date-wrapper .datepicker-wrapper .date-item, .date-wrapper .datepicker-wrapper .client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .date-item {
      color: #004953; }
    .client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .max-size, .client-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper .order-form-left .order-form-left-border .content-wrapper .date-item, .client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .date-wrapper .datepicker-wrapper .date-item, .date-wrapper .datepicker-wrapper .client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .date-item {
      margin-top: 60px; }
    .client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .large-size, .client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .btn-style, .client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .btn-create-order .icon-wrapper i, .client-roles-wrapper .btn-create-order .icon-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper i {
      margin-top: 20px;
      cursor: pointer;
      text-decoration: underline; }
    .client-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .btn-home {
      text-decoration: none;
      margin-top: 60px; }

.client-roles-wrapper .order-form-wrapper .order-form-right .order-form-right-border {
  background: rgba(0, 73, 83, 0.18);
  padding: 30px 20px;
  border-radius: 10px; }

.client-roles-wrapper .order-form-wrapper .item-title {
  color: #004953;
  margin-bottom: 20px; }

.client-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  position: relative;
  border-radius: 10px;
  color: #004953; }
  .client-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper .date-item {
    width: calc(100% / 3);
    padding: 15px;
    text-align: center; }
    .client-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper .date-item:nth-child(1) {
      border-radius: 10px 0px 0px 10px;
      background: #F7F7F7; }
    .client-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper .date-item:nth-child(2) {
      border-radius: 0px;
      background: #ffffff; }
    .client-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper .date-item:nth-child(3) {
      border-radius: 0px 10px 10px 0px;
      background: #F7F7F7; }
  .client-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper #datepicker {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0; }

.client-roles-wrapper .order-form-wrapper a.btn-order {
  margin: 40px auto 0; }
  .client-roles-wrapper .order-form-wrapper a.btn-order button {
    border-radius: 36px;
    padding-top: 20px;
    padding-bottom: 20px; }

.sales-roles-wrapper .assign-cost-content {
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

.sales-roles-wrapper .list-style-content {
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

.sales-roles-wrapper .table-style tr {
  color: #000000; }
  .sales-roles-wrapper .table-style tr th {
    color: #000000; }
  .sales-roles-wrapper .table-style tr td {
    color: #000000; }
  .sales-roles-wrapper .table-style tr a {
    color: #000000; }

.sales-roles-wrapper .job-detail-wrapper {
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .sales-roles-wrapper .job-detail-wrapper .job-thumnail .job-thumnail-status {
    background: #F6F6F6;
    color: #000000;
    border-radius: 0px 0px 10px 10px; }

.sales-roles-wrapper .job-accept .btn-accept {
  padding: 25px; }

.sales-roles-wrapper .btn-add-customer {
  cursor: pointer; }
  .sales-roles-wrapper .btn-add-customer label {
    cursor: pointer; }

.sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border {
  background: rgba(0, 73, 83, 0.18);
  padding: 30px 20px;
  border-radius: 10px; }
  .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper {
    border-radius: 10px;
    border: 5px solid #004953;
    margin: 0 auto;
    padding: 60px 40px;
    text-align: center; }
    .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .vd-text, .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .table-style tr, .table-style .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper tr, .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .table-style tr th, .table-style tr .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper th, .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .table-style tr td, .table-style tr .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper td, .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .table-style tr td a, .table-style tr td .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper a, .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .textarea-style, .sales-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper .order-form-left .order-form-left-border .content-wrapper .date-item, .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .date-wrapper .datepicker-wrapper .date-item, .date-wrapper .datepicker-wrapper .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .date-item {
      color: #004953; }
    .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .max-size, .sales-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper .order-form-left .order-form-left-border .content-wrapper .date-item, .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .date-wrapper .datepicker-wrapper .date-item, .date-wrapper .datepicker-wrapper .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .date-item {
      margin-top: 60px; }
    .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .large-size, .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .btn-style, .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .client-roles-wrapper .btn-create-order .icon-wrapper i, .client-roles-wrapper .btn-create-order .icon-wrapper .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper i {
      margin-top: 20px;
      cursor: pointer;
      text-decoration: underline; }
    .sales-roles-wrapper .order-form-wrapper .order-form-left .order-form-left-border .content-wrapper .btn-home {
      text-decoration: none;
      margin-top: 60px; }

.sales-roles-wrapper .order-form-wrapper .order-form-right .order-form-right-border {
  background: rgba(0, 73, 83, 0.18);
  padding: 30px 20px;
  border-radius: 10px; }

.sales-roles-wrapper .order-form-wrapper .item-title {
  color: #004953;
  margin-bottom: 20px; }

.sales-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  position: relative;
  border-radius: 10px;
  color: #004953; }
  .sales-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper .date-item {
    width: calc(100% / 3);
    padding: 15px;
    text-align: center; }
    .sales-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper .date-item:nth-child(1) {
      border-radius: 10px 0px 0px 10px;
      background: #F7F7F7; }
    .sales-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper .date-item:nth-child(2) {
      border-radius: 0px;
      background: #ffffff; }
    .sales-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper .date-item:nth-child(3) {
      border-radius: 0px 10px 10px 0px;
      background: #F7F7F7; }
  .sales-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper #datepicker {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0; }

.sales-roles-wrapper .order-form-wrapper a.btn-order {
  margin: 40px auto 0; }
  .sales-roles-wrapper .order-form-wrapper a.btn-order button {
    border-radius: 36px;
    padding-top: 20px;
    padding-bottom: 20px; }

.addForm .modal-dialog {
  max-width: 400px;
  top: 50px; }

.addForm .uploadForm {
  max-width: 1300px !important; }

.addForm .modal-body {
  padding: 30px;
  background: #F6F6F6;
  border-radius: 10px; }
  .addForm .modal-body i {
    position: absolute;
    right: -30px;
    top: -30px;
    font-size: 35px;
    color: #F6F6F6;
    cursor: pointer; }
  .addForm .modal-body .semi-max-size {
    margin-bottom: 20px;
    text-align: center; }
  .addForm .modal-body .input-style {
    box-shadow: none;
    width: 100%;
    margin-bottom: 15px; }
  .addForm .modal-body .btn-style {
    margin: 20px auto 0px;
    display: block;
    box-shadow: none;
    color: #000000; }

.site-title {
  color: #004953;
  font-size: 20px; }

.active-table tbody tr {
  cursor: pointer; }

.complete-table tbody tr {
  cursor: pointer; }

.ui-datepicker {
  z-index: 100000 !important; }

.disabledTab {
  pointer-events: none; }
  .disabledTab i.fa {
    pointer-events: all; }

#calendar .ui-widget-header.wc-toolbar {
  position: relative; }
  #calendar .ui-widget-header.wc-toolbar .wc-nav.ui-buttonset.wc-nav-custom {
    float: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

#calendar .disabled-teams {
  pointer-events: none !important;
  background: rgba(0, 0, 0, 0.3) !important; }
  #calendar .disabled-teams .wc-cal-event {
    background-color: rgba(0, 0, 0, 0.4) !important; }
    #calendar .disabled-teams .wc-cal-event .wc-time.ui-corner-top {
      background-color: rgba(0, 0, 0, 0.4) !important; }

.page-wrapper-img {
  padding-top: 75px;
  padding-bottom: 80px; }
  .page-wrapper-img .section-wrapper {
    margin-bottom: 45px; }
  .page-wrapper-img .section-title {
    margin-bottom: 15px;
    text-transform: uppercase; }
  .page-wrapper-img .logo-img {
    max-width: 200px;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 4px; }
  .page-wrapper-img .assign-cost-content {
    border-radius: 10px; }
    .page-wrapper-img .assign-cost-content .assign-cost-border {
      padding: 20px 20px 5px;
      margin: 0px -10px; }
      .page-wrapper-img .assign-cost-content .assign-cost-border .job-item {
        position: relative;
        width: 100%;
        padding-top: 100%;
        background: #F6F6F6;
        border-radius: 10px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        margin-bottom: 15px;
        cursor: pointer; }
        .page-wrapper-img .assign-cost-content .assign-cost-border .job-item .job-item-status {
          display: -webkit-box;
          display: -moz-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0px;
          height: 40px;
          background: #FF6767;
          color: #ffffff;
          border-radius: 0px 0px 10px 10px; }

.gallery-uploaded-review {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  z-index: 2; }
  .gallery-uploaded-review .gallery-uploaded-review-body {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px;
    overflow-y: auto;
    background-color: #eeeeee; }
    .gallery-uploaded-review .gallery-uploaded-review-body i {
      color: #ffffff;
      cursor: pointer;
      position: absolute;
      top: 5px;
      right: 5px;
      font-size: 22px; }
    .gallery-uploaded-review .gallery-uploaded-review-body .gallery-wrapper {
      margin: 0px -5px; }
      .gallery-uploaded-review .gallery-uploaded-review-body .gallery-wrapper .gallery-item {
        width: 25%;
        padding: 5px; }
        .gallery-uploaded-review .gallery-uploaded-review-body .gallery-wrapper .gallery-item img {
          width: 100%;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); }
      .gallery-uploaded-review .gallery-uploaded-review-body .gallery-wrapper .slick-arrow:before {
        font-size: 30px; }
      .gallery-uploaded-review .gallery-uploaded-review-body .gallery-wrapper .slick-arrow.slick-prev {
        left: -40px; }
      .gallery-uploaded-review .gallery-uploaded-review-body .gallery-wrapper .slick-arrow.slick-next {
        right: -30px; }

.sortableList {
  margin: 0px -5px;
  width: 100%; }
  .sortableList .sortItemBackup {
    padding: 7px; }
    .sortableList .sortItemBackup img {
      width: 100%;
      box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1); }

.galleryList {
  margin: 0px -5px; }
  .galleryList .galleryItem {
    width: 25% !important;
    padding: 7px; }
    .galleryList .galleryItem img {
      width: 100%;
      box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1); }

.lightbox {
  /* The Modal (background) */
  padding: 30px !important;
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
  /* Modal Content */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Number text (1/3 etc) */ }
  .lightbox .modal-content {
    position: relative;
    background-color: transparent;
    border: 0px;
    margin: auto;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: 1200px; }
  .lightbox .mySlides {
    width: 100%;
    height: 100%;
    display: none;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .lightbox .cursor {
    cursor: pointer; }
  .lightbox .prev,
  .lightbox .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none; }
  .lightbox .next {
    right: 0;
    border-radius: 3px 0 0 3px; }
  .lightbox .prev:hover,
  .lightbox .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    text-decoration: none !important; }
  .lightbox .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.5); }
  .lightbox img {
    margin-bottom: -4px; }

.loadingText {
  font-family: 'Proxima Nova', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  display: block;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 35px; }

.sortItem {
  cursor: pointer; }

#previewImage .deleteImage {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 100%;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dc3545;
  padding: 0px !important; }
  #previewImage .deleteImage i {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    font-size: 13px; }

#previewImage #sortable {
  width: 100%;
  margin: 0px -10px !important; }
  #previewImage #sortable .sortItem {
    padding: 10px !important; }

#selectedImage {
  width: 100%;
  margin: 0px -10px !important; }
  #selectedImage .col-2 {
    padding: 10px !important; }
  #selectedImage .deleteImage {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dc3545;
    padding: 0px !important; }
    #selectedImage .deleteImage i {
      position: relative;
      top: unset;
      left: unset;
      right: unset;
      font-size: 13px; }

.stt {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #ffffff;
  font-weight: 700; }

.alert {
  margin-top: 1rem; }

.text-center a {
  margin: 0 4px; }

.info-modal .modal-dialog {
  max-width: 400px;
  top: 50%;
  transform: translateY(-50%); }

.info-modal .modal-body {
  padding: 30px;
  background: #F6F6F6;
  border-radius: 10px; }
  .info-modal .modal-body i {
    position: absolute;
    right: -30px;
    top: -30px;
    font-size: 35px;
    color: #F6F6F6;
    cursor: pointer; }
  .info-modal .modal-body .semi-max-size {
    margin-bottom: 20px;
    text-align: center; }
  .info-modal .modal-body .input-style {
    box-shadow: none;
    width: 100%;
    margin-bottom: 15px; }
  .info-modal .modal-body .btn-style {
    margin: 20px auto 0px;
    display: block;
    box-shadow: none;
    color: #000000; }

.btn-style {
  padding: 12px 25px; }

.date-wrapper .datepicker-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  position: relative;
  border-radius: 10px;
  color: #ffffff; }
  .date-wrapper .datepicker-wrapper .date-item {
    width: calc(100% / 3);
    padding: 15px;
    text-align: center; }
    .date-wrapper .datepicker-wrapper .date-item:nth-child(1) {
      border-radius: 10px 0px 0px 10px;
      background: #04899b; }
    .date-wrapper .datepicker-wrapper .date-item:nth-child(2) {
      border-radius: 0px;
      background: #05a6bb; }
    .date-wrapper .datepicker-wrapper .date-item:nth-child(3) {
      border-radius: 0px 10px 10px 0px;
      background: #04899b; }
  .date-wrapper .datepicker-wrapper .datepicker {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0; }

.date-wrapper.search .datepicker-wrapper {
  min-height: 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 100% !important; }
  .date-wrapper.search .datepicker-wrapper .date-item {
    padding: 10px;
    font-size: 18px !important;
    line-height: 22px !important;
    background: #ffffff;
    color: #212529; }

.search-button-wrapper {
  margin-top: 20px;
  min-height: 40px;
  display: flex; }
  .search-button-wrapper button {
    width: 49%;
    margin-left: 1%;
    padding: 10px; }

#reportrange {
  background: #ffffff;
  position: relative;
  border-radius: 10px;
  border: 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0px 15px;
  cursor: pointer; }
  #reportrange i.fa.fa-calendar {
    margin-right: 5px; }
  #reportrange i.fa.fa-caret-down {
    position: absolute;
    right: 15px; }

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.inner-addon {
  position: relative; }

.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  padding-top: 30px;
  font-size: 30px !important;
  font-weight: bold !important;
  height: initial;
  pointer-events: none; }

.input-cost {
  padding-left: 40px !important;
  text-align: left !important; }

.left-addon .glyphicon {
  left: 0px; }

.right-addon .glyphicon {
  right: 0px; }

.left-addon input {
  padding-left: 30px; }

.right-addon input {
  padding-right: 30px; }

.type-placeholder {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 100px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }
  @media (min-width: 1200px) and (max-width: 1299px) {
    .type-placeholder {
      height: 105px;
      -webkit-line-clamp: 5; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .type-placeholder {
      height: 90px;
      -webkit-line-clamp: 5;
      font-size: 12px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .type-placeholder {
      height: 126px;
      -webkit-line-clamp: 6; } }
  @media (max-width: 767px) {
    .type-placeholder {
      height: 80px;
      -webkit-line-clamp: 5;
      font-size: 11px !important; } }

.type-placeholder-reference {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }
  @media (min-width: 1200px) and (max-width: 1299px) {
    .type-placeholder-reference {
      height: 105px;
      -webkit-line-clamp: 5; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .type-placeholder-reference {
      height: 84px;
      -webkit-line-clamp: 4;
      font-size: 12px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .type-placeholder-reference {
      height: 126px;
      -webkit-line-clamp: 6; } }
  @media (max-width: 767px) {
    .type-placeholder-reference {
      height: 80px;
      -webkit-line-clamp: 5;
      font-size: 11px !important; } }

.invoice-content {
  margin-top: 20px;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px; }
  .invoice-content .invoice-border {
    padding: 5px 30px; }
    .invoice-content .invoice-border .invoice-display-border {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .invoice-content .invoice-border .invoice-display-border .invoice-item {
        margin: 10px 0px;
        text-align: center; }
        .invoice-content .invoice-border .invoice-display-border .invoice-item select {
          padding: 0px 10px; }
        .invoice-content .invoice-border .invoice-display-border .invoice-item a {
          color: #000000;
          text-decoration: underline; }
        @media (min-width: 768px) {
          .invoice-content .invoice-border .invoice-display-border .invoice-item:first-child {
            text-align: left; }
          .invoice-content .invoice-border .invoice-display-border .invoice-item:last-child {
            text-align: right; } }
        @media (max-width: 991px) {
          .invoice-content .invoice-border .invoice-display-border .invoice-item:last-child {
            text-align: center; } }

.page-header-button-group {
  display: inline-block;
  margin-left: 40px;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .page-header-button-group {
      margin-left: 5px;
      margin-bottom: 20px;
      margin-top: 20px; } }

@media (max-width: 767px) {
  .config-section {
    text-align: left !important; }
    .config-section button {
      margin-bottom: 10px; } }

.original,
.original .col-3 {
  z-index: 3; }

.cloned {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cloned .col-3 {
  z-index: 1; }

#summaryOfAccommodation,
#locationDescription {
  width: 100%;
  resize: none; }

.page-wrapper-img-un-sortable img.hover-shadow {
  pointer-events: none; }

.GeneralRemarksGroup .GeneralRemarksItem {
  width: 100%;
  margin-bottom: 15px; }
  .GeneralRemarksGroup .GeneralRemarksItem h2 {
    margin-bottom: 10px !important; }
  .GeneralRemarksGroup .GeneralRemarksItem select,
  .GeneralRemarksGroup .GeneralRemarksItem input {
    width: 100%;
    height: 32px; }
  .GeneralRemarksGroup .GeneralRemarksItem textarea {
    width: 100%;
    resize: none; }

.GeneralRemarksGroup.GeneralRemarksGroupBottom {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; }
  .GeneralRemarksGroup.GeneralRemarksGroupBottom .GeneralRemarksItem {
    width: calc((100% - (15px * 3)) / 4); }

.GeneralRemarksGroupCollapseWrapper .GeneralRemarksGroupCollapse {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s ease; }
  .GeneralRemarksGroupCollapseWrapper .GeneralRemarksGroupCollapse .GeneralRemarksGroupCollapseInner {
    background-color: #EEEEEE;
    border-radius: 5px;
    padding: 15px; }

.GeneralRemarksGroupCollapseWrapper h1.section-title {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 50px;
  cursor: pointer; }
  .GeneralRemarksGroupCollapseWrapper h1.section-title:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: calc(100% - 30px);
    width: 12px;
    height: 12px;
    border: solid #000000;
    border-width: 3px 3px 0px 0px;
    transform: rotate(45deg); }

.GeneralRemarksGroupCollapseWrapper.show .GeneralRemarksGroupCollapse {
  max-height: 1200px; }

.GeneralRemarksGroupCollapseWrapper.show h1.section-title:before {
  top: 2px;
  transform: rotate(135deg); }

.sortableListNewLayout {
  display: flex;
  flex-wrap: wrap; }
  .sortableListNewLayout .sortItem {
    position: relative;
    top: unset;
    left: unset; }
    .sortableListNewLayout .sortItem .sortInnerBgImage {
      position: relative;
      width: 100%;
      padding-top: 74.70%;
      pointer-events: none;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .sortableListNewLayout .sortItem img {
      display: none; }
    .sortableListNewLayout .sortItem .mainImageSelection {
      display: block !important;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 0;
      pointer-events: none;
      padding: 10px; }
      .sortableListNewLayout .sortItem .mainImageSelection .fac-star-icon {
        border-radius: 100%;
        box-shadow: none;
        border: 0px;
        width: 35px;
        height: 35px;
        background-color: #FFD700 !important;
        opacity: .8;
        transition: transform .3s ease; }
        .sortableListNewLayout .sortItem .mainImageSelection .fac-star-icon:hover {
          transform: scale(1.2); }
    .sortableListNewLayout .sortItem:hover .mainImageSelection, .sortableListNewLayout .sortItem.mainImage .mainImageSelection, .sortableListNewLayout .sortItem.mainImageUpdating .mainImageSelection {
      opacity: 1;
      pointer-events: all; }
    .sortableListNewLayout .sortItem:not(.mainImage) .fa-star-o {
      display: block !important; }
    .sortableListNewLayout .sortItem.mainImage .fac-star-icon {
      background-color: #FFB400 !important;
      opacity: 1; }
    .sortableListNewLayout .sortItem.mainImage .fa-star {
      display: block !important; }

.galleryListNewLayout {
  display: flex;
  flex-wrap: wrap; }
  .galleryListNewLayout .galleryItem {
    position: relative;
    top: unset;
    left: unset; }
    .galleryListNewLayout .galleryItem .sortInnerBgImage {
      width: 100%;
      padding-top: 74.70%;
      pointer-events: none;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .galleryListNewLayout .galleryItem img {
      display: none; }
