body {
  position: relative;
  color: #333;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  padding-top: 70px;
}
.navbar-default {
  background-color: #2b3643;
  border: none;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .open > a {
  color: #fff;
  font-size: 16px;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a:hover {
  background: #3f4f62;
  color: #f1f1f1;
}
.navbar-default .navbar-brand {
  color: #f1f1f1;
}
.navbar-default .dropdown-toggle:focus {
  background: #36c6d3;
}
.animate-in-fadeIn.ng-enter,
.animate-in-fadeIn.ng-hide-remove.ng-hide-remove-active {
  -webkit-animation: fadeIn 250ms;
     -moz-animation: fadeIn 250ms;
       -o-animation: fadeIn 250ms;
          animation: fadeIn 250ms;
}
.animate-in-fadeInRight.ng-enter,
.animate-in-fadeInRight.ng-hide-remove.ng-hide-remove-active {
  -webkit-animation: fadeInRight 250ms;
     -moz-animation: fadeInRight 250ms;
       -o-animation: fadeInRight 250ms;
          animation: fadeInRight 250ms;
}
.animate-out-fadeOutRight.ng-leave,
.animate-out-fadeOutRight.ng-hide-add.ng-hide-add-active {
  -webkit-animation: fadeOutRight 250ms;
     -moz-animation: fadeOutRight 250ms;
       -o-animation: fadeOutRight 250ms;
          animation: fadeOutRight 250ms;
}
.animate-in-fadeInLeft.ng-enter,
.animate-in-fadeInLeft.ng-hide-remove.ng-hide-remove-active {
  -webkit-animation: fadeInLeft 250ms;
     -moz-animation: fadeInLeft 250ms;
       -o-animation: fadeInLeft 250ms;
          animation: fadeInLeft 250ms;
}
.animate-out-fadeOutLeft.ng-leave,
.animate-out-fadeOutLeft.ng-hide-add.ng-hide-add-active {
  -webkit-animation: fadeOutLeft 250ms;
     -moz-animation: fadeOutLeft 250ms;
       -o-animation: fadeOutLeft 250ms;
          animation: fadeOutLeft 250ms;
}
form .ng-submitted input.ng-invalid,
form .ng-submitted textarea.ng-invalid,
form .ng-submitted select.ng-invalid {
  border: 1px solid red;
}
form .ng-submitted .error-message {
  color: red;
}
form .error-message {
  color: red;
}
.wrapper {
  text-align: center;
}
.background-masker {
  background: #fff;
  position: absolute;
}
/* Every thing below this is just positioning */
.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
}
.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px;
}
.background-masker.header-bottom {
  top: 18px;
  height: 6px;
}
.background-masker.subheader-left,
.background-masker.subheader-right {
  top: 24px;
  height: 6px;
}
.background-masker.header-right,
.background-masker.subheader-right {
  width: auto;
  left: 300px;
  right: 0;
}
.background-masker.subheader-right {
  left: 230px;
}
.background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}
.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}
.background-masker.content-top {
  height: 20px;
}
.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
  width: auto;
  left: 380px;
  right: 0;
  top: 60px;
  height: 8px;
}
.background-masker.content-second-line {
  top: 68px;
}
.background-masker.content-second-end {
  left: 420px;
  top: 74px;
}
.background-masker.content-third-line {
  top: 82px;
}
.background-masker.content-third-end {
  left: 300px;
  top: 88px;
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.animated-background {
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
     -moz-animation-name: placeHolderShimmer;
       -o-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: -moz-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: -o-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  -moz-background-size: 800px 104px;
    -o-background-size: 800px 104px;
       background-size: 800px 104px;
  height: 96px;
  position: relative;
}
.timeline-item {
  background: #fff;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 12px;
  margin: 0 auto;
  max-width: 472px;
  min-height: 200px;
}
.profile-image-mid {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-position: center center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  border: 1px solid #cccccc;
  margin: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.pointer {
  cursor: pointer;
}
.table-hover-pointer tbody > tr:hover {
  cursor: pointer;
}
.drop-class {
  background: #F8F8F8;
  border: 5px dashed #DDD;
  width: 100%;
  text-align: center;
  padding: 50px 10px;
  margin-bottom: 10px;
}
.image-placeholder img {
  height: 150px;
  width: 200px;
}
.image-placeholder .image-holder {
  position: relative;
  float: left;
  border: 1px solid #237E96;
  margin: 0 10px;
  padding-right: 17px;
}
.image-placeholder .image-holder a {
  position: absolute;
  top: 5px;
  right: 1px;
  text-decoration: none;
  color: #b92c28;
}
.keywords-placeholder {
  display: block;
  padding: 10px;
  text-align: left;
  background-color: #237E96;
}
.keywords-placeholder .col-md-6 {
  margin-bottom: 7px;
}
.keywords-placeholder .right-border {
  border-right: 1px solid #fff;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  color: #fff;
  background-color: #237E96;
  border-color: #237E96;
}
.btn-primary-outline {
  color: #237E96;
  background-color: transparent;
  background-image: none;
  border-color: #237E96;
}
.color-primary {
  color: #237E96 !important;
}
.bg-primary {
  background-color: #237E96 !important;
  color: white;
}
.form-group-body {
  padding-top: 7px;
}
.campaign-detail .form-group {
  margin-right: 0;
  margin-left: 0;
}
.campaign-detail .avatar .img-thumbnail {
  max-height: 200px;
}
.campaign-detail .label {
  font-size: 90%;
}
.campaign-detail .title-label {
  font-size: 200%;
  color: #237E96;
}
.filter-form .ng-leave {
  display: none !important;
}
.no-animation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.filter-form .btn-submit {
  margin-top: 0;
}
.no-padding {
  padding: 0px !important;
}
.dl-horizontal dt {
  white-space: normal;
}
.border {
  border-bottom: 1px solid silver;
}
.border:after {
  clear: both;
  content: "";
  display: block;
}
.row-box {
  padding: 10px 0;
}
.top-padding {
  padding-top: 10em;
}
img.language-flag-image {
  height: 1em;
}
.wordwrap {
  white-space: pre;
  word-wrap: break-word;
}
.planning-table td {
  padding-bottom: 20px;
}
.planning-table .table-label {
  vertical-align: bottom;
}
.padding-8 {
  padding-top: 8px;
}
.top-margin {
  margin-top: 20px;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th {
  border: none !important;
}
.table-border-right tbody td {
  border-right: 1px solid #e5e5e5;
  border-left: none !important;
  border-bottom: none !important;
  border-top: none !important;
}
.capitalize-first-letter::first-letter {
  text-transform: uppercase;
}
.form-box {
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 8px 16px rgba(51, 51, 51, 0.25);
     -moz-box-shadow: 0 8px 16px rgba(51, 51, 51, 0.25);
          box-shadow: 0 8px 16px rgba(51, 51, 51, 0.25);
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}
@media (max-width: 768px) {
  .form-box {
    border: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
}
.image-upload-container .image-container {
  display: inline-block;
  width: 25%;
  height: auto;
  text-align: center;
  padding: .25em;
}
.image-upload-container .image-container img.img-responsive {
  width: 100%;
}
.image-upload-container .image-container button {
  margin-top: 1em;
}
.slick-slider .slick-image img {
  width: 100%;
  height: 300px;
}
@media (max-width: 768px) {
  .slick-slider .slick-image img {
    width: 100%;
    height: 150px;
  }
}
.slick-slider .slick-prev {
  left: 5px !important;
  z-index: 1;
}
.slick-slider .slick-next {
  right: 5px !important;
  z-index: 1;
}
.rate-icons {
  margin: 0;
  font-size: 2em;
  color: goldenrod;
}
.rate-icons > i {
  padding: .2em;
}
.multimedia-container {
  position: relative;
  display: inline-block;
  margin: 5px 10px 5px 0;
  width: 350px;
  height: 300px;
}
.multimedia-container img {
  width: 100%;
  height: 100%;
}
.multimedia-container .action-buttons {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#planning-parent {
  -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
          transform: rotateX(180deg);
  overflow-x: auto;
}
#planning-child {
  -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.announcer-block {
  margin-bottom: 10px;
  background: #fff;
  padding: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.announcer-block:hover {
  -webkit-box-shadow: 0 1px 6px 0 rgba(51, 51, 51, 0.5);
     -moz-box-shadow: 0 1px 6px 0 rgba(51, 51, 51, 0.5);
          box-shadow: 0 1px 6px 0 rgba(51, 51, 51, 0.5);
  border: 1px solid #237E96;
}
.announcer-block .checkbox {
  margin-top: 2px;
}
.announcer-block h4 {
  margin: 0;
}
.announcer-block .title {
  margin: 5px;
}
.announcer-block .fa-inbox {
  color: #237E96;
}
.announcer-block .fa-remove {
  color: #b92c28;
}
.announcer-block .fa-check-circle-o {
  color: #00A707;
}
.announcement-list-group {
  max-height: 663px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.announcement-list-group .title {
  padding: 3px 15px;
}
.announcement-list-group .action-button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  margin: 18px 4px 0;
  font-size: 13px;
}
.announcement-list-group .status {
  background-color: #fff;
  padding: 5px;
  width: 20%;
  font-size: 16px;
  text-align: center;
  border: 0.5px solid #cac8c8;
}
.announcement-list-group .invited {
  color: #237E96;
}
.announcement-list-group .accepted {
  color: #0d8812;
}
.announcement-list-group .rejected {
  color: #b92c28;
}
.announcement-list-group .list-group-item {
  position: relative;
}
.with-padding-20 {
  padding: 20px;
}
.big-title {
  margin-top: 10px;
  font-weight: bold;
  font-size: 24px;
}
.custom-panel .panel {
  border-color: #364150;
}
.custom-panel .panel-primary .panel-heading {
  background-color: #364150;
  border-color: #212832;
}
.custom-panel .panel-primary .btn-primary-outline {
  color: #ffffff;
}
.color-accepted {
  color: #0d8812;
}
.color-rejected {
  color: #b92c28;
}

body {
  position: relative;
  color: #333;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  padding-top: 70px;
}
.navbar-default {
  background-color: #2b3643;
  border: none;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .open > a {
  color: #fff;
  font-size: 16px;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a:hover {
  background: #3f4f62;
  color: #f1f1f1;
}
.navbar-default .navbar-brand {
  color: #f1f1f1;
}
.navbar-default .dropdown-toggle:focus {
  background: #36c6d3;
}
.animate-in-fadeIn.ng-enter,
.animate-in-fadeIn.ng-hide-remove.ng-hide-remove-active {
  -webkit-animation: fadeIn 250ms;
     -moz-animation: fadeIn 250ms;
       -o-animation: fadeIn 250ms;
          animation: fadeIn 250ms;
}
.animate-in-fadeInRight.ng-enter,
.animate-in-fadeInRight.ng-hide-remove.ng-hide-remove-active {
  -webkit-animation: fadeInRight 250ms;
     -moz-animation: fadeInRight 250ms;
       -o-animation: fadeInRight 250ms;
          animation: fadeInRight 250ms;
}
.animate-out-fadeOutRight.ng-leave,
.animate-out-fadeOutRight.ng-hide-add.ng-hide-add-active {
  -webkit-animation: fadeOutRight 250ms;
     -moz-animation: fadeOutRight 250ms;
       -o-animation: fadeOutRight 250ms;
          animation: fadeOutRight 250ms;
}
.animate-in-fadeInLeft.ng-enter,
.animate-in-fadeInLeft.ng-hide-remove.ng-hide-remove-active {
  -webkit-animation: fadeInLeft 250ms;
     -moz-animation: fadeInLeft 250ms;
       -o-animation: fadeInLeft 250ms;
          animation: fadeInLeft 250ms;
}
.animate-out-fadeOutLeft.ng-leave,
.animate-out-fadeOutLeft.ng-hide-add.ng-hide-add-active {
  -webkit-animation: fadeOutLeft 250ms;
     -moz-animation: fadeOutLeft 250ms;
       -o-animation: fadeOutLeft 250ms;
          animation: fadeOutLeft 250ms;
}
form .ng-submitted input.ng-invalid,
form .ng-submitted textarea.ng-invalid,
form .ng-submitted select.ng-invalid {
  border: 1px solid red;
}
form .ng-submitted .error-message {
  color: red;
}
form .error-message {
  color: red;
}
.wrapper {
  text-align: center;
}
.background-masker {
  background: #fff;
  position: absolute;
}
/* Every thing below this is just positioning */
.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
}
.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px;
}
.background-masker.header-bottom {
  top: 18px;
  height: 6px;
}
.background-masker.subheader-left,
.background-masker.subheader-right {
  top: 24px;
  height: 6px;
}
.background-masker.header-right,
.background-masker.subheader-right {
  width: auto;
  left: 300px;
  right: 0;
}
.background-masker.subheader-right {
  left: 230px;
}
.background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}
.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}
.background-masker.content-top {
  height: 20px;
}
.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
  width: auto;
  left: 380px;
  right: 0;
  top: 60px;
  height: 8px;
}
.background-masker.content-second-line {
  top: 68px;
}
.background-masker.content-second-end {
  left: 420px;
  top: 74px;
}
.background-masker.content-third-line {
  top: 82px;
}
.background-masker.content-third-end {
  left: 300px;
  top: 88px;
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.animated-background {
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
     -moz-animation-name: placeHolderShimmer;
       -o-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: -moz-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: -o-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  -moz-background-size: 800px 104px;
    -o-background-size: 800px 104px;
       background-size: 800px 104px;
  height: 96px;
  position: relative;
}
.timeline-item {
  background: #fff;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 12px;
  margin: 0 auto;
  max-width: 472px;
  min-height: 200px;
}
.profile-image-mid {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-position: center center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  border: 1px solid #cccccc;
  margin: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.pointer {
  cursor: pointer;
}
.table-hover-pointer tbody > tr:hover {
  cursor: pointer;
}
.drop-class {
  background: #F8F8F8;
  border: 5px dashed #DDD;
  width: 100%;
  text-align: center;
  padding: 50px 10px;
  margin-bottom: 10px;
}
.image-placeholder img {
  height: 150px;
  width: 200px;
}
.image-placeholder .image-holder {
  position: relative;
  float: left;
  border: 1px solid #237E96;
  margin: 0 10px;
  padding-right: 17px;
}
.image-placeholder .image-holder a {
  position: absolute;
  top: 5px;
  right: 1px;
  text-decoration: none;
  color: #b92c28;
}
.keywords-placeholder {
  display: block;
  padding: 10px;
  text-align: left;
  background-color: #237E96;
}
.keywords-placeholder .col-md-6 {
  margin-bottom: 7px;
}
.keywords-placeholder .right-border {
  border-right: 1px solid #fff;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  color: #fff;
  background-color: #237E96;
  border-color: #237E96;
}
.btn-primary-outline {
  color: #237E96;
  background-color: transparent;
  background-image: none;
  border-color: #237E96;
}
.color-primary {
  color: #237E96 !important;
}
.bg-primary {
  background-color: #237E96 !important;
  color: white;
}
.form-group-body {
  padding-top: 7px;
}
.campaign-detail .form-group {
  margin-right: 0;
  margin-left: 0;
}
.campaign-detail .avatar .img-thumbnail {
  max-height: 200px;
}
.campaign-detail .label {
  font-size: 90%;
}
.campaign-detail .title-label {
  font-size: 200%;
  color: #237E96;
}
.filter-form .ng-leave {
  display: none !important;
}
.no-animation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.filter-form .btn-submit {
  margin-top: 0;
}
.no-padding {
  padding: 0px !important;
}
.dl-horizontal dt {
  white-space: normal;
}
.border {
  border-bottom: 1px solid silver;
}
.border:after {
  clear: both;
  content: "";
  display: block;
}
.row-box {
  padding: 10px 0;
}
.top-padding {
  padding-top: 10em;
}
img.language-flag-image {
  height: 1em;
}
.wordwrap {
  white-space: pre;
  word-wrap: break-word;
}
.planning-table td {
  padding-bottom: 20px;
}
.planning-table .table-label {
  vertical-align: bottom;
}
.padding-8 {
  padding-top: 8px;
}
.top-margin {
  margin-top: 20px;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th {
  border: none !important;
}
.table-border-right tbody td {
  border-right: 1px solid #e5e5e5;
  border-left: none !important;
  border-bottom: none !important;
  border-top: none !important;
}
.capitalize-first-letter::first-letter {
  text-transform: uppercase;
}
.form-box {
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 8px 16px rgba(51, 51, 51, 0.25);
     -moz-box-shadow: 0 8px 16px rgba(51, 51, 51, 0.25);
          box-shadow: 0 8px 16px rgba(51, 51, 51, 0.25);
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}
@media (max-width: 768px) {
  .form-box {
    border: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
}
.image-upload-container .image-container {
  display: inline-block;
  width: 25%;
  height: auto;
  text-align: center;
  padding: .25em;
}
.image-upload-container .image-container img.img-responsive {
  width: 100%;
}
.image-upload-container .image-container button {
  margin-top: 1em;
}
.slick-slider .slick-image img {
  width: 100%;
  height: 300px;
}
@media (max-width: 768px) {
  .slick-slider .slick-image img {
    width: 100%;
    height: 150px;
  }
}
.slick-slider .slick-prev {
  left: 5px !important;
  z-index: 1;
}
.slick-slider .slick-next {
  right: 5px !important;
  z-index: 1;
}
.rate-icons {
  margin: 0;
  font-size: 2em;
  color: goldenrod;
}
.rate-icons > i {
  padding: .2em;
}
.multimedia-container {
  position: relative;
  display: inline-block;
  margin: 5px 10px 5px 0;
  width: 350px;
  height: 300px;
}
.multimedia-container img {
  width: 100%;
  height: 100%;
}
.multimedia-container .action-buttons {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#planning-parent {
  -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
          transform: rotateX(180deg);
  overflow-x: auto;
}
#planning-child {
  -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.usr-lbl {
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 18px;
  padding-top: 11px;
  color: #fff;
}

.booking-detail .thread {
  margin-bottom: 10px;
}
.booking-detail .thread-user,
.booking-detail .thread-body {
  background: #eee;
  padding: 10px;
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}
.btn:focus,
.btn:active {
  outline: none;
}
.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}
.btn-primary-outline {
  color: #0275d8;
  background-color: transparent;
  background-image: none;
  border-color: #0275d8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-secondary-outline {
  color: #ccc;
  background-color: transparent;
  background-image: none;
  border-color: #ccc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-success-outline {
  color: #5cb85c;
  background-color: transparent;
  background-image: none;
  border-color: #5cb85c;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-info-outline {
  color: #5bc0de;
  background-color: transparent;
  background-image: none;
  border-color: #5bc0de;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning-outline {
  color: #f0ad4e;
  background-color: transparent;
  background-image: none;
  border-color: #f0ad4e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger-outline {
  color: #d9534f;
  background-color: transparent;
  background-image: none;
  border-color: #d9534f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.form-control {
  display: block;
  width: 100%;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

/**
 * this is where _all_ variables used for styling go
 */
.credit {
  display: inline-block;
  width: 100px;
  padding-bottom: 10px;
  padding-right: 5px;
  text-align: right;
}
.credit-label {
  display: inline-block;
  width: 110px;
  padding-top: 5px;
  padding-right: 5px;
  text-align: right;
}
.custom-file-upload > input[type="file"] {
  display: none;
}
.custom-file-upload {
  border: 1px solid #5bc0de;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
}
.custom-file-replace > input[type="file"] {
  display: none;
}
.custom-file-replace {
  border: 1px solid #5bc0de;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
}
.btn-div {
  margin-left: 30px;
}
.remove-btn {
  position: absolute;
  margin-left: -70px;
  margin-top: -20px;
}
​ .commission {
  padding-right: 5px;
  text-align: right;
}
.credit-input {
  height: 33px;
  width: 200px;
  padding: 10px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #ccc;
}
.tab-margin {
  margin-top: 40px;
}
.add-block {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 8px;
}
.input-group {
  margin-left: 10px;
}
.btn-sm {
  line-height: 1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

body {
  position: relative;
  color: #333;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  padding-top: 70px;
}
.navbar-default {
  background-color: #2b3643;
  border: none;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .open > a {
  color: #fff;
  font-size: 16px;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a:hover {
  background: #3f4f62;
  color: #f1f1f1;
}
.navbar-default .navbar-brand {
  color: #f1f1f1;
}
.navbar-default .dropdown-toggle:focus {
  background: #36c6d3;
}
.animate-in-fadeIn.ng-enter,
.animate-in-fadeIn.ng-hide-remove.ng-hide-remove-active {
  -webkit-animation: fadeIn 250ms;
     -moz-animation: fadeIn 250ms;
       -o-animation: fadeIn 250ms;
          animation: fadeIn 250ms;
}
.animate-in-fadeInRight.ng-enter,
.animate-in-fadeInRight.ng-hide-remove.ng-hide-remove-active {
  -webkit-animation: fadeInRight 250ms;
     -moz-animation: fadeInRight 250ms;
       -o-animation: fadeInRight 250ms;
          animation: fadeInRight 250ms;
}
.animate-out-fadeOutRight.ng-leave,
.animate-out-fadeOutRight.ng-hide-add.ng-hide-add-active {
  -webkit-animation: fadeOutRight 250ms;
     -moz-animation: fadeOutRight 250ms;
       -o-animation: fadeOutRight 250ms;
          animation: fadeOutRight 250ms;
}
.animate-in-fadeInLeft.ng-enter,
.animate-in-fadeInLeft.ng-hide-remove.ng-hide-remove-active {
  -webkit-animation: fadeInLeft 250ms;
     -moz-animation: fadeInLeft 250ms;
       -o-animation: fadeInLeft 250ms;
          animation: fadeInLeft 250ms;
}
.animate-out-fadeOutLeft.ng-leave,
.animate-out-fadeOutLeft.ng-hide-add.ng-hide-add-active {
  -webkit-animation: fadeOutLeft 250ms;
     -moz-animation: fadeOutLeft 250ms;
       -o-animation: fadeOutLeft 250ms;
          animation: fadeOutLeft 250ms;
}
form .ng-submitted input.ng-invalid,
form .ng-submitted textarea.ng-invalid,
form .ng-submitted select.ng-invalid {
  border: 1px solid red;
}
form .ng-submitted .error-message {
  color: red;
}
form .error-message {
  color: red;
}
.wrapper {
  text-align: center;
}
.background-masker {
  background: #fff;
  position: absolute;
}
/* Every thing below this is just positioning */
.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
}
.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px;
}
.background-masker.header-bottom {
  top: 18px;
  height: 6px;
}
.background-masker.subheader-left,
.background-masker.subheader-right {
  top: 24px;
  height: 6px;
}
.background-masker.header-right,
.background-masker.subheader-right {
  width: auto;
  left: 300px;
  right: 0;
}
.background-masker.subheader-right {
  left: 230px;
}
.background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}
.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}
.background-masker.content-top {
  height: 20px;
}
.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
  width: auto;
  left: 380px;
  right: 0;
  top: 60px;
  height: 8px;
}
.background-masker.content-second-line {
  top: 68px;
}
.background-masker.content-second-end {
  left: 420px;
  top: 74px;
}
.background-masker.content-third-line {
  top: 82px;
}
.background-masker.content-third-end {
  left: 300px;
  top: 88px;
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.animated-background {
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
     -moz-animation-name: placeHolderShimmer;
       -o-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: -moz-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: -o-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  -moz-background-size: 800px 104px;
    -o-background-size: 800px 104px;
       background-size: 800px 104px;
  height: 96px;
  position: relative;
}
.timeline-item {
  background: #fff;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 12px;
  margin: 0 auto;
  max-width: 472px;
  min-height: 200px;
}
.profile-image-mid {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-position: center center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  border: 1px solid #cccccc;
  margin: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.pointer {
  cursor: pointer;
}
.table-hover-pointer tbody > tr:hover {
  cursor: pointer;
}
.drop-class {
  background: #F8F8F8;
  border: 5px dashed #DDD;
  width: 100%;
  text-align: center;
  padding: 50px 10px;
  margin-bottom: 10px;
}
.image-placeholder img {
  height: 150px;
  width: 200px;
}
.image-placeholder .image-holder {
  position: relative;
  float: left;
  border: 1px solid #237E96;
  margin: 0 10px;
  padding-right: 17px;
}
.image-placeholder .image-holder a {
  position: absolute;
  top: 5px;
  right: 1px;
  text-decoration: none;
  color: #b92c28;
}
.keywords-placeholder {
  display: block;
  padding: 10px;
  text-align: left;
  background-color: #237E96;
}
.keywords-placeholder .col-md-6 {
  margin-bottom: 7px;
}
.keywords-placeholder .right-border {
  border-right: 1px solid #fff;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  color: #fff;
  background-color: #237E96;
  border-color: #237E96;
}
.btn-primary-outline {
  color: #237E96;
  background-color: transparent;
  background-image: none;
  border-color: #237E96;
}
.color-primary {
  color: #237E96 !important;
}
.bg-primary {
  background-color: #237E96 !important;
  color: white;
}
.form-group-body {
  padding-top: 7px;
}
.campaign-detail .form-group {
  margin-right: 0;
  margin-left: 0;
}
.campaign-detail .avatar .img-thumbnail {
  max-height: 200px;
}
.campaign-detail .label {
  font-size: 90%;
}
.campaign-detail .title-label {
  font-size: 200%;
  color: #237E96;
}
.filter-form .ng-leave {
  display: none !important;
}
.no-animation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.filter-form .btn-submit {
  margin-top: 0;
}
.no-padding {
  padding: 0px !important;
}
.dl-horizontal dt {
  white-space: normal;
}
.border {
  border-bottom: 1px solid silver;
}
.border:after {
  clear: both;
  content: "";
  display: block;
}
.row-box {
  padding: 10px 0;
}
.top-padding {
  padding-top: 10em;
}
img.language-flag-image {
  height: 1em;
}
.wordwrap {
  white-space: pre;
  word-wrap: break-word;
}
.planning-table td {
  padding-bottom: 20px;
}
.planning-table .table-label {
  vertical-align: bottom;
}
.padding-8 {
  padding-top: 8px;
}
.top-margin {
  margin-top: 20px;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th {
  border: none !important;
}
.table-border-right tbody td {
  border-right: 1px solid #e5e5e5;
  border-left: none !important;
  border-bottom: none !important;
  border-top: none !important;
}
.capitalize-first-letter::first-letter {
  text-transform: uppercase;
}
.form-box {
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 8px 16px rgba(51, 51, 51, 0.25);
     -moz-box-shadow: 0 8px 16px rgba(51, 51, 51, 0.25);
          box-shadow: 0 8px 16px rgba(51, 51, 51, 0.25);
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}
@media (max-width: 768px) {
  .form-box {
    border: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
}
.image-upload-container .image-container {
  display: inline-block;
  width: 25%;
  height: auto;
  text-align: center;
  padding: .25em;
}
.image-upload-container .image-container img.img-responsive {
  width: 100%;
}
.image-upload-container .image-container button {
  margin-top: 1em;
}
.slick-slider .slick-image img {
  width: 100%;
  height: 300px;
}
@media (max-width: 768px) {
  .slick-slider .slick-image img {
    width: 100%;
    height: 150px;
  }
}
.slick-slider .slick-prev {
  left: 5px !important;
  z-index: 1;
}
.slick-slider .slick-next {
  right: 5px !important;
  z-index: 1;
}
.rate-icons {
  margin: 0;
  font-size: 2em;
  color: goldenrod;
}
.rate-icons > i {
  padding: .2em;
}
.multimedia-container {
  position: relative;
  display: inline-block;
  margin: 5px 10px 5px 0;
  width: 350px;
  height: 300px;
}
.multimedia-container img {
  width: 100%;
  height: 100%;
}
.multimedia-container .action-buttons {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#planning-parent {
  -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
          transform: rotateX(180deg);
  overflow-x: auto;
}
#planning-child {
  -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.btn {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.btn-primary {
  border: 1px solid #237E96;
  background: #237E96;
  color: #fff;
}
.btn-primary:hover {
  background: #195b6d;
}
.modal-content {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.establishment-lists {
  position: relative;
}
.establishment-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
}
.establishment {
  margin-bottom: 10px;
  background: #fff;
  padding: 0;
  border: 1px solid #ccc;
  cursor: pointer;
}
.establishment:hover {
  -webkit-box-shadow: 0 1px 6px 0 rgba(51, 51, 51, 0.5);
     -moz-box-shadow: 0 1px 6px 0 rgba(51, 51, 51, 0.5);
          box-shadow: 0 1px 6px 0 rgba(51, 51, 51, 0.5);
  border: 1px solid #237E96;
}
.establishment .teaser-image {
  position: relative;
  padding: 0;
  height: 206px;
}
.establishment .teaser-image__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.establishment .teaser-image_one {
  opacity: 1;
}
.establishment .teaser-image_two {
  opacity: 0;
}
.establishment .teaser-image:hover .teaser-image_one {
  opacity: 0;
}
.establishment .teaser-image:hover .teaser-image_two {
  opacity: 1;
}
.establishment .teaser-image img {
  width: 100%;
  height: 100%;
  max-height: 206px;
  position: absolute;
}
.establishment .teaser-image img:hover {
  opacity: 0;
}
.establishment .teaser-image .wish-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #FFF;
  background: #D9E021;
  border: none;
}
.establishment .teaser-image .wish-btn .fa {
  margin: 10px;
}
.establishment .teaser-image .wish-btn:hover {
  background: #afb519;
}
.establishment .teaser-image .share-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 20px;
  color: #FFF;
  background: #D9E021;
  border: none;
}
.establishment .teaser-image .share-btn .fa {
  margin: 10px;
}
.establishment .teaser-image .share-btn:hover {
  background: #afb519;
}
.establishment .teaser-image .score {
  position: absolute;
  padding: 10px;
  top: 10px;
  left: 10px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  background: #D9E021;
  border: none;
}
.establishment .teaser-image .score:hover {
  background: #afb519;
}
.establishment .teaser-image .score .bold {
  font-weight: bold;
}
.establishment .teaser-image .score .small {
  font-size: 10px;
}
.establishment .teaser-content {
  height: 206px;
  overflow: hidden;
  position: relative;
}
.establishment .teaser-content .title .price {
  padding: 5px 10px;
  margin-top: 5px;
  color: #fff;
  background: #5cb85c;
  text-align: center;
}
@media (max-width: 768px) {
  .establishment .teaser-content {
    height: 280px;
  }
}
.establishment .teaser-content .detail {
  height: 80px;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .establishment .teaser-content .detail {
    height: 130px;
  }
}
.establishment .teaser-content .tab-header {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #ccc;
  overflow-x: auto;
  background: #eee;
  -webkit-overflow-scrolling: touch;
}
.establishment .teaser-content .tab-header .tab-btn {
  width: 33.3333%;
  float: left;
  text-align: center;
  padding: 10px 5px;
  background: #eee;
  cursor: pointer;
}
.establishment .teaser-content .tab-header .tab-btn.active-tab {
  background: #ccc;
}
.establishment .teaser-content .tab-header .tab-btn.border-left {
  border-left: 1px solid #ccc;
}
.establishment .tab-container {
  padding-top: 1em;
  padding-bottom: 0;
}
.establishment .tab-container .sub-tab {
  padding: 1em;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 3px solid #CCC;
}
.establishment .tab-container .sub-tab.active {
  color: #237E96;
  border-bottom: 3px solid #237E96;
}
.establishment .tab-container .image-gallery {
  margin: 0;
  padding: 1em;
}
.establishment .tab-container .slick-slide {
  text-align: center;
}
.establishment .tab-container .slick-slide img {
  width: 100%;
  height: auto;
}
.establishment .tab-container .slick-prev::before,
.establishment .tab-container .slick-next::before {
  color: #237E96;
}
.establishment .tab-container .accommodation-body {
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.establishment .tab-container .accommodation-body .title {
  padding-bottom: 5px;
}
.establishment .tab-container .accommodation-body .title:hover {
  border-bottom: 1px solid #000;
}
.establishment .tab-container .accommodation-body select {
  border: 1px solid #ccc;
  width: 40px;
}
.establishment .tab-container .accommodation-body .btn {
  margin: 10px 0;
  width: 80%;
  background: #237E96;
  color: #fff;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.establishment .tab-container .accommodation-body .btn:hover {
  background: #195b6d;
}
.establishment .carousel {
  height: 100%;
}
.establishment .carousel-inner {
  height: 283px;
}
.establishment .ftr-lst ul {
  border-top: 1px solid #ccc;
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 10px;
}
.establishment .ftr-lst li {
  list-style: none;
  padding: 5px 0;
}
.establishment .ftr-lst li .fa {
  color: #aaa;
}
.booking-modal .title-container h4 {
  float: left;
}
.booking-modal .title-container .indicator {
  float: right;
  font-size: 18px;
}
.booking-modal .child-age input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin: 5px;
  width: 100%;
}
.review-modal .type-selector {
  min-height: 30px;
  padding: 30px 30px 10px 30px;
  background: #237E96;
  color: #fff;
}
.review-modal .type-selector:hover {
  background: #195b6d;
}
.review-modal .type-selector .fa {
  font-size: 32px;
}
.lstng-hdr {
  margin-top: 10px;
}
.lstng-hdr select {
  width: 100px;
  margin: 5px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding-left: 20px;
  height: 34px;
  border: 1px solid #ccc;
}
.brk {
  border-bottom: 1px solid #237E96;
  text-align: center;
}
.brk-lbl {
  color: #333;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  top: -8px;
}

.color-gray {
  color: #828181;
}
.color-border {
  color: #BCCBD2;
}
.border-top-default {
  border-top: 1px solid #BCCBD2;
}
.border-bottom-default {
  border-bottom: 1px solid #BCCBD2;
}
.border-top-bottom-default {
  border-bottom: 1px solid #BCCBD2;
}
.vertical-divider {
  border-right: 1px solid #BCCBD2;
  height: 100%;
}
.vertical-scroll-container {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

/**
 * this is where _all_ variables used for styling go
 */
.booking-list .header-block {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
.booking-list .header-block .title {
  font-weight: bold;
  float: left;
  font-size: 16px;
}
.booking-list .top-action {
  float: right;
}
.booking-list .detail-title {
  font-weight: bold;
  font-size: 16px;
  padding: 5px 10px;
  color: #237E96;
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
}
.booking-list .detail-title:hover {
  color: #195b6d;
}
.booking-list .detail-sub {
  float: left;
  padding: 10px;
}

/**
 * this is where _all_ variables used for styling go
 */
.map-container {
  position: fixed;
  width: 35.66666667%;
  top: 0;
  right: 0;
  bottom: 0;
}
.map-container .leaflet-top .leaflet-control {
  margin-top: 10em;
}
.list-container {
  position: absolute;
}
@media (max-width: 768px) {
  .list-container {
    position: relative;
    top: 0;
  }
}
.tab-content {
  padding-top: 1em;
}
.panel-heading {
  position: relative;
}
.panel-heading .panel-title {
  position: relative;
  min-height: 1em;
}
.panel-heading .panel-title a {
  position: absolute;
  left: 0;
  right: 0;
  text-decoration: none;
}
.filter-container .form-control {
  margin-bottom: .5em;
}
@media (max-width: 768px) {
  .align-left-mobile .nav-tabs.nav-justified > li > a {
    text-align: left;
  }
}
.tab-icon a::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: .5em;
}
.tab-type a::before {
  content: "\f042";
}
.tab-feature a::before {
  content: "\f0ca";
}
.tab-distance a::before {
  content: "\f277";
}
.tab-price a::before {
  content: "\f02c";
}
.general-request-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.general-request-btn button {
  background: #237E96;
  padding: 10px;
  color: #fff;
  border: none;
  font-size: 18px;
}
.general-request-btn button:hover {
  background: #195b6d;
}

/**
 * this is where _all_ variables used for styling go
 */
.admin-panel {
  position: relative;
  top: -10px;
}
.admin-panel .sidebar {
  background: #364150;
  z-index: 100;
  position: absolute;
  width: 250px;
  top: -10px;
  min-height: 400px;
  color: #f1f1f1;
}
.admin-panel .sidebar a {
  color: #f1f1f1;
  text-transform: capitalize;
}
.admin-panel .sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.admin-panel .sidebar ul li.first-level {
  border-left: 5px solid transparent;
  border-top: 1px solid #2c3542;
}
.admin-panel .sidebar ul li.first-level:hover {
  background: #2c3542;
  border-left: 5px solid #36c6d3;
}
.admin-panel .sidebar ul li.first-level a {
  display: block;
  color: #f1f1f1;
  font-weight: 600;
  padding: 14px 20px 14px 15px;
  text-decoration: none;
}
.admin-panel .sidebar ul li.first-level a .submenu-icon {
  float: right;
  font-size: 12px;
}
.admin-panel .sidebar ul li.first-level .second-level-container {
  display: none;
  padding-left: 20px;
}
.admin-panel .sidebar ul li.first-level .second-level-container .second-level {
  padding-left: 20px;
}
.admin-panel .sidebar ul li.first-level .second-level-container .second-level a {
  font-weight: 400;
  padding: 5px;
}
.admin-panel .sidebar ul li.first-level .second-level-container .second-level a:hover {
  color: #ccc;
}
.admin-panel .sidebar ul li.first-level.has-second-level:hover .second-level-container,
.admin-panel .sidebar ul li.first-level .active-link .second-level-container {
  display: block;
}
.admin-panel .page-wrap {
  min-height: 400px;
  padding: 10px;
  margin: 0 10px 0 270px;
  position: absolute;
  float: left;
  right: 0;
  left: 0;
}
@media (max-width: 768px) {
  .admin-panel .sidebar {
    width: 50px;
    margin: 0 10px 10px;
    min-height: 400px;
  }
  .admin-panel .sidebar .account-container {
    display: none;
  }
  .admin-panel .sidebar .nav-label {
    display: none;
  }
  .admin-panel .sidebar ul li.first-level {
    position: relative;
  }
  .admin-panel .sidebar ul li.first-level:hover .nav-label {
    display: block;
    background: #2c3542;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 250px;
    height: 50px;
    left: 46px;
    line-height: 31px;
  }
  .admin-panel .sidebar ul li.first-level .submenu-icon {
    display: none;
  }
  .admin-panel .sidebar ul li.first-level .second-level-container {
    padding-left: 0;
    background: #364150;
    border-left: 1px solid #36c6d3;
    width: 250px;
    position: absolute;
    display: none;
    top: 50px;
    left: 46px;
    border-top: 1px solid #2c3542;
  }
  .admin-panel .sidebar ul li.first-level .second-level-container .second-level {
    padding: 10px;
  }
  .admin-panel .sidebar ul li.first-level .second-level-container .second-level:hover {
    background: #2c3542;
  }
  .admin-panel .sidebar ul li.first-level .second-level-container .second-level a {
    font-weight: 400;
    padding: 5px;
  }
  .admin-panel .sidebar ul li.first-level .second-level-container .second-level a:hover {
    color: #ccc;
  }
  .admin-panel .page-wrap {
    min-height: 200px;
    padding: 10px;
    margin: 0 10px 0 70px;
  }
}

.deactivateTd {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.addBtn {
  padding-left: 0px;
}
.addParent {
  padding-left: 30px;
}
.addChild {
  padding-left: 10px;
}
.editIcon {
  float: right;
  padding-top: 8px;
  color: #0275d8;
}
.actionBtns {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.view {
  padding-top: 8px;
  color: #5bc0de;
}
.view[disabled=disabled] {
  padding-top: 8px;
  color: #a7a6a6;
}
.edit {
  padding-top: 8px;
  color: #237E96;
}
.undo {
  padding-top: 8px;
  color: #2ecc71;
}
.trash {
  padding-top: 8px;
  color: #d9534f;
}
.up {
  padding-top: 8px;
  color: #337ab7;
}
.down {
  padding-top: 8px;
  color: #337ab7;
}
.addChildren {
  margin-top: 10px;
  height: 25px;
}
.childInput {
  margin-top: 10px;
  padding-left: 100px;
}
.marginTop {
  margin-top: 10px;
}

/**
 * this is where _all_ variables used for styling go
 */
.legend-box {
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 0.5em;
  border: 1px solid rgba(51, 51, 51, 0.75);
}
.legend-box.available.arrival-day {
  background-color: #8cbd8d;
}
.legend-box.available.not-arrival-day {
  background-color: #d5eba8;
}
.legend-box.disabled {
  background-color: #dedede;
}
.legend-box.not-available {
  background-color: #f6c6d6;
}
.legend-box.override.arrival-day {
  background-color: #ff9900;
}
.legend-box.override.available-day {
  background-color: #ffd28c;
}

/**
 * this is where _all_ variables used for styling go
 */
#prospects .search-filter > div > div.col-lg-4.col-md-4 {
  margin-bottom: .75em;
}
#prospects .exportDiv {
  float: right;
}

.bg-w {
  background: #fff;
}
.bg-b {
  background: #000;
}
/*------ Round -------
*rnd for Round
*t for Top
*r for Right
*b for Bottom
*l for Left
*f for Full
*--------------------*/
.r-0 {
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}
.r-t-r-0 {
  -webkit-border-top-right-radius: 0px;
     -moz-border-radius-topright: 0px;
          border-top-right-radius: 0px;
}
.r-b-r-0 {
  -webkit-border-bottom-right-radius: 0px;
     -moz-border-radius-bottomright: 0px;
          border-bottom-right-radius: 0px;
}
.r-b-l-0 {
  -webkit-border-bottom-left-radius: 0px;
     -moz-border-radius-bottomleft: 0px;
          border-bottom-left-radius: 0px;
}
.r-t-l-0 {
  -webkit-border-top-left-radius: 0px;
     -moz-border-radius-topleft: 0px;
          border-top-left-radius: 0px;
}
.r-t-0 {
  -webkit-border-top-right-radius: 0px;
     -moz-border-radius-topright: 0px;
          border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
     -moz-border-radius-topleft: 0px;
          border-top-left-radius: 0px;
}
.r-r-0 {
  -webkit-border-top-right-radius: 0px;
     -moz-border-radius-topright: 0px;
          border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
     -moz-border-radius-bottomright: 0px;
          border-bottom-right-radius: 0px;
}
.r-b-0 {
  -webkit-border-bottom-right-radius: 0px;
     -moz-border-radius-bottomright: 0px;
          border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
     -moz-border-radius-bottomleft: 0px;
          border-bottom-left-radius: 0px;
}
.r-l-0 {
  -webkit-border-top-left-radius: 0px;
     -moz-border-radius-topleft: 0px;
          border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
     -moz-border-radius-bottomleft: 0px;
          border-bottom-left-radius: 0px;
}
.r-3 {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.r-t-r-3 {
  -webkit-border-top-right-radius: 3px;
     -moz-border-radius-topright: 3px;
          border-top-right-radius: 3px;
}
.r-b-r-3 {
  -webkit-border-bottom-right-radius: 3px;
     -moz-border-radius-bottomright: 3px;
          border-bottom-right-radius: 3px;
}
.r-b-l-3 {
  -webkit-border-bottom-left-radius: 3px;
     -moz-border-radius-bottomleft: 3px;
          border-bottom-left-radius: 3px;
}
.r-t-l-3 {
  -webkit-border-top-left-radius: 3px;
     -moz-border-radius-topleft: 3px;
          border-top-left-radius: 3px;
}
.r-t-3 {
  -webkit-border-top-right-radius: 3px;
     -moz-border-radius-topright: 3px;
          border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
     -moz-border-radius-topleft: 3px;
          border-top-left-radius: 3px;
}
.r-r-3 {
  -webkit-border-top-right-radius: 3px;
     -moz-border-radius-topright: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
     -moz-border-radius-bottomright: 3px;
          border-bottom-right-radius: 3px;
}
.r-b-3 {
  -webkit-border-bottom-right-radius: 3px;
     -moz-border-radius-bottomright: 3px;
          border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
     -moz-border-radius-bottomleft: 3px;
          border-bottom-left-radius: 3px;
}
.r-l-3 {
  -webkit-border-top-left-radius: 3px;
     -moz-border-radius-topleft: 3px;
          border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
     -moz-border-radius-bottomleft: 3px;
          border-bottom-left-radius: 3px;
}
.r-5 {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.r-t-r-5 {
  -webkit-border-top-right-radius: 5px;
     -moz-border-radius-topright: 5px;
          border-top-right-radius: 5px;
}
.r-b-r-5 {
  -webkit-border-bottom-right-radius: 5px;
     -moz-border-radius-bottomright: 5px;
          border-bottom-right-radius: 5px;
}
.r-b-l-5 {
  -webkit-border-bottom-left-radius: 5px;
     -moz-border-radius-bottomleft: 5px;
          border-bottom-left-radius: 5px;
}
.r-t-l-5 {
  -webkit-border-top-left-radius: 5px;
     -moz-border-radius-topleft: 5px;
          border-top-left-radius: 5px;
}
.r-t-5 {
  -webkit-border-top-right-radius: 5px;
     -moz-border-radius-topright: 5px;
          border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
     -moz-border-radius-topleft: 5px;
          border-top-left-radius: 5px;
}
.r-r-5 {
  -webkit-border-top-right-radius: 5px;
     -moz-border-radius-topright: 5px;
          border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
     -moz-border-radius-bottomright: 5px;
          border-bottom-right-radius: 5px;
}
.r-b-5 {
  -webkit-border-bottom-right-radius: 5px;
     -moz-border-radius-bottomright: 5px;
          border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
     -moz-border-radius-bottomleft: 5px;
          border-bottom-left-radius: 5px;
}
.r-l-5 {
  -webkit-border-top-left-radius: 5px;
     -moz-border-radius-topleft: 5px;
          border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
     -moz-border-radius-bottomleft: 5px;
          border-bottom-left-radius: 5px;
}
.r-10 {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.r-t-r-10 {
  -webkit-border-top-right-radius: 10px;
     -moz-border-radius-topright: 10px;
          border-top-right-radius: 10px;
}
.r-b-r-10 {
  -webkit-border-bottom-right-radius: 10px;
     -moz-border-radius-bottomright: 10px;
          border-bottom-right-radius: 10px;
}
.r-b-l-10 {
  -webkit-border-bottom-left-radius: 10px;
     -moz-border-radius-bottomleft: 10px;
          border-bottom-left-radius: 10px;
}
.r-t-l-10 {
  -webkit-border-top-left-radius: 10px;
     -moz-border-radius-topleft: 10px;
          border-top-left-radius: 10px;
}
.r-t-10 {
  -webkit-border-top-right-radius: 10px;
     -moz-border-radius-topright: 10px;
          border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
     -moz-border-radius-topleft: 10px;
          border-top-left-radius: 10px;
}
.r-r-10 {
  -webkit-border-top-right-radius: 10px;
     -moz-border-radius-topright: 10px;
          border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
     -moz-border-radius-bottomright: 10px;
          border-bottom-right-radius: 10px;
}
.r-b-10 {
  -webkit-border-bottom-right-radius: 10px;
     -moz-border-radius-bottomright: 10px;
          border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
     -moz-border-radius-bottomleft: 10px;
          border-bottom-left-radius: 10px;
}
.r-l-10 {
  -webkit-border-top-left-radius: 10px;
     -moz-border-radius-topleft: 10px;
          border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
     -moz-border-radius-bottomleft: 10px;
          border-bottom-left-radius: 10px;
}
.r-f {
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
.r-t-f {
  -webkit-border-top-right-radius: 100%;
     -moz-border-radius-topright: 100%;
          border-top-right-radius: 100%;
  -webkit-border-top-left-radius: 100%;
     -moz-border-radius-topleft: 100%;
          border-top-left-radius: 100%;
}
.r-r-f {
  -webkit-border-top-right-radius: 100%;
     -moz-border-radius-topright: 100%;
          border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 100%;
     -moz-border-radius-bottomright: 100%;
          border-bottom-right-radius: 100%;
}
.r-l-f {
  -webkit-border-top-left-radius: 100%;
     -moz-border-radius-topleft: 100%;
          border-top-left-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
     -moz-border-radius-bottomleft: 100%;
          border-bottom-left-radius: 100%;
}
/*------ Padding -------
*p for Padding
*t for Top
*r for Right
*b for Bottom
*l for Left
*v for Vertical
*h for Horizontal
*--------------------*/
.p-0 {
  padding: 0px !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-v-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.p-h-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.p-3 {
  padding: 3px !important;
}
.p-t-3 {
  padding-top: 3px !important;
}
.p-r-3 {
  padding-right: 3px !important;
}
.p-b-3 {
  padding-bottom: 3px !important;
}
.p-l-3 {
  padding-left: 3px !important;
}
.p-v-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.p-h-3 {
  padding-right: 3px !important;
  padding-left: 3px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-v-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.p-h-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-v-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-h-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
/*------ Margin -------
*m for Margin
*t for Top
*r for Right
*b for Bottom
*l for Left
*v for Vertical
*h for Horizontal
*--------------------*/
.m-0 {
  margin: 0px !important;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-r-0 {
  margin-right: 0px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-l-0 {
  margin-left: 0px !important;
}
.m-v-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.m-h-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.m-3 {
  margin: 3px !important;
}
.m-t-3 {
  margin-top: 3px !important;
}
.m-r-3 {
  margin-right: 3px !important;
}
.m-b-3 {
  margin-bottom: 3px !important;
}
.m-l-3 {
  margin-left: 3px !important;
}
.m-v-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.m-h-3 {
  margin-right: 3px !important;
  margin-left: 3px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-v-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.m-h-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-v-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.m-h-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.m--10 {
  margin: -10px !important;
}
.m-t--10 {
  margin-top: -10px !important;
}
.m-r--10 {
  margin-right: -10px !important;
}
.m-b--10 {
  margin-bottom: -10px !important;
}
.m-l--10 {
  margin-left: -10px !important;
}
.m-v--10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.m-h--10 {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.b-a {
  border: 1px solid #ccc;
}
.b-t {
  border-top: 1px solid #ccc;
}
.b-r {
  border-right: 1px solid #ccc;
}
.b-b {
  border-bottom: 1px solid #ccc;
}
.b-l {
  border-left: 1px solid #ccc;
}
.b-v {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.b-h {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
/*------ Border --------*/
.brdr-t {
  border-top: 1px solid #ccc;
}
.brdr-r {
  border-right: 1px solid #ccc;
}
.brdr-b {
  border-bottom: 1px solid #ccc;
}
.brdr-l {
  border-left: 1px solid #ccc;
}
.brdr-v {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.brdr-h {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.bld {
  font-weight: bold;
}
.col-center {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.form-required {
  font-size: 14px;
  color: #f00;
}
.margin-b {
  margin-bottom: 15px;
}
.brdr-t {
  border-top: 1px solid #ccc;
}
.g-cntr {
  margin-left: auto;
  margin-right: auto;
  float: none !important;
}

/**
 * this is where _all_ variables used for styling go
 */
