.cancelEditNote img,
.company_save_note img
{
    width: 20px;
}
.notes_details textarea{
    line-height: initial;
    padding: 20px;
}
.contact_modal .has-error {
    width: 100% !important;
    text-align: left !important;
    padding-left: 120px !important;
    color: red !important;
}
.contact_modal .add-more button{
    display: inline-block;
    margin-right: 10px;
}
figure img{
    width: 100%;
    height: auto;
}
.margzero figure{
    display: inline-block;
    width: 80px;
    height: auto;
}
.notes_details input[type=submit]{
    display: block;
}
.table th, .table td{
    text-align: left!important;
}
.main-wrapper .table {
    border-spacing: 0 2px;
}
.main-wrapper .table tbody tr td {
    line-height: 20px;
    padding: 0 10px;
    vertical-align: middle;
}
.search-sec{
    display: inline-block;
}
.profile_info {
    position: initial;
    display: inline-block;
}
.main-wrapper .back {
    position: initial;
    display: inline;
}
.main-wrapper .back a{
    line-height: 46px;
}
.main-wrapper{
    padding-top: 31px;
}
.profile_info ul{
    margin: 0;
}
.main-wrapper .table tbody tr td.lastContacted:before{
    content: url(../images/svg/clock.svg);
    position: relative;
    top: 4px;
    height: 18px;
    margin-right: 10px;
}
.main-wrapper .table tbody tr td:nth-child(6):not(.lastContacted):before {
    content:"";
}
.main-wrapper .table thead th{
    opacity: 1;
    font-weight: 700!important;
}
.edit_contact input,.edit_contact select{
    display: block;
    vertical-align: middle;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    background-color: white;
    border: 2px solid #e5e5e5;
    width: 100%;
    height: 34px;
    padding: 0 20px;
}
.edit_contact textarea
{
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    background-color: white;
    border: 2px solid #e5e5e5;
    resize: none;
    width: 100%;
    height: auto;
    padding: 20px;
}
.edit_contact .contactTable button, .add-more button
{
    background: none;
    border: none;
    display: inline;
    margin-right: 10px;
}
.profile-sec, .side-menu{
    float: none!important;
}
.sidebar .log-out{
    margin-top: auto!important;
    padding: 30px 0;
    border-top: 2px solid #44505d;
}
.inner-sidebar{
    display: flex;
    flex-flow: column;
    height: 100%;
}
.sidebar li img {
    margin-right: 20px;
}
.sidebar{
    box-sizing: content-box;
    padding-right: 5px;
    width: 244px !important;
}

@media (max-width: 991px) {
    .sidebar {
        width: 100% !important;
        display: block !important;
    }
}

.back-2 {
    margin-right: -3px !important;
}

.multip-table {
    max-width: 900px;
}