#table-wrapper {
    position:relative;
}
#table-scroll {
    overflow:auto;
    margin-top:20px;
}
#table-wrapper table {
    width:100%;

}
#table-wrapper table * {
    /* color:black; */
}
#table-wrapper table thead th .text {
    position:absolute;
    top:-20px;
    z-index:2;
    height:20px;
    width:35%;
    border:1px solid red;
}

body {
    margin-top:-4px !important;
    padding-top:-4px !important;
}

.navigation {
    margin-top:0px !important;
    padding-top:0px !important;
}

.userdata {
    border: 1px solid #003852;
    padding: 4px;
    padding-left: 12px;
    margin-top: -16px;
    border-radius: 3px;
    background-color:#f0f8ff;
    box-shadow: 2px 2px 10px #456;
}

.controls {
    margin-top:10px;
}

.ctrlpaneltd {
    cursor:pointer;
}


.ctrlpaneltd:hover {
    cursor:pointer;
    border-bottom: 1px solid #5ccbff;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0 0 0;
}

#tmeny {    font-size:14px; cursor:pointer;text-color: #000000;
	    border-bottom: 1px solid #808080; margin: 12px 0px 0px 0px; padding:0px; padding-bottom:3px; margin-top:14px; z-index: 1; padding-left: 10px;
       }
#tmeny li {margin: 0px;
display: inline; overflow: hidden; list-style-type: none;}
#tmeny a, a.active {
  background: #c0c4c8;

  background:-webkit-gradient(
  linear,
  left bottom,
  left top,
  color-stop(0.0, rgb(20,20,20)),
  color-stop(0.05, rgb(120,120,120)),
  color-stop(0.2, rgb(200,210,220)),
  color-stop(0.4, rgb(230,240,250)),
  color-stop(0.7, rgb(240,250,255))
  );
  background:-moz-linear-gradient(
  center bottom,
  rgb(192,208,224) 39%,
  rgb(230,240,250) 70%
 );
  border-radius:4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #123; font: normal 1em verdana, Arial, sans-serif;
  border-top: 1px solid #80888f;
  border-left: 1px solid #80888f;
  border-right: 1px solid #80888f;
  padding: 2px 5px 4px 5px;
  text-decoration: none; cursor:hand;
}
#tmeny a.active { font-weight:bold; background: #FFFFFF; border-bottom: 3px solid #ffffff;
}
#tmeny a:hover { color: #000; background: #b9ddff; }
#tmeny a:visited { color: #000008; }
#tmeny a.active:hover { background: #EEE; color: #236; }
#tmenycontent {font: 0.9em/1.3em verdana, sans-serif; text-align: justify; background: #ffffff; padding: 20px; border: 1px solid black; border-top: none; z-index: 2; }
#tmenycontent a { text-decoration: none; color: #E8E9BE; }
#tmenycontent a:hover { background: #aaaaaa; }

.boxtb {background-color:#FFF;border:0px;border-spacing: 0px;}
.boxtl {width:8px; height:8px; background: transparent url("img/box1a.png") -0px -0px no-repeat;}
.boxtt {height:8px; background: transparent url("img/box1a.png") -0px -32px repeat-x;}
.boxtr {width:8px; height:8px; background: transparent url("img/box1a.png") -0px -8px no-repeat;}
.boxrr {height:8px; background: transparent url("img/box1b.png") -8px -0px repeat-y;}
.boxbr {width:8px; height:8px; background: transparent url("img/box1a.png") -0px -16px no-repeat;}
.boxbb {height:8px; background: transparent url("img/box1a.png") -0px -40px repeat-x;}
.boxbl {width:8px; height:8px; background: transparent url("img/box1a.png") -0px -24px no-repeat;}
.boxll {height:8px; background: transparent url("img/box1b.png") -0px -0px repeat-y;}
.boxcc {background-color:#FFF; padding: 1px;}

.tooltip{
  display: inline;
  position: relative;
  -moz-box-shadow:    inset 0 1px 0 1px rgba(0,0,0,.1);
  -webkit-box-shadow:    inset 0 1px 0 1px rgba(0,0,0,.1);
  box-shadow:    inset 0 1px 0 1px rgba(0,0,0,.1);
}

.tooltip:hover:after{
    background: #335;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}


.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

button {
 color: #004;
}

.shop_button {
    -moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    -webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
    background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
    background-color:#9dce2c;
    -webkit-border-top-left-radius:0px;
    -moz-border-radius-topleft:0px;
    border-top-left-radius:0px;
    -webkit-border-top-right-radius:0px;
    -moz-border-radius-topright:0px;
    border-top-right-radius:0px;
    -webkit-border-bottom-right-radius:0px;
    -moz-border-radius-bottomright:0px;
    border-bottom-right-radius:0px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomleft:0px;
    border-bottom-left-radius:0px;
    text-indent:0;
    border:1px solid #83c41a;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:19px;
    font-weight:bold;
    font-style:normal;
    height:40px;
    line-height:40px;
    width:312px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #689324;
}
.classname:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
    background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
    background-color:#8cb82b;
}.classname:active {
    position:relative;
    top:1px;
}

.window {
 background: #FFF;
 position: absolute;
 top: 20px;
 left: 30px;
 width: 680px;
 padding: 0px;
 -moz-border-radius: 7px;
 border: 2px solid #543;
 overflow: hidden;
 box-shadow: 3px 5px 25px #456;
 border-radius: 6px;
}

.framed {
 background: #DFD;
 top: 10px;
 width: 600px;
 padding: 2px;
 border: 1px solid #112;
 box-shadow: 1px 2px 1px #405060;
}

.window p {
 margin: 3px;
}

.windowinner {
 padding: 0px;
 margin: 0px;
 overflow: auto;
}

table.stw td,th {
 padding: 4px;
 padding-right: 2px;
 padding-left: 2px;
 font-size:11px;
}
table.stw {
    width:100%;
}

table.stw tr:hover {
 background-color: #123;
 color:#FFF;
 cursor:pointer;
}

.stw {
font-size: 12px;
}

.rr {
    background-color: #E8E8E8;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
}

.rb {
background-color: #ff0;
}

.page {
 background-color: #fff;
 margin: 0px;
 padding-left: 3px;
 padding-right: 3px;
 font-size:10pt;
 font-weight: bold;
}

h1
{
 -moz-border-radius-topleft: 5px;
 -moz-border-radius-topright: 5px;
 padding: 3px;
 display: block;
 background: transparent url("/img/bg2.jpg") -94px -0px repeat;
 font-size: 14px;
 margin: 0px;
 color: #fff;
 margin-top: 2px;
}

/*
h2
{
 font-size: 13px;
 background-color: #e0f0ff;
 border-radius: 1px;
 -moz-border-radius-topleft: 4px;
 -moz-border-radius-topright: 3px;
 -moz-border-radius-bottomright: 3px;
 -moz-border-radius-bottomleft: 3px;
 padding: 1px;
 padding-left:8px;
 display: block;
 margin-top: 4px;
 color: #000;
 border-bottom:1px solid #c0d0e0;
 border-right:1px solid #c0d0e0;
 border-left:1px solid #c0d0e0;
 );
 text-shadow: 1px 1px 1px #bcd;
}
*/
h3 {
 font-size: 13px;
}
.poied {
    background-color:#e8e8e0;
    margin-top:1px;
    margin-left:1px;
    padding-left:4px;
    border-radius:3px;
    border-bottom:1px solid #d8d8d0;
}

h2 {
 overflow: hidden;
 text-align: center;
 font-size: 13px;
 text-shadow: 1px 1px 1px #bcd;

}
h2:before,
h2:after {
    background-color: #333;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
h2:before {
    right: 0.5em;
    margin-left: -50%;
}
h2:after {
    left: 0.5em;
    margin-right: -50%;
}

.lockd
{
 padding: 2px;
 background: transparent url("/img/icons/lock.png") 2px 2px no-repeat;
 font-size: 13px;
 padding-left: 22px;
 background-color: #012;
 color: #def;
 height: 17px;
}

.noedt {
 color: #004;
 background-color:#DFD;
 border:0px;
 border-spacing: 0px;
}

.warning
{
 padding: 4px;
 background: transparent url("/img/icons/alert.png") 2px 2px no-repeat;
 font-size: 11px;
 padding-left: 22px;
 color: #f22;

}

.wresize {cursor:se-resize;width:20px; height:20px; background: transparent url("/img/sprites.png") -0px -0px no-repeat;}
.wclose {cursor:pointer;width:20px; height:20px; background: transparent url("/img/sprites.png") -0px -20px no-repeat;}

.tr1 { background-color: #FFF; }
.tr2 { background-color: #DDD; }


/*Styles for date picker*/

.scal{
	background-color: white;
	margin:3px;
	border:1px dashed gray;
	font-size:24pt;
	width:436px;
	min-height:300px;
	display:block;
	padding:10px;
	font-size:24pt;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	line-height:normal;
}

.scal:hover{
	cursor:pointer;
	/*cursor:hand; /* If you're worried about old IE versions, turn this on.  I have it off because I hate seeing css exceptions in my debug window. ;) */
}
.scal .calwrapper{
}
.scal .calweekswrapper{
	display:block;
}
.scal .calheader{
	display: block;
	width:100%;
	text-align:center;
	margin-bottom:2px;
}
.scal .caltitle{
	width:60%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.scal .calcontrol{
	margin: 2px;
	padding: 2px;
	font-size:12pt;
	font-weight: bold;
}
.scal .calcontrol:hover{
	background-color:red;
	color:white;
}
.scal .calclose{
	border: 1px solid black;
	float:right;
}
.scal .calprevmonth{
	float:left;
}
.scal .calnextmonth{
	float:right;
}
.scal .calnextyear{
	display:none;
}
.scal .calprevyear{
	display:none;
}
.scal .daybox{
	float:left;
	border:1px solid black;
	width: 60px;
	color:black;
	text-align:center;
}
.scal .dayboxvalue{
    display: none;
}
.scal .dayboxname{
	background-color: black;
	color:white;
	font-size:16pt;
}
.scal .dayboxsunday{
	background-color: lightgray;
}
.scal .dayboxsaturday{
	background-color: lightgray;
}
.scal .daybox:hover{
	border:1px solid red;
}
.scal .dayboxname:hover{
	border:1px solid black;
}
.scal .dayinmonth{
	color: black;
}
.scal .dayoutmonth{
	color:gray;
}
.scal .dayselected{
	background-color: red;
	color: white;
}
.scal .daycurrent{
	border:1px solid red;
}
.scal .weekbox{
	width:100%;
	display:block;
}
.scal .endweek{
	float:left;
}
.scal .weekboxname{
}

.tinyscal{
	font-size:8pt;
	width:154px;
	min-height:140px;
}
.tinyscal .calcontrol{
	font-size:8pt;
}
.tinyscal .caltitle{
	padding:3px;
}
.tinyscal .daybox{
	width: 20px;
}
.tinyscal .dayboxname{
	font-size: 8pt;
}
.tinyscal .weekboxname{
	margin-top:5px;
}

.picture { background-color: #000000; padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left: 1px; margin-top: 2px; margin-right: 2px; margin-bottom: 2px; margin-left: 2px; border-color: #CCCCCC #333333 #000000 #666666; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px}

.class1 A {padding:0px; color:#003852;}
.class1 A:link {text-decoration: none}
.class1 A:visited {text-decoration: none}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: none; color: black;}

.areaheader {
 color:#FFF;
 font-weight:bold;
 padding:4px;
 margin:0px;
 margin-bottom:3px;
 margin-top:4px;
 background-color:#006696;
 -webkit-border-radius: 2 px;
 -moz-border-radius: 2px;
 border-radius: 2px;
}

.rulestexteditor {
	background-color: #EEE;
	margin:3px;

	padding:6px;
	font-size:9pt;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	line-height:normal;
}

.orgdropdown {
 font-size:11px !important;
}


.fadein {  border: 1px solid #bbb; border-radius:2px; position:relative; height:280px; width:640px; }
.fadein img { position:absolute; left:0; top:0; }



/* -------------------------------------------- */

.protoshow,
.protoshow .show {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 628px;
    height: 260px;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    height: 100%;
}

.active-slide {
    z-index: 100;
}

.protoshow .slide-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    padding: 1em 10px;
    background-color: #000;
    background-color: rgba(0,0,0,.4);
    color:#fff;
}

.proto-progress-timer {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 9999;
}


/* TRANSITION SLIDE
------------------------------------------------*/

.transition-slide .show-window {
    overflow: hidden;
    position: relative;
}

.transition-slide .show {
    position: absolute;
    top: 0;
    left: 0;
    width: 999999px;
}

.transition-slide .slide {
    position: static; /*overide*/
    float: left;
    display: block;
}


/* PROTO CONTROLS
------------------------------------------------*/

.proto-controls,
.proto-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}

.proto-controls a:link,
.proto-controls a:visited,
.proto-navigation a:link,
.proto-navigation a:visited {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

.proto-controls li {
    position: absolute;
    top: 50%;
    margin-top: -36px;
    left: 10px;
    width: 10%;
    height: 100%;
    z-index: 110;
}

.proto-controls .forward {
    right: 10px;
    left: auto;
}

.proto-controls a {
    width: 100%;
    height: 61px;
    background: url(/img/proto_controls_bg.png) no-repeat 0 0;
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter:alpha(opacity=20);
}

.proto-controls a:hover,
.proto-controls a:focus {
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
}

.proto-controls .forward a {
    background-position: 100% -90px;
}


/* PROTO NAVIGATION
------------------------------------------------*/

.proto-navigation {
    position: absolute;
    top: 0;
    right: 50%;
    float: right;
    z-index: 120;
}

.proto-navigation li {
    float: left;
    left: 50%;
    padding: 12px 6px;
    position: relative;

}

.proto-navigation a {
    background-color: #fff;
    background-color: rgba(0,0,0,.2);
    height: 8px;
    text-decoration: none;
     width: 8px;
     -moz-border-radius:30px;
     -webkit-border-radius:30px;
     border-radius:30px;
     -moz-box-shadow:    inset 0 1px 0 1px rgba(0,0,0,.1);
     -webkit-box-shadow:    inset 0 1px 0 1px rgba(0,0,0,.1);
     box-shadow:    inset 0 1px 0 1px rgba(0,0,0,.1);
}

.proto-navigation a:hover,
.proto-navigation a:focus {
    background-color: #999;
}

.proto-navigation .current-slide a {
    background-color: #363F4E;
}


.dbutt {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 2.5px 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.5) 0 1px 0;
   color: white;
   font-size: 12px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   padding-left: 6px;
   padding-right: 6px;
   }
.dbutt:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.dbutt:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }


.grad1 {
 background: #f8ffe8; /* Old browsers */
 background: -moz-linear-gradient(top,  #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8ffe8), color-stop(33%,#e3f5ab), color-stop(100%,#b7df2d)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* IE10+ */
 background: linear-gradient(to bottom,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#b7df2d',GradientType=0 ); /* IE6-9 */
}

.grad2 {
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 0%, #ddf1f9 6%, #ddf1f9 6%, #a0d8ef 19%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #feffff 0%,#ddf1f9 6%,#ddf1f9 6%,#a0d8ef 19%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #feffff 0%,#ddf1f9 6%,#ddf1f9 6%,#a0d8ef 19%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.grad1:hover {
 background: #f8ffe8;
}
.cartaction {
 padding: 2px;
 vertical-align: middle
}
.cartaction:hover {
 color:#FFF;
 cursor:pointer;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1da36+0,fefcea+83 */
background: #f1da36; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #f1da36 0%, #fefcea 83%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #f1da36 0%,#fefcea 83%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #f1da36 0%,#fefcea 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.reskontra1 {
    border:1px;
    border-style:solid;
    border-color:#c0c0c0;
    background-color:#d0e0f0;
    margin-top:3px;
    margin-left:8px;
    padding:2px;
    padding-bottom:1px;
    border-radius:2px;
}

.reskontra2 {
    border:1px;
    border-style:solid;
    border-color:#c0c0c0;
    background-color:#e0e0e0;
    margin-top:3px;
    margin-left:8px;
    padding:2px;
    padding-bottom:1px;
    border-radius:2px;
}

/* Icon pulse */
.fa-pulse {
	display: inline-block;
	-moz-animation: pulse 2s infinite linear;
	-o-animation: pulse 2s infinite linear;
	-webkit-animation: pulse 2s infinite linear;
	animation: pulse 2s infinite linear;
}

@-webkit-keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0.75; }
	100% { opacity: 1; }
}
@-ms-keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0.75; }
	100% { opacity: 1; }
}
@keyframes pulse {
	0% { opacity: 1; transform: scale(1.20)}
	50% { opacity: 0.75; transform: scale(1.0)}
	100% { opacity: 1; transform: scale(1.20)}
}

.fa-bounce {
    display: inline-block;
    position: relative;
    -moz-animation: bounce 1s infinite linear;
    -o-animation: bounce 1s infinite linear;
    -webkit-animation: bounce 1s infinite linear;
    animation: bounce 1s infinite linear;
}

@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
