.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 {
  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 {
  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 {
  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 .job-detail-wrapper .job-description .order-form-wrapper .date-wrapper .datepicker-wrapper .date-item, .client-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-wrapper .job-detail-wrapper .job-description .date-item, .sales-roles-wrapper .order-form-wrapper .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 .order-form-left .order-form-left-border .content-wrapper .date-wrapper .datepicker-wrapper .date-item, .client-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-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 .order-form-left .order-form-left-border .content-wrapper .date-wrapper .datepicker-wrapper .date-item, .client-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-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 .order-form-left .order-form-left-border .content-wrapper .date-wrapper .datepicker-wrapper .date-item, .sales-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-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 .order-form-left .order-form-left-border .content-wrapper .date-wrapper .datepicker-wrapper .date-item, .sales-roles-wrapper .order-form-wrapper .date-wrapper .datepicker-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; }

body {
  background: #f4f6fc; }
  body .card-signin {
    border: 0;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); }
    body .card-signin .card-title {
      margin-bottom: 15px;
      font-weight: 300;
      font-size: 25px;
      text-align: left !important; }
    body .card-signin .control-label {
      color: #8c98a9;
      margin-bottom: 5px; }
      body .card-signin .control-label.form-check-label {
        margin-top: 2px; }
    body .card-signin .form-control {
      border: 1px solid #e0e7ff; }
    body .card-signin .card-body {
      padding: 2rem; }
      body .card-signin .card-body .form-signin {
        width: 100%;
        margin-bottom: 0; }
        body .card-signin .card-body .form-signin .additional {
          margin-top: 1rem;
          text-align: center;
          margin-bottom: 0; }
      body .card-signin .card-body .alert {
        margin-top: 1rem; }
  body .login-container-row {
    height: 100%; }
    body .login-container-row .login-container {
      margin-top: 100px;
      max-height: 600px;
      height: 100%;
      background: #ffffff;
      border-radius: 4px;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
      body .login-container-row .login-container .login-form,
      body .login-container-row .login-container .login-background {
        display: inline-block;
        height: 100%;
        vertical-align: middle !important; }
        body .login-container-row .login-container .login-form .card-signin,
        body .login-container-row .login-container .login-background .card-signin {
          box-shadow: none; }
      body .login-container-row .login-container .login-form {
        border-radius: 4px 0px 0px 4px; }
      body .login-container-row .login-container .login-background {
        border-radius: 4px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: top center !important; }
        body .login-container-row .login-container .login-background img {
          position: absolute;
          top: 85px;
          left: 50%;
          transform: translateX(-50%);
          width: 100%;
          max-width: 150px; }
