/*
 +--------------------------------------------------------+
 | Copyright 2000-2020 by ImageWare Components GmbH       |
 | Any changes to this file and any usage apart from the  |
 | original license agreement require prior written       |
 | permission by ImageWare Components GmbH, Germany       |
 +--------------------------------------------------------+

#
# File: css/ajax_css.css
# $LastChangedBy: holtkamp@imageware.de $
# $LastChangedDate: 2020-03-12 16:51:10 +0100 (Do, 12. Mär 2020) $
# $LastChangedRevision: 8119 $
#
*/

tr.alt td {
  background: #fefefe;
}
tr.over td {
  background: #ffc0a0;
}

/* progressbar */
.progressfixed{
  background: #567 url("../javascripts/jquery/img/progressfixed_squarecircle.gif") no-repeat;
  position: absolute;
  left:256px;
  top:6px;
  width: 31px;
  height: 31px;
  visibility: hidden;
}
#progressfixedtext{
  border: solid 0px #000;
  float:left;
  font-size: 8pt;
  text-align:center;
  color: #000;
  font-weight:normal;
  margin-left:40px;
  margin-top:13px;
  display:none;
}
.loadprogressfixed {
  z-index:98;
  position: absolute;
  width: 180px;
  height: 50px;
  margin: 15px 0px 0px 15px;/* => width u. height geteilt durch 2! */
  top: 45%;
  left: 40%;
  overflow: auto;
  /*background: #f7f7f7 url("../img/ajax-loader-trans.gif");*/
  /*background: #fffffa url("../img/ajax-loader-trans-orange.gif");*/
  background: #567 url("../javascripts/jquery/img/ajax-loader-facebook-trans.gif") no-repeat 50% 70%;
  border: solid 8px #eeee11;
  border-radius: .8em;
  -webkit-border-radius: .8em;
  -moz-border-radius: .8em;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .9);/*255, 144, 128 orange*/
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .9);/*255, 144, 128 orange*/
  /*display:none;*/
  visibility: hidden;
}
.loadprogressbar {
}
#loadprogressA{
  font-weight:bold;
  text-align:center;
  background: #123456 url("../javascripts/jquery/img/ajax-loader-facebook-trans.gif") no-repeat 90% 50%;
  color: #ffff00;
  padding:0.4em;
  margin: 0.4em;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,20, .3);
  -moz-box-shadow: 4px 4px 4px rgba(0,0,20, .3);
}
#loadprogressB{
  font-size: 8pt;
  text-align:center;
  color: #fff;
  font-weight:normal;
  padding:2px;
  margin: 2px;
}
#spinnerstandalone
{
  background: transparent url("../javascripts/jquery/img/ajax-loader-trans-orange.gif") no-repeat 100% 100%;
  width:32px;
  height:32px;
  display:block;
  color:#000;
}
#fott{
  position: absolute;
  left:625px;
  cursor: pointer;
  padding-right:8px;
  text-align:right;
}
#close:hover{

}
#close{
  padding: .2em .2em .2em 8px;
  text-align:left;
  font-weight:bold;
  background: #567;
  color: #fff; /*#fc9619;*/
}
#contexthelp{
  position: absolute;
  background: #fffffa;
  visibility: hidden;
  display:none;
}
.showMEResult {
  display:none;
  visibility: hidden;
}
.message_table{
  font-size:.9em;
  width:100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}
.message_title{
  background: #c0c0c0;
}

#message_td{
  margin:0;
  font-size: 1.2em;
  font-weight:bold;
  letter-spacing:1px;
  text-align:center;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}
#me_show_error{
  display:none;
  visibility:hidden;
}
#error_history{
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.content{
  overflow:visible;
  visibility:hidden;
  float:right;
  position:relative;
  background: inherit;
  color: #000000;
  padding:2px;
  margin-left:10px;
}
#message_error, #error, #red{
  color:#dd0000;
  font-weight:bold;
  /* border-bottom: solid 1px #dd0000;*/
}
#message_success, #success, #green{
  background:inherit;
  color:#00a090;
  font-weight:bold;
  /*border-bottom: solid 2px #c3c4c5;*/
}
#message_neutral {
  background:#009290;
  color:#fff;
  font-weight:bold;
  /*border-bottom: solid 2px #c3c4c5;*/
}
/* tooltip styling */
.tooltip {
  color: #000;
  font-size: 9pt;
  margin-top: -10px;
  margin-left: 5%;
  padding: .5em;
  background: #ffffa4;
  border: solid 1px #000;
  border-radius: .3em;
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  -webkit-box-shadow: 0 1px 3px rgba(85, 102, 119, .4);/*255, 144, 128 orange*/
  -moz-box-shadow: 0 1px 3px rgba(85, 102, 119, .4); /*255, 144, 128 orange*/
}
/* a .label element inside tooltip */
.tooltip .label {
  color:yellow;
  width:35px;
}
.tooltip a {
  color:#ad4;
  font-size:11px;
  font-weight:bold;
}
.icontip{
  margin:1px;
}
.icontip:hover{
  cursor:pointer;
  border-bottom: 1px dotted #9eb2c6;
  background: #dfe6ee;
}
.icontip:focus{
  cursor:pointer;
  border-bottom: 2px solid #9eb2c6;
}
/*----------------------*/
/* unset classes        */
/*----------------------*/
.menu_user, i, b{
}

.ui-widget-header {
  border: 1px solid silver;
  background: #9EB2C6;
  color: white;
  font-weight: bold;
}
