body {
	font-family: Arial;
	font-size: 12px;
	background-color: #EEE;
}

button {
	background-color: #627FC0;
	color: #FFFFFF;
	border: 0px;
	margin: 0px;
	padding: 0.6em 0.5em;
	min-width: 6em;
}

button:hover {
	background-color: #0050A6;
	cursor: pointer;
}

button:disabled {
	background-color: #BCD5F3;
	color: #FFF;
	cursor: default;
}

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#inner-wrap {
  position: relative;
  width: 100%;
}

.pageWrapper {

}

.contentWrapper {
  background-color: #FFF;
  margin: auto;
  overflow: auto;
  border: 1px solid #CCC;
  min-height: 600px;
}

.filloutContentWrapper {
  background-color: #FFF;
  margin: auto;
  overflow: auto;
  border: 1px solid #CCC;
  max-width: 1200px;
}

.pageContent {
  padding: 1em;
}

.pageTitle {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

.calendarBox {
	background-image: url(res/1394212985_Calendar_w.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right top;
}

.thumbnail {
	margin: 1em 2em 1em 0em;
	padding: 0em;
  max-width: 200px;
	height: 150px; /* --> 250 for bigger screens */
	overflow: hidden;
	border: 1px solid #ccc;
	box-shadow: 4px 4px 5px #DDD;
	position: relative;
	background-color: #fff;
}

.thumbnail-buttons-panel {
	position: absolute;
	bottom: 0em;
	min-width: 12em;
	width: 100%
}

.thumbnail-name {
	font-size: 1em;
	margin: 0em;
	color: #444;
	height: 2em;
	width: 50em;
	position: absolute;
	bottom: 0em;
	background: #fff;
	padding: 0.5em 0em 1.5em 0.5em;
}

.thumbnail-flag {
	display: none;
	position: absolute;
	top: 0px;
	width: 50px;
	height: 50px;
	margin: 0.5em;
	background: url("res/OK.png") no-repeat;
}

.thumbnail-button-left {
	background-color: #627FC0;
	color: #FFFFFF;
	border: 0px;
	margin: 0px 1px 0px 0px;
	padding: 0.3em;
	text-align: center;
	cursor: pointer;
	/* visibility: hidden; */
}

.thumbnail-button-right {
	background-color: #627FC0;
	color: #FFFFFF;
	border: 0px;
	margin: 0px 0px 0px 1px;
	padding: 0.3em;
	text-align: center;
	cursor: pointer;
}

.videothumbnail-remove-button {
	background-color: #627FC0;
	color: #FFFFFF;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0.3em;
	text-align: center;
	cursor: pointer;
}

.thumbnail-button-left:hover {
	background-color: #0050A6;
}

.thumbnail-button-right:hover {
	background-color: #0050A6;
}

.videothumbnail-remove-button:hover {
	background-color: #0050A6;
}

.disabled-button {
	background-color: #BCD5F3;
	color: #FFF;
	cursor: default;
}

.disabled-button:hover {
	background-color: #4B97CF;
}

.thumbnail-image {
	width: 200px;
	margin: 0px;
}

.dynamic-popup-panel {
	background-color: #376EA8;
	color: #FFF;
	padding: 1em;
	width: 20em;
	text-align: center;
	font-size: 1.2em;
}

/* popup */
.gwt-PopupPanel {
	box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
	background-color: #fff;
	font-size: 1.2em;
}

.gwt-PopupPanel .header {
	background-color: #376EA8;
	text-align: left;
	font-size: 1em;
	padding: 5px 4px 5px 4px;
	color: #fff;
}

.gwt-PopupPanel .closeButtonPanel {
	float: right;
	background: no-repeat url(res/closeButton.png) 3px 0px;
	width: 20px;
	height: 15px;
	cursor: pointer;
}

.gwt-PopupPanel .closeButtonPanel:hover {
	background-color: #777;
}

.gwt-PopupPanel .contentPanel {
	padding: 0px;
}

.gwt-PopupPanel .alert-popup-content {
	background-color: #376EA8;
	padding: 1em 0.5em;
	min-width: 15em;
}

.gwt-PopupPanel .alert-popup-label {
	color: #FFF;
	padding: 1em 0.5em;
}

.gwt-PopupPanelGlass {
	background: rgba(0, 0, 0, 0.3);
}

/* DatePicker */
.gwt-DateBox {
	padding: 5px 4px;
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	font-size: 100%;
}

.gwt-DateBox input {
	width: 8em;
}

.dateBoxFormatError {
	background: #ffcccc;
}

.dateBoxPopup {
	
}

.gwt-DatePicker {
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	cursor: default;
}

.gwt-DatePicker td,.datePickerMonthSelector td:focus {
	outline: none;
}

.datePickerDays {
	width: 100%;
	background: white;
}

.datePickerDay,.datePickerWeekdayLabel,.datePickerWeekendLabel {
	font-size: 85%;
	text-align: center;
	padding: 4px;
	outline: none;
	font-weight: bold;
	color: #333;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}

.datePickerWeekdayLabel,.datePickerWeekendLabel {
	background: #fff;
	padding: 0px 4px 2px;
	cursor: default;
	color: #666;
	font-size: 70%;
	font-weight: normal;
}

.datePickerDay {
	padding: 4px 7px;
	cursor: hand;
	cursor: pointer;
}

.datePickerDayIsWeekend {
	background: #f7f7f7;
}

.datePickerDayIsFiller {
	color: #999;
	font-weight: normal;
}

.datePickerDayIsValue {
	background: #d7dfe8;
}

.datePickerDayIsDisabled {
	color: #AAAAAA;
	font-style: italic;
}

.datePickerDayIsHighlighted {
	background: #F0E68C;
}

.datePickerDayIsValueAndHighlighted {
	background: #d7dfe8;
}

.datePickerDayIsToday {
	padding: 3px;
	color: red;
	background-color: rgb(242, 243, 243);
}

.datePickerMonthSelector {
	width: 100%;
	padding: 1px 0 5px 0;
	background: #fff;
}

td.datePickerMonth {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 100%;
	font-weight: bold;
	color: #333;
}

.datePickerPreviousButton,.datePickerNextButton {
	font-size: 120%;
	line-height: 1em;
	color: #3a6aad;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	padding: 0px 4px;
	outline: none;
}

.dicomFieldsPanel {
	background-color: #BCD5F3;
	margin-top: 1em;
	border: 1px solid #bbb;
	padding: 1em;
}

.filloutWidgetField {
	margin-right: 4em;
}

.dicomList {
	width: 54em;
	height: 20em;
}

.innerDicomList {
	width: 100%;
}

.dicomListItem {
	background-color: #FFF;
	margin: 1px 0px 0px 0px;
	padding: 10px 0 10px 5px;
	border-bottom: 1px solid #ccc;
}

.dicomFileSuccessfullyStored {
	font-weight: bold;
	color: rgb(0, 184, 0);
}

.dicomUploaderLogEntries {
	margin: 1em 0 1em 0;
	height: 10em;
	width: 100%;
	font-family: consolas;
	border: 1px solid #ccc;
	display: none;
}

.uploadDicomSelectionPanel {
	background-color: #FFF;
    margin: 1em 1em 1em 0;
    padding: 0.2em 0 0 0.2em;
    font-size: 1.2em;
    border: 1px solid #ccc;
    box-shadow: 4px 4px 5px #DDD;
    position: relative;
    height: 8em;
    width: 26em;
    overflow: hidden;
}

.emptyUploadBox {
	background: no-repeat url(res/emptyBoxBg.png) 3px 0px;
	background-color: #FFF;
  margin: 1em 1em 1em 0;
  padding: 0.2em 0 0 0.2em;
  font-size: 1.2em;
  border: 1px solid #ccc;
  position: relative;
  width: 26em;
  height: 8em;
  overflow: hidden;
}
	
.uploadBox {
	background-color: #FFF;
  margin: 1em 1em 1em 0;
  padding: 0.2em 0 0 0.5em;
  font-size: 1.2em;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 5px #DDD;
  position: relative;
  max-width: 26em;
  width: 26em;
  height: 8em;
  overflow: hidden;
}

.dcmUploadBoxCloseButton {
	background-image: url(res/closeCross.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	right: 0;
	top: 0;
	min-width: 30px;
	width: 30px;
	height: 30px;
	background-color: #FFF;
}

.dcmUploadBoxCloseButton:hover {
	background-color: #FFF;
}

select.disksListBox {
	font-family: arial;
  color: #666;
  padding: 0.5em 0;
  outline: none;
  margin: 0.5em 0 0 0;
}

.dicomDirBox {
  background-color: #FFF;
  margin: 1em 1em 1em 0;
  padding: 0.2em 0 0 0.2em;
  font-size: 1.2em;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 5px #DDD;
  position: relative;
  height: 9em;
  width: 26em;
  overflow: hidden;
}

.dicomDirBoxCAP {
  background-color: #FFF;
  margin: 1em 1em 0 0;
  padding: 0.2em 0.4em 0.4em 0.2em;
  font-size: 1.2em;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 8px #DDD;
  position: relative;
  width: 26em;
  overflow: hidden;
}

.studyBox {
	background-color: #FFF;
  margin: 0.8em 0 0.8em 0;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1em;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px #CCC;
  position: relative;
  overflow: hidden;
}

.adminRoleListHeader {
	font-weight: bold;
	background-color: #D2DEFD;
	height: 2em;	
}
	
.adminRoleListRow {
	height: 4em;
	border-bottom: 1px solid #ccc;
}

.adminRoleListRow:hover {
	height: 4em;
	border-bottom: 1px solid #ccc;
	background-color: #E2EAFF;
}

/*
@media screen and (max-height: 800px) {
	.mainDockPanel {
		font-size: 10px;
		width: inherit;
	}
	.thumbnail {
		height: 150px
	}
}*/

@media screen and (min-height: 800px) {
  .thumbnail {
    height: 250px;
  }
}

@media screen and (min-width: 1200px) {
  .contentWrapper {
    width: 80%;
  }
}