﻿#layout-navigation {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    #layout-navigation:after, #layout-navigation:before {
        content: " ";
        display: table;
    }

    #layout-navigation:after {
        clear: both;
    }

@media (min-width:768px) {
    #layout-navigation {
        width: 750px;
    }
}

@media (min-width:992px) {
    #layout-navigation {
        width: 970px;
    }
}

@media (min-width:1200px) {
    #layout-navigation {
        width: 1170px;
    }
}

#logon_controls {
    float: left;
    width: 100%;
    margin-top: 35px;
}

#logon_controls button {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 20px 20px;
}

.rememberLogOn {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}

.logon_forgot_field a {
    float: right;
    text-decoration: none;
    font-size: 95%;
    font-weight: 400;
    color: #306AB2;
}

.field-validation-error {
    color: #A91E1E;
}

#registration_acceptedresult {
    margin-left: 0px;
    width: 425px;
    float:left;
}

    #registration_acceptedresult .status_text {
        max-width: 400px;
    }

    #registration_acceptedresult #customer_logo {
        margin-top: -15px;
    }

    #registration_acceptedresult #second_part {
        vertical-align: bottom;
        margin-top: 25px;
    }

    #registration_acceptedresult #third_part {
        clear: both;
    }

.result.accepted {
    /*display: inline;
        background-color: #abdc95;*/
    color: #55802A;
    background-color: #E4F0D8;
    display: block;
    margin-bottom: 20px;
    line-height: 20px; /*float: left;*/
    clear: left;
    border-radius: 3px;
    background-image: url("/content/images/icons/icon_succes.png");
    background-position: 15px 11px;
    background-repeat: no-repeat;
    padding: 10px 20px 10px 50px;
    font-weight: 600;
}

.result.accepted {
    /*display: inline;
        background-color: #abdc95;*/
    color: #55802A;
    background-color: #E4F0D8;
    display: block;
    margin-bottom: 20px;
    line-height: 20px; /*float: left;*/
    clear: left;
    border-radius: 3px;
    background-image: url("/content/images/icons/icon_succes.png");
    background-position: 15px 11px;
    background-repeat: no-repeat;
    padding: 10px 20px 10px 50px;
    font-weight: 600;
    margin-top: 20px;
    background-position-y: center;
    background-position-x: 10px;
}
.result.confirm.accepted {
    /*display: inline;
        background-color: #abdc95;*/
    color: none;
    background-color: transparent;
    display: block;
    margin-bottom: 0px;
    line-height: 0px; /*float: left;*/
    clear: none;
    border-radius: 0px;
    background-image: url("");
    background-position: 0px;
    background-repeat: unset;
    padding: 10px 20px 10px 50px;
    font-weight: 600;
    margin-top: 20px;
    background-position-y: unset;
    background-position-x: 0px;
    box-shadow: none;
}

.result.declined {
    color: #A91E1E;
    background-color: #EED2D2;
    display: block;
    margin-bottom: 20px;
    line-height: 20px; /*float: left;*/
    clear: left;
    border-radius: 3px;
    background-image: url("/content/images/icons/icon_error.png");
    background-position: 15px 11px;
    background-repeat: no-repeat;
    padding: 10px 20px 10px 50px;
    font-weight: 600;
       
}

#application_form .result.declined{
    
    color: #A91E1E;
    background-color: #EED2D2;
    margin-bottom: 0px;
    line-height: 13px;
    float: left;
    border-radius: 3px;
    background-image: url(/content/images/icons/icon_error.png);
    background-position: 15px 11px;
    background-repeat: no-repeat;
    padding: 10px 8px 8px 50px;
    font-weight: 600;
    margin-left: 0vw;
    height: 2vw;
    width: 16vw;
    
}

#changepw_container .result.declined {
   
     color: #A91E1E;
    background-color: #EED2D2;
    margin-bottom: 0px;
    line-height: 20px;
        
    border-radius: 3px;
    background-image: url(/content/images/icons/icon_error.png);
    background-position: 15px 11px;
    background-repeat: no-repeat;
    padding: 9px 10px 15px 2px;
    font-weight: 600;
    min-width: 390px;
    margin-bottom: 20px;
      max-height: 91px;
    

}

.status_text {
        padding: 0px;
    }

.page-header--figure[class*="--form"] .page-header__link{
    margin-bottom: 30px;
}

.field__button{
    cursor: pointer;
}

input[type="checkbox"].checkbox_white {
    display: none;
}

    input[type="checkbox"].checkbox_white + label span, input[type="checkbox"].checkbox_white + input + label span {
        display: inline-block;
        width: 20px;
        height: 16px;
        margin: -2px 4px 0 0;
        vertical-align: middle;
        background: url(/content/images/Checkbox_white_unchecked.png) left top no-repeat;
        cursor: pointer;
    }

    input[type="checkbox"].checkbox_white:checked + label span, input[type="checkbox"].checkbox_white:checked + input + label span {
        background: url(/content/images/Checkbox_white_checked_full.png) 0px top no-repeat;
    }

    input[type="checkbox"].checkbox_white + label span, input[type="checkbox"].checkbox_white + input + label.rememberText {
        font-size: 95%;
        color: #00205B;
    }

#logon img.page-header__figure__source{
    height:659px;

}

.usps__listing.listing--grid {
    display: inline-block;
}

#changepw_container .row {
    float: left;
    width: 425px;
    display: block;
}

#changepw_container form {
    float: left;
    display:flex;
}

#user-identifier {
    float: right;
    margin-top: -30px;
    color: #8a9499;
}

    #user-identifier span {
        font-weight: 600;
    }

#registration_acceptedresult {
    margin-left: 0px;
    width: 425px;
}

    #registration_acceptedresult .status_text {
        max-width: 400px;
    }

    #registration_acceptedresult #customer_logo {
        margin-top: -15px;
    }

    #registration_acceptedresult #second_part {
        float: left;
        vertical-align: bottom;
        margin-top: 25px;
    }

    #registration_acceptedresult #third_part {
        clear: both;
    }

#registration_status ul {
    width: auto;
}

#registration_status {
    float: none;
}

.pw_label {
    background-color: transparent;
    clear: left;
    color: #046293;
    display: inline-block;
    line-height: 45px;
    float: left;
    font-weight: 600;
    font-size: 18px;
    margin-top: 4px;
}

#strength_title {
    margin-bottom: 10px;
    themed_dropdown_lscroll_title font-weight: 600;
    font-size: 18px;
    color: #5C6266;
}

#linked_user_filter_status {
    float: right;
    padding: 0px 4px 0px 15px;
    font-size: 18px;
}

    #linked_user_filter_status span.title {
        float: left;
        margin-top: 9px;
        margin-right: 15px;
    }

#user_filter_status {
    float: right;
    padding: 0px 4px 0px 15px;
    font-size: 18px;
}

    #user_filter_status span.title {
        float: left;
        margin-top: 11px;
        margin-right: 15px;
    }

#user_filter_role {
    float: right;
    padding: 0px 4px 0px 15px;
    font-size: 18px;
}

    #user_filter_role span.title {
        float: left;
        margin-top: 11px;
        margin-right: 15px;
    }

.dropdown-alt div .icon-lang-arrow.dropdownnew {
    background-color: #f4f6f8;
}

#user-license-dropdown.downdown-alt div.dropdown {
}

#user-license-dropdown #themed_dropdown_lscroll_title {
    width: 178px;
}


#user_filter_status.dropdown-alt div.dropdown, #user_filter_label.dropdown-alt div.dropdown {
    width: 195px !important;
    margin-right: -6px;
}

#user_filter_role.dropdown-alt div.dropdown {
    width: 195px !important;
    margin-right: -6px;
}

#linked_user_filter_status.dropdown-alt div.dropdown {
    width: 195px !important;
    margin-right: -6px;
}

#search-form .dropdown-alt div.dropdown {
    width: 195px !important;
    margin-right: 0px;
}


#themed_dropdown_nor_title > span.ddlabel, #themed_dropdown_nor_alt_title > span.ddlabel, #themed_dropdown_nor_alt1_title > span.ddlabel, #themed_dropdown_nor_alt2_title > span.ddlabel {
    /*width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

#user_filter_status #themed_dropdown_nor_title, #user_filter_label #themed_dropdown_nor_alt1_title {
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#user_filter_role #themed_dropdown_nor_alt_title {
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#user_filter_status #themed_dropdown_nor_child {
    height: 200px;
    overflow-y: auto;
}

#user_filter_role #themed_dropdown_nor_alt_child {
    height: 200px;
    overflow-y: auto;
}

#users_list #users_container {
    display: inline-block;
    width: 960px;
}

.user_detail_header {
    color: #8A9499;
    border-bottom: solid 2px #EBF1FA;
    margin-bottom: 35px;
    padding-bottom: 15px;
}

#user_title {
    font-size: 30px;
    font-weight: 600;
    width: 600px;
    float: left;
}

#management_content .infotext {
    width: 600px;
}


#management_content {
    padding-bottom: 90px;
}

#company_users_edit {
    background-color: #f4f6f8;
    float: right;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 15px 15px 15px;
    color: #046293;
}

#resend_mail {
    border-bottom: 1px solid #EBF1FA;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#company_users_edit .fill {
    width: 250px;
    height: 45px;
    margin-right: 10px;
    margin-left: 10px;
}

#company_users_edit .floatright {
    width: 225px;
    float: right;
    margin-right: 0;
    line-height: 22px;
}

#company_users_licenses {
    display: inline-block;
}

    #company_users_licenses .dropdown-alt div.dropdown {
        font-weight: 600;
        font-size: 17px;
        width: 230px !important;
        margin-right: 15px;
    }

    #company_users_licenses #userslicenses_data .header_a_column,
    #company_users_licenses #userslicenses_data .result_a_column {
        width: 290px;
    }

    #company_users_licenses #userslicenses_data .header_b_column,
    #company_users_licenses #userslicenses_data .result_b_column {
        width: 140px;
    }

    #company_users_licenses #userslicenses_data .header_c_column,
    #company_users_licenses #userslicenses_data .result_c_column {
        width: 90px;
    }

    #company_users_licenses #userslicenses_data .header_d_column,
    #company_users_licenses #userslicenses_data .result_d_column {
        width: 90px;
    }

    #company_users_licenses #userslicenses_data .header_e_column,
    #company_users_licenses #userslicenses_data .result_e_column {
        width: 140px;
    }

#company_users_subcollections {
    display: inline-block;
}

    #company_users_subcollections .dropdown-alt div.dropdown {
        font-weight: 600;
        font-size: 17px;
        width: 230px !important;
        margin-right: 15px;
    }

#pw_standard {
    display: inline;
    margin-top: 15px;
}

#changepw_subtitle {
    display: block;
    margin-bottom: 15px;
    color: #808487;
}

#changepw_container .form_row {
    margin-bottom: 5px;
}

#changepw_container .form_section {
    margin-top: 10px;
}

#changepw_container #field_container {
    float: left;
       width: 432px;
    padding-left: 41px;
    border-radius: 3px;
    padding-bottom: 18px;
   
}

.result.confirm.declined .status_text{
            padding-left: 45px;
 }


    #changepw_container #field_container .row {
        clear: both;
        width: 430px;
    }

#changepw_container form .field {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #e5e5e5;
    border-image: none;
    border-style: solid none none;
    border-radius: 3px;
    border-width: 2px 0 0;
    float: left;
    height: 43px;
    width: 394px;
    margin-bottom: 2px;
}



.user-icon {
    position: relative;
    top: 3px;
    display: inline-block;
    font-size: 20px;
}

    .user-icon.space {
        margin-right: 5px;
    }

    .user-icon.alt {
        float: left;
    }

    .user-icon.green {
        color: #69bc21;
    }

    .user-icon.red {
        color: #a91e1e;
    }

    .user-icon.orange {
        color: #df7342;
    }

    .user-icon.white {
        color: #fff;
    }

    .user-icon.gray {
        color: #787d80;
    }

.pw-icon {
    display: none;
    position: absolute;
    font-size: 18px;
    line-height: 44px;
    left: 400px;
}

    .pw-icon.alt {
        left: 740px;
    }

    .pw-icon.show-icon {
        display: inline;
    }

    .pw-icon.c {
        color: #79b43d;
    }

    .pw-icon.j {
        color: #a91e1e;
    }

#company_content_head h1 {
    font-size: 30px;
    color: #046293;
    float: left;
}

#changepw_container form .field.error-field {
    background-color: #fff0f0;
    border-color: #a91e1e;
    border-style: solid;
    border-width: 1px;
}

#changepw_container .result {
    /*width: 235px;
    margin-left: 185px;*/
    /*float:right;*/
}

#changepw_container .resultconfirm {
    width: 400px;
}

#changepw_container .page-header__side{
   margin-left: -47px;
}
#changepw_container .page-header__text{
    font-weight: 300;
    color: #00205B;
    font-size: 22px;
    line-height: 75px;
    margin-top: -29px;
    font-weight: 400;
   
}

#changepw_container .page-header__text.sendmail{
    font-weight: 300;
    color: #00205B;
    font-size: 22px;
   line-height: 38px;
    margin-top: -29px;
    font-weight: 400;
   
}
#changepw_container .page-header--figure[class*="--form"] {
    padding: 40px 0 50px;
    
}

#changepw_container .form_inputfield label {
    max-width: 480px;
    margin-left: -30px;
    font-weight: 600;
    padding-left: 30px;
    color: #306AB2;
    /* font-size: 14px; */
    line-height: 1.6;
}

#changepw_container .changepwfigure {
    height: 88px;
    width: 102vw;
} 
#changepw_container .form_inputfield input {
    margin: 0px 5px 0px 0px;
    float: left;
}

#changepw_container .validation_check {
    background-image: url("/content/images/icons/icon_declined.gif");
    background-position: 0px 7px;
    background-repeat: no-repeat;
    display: block;
    padding-left: 22px;
    margin-bottom: 5px;
    line-height: 25px; /*float: left;*/
    clear: left;
    width: 100%;
    color: #63696c;
}

#changepw_container .validation_check.no_icon {
    background-image: none;
    font-style: italic;
}

#validationchecks_container {
    margin-left: 5px;
}

.validationchecks_column {
    float: left;
    width: 90%;
}

#strength_container span {
    line-height: 22px;
}

#changepw_container .validation_check.met {
    background-image: url("/content/images/icons/icon_accepted.gif");
}

.pw_field_dropdown {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 420px;
}

#password_submit_container {
    margin-top: 18px;
    padding-bottom: 2px;
    float: left;
}

.submit_password_button {
    background-color: #306AB2;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding: 13px 17px 8px 17px;
}

 .submit_password_button .link .link--arrow:hover {
       /* color: #087eb2;*/
    }

    .submit_password_button div {
        float: left;
        font-size: 17px;
        margin-top: -2px;
    }

.pw_field {
    display: inline;
    float: left;
    width: 390px;
}

    .pw_field input {
        width: 220px;
    }

#user_selector {
    width: 238px;
}

#pw_input {
    display: none;
    float: left;
    clear: both;
    line-height: 25px;
    margin-left: 185px;
}

#pw_characters {
    display: block;
    font-size: 0.917em;
    line-height: 22px;
}


#strength_container {
    padding-bottom: 30px;
    float: left;
    margin-left: 185px;
    position: relative;
    width: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: #dae1e6;
    border-radius: 5px;
    background-color:whitesmoke;
}


#strength_container_content {
    margin: 30px;
}

#changepw_container .result .confirm .accepted ul { 
    padding: 1px 0 0;
}

#changepw_container #strength_container {
     padding-bottom: 30px;
    float: left;
    margin-left: 185px;
    position: relative;
    width: 100%;
    border-style: none;
    border-width: 0px;
    border-color: none;
    border-radius: unset;
    background-color:white;
    margin-left: 4vw;
    max-width: 650px;
    min-width: 300px;
    margin-bottom: 20px;
    min-height: 443px;
    max-height: 693px;
     margin-top: 94px;
    box-shadow: 0px 0px 29px -9px #a29e9e;
}

#changepw_container #strength_container_content {
    margin: 30px;
    margin-left: 70px;
}
#changepw_container .icon-arrow-right {
    float: left;
    margin-left: 10px;
    display: inline-flex;
}
#changepw_container .field__label a {
    color: #306AB2;
    border-bottom: 1px dashed;
}
#password_submit_container .disabled {
    background-color: #B3B3B3;
    cursor: default !important;
}
#changepw_container #password_submit_container .disabled {
    background-color: #B3B3B3;
     width:390px;
}
#changepw_container #password_submit_container{
    width:390px;
    cursor:pointer;
}
#changepw_container #password_submit_container .button--arrow.button--large
{
     width:390px;
}

#changepw_container #strength_container .indicator-icon {
    position: relative;
}

        #changepw_container #strength_container .indicator-icon > i {
            position: absolute;
            display: inline-block;
            width: 0;
            height: 0;
            line-height: 0;
            border: 10px solid transparent;
            margin-left: 10px;
            border-right: 10px solid #dae1e6;
            left: -30px;
            top: 60px;
        }

            #changepw_container #strength_container .indicator-icon > i + i {
                position: absolute;
                display: inline-block;
                width: 0;
                height: 0;
                line-height: 0;
                border: 7px solid transparent;
                margin-left: 7px;
                border-right: 7px solid #fff;
                left: -21px;
                top: 63px;
            }

#changepw_container.alt #strength_container {
    float: left;
    margin-left: 0px;
    margin-top: 20px;
}
#changepw_container #strength_title {
    margin-bottom: 10px;
   font-weight: 600;
    font-size: 18px;
    color: #5C6266;
    color: #00205B;
    font-size: 18px;
    line-height:3.6;

}
    #changepw_container.alt #strength_container .indicator-icon {
        position: relative;
    }

        #changepw_container.alt #strength_container .indicator-icon > i {
            position: absolute;
            display: inline-block;
            width: 0;
            height: 0;
            line-height: 0;
            border: 10px solid transparent;
            margin-top: 10px;
            border-bottom: 10px solid #dae1e6;
            left: 30px;
            top: -30px;
        }

            #changepw_container.alt #strength_container .indicator-icon > i + i {
                position: absolute;
                display: inline-block;
                width: 0;
                height: 0;
                line-height: 0;
                border: 7px solid transparent;
                margin-top: 7px;
                border-bottom: 7px solid #fff;
                left: 36px;
                top: -21px;
            }

/*
#current_password {
    width: 203px;
    padding-right: 25px;
}*/

#currentpass_ok {
    float: right;
    font-size: 1.3em;
    margin-right: 10px;
    margin-top: -50px;
}

#currentpass_error, #pass_not_equal {
    display: block;
    margin-bottom: 5px;
}

.strength_container_def {
    background-image: url("/content/images/changepw_strength.gif");
    display: block;
    float: left;
    height: 13px;
    width: 168px;
    margin-top: 2px;
}

.strength_def {
    color: #515151;
    font-size: 0.917em;
    margin-left: 5px;
}

.strength_def_text {
    display: block;
    margin-top: 8px;
}

#strength_container_def_weak {
    background-position: 0px 0px;
}

#strength_container_def_normal {
    background-position: 0px -13px;
}

#strength_container_def_strong {
    background-position: 0px -26px;
}

#external_sso_container{
    padding-top: 15px;
    border-top: 2px dotted #8A959A;
    margin-top: 50px;
    width:100%;  
}

#external_sso_inner_container {
    display: grid;
    grid-template-columns: 125px 1fr;
    grid-gap: 20px;
}

.external_sso_link_tag {
    color: #00205B;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 18px;
}




#external_sso_link a, #external_sso_link a:visited, #external_sso_link a:hover {
    color: #8A959A;
    float: right;
    margin-top: 10px;
}

#external_sso_link a.link--arrow:before{
    color: #8A959A;
}

#external_sso_link a.link--arrow:before {
        transition: .2s;
        content: "";
        width: 12px;
        height: 20px;
        position: absolute;
        float: left;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h12v20H0z'/%3E%3Cpath fill='%238A959A' d='M6.48 15.544l-.688-.736 3.216-2.992H2v-1.088h7.008L5.792 7.736 6.48 7l4.352 4.24v.064z'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 12px 20px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    #external_sso_link a.link--arrow:hover:before {
        left: 4px;
    }

#external_sso_text {
    color: #00205B;
    font-size: 14px;
    font-style: italic;
    float: left;
    width: 142px;
    margin-top: 28px;
}

.external_sso_button {
    box-sizing: border-box;
    border: 1px solid #00205B;
    border-radius: 3px;
    height: 61px;
    padding: 0 15px;
}

.external_sso_button_logo {
    line-height: 61px;
    margin-top: 12px;
    float: left;
}

.external_sso_button_logo img {
    width: 74px;
}

.external_sso_button_label {
    float: left;
    margin: 21.5px 10px 21.5px 0;
    color: #00205B;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
}
.external_sso_button_arrow.button--arrow {
    float: left;
    padding: 0px;
    line-height: 61px;
    margin-top: 22px;
    color: #00205B;
}

    .external_sso_button_arrow.button--arrow:after {
        width: 18px;
        height: 18px;
        margin-left: 7px;
        color: #00205B;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3Cpath fill='%2300205B' d='M2.886 10.937h11.69l-3.97 3.97a.75.75 0 0 0 1.06 1.06l5.25-5.25a.75.75 0 0 0 0-1.06l-5.25-5.25a.748.748 0 0 0-1.06 0 .75.75 0 0 0 0 1.06l3.97 3.97H2.885a.75.75 0 0 0 0 1.5z'/%3E%3C/g%3E%3C/svg%3E");
    }
    #changepw_container .result.declined.forgotpw {
    color: #A91E1E;
    background-color: #EED2D2;
    margin-bottom: 0px;
    line-height: 20px;
    border-radius: 3px;
    background-image: url(/content/images/icons/icon_error.png);
    background-position: 15px 11px;
    background-repeat: no-repeat;
    padding: 8px 3px 16px 40px;
    font-weight: 600;
    min-width: 390px;
    margin-bottom: 12px;
    max-height: 91px;
}

.submit_password_button.forgotpw{
    background-color: #306AB2;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
     padding: 13px 17px 14px 17px;
     width: 390px;
    cursor: pointer;
}
.forgotpw.button--arrow {
    color:white;

}
.page-header__title.forgotpw {
       line-height: 40px;
    padding-bottom: 40px;
        padding-top: 20px;
  
}
.page-header__title.sendmail {
    line-height: 84px;
}
#changepw_container .page-header__text.forgotpw {
    line-height: 42px;
}

.ConfirmPassword{
        margin-top: 71px;
}
.field__message .field-validation-error {
    color: #ee5858;
    padding:15px;
}

.logon_loading img {
    width: 50px;
    position: relative;
    margin-top: -37px;
    left: 115px;
    top: -20px;
}

/* JQuery UI Modal Popup
-----------------------------------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.ui-widget-overlay {
    background: #555555 none repeat scroll 0 0;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    opacity: .90;
    filter: Alpha(Opacity=90);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.ui-widget-overlay {
    position: fixed;
}

.ui-widget-overlay {
    _position: absolute;
}

/* Corner radius */
.ui-corner-all {
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #c5dbec;
    /*background: #dfeffc url(/content/redmond/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;*/
    content: "s";
    font-weight: bold;
    color: #2e6e9e;
}

    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
        color: #2e6e9e;
        text-decoration: none;
    }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #79b7e7;
    /*background: #d0e5f5 url(/content/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;*/
    font-weight: bold;
    color: #1d5987;
}

    .ui-state-hover a, .ui-state-hover a:hover {
        color: #1d5987;
        text-decoration: none;
    }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #79b7e7;
    background: #f5f8f9 url(/content/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #e17009;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #e17009;
        text-decoration: none;
    }

.ui-widget :active {
    outline: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -99999999px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

/* required comment for clearfix to work in Opera */
* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}
/* end clearfix */

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.fullpage-dialog {
    margin: 20px;
    top: 0px !important;
}

.ui-dialog {
    position: absolute;
    padding: 0;
    width: 300px;
    /*overflow: hidden; Disabled to let dropdowns stick out of a popin WvdS 2016-03-15*/
    box-shadow: 1px 4px 5px #ABABAB;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .5em 1em .3em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 16px .2em 0;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 19px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 18px;
    }

        .ui-dialog .ui-dialog-titlebar-close span {
            display: block;
            margin: 1px;
        }

        .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
            padding: 0;
        }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: 0;
        background: none;
        /*overflow: hidden; Disabled to let dropdowns stick out of a popin WvdS 2016-03-15*/
        zoom: 1;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin: .5em 0 0 0;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 14px;
        height: 14px;
        right: 3px;
        bottom: 3px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

/* Component containers
----------------------------------*/
/*.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }*/
.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    /*font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; */
    font-size: 1em;
}

.ui-widget-content {
    /* border: 1px solid #a6c9e2;
    background: #fcfdfd url(/content/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;*/
    color: #222222;
    background-color: #FFF;
}

.ui-widget-header {
    /* border: 1px solid #4297d7;
    background: #5c9ccc url(/content/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;*/
    color: #ffffff;
    font-weight: bold;
}

.search_refine_cat .ui-widget-content {
    border: 1px solid #a6c9e2;
    /*background: #fcfdfd url(/content/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;*/
    color: #222222;
}

.search_refine_cat .ui-widget-header {
    border: 1px solid #4297d7;
    /*background: #5c9ccc url(/content/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;*/
    color: #ffffff;
    font-weight: bold;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

div.popin_header_container {
    background-color: #EBF1FA;
    margin: 0;
    padding: 25px;
    color: #5C6266;
    height: 70px;
}

.popin_header_container.session_timeout {
    padding: 15px 25px 5px 25px;
    float: left;
    width: 100%;
}

h1.popin_header {
    /*float: left;*/
    display: inline-block;
    font-size: 1.2em;
}

div.popin_close {
    float: right;
    font-size: 16px;
    cursor: pointer;
}

    div.popin_close .icon-close {
        float: right;
        font-size: 25px;
        margin-top: -2px;
        padding-left: 10px;
    }

    div.popin_close span {
        float: left;
    }

p.popin_subheader {
    font-size: 16px;
    line-height: 25px;
    max-width: 600px;
    padding: 0;
}

div.popin_body_container {
    margin-right: 95px;
    margin: 0;
    padding: 25px;
    background-color: #FFFFFF;
    color: #5C6266;
    /*float: left;*/
}

div.popin_body_footer {
    padding: 25px;
}

div.popin_form_row {
    padding: 20px 0 30px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 20px;
}

.popin_body_container .button_standard {
    background-color: #306AB2;
    color: #FFF;
    font-weight: 600;
    float: left;
    font-size: 16px;
    line-height: 20px;
    margin-right: 20px;
    margin-top: 0;
    padding: 10px 15px 8px 15px;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 20px;
}

.button_standard {
    cursor: pointer;
}

#add_input {
    display: block;
    clear: both;
    float: left;
    line-height: 25px;
    margin-top: 15px;
    padding-bottom: 10px;
    width: 100%;
}

.multiple_companies {
    line-height: 20px;
}

#companies-list .select, .select__input {
    width: 394px;
}


.ui-dialog {
    z-index: 1000 !important;
}

h1.unsubscribe_titel {
    font-size: 32px;
    color: #00205B;
    width:100%
}

.page-header--figure .page-header__side {
    display: inline;
}

.button--green{
    background-color: #09B856;
    color: #FFF;
}

#unsubscribe .page-header__container {
    padding-top: 200px;
    margin-bottom: -200px;
}

@media only screen and (max-width: 600px) {
    #unsubscribe .page-header__container {
        padding-top: 0px;
        padding-left: 30px;
        margin-bottom: -30px;
    }
}

#unsubscribe .page-header--figure[class*="--form"] .page-header__figure{
    height: auto;
}

#unsubscribe .page-header--figure .page-header__side {
    order: -2;
    margin-left: -10px;
    margin-right: 0px;
    margin-top: 40px;
}

#unsubscribe .profile_info_box.lightgreen_and_darkgreen .icon_box {
    float: left;
    margin-right: 15px;
    font-size: 1.3em;
    margin-top: -1px;
    color: #09B856;
}

#unsubscribe .profile_info_box.lightorange_and_darkorange .icon_box {
    float: left;
    margin-right: 15px;
    font-size: 1.3em;
    margin-top: -1px;
    color: #D14124;
}

.unsubscribe_titel {
    margin-bottom: 25px;
    font-weight: bold;
}

a.unsubscribe_cancel {
    color: #5E5E5E;
    margin-left: 35px;
    font-weight: bold;
}

.unsubscribe_text {
    color: #00205B;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 25px;
    clear: both;
}

.unsubscribe_report_icon {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    font-size: 1.1em;
    color: #5c6267;
    font-weight: normal;
}

.unsubscribe_text.report_title {
    font-weight: bold;
}

/* Drop down menu styles */
.dropdown {
    position: relative;
    display: inline-block;
}

    .dropdown.navigation__item {
        background-color: transparent;
        box-shadow: none;
        -moz-box-shadow: none;
    }

    .dropdown button.dropbtn {
        display: none;
    }

.dropdown-content {
    display: none;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -230px;
    background-color: white;
    width: 480px;
    z-index: 1;
    border: none;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 50px;
    border-radius: 3px;
    line-height:initial;
}

    /* Top triangle */
    .dropdown-content::after {
        content: " ";
        position: absolute;
        bottom: 100%; /* At the top of the tooltip */
        left: 50%;
        margin-left: -10px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent white transparent;
    }

    .dropdown-content a {
        padding: 32px;
        text-decoration: none;
        display: block;
        font-size: 16px;
        position: relative;
    }

        .dropdown-content a:not(:last-of-type) {
            border-bottom: 1px dashed rgba(5,85,121,.15);
        }

        .dropdown-content a:hover {
            background-color: #EBF1FA;
        }

            .dropdown-content a:hover::after {
                transition: .2s;
                content: "";
                width: 12px;
                height: 20px;
                position: absolute;
                float: left;
                background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h12v20H0z'/%3E%3Cpath fill='%23306AB2' d='M6.48 15.544l-.688-.736 3.216-2.992H2v-1.088h7.008L5.792 7.736 6.48 7l4.352 4.24v.064z'/%3E%3C/g%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-size: 12px 20px;
                right: 32px;
                top: 50%;
                transform: translateY(-50%);
            }

        .dropdown-content a span.title {
            color: #00205B;
            display: block;
            font-weight: 600;
            padding-bottom: 10px;
        }

        .dropdown-content a span.sub-title {
            color: rgba(0,32,91,0.5);
            display: block;
        }

.dropdown:hover a.dropbtn, .dropdown button.dropbtn.active {
    color: #087eb2;
}

.dropdown button.dropbtn {
    width: 100%;
    text-align: left;
}

    .dropdown button.dropbtn::after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        right: 10px;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='none' stroke='%2300205B' stroke-width='2' d='M14.485 8.242l-4.272 4.272-4.268-4.268'/%3E%3C/svg%3E");
        background-size: 100% 100%;
        transform: translateY(-50%);
    }

    .dropdown button.dropbtn.active::after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10px;
        right: 10px;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='none' stroke='%23087eb2' stroke-width='2' d='M14.485 8.242l-4.272 4.272-4.268-4.268'/%3E%3C/svg%3E");
        background-size: 100% 100%;
        transform: scaleY(-1);
    }

@media screen and (min-width: 75em) {
    .dropdown:hover .dropdown-content {
        display: block;
    }
}

@media screen and (max-width: 75em) {
    .navigation__listing .dropdown a.dropbtn {
        display: none;
    }

    .dropdown button.dropbtn {
        display: block;
    }

    .dropdown-content {
        position: relative;
        width: 100%;
        padding: 0;
        top: auto;
        left: auto;
        margin-left: 0;
        margin-top: 10px;
        box-shadow: none;
        border-left: 5px solid #EBF1FA;
    }

        .dropdown-content::after {
            content: none;
        }

        .dropdown-content a {
            border: none !important;
            padding: 10px;
        }

            .dropdown-content a span.title {
                color: #00205B;
                display: block;
                font-weight: normal;
                padding-bottom: 0;
            }

            .dropdown-content a span.sub-title {
                display: none;
            }
}

#view_password {
    position: absolute;
    right: 0;
    z-index: 5;
    padding: 21px;
    cursor: pointer;
}