/* Custom dialog/modal headers */

.dialog-header-error { background-color: #d2322d; }
.dialog-header-wait { background-color: #428bca; }
.dialog-header-notify { background-color: #eeeeee; }
.dialog-header-confirm { background-color: #428bca; }
	.dialog-header-error span, .dialog-header-error h4,
	.dialog-header-wait span, .dialog-header-wait h4,
	.dialog-header-confirm span, .dialog-header-confirm h4 { color: #ffffff; }
.modal.fade.in{/*top:30%;*//*direction:ltr;*/}
/*.modal-header .close {float: left;}*/
/*.modal-header {text-align: right; direction:rtl;}*/
/*.modal-title {text-align: right;}*/
/*.modal-body {text-align: right; direction:rtl;}*/
/*.modal-footer {text-align: left;}*/

