﻿/*Modal Popup and Overlays*/
.ui-widget-overlay, .modal-overlay
{
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.35;
}

/*NOTE ensure jquery modal dialog stays on top*/
.ui-dialog {
	z-index: 10001;
}
.ui-dialog .ui-dialog-title {
	color: #000000;
}

.modal-dialog
{
	padding: 0px;
	background-color: #fff;
    color: black;
	min-width: 350px;
	padding:5px;
	position: absolute;
	z-index: 9999;
	margin-top: 0;
	margin-bottom: 0;
}

.modal-fatal-error
{
 	background:  url(images/dialogs/fatal-error-dialog-bg.png);
 	box-shadow: 0px 0px 0px black;
 	border: 1px solid #630E0E;
 	box-shadow: 0px 1px 5px black;
 	width:600px;
 	margin:0 auto; 	
}

.modal-sign{
	margin-top: 8px;
	margin-bottom: 8px;
}

.modal-dialog-header
{
    padding:9px 5px 7px 5px;	
}
.WebForms-PickList-Title.modal-dialog-header {
    background:#3F69A8;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    min-height:40px;
}
.WebForms-PickList-Title h4.modal-title {
   color:#fff;
   font-weight:normal;
   text-align:center;
}
.WebForms-PickList-Container.modal-dialog {
    padding:0px!important;
}
.WebForms-PickList-Title .close {
   color: #fff;
    text-shadow: 0 0px 0 #fff;
      opacity: 0.7;
    transition: all 0.5s;
    filter: alpha(opacity=70);
}
.WebForms-PickList-Title .close:hover,.WebForms-PickList-Title .close:focus {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.modal-fatal-error .modal-dialog-header
{
    background-color:#fff;
    border-radius:5px 5px 0px 0px;
    color:#CB1616;
    font-size:26px;
    font-weight:bold;
    text-shadow: 0px 1px 1px #000;	
}


.modal-dialog-body
{
	padding:20px;
	line-height:1.5em;
	font-size:13px;
	background-color:#fff;
	max-width: 800px;
	max-height: 700px;
	overflow: auto;
	border-radius: 6px 6px 0 0;
}

/*
.modal-fatal-error .modal-dialog-body
{
    border-radius:0px 0px 5px 5px;
}
*/

.modal-body .modal-sign
{
	width:48px;
	height:48px;
	margin-right:5px;
	vertical-align:middle;
	display:inline-block;
}

.modal-fatal-error .modal-sign
{
    float:left;
    height:100px;
    vertical-align:top;
}

.modal-dialog-body .modal-message
{
 
}

.modal-dialog-footer
{
	background-color:#fff;
}

.modal-dialog-footer input, .modal-dialog-footer button
{
	margin-right:3px;
	margin-left:3px;
}

.modal-error .modal-sign
{
	background:transparent url(images/dialogs/error.png) no-repeat left top;
}

.modal-warning .modal-sign
{
	background:transparent url(images/dialogs/warning.png) no-repeat left top;
}

.modal-information .modal-sign
{
	background:transparent url(images/dialogs/information.png) no-repeat left top;
}


.modal-confirmation .modal-sign
{
	background:transparent url(images/dialogs/confirmation.png) no-repeat left top;
}

.modal-success .modal-sign
{
	background:transparent url(images/dialogs/success.png) no-repeat left top;
}

.modal-fatal-error .modal-sign
{
    background:transparent url(images/dialogs/blocked.png) no-repeat left top;
}

.modal-progress .modal-sign
{
	background:transparent url(images/dialogs/ajax-loader.gif) no-repeat left top;
	width:32px;
	height:32px;
}

.modal-progress .modal-dialog-body
{
	border-radius: 6px 6px 8px 8px;
}

.modal-progress .modal-dialog-footer
{
	display:none;
}

#modalwait
{
	position:fixed;
	width:100%;
	top:0;
	bottom:0;
	display:none;
	z-index:10000;
}

#modalwaitdialog
{
	left:35%;
	margin:auto;
	position:fixed;
	top:45%;
	min-width:300px;
    padding:5px;
	z-index:10001;
	display:none;
}

.modal-progress .modal-dialog-header,
.modal-progress .modal-dialog-body,
.modal-progress .modal-dialog-body .modal-message
{
    cursor:default;
}
.modal-export .modal-body {
    padding-bottom:0px;
}

