html {
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
}
h2 span.breadcrumb {
    font-size: 18px;
}
.b-l {
  border-left: 1px solid #e7eaec;
}
.checkbox {
  margin-top: -5px;
}
.bold {
  font-weight: bold;
}
.nav-header {
  padding: 10px 20px 20px 35px !important;
}
.bg-dev {
  background-color: #fde5f1;
}
.bg-test {
  background-color: #ebe6f5;
}
#seller-rotation-form-content label {
  margin-bottom: 0px;
  margin-top: 5px;
}
#main-menu .nav-second-level li a {
  padding: 4px 9px 4px 25px;
}
.mini-navbar .nav-header {
  padding: 12px 20px 16px 35px !important;
}
body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level, .mini-navbar .nav li:focus > .nav-second-level {
  min-width:160px;
}
.mini-navbar .logo-element {
  margin-left: -16px;
  padding: 0;
}
.page-heading {
    min-height: 68px;
    padding: 0 10px 5px 10px;
}
.page-heading .dim {
    margin-top: 8px;
}
.cancelled .tachable{
    text-decoration: line-through;
}
#product-results-table .currency {
  font-size: 10px;
}
.page-heading span.product-title {
  font-size: 20px;
}
.page-heading .fa-angle-double-right {
  font-size: 17px;
}
.page-heading .label {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 15px;
}
.header-info {
    display: inline-block;
    margin: 3px 0px;
}
.page-heading .breadcrumb {
  margin-bottom: 5px !important;
}
.page-heading .breadcrumb .label {
  padding: 2px 10px;
  font-size: 10px;
}
.profile-element img {
  width: 150px;
}
.profile-element .img-circle {
  border-radius: 0;
}
.alert-sm {
    padding: 4px 10px;
    margin-bottom: 0px;
}
.onoffswitch-inner:before{
    content:attr(data-swchon-text);
}
.onoffswitch-inner:after{
    content:attr(data-swchoff-text);
}
.color-danger {
    color: #a94442;
}
.color-primary {
    color: #2b542c;
}
.color-warning {
    color: #f0ad4e;
}
.color-success {
  color: #1c84c6;
}
.label-round {
  border-radius: 1em;
}
.label-purple {
  background-color: #a779af;
  color: #FFFFFF;
}
.label-pink {
  background-color: #e749b8;
  color: #FFFFFF;
}
.label-blue {
  background-color: #1c84c6;
  color: #FFFFFF;
}
.label-lightblue {
  background-color: #79c6e3;
  color: #FFFFFF;
}
.label-lime {
  background-color: #8bc34a;
  color: #FFFFFF;
}
.label-sky {
  background-color: #abdce0;
  color: #000000;
}
.label-verylime {
  background-color: #ccff00;
  color: #000000;
}
.label-facebook {
  background-color: #4267b2;
  color: #fff;
}
.label-instagram {
  background-color: #f77737;
  color: #fff;
}
.label-whatsapp {
  background-color: #59CE72;
  color: #fff;
}
.label-callme {
  background-color: #400e73;
  color: #fff;
}
.label-contact {
  background-color: #de228f;
  color: #fff;
}
.form-group {
    margin-bottom: 20px;
}
.select2-container .select2-selection--single {
    height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}
.cc img{
  width: 54px;
  height: 34px;
}
.instalments {
  clear: left;
  display: inline-block;
}
.instalments .checkbox {
  float: left;
  margin-right: 5px;
  width: 40px;
}
.instalments .checkbox label {
  padding-left: 1px;
}
.feed-element, .media-body {
  min-height: 32px;
}
.after-page-heading {
  padding: 5px 25px;
}
#description, #email-detail, .departure-description {
  visibility: hidden;
  display: block;
  margin-top: -10px;
  height: 1px;
}
.hr-line-dashed.prices {
  border-top: 1px dashed #1C84C6;
  margin: 0px;
}
form.price-form span.label {
  margin-left: 3px;
}
form.price-form .provider hr,
.provider-reservation hr {
  margin-top: 2px;
  margin-bottom: 2px;
  border: 0;
  border-top: 1px solid #bdbaba;
}
.provider-reservation h3 {
  color: #1c84c6;
}
.provider-reservation .booking-number {
  font-size: 18px;
}
form.price-form .provider .right {
  float: right;
}
form.price-form .provider,
.provider-comments,
.flight-comments {
  color: #1a7bb9;
}
#departures-content .panel {
  margin-bottom: 2px;
}
.departure-flight {
  margin-top: 60px;
}
.white-bg {
  background-color: #fff !important;
}
.footer button.dim {
  margin-bottom: 5px !important;
}

.footer a.dim {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 5px !important;
}
.footer a.btn-default.dim {
  box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999999;
}
.footer a.btn-default.dim:active {
  box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999999;
}
.ibox-content.table-filters {
  padding: 10px 20px 0px 20px;
}
.ibox .title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}
#seller-stats .subtotals {
  background-color: #f9f9f9;
}
#seller-stats .totals {
 background-color: #dedcdc;
}
.ibox-content.stats {
  padding: 0px;
}
.ibox-content.stats.scrollable {
  padding: 0px;
  min-height: 100px;
  max-height: 405px;
  overflow: scroll;
}
.table-filters .hr-line-dashed {
  border-top: 1px dashed #1C84C6;
  margin: 5px 0px 20px 0px;
}
.magic-filter-form .more-filters {
  margin-top: 5px;
}
.wrapper-content {
  padding: 10px 10px 5px;
}
.img-thumb {
  width: 79px;
}
/*a.hide-panel, a.show-panel {
  color: #fff;
}*/
.sortable {
    cursor: pointer;
}
.sortable:hover {
    text-decoration: underline;
}
.results-totals {
    background-color: #f3e5f5 !important;
    font-weight: bold;
}
.results-totals .col-sm-1:first-child {
    text-align: center;
}
.mb-5 {
  margin-bottom: 5px;
}
.mt-5 {
  margin-top: 5px;
}
span.thumb {
  border: 1px solid #DDDDDD;
  display: inline-block;
  padding: 5px;
  margin: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
span.thumb.selected {
  background-color: #56c5ae;
}
span.thumb a img {
  border: 1px solid #e7eaec;
  padding: 1px;
}
form.form-slider,
form.form-popup,
form.form-product-sliders,
form#form-product-sliders-manual {
  margin-top: 25px;
}
#slider-table tr.expired td {
  color:red;
  text-decoration:line-through;
}
#slider-table img {
  border: 1px solid #e7eaec;
  padding: 1px;
}
#box-position {
  margin-bottom: 5px;
}
.boxes-item div {
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  border: 1px solid #e7eaec;
  padding: 5px;
  margin: 5px;
}
.boxes-item img {
  border: 1px solid #e7eaec;
  padding: 1px;
}
.boxes-item a {
  margin: 5px;
}
.box-item {
  background-color: #fff;
  color: #000;
}
.box-item.box-selected {
  background-color: #56c5ae;
  color: #fff;
}
#content .sk-spinner {
  margin: 30px auto !important;
}
span.remove-filter {
   cursor: pointer; cursor: hand;
}
.has-footable .well {
  padding: 3px 8px;
}
.hr-subtitle {
  margin: 5px 0px 15px 0px !important;
}
#product-form-content label.error {
  margin: 0px 0px 12px 0px !important;
}
#product-form-content .alert-warning {
  color:#676a6c;
}
#product-form-content .alert-info {
  background-color:#f5f5f5;
  border-color:#f5f5f5;
}
span.expand-0, span.expand-1, span.expand-2 {
  cursor: pointer; cursor: hand;
}
.table-level-0 {
  margin-bottom: 1px;
}
.table-level-1 {
  margin-bottom: 1px;
  background-color: #F3F3F4 !important;
}
.table-level-2 {
  margin-bottom: 1px;
  background-color: #e7eaec !important;
}
.table-level-2 td {
  padding: 4px 3px 0px 5px !important;
  vertical-align: middle !important;
}
.table-level-0 a.btn .fa-check,
.table-level-0 a.btn .fa-times {
  width: 12px;
}
.table-level-0 td.inactive {
  color: #99999c;
}
.inner-table {
  padding-left: 30px !important;
}
th.dest-name {
  width: 420px !important;
}
td.dest-name {
  vertical-align: middle !important;
}
th.active-icon, th.images-icon, th.enabled-icon,
td.active-icon, td.images-icon, td.enabled-icon {
  width: 80px !important;
}

.table-level-0 td.dest-name {
  width: 427px !important;
}
.table-level-1 td.dest-name {
  width: 398px !important;
}
li.dest-name {
  border-bottom: 1px solid #F3F3F4;
  margin: 2px 5px;
  padding-top: 5px;
}
li.dest-name strong {
  display: inline-block;
  width: 360px;
}
li.dest-name:last-child {
  border-bottom: 0px;
}
li.dest-date {
  border-bottom: 1px solid #F3F3F4;
  margin: 2px 5px;
  padding: 5px 0px;
}
li.dest-date strong {
  display: inline-block;
  width: 356px;
}
li.dest-date:last-child {
  border-bottom: 0px;
}
li.cat-name strong {
  display: inline-block;
  width: 364px;
}
li.cat-name a.activate {
  margin-right: 54px;
}
li.cat-name a.images {
  margin-right: 53px;
}
span.expand-1 {

}
span.with-label {

}
span.folder-count-1,
span.folder-count-2 {
  font-size: 9px;
  background-color: #f8870c!important;
  padding: 2px 3px;
  position: absolute;
}
#show-more {
  margin-top: 20px;
}
span.folder-count-1 { left: 20px }
span.folder-count-2 { left: 52px }

ul.table-level-2 .empty-results {
  padding: 5px;
  font-size: 90%;
}
#allotment-form-content .form-group h3 {
  font-weight: 300;
}
#operator-form-content button.bootstrap-touchspin-down,
#operator-form-content button.bootstrap-touchspin-up {
  margin-bottom: 0px !important;
}
.small .form-control {
  height: 34px;
  line-height: 34px;
  font-size: 12px;
}
.x-small {
  font-size: 75%;
}
#paymentGroup-form-content .err {
  color: #cc5965;
}
.input-group-addon.price {
  font-size: 11px;
}
.light-box-gallery .thumb{
  text-align: center;
}
.light-box-gallery img {
  margin: 5px;
}
#contacts-results-table-container {
  min-width: 920px;
}
#product-results-table th, #reservations-results-table th {
  font-size: 10px;
}
.navbar-top-links .dropdown-menu li a.reservation {
  padding: 0px;
  font-size: 12px;
}
#notif-reservations-content, #notif-products-content,
#notif-paymentGroups-content, #notif-saleDetails-content,
#notif-expirations-content, #notif-sale-due-date-content,
#notif-payment-allotment-content {
  overflow: auto;
  max-height: 400px;
}
#notif-user-alert-content {
  width: 450px;
  height: auto;
  max-height: 450px;
  overflow-x: hidden;
}
#notif-user-alert-content.dropdown-menu li a {
  padding: 3px 6px;
}
#nestable2 .dd-item > button {
    color: #1ab394;
}
#nestable2 .dd3-content {
    display: block;
    margin: 5px 0;
    padding: 8px 10px 5px 40px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    background: #f1f1f1;
}
#nestable2 .dd3-handle {
  position: absolute;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 28px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: #ddd;
  background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
  background:    -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
  background:         linear-gradient(top, #ddd 0%, #bbb 100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#nestable2 .dd3-handle:before {
  content: '≡';
  display: block;
  position: absolute;
  left: 0; top: 3px; width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
#nestable2 .dd3-handle:hover {
  background: #ddd;
}
.remove-flight, .create-flight {
  font-size: 14px;
  text-decoration: underline;
  margin-top: 50px;
}
.tabs-with-badges ul.nav-tabs span.label {
  font-size: 9px;
  border-radius: 5px;
}
.image-row-container {
  background: #f7f7f7;
  margin: 5px;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #efefef;
}
.dropzone {
  min-height: 200px;
}
.btn-outline.disabled {
  color: cornsilk;
}
.label-done {
  background-color: #dff0d8;
  color: #3c763d;
}
.extra-detail {
  margin-right: 5px;
  margin-left: 2px;
  padding: 25px;
}
.extra-detail .form-group {
  margin-bottom: 5px !important;
}
.contact-log-table pre,
#comments-content-results pre,
#details-content-results pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
#sale-form-content .ibox-content {
  padding: 15px 5px;
}
#sale-form-content h1 {
  font-size: 23px !important;
  /*text-align: right;*/
}
#sale-form-content h1 sup {
    top: -.1em;
    font-size: 65%;
}
.amount-field, .exchange-rate-field, .amount-percentage {
  text-align: right;
}
.sale-amounts {
  padding: 0px 20px;
}
.sale-amounts h2{
  font-size: 20px;
}
.sale-amounts .ibox-content-hidden h2{
  font-size: 18px;
}
#email-alert a {
  text-decoration: underline;
}
body.fixed-sidebar .navbar-static-side, body.canvas-menu .navbar-static-side {
  overflow: auto !important;
}

#eurovips div.main-table > div:nth-of-type(odd) {
    background-color: #fff !important;
}
#eurovips div.results-table > div:first-child > div {
  padding: 0px 15px 0px 15px;
}
#eurovips div.results-table > div:first-child {
  min-height: 0px;
  font-size: 95%;
}
#eurovips .large {
  font-weight: bold;
  font-size: 14px;
  color: #0091EA;
  margin-bottom: 15px;
}
#eurovips .ibox {
  padding: 20px;
}
#eurovips .ibox-content{
  padding: 5px;
  border: none;
  margin: 15px 0px;
}
#eurovips .ibox-content h3 {
  margin-top: 30px;
  color: #0091EA;
}
#eurovips .fa-check {
 color: #1ab394;
}
#eurovips .fa-times {
 color: #ed5565;
}
#eurovips ul.featured-list {
  list-style: none;
  padding: 0;
}
#eurovips ul.featured-list li {
  margin-bottom: 2px;
}
#missing-destinations .alert {
  margin-bottom: 0px;
}
#eurovips div.results-detail {
  padding: 0px 30px !important;
}
#eurovips div.results-detail p strong.highlight {
  color: #0091EA;
}
#eurovips div.results-departure {
  padding: 0px 10px !important;
}
#eurovips div.results-table > div.results-item {
  border-bottom: 0px;
}
#eurovips .operation_day {
  border: 1px solid #50b3f0;
  padding: 0px 20px;
  margin-top: 20px;
}
#eurovips .label-dates {
  background-color: #83bde2;
  color: #FFF;
}
hr.eurovips {
  margin-bottom: 0px;
}
div.results-table > div {
  border-bottom: 1px solid #e7eaec;
  padding: 3px 0px;
}

div.results-table > div.row {
  margin: 0;
}
div.results-item > div.middle > .btn-grid-edit {
  margin-bottom: 5px;
}
div.results-table > div:first-child {
  font-size: 85%;
  font-weight: bold;
  margin-bottom: 5px;
  min-height: 32px;
  background-color: #fff !important;
}
div.results-table > div:first-child > div {
  padding: 0px 0px 0px 12px;
}
div.results-table > div:nth-of-type(odd) {
    background-color: #f8f8f8;
}
div.results-table .totals {
    background-color: #fff !important;
}
div.results-table .value-line-wrapper {
    position: relative;
    padding-top: 7px;
    margin-top: -3px;
}
div.results-table .value-line-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #000;
}
div.results-table .highlight strong {
    font-size: 110%;
    color: #1c84c6;
    font-weight: 700;
}
div.results-table .smaller {
  font-size: 85% !important;
}
div.results-table > div:first-child > div .fa {
  margin-left: 3px;
}
div.results-pagination {
  padding: 0px 0px 10px 0px;
  text-align: center;
  border: 0px;
}

div.results-pagination ul.pagination {
  margin: 0px;
}

div.results-item {
  min-height: 32px;
  padding-left: 15px !important;
}

div.results-item div.middle {
  min-height: 32px;
  line-height: 34px;
}
div.results-item div.multiline {
  min-height: 18px !important;
  line-height: 18px !important;
}
div.results-item div.compacted {
  letter-spacing: -0.05em;
}
div.results-item div.nofloat {
  float: none;
}
div.results-item div.medium {
  font-size: 85%;
  overflow: hidden;
  white-space: nowrap;
}

div.results-item div.middle div.results-notes {
  line-height: initial;
}
div.results-detail {
  font-size: 95%;
}
div.results-item > div {
  padding-right: 0px;
  padding-left: 0px;
}
div.results-item span.small.below {
    display: block;
    line-height: 2;
    margin-left: 6px;
    margin-top: -8px;
}
div.results-item div.multiline small {
  color: #8a8a8a;
}
#images-area {
  margin-bottom: 38px;
}
.well-allotment {
  padding: 3px 10px;
}
.allotment-name {
  font-size: 85%;
}
p.segments-item {
  margin: 3px 0px 0px 0px !important;
}
/*x-editable*/
.editableform{margin-bottom:0}
.editableform .control-group{margin-bottom:0;white-space:nowrap}
.editable-buttons{display:inline-block;vertical-align:top;margin-left:7px;zoom:1;*display:inline}
.editable-buttons.editable-buttons-bottom{display:block;margin-top:7px;margin-left:0}
.editable-input{vertical-align:top;display:inline-block;width:auto;white-space:normal;zoom:1;*display:inline}
.editable-buttons .editable-cancel{margin-left:7px}
.editable-buttons button.ui-button-icon-only{height:24px;width:30px}
.editableform-loading{background:url(../img/loading.gif) center center no-repeat;height:25px;width:auto;min-width:25px}
.editable-inline .editableform-loading{background-position:left 5px}
.editable-error-block{max-width:300px;margin:5px 0 0;width:auto;white-space:normal}
.editable-error-block.ui-state-error{padding:3px}
.editable-error{color:red}
.editableform .editable-date{padding:0;margin:0;float:left}
.editable-inline .add-on .icon-th{margin-top:3px;margin-left:1px}
.editable-checklist label input[type=checkbox],.editable-checklist label span{vertical-align:middle;margin:0}
.editable-checklist label{white-space:nowrap}
.editable-wysihtml5{width:566px;height:250px}
.editable-clear{clear:both;font-size:.9em;text-decoration:none;text-align:right}
.editable-clear-x{background:url(../img/clear.png) center center no-repeat;display:block;width:13px;height:13px;position:absolute;opacity:.6;z-index:100;top:50%;right:6px;margin-top:-6px}
.editable-clear-x:hover{opacity:1}
.editable-pre-wrapped{white-space:pre-wrap}
.editable-container.editable-popup{max-width:none!important}
.editable-container.popover{width:auto}
.editable-container.editable-inline{display:inline-block;vertical-align:middle;width:auto;zoom:1;*display:inline}
.editable-container.ui-widget{font-size:inherit;z-index:9990}
.editable-click,a.editable-click,a.editable-click:hover{text-decoration:none;border-bottom:dashed 1px #08c}
.editable-click.editable-disabled,a.editable-click.editable-disabled,a.editable-click.editable-disabled:hover{color:#585858;cursor:default;border-bottom:none}
.editable-empty,.editable-empty:focus,.editable-empty:hover{font-style:italic;color:#D14;text-decoration:none}
.editable-unsaved{font-weight:700}
.editable-bg-transition{-webkit-transition:background-color 1400ms ease-out;-moz-transition:background-color 1400ms ease-out;-o-transition:background-color 1400ms ease-out;-ms-transition:background-color 1400ms ease-out;transition:background-color 1400ms ease-out}
.form-horizontal .editable{padding-top:5px;display:inline-block}
.editable-address{display:block;margin-bottom:5px}
.editable-address span{width:70px;display:inline-block}
.editableform .editable-date .icon-arrow-left, .editableform .editable-date .icon-arrow-right {display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: 400;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 14px;}
.editableform .editable-date .icon-arrow-left:before{content:"\f060";}
.editableform .editable-date .icon-arrow-right:before{content:"\f061";}

#select-prices .item-star .fa{color: #FFD34E;}
.color-red{color:red}
.table .mixed td {
  color: #2196f3
}
#area-content .hotel-rate {
  background-color: #f3f3f4;
}
#reservation-tabs .nav-tabs {
   background-color:#f3f3f4
}
#reservation-tabs .nav-tabs > li > a {
  padding: 10px 10px 10px 10px;
}
#reservation-tabs .ibox-content {
  padding: 10px;
}
#reservation-tabs {
  margin-top: 10px;
  padding-bottom: 40px;
}
#side-menu li {
  background: #293846;
}
.holidays-badge {
  background-color: #6193be !important; 
  color: white !important;
}
.change-expenses {
  text-decoration: underline;
}

#reservations-content .currency {
  font-size: 80%;
}

.icon-coupon-highlight {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #fce4ec;
    color: #d81b60;
    font-weight: 600;
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 4px;
    line-height: 1;
}

.cupon-info-box {
    background-color: #e8fef3;
    border: 2px solid #2e7d4f;
    border-radius: 6px;
    padding: 12px 16px;
    margin-top: 15px;
    font-size: 14px;
}

.cupon-info-box h5 {
    margin-top: 0;
    margin-bottom: 8px;
    color: #2e7d4f;
    font-size: 15px;
    font-weight: 600;
}

.cupon-info-box ul {
    padding-left: 18px;
    margin: 0;
    list-style-type: disc;
}

.cupon-info-box li {
    margin-bottom: 4px;
}

.cupon-info-box .currency {
    font-size: 0.85em;
    font-weight: 600;
    margin-right: 2px;
}

.cupon-info-box .total-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 15px;
}

.cupon-info-box .total-label {
    color: #2e7d4f;
}

.cupon-info-box .total-amount {
    color: #2e7d4f;
    white-space: nowrap;
}

h3.section-title {
  font-size: 18px;
  font-weight: 700;
  color: #400e73;
  border-left: 5px solid #400e73;
  padding-left: 10px;
  margin-top: 30px;
  margin-bottom: 15px;
  background-color: #f3e9ff;
  border-radius: 4px;
  padding: 6px 12px;
}

#reservation-form-content .well {
  background-color: #fff;
}

.info-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
}

.investment-grid {
  grid-template-columns: 2fr 6fr 2fr 1fr 1fr 1fr 1fr 1fr;
}
.sale-detail-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 3fr 1fr 2fr 2fr 1fr 1fr;
}

.table-grid {
    display: grid;
    gap: 0;
    align-items: center;
}
.table-grid .header {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.table-row {
  display: contents;
  position: relative;
}

.table-row::after {
  content: "";
  grid-column: 1 / -1;
  border-bottom: 1px solid #e7eaec;
}

.table-grid .table-row > div {
  border-bottom: none;
  padding: 6px 8px;
}

.table-grid .table-row:last-of-type > div {
  border-bottom: none;
}

.results-table.unstyled-table > .header:first-child,
.results-table.unstyled-table > div.header:first-child {
  font-size: inherit !important;
  margin-bottom: 0 !important;
  min-height: auto !important;
  background-color: transparent !important;
}

.results-table.unstyled-table > div:nth-of-type(odd) {
  background-color: transparent !important;
}

.results-table.unstyled-table .value-line-wrapper::before {
  background-color: transparent;
}

.results-table.unstyled-table .highlight strong {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}


/*** LIQUIDACION ***/
/*  Scope general  */
.dt-finance-scope { 
  --dt-radius: 12px; 
  --dt-border: 1px solid #e6e6e6; 
  --dt-pad: 12px; 
  --dt-gap: 8px; 
}

.dt-finance-wrap { 
  width: 100%; 
}

/*  Tabla base  */
.dt-finance-table { 
  width: 100%; 
  border-collapse: separate; 
  border-spacing: 0 8px; 
  table-layout: fixed; 
}

.dt-finance-scope thead { 
  visibility: hidden; 
}

.dt-finance-table thead th { 
  height: 0;
  padding: 0; 

}
.dt-finance-table tbody .dt-row { 
  background: #f7f7f7; 
}

.dt-finance-table tbody .dt-row > td { 
  padding: 6px; 
  border-top: var(--dt-border); 
  border-bottom: var(--dt-border); 
}

.dt-finance-table tbody .dt-row > td:first-child { 
  border-left: var(--dt-border); 
  border-top-left-radius: var(--dt-radius); 
  border-bottom-left-radius: var(--dt-radius); 
}

.dt-finance-table tbody .dt-row > td:last-child { 
  border-right: var(--dt-border); 
  border-top-right-radius: var(--dt-radius); 
  border-bottom-right-radius: var(--dt-radius); 
}

/*  Columnas  */
.col-expand { width: 5% }
.col-title { width: 30%; }
.col-main { width: 25%; }
.col-usd { width: 40%; }

/*  Celdas  */
.cell-title .title h5 { 
  margin: 0; 
  font-size: 16px; 
  color:#1c84c6
}
.cell-main h1, .cell-main h2, .cell-usd h1, .cell-usd h2 { 
  margin: 0; 
  line-height: 1.1; 
  font-size: 16px
}
.cell-main .small, .cell-usd .small { 
  font-size: .85em; 
  opacity: .8; 
  margin-right: 6px; 
}

/*  Detalles (filas expandibles)  */
.dt-details td { 
  padding: 0 12px 12px 125px; 
}
.dt-details .ibox-content-hidden { 
  background: #f7f7f7; 
  border: var(--dt-border);
  border-radius: 10px; 
  padding: 12px; 
}

/* Botón flecha */
.dt-toggle { 
  all: unset; 
  display: inline-block; 
  width: 28px; 
  height: 28px; 
  cursor: pointer; 
  position: relative; 
}

.dt-toggle::before { 
  content: ""; 
  position: absolute; 
  inset: 0; 
  margin: auto; 
  width: 6px; 
  height: 6px; 
  border-right: 2px solid #555; 
  border-bottom: 2px solid #555; 
  transform: rotate(-45deg); 
  transition: transform .2s ease; 
}

.dt-row[aria-expanded="true"] .dt-toggle::before { 
  transform: rotate(135deg); 
}

.dt-finance-scope .ibox-content { 
  padding: 0; 
  background: transparent; 
  border: 0; 
}

.dt-finance-scope .m-t { 
  margin-top: 8px; 
}

.dt-finance-scope .hr-line-dashed { 
  border-top: 1px dashed #d7d7d7; 
  margin: 12px 0; 
}

@media (max-width: 768px) {
  .dt-finance-table thead { display: none; }
  .dt-finance-table tbody .dt-row, .dt-details td { display: block; width: 100%; }
  .dt-finance-table tbody .dt-row { border: var(--dt-border); border-radius: var(--dt-radius); padding: 10px; }
  .dt-finance-table tbody .dt-row > td { border: none !important; padding: 6px 0; }
  .cell-expand { float: right; }
  .dt-details td { padding-left: 0; }
}

.dt-details .ibox-content-hidden{
  padding: 0;
  background: transparent;
  border: 0;
}

.dt-detail-head{
  display: grid;
  grid-template-columns: 1fr minmax(120px,auto) minmax(120px,auto);
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  margin: 0 0 6px 0;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .02em;
  border: var(--dt-border);
  border-radius: 10px;
  background: #fafafa;
}

.dt-detail-head .col-empty{
  visibility:hidden
}

.dt-details .ibox-content-hidden > .m-t {
  display: grid;
  grid-template-columns: 29% 28% 25%;
  gap: 8px;
  align-items: center;
  margin: 0 0 6px 0;
  padding: 10px 12px;
  background: #f7f7f7;
  border: var(--dt-border);
  border-radius: 10px;
}

.dt-details .ibox-content-hidden > .m-t > p{
  margin: 0;
}

.dt-details .ibox-content-hidden > .m-t > h2{
  margin: 0;
  font-size: 16px;
  line-height: 1.1;
  justify-self: start;
}

.dt-details .ibox-content-hidden > .m-t > h2:only-of-type { 
  grid-column: 2; 
}

.dt-finance-scope .hr-line-dashed{
  margin: 10px 0;
}

/*  Responsive  */
@media (max-width: 768px){
  .dt-detail-head{ display:none; }
  .dt-details .ibox-content-hidden > .m-t{
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .dt-details .ibox-content-hidden > .m-t > h2{
    justify-self: start;
  }
  .dt-details .ibox-content-hidden > .m-t > h2 .small{
    font-weight: 600;
    opacity: .9;
    margin-right: 6px;
  }
}

/******** Panel inferior ********/
.dt-form { 
  margin-top: 8px;
}

.dt-form .row + .row { 
  margin-top: 8px; 
}

.dt-form .b-r { 
  border-right: var(--dt-border); 
}

@media (max-width: 768px){
  .dt-form .b-r { 
    border-right: 0; 
  }
}

.dt-form .alert-info {
  background: #f7f7f7;
  border: var(--dt-border);
  color: #333;
  border-radius: 10px;
}

.dt-form .alert-danger {
  background: #fff6f6;
  border: 1px solid #f3d1d1;
  border-radius: 10px;
}

.dt-form .select2,
.dt-form select.form-control{ 
  width: 100%; 
}

.dt-card{
  background: #f7f7f7;
  border: var(--dt-border);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
}

.dt-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
}

.dt-card__head h5 {
  margin: 0;
  font-size: 16px;
  color: #1c84c6;
}

.dt-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: #fff;
  border: var(--dt-border);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.dt-card .form-group {
  background: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 12px;
}

.dt-card .row { 
  margin-left: -6px; 
  margin-right: -6px; 
}

.dt-card .row > [class*="col-"]{ 
  padding-left: 6px; 
  padding-right: 6px; 
}

@media (max-width: 768px){
  .dt-card{ padding: 12px; }
  .dt-card__head{ flex-direction: column; align-items: flex-start; gap: 6px; }
}

/* Audit table */
.audit .old { color: #c92a2a; text-decoration: line-through; }
.audit .new { color: #2b8a3e; font-weight: 600; }
.audit .arrow { color: #6c757d;}

/* Operator form */
.new-form .opf-section { 
  margin-bottom: 20px; padding: 10px 0; 
}
.new-form .opf-title {
  font-weight: 600;
  font-size: 15px;
  padding: 8px 12px;
  margin: 0 0 15px;
  background-color: #f4f8fb;
  border-left: 4px solid #1c84c6;
  color: #1c84c6;
}
.new-form .opf-actions { 
  margin-top: 10px; 
  padding-bottom: 30px;
}

.highlight-box h2,
.highlight-box span {
  font-weight: 700;
  color: #1c84c6 !important;
}