.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:#72537c;
	max-width: 600px;
	min-width: 300px;
	z-index: 4;
	height:auto;
}

.dialog.wide {
	width: 600px;
}

.dialog.small{
	max-width: 500px;
	min-width: 300px;
}

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

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

.dialog .Caption {
	color: white;
	font-size: 15px;
	text-align: center;
	padding: 15px;
}

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

.dialog.password{
	max-width:100% !important;
}

.dialog.password h1{
	font-size:28px;
}


.dialog.password li{
	text-align:left;
	margin-left:5%;
	width:90%;
}

.dialog .label{
	font-size:14px;
}

.dialog .row .label{
    color:  white;
	padding:0px;
}
.bottom {
    padding-bottom:10px !important;
}

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


.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;
	max-height:500px;
	overflow:auto;
}

.dialog-content .featured{
	height:500px;
}

.dialog-buttons {
    position:absolute;
    bottom:0;
	margin-bottom:0px;
	clear: both;
	background:rgba(0,0,0,0.3);
	padding:5px;
	left:0px;
	right:0px;
	box-sizing:border-box;
}

.dialog-buttons .reset {
    background: #FFFFFF;
    border-style: solid;
    border-color: rgb(70, 42, 82);
    border-width: 1px;
    border-radius: 0px;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    color: rgb(70, 42, 82);
    padding: 4px 5px;
    min-width: 120px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    float: right;
    margin:0px !important;
    margin-right:1% !important;
    border:0px !important;
	box-sizing:border-box;
}

.dialog-buttons .red {
    padding-top: 4px;
}
.dialog-buttons .reset:hover{
	
    background: rgb(70, 42, 82);
    color: #FFFFFF;
}

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


.dialog-buttons .button.gray {
    padding-top: 0px;
}
.dialog-buttons .button.red {
    padding-top: 0px;
}

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

.dialog-buttons.forcePassword .button {
 	width:98% !important;
}

.dialog-buttons .button-small {
	width:28% !important;
}


.three .button{
	min-width: 0px;
	width:32% !important;
	float:left;
	margin-right: 1% !important;
	margin-left: 1% !important;
}

.three .reset{
	min-width: 0px;
	width:32% !important;
	float:left;
	margin-right: 1% !important;
	margin-left: 1% !important;
}

.dialog-panel {
	
}
.dialog-panel .dialog-buttons {
    position:relative;
	margin-bottom:0px;
	clear: both;
	left:0%;
	bottom: 5%;
} 

.dialog-panel .dialog-buttons .button {
	width: 45%;
	margin:0px;
	margin:10px 0px 0px 3.2%;
    padding:0px;
	border:none !important;
}

.dialog-form {
	clear: both;
	float: left;
	width: 100%;
	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: #72537c;
	border-radius: 3px;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	padding: 5px;
	height: auto;
	z-index: 1;
}

.selectDialog .panel {
	background: #72537c;
	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;
	color:white;
}

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

.pCalendarDialog .title {
	float:none;
}

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

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

.visualize-title .button-visualize {
	width: 30px;
	height:30px;
	float: left;
	margin-left: 5px;
	background: url("../../images/ic_visibility_black_24dp_1x.png") no-repeat ;
}

.visualize-title .button-visualize:hover {
	cursor:pointer;
	background: url("../../images/ic_visibility_black_24dp_1x.png") no-repeat ;
}

.visualize-title .label{
	width: auto;
	clear: left;
	margin: 0px !important;
}

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


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

.buttonsDialog .title {
	text-align: center;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom:5px;
	float:none;
}

.buttonsDialog .button {
	margin-top:10px;
}

.buttonsDialog .reset {
	margin-top: 10px;
    text-align: center;
    width: auto;
    padding: 5px;
    border: 1px solid #bebebe;
}

.dialog-panel .button{
	width:45% !important;
}

.survey-option{
	position:relative;
	clear:both;
	margin-top:20px;
	padding:10px;
	font-size:19px;
	color: white;
}
