﻿.header-space {
    height: 90px;
}

.header-area {
    height: 90px;
}

.isc-customer-header {
    float: left;
    width: 100%;
    margin-top: 0px;
    background-color: #f9f9f9;
    padding: 10px 10px;
    border: 1px solid #dfdfdf;
}

label.isc-customer-express1 {
    margin-top: 40px;
    font-weight: 600;
    width: 11%;
    margin-left: 40px;
}

.isc-customer-image {
    float: left;
    width: 15%;
    text-align: left;
    padding-left: 30px;
}

img.cus-img {
    width: 40%;
    border-radius: 100px;
}

.isc-customer-detail {
    float: left;
    width: 80%;
    text-align: left;
    margin-left: -85px;
    margin-top: 10px;
}
    .isc-customer-detail h4 {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.25;
        display: block;
        cursor: default;
        color: #000000;
        position: relative;
        text-transform: capitalize;
    }

@keyframes change-content {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.switch {
    position: absolute;
    /* make the checkbox unvisible using clip-path */
    clip-path: circle(0%);
    opacity: 0;
}

    .switch + label {
        display: inline-block;
        margin: 0px;
        width: 60px;
        height: 25px;
        position: relative;
        border: 2px solid #585858;
        border-radius: 30px;
        cursor: pointer;
        font-size: 40px;
        text-align: center;
    }

        .switch + label:before, .switch + label:after {
            display: inline-block;
            position: absolute;
        }

        .switch + label:before {
            content: "";
            width: 15px;
            height: 15px;
            border-radius: 25px;
            left: 5px;
            top: 3px;
            background: #585858;
            transition: all 0.3s ease-in-out;
        }

        .switch + label:after {
            display: inline-block;
            content: "Active";
            bottom: 0px;
            left: 150%;
            transform: translateX(-50%);
            color: #1589EE;
            font-size: 15px;
            font-weight: 600;
        }

    .switch:checked + label:before {
        left: 35px;
    }

    .switch:checked + label:after {
        content: "Away";
        color: #585858;
        animation: change-content 0.3s forwards linear;
    }

.isc-main {
    float: left;
    width: 100%;
}

.isc-main-left {
    float: left;
    width: 25%;
    text-align: center;
    padding-top: 15px;
    border-right: 1px solid #e1e1e1;
    height: 110vh;
}

.isc-pad-all {
    float: left;
    width: 100%;
    text-align: center;
}

.emp-set p:first-child {
    color: #1589ee;
    text-align: left;
    text-indent: 19px;
    margin-bottom: 0;
    font-weight: 600;
}

.emp-set {
    float: left;
    width: 100%;
}

p.emp-txt.txtcustemailprimary {
    float: left;
    width: 60%;
    font-weight: 600;
    text-indent: -15px;
}

p.emp-txt.txtcustemailprimary1 {
    float: left;
    width: 60%;
    text-indent: 55px;
    font-weight: 600;
}

.wrappers {
    max-width: 100%;
    margin: 20px auto;
    padding: 20px 0;
    background-color: white;
    width: 100%;
    border-radius: 0px;
}

.tab-content {
    padding: 10px 20px;
}

.nav-tabs a {
    border: 0 !important;
    background-color: transparent !important;
}

.nav-tabs li.active {
    border-bottom: 2px solid #59B8F7;
}

.nav-tabs li {
    border-bottom: 2px solid transparent;
}

    .nav-tabs li a {
        width: 100%;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        cursor: default;
    }
        .nav-tabs li a:hover{
            cursor:default;
        }

        .fade {
            opacity: 1;
            transition: opacity .15s linear;
        }

ul.nav.nav-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
}

.nav-tabs li {
    flex-basis: 90px;
    min-width: 200px;
    display: flex;
    align-items: flex-start;
    margin: 0 !important;
    padding-bottom: 20px;
}

.tabs-wrapper {
    position: relative;
}

span.left, span.right {
    position: absolute;
    height: 30px;
    width: 30px;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #5453D2;
    border-radius: 50%;
    left: -50px;
    top: 8px;
    cursor: pointer;
    color: #ffffff;
}

span.right {
    right: -50px;
    left: unset;
}

.scroller-btn.inactive {
    opacity: 0.3;
    pointer-events: none;
}

.main-right {
    float: right;
    width: 75%;
    text-align: center;
}


.isc-custom-detail {
    float: left;
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.isc-custom-detail-left {
    float: left;
    width: 40%;
    text-align: center;
}

.isc-custom-detail-right {
    float: right;
    width: 50%;
    text-align: left;
}

.emp-sets {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
}

    .emp-sets p {
        color: #5d5d5d;
        text-align: left;
        text-indent: 0;
        margin-bottom: 5px;
        font-weight: 600;
        font-size: 18px;
    }

.emp-txts {
    color: #3e3e3e !important;
    text-align: left;
    text-indent: 19px;
    margin-bottom: 10px;
    font-weight: 500 !important;
    font-size: 15px !important;
}

.isc-details {
    border-bottom: none;
}

article {
    display: none;
}

    article.on {
        display: block;
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 15px;
    }

input#tab1 {
    float: left;
    width: 10%;
    margin-top: 5px;
}

input#tab2 {
    float: left;
    width: 10%;
    margin-top: 5px;
}

input#tab3 {
    float: left;
    width: 10%;
    margin-top: 5px;
}

.isc-label {
    float: left !important;
    width: auto !important;
    margin-left: -30px;
}

input {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 15px;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #626262;
    width: 100%;
}

.tab-pane {
    margin-top: 20px;
}

.self {
    float: left;
    width: 40%;
    text-align: center;
    position: absolute;
    margin-top: 0px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: -160px;
}

input.self {
    float: left;
    width: 10%;
    position: absolute;
    margin-top: 40px;
    margin-left: 45px;
    padding: 15px 10px;
    border: 1px solid #a1a1a1;
    background-color: white;
    border-radius: 5px;
}

.standard {
    float: left;
    width: 40%;
    text-align: center;
    position: absolute;
    margin-top: 0px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: -160px;
    padding-bottom: 0px;
}

input.standard {
    float: left;
    width: 22%;
    position: absolute;
    margin-top: 25px;
    margin-left: -70px;
    padding: 0px;
    border: none;
    background-color: white;
    border-radius: 0px;
    color: #1589EE;
    font-size: 17px;
    height: auto;
    overflow: hidden;
    width: 22%;
}

.stand1 {
    float: left;
    width: 60%;
    text-align: center;
    position: absolute;
    margin-top: 50px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: -310px;
}

input.stand1 {
    float: left;
    width: 22%;
    position: absolute;
    margin-top: 85px;
    margin-left: 4px;
    padding: 0px;
    border: none;
    background-color: white;
    border-radius: 0px;
    color: #1589EE;
    font-size: 17px;
    height: auto;
    overflow: hidden;
    width: 10%;
}

label.express {
    float: left;
    width: 40%;
    text-align: center;
    position: absolute;
    margin-top: 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: -160px;
    padding-bottom: 0px;
}

input.express {
    float: left;
    /* width: 22%; */
    position: absolute;
    margin-top: 30px;
    margin-left: 45px;
    padding: 0px;
    border: none;
    background-color: white;
    border-radius: 0px;
    color: #1589EE;
    font-size: 17px;
    height: auto;
    overflow: hidden;
    font-weight: 600;
    width: 10%;
}

label.express1 {
    float: left;
    width: 40%;
    text-align: center;
    position: absolute;
    margin-top: 50px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: -175px;
    padding-bottom: 0px;
}

input.express1 {
    float: left;
    position: absolute;
    margin-top: 70px;
    margin-left: -95px;
    padding: 0px;
    border: none;
    background-color: white;
    border-radius: 0px;
    color: #1589EE;
    font-size: 17px;
    height: auto;
    overflow: hidden;
    font-weight: 600;
    width: 10%;
}

input#tab11 {
    float: left;
    width: 10%;
    margin-top: 5px;
}

input#tab12 {
    float: left;
    width: 10%;
    margin-top: 5px;
}




.content {
    display: none;
}

#test-1:checked ~ #content-test-1 {
    display: block;
}

#test-2:checked ~ #content-test-2 {
    display: block;
}

.radio-test {
    width: 10%;
    float: left;
}

.label {
    float: left;
}

label#label-test-1 {
    float: left;
    width: auto;
    margin-left: -240px;
    background: inherit !important;
    margin-top: -5px;
}

input#test-2 {
    margin-left: 110px;
}

label#label-test-2 {
    float: left;
    width: auto;
    margin-left: -35px;
    background: inherit !important;
    margin-top: -5px;
}

div#content-test-1 {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-left: 60px;
}

div#content-test-2 {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-left: 60px;
}







.isc-payment-section-new .checkout-panel {
    display: block;
    flex-direction: column;
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
    float: none;
    max-width: 60%;
    margin: 0 auto;
}

.isc-payment-section-new .panel-body {
    padding: 45px 80px 0;
    flex: 1;
}

.isc-payment-section-new .title {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 40px;
    color: #2e2e2e;
}

.isc-payment-section-new .progress-bar {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
}

.isc-payment-section-new .step {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: block;
    width: 25px;
    height: 25px;
    margin-bottom: 30px;
    border: 4px solid #fff;
    border-radius: 50%;
    background-color: #efefef;
}

    .isc-payment-section-new .step:after {
        position: absolute;
        z-index: -1;
        top: 5px;
        left: 22px;
        width: 225px;
        height: 6px;
        content: '';
        background-color: #efefef;
    }

    .isc-payment-section-new .step:before {
        color: #2e2e2e;
        position: absolute;
        top: 40px;
    }

    .isc-payment-section-new .step:last-child:after {
        content: none;
    }

    .isc-payment-section-new .step.active {
        background-color: #1abc9c;
    }

        .isc-payment-section-new .step.active:after {
            background-color: #1abc9c;
        }

        .isc-payment-section-new .step.active:before {
            color: #1abc9c;
        }

        .isc-payment-section-new .step.active + .step {
            background-color: #1abc9c;
        }

            .isc-payment-section-new .step.active + .step:before {
                color: #1abc9c;
            }

    .isc-payment-section-new .step:nth-child(1):before {
        content: 'Cart';
    }

    .isc-payment-section-new .step:nth-child(2):before {
        right: -40px;
        content: 'Confirmation';
    }

    .isc-payment-section-new .step:nth-child(3):before {
        right: -30px;
        content: 'Payment';
    }

    .isc-payment-section-new .step:nth-child(4):before {
        right: 0;
        content: 'Finish';
    }

.isc-payment-section-new .payment-method {
    display: flex;
    margin-bottom: 60px;
    justify-content: space-between;
}

.isc-payment-section-new .method {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 122px;
    padding-top: 20px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: rgb(249, 249, 249);
    justify-content: center;
    align-items: center;
}

.isc-payment-section-new .card-logos {
    display: flex;
    width: 150px;
    justify-content: space-between;
    align-items: center;
}

.isc-payment-section-new .radio-input {
    margin-top: 20px;
}

.isc-payment-section-new input[type='radio'] {
    display: inline-block;
}

.isc-payment-section-new .input-fields {
    display: flex;
    justify-content: space-between;
}

    .isc-payment-section-new .input-fields label {
        display: block;
        margin-bottom: 10px;
        color: #b4b4b4;
    }

.isc-payment-section-new .info {
    font-size: 12px;
    font-weight: 300;
    display: block;
    margin-top: 50px;
    opacity: .5;
    color: #2e2e2e;
}

.isc-payment-section-new div[class*='column'] {
    width: 382px;
}

.isc-payment-section-new input[type='text'],
.isc-payment-section-new input[type='password'] {
    font-size: 16px;
    width: 95%;
    height: 50px;
    padding-right: 40px;
    padding-left: 16px;
    color: rgba(46, 46, 46, .8);
    border: 1px solid rgb(225, 225, 225);
    border-radius: 4px;
    outline: none;
}

    .isc-payment-section-new input[type='text']:focus,
    .isc-payment-section-new input[type='password']:focus {
        border-color: rgb(119, 219, 119);
    }

.isc-payment-section-new #date {
    background: url(img/icons_calendar_black.png) no-repeat 95%;
}

.isc-payment-section-new #cardholder {
    background: url(img/icons_person_black.png) no-repeat 95%;
}

.isc-payment-section-new #cardnumber {
    background: url(img/icons_card_black.png) no-repeat 95%;
}

.isc-payment-section-new #verification {
    background: url(img/icons_lock_black.png) no-repeat 95%;
}

.isc-payment-section-new .small-inputs {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

    .isc-payment-section-new .small-inputs div {
        width: 182px;
    }

.isc-payment-section-new .panel-footer {
    display: flex;
    width: 100%;
    height: 96px;
    padding: 0 80px;
    background-color: white;
    justify-content: space-between;
    align-items: center;
}

.isc-payment-section-new .btn {
    font-size: 16px;
    width: 163px;
    height: 48px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    letter-spacing: 1px;
    border: none;
    border-radius: 23px;
}

.isc-payment-section-new .back-btn {
    color: #1abc9c;
    background: #fff;
}

.isc-payment-section-new .next-btn {
    color: #fff;
    background: #1589EE;
}




.isc-payment-section-new .blue-border {
    border: 1px solid rgb(110, 178, 251);
}

.isc-payment-section-new .warning {
    border-color: #1abc9c;
}

.isc-payment-section-new input#card {
    width: 12%;
    height: 50%;
    margin-top: 0px !important;
}

.isc-payment-section-new input#paypal {
    width: 12%;
    height: 50%;
    margin-top: 0px !important;
}

.isc-payment-section-new .method {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 122px;
    padding-top: 20px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: rgb(249, 249, 249);
    justify-content: center;
    align-items: center;
}

.isc-payment-section-new {
    float: left;
    width: 80%;
}

@media only screen and (min-width: 320px) and (max-width: 812px) {

    .isc-customer-header {
        margin-top: 0px;
    }
    .isc-main-left{
        width:100%;
       
    }
    .main-right {
        width: 100%;
    }
    .mean-container a.meanmenu-reveal {
       right: 10px;
       top: -63px;
        width: 18px;
    }
    #scroller.nav-tabs li{
        padding-bottom:0px;
    }
    .isc-custom-detail-left {
        width: 50%;
        float: left;
    }
    .isc-custom-detail-right{
      float:right;
      width:50%;
    }
    .tab-pane{
        margin:unset;
    }
    .wrappers{
        margin:0px;
        padding:0px;
    }
    .emp-sets{
        margin-bottom:unset;
    }
        .emp-sets p{
            font-size:15px;
        }
    .isc-customer-detail{
        margin-left:unset;
    }
    img.cus-img {
        width: 83%;
        margin-top: 7px;
        border-radius: 100px;
    }
}

.footer-area {
    padding: 0px 0px 0px 0px;
    text-align: center;
    position: unset;
    bottom: 0;
    width: 100%;
}