html {
  position: relative;
  min-height: 100%;
}
body {
  margin: 0 0 350px; /* bottom = footer height */
  padding: 25px 0 25px 0;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.ml-1 {
  margin-left: 1rem;
}
.ml-2 {
  margin-left: 2rem;
}
.ml-3 {
  margin-left: 3rem;
}
.mr-1 {
  margin-right: 1rem;
}
.mr-2 {
  margin-left: 2rem;
}
.mr-3 {
  margin-left: 3rem;
}
.text-align-left {
  text-align: left !important;
}
.text-align-center {
  text-align: center !important;
}
.text-align-right {
  text-align: right !important;
}
div.alert.alert-info {
  color: #37A1FF;
  border-color: #37A1FF;
}
/* NAVBAR */
body nav.navbar {
  background-color: #37A1FF;
  border-bottom: none;
}
body nav.navbar ul.navbar-nav li a {
  color: #fff;
  margin-top: 3.5px;
}
body nav.navbar ul.navbar-nav li a i.material-icons,
body nav.navbar ul.navbar-nav li a i.material-icons-outlined {
  font-size: 18px;
  display: inline-flex;
  vertical-align: middle;
}
body nav.navbar form {
  max-width: 195px;
}
body nav.navbar form input,
body nav.navbar form input:focus {
  border: 0;
  box-shadow: none;
  height: 43px;
}
body nav.navbar form.requestnumber-search {
  margin-right: -15px
}
body nav.navbar form div.input-group span.input-group-btn button {
  background-color: #fff;
  border-color: #fff;
  height: 43px;
}
a {
  color: #37A1FF;
}
.btn {
  border-radius: 0;
}
.btn.btn-primary {
  background-color: #37A1FF;
  border-color: #37A1FF;
}
.text-red {
  color: #ff0000;
}
.strong {
  font-weight: bold;
}
input.form-control,
select.form-control,
textarea.form-control {
  border-radius: 0;
  box-shadow: none;
}
textarea.form-control {
  resize: none;
}
.select2-container {
  z-index: 999999;
}
.select2-container .select2-selection--single {
  border-radius: 0;
  height: 34px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
}
.ck-button {
  margin: 4px;
  margin-top: 1px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #03a9f4;
  overflow: hidden;
  float: left;
  font-size: 12px;
}

.ck-button label {
    float:left;
    font-weight: normal;
    margin-bottom: 0;
    width: 100%;
}

.ck-button label span {
    text-align:center;
    display:block;
    border-radius:0;
    padding: 5px;
}

.ck-button label input {
  display: none;
}

.ck-button input:hover + span {
    background-color: #e1f5fe;
}

.ck-button input:checked + span {
    background-color: #03a9f4;
    color:#fff;
}

.ck-button input:checked:hover + span {
    background-color:#0288d1;
    color:#fff;
}

section.page-header {
  margin-top: 20px;
}

section.page-header h3.page-title {
  line-height: 32px;
  margin-top: 0;
}

section.page-content {
  margin-top: 40px;
}

a.disabled {
  color: #808080;
  pointer-events: none;
}
a.btn.disabled {
  color: #fff;
}

body.hotels {
  padding-left: 0;
  padding-right: 0;
}
body.hotels div.container {
  padding-top: 0;
}

body div.container {
  padding-top: 50px;
}

footer {
  background-color: #45494c;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow:hidden;
}

footer div.container {
  padding-top: 30px;
}

footer a {
  color: #fff;
}
footer a:HOVER {
  text-decoration: underline;
  color: #fff;
}

footer div.block-extrafooter {
  background-color: #3e3f41;
  color: #9a9b9c;
  padding: 10px 0 5px 0;
}

/* LEAD ORIGIN */
table.lead-origin-table tbody tr td a:HOVER {
  text-decoration: none;
}
table.lead-origin-table tbody tr td span.with-description {
  text-decoration: underline;
  text-decoration-style: dotted;
}
table.lead-origin-table tbody tr td span.with-description:HOVER {
  cursor: help;
}
@media only screen and (min-width : 481px) {
   .flex-row.row {
     display: flex;
     flex-wrap: wrap;
   }
   .flex-row.row > [class*='col-'] {
     display: flex;
     flex-direction: column;
   }
  .flex-row.row:after, 
  .flex-row.row:before {
     display: flex;
  }
}
span.required-asterisk {
  color: #ff0000;
}

div.invoice-search-result div.result-icon {
  font-size: 4rem;
}

.settings-panel {
  margin-bottom: 30px;
}

.settings-panel .settings-icon {
  height: 100px;
  color: #fff;
  background-color: #37A1FF;
  font-size: 36px;
}

.settings-panel .settings-icon i {
  padding-top: 35px;
}

.settings-panel .settings-description {
  padding-top: 15px;
  padding-left: 15px;
  border: 1px solid #f9f9f9;
  border-left: none;
  height: 100px;
}

.settings-panel .settings-description h4 {
  margin-top: 0;
}

.settings-panel .settings-description h5 {
  line-height: 20px;
}

.collmex-incoming-payments .collapse {
	padding: 10px;
}

.event-invoice-calculate .form-horizontal label {
  text-align: left;
}

.event-invoice-calculate .form-horizontal textarea {
  resize: none;
}
div.event-invoice-calculate .pdf-content,
div.invoice-diff-document .pdf-content,
div.event-invoice-calculate .doc-content,
div.invoice-diff-document .doc-content,
div.event-invoice-calculate .rtf-content,
div.invoice-diff-document .rtf-content {
  width:100%;
  position:relative;
  height:800px;
}
div.event-invoice-calculate .pdf-content .w100,
div.invoice-diff-document .pdf-content .w100,
div.event-invoice-calculate .doc-content .doc,
div.invoice-diff-document .doc-content .doc,
div.event-invoice-calculate .rtf-content .doc,
div.invoice-diff-document .rtf-content .doc {
  width:100%;
  position:absolute;
  height:100%;
}
div.calculation-input-group {
  display: none;
  margin-top: 5px;
}
table.custom-sales span.input-group-addon {
  padding: 5px;
}
table.custom-sales span.save-indicator span.saved {
  color: #9ad717;
}
table.custom-sales span.save-indicator span.unsaved {
  display: none;
  color: #ff0000;
}
tr.tgh-calculation span.totalNonCommissionedSales i.fa {
  color: #ff4500;
}
.hotel-statistic .statistic-tile {
  margin-top: 30px;
  background-color: #2A2A2A;
  height: 200px;
  color: #E1E1E1;
  padding: 10px;
}
.hotel-statistic .statistic-tile span.value {
  font-size: 2rem;
  font-weight: bold;
}
.mfp-wrap.fullscreen {
  overflow: hidden;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1260px;
  margin: 20px auto;
}
.mfp-wrap.fullscreen .mfp-content .white-popup {
  max-width: 100%;
  height: 94%;
}
/* USER OVERVIEW */
div.user-overview {
  margin-top: 50px;
}
div.user-overview a.show-all-users {
  display: none;
}
div.user-overview div.alert.no-search-results {
  display: none;
}
/* USER DASHBOARD */
div.container div.user-dashboard div.row.navigation {
  margin-top: 2rem;
  margin-bottom: 5rem;
}
div.container div.user-dashboard div.user-setting-section {
  margin-bottom: 10rem;
}
div.container div.user-dashboard div.user-setting-section h4 {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f1f1f1;
}
div.container div.user-dashboard div.user-setting-section h4 a.small {
  color: #37A1FF;
  margin-top: 3px;
}
div.container div.user-dashboard div.user-setting-section h4 a.small:HOVER {
  text-decoration: none;
}


div.container div.user-dashboard div.personal-informations div.personal-informations-block {
  padding-bottom: 20px;
}
div.container div.user-dashboard div.btn-group ul.dropdown-menu {
  left: inherit;
  right: 0;
  border-radius: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
div.container div.user-dashboard div.btn-group ul.dropdown-menu li a {
  padding: 10px;
}
div.container div.user-dashboard div.btn-group ul.dropdown-menu .divider {
  margin: 0;
}
div.container div.user-dashboard textarea {
  resize: none;
  border-radius: 0;
}
div.container div.user-dashboard div.panel.panel-default {
  border-radius: 0;
  box-shadow: none;
}
div.container div.user-dashboard div.panel.panel-default div.panel-heading {
  border-radius: 0;
  border: 1px solid #e8e8e8;
  padding-left: 10px;
}
div.container div.user-dashboard div.panel.panel-default div.panel-heading span.label {
  border-radius: 4px;
  padding: .2em .6em .2em;
}
div.container div.user-dashboard div.panel.panel-default.active div.panel-heading {
  border-bottom: 2px solid #26AADE;
}
div.container div.user-dashboard div.panel.panel-default.won div.panel-heading {
  border-bottom: 2px solid #5cb85c;
}
div.container div.user-dashboard div.panel.panel-default.completed div.panel-heading {
  border-bottom: 2px solid #a5a5a5;
}
div.container div.user-dashboard div.panel.panel-default div.panel-heading h3.panel-title {
  font-weight: normal;
}
div.container div.user-dashboard div.panel.panel-default div.panel-body {
  border: 1px solid #e8e8e8;
  border-top: none;
}
div.container div.user-dashboard div.panel.panel-default div.panel-body div.alert-danger {
  display: none;
}
div.container div.user-dashboard div.panel.panel-default div.panel-body div.alert {
  margin-bottom: 0;
  border-radius: 0;
}
div.container div.create-user-address label span,
div.container div.edit-user-address label span {
  margin-left: 10px;
}
div.container div.edit-user-address div.user-address-changelog-container h4 span {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}
div.container div.edit-user-address div.user-address-changelog-container div.panel-group {
  margin-bottom: 20px;
}
div.container div.edit-user-address div.user-address-changelog-container div.changelog-body hr {
  margin: 10px 0 10px 0;
}
div.user-address-overview div.address-tile {
  height: 195px;
  position: relative;
  border-color: #C7C7C7;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,.16);
  color: #3c3c3b;
}
div.user-address-overview div.address-tile div.panel-heading {
  background-color: inherit;
  color: #3c3c3b;
}
div.user-address-overview div.address-tile.removed div.panel-heading {
  background-color: #ffe7e7;
}
div.user-address-overview div.address-tile div.panel-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: inherit;
  border: none;
}
div.user-address-overview div.address-tile img.primary-address-logo {
  height: 19px;
  margin-left: 15px;
}
div.user-address-overview div.address-tile span.seperator {
  margin: 0 10px 0 10px;
}
div#change-user-account-manager-lightbox textarea {
  resize: none;
}
/* GROUP OVERVIEW */
div.group-overview {
  margin-top: 50px;
}
div.group-overview a.show-all-groups {
  display: none;
}
div.group-overview table tr.not-valid {
  background-color: #f3f3f3;
}
/* User set group */
div.user-set-group ul.nav-tabs li {
  width: 33.333333%;
}
div.user-set-group .select2 {
  width: 100% !important;
}
div.user-set-group .select2-result-hotel {
  padding-top: 4px;
  padding-bottom: 3px;
}
div.user-set-group .select2-result-hotel__logo {
  float: left;
  width: 60px;
  margin-right: 10px;
}
div.user-set-group .select2-result-hotel__logo img,
div.user-set-group .select2-result-hotel__logo div.image-placeholder {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
div.user-set-group .select2-result-hotel__logo div.image-placeholder {
  height: 40px;
}
div.user-set-group .select2-result-hotel__meta {
  margin-left: 80px;
}
div.user-set-group .select2-result-hotel__meta .select2-result-hotel__title {
  color: black;
  font-weight: bold;
  word-wrap: break-word;
  line-height: 1.1;
  margin-bottom: 4px;
}
div.user-set-group .select2-results__option--highlighted .select2-result-hotel__meta .select2-result-hotel__title a {
  color: #fff;
}
div.user-set-group .select2-result-hotel__meta .select2-result-hotel__description {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}
div.user-set-group .select2-results__option--highlighted .select2-result-hotel__meta .select2-result-hotel__description {
  color: #fff;
}
div.user-set-group .select2-result-hotel__meta .select2-result-hotel__links div {
  display: inline-block;
  color: #aaa;
  font-size: 11px;
  margin-right: 20px;
}
div.user-set-group .select2-results__option--highlighted .select2-result-hotel__meta .select2-result-hotel__links div {
  color: #fff;
}
/* user leads */
div.user-leads {
  margin-top: 50px;
}
div#link-event .btn {
  width: 100%;
}
div#link-event div.result {
  display: none;
}
div.lead-operatorpanel,
div.lead-operatorpanel div.panel-default,
div.hotel-operatorpanel div.panel-default {
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 10px;
}
div.lead-operatorpanel div.alert {
  border-radius: 0;
  line-height: 32px;
}
div.lead-operatorpanel div.alert {
  line-height: inherit;
}
div.lead-operatorpanel a {
  text-decoration: none;
}
div.lead-operatorpanel div.alert.selectionpage-not-sended,
div.lead-operatorpanel div.alert.selectionpage-status-error,
div.lead-operatorpanel div.alert.fair,
div.lead-operatorpanel div.alert.fair-error {
  display: none;
}
div.lead-operatorpanel div.automatic-availability-request-button-container p {
  display: none;
}
div.lead-operatorpanel div.alert.automatic-availability-requests-enabled ul {
  padding-left: 22px;
}

div.container.hotels-list-header {
  margin-bottom: 50px;
}
div.hotel-operatorpanel div.panel-default {
  margin-bottom: 20px;
}
div.hotel-operatorpanel div.panel-default div.panel-heading {
  padding-bottom: 7px;
  padding-top: 10px;
}
div.hotel-operatorpanel div.panel-default h4.panel-title {
  font-weight: bold;
  font-size: 14px;
}
div.hotel-operatorpanel div.panel-default h4.panel-title p {
  margin: 0 5px 0 0;
}
div.hotel-operatorpanel div.panel-default h4.panel-title p a {
  color: #333;
}
div.hotel-operatorpanel div.panel-default h4.panel-title .fa-heart {
  color: #FF0000;
}
div.hotel-operatorpanel div.panel-default span.label {
  margin: 1px 3px 2px 0;
  float: left;
}
div.hotel-operatorpanel div.panel-default span.label.calendar-entry-hint:HOVER {
  cursor: pointer;
}
div.hotel-operatorpanel div.panel-body {
  font-size: 12px;
}
div.hotel-operatorpanel a.calendar-entry-hint {
  color: #fff;
}
div.hotel-operatorpanel hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
div.hotel-operatorpanel ul {
  padding-left: 15px;
}
div.hotel-operatorpanel a.initialize-outgoing-call:HOVER {
  text-decoration: none;

}
div.hotel-operatorpanel a.hotel-request-automaticly-active:HOVER {
  text-decoration: none;
  color: #16BD00;
  font-weight: bold;
}
div.hotel-operatorpanel a.hotel-request-automaticly-inactive:HOVER {
  text-decoration: none;
  color: #ff0000;
}
div.calendar-entry-popover-container .popover,
div.hotel-prices-popover-container .popover {
	width: 600px;
  max-width: 800px;
}
div#mark-as-won.white-popup {
  max-width: 1260px;
}
div#mark-as-won.white-popup h4 {
  margin-bottom: 3rem;
}
div#mark-as-won.white-popup textarea {
  resize: none;
}
div#mark-as-won.white-popup div.checkbox label {
  padding-left: 0;
}
div#mark-as-won.white-popup div.checkbox label div {
	margin-right: 10px;
}
div#mark-as-won.white-popup div.multi-event-information {
  display: none;
}
div#mark-as-won.white-popup div.multi-event-information div.multi-event-entries div.multi-event-entry {
  margin: 1rem 0 2rem 0;
}
div#mark-as-won.white-popup div.multi-event-information div.multi-event-entries div.multi-event-entry span.title {
  font-weight: bold;
  margin-bottom: .5rem;
  display: inline-block;
}
div#mark-as-won.white-popup div.multi-event-information div.multi-event-entries div.multi-event-entry a.remove-multi-event-entry:HOVER {
  text-decoration: none;
}
div#comment-hotel-incoming-call .ck-button,
div#comment-lead-incoming-call .ck-button,
div#outgoing-call-lightbox .ck-button,
div#comment-outgoing-call-lightbox .ck-button {
  margin-left: 0;
  margin-right: 8px;
}
div#outgoing-call-lightbox .hotel-outgoing-call-reasons,
div#outgoing-call-lightbox .lead-outgoing-call-reasons,
div#outgoing-call-lightbox .contact-container,
div#outgoing-call-lightbox .contact-container .contact-entry,
div#outgoing-call-lightbox button[type="submit"] span.phone-number {
  display: none;
}

div.incoming-call-statusbar,
div.outgoing-call-statusbar {
  height: 50px;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 95;
  left: 0;
  background-color: #000;
}
div.outgoing-call-statusbar div.ck-button,
div.incoming-call-statusbar div.ck-button {
	width: 40px;
	margin-top: 10px;
	height: 31px;
	line-height: 24px;
	font-size: 14px;
	border: none
}
div.outgoing-call-statusbar div.ck-button span,
div.incoming-call-statusbar div.ck-button span {
  padding-top: 4px;
}
div.outgoing-call-statusbar input[type="text"],
div.incoming-call-statusbar input[type="text"] {
	margin-top: 10px;
	height: 31px;
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
}
div.outgoing-call-statusbar.different-lead {
  background-color: #a90000;
}
div.incoming-call-statusbar .flip-clock-label,
div.outgoing-call-statusbar .flip-clock-label {
  display: none !important;
}
div.incoming-call-statusbar .flip-clock-wrapper ul,
div.outgoing-call-statusbar .flip-clock-wrapper ul {
  width: 24px;
  height: 30px;
  margin: 0 2px;
}
div.incoming-call-statusbar .flip-clock-wrapper ul li,
div.outgoing-call-statusbar .flip-clock-wrapper ul li {
  line-height: 32px;
}
div.incoming-call-statusbar .flip-clock-wrapper ul li a div div.inn,
div.outgoing-call-statusbar .flip-clock-wrapper ul li a div div.inn {
  font-size: 30px;
}
div.incoming-call-statusbar .flip-clock-wrapper ul,
div.incoming-call-statusbar .flip-clock-wrapper ul li a div div.inn,
div.outgoing-call-statusbar .flip-clock-wrapper ul,
div.outgoing-call-statusbar .flip-clock-wrapper ul li a div div.inn {
  border-radius: 0;
}
div.incoming-call-statusbar .flip-clock-wrapper ul li a div.down,
div.outgoing-call-statusbar .flip-clock-wrapper ul li a div.down {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div.incoming-call-statusbar .flip-clock-wrapper ul li a div.up:after,
div.outgoing-call-statusbar .flip-clock-wrapper ul li a div.up:after {
  top: 17px;
}
div.incoming-call-statusbar .flip-clock-dot.top,
div.outgoing-call-statusbar .flip-clock-dot.top {
  top: 7.5px;
}
div.incoming-call-statusbar .flip-clock-dot.bottom,
div.outgoing-call-statusbar .flip-clock-dot.bottom {
  top: 19.5px;
}
div.incoming-call-statusbar .flip-clock-dot,
div.outgoing-call-statusbar .flip-clock-dot {
  width: 9px;
  height: 9px;
  left: 9px;
}
div.incoming-call-statusbar .flip-clock-divider,
div.outgoing-call-statusbar .flip-clock-divider {
  width: 27px;
}
div.outgoing-call-statusbar a.other-lead-detected {
  line-height: 52px;
  font-size: 24px;
  color: #fff;
}
div.outgoing-call-statusbar div.different-lead-hint-container {
  display: none;
}
div.outgoing-call-statusbar div.different-lead-hint-container div.description {
  padding-top: 10px;
  color: #fff;
  line-height: 16px;
}
section.page-content div.alert.active-search a {
  text-decoration: underline;
}
body.hotels div.lead-hotel-details div.hotel-action-container .vbox.grey-box a.leadhotel-offers-lightbox {
  display: none !important;
}
div.bootstrap-select .btn-default {
  background-color: #fff !important;
}