/************************* CSS pre-parsed by easydb ************************/

/*
* [roloff@adk.de]
* adk custom styles, mainly color changes and custom images
* overrides styles from
* /opt/easydb/4.0/docroot/themes/archive/archive.css
* /opt/easydb/4.0/docroot/instances/adk/design/adk.css
*
* I'll use the comments from the original files to make clear what is customized.
*
*/

/******************************************************************************
*
* /opt/easydb/4.0/docroot/themes/archive/archive.css
*
*******************************************************************************/

/* import host dependent css (mainly to distinguish test, internal and external system) */
@import "";

/*******************************************************************************
* GLOBAL OVERRIDES
*******************************************************************************/

a, span.link {
    color:#00a9e5;
}

/*******************************************************************************
* LAYOUT ELEMENTS
*******************************************************************************/

/* loginbox logo (own grey logo relative to our current position)*/
#loginBox div.header {
    background: url(img/ezdb_archive_logo_small.png) right #ffffff no-repeat;
}

/* main logo in upper left area (own grey logo relative to our current position)*/
#headbar .mainmenu {
    background-image: url(img/ezdb_archive_logo_header.png);
	background-size: 240px auto;
}

/*******************************************************************************
* BUTTONS
*******************************************************************************/

/* hovered buttons */
#headbar .mainmenu a:hover,
a.butMainMenu:hover {
    background-color: #AAA;
    color:#000;
}

/* active button in mainmenu */
#headbar .mainmenu a.active,
a.butMainMenu.active {
    background-color: #CCC;
    color:#000;
}

/* active and hovered buttons in submenu */
#headbar .submenu a.active,
#headbar .submenu a:hover {
    background-color: #AAA;
    color:#000;
    line-height:24px;
}

/* hoverdivs in toolbar */
a.hoverdivLink.hovered {
    background: #aaaaaa;
    color: #ffffff;
}
.hoverdiv {
	background-color: #aaaaaa;
	border: none;
	min-width:100px;
	padding:5px;
}
.hoverdiv a,
.hoverdiv a:hover {
	display: block;
	color: #ffffff;
	padding: 3px 5px;
    text-decoration: none;
}
.hoverdiv a:hover {
	color: #333333;
	background: #eeeeee;
}


/* general buttons */
.button,
.login_button,
.popuplinks_edit a,
.popuplinks_search a,
.popuplinks_remove a {
    color: #FFFFFF;
    background-color:#00A9E5;
}
.button:hover,
.login_button:hover,
.button:disabled,
a.button:hover {
    background-color:#78C5E3;
}
.button.small:hover,
.popuplinks_edit a:hover,
.popuplinks_search a:hover,
.popuplinks_remove a:hover {
    background-color:#78E5E3;
}
.button.selected {
  background-color: #00A9E5;
}

/* IE6 fixes for icon buttons */
* html .icon.automator {
    *background-color: #00a9e5;
}
* html .icon.bildvergleich {
    *background-color: #00a9e5;
}
* html .icon.connector {
    *background-color: #00a9e5;
}



/* search button */
.icon.searchbutton {
    background-image: url(img/ico-search-24.png);
}
/* new button */
.icon.add {
    background-image: url(img/ico-plus-24.png);
}
/* bestand close button */
.icon.closeicon {
    background-image: url(img/but-undo-24.png);
}
/* direct download button */
.icon.downicon {
    background-image: url(img/but-export-24.png);
}

/* direct download button */
.icon.expand {
    background-image: url(img/icon_down.png);
    height: 12px;
    width: 64px;
}

/* direct download button */
.icon.collapse {
    background-image: url(img/icon_up.png);
    height: 12px;
    width: 64px;
}


/*******************************************************************************
* CORE OVERRIDES
*******************************************************************************/

/* new zoomer styling */
.MoveToolActive,
.ZoomToolActive,
.InfoToolActive,
.plusButtonActive,
.minusButtonActive,
.fitButtonActive {
    background-color: #00a9e5;
}

/*******************************************************************************
* OTHERS
*******************************************************************************/

/* mark colors */
input.changed,
textarea.changed,
a.changed,
select.changed,
.editorTable div.changed {
    background-color:#B1DCED;
    color:#000000;
}

/* uploader state notification colors */
div.uploader.info.hasFiles,
div.uploader.standard.changed,
div.uploader.standard .changed,
div.uploader.mini.changed,
div.uploader.mini .changed {
    background: #B1DCED;
}

/* rightsmanager states */
.moving {
	background-color: #B1DCED;
}

/* result markers */
.result.marked {
	background-color:#B1DCED;
}

.result.edit,
.result.detail {
	background-color:#00A9E5;
}

.popup .marked {
	background-color:#B1DCED;
	color:#000000;
}

/*******************************************************************************
* CHANGELOG POLLER
*******************************************************************************/

div#changelog_poller {
	background-color:#B1DCED;
}

div#changelog_poller button {
  background-color:#00A9E5;
  border:1px solid #00A9E5;
  color: #FFFFFF;
}

/*******************************************************************************
* PROGRESSBAR
*******************************************************************************/

.Progressbar .bar {
    background:#B1DCED;
}

/*******************************************************************************
* help
*******************************************************************************/

#helpWindow {
	border:1px solid #00a9e5;
	color:#00a9e5;
}

.helpHeadbox {
	border-bottom:1px solid #00a9e5;
}

.helpLogo {
	background-color:#00a9e5;
}

/*******************************************************************************
* Massenimporter
*******************************************************************************/

.manualbrowse.selstack.root, .manualbrowse.stack.root {
	background:#00a9e5 none repeat scroll 0 0;
}

/******************************************************************************
*
* /opt/easydb/4.0/docroot/instances/adk/design/adk.css
*
* we have to use !important here, since adk-custom.css is included at the
* beginning of adk.css
*******************************************************************************/

/* special classes for adk*/

.notifier {
        background-color:#B1DCED !important;
}

button#go_action_button{
        background-color: #CC7F37 !important;
        color: #FFFFFF !important;
}

button#go_action_button:hover{
        background-color: #DF9954 !important;
}

/*******************************************************************************
* own additions
*******************************************************************************/

.adk_infotext_button{
    /*font-size: 10px;*/
    height: 14px;
    width: 14px;
    background-color: #00A9E5;
    color: #FFFFFF;
    padding: 0px 2px 0px 2px;
}

/*******************************************************************************
* welcome/help pages
*******************************************************************************/

.welcome_textblock {
    width:700px;
    float:left;
    margin-top:20px;
}

.welcome_textblock h1 {
    margin-top: 0px
}

.welcome_bildblock {
    float:left;
    width:450px;
    margin-top:20px;
    margin-right:20px;
}

.adk_button{
/*    font-size: 10px;*/
    padding:2px;
    font-weight:bold;
    line-height: 14px;
    text-align:center;
    height: 14px;
    width: 14px;
    background-color: #00A9E5;
    color: #FFFFFF;
    padding: 2px 4px 2px 4px;
}

div.adk_welcome{
    margin-bottom: 10px;
    text-align:justify;
}

a.adk_external{
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=") no-repeat scroll right center rgba(0, 0, 0, 0);
padding-right: 13px;
}

.adk_mark{
font-weight:bold;
}

.adk_table{
border-collapse:collapse
}

.adk_table tr td{
padding: 2px;
border: 1px solid black;
}

#delayBox{
      min-width:250px;
      width: 250px;
      height:14pt;
      left: 45%;
      margin-left: -75px;
      top: 50%;
      font-size:12pt;
      font-weight:bold;
}

/* design/fixes for uploader in VEEdit/Mediadaten */
body.mask-self-edit-VEEdit div.editlinkGroup.media,
body.mask-self-edit-VEEditBig div.editlinkGroup.media {
    width: 100%;
    margin-bottom: 3px;
    padding: 2px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
}

/* lookup table */

table#ve td {
    vertical-align: top;
}

td.editable {
        font-weight: bold;
}

/* person editor gnd lookup table */
table#gnd_resulttable td {
    vertical-align: top;
    height: 18px;
}

.gnd_linkbutton {
    background-image: url(/css/themes/archive/easydb4/img/button_arrow_left.gif);
}

.entityfacts th {
    text-align: left;
    vertical-align: top;
}

/* dnb view button */
.rect {
    width: 28px;
}

/* new login page */

/* divs to center login form */
#login_outerdiv {
  display:table;
  width:100%;
  /*z-index: 10;*/
}

#login_innerdiv {
  	display: table-cell;
  	/* vertical-align: middle; */
  	padding-top: 100px;
}

/* actually a table holding the content */
#login_contentdiv {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  background-color: rgba(255,255,255,1.0);
}

#login_contentdiv > input {
  width: 150px;
}

#loginWelcome {
  text-align: center;
}

.login_button {
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 50px;
	width: 100px;
  font-weight: bold;
  text-decoration: none;
}

