
@media print {
   
	body {
		/*font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace !important;*/
		font-family: Century Gothic,Helvetica,Verdana !important;
		font-size: 1.3em;
	}


}


input, select, textarea, table {
	/*text-transform: uppercase !important;*/
}

.form-control::placeholder {
	color: #D0D0D0;
}

.form-control::disabled {
	background-color: #D0D0D0 !important;
}

ul.nav li.nav-item .nav-link {
	color: #FFF !important;
}

.dropdown-menu a {
	color: #212529 !important;
}

.dropdown-item .fas, .dropdown-item .far, .dropdown-item .fab {
	margin-right: 20px;
}


.main-content, table {
	font-size: .9em;
}

.dashboard-mod-name a:hover {
	text-decoration: none;
}

.module .inner-mod:hover {
	background-color: #F9F9F9;
}

.module .inner-mod:hover .fa-icon-container {
	color: #FFF;
}

.dataTables_processing {
	top: 0 !important;
    bottom: 0 !important;
    height: 99% !important;
    padding-top: 25% !important;
}

footer {
	margin-top: 50px;
}

.modal-profile-label {
	float: left;
	width: 150px;
	font-weight: 600;
}

.print-profile-label {
	float: left;
	width: 200px;
	font-weight: 600;
}

.list-label {
	float: left;
	width: 100px;
	font-weight: 600;
}

table.hover-rows tbody tr:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #007bff;
}

.dt-buttons {
	margin: 15px 0;
}

form.profile_form h5, form.manage_repair h5 {
	margin-top: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid lightgray;
}


h5.section-header {
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid lightgray;
}

.profile-image {
	max-width: 200px;
}

.gump-field {
	font-weight: bold;
}

.tooltip-inner {
    text-align: left;
    font-size: .9em;
}

.tooltip-label {
	border-bottom: 1px dashed #BEBEBE;
}

.tooltip-label:hover {
	cursor: pointer;
}

ul.password-tips {
	padding: 0;
	margin-left: 15px;
	font-size: .9em;
}

.password-info:hover {
	cursor: pointer;
}

.slot-picker-container {
	height: 250px;
}

.delete-slots {
	margin-top: -25px;
	margin-right: -18px;
}


ul.student-schedule li {
	list-style: none;
	min-width: 200px;
}

.schedule-time-value {
	clear: left;
	float: left;
	width: 65px;
}

.schedule-name-value {
	margin-left: 10px;
	float: left;
}

.print-date, .schedule-print-name {
	display: none;
}

.datepicker:hover {
	cursor: pointer;
}

.show-pointer:hover {
	cursor: pointer;
}

