﻿/*For Profile*/

.Profile_personal_information_userdetail {
    display: flex;
    align-items: center;
}
.Profile_personal_information_userdetail-content {
}
.Profile_personal_information_plandetail {
    text-align: right;
}
.Profile_personal_information h3
{
    margin:0;
    font-size:22px;
}
.Profile_personal_information p {
    margin: 0;
}
.Profile_personal_information h4 {
    margin: 0;
    font-size: 18px;
}
.Profile_personal_information {
    background: #fff;
    padding: 13px 15px 13px 14px;
    /* margin: 5px 0px 5px 0; */
    display: flow-root;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.Profile_personal_information_profile_image {
    max-height: 94px;
    width: 94px;
    height: 94px;
    padding: 5px;
    border-radius: 50%;
    float: left;
    vertical-align: middle;
    margin: 0px 5px 0 0;
}
/*.Profile_personal_information_profile_image:hover {
    transform: scale(1.5);
    box-shadow: 2px 2px 22px 4px rgba(0,0,0,0.15);
}*/
.Profile_personal_information h1 {
    font-size: 20px;
    padding: 14px 5px 3px 5px;
    /*padding: 24px 5px 3px 5px;*/
    font-weight: 700;
}

.Profile_personal_information_designation {
    /*font-size: 14px;*/
    font-weight: normal;
}

    .Profile_personal_information_designation span {
        display: contents;
    }

.Profile_personal_information_Text {
    /*font-size: 14px;*/
    padding: 4px;
    display: block;
}

.Profile_menue_tab {
    background: #1F497D;
    padding: 1px 0px 0px 1px;
    display: flex;
    color: #fff;
    /*font-weight: bold;*/
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

    .Profile_menue_tab a {
        color: #fff;
    }

    .Profile_menue_tab ul {
    }

        .Profile_menue_tab ul li {
            float: left;
            padding: 2px;
            border-right: solid 1px #ffffff91;
            /* padding: 6px 7px 6px 7px; */
            /* min-width: 94px; */
            text-align: center;
        }

.Profile_menue_tab_active, .Profile_menue_tab_active a {
    background: #fff;
    color: #333;
}

.Profile_menue_tab_active_gray, .Profile_menue_tab_active_gray a {
    background: #f1f1f1;
    color: #333;
}

.Profile_main_content {
    /*padding: 10px 20px 10px 20px;*/
    /*border-radius:5px;*/
    padding: 6px;
    background: #fff;
    display: flow-root;
    margin: 0px;
    border: solid 1px #1F497D;
    border-top: none;
    min-height: 333px;
}

.Profile_main_content_documents {
    padding: 1px;
    /*border-radius:5px;*/
    background: #fff;
    display: flow-root;
    margin: 0px;
    border: solid 1px #1F497D;
    border-top: none;
    min-height: 333px;
}

.document-profiles-page-title {
    width: 100%;
    /*padding: 4px;*/
    /*background:#e7e7e7;*/
    display: flow-root;
}

    .document-profiles-page-title h1 {
        float: left;
        padding: 14px 7px 8px 7px;
        font-size: 16px;
        font-weight: 700;
    }

    .document-profiles-page-title h2 {
        float: right;
        margin: 5px 6px 0 0;
    }

.Profile-search > .Search-Text-box-with-mic input {
    width: 83%;
}

.Profile-search > .Search-Text-box-with-mic {
    float: left;
}

.Profile_Input_Group2 {
    padding: 5px 5px 5px 3px;
    margin-right: 28px;
}

    .Profile_Input_Group2 input[type="text"], .Profile_Input_Group2 textarea {
        width: 67.5%;
        padding: 6px;
    }

    .Profile_Input_Group2 > .input-group-addon {
        padding: 7px 4px;
    }

.Profile_Input_Group {
    padding: 5px 5px 5px 3px;
    margin-right: 28px;
}

    .Profile_Input_Group input[type="text"], .Profile_Input_Group textarea {
        width: 73.8%;
        padding: 6px;
    }

.Profile_Input_Group_remark {
    width: 80.2% !important;
    padding: 6px;
    min-height: 100px;
}

.Profile_Input_Group input[type="checkbox"] {
    margin-left: 4px;
}

.Profile_Input_Group_Label {
    width: 116px;
    min-height: 25px;
    float: left;
    margin-top: 7px;
}

.Profile_main_content_list {
    background: #fff;
    padding: 8px;
}

.profile-list {
}

.profile-row-item {
    display: flow-root;
    border-bottom: #c9ced0 1px solid;
    padding: 4px;
}

.profile-row-item-text {
    /*display:contents;*/
    margin-top: 9px;
}

.profile-row-item-text-title {
    display: contents;
    /*font-size: 14px;*/
    /*color: #2f4767;*/
    font-weight: bold;
}

    .profile-row-item-text-title a {
        /*color: #2f4767;*/
    }

.profile-row-item-text-date {
    /*padding: 3px 0 0 0;*/
    font-size: 12px;
    font-weight: normal;
    color: #999999;
    /*font-style: italic;*/
    display: inline-block;
    /*margin-left: 4px;*/
}

.profile-row-item-text-name {
    font-weight: bold;
    color: #353535;
}

.profile-row-item-text-action-text {
    font-weight: normal;
    padding-left: 4px;
    color: #353535;
}

.profile-row-item-thumbnail-round {
    margin: 5px 10px 5px 5px;
    border-radius: 50%;
    vertical-align: middle;
    float: left;
    width: 41px;
    height: 41px;
}

.Profile_documents_numberof_document {
    float: right;
    padding: 5px;
    display: none;
}

.remark_display {
    max-width: 580px;
}
/*End for Profile*/
.document-edit-image-preview-version {
    max-height: 100px;
    padding: 5px;
    border-radius: 5px;
    float: left;
}

.profile-edit-button {
    text-align: right;
    font-weight: 700;
}

.profile-edit-button-top {
    text-align: right;
    font-weight: 700;
    flex-basis: 100%;
    /*position: absolute;
    top: 91px;
    right: 16px;*/
}

    .profile-edit-button a, .profile-edit-button-top a {
        color: #c42927;
    }

.profile-inside-title {
    font-weight: 700;
    font-size: 16px;
    /*border-bottom: solid 1px #c9ced0;
    padding-bottom: 9px;*/
    padding: 5px;
}

.change_profile {
    width: 100%;
    padding: 15px;
    border: solid 1px #e7e7e7;
    display: block;
}
.profile-left-side {
    padding: 14px;
    border-radius: 5px;
    background: #fff;
    display: flow-root;
    margin: 0 5px 5px 5px;
}
.profile-right-side {
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    background: #fff;
    display: flow-root;
    margin: 0 5px 5px 5px;
}
.change_pform {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 5px;
}
.change_pform label {
        min-height: 25px;
        margin-bottom: 2px;
        margin-right: 5px;
        line-height: 25px;
        flex-basis: 140px;
        font-weight: 600;
}

.change_pform input
{
    max-width:300px;
}

.select_profileimg {
    height: auto;
    margin: 0;
    clear: both;
    text-align: center;
}
    .select_profileimg img {
        width: 100%;
        height: auto;
        margin-bottom: 8px;
        border-radius: 50%;
        max-width: 150px;
        border: 0 solid #e7e7e7;
    }

.profile-drowpdown-width {
    max-width: 300px
}
/*.padding_none {
    padding: 0;
}*/