/*******************************/
/* Edit Profile Header Section */
/*******************************/

.integrator-edit-profile .header-section {
    padding: 87px 0 96px 0;
    position: relative;
}

.integrator-edit-profile .header-section .integrator-heading h1 {
    display: inline-block;
}

.integrator-edit-profile .header-section .integrator-heading span {
    margin-left: 10px;
    position: relative;
    bottom: 5px;
}

/****************************************************/
/* Edit Profile Header Section - mobile only styles */
/****************************************************/

@media screen and (max-width: 641px) {
    .integrator-edit-profile .header-section .integrator-heading span {
        margin-left: 0;
        display: block;
    }

    .integrator-edit-profile .header-section {
        padding: 50px 0 56px 0;
    }
}

/*******************************/
/* Profile sections            */
/*******************************/

.integrator-edit-profile .profile-section .ps-header {
    background-color: #F2F2F2;
    border-radius: 3px;
    height: 40px;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.integrator-edit-profile .profile-section .ps-header p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
}

.integrator-edit-profile .profile-section .ps-content {
    padding: 32px 0 56px 15px;
}

.integrator-edit-profile .profile-section .ps-content .logo-wrapper {
    width: 228px;
    height: 228px;
    border: 1px solid #CCCCCB;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px;
}

.integrator-edit-profile .profile-section .ps-content .integrator-logo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.integrator-edit-profile .profile-section .ps-content .toast-msg {
    opacity: 0;
    display: inline-block;
    color: #4A90AD;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 0 25px;
}

.integrator-edit-profile .file-upload-button {
    display: inline-block;
}

.integrator-edit-profile .file-upload-button input[type='file'] {
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: none;
    opacity: 0;
    filter: alpha(opacity=0);
}

body.path-integrators .integrator-edit-profile a.edit-btn,
.integrator-edit-profile .edit-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 228px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    color: #FFFFFF;
    border-radius: 3px;
    background-color: #445C6D;
    border: 2px solid #445C6D;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;

    -webkit-transition: background-color 500ms ease, border-color 500ms ease;
    -o-transition: background-color 500ms ease, border-color 500ms ease;
    transition: background-color 500ms ease, border-color 500ms ease;
}

.integrator-edit-profile .edit-btn:hover,
body.path-integrators .integrator-edit-profile a.edit-btn:hover {
    background-color: #354450;
    border-color: #354450;
}

.integrator-edit-profile .edit-btn .fa-spinner {

}

.integrator-edit-profile .profile-section .profile-details-form {
    display: none;
}

.integrator-edit-profile .profile-section .profile-details-form .edit-btn {
    margin-top: 32px;
}

.integrator-edit-profile .profile-section .ps-content > .fa.fa-spinner {
    display: block;
    margin: 0 auto;
}

/****************************************************/
/* Profile sections - Mobile Style                  */
/****************************************************/
@media screen and (max-width: 641px) {
    .integrator-edit-profile .profile-section .ps-content {
        padding: 32px 0 56px 0;
    }

    .integrator-edit-profile .profile-section .ps-content.profile-edit-section,
    .integrator-edit-profile .profile-section .ps-content.logo-section {
        text-align: center;
        padding-bottom: 15px;
    }

    .integrator-edit-profile .profile-section .ps-content .logo-wrapper {
        margin: 0 auto 32px auto;
    }

    .integrator-edit-profile .profile-section .ps-content .toast-msg {
        display: block;
        margin: 15px 0 0 0;
    }
}

/****************************************************/
/* Edit Profile Address Section                     */
/****************************************************/
.integrator-edit-profile .profile-section .ps-content .reach-checkbox {
    position: relative;
    margin-bottom: 25px;
}

.integrator-edit-profile .profile-section .ps-content .reach-checkbox input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 1;
    margin: 0;
}

.integrator-edit-profile .profile-section .ps-content .reach-checkbox input[type='checkbox'] + label {
    position: relative;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin: 0 10px 0 0;
    background: url("/sites/default/modules/ia_forms/images/form_checkbox_off@2x.png") center center no-repeat;
    background-size: 100%;
}

.integrator-edit-profile .profile-section .ps-content .reach-checkbox input[type='checkbox']:checked + label {
    background-image: url("/sites/default/modules/ia_forms/images/form_checkbox_on@2x.png");
}

.integrator-edit-profile .profile-section .ps-content .reach-checkbox .reach-content {
    display: inline-block;
    width: calc(100% - 40px);
    vertical-align: top;
    color: #4E4E4E;
    font-size: 18px;
    line-height: 26px;
}

.integrator-edit-profile .profile-section .ps-content .address-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.integrator-edit-profile .profile-section .ps-content .address-wrapper .address-container {
    /*flex: 1;*/
    width: 31%;
    margin-bottom: 40px;
}

.integrator-edit-profile .profile-section .ps-content .address-wrapper .address-container .int-country {
    text-transform: lowercase;
}

.integrator-edit-profile .profile-section .ps-content .address-wrapper .address-container .int-country::first-letter {
    text-transform: capitalize;
}

.integrator-edit-profile .profile-section .ps-content .address-wrapper .address-container a {
    display: inline-block;
    margin-top: 15px;

    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.integrator-edit-profile .profile-section .ps-content .address-wrapper .address-container p {
    font-size: 16px;
    line-height: 26px;
    color: #4E4E4E;
    margin: 0;
}

.integrator-edit-profile .profile-section .ps-content .address-wrapper .address-container .address-box {
    border: 1px solid #CCCCCB;
    border-radius: 3px;
    padding: 16px;
}

.integrator-edit-profile .profile-section .ps-content .address-wrapper .address-container .address-box > span {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #9B9B9B;
    text-transform: uppercase;
}

.integrator-edit-profile .profile-section .ps-content .address-wrapper .address-container p + span {
    margin-top: 20px;
    display: inline-block;
}

.integrator-edit-profile .profile-section .ps-content .address-wrapper + p {
    color: #4E4E4E;
    font-size: 18px;
    line-height: 26px;
}

.integrator-edit-profile .profile-section .ps-content .address-wrapper + p a {
    font-size: inherit;
    font-weight: 300;
}

.integrator-edit-profile .profile-section .ps-content .address-wrapper .form-buttons {
    padding-left: 16px;
}

.integrator-edit-profile .profile-section .ps-content .address-wrapper .form-buttons .save-changes,
.integrator-edit-profile .profile-section .ps-content .address-wrapper .form-buttons .cancel-changes {
    display: none;
}

.integrator-edit-profile .profile-section .ps-content .address-wrapper .address-container .cancel-changes {
    color: #9B9B9B;
    font-weight: normal;
    margin-left: 30px;
}

.integrator-edit-profile .profile-section .ps-content .address-wrapper .address-container.show-inputs form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.integrator-edit-profile .profile-section .ps-content .address-wrapper .address-container.show-inputs .form-buttons .save-changes,
.integrator-edit-profile .profile-section .ps-content .address-wrapper .address-container.show-inputs .form-buttons .cancel-changes {
    display: inline-block;
}

.integrator-edit-profile .profile-section .ps-content .address-wrapper .address-container.show-inputs .edit-contact-info {
    display: none;
}

.integrator-edit-profile .profile-section .ps-content .address-wrapper .address-container form p input {
    display: none;
    margin: 0 0 0 10px;
    padding: 5px;
    height: 24px;
    border-radius: 3px;
    border-color: #CCCCCB;
    width: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.integrator-edit-profile .profile-section .ps-content .address-wrapper .address-container form p input:focus {
    background-color: #fff;
}

/****************************************************/
/* Edit Profile Address Section - Tablet Style      */
/****************************************************/
@media screen and (max-width: 980px) {
    .integrator-edit-profile .profile-section .ps-content .address-wrapper .address-container {
        width: 48%;
    }
}

/****************************************************/
/* Edit Profile Address Section - Mobile Style      */
/****************************************************/
@media screen and (max-width: 641px) {
    .integrator-edit-profile .profile-section .ps-content .address-wrapper .address-container {
        width: 100%;
    }
}

/******************************************************/
/* Edit Profile - Specializations                     */
/******************************************************/
.integrator-edit-profile .profile-section .ps-content .integrator-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;

    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease,-webkit-box-shadow .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease,-webkit-box-shadow .3s ease;
    -o-transition: transform .3s ease,opacity .3s ease, box-shadow .3s ease;
    transition: transform .3s ease,opacity .3s ease, box-shadow .3s ease;
    transition: transform .3s ease,opacity .3s ease, box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;
    margin-bottom: 15px;
}

.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge:last-child {
    margin-bottom: 0;
}

.integrator-edit-profile .profile-section .ps-content .integrator-badge .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}

.integrator-edit-profile .profile-section .ps-content .integrator-badge .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
}

.integrator-edit-profile .profile-section .ps-content .integrator-badge .content p {
    margin: 0;
    font-size: 14px;
    line-height: 1;
}

.integrator-edit-profile .profile-section .ps-content .integrator-badge .content p:first-child {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
}

.integrator-edit-profile .profile-section .ps-content .integrator-badge .content .specialization-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 0 0;
}

.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge .content .specialization-list span {
    color: #4A90AD;
    background-color: #ECF4F7;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
}

.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge .content .specialization-list span:last-child {
    margin-right: 0;
}

.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge .earn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    padding-right: 20px;
}

.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge .earn-link span {
    font-size: 12px;
    font-weight: 500;
    color: #4A90AD;
    cursor: pointer;
}

.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge.enterprise .icon,
.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge.iiot .icon,
.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge.mes .icon {
    background-color: #ECF4F7;
}

.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge.enterprise .content p:first-child,
.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge.iiot .content p:first-child,
.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge.mes .content p:first-child,
.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge.enterprise .icon svg,
.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge.iiot .icon svg,
.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge.mes .icon svg {
    color: #4A90AD;
    fill: #4A90AD;
}

.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge.enterprise.disabled .icon,
.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge.iiot.disabled .icon,
.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge.mes.disabled .icon {
    background-color: #FAFAFA;
}

.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge.enterprise.disabled .content p,
.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge.iiot.disabled .content p,
.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge.mes.disabled .content p,
.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge.enterprise.disabled .icon svg,
.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge.iiot.disabled .icon svg,
.integrator-edit-profile .profile-section .ps-content.specialization-section .integrator-badge.mes.disabled .icon svg {
    color: #BFBFBF;
    fill: #BFBFBF;
}


/******************************************************/
/* Edit Profile - Industry Section                    */
/******************************************************/
.integrator-edit-profile .profile-section .ps-content.industries-section .integrator-badge.verified .icon {
    background-color: #FFDAB1;
}

.integrator-edit-profile .profile-section .ps-content.industries-section .integrator-badge.verified .content p:first-child,
.integrator-edit-profile .profile-section .ps-content.industries-section .integrator-badge.verified .icon svg {
    color: #FF7B00;
    fill: #FF7B00;
}

.integrator-edit-profile .profile-section .ps-content.industries-section .integrator-badge.un-verified .icon {
    background-color: #E9DCEB;
}

.integrator-edit-profile .profile-section .ps-content.industries-section .integrator-badge.un-verified .content p:first-child,
.integrator-edit-profile .profile-section .ps-content.industries-section .integrator-badge.un-verified .icon svg {
    color: #AE7DB2;
    fill: #AE7DB2;
}

.integrator-edit-profile .profile-section .ps-content.industries-section .industry-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.integrator-edit-profile .profile-section .ps-content.industries-section .integrator-badge {
    width: calc(50% - 15px);
    position: relative;
}

@media screen and (max-width: 725px) {
    .integrator-edit-profile .profile-section .ps-content.industries-section .integrator-badge {
        width: 100%;
    }
}

.integrator-edit-profile .profile-section .ps-content.industries-section .integrator-badge .industry-close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #444444;
    cursor: pointer;
}

.integrator-edit-profile .profile-section .ps-content.industries-section .sub-text {
    font-size: 14px;
    color: #9B9B9B;
    margin-bottom: 20px;
}


/********************************************************/
/* Edit Profile - Industry Section - Selectize Dropdown */
/********************************************************/
.integrator-edit-profile .profile-section .ps-content .industry-select-form button[type="submit"] {
    width: 50px;
    vertical-align: top;
    min-width: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
    padding: 0;
    color: rgb(184, 184, 184);
    background-color: #fff;
    border: 1px solid #b8b8b8;
    border-left: none;
    font-size: 30px;
}

.integrator-edit-profile .profile-section .ps-content .btn-disabled {
    border-color: rgb(184, 184, 184) !important;
    background-color: rgb(184, 184, 184) !important;
    color: #FFFFFF !important;
}

.integrator-edit-profile .profile-section .ps-content .selectize-dropdown .optgroup {
    border-top: none;
}

.integrator-edit-profile .profile-section .ps-content .selectize-control.industry-select.single {
    display: inline-block;
    width: calc(100% - 55px);
}

.integrator-edit-profile .profile-section .ps-content .selectize-control.industry-select.single .selectize-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.integrator-edit-profile .profile-section .ps-content .select-check {
    float: right;
    padding-top: 3px;
}

.integrator-edit-profile .profile-section .ps-content .select-check-img {
    width: 14px;
}

.integrator-edit-profile .profile-section .ps-content .child-select.is-disabled {
    pointer-events: none;
    color: #aaa;
}

.integrator-edit-profile .profile-section .ps-content .selectize-input,
.integrator-edit-profile .profile-section .ps-content .selectize-input input {
    font-size: 16px !important;
    line-height: 26px !important;
    height: auto;
}

.integrator-edit-profile .profile-section .ps-content .selectize-input {
    height: 35px;
}

.integrator-edit-profile .profile-section .ps-content .selectize-dropdown {
    font-size: 14px;
}

.integrator-edit-profile .profile-section .ps-content .selectize-dropdown [data-selectable] {
    padding: 2px 8px;
}

.integrator-edit-profile .profile-section .ps-content .selectize-dropdown .optgroup-header {
    font-size: 14px;
}

.integrator-edit-profile .profile-section .ps-content .selectize-dropdown .optgroup-header {
    padding-bottom: 0;
}

.integrator-edit-profile .profile-section .ps-content .selectize-control.single .selectize-input {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    z-index: 99;
    height: 45px;
}

.integrator-edit-profile .profile-section .ps-content .selectize-control.single .selectize-input.focus.input-active {
    border: 1px solid #4A90AD;
}

.integrator-edit-profile .profile-section .ps-content .selectize-dropdown .active {
    background-color: #e6e6e6;
    color: #303030;
}

/******************************************************/
/* Edit Profile - Industry Section  - Mobile Styles   */
/******************************************************/
@media screen and (max-width: 641px) {

}

/******************************************************/
/* Edit Profile Modal - overwrites                    */
/******************************************************/
.integrator-edit-profile .integrator-modal h3 {
    color: #455C6D !important;
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 30px;
}

.integrator-edit-profile .integrator-modal form {
    margin-bottom: 35px;
}

.integrator-edit-profile .integrator-modal textarea {
    resize: none;
    height: 145px;
    border-radius: 3px;
    font-size: 16px !important;
    line-height: 26px;
    color: #9B9B9B;
    background-color: #FAFAFA;
    border: 1px solid #CCCCCB;
}

.integrator-edit-profile .integrator-modal textarea:focus {
    color: #4E4E4E;
    background-color: #FFFFFF;
}

.integrator-edit-profile .integrator-modal .button-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.integrator-edit-profile .integrator-modal .button-wrapper .request {
    margin: 0;
    color: #4F4F4F;
    font-size: 14px;
    line-height: 25px;
}

.integrator-edit-profile .integrator-modal .button-wrapper .request span {
    font-weight: bold;
    font-style: italic;
}

.integrator-edit-profile .integrator-modal .button-wrapper .btn-orange {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    background-color: #F7901E;
    height: 45px;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.35px;
    line-height: 1;
    text-align: center;
    transition: background-color .3s ease,opacity .3s ease;
    text-decoration: none;
}

.integrator-edit-profile .integrator-modal .button-wrapper .btn-orange:hover {
    background-color: #E38025;
    color: #FFFFFF;
}

.integrator-edit-profile .integrator-modal .main-content .success-message {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
}

.integrator-edit-profile .integrator-modal .main-content .success-message span {
    font-weight: bold;
}