﻿.logActive{
	background-color:gold;
}
.cssNavLogin .active{
	/*background-color:darkblue !important;
	color:white !important*/;
}
.panel {
	margin-bottom: 0px;
}

input[type=checkbox] {
	transform: scale(2);
}

.gap5LR {
	padding-left: 5px;
	padding-right: 5px;
}

.cssvTop {
	margin-top: 110px;
}

.cssLogTop {
	margin-top: 15px;
}

.button {
	border: 1px transparent;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #eeeeee;
	cursor: pointer;
	display: inline-block;
	font-family: "Source Sans Pro", "Arial";
	font-size: 20px;
	padding: 8px 30px;
	text-align: center;
	text-decoration: none;
	margin-left: 20px;
	-webkit-animation: glowing 1300ms infinite;
	-moz-animation: glowing 1300ms infinite;
	-o-animation: glowing 1300ms infinite;
	animation: glowing 1300ms infinite;
}

@-webkit-keyframes glowing {
	0% {
		background-color: #0091b2;
		-webkit-box-shadow: 0 0 3px #0091b2;
	}

	50% {
		background-color: #21c7ed;
		-webkit-box-shadow: 0 0 15px #21c7ed;
	}

	100% {
		background-color: #0091b2;
		-webkit-box-shadow: 0 0 3px #0091b2;
	}
}

@keyframes glowing {
	0% {
		background-color: #0091b2;
		box-shadow: 0 0 3px #0091b2;
	}

	50% {
		background-color: #21c7ed;
		box-shadow: 0 0 15px #21c7ed;
	}

	100% {
		background-color: darkblue;
		box-shadow: 0 0 3px #0091b2;
	}
}

@media screen and (min-width: 800px) {
	.flexBox {
		display: flex;
	}

	.cssvTop {
		margin-top: 0px;
	}

	.cssLogTop {
		margin-top: 0px;
	}
}

@media screen and (min-width: 1000px) {

	.cssHelp {
		/*position: absolute;*/
		bottom: 0;
	}
}

.curHand {
	cursor: pointer !important;
	color: white;
	font-size: 2.5vh;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	/*background-color: darkblue;*/
	background-image: linear-gradient(to top, lightblue, blue);
	border-radius: 15px;
}

.cssStepNum {
	border-radius: 40px;
	width: 29px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-top: -1px;
	background-color: white;
	color: green;
	height: 20px;
}

.cssStepText {
	border-radius: 10px;
	width: 255px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	display: inline-flex;
	padding: 1px;
	padding-top: 5px;
	background-color: red;
	background-image: linear-gradient(to bottom right, green, yellow);
	color: white;
}

.cssStepHead {
	background-color: red; /* For browsers that do not support gradients */
	background-image: linear-gradient(to bottom right, green, yellow);
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: white;
}

.cssStepMHead {
	padding-left: 20px;
	padding-right: 20px;
}

.cssProsHead {
	background-color: red; /* For browsers that do not support gradients */
	background-image: linear-gradient(to top, lightblue, blue);
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: white;
}

.cssProsMHead {
	padding-left: 20px;
	padding-right: 20px;
}

.cssDivBox {
	background-color: darkblue;
	width: 200px;
	height: 200px;
	border-radius: 10px;
}

.cssOuter {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 80vh;
	margin-top: 5vh;
}

.cssInner {
	width: 65%;
	height: 475px;
	margin: 10px;
	padding: 5px;
	color: white;
	border: 15px;
	box-shadow: 1px -1px 46px 1px white;
}

.panel {
	background-color: transparent;
	border: 0;
}

.logoSize1 {
	background-color: transparent;
	border: 0;
	position: relative;
	width: 80px;
	height: 80px;
	/*left: 25%;*/
}
.form-group {
	min-height: 91px;
}