.dialog {
	border-radius: 3px;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	padding: 10px;
    padding-bottom:60px;
    background:#4b4b4b;
	max-width: 400px;
	min-width: 300px;
	z-index: 1;
	height:auto;
}

.dialog .row{
    padding-top:0px;
}

.dialog table {
	width: 100%;
	height: 100%;
}

.dialog .Caption {
	font-size: 15px;
}

.dialog .middle {
	width: 39%;
	margin-left: 30%;
	margin-right: 30%;
	margin-bottom: 0px;
	border: none;
}

.gwt-SuggestBoxPopup {
	z-index: 2;
}


.dialog-form .row {
	clear: both;
	width: 100%;
	padding-top:0px;
}
.dialog-form .row input[type='checkbox']{
	clear: both;
	width: 100%;
	margin-top:15px;
}

.dialog .dialog-title {
	background: none repeat scroll 0% 0% rgb(114, 83, 124);
	color: white;
	padding: 5px;
	text-align: center;
}

.dialog-content {
	font-size: 15px;
	color: black;
}

.dialog-buttons {
    position:absolute;
    bottom:0;
	margin-bottom:0px;
	clear: both;
	background:black;
	padding:5px;
	left:0px;
	right:0px;
}

.dialog-buttons .reset {
	width:45%;
	float: right;
	margin:0px !important;
	margin-right:1% !important;
	border:0px !important;
}

.dialog-buttons .button {
	width: 45%;
	margin:0px;
	float: left;
	margin-left:1%;
	border:none !important;
}

.dialog-panel {
	
}

.dialog-form {
	clear: both;
	float: left;
	width: 95%;
	background: white;
	padding: 2.5%;
	border-radius: 5px;
}

.dialog-form-label {
	clear: both;
	float: left;
	color: gray;
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.dialog-form-label.error {
	color: red;
}

.dialog-form-text {
	width: 98%;
	padding: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	background: white;
}

.dialog-form-text:focus {
	-webkit-box-shadow: 0px 0px 1px 1px #ccc;
	/* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 1px 1px #ccc; /* Firefox 3.5 - 3.6 */
	box-shadow: 0px 0px 1px 1px #ccc;
	/* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.selectDialog {
	background: white;
	border-radius: 3px;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	padding: 15px;
	height: 300px;
	z-index: 1;
}

.selectDialog .panel {
	background: white;
	width: 400px;
	max-width: 400px;
	z-index: 1;
	overflow: hidden;
	height:100%;
}

.selectDialog .title {
	clear: both;
	/*width: 100%;*/
	text-align: center;
	font-size: 18px;
	padding-bottom: 5px;
}

.selectDialog .finder {
	clear: both;
	width: 97%;
	font-size: 18px;
}

.selectDialog .finder .text {
	clear: both;
	width: 100%;
	font-size: 18px;
	height: 30px;
}

.selectDialog .finder .image {
	position: absolute;
	width: 24px;
	height: 24px;
	float: right;
	right: 10%;
	margin-top: -30px;
	background: url(../../images/finder.png) no-repeat center;
	font-size: 18px;
}

.selectDialog .table {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 100px;
	bottom: 0px;
	font-size: 16px;
	text-align: center;
	overflow: auto;
}

.selectDialog .table.no-filter {
	top: 50px;
}

.selectDialog .table table {
	width: 100%;
}

.selectDialog .panel td {
	left: 0px;
	right: 0px;
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding:  10px;
	font-weight: 400;
}

.selectDialog .panel td:hover {
	background: #e35b59;
	color: white;
	font-weight: 400;
	cursor: pointer;
}

.pCalendarDialog {
	width: 460px;
	background: white;
	border-radius: 3px;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	padding: 15px;
	z-index: 1;
}

.pCalendarDialog .pSelectButton {
	clear: both;
	padding-top: 10px;
	margin-left: 35%;
}

.pCalendar {
	clear: both;
	padding-top: 30px;
}

.pCalendar .gwt-DatePicker, .pCalendar .cal-date {
	float: left;
}

.cal-separator {
	float: left;
	height: 100%;
	padding: 20px;
	font-size: 40px;
}

.imageViewer {
	width: 500px;
}

.imageViewer img {
	width: 100%;
}

.imageViewer .button-next {
	position: absolute;
	top: 0;
	bottom: 4px;
	right: 0;
	width: 40px;
	background: url("../../images/next.png") no-repeat rgba(0, 0, 0, 0.5) left;
}

.imageViewer .button-next:hover {
	background: url("../../images/next.png") no-repeat rgba(0, 0, 0, 0.7) left;
}

.imageViewer .button-previous {
	position: absolute;
	top: 0px;
	bottom: 4px;
	left: 0;
	width: 40px;
	background: url("../../images/prev.png") no-repeat rgba(0, 0, 0, 0.5) right;
}

.imageViewer .button-previous:hover {
	background: url("../../images/prev.png") no-repeat rgba(0, 0, 0, 0.7) right;
}


.dialog .middle.button.red{
    position:absolute;
    bottom:5px;
    left:0;
}