/**
 * @name override.css
 * @category CSS
 * @author Ruben Mercado <ruben.mercado@uconn.edu>
 * @copyright Copyright (c) 2022, ITS – Applications and Technology Solutions
 * @version 1.0
 */

fieldset {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 0 1.5em 0;
    padding: 1.4em;
}

legend {
    /* background-color: #e3dfdf;
	border-radius: 5px; */
	background-color: #F5F7FA;
    color: #333;
    font-size: 16px;
    margin-bottom: 0px;
    padding-left: 10px;
}

#messages {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	clear: all;
	white-space: nowrap;
}

.message {
	padding: 4px;
	width: 100%;
	color: #ffffff;
	background-color: #aaa9a6;
	/* float: left; */
	margin-bottom: 3px;
}

.warning {
	padding: 4px;
	width: 100%;
	color: #ffffff;
	background-color: #ff9900;
	float: left;
	margin-bottom: 3px;
}

.success {
	padding: 4px;
	width: 100%;
	color: #ffffff;
	background-color: #009000;
	float: left;
	margin-bottom: 3px;
}

.error {
	padding: 4px;
	width: 100%;
	color: #ffffff;
	background-color: #900000;
	float: left;
	margin-bottom: 3px;
}

.error-message {
	padding: 4px;
	width: 100%;
	color: #ffffff;
	background-color: #900000;
	margin-bottom: 3px;
	text-align:center;
	font-size:16px;
}

.eventLink {
	color: #6C1515;
	text-decoration: none;
}

.addLink {
	color: #6C1515;
	font-weight: bold;
	text-decoration: none;
}

.viewLink {
	color: #6C1515;
	text-decoration: none;
}

.x_panel {
    position: relative;
	border-radius: 3px;
	background: #ffffff;
	border-top: 3px solid #d2d6de;
		border-top-color: rgb(210, 214, 222);
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.leftSide {
    float:left;
}

.rightSide {
    float:right;
}

.x_footer {
	/*border-top: 2px solid #E6E9ED; */
    padding: 1px 5px 6px;
    margin-top: 10px;
}