/* CSS Document */
.bootstrap-select.btn-group .dropdown-menu.input-lg {
    height: auto;
}

/* -- context selector -- */
#contextSelector {
    padding-bottom: 2rem;
}
#contextSelector .modal-dialog {
    margin: 0 auto;
}
#contextSelector .modal-body {
    padding: 0;
}
#contextSelector .modal-content {
    margin: 50px 10px 0px;
}
#contextSelector #ibfModal{
    background: url(../jpg/overlay-bg.jpg) no-repeat left top #FFF;
    background-size: 100% 100%;
}
div.context-selector-header {
    margin-top:0;
    padding: 0;
    background:#ececec;
}
h3#context-selector-header-h1 {
    color: #000;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    height: 54px;
    margin: 0;
    overflow: hidden;
    padding: 19px 0 3px 20px;
    width: 100%;
}
#contextSelector #context-selector-content-wrapper {
    background:url(../jpg/overlay-bg.jpg) no-repeat left top #FFF;
    padding: 2rem 1rem 5rem !important;
}
div.context-selector-content {
    padding: 0 2rem;
}
div.context-selector-content h4 {
    color: #444444;
    font-family: inherit;
    font-size: 22px;
    font-weight: normal;
    margin: 24px 0 6px;
}
span.context-selector-content-text {
    color: #333333;
    font-family: inherit;
    font-size: 13px;
    line-height: 17px;
}
div#context-selector-selection-wrapper {
    padding: 15px 0 0 20px;
}
div.context-selector-selection {
    padding: 5px 15px 0 0;
    width: 100%;
}
#contextSelector .context-country,
#contextSelector .context-currency {
    padding: 0;
    width: 100%;
}
#contextSelector .context-currency {
    margin-bottom: 1.1rem;
}
#contextSelector button.selectpicker {
    height: 3.6rem;
    padding-top: 7px;
}
#contextSelector .dropdown-menu.open {
    margin-top: -1.1rem;
}
@media only screen and (max-width: 767px) {
    #contextSelector #context-selector-content-wrapper {
        background: none;
    }
    /* ? start -> Not sure if this style is in use */
    .modalWindow #context-selector-content-wrapper {
        height: auto !important;
    } /* ? end */
    div.context-selector-call-to-action {
        padding: 10px 0 0 0;
    }
}
@media screen and (min-width: 768px) {
    #contextSelector #context-selector-content-wrapper {
        padding: 3rem 1rem 3rem !important;
    }
    div#context-selector-selection-wrapper {
/*        padding: 3rem 3rem 0 2rem;*/
        padding: 2.7rem 3rem 0 2rem;
    }
    div.context-selector-selection {
        float:left;
        width: auto;
        margin-right: 0rem;
        padding: 0;
    }
    div.context-selector-selection:first-of-type {
        margin-right: 2rem;
    }
    #contextSelector .context-country button {
        width: 21.7rem;
    }
    #contextSelector .context-currency button {
        width: 26rem;
    }
    #contextSelector .context-country button, #contextSelector .context-currency button {
        overflow:hidden;
        padding-right: 2.7rem;
    }
    div.context-selector-call-to-action {
        padding-top: 0px;
    }
}
/* -- END context selector -- */

/* SKU ERROR MODALS */
div#borderfreeSKUError {
    background: #FFFFFF;
}

/*
* Restricted Items Modal
*/
#modal-restricted {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    background: #fff;
}
#modal-restricted, #modal-restricted a {
    color: #444;
}
#modal-restricted dl, #modal-restricted dl dd {
    margin: 0;
    padding: 0;
}
#modal-restricted div.modal-restricted-header {
    height: 50px;
    background: url('../jpg/model-header-international-shipping-conflict.jpg') no-repeat;
}
#modal-restricted div.modal-restricted-header span {
    display: none;
}
#modal-restricted .note {
    font-size: 16px;
    padding: 0 20px;
    margin: 25px 0;
}
#modal-restricted ul.restricted-items-list {
    list-style: none;
    overflow:auto;
    margin: 0px 20px;
    padding: 0px;
    max-width: 620px;
    min-height:160px;
    min-width:590px;
    max-height: 480px;
}
#modal-restricted ul.restricted-items-list li {
    float:left;
    width: 105px;
    height: 160px;
    margin-right:10px;
}
#modal-restricted ul.restricted-items-list li .itemName {
    font-size: 13px;
    margin-bottom:10px;
    display:block;
}
#modal-restricted .modal-form-submit {
    overflow: hidden;
    margin-left: 20px;
    width: 100%;
    padding-bottom: 25px;
}
#modal-restricted .restricted-items-button {
    background: url('../jpg/modal-button-remove-items-and-continue.jpg') #FFF no-repeat;
    width: 201px;
    height: 28px;
    border: none;
    float: left;
}
#modal-restricted .restricted-items-link {
    display: inline-block;
    margin-left: 20px;
    padding-top: 10px;
    float: left;
}
#modal-restricted ul.restricted-items-list li .item-price-label {
    color: #989898;
}
#modal-restricted div.modal-restricted-header {
    background-color:  #f7f5ed;
}
@media only screen and (max-width: 767px) {
    #borderfreePriceChange .modal-bf {
        top: 3% !important;
    }
    #ibf-price-change-modal-content-message {
        margin: 0 10px;
    }
    #ibf-price-change-modal-content-button {
        margin: 20px 0 10px 10px;
    }
    div#tinybox {
        top: 5% !important;
        width: 90% !important;
        left: 5% !important;
    }
    #tinybox #language {
        top: 50px !important;
        left: 16px !important;
    }/* mobile - border free welcome mat modal */
    #tinybox #tinycontent {
        width: 100% !important;
    }
    #tinybox #title {
        background: none;
        border: none;
    }
    #tinybox #headline {
        display: none;
    }
    #tinybox div#subheadline {
        margin: 0 15px;
        font-size: 20px !important;
        font-weight: bold;
    }
    #tinybox #sellspoint ul {
        margin: 10px 0 0;
        padding: 0 15px;
    }
    #tinybox #outro {
        padding-top: 1rem;
    }
    #tinybox #button {
        margin-left: 14px;
    }
    #tinybox #sellspoint,
    #tinybox #outro,
    #tinybox #notshipLink {
        font-size: 14px !important;
    }
    #tinybox #notshipLink {
        padding-left: 15px;
        text-decoration: underline;
        top: 0px;
    }
}
/* Footer Styles */
#ibf-countryName { /* NOTE: Currently name is hidden */
    position: relative;
    top: 4px;
    text-transform: uppercase;
}

/* Start --> Unknown Styles */
div#borderfree-partner-terms {
    display:none;
    font-family:arial, helvetica, sans-serif;
    font-size:12px;
    margin-top:-10px;
    margin-bottom:16px;
}
#ibf-error-modal-content {
    text-align: left;
    margin-top: 0;
}
#ibf-error-modal-content-heading {
    margin-left: 30px;
    font-size: 22px;
}
/* price change modal */
#ibf-price-change-modal-content-heading {
    margin-left: 30px;
    font-size: 22px;
}
@media only screen and (max-width: 767px) {
    #ibf-price-change-modal-content-heading {
        display: none;
    }
}
/* End --> Unknown Styles */

/* Welcomemat style */
#tinybox .Hebrew #local #headline,
#tinybox .Urdu #local #headline,
#tinybox .Arabic #local #headline {
    float: right !important;
    width: auto;
    margin: 8px 0 0 0;
}
#tinybox .Hebrew #language,
#tinybox .Urdu #language,
#tinybox .Arabic #language {
    left: 20px !important;
    width: auto;
    text-align: left !important;
}
#tinybox #language a {
    color: #000;
}
#tinybox .Hebrew #local #flag,
#tinybox .Urdu #local #flag,
#tinybox .Arabic #local #flag {
    float: right !important;
    position: relative;
    top: 3px;
    right: 0;
}
#title {
    background: #ececec !important;
    border-bottom: medium none !important;
    color: #000 !important;
    direction: rtl;
    line-height: 1 !important;
    padding: 10px 15px !important;
    text-align: left !important;
}
#flag {
    display: inline-block !important;
    float: none !important;
    height: 26px !important;
    margin: 0 0 0 14px !important;
    vertical-align: middle !important;
    width: 35px !important;
    padding-right: 60px !important;
}
#language {
    float: right !important;
    font-size: 11px !important;
    left: auto !important;
    padding-right: 80px !important;
    position: absolute !important;
    right: 0 !important;
    text-align: right !important;
    top: 0 !important;
}
#tinycontent #top a#closeButton {
    background: url("../png/bf-close-btn.png") no-repeat scroll center !important;
    font-size: 3.2rem !important;
    font-weight: bold !important;
    right: 0 !important;
    text-decoration: none !important;
    top: 4px !important;
    text-indent: 0px !important;
    height: 37px !important;
    right: 0px !important;
    top: 5px !important;
    width: 37px !important;
}
#tinycontent #top a#closeButton span {
    position: relative;
    right: -13px;
}
#headline {
    color: #000 !important;
    display: inline-block !important;
    float: none !important;
    font-family: inherit !important;
    font-size: 14px !important;
    padding-left: 0px !important;
    text-align: left !important;
    font-weight: bold !important;
}
#subheadline {
    clear: both !important;
    color: #000 !important;
    font-family: inherit !important;
    font-size: 22px !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
    margin-top: 25px !important;
}
#sellspoint ul {
    list-style-type: disc !important;
    margin-top: 20px !important;
    padding-right: 30px !important;
    padding-left: 34px !important;
    color: #000 !important;
}
#button {
    display: inline-block !important;
    height: 29px !important;
    margin-bottom: 0 !important;
    margin-left: 29px !important;
    overflow: hidden !important;
    position: relative !important;
    width: auto !important;
}
#button input[type="button"], #button button {
    background: #000 none repeat scroll 0 0 !important;
    border: 0 none !important;
    color: #fff !important;
    display: block !important;
    font-size: 14px !important;
    height: 29px !important;
    line-height: 1.42857 !important;
    overflow: hidden !important;
    padding: 5px 12px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    width: auto !important;
    white-space: nowrap !important;
}
#notshipLink {
    color: #444444 !important;
    display: inline-block !important;
    font-family: inherit !important;
    font-size: 13px !important;
    padding-left: 13px !important;
    padding-bottom: 0px !important;
    position: relative !important;
    text-align: center !important;
    top: -10px !important;
}
#customTxt img {
    max-width: 100%;
}
/* End --> Welcomemat style */

/* Seemingly Random */
@media screen and (min-width: 992px) {
    .promo-slot-container-usa-casl { 
        text-align: center;
    }
}
/* HG 11-11-14 */
/*
#login-body .promo-slot-container-usa-casl, #pc-checkout-content .promo-slot-container-usa-casl { 
    float: left;
    margin: 20px auto 0 0;
    width:100%\9;
}
*/
.hide{display:none;} /* HG 11-11-14 */