.esolution-view .button {
	margin: 0;
	width: 100%;
}
.esolution-view li .button {
	 margin-bottom: 1rem;
 }
.esolution-view li:last-child .button {
	margin-bottom: 0;
 }

.esolution-view .popup_form {
    display:none;
    position: fixed;
    z-index: 1000;
    min-height: 300px;
    height: auto;
    /*max-width: 50%;*/
    width: 50%;
    background: white;
    top: 35%;
    left: 50%;
    margin-left: -25%;
    margin-top: -15em;
    box-shadow: 0 0 0 2038px rgba(0,0,0,.5);
    -webkit-transition: 1s;
    border-radius: 5px;
    padding: 1em;
}

span.campus, span.term, span.program {
	background: #666;
	color: #FFF;
	padding: 0.5em;
	margin-top: 5px;
	display: inline-block;
}

.course_details {
	margin-top: 0.6em;
}

div.above_campus {
    margin-bottom: 0.25em;
}

span.title {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
    padding-top: 1em;
}

span.current_adoption_counter {
	background: #666;
	color: #FFF;
	border-radius: 1em;
	padding: .2em .5em .2em .5em;
	margin: 0em 0em 0em .5em;
	font-weight: bold;
}
.esolution-view ul.tabs li {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: none;
	border-bottom: 1px solid #ccc;
}
.esolution-view ul.tabs li.active {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
}
.esolution-view ul.tabs li:last-child {
	border-right: 1px solid #ccc;
}

.esolution-view ul.tabs li.active {
	/*font-weight: bold;*/ /* Removed because one row of tabs became two rows. */
}

.esolution-view li.tab-title
{
	display:inline-block; 
	white-space: nowrap;
}


.esolution-view .tab-title > a
{
	color: #666 !important;
}
.esolution-view .tab-title.active > a
{
	color: #000 !important;
}

.esolution-view label.email_label {
    display: none;
}

.esolution-view span.cover {
	display: inline-block;
	background: #eee;
	border: 1px #666 solid;
	margin-top: 0.2em;
	padding: 0.3em 0.5em 0.2em 0.5em;
}

.esolution-view a.original_submission {
	display: inline-block;
	background: #9f6;
	border: 2px #00673e solid;
	color: #00673e;
	margin-top: 0.2em;
	padding: 0.2em 0.3em 0.1em 0.3em;
}

.esolution-view p.esol-form {
	margin: 0;
}
p.esol-form.heading {
	display: inline-block;
	width: 20%;
	font-weight: bold;
}
p.esol-form.value {
	display: inline-block;
	width: 79%;
}

span.cancelled, p.value.status_cancelled {
	display: inline-block;
	background: #f5a2b0;
	border: 2px red solid;
	color: red;
	margin-top: 0.2em;
	padding: 0.2em 0.3em 0.1em 0.3em;
	width: auto;
}

span.new, p.value.status_new {
	display: inline-block;
	background: #b0a2f5;
	border: 2px blue solid;
	color: blue;
	margin-top: 0.2em;
	padding: 0.2em 0.3em 0.1em 0.3em;
	width: auto;
}

p.esol-form.heading-long {
	width: 100%;
}


@media print {
	body * {
		visibility: hidden;
		height: 0;
	}
	.esolution-view * {
		visibility: visible;
		height: auto;
	}
    .esolution-view nav.top-bar {
        visibility: hidden;
        height: 0;
    }
    .esolution-view div.oca-form * {
        visibility: hidden;
        height: 0;
    }
    span.campus, span.term, span.program {
        border: 1px #000 solid;
    }
    button.process-button *, button.process-button {
        visibility: hidden;
        height: 0;
    }
}

.empty_listing {
    text-align: center;
    padding-top: 3em;
    padding-bottom: 10em;
    display:block
}
.esolution-view .title-area li, .top-bar-section li {
/*	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
}
