@import url(https://fonts.googleapis.com/css?family=Exo);
html {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: "Exo", sans-serif;
  font-weight: normal; }

/* Global */
.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.alert {
  margin-top: 20px; }

.content-wrap-2 {
  padding-bottom: 15px; }

.content {
  text-align: center;
  display: inline-block; }

.datepicker, .timepicker, .pick-control {
  cursor: pointer; }

.picker__header select {
  padding: 4px; }

.picker__holder {
  margin-left: -120px;
  min-width: 400px; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutters > [class^="col-"], .row.no-gutters .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

.tooltip-custom {
  border-radius: 5px;
  max-width: 400px; }

.tooltip-custom .tooltipster-content {
  font-size: 14px;
  line-height: 20px;
  padding: 5px; }

/*Left Bar*/
.dash-navbar-left {
  position: fixed;
  top: 0;
  padding-top: 0px; }
  .dash-navbar-left .logo {
    padding: 25px 0px; }
  .dash-navbar-left .dnl-nav li .dnl-sub-one a {
    padding-left: 33px; }
  .dash-navbar-left .dnl-nav li .dnl-sub-one a > .dnl-link-icon > i {
    color: #fff; }
  .dash-navbar-left .dnl-nav li a:hover, .dash-navbar-left .dnl-nav li a:focus {
    box-shadow: none;
    color: #fff; }
  .dash-navbar-left .dnl-nav li a:hover > .dnl-link-icon, .dash-navbar-left .dnl-nav li a:focus > .dnl-link-icon {
    color: #fff !important; }
  .dash-navbar-left .dnl-nav li a:hover > .badge, .dash-navbar-left .dnl-nav li a:focus > .badge {
    border-color: #fff; }
  .dash-navbar-left .dnl-nav-title {
    font-size: 15px; }

/* Footer */
.main-footer .container-fluid {
  padding-top: 30px;
  padding-bottom: 10px; }
  .main-footer .container-fluid p {
    color: #fff; }
  .main-footer .container-fluid a {
    color: #fff;
    margin-left: 9px; }

/* Texts */
h1 {
  font-family: "Exo", serif;
  text-align: center;
  margin-bottom: 0px; }

h2, h3, h4, h5, h6 {
  font-family: "Exo", sans-serif;
  font-weight: bold;
  margin-top: 20px; }

/*Invoice*/
.small {
  margin: 0;
  padding: 0;
  padding-left: 40px;
  padding-right: 40px;
  position: relative; }
  .small .information {
    padding: 10px 6px;
    margin-top: 5px; }
    .small .information p {
      font-size: 12px; }
  .small .table {
    padding: 20px 10px; }
    .small .table table {
      width: 100%; }
      .small .table table tr td {
        padding: 3px;
        font-size: 12px; }

.small.normal {
  padding-top: 10px; }

.pdf {
  width: 1280px;
  margin: 0;
  padding: 0;
  padding-left: 150px;
  padding-right: 150px;
  position: relative;
  display: block; }

.normal {
  padding-top: 80px; }

/*.invoice.print { 
    .top {
        .title p span { color: #000 !important; }
        .sub-title h4 { color: #000 !important; }
    }
    .border { border-bottom: 3px solid #000 !important; }
    .information { 
        .strong p { color: #000 !important; }
        .bottom span { color: #000 !important; }
    }
    .table table tr.top td { background: #000 !important; color: #fff !important; }
    .bottom p { color: #000 !important; }
}*/
.invoice {
  font-size: 16px;
  font-family: sans-serif; }
  .invoice p {
    font-size: 18px;
    margin-bottom: 5px;
    color: #000; }
  .invoice h4 {
    font-size: 22px; }
  .invoice h4, .invoice p, .invoice td {
    font-family: sans-serif; }
  .invoice .top {
    padding: 10px 5px;
    margin-bottom: 20px; }
    .invoice .top p span {
      font-weight: 600; }
    .invoice .top .title p {
      margin-top: 10px;
      padding-left: 10px;
      color: #000;
      font-size: 17px; }
    .invoice .top .title h4 {
      margin-top: 0;
      margin-bottom: 0; }
    .invoice .top .sub-title h4 {
      font-size: 24px;
      text-align: right;
      padding-top: 20px; }
  .invoice .border {
    border-bottom-style: double; }
  .invoice .information {
    padding: 15px 10px;
    margin-top: 8px; }
    .invoice .information .bottom {
      padding-left: 50px;
      color: #000; }
  .invoice .table {
    padding: 20px 10px; }
    .invoice .table table {
      width: 100%; }
      .invoice .table table tr td {
        padding: 8px;
        border-top: 1px dashed #000;
        text-transform: uppercase;
        color: #000;
        text-align: left; }
      .invoice .table table tr td.observations {
        max-width: 40%; }
      .invoice .table table tr td.date-field {
        min-width: 170px; }
      .invoice .table table tr.top td {
        font-weight: 600;
        border-top: none; }
  .invoice .bottom {
    padding-top: 10px; }
    .invoice .bottom p {
      font-weight: 600; }
  .invoice .logo-h {
    height: 160px; }
    .invoice .logo-h img {
      height: 150px; }
  .invoice .reservation-h {
    height: 790px; }
  .invoice .contabilidad-h {
    height: 280px; }
  .invoice .voucher-h {
    height: 540px; }

/* Accounts */
.section-balance td {
  border-bottom: 1px solid #eee; }
.section-balance .income {
  color: #15AF00; }
.section-balance .expense {
  color: #FF0000; }

/* Sales */
.reservation {
  background-color: #F9f9f9;
  padding: 15px; }
  .reservation h4 {
    margin-top: 0;
    text-align: center; }
  .reservation .table {
    background-color: #F9f9f9; }
    .reservation .table .title {
      background-color: #F9f9f9; }
    .reservation .table input {
      background-color: #fff; }
  .reservation h5 {
    margin-top: 10px;
    margin-bottom: 0; }

div.margin-bottom-20 {
  margin-bottom: 20px; }

/* Admin */
.section-admin {
  border-top: 5px dashed #ccc;
  padding-top: 20px;
  margin-top: 12px; }

.admin-table, .table {
  text-align: center;
  width: 100%;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 0; }
  .admin-table .edit, .table .edit {
    background: #044404;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-right: 1px solid #fff; }
  .admin-table .edit:hover, .table .edit:hover {
    background: #065F06; }
  .admin-table .delete, .table .delete {
    background: #F00;
    color: #fff;
    padding: 5px 10px 5px 10px; }
  .admin-table .delete:hover, .table .delete:hover {
    background: #F92A2A; }
  .admin-table .title, .table .title {
    font-weight: bold;
    background: #ECECEC; }
  .admin-table .thumb, .table .thumb {
    width: 150px; }

.admin-table.section-buttons {
  width: 100%;
  max-width: 400px;
  margin: auto;
  border: 1px solid #ccc; }

.admin-table.admin-menu td {
  border-bottom: 1px solid #ddd; }
.admin-table.admin-menu .child1 {
  margin-left: 20px; }
.admin-table.admin-menu .child2 {
  margin-left: 50px; }
.admin-table.admin-menu .padding {
  background: #fff;
  color: #fff;
  width: 5px;
  border-top: none;
  border-bottom: none; }
.admin-table.admin-menu .borde {
  border-left: 5px solid #f9f9f9; }

.form-horizontal label {
  margin-top: 5px; }

label span {
  font-weight: normal; }

.btn-site {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 0;
  vertical-align: middle; }

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  bottom: 0; }

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto; }
  .autocomplete-suggestions strong {
    font-weight: normal; }

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-selected {
  background: #F0F0F0; }

.autocomplete-group {
  padding: 2px 5px; }
  .autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000; }

/* Accordion */
#accordion ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-box-shadow: #000000 0px 0px 5px;
  -webkit-box-shadow: #000000 0px 0px 5px;
  box-shadow: #000000 0px 0px 5px;
  margin-bottom: 20px; }
  #accordion ul li a.title {
    text-decoration: none;
    display: block;
    padding: 10px;
    background: #eee;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #F9f9f9; }
    #accordion ul li a.title i {
      margin-right: 5px; }
  #accordion ul li .accordion {
    display: none;
    width: 100%; }

body.america-tours h1 {
  color: #017336; }
body.america-tours .btn-site {
  background-color: #017336;
  color: #fff; }
body.america-tours .btn-site:hover {
  background-color: #006e3d;
  color: #fff; }
body.america-tours a {
  color: #017336; }
body.america-tours a:hover {
  color: #ACD5C1; }
body.america-tours .tooltip-custom {
  border: 1px solid #017336;
  background: #017336;
  color: #ffffff; }
body.america-tours .dash-navbar-left {
  border-right: 2px solid #017336; }
  body.america-tours .dash-navbar-left .dnl-nav li .dnl-sub-one {
    background: #006e3d; }
    body.america-tours .dash-navbar-left .dnl-nav li .dnl-sub-one a {
      -moz-box-shadow: #017336 3px 0px 0px inset;
      -webkit-box-shadow: #017336 3px 0px 0px inset;
      box-shadow: #017336 3px 0px 0px inset; }
    body.america-tours .dash-navbar-left .dnl-nav li .dnl-sub-one li {
      border-color: #006e3d; }
      body.america-tours .dash-navbar-left .dnl-nav li .dnl-sub-one li a:hover, body.america-tours .dash-navbar-left .dnl-nav li .dnl-sub-one li a:focus {
        background-color: #ACD5C1;
        -moz-box-shadow: #017336 3px 0px 0px inset;
        -webkit-box-shadow: #017336 3px 0px 0px inset;
        box-shadow: #017336 3px 0px 0px inset; }
  body.america-tours .dash-navbar-left .dnl-nav li a:hover, body.america-tours .dash-navbar-left .dnl-nav li a:focus {
    background-color: #017336; }
  body.america-tours .dash-navbar-left .dnl-nav li a > .dnl-link-icon {
    color: #017336; }
  body.america-tours .dash-navbar-left .dnl-nav-title {
    color: #017336; }
body.america-tours .main-footer {
  background: #017336; }
  body.america-tours .main-footer .container-fluid a:hover {
    color: #006e3d; }
body.america-tours .pagination > .active > a, body.america-tours .pagination > .active > a:hover, body.america-tours .pagination > .active > a:focus, body.america-tours .pagination > .active > span, body.america-tours .pagination > .active > span:hover, body.america-tours .pagination > .active > span:focus {
  background: #017336;
  border-color: #017336;
  color: #fff; }
body.america-tours .pagination > li > a, body.america-tours .pagination > li > a:hover, body.america-tours .pagination > li > a:focus, body.america-tours .pagination > li > span, body.america-tours .pagination > li > span:hover, body.america-tours .pagination > li > span:focus {
  color: #017336; }
body.america-tours #accordion ul li a.title {
  background-color: #017336; }
body.america-tours .invoice .top .title p span {
  color: #323232; }
body.america-tours .invoice .top .sub-title h4 {
  color: #017336; }
body.america-tours .invoice .border {
  border-bottom: 3px solid #017336; }
body.america-tours .invoice .information {
  padding: 0px 25px; }
  body.america-tours .invoice .information .strong p {
    color: #323232; }
  body.america-tours .invoice .information .bottom span {
    color: #323232; }
body.america-tours .invoice .table table tr.top td {
  background: #017336;
  color: #fff; }
body.america-tours .invoice .bottom p {
  color: #017336; }

body.ecoamerica-peru h1 {
  color: #003366; }
body.ecoamerica-peru .btn-site {
  background-color: #003366;
  color: #fff; }
body.ecoamerica-peru .btn-site:hover {
  background-color: #169AA1;
  color: #fff; }
body.ecoamerica-peru a {
  color: #003366; }
body.ecoamerica-peru a:hover {
  color: #171b1e; }
body.ecoamerica-peru .tooltip-custom {
  border: 1px solid #003366;
  background: #003366;
  color: #ffffff; }
body.ecoamerica-peru .dash-navbar-left {
  border-right: 2px solid #003366; }
  body.ecoamerica-peru .dash-navbar-left .dnl-nav li .dnl-sub-one {
    background: #169AA1; }
    body.ecoamerica-peru .dash-navbar-left .dnl-nav li .dnl-sub-one a {
      -moz-box-shadow: #003366 3px 0px 0px inset;
      -webkit-box-shadow: #003366 3px 0px 0px inset;
      box-shadow: #003366 3px 0px 0px inset; }
    body.ecoamerica-peru .dash-navbar-left .dnl-nav li .dnl-sub-one li {
      border-color: #169AA1; }
      body.ecoamerica-peru .dash-navbar-left .dnl-nav li .dnl-sub-one li a:hover, body.ecoamerica-peru .dash-navbar-left .dnl-nav li .dnl-sub-one li a:focus {
        background-color: #171b1e;
        -moz-box-shadow: #003366 3px 0px 0px inset;
        -webkit-box-shadow: #003366 3px 0px 0px inset;
        box-shadow: #003366 3px 0px 0px inset; }
  body.ecoamerica-peru .dash-navbar-left .dnl-nav li a:hover, body.ecoamerica-peru .dash-navbar-left .dnl-nav li a:focus {
    background-color: #003366; }
  body.ecoamerica-peru .dash-navbar-left .dnl-nav li a > .dnl-link-icon {
    color: #003366; }
  body.ecoamerica-peru .dash-navbar-left .dnl-nav-title {
    color: #003366; }
body.ecoamerica-peru .main-footer {
  background: #003366; }
  body.ecoamerica-peru .main-footer .container-fluid a:hover {
    color: #169AA1; }
body.ecoamerica-peru .pagination > .active > a, body.ecoamerica-peru .pagination > .active > a:hover, body.ecoamerica-peru .pagination > .active > a:focus, body.ecoamerica-peru .pagination > .active > span, body.ecoamerica-peru .pagination > .active > span:hover, body.ecoamerica-peru .pagination > .active > span:focus {
  background: #003366;
  border-color: #003366;
  color: #fff; }
body.ecoamerica-peru .pagination > li > a, body.ecoamerica-peru .pagination > li > a:hover, body.ecoamerica-peru .pagination > li > a:focus, body.ecoamerica-peru .pagination > li > span, body.ecoamerica-peru .pagination > li > span:hover, body.ecoamerica-peru .pagination > li > span:focus {
  color: #003366; }
body.ecoamerica-peru #accordion ul li a.title {
  background-color: #003366; }
body.ecoamerica-peru .invoice .top .title p span {
  color: #323232; }
body.ecoamerica-peru .invoice .top .sub-title h4 {
  color: #003366; }
body.ecoamerica-peru .invoice .border {
  border-bottom: 3px solid #003366; }
body.ecoamerica-peru .invoice .information {
  padding: 0px 25px; }
  body.ecoamerica-peru .invoice .information .strong p {
    color: #323232; }
  body.ecoamerica-peru .invoice .information .bottom span {
    color: #323232; }
body.ecoamerica-peru .invoice .table table tr.top td {
  background: #003366;
  color: #fff; }
body.ecoamerica-peru .invoice .bottom p {
  color: #003366; }

body.south-america-ecotravel h1 {
  color: #006738; }
body.south-america-ecotravel .btn-site {
  background-color: #006738;
  color: #fff; }
body.south-america-ecotravel .btn-site:hover {
  background-color: #1A764C;
  color: #fff; }
body.south-america-ecotravel a {
  color: #006738; }
body.south-america-ecotravel a:hover {
  color: #89C13E; }
body.south-america-ecotravel .tooltip-custom {
  border: 1px solid #006738;
  background: #006738;
  color: #ffffff; }
body.south-america-ecotravel .dash-navbar-left {
  border-right: 2px solid #006738; }
  body.south-america-ecotravel .dash-navbar-left .dnl-nav li .dnl-sub-one {
    background: #1A764C; }
    body.south-america-ecotravel .dash-navbar-left .dnl-nav li .dnl-sub-one a {
      -moz-box-shadow: #006738 3px 0px 0px inset;
      -webkit-box-shadow: #006738 3px 0px 0px inset;
      box-shadow: #006738 3px 0px 0px inset; }
    body.south-america-ecotravel .dash-navbar-left .dnl-nav li .dnl-sub-one li {
      border-color: #1A764C; }
      body.south-america-ecotravel .dash-navbar-left .dnl-nav li .dnl-sub-one li a:hover, body.south-america-ecotravel .dash-navbar-left .dnl-nav li .dnl-sub-one li a:focus {
        background-color: #89C13E;
        -moz-box-shadow: #006738 3px 0px 0px inset;
        -webkit-box-shadow: #006738 3px 0px 0px inset;
        box-shadow: #006738 3px 0px 0px inset; }
  body.south-america-ecotravel .dash-navbar-left .dnl-nav li a:hover, body.south-america-ecotravel .dash-navbar-left .dnl-nav li a:focus {
    background-color: #006738; }
  body.south-america-ecotravel .dash-navbar-left .dnl-nav li a > .dnl-link-icon {
    color: #006738; }
  body.south-america-ecotravel .dash-navbar-left .dnl-nav-title {
    color: #006738; }
body.south-america-ecotravel .main-footer {
  background: #006738; }
  body.south-america-ecotravel .main-footer .container-fluid a:hover {
    color: #1A764C; }
body.south-america-ecotravel .pagination > .active > a, body.south-america-ecotravel .pagination > .active > a:hover, body.south-america-ecotravel .pagination > .active > a:focus, body.south-america-ecotravel .pagination > .active > span, body.south-america-ecotravel .pagination > .active > span:hover, body.south-america-ecotravel .pagination > .active > span:focus {
  background: #006738;
  border-color: #006738;
  color: #fff; }
body.south-america-ecotravel .pagination > li > a, body.south-america-ecotravel .pagination > li > a:hover, body.south-america-ecotravel .pagination > li > a:focus, body.south-america-ecotravel .pagination > li > span, body.south-america-ecotravel .pagination > li > span:hover, body.south-america-ecotravel .pagination > li > span:focus {
  color: #006738; }
body.south-america-ecotravel #accordion ul li a.title {
  background-color: #006738; }
body.south-america-ecotravel .invoice .top .title p span {
  color: #323232; }
body.south-america-ecotravel .invoice .top .sub-title h4 {
  color: #006738; }
body.south-america-ecotravel .invoice .border {
  border-bottom: 3px solid #006738; }
body.south-america-ecotravel .invoice .information {
  padding: 0px 25px; }
  body.south-america-ecotravel .invoice .information .strong p {
    color: #323232; }
  body.south-america-ecotravel .invoice .information .bottom span {
    color: #323232; }
body.south-america-ecotravel .invoice .table table tr.top td {
  background: #006738;
  color: #fff; }
body.south-america-ecotravel .invoice .bottom p {
  color: #006738; }
