body,
html {
    font-family: Segoe UI,Segoe WP,Tahoma,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

#form-container, .form-content {
    width: 100%;
    height: 100%;
}
#form-container {
    float: left;
}
.office-form-theme-page-background {
    background-image: url("http://image.mitraspbu.shell.co.id/lib/fe271171706404757c1d73/m/1/IN_app-form-background.jpg");
}
.office-form-theme-page-background {
    background-color: #eaeaea;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.office-form-theme-background, .office-form-theme-page-background {
    background-color: #f2f2f2;
}

.login-box {
    background: hsla(0, 0%, 100%, .9);
    border-radius: 2px;
    max-width: 850px;
    width: 100%;
    position: absolute;
    top: calc(30% - 180px);
    right: 0;
    left: 0;
    margin: 0 auto;
    min-height: 680px;
    display: flex;
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, .2);
}
.login-box .container {
     padding-right: 30px;
     padding-left: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.office-form-content {
    padding-top: 50px;
    /*width: 100%;*/
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.office-form-page-padding {
    padding-left: calc(50% - 425px);
}
form-content {
    width: 100%;
    height: 100%;
}
.form-content > .form-content-container {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 100%;
}
.office-form-page-padding > div {
    max-width: 850px;
}
.office-form-theme-shadow.office-form {
    position: relative;
}
.office-form-theme-shadow {
    box-shadow: 0 0 11px rgba(0,0,0,.12);
}
.office-form {
    width: 100%;
    outline: 1px solid transparent;
}
.office-form-form-title {
    padding: 50px;
}
.office-form-theme-primary-background, .office-form-theme-sort-item.office-form-selected-item, .office-form-theme-sort-item:focus {
    background: #58595b;
    color: #FFFFFF;
}


.office-form-title-box.left {
    flex-direction: row;
    align-items: center;
}
.office-form-title-box, .slim-size .office-form-title-box {
    display: flex;
    flex-wrap: nowrap;
}

.left > .office-form-title-image-box {
    margin-right: 30px;
}
.office-form-title-image-box {
    line-height: 0;
    position: relative;
    flex: 0 0 auto;
}
img {
    vertical-align: middle;
}
    .office-form-title-image-box > img {
        visibility: hidden;
        max-width: 100%;
    }
    .office-form-title-image-box > img.visiable {
        visibility: visible;
    }

.office-form-title {
    font-family: Segoe UI,Segoe WP,Tahoma,Arial,sans-serif;
    flex: 1 1 auto;
    font-size: 24px;
    overflow: hidden;
}

.office-form-title-image-box ~ .office-form-title {
    line-height: 1.3;
}
.office-form-title.heading-1 {
    font-size: 38px;
}
    .office-form-title > span {
        word-break: break-word;
        word-wrap: break-word;
    }

office-form-title > span {
    word-break: break-word;
   
}
.office-form-subtitle.heading-1 {
    margin-top: 25px;
}
    .office-form-subtitle.heading-1 .office-form-subtitle-text {
        width: 100%;
        display: inline-block;
        margin-top: 15px;
    }
    .office-form-subtitle {
        font-family: Segoe UI,Segoe WP,Tahoma,Arial,sans-serif;
        font-size: 15px;
    }
.office-form-body {
    opacity: 0.97;
}

    .office-form-body.form-index-page {
        padding: 20px 30px 50px;
    }
    .office-form-body {
        padding: 20px 30px 150px;
        background: #fff;
    }

.office-form-notice-container {
    font-family: Segoe UI,Segoe WP,Tahoma,Arial,sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 100%;
    margin-left: 20px;
}
.office-form-title-container {
    position: relative;
    white-space: pre-wrap;
    -ms-word-wrap: break-word;
    /*word-wrap: break-word;*/
}
.form-renderer-section-title {
    margin: 20px 20px 0;
}
.office-form-title-box.right, .slim-size .office-form-title-box.right {
    flex-direction: row-reverse;
    align-items: center;
}
.office-form-title-box, .slim-size .office-form-title-box {
    display: flex;
    flex-wrap: nowrap;
}
.with-image .office-form-title.heading-2 {
    padding: 10px 20px;
}
.office-form-title.heading-2 {
    font-size: 21px;
}
.office-form-theme-secondary-color, .office-form-theme-secondary-color:focus, .office-form-theme-secondary-color:hover {
    color: #3f4042;
}
.office-form-title > div, .office-form-title > span {
    word-break: break-word;
    /*word-wrap: break-word;*/
}
.office-form-navigation-container {
    display: flex;
}
.office-form-button-container {
    display: inline-block;
    overflow: hidden;
    flex-shrink: 0;
}
    .office-form-button-container #myButton {
        margin: 20px 0 0 20px;
    }

.light-background-button {
  
    border: 1px solid transparent;
    outline: 1px solid transparent;
  box-sizing: border-box;
}
.office-form-bottom-button, .office-form-view-result-button {
    width: 180px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    background: #03787c;
    color: #fff;
}
.button-control {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Segoe UI,Segoe WP,Tahoma,Arial,sans-serif;
    padding: 0;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0,0,0,.002);
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: visible;
    vertical-align: top;
}
.button-content {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    display: flex;
    vertical-align: baseline;
}
    .button-content a {
        text-decoration: none;
        color: #fff;
    }
    .office-form-theme-button {
        color: white;
        background: #58595b;
    }
.office-form-notice-password {
    margin: 20px 0 0 20px;
    font-size: 12px;
    color: #414141;
    clear: both;
}
.office-form-notice-report {
    margin-left: 5px;
    color: #084ea1;
}
.office-form-theme-footer {
    background: rgba(244,244,244,.8);
}
.office-form-footer-container {
    width:88%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.office-form-padding-align {
    padding-left: 50px;
    padding-right: 50px;
}
.office-form-footer-block {
    margin: 15px auto;
    width: 100%;
    line-height: 1.3;
    font-size: 12px;
    color: #333;
}
.office-form-footer-inline-without-margin {
    display: inline-block;
}
.office-form-footer-inline {
    display: inline-block;
}
/*.office-form-footer-block > a {
    color: #084ea1;
}*/
.office-form-form-title.slim-size {
    padding: 3px 50px;
}
.slim-size .office-form-title-box.left {
    padding: 5px 0;
}
.slim-size .office-form-title-box.left {
    flex-direction: row;
    align-items: center;
}
.slim-size .left > .office-form-title-image-box {
    margin-bottom: 7px;
    margin-top: 7px;
    margin-right: 20px;
}
.slim-size .office-form-title.heading-1 {
    font-size: 16px;
    line-height: 25px;
}
.office-form-required-notice-star:after {
    color: red;
    font-size: 17px;
    content: " * ";
    font-weight: 700;
}
.form-renderer-section-title {
    margin: 20px 20px 0;
}
.with-image .office-form-title.heading-2 {
    padding: 10px 20px;
}
.office-form-title > div, .office-form-title > span {
    word-break: break-word;
   
}
.with-image .office-form-subtitle.heading-2 {
    padding: 0 20px 10px;
}
.office-form-subtitle.heading-2 {
    font-size: 14px;
    margin-top: 10px;
}
.office-form-title-container.nowhitespace-wrap {
    white-space: normal;
}
.office-form-question {
   padding-bottom: 35px;
    position: relative;
}
.office-form-question-content {
    padding-left: 20px;
    padding-right: 20px;
}
input[type=checkbox] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}


/* Accordion styles */
.tabs {
   
    overflow: hidden;
    /*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
}

.tab {
    width: 100%;
    color: white;
    overflow: hidden;
}

.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background-color: #eee;
    cursor: pointer;
    color: #444;
    cursor: pointer;
    font-size: 15px;
    /* Icon */
}

    .tab-label:hover {
        background-color: #ccc;
    }

    .tab-label::after {
        content: "\276F";
        width: 1em;
        height: 1em;
        text-align: center;
        transition: all 0.35s;
    }

.tab-content {
  padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
    float: left;
    width: 100%;
    margin-top:20px;
}

.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

    .tab-close:hover {
        background-color: #ccc;
    }

input:checked + .tab-label {
    background-color: #ccc;
}

    input:checked + .tab-label::after {
        transform: rotate(90deg);
    }

input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
}
.tab-content-label {
    width: 50%;
    float: left;
    font-family: Segoe UI,Segoe WP,Tahoma,Arial,sans-serif;
    font-size: 17px;
    color: #333;
}
.tab-content select {
    width: 210px;
    padding: 1px 2px;
    margin-left:10%;
}
.tab-content textarea {
    width: 210px;
    margin-left: 10%;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    width: 210px;
    margin-left: 10%;
}
input[type=email] {
    width: 210px;
    margin-left: 10%;
}

input[type=text] {
    width: 210px;
    margin-left: 10%;
    border: 1px solid #b7b5b5;
}
.tab-radio-section {
    margin-left: 10%;
    float: left;
}

.uploadCV {
    float: left;
    width: 50%;
}

.btn_submit {
    width: 180px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font-family: Segoe UI,Segoe WP,Tahoma,Arial,sans-serif;
    padding: 0;
    border: none;
    color: white;
    background: #58595b;
    margin-top:15px;
    float:right;
    cursor:pointer;
}
input[type=submit] {
    background: none;
    border: none;
    color: #fff;
    position: relative;
    top: 6px;
    cursor: pointer;
}
.section-captcha{
    width:100%;
    float:left;
    margin-top:10px;
}
.section-captcha-left{
width:47%;
float:left;
}
.section-captcha-right {
    width: 50%;
    float: left;
}
.section-captcha-right-inner{
    float:left;
    width:100%;
}
.mt-20{
    margin-top:20px;
}
.section-captcha-text {
    font-family: Segoe UI, Segoe WP, Tahoma, Arial, sans-serif;
    font-size: 17px;
    color: #333;
    margin-left: 13px;
}
.star {
    color: red;
    font-size: 17px;
    font-weight: 700;
}
.tab-content-section{
    width:50%;
    float:right;
}
.section-opt-in {
    width: 100%;
    float: left;
    margin-top: 15px;
    font-family: Segoe UI, Segoe WP, Tahoma, Arial, sans-serif;
    font-size: 17px;
    color: #333;
}
.section-opt-in input[type=checkbox] {
    position: relative;
    opacity: 1;
}
.input-icons-calender i {
    margin-left: -20px;
}


.input-field-calender {
    width: 176px;
    padding: 2px 2px;
} 

/*overriding of jquery UI css*/

.ui-accordion .ui-accordion-header.ui-state-active {
    background-color: #ccc !important;
    border: 1px solid #ccc !important;
    color: #444;
    font-size: 15px;
   
}
.ui-accordion .ui-accordion-content{
    height: auto !important;
}
.ui-accordion .ui-accordion-header{
    padding:1em !important;
}
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("http://image.mitraspbu.shell.co.id/lib/fe271171706404757c1d73/m/1/IN_appl-form-icons.png") !important;
   display:none;
   
}

.tab-content-label.totalinvestmentNeeded {
    width: 100%;
}
.referenceDetails input[type=text]{
    width:20%;
    margin-left:0;
}
.referenceDetails input[type=number] {
    width: 20%;
    margin-left: 0;
}
.referenceDetails input[type=email] {
    width: 20%;
    margin-left: 0;
}
.ml-20{
    margin-left:20px !important;
}
.fa.fa-info-circle {
    font-size: 14px;
    cursor: pointer;
}
.info-section {
    padding: 15px 25px;
}

.back-button {
    padding: .5em;
    text-align: center;
    font-size: 15px;
    font-family: Segoe UI,Segoe WP,Tahoma,Arial,sans-serif;
    border: none;
    color: white;
    background: #58595b;
    cursor: pointer;
    position: relative;
    top: 20px;
    text-decoration: none;
}
.location-preference{
    display:none;
}
.error-location-preference {
    display: block;
    color:red
}
.mb-15{
    margin-bottom:15px;
}
.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 50%;
        margin-left: -60px;
        font-size: 12px;
        width: 400px;
        cursor: pointer;
    }
        .tooltip .tooltiptext > span {
            padding:10px;
        }
        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 15%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .tooltip .tooltiptoptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        margin-left: -60px;
        width: 400px;
        font-size: 12px;
        cursor: pointer;
    }
        .tooltip .tooltiptoptext > span {
            padding: 10px;
        }
        .tooltip .tooltiptoptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 15%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }
    .tooltip:hover .tooltiptoptext {
        visibility: visible;
    }
    .mt-10{
        margin-top:10%;
    }
.anchor-text {
    color: #084ea1;
    cursor: pointer;
    font-weight: 600;
}

.accordion-expand-holder {
    text-align: center;
    padding: 10px;
    float: right;
    margin-top: -10px;
}

.uploaderrormessage {
    color: red;
    margin-top: -20px;
    margin-bottom: 15px;
}

.disabled {
    background: #ccc;
    pointer-events: none;
}
.msg {
    display: none;
    float:right;
}

.error {
    color: red;
   
}
.error-section {
    margin-bottom: 15px;
    font-weight: 600;
    margin-left: 3%;
    color: red;
}

.referenceEmailSec {
    width: 139px;
    float: left;
}
.referenceEmailSec input {
        width: 100% !important;
}
.ml-30{
    margin-left:30px !important;
}
.personalEmail{
    width:50%;
    float:left;
}
.personalEmail input[type=email]{
    margin-left:20%;
}
.personalEmail #error1 {
    margin-left: 20%;
}

/*added newly*/
#familyReferences {
    padding: 0;
    margin-top: 10px;
    }
    .tab-content-section.familyReferenceDetails {
    width: 65%;
    float: right;
    }
    .familyReferenceDetails .tab-content-label{
    width:30%
    }
    .tab-content-label.familyReferenceLabel {
    width: 30%;
    }
    .familyReferenceDetails input[type=text] {
    width: 19%;
    margin-left: 0;
    }
    .referenceOne {
    margin-right: 15px;
    margin-left: -10px;
    }
    .referenceTwo {
    margin-left: 10px;
    }
    .referenceThree {
    margin-left: 25px;
    }

    #invaliderror{

        float:right;
    
        margin-top:2px;
    
    }