.dialog {
	border-radius: 3px;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	padding: 25px;
	max-width: 400px;
	min-width: 300px;
	background: #3b3b3b;
	z-index: 1;
}

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

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

.dialog-info {
	color: white;
	padding: 5px;
	font-size: 18px;
	box-sizing: border-box;
}

.dialog-label {
	color: white;
	padding-top: 5px;
	font-size: 14px;
	box-sizing: border-box;
}

.dialog .button {
	box-sizing: border-box;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 0px;
	border: none;
}

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

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

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

.dialog-content {
	background: #3b3b3b;
	font-size: 15px;
	color: black;
}

.dialog-buttons {
	clear: both;
	padding-bottom: 0px;
	width: 100%;
}

.dialog-buttons .button {
	float: left;
	margin-left: 1%;
}

.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;
}

.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: 16px;
	text-align: center;
}

.selectDialog .panel td:hover {
	background: #efefef;
}

.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;
	border: 1px #999999 solid;
	z-index: 1;
}

.pCalendarDialog table {
	width: 100%;
}


.pAssignDialog {
	width: 360px;
	background: white;
	border-radius: 3px;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	padding: 15px;
	border: 1px #999999 solid;
	z-index: 1;
}

.pAssignDialog table {
	width: 100%;
}
.pAssignDialog .pSelectButton {
	clear: both;
	padding-top: 10px;
	margin-left: 35%;
}

.pTemporalClientsDialog{
	
	width: 80%;
	background: white;
	border-radius: 3px;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	padding: 15px;
	border: 1px #999999 solid;
	z-index: 1;
}

.pTemporalClientsDialog table{
	
	width: 100%;
}

.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;
}

.buttonsDialog {
	background: white;
	border-radius: 5px;
}

.buttonsDialog .title {
	padding: 10px;
	font-size: 15px;
	color: black;
}

.buttonsDialog .button {
	position: relative;
	clear: both;
	background: #9b9b9b;
	border-radius: 0px;
	width: 98%;
	margin: 1%;
	box-sizing: border-box;
}

.buttonsDialog .reset {
	position: relative;
	clear: both;
	border-radius: 0px;
	width: 98%;
	margin: 1%;
	text-align:center;
	color:white;
	padding:5px;
	box-sizing: border-box;
	background: #2b2b2b;
}


.buttonsDialog{
    z-index: 99;	
}