.nowhmcs .loginform,
.nowhmcs .order-home {
    background-color: #fff;
}

#fullpage-overlay {
    display: table;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

#fullpage-overlay .outer-wrapper {
    position: relative;
    height: 100%;
}

#fullpage-overlay .inner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: -3% 0 0 -25%;
    text-align: center;
}

#fullpage-overlay .msg {
    display: inline-block;
    padding: 20px;
    max-width: 400px;
}

#osc-cart .alert {
    padding: 10px 15px;
}

#osc-promo-box {
    margin-top: 30px;
}

#osc-promo-box .input-group {
    width: 100%;
}

#osc-promo-input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-color: #269abc !important;
}

#osc-promo-apply {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: #31b0d5;
    color: #fff;
    border-color: #269abc;
    cursor: pointer;
    caret-color: transparent;
}

#osc-promo-msg {
    margin-top: 1em;
}

#osc-cart-items .edit-p {
    text-decoration: none;
}

#osc-cart-items .item .pull-right {
    position: relative;
    padding-right: 25px;
}

#osc-cart-items .item button {
    position: absolute;
    top: 0;
    right: 0;
}

#configureproduct {
    margin-bottom: 30px;
}

#order-standard_cart .product-info {
    padding: 12px 20px 6px;
    border-radius: 6px;
}

#order-standard_cart .product-info .product-title {
    margin-bottom: 10px;
}

#billingcycles .row {
    margin-top: 15px;
}

#billingcycles .billingcycle-dsc {
    font-size: 16px;
    font-weight: bold;
}

#billingcycles .barchart {
    width: 50%;
    height: 50px;
    background-color: #eee;
    margin: 8px 0;
    position: relative;
}

#billingcycles .barchart span {
    width: 100%;
    height: 50px;
    display: block;
    background-color: #0070cc;
    position: absolute;
    bottom: 0;
}

#billingcycles label.billingcycle {
    display: block;
}

#billingcycles .billingcycle-title {}

#billingcycles .billingcycle-title input {
    margin: 0 5px 0 0;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

#billingcycles .billingcycle-price {
    width: 50%;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}

#billingcycles .billingcycle-price small {
    display: block;
    font-size: .8em;
}

#order-standard_cart .domain-selection-options .option {
    padding: 12px 15px 6px 15px;
    cursor: pointer;
}

#order-standard_cart .domain-selection-options .option label {
    cursor: pointer;
}

#order-standard_cart .domain-selection-options .option.option-selected,
#order-standard_cart .domain-selection-options .option.option-selected label {
    cursor: default;
}

.domain-selection-options .option .dot {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    border: 0;
    background: transparent;
    padding: 6px;
}

#domainowndomain.domain-input-group {
    display: block;
}

.domain-selection-options .input-group-addon:first-child {
    border-color: #DDD;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#registersld,
#owndomainsld {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#domainowndomain .col-xs-10 {
    padding-right: 0;
}

#domain-selection-msg {
    clear: both;
    margin-bottom: 10px;
}

#configureproduct-msg {
    margin: 1em auto;
}