@import url(https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,700,800&amp;

);@charset "UTF-8";
* {
  font-family: "Montserrat", sans-serif;
}

.form-body-material.form-wizard .btn {
  margin: 0 10px;
  letter-spacing: 1.2px;
  height: 60px;
  font-size: 18px;
  line-height: 1;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .form-body-material.form-wizard .btn {
    margin: 5px 10px;
    height: 40px;
    font-size: 14px;
    padding: 0 20px;
    width: 70%;
  }
}

.form-body-material.form-wizard .btn__holder {
  text-align: center;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .form-body-material.form-wizard .btn__holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form-body-material.form-wizard .btn--small {
  height: 40px;
  font-size: 14px;
}

.form-body-material.form-wizard .btn--green {
  background-color: #42b254;
  color: white;
  font-weight: 700;
  border: none;
  line-height: 1.2;
}

.form-body-material.form-wizard .btn--green:active {
  background: #f05400;
}

.form-body-material.form-wizard .btn--green-no-wrap {
  background-color: #42b254;
  color: white;
  font-weight: 700;
  border: none;
  line-height: 1.2;
}

.form-body-material.form-wizard .btn--green-no-wrap:active {
  background: #f05400;
}

.form-body-material.form-wizard .btn--gray {
  color: #9d9d9d;
  border: 2px solid #9d9d9d;
  background: transparent;
  font-weight: 700;
}

.form-body-material.form-wizard .btn--gray:active {
  color: white;
  fill: white;
  background: #9d9d9d;
}

.form-body-material.form-wizard .btn--gray:active .icon--back-arrow {
  fill: white;
  color: white;
}

.form-body-material.form-wizard .btn--gray:focus {
  color: white;
  border-color: #9d9d9d;
}

.form-body-material.form-wizard .btn--gray-fill {
  background-color: #9d9d9d;
  color: white;
  border: none;
  font-weight: 700;
}

.form-body-material.form-wizard .btn--gray-fill:active {
  background-color: #f05400;
}

.form-body-material.form-wizard .btn--rad {
  border-radius: 80px;
}

.form-body-material.form-wizard .btn--arrow {
  margin-right: 10px;
}

.form-body-material.form-wizard .btn-next {
  background: #42b254;
}

.form-body-material.form-wizard .btn:focus svg {
  fill: white;
}

.form-body-material.form-wizard .btn:disabled {
  background-color: #e7e7e7;
  color: #cfcfcf;
}

.form-body-material.form-wizard .btn--link {
  line-height: 38px;
}

.form-body-material.form-wizard .btn:focus {
  background-color: #9d9d9d;
}

@media (max-width: 767px) {
  .form-body-material.form-wizard .btn-previous {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .form-body-material.form-wizard .btn-next {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 767px) {
  .form-body-material.form-wizard .reservation-order {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.modal-center-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-center-btn .btn {
  margin: 0 10px;
  letter-spacing: 1.2px;
  height: 60px;
  font-size: 18px;
  line-height: 1;
  padding: 0 40px;
}

.modal-center-btn .btn:focus {
  outline: none;
}

@media (max-width: 767px) {
  .modal-center-btn .btn {
    margin: 5px 10px;
    width: 150px;
    min-width: auto;
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
    line-height: 1;
  }
}

.modal-center-btn .btn__holder {
  text-align: center;
  margin-top: 65px;
}

.modal-center-btn .btn--green {
  background-color: #42b254;
  color: white;
  font-weight: 700;
  border: none;
  line-height: 1.2;
}

.modal-center-btn .btn--green:active {
  background: #f05400;
}

.modal-center-btn .btn--circle {
  border-radius: 100%;
  width: 66px;
  height: 66px;
  padding: 0;
}

.modal-center-btn .btn--green-no-wrap {
  background-color: #42b254;
  color: white;
  font-weight: 700;
  max-width: 200px;
  border: none;
  line-height: 1.2;
}

.modal-center-btn .btn--gray {
  color: #9d9d9d;
  border: 2px solid #9d9d9d;
  background: transparent;
  font-weight: 700;
}

.modal-center-btn .btn--gray:focus {
  color: white;
  fill: white;
  background: #9d9d9d;
}

.modal-center-btn .btn--gray-fill {
  color: white;
  background-color: #b6b6b6;
  line-height: 1.2;
}

.modal-center-btn .btn--rad {
  border-radius: 80px;
}

.modal-center-btn .btn--arrow {
  margin-right: 10px;
}

.modal-center-btn .btn-next {
  background: #42b254;
}

.modal-center-btn .btn:disabled {
  background-color: #e7e7e7;
  color: #cfcfcf;
}

.modal-center-btn .btn--link {
  display: inline-block;
  height: 40px;
  line-height: 37px;
}

@media (max-width: 767px) {
  .modal-center-btn .btn--link {
    height: 40px;
    line-height: 35px;
  }
}

.modal-center-btn--login {
  margin-top: 6vh;
  margin-bottom: 7vh;
}

.btn-holder {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .btn-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.btn-holder--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-holder--no-mar {
  margin-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-holder .btn {
  margin: 0 10px;
  letter-spacing: 1.2px;
  height: 60px;
  font-size: 18px;
  line-height: 1;
  padding: 0 40px;
  color: blue;
}

@media (max-width: 767px) {
  .btn-holder .btn {
    margin: 0 10px;
    width: auto;
    min-width: 120px;
    height: 40px;
    font-size: 14px;
    padding: 0 20px;
    margin: 5px 0;
  }
}

.btn-holder .btn--small {
  height: 40px;
  font-size: 14px;
}

.btn-holder .btn--green {
  background-color: #42b254;
  color: white;
  font-weight: 700;
  border: none;
  line-height: 1.2;
}

.btn-holder .btn--green:active {
  background: #f05400;
}

.btn-holder .btn--gray {
  color: #9d9d9d;
  border: 2px solid #9d9d9d;
  background: transparent;
  font-weight: 700;
}

.btn-holder .btn--gray:focus {
  color: white;
  fill: white;
  background: #9d9d9d;
}

.btn-holder .btn--gray-fill {
  background-color: #9d9d9d;
  color: white;
  border: none;
  font-weight: 700;
}

.btn-holder .btn--gray-fill:active {
  background-color: #f05400;
}

.btn-holder .btn--rad {
  border-radius: 80px;
}

.btn-holder .btn--arrow {
  margin-right: 10px;
}

.btn-holder .btn-next {
  background: #42b254;
}

.btn-holder .btn:focus {
  outline: none;
}

.btn-holder .btn:focus svg {
  fill: white;
}

.btn-holder .btn:disabled {
  background-color: #e7e7e7;
  color: #cfcfcf;
}

.btn-holder .btn--link {
  line-height: 36px;
}

@media (max-width: 767px) {
  .btn-holder .swal-button {
    width: 100%;
  }
}

.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.arrow--appointments {
  position: absolute;
  font-size: 50px;
  top: 0;
  z-index: 10;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .arrow--appointments {
    top: 0;
  }
}

@media (max-width: 991px) {
  .arrow--appointments {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.arrow--appointments__left {
  left: -45px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .arrow--appointments__left {
    left: 5px;
  }
}

@media (max-width: 767px) {
  .arrow--appointments__left {
    left: 5px;
  }
}

.arrow--appointments__right {
  right: -45px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .arrow--appointments__right {
    right: 5px;
  }
}

@media (max-width: 767px) {
  .arrow--appointments__right {
    right: 5px;
  }
}

.arrow--appointments__right svg {
  vertical-align: top;
}

@media (max-width: 991px) {
  .arrow--appointments__right {
    -webkit-transform-origin: center 10px;
            transform-origin: center 10px;
  }
}

.arrow--appointments--active {
  cursor: pointer;
  fill: #474747;
}

.arrow--appointments--disabled {
  fill: #e5e5e5;
  cursor: not-allowed;
}

.arrow:hover {
  cursor: pointer;
}

.input-error-select2 {
  border-bottom: 2px solid #f05400;
}

.icon {
  line-height: 1;
}

.icon--give-up {
  display: inline-block;
  vertical-align: middle;
}

.icon--arrow-right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon--close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon--back-arrow {
  display: inline-block;
  fill: #9d9d9d;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .icon--back-arrow svg {
    width: 20px;
  }
}

.textarea {
  color: #474747;
  resize: none;
  font-weight: 700;
  font-size: 16px;
  background-color: #f8f8f8;
  border: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color ease-in-out 150ms;
  transition: border-color ease-in-out 150ms;
  width: 100%;
  padding: 0 20px;
  line-height: 44px;
}

.textarea::-webkit-input-placeholder {
  font-style: italic;
  font-size: 16px;
  color: #474747;
  font-weight: 400;
}

.textarea:-ms-input-placeholder {
  font-style: italic;
  font-size: 16px;
  color: #474747;
  font-weight: 400;
}

.textarea::-ms-input-placeholder {
  font-style: italic;
  font-size: 16px;
  color: #474747;
  font-weight: 400;
}

.textarea::placeholder {
  font-style: italic;
  font-size: 16px;
  color: #474747;
  font-weight: 400;
}

.textarea:focus {
  outline: none;
  border-bottom-color: #a8a8a8;
}

.textarea__notice {
  display: none;
}

.textarea--modal {
  height: 230px;
}

.form-body-material .textarea__notes {
  resize: none;
  background-color: #f8f8f8;
  height: 90px;
  font-size: 14px;
}

.form-body-material .textarea__notes::-webkit-input-placeholder {
  font-style: italic;
  font-size: 14px;
  color: #878787;
  font-weight: 400;
}

.form-body-material .textarea__notes:-ms-input-placeholder {
  font-style: italic;
  font-size: 14px;
  color: #878787;
  font-weight: 400;
}

.form-body-material .textarea__notes::-ms-input-placeholder {
  font-style: italic;
  font-size: 14px;
  color: #878787;
  font-weight: 400;
}

.form-body-material .textarea__notes::placeholder {
  font-style: italic;
  font-size: 14px;
  color: #878787;
  font-weight: 400;
}

.form-body-material .textarea__notes:focus {
  background: #f8f8f8;
}

.no-pad {
  padding: 0;
}

.no-pad--l {
  padding-left: 0;
}

.no-pad--r {
  padding-right: 0;
}

.no-pad--t-b {
  padding-top: 0;
  padding-bottom: 0;
}

table tbody tr .no-pad--t-b {
  padding-top: 0;
  padding-bottom: 0;
}

table tbody tr .no-pad {
  padding: 0;
}

table tbody tr .lh-30 {
  line-height: 45px;
}

table tbody .lh-30 {
  line-height: 45px;
}

.mar-top {
  margin-top: 60px;
}

.mar-top--small {
  margin-top: 30px;
}

.mar-top--big {
  margin-top: 65px;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mar-center {
  margin: 0 auto;
}

.f-none {
  float: none;
}

.clearfix {
  overflow: auto;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.html-print {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  display: none;
}

.loader img {
  width: 120px;
}

.loader__text {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  position: relative;
  top: -25px;
  color: #f05400;
}

.modal {
  top: 50%;
  left: 50%;
  background: #f3f3f3;
  border-radius: 10px;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 36px;
  display: block;
  min-width: 600px;
  max-width: 90%;
}

@media (max-width: 767px) {
  .modal {
    width: 80%;
    min-width: auto;
  }
}

.modal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal__wrapper--form-quit {
  display: none;
}

.modal__wrapper--print {
  display: none;
}

.modal__wrapper--remove-article {
  display: none;
}

.modal__wrapper--edit-client {
  display: none;
}

.modal__wrapper--cancel-order {
  display: none;
}

.modal__wrapper--before-print {
  display: none;
}

.modal__wrapper--edit-bill {
  display: none;
}

.modal__wrapper--reservation {
  display: none;
}

.modal__wrapper--delete-confirmation {
  display: none;
}

.modal__wrapper--change-bill-number-no-print {
  display: none;
}

.modal__text {
  display: block;
}

.modal__text--big {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: black;
}

.input {
  border: none;
  background-color: #f8f8f8;
  color: #474747;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  -webkit-transition: 100ms ease border;
  transition: 100ms ease border;
}

.input::-webkit-input-placeholder {
  color: #474747;
  font-style: italic;
  font-weight: 400;
}

.input:-ms-input-placeholder {
  color: #474747;
  font-style: italic;
  font-weight: 400;
}

.input::-ms-input-placeholder {
  color: #474747;
  font-style: italic;
  font-weight: 400;
}

.input::placeholder {
  color: #474747;
  font-style: italic;
  font-weight: 400;
}

.input:focus {
  border-bottom: 2px solid #a8a8a8;
  outline: none;
}

.input-error {
  border-bottom: 2px solid #f05400;
}

.input-error::-webkit-input-placeholder {
  color: #f05400;
}

.input-error:-ms-input-placeholder {
  color: #f05400;
}

.input-error::-ms-input-placeholder {
  color: #f05400;
}

.input-error::placeholder {
  color: #f05400;
}

.input--margin {
  margin-bottom: 15px;
}

.dot,
.dot:before,
.dot:after {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 20px;
  background-color: #3a3a3a;
}

.dots {
  display: inline-block;
}

.dot {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dot:before,
.dot:after {
  content: "";
}

.dot:before {
  right: 6px;
  -webkit-transition: right .3s ease-out;
  transition: right .3s ease-out;
}

.dot:after {
  left: 6px;
  -webkit-transition: left .3s ease-out;
  transition: left .3s ease-out;
}

body[class^="skin-purple"] .pagination > .active > a,
body[class^="skin-purple"] .pagination > .active > a:focus,
body[class^="skin-purple"] .pagination > .active > a:hover,
body[class^="skin-purple"] .pagination > .active > span,
body[class^="skin-purple"] .pagination > .active > span:focus,
body[class^="skin-purple"] .pagination > .active > span:hover {
  background-color: #dedede;
  border-color: #ddd;
  color: #474747;
}

.search-input {
  background-color: #f8f8f8;
  border: none;
  margin: 0 15px;
  padding: 10px 5px;
  color: #474747;
  font-size: 16px;
  width: 325px;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .search-input {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .search-input {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.search-input::-webkit-input-placeholder {
  color: #474747;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
}

.search-input:-ms-input-placeholder {
  color: #474747;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
}

.search-input::-ms-input-placeholder {
  color: #474747;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
}

.search-input::placeholder {
  color: #474747;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
}

.search-input:focus,
.search-input:active {
  outline: none;
}

.search-input__holder {
  background-color: #f8f8f8;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .search-input__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (max-width: 767px) {
  .search-input__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

.search-input__magnifier,
.search-input__clear {
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .search-input__magnifier,
  .search-input__clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .search-input__magnifier {
    display: none;
  }
}

.search-input__btn {
  background: #42b254;
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
}

.search-input__btn:hover,
.search-input__btn:active,
.search-input__btn:focus {
  color: white;
}

.search-input__wrapper {
  margin: 30px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .search-input__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .search-input__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.swal-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: black;
  margin-top: 0;
  padding: 0;
}

.swal-title:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .swal-button {
    width: auto;
  }
}

.swal-modal {
  width: 600px;
  padding: 36px 0;
  background-color: #f3f3f3;
  display: inline-block;
  border-radius: 10px;
  -webkit-animation: none;
          animation: none;
}

@media (max-width: 767px) {
  .swal-modal {
    width: 80%;
  }
}

.swal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .swal-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.swal-button-container {
  display: block;
  margin: 0;
  height: auto;
}

@media (max-width: 767px) {
  .swal-button-container {
    width: 100%;
  }
}

.swal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.swal-text {
  color: #474747;
  font-size: 14px;
  font-weight: 400;
}

.swal-icon {
  background-color: #f3f3f3;
}

.swal-icon:before,
.swal-icon:after {
  background-color: #f3f3f3;
}

.swal-icon--success:after,
.swal-icon--success:before {
  background-color: #f3f3f3;
}

.swal-icon--success__hide-corners {
  background-color: #f3f3f3;
}

.swal-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.swal__para {
  margin: 0;
  line-height: 1.4;
}

.swal__row {
  margin: 20px 0;
}

.swal__input {
  width: 60%;
}

@media (max-width: 767px) {
  .swal__input {
    width: 100%;
  }
}

.swal-overlay--show-modal .swal-modal {
  -webkit-animation: none;
          animation: none;
}

.swal-button--loading ~ .swal-button__loader {
  display: none;
}

.pnotify-custom {
  background-color: white;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color: black;
  font-weight: 700;
  width: 373px;
  text-align: center;
  position: relative;
}

.pnotify-custom__corner {
  border-radius: 10px;
}

.pnotify-custom__icon {
  background-image: url("/images/svgs/close_rounded--gray.svg");
  width: 20px;
  height: 20px;
  background-position: center;
  float: right;
  border: none;
  background-color: white;
  padding: 0;
  background-size: cover;
}

.pnotify-custom__icon:active,
.pnotify-custom__icon:focus {
  outline: none;
}

.ui-pnotify-action-bar {
  position: absolute;
  top: 3px;
  right: 8px;
}

.ui-pnotify-container {
  padding: 40px 5px;
  border-radius: 10px;
}

.brighttheme-success {
  border: 2px solid #42b254;
}

.brighttheme-error {
  border: 2px solid #e93168;
}

.group__name {
  font-weight: 700;
  font-size: 20px;
  color: black;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
}

.form-body-material .form-control {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-radius: 0;
  color: #474747;
  font-size: 16px;
}

.form-body-material .form-control::-webkit-input-placeholder {
  color: #474747;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.form-body-material .form-control:-ms-input-placeholder {
  color: #474747;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.form-body-material .form-control::-ms-input-placeholder {
  color: #474747;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.form-body-material .form-control::placeholder {
  color: #474747;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.form-body-material .form-control:focus {
  border-bottom: 2px solid #a8a8a8;
}

.parking__wrapper {
  margin-top: 45px;
  margin-bottom: 45px;
  padding-left: 0;
  line-height: 1;
}

.parking__wrapper .has_parking {
  margin: 0;
  vertical-align: middle;
}

.parking__question {
  color: #474747;
  font-size: 16px;
  font-style: italic;
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 400;
}

.parking__answer {
  vertical-align: middle;
  margin-bottom: 0;
  font-style: italic;
  display: inline-block;
}

.parking__answer__text {
  padding-left: 10px;
  color: #f05400 !important;
  vertical-align: middle;
}

.form-wizard {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-wizard .input-error {
  border-color: #f05400;
}

.form-wizard .input-error::-webkit-input-placeholder {
  color: #f05400;
  font-weight: 400;
}

.form-wizard .input-error:-ms-input-placeholder {
  color: #f05400;
  font-weight: 400;
}

.form-wizard .input-error::-ms-input-placeholder {
  color: #f05400;
  font-weight: 400;
}

.form-wizard .input-error::placeholder {
  color: #f05400;
  font-weight: 400;
}

.form-wizard .small-text {
  color: #f05400;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  font-size: 30px;
  width: 50px;
  color: #f8f8f8;
}

.select2-container--classic .select2-selection--single .select2-selection__clear:after {
  content: "";
  background-image: url("/images/svgs/close.svg");
  font-size: 20px;
  width: 14px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  line-height: 1.42857143;
}

.input--city {
  padding-left: 0;
}

@media (max-width: 991px) {
  .input--city {
    padding-right: 0;
  }
}

.input--post-number {
  padding-right: 0;
}

@media (max-width: 991px) {
  .input--post-number {
    padding-left: 0;
  }
}

.input--street-address {
  padding-left: 0;
}

@media (max-width: 767px) {
  .input--street-address {
    padding-right: 0;
  }
}

.input--appartment-number {
  padding-right: 0;
}

@media (max-width: 991px) {
  .input--street-number {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .input--street-number {
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .input--floor {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .input--floor {
    padding-left: 15px;
  }
}

.add-article {
  padding-left: 0;
  padding-right: 0;
}

.add-article__inside {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 20px;
  width: 100%;
}

.appointments {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (max-width: 991px) {
  .appointments {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.appointments__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.appointments__week--first {
  padding-right: 10px;
}

.appointments__week--second {
  padding-left: 10px;
}

.appointments__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (max-width: 991px) {
  .appointments__col {
    border-bottom: 1px solid #eaeaea;
  }

  .appointments__col:last-of-type {
    border-bottom: 0;
  }
}

.appointments__container {
  overflow: hidden;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  float: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .appointments__container {
    width: 94%;
  }
}

.appointments__head {
  color: #474747;
}

.appointments__head-cell {
  padding: 0;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .appointments__head-cell {
    margin-bottom: 0;
    padding: 15px 15px;
    border-bottom: 0;
  }
}

.appointments .day__name,
.appointments .day__date {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .appointments .day__name {
    font-size: 14px;
    padding: 0;
  }
}

.appointments .day__no-date {
  text-align: center;
  display: none;
  color: #f05400;
}

@media (max-width: 991px) {
  .appointments .day__no-date {
    display: block;
  }
}

.appointments__body-cell {
  text-align: center;
  color: #f05400;
  height: 35px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .appointments__body-cell {
    display: none;
    width: 130px;
  }

  .appointments__body-cell:hover {
    background-color: none;
  }
}

@media (min-width: 1025px) {
  .appointments__body-cell:hover {
    color: white;
    background-color: #f05400;
    cursor: pointer;
  }
}

.appointments__body-cell--active {
  color: white;
  background-color: #f05400;
}

.appointments__body-cell span {
  line-height: 2.2;
}

.appointments__body-cell--active-responsive {
  display: block;
  margin: 7.5px auto;
}

.receiving-form {
  float: none;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .receiving-form {
    padding: 0;
  }
}

.receiving-form .field-name {
  display: block;
  font-weight: 700;
}

.receiving-form__logo {
  display: block;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 767px) {
  .receiving-form__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

.receiving-form__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 3px solid #474747;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .receiving-form__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.receiving-form__header .address,
.receiving-form__header .contact {
  text-align: left;
}

@media (max-width: 767px) {
  .receiving-form__header .address {
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 767px) {
  .receiving-form__header .contact {
    text-align: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.receiving-form__header .contact a:hover {
  color: #f05400;
}

.receiving-form__header .contact a:focus {
  color: #f05400;
}

.receiving-form__header .heading {
  text-align: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 767px) {
  .receiving-form__header .heading {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
  }
}

.receiving-form .address__item,
.receiving-form .contact__item,
.receiving-form .heading__item,
.receiving-form .heading__order-num {
  display: block;
}

.receiving-form .address__item,
.receiving-form .contact__item {
  font-size: 14px;
  color: #909090;
  font-weight: 300;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .receiving-form .address__item,
  .receiving-form .contact__item {
    font-size: 12px;
  }
}

.receiving-form .heading__item,
.receiving-form .heading__order-num {
  font-size: 24px;
  color: #474747;
  font-weight: 700;
}

@media (max-width: 767px) {
  .receiving-form .heading__item,
  .receiving-form .heading__order-num {
    font-size: 18px;
  }
}

.receiving-form__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}

@media (max-width: 767px) {
  .receiving-form__table {
    display: block;
  }
}

.receiving-form .table__row {
  display: table-row;
}

@media (max-width: 991px) {
  .receiving-form .table__cell {
    line-height: 1;
  }
}

.receiving-form .table__cell-sum {
  text-align: right;
  border-bottom: 1px solid #e2e2e2;
  vertical-align: top;
}

@media (max-width: 767px) {
  .receiving-form .table__cell-sum:before {
    content: "Ukupno";
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    color: #b7b7b7;
  }
}

.receiving-form .table__cell-amount {
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  vertical-align: top;
}

@media (max-width: 767px) {
  .receiving-form .table__cell-amount {
    border: 0;
  }

  .receiving-form .table__cell-amount:before {
    content: "Koli\10Dina";
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    color: #b7b7b7;
  }
}

.receiving-form .table__cell-name {
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 767px) {
  .receiving-form .table__cell-name {
    border: 0;
  }

  .receiving-form .table__cell-name:before {
    content: "Naziv artikla";
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    color: #b7b7b7;
  }
}

.receiving-form .table__cell-unit-price {
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  vertical-align: top;
}

@media (max-width: 767px) {
  .receiving-form .table__cell-unit-price {
    border: 0;
  }

  .receiving-form .table__cell-unit-price:before {
    content: "Cena po jedinici";
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    color: #b7b7b7;
  }
}

@media (max-width: 767px) {
  .receiving-form .table__cell-name,
  .receiving-form .table__cell-unit-price,
  .receiving-form .table__cell-amount,
  .receiving-form .table__cell-sum {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
  }
}

.receiving-form .table__heading {
  color: black;
  font-size: 14px;
  font-weight: 400;
  display: table-cell;
  background: white;
}

@media (max-width: 767px) {
  .receiving-form .table__heading {
    display: none;
  }
}

.receiving-form .table__heading-sum {
  text-align: right;
  padding-right: 15px;
  width: 160px;
}

@media (max-width: 991px) {
  .receiving-form .table__heading-sum {
    width: 110px;
  }
}

.receiving-form .table__heading-amount {
  text-align: center;
  width: 90px;
}

@media (max-width: 991px) {
  .receiving-form .table__heading-amount {
    width: 60px;
  }
}

.receiving-form .table__heading-unit-price {
  width: 180px;
  text-align: center;
}

@media (max-width: 991px) {
  .receiving-form .table__heading-unit-price {
    width: 130px;
  }
}

.receiving-form__body {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .receiving-form__body {
    line-height: 1;
  }
}

.receiving-form__body .heading {
  font-size: 20px;
  color: #909090;
  font-weight: 700;
}

@media (max-width: 767px) {
  .receiving-form__body .heading {
    font-size: 16px;
  }
}

.receiving-form .selected-item {
  position: relative;
}

.receiving-form .selected-item__holder {
  margin: 40px 0;
}

.receiving-form .selected-item__name {
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .receiving-form .selected-item__name {
    line-height: 1.2;
  }
}

.receiving-form .selected-item__sum-price,
.receiving-form .selected-item__amount-of-articles,
.receiving-form .selected-item__unit-price {
  display: inline-block;
  text-align: right;
}

@media (max-width: 991px) {
  .receiving-form .selected-item__sum-price,
  .receiving-form .selected-item__amount-of-articles,
  .receiving-form .selected-item__unit-price {
    font-size: 14px;
  }
}

.receiving-form .selected-item__sum-price,
.receiving-form .selected-item__unit-price {
  width: auto;
}

.receiving-form .selected-item__amount-of-articles {
  width: auto;
}

.receiving-form .selected-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.receiving-form .selected-item__info-left {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  padding-left: 12px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .receiving-form .selected-item__info-left {
    padding-left: 0;
    padding-top: 5px;
  }
}

.receiving-form .selected-item__info-right {
  font-size: 14px;
  font-weight: 500;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.receiving-form .selected-item__desc,
.receiving-form .selected-item__measure {
  display: block;
}

@media (max-width: 991px) {
  .receiving-form .selected-item__desc {
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  .receiving-form .selected-item__measure {
    line-height: 1.4;
  }
}

.receiving-form .additional-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 2px solid #e2e2e2;
  color: #909090;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.receiving-form .additional-services__text {
  line-height: 1.5;
}

.receiving-form .additional-services__heading,
.receiving-form .additional-services__service {
  display: block;
  font-size: 14px;
}

.receiving-form .additional-services__heading {
  font-weight: 700;
}

.receiving-form .additional-services__service,
.receiving-form .additional-services__price {
  font-weight: 500;
}

.receiving-form .total-sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  color: #909090;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .receiving-form .total-sum {
    font-size: 16px;
  }
}

.receiving-form__footer {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .receiving-form__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .receiving-form .assembly-info {
    float: none;
    margin-bottom: 30px;
  }
}

.receiving-form .assembly-info__header {
  color: #f05400;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

@media (max-width: 767px) {
  .receiving-form .assembly-info__header {
    font-size: 18xp;
  }
}

.receiving-form .assembly-info__icon svg {
  vertical-align: top;
}

.receiving-form .assembly-info__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.receiving-form .assembly-info__col:first-of-type {
  margin-top: 20px;
}

.receiving-form .assembly-info__col--new-contractor .assembly-info__desc {
  padding-left: 0;
}

.receiving-form .assembly-info__col--new-contractor .assembly-info__placeholder {
  padding-bottom: 5px;
}

.receiving-form .assembly-info__placeholder,
.receiving-form .assembly-info__date {
  display: block;
  font-size: 14px;
}

.receiving-form .assembly-info__placeholder {
  line-height: 17px;
  color: #909090;
  font-weight: 700;
}

.receiving-form .assembly-info__desc {
  padding-left: 10px;
  line-height: 1.2;
}

.receiving-form .assembly-info__date,
.receiving-form .assembly-info__assembly-address,
.receiving-form .assembly-info__assembly-time,
.receiving-form .assembly-info__assembler {
  color: #f05400;
  font-weight: 300;
  line-height: 1;
  font-size: 14px;
}

.receiving-form .client-info {
  display: inline-block;
  width: auto;
}

@media (max-width: 767px) {
  .receiving-form .client-info {
    float: none;
    width: 100%;
  }
}

.receiving-form .client-info__header {
  font-weight: 700;
  font-size: 20px;
  color: #f05400;
  display: block;
  line-height: 1;
}

@media (max-width: 767px) {
  .receiving-form .client-info__header {
    font-size: 18px;
  }
}

.receiving-form .client-info__right {
  float: left;
  font-size: 14px;
  line-height: 17px;
}

.receiving-form .client-info .client__wrapper-name,
.receiving-form .client-info .client__wrapper-address,
.receiving-form .client-info .client__wrapper-mail,
.receiving-form .client-info .client__wrapper-phone {
  line-height: 1;
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

.receiving-form .client-info .client__wrapper-name {
  margin-top: 20px;
}

.receiving-form .client-info .client__icon {
  margin-right: 10px;
  float: left;
  padding-top: 3px;
}

.receiving-form .client-info .client__name,
.receiving-form .client-info .client__address,
.receiving-form .client-info .client__mail,
.receiving-form .client-info .client__phone-number {
  line-height: 1;
  font-size: 14px;
  float: left;
  color: #f05400;
}

.receiving-form .client-info a:hover {
  color: #f05400;
}

@media (max-width: 767px) {
  .confirm-order {
    white-space: pre-wrap;
  }
}

.notes {
  width: 50%;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .notes {
    width: 100%;
  }
}

.notes__placeholder {
  font-size: 14px;
  display: block;
}

.notes__placeholder::before {
  content: "*";
}

.notes--address,
.notes--assembly {
  display: block;
  font-size: 12px;
  padding-left: 10px;
  line-height: 1;
}

.change-contractor__input {
  width: 100%;
}

.login__container {
  height: 100vh;
  background: url("/images/login-image.jpeg") no-repeat center center fixed;
  background-size: cover;
}

.login__holder {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  background-color: white;
  max-width: 714px;
  width: 60%;
}

@media (max-width: 767px) {
  .login__holder {
    width: 90%;
    top: 50%;
  }
}

.login__text-msg {
  text-align: center;
  font-size: 16px;
  color: black;
  font-weight: 700;
  margin-bottom: 6vh;
  margin-top: 6vh;
  line-height: 42px;
  display: block;
  text-transform: uppercase;
}

.login__input {
  max-width: 400px;
  width: 80%;
  height: 40px;
  background-color: #f8f8f8;
  margin: 0 auto;
}

.input__holder {
  margin-bottom: 4vh;
}

.input__holder .help-block {
  color: #f05400;
  text-align: center;
}

.logo__wrapper {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 5vh;
}

.login__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  font-size: 18px;
  padding-bottom: 5vh;
  font-weight: 500;
}

.login__footer a {
  color: white;
  font-weight: 500;
}

@media (max-width: 991px) {
  .login__footer {
    font-size: 12px;
  }
}

.has-error .form-control {
  -webkit-box-shadow: inset 0 0 0;
          box-shadow: inset 0 0 0;
}

.new-order__wrapper {
  text-align: center;
}

.new-order__heading {
  font-size: 24px;
  font-weight: 700;
  color: black;
  padding: 20px 0;
  margin-top: 5vh;
  display: inline-block;
}

.new-order__heading:after {
  content: '';
  background: #f05400;
  height: 4px;
  width: 160px;
  display: block;
  margin: 10px auto 0 auto;
}

.new-order__img {
  width: 248px;
  height: 248px;
  background-image: url("/images/new-order-img.png");
  background-size: 180%;
  background-position: 52% 0%;
  border-radius: 100%;
  border: 4px solid rgba(221, 237, 246, 0.49);
  margin: 60px auto;
}

.change-bill-number__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .change-bill-number__holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.change-bill-number__input-holder {
  display: inline-block;
}

@media (max-width: 991px) {
  .change-bill-number__input-holder {
    margin-bottom: 10px;
  }
}

.change-bill-number__credit-card-check {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #474747;
}

.change-bill-number__credit-card-check__text {
  font-size: 16px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .change-bill-number__credit-card-check {
    margin-bottom: 10px;
  }
}

#pay_with_card {
  margin: 0 5px;
}

.feedback__container {
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 991px) {
  .feedback__container .form-body-material .textarea__notes {
    height: 160px;
    font-size: 20px;
  }

  .feedback__container .form-body-material .textarea__notes::-webkit-input-placeholder {
    font-size: 20px;
  }

  .feedback__container .form-body-material .textarea__notes:-ms-input-placeholder {
    font-size: 20px;
  }

  .feedback__container .form-body-material .textarea__notes::-ms-input-placeholder {
    font-size: 20px;
  }

  .feedback__container .form-body-material .textarea__notes::placeholder {
    font-size: 20px;
  }
}

.feedback__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.feedback__contact a:hover,
.feedback__contact a:active,
.feedback__contact a:focus {
  color: #f05400;
  text-decoration: none;
}

.feedback__contact .contact__item {
  font-size: 14px;
  color: black;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .feedback__contact .contact__item {
    font-size: 18px;
  }
}

.feedback__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.feedback__num-title,
.feedback__num {
  font-weight: 400;
  font-size: 14px;
  color: black;
  display: inline-block;
}

@media (max-width: 991px) {
  .feedback__num-title,
  .feedback__num {
    font-size: 18px;
  }
}

.feedback__left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.feedback__heading {
  font-weight: 700;
  font-size: 20px;
  color: black;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .feedback__heading {
    font-size: 20px;
  }
}

.feedback__text {
  height: 200px;
  overflow: auto;
  text-align: left;
}

.feedback_comment {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.feedback_comment:focus,
.feedback_comment:active {
  outline: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.rating-stars ul > li.star.selected > i.fa {
  color: #f05400;
}

.rating-stars ul > li.star.hover > i.fa {
  color: #f05400;
  cursor: pointer;
}

@media (max-width: 991px) {
  .rating-stars ul > li.star > i.fa {
    font-size: 3.5em;
  }
}

.dashboard-wrapper {
  margin: 35px auto;
  position: relative;
}

@media (min-width: 1025px) {
  .dashboard-wrapper {
    width: 90%;
    float: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .dashboard-wrapper {
    width: 98%;
  }
}

@media (max-width: 767px) {
  .dashboard-wrapper {
    width: 95%;
    margin: 0 auto;
  }
}

.dashboard-wrapper .info-box-icon {
  background-color: #f05400;
  color: white;
}

.dashboard-wrapper .table__name {
  margin-left: -15px;
}

.dashboard-wrapper .table .head__num {
  width: 30px;
}

.dashboard-wrapper .table td {
  padding-left: 5px;
  padding-right: 5px;
}

.dashboard-wrapper .table td:hover {
  cursor: pointer;
}

.dashboard-wrapper .table .full-width {
  width: 100%;
}

.dashboard-wrapper .info-box {
  background-color: white;
}

.dashboard-wrapper .info-box-text {
  overflow: visible;
  text-overflow: clip;
  white-space: pre-wrap;
}

.dashboard-wrapper .info-box-percentage {
  font-size: 30px;
  float: right;
}

@media (max-width: 767px) {
  .dashboard-wrapper .info-box-percentage {
    float: none;
  }
}

.dashboard-wrapper .info-box .progress-bar {
  background: #f05400;
}

.stat-row-name {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 25px;
  border-bottom: 1px solid #474747;
  padding-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .stat-row-name {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.stat-name {
  font-size: 18px;
  line-height: 1.8;
}

.stat-row {
  line-height: 1.7;
  font-size: 16px;
}

.stat-table {
  height: 25vw;
  display: block;
  overflow-y: scroll;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .stat-table {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .stat-table {
    height: 300px;
  }
}

.application__photo {
  margin-bottom: 15px;
}

.form__select {
  padding: 0;
}

.select2-selection__arrow {
  display: none;
}

.select2-container--classic .select2-selection--single {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
  background-color: #f8f8f8;
  color: #474747;
}

.select2-container--classic .select2-selection--single::-webkit-input-placeholder {
  color: #474747;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.select2-container--classic .select2-selection--single:-ms-input-placeholder {
  color: #474747;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.select2-container--classic .select2-selection--single::-ms-input-placeholder {
  color: #474747;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.select2-container--classic .select2-selection--single::placeholder {
  color: #474747;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.select2-container--classic .select2-selection--single {
  height: 60px;
  padding-left: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  font-weight: 700;
  padding: 0;
  margin-top: 0;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #474747;
  font-style: italic;
  line-height: 60px;
  background-color: #f8f8f8;
  font-weight: 400;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  line-height: 2;
  background-color: #474747;
}

.select2-container--classic .select2-selection--single:focus {
  border: none;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border: none;
  border-bottom: 2px solid #a8a8a8;
  border-radius: 0;
  background: #f8f8f8;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: none;
  height: 90px;
  padding-left: 20px;
  border-bottom: 2px solid #a8a8a8;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background-image: none;
  height: 60px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  background-image: none;
  height: 60px;
}

.form__select--select-client .row {
  margin: 0;
}

@media (max-width: 991px) {
  .form-group--municipality {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .form-group--municipality {
    padding-left: 0;
  }
}

.form-group--municipality .select2-container--classic {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
  background-color: #f8f8f8;
  color: #474747;
}

.form-group--municipality .select2-container--classic::-webkit-input-placeholder {
  color: #474747;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.form-group--municipality .select2-container--classic:-ms-input-placeholder {
  color: #474747;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.form-group--municipality .select2-container--classic::-ms-input-placeholder {
  color: #474747;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.form-group--municipality .select2-container--classic::placeholder {
  color: #474747;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.form-group--municipality .select2-container--classic .select2-selection--single {
  height: 48px;
  padding-left: 20px;
}

.form-group--municipality .select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  font-weight: 700;
}

.form-group--municipality .select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #474747;
  font-style: italic;
  line-height: 48px;
  background-color: #f8f8f8;
}

.form-group--municipality .select2-container--classic .select2-results__option--highlighted[aria-selected] {
  line-height: 2;
  background-color: #474747;
}

.form-group--municipality .select2-container--classic .select2-selection--single:focus {
  border: none;
}

.form-group--municipality .select2-container--classic.select2-container--open .select2-dropdown {
  border: none;
  border-bottom: 2px solid #a8a8a8;
  border-radius: 0;
  background: #f8f8f8;
}

.form-group--municipality .select2-container--classic.select2-container--open .select2-selection--single {
  border: none;
  height: 48px;
  padding-left: 20px;
  background-color: #f8f8f8;
}

.form-group--municipality .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background-image: none;
  height: 48px;
}

.form-group--municipality .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  background-image: none;
  height: 48px;
}

.easy-autocomplete #address {
  padding-right: 40px;
}

.easy-autocomplete #address:hover {
  cursor: pointer;
}

#eac-container-address {
  position: relative;
}

#eac-container-address ul {
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  z-index: 100;
  margin-bottom: 0;
  padding-left: 0;
  background-color: #f8f8f8;
  color: #474747;
}

#eac-container-address li:last-of-type {
  border-bottom: 2px solid #a8a8a8;
}

#eac-container-address li {
  line-height: 1.4;
  padding: 6px;
  font-size: 15px;
  list-style: none;
}

#eac-container-address li:hover {
  cursor: pointer;
}

#eac-container-address .selected {
  line-height: 2;
  background-color: #474747;
  color: white;
}

.eac-item b {
  font-weight: 300;
}

.eac__remove {
  position: absolute;
  right: 32px;
  line-height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.eac__remove:hover {
  cursor: pointer;
}

.contractor-municipality__item {
  margin: 5px 0;
}

.contractor-municipality__label {
  margin-left: 10px;
  font-size: 16px;
  vertical-align: middle;
  font-weight: 300;
  display: inline;
}

.contractor-municipality__label--bold {
  font-weight: 700;
  margin-left: 6px;
}

.skin-purple .main-sidebar {
  background-color: #f3f3f3;
  padding-top: 0;
  width: 200px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  display: block;
}

@media (max-width: 767px) {
  .skin-purple .main-sidebar {
    -webkit-transform: none;
            transform: none;
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .skin-purple .main-sidebar {
    display: none;
  }
}

.skin-purple .main-sidebar__logo {
  display: block;
  margin: 20px 21px 0 21px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .skin-purple .main-sidebar__logo {
    margin: 20px 10px 20px 20px;
  }
}

@media (max-width: 767px) {
  .skin-purple .main-sidebar__logo {
    margin: 10px;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .skin-purple .main-sidebar {
    width: 280px;
  }
}

@media (max-width: 600px) {
  .skin-purple .main-sidebar {
    width: 200px;
  }
}

.skin-purple .sidebar a {
  color: #474747;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
}

.skin-purple .sidebar__logout {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-color: #dedede;
}

.skin-purple .sidebar__logout a {
  line-height: 45px;
  padding-left: 20px;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.skin-purple .sidebar-menu {
  position: fixed;
  top: 80px;
  bottom: 60px;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  width: 200px;
}

.skin-purple .sidebar-menu__img {
  padding-right: 20px;
  display: inline-block;
  width: 50px;
  text-align-last: center;
}

.skin-purple .sidebar-menu a {
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  padding-left: 10px;
  border-left: none;
}

.skin-purple .sidebar-menu li a {
  border-left: none;
}

.skin-purple .sidebar-menu li.active a {
  border-left: none;
  background: none;
  color: #474747;
  background-color: #dbdbdb;
}

.skin-purple .sidebar-menu li:hover a {
  background: #dbdbdb;
  color: #474747;
}

.skin-purple .sidebar-menu li.menu-open .sidebar-menu__dropdown-img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.skin-purple .sidebar-menu li.menu-open a {
  background: #dbdbdb;
  color: #474747;
}

.skin-purple .sidebar-menu li .treeview-menu {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  background-color: #dbdbdb;
}

.skin-purple .sidebar-menu .treeview-menu li {
  border-left: 5px solid #474747;
}

.skin-purple .sidebar-menu .treeview-menu li:hover {
  border-left-color: #f05400;
}

.skin-purple .sidebar-menu .treeview-menu li a {
  color: #474747;
}

.skin-purple .sidebar-menu .treeview-menu li a:hover {
  color: #474747;
}

.skin-purple .sidebar-menu .treeview-menu li.active {
  border-left-color: #f05400;
}

.skin-purple .sidebar-menu .treeview-menu li.active a {
  color: #474747;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .skin-purple .sidebar-menu {
    width: 280px;
  }
}

@media (max-width: 600px) {
  .skin-purple .sidebar-menu {
    width: 200px;
  }
}

.skin-purple .sidebar-menu__dropdown-img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.skin-purple .sidebar-menu__dropdown-img-holder {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px;
  text-align: center;
}

body[class^="skin-"] .sidebar-menu > li > a {
  border-left: none;
}

.content {
  position: relative;
}

.form-quit {
  color: #474747;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5px;
}

.form-quit__text {
  font-size: 14px;
  padding-right: 5px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .form-quit__text {
    font-size: 20px;
  }
}

.form-quit__icon {
  font-size: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .form-quit__icon {
    font-size: 30px;
  }
}

.form-quit:hover {
  cursor: pointer;
}

.add-article__table .table__heading {
  background-color: #b7b7b7;
  color: white;
  font-size: 12px;
  display: none;
}

@media (max-width: 767px) {
  .add-article__table .table__heading {
    display: none !important;
  }
}

.table {
  border-collapse: separate;
  border: none;
  table-layout: fixed;
}

@media (max-width: 767px) {
  .table {
    display: block;
  }
}

.table tbody tr td {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-left: 0;
}

.table tbody tr td:first-child {
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .table tbody tr td {
    line-height: 1;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .table__body {
    display: block;
  }
}

.table__heading-cell {
  vertical-align: middle;
}

.table__dark-row {
  color: #474747;
}

.table__dark-row:nth-child(even) {
  background-color: #f6f3f3;
}

@media (max-width: 767px) {
  .table__dark-row {
    display: block;
    padding: 10px;
    position: relative;
  }
}

.table__id {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  padding-right: 5px;
}

@media (max-width: 991px) {
  .table__id {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .table__id {
    display: block;
    text-align: left;
  }

  .table__id:before {
    content: "ID";
    display: block;
    color: #b7b7b7;
    font-weight: 300;
    padding-bottom: 5px;
  }
}

.table__img {
  border: 1px solid #aaaaaa;
  height: auto;
  float: left;
  width: 20%;
}

@media (max-width: 767px) {
  .table__img {
    width: 20%;
  }
}

.table__dl {
  padding-top: 13px;
  margin-bottom: 0;
  float: left;
  width: 75%;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .table__dl {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .table__dl {
    width: 70%;
    padding-top: 0;
  }
}

.table__sizes {
  font-size: 12px;
  font-weight: 400;
  color: #474747;
}

@media (max-width: 767px) {
  .table__sizes {
    font-size: 12px;
  }
}

.table__sku {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
}

@media (max-width: 991px) {
  .table__sku {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .table__sku {
    font-size: 10px;
    display: block;
    text-align: left;
  }

  .table__sku:before {
    content: "SKU";
    display: block;
    color: #b7b7b7;
    font-weight: 300;
    padding-bottom: 5px;
  }
}

.table__cell {
  border: none;
}

.table__cell--article-num {
  width: 40px;
}

@media (max-width: 991px) {
  .table__cell--article-num {
    width: 35px;
  }
}

.table__cell--article-name {
  width: 100%;
  line-height: 30px;
}

@media (max-width: 991px) {
  .table__cell--article-name {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .table__cell--article-name {
    font-size: 10px;
  }
}

.table__cell--article-sku {
  width: 90px;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 991px) {
  .table__cell--article-sku {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .table__cell--article-sku {
    font-size: 10px;
    width: 70px;
  }
}

.table__cell--article-person {
  width: 72px;
  line-height: 30px;
}

.table__cell--article-pieces {
  width: 150px;
  text-align: center;
}

@media (max-width: 991px) {
  .table__cell--article-pieces {
    padding-left: 0;
    padding-right: 0;
    width: 130px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .table__cell--article-pieces {
    font-size: 10px;
    width: 120px;
  }
}

.table__cell--article-time {
  width: 100px;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 991px) {
  .table__cell--article-time {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    width: 90px;
  }
}

@media (max-width: 767px) {
  .table__cell--article-time {
    font-size: 10px;
    width: 75px;
  }
}

.table__cell--article-price {
  width: 120px;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 991px) {
  .table__cell--article-price {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    width: 90px;
  }
}

@media (max-width: 767px) {
  .table__cell--article-price {
    font-size: 10px;
    width: 80px;
  }
}

.table__persons {
  font-size: 16px;
  font-weight: 400;
  color: #474747;
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.table__num-pieces {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .table__num-pieces {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    margin-top: 25px;
  }

  .table__num-pieces:before {
    content: "Broj komada";
    display: block;
    color: #b7b7b7;
    font-weight: 300;
    padding-bottom: 5px;
    position: absolute;
    bottom: 70px;
  }
}

.table__price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table__remove-sign {
  float: right;
  padding-right: 5px;
}

@media (max-width: 991px) {
  .table__remove-sign {
    float: none;
    display: block;
    margin: 0 auto;
    line-height: 1;
    width: 25px;
  }
}

@media (max-width: 767px) {
  .table__remove-sign {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
  }

  .table__remove-sign svg {
    width: 35px;
  }
}

.table-summarize {
  margin-top: 25px;
  display: none;
}

.summarize__counter-num {
  margin-left: 10px;
  display: inline-block;
}

.summarize__price {
  width: 140px;
  text-align: right;
}

@media (max-width: 991px) {
  .summarize__price {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .summarize__price {
    width: 115px;
  }
}

.summarize__time {
  width: 100px;
  text-align: center;
}

@media (max-width: 991px) {
  .summarize__time {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .summarize__time {
    width: 80px;
  }
}

.summarize__pieces {
  width: 150px;
}

#summarize {
  font-weight: 600;
  color: #474747;
  font-size: 20px;
}

@media (max-width: 991px) {
  #summarize {
    font-size: 16px;
  }
}

.form-wizard {
  padding: 0;
}

.form-wizard .table__img {
  max-width: 120px;
}

.form-wizard .table__article-name {
  font-size: 16px;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 18px;
}

@media (max-width: 767px) {
  .form-wizard .table__article-name {
    line-height: 16px;
    font-size: 16px;
    white-space: pre-wrap;
    overflow: hidden;
  }
}

.form-wizard .table__item-desc {
  font-style: italic;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 10px;
  color: #7e7e7e;
}

@media (max-width: 767px) {
  .form-wizard .table__item-desc {
    font-size: 14px;
  }
}

.form-wizard table tr th {
  vertical-align: middle;
  font-weight: 700;
}

.form-wizard table tr .va-m {
  vertical-align: middle;
}

.form-wizard table tr .va-t {
  vertical-align: top;
}

.form-wizard dt {
  font-weight: 700;
}

.form-wizard .amount {
  color: #474747;
  font-size: 32px;
  width: 40px;
}

.form-wizard .amount:hover {
  color: #f05400;
}

.form-wizard .amount:focus {
  color: #f05400;
}

@media (max-width: 767px) {
  .form-wizard .amount {
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
  }
}

.form-wizard .additional_info__header {
  font-size: 18px;
  font-weight: 700;
  color: #474747;
}

.form-wizard .additional_checkbox__desc {
  font-size: 18px;
  color: #474747;
  margin-left: 10px;
  vertical-align: middle;
}

.form-wizard .additional_checkbox {
  vertical-align: middle;
  margin: 0;
}

.amountNumber {
  font-size: 18px;
  color: #474747;
  font-weight: 400;
  width: 60px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #f8f8f8;
  display: inline-block;
  margin: 0 5px;
}

@media (max-width: 991px) {
  .amountNumber {
    font-size: 14px;
    width: 40px;
  }
}

@media (max-width: 767px) {
  .amountNumber {
    font-size: px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.amountNumber__alert {
  -webkit-animation: flash-alert linear 500ms;
          animation: flash-alert linear 500ms;
}

@-webkit-keyframes flash-alert {
  0% {
    background-color: #f8f8f8;
  }

  50% {
    background-color: #f05400;
  }

  100% {
    background-color: #f8f8f8;
  }
}

@keyframes flash-alert {
  0% {
    background-color: #f8f8f8;
  }

  50% {
    background-color: #f05400;
  }

  100% {
    background-color: #f8f8f8;
  }
}

@media (max-width: 767px) {
  .image-text {
    display: block;
    overflow: hidden;
  }

  .image-text:before {
    content: "Naziv artikla";
    display: block;
    color: #b7b7b7;
    font-weight: 300;
    padding-bottom: 5px;
  }
}

.workingTime {
  font-size: 16px;
  color: #474747;
  font-weight: 400;
}

@media (max-width: 991px) {
  .workingTime {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .workingTime {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .workingTime__wrapper {
    display: block;
    text-align: left;
  }

  .workingTime__wrapper:before {
    content: "Vreme sklapanja";
    display: block;
    color: #b7b7b7;
    font-weight: 300;
    padding-bottom: 5px;
  }
}

.ass_price {
  font-size: 16px;
  font-weight: 400;
  color: #474747;
  margin-right: 5px;
  line-height: 35px;
}

@media (max-width: 991px) {
  .ass_price {
    display: block;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .ass_price {
    font-size: 16px;
    line-height: 15px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .ass_price__wrapper {
    display: block;
    text-align: left;
  }

  .ass_price__wrapper:before {
    content: "Cena (RSD)";
    display: block;
    color: #b7b7b7;
    font-weight: 300;
    padding-bottom: 5px;
  }
}

.removeSku {
  vertical-align: top;
  display: inline-block;
}

@media (max-width: 767px) {
  .removeSku {
    width: 40px;
  }

  .removeSku img {
    width: 40px;
  }
}

.box {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.additional_info {
  display: none;
  color: #474747;
  border-bottom: 2px solid #9c9c9c;
  padding-bottom: 20px;
}

.additional_info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.main-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.skin-purple .responsive-nav {
  -webkit-transition: 100ms ease width;
  transition: 100ms ease width;
}

.skin-purple .responsive-nav__icon {
  display: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .skin-purple .responsive-nav__icon {
    display: block;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .skin-purple .responsive-nav__icon {
    display: block;
    padding: 5px;
  }
}

.skin-purple .responsive-nav__icon--line {
  width: 30px;
  height: 3px;
  background-color: #474747;
  margin: 6px 0;
}

.skin-purple .responsive-nav--active {
  display: block;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .aside-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .aside-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.aside-header .responsive-nav__icon--active {
  font-size: 48px;
  padding: 15px;
  display: none;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .aside-header .responsive-nav__icon--active {
    display: block;
  }
}

@media (max-width: 767px) {
  .aside-header .responsive-nav__icon--active {
    display: block;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  z-index: 500;
  background: white;
  -webkit-transition: 300ms -webkit-box-shadow ease;
  transition: 300ms -webkit-box-shadow ease;
  transition: 300ms box-shadow ease;
  transition: 300ms box-shadow ease, 300ms -webkit-box-shadow ease;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}

@media (max-width: 767px) {
  .header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}

.header--fixed {
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.content-header {
  padding: 15px 15px 0 15px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .content-header {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .content-header {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .form-wizard-tolal-steps-4 .form-wizard-step {
    width: 50%;
    height: 70px;
  }
}

@media (max-width: 600px) {
  .form-wizard-tolal-steps-4 .form-wizard-step {
    width: 100%;
    height: auto;
    display: none;
  }
}

.form-wizard-step.active .step__name {
  color: #474747;
}

.form-wizard-step.active:after {
  content: "";
  display: block;
  width: 163px;
  height: 10px;
  background-color: #f05400;
  margin: 0 auto;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .form-wizard-step.active {
    margin-bottom: 10px;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .form-wizard-steps {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .form-wizard-steps {
    margin-top: 50px;
  }
}

.step__name {
  font-weight: 700;
  font-size: 16px;
  color: #cfcfcf;
}

@media (max-width: 767px) {
  .step__name {
    font-size: 20px;
  }
}

.table-global {
  border-spacing: 0 8px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .table-global {
    display: block;
    height: auto;
  }

  .table-global tbody,
  .table-global tr,
  .table-global td {
    display: block;
  }

  .table-global tr {
    margin-bottom: 10px;
  }

  .table-global td {
    height: auto;
  }
}

@media (max-width: 767px) {
  .table-global {
    display: block;
    height: auto;
  }

  .table-global tbody,
  .table-global tr,
  .table-global td {
    display: block;
  }

  .table-global tr {
    margin-bottom: 10px;
  }

  .table-global td {
    height: auto;
  }
}

.table-global__wrapper .box {
  border: none;
  padding-left: 10px;
  margin-top: 20px;
}

.table-global__wrapper .btn {
  font-size: 12px;
  font-weight: 700;
  padding: 7px 10px;
  border-radius: 6px;
}

.table-global__wrapper .btn:focus,
.table-global__wrapper .btn:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.table-global__wrapper .btn--rounded {
  border-radius: 80px;
  height: 40px;
  font-size: 14px;
  padding: 0 40px;
  line-height: 1;
}

.table-global__wrapper .btn__icon,
.table-global__wrapper .btn__text {
  vertical-align: middle;
}

.table-global__wrapper .btn__text {
  line-height: 1;
  padding-left: 8px;
}

.table-global__wrapper .btn--green {
  background: #42b254;
  color: white;
}

.table-global__wrapper .btn--gray {
  background: white;
  border: 2px solid #9d9d9d;
  color: #9d9d9d;
}

.table-global__table-name {
  font-size: 24px;
  font-weight: 700;
}

.table-global__head {
  background-color: white;
  font-size: 14px;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .table-global__head {
    display: none;
  }
}

@media (max-width: 767px) {
  .table-global__head {
    display: none;
  }
}

.table-global__head-cell::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  bottom: auto;
}

.table-global .odd,
.table-global .even {
  background-color: #f7f7f7;
  font-size: 14px;
  height: 52px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .table-global .odd,
  .table-global .even {
    height: auto;
  }
}

@media (max-width: 767px) {
  .table-global .odd,
  .table-global .even {
    height: auto;
  }
}

.table-global__dropdown {
  display: inline-block;
  float: right;
}

.table-global__dropdown.open .dot,
.table-global__dropdown.open .dot::after,
.table-global__dropdown.open .dot::before {
  background-color: #f05400;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .table-global__dropdown {
    float: none;
  }
}

@media (max-width: 767px) {
  .table-global__dropdown {
    float: none;
  }
}

.table-global .dropdown-toggle {
  background: none;
  width: 50px;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .table-global .dropdown-toggle {
    padding: 0;
    width: 30px;
    font-size: 5px;
  }
}

@media (max-width: 767px) {
  .table-global .dropdown-toggle {
    padding: 0;
    width: 30px;
    font-size: 5px;
  }
}

.table-global .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding: 15px;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.table-global .dropdown-item__icon {
  margin-right: 15px;
  font-size: 27px;
  line-height: 1;
  margin-right: 10px;
}

.table-global .dropdown-item:hover {
  background-color: #ededed;
}

.table-global .dropdown-menu {
  left: auto;
  right: 0;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.25);
  padding: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .table-global .dropdown-menu {
    right: auto;
  }
}

@media (max-width: 767px) {
  .table-global .dropdown-menu {
    right: auto;
  }
}

.table-global--zahteva .table-global__bill_number {
  width: 90px;
}

.table-global--zahteva .table-global__order_status_id {
  width: 100px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .table-global--zahteva .table-global__order_status_id {
    width: 70px;
  }
}

.table-global--zahteva .table-global__order_number {
  width: 100px;
  white-space: normal;
}

.table-global--zahteva .table-global__assembly_time {
  width: 130px;
}

@media (max-width: 991px) {
  .table-global--zahteva .table-global__assembly_time {
    width: 125px;
  }
}

.table-global--zahteva .table-global__actions {
  width: 160px;
}

.table-global--zahteva .table-global__updated_date_time,
.table-global--zahteva .table-global__created_date_time {
  width: 65px;
}

@media (min-width: 1681px) {
  .table-global--zahteva .table-global__updated_date_time,
  .table-global--zahteva .table-global__created_date_time {
    width: 150px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .table-global--zahteva .table-global__updated_date_time,
  .table-global--zahteva .table-global__created_date_time {
    width: 105px;
  }
}

.table-global--contractors .table-global__image {
  width: 50px;
}

.table-global--contractors .table-global__jobTypes {
  width: 90px;
}

.table-global--contractors .table-global__contractor_status_id {
  width: 140px;
}

.table-global--klijenata .table-global__actions {
  width: 80px;
}

.table-global--klijenata .table-global__phone {
  width: 150px;
}

.table-global--klijenata .table-global__email {
  width: 250px;
}

.table-global--proizvoda .table-global__image {
  width: 40px;
}

.table-global--proizvoda .table-global__product_area_name {
  width: 200px;
}

@media (max-width: 991px) {
  .table-global--proizvoda .table-global__product_area_name {
    width: 150px;
  }
}

.table-global--proizvoda .table-global__family_name {
  width: 150px;
}

@media (max-width: 991px) {
  .table-global--proizvoda .table-global__family_name {
    width: 90px;
  }
}

.table-global--kontraktora .table-global__image {
  width: 40px;
}

.table-global--kontraktora .table-global__actions {
  width: 270px;
}

.table-global--kontraktora .table-global__email {
  width: 250px;
}

@media (max-width: 991px) {
  .table-global--kontraktora .table-global__email {
    width: 170px;
  }
}

.table-global--Korisnika .table-global__actions {
  width: 160px;
}

.table-global--Korisnika .table-global__roles {
  width: 120px;
}

.table-global--Korisnika .table-global__permissions {
  width: 140px;
}

.table-global--Korisnika .table-global__contractor_id_id {
  width: 140px;
}

.table-global--Korisnika .table-global__email {
  width: 250px;
}

@media (max-width: 991px) {
  .table-global--Korisnika .table-global__email {
    width: 170px;
  }
}

.table-global--prijava .table-global__avatar_image {
  width: 40px;
}

.table-global--prijava .table-global__actions {
  width: 70px;
}

.table-global--prijava .table-global__email_address {
  width: 200px;
}

@media (min-width: 1681px) {
  .table-global--prijava .table-global__email_address {
    width: 260px;
  }
}

@media (max-width: 991px) {
  .table-global--prijava .table-global__email_address {
    width: 170px;
  }
}

.table-global--Rola .table-global__actions {
  width: 160px;
}

.table-global--dozvola .table-global__actions {
  width: 160px;
}

.table-global__no-dropdown {
  float: right;
}

.table-global thead tr th {
  border: 0;
  vertical-align: middle;
  padding: 8px 13px 8px 8px;
}

.table-global thead tr th:first-of-type {
  padding: 20px 13px;
}

.table-global tbody tr td {
  padding: 8px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .table-global tbody tr td {
    font-size: 12px;
  }
}

.table-global tbody tr td:first-child {
  padding: 10px 13px;
}

.table-global tbody tr td span a {
  word-break: break-word;
}

#crudTable_wrapper {
  overflow: visible;
}

table.dataTable thead .sorting:after {
  bottom: auto;
}

#crudTable.dataTable.dtr-inline.collapsed
> tbody
> tr[role="row"]
> td:first-child:before,
#crudTable.dataTable.dtr-inline.collapsed
> tbody
> tr[role="row"]
> th:first-child:before {
  display: none;
}

@media (max-width: 991px) {
  .table-warning-landscape:before {
    content: "Okrenite tablet u landscape mod";
    background-image: url("/images/svgs/landscape-tablet.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 160px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding-top: 150px;
    position: absolute;
    top: 100px;
    left: 50%;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }

  .table-warning-landscape:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
  }
}

@media (max-width: 767px) {
  .table-warning-landscape--wo-mobile:before,
  .table-warning-landscape--wo-mobile:after {
    content: none;
  }
}

.filter__selected-item {
  font-size: 12px;
  display: inline-block;
  color: white;
  background-color: #f05400;
  border-color: #cccccc;
  padding: 0px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  border-radius: 4px;
}

.filter__clear-item {
  cursor: pointer;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.calendar-global__search {
  font-size: 16px;
}

.calendar-global__empty {
  text-align: center;
  font-size: 22px;
  display: block;
  font-weight: 700;
  color: #f05400;
}

.calendar-global__name {
  font-size: 24px;
  font-weight: 700;
}

.calendar-global__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .calendar-global__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.calendar-global__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .calendar-global__controls {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

.calendar-global .control {
  color: #474747;
  padding: 10px;
}

.calendar-global .control--left,
.calendar-global .control--right {
  font-size: 30px;
}

.calendar-global .control--btn {
  display: inline-block;
  background: #42b254;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 10px;
  border-radius: 6px;
  text-transform: uppercase;
  height: 30px;
}

.calendar-global__week {
  text-align: center;
  font-size: 25px;
  margin: 35px 0;
}

@media (max-width: 991px) {
  .calendar-global__week {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .calendar-global__week {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 15px 0;
  }
}

.table-calendar {
  border-spacing: 0 8px;
}

@media (max-width: 767px) {
  .table-calendar thead {
    display: none;
  }
}

.table-calendar thead tr .table-calendar__head-cell {
  vertical-align: middle;
  padding: 8px 30px 8px 8px;
  font-size: 14px;
  text-align: left;
  border-bottom: 0;
}

@media (max-width: 991px) {
  .table-calendar thead tr .table-calendar__head-cell {
    font-size: 12px;
  }
}

.table-calendar thead tr .table-calendar__head-cell:first-of-type {
  padding: 20px 13px;
}

.table-calendar tbody tr .table-calendar__data-cell {
  vertical-align: middle;
  padding: 8px;
  text-align: left;
}

@media (max-width: 991px) {
  .table-calendar tbody tr .table-calendar__data-cell {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .table-calendar tbody tr .table-calendar__data-cell {
    display: block;
    font-size: 16px;
  }
}

.table-calendar tbody tr .table-calendar__data-cell:first-child {
  padding: 10px 13px;
}

@media (max-width: 767px) {
  .table-calendar tbody tr .table-calendar__data-cell:first-child {
    padding: 8px;
  }
}

.table-calendar__date-row {
  color: #474747;
  font-weight: 700;
  font-size: 15px;
  position: relative;
}

@media (max-width: 991px) {
  .table-calendar__date-row {
    font-size: 12px;
  }
}

.table-calendar__date-row td {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .table-calendar__date-row td {
    font-size: 14px;
  }
}

.table-calendar__row {
  background-color: #f9f9f9;
  font-size: 14px;
  height: 52px;
}

@media (max-width: 767px) {
  .table-calendar__row {
    display: block;
    height: auto;
    padding: 10px;
  }

  .table-calendar__row:nth-child(odd) {
    background-color: white;
  }
}

@media (max-width: 767px) {
  .table-calendar__body {
    display: block;
    position: relative;
  }
}

.table-calendar .dropdown-toggle {
  background: none;
  width: 50px;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}

.table-calendar .dropdown-toggle:focus,
.table-calendar .dropdown-toggle:active {
  outline: none;
}

.table-calendar .dropdown-menu {
  left: auto;
  right: 0;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.25);
  padding: 0;
  border-color: #eee;
}

@media (max-width: 767px) {
  .table-calendar .dropdown-menu {
    left: 0;
    right: auto;
  }
}

.table-calendar .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding: 15px;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.table-calendar .dropdown-item:hover {
  background-color: #ededed;
}

.table-calendar .dropdown-item__icon {
  font-size: 27px;
  line-height: 1;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .table-calendar .dropdown {
    float: none;
  }
}

@media (max-width: 767px) {
  .table-calendar .dropdown {
    float: none;
  }
}

.table-calendar .status--confirmed {
  color: #42b254;
}

.table-calendar--contractor-schedule .table-calendar__head-cell--time {
  width: 130px;
}

@media (min-width: 1681px) {
  .table-calendar--contractor-schedule .table-calendar__head-cell--time {
    width: 230px;
  }
}

@media (max-width: 991px) {
  .table-calendar--contractor-schedule .table-calendar__head-cell--time {
    width: 140px;
  }
}

.table-calendar--contractor-schedule .table-calendar__head-cell--article-num {
  width: 90px;
}

.table-calendar--contractor-schedule .table-calendar__head-cell--actions {
  width: 85px;
}

.table-calendar--contractor-schedule .table-calendar__head-cell--phone {
  width: 180px;
}

@media (max-width: 991px) {
  .table-calendar--contractor-schedule .table-calendar__head-cell--phone {
    width: 100px;
  }
}

.table-calendar--contractor-schedule .table-calendar__head-cell--status {
  width: 120px;
}

@media (max-width: 767px) {
  .table-calendar--contractor-schedule .table-calendar__data-cell--time:before,
  .table-calendar--contractor-schedule .table-calendar__data-cell--contractor-name:before,
  .table-calendar--contractor-schedule .table-calendar__data-cell--article:before,
  .table-calendar--contractor-schedule .table-calendar__data-cell--article-num:before,
  .table-calendar--contractor-schedule .table-calendar__data-cell--address:before,
  .table-calendar--contractor-schedule .table-calendar__data-cell--pdf:before {
    display: block;
    color: #b7b7b7;
    font-weight: 300;
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .table-calendar--contractor-schedule .table-calendar__data-cell--time:before {
    content: "Vreme";
  }
}

@media (max-width: 767px) {
  .table-calendar--contractor-schedule .table-calendar__data-cell--contractor-name:before {
    content: "Kontraktor";
  }
}

@media (max-width: 767px) {
  .table-calendar--contractor-schedule .table-calendar__data-cell--article:before {
    content: "Artikal";
  }
}

@media (max-width: 767px) {
  .table-calendar--contractor-schedule .table-calendar__data-cell--article-num:before {
    content: "Broj artikla";
  }
}

@media (max-width: 767px) {
  .table-calendar--contractor-schedule .table-calendar__data-cell--address:before {
    content: "Adresa";
  }
}

.table-calendar--contractor-schedule .table-calendar__data-cell--pdf a {
  padding: 10px;
}

@media (max-width: 767px) {
  .table-calendar--contractor-schedule .table-calendar__data-cell--pdf:before {
    content: "PDF";
  }
}

.slick-slide:focus {
  outline: none;
}

.slick-disabled {
  fill: #e5e5e5;
  cursor: not-allowed;
}

.charts-wrapper {
  width: 100%;
  padding: 30px 30%;
  border-radius: 3px;
  background: white;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.charts-wrapper canvas {
  width: 50%;
}

@media (max-width: 767px) {
  .charts-wrapper {
    padding: 0;
  }
}

.charts-wrapper--medium {
  padding: 30px 15%;
}

@media (max-width: 767px) {
  .charts-wrapper--medium {
    padding: 0;
  }
}

.charts-wrapper--big {
  padding: 30px 15px;
}

.content-wrapper {
  width: calc(100% - 200px);
  margin-left: 200px;
  background-color: white;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .content-wrapper {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .content-wrapper {
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .content {
    top: 20px;
  }
}

@media (max-width: 767px) {
  .content {
    top: 20px;
  }
}

.container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.order-step {
  margin: 35px auto;
  position: relative;
}

@media (min-width: 1025px) {
  .order-step {
    width: 90%;
    float: none;
  }
}

