/* ------------------------------------- */
/* Overwriting bootstrap.css styles */
/* ------------------------------------- */
@font-face {
  font-family: 'Copyright Klim Type Foundry';
  src: url('/stylesheets/fonts/CopyrightKlimTypeFoundry/CopyrightKlimTypeFoundry.svg') format('svg');
  src: url('/stylesheets/fonts/CopyrightKlimTypeFoundry/CopyrightKlimTypeFoundry.eot') format('embedded-opentype'),       
       url('/stylesheets/fonts/CopyrightKlimTypeFoundry/CopyrightKlimTypeFoundry.woff') format('woff'),
       url('/stylesheets/fonts/CopyrightKlimTypeFoundry/CopyrightKlimTypeFoundry.woff2') format('woff2'),
       url('/stylesheets/fonts/CopyrightKlimTypeFoundry/CopyrightKlimTypeFoundry.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


html {
  font-size: 14px;
}

input:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
}

input[type="submit"] {
  cursor: pointer;
}

body > footer {
  background-color: #f5f5f5;
}

main > .container,
main > .container-fluid {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.ip-analyze{
  font-family: 'Copyright Klim Type Foundry', serif;
  font-size: 16px;
  background-color: #F4F5F5;
}

.breadcrumb .breadcrumb-item:last-child {
  color: #868e96;
}

.box-shadow { 
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); 
}

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem;
}
.bd-callout h4 {
  margin-top: 0;
  margin-bottom: .25rem;
}
.bd-callout p:last-child {
  margin-bottom: 0;
}
.bd-callout code {
  border-radius: .25rem;
}
.bd-callout-success {
  border-left-color: #66B377;
}
.bd-callout-success h4 {
  color: #66B377;
}
.bd-callout-info {
  border-left-color: #5bc0de;
}
.bd-callout-info h4 {
  color: #5bc0de;
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
}
.bd-callout-warning h4 {
  color: #f0ad4e;
}
.bd-callout-danger {
  border-left-color: #d9534f;
}
.bd-callout-danger h4 {
  color: #d9534f;
}
.bd-callout-secondary {
  border-left-color: #818C9C;
}
.bd-callout-secondary h4 {
  color: #818C9C;
}
.bd-callout-bottom {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-bottom-width: .25rem;
  border-radius: .25rem;
}
.bd-callout-bottom h4 {
  margin-top: 0;
  margin-bottom: .25rem;
}
.bd-callout-bottom p:last-child {
  margin-bottom: 0;
}
.bd-callout-bottom code {
  border-radius: .25rem;
}
.bd-callout-bottom-success {
  border-bottom-color: #66B377;
}
.bd-callout-bottom-success h4 {
  color: #66B377;
}
.bd-callout-bottom-info {
  border-bottom-color: #5bc0de;
}
.bd-callout-bottom-info h4 {
  color: #5bc0de;
}
.bd-callout-bottom-warning {
  border-bottom-color: #f0ad4e;
}
.bd-callout-bottom-warning h4 {
  color: #f0ad4e;
}
.bd-callout-bottom-danger {
  border-bottom-color: #d9534f;
}
.bd-callout-bottom-danger h4 {
  color: #d9534f;
}
.bd-callout-bottom-secondary {
  border-bottom-color: #818C9C;
}
.bd-callout-bottom-secondary h4 {
  color: #818C9C;
}

.table-borderless tbody td,
.table-borderless thead th {
  border: 0;
}

.bootstrap-datetimepicker-widget th.prev,
.bootstrap-datetimepicker-widget th.next {
  vertical-align: middle;
}

.bootstrap-datetimepicker-widget thead th,
.bootstrap-datetimepicker-widget tbody td {
  border: 0;
}

.btn {
  white-space: nowrap;
}
button,
button:focus,
.btn,
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.btn-link {
  background-color: transparent;
}

.border-none {
  border: none !important;
}

.shadow-none {
  box-shadow: none !important;
}
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.form-control-sm,
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: auto;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
}

.small .form-control-sm {
  font-size: .8rem;
}

/* -sm */
@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-sm-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-sm-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-sm-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-sm-0 {
    border: 0 !important;
  }

  .border-sm-top-0 {
    border-top: 0 !important;
  }

  .border-sm-right-0 {
    border-right: 0 !important;
  }

  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-sm-left-0 {
    border-left: 0 !important;
  }
}

/* -md */
@media (min-width: 768px){
  .border-md-top {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-md-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-md-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-md-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-md-0 {
    border: 0 !important;
  }

  .border-md-top-0 {
    border-top: 0 !important;
  }

  .border-md-right-0 {
    border-right: 0 !important;
  }

  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-md-left-0 {
    border-left: 0 !important;
  }
}

/* -lg */
@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-lg-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-lg-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-lg-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-lg-0 {
    border: 0 !important;
  }

  .border-lg-top-0 {
    border-top: 0 !important;
  }

  .border-lg-right-0 {
    border-right: 0 !important;
  }

  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-lg-left-0 {
    border-left: 0 !important;
  }
}

/* -xl */
@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-xl-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-xl-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-xl-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-xl-0 {
    border: 0 !important;
  }

  .border-xl-top-0 {
    border-top: 0 !important;
  }

  .border-xl-right-0 {
    border-right: 0 !important;
  }

  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-xl-left-0 {
    border-left: 0 !important;
  }
}

@media print {
  @page { 
    /* this affects the margin in the printer settings */ 
    margin: 10mm 0mm 15mm 0mm;
  } 

  * {
    color: #212529 !important;
  }

  body {
    font-size: 0.9rem;
  }

  body.ip-vn-site-bkg > footer {
    background-color: transparent !important;
  }

  .container {
    max-width: 100%;
  }

  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .col-print {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-print-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-print-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-print-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-print-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-print-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-print-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-print-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-print-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-print-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-print-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-print-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-print-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }


  .align-print-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }


  .text-print-left {
    text-align: left !important;
  }
  .text-print-center {
    text-align: center !important;
  }
  .text-print-right {
    text-align: right !important;
  }


  .m-print-0 {
    margin: 0 !important;
  }

  .mx-print-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-print-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }
  .mx-print-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  .mx-print-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-print-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-print-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .my-print-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-print-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-print-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-print-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-print-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-print-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mt-print-0 {
    margin-top: 0 !important;
  }
  .mt-print-1 {
    margin-top: .25rem !important;
  }
  .mt-print-2{
    margin-top: .5rem !important;
  }
  .mt-print-3{
    margin-top: 1rem !important;
  }
  .mt-print-4 {
    margin-top: 1.5rem !important;
  }
  .mt-print-5 {
    margin-top: 3rem !important;
  }

  .mr-print-0 {
    margin-right: 0 !important;
  }
  .mr-print-1 {
    margin-right: .25rem !important;
  }
  .mr-print-2{
    margin-right: .5rem !important;
  }
  .mr-print-3{
    margin-right: 1rem !important;
  }
  .mr-print-4 {
    margin-right: 1.5rem !important;
  }
  .mr-print-5 {
    margin-right: 3rem !important;
  }

  .mb-print-0 {
    margin-bottom: 0 !important;
  }
  .mb-print-1 {
    margin-bottom: .25rem !important;
  }
  .mb-print-2{
    margin-bottom: .5rem !important;
  }
  .mb-print-3{
    margin-bottom: 1rem !important;
  }
  .mb-print-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-print-5 {
    margin-bottom: 3rem !important;
  }

  .ml-print-0 {
    margin-left: 0 !important;
  }
  .ml-print-1 {
    margin-left: .25rem !important;
  }
  .ml-print-2{
    margin-left: .5rem !important;
  }
  .ml-print-3{
    margin-left: 1rem !important;
  }
  .ml-print-4 {
    margin-left: 1.5rem !important;
  }
  .ml-print-5 {
    margin-left: 3rem !important;
  }


  .p-print-0 {
    padding: 0 !important;
  }

  .px-print-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-print-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }
  .px-print-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .px-print-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-print-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-print-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-print-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-print-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-print-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-print-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-print-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-print-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-print-0 {
    padding-top: 0 !important;
  }
  .pt-print-1 {
    padding-top: .25rem !important;
  }
  .pt-print-2{
    padding-top: .5rem !important;
  }
  .pt-print-3{
    padding-top: 1rem !important;
  }
  .pt-print-4 {
    padding-top: 1.5rem !important;
  }
  .pt-print-5 {
    padding-top: 3rem !important;
  }

  .pr-print-0 {
    padding-right: 0 !important;
  }
  .pr-print-1 {
    padding-right: .25rem !important;
  }
  .pr-print-2{
    padding-right: .5rem !important;
  }
  .pr-print-3{
    padding-right: 1rem !important;
  }
  .pr-print-4 {
    padding-right: 1.5rem !important;
  }
  .pr-print-5 {
    padding-right: 3rem !important;
  }

  .pb-print-0 {
    padding-bottom: 0 !important;
  }
  .pb-print-1 {
    padding-bottom: .25rem !important;
  }
  .pb-print-2{
    padding-bottom: .5rem !important;
  }
  .pb-print-3{
    padding-bottom: 1rem !important;
  }
  .pb-print-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-print-5 {
    padding-bottom: 3rem !important;
  }

  .pl-print-0 {
    padding-left: 0 !important;
  }
  .pl-print-1 {
    padding-left: .25rem !important;
  }
  .pl-print-2{
    padding-left: .5rem !important;
  }
  .pl-print-3{
    padding-left: 1rem !important;
  }
  .pl-print-4 {
    padding-left: 1.5rem !important;
  }
  .pl-print-5 {
    padding-left: 3rem !important;
  }
  

  .bg-print-transparent {
    background: transparent;
  }


  .table-print-sm th,
  .table-print-sm td {
    padding: 0.3rem 1rem;
  }


  .border-print-0 {
    border: 0 !important;
  }
  .border-print {
    border: 1px solid #D4D3DC;
  }
  .border-print-bottom {
    border-bottom: 1px solid #D4D3DC; 
  }
  .border-print-top {
    border-top: 1px solid #D4D3DC; 
  }


  .h5-print {
    font-size: 18px;
    font-weight: 500;
  }


  .bd-callout.bd-callout-print {
    border-left: 1px solid #eee;
  }
  .bd-callout-bottom.bd-callout-print {
    border-bottom: 1px solid #eee;
  }


  .badge {
    border: 1px solid #e9ecef;
    background: transparent;
  }


  .ip-ads-summary-bkg,
  .ip-img-as-bkg::before {
    background: none !important;
  }


  .ip-collapse-ctrl i:before {
    content: "" !important;
  }

  .ip-print-font-size-100 {
    font-size: 100%;
  }

  .shadow,
  .shadow-sm,
  .shadow-lg {
    box-shadow: none !important;
  }

  .ip-oar-item-threads {
    box-shadow: none !important;
    background-color: #FFFFFF !important;
  }

  .ip-card-listing-print .card-header {
    background-color: #FFF !important;
  }
  .ip-card-listing-print .card-header h5,
  .ip-card-listing-print .card-body h5 {
    font-size: 1rem;
  }
}

@media (max-width: 1350px){
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}


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

.card-group-xl > .card {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .card-group-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group-xl > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group-xl > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group-xl > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group-xl > .card:first-child .card-img-top,
  .card-group-xl > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group-xl > .card:first-child .card-img-bottom,
  .card-group-xl > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group-xl > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group-xl > .card:last-child .card-img-top,
  .card-group-xl > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group-xl > .card:last-child .card-img-bottom,
  .card-group-xl > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group-xl > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group-xl > .card:only-child .card-img-top,
  .card-group-xl > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group-xl > .card:only-child .card-img-bottom,
  .card-group-xl > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group-xl > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group-xl > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group-xl > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group-xl > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group-xl > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}


/* ------------------------------------- */
/* Overwriting/Add swal2 styles */
/* ------------------------------------- */

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown), html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) { height: 100% !important; overflow-y: visible !important; }


/* ------------------------------------- */
/* Overwriting/Add fontAwesome styles */
/* ------------------------------------- */

.fa-rotate-45-flip-vertical {
  -webkit-transform: rotate(45deg) scale(1, -1);
  -ms-transform: rotate(45deg) scale(1, -1);
  transform: rotate(45deg) scale(1, -1);
}


/* ------------------------------------- */
/* Overwriting/Add select2 styles */
/* ------------------------------------- */

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] .text-muted {
  color: #FFFFFF !important;
}


/* ------------------------------------- */
/* Custom styles */
/* ------------------------------------- */

.ip-vn-site-bkg .breadcrumb,
.ip-vn-site-bkg .card-header:not(.ip-not-vn-site-bkg),
body.ip-vn-site-bkg > footer {
  background-color: #F3F2FC;
}

.ip-bgcolor-info-0 {
  background-color: #EFF9FC;
}
.ip-bgcolor-success-0 {
  background-color: #F2F9F8;
}

.ip-text-nrvc-color {
  color: #E7C94A;
}

.ip-no-text-decoration,
.ip-no-text-decoration:hover,
.ip-no-text-decoration:focus {
  text-decoration: none;
}

.ip-summary-container {
  border-bottom: 12px solid #2C2C6A;
  border-top: 12px solid #5B4D9D;
  padding: 30px 20px;
  box-shadow: 0 1px 21px #acacac;
}

.ip-thumbnail-sm {
  width: 100px;
  height: 100px;
}

.ip-navbar-bkg {
  background: url(/images/admin/header_blue.jpg) #30569D no-repeat;
  background-position: center right;
}

.ip-table-none-border-top tr:first-child td {
  border-top: 0;
}
.ip-td-width-1 {
  width: 150px;
}
@media (max-width: 576px) {
  .ip-td-width-1 {
    width: 110px;
  }
}

.ip-ads-summary-bkg{
  background-image: url(/images/vn15/site_bkg/vn_reservation_ads_bkg.png);
}

.ip-img-as-bkg {
  background-size: cover;
}
.ip-img-as-bkg::before {
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(23, 24, 59, 0) 0%, rgba(23, 24, 59, 0.45) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(23, 24, 59, 0) 0%, rgba(23, 24, 59, 0.45) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
}
.ip-img-as-bkg.ip-dark-bkg::before {
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(23, 24, 59, 0) 0%, rgba(23, 24, 59, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(23, 24, 59, 0) 0%, rgba(23, 24, 59, 0.9) 100%);
}


.ip-btn {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ip-btn.ip-btn-shadow {
  box-shadow: 0 2px 5px rgba(0,0,0,.4);
}
.ip-btn.ip-btn-shadow:hover {
  box-shadow: none;
}


.ip-cursor-pointer {
  cursor: pointer;
}
.ip-cursor-help {
  cursor: help;
}

.ip-disabled-overlay {
  color: #6c757d;
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.ip-cursor-disabled {
  color: #6c757d;
  cursor: not-allowed;
  pointer-events: none;
}

.ip-oar-item-description {
  min-height: 42px;
}
.ip-oar-item-description * {
  margin: 0;
}

.ip-bg-warning {
  background-color: #ffeeba;
}

.ip-zoom-8 {
  zoom: 0.8;
}

.ip-font-80 {
  font-size: 80% !important;
}
.ip-font-small {
  font-size: small;
}

.ip-font-size-init {
  font-size: 1rem;
}

.ip-collapse-ctrl {
  text-align: left;
}
.ip-collapse-ctrl i {
  float: right;
  margin-top: 4px;
}
.ip-collapse-ctrl:not(.collapsed) i:before {
  content: "\f068";
}

.ip-horizontal-process {
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.ip-horizontal-process .ip-process-tab {
  border-bottom: 3px solid #F3F2FC;
  padding-bottom: 0;
  margin-bottom: 0;
  opacity: 0.4;
}
.ip-horizontal-process .ip-process-tab.ip-process-tab-active {
  border-bottom-color: #60529F;
  opacity: 1;
}
.ip-horizontal-process .ip-process-tab .ip-process-icon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 2px solid #e3e3e3;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f3f3f3;
  position: relative;
}
.ip-horizontal-process .ip-process-tab .ip-process-icon {
  margin: 0 auto 10px;
}
.ip-horizontal-process .ip-process-tab .ip-process-icon i {
  position: absolute;
  left: 25px;
  top: 24px;
}
.ip-horizontal-process .ip-process-tab.ip-process-tab-done .ip-process-icon {
  border-color: #65b93e;
}
.ip-horizontal-process .ip-process-tab.ip-process-tab-active .ip-process-icon {
  border-color: #60529F;
}
.ip-horizontal-process .ip-process-tab.ip-process-tab-active .ip-process-icon i {
  color: #454545;
}
.ip-horizontal-process .ip-process-tab .ip-process-tab-content {
  overflow: hidden;
}
.ip-horizontal-process .ip-process-tab .ip-process-title {
  font-weight: normal;
  color: #454545;
  margin-bottom: 10px;
}
.ip-horizontal-process .ip-process-tab .ip-process-line {
  position: absolute;
}
.ip-horizontal-process .ip-process-tab .ip-process-line {
  top: 35px;
  left: 50%;
  right: -40%;
  height: 20px;
}
.ip-horizontal-process .ip-process-tab .ip-process-line .ip-process-line-divider {
  position: absolute;
  border-color: #e3e3e3;
}
.ip-horizontal-process .ip-process-tab .ip-process-line .ip-process-line-divider {
  left: 75px;
  right: 55px;
  top: 50%;
  margin-top: -1px;
  border-top-width: 1px;
  border-top-style: dashed;
}
.ip-horizontal-process .ip-process-tab .ip-process-line .fa {
  color: #e3e3e3;
}
.ip-horizontal-process .ip-process-tab .ip-process-line .fa {
  position: absolute;
  right: 50px;
  margin: 0px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .ip-horizontal-process .ip-process-tab {
    display:none
  }

  .ip-horizontal-process .ip-process-tab.ip-process-tab-active {
    display:block;
    margin-bottom: -3px
  }

  .ip-horizontal-process .ip-process-tab .ip-process-line {
    right: 0;
  }
}

.ip-msgs-container {
  background-color: #ECEFF1;
  max-height: 500px;
  overflow: auto;
}
.ip-msg-direction.ip-msg-left {
  text-align: left;
}
.ip-msg-direction.ip-msg-right {
  text-align: right;
}
.ip-msg-container {
  max-width: 90%;
  display: inline-block;
}
.ip-msg-container .ip-msg-bubble {
  width: 100%;
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 3px;
  color: #2B2B2B;
  padding: 7px;
  font-size: 12px;
}
.ip-msg-container .ip-msg-bubble p {
  margin: 0;
  text-align: left;
}
.ip-msg-direction.ip-msg-right .ip-msg-bubble {
  background-color: #cfd8dc;
}
.ip-msg-container .ip-msg-bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 0;
  margin-left: -43%;
  margin-bottom: -10px;
}
.ip-msg-direction.ip-msg-left .ip-msg-bubble:after {
  left: 47%;
  border-left: 0;
  border-top-color: #FFFFFF;
}
.ip-msg-direction.ip-msg-right .ip-msg-bubble:after {
  right: 5%;
  border-right: 0;
  border-top-color: #cfd8dc;
}
.ip-msg-attachment-ctrls {
  max-width: 100%;
  margin: 0 auto;
}
.ip-msg-container .ip-msg-meta-data {
  color: #747474;
  font-size: 10px;
  margin-top: 5px;
}
.ip-msg-container .ip-msg-meta-data p {
  margin: 0;
}
.ip-msg-direction.ip-msg-right .ip-msg-meta-data {
  text-align: left;
  margin-right: 20px;
}
.ip-msg-direction.ip-msg-left .ip-msg-meta-data {
  text-align: right;
  margin-left: 20px;
}
.ip-msg-container .ip-msg-meta-data button {
  font-size: 11px;
}

.ip-oar-item-threads:not(.collapsed){
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  background-color: #f8f9fa;
}

.ip-g-recaptcha > div {
  margin: 0 auto;
}

.ip-badge-discount {
  font-size: 65%;
}
.ip-badge-discount-active {
  background-color: #ec187d;
}
.ip-price-w-discount {
  color: #ec187d
}
.ip-price-disabled {
  font-weight: normal;
  font-size: 80%;
  text-decoration: line-through;
  margin-left: 5px;
}

.ip-reader-contact-icon-position {
  top: -28px;
  left: 50%;
  margin-left: -28px;
}

.ip-oar-left-menu-item-disabled,
.ip-oar-left-menu-item-disabled:hover,
.ip-oar-left-menu-item-disabled:active,
.ip-oar-left-menu-item-disabled:focus {
  color: #6c757d;
  cursor: not-allowed;
  background-color: #EEEEEE;
  outline: none;
}
.ip-oar-left-menu-item-disabled.active,
.ip-oar-left-menu-item-disabled.active:hover,
.ip-oar-left-menu-item-disabled.active:active,
.ip-oar-left-menu-item-disabled.active:focus {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}


/* ------------------------------------- */
/* Ajax Loading */
/* ------------------------------------- */
.ip-loading-box {
  display: none;
}

.ip-loading-overlay {
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #000;
  opacity: 0.65;
}
.ip-loading-overlay-cicle {
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  zoom: 3;
}
.ip-loading-overlay-cicle .ip-circle-1 {
  background-color: rgba(0,0,0,0);
  border: 5px solid #9084cc;
  opacity: .9;
  border-top: 5px solid rgba(0,0,0,0);
  border-left: 5px solid rgba(0,0,0,0);
  border-radius: 50px;
  box-shadow: 0 0 35px #5C4DA0;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -moz-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
}
.ip-loading-overlay-cicle .ip-circle-2 {
  background-color: rgba(0,0,0,0);
  border: 5px solid #9084cc;
  opacity: .9;
  border-top: 5px solid rgba(0,0,0,0);
  border-left: 5px solid rgba(0,0,0,0);
  border-radius: 50px;
  box-shadow: 0 0 15px #5C4DA0;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  top: -40px;
  -moz-animation: spinoff 1s infinite linear;
  -webkit-animation: spinoff 1s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes spinoff {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinoff {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}
