button, a{
    cursor: pointer;
}


.login-form-section input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px #004895;
    -webkit-text-fill-color: white !important;
    }

    .new-portfolio-step-input input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px #FFF;
    -webkit-text-fill-color: #212121 !important;
    }

    .lightbox-box-input input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px #FFF;
    -webkit-text-fill-color: #212121 !important;
    }

    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    font-family: 'Catamaran', Helvetica;
    font-weight: 400;
    -webkit-appearance: none;
    }

    b, strong {
    font-weight: 600;
    }

    body.lightbox-open {
    overflow: hidden;
    }

    .lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 30px;
    overflow: auto;
    background-color: #31b3ec80;
    z-index: 99;
    text-align: center;
    display: none;
    }

    .lightbox:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    }

    .lightbox-close {
    position: absolute;
    width: auto;
    height: auto;
    top: 30px;
    right: 30px;
    }

    .lightbox-close i {
    font-size: 30px;
    color: #004895;
    cursor: pointer;
    }

    .lightbox-box {
    position: relative;
    width: 540px;
    height: auto;
    padding: 25px 80px;
    border-radius: 4px;
    background-color: #FFF;
    display: inline-block;
    vertical-align: middle;
    }
    .lightbox-box-image {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    }
    .lightbox-box-image img {
    max-width: 150px;
    display:inline-block;
    }
    .lightbox-box-title {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: 600;
    color: #004895;
    text-align: center;
    }

    .lightbox-box-text {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    text-align: center;
    }

    .lightbox-box-small-text {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 25px;
    font-size: 12px;
    color: #199DD7;
    text-align: center;
    cursor: pointer;
    }

    .lightbox-box-small-text i {
    color: #199DD7;
    font-size: 10px;
    margin-right: 5px;
    }

    .lightbox-box-inputs {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 25px;
    }

    .lightbox-box-input {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 30px;
    font-size: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #EEEEEE;
    border-radius: 4px;
    margin-top: 10px;
    }

    .icon-trash-icon{
    cursor: pointer;
    }


    .lightbox-box-input-removable > i {
    position: absolute;
    font-size: 16px;
    color: #BDBDBD;
    top: 50%;
    left: -30px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    }

    .lightbox-box-input.error {
    border-color: red;
    }


    .lightbox-box-input label {
    position: relative;
    width: 50%;
    height: auto;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #004895;
    line-height: 58px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    }


    .lightbox-box-input.textarea label {
    width: 100%;
    }

    .lightbox-box-input.error label {
    color: red;
    }

    .lightbox-box-input textarea {
    position: relative;
    width: 100%;
    height: 180px;
    padding-bottom: 30px;
    font-size: 14px;
    color: #212121;
    font-weight: 600;
    line-height: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    resize: none;
    }

    .lightbox-box-input input[type="text"] {
    position: relative;
    width: 50%;
    height: 58px;
    font-size: 14px;
    color: #212121;
    font-weight: 600;
    line-height: 58px;
    border: none;
    outline: none;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    }

    .lightbox-box-input.error input {
    color: red;
    }

    .lightbox-box-input input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #BDBDBD;
    }

    .lightbox-box-input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #BDBDBD;
    opacity: 1;
    }

    .lightbox-box-input input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #BDBDBD;
    opacity: 1;
    }

    .lightbox-box-input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BDBDBD;
    }

    .lightbox-box-input input::-ms-input-placeholder { /* Microsoft Edge */
    color: #BDBDBD;
    }

    .lightbox-box-input input::placeholder { /* Most modern browsers support this now. */
    color: #BDBDBD;
    }

    .lightbox-box-input.error input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: red;
    }

    .lightbox-box-input.error input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: red;
    }

    .lightbox-box-input.error input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: red;
    }

    .lightbox-box-input.error input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
    }

    .lightbox-box-input.error input::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
    }

    .lightbox-box-input.error input::placeholder { /* Most modern browsers support this now. */
    color: red;
    }

    .lightbox-box-input input.date-picker {
    padding-right: 30px;
    }

    .lightbox-box-input input.date-picker + i {
    position: absolute;
    font-size: 16px;
    top: 50%;
    right: 30px;
    color: #BDBDBD;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    }

    .lightbox-box-input .select2-container .select2-selection--single {
    height: 58px;
    border: none;
    outline: none;
    }

    .lightbox-box-input .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 30px;
    line-height: 58px;
    text-align: left;
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    }

    .lightbox-box-input.error .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: red;
    }

    .lightbox-box-input .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
    color: #BDBDBD;
    font-weight: 600;
    }

    .lightbox-box-input.error .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: red;
    }

    .lightbox-box-input .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    font-size: 16px;
    color: #BDBDBD;
    }

    .lightbox-box-input .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
    }

    .lightbox-box-button {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 25px;
    }

    .alert-lightbox .two-button-container {
    display: none;
    }

    .alert-lightbox.confirm .button-container {
    display: none;
    }

    .alert-lightbox.confirm .two-button-container {
    display: block;
    }

    .loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 999;
    }

    .loading img {
    position: absolute;
    width: 150px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    }

    .loading .load-1 {
    position: absolute;
    width: 55px;
    height: 55px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    }

    .loading .line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #004895;
    }

    .loading .line:nth-last-child(1) {
    animation: loadingA 1.5s 1s infinite;
    -webkit-animation: loading 1.5s 1s infinite;
    }

    .loading .line:nth-last-child(2) {
    animation: loadingA 1.5s .5s infinite;
    -webkit-animation: loading 1.5s .5s infinite;
    }

    .loading .line:nth-last-child(3) {
    animation: loading 1.5s 0s infinite;
    -webkit-animation: loading 1.5s 0s infinite;
    }

    @keyframes loading {
    0% {
    height: 15px;
    }

    50% {
    height: 35px;
    }

    100% {
    height: 15px;
    }
    }

    @-webkit-keyframes loading {
    0% {
    height: 15px;
    }

    50% {
    height: 35px;
    }

    100% {
    height: 15px;
    }
    }

    .container {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 0;
    display: table;
    }

    .full-height {
    height: 100vh;
    }


    .button {
    position: relative;
    width: 100%;
    max-width: 290px;
    height: auto;
    font-size: 14px;
    line-height: 48px;
    color: #FFF;
    font-weight: 600;
    border-radius: 4px;
    background-color: #004895;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.05);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    }

    .button:not(.white):not(.back-button):not(.transaction-button):hover {
    background-color: #199DD7;
    }

    .button.white:hover {
    color: #199DD7;
    }


    .two-button-container .button {
    width: calc((100% - 30px) / 2);
    }

    .two-button-container .button:first-child {
    margin-right: 30px;
    }

    .advice-button {
    background-image: url(Content/Images/advice-button-icon.png);
    background-size: 42px auto;
    background-position: left 0px bottom 0px;
    background-repeat: no-repeat;
    }

    .back-button {
    background-color: #EEEEEE;
    color: #212121;
    }

    .button i {
    position: absolute;
    font-size: 16px;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    color: #FFF;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    }

    .button:not(.white):not(.back-button):not(.transaction-button):hover i {
    right: 15px;
    }

    .back-button i {
    right: auto;
    left: 25px;
    color: #212121;
    }

    .button.white {
    background-color: #F3FAFD;
    color: #004895;
    }

    .button.white i {
    color: #004895;
    }

    .button.transaction-button {
    color: #199DD7;
    padding: 0 58px;
    background-color: #F2FAFD;
    border: 1px solid #199DD7;
    }

    .button.transaction-button i:first-child {
    position: absolute;
    font-size: 12px;
    color: #199DD7;
    padding: 0 19px 0 19px;
    left: 0px;
    right: auto;
    border-right: 1px solid #199DD7;
    }

    .button.transaction-button i:not(:first-child) {
    position: relative;
    font-size: 16px;
    color: #199DD7;
    right: auto;
    top: -2px;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 1px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    }

    [type="checkbox"]:checked,
    [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    }

    [type="checkbox"]:checked + label,
    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + [type="hidden"] + label,
    [type="checkbox"]:not(:checked) + [type="hidden"] + label {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    cursor: pointer;
    line-height: 40px;
    display: block;
    width: 100%;
    text-align: center;
    }

    [type="checkbox"]:checked + label:before,
    [type="checkbox"]:not(:checked) + label:before,
    [type="checkbox"]:checked + [type="hidden"] + label:before,
    [type="checkbox"]:not(:checked) + [type="hidden"] + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 20px;
    width: 26px;
    height: 5px;
    border-radius: 20px;
    background-color: #BDBDBD;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    }

    [type="checkbox"]:checked + label:after,
    [type="checkbox"]:not(:checked) + label:after,
    [type="checkbox"]:checked + [type="hidden"] + label:after,
    [type="checkbox"]:not(:checked) + [type="hidden"] + label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #757575;
    position: absolute;
    top: 17px;
    left: 0px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    }

    [type="checkbox"]:checked + label:after,
    [type="checkbox"]:checked + [type="hidden"] + label:after {
    left: 15px;
    background-color: #004895;
    }

    [type="checkbox"]:checked + label:before,
    [type="checkbox"]:checked + [type="hidden"] + label:before {
    background-color: #199DD7;
    }

    .login-section {
    position: relative;
    width: calc(100% - 410px);
    padding: 53px 60px 0 60px;
    display: table-cell;
    vertical-align: top;
    background-color: #FDFDFD;
    overflow: hidden;
    }

    .login-type-1 {
    background-color: #FFF;
    }

    .login-type-2 {
    background-color: #b9cdd4;
    }

    .login-type-2 .login-section-border {
    margin-top: 20px;
    }

    .login-type-2 .login-section-title {
    margin-top: 20px;
    }

    .login-type-2 .login-section-texts {
    margin-top: 20px;
    }

    .login-type-2 .login-section-text {
    margin-top: 20px;
    }

    .login-type-3 {
    background-color: #fdfdfd;
    }

    .login-section > img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    opacity: 0;
    display: none;
    }

    .login-type-1 .login-bg-image-type-1 {
    display: block;
    }

    .image-blur-effect {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    background-image: url(Content/Images/Rectangle.png);
    background-size: auto 100%;
    background-repeat: repeat-x;
    display: none;
    }

    .login-type-1 .image-blur-effect {
    display: block;
    }

    .login-type-2 .login-bg-image-type-2 {
    display: block;
    }

    .login-type-3 .login-bg-image-type-3 {
    display: block;
    }

    .login-logo {
    position: relative;
    width: 180px;
    height: auto;
    }

    .login-logo img {
    position: relative;
    width: 100%;
    height: auto;
    }

    .login-section-border {
    position: relative;
    width: 100%;
    height: 1px;
    margin-top: 30px;
    background-color: #EEEEEE;
    }

    .login-section-title {
    position: relative;
    width: auto;
    height: auto;
    margin-top: 30px;
    font-size: 28px;
    color: #2B2A28;
    }

    .login-section-title span {
    position: relative;
    padding-bottom: 2px;
    color: #2B2A28;
    }

    .login-section-title span:after {
    content: '';
    position: absolute;
    bottom: 9px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #2B2A28;
    }

    .login-section-texts {
    position: relative;
    width: auto;
    height: auto;
    margin-top: 30px;
    font-weight: 600;
    }

    .login-section-text {
    position: relative;
    width: auto;
    height: auto;
    padding-left: 43px;
    margin-top: 30px;
    font-size: 16px;
    color: #2B2A28;
    line-height: 24px;
    }

    .login-section-text:first-child {
    margin-top: 0;
    }

    .login-section-text i {
    position: absolute;
    font-size: 24px;
    left: 0;
    top: 0;
    }

    .login-form-section {
    position: relative;
    width: 410px;
    font-size: 0;
    background-color: #004895;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    }

    .login-form-section-content {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 53px 60px 200px 60px;
    overflow:auto;
    }

    .login-form-section-content > form{
    display:block;
    width:100%;
    float: left;
    margin-bottom:20px;
    }

    .login-form-logo {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    }

    .login-form-logo img {
    position: relative;
    width: 100%;
    height: auto;
    }

    .login-form-title {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 73px;
    font-size: 24px;
    color: #FFF;
    }

    .login-form-error {
    position: absolute;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: red;
    text-align: center;
    top: -50px;
    left: 0px;
    }

    .login-form-items {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 73px;
    }

    .login-form-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 25px;
    }

    .login-form-item:first-child {
    margin-top: 0px;
    }

    .login-form-item input {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #FFF;
    line-height: 20px;
    font-weight: 600;
    border: none;
    outline: none;
    background-color: transparent;
    border-bottom: 1px solid #FFF;
    }

    .login-form-item input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #FFF;
    }

    .login-form-item input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #FFF;
    opacity: 1;
    }

    .login-form-item input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #FFF;
    opacity: 1;
    }

    .login-form-item input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFF;
    }

    .login-form-item input::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFF;
    }

    .login-form-item input::placeholder { /* Most modern browsers support this now. */
    color: #FFF;
    }


    .login-form-item [type="checkbox"]:checked + label,
    .login-form-item [type="checkbox"]:not(:checked) + label,
    .login-form-item [type="checkbox"]:checked + [type="hidden"] + label,
    .login-form-item [type="checkbox"]:not(:checked) + [type="hidden"] + label {
    color:#FFF;
    text-align:left;
    padding-top:0;
    padding-bottom:0;
    }


    .login-form-item [type="checkbox"]:checked + label a,
    .login-form-item [type="checkbox"]:not(:checked) + label a,
    .login-form-item [type="checkbox"]:checked + [type="hidden"] + label a,
    .login-form-item [type="checkbox"]:not(:checked) + [type="hidden"] + label a {
    color:#BABABA;
    }

    .login-form-item [type="checkbox"]:checked + label:after,
    .login-form-item [type="checkbox"]:checked + [type="hidden"] + label:after {
    background-color:#FFF;
    }

    .login-form-item.with-icon input {
    padding-right: 30px;
    }

    .login-form-item .select2-container .select2-selection--single {
    height: 20px;
    border: none;
    outline: none;
    background-color:transparent;
    border-bottom:1px solid #FFF;
    border-radius:0;
    }


    .login-form-item .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 30px;
    line-height: 20px;
    text-align: left;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    }


    .login-form-item .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
    }

    .login-form-item.error .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: red;
    }

    .login-form-item .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    font-size: 10px;
    color: #FFF;
    }

    .login-form-item .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
    }

    .login-form-item.with-icon a {
    position: absolute;
    width: auto;
    height: auto;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    }

    .login-form-item.with-icon a i {
    position: relative;
    font-size: 18px;
    color: #FFF;
    }

    .login-form-section .button-container {
    margin-top: 30px;
    }

    .forget-password-button {
    font-size: 14px;
    color: #FFF;
    }

    .login-form-section-bottom {
    position: absolute;
    width: 100%;
    left:0;
    bottom:100px;
    text-align: center;
    }

    .login-form-section-bottom-text {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
    }

    .login-form-section-bottom-button {
    position: relative;
    width: 111px;
    height: auto;
    margin-top: 28px;
    font-size: 14px;
    color: #F3FAFD;
    line-height: 40px;
    font-weight: 600;
    border-width: 1px;
    border-style: solid;
    border-color: #FFF;
    border-radius: 20px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    }

    .login-form-section-bottom-button:hover {
    color: #b9e3f5;
    border-color: #b9e3f5;
    }

    .menu {
    position: relative;
    width: 285px;
    padding: 30px 0 280px 0;
    border-right: 1px solid #EEEEEE;
    z-index: 3;
    background-color: #004895;
    display: inline-block;
    vertical-align: top;
    }

    .menu.inbox-open {
    z-index: 4;
    }

    .container.with-small-menu .menu {
    position: absolute;
    left: 0;
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transition: transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    }

    .container.with-small-menu .menu.active {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    }

    .menu-profile {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 30px;
    }

    .menu-profile-date {
    position: absolute;
    height: auto;
    right: 30px;
    top: -24px;
    font-size: 12px;
    /*color: #757575;*/
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }

    .menu-profile-text {
    position: relative;
    width: calc(100% - 60px);
    height: auto;
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
    }

    .menu-profile-image {
    position: relative;
    width: 45px;
    height: 45px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    }

    .menu-profile-title {
    position: relative;
    height: auto;
    margin-top: 2px;
    font-size: 12px;
    /*color: #757575;*/
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }

    .menu-profile-name {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 2px;
    font-size: 16px;
    font-weight: 600;
    /*color: #212121;*/
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    ;
    }

    .menu-items {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
    }

    .menu-item {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 74px;
    padding-right: 30px;
    display: block;
    }

    .menu-item-text {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    /*color: #212121;*/
    color: #FFF;
    line-height: 16px;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    }

    .menu-item.deactive {
    opacity:.5;
    }

    .menu-item.akilli-bes {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    }

    .menu-item.menu-item-competition {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    }

    .menu-item:not(.deactive):hover .menu-item-text, .menu-item.selected .menu-item-text {
    color: #31b3ec;
    }

    .menu-item.menu-item-competition:hover .menu-item-text, .menu-item.menu-item-competition.selected .menu-item-text {
    color: #BA820F;
    }

    .menu-item:first-child {
    margin-top: 0;
    }

    .menu-item-seperator{
    margin-left: 42px;
    margin-right: 33px;
    margin-top: -5px;
    margin-bottom: 5px;
    border-top: 1px solid #EEEEEE;
    }

    .menu-item.akilli-bes .menu-item-inner-container {
    width: calc(100% + 30px);
    padding-top: 20px;
    padding-left: 34px;
    padding-bottom: 20px;
    margin-left: -34px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    }

    .menu-item.menu-item-competition .menu-item-inner-container {
    width: calc(100% + 30px);
    padding-top: 20px;
    padding-left: 34px;
    padding-bottom: 20px;
    margin-left: -34px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    }

    .menu-item.akilli-bes:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    background-color: #F3FAFD;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    }

    .menu-item.menu-item-competition:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    background-color: #F3FAFD;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    }

    .menu-item.akilli-bes:hover:before, .menu-item.akilli-bes.selected:before {
    opacity: 1;
    }

    .menu-item.menu-item-competition:hover:before, .menu-item.menu-item-competition.selected:before {
    opacity: 1;
    }

    .menu-item.akilli-bes:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    right: 0;
    top: -100%;
    background-color: #199DD7;
    opacity: 0;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    }

    .menu-item.akilli-bes:hover:after, .menu-item.akilli-bes.selected:after {
    opacity: 1;
    top: 0;
    }

    .menu-item.menu-item-competition:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    right: 0;
    top: -100%;
    background-color: #BA820F;
    opacity: 0;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    }

    .menu-item.menu-item-competition:hover:after, .menu-item.menu-item-competition.selected:after {
    opacity: 1;
    top: 0;
    }

    .menu-item.akilli-bes:hover .menu-item-inner-container, .menu-item.akilli-bes.selected .menu-item-inner-container {
    border-color: transparent;
    }

    .menu-item.menu-item-competition:hover .menu-item-inner-container, .menu-item.menu-item-competition.selected .menu-item-inner-container {
    border-color: transparent;
    }

    .menu-item-image {
    position: absolute;
    width: auto;
    height: 16px;
    left: 34px;
    margin-top: -5px;
    }

    .menu-item.menu-item-competition .menu-item-image {
    height: 20px;
    }

    .menu-item-image i {
    position: relative;
    font-size: 16px;
    color: #FFF;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    }

    .menu-item-image img {
    position: relative;
    height: 100%;
    width: auto;
    }

    .menu-item:hover .menu-item-image i, .menu-item.selected .menu-item-image i {
    color: #31b3ec;
    }


    .menu-items.bottom {
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0px;
    }

    .menu-items.bottom .menu-item .menu-item-text {
    /*color: #757575;*/
    color: #FFF;
    }

    .menu-items.bottom .menu-item.menu-item-light .menu-item-text {
    color: #BDBDBD;
    }

    .menu-items.bottom .menu-item:hover .menu-item-text, .menu-items.bottom .menu-item.selected .menu-item-text {
    color: #31b3ec;
    }

    .menu-item-image-count {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 12px;
    left: 8px;
    padding: 0 5px;
    font-size: 12px;
    color: #FFF;
    line-height: 16px;
    border: 1px solid #FFF;
    border-radius: 4px;
    /*background-color: #004895;*/
    background-color: #199DD7;
    /*background-color: #05803c;*/
    margin-bottom: -5px;
    margin-left: 5px;
    }

    .small-menu {
    position: relative;
    width: 95px;
    padding: 30px 0 280px 0px;
    border-right: 1px solid #EEEEEE;
    background-color: #004895;
    /*background-color: #FFF;*/
    display: inline-block;
    vertical-align: top;
    transition: transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    display: none;
    }

    .container.with-small-menu .small-menu {
    display: inline-block;
    }

    .container.with-small-menu .small-menu.deactive {
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    }

    .small-menu .menu-profile {
    text-align: center;
    }

    .small-menu .menu-profile .menu-profile-image {
    position: absolute;
    margin-left: -13px;
    }

    .small-menu .menu-item {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    }

    .small-menu .menu-item.akilli-bes {
    padding-top: 20px;
    padding-bottom: 20px;
    }

    .small-menu .menu-item.menu-item-competition {
    padding-top: 20px;
    padding-bottom: 20px;
    }

    .small-menu .menu-item-image {
    position: relative;
    width: 25px;
    text-align: center;
    top: 0;
    left: 0;
    display: inline-block;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    }

    .small-menu .menu-item.akilli-bes {
    border-top: none;
    border-bottom: none;
    }

    .small-menu .menu-item.menu-item-competition {
    border-top: none;
    border-bottom: none;
    }

    .inner-container {
    position: relative;
    width: calc(100% - 285px);
    display: inline-block;
    vertical-align: top;
    overflow: auto;
    }

    .container.with-small-menu .inner-container {
    width: calc(100% - 95px);
    }

    .header {
    position: fixed;
    width: calc(100% - 285px);
    height: 98px;
    right: 0;
    top: 0;
    z-index: 2;
    background-color: #FFF;
    padding: 20px 30px;
    }

    .container.with-small-menu .header {
    width: calc(100% - 95px);
    }

    .header.with-border {
    border-bottom: 1px solid #EEEEEE;
    }

    .header-logo {
    position: relative;
    width: 250px;
    height: auto;
    }

    .header-logo img {
    position: relative;
    max-height:55px;
    height: auto;
    }

    .header-button {
    position: absolute;
    width: auto;
    height: auto;
    padding: 18px 20px 20px 20px;
    right: 30px;
    top: 50%;
    font-size: 0;
    border-radius: 4px;
    background-color: #199DD715;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    }

    .header-button:hover {
    background-color: #199DD725;
    }

    .header-button i {
    position: relative;
    font-size: 16px;
    color: #004895;
    margin-right: 9px;
    display: inline-block;
    vertical-align: middle;
    }

    .header-button-text {
    position: relative;
    width: auto;
    height: auto;
    font-size: 14px;
    color: #004895;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    }

    .header-button-text span{
    font-weight: 600;
    }

    .inner-container-content {
    position: relative;
    width: 100%;
    height: auto;
    min-height: calc(100% - 98px);
    margin-top: 98px;
    background-color: #FAFAFA;
    }

    .search {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 30px 30px 30px;
    background-color: #FFF;
    }

    .search input {
    position: relative;
    width: 100%;
    height: 58px;
    padding-left: 55px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    line-height: 58px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    }

    .search input:hover {
    border-color: #199DD7;
    }

    .search input:focus {
    border-color: #199DD7;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.05);
    }

    .search input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #BDBDBD;
    }

    .search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #BDBDBD;
    opacity: 1;
    }

    .search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #BDBDBD;
    opacity: 1;
    }

    .search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BDBDBD;
    }

    .search input::-ms-input-placeholder { /* Microsoft Edge */
    color: #BDBDBD;
    }

    .search input::placeholder { /* Most modern browsers support this now. */
    color: #BDBDBD;
    }

    .search i {
    position: absolute;
    font-size: 16px;
    left: 51px;
    top: 21px;
    color: #BDBDBD;
    }

    .search input:focus + i {
    color: #199DD7;
    }

    .home-portfolio-lists {
    position: relative;
    width: 100%;
    height: auto;
    padding: 54px 30px 30px 30px;
    font-size: 0;
    }

    .home-portfolio-list {
    position: relative;
    width: calc((100% - 30px) / 2);
    height: auto;
    margin-left: 30px;
    display: inline-block;
    vertical-align: top;
    }

    .home-portfolio-list:first-child {
    margin-left: 0px;
    }

    .home-portfolio-list-title {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 24px;
    color: #004895;
    }

    .home-portfolio-list-filter {
    position: absolute;
    width: auto;
    height: auto;
    top: 5px;
    right: 0;
    }

    .home-portfolio-list-filter-item {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 15px;
    }

    .home-portfolio-list-filter-item img {
    position: relative;
    width: 25px;
    height: auto;
    display: block;
    }

    .home-portfolio-list-filter-item img.active {
    display: none;
    }

    .home-portfolio-list-filter-item.active img {
    display: none;
    }

    .home-portfolio-list-filter-item.active img.active {
    display: block;
    }

    .home-portfolio-list-filter-item i {
    position: relative;
    font-size: 20px;
    color: #BDBDBD;
    }

    .home-portfolio-list-filter-item.active i {
    color: #004895;
    }

    .home-portfolio-list-items {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 27px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #EEEEEE;
    background-color: #FFF;
    }

    .home-portfolio-list-items.no-result:after {
    content: 'Görüntülenecek portföy bulunamadı.';
    position: absolute;
    margin-top: 30px;
    font-size: 16px;
    color: #BDBDBD;
    width: 100%;
    font-weight: 600;
    text-align: center;
    }

    .home-portfolio-list-item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px;
    font-size: 0;
    border-top: 1px solid #EEEEEE;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    }

    .home-portfolio-list-item:hover {
    background-color: #F3FAFD;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.05);
    }

    .home-portfolio-list-item:first-child {
    border-top: none;
    }

    .home-portfolio-list-item-text {
    position: relative;
    width: calc(100% - 88px);
    height: auto;
    margin-left:44px;
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }

    .home-portfolio-list-item .tooltip {
    top:-5px;
    left:-4px;
    }

    .home-portfolio-list-item:hover .tooltip {
    display:block;
    }


    .home-portfolio-list-item-arrow {
    position: absolute;
    width: 16px;
    height: auto;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    }

    .home-portfolio-list-item:hover .home-portfolio-list-item-arrow {
    right: 15px;
    }

    .home-portfolio-list-item-arrow i {
    position: relative;
    font-size: 16px;
    color: #BDBDBD;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    }

    .home-portfolio-list-item:hover .home-portfolio-list-item-arrow i {
    color: #199DD7;
    }

    .new-portfolio-steps {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 0;
    }

    .new-portfolio-step-wrapper {
    position: relative;
    width: 15%;
    height: calc(100vh - 99px);
    background-color: #FFF;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-right: 1px solid #EEEEEE;
    overflow: auto;
    transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    }

    .new-portfolio-step-wrapper.collapsible {
    cursor: pointer;
    }

    .new-portfolio-step-wrapper.collapsible:not(.active):hover {
    background-color: #EEEEEE;
    }

    .new-portfolio-step-wrapper.active {
    width: 55%;
    background-color: transparent;
    }

    .new-portfolio-step {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    }

    .new-portfolio-step-index {
    position: relative;
    width: 28px;
    height: auto;
    font-size: 16px;
    color: #BDBDBD;
    font-weight: 600;
    line-height: 28px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: #EEEEEE;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    }

    .new-portfolio-step-wrapper.active .new-portfolio-step-index {
    position: absolute;
    top: -16px;
    left: 50%;
    width: 38px;
    border-width: 5px;
    border-color: #FAFAFA;
    background-color: #004895;
    color: #FFF;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    }

    .new-portfolio-step-wrapper.done:not(.active) .new-portfolio-step-index {
    font-size: 0;
    height: 28px;
    background-image: url(Content/Images/done-check-icon.png);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #199DD715;
    border-color: #199DD7;
    }

    .new-portfolio-step-content {
    position: relative;
    width: 100%;
    max-width: 640px;
    display: inline-block;
    min-height: calc(100vh - 159px);
    transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    }

    .new-portfolio-step-wrapper.active .new-portfolio-step-content {
    padding: 30px;
    background-color: #FFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.05);
    }

    .new-portfolio-step-wrapper.active .new-portfolio-step-content.blue {
    background-color: #004895;
    }

    .new-portfolio-step-wrapper.active .new-portfolio-step-content.blue .new-portfolio-step-title {
    display: none;
    }

    .new-portfolio-step-title {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 15px;
    font-size: 16px;
    color: #757575;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    }

    .new-portfolio-step-wrapper.active:not(.done) .new-portfolio-step-title {
    margin-top: 0px;
    font-size: 24px;
    color: #004895;
    }

    .new-portfolio-step-title-description {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #EEE;
    font-size: 14px;
    color: #212121;
    line-height: 20px;
    text-align: left;
    display: none;
    }

    .new-portfolio-step-title-description span {
    font-size: 16px;
    font-weight: 600;
    }

    .new-portfolio-step-title-description span + p {
    margin-top: 10px;
    }

    .new-portfolio-step-title-description p + p {
    margin-top: 10px;
    }

    .new-portfolio-step-wrapper.done:not(.active) .new-portfolio-step-title-description {
    display: block;
    }

    .new-portfolio-step-inner-container {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: none;
    }

    .new-portfolio-step-wrapper.active .new-portfolio-step-inner-container {
    display: block;
    }

    .portfolio-name-to-update{
    cursor: pointer;
    }

    .new-portfolio-step-inputs {
    position: relative;
    width: 100%;
    height: auto;
    }

    .new-portfolio-step-input {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 30px;
    margin-top: 10px;
    font-size: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #EEEEEE;
    border-radius: 4px;
    }

    .new-portfolio-step-input.error {
    border-color: red;
    }

    .new-portfolio-step-input:first-child {
    margin-top: 0px;
    }

    .new-portfolio-step-input label {
    position: relative;
    width: 50%;
    height: auto;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #00489580;
    line-height: 58px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    }

    .new-portfolio-step-input.error label {
    color: red;
    }

    .new-portfolio-step-input input {
    position: relative;
    width: 50%;
    height: 58px;
    font-size: 14px;
    color: #212121;
    font-weight: 600;
    line-height: 58px;
    border: none;
    outline: none;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    }

    .new-portfolio-step-input.error input {
    color: red;
    }

    .new-portfolio-step-input input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #BDBDBD;
    }

    .new-portfolio-step-input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #BDBDBD;
    opacity: 1;
    }

    .new-portfolio-step-input input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #BDBDBD;
    opacity: 1;
    }

    .new-portfolio-step-input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BDBDBD;
    }

    .new-portfolio-step-input input::-ms-input-placeholder { /* Microsoft Edge */
    color: #BDBDBD;
    }

    .new-portfolio-step-input input::placeholder { /* Most modern browsers support this now. */
    color: #BDBDBD;
    }

    .new-portfolio-step-input.error input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: red;
    }

    .new-portfolio-step-input.error input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: red;
    }

    .new-portfolio-step-input.error input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: red;
    }

    .new-portfolio-step-input.error input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
    }

    .new-portfolio-step-input.error input::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
    }

    .new-portfolio-step-input.error input::placeholder { /* Most modern browsers support this now. */
    color: red;
    }

    .new-portfolio-step-input input.date-picker {
    padding-right: 30px;
    }

    .new-portfolio-step-input input.date-picker + i {
    position: absolute;
    font-size: 16px;
    top: 50%;
    right: 30px;
    color: #BDBDBD;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    }

    .new-portfolio-step-input .select2-container .select2-selection--single {
    height: 58px;
    border: none;
    outline: none;
    }

    .new-portfolio-step-input .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 30px;
    line-height: 58px;
    text-align: left;
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    }

    .new-portfolio-step-input.error .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: red;
    }

    .new-portfolio-step-input .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
    color: #BDBDBD;
    font-weight: 600;
    }

    .new-portfolio-step-input.error .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: red;
    }

    .new-portfolio-step-input .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    font-size: 16px;
    color: #BDBDBD;
    }


    #formFilters .select2-container--default .select2-selection--single .select2-selection__arrow {
    font-size: 12px;
    color: #BDBDBD;
    margin-top: 7px;
    margin-right: 5px;
    }

    #formFilters .select2-selection__clear{
    margin-right: 10px;
    }

    .new-portfolio-step-input .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
    }

    .select2-dropdown {
    border: none;
    }

    .select2-results {
    border: 1px solid #EEEEEE;
    }

    .select2-results__option {
    font-size: 14px;
    }

    .new-portfolio-step-inner-container .button-container {
    margin-top: 30px;
    }

    .new-portfolio-step-wrapper .mCSB_inside > .mCSB_container {
    margin-right: 0;
    }

    .new-portfolio-step-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #212121 !important;
    background-color: rgba(0,0,0,.4) !important;
    }

    .new-portfolio-step-wrapper .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #FFF !important;
    background-color: rgba(255, 255, 255, .75) !important;
    }

    .new-portfolio-step-questions {
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
    }

    .new-portfolio-step-question {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 45px;
    }

    .new-portfolio-step-question:first-child {
    margin-top: 0px;
    }

    .new-portfolio-step-question-text {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    color: #004895;
    }

    .new-portfolio-step-question.error .new-portfolio-step-question-text {
    color: red;
    }

    .new-portfolio-step-question-answers {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    }

    .new-portfolio-step-question-answer {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
    }

    .new-portfolio-step-question-answer:first-child {
    margin-top: 0px;
    }

    .new-portfolio-step-question-answer [type="radio"]:checked,
    .new-portfolio-step-question-answer [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    }

    .new-portfolio-step-question-answer [type="radio"]:checked + label,
    .new-portfolio-step-question-answer [type="radio"]:not(:checked) + label,
    .new-portfolio-step-question-answer [type="radio"]:checked + [type="hidden"] + label,
    .new-portfolio-step-question-answer [type="radio"]:not(:checked) + [type="hidden"] + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    color: #212121;
    }

    .new-portfolio-step-question-answer.error [type="radio"]:checked + label,
    .new-portfolio-step-question-answer.error [type="radio"]:not(:checked) + label,
    .new-portfolio-step-question-answer.error [type="radio"]:checked + [type="hidden"] + label,
    .new-portfolio-step-question-answer.error [type="radio"]:not(:checked) + [type="hidden"] + label {
    color: red;
    }

    .new-portfolio-step-question-answer [type="radio"]:checked + label:before,
    .new-portfolio-step-question-answer [type="radio"]:not(:checked) + label:before,
    .new-portfolio-step-question-answer [type="radio"]:checked + [type="hidden"] + label:before,
    .new-portfolio-step-question-answer [type="radio"]:not(:checked) + [type="hidden"] + label:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 12px;
    height: 12px;
    border: 1px solid #BDBDBD;
    border-radius: 50%;
    background-color: #FAFAFA;
    }

    .new-portfolio-step-question-answer.error [type="radio"]:checked + label:before,
    .new-portfolio-step-question-answer.error [type="radio"]:not(:checked) + label:before,
    .new-portfolio-step-question-answer.error [type="radio"]:checked + [type="hidden"] + label:before,
    .new-portfolio-step-question-answer.error [type="radio"]:not(:checked) + [type="hidden"] + label:before {
    border-color: red;
    }

    .new-portfolio-step-question-answer [type="radio"]:checked + label:before,
    .new-portfolio-step-question-answer [type="radio"]:checked + [type="hidden"] + label:before {
    left: 0px;
    top: 0px;
    border-width: 2px;
    border-color: #199DD7;
    background-color: #F3FAFD;
    }

    .new-portfolio-step-question-answer [type="radio"]:checked + label:after,
    .new-portfolio-step-question-answer [type="radio"]:not(:checked) + label:after,
    .new-portfolio-step-question-answer [type="radio"]:checked + [type="hidden"] + label:after,
    .new-portfolio-step-question-answer [type="radio"]:not(:checked) + [type="hidden"] + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #199DD7;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    }

    .new-portfolio-step-question-answer [type="radio"]:not(:checked) + label:after,
    .new-portfolio-step-question-answer [type="radio"]:not(:checked) + [type="hidden"] + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    }

    .new-portfolio-step-question-answer [type="radio"]:checked + label:after,
    .new-portfolio-step-question-answer [type="radio"]:checked + [type="hidden"] + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    }

    .new-portfolio-step-small-title {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 600;
    color: #004895;
    }

    .new-portfolio-step-description {
    position: relative;
    width: 100%;
    height: auto;
    padding: 25px;
    }

    .new-portfolio-step-small-title + .new-portfolio-step-description {
    margin-top: 20px;
    }

    .new-portfolio-step-description.colored {
    text-align: center;
    background-color: #199DD715;
    border-top: 1px solid #199DD7;
    border-bottom: 1px solid #199DD7;
    }

    .new-portfolio-step-description.colored:hover {
    background-color: #199DD725;
    }

    .new-portfolio-step-description-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    text-align:left;
    }

    .new-portfolio-step-description-item a {
    color: #199DD7;
    }

    .new-portfolio-step-description-item a > i {
    font-size: 10px;
    margin-left: 5px;
    }

    .new-portfolio-step-description-item:first-child {
    margin-top: 0px;
    }

    .new-portfolio-step-description + .new-portfolio-step-input {
    margin-top: 30px;
    }

    .new-portfolio-step-notifications {
    position: relative;
    width: 100%;
    height: auto;
    }

    .new-portfolio-step-notifications {
    position: relative;
    width: 100%;
    height: auto;
    }

    .new-portfolio-step-notifications-title {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 0;
    }

    .new-portfolio-step-notifications-title-long {
    position: relative;
    width: calc(100% - 140px);
    height: auto;
    font-size: 14px;
    color: #004895;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    }

    .new-portfolio-step-notifications-title-short {
    position: relative;
    width: 70px;
    height: auto;
    font-size: 14px;
    color: #004895;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    }

    .new-portfolio-step-notification-item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 25px 0;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    font-size: 0;
    }

    .new-portfolio-step-notifications-title + .new-portfolio-step-notification-item {
    margin-top: 20px;
    }

    .new-portfolio-step-notification-item-text {
    position: relative;
    width: calc(100% - 140px);
    height: auto;
    font-size: 14px;
    color: #212121;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    }

    .new-portfolio-step-notification-item-text .new-portfolio-step-input {
    position: relative;
    width: 100%;
    max-width: 225px;
    height: auto;
    margin-top: 20px;
    }

    .new-portfolio-step-notification-item-checkbox {
    position: relative;
    width: 70px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    }

    .new-portfolio-step-notification-item-checkbox [type="checkbox"]:checked,
    .new-portfolio-step-notification-item-checkbox [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    }

    .new-portfolio-step-notification-item-checkbox [type="checkbox"]:checked + label,
    .new-portfolio-step-notification-item-checkbox [type="checkbox"]:not(:checked) + label,
    .new-portfolio-step-notification-item-checkbox [type="checkbox"]:checked + [type="hidden"] + label,
    .new-portfolio-step-notification-item-checkbox [type="checkbox"]:not(:checked) + [type="hidden"] + label {
    position: relative;
    padding-left: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0;
    cursor: pointer;
    }

    .new-portfolio-step-notification-item-checkbox [type="checkbox"]:checked + label:before,
    .new-portfolio-step-notification-item-checkbox [type="checkbox"]:not(:checked) + label:before,
    .new-portfolio-step-notification-item-checkbox [type="checkbox"]:checked + [type="hidden"] + label:before,
    .new-portfolio-step-notification-item-checkbox [type="checkbox"]:not(:checked) + [type="hidden"] + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 20px;
    width: 26px;
    height: 5px;
    border-radius: 20px;
    background-color: #BDBDBD;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    }

    .new-portfolio-step-notification-item-checkbox [type="checkbox"]:checked + label:after,
    .new-portfolio-step-notification-item-checkbox [type="checkbox"]:not(:checked) + label:after,
    .new-portfolio-step-notification-item-checkbox [type="checkbox"]:checked + [type="hidden"] + label:after,
    .new-portfolio-step-notification-item-checkbox [type="checkbox"]:not(:checked) + [type="hidden"] + label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #757575;
    position: absolute;
    top: 17px;
    left: 0px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    }

    .new-portfolio-step-notification-item-checkbox [type="checkbox"]:checked + label:after,
    .new-portfolio-step-notification-item-checkbox [type="checkbox"]:checked + [type="hidden"] + label:after {
    left: 15px;
    background-color: #004895;
    }

    .new-portfolio-step-notification-item-checkbox [type="checkbox"]:checked + label:before,
    .new-portfolio-step-notification-item-checkbox [type="checkbox"]:checked + [type="hidden"] + label:before {
    background-color: #199DD7;
    }

    .new-portfolio-header-select {
    position: relative;
    width: 100%;
    max-width: 190px;
    height: auto;
    }

    .new-portfolio-header-select .new-portfolio-step-input {
    padding: 0;
    border: none;
    }

    .new-portfolio-header-select .new-portfolio-step-input .select2-container--default .select2-selection--single {
    background-color: transparent;
    }

    .new-portfolio-header-select .new-portfolio-step-input .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 24px;
    color: #FFF;
    font-weight: 400;
    }

    /*.new-portfolio-header-select .new-portfolio-step-input .select2-container--default .select2-selection--single .select2-selection__rendered i {
    content: '';
    position: absolute;
    font-size: 16px;
    top: 50%;
    margin-left: 15px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    }*/

    /*.new-portfolio-header-select .new-portfolio-step-input .select2-container--default .select2-selection--single .select2-selection__arrow i {
    display: none;
    }*/

    .new-portfolio-step-date {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #F3FAFD;
    text-align: left;
    }

    .summary-div-title{
    font-size: 16px;
    font-weight: bold;
    }

    .summary-div-title, .summary-div-text{
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    }

    .summary-div-title, .summary-div-text, .summary-div-text u {
    color: #F3FAFD;
    text-align: left;
    }

    .summary-div-text, .summary-div-text u {
    font-size: 14px;
    }

    .summary-div-text u {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    }

    .summary-div-image{
    max-width: 90%;
    }

    .summary-div-image img{
    max-height: 70%;
    max-width: 90%;
    display: inline-block;
    text-align: center;
    }

    .new-portfolio-step-horizontal-border {
    position: relative;
    width: 100%;
    height: 1px;
    margin-top: 25px;
    background-color: #199DD7;
    opacity: 0.25;
    }

    .new-portfolio-step-portfolio-summary {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 25px;
    display: none;
    }

    .new-portfolio-step-inner-container[data-show-item="portfolio-summary"] .new-portfolio-step-portfolio-summary {
    display: block;
    }


    .new-portfolio-step-tabs-container {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0;
    text-align: center;
    }

    .new-portfolio-step-tabs {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 4px;
    border-width: 1px;
    border-color: #FFF;
    border-style: solid;
    overflow: hidden;
    display: inline-block;
    }

    .new-portfolio-step-tab {
    position: relative;
    width: 150px;
    height: auto;
    font-size: 14px;
    color: #FFF;
    line-height: 40px;
    border-left: 1px solid #FFF;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    }

    .new-portfolio-step-tab-half {
    max-width: 50%;
    }

    .new-portfolio-step-tab:first-child {
    border-left: none;
    }

    .new-portfolio-step-tab.active {
    background-color: #FFF;
    color: #004895;
    }

    .new-portfolio-step-graph {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 45px;
    }

    .new-portfolio-step-portfolio-detail {
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
    display: none;
    }

    .new-portfolio-step-inner-container[data-show-item="portfolio-detail"] .new-portfolio-step-portfolio-detail {
    display: block;
    }

    .new-portfolio-step-inner-container[data-show-item="portfolio-detail"] .new-portfolio-step-date {
    display: none;
    }

    .new-portfolio-step-portfolio-detail-items {
    position: relative;
    width: 100%;
    height: auto;
    }

    .new-portfolio-step-portfolio-detail-item {
    position: relative;
    width: auto;
    height: auto;
    font-weight: 600;
    padding: 25px 15px 25px 0;
    text-align: left;
    font-size: 14px;
    color: #F3FAFD;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #199DD715;
    }

    .new-portfolio-step-portfolio-detail-item span {
    position: relative;
    width: 250px;
    height: auto;
    font-weight: 400;
    margin-right: 10px;
    display: inline-block;
    }

    .new-portfolio-step-portfolio-detail-item span:after {
    content: ':';
    position: absolute;
    width: auto;
    height: auto;
    right: 0px;
    top: 0px;
    text-align: left;
    font-size: 14px;
    color: #F3FAFD;
    }

    .new-portfolio-step-fund-moves {
    position: relative;
    width: 100%;
    height: auto;
    display: none;
    }

    .new-portfolio-step-inner-container[data-show-item="fund-moves"] .new-portfolio-step-fund-moves {
    display: block;
    }

    .new-portfolio-step-inner-container[data-show-item="fund-moves"] .new-portfolio-step-date {
    display: none;
    }

    .new-portfolio-step-fund-moves-table {
    position: relative;
    width: 100%;
    height: auto;
    display: table;
    }

    .new-portfolio-step-fund-moves-table-header {
    position: relative;
    width: 100%;
    height: auto;
    display: table-row;
    }

    .new-portfolio-step-fund-moves-table-header-cell {
    position: relative;
    height: auto;
    display: table-cell;
    padding: 25px 18px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #F3FAFD;
    vertical-align: middle;
    text-align: left;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #199DD715;
    }

    .new-portfolio-step-fund-moves-table-header-cell:last-child {
    border-right: none;
    }

    .new-portfolio-step-fund-moves-table-header-cell:nth-child(1) {
    width: 10%;
    }

    .new-portfolio-step-fund-moves-table-header-cell:nth-child(2) {
    width: 20%;
    }

    .new-portfolio-step-fund-moves-table-header-cell:nth-child(3) {
    width: 35%;
    }

    .new-portfolio-step-fund-moves-table-header-cell:nth-child(4) {
    width: 35%;
    }


    .new-portfolio-step-fund-moves-table-row {
    position: relative;
    width: 100%;
    height: auto;
    display: table-row;
    }

    .new-portfolio-step-fund-moves-table-row-cell {
    position: relative;
    height: auto;
    display: table-cell;
    padding: 25px 18px;
    font-size: 12px;
    line-height: 18px;
    color: #F3FAFD;
    vertical-align: middle;
    text-align: left;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #199DD715;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #199DD715;
    }

    .new-portfolio-step-fund-moves-table-row-cell:last-child {
    border-right: none;
    }

    .new-portfolio-step-fund-moves-table-row-cell:nth-child(1) {
    width: 10%;
    }

    .new-portfolio-step-fund-moves-table-row-cell:nth-child(2) {
    width: 20%;
    }

    .new-portfolio-step-fund-moves-table-row-cell:nth-child(3) {
    width: 35%;
    }

    .new-portfolio-step-fund-moves-table-row-cell:nth-child(4) {
    width: 35%;
    }

    .new-portfolio-step-fund-moves-table-row.solid .new-portfolio-step-fund-moves-table-row-cell {
    border-top-style: solid;
    border-top-color: #199DD7;
    }

    .new-portfolio-step-options-container {
    position: absolute;
    width: auto;
    height: auto;
    right: 0;
    top: 15px;
    z-index: 2;
    }

    .new-portfolio-step-options-title {
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 0;
    cursor: pointer;
    }

    .new-portfolio-step-options-title-item {
    position: relative;
    width: 8px;
    height: 8px;
    margin-left: 4px;
    border-radius: 50%;
    background-color: #FFF;
    display: inline-block;
    vertical-align: top;
    }

    .new-portfolio-step-options-title-item:first-child {
    margin-left: 0;
    }

    .new-portfolio-step-options {
    position: absolute;
    width: auto;
    height: auto;
    padding-left: 30px;
    top: -10px;
    right: -10px;
    background-color: #FFF;
    border-radius: 4px;
    display: none;
    }

    .new-portfolio-step-option {
    position: relative;
    width: auto;
    height: auto;
    padding: 18px 30px 18px 26px;
    font-size: 14px;
    color: #212121;
    font-weight: 600;
    border-top: 1px solid #EEE;
    vertical-align: middle;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    }

    .new-portfolio-step-option > i {
    position: absolute;
    font-size: 16px;
    margin-top: -2px;
    left: 0;
    color: #212121;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    }

    .new-portfolio-step-option:hover {
    color: #199DD7;
    }

    .new-portfolio-step-option:hover i {
    color: #199DD7;
    }

    .new-portfolio-step-option:first-child {
    border-top: none;
    }


    .new-portfolio-step-transactions-container {
    position: relative;
    width: 100%;
    height: auto;
    }

    .new-portfolio-step-transactions {
    position: relative;
    width: 100%;
    height: auto;
    padding: 25px 0px;
    border-bottom: 1px solid #EEE;
    text-align: left;
    }

    .new-portfolio-step-transactions:first-child {
    border-top: 1px solid #EEE;
    }

    .new-portfolio-step-transaction {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 0;
    }

    .new-portfolio-step-transaction-notification {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: red;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    }

    .new-portfolio-step-transaction-title {
    position: relative;
    width: 150px;
    height: auto;
    font-size: 14px;
    color: #212121;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    }

    .new-portfolio-step-transaction-value {
    position: relative;
    width: calc(100% - 150px);
    height: auto;
    font-size: 14px;
    color: #004895;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    }

    .new-portfolio-step-transaction-value a {
    color: #004895;
    }

    .new-portfolio-step-transaction-value a > i {
    font-size: 10px;
    margin-left: 5px;
    }


    .new-portfolio-step-transactions.addable .new-portfolio-step-transaction-value {
    padding-right: 80px;
    color: #212121;
    }

    .new-portfolio-step-transactions.addable i.edit-transaction-button {
    position: absolute;
    font-size: 16px;
    color: #199DD7;
    top: 50%;
    right: 50px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    cursor: pointer;
    }

    .new-portfolio-step-transactions.addable i.delete-transaction-button{
    position: absolute;
    font-size: 16px;
    color: #199DD7;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    cursor: pointer;
    }

    .new-portfolio-step-transactions.addable .delete-transaction-button-trns{

    font-size: 16px;
    color: #199DD7;
    cursor: pointer;
    right: 5px;
    position: absolute;
    margin-top: -10px;

    }


    .compare-items-container {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px;
    }

    .compare-items-section {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 45px;
    }

    .compare-items-section:first-child {
    margin-top: 0px;
    }

    .compare-items-title {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: 600;
    color: #004895;
    }

    .compare-items {
    position: relative;
    width: 100%;
    height: auto;
    }

    .compare-items.no-result:after {
    content: 'Görüntülenecek portföy bulunamadı.';
    position: absolute;
    font-size: 16px;
    color: #BDBDBD;
    width: 100%;
    font-weight: 600;
    text-align: left;
    }

    .compare-item {
    position: relative;
    width: 230px;
    height: 59px;
    margin-right: 30px;
    margin-top: 30px;
    font-size: 0;
    padding: 0 10px 0 62px;
    border: 1px solid #EEE;
    border-radius: 4px;
    background-color: #FFF;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    transition: width 0.2s ease-in-out;
    -webkit-transition: width 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out;
    -ms-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    }

    .compare-item.selected {
    background-color: #199DD7;
    border-color: #199DD7;
    }

    .compare-item:not(.selected):hover {
    background-color: #199DD715;
    border-color: #199DD715;
    }

    .compare-item:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    }

    .compare-item-image {
    position: absolute;
    width: auto;
    height: auto;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    }

    .compare-item-image i {
    position: relative;
    font-size: 16px;
    color: #757575;
    }

    .compare-item.selected .compare-item-image i {
    color: #F3FAFD;
    }

    .compare-item-text {
    position: relative;
    width: 100%;
    max-height: 40px;
    font-size: 14px;
    color: #212121;
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    }

    .compare-item.selected .compare-item-text {
    color: #F3FAFD;
    }

    .compare-items-container .button-container {
    margin-top: 30px;
    text-align: center;
    }

    .compare-items-container .button-container .button {
    max-width: 290px;
    }

    .compare-detail-container-wrapper {
    position: relative;
    width: 100%;
    height: calc(100vh -99px);
    padding: 30px;
    }

    .compare-detail-container-wrapper .mCSB_inside > .mCSB_container {
    margin-right: 0;
    }

    .compare-detail-container-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #212121 !important;
    background-color: rgba(0,0,0,.4) !important;
    }

    .compare-detail-container-wrapper .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #FFF !important;
    background-color: rgba(255, 255, 255, .75) !important;
    }

    .compare-detail-container {
    position: relative;
    width: 100%;
    height: calc(100vh -159px);
    padding: 30px;
    border-radius: 4px;
    background-color: #FFF;
    text-align: center;
    }

    .compare-detail-back {
    position: absolute;
    width: auto;
    height: auto;
    left: 30px;
    top: 30px;
    font-size: 14px;
    color: #004895;
    font-weight: 600;
    z-index: 2;
    opacity: .7;
    }

    .compare-detail-back:hover {
    opacity: 1;
    }

    .compare-detail-back i {
    position: relative;
    font-size: 16px;
    margin-right: 5px;
    color: #004895;
    vertical-align: middle;
    }

    .compare-detail-send {
    position: absolute;
    width: auto;
    height: auto;
    right: 30px;
    top: 30px;
    z-index: 2;
    font-size: 14px;
    color: #004895;
    font-weight: 600;
    vertical-align: middle;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    padding-left: 30px;
    opacity: .7;
    }

    .compare-detail-send:hover {
    opacity: 1;
    }

    .compare-detail-send > i {
    position: absolute;
    font-size: 16px;
    margin-top: -2px;
    left: 0;
    color: #004895;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    }

    .compare-detail-title {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: 600;
    color: #004895;
    text-align: center;
    }

    .compare-detail-tabs-container {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 25px;
    text-align: center;
    }

    .compare-detail-tabs {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 4px;
    border-width: 1px;
    border-color: #004895;
    border-style: solid;
    overflow: hidden;
    display: inline-block;
    }

    .compare-detail-tab {
    position: relative;
    width: 150px;
    max-width: 50%;
    height: auto;
    font-size: 14px;
    color: #004895;
    line-height: 40px;
    border-left: 1px solid #004895;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    }

    .compare-detail-tab:first-child {
    border-left: none;
    }

    .compare-detail-tab.active {
    background-color: #004895;
    color: #FFF;
    }

    .compare-detail-dates-container {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    text-align: center;
    }

    .compare-detail-dates {
    position: relative;
    width: auto;
    height: auto;
    padding-left: 60px;
    padding-right: 15px;
    border: 1px solid #EEE;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    }

    .compare-detail-dates i {
    position: absolute;
    font-size: 16px;
    color: #BDBDBD;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    }

    .compare-detail-dates input.date-picker {
    position: relative;
    width: 100px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #212121;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    border: none;
    text-align: center;
    outline: none;
    border: none;
    }

    .compare-detail-types-container {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 25px;
    text-align: center;
    }

    .compare-detail-types {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 4px;
    border-width: 1px;
    border-color: #004895;
    border-style: solid;
    overflow: hidden;
    display: inline-block;
    }

    .compare-detail-type {
    position: relative;
    width: 225px;
    max-width: 50%;
    height: auto;
    font-size: 14px;
    color: #004895;
    line-height: 40px;
    border-left: 1px solid #004895;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    }

    .compare-detail-type:first-child {
    border-left: none;
    }

    .compare-detail-type.active {
    background-color: #004895;
    color: #FFF;
    }

    .compare-detail-button {
    position: relative;
    width: 150px;
    height: auto;
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
    }

    .compare-detail-graph {
    position: relative;
    width: 100%;
    margin-top: 90px;
    max-width: 700px;
    height: auto;
    display: inline-block;
    }

    .compare-detail-top-container {
    position: relative;
    }

    .compare-detail-graph-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    font-size: 14px;
    color: #212121;
    text-align: center;
    }

    .compare-detail-graph.no-result:after {
    content: 'Herhangi bir veri bulunmamaktadır.';
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #BDBDBD;
    width: 100%;
    font-weight: 600;
    text-align: center;
    }

    .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #FFF;
    }

    #drpChartType {
    border-radius: 4px !important;
    overflow: hidden;
    }

    #select2-drpChartType-results {
    border: none;
    padding-left: 30px;
    }

    #select2-drpChartType-results .select2-results__option {
    font-size: 14px;
    color: #212121 !important;
    font-weight: 600;
    border-top: 1px solid #EEE;
    padding: 18px 30px 18px 0;
    padding: 18px 30px 18px 0px;
    background-color: transparent !important;
    }

    .back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 30px;
    background-color: #004895;
    border-radius: 50%;
    z-index: 19;
    display: none;
    cursor: pointer;
    }

    .back-to-top i {
    position: absolute;
    font-size: 20px;
    color: #FFF;
    margin-left: 10px;
    margin-top: 10px;
    }

    .notification-container {
    position: fixed;
    width: 412px;
    height: auto;
    padding: 30px;
    bottom: 30px;
    left: 125px;
    font-size: 0;
    border-radius: 4px;
    background-color: #004895;
    z-index: 5;
    display: none;
    }

    .notification-container.with-menu {
    left: 315px;
    }

    .notification-icon {
    position: relative;
    width: 36px;
    height: 36px;
    background-color: rgba(255,255,255, 0.1);
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    }

    .notification-icon i {
    position: absolute;
    font-size: 16px;
    color: #FFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    }

    .notification-text {
    position: relative;
    width: 274px;
    height: auto;
    margin-left: 15px;
    font-size: 14px;
    color: #FFF;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    }

    .notification-text a {
    color: #FFF;
    text-decoration: underline;
    }

    .notification-close {
    position: relative;
    width: 12px;
    height: 12px;
    margin-left: 15px;
    font-size: 12px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    }

    .notification-close i {
    position: absolute;
    font-size: 12px;
    color: #FFF;
    top: 0;
    left: 0;
    }


    .inbox-message-container {
    position: absolute;
    width: calc(100% - 285px);
    height: 100%;
    top: 0px;
    left: 285px;
    z-index: 3;
    background-color: #00489580;
    }

    .container.with-small-menu .inbox-message-container {
    width: calc(100% - 95px);
    left: 95px;
    }

    .inbox-message-inner-container {
    position: relative;
    width: 285px;
    height: 100%;
    background-color: #FFF;
    display: inline-block;
    vertical-align: top;
    }

    .inbox-message-inner-container .mCSB_inside > .mCSB_container {
    margin-left: 30px;
    margin-right: 30px;
    }

    .inbox-message-inner-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #212121 !important;
    background-color: rgba(0,0,0,.4) !important;
    }

    .inbox-message-inner-container .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #FFF !important;
    background-color: rgba(255, 255, 255, .75) !important;
    }

    .inbox-message-title {
    position: relative;
    width: 100%;
    height: 98px;
    font-size: 24px;
    line-height: 98px;
    color: #004895;
    text-align: center;
    }

    .inbox-message-search {
    position: relative;
    width: 100%;
    height: auto;
    }

    .inbox-message-search .search {
    padding: 0;
    }

    .inbox-message-search .search input {
    padding-left: 40px;
    }

    .inbox-message-search .search i {
    left: 13px;
    }

    .inbox-message-items {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100px;
    }

    .inbox-message-items.no-result:after {
    content: 'Görüntülenecek mesaj bulunamadı.';
    position: absolute;
    margin-top: 30px;
    font-size: 14px;
    color: #BDBDBD;
    width: 100%;
    font-weight: 600;
    text-align: center;
    }

    .inbox-message-item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0px;
    border-bottom: 1px solid #EEE;
    font-size: 14px;
    display: block;
    cursor: default;
    }



    .inbox-message-item > i {
    position: absolute;
    width: 9px;
    height: auto;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    color: #212121;
    display: none;
    }

    .inbox-message-item.with-link {
    padding-right: 30px;
    cursor: pointer;
    }

    .inbox-message-item.with-link > i {
    display: block;
    }

    .inbox-message-item-date {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #199DD7;
    }

    .inbox-message-item.read .inbox-message-item-date {
    color: #757575;
    }

    .inbox-message-item-message {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-size: 14px;
    color: #212121;
    }

    .inbox-message-item.read .inbox-message-item-message {
    color: #757575;
    }

    .inbox-message-item-date i {
    position: absolute;
    font-size: 12px;
    color: #199DD7;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    }

    .inbox-message-item.read .inbox-message-item-date i {
    color: #757575;
    }

    .inbox-message-close {
    position: relative;
    margin-top: 30px;
    margin-left: 30px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    }

    .inbox-message-close i {
    font-size: 30px;
    color: #FFF;
    cursor: pointer;
    }

    .profile-settings-container {
    position: absolute;
    width: calc(100% - 285px);
    height: 100%;
    top: 0px;
    left: 285px;
    z-index: 3;
    background-color: #00489580;
    }

    .container.with-small-menu .profile-settings-container {
    width: calc(100% - 95px);
    left: 95px;
    }

    .profile-settings-inner-container {
    position: relative;
    width: 285px;
    height: 100%;
    background-color: #FFF;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 30px;
    }

    .profile-settings-inner-container .mCSB_inside > .mCSB_container {
    margin-left: 30px;
    margin-right: 30px;
    }

    .profile-settings-inner-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #212121 !important;
    background-color: rgba(0,0,0,.4) !important;
    }

    .profile-settings-inner-container .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #FFF !important;
    background-color: rgba(255, 255, 255, .75) !important;
    }

    .profile-settings-title {
    position: relative;
    width: 100%;
    height: 98px;
    font-size: 24px;
    line-height: 98px;
    color: #004895;
    text-align: center;
    border-bottom: 1px solid #EEE;
    }

    .profile-settings-items {
    position: relative;
    width: 100%;
    height: auto;
    }

    .profile-settings-error {
    margin-top: 10px;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: red;
    text-align: center;
    }

    .profile-settings-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 15px;
    }

    .profile-settings-item-title {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    color: #004895;
    }

    .profile-settings-item-input {
    position: relative;
    width: 100%;
    height: auto;
    }

    .profile-settings-item-input input {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px 10px;
    margin-top: 10px;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #EEEEEE;
    border-radius: 4px;
    color: #212121;
    font-weight: 600;
    line-height: 30px;
    outline: none;
    }

    .profile-settings-item-input.error input {
    color: red;
    border-color: red;
    }

    .profile-settings-item-input input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #BDBDBD;
    }

    .profile-settings-item-input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #BDBDBD;
    opacity: 1;
    }

    .profile-settings-item-input input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #BDBDBD;
    opacity: 1;
    }

    .profile-settings-item-input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BDBDBD;
    }

    .profile-settings-item-input input::-ms-input-placeholder { /* Microsoft Edge */
    color: #BDBDBD;
    }

    .profile-settings-item-input input::placeholder { /* Most modern browsers support this now. */
    color: #BDBDBD;
    }

    .profile-settings-item-input.error input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: red;
    }

    .profile-settings-item-input.error input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: red;
    }

    .profile-settings-item-input.error input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: red;
    }

    .profile-settings-item-input.error input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
    }

    .profile-settings-item-input.error input::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
    }

    .profile-settings-item-input.error input::placeholder { /* Most modern browsers support this now. */
    color: red;
    }

    .profile-settings-items .button-container {
    margin-top: 30px;
    }

    .profile-settings-close {
    position: relative;
    margin-top: 30px;
    margin-left: 30px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    }

    .profile-settings-close i {
    font-size: 30px;
    color: #FFF;
    cursor: pointer;
    }

    .profile-settings-image {
    position: relative;
    width: 30px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    }

    .profile-settings-image-text {
    position: relative;
    width: auto;
    height: auto;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    color: #004895;
    font-weight: 600;
    }

    .profile-settings-image-text-delete {
    position: relative;
    width: auto;
    height: auto;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    color: red;
    font-weight: 600;
    }

    .profile-settings-image-change-container {
    position: relative;
    width: 400px;
    max-width: 90%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    }

    .profile-settings-image-change-image {
    position: relative;
    width: 100%;
    height: auto;
    }

    .profile-settings-image-change-image img {
    position: relative;
    width: 100%;
    height: auto;
    }

    .profile-settings-image-change-container .button-container {
    margin-top: 30px;
    }

    .profile-settings-hidden-file-input {
    display: none;
    }

    .profile-settings-image-change-container .button-container .button {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    }

    .profile-settings-image-change-container .button-container .button:last-child {
    margin-right: 0;
    }


    .contact-container {
    position: absolute;
    width: calc(100% - 285px);
    height: 100%;
    top: 0px;
    left: 285px;
    z-index: 3;
    background-color: #00489580;
    }

    .container.with-small-menu .contact-container {
    width: calc(100% - 95px);
    left: 95px;
    }

    .contact-inner-container {
    position: relative;
    width: 285px;
    height: 100%;
    background-color: #FFF;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 30px;
    }

    .contact-inner-container .mCSB_inside > .mCSB_container {
    margin-left: 30px;
    margin-right: 30px;
    }

    .contact-inner-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #212121 !important;
    background-color: rgba(0,0,0,.4) !important;
    }

    .contact-inner-container .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #FFF !important;
    background-color: rgba(255, 255, 255, .75) !important;
    }

    .contact-title {
    position: relative;
    width: 100%;
    height: 98px;
    font-size: 24px;
    line-height: 98px;
    color: #004895;
    text-align: center;
    border-bottom: 1px solid #EEE;
    }

    .contact-items {
    position: relative;
    width: 100%;
    height: auto;
    }

    .contact-error {
    margin-top: 10px;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: red;
    text-align: center;
    }

    .contact-error * {
    font-size:inherit;
    }

    .contact-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 15px;
    }

    .contact-item-title {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    color: #004895;
    }

    .contact-item-input {
    position: relative;
    width: 100%;
    height: auto;
    }

    .contact-item-input textarea {
    position: relative;
    width: 100%;
    height: 250px;
    padding: 0px 10px;
    margin-top: 10px;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #EEEEEE;
    border-radius: 4px;
    color: #212121;
    font-weight: 600;
    line-height: 30px;
    outline: none;
    }

    .contact-item-input.error input {
    color: red;
    border-color: red;
    }

    .contact-item-input input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #BDBDBD;
    }

    .contact-item-input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #BDBDBD;
    opacity: 1;
    }

    .contact-item-input input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #BDBDBD;
    opacity: 1;
    }

    .contact-item-input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BDBDBD;
    }

    .contact-item-input input::-ms-input-placeholder { /* Microsoft Edge */
    color: #BDBDBD;
    }

    .contact-item-input input::placeholder { /* Most modern browsers support this now. */
    color: #BDBDBD;
    }

    .contact-item-input.error input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: red;
    }

    .contact-item-input.error input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: red;
    }

    .contact-item-input.error input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: red;
    }

    .contact-item-input.error input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
    }

    .contact-item-input.error input::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
    }

    .contact-item-input.error input::placeholder { /* Most modern browsers support this now. */
    color: red;
    }

    .contact-items .button-container {
    margin-top: 30px;
    }

    .contact-close {
    position: relative;
    margin-top: 30px;
    margin-left: 30px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    }

    .contact-close i {
    font-size: 30px;
    color: #FFF;
    cursor: pointer;
    }

    .contact-image {
    position: relative;
    width: 30px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    }

    .contact-image-text {
    position: relative;
    width: auto;
    height: auto;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    color: #004895;
    font-weight: 600;
    }

    .contact-image-change-container {
    position: relative;
    width: 400px;
    max-width: 90%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    }

    .contact-image-change-image {
    position: relative;
    width: 100%;
    height: auto;
    }

    .contact-image-change-image img {
    position: relative;
    width: 100%;
    height: auto;
    }

    .contact-image-change-container .button-container {
    margin-top: 30px;
    }

    .contact-hidden-file-input {
    display: none;
    }

    .contact-image-change-container .button-container .button {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    }

    .contact-image-change-container .button-container .button:last-child {
    margin-right: 0;
    }



    .compare-search {
    background-color: transparent;
    padding: 0;
    }

    .compare-search i {
    left: 21px;
    }


    .lightbox-box-mini-text {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-align: center;
    display: block;
    }

    .lightbox-box-mini-text a {
    position: relative;
    line-height: 12px;
    }


    .lightbox-box-mini-text i {
    position: absolute;
    width: 12px;
    height: auto;
    left: calc(100% + 7px);
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    }

    .orientation {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(Content/Images/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99999;
    }


    @media only screen and (orientation: portrait) {
    .orientation {
    display: block;
    }
    }

    img.info {
    position: relative;
    width: 20px;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    opacity: .5;
    cursor: pointer;
    }

    img.info:hover {
    opacity: 1;
    }

    .new-portfolio-step-wrapper img.info {
    display: none;
    }

    .new-portfolio-step-wrapper.active img.info {
    display: inline-block;
    }

    .new-suggest-portfolio-summary-step-wrapper.active img.info {
    position: absolute;
    left: -45px;
    top: 4px;
    width: 30px;
    opacity: 1;
    }

    .new-portfolio-summary-step-wrapper.active img.info {
    position: absolute;
    left: -45px;
    top: 4px;
    width: 30px;
    opacity: 1;
    }

    .login-container-besasistan {
    display: block;
    }

    .login-container-besasistan .login-section {
    padding: 0;
    height: 100% !important;
    display: inline-block;
    overflow: auto;
    }

    .login-container .login-section::before {
    content: "";
    background-image: url(Content/Images/login-bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    }

    .login-container-besasistan .login-section + .login-form-section {
    height: 100% !important;
    display: inline-block;
    overflow: auto;
    }

    .login-section .login-content-container {
    position: relative;
    padding: 53px 60px 0 60px;
    padding-top: 6.5vw;
    padding-bottom: 4vw;
    width: 100%;
    height: 100%;
    min-height: 47vw;
    }

    .login-section .login-content-container:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    }

    .login-section .login-header {
    position: absolute;
    width: calc(100% - 120px);
    max-width: 63.88vw;
    top: 5px;
    left: 50%;
    text-align: left;
    background-color: transparent;
    height: auto;
    padding: 0;
    text-align: left;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    }

    .login-section .login-header img {
        max-width: 250px;
        max-height: 80px;
    }

    .login-section .login-content {
    width: 100%;
    max-width: 63.88vw;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    }

    .login-section .login-content .items {
    position: relative;
    width: 100%;
    padding-bottom: 4.167vw;
    text-align: left;
    background-color: transparent;
    }

    .login-section .login-content .items .item {
    width: calc((100% - 2.08vw) / 2);
    margin-left: 2.08vw;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 1px solid #004895;
    position: relative;
    padding: 2.08vw;
    padding-bottom: 3.2vw;
    margin-top: 3.166vw;
    background-color: #FFF;
    border-radius: .694vw;
    }

    .login-section .login-content .items .item:nth-child(2n + 1) {
    margin-left: 0;
    }

    .login-section .login-content .items .item:nth-child(1) {
    margin-top: 0;
    }

    .login-section .login-content .items .item:nth-child(2) {
    margin-top: 0;
    }

    .login-section .login-content .items .item .image {
    position: relative;
    width: 5.55vw;
    height: 5.55vw;
    background-color: #ECF0F6;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    }

    .login-section .login-content .items .item .image img, .login-section .login-content .items .item .image svg {
    position: absolute;
    max-width: 55%;
    max-height: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    }

    .login-section .login-content .items .item .image svg{
    fill: #004895
    }

    .login-section .login-content .items .item .text {
    font-size: 1vw;
    line-height: 1.5vw;
    margin-top: 2.08vw;
    color: #555;
    }

    .login-section .login-content .items .item .button {
    position: absolute;
    width: 11.11vw;
    height: 2.8vw;
    left: 50%;
    margin-left: -5.555vw;
    bottom: -1.4vw;
    background-color: #004895 !important;
    border-radius: 2.08vw;
    font-size: 1vw;
    line-height: 2.9vw;
    }

    .login-section .login-footer {
    position: absolute;
    width: calc(100% - 120px);
    max-width: 63.88vw;
    left: 50%;
    bottom: 1vw;
    text-align: left;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    }

    .login-section .login-footer a {
    font-size: .8vw;
    color: #555;
    margin-right: .8vw;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    }

    .login-section .login-footer span {
    position: absolute;
    font-size: .8vw;
    color: #555;
    right: 0;
    top: 0;
    }


    .profile-summary{
    text-align: center;
    margin-bottom: 50px;
    }

    .profile-summary span{
    font-size: 16px;

    }

    .comparison-list-container {
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 90px;
    background-color: #FFF;
    background-size: 100% auto;
    background-position: top;
    }

    .comparison-list-header {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
    }

    .comparison-list-title {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    font-size: 24px;
    color: #004895;
    }

    .comparison-list-table-search {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    }

    .comparison-list-table-search .comparison-list-table-search-input {
    }

    .comparison-list-table-search .comparison-list-table-search-input .comparison-list-table-search-input-title {
    font-size: 14px;
    color: #004895;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    }

    .comparison-list-table-search .comparison-list-table-search-input input {
    position: relative;
    height: auto;
    margin-left:10px;
    font-size: 14px;
    color: #757575;
    line-height: 20px;
    font-weight: 400;
    border: none;
    outline: none;
    background-color: transparent;
    border-bottom: 1px solid #004895;
    }

    .comparison-list {
    position: relative;
    width: 100%;
    height: auto;
    padding-top:43px;
    background-color: #FFF;
    }


    .comparison-list-highlight {
    position: relative;
    width: auto;
    height: 30px;
    padding-left: 2px;
    padding-right: 2px;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    }


    .sorted-field .comparison-list-highlight{
    background-color: #F1D6B8;
    border-radius: 50px;
    }



    .comparison-list-container .comparison-list-form {
    }

    .comparison-list-container .comparison-list-form .comparison-search-input {
    width:25%;
    max-width:250px;
    padding-right:20px;
    display:inline-block;
    vertical-align:middle;
    }

    .comparison-list-container .comparison-list-form .comparison-search-input.double {
    max-width:350px;
    }

    .comparison-list-container .comparison-list-form .comparison-search-input label {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #004895;
    line-height: 58px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    }

    .comparison-list-container .comparison-list-form .comparison-search-input input {
    position: relative;
    width: 100%;
    height: 35px;
    margin-top: 0px;
    padding-left:8px;
    padding-right:8px;
    font-size: 14px;
    color: #212121;
    font-weight: 600;
    line-height: 35px;
    outline: none;
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    }

    .comparison-list-container .comparison-list-form .comparison-search-input.double input {
    width: calc((100% - 10px) / 2);
    }

    .comparison-list-container .comparison-list-form .comparison-search-input.double input + input {
    margin-left:10px;
    }

    .comparison-list-container .comparison-list-form .comparison-search-input select {
    height: 35px;
    }

    .comparison-list-container .comparison-list-form .comparison-search-input .select2-container .select2-selection--single {
    height: 35px;
    }

    .comparison-list-container .comparison-list-form .comparison-search-input .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #212121;
    font-weight: 600;
    line-height: 35px;
    text-align:left;
    }

    .comparison-list-container .comparison-list-form .comparison-detail-button {
    margin-top:20px;
    }

    .comparison-list-container .comparison-list-form .comparison-detail-button .button {
    line-height:35px;
    }

    .select2-container--default .multiselect .select2-results__option{
    background-color:transparent !important;
    }

    .select2-results__option .wrap {
    position:relative;
    padding-left:25px;
    color:#000 !important;
    }

    .select2-results__option .wrap:before{
    content: '';
    position:absolute;
    width: 12px;
    height: 12px;
    top:3px;
    left:0;
    border: 1px solid #555;
    }

    .select2-results__option[aria-selected=true] .wrap:after{
    content: '';
    position:absolute;
    width: 8px;
    height: 8px;
    background: #555;
    top:6px;
    left:3px;
    }

    .select2-results__option[aria-disabled=true] {
    display:none;
    }




    .title-info{
    position: absolute;
    top: -2px;
    font-size: 20px;
    }



    .text-validation-error{
    color: red !important;
    }
    .input-validation-error{
    border-color: red !important;
    }

    .input-validation-error::placeholder{
    color:red !important;
    }

    [data-valmsg-summary="true"] ul{
    list-style: none;
    }



    .main-header-title {
    font-size: 31px;
    display: inline-block;
    float: right;
    color: #004895
    }


    .main-header-title-home{
    color: #004895;
    }



    .login-form-item .select2-fill.input-validation-error + .select2 .select2-selection{
    border-color:red !important;
    }



    .login-form-item .select2-fill.input-validation-error +
    .select2-container--default .select2-selection--single .select2-selection__placeholder{

    color: red !important;
    }



    .login-form-item .select2-fill.input-validation-error +
    .select2-container--default .select2-selection--single .select2-selection__arrow {

    color: red !important;

    }


    .new-portfolio-step-tabs.dark{
    color: #004895;
    border-color:#004895;
    }
    .new-portfolio-step-tabs.dark *{
    color: #004895;
    border-color:#004895;

    }




    .k-pager-numbers .k-link.k-state-selected {
    background-color: #004895 !important;
    }

    .k-pager-nav.k-link, .k-pager-refresh{
    color: #004895 !important;
    }



    .aInfoLink, .aLineChart {
    color: #004895 !important;
    }

    .chartInterval-label {
    font-size: 14px;
    }
    .comparison-search-input-radio {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -ms-progress-appearance: auto;
    appereance: auto;
    }


    .comparison-list-container .comparison-list-form .comparison-search-input-radio {
    /*width:25%;*/
    max-width:250px;
    padding-right:20px;
    display:inline-block;
    vertical-align:middle;
    }

    .comparison-list-container .comparison-list-form .comparison-search-input-radio.double {
    max-width:350px;
    }

    .comparison-list-container .comparison-list-form .comparison-search-input-radio label {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #004895;
    line-height: 58px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    }

    .comparison-list-container .comparison-list-form .comparison-search-input-radio input {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -ms-progress-appearance: auto;
    appereance: auto;
    }
    .comparison-list-container .comparison-list-form .comparison-search-input-radio.double div  input {

    }
    .comparison-list-container .comparison-list-form .comparison-search-input-radio.double div {

    display: flex;
    align-self: center;
    height: 35px;
    align-items: center
    }

    .comparison-list-container .comparison-list-form .comparison-search-input-radio.double div  input+label {
    margin-left:5px;
    }
    .comparison-list-container .comparison-list-form .comparison-search-input-radio.double div label {

    }