
#configure_product .panel-body, .bookBuildingDeals .panel .panel-body {
    min-width: 1010px;
}


.countrySelect.floating-select {position: absolute;left: 26%;top: 10em;border: solid 1px red;z-index: 4;width: 400px;}



ul#countrySelector {
  background: #233545;
  position: absolute;
  top: 44px;
  color: white;
  z-index: 1;
}


#countrySelector li:hover,
#countrySelector li:focus,
.country-list li:hover,
.country-list li:focus,
#countrySelector li.li-hover{
    background:#A5C9F3;
    color: #000000
}

a#selectCountryField.onlyFocus {
    background: transparent;
    color: #a5c9f3;
}

ul#countrySelector li,
.country-list li {
    padding: 3% 12% 3% 6%;
    border-bottom: 1px solid #58718d;
    cursor: pointer;
    color: white;
    background: #233545;
}

ul#countrySelector {
    transition: all ease .3s;
    height: auto;
}

ul#countrySelector.show {
    display: block;
    height: 134px;
}

.floating-select ul#countrySelector {
    height: 0;
}

.floating-select ul#countrySelector.show  {
    position: initial;
    width: 100%;
    height: auto;
}


.country-select.floating-select.stretch {
    background-color: rgba(255, 255, 255, 0.26);
    outline: solid 2px #233545;
    overflow: hidden;
    box-shadow: 5px 5px 33px #000;
}

.countrySelect.floating-select {
    position: absolute;
    top: 10em;
    z-index: 4;
    width: 400px;

}

.country-list-header a {
    color: #223444;
    padding: 1em 0em;
    text-align: center;
    width: 100%;
    display: inline-block;
    background-color: #A4C8F2;
    font-size: 1.6em;
    text-decoration: none;
}

.float-select.stretch {}

.floating-select.stretch {
    display: block;
}


.country-select.stretch.floating-select.max-height {
    height: 89%;
    overflow: hidden;
}

.country-list-container.floating-select {
    position: absolute;
    transition: none;
    box-shadow: 0 0 20px #000;
    transition: all ease .4s;
    z-index: 3;
    background-color: rgba(255, 0, 0, 0.25);
}

.country-list-container.floating-select.offset {
    /* left: -1000px !important; */
    /* transition: all ease 1s; */
    /* z-index: -1; */
}

ul.country-list {
    transition: all 1s ease;
}

.offset ul.country-list {
    overflow: auto;
}

.country-list-container.floating-select.hidden {
    display: block !important;
    visibility: visible;
}

.templates .country-list-container.offset {
    display: none;
}
