
/* Dialog properties --------------- */
.dialog{
	display: none;
}
.ui-dialog{
	padding:0px;
	border-radius:0px;
	border : 1px solid #145e98;
}
.ui-dialog-title{
	color :#fff;
	border :none;
}
.ui-dialog .ui-dialog-content{
	text-align: center;
	padding-top: 1em;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text{
	padding: 0em;
}
.dialog-loading .ui-dialog-titlebar .ui-dialog-titlebar-close{
	display: none;
}
/* -------------------------------------- */
/* Alert Box ---------------------------------------------------------- */
.alert{
	font-size: 16px;
	padding: .8em .8em;
	text-align: center;
}

/* -- Start Info message -- */
.alert-info{
	background-color: #BDE5F8;
	border: 1px solid #84a0ad;
	color: #00529B;
}
.alert-info #alert_dialog_msg{
	color: #00529B;
}
.alert-success .ui-widget-header {
	background-color: #84a0ad;
	border : none;
	color: #fff;
}
.alert-success .ui-state-default, .alert-success .ui-widget-content .ui-state-default, .alert-success .ui-widget-header .ui-state-default{
		border: 1px solid #84a0ad;
    background: #84a0ad;
    font-weight: normal;
    color: #ffffff;
}
/* End info message */

/* -- Error message -- */
.alert-error{
	background-color: #FFBABA;
	border: 1px solid #D8000C;
	color: #D8000C;
}
.alert-error .ui-widget-header {
	background-color: #D8000C;
	border : none;
	color: #fff;
}
.alert-error .ui-state-default, .alert-error .ui-widget-content .ui-state-default, .alert-error .ui-widget-header .ui-state-default{
	border: 1px solid #D8000C;
    background: #D8000C;
    font-weight: normal;
    color: #ffffff;
}
.alert-error  #alert_dialog_msg{
	color: #D8000C;
}
/* End Error message */

/* -- Warning message -- */
.alert-warning{
	background-color: #FEEFB3;
	border: 1px solid #9F6000;
	color: #9F6000;
}
.alert-warning #alert_dialog_msg{
	color: #9F6000;
}
.alert-warning .ui-widget-header {
	background-color: #9F6000;
	border : none;
	color: #fff;
}
.alert-warning .ui-state-default, .alert-warning .ui-widget-content .ui-state-default, .alert-warning .ui-widget-header .ui-state-default{
	border: 1px solid #9F6000;
    background: #9F6000;
    font-weight: normal;
    color: #ffffff;
}
/* End warning message */
/* -- Success message -- */
.alert-success{
	background-color: #DFF2BF;
	border: 1px solid #4F8A10;
	color: #4F8A10;
}
.alert-success #alert_dialog_msg{
	color: #4F8A10;
}
.alert-success .ui-widget-header {
	background-color: #4F8A10;
	border : none;
	color: #fff;
}
.alert-success .ui-state-default, .alert-success .ui-widget-content .ui-state-default, .alert-success .ui-widget-header .ui-state-default{
	border: 1px solid #4F8A10;
    background: #4F8A10;
    font-weight: normal;
    color: #ffffff;
}
/* End success message */
/*	End Alert Box */

.ui-datepicker-title span{
	color : #fff;
}
