@media(max-width:767px) {

	.mobileDateRight {
		float:none !important;
		width: 100%;
		display: block;
	}
	.mobileDateRight input {
		width: 100% !important;
		text-align: center !important;
		border-bottom: none !important;
	}
	.visibleMobilePhone {
		display: none;
	}
	.visibleMobilePhoneContainer {
		vertical-align: middle !important;
	}
	.visibleMobilePhoneContainer i {
		margin-right:0px !important;
	}
	.reportH1 {
		text-align: center !important;
	}
	.reportDetails label {
		font-size: 14px !important;
	}
	.mainBack {
		border:none;
		padding: 15px 15px;
	}
	.breadcrumb {
		display: none;
	}
	body > div.navbar {
		margin: 0;
		margin-bottom:15px;
	}
	h1.page-header {
		font-size: 18px;
		line-height: 39px;
	}
	.xs-mb-20 {
		margin-bottom: 20px;
	}
	div.container {

	}
	.navbar-toggle {
	    background: none;
	    margin: 8px;
	    margin-right: 15px;
	}
	.navbar-toggle .icon-bar {
		background: #fff;
		width: 30px;
    	height: 6px;
	}
	.navbar-toggle:hover .icon-bar {
	    background: #e1733e;
	}
	body > div.navbar a {

	}
	.dashboard-box  {
		margin-bottom:15px;
	}
	div.shoutbox.small div.content {
		padding-bottom:0px;
		padding-top:30px;
	}
}
@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)  {
}