@media(max-width:767px) {
	.mainBack {
		border:none;
		padding: 15px 15px;
	}
	.breadcrumb {
		display: none;
	}
	body > div.navbar {
		margin: 0;
	}
	h1.page-header {
		font-size: 18px;
		line-height: 39px;
	}
	.xs-mb-20 {
		margin-bottom: 20px;
	}
	.navbar-toggle {
		margin:13px;
		background: #fff;
	}
	.navbar-toggle .icon-bar {
		background: #ea4335;
	}
	.navbar-toggle:hover .icon-bar {
		background: #ea4335;
	}
	.cheet-hide {
		display:none !important;
	}
	.cheet-show {
		display:none !important;
	}
	.dashboard-table.condensed tbody tr td label input {
		display:none;
	}
	.dashboard-table.condensed tbody tr td {
		text-align: center;
	}
	.btn-mobile-padding {
		padding: 10px 15px;
	}
	.mobile-overflow {
		overflow-x:scroll;
		margin:0px 15px;
	}
	.mobile-top-overflow {
		position: relative;
		overflow-x:hidden;
		margin:0px -15px;
	}
	.mobile-top-overflow .shadow-box {
    width: 30px;
    height: 780px;
    display: block;
    position: absolute;
    right: -30px;
    top:30px;
    box-shadow: -30px 0px 30px 0px rgba(0,0,0,0.5);
	}
	.mobile-overflow table{
		width: 100%;
	}
	.wp-th {
		font-size: 16px;

	}

	.wp-15 {
		min-width: 200px;
	}
	.wp-10 {
		min-width: 150px;
	}
	.wp-18 {
		min-width: 230px;
	}
	.wp-9 {
		min-width: 140px;
	}
	.wp-6 {
		min-width: 110px;
	}
	.btn-bt-xs {
	margin-bottom: 15px;
}
.show-only-xs {
	display: inline;
}
}
@media only screen and (min-width:768px) and (max-width:992px) {
}
@media only screen and (min-width:993px) and (max-width:1200px) {
}
@media only screen and (min-width:1201px)  {
}