body {
	background: unset;
}

/* Increase sidebar width slightly to allow ORDDD text display adequately */
.dokan-dashboard .dokan-dash-sidebar {
	width: 19% !important;
}

.dokan-dashboard .dokan-dashboard-content {
	width: 81% !important;
}

/* Make page view full-width to display Vue interfaces */
@media (min-width: 768px) {
	.col-full {
		max-width: none!important;
	}

	.dokan-dashboard .dokan-dash-sidebar {
		width: 17% !important;
	}
	
	.dokan-dashboard .dokan-dashboard-content {
		width: 83% !important;
	}
}

.orddd-page-navigation{
	float: right;
	padding: 4px 10px;
	border-radius: 4px;
	border: 1px solid #eee;
	margin-right: 4px;
	background: #1c2b36;
	transition: 0.3s ease-in-out;
	font-size: 14px;
	font-weight: 200;
	color: #eee;
}
.orddd-page-navigation:hover{
	background: #fff;
	color: #1c2b36;
}

 #orddd-page-header{
	width:100%;
	padding: 15px 20px 5px 20px;
	display: table;
	vertical-align: middle;
	margin-top: 20px;
}

div#orddd-page-header h2 {
    font-size: 18px;
    line-height: 20px;
    display: table-cell;
    float: left;
    font-weight: 600;
    color: #2d4e4c;
    margin-top: 6px;
    margin-bottom: 15px;
    width: auto;
    padding: 0;
    clear: none;
    font-style: italic;
}

#orddd-page-body{
	width:100%;
	margin-top: 20px;
	padding: 15px 20px 5px 20px;	
	vertical-align: middle;
}

.orddd-page-content{
	background: white;
	border: 1px solid #eee;
	border-radius: 3px;
	-webkit-box-shadow: 0 3px 2px #ccc;
	box-shadow: 0 3px 2px #ccc;
	padding: 10px;
}

div#orddd-page-body h2 {
	float: none;
}

.orddd-dashboard-container .orddd-content{
	background: white;
	border: 1px solid #eee;
	border-radius: 3px;
	-webkit-box-shadow: 0 3px 2px #ccc;
	box-shadow: 0 3px 2px #ccc;
}

.orddd-dashboard-container .orddd-content a {
	text-decoration:none!important;
}

.orddd-container-box{
	display: table;
	width: 100%;
}

.orddd-content-middle{
	margin: 0 2% !important;
}

.orddd-content{
	display: inline-block;
	width: 29%;
	margin: 2%;
	text-align: center;
}

.orddd-page-box{
	margin : 12% 0;
}

.orddd-page-heading{
	text-align: center;
	margin-top: 20px;
}

.orddd-page-heading > h2{
	display: block !important;
	float: none !important;
	color: #555;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}

.orddd-page-icon{
	font-size: 40px !important;
}

.orddd-page-icon .dashicons{
	font-size: 40px !important;
}

.tbl-delivery-schedule table tr:nth-of-type(odd) {
	background: unset!important;
}
table:not( .has-background ) tbody td {
    background-color: unset !important;
}