body.overflow {
    overflow: hidden;
}

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

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

.cbSpinnerSpace.touched > a, .cbSpinnerSpace.touched > span {
    background-color: #43b2aa;
}

.cbSpinnerSpace > span {
    background-color: #cdcac4;
    vertical-align: middle;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border: solid 1px #eeece7;
    width: 30px;
    text-align: center;
}

.cbSpinnerSpace > a.minus {
    background-image: url('../images/spinnerLess.png')
}

.cbSpinnerSpace > a.plus {
    background-image: url('../images/spinnerMore.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;
    border: 1px solid #eee;
}

.cbLabel > a.info > div > p {
    margin: 0;
}

.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: -6px;
    color: #716659;
    font-size: 11px;
}

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

.cbLabel > span.error {
    color: #FF0000;
    /*width: 120px;*/
    position: absolute;
}

.cbSelectorSpace {
    font-family: 'Proxima Nova Regular';
    background-color: #cdcac4;
    height: 34px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.cbSelectorSpace > p {
    display: inline-block;
    line-height: 34px;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 20px;
    vertical-align: middle;
    width: 135px;
}

.cbSelectorSpace.big > p {
    width: 235px;
}

.cbSelectorSpace > span {
    display: inline-block;
    height: 34px;
    border-left: solid 1px #eeece7;
    background-image: url('../images/selectorSelect.png');
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
    width: 44px;
}

.cbSelectorSpace > ul {
    display: none;
    background-color: #cdcac4;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding-top: 0;
    position: absolute;
    top: 34px;
    width: 198px;
    padding: 0;
    z-index: 1000;
    border: solid 1px #eeece7;
    font-family: 'Proxima Nova Regular';
    box-shadow: 0 1px 1px #000;
}

.cbSelectorSpace.big > ul {
    width: 298px;
}

.cbSelectorSpace.touched {
    background-color: #43b2aa;
    color: #FFF;
}

.cbSelectorSpace.touched > ul {
    background-color: #43b2aa;
    color: #FFF;
}

.cbSelectorSpace > ul li {
    height: 34px;
    padding: 0 30px;
    line-height: 34px;
    border-bottom: solid 1px #eeece7;
    cursor: pointer;
}

.cbSelectorSpace > ul li:hover {
    background-color: #33a29a;
}

.cbRadio {
    height: 32px;
    width: 19px;
    background-image: url('../images/checkbox.png');
    background-repeat: no-repeat;
    background-position: right center;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}

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

.cbCheckbox {
    height: 32px;
    width: 19px;
    background-image: url('../images/checkbox.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;
    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;
}