.dashboard{
	background-image : url('../images/icons/line_background.png');
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: left center;
}

.smallLogo{
    height: 300px;
    margin-top: 110px;
}
.footer{
	background-color: black;
    margin-top: 25px;
    border-top-color: #c2922d;
    border-top-style: solid;
    height: 30px;
}

.topStatusBar{
	background-color: black;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 15px;
    border-top-color: #c2922d;
    border-top-style: solid;
    border-bottom-color: #c2922d;
    border-bottom-style: solid;    
    height: 120px;
    color: white;
}

a.topBarButton {
	width: 250px;
	height: 50px;
	background: #ba8c2b;
	display: block;
	position: relative;
	margin: 10px auto 0;
	overflow: hidden;
	border: 1px solid #C2922D;
	color: white;
	text-decoration: none;
	
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,.4);
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	
	background-image: -webkit-linear-gradient(bottom, #f1e1c1 0%, #C2922D 15%, #ba8c2b 100%);
	background-image: -moz-linear-gradient(bottom, #f1e1c1 0%, #C2922D 15%, #ba8c2b 100%);
	background-image: -ms-linear-gradient(bottom, #f1e1c1 0%, #C2922D 15%, #ba8c2b 100%);

	background-image: -o-linear-gradient(bottom, #f1e1c1 0%, #C2922D 15%, #ba8c2b 100%);

	background-image: linear-gradient(bottom, #f1e1c1 0%, #C2922D 15%, #ba8c2b 100%);
}

a.topBarButton span.text {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 12px;
    margin-left: 15px;
}

a.topBarButton span.shine {
	content: '';
	position: absolute;
	height: 400px;
	width: 20px;
	background: white;
	top: -80px;
	left: -20px;
	display: block;
	opacity: 0.8;
	
	-webkit-box-shadow: 0px 0px 20px 10px white; 
	-moz-box-shadow: 0px 0px 20px 10px white; 
	box-shadow: 0px 0px 20px 10px white; 
	
	-webkit-transform: rotate(-45deg);	
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a.topBarButton:hover {
	-webkit-box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
}

a.topBarButton:active {
	-webkit-box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
	box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
}

a.topBarButton:hover span.shine {
	left: 170px;
	top: -300px;
}

a.topBarButton img {
    top: 0px;
    right: 0px;
    height: 30px;
    position: absolute;
    margin-right: 10px;
    margin-top: 8px;
}

.checklistItemDesc{
	padding: 30px;
    background-color: #e5e5e6;
    color: #1f1f1f;
	border-width: thin;
    margin: 0 auto;
    width: 60%;
    font-size: medium;
	border-radius: 20px;
    border-top-color: #C2922D;
    border-top-style: solid;
}

.currentStep{
   background-color: white;
}