/* CUSTOM COLORS - IN THE FUTURE, THIS COULD BE A COMMON FEATURE */

.attendance-custom-color-light {
	color: black;
}
.attendance-custom-color-dark {
	color: white;
}
.attendance-custom-color-white {
	background-color: #FFFFFF;
}
.attendance-custom-color-black {
	background-color: #000000;
}
.attendance-custom-color-dark-gray {
	background-color: #A9A9A9;
}
.attendance-custom-color-dark-red {
	background-color: #8B0000;
}
.attendance-custom-color-hot-pink {
	background-color: #FF69B4;
}
.attendance-custom-color-light-pink {
	background-color: #FFB6C1;
}
.attendance-custom-color-dark-orange {
	background-color: #FF8C00;
}
.attendance-custom-color-light-orange {
	background-color: #FFDAB9;
}
.attendance-custom-color-yellow {
	background-color: #FFD700;
}
.attendance-custom-color-light-yellow {
	background-color: #FFFACD;
}
.attendance-custom-color-dark-green {
	background-color: #006400;
}
.attendance-custom-color-light-green {
	background-color: #90EE90;
}
.attendance-custom-color-dark-blue {
	background-color: #000080;
}
.attendance-custom-color-blue {
	background-color: #00BFFF;
}
.attendance-custom-color-light-blue {
	background-color: #ADD8E6;
}
.attendance-custom-color-dark-purple {
	background-color: #4B0082;
}
.attendance-custom-color-purple {
	background-color: #663399;
}
.attendance-custom-color-light-purple {
	background-color: #DDA0DD;
}
.attendance-custom-color-brown {
	background-color: #8B4513;
}
.attendance-custom-color-light-brown {
	background-color: #DEB887;
}

/* END CUSTOM COLORS */

/* SCROLLER */

.attendance-portlet .attendance-scroll-selector {
	display: flex;
}

.attendance-portlet .attendance-scroll-selector > button {
	background: none;
	border: none;
	font-size: xx-large;
	z-index: 3;
}

.attendance-portlet .attendance-scroll-selector-viewpane {
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;
	height: 100px;
	width: 100%;
	position: relative;
}


.attendance-portlet .attendance-scroll-selector-viewpane-left-fade,
.attendance-portlet .attendance-scroll-selector-viewpane-right-fade {
	position: absolute;
	width: 2%;
	height: 100%;
	z-index: 2;
}

.attendance-portlet .attendance-scroll-selector-viewpane-left-fade {
	left: 0;
	background: linear-gradient(90deg, white, transparent);
}

.attendance-portlet .attendance-scroll-selector-viewpane-right-fade {
	right: 0;
	background: linear-gradient(90deg, transparent, white);
}


.attendance-portlet .attendance-scroll-selector-viewpane > ul {
	position: absolute;
	margin: 0px;
	padding: 2px 0px;
}

.attendance-portlet .attendance-scroll-selector-viewpane > ul > li {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top
}

.attendance-portlet .attendance-scroll-selector-viewpane > ul > li > button {
	padding: 15px;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
}

/* END SCROLLER */

.attendance-portlet .attendance-main-grading-screen .main-grading-code-entry-launch-container {
	background-color: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000000;
	overflow-y: auto;
}

.attendance-portlet .attendance-status-timer-increment-next-status-button,
.attendance-portlet .attendance-status-timer-countdown-alert-button,
.attendance-portlet .attendance-close-code-entry-button {
	display: none;
}

.attendance-portlet .attendance-main-grading-screen .main-grading-code-entry-text-large {
	font-size: large;
}

.attendance-portlet .attendance-main-grading-screen .attendance-method-code-entry-button-container-active {
	margin-top: -4px;
}

.attendance-portlet .main-grading-code-entry-launch-display-print-link {
	cursor: pointer;
}

.attendance-portlet .attendance-code-entry-display-margin-t-sm {
	margin-top: 3px;
}

.attendance-portlet .attendance-status-timer-mark-as-label {
	margin-right: 5px;
	vertical-align: middle;
}

.attendance-portlet .attendance-code-entry-display-margin-t-md {
	margin-top: 15px;
}

.attendance-portlet .attendance-code-entry-display-box {
	height: 100px;
	line-height: 75px;
}

.attendance-portlet .attendance-code-display-loading-bar-animate-container {
	margin-top: -10px;
	background: whitesmoke;
}

.attendance-portlet .attendance-code-display-loading-bar {
	background: gray;
	height: 10px;
	width: 1px;
}

.attendance-portlet .attendance-code-display-write-code {
	font-size: 26px;
}

.attendance-portlet .attendance-qr-code-image-container img {
	margin: 20px auto 0 auto;
}

.attendance-portlet .attendance-code-entry-display-handle-loading-graphic-button,
.attendance-portlet .attendance-code-entry-display-handle-loading-graphic-generate-new-code-button {
	display: none;
}

.attendance-portlet .attendance-grading-status-marker-code-entry-display {
	height: 30px;
	width: 30px;
	border-width: 0px;
	border-style: solid;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.attendance-portlet .attendance-main-grading-screen .main-grading-expand-icon-button {
	display: none;
	width: 25px;
	height: 25px;
}

.attendance-portlet .attendance-main-grading-screen .main-grading-expand-icon-button-default-status {
	margin-top: 7px;
	margin-bottom: 7px;
}

.attendance-portlet .attendance-main-grading-screen .main-grading-mobile-status-container {
	width: 100%;
	display: none;
}

.attendance-portlet .attendance-main-grading-screen .main-grading-mobile-default-status-row {
	font-size: 120%;
}

.attendance-portlet .attendance-main-grading-screen .attendance-grading-status-cell-populated-hide {
	display: none;
}

.attendance-portlet .attendance-main-grading-screen .main-grading-mobile-status-row,
.attendance-portlet .attendance-main-grading-screen .main-grading-mobile-time-entry-row,
.attendance-portlet .attendance-faculty-student-overview-screen .main-grading-mobile-time-entry-row {
	text-align: center;
}

.attendance-portlet .main-grading-photo-container {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Faculty-Student Overview */
.attendance-portlet .attendance-faculty-student-overview-screen .main-grading-expand-icon,
.attendance-portlet .attendance-faculty-student-overview-screen .faculty-student-overview-mobile-element,
.attendance-portlet .attendance-faculty-student-overview-screen .mobile-default-status-icon-container-show,
.attendance-portlet .attendance-faculty-student-overview-screen .mobile-default-status-icon-container-hide {
	display: none;
}
.attendance-portlet .attendance-faculty-student-overview-screen .faculty-student-overview-mobile-element button {
	border: none;
	background: none;
}
.attendance-portlet .attendance-faculty-student-overview-screen .main-grading-mobile-status-container {
	width: 100%;
	display: none;
}
.attendance-portlet .attendance-faculty-student-overview-screen .faculty-student-overview-mobile-default-status-icon-container {
	font-size: x-small;
	display: none;
}
.attendance-portlet .attendance-faculty-student-overview-screen .attendance-grading-status-cell-excluded-hide {
	display: none;
}
/* END Faculty-Student Overview */

.attendance-portlet .attendance-main-grading-screen .main-grading-mobile-default-status-container {
	width: 100%;
	display: none;
	margin-top: 15px;
}

.attendance-portlet .attendance-main-grading-screen .main-grading-expand-icon-button-container {
	display: inline-block;
	font-size: 120%;
}

.attendance-portlet .attendance-main-grading-screen .main-grading-expand-icon-button-container button {
	background: none;
	border: none;
}

.attendance-portlet .attendance-main-grading-screen .main-grading-mobile-default-status-icon-container {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: x-small;
	display: inline-block;
}

.attendance-portlet .attendance-code-entry-form-text {
	margin-top: 8px;
}

.attendance-portlet .attendance-code-entry-method-save-success,
.attendance-portlet .attendance-code-entry-method-validation-error-message {
	margin-left: -20px;
}

.attendance-portlet .attendance-code-entry-method-save-success-display {
	margin-left: -10px;
}

.attendance-portlet .attendance-code-entry-minutes-container {
	max-width: 120px;
}

.attendance-portlet .attendance-code-entry-minutes-entry {
	width: 50px;
}

.attendance-portlet .attendance-generate-code-input {
	width: 100px;
}

.attendance-portlet .attendance-generate-code-row {
	margin-left: 1px;
}

.attendance-portlet .attendance-status-timers-form-control {
	max-width: 130px;
}

.attendance-portlet .attendance-status-timers-display-status-name-input {
	width: 130px;
	background-color: whitesmoke;
	border-color: #ababab;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	height: 34px;
	padding: 5px;
}

.attendance-portlet .attendance-code-entry-mark-as-container {
	width: 205px;
}

.attendance-portlet .attendance-portlet-settings-screen .attendance-status-timers-trigger-event-select {
	width: 185px;
}

.attendance-portlet .attendance-portlet-settings-screen .attendance-status-timers-status-values-select {
	width: 185px;
	margin-left: 12px;
}

.attendance-portlet .attendance-portlet-settings-screen .attendance-status-timers-when-select {
	width: 220px;
}

.attendance-portlet .attendance-portlet-settings-screen .attendance-status-timers-trigger-event-row {
	margin-top: 14px;
}

@media screen and (max-width: 1024px) {
	.attendance-portlet .attendance-main-grading-screen .attendance-student-grading-status-header,
	.attendance-portlet .attendance-main-grading-screen .attendance-portlet-grading-table-status-cell,
	.attendance-portlet .attendance-main-grading-screen .attendance-grading-status-cell-excluded,
	.attendance-portlet .attendance-main-grading-screen .attendance-grading-status-cell-populated {
		display: none;
	}

	.attendance-portlet .attendance-main-grading-screen .attendance-student-grading-table {
		width: 100%;
	}

	.attendance-portlet .attendance-main-grading-screen .main-grading-expand-icon-button {
		display: inline-block;
		background: none;
		border: none;
	}

	.attendance-portlet .attendance-main-grading-screen .main-grading-mobile-status-container-show {
		display: block;
	}

	.attendance-portlet .attendance-main-grading-screen .attendance-main-grading-time-entry-header,
	.attendance-portlet .attendance-main-grading-screen .attendance-main-grading-time-entry-cell {
		display: none;
	}

	.attendance-portlet .attendance-main-grading-screen .main-grading-mobile-default-status-container {
		display: block;
	}

	.attendance-portlet .attendance-portlet-settings-screen .attendance-status-timers-when-select {
		margin-top: 20px;
		margin-bottom: -25px;
		width: 220px;
	}

	.attendance-portlet .attendance-portlet-settings-screen .attendance-status-timers-trigger-event-select {
		width: 220px;
	}

	.attendance-portlet .attendance-portlet-settings-screen .attendance-status-timers-status-values-select {
		width: 185px;
		margin-left: 0px;
	}

	.attendance-portlet .attendance-portlet-settings-screen .attendance-status-timers-trigger-event-row {
		margin-top: 8px;
	}

	/* Faculty-Student Overview */
	.attendance-portlet .attendance-faculty-student-overview-screen .attendance-faculty-student-grading-status-header,
	.attendance-portlet .attendance-faculty-student-overview-screen .attendance-portlet-grading-table-status-cell,
	.attendance-portlet .attendance-faculty-student-overview-screen .attendance-faculty-overview-time-entry-cell,
	.attendance-portlet .attendance-faculty-student-overview-screen .attendance-faculty-overview-time-entry-header {
		display: none;
	}
	.attendance-portlet .attendance-faculty-student-overview-screen .attendance-student-grading-table {
		width: 100%;
	}
	.attendance-portlet .attendance-faculty-student-overview-screen .main-grading-expand-icon,
	.attendance-portlet .attendance-faculty-student-overview-screen .faculty-student-overview-mobile-element,
	.attendance-portlet .attendance-faculty-student-overview-screen .faculty-student-overview-mobile-default-status-icon-container,
	.attendance-portlet .attendance-faculty-student-overview-screen .faculty-student-overview-mobile-default-status-icon-container-show {
		display: inline-block;
	}
	.attendance-portlet .attendance-faculty-student-overview-screen .main-grading-mobile-status-container-show {
		display: block;
	}
	.attendance-portlet .attendance-faculty-student-overview-screen .attendance-student-grading-table td {
		height: 50px;
		text-align: left;
	}

	.attendance-portlet .attendance-faculty-student-overview-screen .main-grading-expand-icon-button {
		margin-top: 11px;
		margin-bottom: 11px;
	}
	.attendance-portlet .attendance-faculty-student-overview-screen .faculty-student-overview-mobile-default-status-icon-container-hide,
	.attendance-portlet .attendance-faculty-student-overview-screen .attendance-grading-status-cell-excluded {
		display: none;
	}

	.attendance-portlet .attendance-faculty-student-overview-screen .attendance-faculty-student-overview-user-name {
		padding-left: 0;
	}
	/* END Faculty-Student Overview */
}

.attendance-portlet .footable-container table {
	table-layout: auto;
}

.attendance-portlet .header-container {
	margin: 10px 0;
	padding: 10px;
}

.attendance-portlet .glyphicons-chat {
	font-size: 17px;
}

.attendance-portlet .attendance-options-admin-bar {
	padding: 5px 10px;
}

.attendance-portlet .attendance-admin-bar-info-container {
	float: right;
}

.attendance-portlet .attendance-admin-bar-info-container .attendance-admin-bar-info-container-link-container {
	padding-top: 5px;
	float: right;
}

.attendance-portlet .attendance-admin-bar-info-container .attendance-image-link > span:first-child {
	top: 3px;
	font-size: 16px;
	position: relative;
}

.attendance-portlet .attendance-options-admin-bar .attendance-label {
	padding-top: 6px;
	display: inline-block;
	font-size: 16px;
}

.attendance-portlet .attendance-layout-button {
	padding: 0px;
	margin: 3px;
}

.attendance-portlet .attendance-view-toggle-container {
	float: right;
	font-size: 16px;
}

.attendance-portlet .attendance-view-toggle-container .attendance-layout-button,
.attendance-portlet .attendance-view-toggle-container .attendance-layout-button .glyphicons {
	font-size: 26px;
}

.attendance-portlet .attendance-info-container,
.attendance-portlet .attendance-instructor-only-admin {
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.attendance-portlet .attendance-data-row-display > * {
	display: inline-block;
	vertical-align: top;
}

.attendance-portlet .attendance-session-note-container > * {
	display: inline-block;
}

.attendance-portlet .attendance-main-grading-session-selector li.selected .attendance-date-display {
	font-size: larger;
	font-weight: bold;
}

.attendance-portlet .attendance-faculty-student-overview-student-selector .attendance-faculty-student-overview-student-name {
	margin-top: 5px;
	font-size: medium;
}

.attendance-portlet .attendance-faculty-student-overview-student-selector li.selected .attendance-faculty-student-overview-student-name {
	font-size: large;
	font-weight: bold;
	margin-top: 10px;
}

.attendance-portlet .attendance-faculty-student-overview-student-selector li.selected .user-image {
	vertical-align: middle;
	position: relative;
	display: inline-block;
	width: 125px;
	height: 125px;
	margin-left: 10px;
	margin-right: 15px;
	border: none;
}

.attendance-portlet .attendance-faculty-student-overview-student-selector ul {
	display: flex;
}

.attendance-portlet .attendance-faculty-student-overview-student-selector li.selected .attendance-user-photo-container > .no-profile-image {
	font-size: 125px;
}

.attendance-portlet .attendance-main-grading-time-entry {
	position: relative;
}

.attendance-portlet .attendance-main-grading-time-entry input.form-control {
	width: 3.2em;
	font-size: large;
	display: inline-block;
}

.attendance-portlet .attendance-grading-status-marker.attendance-time-entry-complete-icon {
	border-width: 2px;
	padding-left: 2px;
	background: purple;
	color: white;
	font-size: xx-small;
}

.attendance-portlet .attendance-main-grading-time-entry .attendance-main-grading-time-entry-session-minutes {
	margin-left: 10px;
}

.attendance-portlet .attendance-main-grading-time-entry .attendance-main-grading-time-entry-saving {
	position: absolute;
	left: -40px;
	top: 2px;
}

.attendance-portlet .attendance-instructor-only-note-container {
	margin-bottom: 20px;
}

.attendance-portlet .attendance-instructor-only-admin .instructor-only-note-text-icon {
	padding: 10px;
	margin: -10px 0px;
	top: 3px;
}

.attendance-portlet .attendance-label {
	font-weight: 600;
	margin-right: 5px;
}

.attendance-portlet .attendance-student-active-range-invalid-date {
	margin-left: 0;
}

.attendance-portlet .attendance-settings-student-active-range-intructions-container {
	margin-left: 0;
	margin-right: 0;
}

.attendance-portlet .attendance-image-and-text-button {
	padding: 0px;
}

.attendance-portlet .attendance-image-and-text-button .attendance-image-and-text-button-text {
	font-weight: 600;
	text-decoration: underline;
}

.attendance-portlet .attendance-image-link {
	text-decoration: none;
	margin: 5px;
}

.attendance-portlet .attendance-image-link .attendance-image-link-text {
	font-weight: 600;
	text-decoration: underline;
}

.attendance-portlet .action-button-group button {
	margin: 8px 15px 5px 0px;
}

.attendance-portlet .attendance-expand-column-header {
	width: 25px;
}

.attendance-portlet .attendance-check-box-column-header {
	width: 25px;
}

@media screen and (max-width: 1025px) {
	.attendance-portlet .attendance-check-box-column-header {
		width: 34px;
	}
	.attendance-portlet #attendance-student-check-in-input {
		width: 60%;
		display: inline;
	}
}

.portlet-grid .portlet .attendance-portlet .form-wrapper .start-date-container,
.portlet-grid .portlet .attendance-portlet .form-wrapper .end-date-container {
	margin-right: 10px;
}

.portlet-grid .portlet .attendance-portlet .form-wrapper .at-label-container label {
	margin-right: 0px;
}

.portlet-grid .portlet .attendance-portlet .form-wrapper .display-indicator-wrapper {
	margin-bottom: 5px;
}

.attendance-portlet .attendance-manage-sessions-header .action-button-group button {
	margin-top: 0px;
	margin-bottom: 0px;
}

@media screen and (max-width: 1025px) {
	.portlet-grid .portlet .attendance-portlet .form-wrapper .form-icon {
		top: 5px;
	}
}

.attendance-portlet .footable-container table.footable th,
.attendance-portlet .footable-container table.footable td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.attendance-portlet .attendance-roll-call-student-panel {
	width: 250px;
	display: inline-block;
	margin: 10px;
	text-align: center;
}

.attendance-portlet .attendance-roll-call-student-panel .attendance-main-grading-time-entry {
	border: solid 1px lightgray;
	width: 100%;
	display: block;
	padding: 15px;
	margin: 10px;
}

.attendance-portlet .attendance-roll-call-student-panel a.attendance-roll-call-student-overview-link:focus {
	outline-offset: 0px;
}

.attendance-portlet .attendance-roll-call-student-panel .attendance-roll-call-student-photo > * {
	display: inline-block;
	font-size: 140px;
	width: 140px;
	height: 140px;
}

.attendance-portlet .attendance-roll-call-student-panel .attendance-roll-call-student-photo > .no-profile-image {
	margin-bottom: 5px;
}

.attendance-portlet .attendance-roll-call-student-name {
	font-size: 24px;
	font-weight: bold;
	padding: 2px 0px 5px 0px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}

.attendance-portlet .attendance-roll-call-student-attendance-status {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: solid 1px gray;
	border-bottom: none;
}

.attendance-portlet .attendance-roll-call-student-panel .attendance-roll-call-student-attendance-status:last-child {
	border-bottom: solid 1px gray;
}

.attendance-portlet .attendance-roll-call-student-attendance-status button {
	width: 100%;
	height: 100%;
	padding: 10px;
	border: none;
	display: flex;
	justify-content: center;
}

.attendance-portlet .attendance-roll-call-student-attendance-status button:not(.selected) {
	background: none;
}

.attendance-portlet .attendance-roll-call-student-attendance-status .glyphicons {
	font-size: 120%;
	margin: 0px 5px;
}

.attendance-portlet .attendance-roll-call-student-attendance-status-text-span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.attendance-portlet .attendance-roll-call-scroll-panel {
	display: inline-block;
	width: 75px;
}

.attendance-portlet .attendance-roll-call-scroll-panel .glyphicons {
	font-size: 200%;
}

.attendance-portlet .attendance-roll-call-scroll-panel button {
	background: none;
	border: none;
}

.attendance-portlet .attendance-roll-call-scroll-left {
	float: left;
}

.attendance-portlet .attendance-student-grading-table {
	margin-bottom: 20px;
}

.attendance-portlet .attendance-student-grading-table th > button,
.attendance-portlet .attendance-student-grading-table td > button,
.attendance-portlet .main-grading-mobile-status-row > button {
	width: 100%;
	height: 100%;
	border: none;
}

.attendance-portlet .attendance-student-grading-table th > button,
.attendance-portlet .attendance-student-grading-table td > button:not(.selected),
.attendance-portlet .main-grading-mobile-status-row > button,
.attendance-portlet .main-grading-mobile-default-status-container > button {
	background: none;
}

.attendance-portlet .main-grading-mobile-default-status-container > button {
	border: none;
	font-size: 120%;
}

.attendance-portlet .main-grading-mobile-status-row > button {
	padding: 8px;
}

.attendance-portlet .attendance-student-grading-table th,
.attendance-portlet .attendance-student-grading-table td {
	height: 80px;
	font-weight: normal;
	font-size: 120%;
	text-align: center;
}

.attendance-portlet .attendance-faculty-comment-container-div {
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}

.attendance-portlet .attendance-student-grading-table .attendance-grading-student-header {
	font-size: large;
}

.attendance-portlet .attendance-student-grading-table .glyphicon {
	font-size: 18px;
}

.attendance-portlet .attendance-student-grading-table td.attendance-portlet-grading-table-student-cell > div {
	display: flex;
	align-content: center;
	align-items: center;
	text-align: left;
	flex-wrap: wrap;
}

.attendance-portlet .attendance-student-grading-table .attendance-user-name {
	vertical-align: middle;
	white-space: nowrap;
}

.attendance-portlet .attendance-user-photo-container {
	position: relative;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.attendance-portlet .attendance-user-photo-container .icon-user-icon {
	position: relative;
	vertical-align: middle;
	font-size: 70px;
	margin-left: 10px;
	margin-right: 15px;
}

.attendance-portlet .user-image-shape {
	border-width: 0px;
}

.attendance-portlet .attendance-user-photo-container .user-image-shape {
	vertical-align: middle;
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	margin-left: 10px;
	margin-right: 15px;
	border: none;
}

.attendance-portlet .attendance-grading-status-marker {
	height: 20px;
	width: 20px;
	border-width: 0px;
	border-style: solid;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.attendance-portlet .attendance-grading-status-marker.attendance-custom-color-dark {
	border-color: white;
}

.attendance-portlet .attendance-grading-status-marker.attendance-custom-color-light {
	border-color: darkgray;
}

.attendance-portlet .attendance-user-photo-container .attendance-grading-status-marker {
	position: absolute;
	left: inherit;
	right: 15px;
	top: inherit;
	bottom: 0px;
	border-width: 1px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover,
.pagination > li > a:focus, .pagination > li > a:hover {
	z-index: 1;
}


.attendance-portlet .attendance-student-home-section-selector {
	margin-top: 20px;
}

.attendance-portlet .attendance-student-home-stats-value {
	font-weight: bold;
}

.attendance-portlet .attendance-student-home-no-sessions-message {
	margin: 20px;
}

.attendance-portlet .attendance-student-home-status-legend .attendance-grading-status-name {
	font-size: smaller;
	font-weight: bold;
	margin-top: 3px;
}

.attendance-portlet .attendance-student-home-status-legend .attendance-grading-status-marker {
	height: 30px;
	width: 30px;
	margin-right: 5px;
}

.attendance-portlet .attendance-student-grading-table td.attendance-portlet-grading-table-student-cell .glyphicons-chat {
	font-size: 20px;
	top: 5px;
	left: 5px;
}

.attendance-portlet .attendance-student-grading-table td.attendance-portlet-grading-table-status-cell {
	font-size: medium;
	font-weight: bold;
}

.attendance-portlet .attendance-student-grading-table td.attendance-portlet-grading-table-status-cell .glyphicons {
	font-size: 25px;
}

.attendance-portlet .attendance-student-grading-table td.attendance-portlet-grading-table-status-cell .glyphicons {
	font-size: 25px;
}

.attendance-portlet .attendance-student-grading-table .attendance-student-grading-status-header {
	vertical-align: top;
}

.attendance-portlet .attendance-student-grading-table .attendance-faculty-student-grading-status-header {
	vertical-align: middle;
}

.attendance-portlet .attendance-student-grading-table .attendance-student-grading-status-header .attendance-student-grading-status-text {
	font-size: large;
}

.attendance-portlet .attendance-student-grading-table .attendance-faculty-student-grading-status-header .attendance-student-grading-status-text {
	font-size: large;
}

.attendance-portlet .attendance-student-grading-table .attendance-student-grading-status-make-default {
	display: block;
	font-size: small;
}

.attendance-portlet .attendance-student-grading-table .attendance-student-grading-status-make-default input {
	margin-right: 5px;
}

.attendance-portlet .attendance-grading-loading-message {
	padding: 10px;
	height: 53px;
}

.attendance-portlet .attendance-student-home-screen .attendance-user-photo-container .icon-user-icon {
	margin-left: 5px;
	margin-right: 5px;
}

.attendance-portlet .attendance-student-home-screen .attendance-user-name {
	font-size: large;
	font-weight: bold;
}

.attendance-portlet .attendance-student-home-screen .attendance-student-stats-button {
	background: none;
	border: none;
}

.attendance-portlet .attendance-student-home-screen .attendance-student-stats-button .glyphicons-chevron-up,
.attendance-portlet .attendance-student-home-screen .attendance-student-stats-button .glyphicons-chevron-down {
	font-size: xx-small;
}

.attendance-portlet .attendance-student-home-screen .attendance-student-stats ul {
	margin: 10px 10px 0px 10px;
}

.attendance-portlet .attendance-student-home-screen .attendance-student-stats li {
	display: inline-block;
	padding: 5px;
}

.attendance-portlet .attendance-student-home-screen .attendance-student-stats button.selected {
	font-weight: bold;
	color: #000000;
}

.attendance-portlet .attendance-student-home-screen .attendance-session-selector-header {
	font-size: larger;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}

.attendance-portlet .attendance-student-home-screen .attendance-session-selector {
	display: flex;
	align-items: center;
}

.attendance-portlet .attendance-student-home-session-selector li.selected .attendance-date-display {
	font-size: larger;
	font-weight: bold;
}

.attendance-portlet .attendance-student-home-session-selector li > button .glyphicons {
	font-size: x-small;
	margin-right: 5px;
}

.attendance-portlet .attendance-student-home-session-selector li > button .glyphicons.attendance-time-entry-complete-icon,
.attendance-portlet .attendance-student-home-session-date .glyphicons.attendance-time-entry-complete-icon {
	border: none;
	padding: 0px;
	margin-right: 5px;
	font-size: x-small;
}

.attendance-portlet .attendance-student-home-session-date .glyphicons.attendance-time-entry-complete-icon {
	padding-left: 2px;
}

.attendance-portlet .attendance-student-home-session-info {
	margin-top: 10px;
}

.attendance-portlet .attendance-student-session-check-in-container {
	width: 340px;
}

.attendance-portlet .attendance-student-home-session-info .alert-container {
	margin-left: 0px;
	margin-right: 0px;
}

.attendance-portlet .attendance-student-home-session-info .attendance-date {
	font-size: larger;
	font-weight: bold;
}

.attendance-portlet .attendance-student-home-sessions.drawer .drawer-container .header-container .heading {
	font-size: large;
}

.attendance-portlet .attendance-student-home-sessions .heading-description {
	font-weight: bold;
}

.attendance-portlet .attendance-student-home-sessions .attendance-student-home-status-legend {
	margin-top: 5px;
	margin-bottom: 5px;
}

.attendance-portlet .attendance-student-home-sessions .attendance-student-home-status-legend li {
	margin-right: 15px;
	display: inline-flex;
	align-items: center;
}

.attendance-portlet .attendance-student-home-all-sessions .footable-container {
	margin-top: 0px;
}

.attendance-portlet .attendance-student-home-all-sessions .footable-container table {
	border-left: 0px;
	border-right: 0px;
}

.attendance-portlet .attendance-student-home-all-sessions .footable-container tr > th:first-child,
.attendance-portlet .attendance-student-home-all-sessions .footable-container tr > td:first-child {
	border-left: 0px;
}

.attendance-portlet .attendance-student-home-all-sessions .footable-container tr > th:last-child,
.attendance-portlet .attendance-student-home-all-sessions .footable-container tr > td:last-child {
	border-right: 0px;
}

.attendance-portlet .attendance-student-home-all-sessions .attendance-label {
	font-weight: bold;
}

.attendance-portlet .attendance-student-home-session-date .attendance-grading-status-marker {
	margin-right: 5px;
	font-size: x-small;
}

.attendance-portlet .attendance-student-home-session-note > * {
	vertical-align: top;
	display: inline-block;
}

.attendance-portlet .attendance-student-home-faculty-comment > * {
	vertical-align: top;
	display: inline-block;
}

.attendance-portlet .attendance-student-home-session-note .attendance-session-note-display p:last-of-type {
	margin-bottom: 0px;
}

.attendance-portlet .attendance-student-home-all-sessions .attendance-grading-disabled-message {
	margin: 0px;
	margin-bottom: 10px;
}

.attendance-portlet .attendance-multiple-sessions-every-selectbox {
	max-width: 120px;
}

.attendance-portlet .attendance-multiple-sessions-every-textbox {
	max-width: 50px;
}

.attendance-portlet .attendance-multiple-sessions-on-indicator-selectbox-container {
	margin-left: 30px;
	margin-top: -25px;
}

.attendance-portlet .attendance-multiple-sessions-month-textbox {
	max-width: 70px;
}

.attendance-portlet .attendance-multiple-sessions-duration-textbox {
	max-width: 70px;
}

.attendance-portlet .attendance-multiple-sessions-datetime-separator {
	padding-left: 6px;
	padding-right: 6px;
}

.attendance-portlet .attendance-edit-single-sessions-delete-btn {
	margin-right: 15px !important;
}

.attendance-portlet .attendance-edit-sessions-trash-button,
.attendance-portlet .attendance-code-generate-button {
	background-color: transparent;
	border: none;
}
.attendance-portlet .attendance-code-generate-button {
	vertical-align: baseline;
}

.attendance-portlet .attendance-comment-action-button {
	background-color: transparent;
	border: none;
}

.attendance-portlet .code-entry-text-large {
	font-size: large;
}

.attendance-portlet .attendance-settings-notifications-header-message-container {
	margin-left: -10px;
}

.attendance-portlet .attendance-settings-notifications-amount-textbox {
	max-width: 50px;
	margin-left: 5px;
}

.attendance-portlet .attendance-settings-notifications-result-selectbox {
	max-width: 150px;
}

.attendance-portlet .attendance-settings-notifications-label {
	margin-top: 5px;
	margin-right: 0 !important;
}

.attendance-portlet .attendance-settings-notifications-percentage-label {
	margin-top: 5px;
	margin-right: 7px !important;
}

.attendance-portlet .attendance-settings-notifications-consecutive-label {
	margin-top: 5px;
	margin-right: 7px !important;
}

.attendance-portlet .attendance-send-notification-recipients-container {
	min-width: 310px;
}

.attendance-portlet .attendance-send-notification-by-email-container {
	max-width: 110px;
}

.attendance-portlet .attendance-send-notification-by-email-textarea-container {
	max-width: 230px;
}

.attendance-portlet .attendance-settings-notifications-validation-msg-container {
	margin-left: -15px;
}

.attendance-portlet .attendance-settings-attendance-method-screen fieldset label {
	font-size: large;
}

.attendance-portlet .attendance-legend-container {
	margin-left: 5px;
}

.attendance-portlet .attendance-add-faculty-comment-icon {
	vertical-align: text-top;
	font-size: 17px;
}

.attendance-portlet .attendance-edit-faculty-comment {
	margin-left: 2px;
}