
/**
 * Custom styles for College of Engineering
 *
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */

html body.admin-menu-with-shortcuts {
    margin-top: 170px !important;
}

html { overflow-y: inherit; }


/* Increase the default font size on small touch devices */
body {
  font-size: 100%;
}

/* umass banner */

a#wordmark, .block-google-appliance, .quicklinks { 
	float: none;
}

a#wordmark {
	display: inline-block !important;
	margin-bottom: 1em;
	
}

#umass-banner {
	text-align: center;
}

#site-name,
#site-slogan {
	margin:0 .25em;	
	padding:.5em 0;
	font-size: 1.8em;
	text-align: center !important;
}

.region-sidebar-second {
	padding:0 10px;
}

        
#umass-banner form {
}


.region-header {
    float: none;
    margin: 0;
}
#block-menu-menu-utility-links {
	margin-top: 1em;
}
.region-header ul.menu{
	text-align: center;
}



/* flexslider */


.flex-caption.Top-Left,
.flex-caption.Top-Right,
.flex-caption.Bottom-Left,
.flex-caption.Bottom-Right {
	background-color: rgba(135,28,28,1);
	top:auto;
	right: auto;
	bottom: auto;
	left: auto;
	position: relative;
	margin:0;
	padding:1em;
	display: block;
	width: 100%;
	
}
.flex-caption-inner {
	padding:1em;
}

#content-wrapper > .container { margin-top: 1em; padding-top: 0; }

#breadcrumb-wrapper { display: none; }

#page-title { 
	margin: 0;
	font-size: 1.8em;
}

/* responsive tables */

table { 
	font-size: 80%;
	line-height: 1.3;
}

.view-content table, 
.view-content thead, 
.view-content tbody, 
.view-content th, 
.view-content td, 
.view-content tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.view-content thead tr,
	.view-content tr th { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.node-content tr { border: 1px solid #ccc; }
	
	.view-content td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
/* 		padding-left: 25%;  */
	}

	.view-content td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 5px;
		left: 6px;
		width: 20%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align: right;
		font-weight: bold;
	}
	
/*
	Simple-Layout Adjustments
*/
.umur-layout-grid .umur-col--20,
.umur-layout-grid .umur-col--25,
.umur-layout-grid .umur-col--33,
.umur-layout-grid .umur-col--40,
.umur-layout-grid .umur-col--60,
.umur-layout-grid .umur-col--75,
.umur-layout-grid .umur-col--80 {
  clear: left;
  width: 100%;
  float: none;
  display: block; }

.umur-col--container .inner,
.umur-layout-grid .inner {
  margin: 0; }

.umur-layout-grid .umur-col--50 .alpha .inner,
.umur-layout-grid .umur-col--50.alpha .inner {
  margin-right: 10px; }
.umur-layout-grid .umur-col--50 .omega .inner.
.umur-layout-grid .umur-col--50.omega .inner {
  margin-left: 10px; }

.umur-layout-grid [class*="umur-col--"]:last-of-type {
	padding-right:1em;
}


.umur-equal-height .block-inner {
	min-height: initial !important;
}

/*narrow calendar fixes*/
.mini.empty {
	display:none;
}

.view .calendar-calendar .mini {
	font-size: 100%;
	font-size: 1em;
	width: inherit;
}

.view .calendar-calendar table tr {
	border:none;
}

.view .calendar-calendar table td.mini {
	padding: 1em;
	border: solid 1px grey;
	text-align: center;
	width: inherit;
}

.view .date-nav .pager {
	padding: 1em 0 0;
	float:none;
}

.view .date-nav-wrapper .date-next,
.view .date-nav-wrapper .date-prev {
	display:inline-block;
	position: relative;
}

.calendar-calendar td {
	width: auto;
}

.calendar-calendar .month-view .full tr.single-day .no-entry, .calendar-calendar .month-view .full tr.single-day .no-entry .inner {
    height: auto !important;
    line-height: normal;
}

.field-name-field-profile-image.view-mode-full {
	float:none;
}

.view-content .calendar-calendar table{		display: table; 
} 
.view-content .calendar-calendar thead{display: table-header-group;}
.view-content .calendar-calendar thead tr, 
.view-content .calendar-calendar tr th {
    position:relative;
    top: auto;
    left: auto;
} 
.view-content .calendar-calendar tbody{display: table-row-group;} 
.view-content .calendar-calendar th{display: table-cell;} 
.view-content .calendar-calendar td{display: table-cell;border: 1px solid #ccc;}  
.view-content .calendar-calendar tr { 
		display: table-row; 
	}