/* switch toggle start */
.onoffswitch {
    position: relative;
    width: 69px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 20px;
    padding-left: 0px;
    position: relative;
    top: 9px;
    left: -18px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 22px;
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    color: white;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "JA";
    padding-left: 10px;
    background-color: #a6de4d;
    color: rgba(0, 0, 0, 0.4);
}

.onoffswitch-inner:after {
    content: "NEIN";
    padding-right: 7px;
    background-color: #f3aa8c;
    color: rgba(0, 0, 0, 0.4);
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 16px;
    height: 16px;
    margin: 2.5px;
    background: #fff;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 43px;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/* switch toggle end */
/* custom radio */
.myradio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-top: 12px;
    font-size: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.4);
    margin-right: 43px;
}

/* Hide the browser's default radio button */
.myradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: -3px;
    top: 0px;
}

input:disabled~.checkmark,
input:disabled~label {
    cursor: default;
}

/* Create a custom radio button */
.myradio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.22);
}

/* On mouse-over, add a grey background color */
/* .myradio:hover input ~ .checkmark {
  background-color: #ededed;
} */
/* When the radio button is checked, add a blue background */
.myradio input:checked~.checkmark {
    background-color: #a6de4d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.myradio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* new css start here */
ul.list-data-style .active {
    top: 0px;
}

.myradio-wrapper {
    padding-left: 4px;
}

.form-list {
    margin-left: 5px;
}

.tab-list li {
    margin-right: 28px;
    word-spacing: 5px;
    letter-spacing: 0.1px;
}

.textWrap.one {
    width: 30%;
}

.textWrap {
    width: 69%;
}

.textWrap.one label {
    padding-left: 2px;
}

.gender-wrapper {
    margin-bottom: 36px;
}

.wrap-input {
    margin-bottom: 27px;
}

.patient-wrapper .myradio {
    padding-left: 28px;
    margin-right: 11px;
    margin-bottom: 28px;
}

.patient-wrapper {
    margin-right: -45px;
    margin-bottom: 30px;
}

.float-right {
    float: right;
}

.address-wrapper {
    margin-top: -13px;
    margin-bottom: 13px;
    padding-right: 97px;
}

.address-toggle {
    font-size: 15px;
}

.address-toggle .onoffswitch {
    vertical-align: middle;
}

.address-toggle .onoffswitch label {
    top: 0px;
    left: -6px;
}

.extra-radio {
    width: 104%;
}

.new-radio.radio-wrapper {
    width: 67px;
}

.new-radio.radio-wrapper.yes,
.new-radio.radio-wrapper.no {
    background: none;
}

.new-radio.radio-wrapper i {
    width: 50%;
}

/* .new-radio.radio-wrapper.yes:after {
    content: "JA";
    position: absolute;
    top: 0px;
    padding: 5px 0px 0px 10px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: rgba(0,0,0,0.4);
    display: inline-block;
    visibility: visible;
    z-index: -1;
    border-radius: 20px;
    font-size: 14px;
    background: #a6de4d;
    box-sizing: border-box;
}
.new-radio.radio-wrapper.no:after {
    content: "NEIN";
    position: absolute;
    padding: 5px 7px 0px 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    color: rgba(0,0,0,0.4);
    display: inline-block;
    visibility: visible;
    z-index: 0;
    border-radius: 20px;
    font-size: 14px;
    z-index: -1;
    background: #fdae9c;
    text-align: right;
    box-sizing: border-box;
} */
.new-radio.radio-wrapper em {
    z-index: 14;
}

.second-form .new-radio.radio-wrapper label {
    left: 0px;
    top: 0px;
}

.placeHolder ::-webkit-input-placeholder {
    color: #b9b9b9;
    opacity: 1;
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    font-size: 19px;
}

.placeHolder :-moz-placeholder {
    /* Firefox 18- */
    color: #b9b9b9;
    opacity: 1;
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    font-size: 19px;
}

.placeHolder ::-moz-placeholder {
    /* Firefox 19+ */
    color: #b9b9b9;
    opacity: 1;
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    font-size: 19px;
}

.placeHolder :-ms-input-placeholder {
    color: #b9b9b9;
    opacity: 1;
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    font-size: 19px;
}

input.error~.checkmark {
    background-color: #f3aa8c;
}

.new-radio.radio-wrapper.yes:after {
    content: "JA";
    position: absolute;
    top: 0px;
    padding: 5px 0px 0px 10px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    visibility: visible;
    z-index: -1;
    border-radius: 20px;
    font-size: 14px;
    background: #a6de4d;
    box-sizing: border-box;
}

.new-radio.radio-wrapper.no-color.yes:after,
.new-radio.radio-wrapper.no-color.no:after {
    display: none;
}

.new-radio.radio-wrapper.no:after {
    content: "NEIN";
    position: absolute;
    padding: 5px 7px 0px 0px;
    line-height: 1.2;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    visibility: visible;
    z-index: 0;
    border-radius: 20px;
    font-size: 14px;
    z-index: -1;
    background: #fdae9c;
    text-align: right;
    box-sizing: border-box;
}

@media (max-width:767px) {
    .placeHolder ::-webkit-input-placeholder {
        color: #b9b9b9;
        opacity: 1;
        font-family: "museo-sans", sans-serif;
        font-weight: 300;
        font-size: 14.5px;
    }
    
    .placeHolder :-moz-placeholder {
        /* Firefox 18- */
        color: #b9b9b9;
        opacity: 1;
        font-family: "museo-sans", sans-serif;
        font-weight: 300;
        font-size: 14.5px;
    }
    
    .placeHolder ::-moz-placeholder {
        /* Firefox 19+ */
        color: #b9b9b9;
        opacity: 1;
        font-family: "museo-sans", sans-serif;
        font-weight: 300;
        font-size: 14.5px;    }
    
    .placeHolder :-ms-input-placeholder {
        color: #b9b9b9;
        opacity: 1;
        font-family: "museo-sans", sans-serif;
        font-weight: 300;
        font-size: 14.5px;
    }
    .tab-list li {
        margin-right: 15px;
        word-spacing: 0px;
        letter-spacing: 0px;
    }

    ul.tab-list.tab-group {
        padding: 0;
    }

    .address-wrapper {
        margin-top: 10px;
        margin-bottom: 13px;
        padding-right: 0;
    }

    .address-toggle {
        font-size: 15px;
        text-align: left;
        float: left;
    }

    ul.tab-list.tab-group li:nth-child(3) {
        width: 100%;
        float: none;
        text-align: right;
    }

    div#tab2 {

        min-height: 927px;
    }

    ul.tab-list.tab-group li:nth-child(3) .onoffswitch {
        text-align: left;
    }

    .form-area {
        overflow-x: hidden;
    }
    .show-tab {
        margin-top: 0;
    }
    .myradio {
        font-size: 14.06px;
    }
    .myradio .checkmark {
        top: -3px;
    }
    .myradio input {
        top: -4px;
    }
}
