.messagelist {
    padding-left:0px;
}


.col-message-right {
    width:150px;
    padding-left: 0px;
}
.col-message-left {
	width: calc(100% - 150px);
	padding-bottom: 40px;
    padding-right: 0px;
}

.messagelist li,
.messagelist {
    list-style: none;
}

.see_all_comments_li {
	background: none !important;
	padding: 0px !important;
	margin: 0px !important;
}

.see_all_comments {
	text-align: center;
	color: #c8d5c8;
	width: 170px;
	margin-left: 100px auto;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	cursor: pointer;
	background: #6D6D6D;
    display: block;
}

.see_all_comments:hover,
.see_all_comments:active,
.see_all_comments:focus {
	color: #c8d5c8;
}

.see_all_comments i { 
	width: 20px;
	text-align: center;
}


.contenttype.type130 .mark_all_as_read {
	position: relative;
	max-width: calc(100% - 420px);
	float: right;
	margin-right: 20px;
	width: 100%;
}


.messagelist li .images {
	width: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #DDDDDD;
	position: relative;
    display: block;
}

.message_board_form {
	margin-bottom: 20px;
}


.contenttype.type130 .message_board_form .devide-two input {
	width: calc(100% - 400px);
	float: left;
}

.contenttype.type130 .message_board_form .devide-two input[type="checkbox"] {
	width: auto;
}

.contenttype.type130 .filterHeader {
	margin-bottom: 21px;
	margin-top: 0px;
}
.add-message-filterselect #seach-users {
	/* width: auto; */
	display: block;
	float: right;
	width: 400px;
	height: 36px;
}

.message_board_form .form-group {
	clear: both;
}

.contenttype.type130 .message_board_form .devide-two a {
	margin-top: 0px !important;
	vertical-align: top;
	display: block;
	padding: 7px;
}

.contenttype.type130 .message_board_form .devide-two a {
	margin-top: 0px !important;
	vertical-align: top;
	display: block;
	padding: 7px;
}

.contenttype.type130 .showuserid {
    cursor:pointer;
}
.contenttype.type130 .message_board_form h4,
.contenttype.type130 input[name="filename[]"],
.contenttype.type130 .message_board_form label {
	color: black;
}

.contenttype.type130 .message_board_form .devide-two #seach-users label   {
	color: black;  
}

.contenttype.type130 .message_board_form .shadebg {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(255,255,255,0.95);
    z-index: -1;
}

.contenttype.type130 .message_board_form {
            display:none;
            z-index: 1000;
            position: relative;
            width: 100%;
        }
.contenttype.type130 .messagelist {
	display: block;
	padding-top: 20px;
	clear: both;
}
.contenttype.type130 .create_new {
    width: calc(100% - 420px) !important;
    float: left !important;    
}



                
.contenttype.type130 #save {
        	width: 100%;
        	max-width: 200px;
        	float: left;
        	margin-right: 20px;
        }
.contenttype.type130 #cancel {
        	width: 100%;
        	max-width: 100px;
        }

.message-read_more_less {
	margin-bottom: 20px;
    color: #888888;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 0px;
}

.messagelist li h5.box {
	margin-top: -10px;
	margin-bottom: 0px;
}

.messagelist .message-content {
    clear: both;
    margin-top: 10px;
    width: 100%;
	overflow: hidden;
    max-height: 150px;
    position: relative;
    
}
.messagelist .message-content:Before {
    content: "";
    position: absolute;
    left:0px;
    right:0px;
    bottom:0px;
    height:50px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 64%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#ffffff',GradientType=0 );
    
}

.messagelist .message-content.full::before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 0px;
    display:none;
}




.message-index label,
.message-index a {
	display: inline-block !important;
	float: none !important;
	width: 20px;
	min-width: 70px !important;
}

.message-index label {
     opacity: 0.1;   
}

.message-index label.next,
.message-index label.prev,                    
.message-index a.next,
.message-index a.prev {
	min-width: 100px !important;
}

.message-index label.next,                    
.message-index a.next {
	margin-left: 10px !important;
}
.message-index label.prev, 
.message-index a.prev {
	margin-right: 10px !important;
}                    




.message-index.checklist {
	text-align: center;
}
                     


.message-top-tools .add-remove-email-notificaiton a,
.message-top-tools .delete-message a,
.message-top-tools .edit-message a,
.message-bottom-tools .add-remove-email-notificaiton a,
.message-bottom-tools .add-remove-like a,
.message-bottom-tools .add-message a {
	width: 25px;
	height: 25px;
	background-color: black;
	color: white;
	text-align: center;
	line-height: 25px;
    cursor: pointer;
}

.message-top-tools {
	float: right;
}

.message-top-tools .delete-message ,
.message-top-tools .edit-message {
    float: right;
}
.message-top-tools .delete-message {
	margin-left: 5px;
}

.message-bottom-tools .add-message a {
	line-height: 22px;
}

.add-remove-like {
    clear: both;
}
.message-bottom-tools .share_link {
    margin-top:4px;
}
.message-bottom-tools .add-remove-email-notificaiton,
.message-bottom-tools .add-message, 
.message-bottom-tools .add-remove-like {
	float: left;
    margin-top:5px;
}
.message-bottom-tools .add-remove-email-notificaiton,
.message-bottom-tools .add-remove-like {
	margin-right: 5px;
}

.message-bottom-tools .groups-user,
.message-bottom-tools .create, 
.message-bottom-tools .like {
	float: left;
    color: #888888;
}

.message-bottom-tools .create,
.message-bottom-tools .like {
	margin-right: 10px;
}



.messagelist .box.red {
	color: #ED1847;
	margin-right: -9px;
    text-transform: uppercase;
}

/*************************************************************************/
/* Suplevel */
/*************************************************************************/

.messagelist .share_link {
	display: inline-block;
	float: left;
	margin-right: 5px;
    padding: 0px 5px;
	border-radius: 0px;
	background-color: black;
	color: white;
    line-height: 25px;
}

.fa.fa-share-alt {
    font-size:14px;
}


.messagelist .share_link .deeplink {
    display:none;
}

.messagelist .share_link.active {
	border-radius: 0%;    
}
.messagelist .share_link span {
    cursor: pointer; 
}


.messagelist .share_link.active span.deeplink {
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
    cursor: default;
}


.messagelist .share_link.active .deeplink {
    display:block;

}


.sub_message {
	width: 100%;
	padding: 0px;
	padding-left: 20px;
	margin-top: 20px;
}

.sub_message .sub_message {
    display:none;
}

.sub_message li {
	background: #E5E5E5;
	padding: 5px;
    margin-bottom: 5px;
}

.sub_message .message-top-tools .add-remove-email-notificaiton a,
.sub_message .message-top-tools .delete-message a,
.sub_message .message-top-tools .edit-message a,
.sub_message .message-bottom-tools .add-remove-like a,
.sub_message .message-bottom-tools .add-message a {
     background-color:#6D6D6D;
     color:#D5D5D5;
}


.messagelist .sub_message  .message-content:Before {
    background: -moz-linear-gradient(top, rgba(229,229,229,0) 0%, rgba(229,229,229,1) 64%);
    background: -webkit-linear-gradient(top, rgba(229,229,229,0) 0%,rgba(229,229,229,1) 64%);
    background: linear-gradient(to bottom, rgba(229,229,229,0) 0%,rgba(229,229,229,1) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00E5E5E5', endColorstr='#E5E5E5',GradientType=0 );
    
}

.message-content.full:Before {
    background: none !important;
    background: none !important;
    background: none !important;
    filter: none !important;
     
}

.messagelist img {
	max-width: 100;
	display: block;
	margin-top: 20px;
	max-height: 200px;
}


.message-content.full {
    max-height: 100%;
    margin-bottom: 10px;
}



.sub_message .col-message-right {
	width: 62px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

.sub_message .col-message-left {
	width: calc(100% - 62px) !important;
	padding-bottom: 0px;
	margin-left: ;
}






.sub_message .add-message {
    display:none;
}


@media only all and (max-width: 950px) {
    .col-message-right {
    	width: 80px;
    }
    
    .col-message-left {
    	width: calc(100% - 80px);
    }
    
    .contenttype.type130 .create_new {
    	width: 100% !important;
    	float: none !important;
    }
    
    .filterHeader {
    	margin-bottom: 15px;
    	float: none;
    	width: 100%;
    	max-width: 100%;
        margin-top:20px;
    }
    
    .mark_all_as_read.btn.btn-primary {
    	max-width: 100%;
    	width: 100%;
    	float: none;
    	margin-right: 0px;
    }
    
    .contenttype.type130 .filterHeader {
    	margin-bottom: 5px;
    	margin-top: 0px;
    }
    .mark_all_as_read.btn.btn-primary {
    	margin-bottom: 20px;
    }
}

@media only all and (max-width: 450px) {
    
.box.font_bold.bg_secondary {
	margin-top: -6px;
}
    
    .contenttype.type130 #save {
    	width: 100%;
    	max-width: 100%;
    	float: none;
    	margin-right: 0px;
    }
    
    .contenttype.type130 #cancel {
    	width: 100% !important;
    	max-width: 100% !important;
    }
    
    .contenttype.type130 .btn.btn-primary.mark_all_as_read {
    	margin-bottom: 10px;
    }
    
    .custom-file-label::after {
    	max-width: 130px;
    }
    
    
    .contenttype.type130 .message_board_form .devide-two input {
    	width: calc(100% - 130px);
    	float: left;
    }
    
    .add-message-filterselect #seach-users {
    	display: block;
    	float: right;
    	width: 130px;
    	height: 36px;
    }
    
    .col-message-right {
    	margin-bottom: -26px;
    }
    
    .sub_message .col-message-left {
    	width: calc(100% - 0px) !important;
    }
    
    .sub_message {
    	padding-left: 20px;
    	/* padding-right: 20px; */
    }
    
    .sub_message .col-message-right {
    	width: 40px;
    	padding-bottom: 0px;
    	padding-right: 0px;
    	padding-left: 0px;
    	padding-top: 0px;
    	margin-bottom: -36px;
    }
      
    .sub_message li:last-child {
    	margin-bottom: 60px;
    }      
    
    .contenttype.type130 .messagelist .namebox {
        display: table;
        width: 100%;
        position: relative;
        right: 0px;
        top: 0px;
        margin-top: 0px;    
    }
    
    .contenttype.type130 .messagelist .namebox.noteditble {
    	top: 0px;
    	margin-top: 5px;
    }
    .contenttype.type130 .messagelis .rolebox {
        width: 100%;
        position: relative;
        display: block;
    }
    
    .contenttype.type130 .groups-user {
    	width: 100%;
    	margin-top: 5px;
    	margin-bottom: 10px;
    }
    
    .contenttype.type130 .box.showuserid {
        display: block;
        width: 100%;
        position: relative;
        float: none; 
    }
    
    .contenttype.type130 .message-top-tools {
    	float: none;
    	display: table-header-group;
    	width: 100%;
    }
    
    
    
    .contenttype.type130 .message-top-tools .edit-message,
    .contenttype.type130 .message-top-tools .delete-message {
    	margin-bottom: 10px;
    }
    
    .message-top-tools .add-remove-email-notificaiton a,
    .message-top-tools .delete-message a, 
    .message-top-tools .edit-message a, 
    .message-bottom-tools .add-remove-like a, 
    .message-bottom-tools .add-message a {
        /*width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;*/
    }
    
    
    
    
    .message-index label.prev, 
    .message-index a.prev,
    .message-index label.next, 
    .message-index a.next,
    .btn.message_index {
    	width: 100% !important;
    	margin-left: 0px !important;
        border-radius: 10px !important
    }
    
    .message-index label.prev, 
    .message-index a.prev {
        margin-bottom: 20px !important;
    }
    .message-index label.next, 
    .message-index a.next {
        margin-top: 20px;
    }
    
    
    .contenttype.type130 .mark_all_as_read {
    	position: relative;
    	top: auto;
    	right: auto;
        display: block;
    }

    
    .col-message-right {
    	width: 80px;
    }
    
    
    .sub_message .col-message-left,
    .col-message-left {
    	width: 100%;
        padding-left: 0px;
    }
    
    .contenttype.type130 .images.show-mobil {
    	float: left;
    	width: 40px !important;
    	padding-bottom: 40px !important;
    }
    
    .messsage-box-indicator h2 {
        font-size:20px;
    }
    
    
    .contenttype.type130 .create_new {
    	width: 100% !important;
    	float: none !important;
    }
    
    .filterHeader {
    	margin-bottom: 15px;
    	float: none;
    	width: 100%;
    	max-width: 100%;
        margin-top:20px;
    }

}



