﻿/* --- foundation customization  --- */
.row {
	max-width: none;
}

.top-bar-section ul li > a:hover {
	color: #e2f58e !important;
}

/* --- external zone styling --- */
.WorkspaceOut {
	background: url('../images/computer-bkg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*min-height: 75vh;*/
	min-height: calc(100% - 259px);
	padding-top: 2vh;
}

#ContentsDiv {
	margin: 1rem;
}

/* --- footer styling --- */

.footer {
	flex-shrink: 0;
	background-color: #3e3453; /*#2980b9;*/
	padding: 2rem 4rem;
	text-align: center;
	color: #fff;
}

	.footer i {
		font-size: 100px;
	}

	.footer h4 {
		color: #fff;
		font-size: 1em;
		font-weight: 400;
		text-transform: uppercase;
		margin-top: 2.5rem;
		margin-bottom: 20px;
	}

	.footer p, .footer a {
		font-weight: 300;
		font-size: .8em;
		color: #fff;
	}

		.footer a:hover {
			color: #e2f58e !important;
		}

@media only screen and (min-width: 40.063em) {
	.footer .columns:nth-child(n+2) {
		border-left: 1px solid #b3b3b3;
		min-height: 280px;
	}
}

.footer-links {
	list-style-type: none;
}

	.footer-links li {
		margin-top: .5em;
	}



/* --- login panel styling --- */
.center.row {
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12vh;
	max-width: 500px;
}

.signup-panel {
	padding: 15px;
}

	.signup-panel i {
		font-size: 30px;
		line-height: 50px;
		color: #999;
	}

	.signup-panel form input, .signup-panel form span {
		height: 50px;
	}

	.signup-panel .welcome {
		font-size: 1.8rem;
		text-align: center;
		color: white;
		margin-left: 0;
		background-color: rgba(133, 177, 40, 0.69);
	}

	.signup-panel form {
		margin: 5vh 0;
	}

	.signup-panel .button {
		margin-left: 10%;
		margin-right: 10%;
	}

	.signup-panel .opsPanel {
		margin-top: 2vh;
		text-align: center;
	}

	.signup-panel .link {
		display: inline-block;
		color: mintcream;
		border: none;
		background: transparent;
	}

		.signup-panel .link:hover {
			color: #e2f58e !important;
		}

/* --- internal zone styling --- */
.WorkspaceIn {
	/*min-height: 75vh;*/
	/*min-height: calc(100% - 263px);*/
	padding-top: 1vh;
	flex: 1 0 auto;
}

/*---------Tabs-----------*/
.tabs dd.active a, .tabs .tab-title.active a {
	background-color: #85B128;
	color: #fff;
}

.tabs dd > a, .tabs .tab-title > a {
	background-color: #FFFFFF;
	border: 1px solid #85B128;
	border-bottom: none;
}

	.tabs dd > a:hover, .tabs .tab-title > a:hover {
		background-color: #85b12878;
	}
