﻿.profile_dp {
    display: inline-block;
    height: 60px!important;
    width: 60px!important;
    background-color: #f7f7f7;
    border-radius: 50%;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    cursor: pointer;
    background-size: cover;
    position: relative;
    background-position: -36px;
}
.profile_info {
    display: inline-block;
    padding: 4px 0px;
    margin-left: 20px;
    max-width: calc(100% - 100px);
}
.profile_name {
    display: block;
    font-size: 22px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profile_email {
    display: block;
    line-height: 18px;
    margin-top: 6px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profile_dpa {
 background:url("../images/open-camera.png") no-repeat;
 float:left;
}
.profile_dp:hover{
    opacity:0;
}
.mailbox-date .rounded-circlea{
    background:url("../images/open-camera1.png") no-repeat;
 float:left;
}
.mailbox-date .rounded-circle:hover{
    opacity:0;
}

.edit-input {
            display: none;
        }
        .edit:hover{
           box-shadow: none;
    border-color: #d2d6de;
    border-radius: 5px;
    box-sizing: border-box;
    /*height: 2.573rem;*/
    transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
    display: block;
    width: 80%!important;
    /*padding: 0.375rem 0.75rem;*/
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /*background:#d2d6de;*/padding:8px;
        }
.edit:hover input{
    border:1px solid black;

}

        .edit:hover .fa-pencil{
            display:block;
        }
        .image_section img{
            padding:6px 4px 0 0;

        }
        .noborder_textbox{
            border:none;
        }
        .fa-eye{
            position: absolute;
            border-radius:100%;
            top: 0;
            right: 30px;
            z-index: 2;
            border: none;
            top: 6px;
            color:red;
            cursor: pointer;
            transform: translateX(2px);
            padding:4px;
        }
        .fa-pencil{
            position: absolute;
            border-radius:50%;
            top: 0;
            /*right: 20px;*/right: 6px;
            z-index: 2;
            border: none;
            top: 6px;
            cursor: pointer;
            color: #000;
            transform: translateX(2px);
            padding:4px;
            /*background:#000;*/
        }
       .fa-pencil-square{
            /*position: absolute;*/
            border-radius:100%;
            top: 0;
            right: 20px;
            z-index: 2;
            border: none;
            top: 6px;
            cursor: pointer;
            color: #616e88;
            font-size:18px;
            transform: translateX(2px);
            padding:4px;
            /*background:#000;*/
        }
       .fa-trash{
            /*position: absolute;*/
            border-radius:100%;
            top: 0;
            right: 20px;
            z-index: 2;
            border: none;
            top: 6px;
            cursor: pointer;
            color: #616e88;
            font-size:18px;
            transform: translateX(2px);
            padding:4px;
            /*background:#000;*/
        }
        /*-------------------------note section------------------*/
       .div_note{
            border: 1px solid #ced4da;
            border-radius: 5px;
            padding:10px;
            display:none;
       }
        .div_note textarea {
            border:none;
        }
        .div_note input {
            font-weight:bold;
            border:none;
        }
        .div_note .under_line{
            border-bottom:1px dotted grey;
            margin-bottom:8px;  
        }
        .fa-trash:hover{
            color:red;
        }

/*.div_msg {
    text-align: center;
    background: #ffcbcb;
    padding: 10px;
    border-radius: 0.25rem;
    display: none;
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}*/





.select2-container{
    width:100%!important;
}
.btn_plus{
    opacity:0.5;
}
.btn_plus:hover{
    opacity:1;
    cursor:pointer;
}



.flatpickr-input[readonly] {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
}