﻿
.profile-page-wrap {
    padding-bottom:0;
}

.profile-page-wrap .profile-updation-btn {
    position: relative;
    bottom: 44px;
}

.profile-page-wrap .profile-details {
    padding-bottom: 100px;
    padding-right: 0;
}

.myprofile-tab-container {
    padding-bottom: 30px;
}

.mfa-security-questions-wrapper{
    height: auto !important;
}

.profile-links-wrap {
    margin-right: 56px;
}

    .profile-links-wrap h3 {
        display: none;
    }

.profile-other-information {
    width: calc(100% - 206px);
    overflow-y: auto;
    height: calc(100vh - 330px);
}

/*.profile-page-wrap .profile-other-information {
    height: calc(100vh - 416px);
}*/

.image-container {
    position: relative;
    width: 150px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    color: #006397;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 13px;
    width: 100%;
    padding: 6.5px;
    text-align: center;
    cursor: pointer;
}

.upload-profile-photo {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 4;
}

#file-upload-button {
    position: relative;
    z-index: -1;
}

.scrollable-links-wraps {
    margin-top: 56px;
    width:150px;
}

.information-links li {
    margin-bottom: 20px;
}

    .information-links li a {
        color: #006498;
        font-size: 10px;
        letter-spacing: 0.5px;
        line-height: 11px;
        text-decoration: none;
    }

    .information-links li.active a {
        color: #666666;
        font-weight: 600;
    }

.information-section {
    margin-bottom: 35px;
}

    .information-section h2 {
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 17px;
        margin-bottom: 27px;
    }

.language-selectbox {
    /*border: 1px solid #e1e1e1;*/
    background-color: #ffffff;
    height: 44px;
    position: relative;
}

    .language-selectbox select {
        /*border: 0;*/
        color: #333333;
        font-size: 14px;
        letter-spacing: 0.6px;
        line-height: 16px;
        height: 100%;
        width: 100%;
        position: relative;
        z-index: 1;
        background: transparent;
        padding: 0 28px 0 12.5px;
        /*text-transform: capitalize;*/
    }

        .language-selectbox select:focus {
            outline: 0;
        }

.down-arrow-icon {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 12.5px;
    transform: translateY(-50%);
}

.selectbox-disabled {
    background-color: #f7f7f7;
    pointer-events: none;
}

    .selectbox-disabled select {
        color: #808080;
    }

    .selectbox-disabled .down-arrow-icon {
        opacity: 0.3;
    }

.input-field_dtExpires_Field {
    margin-bottom: 24px;
}
/* my profile purchase table styles */
/* .terminate-icon {
margin-left: 16px;
} */
/* my profile purchase table styles */
/* Bulk purchase pending registrations */
.print-details {
    position: relative;
}

.print-details-list {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(165, 165, 165, 0.5);
    position: absolute;
    bottom: 100%;
    right: 0;
    display: none;
    width: 201px;
    z-index: 11;
}

.print-icon {
    margin-right: 13.5px;
    display: inline-block;
    vertical-align: 1px;
}

.print-details.active .print-details-list {
    display: block;
}

.print-details.active .primary-btn .dropdown-icon {
    transform: rotate(180deg);
    display: inline-block;
}

.print-details .primary-btn:hover {
    background-color: #006498;
}

.print-details-list li {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 16px;
    border-bottom: 1px solid #e1e1e1;
    padding: 12px 16px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
    display: flex;
    align-items: center;
}

.register-icon,
.share-icon,
.terminate-icon {
    height: 27px;
    width: 27px;
    border: 1px solid #1bb678;
    background-color: #dcfff1;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
}

.share-icon {
    border: 1px solid #a27cff;
    background-color: #e3d7ff;
}

.terminate-icon {
    border: 1px solid #ee7777;
    background-color: #f6cdcd;
}

    .terminate-icon svg g {
        fill: #ee7777;
    }
/* Bulk purchase pending registrations */
/* my files styles */

.tabbing-add-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}


    .tabbing-add-wrapper .details-tabbing {
        margin-bottom: 0;
    }
    .external-credits-wraping-division {
        display:flex;
        align-items:center;
        justify-content:flex-start;
    }

.different-options {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.options-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .options-menu li:last-child {
        margin-right: 0;
    }

    /*.options-menu .features-options {
        background: #f2f2f2;
        height: 45px;
        width: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }*/

/*.search-field-wrap.active {
    height: 45px;
    width: 281px;
    box-shadow: 0 0 6px 0 rgba(191, 191, 191, 0.5);*/
    /* clip-path: inset(-6px 0px -6px -6px); */
    /*background-color: #ffffff;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 204px;
    z-index: 1;
}*/

.communities-widget-details .search-field-wrap.active {
    position: static;
}

.communities-message-document-feed .search-field-wrap.active {
    right: 0;
    position:absolute;
    top:0;
}

.communities-message-document-feed .search-field-wrap {
    margin-bottom: 0;
}

    .communities-message-document-feed .search-field-wrap.active {
        position: static;
        margin-bottom: 0;
    }

#ExternalTrainingOptions .search-field-wrap.active {
    right: 163px;
    position:absolute;
    top:0;
}

#EnrollmentStatisticsOptions .search-field-wrap.active {
    right: 47px;
    position: absolute;
    top: 0;
}

/*.search-field {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 13px;
    border: 0;
    padding: 5px 10px;
    height: 20px;
    width: calc(100% - 45px);
}*/

    .search-field::-webkit-input-placeholder {
        /* Edge */
        opacity: 0.4;
        font-weight: 500;
    }

    .search-field:-ms-input-placeholder {
        /* Internet Explorer */
        opacity: 0.4;
        font-weight: 500;
    }

    .search-field::placeholder {
        opacity: 0.4;
        font-weight: 500;
    }

.search-field-wrap.active .search {
    background: transparent;
}

/*.search-field-wrap .search-field {
    display: none;
}

.search-field-wrap.active .search-field {
    display: block;
}*/

.search-field:focus {
    outline: 0;
    box-shadow: 0;
}

/*.options-menu .close-search {
    display: none;
    margin-right: 2px;
}

.close-search-btn {
    display: flex;
}*/

.search-delete-wrap .primary-btn {
    padding: 13px 22px;
}

.search-delete-wrap .delete-icon {
    display: none;
}


/* my files styles */
/* external training styles */
.external-status span {
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    background-color: #e2e2e2;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 15px;
    padding: 4px 8px;
    display: inline-block;
}

.rejected-external-status span {
    border: 1px solid #ffc3c3;
    background-color: #ffe1e1;
}

.approved-external-status span {
    border: 1px solid #ced899;
    background-color: #e7ebcc;
}

.external-training-comments span,
.external-training-title span,
.enrollment-statistics-wrapper .table .title-text div {
    text-overflow: ellipsis;
    width: 343px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.external-training-title span,
.enrollment-statistics-wrapper .table .title-text div {
    width: 200px;
}
.external-training-title {
    width: calc(100% - 75%);
}
.external-training-title span {
    white-space: normal;
    width:100%;
}

    .external-total-credit {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #4d4d4d;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.7px;
        line-height: 18px;
        margin-left: 20px;
    }

    .external-total-credit .star-icon {
        margin-right: 5px;
        margin-top: -6px;
    }
/* external training styles */
/*opensasame market place styles*/
.FormContentWrapperContainer iframe {
    width: 100%;
    height: 100vh;
}
/*opensasame market place styles*/
/* Responsive Styles */
@media only screen and (max-width: 1199.98px) {
    /* external training styles */
    .external-training-comments span {
        width: 200px;
    }

    /*.external-training-title span {
        width: 150px;
    }*/
    /* external training styles */
}

@media only screen and (max-width: 1149.98px) {
    /* my files styles responsive*/
    .tabbing-add-wrapper {
        display: block;
    }

        .tabbing-add-wrapper .details-tabbing {
            margin-bottom: 25px;
        }

    .search-delete-wrap .different-options {
        justify-content: flex-end;
    }

    .external-total-credit {
        display: none !important;
    }
    /* my files styles responsive*/
    .communities-message-document-feed .tabbing-add-wrapper {
        display: flex;
    }

        .communities-message-document-feed .tabbing-add-wrapper .details-tabbing {
            margin-bottom: 0;
        }
    /* enrollment-statistics-wrapper responsive styles */
    .enrollment-statistics-wrapper .table .title-text div {
        width: 150px;
    }

    .enrollment-statistics-wrapper .different-options {
        justify-content: flex-end;
    }
    /* enrollment-statistics-wrapper responsive styles */
}

@media only screen and (max-width: 1023.98px) {
    .profile-links-wrap {
        display: none;
    }

    .profile-other-information,
    .profile-other-information .form {
        width: 100%;
    }

    .profile-other-information {
        height: calc(100vh - 307px);
    }

    .profile-details-wrapper {
        border: 0;
    }

    .profile-details {
        padding: 0 0 26px;
    }

    .profile-updation-btn {
        margin: 0 -15px;
        background-color: #ffffff;
        box-shadow: 0 -2px 12px 0 rgba(197, 197, 197, 0.5);
    }
    /* Bulk purchase pending responsive registrations */
    .print-details .primary-btn {
        padding: 10px 16px;
    }
    /* Bulk purchase pending responsive registrations */
    /* external training styles */
    .external-training-title span,
    .enrollment-statistics-wrapper .table .title-text div {
        width: 200px;
    }

    /* external training styles */
}

@media only screen and (max-width: 991.98px) {
    /* my files styles responsive*/

    .delete-btn.primary-btn {
        font-size: 0;
        background: #f2f2f2;
        height: 45px;
        width: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*.search-field-wrap.active {
        right: 154px;
    }*/

    .search-delete-wrap .delete-icon {
        display: inline-block;
    }
    /* my files styles responsive*/
    .table .mobile-data {
        display: block;
        position: absolute;
        top: 39px;
        left: 68px;
        padding: 0;
    }

    .table .web-data {
        padding: 0;
        font-size: 0;
        width: 0;
    }

        .table .web-data span {
            display: none;
        }
    /* external training styles */
    .enrollment-statistics-wrapper .table .title-text div {
        width: 300px;
    }
    .external-training-title span {
        width: 100%;
    }

    .table td.external-training-title {
        width: calc(100% - 21%);
    }
    /* external training styles */
    /*.options-menu .features-options {
      width: 32px;
      height: 32px;
  }*/
    .communities-widget-details .search-field-wrap {
        height: 45px;
    }
}

@media only screen and (max-width: 767.98px) {
    .communities-message-document-feed .tabbing-add-wrapper {
        display: block;
    }

        .communities-message-document-feed .tabbing-add-wrapper .details-tabbing {
            margin-bottom: 15px;
        }
    .external-credits-wraping-division {
        display:block;
    }
    .profile-page-wrap .options-menu .search-field-wrap.active {
        height: 45px;
    }
}

@media only screen and (max-width: 539.98px) {
    .communities-widget-details .search-field-wrap.active {
        position: absolute;
        top: -22px;
        height: 45px;
    }

    .communities-message-document-feed .search-field-wrap.active {
        width: 100%;
        height: 45px;
    }

    /* external training styles */
    .enrollment-statistics-wrapper .table .title-text div {
        width: 150px;
    }
    .table td.external-training-title {
        width: calc(100% - 30%);
    }
    /*#ExternalTrainingOptions .options-menu {
      display: block;
  }*/
    .profile-page-wrap .search-field-wrap.active {
        right: 58px;
        width:270px;
    }



    #ExternalTrainingOptions .search-field-wrap.active {
        right: 0;
    }
    /*#ExternalTrainingOptions .options-menu li {
      margin-right: 0;
  }
  #ExternalTrainingOptions .options-menu li:last-child {
      margin-top: 15px;
      text-align:right;
  }*/
    .close-search-btn {
        justify-content: flex-end;
    }
    /* external training styles */
}
