#3dCheckboxContainer {
    width: 80%;
}

#rec-3D-img {
    margin-top: -3px;
    margin-left: 5px;
}

#additionalInfoCreditCard {
    display: inline-block;
}

#mycreditcards-outer {
    display: none;
}

#mycreditcards-inner {
    display: inline;
    float: right;
}

#div3dArea, #additionalInfoCreditCardArea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.radio-inline-input {
    margin-left: 0px !important;
    margin-right: 5px !important;
}

.vhidden {
    visibility: hidden;
}

#PlusInstalmentLowerLimitArea > .alert {
    margin-bottom: 0px;
    font-weight: bold;
    margin-top: 10px;
    color: black;
}

#PlusInstalmentOverLimitArea > .alert {
    margin-bottom: 0px;
    font-weight: bold;
    margin-top: 10px;
    color: black;
}

#PaymentDeferralLowerLimitArea > .alert {
    margin-bottom: 0px;
    font-weight: bold;
    margin-top: 10px;
    color: black;
}

#PaymentDeferralOverLimitArea > .alert {
    margin-bottom: 0px;
    font-weight: bold;
    margin-top: 10px;
    color: black;
}

#lblPureAmount, #lbl-pureamount-tl {
    font-weight: bold;
}

.icon-info-custom {
    background: url(/Content/images/information-blue.png) no-repeat;
    margin-right: 4px;
    width: 16px;
    margin-left: 10px;
    height: 17px;
}

.ovalBackground {
    display: inline-block;
    padding: 7px 8px 4px 10px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
}

.border-radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#priceWarning { /*position: absolute;*/ /*margin-left: 50px;*/ /*margin-top: 0px;*/
    border: solid 1px red; /*padding: 4px 3px 3px 46px;*/
    background-color: #F8C6C6;
    display: none;
}

.payment-section {
    margin-top: 25px;
}

.payment-section-first {
    margin-top: 40px;
}

.divPlusInstalmentInfo {
    margin-top: 5px;
    font-size: 12px;
    clear: both;
    color: #787878;
}


.divPaymentDeferralInfo {
    margin-top: 5px;
    font-size: 12px;
    clear: both;
    color: #787878;
}

.payment-title {
    margin-left: 40px;
}

.payment-info-row .control-label, .form-definition-row .control-label {
    width: 100px;
    text-align: left;
}

.payment-info-row .controls, .form-definition-row .controls {
    margin-left: 105px;
}


.payment-info-row .controls-cvv, .form-definition-row .controls-cvv {
    margin-left: 60px;
}

.payment-info-row-card > .control-group > .control-label {
    width: 74px;
}

.payment-info-row-card > .control-group > .controls {
    margin-left: 75px;
}

input.InstallmentType, input.recurring-period-type {
    float: left;
    margin-right: 5px;
    margin-top: 0;
}

.instalment-type-selection {
    margin-right: 10px;
}

.content-page-width {
    width: 83%;
    margin-left: 8.6%;
}

#divSelectPayment { /*display: block;
    height: 20px;
    float: left;
    clear: right;
    padding: 4px;
    cursor: pointer;
    
    background-repeat: no-repeat;
    margin-bottom: 0px;*/
}

.no-margin-bot {
    margin-bottom: 0;
}

.add-on.dropdown-bg {
    background: url(/Content/images/DropdownButton.jpg) no-repeat center #eeeeee;
}

#ulPaymentTree {
    margin-left: 0; /*display: none;*/
    width: 385px;
    padding-left: 5px;
    background-color: #F8F8F8;
}

/*#paymentTree
{
    display: block;
    float: left;
    padding-left: 5px;
    margin-left: 3px;
    background-color: #F8F8F8;
    left: 120px;
    width: 385px;
}*/

.treeview span.folder {
    font-weight: bold;
    font-size: 14px;
    color: #787878;
}

.treeview span.file {
    display: block;
    cursor: pointer;
    color: #787878;
}

.treeview li {
    list-style: none;
}

.treeview .file .plus {
    font-size: 12px;
    color: Gray;
    display: none;
}

.treeview .file .name.selected {
    background-color: #CCCCCC;
    font-size: 15px;
    padding: 3px 10px 3px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.current-account-list ul li div {
    padding-top: 7px !important;
    padding-bottom: 1px !important;
}

.current-account-list li {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.current-account-list ul {
    margin: 0;
    padding: 0;
}

    .current-account-list ul li input[type=radio] {
        margin-top: -4px !important;
    }

    .current-account-list ul li span {
        margin-top: 3px !important;
    }

.current-accounts-title em {
    font-size: 12px;
    margin-left: 10px;
}

.table-title span {
    font-style: italic;
    color: #2e2e2e;
    font-size: 12px;
    margin-left: 10px;
}

.account label input[type=radio] {
    margin: 0 !important;
}

.commission-radio {
    margin: 3px 7px 0px 0px !important;
}

.commission-label {
    margin-top: 10px;
}

.pure-amount {
    margin-top: 10px;
}

.btn-radio-label {
    margin-bottom: 10px;
}


    .btn-radio-label.recurring-period-type-label {
        margin-bottom: 0px;
        display: inline-block;
    }

    .btn-radio-label input[type=radio] {
        margin-top: 3px;
    }

.scroll {
    min-height: 100px;
    width: 100%;
    overflow: auto;
    background-color: White;
    padding: 8px;
    /*white-space: pre-wrap;*/
    word-wrap: break-word;
    margin-bottom: 5px;
    font-size: 12px;
}

.contractContent {
    border: 1px solid #DBDBDB;
    height: 164px;
}

/*.pieced-textbox > input {
    float: left !important;
    margin-left: 4px;
}

    .pieced-textbox > input:first-child {
        margin-left: 0px;
    }*/

/*.pieced-textbox > .piece-multiple:not(:last-child) {
    margin-right: 5px!important;
}*/

.control-label-vada {
    padding-top: 0px !important;
    margin-bottom: 0px !important;
}

.control-group-vada {
    margin-bottom: 0px !important;
}

.controls-vada {
    padding-right: 10px;
}

.instalmenttypesicon {
    display: none;
}

@media (min-width: 1200px) {
    .content-page-width {
        width: 83%;
        margin-left: 8.6%;
    }

    #paymentTree {
        left: 96px;
    }

    .btn-radio-label {
        width: auto !important;
    }

    .payment-options-btn {
        height: 30px !important;
    }

    .btn-radio-label.recurring-period-type-label {
        width: 48.717948717948715% !important;
    }

    .date-textbox-width {
        width: 75px !important;
    }

    .form-horizontal .controls {
        margin-left: 100px;
    }
}



@media (max-width: 1200px) and (min-width: 979px) {

    .btn-radio-label {
        width: auto !important;
    }

    .payment-options-btn {
        height: 30px !important;
    }

    .btn-radio-label.recurring-period-type-label {
        width: 100% !important;
        margin-left: 0px;
    }

    .date-textbox-width {
        width: 75px !important;
    }

    .form-horizontal .controls {
        margin-left: 105px;
    }

    .card-cvc {
        margin-left: 10px !important;
    }

    .payment-info-row .controls-cvv, .form-definition-row .controls-cvv {
        margin-left: 60px;
        margin-top: -1px;
    }
}


input[type='text'], input[type='password'], select {
    /*width: 100% !important;*/
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    min-height: 38px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
