html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#locationbox {
    background-color: #FAFAFC;
}

#map,
#locationbox {
    /*min-height: 625px;*/
    /*height:calc(100vh - 220px) !important;
width: 100%;
display:block;*/
    display: none;
}

.map_show_mobile {
    height: calc(100vh - 35rem) !important;
    width: 100% !important;
    display: block !important;
}

.gm-style-iw {
    top: 59px!important;
    left: calc(50%) !important;
    background-color: transparent;
    border-radius: 2px 2px 0 0;
    font-size: 14px!important;
    font-weight: 600!important;
    z-index: 0;
}

.gm-style-iw .info {
    visibility: hidden;
}

.gm-style-iw .price {
    background-color: #566572;
    color: white;
}

.gm-style-iw .price.hover {
    background-color: rgba(234, 115, 45, 0.85);
}

.gm-style-iw .info.hover {
    visibility: visible;
    transition: all 0.2s linear;
}

.gm-style-iw .info,
.gm-style-iw .price {
    display: inline-block!important;
    padding: 5px 15px!important;
    cursor: pointer;
    border: 1px solid #ea732d;
}

.gm-style-iw .price:not(.hover) {
    border-radius: 5px;
}

.gm-style-iw .price.hover {
    border-radius: 5px 0 0 5px;
}

.gm-style-iw .info.hover {
    display: block;
    background-color: #566572;
    border-radius: 0 5px 5px 0!important;
}


/*

.price-marker:hover .price,
.gm-style-iw .info.hover .price {
	border: 5px 0 0 5px!important;
}
*/

.gm-style-iw .info.hover a {
    color: white;
}

.info a {
    text-decoration: none;
}

.hotel {
    color: 465664;
    background-color: white;
    z-index: 3;
    position: relative;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.hotel .info a,
.hotel .info button {
    background-color: #ea732d;
    text-align: center;
    color: white;
    width: 100%;
    padding: .9rem 1.5rem;
    display: block;
    font-size: 1.4rem;
    border-radius: 5px!important;
    outline: none;
}

.hotel .info_mobile a {
    background-color: #ea732d;
    text-align: center;
    color: white;
    width: 100%;
    padding: .9rem 1.5rem;
    display: block;
    font-size: 1rem;
    border-radius: 5px!important;
    outline: none;
}

.controls {
    margin-left: 10px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    width: 100%;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#origin-input,
#destination-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 200px;
}

#origin-input:focus,
#destination-input:focus {
    border-color: #4d90fe;
}

#mode-selector.single {
    bottom: 0;
    top: 5px;
    right: 50px;
}

#mode-selector input[type=text] {
    margin: 0 10px;
}

#mode-selector label {
    font-size: 14px;
    font-weight: 300;
}

.gm-style-iw+div {
    display: none;
}

.price-marker span.round {
    content: '';
    position: absolute;
    width: 24px;
    background-color: white;
    height: 24px;
    border: 5px solid #ea732d!important;
    border-radius: 50%;
    margin-bottom: -10px;
    bottom: 0;
    left: -13px;
}

@media(max-width: 992) {
    #mode-selector {
        display: none;
    }
}

.search-load {
    background-image: url(https://events.educause.edu/assets/images/spinner.gif);
    background-repeat: no-repeat;
    display: inline-block;
    visibility: hidden;
    height: 30px;
    width: 30px;
    background-size: 100%;
    position: inherit;
    border-radius: 50px;
}

#mode-selector .hotel h3 {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: medium;
    text-transform: capitalize;
    white-space: pre-wrap;
}

#mode-selector .hotel img {
    background-color: #E6E6E6;
    border-radius: 5px 5px 0 0;
    margin: 0;
    width: 100%;
}

#mode-selector .resort-info {
    border: none;
    margin: 0;
}

#mode-selector .resort-info>div {
    padding: 0;
}

#mode-selector .resort-info div.address {
    /*color: #707d87;*/
}

#mode-selector .rating {
    /*line-height: 1.5rem;*/
}

#mode-selector .rating span.stars {
    font-size: 1.4rem;
    letter-spacing: 0rem;
    margin-bottom: .5rem;
    color: #04416D;
    /*line-height: 2.5rem;*/
}

#mode-selector .hotel .info {
    padding: 1rem 1rem 0.5rem 1rem;
    border: none!important;
}

#mode-selector .hotel .price-info {
    /*padding:1rem;*/
    margin: 0;
}

#mode-selector .hotel .description {
    font-size: 10px;
    font-weight: 300;
}

#mode-selector .hotel .hidebox {
    right: -0.5rem;
    position: absolute;
    border-radius: 10px;
    color: transparent;
    /*background-color: white;*/
    float: right;
    top: -0.5rem;
    background-image: url(../v2/images/close-small.png);
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    background-size: cover;
    display: block;
}


/*
ul.ui-autocomplete {
		background-color:gray;
		cursor:pointer;
}
ul.ui-autocomplete li{
	position: absolute;

}

span[role=status]{
	display:none;
}

/*
ul.ui-autocomplete li a {
	color: white;
	background-color:gray;
	text-decoration: none;
}

*/

#map-content {
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

#map-sidebar {
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
}

#map-sidebar .not_results_container h1 {
    margin-top: 7rem;
    padding-bottom: .5rem;
}

#map-sidebar .not_results_container p {
    font-size: 1.2rem;
}

#row-map-main {
    overflow-x: hidden;
    /* necessary to hide collapsed sidebar */
}

.rpanelcollapsed {
    display: none;
    /* hide it for small displays */
}

@media (min-width: 992px) {
    .rpanelcollapsed {
        display: block;
        margin-right: -25%;
        /* same width as sidebar */
    }
}

.map_link {
    display: block;
    color: #04416D !important;
    border-right: 1px solid #bbbcbd !important;
    background-image: none !important;
    padding: 1.3rem 3rem !important;
    font-family: 'Poppins-SemiBold', Verdana, sans-serif !important;
    text-align: right;
}

div.resort,
span.resort {
    background-color: #04416D;
    color: white;
}

.mobile_icon_resort,
.mobile_icon_resort_white {
    /*content: "\f1ad";*/
    padding-left: .6rem;
}

div.voucher,
span.voucher {
    background-color: #04416D;
    color: white;
}

.t_voucher {
    color: #04416D !important;
}

.mobile_icon_voucher,
.mobile_icon_voucher_white {
    /*content: "\f1ad";*/
    padding-left: .6rem;
}

div.\31 00usd,
span.\31 00usd {
    background-color: #cc4b9b;
    color: white;
}

.t_100usd {
    color: #cc4b9b !important;
}

.mobile_icon_100usd {
    /*background: url('../images/wl_flat_rate.png') no-repeat left;*/
    padding-left: 1rem;
}

div.\32 00usd,
span.\32 00usd {
    background-color: #cc4b9b;
    color: white;
}

.t_200uusd {
    color: #cc4b9b !important;
}

.mobile_icon_200usd {
    /*background: url('../images/wl_flat_rate.png') no-repeat left;*/
    padding-left: 1rem;
}

div.bonus_weeks,
span.bonus_weeks {
    background-color: #a4ce3a;
    color: white;
}

.t_bonus_weeks {
    color: #a4ce3a !important;
}

.mobile_icon_bonus_weeks {
    background: url('../images/wl_bonus.png') no-repeat left;
    padding-left: 2rem;
}

.mobile_icon_bonus_weeks_white {
    background: url('../images/wl_bonus_white.png') no-repeat left;
    padding-left: 2rem;
}

div.flat_rate_weeks,
span.flat_rate_weeks {
    background-color: #cc4b9b;
    color: white;
}

.t_flat_rate_weeks {
    color: #cc4b9b !important;
}

.mobile_icon_flat_rate_weeks {
    background: url('../images/wl_flat_rate.png') no-repeat left;
    padding-left: 2rem;
}

.mobile_icon_flat_rate_weeks_white {
    background: url('../images/wl_flat_rate_white.png') no-repeat left;
    padding-left: 2rem;
}

div.hot_weeks,
span.hot_weeks {
    background-color: #529ad3;
    color: white;
}

.t_hot_weeks {
    color: #529ad3 !important;
}

.mobile_icon_hot_weeks {
    background: url('../images/wl_hot_weeks.png') no-repeat left;
    padding-left: 2rem;
}

.mobile_icon_hot_weeks_white {
    background: url('../images/wl_hot_weeks_white.png') no-repeat left;
    padding-left: 2rem;
}

div.all_inclusive,
span.all_inclusive {
    background-color: #ea732d;
    color: white;
}

div.certificate,
span.certificate {
    /* background-color: #04416D;
    color: white; */
}

.t_resort,
.t_certificate {
    color: #04416D !important;
}

.t_upgrade {
    color: #589AD0 !important;
}

.resort-info-mini .certificate, .resort-info-mini .card {
  /* color: white; */
}

div.upgrade,
span.upgrade {
    background-color: #589AD0 !important;
    color: white;
}

.t_all_inclusive {
    color: #ea732d !important;
}

.mobile_icon_all_inclusive {
    /*content: "\f185";*/
    background: url('../images/wl_all_inclusive.png') no-repeat left;
    padding-left: 2rem;
}

.mobile_icon_all_inclusive_white {
    /*content: "\f185";*/
    background: url('../images/wl_all_inclusive_white.png') no-repeat left;
    padding-left: 2rem;
}

.t_mobile_unchecked {
    color: #888 !important;
}

.li_mobile_unchecked {
    background: none !important;
    border: 2px solid #888 !important;
}

.tag_wl {
    position: absolute;
    top: 0rem;
    padding: .2rem 1.6rem;
    font-size: .9rem;
    /*margin-left: -25.5rem;*/
}

#pop_available_dates {
    position: absolute;
    top: 0.5rem;
    left: 0;
    background: white;
    padding: 1rem 2.5rem;
    z-index: 2;
    -webkit-box-shadow: 1px 0px 8px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 0px 8px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 0px 8px -1px rgba(0, 0, 0, 0.75);
    border-radius: 0.3rem;
    overflow-y: hidden;
    overflow-x: hidden;
    font-size: 1.2rem;
}
.stickyH>th {
    position: sticky;
    background: #ddd;
    top: 0px;
}
#pop_available_dates table {
    font-size: 1.2rem !important;
}

#pop_available_dates.expanded {
    width: 46vw !important;
}

.available_dates_header {
    background-color: #dedede;
    width: 100%;
    max-width: 100%;
    margin-bottom: .3rem !important;
}

.dates thead {
    background-color: #EEE;
}

.dates thead tr.first {
    border-bottom: .3rem solid white;
}

.header_wl {
    padding: .5rem;
    text-align: center;
    color: white;
    border-bottom: .4rem solid white;
}

#map_messages {
    position: absolute;
    display: table;
    z-index: 1001;
    width: 80%;
}

.modal_msg {
    background-color: white;
    -webkit-box-shadow: 1px 0px 8px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 0px 8px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 0px 8px -1px rgba(0, 0, 0, 0.75);
    border-radius: 0.4rem;
}

.modal_msg .micon {
    font-size: 3rem;
    color: orange;
    padding: 1.9rem;
    text-align: center;
}

.modal_msg .mtxt {
    font-size: 1.5rem;
    padding: 2.2rem .7rem;
}

.modal_msg .mbtn button {
    background-color: #ea732d;
    text-align: center;
    color: white;
    width: 100%;
    padding: .9rem 2rem;
    display: block;
    font-size: 1.4rem;
    border-radius: 5px!important;
    outline: none;
    margin: 2rem 0;
}

.modal_msg .mbtndefault button {
    background-color: #BBB;
    text-align: center;
    color: white;
    width: 100%;
    padding: .9rem 2rem;
    display: block;
    font-size: 1.4rem;
    border-radius: 5px!important;
    outline: none;
    margin: 2rem 0;
}


/*.wallet-map{
	background-color: none !important;
	margin-bottom: 0 !important;
	padding-left: 1rem !important;
}*/

.wallet-map {
    padding: 0 1rem !important;
    border: 1px solid #c9c9c9;
    background-color: none;
    font-size: 1.2rem;
    color: #929ba4;
}

.wallet-map strong {
    color: #ea732d;
}

.wallet-map {
    padding: 1.5rem 1rem;
    font-size: 1.1rem;
    line-height: normal;
    vertical-align: middle;
}

.wallet-map .cr {
    border-color: #ea732d;
    float: initial;
    vertical-align: text-bottom;
}

.wallet-map .cr-icon,
.wallet-map .cr {
    color: #ea732d;
    font-size: 1.4rem;
}

.wallet-map .quantity {
    color: #5a6875;
    text-transform: uppercase;
    font-weight: 600;
}

.wallet-map #fund .quantity {
    color: #5a6875;
}

.wallet-map #fund .quantity strong,
.wallet-map #cash .quantity strong {
    border: 1px solid #65727e;
    padding: 0.2rem 0.4rem;
    font-size: 1rem;
    margin-right: 0.5rem;
    border-radius: 0.2rem;
    text-transform: uppercase;
}

.wallet-map .quantity strong {
    color: #65727e!important;
}

.wallet-map .quantity i,
.wallet-map a[aria-expanded="true"] {
    width: 2rem;
    height: 1.8rem;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.3rem;
    background-position: center center;
}

.wallet-map #fund .quantity i {
    background-image: url(../v2/images/wallet/vacation-fund.png);
}

.wallet-map #discount .quantity i {
    background-image: url(../v2/images/wallet/discount-codes.png);
}

.wallet-map #certs .quantity i {
    background-image: url(../v2/images/wallet/certificates.png);
}

.wallet-map #cash .quantity i {
    background-image: url(../v2/images/wallet/cash.png);
}

.wallet-map #cards .quantity i {
    background-image: url(../v2/images/wallet/vacation-cards.png);
}

.wallet-map #points .quantity i {
    background-image: url(../v2/images/wallet/points.png);
}

.wallet-map .radio,
.wallet-map .checkbox {
    margin: 0;
}

.wallet-map li {
    display: table-cell;
    text-align: center;
}

.wallet-map ul {
    display: table;
    width: 100%;
    margin-bottom: 0;
}

.wallet-map .radio label,
.wallet-map .checkbox label {
    padding: 0;
}

.wallet-map a.select-collapse {
    width: 1.2rem;
    background-position: center;
    height: 1.4rem;
}

.wallet-map select[name="currency"] {
    background-color: transparent;
    border-radius: 0.2rem;
    font-weight: 600;
}

.wallet-map input[name="cash_amount"] {
    background-image: none!important;
    border: 1px solid;
    border-radius: 0.2rem;
    width: 3rem;
    padding: 0.1rem;
    vertical-align: inherit;
    font-size: 1.1rem;
}

.wallet-map .quantity {
    text-transform: inherit;
}

.wallet-map #certs {
    text-align: right;
}

.wallet-map .custom-tooltip {
    position: relative;
    display: inline-block;
    color: #ba4c94;
    background-image: url('../v2/images/tooltip_info.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 1rem;
    vertical-align: initial;
    height: 1rem;
}

.wallet-map .custom-tooltip .tooltiptext {
    visibility: hidden;
    width: 12rem;
    background-color: white;
    color: #ba4c94;
    text-align: center;
    border-radius: 6px;
    padding: 0.5rem;
    position: absolute;
    z-index: 1;
    top: 50%;
    font-size: 1.2rem;
    right: 0;
    margin-right: -12rem;
    opacity: 0;
    transition: opacity 1s;
    border-radius: 2px;
    border: 1px solid rgba(215, 215, 215, 0.8);
    box-shadow: 1px 1px 1px rgba(215, 215, 215, 0.8);
}

.wallet-map .custom-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.wallet-map .tooltiptext strong {
    color: inherit;
}

.resort-info .certificate span,
.resort-info-mini .certificate span {
    background-image: url(../v2/images/wallet/certs_orange.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.last_input {
    padding-right: 1rem;
}

#user_wallet {
    position: absolute;
    right: 0;
    margin-left: 1rem;
    color: white;
    height: 7.3rem;
    z-index: 1;
    padding: 0;
}

.wallet-map-v2 {
    position: relative;
    height: 7.3rem;
    background-color: #CF6535;
}

.wallet-map-v2 .lefticon {
    position: absolute;
    left: 0;
    height: 7.3rem;
    vertical-align: middle;
    padding: 2rem 1rem;
    background-color: #e27238;
    box-shadow: 4px 1px 10px 0px rgba(0, 0, 0, 0.3);
}

.wallet-map-v2 #cash,
.wallet-map-v2 #certs,
.wallet-map-v2 #cards {
    margin-top: 1rem;
    margin-left: 7rem;
}

.wallet-map-v2 strong {
    color: #ea732d;
}

.wallet-map-v2 .content {
    /*padding: 1.5rem 1rem 1.5rem 7rem !important;*/
    font-size: 1.1rem;
    line-height: normal;
    vertical-align: middle;
}

.wallet-map-v2 .cr {
    border-color: #ea732d;
    float: initial;
    vertical-align: text-bottom;
}

.wallet-map-v2 .cr-icon,
.wallet-map-v2 .cr {
    color: #ea732d;
    font-size: 1.4rem;
    background-color: white;
}

.wallet-map-v2 .quantity {
    text-transform: uppercase;
    font-weight: 600;
}

.wallet-map-v2 #fund .quantity {
    color: #5a6875;
}

.wallet-map-v2 #fund .quantity strong,
.wallet-map-v2 #cash .quantity strong {
    border: 1px solid #65727e;
    padding: 0.2rem 0.4rem;
    font-size: 1rem;
    margin-right: 0.5rem;
    border-radius: 0.2rem;
    text-transform: uppercase;
}

.wallet-map-v2 .quantity strong {
    color: #65727e!important;
}

.wallet-map-v2 .quantity i,
.wallet-map-v2 a[aria-expanded="true"] {
    width: 2rem;
    height: 1.8rem;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.3rem;
    background-position: center center;
}

.wallet-map-v2 #fund .quantity i {
    background-image: url(../v2/images/wallet/vacation-fund.png);
}

.wallet-map-v2 #discount .quantity i {
    background-image: url(../v2/images/wallet/discount-codes.png);
}

.wallet-map-v2 #certs .quantity i {
    background-image: url(../v2/images/wallet/certs_white.png);
}

.wallet-map-v2 #cash .quantity i {
    background-image: url(../v2/images/wallet/cash_white.png);
}

.quantity i {
    background-image: url(../v2/images/wallet/vacation-cards.png);
}

.wallet-map-v2 #points .quantity i {
    background-image: url(../v2/images/wallet/points.png);
}

.wallet-map-v2 .radio,
.wallet-map-v2 .checkbox {
    margin: 0;
}

.wallet-map-v2 li {
    display: table-cell;
    text-align: center;
}

.wallet-map-v2 ul {
    display: table;
    width: 100%;
    margin-bottom: 0;
}

.wallet-map-v2 .radio label,
.wallet-map-v2 .checkbox label {
    padding: 0;
}

.wallet-map-v2 a.select-collapse {
    width: 1.2rem;
    background-position: center;
    height: 1.4rem;
}

.wallet-map-v2 select[name="currency"],
select[name="card"] {
    background-color: white;
    border-radius: 0.2rem;
    border: 1px solid white;
    font-weight: 600;
    color: #CF6535;
    text-align: center;
    text-transform: uppercase;
    padding: 0 1rem !important;
}

.wallet-map-v2 input[name="cash_amount"] {
    background-image: none!important;
    border: none;
    border-radius: 0.2rem;
    width: 3rem;
    padding: 0.1rem;
    vertical-align: inherit;
    font-size: 1.1rem;
    color: #CF6535;
}

.wallet-map-v2 .quantity {
    text-transform: inherit;
}

.wallet-map-v2 #certs {
    text-align: right;
}

.wallet-map-v2 .custom-tooltip {
    position: relative;
    display: inline-block;
    color: #ba4c94;
    background-image: url('../v2/images/wallet/tooltip_info_white.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 1rem;
    vertical-align: initial;
    height: 1rem;
}

.wallet-map-v2 .custom-tooltip .tooltiptext {
    visibility: hidden;
    width: 12rem;
    background-color: white;
    color: #ba4c94;
    text-align: center;
    border-radius: 6px;
    padding: 0.5rem;
    position: absolute;
    z-index: 1;
    top: 2rem;
    font-size: 1.2rem;
    right: 10rem;
    margin-right: -12rem;
    opacity: 0;
    transition: opacity 1s;
    border-radius: 2px;
    border: 1px solid rgba(215, 215, 215, 0.8);
    box-shadow: 1px 1px 1px rgba(215, 215, 215, 0.8);
}

.wallet-map-v2 .custom-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.wallet-map-v2 .tooltiptext strong {
    color: inherit;
}

.resort-info .cash span,
.resort-info-mini .cash span {
    background-image: url(../v2/images/wallet_orange.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.resort-info-mini {
    position: relative;
    width: 100%;
}

.resort-info-mini .price_position {
    position: absolute;
    bottom: 0;
    right: 0;
    direction: ltr;
    text-align: right;
    padding-right: .4rem;
}

.resort-info-mini .discount,
.resort-info-mini .certificate,
.resort-info-mini .card {
    /* color: #ea732d; */
    font-size: 1rem;
    padding: .2rem 0;
}

#search-resorts-list .checkbox label .namex {
    line-height: 2.5rem;
    font-weight: 600;
    font-size: 1.3rem;
    padding-left: .3rem;
}

#load_more_resorts {
    background-color: #CBD0D4;
    text-align: center;
    color: white;
    display: block;
    border-radius: 10px!important;
    outline: none;
}

.tab-content .loadmorecontainer {
    padding: 0 !important;
}

.checkbox label {
    min-height: 18px !important;
}

.filter_resort_list_container {
    height: 60vh;
    overflow-y: scroll;
}

#search_listview {
    margin: 1rem 0;
}

#modal_available_dates table {
    font-size: 1.2rem !important;
}

#modal_available_dates .modal-body {
    padding: 1.5rem 3rem;
}

.map_thum_container {
    position: relative;
}

.btn_map_view {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0.2rem!important;
    cursor: pointer!important;
    background-color: #04416D;
    color: white;
    padding: .5rem 2rem;
}

.btn_map_view:hover {
    color: white;
    text-decoration: none;
}
