*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body { margin: 0; }

.columnsContainer, footer, header { position: relative; margin: .5em; }

.leftColumn, .rightColumn, footer, header {  border: 1px solid  #ccc; padding: 1.25em; }

.leftColumn { margin-bottom: .5em; }

.nav {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}

.nav > li,
.nav > li > a {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.inline-items {
	margin-top: 0;
}

.inline-items li {
	margin-left: 0;
	border-left: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
}

.inline-items li:first-child {
	margin-left: 0;
	border: none;
	padding-left: 0;
	padding-right: 10px;
}

.inline-items li:last-child {
	padding-right: 0;
}


/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
	.leftColumn { margin-right: 29.5em; }
	.rightColumn { position: absolute; top: 0; right: 0; width: 28.75em; }   
}

/* The following is general styles */

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    line-height: 1.4em;
	background: #FFFFFF none repeat scroll 0 0 !important;
}

span.screen-reader-text {
	display:none;
}

.ld-propanel-widget a {
	color: #000000;
}

/*
.ld-propanel-widget-progress-chart .propanel-admin-row .col-1-2 {
	width: 100%;
	margin-bottom: 15px;
}

.ld-propanel-widget-progress-chart div.propanel-admin-row div.col-1-2:first-child div.title,
.ld-propanel-widget-progress-chart div.propanel-admin-row div.col-1-2:last-child div.title {
	width: 100%;
	margin-left: 0;
}
.ld-propanel-widget-progress-chart div.propanel-admin-row div.col-1-2:first-child div.title:after {
	border: 0;
}
*/

.ld-propanel-widget-activity .report-header .report-exports button {
	line-height: 24px;
}

.ld-propanel-widget-reporting table.ld-propanel-reporting-table-groups-widget th.ld-propanel-reporting-col-checkbox,
.ld-propanel-widget-reporting table.ld-propanel-reporting-table-courses-widget th.ld-propanel-reporting-col-checkbox {
	min-width: 4%;
	width: 10px;
}
