/* Message Cards */
.discipline-icon {
	display: inline;
	width: 25px;
	vertical-align: middle;
	margin-right: 2px;
}

.card-message .card-footer {
    border-top: 1px solid grey;
    padding: 10px 15px;
}

.card-message .card-body {
    min-height: 80px;
}

.card-message .card-header {
	padding: 10px;
}

.card-message .card-header small {
    margin-left: 10px;
}

.card-new {
    background-color: #ffeda6;
}

.card-new .card-body p {
    color: #555555;
}

/* Global */
a { color: #ff2e12; }
img { border-radius: none !important; }
div.card-body h2 { margin-bottom: 5px; }
div.card-body hr { border-color: #adadad; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; }
hr { border-color: #adadad; }
span.fa.arrow { margin-top: 4px; }
.navbar-brand { text-transform: none !important; }
.nav-logo { height: 20px; }
table { white-space: nowrap; }
td { color: white; padding: 5px;}
.discipline-icon { height: 12px; width: auto; }
@media only screen and (min-width: 600px) {
	.table-responsive { overflow: hidden !important; }
}

@media only screen and (max-width: 600px) {
	h3 {
		font-size: 1rem !important;
	}
}

/* Forms */
.form-check-input {
	margin-left: 0;
}

div.form-group label {
    margin-left: 3px;
}

select.form-control { background-color: #27293d !important; }

/* Badges */
.dicipline-icon {
	height: 12px !important;
	width: auto !important;
}
.badge-active { color: #67e061; }
.badge-inactive { color: #fa4d64; }
.badge-parttime { color: #eb9d49; }
.badge-reserved { color: grey; }

/* Alerts */
div.alert.alert-warning { background-color: #eb9d49; }
div.alert.alert-danger { background-color: #fa4d64; }
div.alert.alert-success { background-color: #52bf5a; }

/* Modal */
.modal-open .modal {
	background-color: rgba(0,0,0,0.7);
}

@media only screen and (max-width: 700px) {
	.modal {
		padding-right: none !important;
	}

	.modal-dialog {
		-webkit-transform: translate(0, 5%) !important;
    	transform: translate(0, 5%) !important;
	}
}

/* Effects */
@keyframes blink { 50% { opacity: 0.0; } }
@-webkit-keyframes blink { 50% { opacity: 0.0; } }
.blink {
	animation: blink 1s step-start 0s infinite;
	-webkit-animation: blink 1s step-start 0s infinite;
}