/*
 * https://www.datalou.com/
 *
 * Copyright (c) 2018 Robert Antelix
 *
 */

.Datalou-modal-header {
	background-color: #525252;
	padding:4px 12px 4px !important;
	color:#FFF;
	text-align: left;
	text-transform: capitalize;
	font-weight: bolder;
	/*border-bottom:2px dashed #525252;*/
}
.Datalou-modal-title {
	color:#FFF;
	font-weight: bolder;
	font-size: 12px;
	text-transform: uppercase;
}
.modal-header {
	background-color: #525252;
	padding:4px 12px 4px !important;
	color:#FFF;
	text-align: left;
	text-transform: capitalize;
	font-weight: bolder;
	/*border-bottom:2px dashed #525252;*/
}
.modal-title {
	color:#FFF;
	font-weight: bolder;
	font-size: 12px;
	text-transform: uppercase;
}
.datepicker {
	z-index: 1151 !important;
}

.agn-net-delete-warningmsg {
	font-size: 15px;
}

.agn-net-delete-msg {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.agn-delete-warningmsg {
	font-size: 15px;
}

.agn-delete-warningmsg > a:hover {
	cursor: pointer;
}

.agn-delete-warningmsg > a {
	color: black;
}

.agn-delete-msg {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.agn-update-msg {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* Start Wizard */

.stepwizard-step p {
	margin-top: 10px;
}

.stepwizard-row {
	display: table-row;
}

.stepwizard {
	display: table;
	width: 100%;
	position: relative;
}

.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-order: 0;

}

.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px !important;
}

/* End Wizard */

.modal-dialog-center {
	margin-top: 10% !important;
}

/*
.fa-share-square {
	margin-right: 7px;
	margin-top: 3px;
	color: #EBE83F;
	cursor: pointer;
}*/

#ezAlerts-header h4 {
	line-height: 0 !important;
}

.ui-dialog .ui-dialog-titlebar-close span {
	margin: 0px !important;
	top: 1px;
	left: 1px;
}
.ui-dialog .ui-button-icon-space {
	display: none !important;
}
