.acp-body .acp-left {
	float: left;
}
.acp-body .acp-right {
	float: right;
}

.acp-body .acp-caps {
	text-transform: uppercase;
}

.acp-body .ph-text {
	font-style: italic;
}

.acp-body span.light {
	font-weight: normal;
}
.acp-body label.light {
	font-weight: normal;
}

.acp-textarea {
	width: 100%;
	min-height: 200px;
}

.acp-body .row label {
	margin-top: 10px;
	float: left;
	width: 100%;
}
.acp-classroom-options .row label {
	margin-bottom: 10px;
	float: left;
	width: 50%;
}
.acp-body .row.light label {
	font-weight: normal;
}
.acp-body .row select {
	float: left;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 7px 10px;
	box-sizing: border-box;
	margin: 5px;
}
.acp-body .row input[type='text'] {
	float: left;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 7px 10px;
	box-sizing: border-box;
}
.acp-body .row input[type='file'] {
	float: left;
}
.acp-body .row input[type='password'] {
	float: left;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 7px 10px;
	box-sizing: border-box;
}
.acp-body .row textarea {
	float: left;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 7px 10px;
	box-sizing: border-box;
	height: 150px;
}
.acp-body .row input[type='checkbox'] {
	float: left;
	margin-right: 10px;
}
.acp-body .row input[type='submit'] {
	background: #2B8FA7;
	font-size: 0.7em;
	color: #FFFFFF;
	padding: 8px 18px;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.acp-body .row input[type='submit']:hover {
	background: #4BACC1;
}

.acp-body a.submit-link {
	background: #2B8FA7;
	font-size: 0.7em;
	color: #FFFFFF;
	padding: 8px 18px;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    text-transform: uppercase;
}
.acp-body a.submit-link:hover {
	background: #4BACC1;
}
.acp-body a.acp-transferred {
	background: #41B649;
	font-size: 0.7em;
	color: #FFFFFF;
	padding: 8px 18px;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    text-transform: uppercase;
}
.acp-body a.acp-transferred:hover {
	background: #4BACC1;
}
.acp-body a.acp-removed {
	background: #a83131;
	font-size: 0.7em;
	color: #FFFFFF;
	padding: 8px 18px;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    text-transform: uppercase;
}
.acp-body a.acp-removed:hover {
	background: #4BACC1;
}

/* Width Styles */
.acp-5 {
	width: 5%;
}
.acp-10 {
	width: 10%;
}
.acp-15 {
	width: 15%;
}
.acp-20 {
	width: 20%;
}
.acp-25 {
	width: 25%;
}
.acp-30 {
	width: 30%;
}
.acp-40 {
	width: 40%;
}
.acp-50 {
	width: 50%;
}
.acp-75 {
	width: 75%;
}
.acp-80 {
	width: 80%;
}
.acp-90 {
	width: 90%;
}
.acp-100 {
	width: 100%;
}

/* Tables */
.acp-body table {
	border-top: 1px solid #CCCCCC;
	font-size: 1em;	
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
}
.acp-body tr {
	background: #FFFFFF;	
	border-left: 1px solid #CCCCCC;
}
.acp-body tr:nth-child(1) { /* The first row */
	border-left: 1px solid #21759a;
	border-top: 1px solid #21759a;
}
.acp-body tr:nth-child(2n) { /* Every 2nd row */
	background: #EEEEEE;
}
.acp-body tr:nth-last-child(1) { /* The last row */
	border-bottom: 1px solid #CCCCCC;
}
.acp-body tr:hover {
	background: #DDDDDD;
}
.acp-body th {
	background: #21759a;
	color: #FFFFFF;
	border-bottom: 1px solid #21759a;
	border-right: 1px solid #3883a4;
	padding: 12px;	
	font-weight: normal;
	text-align: left;
}
.acp-body tr th:nth-last-child(1) { /* The last th of each row */
	border-right: 1px solid #21759a;
}
.acp-body td {
	border-bottom: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	padding: 12px;
}
.acp-body tr td:nth-last-child(1) { /* The last td of each row */
	border-right: 1px solid #CCCCCC;
}

.acp-body th.center {
	text-align: center;
}
.acp-body td.center {
	text-align: center;
}
.acp-body td.center {
	text-align: center;
}
.acp-body td.grey {
	color: #9c9c9c;
}
.acp-body td.old-student {
	background: #D16E6E;
}
.acp-body tr:hover td.new-student {
	background: #DDDDDD;
}
.acp-body tr:hover td.old-student {
	background: #DDDDDD;
}

/* ACP Admin */
.acp-admin {
	
}
.acp-admin select {
	width: 200px;
	height: auto;
}





.acp-course-material-file {
	float: left;
	padding: 6px 10px;
	background: #fff;
	border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	display: table;
}
.acp-course-material-file-breaker {
	width: 100%;
	float: left;
	height: 1px;
}
.acp-course-material-file .acp-file-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.acp-course-material-file .acp-file-name {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #444;
	font-weight: bold;
}
.acp-course-material-file .acp-file-name:hover {
	text-decoration: underline;
}

.acp-green {
	color: #41B649;
}
.acp-orange {
	color: #FC7F19;
}
.acp-red {
	color: #a83131;
}

.acp-required {
	color: #a83131 !important;
}
.acp-body .hide-expired-courses {
	display:none;
}