/*
* Override Pages default styles or create your own styles here
*/
.engynn-messenger{
    background:#fff;
    position:fixed;
    top:60px;
    right:0;
    width: 260px;
    height: calc(100% - 60px);
    overflow:auto;
    border-left:1px solid #dbd5d5;
}
.messenger-header {
    background: #323237;
    color: #788195;
    font-size: 14px;
    padding:15px;
    position: relative;
}

.engynn-messenger .card-header{
    padding: 15px 15px 12px;
    border-bottom: 1px solid #e6e6e6;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    background:#fff;
    position: relative;
}

.engynn-messenger .card-header .user-pic {
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.engynn-messenger .card-header .user-pic > img {
    width: 30px;
    height: 30px;
}

.engynn-messenger .card-header h5 {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    line-height: 22.7px;
    font-family: arial;
    letter-spacing: -0.006em;
    margin-top: -3px;
    width:170px;
}
.engynn-messenger .card-header h6 {
    font-size: 12px;
    margin: 0;
    font-family: arial;
    opacity: .45;
}

.rightside-socialcard.card{
    position: absolute;
    left: 100%;
    margin-left: 15px !important;
}

.write-review{
   border-top: 1px solid #e6e6e6;
}
.write-review .comment-writeable {
    border: 1px solid #bfbfbf;
    padding: 4px;
    border-radius: 15px;
    width: 80%;
    float: left
}
.card-dropdown-toggle + .dropdown-menu{
    z-index: 10 !important;
}
.profile-dropdown.card-dropdown-toggle > a:last-child{
    margin-top:0 !important;
}
.error-msg{
    color:red;
}

.social-card-container.col2 {
    width: 620px;
    border: none;
    background: none;
    margin-right: 20px;
}

@media only screen and (min-width: 1800px){
    .social-card-container.col2 {
        width: 750px;
    }
    .social-card.col2 {
        width: 750px;
    }
    /*.event-single-view-comments{
        margin: 0 -15px!important;
    }
    .event-single-view-comments > .col-md-12{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding:0 15px !important;
    }*/
}

.social-card.add-new-post-container{
    z-index: 2001;
    background:none;
    border:none;
    position: fixed;
    overflow: auto;
    max-height: calc(70%);
    width:620px!important;
}
.add-new-post .card-header1{
    background: #323237; 
    color: #788195;
    padding:15px;
    position: relative;
}
.add-new-post .card-header1 h4{
    color: #788195;
    margin:0;
}
.add-new-post .card-header1 .post-tab {
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    bottom: 0;
    margin: auto;
}
.social-card.share.add-new-post .card-header:hover{
    background:#fff;
}
.add-new-post .card-header1 .post-tab li i{
    font-size: 16px;
}
.add-new-post .card-header1 .post-tab li {
    display: inline-block;
    text-align: center;
    width: 70px;
    font-size: 11px;
}
.overlay-social {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 2000;
}
#report-post {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2001;
    width: 400px;
    height: 180px;
    margin: auto;
    background: #fff;
    padding: 25px;
    text-align: center;
}
#report-post button {
    display: inline-block;
    width: 100px;
    border: none;
    color: #fff;
    padding: 5px;
    margin: 15px;
}
#report-post button.cancel-btn{background:#EF0909;}
#report-post button.confirm-btn{background:#408C1A;}
.card-dropdown-toggle {
    position: absolute;
    right: 20px;
    top: 0;
    margin: auto;
    bottom: 0;
}
.post-list .big-status p{
    font-size: 30px;
    font-weight: 300;
    line-height: 100%;
}
.write-review .send-button {
    border-radius: 50%;
    float: left;
    margin-left: 30px;
    margin-top: -3px;
}
.hidden_data .post-button{
    padding-left: 30px;
}
.hidden_data .post-button ul{
    display: inline-block;
    padding: 0;
}
.hidden_data {
    background: #fff;
    width: 100%;
    padding: 15px;
}
.hidden_data .post-save-button button{
    cursor: pointer;
    width: 90%;
    background: #323237;
    color: #fff;
    padding: 8px;
    border: none;
    margin-top: 20px;
}
.hidden_data .post-button li {
    display: inline-block;
    background: #323237;
    width: 120px;
    color: #fff;
    padding: 3px 12px;
    position: relative;
    margin-right:5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.hidden_data .post-button li input{
    position:absolute;
    width: 100%;
    height:100%;
    top: 0;
    left:0;
    opacity: 0;
}
.engynn-dashboard > .social-card.col2 > .col2{
    width:100%;
}
.engynn-dashboard > .social-card.col2 {
    width: 50%;
}
.engynn-dashboard .social-card.col1 {
    width: 25%;
}
.add-new-post .write-review .comment-writeable{
    border:none;
    width:90%;
    resize: none;
}
.card-header .profile-dropdown > a:last-child{
    margin-top: 0;
}
/*.social-card.share .card-header:hover, .social-card.share .card-footer:hover {
    background: #fff !important;
}*/

.social-card.share.day-climate .card-header.ch-main{
    background: #323237;
    color: #788195;
    text-align: center;
}

.card-header .dropdown-menu{
    padding:10px !important;
    width: 200px;
}
.card-header .dropdown-menu .dropdown-item:hover{
    background: #ef4034;
    color: #fff !important;
    border:1px solid #8a8a8a;
}
.card-header .dropdown-menu .dropdown-item {
    opacity: 1;
    border-radius: 0;
    font-size: 13px;
    padding: 3px 3px !important;
    border:1px solid #fff;
    border-bottom: 1px solid #626262;
}
.card-header .dropdown-menu .dropdown-item.selecteditem{
    background:#339F6F;
    color: #fff !important;
}
.card-header .dropdown-menu .dropdown-item .small{
    font-size: 10px;
}
.social-card.share .card-footer {
    border-top: 1px solid #e6e6e6;
}
.social-card.share .card-footer+.card-header{
    border-top:none;
}
.svg-icon, .icon-thumbnail, .footer-thumbnail{
    fill:currentColor;
}
.svg-icon [stroke*='#'], .icon-thumbnail [stroke*='#'], .footer-thumbnail [stroke*='#']{
    stroke:currentColor;
}
.report_notes{
    width:85%;
    resize:none;
}
.liked-post {
    color: red;
}
.admin_tiles{
    width: 90%;
    margin: 0 70px;
}
.admin_tiles .user-table .card {
    width:80%;
}
.admin_tiles .user-table .admin-overview-box{
    left: auto;
    right: 0;
}
.admin_tiles .my-company-link h3{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}
.admin_tiles .my-company-link #companyloginlink{
    width:80%;
    padding: 5px;
}
.admin_tiles .my-company-link .svg-icon{
    background: #fff;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #323237;
}
.admin_tiles .my-company-link .fa-external-link{
    font-size: 16px;
    background: #fff;
    padding: 7px;
    border: 1px solid #323237;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}
.admin_tiles .admin_single_tile {
    display: inline-block;
    text-align: center;
    width: 30%;
    padding: 25px;
    background: #fff;
    margin: 10px;
    transition: all 0.5s ease;
    border:1px solid #e6e6e6;
    cursor:pointer;
}
.admin_tiles .admin_single_tile label {
    display: block;
    font-weight: 300;
    font-size: 1.5rem;
    margin:0;
    cursor:pointer;
}
.admin_tile_menu i{font-size: 40px;color:#000;}
.admin_tile_menu.admin_child_page svg{display: none;}
.admin_tile_menu.admin_child_page i{display: none;}
.admin_tile_menu.admin_child_page .admin_single_tile {
    width: auto;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #d9d9d9;
}
.admin_tile_menu.admin_child_page .admin_single_tile:hover{
    opacity:0.75;
}
.admin_tile_menu.admin_child_page .admin_single_tile label{
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}
.admin_tile_menu.admin_child_page .admin_single_tile.active_child{
    background:#323237;
}
.admin_tile_menu.admin_child_page .admin_single_tile.active_child label{
    color: #fff;
}
.admin_child_container {
    margin-top:20px;
}
.admin_child_container .card-header{
    margin: 0;
    padding-top: 15px;
}
.admin_child_container .card-header button{
    background: #323237;
    border: none;
    color: #fff;
    cursor: pointer;
}
.auserformcontainer select{
    width:100%;
    border:none;
    background:none;
}
.new_user_form .card .card-header .card-title{
    font-size: 20px;
}
.submit_form input{
    background: #323237;
    border: none;
    color: #fff;
    padding: 5px;
    cursor: pointer;
}
.submit_form input[disabled]{
    opacity:0.5;
    cursor: not-allowed;
}
.close_overlay{
    position:absolute;
    top:0;
    right:5px;
    cursor: pointer;
}
.page-container .page-content-wrapper .content.engynn-dashboard{
    padding-bottom: 69px;
}
.login_page .login-wrapper {
    height: 100%;
    background-color: #323237;
}

.btn-primary, .btn-primary[disabled], .btn-primary:focus{
    background-color: #323237 !important;
    border-color: #323237 !important;
}

.btn-primary:hover, .btn-primary[disabled]:hover{
    background-color: #323237 !important;
    border-color: #323237 !important;
    opacity: 0.75;
}
.table tbody tr td{
    border-bottom-color: #e6e6e6;
}
.auserformcontainer .tip {
    color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}
.auserformcontainer .tip.success{
    background:green;
}
.auserformcontainer .tip.error{
    background:red;
}
.auserformcontainer .username_field input{
    text-transform: lowercase;
}

#report-post .card{
    margin-bottom: 0;
}
#report-post.newUser{
    top:20%;
    height: 70% !important;
    bottom:auto;
    overflow:auto;
}
.admin_child_container table{
    background:#fff;
}
.header-icon.theme-color{
    color:#323237;
}
.header .bubble{
    background:green;
    font-size: 10px;
    text-align: center;
}
.notification-header{
    background: #323237;
    margin: 0;
    display: flex;
    color: #fff;
    padding: 15px 0;
}
.notification-header .nh-left label{
    margin:0;
}
.notification-header .nh-right span{
    color: #788195;
    font-size: 12px;
    text-decoration: underline;
    margin-top: 3px;
    display: inline-block;
}

.notification-panel .notification-body{
    padding:10px 0;
    color:#666;
    line-height: 23px;
    font-size: 12px;
}
.notification-panel .notification-body .notification-item.unread{
    background: #d3d7df;
}
.notification-panel .notification-body .notification-item{
    padding: 5px;
    margin: 0 25px;
    margin-top: 1px;
    background: #fff;
    border-bottom: 1px solid #d0d0d0;
}
.notification-panel .notification-body .notification-item .notif-time{
    margin-left: 63px;
}
.notification-panel .notification-body{
    overflow: auto;
}
@media only screen and (min-width: 980px){
    .notification-panel {
        width: 450px;
    }
}
.notification-panel .notification-body .thumbnail-wrapper{
    margin-right:30px;
}
.comment-buttons{
    text-align: center;
}
.comment-buttons button {
    border: none;
    background: none;
    margin: 10px 70px;
    font-size: 13px;
    text-decoration: underline;
}
.first-level-commment{
    padding: 0 20px;
}
.second-level-comment{
    margin-left:100px;
    margin-top:10px;
}
.first-level-commment .thumbnail-wrapper{
    margin-right: 20px;
}
.first-level-commment .thumbnail-wrapper{
    margin-right: 20px;
}
.comments-container .comments-list label{
    display: inline-block;
    width: calc(100% - 80px);
    background: #EEEFF6;
    padding: 5px 15px;
    border-radius: 18px;
    font-size: 12px;
    position: relative;
    margin-bottom: 3px;
}
.comments-container .comments-list label.editable{
    background:none;
    padding:0;
}
.comments-container .comments-list label.editable input{
    border:2px solid #EEEFF6;
    border-radius: 20px;
    width: 100%;
    padding:6px;
}
.d20{
    width:20px;
    height:20px;
}
.comments-container .comments-list .second-level-comment label{
    width: calc(100% - 68px);
}
.reply_author{color:#339f6f; text-decoration: underline}

.comments-container .first-level-commment .comment_details{
    margin: 0 60px;
}

.comments-container .first-level-commment .comment_details > div{
    margin: 0 20px;
    display: inline-block;
}
.comments-container .first-level-commment .second-level-comment .comment_details{
    margin-bottom: 5px;
}
.comments-container .first-level-commment .second-level-comment .comment_details > div{
    vertical-align: top;
}

.comments-container .first-level-commment .comment_details > div.comment_time{
    margin-left: 0;
}

.comments-container .first-level-commment .second-level-comment .reply_comment{
    width:75%;
    display:inline-block;
    border: 1px solid #bfbfbf;
    padding: 2px;
    border-radius: 15px;
}
.comments-container .first-level-commment .second-level-comment .write-reply-comment{
    margin-bottom: 10px;
}
.comments-container .first-level-commment .second-level-comment .reply_comment input{
    border:none;
    width:95%;
}
.comments-container .first-level-commment .second-level-comment .send-button{
    border-radius: 50%;
    font-size: 40px;
    display:inline-block;
    margin-left: 30px;
    margin-top: -5px;
    vertical-align: middle;
}
.cp{cursor: pointer;}
.comment-buttons .allcommentsloaded{
    opacity: 0.5;
    pointer-events:none;
}
.lazy_load img{width:130px;}

/* Image Post type style on 24-10-2018 */
.add-new-post .post-preview{
    position: relative;
}
.add-new-post .post-preview img{
    max-width:100%;
    width:auto;
    height: auto;
}
.add-new-post .post-preview i.fa-trash{
    position: absolute;
    top: -25px;
    right: 0;
    color: red;
    font-size: 18px
}
.card-description .post-status a, .comments-list a{color:#007bff;text-decoration:underline}
.post-youtube-container{
    padding: 10px 0;
    background: #fff;
}
.post-youtube-container .youtube-video{margin-top:15px; background: #21252d;}
.add-new-post .post-youtube-container .youtube-video{background: #fff;}
.post-youtube-container .youtube-video iframe{border:none;}
#tagUser{
    width:200px;
    box-shadow: 3px 3px 8px 1px #888;
    border: 1px solid #ccc;
    position:fixed;
    z-index: 9999;
    background: #fff;
    padding: 5px;
}
#tagUser .user-pic{
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
#tagUser .tag-user-details{
    float: left;
}
#tagUser .tag-user-details h3{
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    width:140px;
}
#tagUser .tag-user-details p{
    opacity: 0.7;
    margin-bottom:0;
}
#tagUser .tag-user-list{
    margin-bottom:10px;
}
#tagUser .tag-user-list:hover, #tagUser .tag-user-list.selected{
    background: #a7afc1;
    color: #fff;
}

#tagUser .tag-user-list:hover h3, #tagUser .tag-user-list.selected h3{
    color: #fff;
}

.engynn-profile{
    width: 960px;
    padding-left: 60px;
}

@media only screen and (min-width: 1800px){
    .engynn-profile{
        width: 1155px;
    }
}

.engynn-profile .user-common-detail .user-pic img{
    object-fit: cover;
}
.engynn-profile .user-common-detail{
    background: #fff;
    padding-top: 25px;
    padding-left: 15px;
    padding-bottom: 35px;
    border: 1px solid #e6e6e6;
}
.engynn-profile .user-common-detail h2{
    font-size: 32px;
    font-weight: bold;
}
.engynn-profile .user-common-detail h4{
    font-size: 20px;
}
.engynn-profile button.post_to_user_btn, .engynn-profile .profile_tab .tablist button, .engynn-profile .own_profile_view button{
    background: #323237;
    border: none;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    padding: 8px 5px;
    cursor: pointer;
}
.engynn-profile button.post_to_user_btn:hover, .engynn-profile .profile_tab .tablist button:hover, .engynn-profile .own_profile_view button:hover{
    opacity: 0.75;
}
.engynn-profile .own_profile_view{
    margin-left: -15px;
    margin-bottom: 30px;
}
.engynn-profile .own_profile_view button {
    width: auto;
    text-transform: none;
    padding: 8px 35px;
    font-size: 16px;
}
.engynn-profile svg{
    vertical-align: -2px;
}
.engynn-profile .profile_tab{
    margin-top: 30px;
    margin-left: -30px;
}
.engynn-profile .profile_tab .tablist{
    padding: 20px;
    background: #fff;
    border: 1px solid #e6e6e6;
}
.engynn-profile .profile_tab .tablist button{
    margin-bottom: 20px;
    padding-left: 30px;
}
.engynn-profile .profile_tab .tabcontent{
    padding-left: 10px;
}
.engynn-profile .profile_tab .tabcontent .tabinnercontent{
    background: #fff;
}
.engynn-profile .profile_tab .tab2content{
    padding: 25px;
}
.engynn-profile .profile_tab .tab2content > div{
    margin-bottom: 20px;
}
.page-container .page-content-wrapper .content.engynn-profile{
    padding-bottom: 70px !important;
}
.engynn-profile .bio-detail .bio-location{
    position: absolute;
    top:25px;
    right: 25px;
}
.engynn-profile .tablist button.selected{
    background: #000;
}
.engynn-profile .bio-detail textarea{
    width: 100%;
}
.engynn-profile .social-card.add-new-post-container{
    left:0;
    right:0;
    margin:auto;
}

.engynn-container .inner-design-container{
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    border: 2px solid #ccc;
    display: flex;
    padding: 25px;
}
.engynn-container .inner-design-container .logo-vaue-box{
    margin-top: 30px;
}
.background-popup{
    position: fixed;
    z-index: 9999;
    width: 900px;
    padding:25px;
    height: 80%;
    overflow:auto;
    background: #fff;
    text-align: center;
    top:0;
    bottom:0;
    margin:auto;
}
.background-popup .background_lists, .selected_bg{
    display: inline-block;
    width: 250px;
    height: 210px;
    margin:10px;
    cursor: pointer;
}
.background-popup .background_lists.selected{
    border: 2px solid #ccc;
}
.background-popup .background_lists img, .selected_bg img{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.placeholder_image{
    width: 245px;
    height: 165px;
    margin-bottom: 15px;
    background: #fafafa;
}
.page-container .header{
    z-index: 1001;
}
.logo_container h1{
    font-size: 20px;
    font-weight: bold;
    color: black;
    line-height: 20px;
}
.logo_container img{
    max-height: 37px;
}
body{
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}
.admin_child_container h3, .admin_child_container.feedback_page h3+p{
    color: #fff;
}
.default_background .admin_child_container h3, .default_background .admin_child_container.feedback_page h3+p{
    color: #000;
}
.homepage-newsfeed .no-results{
    color: #fff;
}
.default_background .homepage-newsfeed .no-results{
    color: #000;
}
.admin_child_container .logo-image-box{
    width: 150px;
    position: relative;
    margin-top: 20px;
}
.admin_child_container .logo-image-box input{
    width: 100%;
    opacity: 0;
}
/*.admin_child_container .logo-image-box button{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}*/
.pgn-wrapper{
    z-index: 9999;
}
.change_photo{
    position: relative;
    width: 150px;
}
.change_photo button{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.change_photo input{
    opacity: 0;
    width: 100%;
}
.fitcover{
    object-fit: cover;
}
.pgn-wrapper{
    margin: auto;
    left: 0;
    right: 0;
    width: 300px;
}
.escape_comment{
    position: absolute;
    bottom: -17px;
    left: 0;
    font-size: 10px;
}
.escape_comment span{
    color: #007bff;
}
.engynn-news .user-common-detail{
    padding: 25px;
}
.engynn-news .user-common-detail .post-cover-photo{
    width: 100%;
    height: 300px;
    text-align: center;
    border: 1px solid #e6e6e6;
    position: relative;
    overflow:hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.engynn-news .user-common-detail .post-cover-photo:hover{
    border: 1px solid #10cfbd;
    color: #10cfbd;
}
.engynn-news .user-common-detail img{
    max-width: 100%;
}
.engynn-news .user-common-detail .cover-photo-upload{
    position: absolute;
    left:0;
    top: 0;
    width:100%;
    height: 100%;
    opacity: 0;
}
.engynn-news .user-common-detail .post-cover-photo .placeholder_cover_image{
    position: absolute;
    width: 75px;
    height: 85px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events:none;
}
.engynn-news .user-common-detail .post-title{
    margin: 20px 0;
    width: 100%;
}
.engynn-news .user-common-detail .post-title input{
    text-align: center;
    font-size: 34px;
    border: 1px solid transparent;
    width: 100%;
}
.engynn-news .user-common-detail .post-title input:focus{
    outline: none;
    border: 1px solid #cccccc;
}
.post-editor{
    width: 100%;
}
.post-editor .insert_photo{
    margin-bottom:20px;
    position: relative;
}
.post-editor .insert_photo span{
    pointer-events:none;
}
.post-editor .insert_photo input{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
}
.category-list{
    padding:10px 0;
    border-bottom: 1px solid #e6e6e6;
}
.category-list .action button{
    padding: 5px 8px;
}
.post-more-info{
    margin-top: 30px;
}
.post-more-info .user-common-detail{
    padding-left: 25px !important;
}
.engynn-news .article-btn{
    margin-top: 20px;
}
.engynn-news .user-bio{
    padding-bottom: 70px;
}
.card.social-card.readmorepost{
    position: fixed;
    z-index: 9999;
    margin: auto;
    top: 5%;
    left: 0;
    right: 0;
    max-height: 80%;
    overflow: auto;
    width: 50%;
}
.card.social-card .article-post .article-head{
    float: left;
    width: 60%;
}
.card.social-card .article-post .article-category{
    float: right;
    width: 40%;
    padding-top: 10px;
    text-align: right;
    margin: 10px 0;
}
.engynn-news .radio span{
    vertical-align: 5px;
}
.engynn-messenger-active{
    position: fixed;
    bottom: 0;
    right:260px;
    display: flex;
    z-index: 50;
}
.engynn-messenger-active-chats{
    width:260px;
    height: 350px;
    margin-left: 20px;
    border: 1px solid #e6e6e6;
    background: #fff;

}
.engynn-messenger-active-chats .chat-header{
    background: #323237;
    padding: 5px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.engynn-messenger-active-chats .chat-header img{
    float: left;
    border-radius: 50%;
}
.engynn-messenger-active-chats .chat-header h4{
    margin: 0;
    float: left;
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
    width:150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.engynn-messenger-active-chats .chat-header i{
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 10px;
}

.engynn-messenger-active-chats .chat-header i.fa-paperclip{
   right:40px;
}

.engynn-messenger-active-chats .chat-header i.fa-paperclip input{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.engynn-messenger-active-chats .chat-footer .msg-attachment{
    background: #323237;
    color: #fff;
    padding: 3px;
    margin-top: -5px;
    position: relative;
    height: 25px;
}
.engynn-messenger-active-chats .chat-footer .msg-attachment i{
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 10px;
}
.engynn-messenger-active-chats .chat-footer .msg-attachment i.fa-close {
    color: red;
    right: 40px;
    height: 14px;
}
.engynn-messenger-active-chats .chat-footer .msg-attachment i.fa-caret-right {
    right:10px;
    font-size: 20px;
    height: 20px;
}
.engynn-messenger-active-chats .chat-body {
    height: calc(100% - 72px);
    overflow: auto;
    padding: 10px;
    position: relative;
}
.engynn-messenger-active-chats .chat-body.have_attachment{
    height: calc(100% - 97px);
}
.engynn-messenger-active-chats .chat-body .own-msg{
    text-align: right;
}
.engynn-messenger-active-chats .chat-body .opp-msg{
    text-align: left;
}
.engynn-messenger-active-chats .chat-body .chat_msg{
    display: inline-block;
    padding: 4px 8px;
    border-radius: 15px;
    font-size: 13px;
}
.engynn-messenger-active-chats .chat-body .chat_status{
    font-size: 10px;
}
.engynn-messenger-active-chats .chat-body .chat-content{
    margin-bottom: 15px;
}
.engynn-messenger-active-chats .chat-body .own-msg .chat_msg{
    background: #c9efff;
}
.engynn-messenger-active-chats .chat-body .opp-msg .chat_msg{
    background: #e1e1e1;
}
.engynn-messenger-active-chats .chat-footer textarea{
    resize: none;
    width:100%;
    height:30px;
}
.engynn-messenger .user-online{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: green;
    display: inline-block;
}
.engynn-messenger .card-header .unread_msg{
    background: #6FDFB5;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    opacity: 1;
}
.messenger-page{
    margin: 0;
    position: fixed;
    width: calc(100% - 70px);
    height: calc(100% - 60px);
    margin-top: 60px;
    background: #fff;
}
.messenger-page .engynn-messenger{
    background:none;
    position:relative;
    top:0;
    right:auto;
    width: auto;
    height: calc(100%);
    overflow:auto;
    border-right:2px solid #e6e6e6;
}
.messenger-page .engynn-messenger-active{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.messenger-page .last-chat-time{
    /*margin-left: 40px;*/
}
.messenger-page .engynn-messenger-active-chats {
    width: 100%;
    height: calc(100%);
    margin-left: 0;
    border: 1px solid #e6e6e6;
    background: #fff;
}
.messenger-page .engynn-messenger-active-chats .chat-header{
    background: #eaeaea;
}
.messenger-page .engynn-messenger-active-chats .chat-header button {
    border: none;
    background: none;
    text-decoration: underline;
    float: right;
    padding: 5px;
    cursor: pointer;
}
.messenger-page .engynn-messenger-active-chats .chat-footer textarea {
    height: 60px;
    padding: 10px;
}
.messenger-page .engynn-messenger-active-chats .chat-body {
    height: calc(100% - 140px);
    padding: 10px 5%;
}
.messenger-page .engynn-messenger-active-chats .chat-footer .msg-attachment{
    height: 50px;
    padding: 10px;
    margin: 0;
    margin-top: -5px;
}
.messenger-page .engynn-messenger-active-chats .chat-footer .msg-attachment i.fa-paperclip{
    margin-top: 3px;
}
.messenger-page .engynn-messenger-active-chats .chat-footer .msg-attachment i.fa-close{
    position: relative;
    right: auto;
}
.messenger-page .engynn-messenger-active-chats .chat-footer .msg-attachment .attach-file{
    position: relative;
}
.messenger-page .engynn-messenger-active-chats .chat-footer .msg-attachment .attach-file input{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    opacity: 0;
}
.messenger-page .engynn-messenger-active-chats .msg-attachment{
    height: 50px;
    padding: 6px;
}
.messenger-page  .engynn-messenger .card-header h6 {
    font-size: 12px;
    opacity: .85;
}
.messenger-page .engynn-messenger-active-chats .chat-header h4{
    color: #000;
}
.messenger-page .own-msg i.fa-trash{
    margin-right: 20px;
    display: none;
    cursor: pointer;
}
.messenger-page .own-msg:hover i.fa-trash{
    /*display: inline-block;*/
}
.messenger-page .opp-msg i.fa-trash{
    margin-left: 20px;
    display: none;
    cursor: pointer;
}
.messenger-page .opp-msg:hover i.fa-trash{
    /*display: inline-block;*/
}
.notification-footer{
    background: #323237;
}
.notification-body .last-chat-time{
    margin-left: 62px;
    font-size: 12px;
    font-weight: bold;
}
.messenger-noti .notification-body{
    font-size: 14px;
}
body.desktop .notification-panel .notification-footer a{
    color: #fff;
}
.notification-panel.messenger-noti .notification-body{
    padding: 0;
}
.notification-panel.messenger-noti .notification-body .notification-item{
    margin: 0;
}

div[data-angular-treeview] {
  /* prevent user selection */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /* default */
  font-family: Tahoma;
  font-size:13px;
  color: #555;
  text-decoration: none;
  padding-top:20px;
}

div[data-tree-model] ul {
  margin: 0;
  padding: 0;
  list-style: none; 
  border: none;
  overflow: inherit;
}

div[data-tree-model] li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 20px;
  white-space:nowrap;
}
div[data-tree-model] li i{
    padding: 1px 10px;
    position: absolute;
    left: -5px;
    top: 3px;
    font-size: 14px;
}
div[data-tree-model] li i, div[data-tree-model] li span {
  cursor: pointer;
}
div[data-tree-model] li span{
    cursor: pointer;
    width: 150px;
    overflow: hidden;
    display: inline-block;
    vertical-align: text-top;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div[data-tree-model] li .selected {
  font-weight: bold;
  padding: 1px 5px;
}
div[data-tree-model] img.folder{
    margin-right: 5px;
    width: 18px;
    height: auto;
}
.engynn-doc .doc-header .btn{
    width:auto;
    position: relative;
    padding:5px;
}
.engynn-doc .doc-header .btn label{
    margin-bottom: 0;
}
.engynn-doc .doc-header .btn label svg{
    vertical-align: bottom;
}
.engynn-doc .doc-header .btn input{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.messenger-page.docs-page .engynn-messenger-active{
    padding:5px;
}
.mce-edit-area.mce-container, .mce-edit-area.mce-container iframe, .tox.tox-tinymce{
    height: 500px !important;
}
.no_message_div{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
    width: 193px;
    text-align: center;
}
.engynn-messenger .card-header.messenger-page-active-chat{
    background: #eaeaea;
}
.messenger-noti .notification-body .notification-item{
    border-bottom: 1px solid #eaeaea;
}
.engynn-doc{
    width:73%;
    overflow:auto;
}
#report-post .new_folder_head {
    background: #323237;
    margin: 0 -25px;
    margin-top: -25px;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}
.docs-page > .col-lg-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.docs-page > .col-lg-9 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}
.docs-page .doc-body table{
    border:1px solid #aeaeae;
}
.docs-page .doc-body table tbody tr:hover{
    background:none;
}
.docs-page .doc-body table thead, .docs-page .doc-body table tbody tr:nth-child(even){
    background:#eee;
}
.docs-page .doc-body table tbody tr td{
    background:none;
}
.docs-page .doc-body table th, .docs-page .doc-body table td{
    padding: 10px;
    position: relative;
}
#doc-context-menu{
    width:150px;
    border:2px solid #aeaeae;
    background:#fff;
    padding: 10px;
    z-index: 999;
}
#doc-context-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#doc-context-menu ul li{
    padding: 5px;
    border-bottom: 1px solid #aeaeae;
    cursor: pointer;
}
#doc-context-menu ul li:hover{
    background: #aeaeae;
}
.docs-page .doc-body table tr{
    border-left:3px solid #aeaeae;
}
.docs-page .doc-body table tbody tr:hover, .docs-page .doc-body table tbody tr.selected{
    border-left:3px solid #00A8FF;
}
.docs-page .doc-body .table.table-hover tbody tr:hover td {
    background: none !important;
}
.docs-page .doc-body .table.table-hover tbody tr.selected td {
    background: #daeffd !important;
}
.docs-page .doc-body table tbody td input{
    border:1px solid #3D96E2;
    width: calc(100% + 20px);
    background:#fff;
    position: absolute;
    left:0;
    top:0;
}
.docs-page .doc-breadcrumb{
    margin: 10px 0;
    font-weight: bold;
}
.docs-page .doc-breadcrumb ul{
    padding: 0;
    list-style:none;
}
.docs-page .doc-breadcrumb ul li{
    display:inline-block;
}
.admin_tiles .engynn-profile.engynn-news.engynn-team{
    padding-left: 0px;
    width: 900px;
    padding-top: 60px;
}
.new_user_form .form-group-default.teams-box label, .doc-permission-modal .form-group-default.teams-box label{
    display: inline-block;
}
.new_user_form .form-group-default.teams-box .checkbox, .doc-permission-modal .form-group-default.teams-box .checkbox{
    padding: 5px 0;
    margin: 0px;
}
.doc-permission-modal .form-group-default.teams-box{
    margin-top:40px;
}
.new_user_form .form-group-default.teams-box.disabled, .doc-permission-modal .form-group-default.teams-box.disabled{
    pointer-events:none;
}
.switch {
  position: relative;
  display: inline-block!important;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #00A8FF;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00A8FF;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.permission-switch span:first-child{
    vertical-align: -7px;
    font-size: 18px;
}
.permission-switch span:last-child{
    vertical-align: -7px;
    font-size: 18px;
}
.doc-lock, #restricted_teams p{
    color:#FF5D5D;
}
.doc-per-td{
    position: relative;
}
.doc-per-td > div{
    display: none;
    position:absolute;
}
.doc-per-td > i:hover+div{
    display: block;
}
#restricted_teams{
    padding: 5px;
    background: #fff;
    border: 2px solid #aeaeae;
    z-index: 999999;
}
.draft-container{
    background: #fff;
    margin-top:20px;
}
.draft-container .draft-header h3{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.draft-container .draft-body{
    padding: 10px;
}
.draft-list{
    border-bottom: 1px solid #aeaeae;
    margin: 0;
    padding: 5px 0;
}
.draft-list:last-child{
    border:none;
}
.draft-list button {
    padding: 3px;
    margin-left: 3px;
}
.fw800{
    font-weight: 800 !important;
}
.doc-queue-container{
    position: fixed;
    left: 80px;
    bottom: 0px;
    background: #fff;
    border-top: 2px solid #aeaeae;
    border-bottom: 2px solid #aeaeae;
    width: 18%;
    padding:10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.doc-queue-container h4{
    margin:0;
    font-size:20px;
    font-weight:bold;
}
.doc-queue-toggle {
    position: absolute;
    right: 5px;
    font-size:18px;
}
.doc-queue-toggle.pg-plus{
    top:18px;
}
.doc-queue-file-list{margin-bottom:10px;}
.doc-progress-container{
    width:100%;
    border:2px solid #bbb;
    background: #ddd;
    border-radius:5px;
    position:relative;
    height:20px;
    text-align:center;
}
.doc-progress-bar{
    background: #CEDC98;
    position:absolute;
    width:100%;
    height:100%;
}
.doc-progress-label{
    position:absolute;
    width:100%;
    left:0;
    top:0;
}
ui-view#childviews{
    position:relative;
    display: block;
}
.logo-container.inner-design-container.subscription-container{
    display: block;
}
.admin-overview-box{
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    margin-top: 80px;
    width: 250px;
}
.admin-overview-box .aob-header{
    background: #323237;
    text-align: center;
    color: #788195;
    padding: 10px;
    font-size: 12px;
}
.admin-overview-box .aob-user-details{
    padding:20px;
}
.admin-overview-box .aob-user-details p{
    font-size:20px;
}
.admin-overview-box .aob-manage{
    padding: 0 20px;
    padding-bottom: 20px;
}
.admin-overview-box .aob-manage span, .category-form .aob-manage span, .doc-subscription .aob-manage span{
    color: #f55753;
    font-size: 15px;
}
.admin_child_container .card-header button[disabled]{
    opacity:0.5;
}
.category-form .aob-manage{
    margin-top: 40px;
}
.subscription-plans  div.radio{
    margin-top:17px;
}
.subscription-plans h5{
    font-weight: bold;
}
.selected-file-button{
    display:inline-block;
}
.doc-subscription{
    padding: 20px 10px;
    border-top: 2px solid #d6d3d3;
    margin-top: 20px;
}
.doc-subscription p{
    font-size:20px;
    font-weight:bold;
}
.new_user_form.new_event_form h6{
    text-align: left;
}
.new_user_form.new_event_form textarea{
    height:80px;
}
.new_user_form.new_event_form .add-attachment button{
    width:auto;
    padding:3px;
}
.new_user_form.new_event_form .add-attachment button label{
    margin: 0;
    font-size: 12px;
}
.new_user_form.new_event_form .add-attachment button label{
    vertical-align: -5px;
}
.new_user_form.new_event_form .add-attachment button input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.new_user_form.new_event_form .attachment-lists .event-attachment{
    max-width: 31%;
    flex: 0 0 31%;
    position: relative;
}
.new_user_form.new_event_form .attachment-lists .event-attachment i.fa-trash{
    color: red;
}
.new_user_form.new_event_form .attachment-lists .event-attachment label.attname abbr{
    text-decoration: underline;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:70%;
    display:inline-block;
    vertical-align: bottom;
}
.new_user_form.new_event_form .attachment-lists .event-attachment label{
    display: block;
}
.new_user_form.new_event_form .attachment-lists .event-attachment span{
    /*color:#ddd;
    font-size: 11px;*/
    text-decoration: underline;
}
.new_user_form.new_event_form .attachment-lists .event-attachment span:before {
    content: ".";
    margin-left: -4px;
}
.new_user_form.new_event_form .card-body .user-pic img{
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.new_user_form.new_event_form .card-body .invite-user-list h3{
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    line-height: 22.7px;
    font-family: arial;
    letter-spacing: -0.006em;
    margin-top: -3px;
}
.new_user_form.new_event_form .card-body .invite-user-list p{
    font-size: 12px;
    margin: 0;
    font-family: arial;
    opacity: .45;
}
.new_user_form.new_event_form .card-body .invite-user-list .tag-user-list{
    border-bottom: 1px solid #aeaeae;
    padding:10px;
    margin: 0;
}
.messenger-page.docs-page.calendar-page{
    top:40px;
    background:none;
    position: relative;
}
.messenger-page.docs-page.calendar-page .engynn-messenger .messenger-calendar #datepicker-embeded{
    /*box-shadow: 0 0 5px 0 #888;*/
}
.messenger-page.docs-page.calendar-page .engynn-messenger .messenger-calendar #datepicker-embeded .datepicker-inline, 
.messenger-page.docs-page.calendar-page .engynn-messenger .messenger-calendar #datepicker-embeded .datepicker-inline table.table-condensed{
    width:100%;
}
.messenger-page.docs-page.calendar-page #calendar_head{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    background: #fff;
    z-index: 99;
    padding: 15px;
    font-size: 30px;
}
.messenger-page.docs-page.calendar-page .engynn-messenger .messenger-calendar #event-invitation{
    margin-top: 30px;
}
.messenger-page.docs-page.calendar-page .engynn-messenger .messenger-calendar #event-invitation h4{
    text-align: center;
    font-weight: 500;
    color: #6f7b8a;
}
.messenger-page.docs-page.calendar-page .engynn-messenger .messenger-calendar #event-invitation .noevent{
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 12px;
}
.messenger-page.docs-page.calendar-page .engynn-messenger .messenger-calendar #event-invitation .invitation-container{
    margin : 15px;
}
.messenger-page.docs-page.calendar-page .engynn-messenger .messenger-calendar #event-invitation .invitation-list{
    margin-bottom: 20px;
    width:100%;
}
.messenger-page.docs-page.calendar-page .engynn-messenger{
    border:none;
}
.messenger-page.docs-page.calendar-page .engynn-doc h3{
    margin-top: 30px;
}
.messenger-page.docs-page.calendar-page .engynn-messenger .messenger-calendar #event-invitation .invitation-list h6{
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.messenger-page.docs-page.calendar-page .engynn-messenger .messenger-calendar #event-invitation .invitation-list p{
    margin: 0;
}
.messenger-page.docs-page.calendar-page .engynn-messenger .messenger-calendar #event-invitation .invitation-list  span{
    color: #f55753;
}
.messenger-page.docs-page.calendar-page > .col-lg-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; 
    max-width: 25%; 
}
.messenger-page.docs-page.calendar-page > .col-lg-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; 
    max-width: 75%; 
}
.event-invite-count{
    background: #f55753;
    position: absolute;
    width: 24px;
    height: 24px;
    top: -8px;
    right: -10px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    vertical-align: text-top;
    line-height: 24px;
}
#report-post .new_user_form.new_event_form.viewEvent .form-group span{
    font-size: 16px;
}
.br-50{
    border-radius:50%;
}
.new_user_form.new_event_form.viewEvent button{
    width:200px;
}
.new_user_form.new_event_form.viewEvent .status-label{
    display: inline-block;
    width: 30%;
    margin: 5px;
    padding: 20px;
    position: relative;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.new_user_form.new_event_form.viewEvent .status-label i{
    position: absolute;
    top: 0;
    right: 0;
}
.new_user_form.new_event_form.viewEvent .status-label.accept{
    background: #108C44;
}
.new_user_form.new_event_form.viewEvent .status-label.decline{
    background: #D71E24;
}
.new_user_form.new_event_form.viewEvent .status-label.hold{
    background: #F37221;
}
.new_user_form.new_event_form.viewEvent .event-status-tab{
    margin-top:20px;
}
.new_user_form.new_event_form.viewEvent .event-status-tab .status-label{
    background: #ccc;
    color: #000;
    padding: 5px;
    margin: 1px;
    width: 100px;
    font-size: 15px;
    text-align: center;
}
.new_user_form.new_event_form.viewEvent .event-status-tab .status-label.selected{
    background: #323237;
    color: #fff;
}
.new_user_form.new_event_form.viewEvent .invite-people .status-label{
    color: #fff;
    padding: 2px;
    margin: 1px;
    width: 100px;
    font-size: 15px;
    text-align: center;
}
.new_user_form.new_event_form.viewEvent .invite-people p.nouser{
    color: #000;
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #aeaeae;
}

.site-submenu-header{
    background: #323237;
    text-align: center;
    color: #788195;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
}
.bg-white{
    background: #fff;
}
.bg-none{
    background: none !important;
}
.fc-button.fc-addNewEvent-button{
    background: #323237;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.settings-page h3{
    color:#fff;
}
.default_background .settings-page h3{
    color: #000;
}
.settings-page .btn-primary{
    margin:10px;
}
.page-form-container{
    margin:20px 0;
    position: relative;
}
.page-form-container > div.user-common-detail{
    padding:15px !important;
}
.page-form-container .post-tiles{
    margin-bottom: 20px;
}
.page-form-container .post-tiles .post-tile-body{
    background:#fff;
    padding:15px;
}
.engynn-news .user-common-detail.post-tile-body .post-cover-photo{
    height:auto;
}
.engynn-news .user-common-detail.post-tile-body .post-cover-photo .placeholder_cover_image{
    height:auto;
    width:auto;
    padding:15px;
    position: relative;
}
.post-tile-body .permission-switch span:first-child, .post-tile-body .permission-switch span:last-child{
    font-size: 14px;
}
.post-tile-body .doc-permission-modal .form-group-default.teams-box {
    margin-top: 15px;
}
.engynn-page h3, .engynn-page .category_names{
    color:#fff;
    position: relative;
    background: none;
}
.default_background .engynn-page h3, .default_background .engynn-page .category_names{
    color:#000;
}

.engynn-page.page-list p.page-menu-info{
    color:#fff;
    position: relative;
    background: none;
}
.default_background .engynn-page.page-list p.page-menu-info{
    color:#000;
}
.engynn-page.page-list p.page-menu-info a{
     color: #fff;
     text-decoration: underline;
     cursor: pointer;
}
.default_background .engynn-page.page-list p.page-menu-info a{
     color: #007bff;
}
.engynn-page.page-list .admin-overview-box{
    background: none;
}
.admin-overview-box .page-category-box{
    margin-bottom: 20px;
}
.engynn-page h3 button {
    background: #323237;
    border: none;
    color: #fff;
    cursor: pointer;
}
body .social-card.share .card-footer:hover,body .social-card.share .card-header:hover{
    background:none;
}
.pagebuilder-table .draft-badge{
    background: #323237;
    padding:0 15px;
    display: inline-block;
    color: #fff;
}
.container-fluid.admin_child_container{
    width:100%;
}
.cover-photo.have_cover_photo{
    position: relative;
    height: 350px;
    overflow: hidden;
    margin-bottom: 20px;
}
.cover-photo.have_cover_photo h3{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
#datepicker-embeded table td.day.have_day_event{
    font-weight:bold;
}
#datepicker-embeded table td.day.have_day_event:after{
    content: '*';
}
.page-form-container .page-additional-details{
    padding-left: 20px;
    width:300px;
    position: absolute;
    left: 85%;
}
.container-border{
    border: 1px solid #d0d0d0 !important;
}
.engynn-messenger-active-chats .chat-body a span{
    text-decoration: underline;
}
#report-post .share_folder button{
    width:auto;
}
#report-post .share_folder .hiddeninputfield{
    opacity: 0;
    pointer-events:none;
}
#report-post .share_folder .file-url{
    padding:17px;
}
.confirm_email{
    color: red;
    font-size: 13px;
}
.confirm-email-message{
    background: #f35958;
    color: #fff;
    width: 840px;
    padding: 5px;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.confirm-email-message i.fa-close{
    position: absolute;
    right: 10px;
    top: 7px;
}
.confirm-email-message span{
    text-decoration: underline;
}
.confirm-email-message abbr{
    font-weight: bold;
}
@media only screen and (min-width: 1800px){
    .confirm-email-message{
        width: 1070px;
    }
}
.page-menu-body{
    padding:20px;
}
.icon-container{
    padding: 20px;
    font-size: 16px;
}
.icon-container i{
    background: #323237;
    padding: 5px;
    color: #fff;
}
.icon-box{
    padding:10px;
}
.page-menu-body .page-menu-item, .page-menu-body .page-menu-item2{
    margin:0;
    padding:10px;
    background: #323237;
    color:#fff;
    cursor: move;
    margin-bottom: 15px;
}
.page-menu-body .page-menu-item p, .page-menu-body .page-menu-item2 p{
    margin: 0;
}
.ui-state-highlight {
  height: 40px;
  border: 1px dotted #ccc;
  padding: 10px;
  margin-bottom: 15px;
}

.page-menu-body .subpage-menu-item{
    margin-left: 30px;
}
[data-toggle="tooltip"]{
    cursor: pointer;
}
body .tooltip{
    z-index:9999;
}
body .table-hover tbody tr:hover{
    background: none;
}
body .table.table-hover tbody tr:hover td {
    background: none !important;
}
.engynn-detailpage .cover-photo{
    margin-bottom: 15px;
}
.textoverflow{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.post-tile-body .textoverflow{
    display: inline-block;
    width: 80px;
}
.card .card-header.card-title-action{
    z-index: 10;
}
.card .card-header.card-title-action.option-dropdown-open{
    z-index: 11;
}
.background-popup .background_lists .placeholder_image img, .inner-design-container .placeholder_image img{
    width: 80px;
    height: 55px;
    margin: 0px;
}
.site-submenu-header.edit-menu{
    opacity: 0.7;
}
.underline{
    text-decoration: underline !important;
}
.calendar-page #calendar .no-events{
    padding:10px;
}
.calendar-page #calendar .event-list{
    padding:10px;
    margin-bottom: 20px;
    position: relative;
}
.calendar-page #calendar .event-list .event_status{
    position: absolute;
    right: 20px;
    top: 20px;
}
.calendar-page #calendar .event-list .event_status.accepted{
    color: green;
}
.calendar-page #calendar .event-list .event_status.declined{
    color: red;
}
.social-card .post-photo img{
    max-height: 500px;
    max-width: 100%;
    width: auto;
}
.mt20{
    margin-top: 20px;
}
.mb20{
    margin-bottom: 20px !important;
}
.inner-design-container.subscription-container.feature-container .checkbox{
    margin-top: -3px;
    padding-left: 20px;
}
.profile-no-activity-tab{
    padding:50px 20px;
}
#report-post button{
    cursor: pointer;
}
.page-sidebar .sidebar-menu ul.menu-items > li > a > .title{
    width:100%;
}
.page-sidebar .sidebar-menu ul.menu-items > li.have-child > a > .title{
    width:70%;
}
.reported-buttons-div {
    position: absolute;
    top:10px;
    right: 10px;
}
.card-footer.reported-post-footer .fa.arrows{color:initial;float: right;}
.search-link input{
    width:230px;
    border:none;
}
.search-area-body {
    padding:10px 20px;
}
.search_results > div > h5{
    color:#fff;
    margin-top:0;
}
.default_background .search_results h5{
    color:#000;
}
.search_results .search-no-results{
    padding:20px 10px;
}
.search_results .event-list{
    padding:10px;
}
.search_results .usercontainer{
    padding-left: 20px;
}
.search_results .engynn-messenger{
    position: relative;
    top:0;
    width:100%;
    background: none;
    border:none;
    margin:0;
}
.search_results .search-container .card-header{
    margin: 0;
    padding: 10px 0;
}
.search_results .search-container .card-header .user-pic{
    margin-top:8px;
}
.search_results .search-container .card-header .user-pic img{
    width: 37px;
    height: 37px;
}
.search_results .search-container .usercontainer:nth-child(odd){
    padding-left: 0;
}
.search_results .search-container .usercontainer:nth-child(even){
    padding-right: 0;
}
.add-new-post .visiblity-edit{
    color:#f35958;
    font-size: 11px;
}
.add-new-post .doc-permission-modal-layer{
    position: fixed;
    width:100%;
    left:0;
    top:0;
    height: 100%;
    background:rgba(0,0,0,0.5);
    z-index: 999;
}
.add-new-post .doc-permission-modal{
    z-index: 9999;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
    position: absolute;
    padding: 20px;
}
.add-new-post .doc-permission-modal h3{
    text-align: center;
    margin: -20px;
    padding: 10px;
    margin-bottom: 20px;
    background: #323237;
    font-size: 20px;
    color: #fff;
}
.add-new-post .doc-permission-modal i.fa-close{
    position: absolute;
    right: 15px;
    color: #fff;
    font-size: 20px;
    top: 15px;
}
.pgn-wrapper{
    z-index:99999 !important;
}
.feature-container .checkbox.check-danger label{
    color:#f35958;
    font-weight: bold;
}
.feature-container .checkbox.check-success label{
    color:#1dbb99;
    font-weight: bold;
}
.feature-container p{
    padding-left: 23px;
}
.feature-container p.doc_para{
    padding: 0;
    margin-top: -15px;
}
.social-card.share .card-header h6.post-timeline{
    opacity:1;
}
.social-card.share .card-header h6.post-timeline span.location{
    opacity:0.45;
}
.social-card.share .card-header h6.post-timeline i.fa{
    position:relative;
}
.social-card.share .card-header h6.post-timeline i.fa div{
    display:none;
    position: absolute;
    bottom: 100%;
    left: 0;
    text-align: center;
    padding: 5px 10px;
    background: #323237;
    color: #fff;
    width:150px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.social-card.share .card-header h6.post-timeline i.fa:hover div{
    display:inline-block;
}
.social-card.share .card-header h6.post-timeline i.fa div ul{
    list-style: none;
    padding: 0;
    margin:0;
}
.subscription-plans{
    padding:15px 0;
    border-bottom:1px solid #eae7e7;
}
input[type='file']{
    display: none;
}
#rightMessenger .fa-external-link{
    display: none;
}
@media only screen and (max-width: 1400px){
    #rightMessenger {
        z-index: 999999;
        top: auto;
        bottom: 0;
        height: auto;
    }
    #rightMessenger .messenger-users{
        display:none;
    }
    #rightMessenger.topen{
        height:450px;
    }
    #rightMessenger.topen .messenger-users{
        display:block;
    }
    #rightMessenger .fa-external-link{
        display: inline-block;
        color: #fff;
        position: absolute;
        right: 20px;
        top: 18px;
        cursor: pointer;
    }
    #rightMessenger.topen .fa-external-link{
        transform: rotate(180deg);   
    }
    #rightMessenger .messenger-header{
        cursor:pointer;
    }
}

.desktop .mobile-footer{
    display:none;
}
.desktop .mobile{
    display: none!important;
}
.desktop{
    display:block!important;
}
.desktop-inline{
    display:inline-block!important;
}
.subscription-container iframe{
    width: 100%;
    height: 450px;
    border: 1px solid white; 
    overflow: hidden; 
    padding: 20px; 
    background: white;
}
.engynn-news .permission-switch span{
    font-size:14px !important;
}
.loggedUser{
    padding: 5px 10px;
    background: #000;
}
.loggedUser .imageCol{
    float:left;
}
.loggedUser .imageCol img{
    border-radius: 50%;
    margin-top: 5px;
}
.loggedUser .userDetail{
    float:right;
}
.loggedUser .userDetail p{
    margin-bottom: 0;
    color: #85858e;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 180px;
}
.loggedUser .userDetail p.display_name{
    font-size: 18px;
}
.sidebar-open .header .pg-menu{
    display: none;
}
.hidelabel{
    visibility:hidden;
}
.docname span{
    position: relative;
}
.feedbackform textarea{
    resize: none;
    height: 200px;
}
.feedbackform textarea:focus{
    background:#fff;
}
.page_page .engynn-messenger{
    display:none;
}
.pagebuilder-table{
    position: relative;
}
.pagebuilder-table .admin-overview-box{
    margin-top:0;
    left:calc(100% + 20px);
}
.page_page button[disabled]{
    opacity:0.5;
}
.fbsubmitted button{
    width: 200px;
    margin-left: 25px;
}
.social-card.share.post-list{
    border:none;
}
.calendar_page .viewEvent .engynn-page{
    margin-top: 20px;
}
.datepicker td.disabled{
    text-decoration: line-through;
}
.messenger-page.docs-page.calendar-page .custom-dropdown{
    position: relative;
    width: 120px;
}
.messenger-page.docs-page.calendar-page .custom-dropdown .dd-placeholder{
    padding: 5px 10px;
    cursor: pointer
}
.messenger-page.docs-page.calendar-page .custom-dropdown .dropdownoptions{
    position: absolute;
    z-index: 9;
    background: #fff;
    width: 100%;
    top: 100%;
}
.messenger-page.docs-page.calendar-page .custom-dropdown .dropdownoptions div{
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #cecdcd;
}
.messenger-page.docs-page.calendar-page .custom-dropdown .dd-toggle{
    position: absolute;
    top: 8px;
    right: 5px;
    pointer-events:none;
}
.messenger-page.docs-page.calendar-page .viewEvent .invite-people{
    border: 1px solid #ccc;
    margin-top: -2px;
}
.messenger-page.docs-page.calendar-page .new_user_form.new_event_form.viewEvent .invite-button{
    width: auto;
    padding: 2px 9px;
    font-size: 12px;
}
.messenger-page.docs-page.calendar-page .new_user_form.new_event_form.viewEvent .event-attachment{
    width: auto;
    padding: 2px 9px;
    font-size: 12px;
}
.messenger-page.docs-page.calendar-page .new_user_form.new_event_form.viewEvent .add-attachment button label{
    vertical-align: inherit;
}
.form-group.form-group-default.custombtn-container{
    overflow: visible;
}
.messenger-page.docs-page.calendar-page .custombtn-container .custom-dropdown{
    width:100%;
}
.event-list h4{
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tag-user-details h3 span{
    font-weight: normal;
}
#report-post .new_event_form .card {
    position: absolute;
    width: 95%;
    height: 95%;
    overflow: hidden;
}
#report-post .new_event_form .card .invite-user-list{
    position: absolute;
    height: calc(100% - 175px);
    overflow: auto;
    width: 625px;
}
#report-post .new_event_form .card .submit_form{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}
#report-post .new_event_form .card .submit_form .selected-people{
    margin-top: 20px;
    padding-left: 20px;
    font-weight: bold;
}
.restricted-layout .pg-lock{
    font-size: 100px;
    margin-bottom: 40px;
}
.profile-incomplete{
    margin-top: 30px!important;
}
.profile-incomplete .datafilled{
    opacity: 0.5;
    pointer-events:none;
}
.profile-incomplete .card-header i{
    margin-right: 20px;
}
.profile-incomplete .card-header.datafilled i:before{
    content: "\f00c";
}
.event-single-view-comments{
    margin: 0;
}
.event-single-view-comments > .col-md-12{
    padding: 0;
}
.event-single-view-comments .write-review .user-pic{
    float: left;
}
.social-card .sl-comment-detail img {
    width: 100%;
    height: auto;
}
.second-level-comment.comments-list .reply-count{
    margin-bottom:10px;
}
.social-card.col1.bbnone{
    background: none;
    border:none;
}
.event-single-view-comments span.toggleContainer {
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
}
.new_user_form.new_event_form.viewEvent .comment_action button{
    width:auto;
}
.userTypingGif{
    position: absolute;
    bottom: 105px;
    left: 55px;
}
.userTypingGif.commonlayout{
    position: absolute;
    bottom: 40px;
    left: 30px;
}
.messenger-placeholder{
    height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 22px;
    text-align: center;
}
.messenger-placeholder i{
    font-size: 70px;
}
.messenger-placeholder p{
    font-size: 16px;
    font-weight: bold;
}
.noarticle p{
   font-size: 20px; 
}
.noarticle a{
    font-size: 16px;
    text-decoration: underline;
}
.notifications_page .engynn-profile .notification-panel{
    width: 100%;
}
.notifications_page .engynn-profile .notification-panel .notification-body{
    max-height: none;
}
.grey-btn{
    background: #777;
}
.page_page #report-post button.saved-btn{
    background: none;
    color: green;
}
.engynn-page.engynn-detailpage h3{
    border:none;
}
.detailpage_page .engynn-page h3 button{
    background: #fff;
    margin: 0;
    top: 10px;
    bottom: auto;
    color: #323237;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.detailpage_page .engynn-page h3 button.restrict-btn{
    right: 60px;
}
.detailpage_page .engynn-page h3 button.restrict-btn:hover > div{
    display:block;
}
.detailpage_page .engynn-page h3 button.restrict-btn > div{
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    text-align: center;
    padding: 5px 10px;
    background: #323237;
    color: #fff;
    width: 150px;
    z-index: 99;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.detailpage_page .engynn-page h3 button.restrict-btn > div ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-card.add-new-post-container .teams-box .row{
    margin: 0;
}
.event_status_cancelled{
    text-align: center;
    color: red;
    font-size: 16px;
    margin-bottom: 20px;
}
.invite-page .card-body p{
    color: #fff;
}
.default_background .invite-page .card-body p{
    color: #000;
}
.userteamcheckbox{
    position: relative;
}
.userteamcheckbox i.fa{
    position: absolute;
    right:5px;
    top:8px;
    pointer-events:none;
}
.userteamcheckbox .utlist{
    position: absolute;
    left: 0;
    top: 100%;
    border:1px solid rgba(0, 0, 0, 0.07);
    background:#fff;
    width: 100%;
    z-index: 9;
}
.userteamcheckbox .utlist ul{
    list-style: none;
    padding: 0;
}
.invite-page .selected_teams{
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.invite-page .selected_teams span:after {
    content: ", ";
}
.invite-page .selected_teams span:last-child:after {
    content: "";
}
.invite-page td.disabled{
    pointer-events: none;
    opacity: 0.5;
}
.invite-page .auserformcontainer .tip {
    position: relative;
    left: 0;
    top: 5px;
    text-align: center;
    margin:0;
}
.invite-page td .fa-trash{
    color: red;
    margin-top: 10px;
}
.invite-page p.error_msg{
    font-size: 11px;
    line-height: 10px;
    color: red;
}
.statusbadge span{
    width: 100px;
    display: inline-block;
    padding: 5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.statusbadge span.sent{
    background: orange;
}
.statusbadge span.expired{
    background:red;
}
.statusbadge span.accepted{
    background: green;    
}
.removemenuInfo .fa-exclamation-triangle{
    color: red;
    font-size: 60px;
}
.sidebar-menu svg{
    width:20px;
    height:20px;
}
.user-pic + div.udetail{
    float: left;
    width: calc(100% - 40px);
}
.move-model .moveOption{
    color: red;
    font-weight: normal;
    cursor: pointer;
}
.social-card.share .card-footer.reported-post-footer:hover, .social-card.share .card-footer.reported-post-footer .card-header{
    cursor: auto;
}
.reported-post-footer h5 abbr{
    text-decoration:underline;
}
.messenger-users > div[data-tree-model] > ul, .move-model > div[data-tree-model] > ul{
    overflow:auto;
}
.pagebuilder-table .admin-overview-box.page-category-box{
    top:260px;
}
.report-page-list .pagelink{
    text-decoration: underline;
}
.unsubscribe_tab button{
    width:100%;
    text-align: center;
    margin-bottom: 20px;
}
.unsubscribe_tab button.activeTab{
    opacity:0.75;
}
.unsubscribe_page form a{
    text-decoration: underline;
}
.unsubscribe_page form span.reportaproblem{
    text-decoration: underline;
    cursor: pointer;
}
.ignore-email span abbr{
    color:red;
}
.btn-primary.doc-delete{
    background-color: #c31414!important;
    border:black;
}
.social-card.share .card-header:hover, .social-card.share .card-footer:hover{
    cursor: inherit !important;
}
.savedpagedd{
    margin-left:-2px;
}
.savedpage_page .card-header .saved-trash{
    position: absolute;
    right: 20px;
    color: red;
    top: 15px;
    font-size: 25px;
}
.savedpage_page .pg-trash{
    color: red;
}
.admin_tiles .engynn-page .orgname{
    font-weight: bold;
}
.admin_tiles .engynn-page h3{
    margin: 0;
}
.admin_tiles .engynn-page h3 label{
    cursor: pointer;
    text-decoration:underline;
}
.admin_tiles .engynn-page h3 label:last-child{
    vertical-align: 20px;
}
.adminorgclose{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 21px;
}
.settings-container{
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e7e7;
    padding: 20px !important;
}
.settings-container:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.settings-container h4{
    
}
.settings-container h4 button, .settings-container p button{
    background: #323237;
    color: #fff;
    border: none;
    padding: 0 15px;
    cursor: pointer;
    font-size: 12px;
}
.settings-container .sc-btns button{
    width:60px;
    background:#323237;
    border:none;
    color: #fff;
    cursor: pointer;
}
.settings-container .sc-btns button.red-btn{
    background:red;
}
.social-card.share .card-header h5{
    display: inline-block;
    
}
.recentlyaddedusers .social-card.share .card-header h5{
    width:100%;
}
.notification-panel.messenger-noti .notification-body .notification-item:hover{
    background: #eae8e8;
}
.manage-subscription{
    padding:5px;
}
.dashboard_page .recentlyaddedusers img, 
.dashboard_page .recentlyaddedusers h5{
    cursor:pointer;
}
.pace{display:none!important;}
.admin-danger-zone{
    padding:10px;
}
.admin-danger-zone .engynn-page h3{
    
}
.admin-danger-zone .adz-inner{
    padding:10px;
}
.admin-danger-zone .adz-inner h3{
    margin: 0;
    font-size: 20px;
    color: red;
    font-weight: 500;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 15px;
}
.admin-danger-zone .adz-inner button{
    background:#323237;
    border:none;
    color:#fff;
}
#report-post.purge-form .fa-exclamation-triangle{
    font-size: 40px;
    color: darkred;
}
#report-post.purge-form h3{
    font-size: 24px;
    font-weight: bold;
    color: red;
}
#report-post.purge-form .countDown{
    font-size: 25px;
}
#datepicker-embeded table tr td.active{
    background-color: #000!important;
    border-color: #000!important;
}
.feature-container .subscription-plans h5{
    font-weight: normal;
}
.news-feed-filter{
    color: #788195;
    background: #323237;
    padding: 5px;
    margin-bottom: 20px;
}
.news-feed-filter select{
    background: none;
    border: none;
    color: #788195;
    width:150px;
    cursor: pointer;
}
.news-feed-filter select option{
    color: #000;
}
.dashboard_page .social-card.col1+.social-card.col2, .view_page .social-card.col1+.social-card.col2{
    margin-left:20px;
}
.dashboard_page .social-card.col1 .col1, .view_page .social-card.col1 .col1{
    width:100%;
}
.dashboard_page .social-card.col2 .col2, .view_page .social-card.col2 .col2{
    width:100%;
}
.dashboard_page .social-card.col1, .view_page .social-card.col1{
   width:230px; 
}
.dashboard_page .social-card.col2, .view_page .social-card.col2{
   width:555px; 
}
@media only screen and (min-width: 1480px) {
    .dashboard_page .social-card.col1, .view_page .social-card.col1{
       width:260px; 
    }
    .dashboard_page .social-card.col2, .view_page .social-card.col2{
       width:560px; 
    }
}
@media only screen and (min-width: 1570px) {
    .dashboard_page .social-card.col1, .view_page .social-card.col1{
       width:calc((100% - 330px) / 4); 
    }
    .dashboard_page .social-card.col2, .view_page .social-card.col2{
       width:calc((100% - 330px) / 2); 
    }
}
@media only screen and (max-width: 1260px){
    .dashboard_page .social-card.col1.profile-team-container, .view_page .social-card.col1.profile-team-container{
        display:none;
    }
    .dashboard_page .social-card.col1+.social-card.col2, .view_page .social-card.col1+.social-card.col2{
        margin-left:0;
    }
}
.dashboard_page .social-card.col1.profile-team-container, .view_page .social-card.col1.profile-team-container{
    border: none;
    background: none;
}
.dashboard_page .social-card.col1.profile-team-container .profile-container .profile-image,
.view_page .social-card.col1.profile-team-container .profile-container .profile-image{
    position: absolute;
    width: 100px;
    height:100px;
    top: 20px;
    z-index: 9;
    left: 0;
    right:0;
    margin: auto;
    border: 2px solid #323237;
    border-radius: 50%;
    overflow: hidden;
    background: #ccc;
}
.dashboard_page .social-card.col1.profile-team-container .profile-container .profile-image img,
.view_page .social-card.col1.profile-team-container .profile-container .profile-image img {
    width: 100px;
    object-fit: cover;
    height: 100px;
}
.dashboard_page .social-card.col1.profile-team-container .profile-container h3,
.view_page .social-card.col1.profile-team-container .profile-container h3{
    margin-top: 85px;
    margin-bottom: 0;
}
.dashboard_page .social-card.col1.profile-team-container .profile-container div.location,
.view_page .social-card.col1.profile-team-container .profile-container div.location{
    margin-top: 15px;
    font-size: 14px;
}
.dashboard_page .social-card.col1.profile-team-container .profile-container div.location svg,
.view_page .social-card.col1.profile-team-container .profile-container div.location svg{
    vertical-align: middle;
}
.dashboard_page .social-card.col1.profile-team-container .team-container,
.view_page .social-card.col1.profile-team-container .team-container{
    padding: 20px;
    text-align: left;
    margin-top: 30px;
}
.dashboard_page .social-card.col1.profile-team-container .team-container h6,
.view_page .social-card.col1.profile-team-container .team-container h6{
    margin: 0;
}
.dashboard_page .social-card.col1.profile-team-container .team-container ul,
.view_page .social-card.col1.profile-team-container .team-container ul{
    list-style: none;
    padding: 0;
    margin:0;
}
.dashboard_page .social-card.col1.profile-team-container .team-container ul li,
.view_page .social-card.col1.profile-team-container .team-container ul li{
    text-decoration: underline;
    cursor: pointer;
}
.engynn-messenger-active .user-online{
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: green;
    display: inline-block;
    left: 43px;
    top: 17px;
}
/*div[data-angular-treeview] li span abbr{
    display: none;
}
div[data-angular-treeview] li span:hover > abbr{
    display: inline-block;
}*/
.docs_page .move-model{
    overflow: auto;
    height: 350px;
}
.linkurl{
    text-decoration: underline;
}
.add-new-post .write-review .comment-writeable+.tox.tox-tinymce{
    height:60px!important;
}
.add-new-post .write-review .comment-writeable+.tox.tox-tinymce .tox-toolbar, .tox .tox-statusbar{
    display: none!important;
}
.new_user_form.new_event_form .card-body .invite-user-list .tag-user-list .tag-user-details h3{
    margin-top: 0;
}
.restricted-teams .error{
    color: red;
}
.di-block{
    display: inline-block!important;
}
.restricted-teams .team-option.row [class*='col-']:first-child{
    padding-left: 7px!important;
}
.restricted-teams.disabled{
    pointer-events:none;
    opacity:0.5;
}
.default_content_container{
    margin-top: 30px;
    padding: 20px;
}
.default_content_container i{
    font-size: 70px;
}
.default_content_container button{
    display: inline-block;
    width: 70px;
    border: none;
    color: #fff;
    padding: 5px;
    margin: 10px;
    cursor: pointer;
}
.default_content_container button.cancel-btn{background:#EF0909;}
.default_content_container button.confirm-btn{background:#408C1A;}
.messenger_page .messenger-placeholder{
    left: 0;
    right: 0;
    width: 265px;
}
.profile-status.social-card.share .card-header:hover{
    cursor: pointer !important;
}
.padd-20{
    padding: 20px!important;
}
.msg-attachment label.attachmentname{
    width: 60%;
}
.engynn-messenger-active-chats .chat-footer .msg-attachment i.fa-spinner{
    top:8px;
    right:85px;
    bottom: auto;
}
.social-card .article-description img{
    max-width: 100%;
}
.viewcalendar_page .new_user_form.new_event_form.viewEvent .add-attachment{
    margin-top: 30px;
}
.disabled{
    opacity: 0.5;
    cursor: not-allowed;
}
.doc-err{
    background:red;
    color:#fff;
    text-align:center;
}
.restricted_post{
    text-align: center;
    padding: 30px;
}
.restricted_post i.pg-lock{
    font-size: 75px;
}
.view_page .social-card.col2 .card.social-card.readmorepost,
.dashboard_page .social-card.col2 .card.social-card.readmorepost{
    width:50%;
}
.menu_info {
    font-size:12px;
}
@media only screen and (max-width: 1400px) {
    .docs_page .messenger-page.docs-page > .col-lg-3{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; 
    }
    .docs_page .messenger-page.docs-page  > .col-lg-9{
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    
    .docs_page .messenger-page.docs-page  > .col-lg-9 .engynn-doc{
        width:100%;
    }
}
@media only screen and (max-width: 1050px) {
    .docs_page .messenger-page.docs-page  > .col-lg-3{
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%; 
    }
    .docs_page .messenger-page.docs-page  > .col-lg-9{
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
}
@media only screen and (max-width: 750px) {
    .docs_page .messenger-page.docs-page  > .col-lg-3{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; 
    }
    .docs_page .messenger-page.docs-page  > .col-lg-9{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.news_page .profile_tab  > .col-lg-4 .enable-width-990{
    display: none;
}

@media only screen and (max-width: 995px) {
    .news_page .profile_tab  > .col-lg-4 .enable-width-990{
        display: block;
        margin-bottom: 30px;
        width: 620px;
        margin-left: -5px;
    }
    
    .news_page .profile_tab  > .col-lg-4 .container-border{
        display: none;
    }
}

@media only screen and (max-width: 1400px) {
    .calendar_page .messenger-page.docs-page > .col-lg-9 .engynn-doc{
        width:100%;
    }
}

@media only screen and (max-width: 1100px) {
    .calendar_page .messenger-page.docs-page  > .col-lg-3{
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%; 
    }
    .calendar_page .messenger-page.docs-page  > .col-lg-9{
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
}

@media only screen and (max-width: 995px) {
    .calendar_page .messenger-page.docs-page  > .col-lg-3{
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%; 
    }
    .calendar_page .messenger-page.docs-page  > .col-lg-9{
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media only screen and (max-width: 700px) {
    .calendar_page .messenger-page.docs-page  > .col-lg-3{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; 
        margin-bottom: 20px;
    }
    .calendar_page .messenger-page.docs-page  > .col-lg-9{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.datepicker thead tr .dow{
    color:#575757;
}
.restrict_post_list{
    display:inline-block;
    white-space:nowrap;
    max-width:200px;
    overflow: hidden;
    text-overflow:ellipsis;
    vertical-align:middle;
}
.restrict_post_list .team_name:after{
    content:", ";
}
.restrict_post_list .team_name:last-child:after{
    content:"";
}
.viewcalendar_page .restricted-layout .pagebuilder-table{
    padding:20px;
}
.event-new-change .post-cover-photo, .event-new-change .form-group{
    margin-bottom:20px;
}
.event-new-change .post-cover-photo{
    margin-top:20px;
    height:250px;
    overflow: hidden;
    position: relative;
}

.event-new-change .post-cover-photo.have_event_image{
    background-size: cover;
    background-position: center;
}

.event-new-change .post-cover-photo .placeholder_cover_image {
    position: absolute;
    width: 80px;
    height: 85px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.event-new-change .post-cover-photo img{
    max-width: 100%;
    height:auto;
}
.event_cover_photo{
    margin-top:20px;
    height:250px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.event_cover_photo img{
    max-width: 100%;
    height:auto;
}
.detailpage_page .event_cover_photo{
    margin-bottom:20px;
}
.event-new-change .post-cover-photo img.placeholder_img{
    max-width: 100%;
    max-height: 100%;
}
.attachmentLoadingInfo{
    display: none;
}
.attachmentLoading .attachmentLoadingInfo{
    background:rgba(0,0,0,0.5);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.attachmentLoading .attachmentLoadingInfo .attachmentLoadingOverlay{
    width: 100%;
    height: 200px;
    text-align: center;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #fff;
}
.attachmentLoading .attachmentLoadingInfo .attachmentLoadingOverlay p{
    font-size: 25px;
}
.attachmentLoading .attachmentLoadingInfo .attachmentLoadingOverlay img{
    max-height: 100%;
}
.width-150{
    width:150px;
    height: 150px;
}
.engynn-profile .user-common-detail .user-pic .profile-image-container{
    border: 2px solid #323237;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    background:#ccc;
}
.event-new-change  input:focus {
    outline: none;
    border: 1px solid #cccccc;
}


.event-new-change input {
    text-align: center;
    font-size: 34px;
    border: 1px solid transparent;
    width: 100%;
    margin-bottom: 20px;
}
.show_image_popup{
    position: fixed;
    max-width: 80%;
    max-height: 80%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index:9999;
}
.show_image_popup img{
    max-width: 100%;
    max-height: 100%;
}
.engynn-news.engynn-page .user-common-detail .post-cover-photo{
    height: 250px;
    overflow: hidden;
    -webkit-background-size:cover; 
    -moz-background-size:cover; 
    -o-background-size:cover; 
    background-size: cover;
    background-position: center;
}
.engynn-news.engynn-page .user-common-detail .post-cover-photo.have_page_image{
    background-size: cover;
    background-position: center;
}
.profile-team-container .team-container.admin-overview-box{
    position: relative;
    top: auto;
    left: auto;
    padding-top: 0!important;
    width:auto;
}
.profile-team-container .team-container.admin-overview-box .aob-header{
    margin-left: -20px;
    margin-right: -20px;
}
.profile-team-container .team-container.admin-overview-box ul{
    margin-top:10px!important;
}
.login-wrapper img{
    max-width: 100%;
}
.pr100{
    position: relative!important;
    height:100%!important;
    width:100%!important;
}
.pr90{
    position: relative!important;
    height:90%!important;
    width:100%!important;
}
#report-post.customLoginPopupWindow .iframeContainer{
    overflow: auto;
}
#report-post.customLoginPopupWindow iframe{
    width: 1200px;
    height: calc(100% - 20px);
}
#report-post.customLoginPopupWindow .how_tochnage_cb{
    position: absolute;
    bottom: 0;
    left: 20px;
}
#report-post.customLoginPopupWindow .how_tochnage_cb h3{
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}
#report-post.customLoginPopupWindow button{
    width: auto;
}
#report-post.customLoginPopupWindow button label{
    margin:0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .dashboard_page .social-card.col1.profile-team-container .profile-container .profile-image img,
    .view_page .social-card.col1.profile-team-container .profile-container .profile-image img {
        max-width: 100px;
        max-height: 100px;
        width: auto;
        object-fit: cover;
        height: auto;
    }
   .engynn-profile .user-common-detail .user-pic .profile-image-container img{
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        left: 0;
        right: 0;
        top: 0;
        position: absolute;
        bottom: 0;
        margin: auto;
    }
    .social-card.share .card-header .user-pic{
        width:30px;
        height: 30px;
    }
    .social-card.share .card-header .user-pic > img{
        width:100%;
        height:auto;
    }
    .profile-dropdown-toggle .thumbnail-wrapper img, .fl-comment-detail .thumbnail-wrapper img{
        width:100%;
        height:auto;
    }
}
.hint{
    background: #e47f7f;
    color: white;
    padding: 7px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.hint:before{
    content: "Hint: ";
    color: black;
}
.news_page .tablist .site-submenu-header{
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
}
.news_create_page form .site-submenu-header{
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
    margin-bottom: 10px;
}
.category_page .site-submenu-header{
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
    margin-bottom: 10px;
}
.engynn-team .site-submenu-header{
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
    margin-bottom: 10px;
}
.quick-start .steps{
    font-weight: bold;
    color: green;
}
.quick-start .steps span{
    color: #000;
}
.quick-start .qsbtn button{
    width: 150px;
    background:green;
    border:1px solid black;
}
.quick-start .qsstepbubbles span{
    display: inline-block;
    width: 10px;
    height: 10px;
    background:#000;
    border-radius: 50%;
}
.quick-start .qsstepbubbles span.activebubble {
    background: green;
}
.event_link{
    color: #0056b3;
    text-decoration: underline;
}
.calendar_page .calendar-page .engynn-doc {
    width:100%;
}
.calendar_page .calendar-page .engynn-doc.event_form {
    width:73%;
}
.suggested_events{
    border-left: 1px solid #fff;
}
#datepicker-embeded table td.day.today{
    background-color: #a1eea0;
    border-color: #a1eea0;
}
.menu-items .icon-thumbnail{
    background:#2c2a2a!important;
}
.team-container .site-submenu-header{
    margin-left:-20px;
    margin-right:-20px;
}
.recentlyaddedusers .site-submenu-header .card-title{
    margin-bottom:0;
}
.event-image-close{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    font-size: 30px;
}
.move_own_folder > div > ul > li:first-child{
    display: none;
}
@media only screen and (min-width: 1500px) {
    .messenger-page.docs-page.calendar-page > .col-lg-3.engynn-messenger{
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;;
    }
}
@media only screen and (min-width: 1400px) {
    .messenger-page.docs-page.calendar-page > .col-lg-5{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .messenger-page.docs-page.calendar-page > .col-lg-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.add-end-time label{
    color: #0056b3;
    text-decoration: underline;
    cursor: pointer;
}
.admin-danger-zone .engynn-page h3{
    margin-bottom: 10px;   
}
.datepicker-days .day.active{
    background:#000!important;
}
.page-container .header{
    border-bottom: 1px solid #d0d0d0 !important;
}
.text-red{
    color:red !important;
}
.disable_hint .hint{
    display: none !important;
}
input[date-picker]{
    color:#000!important;
}
#report-post.share_folder{
   width:650px;
   height:300px!important;
}
#report-post.createRInvite{
   width:450px!important;
   height:210px!important;
   padding:0;
   color: #000;
}
#report-post.createRInvite .createRInvite-container .row{
    margin: 0 30px;
    padding: 5px;
}
#report-post.createRInvite .createRInvite-container .row:first-child{
    border-bottom: 1px solid #ccc;
}
#report-post.createRInvite .createRInvite-container .row .col-md-10{
    padding: 0;
}
#report-post.createRInvite .createRInvite-container p, #report-post.createRInvite .createRInvite-container h5{
    margin: 0;
}
#report-post.createRInvite .createRInvite-container .row i{
    font-size: 25px;
    color: #000;
    margin-top: 5px;
}
.messenger-page .engynn-messenger.messenger-update{
    overflow: hidden;
    padding:0;
}
.messenger-page .engynn-messenger.messenger-update .messenger_search{
    position: relative;
}
.messenger-page .engynn-messenger.messenger-update .messenger_search .pg-search{
    position: absolute;
    right:10px;
    top:10px;
}
.messenger-page .engynn-messenger.messenger-update .messenger-users{
    position: relative;
    height: calc(100% - 30px);
    overflow: auto;
}
#report-post.createRInvite .fa-close{
    color:#fff;
}
.feed-subscribe-body{
    padding:20px 10px;
}
.feed-subscribe-body button{
    width:100%;
}
.feed-subscribe-body button.subscribed_feed{
    background-color: #28a745!important;
    border-color: #28a745!important;
}
