/* CSS Document */ 
  
/* JQUERY UI */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: 0px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: 0px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: 0px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: 0px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 0px;
	bottom: 0px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: 0px;
	bottom: 0px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: 0px;
	top: 0px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: 0px;
	top: 0px;
}
.ui-autocomplete {
  max-height: 200px;
  margin: 0;
  padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
  list-style: none;
  background-color: white;
  box-shadow: #A0A0A0 0px 0px 8px;
  border-radius: 2px;
  overflow: auto; 
}
.ui-front {
	z-index: 100;
}
.ui-menu-item {
	margin: 0;
  padding: 5px 5px 5px 5px;
	cursor: pointer;
  border-bottom: 1px solid #F0F0F0;  
}
.ui-state-focus {
	background-color: powderblue; 
}
.ui-helper-hidden-accessible {
  display: none;
}

/* DR */
.dr-tabs-box {
  height: 100%;
  padding: 0;
  margin: 0;   
  border: 0; 
}
ul.dr-tabs {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1.97em;
  display: inline-block;
  float: left;
  position: relative;
  background-color: #8DC8FB;
  clear: both;
  vertical-align: bottom;
  overflow: hidden;      
}
li.dr-tabs {
  margin: 0;
  margin-right: 2px;
  margin-top: 0.2em;
  padding: 0;
  list-style: none;
	float: left;
	position: relative;
	top: 0;
	white-space: nowrap;
  background-color: #c6e4fc;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
li.dr-tabs-active {
  margin-top: 0px;
  background-color: #ffffff;
  border-bottom-color: #ffffff;  
}
li.dr-tabs-right {
  margin-left: 2px;
  margin-right: 0;
  float: right;
}
a.dr-tabs, a.dr-tabs:hover, a.dr-tabs:visited {
  display: block;
  padding: 0.3em;
  padding-left: 0.8em;
  padding-right: 0.8em;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
a.dr-tabs-active, a.dr-tabs-active:hover, a.dr-tabs-active:visited {
  padding-top: 0.5em;  
}
div.dr-tabs {
  display: none;
  margin: 0; 
  padding: 0.5em;
  background-color: #FFFFFF;
  clear: both;
  overflow: auto;
}
div.dr-tabs-active {
  display: block;
}

div.dr-win-overlay {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.dr-win-overlay-2 {
  background-color: gray;  
  opacity: 0.5;  
}
div.dr-win {
  min-width: 150px;
  margin: 0;
  padding: 0 5px 5px 5px;
  position: absolute;
  top: 0;
  left: 0; 
  background-color: #8DC8FB;
  text-align: center;
  cursor: default;
  border: 1px solid #7EB6E6;
  border-radius: 2px;   
  box-shadow: #A0A0A0 0px 0px 8px; 
}
div.dr-win-title-bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  color: #FFFFFF;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
	text-overflow: ellipsis;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.dr-win-title {
  width: 70%;
  display: inline-block;
  margin: 2px 0 2px 0;
  padding: 0;
  float: left;
  color: #000000;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
	text-overflow: ellipsis;
}
button.dr-win-title-bar-close {
  margin: 0;
  padding: 0 1em 0 1em;
  float: right; 
  background-color: #DC5B5B;
  border: 0px;
  border-radius: 2px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
div.dr-win-body {
  width: 100%;
  margin: 0;
  padding: 0; 
  background-color: #F5F6F7;
  clear: both;
  overflow: auto;
  border-radius: 2px;
}
.dr-win-body-text {
  display: block;
  margin: 0;
  padding: 0.5em;
  text-align: center;  
}
.dr-win-iframe {
  display: inherit;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0; 
  background-color: #FFFFFF;  
}
div.dr-win-buttons {
  width: 100%;
  margin: 0;
  padding: 5px 0px 3px 0px; 
  clear: both;
  text-align: center;  
}
button.dr-win-buttons-button {
  margin: 0px 0px 0px 1px;  
}
div.confirm-win {
  width: 15em;
}
div.error {
  background-color: #FB8E8E;
  border: 1px solid #E67E7E;
}
div.dr-presentation {
  width: 100%;
  height: 500px;
  margin-bottom: 2em;
  position: relative;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  border: 1px solid #F0F0F0;
}
div.dr-presentation-menu {
  max-width: 40%;
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 999;
  opacity: 0.6;
}
div.dr-presentation-menu:hover {
  opacity: 1;
}
button.dr-presentation-menu,
button.dr-presentation-menu:hover,
button.dr-presentation-menu:focus {
  padding: 3px 8px 3px 8px;
  font-size: 0.9em;  
}
button.dr-presentation-menu-a,
button.dr-presentation-menu-a:hover,
button.dr-presentation-menu-a:focus {
  background-color: black;
  color: white;
  border-color: black;
}
button.dr-presentation-prev,
button.dr-presentation-next {
  padding: 10px 8px 10px 8px;
  position: absolute;
  top: 40%;
  left: 1em;
  z-index: 999;
  opacity: 0.4; 
  width: 40px;
  height: 60px;   
}
button.dr-presentation-prev:hover,
button.dr-presentation-next:hover {
  opacity: 1;    
}
button.dr-presentation-next {
  position: absolute;
  top: 40%;
  left: auto;
  right: 1em;
  z-index: 999;    
}
div.dr-presentation-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: auto;
  text-align: right;
  cursor: pointer;
}
div.dr-presentation-img-a {

}
img.dr-presentation-img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
img.dr-presentation-img[data],
img.dr-presentation-img[urlopen] {
  cursor: pointer;
}
span.dr-presentation-title {
  max-width: 60%;
  margin: 0;
  padding: 10px 10px 10px 20px;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 999;
  font-size: 1.7em;
  font-weight: bold;
  color: black;
  background-color: #F0F0F0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  cursor: pointer;
  opacity: 0.8;
  white-space: normal;
  text-align: left;
}

@media print {
  body {
    font-size: 0.8em;
  }
  .dr-tabs-box, div.dr-tabs, div.dr-tabs-active {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    border: 0;
    background: none;
    box-shadow: none;    
  }
  ul.dr-tabs, div.dr-win, div.dr-win-overlay {
    display: none;      
  }     
}