.FormWrapperIndex .advancedButton, .FormWrapperLivedemo .advancedButton {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}

.FormWrapperLivedemo .advancedButton {
    width: 22px;
    height: 22px;
    position: relative;
    top: -26px;
    left: 487px;
}

advanced-search {
    position: relative;
    top: 15px;
    display: block;
}

.advancedSearch {
    width: 100%;
    border-bottom: 4px solid #814396;
    margin: 0 auto;
}


.advancedSearch .advanced-header {
    height: 35px;
    width: inherit;
    background-color: #814396;
    color: white;
}

.advancedSearch .advanced-header > span {
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 205px;
    text-transform: uppercase;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: inherit;
}

.advancedSearch .content {
    width: inherit;
    height: 85px;
    background-color: #F3F3F3;
    padding-top: 20px;
}

.advancedSearch .content > label {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 4px;
}

.advancedSearch .content > label > span {
    font-size: 14px;
    color: #4A4A4A;
}

.advancedSearch .content .checkbox {
    width: 31px;
    height: 16px;
}

.advancedSearch .content .textInput {
    margin-top: 15px;
    color: #814396;
    height: 25px;
    width: 93%;
    margin-left: 35px;
    font-size: 14px;
    padding: 0 15px;
}

.advancedSearch .content .textInput:disabled {
    color: grey;
    opacity: .3;
}

.TopHeader advanced-search {
    position: absolute;
    top: 65px;
    width: 100%;
}

.TopHeader .advancedSearch .advanced-header > span {
    position: relative;
    top: 0;
}

.TopHeader .advancedSearch .content {
    height: 70px;
    padding-top: 10px;
}
