/*
* admin-message
*/
.middle * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.plixooadmin .middle{
	background: #f7f9fa;
	color:#333;
}
.plixooadmin .content-header{
	border-bottom: none; 
	margin: 0 0 20px; 
	padding: 0; 
}
.content-header h3{
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	color: #333;
}
.adminmessage-container {
	border:none;
	display: inline-block;
	width: 100%;
}

.adminmessage-row.unread .adminmessage-panel{
	margin-bottom: 15px;
    background-color: #FFFFFF;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1px #E5E7EC, 0 2px 3px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 0 1px #E5E7EC, 0 2px 3px 0 rgba(0,0,0,0.15);
}
.adminmessage-row.read .adminmessage-panel{
	margin-bottom: 15px;
    background-color: #f5f7f8;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1px #E5E7EC, 0 2px 3px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 0 1px #E5E7EC, 0 2px 3px 0 rgba(0,0,0,0.15);
}
.adminhtml-adminmessage-message-view .adminmessage-row .adminmessage-col-ls12.adminmessage-repeat-sect .adminmessage-panel {
	background: #fff;
	border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1px #E5E7EC, 0 2px 3px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 0 1px #E5E7EC, 0 2px 3px 0 rgba(0,0,0,0.15);
    margin-bottom: 15px;
}
.adminmessage-row {
    margin-right: -15px;
    margin-left: -15px;
}
.adminmessage-row:after{
	display: table;
    content: " ";
    clear: both;
}

.adminmessage-col-1, .adminmessage-col-2, .adminmessage-col-3, .adminmessage-col-4, .adminmessage-col-5, .adminmessage-col-6, .adminmessage-col-7, .adminmessage-col-8, .adminmessage-col-9, .adminmessage-col-10, .adminmessage-col-11, .adminmessage-col-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.adminmessage-col-12 {
  width: 100%;
}
.adminmessage-col-11 {
  width: 91.66666667%;
}
.adminmessage-col-10 {
  width: 83.33333333%;
}
.adminmessage-col-9 {
  width: 75%;
}
.adminmessage-col-8 {
  width: 66.66666667%;
}
.adminmessage-col-7 {
  width: 58.33333333%;
}
.adminmessage-col-6 {
  width: 50%;
}
.adminmessage-col-5 {
  width: 41.66666667%;
}
.adminmessage-col-4 {
  width: 33.33333333%;
}
.adminmessage-col-3 {
  width: 25%;
}
.adminmessage-col-2 {
  width: 16.66666667%;
}
.adminmessage-col-1 {
  width: 8.33333333%;
}

.adminhtml-adminmessage-message-view .dashboard-container {
	border:none;
	display: inline-block;
	width: 100%;
}

.right-sidebar .customer-support-section.dashboard-row{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow:wrap;
    -ms-flex-flow:wrap;
    flex-flow:wrap;
    margin-right:0;
    margin-left:0;
}


.right-sidebar .customer-support-section.dashboard-row .customer-support-col {
	background: #fff;
	-webkit-box-shadow: 0 0 0 1px #E5E7EC, 0 0px 3px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 0 1px #E5E7EC, 0 0px 3px 0 rgba(0,0,0,0.15);
	margin-bottom: 15px;
}


.right-sidebar .customer-support-section .customer-support-col{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}


.right-sidebar .customer-support-section .adminmessage-panel{
	width: 100%;
	text-align: center;
}
.right-sidebar .customer-support-section .adminmessage-panel a{
	color: #333;
	display: block;
	padding: 25px 20px 20px;
}
.right-sidebar .customer-support-section .adminmessage-panel a:hover{
	text-decoration: none;
}
.right-sidebar .customer-support-section .customer-support-icon{
	color: #e3e5e8;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 15px;
	display: inline-block;
    width: 100%;
}
.right-sidebar .customer-support-section .adminmessage-panel a:hover .customer-support-icon{
	color: #68c39f;
}
.right-sidebar .customer-support-section .video-icon{
	background: url(../images/video_icon.png) no-repeat 0 0;
	width: 46px;
	height: 40px;
}
.right-sidebar .customer-support-section .module-icon{
	background: url(../images/modules_icon.png) no-repeat 0 0;
	width: 48px;
	height: 40px;
}
.right-sidebar .customer-support-section .community-icon{
	background: url(../images/community_icon.png) no-repeat 0 0;
	width: 51px;
	height: 40px;
}
.right-sidebar .customer-support-section .adminmessage-panel a:hover .video-icon{
	background-position:0 -50px;
}
.right-sidebar .customer-support-section .adminmessage-panel a:hover .module-icon{
	background-position:0 -50px;
}
.right-sidebar .customer-support-section .adminmessage-panel a:hover .community-icon{
	background-position:0 -50px;
}
.right-sidebar .customer-support-cont strong{
	font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    color: #333;
}
.right-sidebar .customer-support-cont p{
	font-size: 13px;
	line-height:2;
	color:#909090;
	max-width: 80%;
	margin: 0 auto;
}

.right-sidebar .support-contact-col {
	background: #fff;
	-webkit-box-shadow: 0 0 0 1px #E5E7EC, 0 0px 3px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 0 1px #E5E7EC, 0 0px 3px 0 rgba(0,0,0,0.15);
	margin-bottom: 11px;
	display: inline-block;
	width: 100%;
	position: relative;
}


.salecto-news-col .salecto-news-list{
	border: none;
	padding: 10px;
	margin: 10px;
	background-color: #ffffff;
	cursor: pointer;
}
.salecto-news-col .salecto-news-list:hover{
	background-color: #F7F9FA;

}
.salecto-news-col .adminmessage-user-section{
	display: block;
	width: 100%;
}
.adminmessage-user-section .user-info{
	display: inline-block;
	width: 65%;
	vertical-align: middle;
}
.adminmessage-user-section .user-icon{
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 5px;
	vertical-align: middle;
}
.adminmessage-user-section .user-icon .user-avtar{
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.adminmessage-user-section .user-icon .user-avtar img{
	max-width: 100%;
	height: auto;
}
.adminmessage-user-section .user-name{
	display: inline-block;
	font-size: 13px;
	line-height: 19px;
	color: #3A424C;
	font-weight: 500;
	vertical-align: middle;
}
.unread-section .adminmessage-user-section .user-name{
	font-weight: 600;
	color: #000000;
}
.adminmessage-user-section .message-info{
	display: inline-block;
	width: 33%;
	text-align: right;
	vertical-align: middle;
}
.adminmessage-user-section .msg-archive{
	display: none;
	padding-right: 5px;
}
.salecto-news-list:hover .msg-archive{
	display: inline-block;
}
.adminmessage-user-section .msg-archive a{
	color: #222222;
	font-size: 12px;
	line-height: 13px;
}
.adminmessage-user-section .msg-archive a:hover{
	color: #00A55A;
}
.adminmessage-user-section .msg-time{
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	padding-left: 5px;
	color: #6F7B8B;
}
.unread-section .adminmessage-user-section .msg-time{
	color: #000000;
	font-weight: bold;
}
.adminmessage-user-section .msg-read-icon{
	display: inline-block;
}
.adminmessage-user-section .msg-read-icon .dot{
	height: 8px;	
	width: 8px;	
	background-color: #00B764;
	display: block;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%;
}
.salecto-news-cont{
	display: block;
    width: 100%;
}
.salecto-news-cont .msg-title{
	display: block;
	padding-bottom: 5px;
}
.salecto-news-cont .msg-title{
	font-size: 13px;
	line-height: 19px;
	color: #222;
	font-weight: 400;
}
.unread-section .salecto-news-cont .msg-title{
	font-weight: bold;
	color: #000;
}

.salecto-news-cont .msg-title a:hover{
	text-decoration: none;
	color: #40B67A;	
}
.salecto-news-cont p{
	display: block;
	font-size: 12px;
	line-height: 22px;
	color: #6F7B8B;
	font-weight: 500;
}
.unread-section .salecto-news-cont p{
	color: #000000;
	font-weight: 600;
}
.salecto-news-list .news-title-left{
	display: block;
	font-size: 10px;
	font-weight: 600;
	line-height: 14px;
	color: #717D8D;
	text-transform: uppercase;
	vertical-align: top;
}
.salecto-news-list .news-title-left i{
	color: #40B67A;
	font-size: 10px;
	line-height: 14px;
	margin-right: 5px;
	vertical-align: top;
}
.salecto-news-list .news-title-left i.fa-server{
	color: #1E9DEE;
}
.salecto-news-list .news-title-left i.fa-lightbulb{
	color: #F5A623;
}
.salecto-new-title .salecto-new-title-label {
	color: #222; 
	font-size: 14px; 
}
.salecto-new-title .salecto-new-all-btn a { 
	color: #6F7B8B; 
	font-size: 12px;
}
.salecto-new-title .salecto-new-all-btn a:hover { 
	color: #68c39f;
}


.salecto-supporter-img{
	position: static;
	bottom:0;
	left: 0;
	z-index: 1;
}
.right-img .salecto-supporter-img{
	left: auto;
	right: 0;
}
.right-img .supporter-contact-col{
	float: left;
	padding-left: 10px;
}
.salecto-supporter-img img{
	max-width: 100%;
	height: auto;
	display: table;
	margin: 0 0 0 auto;
}
.supporter-contact-col{ 
	float: left; 
	padding:24px 10px 10px 24px;
	width: 100%;
	position: relative;
	z-index: 2;
}
.supporter-contact-col strong{
	font-size: 24px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
    line-height: 1.4;
    color: #1D2E49;
}
.supporter-contact-col  > strong > span{
	display: block;
	color: #2FC155;
}
.supporter-contact-col .supporter-cont{
	margin-bottom: 0;
}
.supporter-contact-col .supporter-cont span{
	display: block;
	color: #40b67a;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 15px;
}
.supporter-contact-col .supporter-cont a,
.supporter-contact-col .supporter-cont p{
	color: #47576F;
	font-size: 13px;
	font-weight: 600;
	text-transform: lowercase;
}
.supporter-contact-col .supporter-cont p{
	margin-bottom: 12px;
}
.supporter-contact-col .supporter-cont p i{
	padding-right: 8px;
	font-size: 16px;
	vertical-align: top;
	color: #b5bcc5;
	margin-top: 3px;
}
.supporter-contact-col .supporter-cont a:hover{
	color: #40b67a;
	text-decoration: none;
}
.adminmessage-repeat-sect .adminmessage-panel{ 
	display: inline-block; 
	width: 100%; 
	padding: 25px 25px;
}


/*.adminmessage-row .adminmessage-repeat-sect .adminmessage-panel {
	background-color: #FFFFFF;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 0 1px #E5E7EC, 0 2px 3px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 0 1px #E5E7EC, 0 2px 3px 0 rgba(0,0,0,0.15);
}*/


.adminmessage-repeat-col{
	margin: 0 auto;
	width: 100%;
}
.adminmessage-title{
	display: inline-block;
	width: 100%;
}
.adminmessage-title h4{
	font-size: 22px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #333;
}
.adminmessage-title h4 a {
	color: #333;
}
.adminmessage-title h4 a:hover {
	text-decoration: none;
	color: #40b67a;
}
.adminmessage-user-section{
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.adminmessage-user-section .adminmessage-user-info{
	float: left;
	display: table;
}
.adminmessage-user-info .user-icon{ 
	background: #e3e5e8;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: table-cell;
	font-weight: 700;
	color: #333;
	overflow: hidden;
	height: 46px;
	width: 46px;
	vertical-align: middle;
	font-size: 20px;
}
.adminmessage-user-info .user-icon img{
	max-width: 100%;
	height: auto;
}
.adminmessage-user-info .user-data{
	color: #333;
	display: table-cell;
	font-size: 14px;
    font-weight: 600;
    padding: 5px 0 0 10px;
}
.adminmessage-user-info .user-name{
	display: block;
}
.adminmessage-user-info .user-msg-date{
	display: block;
	color: #a7acb3;
}
.adminmessage-status{
	float: right;
	font-size: 12px;
	font-weight: 400;
	color: #6E757C;
	min-width: 115px;
	line-height: 1.1;
}
.adminmessage-status i{
	color: #40b67a;
	font-size: 14px;
    line-height: 1;
    vertical-align: top;
    margin-right: 4px;
	background: transparent;
}
.adminmessage-status.gray i{
	color: #3daa75;
}
.adminmessage-status.blue i{
	color: #1e9dee;
}
.adminmessage-status.orange i{
	color: #f5a623;
}
.adminmessage-message{
	display: inline-block;
	width: 100%;
	line-height: 2;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}
/*.adminmessage-message.short-desc::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 100%;
	display: block;
	background-image: -moz-linear-gradient(-180deg, rgba(255,255,255,0.42) 0%, #FFF 100%);
	background-image: -webkit-linear-gradient(-180deg, rgba(255,255,255,0.42) 0%, #FFF 100%);
	background-image: -o-linear-gradient(-180deg, rgba(255,255,255,0.42) 0%, #FFF 100%);
	background-image: -ms-linear-gradient(-180deg, rgba(255,255,255,0.42) 0%, #FFF 100%);
	background-image: linear-gradient(-180deg, rgba(255,255,255,0.42) 0%, #FFF 100%);
}*/


.adminmessage-row .short-desc.morethanfivehundredchar {
	position: relative;
}
.adminmessage-row.unread .adminmessage-panel .short-desc.morethanfivehundredchar::before {
	content: "";
	background-image: linear-gradient(-180deg, rgba(255,255,255,0.42) 0%, #FFFFFF 100%);
	position: absolute;
	height: 90px;
	display: block;
	bottom: 0;
	width: 100%;
}
.adminmessage-row.read .adminmessage-panel .short-desc.morethanfivehundredchar::before {
	content: "";
	background-image: linear-gradient(-180deg, rgba(245,247,248,0.42) 0%, #f5f7f8 100%);
	position: absolute;
	height: 90px;
	display: block;
	bottom: 0;
	width: 100%;
}


.adminmessage-button-col{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.adminmessage-button-col p{
	margin-bottom: 15px;
}
.adminmessage-button-col .adminmessage-btn{
	display: inline-block;
	border: 1px solid #e9ebed;
	-webkit-border-radius: 3px;
	border-radius: 2px;
	padding: 6px 20px;
	font-size: 14px;
	font-weight: 400;
	color: #6E757C;
	border: 1px solid #E3E5E8;
	font-size: 12px;

}
.adminmessage-button-col .adminmessage-btn:hover{
	text-decoration: none;
	border: 1px solid #48BE85;
	background: #48BE85;
	color: #fff;
}
.search-no-result .adminmessage-panel{
	background-color: #FFFFFF;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1px #E5E7EC, 0 2px 3px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 0 1px #E5E7EC, 0 2px 3px 0 rgba(0,0,0,0.15);
    margin-bottom: 15px;
}
.plixooadmin .content-header-floating .right-button-header{ display: none; }
















.read-message .adminmessage-panel {
	background-color: #f5f7f8;
}
.top-message-toolbar {
	padding-bottom: 10px;
}
.adminmessage-row .top_right {
	line-height: 35px;
	font-size: 18px !important;
}
.adminmessage-row .top_left {
	width: 100%;
	float: left;
	margin-bottom: 16px;
}
.adminmessage-row .top_left > ul {
	width: 83%;
	display: inline-block;
	position: relative;
	float: left;
}
.adminmessage-row .top_left > ul li {
	display: inline-flex;
	text-align: center;
	border: 1px solid #E3E5E8;
	line-height: 32px;
	border-radius: 2px;
	cursor: pointer;
	margin-right: 5px;
	background: #fff;
	padding: 0px 20px;
	font-size: 12px;
	font-weight: 400;
	color: #6E757C;
	height: 34px;
	vertical-align: top;
	/*margin-bottom: 5px;*/
}
.adminmessage-row .top_left > ul li.message-searchbar {
	width: 61%;
	padding: 0 0px 0 10px;
}
.adminmessage-row .top_left > ul li.message-searchbar.big-search {
	width: 53%;
}

/*.adminmessage-row .top_left ul li.altid .news-title-left {
	position: relative;
}*/

.adminmessage-row .top_left ul li.altid span.news-title-left i {
	position: absolute;
	top: 10px;
	left: 15px;
	font-size: 15px;
	pointer-events: none;
}



/*Calender*/
.plixooadmin .altid .date-picker-wrapper.no-shortcuts.no-topbar.no-gap.single-month,
.plixooadmin .altid .date-picker-wrapper.no-shortcuts.no-topbar.single-month.has-gap {
	top: 21px !important;
	left: -12px !important;
}
.plixooadmin .altid .date-picker-wrapper .month-wrapper {
	border: 1px solid #E3E5E8;
	color: #6E757C;
}
.plixooadmin .altid .date-picker-wrapper table .caption .next, .plixooadmin .date-picker-wrapper table .caption .prev {
	font-size: 0;
}
.plixooadmin .altid .date-picker-wrapper table .caption .next:before{
	content: "\f054";
	font-family: Font Awesome\ 5 Pro;
	font-size: 12px;
	vertical-align: middle;
}
.plixooadmin .altid .date-picker-wrapper table .caption .prev::before {
	content: "\f053";
	font-family: Font Awesome\ 5 Pro;
	font-size: 12px;
	vertical-align: middle;
}
.plixooadmin .altid .date-picker-wrapper table .caption .next:hover, 
.plixooadmin .altid .date-picker-wrapper table .caption .prev:hover {
	color: #aaa;
}

.plixooadmin .altid .date-picker-wrapper,
.plixooadmin .altid .date-picker-wrapper.no-shortcuts.no-topbar.no-gap.single-month {
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 2px;
}
.plixooadmin .altid .date-picker-wrapper .footer {
	display: none;
}
.plixooadmin .altid .date-picker-wrapper .month-wrapper table .day {
	padding: 10px 9px !important;
}
.plixooadmin .altid .date-picker-wrapper .month-wrapper table .day.real-today {
	background-color: #04c860 !important;
	border-radius: 50%;
	color: #fff !important;
}
.plixooadmin .altid .date-picker-wrapper .first-date-selected, .plixooadmin .date-picker-wrapper .last-date-selected {
	background-color: #c8f1d9 !important;
	color: #04c860 !important;
	border-radius: 50%;
	font-weight: 600;
}
.plixooadmin .altid .date-picker-wrapper .first-date-selected {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.plixooadmin .altid .date-picker-wrapper .last-date-selected {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.plixooadmin .altid .date-picker-wrapper .month-wrapper table .day.checked,
.plixooadmin .altid .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
	background-color: #c8f1d9;
	color: #04c860 !important;
}
.plixooadmin .altid .date-picker-wrapper .month-wrapper table tr.week-name th {
	border-bottom: 1px solid #e7e9ed;
	padding-bottom: 5px;
	text-transform: capitalize;
}
.plixooadmin .altid .date-picker-wrapper .month-wrapper table tbody tr:first-child td {
	padding-top: 10px;
}
.plixooadmin .altid .date-picker-wrapper .first-date-selected.last-date-selected {
	border-radius: 50%;
	background-color: #c8f1d9;
	color: #04c860 !important;
}
.plixooadmin .altid .date-picker-wrapper .date-range-length-tip::after {
	border-top-color: #f5f7f8;
}
.plixooadmin .altid .date-picker-wrapper .month-wrapper table .day.has-tooltip {
	cursor: default !important;
}
.plixooadmin .altid .date-picker-wrapper .date-range-length-tip {
	background-color: #f5f7f8;
	padding: 2px 8px;
}
.plixooadmin .altid .date-picker-wrapper .month-wrapper table .day.real-today.checked.last-date-selected {
	background-color: #c8f1d9 !important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.plixooadmin .altid .date-picker-wrapper .month-wrapper table .day.real-today.checked.first-date-selected {
	background-color: #c8f1d9 !important;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.plixooadmin .altid .date-picker-wrapper .month-wrapper table .day.real-today.checked.first-date-selected.last-date-selected {
	border-radius: 50%;
}
.plixooadmin .altid .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
	color: #04c860 !important;
	background-color: #c8f1d9 !important;
	border-radius: 0;
}


/*Calender*/






.adminmessage-row .top_left > ul li:hover {
	background-color: #48be85;
	color: #fff !important;
	border-color: #48be85 !important;
}
.adminmessage-row .top_left > ul li.message-searchbar:hover {
	background-color: #fff;
	color: #a9aeb5 !important;
	border-color: #e7e9ed !important;
}
/*.adminmessage-row .top_left > ul > li:first-child {
	display: inline-block;
	text-align: center;
	border: none;
	line-height: 32px;
	cursor: pointer;
	margin-right: 5px;
	background: transparent;
	padding: 0px 20px;
	font-size: 12px;
	font-weight: 400;
	color: #a9aeb5;
}
.adminmessage-row .top_left > ul > li:hover:first-child {
	color: #48be85 !important;
}*/
.adminmessage-row .top_left ul li.altid {
	width: 12.7%;
	position: relative;
	border: none;
	background: transparent;
	padding: 0;
}
.adminmessage-row .top_left ul li.altid.big-date {
	width: 21%;
}

.adminmessage-row .top_left > ul li.drop_message {
	border: none;
	background: transparent;
	padding: 0;
	position: relative;
}

.adminmessage-row .top_left ul li:hover .dropdown-custom-status .dropdown-status dt a{
	/*color: #fff !important;*/
	text-decoration: none;
}

.adminmessage-row .top_left > ul li.drop_message dt > a:hover {
	background-color: #48be85;
	color: #fff !important;
	border-color: #48be85 !important;
}
.plixooadmin li .dropdown-custom-status .dropdown-status dt > a {
	position: relative;
	display: inline-block;
	border: 1px solid #E3E5E8;
	line-height: 32px;
	border-radius: 2px;
	cursor: pointer;
	margin-right: 5px;
	background: #fff;
	padding: 0px 30px 0 14px;
	font-size: 12px;
	font-weight: 400;
	color: #6E757C;
	height: 34px;
	vertical-align: top;
}
.plixooadmin .dropdown-custom-status .dropdown-status dt a::before {
	content: "\f107";
	font-family: Font Awesome\ 5 Pro;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 10px;
}

.adminmessage-row .top_left ul li.search-icon {
	padding: 0;
}
.search-icon.show {
	position: relative;
}
.search-input-box {
	position: absolute;
	top: 40px;
	right: 22px;
	width: 40%;
	background: #fff;
	border: 1px solid #e7e9ed;
	border-radius: 2px;
	display: none;
	text-align: left;
}

li.message-searchbar .message-search-box {
	display: table;
	width: 100%;
}
li.message-searchbar #name-search {
	border: none;
	line-height: 32px;
	display: table-cell;
	width: 89%;
	padding-left: 0px;
	vertical-align: top;
	color: #6E757C;
}
li.message-searchbar .message-search-box input::-webkit-input-placeholder{
	font-size: 12px;
}

li.message-searchbar .message-search-box input::-moz-placeholder{
	font-size: 12px;
}

li.message-searchbar .message-search-box input:-ms-input-placeholder{
	font-size: 12px;
}

li.message-searchbar .message-search-box input:-moz-placeholder{
	font-size: 12px;
}

li.message-searchbar .button.search-button.search {
	background: none;
	color: #6E757C;
	padding-right: 0;
	display: table-cell;
	width: 10%;
	padding-left: 15px;
}
li.message-searchbar .button.search-button.search i{
	font-size: 15px;
	vertical-align: middle;
}
li.message-searchbar .button.search-button.search:hover i {
	color: #48be85;
}

/*.search_icon {
	display: table-cell;
	width: 1%;
}
.search_icon i {
	font-size: 15px;
}

.search-icon .dropdown-search dt a {
    color: #a9aeb5;
    display: inline-block;
    padding: 0 12px;
}
.search-icon:hover .dropdown-search dt a {
	color: #fff;
}*/
.plixooadmin .adminmessage-row .search-icon:hover .dropdown-search .search-input-box input::placeholder {
	color: #6E757C;
}






.plixooadmin button.ui-datepicker-trigger {
	position: absolute;
	left: -5px;
	top: -5px;
	color: #a9aeb5;
	background: transparent;
}
.plixooadmin button.ui-datepicker-trigger img {
	display: none;
}
.plixooadmin button.ui-datepicker-trigger::before {
	content: "\f073";
	font-family: Font Awesome\ 5 Pro;
	color: #a9aeb5;
	font-size: 16px;
	font-weight: 100;
	position: absolute;
	top: -2px;
	left: -6px;
}
/*.plixooadmin button.ui-datepicker-trigger:hover::before {
	color: #fff !important;
}*/
.adminmessage-row .top_left ul li:hover .ui-datepicker-trigger::before {
	color: #fff;
}
#ui-datepicker-div.ui-datepicker.ui-widget {
	/*top: 343px !important;*/
	width: auto;
	left: auto !important;
	right: 550px !important;
	margin-top: 15px;
}
#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content {
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.2)
}
.ui-datepicker .ui-datepicker-header.ui-widget-header {
	border: none;
	background: transparent;
}
.ui-datepicker-prev.ui-corner-all::before {
	content: "\f053";
	font-family: Font Awesome\ 5 Pro;
}
.ui-datepicker-next.ui-corner-all::before {
	content: "\f054";
	font-family: Font Awesome\ 5 Pro;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
	border: none !important;
	background: transparent !important;
	font-weight: bold !important;
	color: #8b8f9d !important;
}
.ui-datepicker .ui-datepicker-prev-hover, {
	left: 2px !important;
	top: 2px !important;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: -6px !important;
}
.ui-datepicker .ui-datepicker-next {
	right: -6px !important;
}
.ui-datepicker .ui-datepicker-prev {
	left: 6px !important;
}
.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
	top: 6px !important;
	text-decoration: none !important;
	cursor: pointer;
}
.ui-datepicker th {
	color: #a3a6b3 !important;
}
.ui-widget-header a {
	color: #8b8f9d !important;
}
.ui-widget-header {
	color: #43435c !important;
}
.ui-datepicker-calendar td a.ui-state-default {
	border: 1px solid transparent !important;
	background: 0 0 !important;
	font-weight: 700 !important;
	color: #8b8f9d !important;
	border-radius: 50%;
	text-align: center;
	height: 30px;
	width: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 12px;
}
.ui-datepicker-calendar td a.ui-state-default.ui-state-highlight {
	background: #d8e7fe !important;
	color: #4089fb !important;
}
.ui-datepicker-calendar td a.ui-state-default.ui-state-active {
	border-color: #d8e7fe !important;
	color: #4089fb !important;
}
.ui-datepicker-calendar td a.ui-state-default.ui-state-hover {
	border-color: #4089fb !important;
}




.plixooadmin input.input-text {
	border: none;
	border-radius: 5px;
	height: auto;
	line-height: 1;
	width: 90%;
	padding: 0 0 0 10px;
	background-color: transparent;
	color: #a9aeb5;
}
.adminmessage-row .top_left ul li:hover input.input-text {
	color: #fff;
	background-color: #48be85;
	border-color: #48be85 !important;
}
.plixooadmin input::-webkit-input-placeholder {
	color: #6E757C;
}
.plixooadmin input::-moz-placeholder {
	color: #6E757C;
}
.plixooadmin input:-ms-input-placeholder{
	color: #6E757C;
}
.plixooadmin input:-moz-placeholder {
	color: #6E757C;
}


.plixooadmin .adminmessage-row .top_left ul li.altid:hover input::-webkit-input-placeholder {
	color: #fff;
	background-color: #48be85;
	border-color: #48be85 !important;
}
.plixooadmin .adminmessage-row .top_left ul li.altid:hover input::-moz-placeholder {
	color: #fff;
	background-color: #48be85;
	border-color: #48be85 !important;
}
.plixooadmin .adminmessage-row .top_left ul li.altid:hover input:-ms-input-placeholder{
	color: #fff;
	background-color: #48be85;
	border-color: #48be85 !important;
}
.plixooadmin .adminmessage-row .top_left ul li.altid:hover input:-moz-placeholder {
	color: #fff;
	background-color: #48be85;
	border-color: #48be85 !important;
}



/*.adminmessage-row .top_left ul li:nth-child(2) {
	margin-right: 25px;
	position: relative;
	width: auto;
	padding: 0;
}
.adminmessage-row .top_left ul li:nth-child(2)::after {
	content: "";
	height: 35px;
	width: 1px;
	background-color: #e7e9ed;
	position: absolute;
	right: -15px;
	top: 0px;
}*/

.plixooadmin .date-filter .news-title-left input.input-text {
	
	border: 1px solid #E3E5E8;
	line-height: 32px;
	border-radius: 2px;
	cursor: pointer;
	margin-right: 5px;
	background: #fff;
	padding: 0px 20px 0 40px;
	font-size: 12px;
	font-weight: 400;
	color: #6E757C;	
	width: 125px;
}


/*.adminmessage-row .top_left ul li.active {
	background-color: #48be85;
	color: #fff !important;
	border-color: #48be85 !important;
}*/
.adminmessage-row .fas.fa-star {
	color: #40b67a;
}
.adminmessage-row .fas.fa-lightbulb {
	color: #f5a623;
}
.adminmessage-row .fas.fa-server {
	color: #30a5f0;
	margin-right: 5px;
}

.dropdown-status dl dt .news-title-left i {
	margin-right: 5px;
}
.dropdown-status dl dt > a > i {
	margin-right: 12px;
}
/*.adminmessage-row .top_left > ul li:hover .dropdown-status dl dt .news-title-left i {
	color: #fff;
}*/
.adminmessage-row .top_left > ul li.drop_message dt a:hover i {
	color: #fff;
}



/*.adminmessage-row .top_left > ul > li:hover .fas.fa-star,
.adminmessage-row .top_left > ul > li:hover .fas.fa-lightbulb,
.adminmessage-row .top_left > ul > li:hover .wa_calendar_icon,
.adminmessage-row .top_left > ul > li:hover .fas.fa-server {
	color: #fff
}
.adminmessage-row .top_left ul li.active .fas.fa-star,
.adminmessage-row .top_left ul li.active .fas.fa-lightbulb,
.adminmessage-row .top_left ul li.active .wa_calendar_icon,
.adminmessage-row .top_left ul li.active .fas.fa-server {
	color: #fff
}*/




.unread-message-heading,
.read-message-heading {
	padding: 15px 0;
}

.unread-message-heading label,
.read-message-heading label {
   font-size: 16px;
   font-weight: 400;
}




.right-button-header {
	display: inline-block;
	float: right;
	margin-bottom: 13px;
}
.plixooadmin .right-button-header button {
	border-radius: 2px;
	height: 37px;
	background: #fff;
	color: #6E757C;
	border: 1px solid #E3E5E8;
	margin-right: 5px;
	font-size: 12px;
	padding: 10px 16px;
}
.plixooadmin button span {
	line-height: normal;
	height: auto;
}
.right-button-header button:hover {
	background-color: #48be85;
	color: #fff;
	border-color: #48be85;
}




.plixooadmin .calendar {
	border: none;
	box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.1);
}
.plixooadmin .calendar thead .headrow {
	display: none;
}
.plixooadmin .calendar table .wn {
	display: none;
}
.calendar tbody .rowhilite td {
	background: transparent;
}
.calendar tbody .rowhilite td.wn {
	background: transparent;
}
.plixooadmin .calendar thead .title {
	color: #333;
}
.plixooadmin .calendar thead .name {
	color: #a6a9b6;
	height: 30px;
	width: 30px;
	line-height: 26px;
}
.plixooadmin .calendar tbody .day {
	height: 30px;
	width: 30px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	padding: 0;
	color: #333;
}
.calendar tbody td.hilite {
	background: #d8e7fe;
	color: #4089fb !important;
}

.plixooadmin .calendar tbody td.selected {
	background: #d8e7fe;
	color: #4089fb;

}
.plixooadmin .calendar tr.time {
	display: none;
}

.plixooadmin .calendar tfoot .footrow {
	display: none;
}











/*Pagenation*/


.message-pager {
	display: inline-block;
	width: auto;
	float: right;
}




/*#allmessage-pager {
	width: 74.6%;
}
.adminmessage-container .allmessage_table_pager .page_items {
	color: #a7a6b3;
	line-height: 34px;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
}*/

/*.unread-message-pager .pages li,
.read-message-pager .pages li {
	display: inline-block;
	margin-bottom: 15px;
}*/
ul.pages li .adminmessage-number {
	line-height: 34px;
}
ul.pages li span {
	margin-right: 5px;
	color: #6E757C;
}

ul.pages {
	display: flex;
}
ul.pages li {
	padding: 0 !important;
	display: inline-flex;
}
ul.pages li a:hover {
	text-decoration: none;
}
ul.pages li a {
	width: 34px;
	text-align: center;
	border: 1px solid #E3E5E8;
	border-radius: 2px;
	margin-left: 8px;
	display: inline-block;
	color: #6E757C;
	background-color: #fff;
	padding: 7px 0;
}
.plixooadmin ul.pages li a {
	color: #6E757C;
}


ul.pages li .dropdown-adminmessage-pager {
	position: relative;
}
ul.pages li .dropdown-adminmessage-pager a:hover,
ul.pages li .dropdown-adminmessage-pager a.show  {
	background-color: #f2f2f2;
}
.dropdown-adminmessage-pager-section {
	display: none;
}
.dropdown-adminmessage-pager-section.show {
	display: block;
	position: absolute;
	z-index: 9;
	background-color: #fff;
	top: 33px;
	right: 0;
	padding: 0 5px 10px;
	border: 1px solid #E3E5E8;
	border-radius: 2px;
}





ul.pages li .dropdown-adminmessage-pager dd .dropdown-adminmessage-pager-section li {
	width: 180px;
	border: none;
	border-radius: 2px;
	margin-right: 0;
	padding-left: 10px;
	text-align: left;
	margin-bottom: 2px;
}
ul.pages li .dropdown-adminmessage-pager dd .dropdown-adminmessage-pager-section li.drop_title {
	padding-left: 10px !important;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 600;
	border-bottom: 1px solid #E3E5E8;
	border-radius: 0;
	line-height: 32px;

}
ul.pages li .dropdown-adminmessage-pager dd .dropdown-adminmessage-pager-section li a:hover {
	background: #e9e9f0;
}
ul.pages li .dropdown-adminmessage-pager dd .dropdown-adminmessage-pager-section li a {
	text-decoration: none;
	width: 180px;
	text-align: left;
	border: 1px solid transparent;
	border-radius: 2px;
	margin-right: 0;
	margin-left: 0;
	display: inline-block;
	color: #a7a6b3;
	background-color: #fff;
	padding: 10px 10px 10px 20px;
	position: relative;
}

/*ul.pages li.a_right::before {
	content: "\f078";
	font-family: Font Awesome\ 5 Pro;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: #a7a6b3;
}*/
ul.pages li.a_right select {
	height: 32px;
	border-radius: 5px;
	padding: 0 5px;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 86px;
	color: #a7a6b3;
}

.dropdown-custom-status dd .dropdown-status-section {
	display: none;
}

.dropdown-custom-status dd .dropdown-status-section.show {
	display: block;
	position: absolute;
	top: 33px;
	left: 0px;
	z-index: 1;
	padding: 0px 5px 10px 5px;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #E3E5E8;
	min-width: 218px;
	
}
/*.dropdown-custom-status dd .dropdown-status-section.show li {
	display: block;
	border: none;
	text-align: left;
	padding: 0;
}*/

.dropdown-custom-status dd .dropdown-status-section.show li {
	display: block;
	border: none;
	text-align: left;
	padding: 0;
	border-radius: 2px;
	margin-right: 0;
	padding: 0px;
	margin-bottom: 7px;
}
.dropdown-custom-status dd .dropdown-status-section.show li:hover {
	background-color: transparent;
	border-color: transparent;
}


.dropdown-custom-status dd .dropdown-status-section.show li a {
	width: 100%;
	padding: 0 20px;
}
.dropdown-custom-status dd .dropdown-status-section.show li:first-child {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #E3E5E8;
}
.dropdown-custom-status dd .dropdown-status-section.show li:hover:first-child {
	background-color: transparent;
	color: #6E757C !important;
	border-color: #E3E5E8 !important;
}
.dropdown-custom-status dd .dropdown-status-section.show li:first-child span {
	color: #333;
	font-weight: 600;
	padding-left: 10px;
}
/*.dropdown-custom-status dd > .dropdown-status-section.show > li:hover,
.dropdown-custom-status dd > .dropdown-status-section.show > li.active,
.dropdown-custom-status dd > .dropdown-status-section.show > li.active span {
	background-color: #f2f2f2;
	color: #a9aeb5 !important;
	border-color: #f2f2f2 !important;
}*/
.dropdown-status-section.show li:hover span,
.dropdown-status-section.show li:hover a {
	color: #6E757C;
}
.dropdown-status-section.show  li:hover .fas.fa-star,
.dropdown-status-section.show  li:hover .fas.fa-lightbulb,
.dropdown-status-section.show  li:hover .wa_calendar_icon,
.dropdown-status-section.show  li:hover .fas.fa-server {
	color: #6E757C;
}
.dropdown-status-section.show li span,
.dropdown-status-section.show li a,
.dropdown-status-section.show li:hover:first-child span {
	color: #6E757C;
}
/*.plixooadmin li .dropdown-custom-status .dropdown-status dd li.active a,
.plixooadmin li .dropdown-custom-status .dropdown-status dd li.active span,
.plixooadmin li .dropdown-custom-status .dropdown-status dd li a:hover {
	color: #fff;
	text-decoration: none;
}*/

.plixooadmin li .dropdown-custom-status .dropdown-status dd li.active a,
.plixooadmin li .dropdown-custom-status .dropdown-status dd li.active span,
.plixooadmin li .dropdown-custom-status .dropdown-status dd li a:hover {
	text-decoration: none;
	background-color: #f2f2f2 !important;
	color: #6E757C !important;
}
.plixooadmin li .dropdown-custom-status .dropdown-status dd li a {
	text-decoration: none;
	width: 100%;
	text-align: left;
	border: 1px solid transparent;
	border-radius: 2px;
	display: inline-block;
	color: #a7a6b3;
	padding: 10px 10px 10px 20px;
	position: relative;
	line-height: normal;
}


/*ul.pages li .dropdown-unread-pager dt a.show,
ul.pages li .dropdown-read-pager dt a.show {
	background-color: #f4f4f4;
}
dd.dropdown-unread-section,
dd.dropdown-read-section {
	position: relative;
}
.dropdown-unread-pager dd .dropdown-unread-pager-section.show .drop_title,
.dropdown-read-pager dd .dropdown-read-pager-section.show .drop_title {
	font-weight: 600;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #e8e9ec;
	margin-bottom: 5px;
}
.dropdown-unread-pager dd .dropdown-unread-pager-section,
.dropdown-read-pager dd .dropdown-read-pager-section {
	display: none;
}
.dropdown-unread-pager dd .dropdown-unread-pager-section.show,
.dropdown-read-pager dd .dropdown-read-pager-section.show {
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 1;
	border-radius: 2px;
	border: 1px solid #e8e9ec;
	padding: 10px;
	background-color: #fff;
	width: 240px;
}
.dropdown-unread-pager-section.show li,
.dropdown-read-pager-section.show li {
	display: block;
	margin-bottom: 0;
}*/
/*.dropdown-adminmessage-pager-section.show li a {
	width: 100%;
	border: none;
	position: relative;
	padding-left: 25px;
	padding-right: 65px;
	background-color: transparent;
}*/
/*.dropdown-adminmessage-pager-section.show li.active a:before {
	content: "\f00c";
	font-family: Font Awesome\ 5 Pro;
	position: absolute;
	top: 10px;
	left: 5px;
	color: #555555;

}*/
ul.pages li .dropdown-adminmessage-pager dd .dropdown-adminmessage-pager-section li i {
	opacity: 0;
	color: #555555;
	margin-right: 5px;
}
ul.pages li .dropdown-adminmessage-pager dd .dropdown-adminmessage-pager-section li.active i {
	opacity: 1;
}

.dropdown-adminmessage-pager-section.show li a:hover,
.dropdown-adminmessage-pager-section.show li.active a {
	background-color: #f2f2f2 !important;
}

.dropdown-status-section.show span.news-title-left i {
	margin-right: 5px;
}


/*  D - 07/10/2019  */
.adminmessage-message.full-desc ol{
	list-style: decimal !important;
	padding-left: 20px;
}

.adminmessage-message p.ql-indent-1 { margin-left: 16px; }
.adminmessage-message p.ql-indent-2 { margin-left: 32px; }
.adminmessage-message p.ql-indent-3 { margin-left: 48px; }
.adminmessage-message p.ql-indent-4 { margin-left: 64px; }
.adminmessage-message ul { margin-left: 16px; list-style: initial; }
.adminmessage-message p img { max-height: 450px; width: 100%; object-fit: contain; margin: 30px 0; }
blockquote { position: relative; background: #faf7f7; padding: 16px; margin: 16px 0; max-width: 100%; font-style: initial; }
blockquote:before { background: #48be85; height: 100%; width: 3px; left: 0; top: 0; position: absolute; z-index: 99; content: ""; }




@media only screen and (max-width: 1400px){
	.adminmessage-col-ls1, .adminmessage-col-ls2, .adminmessage-col-ls3, .adminmessage-col-ls4, .adminmessage-col-ls5, .adminmessage-col-ls6, .adminmessage-col-ls7, .adminmessage-col-ls8, .adminmessage-col-ls9, .adminmessage-col-ls10, .adminmessage-col-ls11, .adminmessage-col-ls12 {
	  position: relative;
	  min-height: 1px;
	  padding-right: 15px;
	  padding-left: 15px;
	  float: left;
	}
	.adminmessage-col-ls12 {
	  width: 100%;
	}
	.adminmessage-col-ls11 {
	  width: 91.66666667%;
	}
	.adminmessage-col-ls10 {
	  width: 83.33333333%;
	}
	.adminmessage-col-ls9 {
	  width: 75%;
	}
	.adminmessage-col-ls8 {
	  width: 66.66666667%;
	}
	.adminmessage-col-ls7 {
	  width: 58.33333333%;
	}
	.adminmessage-col-ls6 {
	  width: 50%;
	}
	.adminmessage-col-ls5 {
	  width: 41.66666667%;
	}
	.adminmessage-col-ls4 {
	  width: 33.33333333%;
	}
	.adminmessage-col-ls3 {
	  width: 25%;
	}
	.adminmessage-col-ls2 {
	  width: 16.66666667%;
	}
	.adminmessage-col-ls1 {
	  width: 8.33333333%;
	}
	.adminmessage-row .top_left > ul {  width: 72%;}
	.adminmessage-row .top_left > ul li.message-searchbar {width: 29%; text-align:left;}
	.adminmessage-row .top_left ul li.altid { width: 24%;}
	li.message-searchbar #name-search{width: 73%;}
	.adminmessage-row .top_left > ul li.message-searchbar.big-search { width: 34%;}
	.adminmessage-row .top_left ul li.altid.big-date { width: 29.5%;}
	.datefilled li.message-searchbar #name-search { width: 78%;}


}

@media only screen and (min-width: 1000px) and (max-width: 1099px){
	.adminmessage-row .top_left > ul {  width: 72%;}
	.adminmessage-row .top_left > ul li.message-searchbar.big-search { width: 25%;}
	.adminmessage-row .top_left ul li.altid.big-date { width: 33.5%;}
	.adminmessage-row .top_left > ul.top-left-message-nav {width: 69%;}
	.adminmessage-row .top_left > ul li.message-searchbar {width: 24%;}
	li.message-searchbar .button.search-button.search {padding-left: 6px;}
}

@media screen and (min-width: 1100px) and (max-width: 1199px) {
	.adminmessage-row .top_left > ul {  width: 64%;}
	.adminmessage-row .top_left > ul li.message-searchbar.big-search { width: 23%;}
	.adminmessage-row .top_left ul li.altid.big-date { width: 33.5%;}
	.adminmessage-row .top_left > ul.top-left-message-nav {width: 75%;}
	.adminmessage-row .top_left > ul li.message-searchbar {width: 24%;}
	li.message-searchbar .button.search-button.search {padding-left: 6px;}
}

@media only screen and (min-width: 1200px){
	.adminmessage-row .top_left > ul {  width: 78%;}
	.adminmessage-row .top_left > ul li.message-searchbar {width: 47%; text-align:left;}
	.adminmessage-row .top_left ul li.altid { width: 17.5%;}
	li.message-searchbar #name-search{width: 87%;}
	.adminmessage-row .top_left > ul li.message-searchbar.big-search { width: 34%;}
	.adminmessage-row .top_left ul li.altid.big-date { width: 29.5%;}
	.datefilled li.message-searchbar #name-search { width: 82%;}
}



@media only screen and (min-width: 1401px){
	.adminmessage-row .top_left > ul {  width: 72%;}
	.adminmessage-row .top_left > ul li.message-searchbar {width: 29%; text-align:left;}
	.adminmessage-row .top_left ul li.altid { width: 24%;}
	li.message-searchbar #name-search{width: 73%;}
	.adminmessage-row .top_left > ul li.message-searchbar.big-search { width: 41%;}
	.adminmessage-row .top_left ul li.altid.big-date { width: 39.2%;}
}

@media only screen and (min-width: 1600px){
	.adminmessage-col-lg1, .adminmessage-col-lg2, .adminmessage-col-lg3, .adminmessage-col-lg4, .adminmessage-col-lg5, .adminmessage-col-lg6, .adminmessage-col-lg7, .adminmessage-col-lg8, .adminmessage-col-lg9, .adminmessage-col-lg10, .adminmessage-col-lg11, .adminmessage-col-lg12 {
	  position: relative;
	  min-height: 1px;
	  padding-right: 15px;
	  padding-left: 15px;
	  float: left;
	}
	.adminmessage-col-lg12 {
	  width: 100%;
	}
	.adminmessage-col-lg11 {
	  width: 91.66666667%;
	}
	.adminmessage-col-lg10 {
	  width: 83.33333333%;
	}
	.adminmessage-col-lg9 {
	  width: 75%;
	}
	.adminmessage-col-lg8 {
	  width: 66.66666667%;
	}
	.adminmessage-col-lg7 {
	  width: 58.33333333%;
	}
	.adminmessage-col-lg6 {
	  width: 50%;
	}
	.adminmessage-col-lg5 {
	  width: 41.66666667%;
	}
	.adminmessage-col-lg4 {
	  width: 33.33333333%;
	}
	.adminmessage-col-lg3 {
	  width: 25%;
	}
	.adminmessage-col-lg2 {
	  width: 16.66666667%;
	}
	.adminmessage-col-lg1 {
	  width: 8.33333333%;
	}
	.adminmessage-repeat-col{
		margin: 0 auto;
    	width: 60%;
	}
	.adminmessage-row .top_left > ul li.message-searchbar {width: 51%; text-align: center;}
	.adminmessage-row .top_left > ul {  width: 79%;}
	.adminmessage-row .top_left ul li.altid { width: 16%;}
	li.message-searchbar #name-search{width: 82%;}
	.adminmessage-row .top_left > ul li.message-searchbar.big-search { width: 39%;}
	.adminmessage-row .top_left ul li.altid.big-date { width: 27%;}

}


@media only screen and (min-width: 1800px){
	.adminmessage-col-lg1, .adminmessage-col-lg2, .adminmessage-col-lg3, .adminmessage-col-lg4, .adminmessage-col-lg5, .adminmessage-col-lg6, .adminmessage-col-lg7, .adminmessage-col-lg8, .adminmessage-col-lg9, .adminmessage-col-lg10, .adminmessage-col-lg11, .adminmessage-col-lg12 {
	  position: relative;
	  min-height: 1px;
	  padding-right: 15px;
	  padding-left: 15px;
	  float: left;
	}
	.adminmessage-col-lg12 {
	  width: 100%;
	}
	.adminmessage-col-lg11 {
	  width: 91.66666667%;
	}
	.adminmessage-col-lg10 {
	  width: 83.33333333%;
	}
	.adminmessage-col-lg9 {
	  width: 75%;
	}
	.adminmessage-col-lg8 {
	  width: 66.66666667%;
	}
	.adminmessage-col-lg7 {
	  width: 58.33333333%;
	}
	.adminmessage-col-lg6 {
	  width: 50%;
	}
	.adminmessage-col-lg5 {
	  width: 41.66666667%;
	}
	.adminmessage-col-lg4 {
	  width: 33.33333333%;
	}
	.adminmessage-col-lg3 {
	  width: 25%;
	}
	.adminmessage-col-lg2 {
	  width: 16.66666667%;
	}
	.adminmessage-col-lg1 {
	  width: 8.33333333%;
	}
	.adminmessage-repeat-col{
		margin: 0 auto;
    	width: 50%;
	}
	/*.adminmessage-row .top_left > ul li.message-searchbar {width: 60.2%;}*/
	.adminmessage-row .top_left > ul li.message-searchbar {width: 58.2%;}
	/*.adminmessage-row .top_left > ul {  width: 82.4%;}*/
	.adminmessage-row .top_left > ul {  width: 78.4%;}
	.adminmessage-row .top_left ul li.altid { width: 13.5%;}
	.adminmessage-row .top_left > ul li.message-searchbar.big-search { width: 49%;}
	.adminmessage-row .top_left ul li.altid.big-date { width: 22.2%;}
	li.message-searchbar #name-search{width: 89%;}

}