.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.dashboard-hidden {
  display: none;
}
.dashboard-panel{
	margin-bottom: 16px;
    background-color: #fff;
    border: 1px solid #e2e3e4;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.dashboard-row {
    margin-right: -15px;
    margin-left: -15px;
}
.dashboard-row:after{
	display: table;
    content: " ";
    clear: both;
}
.dashboard-col-1, .dashboard-col-2, .dashboard-col-3, .dashboard-col-4, .dashboard-col-5, .dashboard-col-6, .dashboard-col-7, .dashboard-col-8, .dashboard-col-9, .dashboard-col-10, .dashboard-col-11, .dashboard-col-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.dashboard-col-12 {
  width: 100%;
}
.dashboard-col-11 {
  width: 91.66666667%;
}
.dashboard-col-10 {
  width: 83.33333333%;
}
.dashboard-col-9 {
  width: 75%;
}
.dashboard-col-8 {
  width: 66.66666667%;
}
.dashboard-col-7 {
  width: 58.33333333%;
}
.dashboard-col-6 {
  width: 50%;
}
.dashboard-col-5 {
  width: 41.66666667%;
}
.dashboard-col-4 {
  width: 33.33333333%;
}
.dashboard-col-3 {
  width: 25%;
}
.dashboard-col-2 {
  width: 16.66666667%;
}
.dashboard-col-1 {
  width: 8.33333333%;
}
.adminhtml-dashboard-index .middle{
	background: #fbfbfb;
	color:#333;
}
.dashboard-loader{
	position: relative;
}
.adminhtml-dashboard-index .middle *{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.salecto-new-all-btn {
	float: right;
}
.salecto-new-all-btn a {
	color: #a0a5ab;
	font-size: 12px;
}
.salecto-new-all-btn a:hover {
	text-decoration: none;
	color: #68c39f;
}


.adminhtml-dashboard-index .content-header-massage{
	margin-bottom: 15px;
}
.adminhtml-dashboard-index .content-header-massage p{ 
	font-size: 40px; 
	color: #333; 
	font-weight: 400; 
}
.adminhtml-dashboard-index.plixooadmin .content-header{
	border-bottom: none; 
	margin: 0 0 20px; 
	padding: 0; 
}
.adminhtml-dashboard-index .content-header h3{
	font-size: 28px;
	font-weight: 400;
	line-height: 1.4;
	color: #333;
}
.adminhtml-dashboard-index .dashboard-container {
	border:none;
	display: inline-block;
	width: 100%;
}
.adminhtml-dashboard-index.plixooadmin .switcher{
	background: none;
	border:none;
	padding: 0;
	overflow: visible;
	float: right;
	margin: 0;
}
.adminhtml-dashboard-index.plixooadmin .content-header-floating .switcher{
	margin: 15px 25px 0 0;
}
.adminhtml-dashboard-index.plixooadmin .switcher label{
	display: none;
}
.adminhtml-dashboard-index.plixooadmin .switcher select{
	color: #333;
	border: 1px solid #ecedef;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.adminhtml-dashboard-index ul.tabs-horiz .graph-title{
	float: left;
	font-size: 16px;
    font-weight: 600;
    padding: 16px 0;
}
.adminhtml-dashboard-index.plixooadmin ul.tabs-horiz li a{
	padding: 12px 0;
	border-bottom-color: transparent;
	text-transform: none;
	margin: 0 10px -2px;
}
.adminhtml-dashboard-index.plixooadmin ul.tabs-horiz li a.active {
    border-color: transparent;
    border-bottom-color: #40B67A;
    color: #40B67A !important;
    background: transparent;
    text-decoration:none !important;
}
.adminhtml-dashboard-index.plixooadmin ul.tabs-horiz{
	background: none;
	border-bottom: none;
	margin: 0;
}
.adminhtml-dashboard-index .dashboard-chart-col{ 
	padding: 25px; 
}

.dashboard-top-right{
	text-align: right;
}
.dashboard-top-right li{
	display: inline-block;
	vertical-align: top;
	padding-left: 25px;
	line-height: 44px;
}
.plixooadmin .dashboard-top-right li a{
	color: #2E2E2E;
}
.plixooadmin .dashboard-top-right li a:hover{
	text-decoration: none;
}
.plixooadmin .dashboard-top-right .news-title-left{
	position: relative;
}
.plixooadmin .dashboard-top-right .news-title-left input.input-text{
	border: none;
    line-height: 44px;
    height: 44px;
    padding: 0;
    width: 152px;
    position: relative;
    z-index: 1;
    background: transparent;
    cursor: pointer;
}
.plixooadmin .dashboard-top-right .news-title-left .fa-angle-down{
	position: absolute;
    right: 0;
    top: 2px;
    padding-left: 0;
}
.dashboard-top-right .date-filter .altid_date .fa-calendar-alt{
	padding-right: 5px;
	font-size: 14px;
}
.dashboard-top-right li .fa-angle-down{
	padding-left: 5px;
}

.dashboard-top-right .include-exclude a{
	position: relative;
	padding-left: 44px;
}

.dashboard-top-right .include-exclude .slider{
	position: absolute;
    cursor: pointer;
    top: 1px;
    left: 0;
    width: 36px;
    height: 16px;
    border: 1px solid #e5e7ec;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #f2f2f2;
    -webkit-transition: .4s;
    transition: .4s;
}
.dashboard-top-right .include-exclude .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 18px;
    left: -1px;
    top: 0px;
    border: 1px solid #e5e7ec;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.dashboard-top-right .include-exclude a.on .slider{
	background-color: #3aab72;
}
.dashboard-top-right .include-exclude a.on .slider:before{
	-webkit-transform: translateX(16px);
  	-ms-transform: translateX(16px);
  	transform: translateX(16px);
}


.dashboard-top-right .dashboard-status{
	position: relative;
}
.dashboard-top-right .dashboard-status .news-title-left{
	line-height: 44px;
}

.dashboard-top-right .dashboard-status-section{
	text-align: left;
	width: 270px;
	right: 0;
	z-index: 10;
}
.dashboard-top-right .dashboard-status-section .heading{
	display: block;
	padding:10px 15px;	
	line-height: 24px;
	font-size: 14px;
	font-weight: 600;
	color: #2E2E2E;
	border-bottom: 1px solid #e2e3e4;
}
.dashboard-top-right .dashboard-status-section .heading a{
	float: right;
}
.dashboard-top-right .dashboard-status-section ul{
	padding: 8px 16px;
	height: 200px;
	overflow-y: scroll;
}
.dashboard-top-right .dashboard-status-section li{
	font-size: 13px;
	line-height: 36px;
	display: block;
	padding: 0;
	cursor: pointer;
	text-transform: capitalize;
	-webkit-transition:all .2s ease-out; 
	-moz-transition:all .2s ease-out; 
	-ms-transition:all .2s ease-out; 
	-o-transition:all .2s ease-out; 
	transition:all .2s ease-out;
	margin: 4px 0;
}
.dashboard-top-right .dashboard-status-section li.active{	
	color: #40b67a;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	background-color: #ebf7f1;
}
.dashboard-top-right .dashboard-status-section li.active:before{
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	padding-right: 7px;
	padding-left: 10px;
}

.dashboard-top-right .dashboard-status-section .status-button{
	background-color: #fbfbfb;
	border-top: 1px solid #e9edf0;
	padding: 10px;
	text-align: right;
}
.plixooadmin .dashboard-top-right .dashboard-status-section a.reset{
	font-size: 14px;
	padding: 0 20px;
	line-height: 36px;
	font-weight: 500;
	color: #333333;
	display: inline-block;
	-webkit-transition:all .2s ease-out; 
	-moz-transition:all .2s ease-out; 
	-ms-transition:all .2s ease-out; 
	-o-transition:all .2s ease-out; 
	transition:all .2s ease-out;
}
.plixooadmin .dashboard-top-right .dashboard-status-section a.reset:hover{
	color: #3aab72;
}
.plixooadmin .dashboard-top-right .dashboard-status-section a.save{
	display: inline-block;
	font-size: 14px;
	color: #ffffff;	
	padding: 0 20px;
	line-height: 36px;
	font-weight: 500;
	background-color: #3aab72;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	-webkit-transition:all .2s ease-out; 
	-moz-transition:all .2s ease-out; 
	-ms-transition:all .2s ease-out; 
	-o-transition:all .2s ease-out; 
	transition:all .2s ease-out;
}
.plixooadmin .dashboard-top-right .dashboard-status-section a.save:hover{
	background-color: #686868;
}
.adminhtml-dashboard-index #order_status .dashboard-row{
	margin-left: -6px;
	margin-right: -6px;
}
.adminhtml-dashboard-index #order_status .dashboard-row .order-status-products,
.adminhtml-dashboard-index #order_status .dashboard-row .bestsell-products{
	padding-left: 6px;
	padding-right: 6px;
}


.adminhtml-dashboard-index #report_tab_content{
	margin:0;
}
.adminhtml-dashboard-index #report_tab_content .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: -6px;
    margin-left: -6px;

}
.adminhtml-dashboard-index #report_tab_content .totalorder-col,
.adminhtml-dashboard-index #report_tab_content .totalrevnue-col{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 6px;
    padding-left: 6px;
}
.adminhtml-dashboard-index #report_tab_content .totalorder-col .dashboard-panel,
.adminhtml-dashboard-index #report_tab_content .totalrevnue-col .dashboard-panel{
	width: 100%;
	text-align: left;
    padding: 18px 20px 15px;
}
.adminhtml-dashboard-index #report_tab_content .totalorder-col .dashboard-panel:hover .report-icon,
.adminhtml-dashboard-index #report_tab_content .totalrevnue-col .dashboard-panel:hover .report-icon{
	color: #68c39f;
}
.adminhtml-dashboard-index #report_tab_content .number{
	width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}
.adminhtml-dashboard-index #report_tab_content .price,
.adminhtml-dashboard-index #report_tab_content .number-col{
	float: left;
	font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}
.adminhtml-dashboard-index #report_tab_content .report-icon{
	float: right;
	color: #e3e5e8;
	font-size: 36px;
	line-height: 1;
}
.adminhtml-dashboard-index #report_tab_content .date{
	color: #909090;
}
.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: -6px;
    margin-left: -6px;
}
.customer-support-section .customer-support-col{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 6px;
    padding-left: 6px;
}
.customer-support-section .dashboard-panel{
	width: 100%;
	text-align: center;
}
.customer-support-section .dashboard-panel a{
	color: #333;
	display: block;
	padding: 25px 20px 20px;
}
.customer-support-section .dashboard-panel a:hover{
	text-decoration: none;
}
.customer-support-section .customer-support-icon{
	color: #e3e5e8;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 15px;
	display: inline-block;
    width: 100%;
}

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

.support-contact-col{
	display: inline-block;
	width: 100%;
	position: relative;
}
.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: flex;
	max-height: 100%;
	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;
}
.salecto-news-col .salecto-new-title{
	font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #dedfe0;
    padding: 13px 15px;
}
.salecto-news-list{
	border-bottom: 1px solid #dedfe0;
	padding:16px;
}
.salecto-news-title{
	text-transform: capitalize;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	vertical-align: top;
}
.salecto-news-title small{
	font-weight: 400;
	font-size: 0.75em;
}
.salecto-news-title.gray .news-title-left{
	color: #3daa75;
}
.salecto-news-title.gray .news-title-left i{
	background: #3daa75;
}
.salecto-news-title.blue .news-title-left{
	color: #1e9dee;
}
.salecto-news-title.blue .news-title-left i{
	background: #1e9dee;
}
.salecto-news-title.orange .news-title-left{
	color: #f5a623;
}
.salecto-news-title.orange .news-title-left i{
	background: #f5a623;
}
.salecto-news-title .news-title-left{
	float: left;
	font-weight: 500;
	font-size: 1.05em;
	line-height:24px;
}
.salecto-news-title .news-title-left i{
	border-radius: 50%;
	color: #fff;
	background: #333;
	font-size: 10px;
	margin-right: 5px;
	height: 24px;
    width: 24px;
    display: inline-block;
    line-height: 24px;
    text-align: center;
    vertical-align: top;
}
.salecto-news-title .news-title-right{
	float: right;
	color: #858585;
	font-size: 10px;
}
.salecto-news-cont{
	line-height: 1.6;
    font-size: 12px;
}
.salecto-news-cont .news-lear-more{
	color: #808080;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
}
.salecto-news-cont .news-lear-more:after{
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    padding-left: 10px;
}
.salecto-news-cont .news-lear-more:hover{
	text-decoration: none;
	color: #68c39f;
}
.salecto-news-col .salecto-news-body{
	max-height:612px;
	overflow-y: auto;
}
.plixooadmin .topstatusbar{
	background: #1f1f1f;
}
.news-default-message{ 
	padding:25px 10px 15px 10px; 
}
.news-default-message .news-default-message-icon img{
	width: 60px;
}
.news-default-message-text p { margin-top: 4px;font-size: 13px; color: #909090;}

/*
** New Dashboard Css - 30/05/2019
*/
.dashboard-status-section{ display: none; }
.dashboard-status-section.show{ display: block; }

#report_tab_content .totalrevnue-col .dashboard-panel h3{
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
#report_tab_content .totalrevnue-col .dashboard-panel h3 a{
	float: right;
}
#report_tab_content .totalrevnue-col .dashboard-panel h3 a .fal{
	line-height: 18px;
	font-size: 14px;
   	color: #aaa;
   	cursor: pointer;
}
#report_tab_content .totalrevnue-col .dashboard-panel h3 a .fal:hover,
#report_tab_content .totalrevnue-col .dashboard-panel h3 a .fal:focus{
	color: #333;
}

#report_tab_content .totalrevnue-col .dashboard-panel p{
	margin-bottom: 10px;
}
#report_tab_content .totalrevnue-col .dashboard-panel p.invoiced-bottom{
	margin-bottom: 0;
}
#report_tab_content .totalrevnue-col .dashboard-panel p.last{
	margin-bottom: 0;
}
#report_tab_content .totalrevnue-col .dashboard-panel p span{
	display: inline-block;
}
#report_tab_content .totalrevnue-col .dashboard-panel p span.price,
#report_tab_content .totalrevnue-col .dashboard-panel p span.currency{
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
}
#report_tab_content .totalrevnue-col .dashboard-panel p span.currency{
	padding-left: 6px;
}
#report_tab_content .totalrevnue-col .dashboard-panel p span.tax-status{
	padding-left: 4px;
	font-size: 13px;
	line-height: 32px;
}
#report_tab_content .totalrevnue-col .dashboard-panel p span.order,
#report_tab_content .totalrevnue-col .dashboard-panel p span.text{
	font-size: 14px;
	line-height: 16px;
}
.order-status-products .dashboard-panel{
	padding-right: 15px;
	padding-left: 15px;
}
.order-status-products .dashboard-panel .status-dist-title{
	font-size: 14px;
   	line-height: 44px;
   	font-weight: 600;
   	padding-top: 8px;
   	padding-bottom: 8px;
}
.order-status-products .status-dist-data .status-dist-heading{
	padding-bottom: 15px;
}
.order-status-products .status-dist-data .status-dist-heading div{
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	width: 17%;
}
.order-status-products .status-dist-heading div:first-child{
	width: 58%;
}
.order-status-products .status-dist-heading div:last-child{
	width: 23%;
}
.order-status-products .status-dist-content{
	display: block;
	width: 100%;
	padding-bottom: 0px;
}
.order-status-products .status-dist-content-left{
	width: 5%;
	display: inline-block;
	vertical-align: top;
}
.order-status-products .status-dist-content-left span{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%;
	display: block;
}
.order-status-products .status-dist-content-right{
	display: inline-block;
	width: 95%;
	vertical-align: top;
	border-bottom: 2px solid #ededed;
	padding-bottom: 8px;
	margin-bottom: 15px;
	position: relative;
}
.content-right-bottom.progress{
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.order-status-products .content-right-top .status{
	display: inline-block;
   	width: 56.5%;
   	font-size: 14px;
   	line-height: 20px;
   	text-transform: capitalize;

}
.order-status-products .content-right-top .order-count{
	display: inline-block;
   	width: 18.4%;
   	font-size: 14px;
   	line-height: 20px;
   	text-transform: capitalize;
}
.order-status-products .content-right-top  .order-grand-total{
	display: inline-block;
   	width: 20%;
   	font-size: 14px;
   	line-height: 20px;
   	text-transform: capitalize;
}
.bestsell-products .dashboard-panel{
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
.bestsell-products .dashboard-panel .bestsell-prod-title{
	font-size: 14px;
   	line-height: 44px;
   	padding-top: 8px;
   	font-weight: 600;
   	padding-bottom: 8px;
   	position: relative;
}
.bestsell-products .dashboard-panel .bestsell-prod-title a{
	float: right;
    margin-top: 17px;
    position: relative;
    line-height: 18px;

}
.bestsell-products .dashboard-panel .bestsell-prod-title i{
	line-height: 16px;
    font-size: 14px;
    color: #aaa;
    cursor: pointer;
}
.bestsell-products .dashboard-panel .bestsell-prod-title i:hover,
.bestsell-products .dashboard-panel .bestsell-prod-title i:focus{
	color: #333;
}

.order-status-products .dashboard-panel .status-dist-title a{
	float: right;
    margin-top: 17px;
    position: relative;
    line-height: 18px;

}
.order-status-products .dashboard-panel .status-dist-title i{
	line-height: 16px;
    font-size: 14px;
    color: #aaa;
    cursor: pointer;
}
.order-status-products .dashboard-panel .status-dist-title i:hover,
.order-status-products .dashboard-panel .status-dist-title i:focus{
	color: #333;
}


.bestsell-prod table tr th{
	border-bottom: 1px solid #f4f4f4;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: 600;
	padding-bottom: 15px;
}
.bestsell-prod table tr td{
	border-bottom: 1px solid #f4f4f4;
	padding-top: 8px;	
	padding-bottom: 8px;
	font-size: 13px;
    line-height: 16px;
    font-weight: 500;
}
.bestsell-prod table tr:last-child td{
	border-bottom: none;
}
.bestsell-prod table tr td:first-child{
	text-align: center;
}
.bestsell-prod table tr td img{
	height: auto;
    max-height: 32px;
    max-width: 40px;
    margin-right: 8px;
    display: inline-block;
}
.bestsell-prod table tr td .product-name{
	display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    padding-top: 5px;
    width: 220px;
}
.bestsell-prod table tr td .sku{
	display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
}

.order-status-products .dashboard-panel .status-dist-data{
	overflow-y: auto;
    max-height: 301px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 1401px){
	.customer-support-section.bottom-supp{ display: none; }
}

@media only screen and (max-width: 1600px) {
	#report_tab_content .dashboard-col-3,
	#order_status .dashboard-col-3  {
	    width: 50%;
	}
	#report_tab_content .dashboard-col-6,
	#order_status .dashboard-col-6  {
	    width: 100%;
	}
	.entry-edit .dashboard-col-6 {width: 58.33333333%;}
	.entry-edit .dashboard-col-6:last-child {width: 41.66666667%;}
}

@media only screen and (max-width: 1400px){
	.dashboard-col-ls1, .dashboard-col-ls2, .dashboard-col-ls3, .dashboard-col-ls4, .dashboard-col-ls5, .dashboard-col-ls6, .dashboard-col-ls7, .dashboard-col-ls8, .dashboard-col-ls9, .dashboard-col-ls10, .dashboard-col-ls11, .dashboard-col-ls12 {
	  position: relative;
	  min-height: 1px;
	  padding-right: 15px;
	  padding-left: 15px;
	  float: left;
	}
	.dashboard-col-ls12 {
	  width: 100%;
	}
	.dashboard-col-ls11 {
	  width: 91.66666667%;
	}
	.dashboard-col-ls10 {
	  width: 83.33333333%;
	}
	.dashboard-col-ls9 {
	  width: 75%;
	}
	.dashboard-col-ls8 {
	  width: 66.66666667%;
	}
	.dashboard-col-ls7 {
	  width: 58.33333333%;
	}
	.dashboard-col-ls6 {
	  width: 50%;
	}
	.dashboard-col-ls5 {
	  width: 41.66666667%;
	}
	.dashboard-col-ls4 {
	  width: 33.33333333%;
	}
	.dashboard-col-ls3 {
	  width: 25%;
	}
	.dashboard-col-ls2 {
	  width: 16.66666667%;
	}
	.dashboard-col-ls1 {
	  width: 8.33333333%;
	}
	.customer-support-section.dashboard-row{ display: none; }
	.customer-support-section.bottom-supp{ display: flex; }

	.entry-edit .dashboard-col-6 {width: 50%;}
	.entry-edit .dashboard-col-6:last-child {width: 50%;}

}



@media only screen and (min-width: 1600px){
	.dashboard-col-lg1, .dashboard-col-lg2, .dashboard-col-lg3, .dashboard-col-lg4, .dashboard-col-lg5, .dashboard-col-lg6, .dashboard-col-lg7, .dashboard-col-lg8, .dashboard-col-lg9, .dashboard-col-lg10, .dashboard-col-lg11, .dashboard-col-lg12 {
	  position: relative;
	  min-height: 1px;
	  padding-right: 15px;
	  padding-left: 15px;
	  float: left;
	}
	.dashboard-col-lg12 {
	  width: 100%;
	}
	.dashboard-col-lg11 {
	  width: 91.66666667%;
	}
	.dashboard-col-lg10 {
	  width: 83.33333333%;
	}
	.dashboard-col-lg9 {
	  width: 75%;
	}
	.dashboard-col-lg8 {
	  width: 66.66666667%;
	}
	.dashboard-col-lg7 {
	  width: 58.33333333%;
	}
	.dashboard-col-lg6 {
	  width: 50%;
	}
	.dashboard-col-lg5 {
	  width: 41.66666667%;
	}
	.dashboard-col-lg4 {
	  width: 33.33333333%;
	}
	.dashboard-col-lg3 {
	  width: 25%;
	}
	.dashboard-col-lg2 {
	  width: 16.66666667%;
	}
	.dashboard-col-lg1 {
	  width: 8.33333333%;
	}
	.entry-edit .dashboard-col-6 {width: 50%;}
	.entry-edit .dashboard-col-6:last-child {width: 50%;}


}

/*@media only screen and (max-width: 1599px) {

}*/
@media only screen and (min-width: 1800px){
	.dashboard-col-lg1, .dashboard-col-lg2, .dashboard-col-lg3, .dashboard-col-lg4, .dashboard-col-lg5, .dashboard-col-lg6, .dashboard-col-lg7, .dashboard-col-lg8, .dashboard-col-lg9, .dashboard-col-lg10, .dashboard-col-lg11, .dashboard-col-lg12 {
	  position: relative;
	  min-height: 1px;
	  padding-right: 15px;
	  padding-left: 15px;
	  float: left;
	}
	.dashboard-col-lg12 {
	  width: 100%;
	}
	.dashboard-col-lg11 {
	  width: 91.66666667%;
	}
	.dashboard-col-lg10 {
	  width: 83.33333333%;
	}
	.dashboard-col-lg9 {
	  width: 75%;
	}
	.dashboard-col-lg8 {
	  width: 66.66666667%;
	}
	.dashboard-col-lg7 {
	  width: 58.33333333%;
	}
	.dashboard-col-lg6 {
	  width: 50%;
	}
	.dashboard-col-lg5 {
	  width: 41.66666667%;
	}
	.dashboard-col-lg4 {
	  width: 33.33333333%;
	}
	.dashboard-col-lg3 {
	  width: 25%;
	}
	.dashboard-col-lg2 {
	  width: 16.66666667%;
	}
	.dashboard-col-lg1 {
	  width: 8.33333333%;
	}
}



