﻿/********** Custom SharePoint 2013 Responsive - HMMC **********/



#sideNavBox{display: none;}
#contentBox{min-width: 0px; padding: 0px; border: 0px #FFF solid; background-color: transparent; margin: -20px 20px 20px 20px; }


/********** Tablet Landscape (All Screens Up to 1024px) **********/
@media only screen and (max-width: 1024px){	
	#s4-ribbonrow{display: none !important;}
}


/********** Tablet Portait (All Screens Up to 768px) **********/
@media only screen and (max-width: 768px){
/* Body */
	body{overflow: auto}
	
/* Ribbon Row */
	#s4-ribbonrow{display: none;}
	
/* Header Section */
	#titleAreaBox{margin: 0px; display: block;}
	#s4-titlerow{display: table !important; width: 100% !important; border-bottom: 0px #FFF solid !important; background-color:transparent !important;}
	#titleAreaRow{display: block;}

/* Logo */
	#siteIcon{
		line-height: normal;
		width: 192px;
		height: 103px;
		margin-left: 10px;
		margin-right: 20px;
		position: relative;
		top: -6px;
	}
	#siteIcon a{
		width: 192px;
		height: 103px;
	}
	#siteIcon img{
	}

/* Top Links */
	#suiteBar{display: none;}

/* Header Section */
	#titleAreaBox{margin: 0px; display: block;}
	#s4-titlerow{display: table !important; width: 100% !important;}
	#titleAreaRow{display: block;}
	
/* Search */
	.ms-mpSearchBox{padding-top: 0px; position: absolute; top: 0px; height: 0px; display: none}
	.ms-mpSearchBox, #searchInputBox{float: none; width: 100%; background-color: #002663;}
	#SearchBox{padding: 10px;}
	.ms-srch-sb{width: 100%; display: table; background-color:#FFF;}
	.ms-srch-sb>input{
		height:25px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 5px;
		width: 100%;
		background-color: transparent;
		display: table-cell;
	}
	.ms-srch-sb-navLink,.ms-srch-sb-searchLink{
		display: table-cell;
	}

/* Logo */
	#siteIcon{float: left; padding-left: 10px; margin-right: 0px; margin-top: 0px !important; line-height:normal !important;}
	
/* Navigation and Page Title */
	.ms-breadcrumb-box{padding-top: 0px; margin-left: 230px; width: auto; margin-bottom: -35px; height: 100%;}
	#titleAreaRow .ms-tableCell{display: block; margin-top: 50px;}
	
	
/* Main Navigation */
	.ms-breadcrumb-top{white-space: normal;}

/* Left Navigation */
	#sideNavBox{display: none;}


/* Bottom Section Container */
	.ms-core-overlay{background-color: transparent; background-image: none;}
	#s4-workspace{overflow: visible; height: 100% !important; width: 100% !important;}

/* Content Area */
	#contentRow{padding-top: 0px;}
	#contentBox{min-width: 0px; padding: 0px; border: 0px #FFF solid; background-color: transparent;margin: 20px; }
	
/* Content Area - List View Hide Columns */
	.ms-vh, .ms-vb-user{
		display: none;
	}

}





.ms-dialog body{background-image: none !important;}
.ms-dialog #s4-titlerow{display: none !important;}
.ms-dialog #contentBox{background-image: none !important;}

