/* custom and global layout elements */
html, body {background-color: #1d72a6;}

#header {
	box-shadow: 0 4px 3px rgba(68, 68, 68, 0.25), 0 -5px 0 rgba(0, 0, 0, 0.1) inset;
	background-color: #1d72a6;
	color: #efefef;
}

#header #header-logo {	
	color: #1d72a6;
	padding: .5em 0;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #eeeeee 75%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(75%, #eeeeee));
	background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 75%);
	background: -o-linear-gradient(top, #fefefe 0%, #eeeeee 75%);
	background: -ms-linear-gradient(top, #fefefe 0%, #eeeeee 75%);
	background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 75%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeeee', GradientType=0);
	-webkit-box-shadow:  0px 2px 4px 2px rgba(0, 0, 0, .5);
	box-shadow:  0px 2px 4px 2px rgba(0, 0, 0, .5);
}
#header #header-logo #logo {
	font-size: 300%;
	line-height: 1;
	padding: .25em 0;
}
#header #header-logo a:link, a:visited {color: #1d72a6;}
#header #header-logo a:hover, a:active {
	color: #4799cc;
	text-decoration: none;
}

#header #header-post h4 {
	margin: 20px 0;
	font-weight: normal;
}
#header #header-post span {vertical-align: middle;}
#header #header-post span.step-digit {
	font-size: 78px;
	padding: 0 10px;
}
#header #header-post .well {
	background-color: rgba(255, 255, 255, 0.5);
	border: none;
	font-size: 18px;
	font-weight: bold;
	color: #1d72a6;
	padding: 0;
	line-height: 54px;
}

#middle {background-color: #d2e1ed;}

#content {
    padding: 20px 0;
    background-color: #d2e1ed;
}

#header h1 {
    font-size: 16px;
    margin: 0;
    line-height: 20px;
}

#page-heading h2 {
	margin: 0;
	line-height: 32px;
	color: #1b3f75;
}
#page-heading h4, #color-select h4 {
	margin: 0 0 10px;
	color: #429aca;
}

#color-select button {color: #666;}
#color-select button#btn-grey {
	
}
#color-select button#btn-green {
	
}
#color-select button#btn-purple {
	
}



#sidebar {padding: 20px 20px 20px 0;}

#footer {
	padding: .5em 1em;
	box-shadow: 0 -4px 3px rgba(68, 68, 68, 0.25);/*, 0 -1px 0 rgba(0, 0, 0, 0.1) inset;*/
	background-color: #1d72a6;
	color: #efefef;
}
#footer h4 {font-weight: normal;}
#footer a {
	color: #efefef;
}

div.flash-error, div.flash-notice, div.flash-success {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a {
	color:#8a1f11;
}

div.flash-notice a {
	color:#514721;
}

div.flash-success a {
	color:#264409;
}

div.form .rememberMe label {
	display: inline;
}

div.view {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

.portlet {}

.portlet-decoration {}

.portlet-title {}

.portlet-content {}

.portlet-content ul {}

.portlet-content li {}

.text-right {text-align: right !important;}
.text-center {text-align: center !important;}

.modal-form textarea {resize: none;}
.modal-form textarea.code-container {cursor: pointer;}
.modal.fade.in {
    top: 50% !important;
}


@media (max-width: 767px) {
	body {padding: 0;}
}

li.showlink { color:#006600; }
li.hidelink { color:#990000; }

.main {
	width: 98%;
}

.main div{
	width: 70%;
	float: left;
}

.main .form .row .btn{
	float: right;
	margin: 32px 40px;
}

.pull-right {
	float: right !important;
}

.madewithlove {
	background-color: #fff;
	color: #002F49;
    padding: 2px;
}

.courses {
    font-size: 14px;
    font-weight: bold;
}