/**
 * Typography
 */
@font-face {
  font-family: 'Humanist';
  font-style: normal;
  src: url("../assets/fonts/Bitstream - Humnst777 BT Roman.ttf"); }
@font-face {
  font-family: 'Humanist';
  font-style: italic;
  src: url("../assets/fonts/Bitstream - Humnst777 Lt BT Light Italic.ttf"); }
@font-face {
  font-family: 'Humanist';
  font-weight: bold;
  src: url("../assets/fonts/Bitstream - Humnst777 BT Bold.ttf"); }
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important; }

body {
  font-family: Humanist, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  width: 100%; }

.page-header {
  margin: 0;
  padding: 10px 90px; }
  .page-header .title {
    color: #4A98C6;
    font-size: 16px;
    padding-left: 25px;
    font-weight: bold; }
  .page-header img {
    height: 40px; }
  .page-header:first-child {
    margin-top: 5px; }

h1 {
  font-size: 36px;
  font-weight: bold; }

h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px; }
  h2 .small {
    font-size: 18px;
    color: #000;
    display: block;
    margin-top: 10px; }

h3 {
  font-size: 16px;
  font-weight: bold; }

bc {
  font-size: 14px;
  font-weight: bold; }

bce {
  font-size: 14px;
  font-weight: bold; }

dsc {
  font-size: 12px; }

txt {
  display: inline-block; }

a {
  cursor: pointer; }

.text-italic {
  font-style: italic; }

.green {
  color: #4DAF48 !important; }

.blue {
  color: #1079BC !important; }

.deep-blue {
  color: #054C76 !important; }

.grey {
  color: #A9A9A9 !important; }

.yellow {
  color: #F5833A !important; }

.transparent {
  color: transparent !important; }

.pad-top-0 {
  padding-top: 0; }

.pad-0 {
  padding: 0; }

.pad-l-0 {
  padding-left: 0 !important; }

.pad-r-0 {
  padding-right: 0 !important; }

.margin-0 {
  margin: 0 !important; }

.pad-top-15 {
  padding-top: 15px; }

.pad-top-10 {
  padding-top: 10px; }

.pad-top-5 {
  padding-top: 5px; }

.pad-top-45 {
  padding-top: 45px !important; }

.margin-top-5pc {
  margin-top: 5%; }

.margin-top-10 {
  margin-top: 10px; }

.margin-15 {
  margin: 15px 0; }

.margin-bot-20 {
  margin-bottom: 20px; }

.margin-bot-10 {
  margin-bottom: 10px; }

.margin-bot-30 {
  margin-bottom: 30px; }

.margin-r-15 {
  margin-right: 15px; }

.maxwidth {
  width: 100% !important; }

.thick-bar {
  display: block;
  margin: 0 auto;
  width: 35px;
  border-bottom: 6px solid; }

.pointer {
  cursor: pointer; }

/**
 * Buttons
 **/
.validation-error {
  border: 2px solid forestgreen; }

.btn-act-green {
  background-color: #4DB348;
  color: white;
  height: 35px;
  font-size: 15px;
  letter-spacing: 0.5px;
  border-radius: 0; }
  .btn-act-green:hover {
    color: #ffffff; }

.btn-act-green:active {
  background-color: #34793B; }

.btn-act-blue {
  cursor: pointer;
  text-align: center;
  background-color: #1079BC;
  letter-spacing: 0.5px;
  padding-top: 6px;
  color: white;
  height: 35px;
  font-size: 15px;
  border-radius: 0; }
  .btn-act-blue:hover {
    color: #fff; }

.btn-act-blue:active {
  background-color: #054C76;
  box-shadow: none; }

.btn-sec-green {
  text-align: center;
  background-color: white;
  font-weight: bold;
  padding-top: 6px;
  color: #4DB348;
  height: 35px;
  border: solid 2px #4DB348;
  border-radius: 0; }

.btn-sec-green:active {
  background: #34793B;
  color: white; }

.btn-sec-blue {
  text-align: center;
  background-color: white;
  font-weight: bold;
  padding-top: 6px;
  border-radius: 0;
  color: #1079BC;
  height: 35px;
  border: solid 2px #1079BC; }

.btn-sec-blue:active {
  background: #1079BC;
  color: white; }

.uib-dropdown-menu {
  max-height: 165px;
  overflow-y: auto;
  border-radius: 0; }
  .uib-dropdown-menu a:hover {
    color: #57B753 !important;
    cursor: pointer; }

.custom-input {
  height: 35px;
  padding: 6px 10px;
  border-radius: 0;
  text-align: left;
  background-color: white !important; }
  .custom-input .fa-caret-down {
    float: right;
    margin-top: 2px;
    font-size: 18px; }
@-moz-document url-prefix() {
  .custom-input .caret-ff {
    margin-top: -18px; } }
.close {
  opacity: 1;
  color: white;
  font-size: 18px; }

.panel-blue .panel-heading {
  background-color: #1079BC;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0;
  padding-left: 20px; }

.verify-head {
  height: 35px;
  background-color: #054C76;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding-top: 6px;
  padding-left: 13px;
  padding-right: 13px; }
  .verify-head .list-inline img {
    width: 60%; }
  .verify-head .full-circle {
    background-color: #1079BC;
    color: #054C76;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 10px; }

.background {
  background: center no-repeat;
  background-size: cover; }

.container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden; }

/**
 * Navigation
 */
.fixed {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 900; }

@media (min-width: 992px) {
  .ui-main {
    margin-top: 130px; } }

.navbar-collapse {
  padding: 0 80px; }

.navbar-nav a {
  background-color: transparent !important; }
.navbar-nav .active {
  background-color: #e7e7e7; }
.navbar-nav li:hover {
  background-color: #e7e7e7; }

.navbar {
  margin-top: 0;
  background-color: #fafafa;
  border: none;
  border-top: 2px solid #ddd;
  min-height: 40px;
  margin-bottom: 5px; }
  .navbar .navbar-toggle {
    border: none; }
  .navbar .icon-bar {
    background-color: #1079BC !important; }
  .navbar small {
    font-size: 60%; }
  .navbar #mobile_logo {
    width: 220px;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: 5px; }
  .navbar .mobile-menu {
    position: absolute;
    right: 30px;
    top: 15px; }
  .navbar .fa-chevron-left {
    position: absolute;
    top: 16px;
    left: 15px; }
  .navbar .fa {
    color: #1079BC; }

.nav > li {
  padding: 0 10px; }
  .nav > li a {
    padding: 10px; }

/**
 * Footer
 */
.footer-list {
  background-color: #2b2b2b;
  color: white;
  padding: 10px;
  margin: 0;
  font-size: 16px; }
  .footer-list a {
    color: #939393; }
  .footer-list li {
    padding: 0 15px !important; }

.footer-search {
  background-color: #0d6391;
  color: white;
  font-size: 24px;
  padding: 90px 50px;
  font-weight: lighter; }

.footer-locations {
  color: white;
  margin: 0;
  padding: 20px 5%;
  padding-bottom: 56px; }
  .footer-locations a {
    color: white;
    font-size: 16px;
    font-weight: lighter; }

/*End*/
@media (max-width: 992px) {
  .maxwidth-mob {
    width: 100% !important; } }

.text-label {
  font-size: 12px;
  color: #147dbf;
  display: inline-block;
  padding-bottom: 5px; }
  @media (min-width: 993px) {
    .text-label {
      font-size: 14px; } }

.custom-addon {
  background-color: white;
  border-right: none; }

label {
  color: #4a99c7;
  font-size: 12px;
  font-weight: normal; }
  @media (max-width: 991px) {
    label {
      margin-top: 10px; } }

#opinion {
  width: 100%;
  height: 50px;
  padding: 15px 90px;
  background: #4DB348;
  border-bottom: 2px solid green;
  color: white; }
  #opinion a {
    color: white;
    text-decoration: underline; }

#opinion-mobile {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 15px;
  background: #4DB348;
  color: white;
  z-index: 9999;
  text-align: center; }
  #opinion-mobile a {
    color: white;
    text-decoration: underline; }

/*a {
  color: #57B753;
}*/
/* Checkbox */
input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 30px;
  height: 22px;
  display: inline-block;
  line-height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  color: #737373;
  margin: 12px 0;
  font-weight: normal;
  background-size: 20px; }

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -19px; }

label.css-label {
  background-image: url(reservation/assets/checkbox-img.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/************/
input[type=checkbox].css-checkbox-lg {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=checkbox].css-checkbox-lg + label.css-label-lg {
  padding-left: 40px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer; }

input[type=checkbox].css-checkbox-lg:checked + label.css-label-lg {
  background-position: 0 -30px; }

label.css-label-lg {
  background-image: url(http://csscheckbox.com/checkboxes/u/csscheckbox_5c4353a448e7e11991bbc9acc8de5d2c.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dropdown-menu {
  margin: 0; }
  .dropdown-menu:focus {
    outline: none; }

/* Datepicker */
.datepicker {
  position: relative; }
  @media (max-width: 767px) {
    .datepicker .dropdown-menu {
      top: 25% !important;
      left: auto !important;
      position: fixed; } }
  .datepicker .dropdown-menu table {
    width: 270px;
    height: 270px; }
  .datepicker .dropdown-menu thead {
    font-size: 14px; }
    .datepicker .dropdown-menu thead .btn {
      border: none;
      font-size: 14px; }
  .datepicker .dropdown-menu td {
    border: 1px solid #ddd; }
    .datepicker .dropdown-menu td button {
      min-width: 40px !important;
      height: 35px;
      padding: 6px;
      border-radius: 0;
      font-weight: bold;
      border: none; }
    .datepicker .dropdown-menu td .btn-info {
      background-color: #4DB348; }
      .datepicker .dropdown-menu td .btn-info .active {
        color: white !important; }
    .datepicker .dropdown-menu td .text-info {
      color: inherit; }
    .datepicker .dropdown-menu td .text-muted {
      opacity: 0; }

#coolModal .modal-header {
  background: #D6D8D7; }
  #coolModal .modal-header h2 {
    font-size: 20px; }
#coolModal .modal-body {
  font-size: 14px;
  color: black;
  padding: 45px 105px 35px; }
  @media (max-width: 767px) {
    #coolModal .modal-body {
      padding: 20px 30px; } }
#coolModal .btn {
  width: 160px;
  margin-top: 25px; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

/*# sourceMappingURL=app.css.map */
