/* Styles for common pages */
.action-link-new {
  margin-top: 0.5em;
}
.image-gallery-item {
  margin-bottom: 1em;
}
.node--view-mode-full {
  margin-bottom: 1em;
}
.node__submitted {
 margin-bottom: 1em;
}
.views-sold-tours {
  width: 110%;
}

.field-text-body {
  background: #FEF9E7;
  padding: 1em;
  margin-bottom: 1em;
}
.field-text-body-white {
  background: #fff;
  padding: 1em;
  margin-bottom: 1em;
}
.field-text-body-lemon {
  background: #FFFACD;
  padding: 1em;
  margin-bottom: 1em;
}
.field-text-body-grey {
  background: #D3D3D3;
  padding: 1em;
  margin-bottom: 1em;
}
.field-text-body-green {
  background: #c7dbd2;
  padding: 1em;
  margin-bottom: 1em;
}
.node-sold-tour-form {
  background: #c7dbd2;
  padding: 1em;
  margin-bottom: 1em;
}
.node-lead-form {
  background: #FFFACD;
  padding: 1em;
  margin-bottom: 1em;
}
.node-person-customer-form {
  background: #D3D3D3;
  padding: 1em;
  margin-bottom: 1em;
}
.node-company-customer-form {
  background: #D3D3D3;
  padding: 1em;
  margin-bottom: 1em;
}

/* Styles for lead's pages */
.field--name-field-customer {
  font-weight: bold;
}

/* Styles for comment of managers pages */

/* Styles for forms */
.node-sold-tour-edit-form {
  /* color: green; */
  background: #c7dbd2;
  padding: 1em;
  margin-bottom: 1em;
}
.node-person-customer-edit-form{
  /* color: grey; */
  background: #D3D3D3;
  padding: 1em;
  margin-bottom: 1em;
}
.node-company-customer-edit-form {
  /* color: grey; */
  background: #D3D3D3;
  padding: 1em;
  margin-bottom: 1em;
}
.node-lead-edit-form {
  /* color: lemon; */
  background: #FFFACD;
  padding: 1em;
  margin-bottom: 1em;
}
.node-hotel-edit-form {
  /* color: green; */
  background: #c7dbd2;
  padding: 1em;
  margin-bottom: 1em;
}
.widgets_tourist_messenger-icons {
  margin: -3px 0 0 3px;
  width: 21px;
}

/* Disable change values in decimal fields */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

/* Sold tour */
#edit-group-tour-pay {
  font-size: 1.1em;
}
#edit-group-operator-paid {
  font-size: 1.1em;
}
#edit-field-agency-commission-wrapper {
  display: none;
}
#edit-field-debt-wrapper {
  display: none;
}
#edit-field-discount-wrapper {
  display: none;
}
.views-sold-tours #view-field-tourist-paid-table-column {
  min-width: 140px;
}
.views-sold-tours #view-field-operator-paid-table-column {
  min-width: 200px;
}
.views-sold-tours #view-field-tour-cost-table-column {
  min-width: 130px;
}
.views-sold-tours #view-uid-table-column {
  max-width: 70px;
}
.views-sold-tours #view-nid-table-column {
  max-width: 80px;
}
.views-sold-tours .paragraph--type--tourist-paid {
  padding-bottom: 4em;
}
.views-sold-tours .paragraph--type--operator-paid {
  padding-bottom: 1em;
}
.line-dotted {
  border-top: 1px dotted;
  border-bottom: none;
}

/* Reports */
.venera-report-sales-form #edit-date-from {
  width: 50%;
}
.venera-report-sales-form #edit-date-to {
  width: 50%;
}
.venera-report-sales-form #edit-user {
  width: 60%;
}
.venera-report-lead-sources-form #edit-date-from {
  width: 50%;
}
.venera-report-lead-sources-form #edit-date-to {
  width: 50%;
}
.after-service-link {
  padding-top: 10px;
}
