body.overflow {
    overflow: hidden;
}

.cbSpinnerSpace, .cbSelectorSpace {
    overflow:hidden;    
    font-size:0;
    vertical-align: top;
}

.cbSpinnerSpace > a,.cbSpinnerSpace > span, .cbSelectorSpace > a, .cbSelectorSpace > span {
    display: inline-block;
    font-size:14px;
    height: 60px;
    width: 60px;
    border: solid 1px #43b2aa;
    background-repeat: no-repeat;
    background-position: center center;    
    background-color: #43b2aa;
    vertical-align: middle;
}

.cbSpinnerSpace > span, .cbSelectorSpace > span {
    background-color: #FFF;
    vertical-align: middle;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    border: solid 1px #FFF;
    width:100px;
    font-size:22px;
    text-align: center;
}

.cbSelectorSpace > span {
    width:424px;
}

.cbSpinnerSpace > a.minus, .cbSelectorSpace > a.minus {
    background-image: url('../images_mobile/backBtnBg.png')
}

.cbSpinnerSpace > a.plus, .cbSelectorSpace > a.plus {
    background-image: url('../images_mobile/nextBtnBg.png')
}

.cbLabel {
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
}

.cbLabel > a.info {
    display: inline-block;
    width:17px;
    height: 34px;
    vertical-align: top;
    background-image: url('../images/hint.png');
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-left:5px;
}

.cbLabel > a.info > div {
    background-color: #fff;
    border-radius: 10px;
    bottom: 30px;
    color: #000;
    display: none;
    font-family: "Proxima Nova Regular";
    font-size: 11px;
    left: -19px;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    z-index: 1000;
    white-space: nowrap;
}

.cbLabel > a.info > div > span {
    background-image: url("../images/hintBg.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    bottom: -17px;
    height: 19px;
    left: 20px;
    position: absolute;
    width: 23px;
}

.cbLabel > span {
    display: block;
    font-family: 'Proxima Nova Regular';
    margin-top:-19px;
    color:#716659;
    font-size:11px;
}

.cbLabel > span > a {
    color:#716659;
}

.cbLabel > span.error {
    color:#FF0000;
    width:120px;
}

.cbRadio {
    background-image: url("../images_mobile/checkboxBg.png");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 52px;
    margin-right: 10px;
    width: 59px;
}

.cbRadio.touched {
    background-position: left center;
}

.cbCheckbox {
    height: 58px;
    width: 58px;
    background-image: url('../images_mobile/checkboxBg.png');
    background-repeat: no-repeat;
    background-position: right center;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}

.cbCheckbox.touched {
    background-position: left center;
}

.cbDatepicker {
    border-right: 0 !important;
}

.cbDatepickerPickSpace {
    display: inline-block;
    height: 34px;
    width: 33px;
    position: relative;
}

.cbDatepickerPick {
    background-color: #fff;
    background-image: url("../images/calendar.png");
    background-position: left 3px;
    background-repeat: no-repeat;
    border: solid 1px #cdcac4;
    border-left:0;
    display: block;
    height: 34px;
    width: 33px;
    cursor: pointer;
}

.cbDatepickerPickSpace table {
    background-color: #fff;
    border: 1px solid #eeece7;
    font-weight: bold;
    left: -119px;
    line-height: 28px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 34px;
    width: 250px;
    z-index: 100;
    display: none;
}

.cbDatepickerPickSpace table .monthTitle {
    display: block;
    text-align: center;
}

.cbDatepickerPickSpace table thead a {
    display: block;
    text-align: center;
    font-size: 16px;
    color:#000;
    text-decoration: none;
}

.cbDatepickerPickSpace table tbody {
    color: #cfcfcf;
}

.cbDatepickerPickSpace table tbody a {
    color:#000;
    text-decoration: none;
}

.cbDatepickerPickSpace table tbody a:hover {
    text-decoration: underline;
}

.cbTimepickerSelector {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    display: block;
    height: 36px;
    width:70px;
}

.cbPromo {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    display: block;
    height: 32px;
    width:130px;
    padding:0 10px;
}

.cbPromo.error {
    border:solid 1px #FF0000;
}

.cbPromo.success {
    border:solid 1px #43b2aa;
}

.cbButton {
    background-color: #43b2aa;
    border: 0 none;
    color: #fff;
    display: block;
    font-family: "Proxima Nova Bold";
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    margin-bottom:50px;
}

.cbButton.danger {
    background-color: #BF0000;
    width: 50%;
    font-size:14px;
    height:40px;
    font-family: 'Proxima Nova Regular';
    line-height: 40px;
}

.cbButton span {
    display: none;
    height: 43px;
    line-height: 50px;
    margin-left: 10px;
    vertical-align: bottom;
}

.cbButton.danger span {
    line-height: 40px;
    height: 35px;
}

.cbPromo, .textinput {
    display: block;
    width:498px;
    focus:select;
    font-size:22px;
    padding:20px;
    margin:30px auto;
}