﻿/* Random Classes */

.hrLine80{
	border-bottom:1px;
	width:80%;
	color:#E0E0E0;
}



/* onlineCOBRA Page */
#singleCompanyIcon{
	background: url('../images/iconSingleCompany.png') no-repeat right;
	margin-right: 50px;
	margin-bottom: 10px;
}
#multiCompanyIcon{
	background: url('../images/iconMultiCompany60x97.png') no-repeat right;
	margin-right: 50px;
	margin-bottom: 10px;
}
.versionContainerLogo{
	margin-left: 20px; 
	height: 60px; 
	margin-top: 0px; 
	margin-bottom: 10px;
}
#onlineVersionsSection {
	margin-top: 75px;
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
}

.sign-on-button {
	position: fixed;
	top: 20px;
	right: 20px;
	padding: 10px 20px;
	background-color: #36569e; /* Blue color, you can change it to fit your design */
	color: #ffffff; /* Text color, you can change it too */
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.sign-on-button:hover {
	background-color: cornflowerblue; /* Change the background color on hover */
}

.labelrightflush {
	text-align:right;
}

.alert {
	padding: 20px;
	background-color: #f44336;
	color: white;
}

.closebtn {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.closebtn:hover {
		color: black;
}
.mindTheGap {
    margin-top:130px;
}
.summaryValidation {
    border: solid;
    border-width: 1px;
    border-color: yellow;
    background-color: lightyellow;
    padding: 10px 10% 10px 10%;
    line-height: 1.50em;
    font-weight:bold;
    width: 100%;
}
.LinksThatActLikeLinks a:link, a:visited {
    color: #36569e;
    text-decoration: underline
}
.LinksThatActLikeLinks a:hover, a:active {
    color: firebrick
}
