﻿@charset "UTF-8";
.invalid-field-message {
  color: red;
  font-size: 8px !important;
  margin-top: 5px; }

.persian-placeholder::-webkit-input-placeholder {
  direction: rtl;
  font-family: Estedad !important; }

.persian-placeholder::-moz-placeholder {
  direction: rtl;
  font-family: 'Estedad' !important; }

.persian-placeholder:-ms-input-placeholder {
  direction: rtl;
  font-family: 'Estedad' !important; }

.persian-placeholder:-moz-placeholder {
  direction: rtl;
  font-family: 'Estedad' !important; }

.latin-placeholder::-webkit-input-placeholder {
  direction: ltr;
  font-family: sans-serif !important; }

.latin-placeholder::-moz-placeholder {
  direction: ltr;
  font-family: sans-serif !important; }

.latin-placeholder:-ms-input-placeholder {
  direction: ltr;
  font-family: sans-serif !important; }

.latin-placeholder:-moz-placeholder {
  direction: ltr;
  font-family: sans-serif !important; }

.left-placeholder::-webkit-input-placeholder {
  text-align: left !important; }

.left-placeholder::-moz-placeholder {
  text-align: left !important; }

.left-placeholder:-ms-input-placeholder {
  text-align: left !important; }

.left-placeholder:-moz-placeholder {
  text-align: left !important; }

.right-placeholder::-webkit-input-placeholder {
  text-align: right !important;
  direction: rtl; }

.right-placeholder::-moz-placeholder {
  text-align: right !important;
  direction: rtl; }

.right-placeholder:-ms-input-placeholder {
  text-align: right !important;
  direction: rtl; }

.right-placeholder:-moz-placeholder {
  text-align: right !important;
  direction: rtl; }

.form-header h5 {
  font-size: 19px !important;
  padding-right: 14px;
  display: block;
  font-weight: bold;
  color: #37709a;
  margin: 25px 0 10px 0;
  float: right;
  font-size: 13px; }

.field-label {
  color: #2a5574 !important;
  position: absolute;
  font-size: 9px;
  top: -2px;
  right: 22px;
  color: #37709a;
  height: initial;
  padding-left: 5px;
  pointer-events: none; }

.field-wrapper {
  padding: 13px;
  position: relative; }
  .field-wrapper .field.ng-invalid.ng-touched {
    border-color: red;
    background-color: #fff2f2; }
  .field-wrapper .field:focus {
    border-color: #6ca3cb;
    outline: 0 !important; }
  .field-wrapper.left-field .field {
    padding-right: 0 !important;
    padding-left: 77px !important; }
  .field-wrapper.left-field .field-label {
    text-align: left;
    direction: ltr;
    right: initial;
    left: 22px;
    border-right: 1px solid #979da7;
    border-left: 0 !important;
    padding-right: 5px;
    padding-left: 0; }
  .field-wrapper .field {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 30px;
    border: 1px solid lightgray;
    font-size: 13px; }
  .field-wrapper.file-field[type=file]:before {
    content: 'انتخاب فایل';
    width: 64%;
    background-color: #37709a;
    position: absolute;
    height: 29px;
    top: 13px;
    left: 14px;
    border-radius: 5px 0 0 5px;
    text-align: center;
    padding-top: 7px;
    color: white !important; }

span.requier-field {
  position: relative;
  top: -6px;
  right: 1px;
  color: red; }

.left-field span.requier-field {
  left: 2px;
  top: -7px; }

.passengers-info > span:hover {
  opacity: 1; }

select.field {
  float: right;
  clear: both;
  width: 100%;
  height: 30px;
  border: 1px solid lightgray;
  font-size: 9px;
  color: #505050; }

.hotel-search .search-field-wrapper:first-child, .insurance-search .search-field-wrapper:first-child, .cip-search .search-field-wrapper:first-child {
  margin-right: 0 !important; }

.hotel-search .search-field-wrapper > i.fa-open-door, .insurance-search .search-field-wrapper > i.fa-open-door, .cip-search .search-field-wrapper > i.fa-open-door {
  font-size: 21px !important;
  right: 6px; }

.hotel-search .search-field-wrapper .search-label.active small, .insurance-search .search-field-wrapper .search-label.active small, .cip-search .search-field-wrapper .search-label.active small {
  opacity: 1 !important;
  color: silver; }

.hotel-search select.field, .insurance-search select.field, .cip-search select.field {
  height: 35px;
  font-size: 16px; }
  .hotel-search select.field option, .insurance-search select.field option, .cip-search select.field option {
    font-size: 15px !important;
    color: black !important; }

.hotel-search .hotel-multiple-room .row, .insurance-search .hotel-multiple-room .row, .cip-search .hotel-multiple-room .row {
  margin: 30px 0 12px; }

.hotel-search .hotel-multiple-room .search-field-wrapper, .insurance-search .hotel-multiple-room .search-field-wrapper, .cip-search .hotel-multiple-room .search-field-wrapper {
  width: initial !important;
  margin: 0 10px; }
  .hotel-search .hotel-multiple-room .search-field-wrapper i, .insurance-search .hotel-multiple-room .search-field-wrapper i, .cip-search .hotel-multiple-room .search-field-wrapper i {
    color: white !important; }
  .hotel-search .hotel-multiple-room .search-field-wrapper select.field, .insurance-search .hotel-multiple-room .search-field-wrapper select.field, .cip-search .hotel-multiple-room .search-field-wrapper select.field {
    height: 30px;
    font-size: 14px;
    text-indent: 27px;
    background-color: rgba(255, 255, 255, 0.12);
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    width: 150px; }

.research-form .insurance-search, .research-form .cip-search {
  padding: 0 10px; }
  .research-form .insurance-search select.field, .research-form .cip-search select.field {
    height: 28px; }

fieldset {
  padding: 10px 20px;
  border: 1px dashed lightgray;
  position: relative;
  padding-top: 40px;
  margin-top: 15px; }

legend {
  color: gray;
  border: 0;
  position: absolute;
  top: -16px;
  font-size: 13px;
  background-color: white;
  width: initial;
  right: 0px;
  padding: 5px 10px;
  padding-right: 20px; }

.user-trans .title, .user-ticket .title {
  margin-top: 15px !important; }

/*---------------Login & Register---------------------*/
.general-modals .modal-dialog {
  width: 320px; }

.general-modals .modal-dialog .modal-title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  display: block; }

div#registerModal.general-modals .modal-dialog {
  width: 500px !important; }

div#affiliateRegister.general-modals .modal-dialog {
  width: 500px !important; }

#followPopupModal .custom-button {
  margin-top: 15px; }

label.checkbox-label {
  margin: 20px 0; }

.modal-body .field-wrapper {
  padding-bottom: 0; }
  .modal-body .field-wrapper.padding-bottom {
    padding-bottom: 20px !important; }

.links a {
  font-weight: bold;
  font-size: 9px;
  border-left: 1px solid #37709a;
  padding: 0 15px; }

.links li:last-child a {
  border: 0; }

.links ul {
  display: flex;
  justify-content: center; }

.discription.login-remember-discription {
  letter-spacing: -0.25px;
  text-align: justify; }
  .discription.login-remember-discription b {
    color: #37002a; }

.modal-dialog .modal-title i {
  position: relative;
  top: 2px;
  margin-left: 5px; }

/*input {
    &.email-field {
        padding-right: 48px !important;
    }

    &.mobile-field {
        padding-right: 48px !important;
    }
}*/
/*-------------------Financial----------------------*/
/*--------------------ForgetPassword----------------------*/
.form-width {
  width: 440px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 30px; }

.form-description {
  text-align: center;
  padding: 10px;
  display: block;
  line-height: 2;
  font-size: 14px;
  letter-spacing: -0.7px; }

.form-link {
  text-align: center;
  font-size: 14px;
  display: block;
  color: blue;
  margin-bottom: 15px; }

.form-title {
  padding: 10px;
  color: #37002a;
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: bold; }

.form-width .field-wrapper {
  width: 70% !important;
  margin: auto;
  padding-bottom: 0 !important; }

.validation-message {
  color: red;
  margin-top: 3px; }

/*input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}*/
.price-view {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute !important;
  right: 0;
  left: 0;
  margin: auto !important;
  margin-top: 25px; }
  .price-view small {
    font-size: 12px; }

html body .field-wrapper.financial-form {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 20px !important;
  display: flex; }
  html body .field-wrapper.financial-form .price-view {
    max-height: 26px;
    max-width: 170px;
    right: 90px;
    left: unset;
    margin: auto !important;
    top: 15px;
    font-size: 15px; }
  html body .field-wrapper.financial-form.price-text-show .price-view {
    opacity: 1;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    top: 70%;
    left: 26%; }

.date-inputs-group-wrapper {
  float: right;
  width: 100%;
  height: 30px;
  border: 1px solid lightgray;
  border-radius: 5px;
  background-color: white; }
  .date-inputs-group-wrapper.error {
    border-color: red;
    background-color: rgba(255, 0, 0, 0.05); }
  .date-inputs-group-wrapper .date-inputs-group {
    float: left;
    width: 23%;
    text-align: center;
    position: relative;
    height: 100%; }
    .date-inputs-group-wrapper .date-inputs-group:before {
      content: '';
      position: absolute;
      left: 0;
      height: 13px;
      width: 1px;
      background-color: #2d3749;
      top: 9px; }
    .date-inputs-group-wrapper .date-inputs-group:first-child:before {
      opacity: 0; }
    .date-inputs-group-wrapper .date-inputs-group .date-inputs-field {
      width: 100%;
      border: 0;
      text-align: center;
      background-color: transparent;
      direction: ltr !important;
      height: 100%; }
      .date-inputs-group-wrapper .date-inputs-group .date-inputs-field.ng-invalid.ng-touched, .date-inputs-group-wrapper .date-inputs-group .date-inputs-field.invalid-date.ng-touched {
        /*outline: -webkit-focus-ring-color auto 5px;
                outline-color: red;
                outline-style: auto;
                outline-width: 5px;*/
        border: 1px solid red !important; }
    .date-inputs-group-wrapper .date-inputs-group .date-inputs-label {
      position: absolute;
      top: -19px;
      right: 0;
      left: 0;
      margin: auto;
      color: #37709a;
      font-size: 9px; }
  .date-inputs-group-wrapper .date-inputs-tips-wrapper {
    margin-top: 58px; }
    .date-inputs-group-wrapper .date-inputs-tips-wrapper .date-inputs-tips {
      font-size: 8px !important;
      letter-spacing: -0.6px;
      margin-top: 4px;
      margin-bottom: 0;
      width: 100%;
      line-height: 1 !important;
      white-space: nowrap; }
      .date-inputs-group-wrapper .date-inputs-tips-wrapper .date-inputs-tips.error {
        float: right;
        width: initial;
        margin-left: 4px;
        color: red; }
        .date-inputs-group-wrapper .date-inputs-tips-wrapper .date-inputs-tips.error i {
          color: #37002a !important; }
        .date-inputs-group-wrapper .date-inputs-tips-wrapper .date-inputs-tips.error span {
          font-size: 9px;
          font-weight: bold; }
      .date-inputs-group-wrapper .date-inputs-tips-wrapper .date-inputs-tips i {
        font-size: 10px !important;
        left: 0; }

.select-by-calendar {
  float: right;
  width: 100%; }
  .select-by-calendar button.open-calendar-button {
    height: 25px;
    display: block;
    margin-bottom: -20px;
    padding: 0 10px;
    border-radius: 0 0 5px 5px;
    font-size: 10px;
    width: auto; }
    .select-by-calendar button.open-calendar-button i {
      font-size: 10px !important;
      margin-left: 1px; }

.person-or-company-select-wrapper {
  background-color: white;
  border-radius: 12px;
  border: 1px dashed gray;
  margin-bottom: 20px;
  padding: 2px !important; }
  .person-or-company-select-wrapper .person-or-company-select {
    float: right;
    width: 49.5%;
    padding: 5px;
    text-align: center;
    border: 1px solid gray;
    color: gray;
    border-radius: 10px;
    transition: 0.2s;
    cursor: pointer;
    font-size: 11px; }
    .person-or-company-select-wrapper .person-or-company-select i {
      position: relative;
      top: 2px;
      margin-left: 5px; }
    .person-or-company-select-wrapper .person-or-company-select.selected {
      background-color: #37002a;
      color: white;
      pointer-events: none; }
    .person-or-company-select-wrapper .person-or-company-select:first-child {
      margin-left: 1%; }
    .person-or-company-select-wrapper .person-or-company-select:not(.selected):hover {
      color: black;
      border-color: black; }

.captcha-field {
  margin-top: 15px; }

.login-page .login-form {
  margin: 50px 0; }
  .login-page .login-form .card {
    background: #fff;
    border: 1px solid gainsboro;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0 gainsboro; }
  .login-page .login-form .card .title h1 {
    margin: 0 0 15px;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    font-size: 15px;
    color: #45546e; }

#visaForm h4.header-visa {
  text-align: center;
  font-size: 17px;
  margin-top: 25px;
  color: #37709a;
  margin: 45px 20px 40px; }

#visaForm .field-wrapper {
  padding: 5px 13px !important; }

#visaForm .visa-info {
  margin: auto; }
  #visaForm .visa-info fieldset {
    width: 31.5%;
    background-color: white;
    margin: 20px 10px;
    float: right;
    padding-top: 55px;
    border-radius: 0 0 10px 10px;
    border: 0 !important; }
    #visaForm .visa-info fieldset legend {
      border: 1px dotted gray;
      border: 1px dashed lightgray;
      border-bottom: 0;
      padding: 10px 17px;
      color: #37709a;
      font-weight: bold;
      border: 0 !important;
      margin-top: 16px; }
  #visaForm .visa-info .add, #visaForm .visa-info .remove {
    float: left;
    position: absolute;
    left: -1px;
    top: 0;
    width: 63%;
    cursor: pointer; }
    #visaForm .visa-info .add button, #visaForm .visa-info .remove button {
      border-radius: 5px 0 0 0 !important;
      height: 35px;
      margin-bottom: 0 !important; }

#visaForm textarea {
  height: 70px !important;
  width: 100% !important; }

#visaForm .field-wrapper .field-label {
  font-size: 10px !important;
  top: 14px; }

#visaForm .align-center {
  margin: 20px auto !important;
  float: initial !important; }

form[name="phonebookEditForm"] input.ng-invalid {
  border-color: red !important; }

.file-upload span {
  position: absolute;
  z-index: 9;
  color: gray;
  top: 20px !important;
  left: 20px;
  width: auto !important;
  display: block;
  overflow: hidden;
  float: left; }

.file-upload label {
  display: block;
  position: absolute;
  width: 140px;
  height: 28px;
  border-radius: 0 5px 5px 0;
  text-align: center;
  padding: 7px;
  background-color: #37709a;
  right: 13.5px;
  top: 14px;
  font-size: 11px;
  z-index: 10;
  color: white;
  cursor: pointer; }

.file-upload input {
  padding: 4px 31px 0 0;
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
  border-color: #d3d3d3 !important;
  background-color: #fff;
  color: transparent; }

.agency-register-wrapper .form-width {
  width: 250px !important; }
  .agency-register-wrapper .form-width .field-wrapper {
    width: 100% !important;
    margin-top: -10px;
    /*input#file:after {
                content: 'آپلود مجوز آژانس';
                display: block;
                position: absolute;
                width: 122px;
                height: 28px;
                border-radius: 0 5px 5px 0;
                text-align: center;
                padding: 7px;
                background-color: $color-second;
                color: #fff;
                right: .5px;
                top: 0px;
                font-size: 11px;
            }*/ }
    .agency-register-wrapper .form-width .field-wrapper .file-upload span {
      position: absolute;
      z-index: 9;
      color: gray;
      top: 20px !important;
      left: 20px;
      width: auto !important;
      display: block;
      overflow: hidden;
      float: left; }
    .agency-register-wrapper .form-width .field-wrapper .file-upload .agencylicense {
      display: block;
      position: absolute;
      width: 140px;
      height: 28px;
      border-radius: 0 5px 5px 0;
      text-align: center;
      padding: 7px;
      background-color: #414f68;
      right: 13.5px;
      top: 14px;
      font-size: 11px;
      z-index: 10;
      color: white;
      cursor: pointer; }
    .agency-register-wrapper .form-width .field-wrapper .file-upload input {
      padding: 4px 31px 0 0;
      position: relative;
      cursor: pointer;
      margin-bottom: 5px;
      border-color: #d3d3d3 !important;
      background-color: #fff;
      color: transparent; }

.command-text input {
  padding: 6px;
  width: 100%; }

.command-text.result textarea {
  background-color: #000;
  color: #fff;
  min-height: 240px;
  padding: 15px;
  line-height: 1.8;
  font-size: 14px; }
