
.divider {
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}

.divider:last-child {
    border: none;
}


div.error-message {
	font-family:Verdana, Geneva, sans-serif!important;
	border:1px solid #AB302F!important;
	background:#FFF!important;
	color:#AB302F!important;
	font-size:12px!important;
	padding:5px;
	margin-top:0px;
	margin-bottom:15px;
	margin-left:5px;
	margin-right:5px;	
	font-weight:bold;
	box-shadow:0 0 5px #AB302F;
	border-radius:5px;
}

label{
	margin-top:10px;	
}

.clear{
	clear:both !important;
	height:1px !important;
	border:none !important;
	width:100% !important;
	float:none !important;
	padding:0px !important;
	margin:0px !important;
	background:none !important;
}


.livetoolsLogo{
	display:block;
	background: url('../images/livetools/Logo_DarkBackground.png') no-repeat;
	width:260px;
	height:51px;
	text-indent:-9999px;
	padding:0px !important;
	margin-left:0px !important;
}


div.popup-error-message {
	font-family:Verdana, Geneva, sans-serif!important;
	color:#000;
	margin:5px;
	border:solid 1px #dd3c10;
	background:#ffebe8;
	padding:3px;
	font-weight:bold;
	z-index:1000000;
}

div.popup-success-message {
	font-family:Verdana, Geneva, sans-serif!important;
	color:#000;
	margin:5px;
	border:solid 1px #82c242;
	background:#dafab9;
	padding:3px;
	font-weight:bold;
	z-index:1000000;
}

.nav-header i{
	font-size:20px;	
	line-height:25px;
}

.dropdown-toggle i{
	font-size:20px;	
	line-height:25px;	
}

td.actions a i{
	font-size:20px;	
	line-height:25px;			
}

#ui-datepicker-div { display:none }

select {
	min-width: 220px;
	width: auto;
}