html, body{
	background-color: #00315D;
}

@media (max-width: 576px) {

	.container {
		min-width: 100%;
	}

	#content {
		padding: 25px 0px 50px 0px;
	}

	.uppercase-small {
		text-transform: uppercase;
	}

	.center-small {
		text-align: center;
	}

	.progess-bar-text {
		font-size: 1.3em;
		font-weight: bold;
		/* line-height: 50px;
		vertical-align: middle; */
	}

}

@media (min-width: 768px) {

	.container {
		min-width: 1100px;
	}

	#content {
		padding: 50px 0px 100px 0px;
	}

	.progess-bar-text {
		font-size: 1.5em;
		font-weight: bold;
	}

}

#header {
	padding: 10px 20px;
	border-bottom: 5px #888 solid;
	min-width: 100%;
}

#footer {
	bottom: 0;
	width: 100%;
	min-width: 100%;
}

/* @media all and (min-height: 400px){
	#content {
		padding-top: 50px;
		height: 100%;
	}
}

@media all and (min-height: 401px){
	#content {
		padding-top: 50px;
		height: 60%;
	}
} */

#pageHeader {
	padding-top: 15px;
}

#userIcon {
	color: #0095DA;
	text-shadow: 2px 2px 2px #fff;
	font-size: 3.1em;
}

.text-white{
	color: #fff;
}

.nav-right a{
	color: #fff;
}

.nav-right a:hover{
	color: #0095DA;
}

.supportTicket {
	background-color: #D5EDFA;
	height:300px;
	overflow-y:auto;
}

.systemMessage {
	background-color: #333333 !important;
}

.text-shadow {
    text-shadow: 2px 2px 2px #ccc;
}

.text-shadow-dark {
    text-shadow: 2px 2px 2px #333;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
