@media screen{
    body>div#header-center{
        position: fixed;
        width: 100%;
        top:0;
        margin:auto;
        z-index:100;
        text-align: center;
        height: 89px;
        background-color: #19191a;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #ffffff;
    }
    body>div#footer-center{
        position: fixed;
        width: 100%;
        bottom:0;
        margin:auto;
        z-index:100;
        text-align: left;
        height: 30px;
        background-color: #19191a;
    }
}

* html body{
    overflow:hidden;
}
body {
    background-color: #e5e5e5;
    color: #444444;
    font: normal 13px 'OpenSans', Arial, Helvetica;
    margin:auto;
    text-align: center;
    position: relative;
}

#main-content {
    background-color: #e5e5e5;
    position: relative;
    min-width: 1200px;
    margin: auto;
    text-align: left;
}
div#logo {
    position: absolute;
    width: 160px;
    height: 60px;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 200;
    cursor:pointer;
    text-align: right;
}
div#logo img {
    height: 55px;
    margin: 14px 10px 0 0;
}
div#fullheader{
    /* width:100%;*/
    position: relative;
    margin:auto;
    min-width: 1200px;
    /*border-radius: 0 0 16px 16px;
    background-color: #f1f3f6;*/
}
#mainmenu {
    position: relative;
    font: normal 13px 'OpenSansBold', Arial, Helvetica;
    text-transform: uppercase;
    opacity: 0.9999999;
    z-index: 100;
    height: 45px;
    width: 100%;
}
#mainmenu #mmchld {
    position: relative;
}
#mainmenu #mmchld div {
    background-color: #222225;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #111111;
    height: 36px;
    float:left;
    padding: 18px 22px 0 22px;
    margin: 0;

    box-shadow: inset 0 33px 3px rgba(60, 60, 70, .6);
}
#mainmenu #mmchld a:first-child div {
    border-radius: 0; /* menuradius*/
}

#mainmenu #mmchld a:last-child div {
    border-radius: 0 0 16px 0; /* menuradius*/
}
#mainmenu #mmchld div:hover {
    background-color: #303032;
}
#mainmenu #mmchld a:link, #mainmenu a:visited {
    color: #cccccc;
    text-shadow: 1px 1px 0 rgb(0, 0, 0);
}
#mainmenu  a:hover {
    color: #cccccc;
    text-shadow: 1px 1px 0 rgb(0, 0, 0);
}
#mainmenu #mmchld .mm-selected {
    background-color: #19191a;
    color: #eeeeee;
    border-top: 3px solid #50b849;
    border-bottom: 0;
    border-right: 1px solid #111111;
    box-shadow: inset 0 30px 3px rgba(20, 20, 20,.6);
}
#mainmenu #mmchld .mm-selected:hover {
    background-color: #19191a;
}
#user {
    color: #aaaaaa;
    float: left;
    font: normal 12px 'OpenSans', Arial, Helvetica;
    text-transform: none;
    margin: 0 8px 0 18px;
    border-radius: 0 0 8px 8px;
    padding: 5px 18px 7px 14px;
    text-align: left;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    box-shadow: inset 0 33px 3px rgba(60, 60, 70, .6);
}
#logout-button {
    display: none;
    line-height: 26px;
}
.userlayer {
    height: 44px;
}
#submenu {
    font: normal 12px 'OpenSans', Arial, Helvetica;
    text-transform: uppercase;
    opacity: 0.9999999;
    z-index: 100;
    height: 32px;
    border-radius: 0 0 16px 16px; /* menuradius*/
}
#submenu div {
    float:left;
    padding: 0 1px 0 1px;
    margin: 7px 13px 0 22px;
    border-radius: 2px;
    text-shadow: 1px 1px 0 rgb(0, 0, 0);
}
#submenu div:hover {
    color: white;
}
#submenu a:link, #submenu a:visited {
    color: #aaaaaa;
}
#submenu .sm-selected {
    color: #DDDDDD;
    border-bottom: 1px solid #50b849;
}

#gui-main {
    margin: auto;
    width: 620px;
}
#tymsg {
    font: normal 17px 'OpenSansLight', Arial, Helvetica;
    text-align: center;
    line-height: 60px;
    color: #999999;
}
#gui-login {
    background-color: #ffffff;
    border-radius: 12px;
    margin: auto auto 5px auto;
    width: 100%;
    padding: 20px 0;
    min-height: 80px;
}
#gui-main h1 {
    color: #50b849;
}
#gui-login table {
    width: 100%;
}
#gui-login td {
    height: 36px;
    font-size: 16px;
    color: #666666;
}
#gui-login a {
    color: #008fdd;
}
#gui-login input{
    background-color: #f1f3f6;
    color: #444444;
    border: 0;
    font-size: 16px;
    padding: 5px;
    width: 250px;
}
/*
#chk-euro {
    position: fixed;
    top: -10px;
    right: 300px;
    z-index: 1000;
    text-shadow: none;
    color: #EEEEEE;
}
*/
.sfi-label img {
    float:right;
    display: none;
    margin-top: 4px;
    height: 12px;
    cursor: pointer;
}
.flagOption {
    overflow: hidden;
    position: relative;
    width: 36px;
    height: 28px;
}
.option, .option img { width: 100%; height: 100%; }
.option {
    overflow: hidden;
    position: absolute;
    /* arctan(27 / 40) = 34.01935deg
     * need to skew by 90deg - 34.01935deg = 55.98065deg
    */
    transform: skewX(-55.98deg);
}
.option:first-child {
    left: -1px;
    transform-origin: 100% 0;
}
.option:last-child {
    right:3px;
    transform-origin: 0 100%;
}
.option img {
    transform: skewX(55.98deg);
    transform-origin: inherit;
}




#formbox input.button-blue, a:link.button-blue,a:visited.button-blue {
    padding: 3px 12px;
    color: white;
    line-height: 28px;
    text-align: center;
    text-shadow: none;
}

.chpwderr  {
    color: #ff5d5b;
    font-size: 12px;
}
#gui-login .errborder, #profile-form .errborder, #bank-form .errborder, #user-form .errborder {
    border: 1px solid #ff5d5b;
}
#login-footer {
    font-size: 10px;
    position: relative;
    color: #aaaaaa;
    margin-top: 6px;
}
#login-footer a {
    margin-left: 5px;
    margin-right:  5px;
}
#login-footer .copyr {
    margin-left: 10px;
}
#login-footer a.login-languages {
    margin-left:  10px;
    float: right;
    color: #aaaaaa;
}
#login-footer a.login-languages.selected{
    color: #0080c8;
}
#copyright {
    display: none;
}
.footer {
    color: #aaaaaa;
    font-size: 10px;
    padding: 8px;
}
#linecount {
    display: none;
    position: fixed;
    bottom: 9px;
    left: 48%;
    font: normal 12px 'OpenSans', 'Arial', 'Helvetica';
}
#login-btn {
    display:none;
}
#gui-login .togglehide {
    display:none;
}
#gui-login .toggleshow {
    display: block;
}
.login-input-field {
    position: relative;
    background-color: #f1f3f6;
    border-radius: .3em;
    width: 260px;
}
#gui-login #login-input-pass {
    width: 210px;
}
#login-button {
    position: absolute;
    top: 3px;
    right: 3px;
    opacity: .8;

}
.gui-login-toggle {
    height: 470px;
}
.gui-loginbutton-toggle {
    display: none;
}
.reg-input-text {
    width: 180px;
}



h1 { font: normal 28px 'OpenSansLight', Arial, Helvetica; color: #333333;  opacity: 0.9999999; width: 90%;}
h2 { font: normal 24px 'OpenSansLight', Arial, Helvetica; padding: 2px;color: #333333; opacity: 0.9999999; width: 90%;}
h3 { color: #333333; font-weight: normal; opacity: 0.9999999; width: 90%; text-shadow: 1px 1px 0 rgba(255,255,255,1);}
h4 { color: #333333; font: normal 14px 'OpenSans', Arial, Helvetica;text-transform: uppercase; opacity: 0.9999999; text-shadow: 1px 1px 0 rgba(255,255,255,1); margin: 1px 0;}
hr { color: transparent; border-bottom: 1px solid white; height:0; padding:0; margin:auto; width: 95%; }
.clear { clear: both; font-size:0; line-height:0; height:0; overflow:hidden; }
.alpha50 { opacity: .5; filter: alpha(opacity=50); }

.title-container {
    font: normal 26px 'OpenSansLight', Arial, Helvetica; color: #FFFFFF;
    background-color: #bbbbbb;
    padding: 8px 5px;
}

.boldfont { font-weight: bold; }
.smallfont { font-size: 10px;}
.uppercase {text-transform: uppercase;}
.mediumfont { font-size: 12px;}
.normalfont { font-size: 13px;}
.green { background-color: #50b849; }
.greenfont { color: #50b849; }
.blue { color: #008fdd; }
.bluefont { background-color: #008fdd; }
.silverfont { color: #999999; }
.view-fld {
    background-color: #f1f3f6;
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 5px;
}

a:link, a:visited  {
    color: #008fdd;
    text-decoration: none;
}
a:hover  {
    color: #333333;
}

a.filterlink, .filterlink {
    color: #999999;
    text-decoration: none;
}
a.filterlink:hover, .filterlink:hover {
    color: #386a8f;
    text-decoration: underline;
    cursor:pointer;
}
a.black, .black {
    color: #333333;
}
.footer a:hover  {
    color: #CCCCCC;
}
#searchicon {
    background-color: #fafafa;
    opacity: .5;
    padding: 2px;
    border-radius: 4px;
    border: 1px solid #00b0e7;
}
#searchicon:hover {
    opacity: 1;
}
.flag-sm {
    max-height: 28px;
    max-width: 36px;
    border: 1px solid #eee;
}
select {
    min-width: 65px;
    max-width: 250px;
}
input,select,textarea {
    font: normal 14px 'OpenSans', Arial, Helvetica;
    width: 400px;
    margin:0;
    border: 1px solid #ccb;

    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    padding: 2px;
    outline: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f1f3f6 inset;
}

input[type=checkbox] {
    border:0;
    width:16px;
}
/* If line-height can't be modified, then fix Firefox spacing with padding */
input::-moz-focus-inner {
    padding: .4em;
}
.button {


}
a.button {
    color: #444444;
}
a.button:hover {
    color: black
}
a.button.redfont:hover {
    color: #aa0000;
}
.button:hover {
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(50%, #eee), color-stop(50%, #ddd), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #eee 0%, #eee 50%, #ddd 50%, #eee 100%);
    background-image: -moz-linear-gradient(top, #eee 0%, #eee 50%, #ddd 50%, #eee 100%);
    background-image: -ms-linear-gradient(top, #eee 0%, #eee 50%, #ddd 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #eee 0%, #eee 50%, #ddd 50%, #eee 100%);
    background-image: linear-gradient(top, #eee 0%, #eee 50%, #ddd 50%, #eee 100%);
    cursor: pointer;

}

.button:active {
    -webkit-box-shadow: inset 0 0 20px 0 #fff, 0 1px 0 white;
    -moz-box-shadow: inset 0 0 20px 0 #fff, 0 1px 0 white;
    box-shadow: inset 0 0 20px 0 #fff, 0 1px 0 white;
    position: relative;
    top: 1px;
}

.button:focus {
    outline: 0;
    background: #fafafa;
}





.topmargin {
    margin-top: 12px;
}
.align-right {
    float: right;
    margin-right: 20px;
}
.align-left {
    float: left;
    margin-left: 20px;
}
.smallbutton {
    font: normal 11px 'OpenSans', Arial, Helvetica;
    border-radius: 3px;
    padding: 2px 10px 1px 10px;
    margin: 0;
    white-space: nowrap;
}

a.greenbutton {
    font-size: 13px;
    background: #50b849;
    border: 1px solid #c7f0c2;
    border-radius: 3px;
    padding:2px 10px;
    color: white;
    white-space: nowrap;
}
a.bluebutton {
    font-size: 16px;
    background: #00a3e7;
    border: 0;
    border-radius: 3px;
    padding:2px 12px;
    color: white;
    white-space: nowrap;
    line-height: 23px;
}
a.bluebutton:hover {
   background: #00b6ff;
}
a.whitebutton {
    font-size: 16px;
    background: #FFFFFF;
    border: 0;
    border-radius: 3px;
    padding:2px 12px;
    color: #00a3e7;
    white-space: nowrap;
    line-height: 23px;
}
a.whitebutton:hover {
   background: #ffffff;
}
.button:before {
    background: #ccc;
    background: rgba(0,0,0,.1);
    float: left;
    width: 1em;
    text-align: center;
    font-size: 1.5em;
    margin: 0 1em 0 -1em;
    padding: 0 .2em;
    -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    -moz-border-radius: .15em 0 0 .15em;
    -webkit-border-radius: .15em 0 0 .15em;
    border-radius: .15em 0 0 .15em;
    pointer-events: none;

}
#bxls {padding: 0 4px; margin-left: 0;}
#bcsv {padding: 0 4px;}
/* Buttons and inputs */

button.button, input.button {
    cursor: pointer;
    overflow: visible; /* removes extra side spacing in IE */
}

/* removes extra inner spacing in Firefox */
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* The disabled styles */
.button[disabled], .button[disabled]:hover, .button.disabled, .button.disabled:hover {
    background: #eee;
    color: #aaa;
    border-color: #aaa;
    cursor: default;
    text-shadow: none;
    position: static;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#selectorbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bigicon {
    background-color: #00b0e7;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    opacity: .5;
    cursor:pointer;
}
.bigicon:hover {
    opacity: 1;
}
.bigicon.selected {
    opacity: 1;
    border: 1px solid #00b0e7;
}
.search-box {
    color: #666666;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}
.search-field { width: 100%; font-size: 11px; height:18px; color: red;}
.search-form { padding:0; margin:0; width:100%; }
.search-field-item { float:left; height: 50px; z-index: 5; font: normal 11px 'OpenSans'; line-height: 18px;}
.search-field-selector li{
    list-style: none;
}
.search-field-selector {
    float:left;
    background-color: #f1f3f6;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 38px 6px 5px 6px;
    margin: 4px;
    height: 50px;
    width: 180px;
    text-align: center;
    z-index: 5;
    cursor: pointer;

}
.search-field-selector .rep-form{
    display:none;
}
.search-field-selected {
    float:left;
    background-color: #f1f3f6;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 42px 8px 5px 8px;
    margin: 4px;
    min-height: 310px;
    width: 92%;
    min-width: 650px;
    text-align: center;
    z-index: 5;
    cursor: default;
}

.search-field-selected .rep-tooltip {
    color: #aaaaaa;
}
.search-field-selected .rep-form{
    display: inherit;
    width: 650px;
    text-align: left;
    margin: auto;
}
#rep-1 select, #rep-7 select, #rep-5 select, #rep-6 select, #rep-10 select, #rep-11 select {
    width: 65px;
}
#rep-2 select{
    width: 80px;
}
#rep-3 select, #rep-4 select, #rep-8 select, #rep-9 select {
    width: 150px;
}
.rep-form .search-field-item{
    margin-right: 20px;
}
.statuslabel{
    text-align: center;
    font-style: italic;
    font-size: 12px;
    line-height: 22px;
}
.statuslabel-small{
    text-align: center;
    font-style: italic;
    font-size: 10px;
    line-height: 18px;
}
#selectorbox li:hover {
    background-color: #ffffff;
}
#selectorbox .search-field-selected{
    background-color: #ffffff;
}

.progressbar.ui-progressbar, .progressbar-small.ui-progressbar {
    border: 0;
    border-radius: 0;
    background: #eeeeee;
    margin: auto;
    width: 99%;
}
.progressbar .ui-progressbar-value, .progressbar-small .ui-progressbar-value {
    background: #50b849;
}
.progressbar-small.ui-progressbar {
    margin-top: 2px;
}
.progressbar-err {
    background: #aa0000;
}




/*
 SEARCH
*/
.search-box {
    padding: 10px 0 0 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: 0 1px 0 rgba(255,255,255,.9);
    color: #666;
}


.search-box #submit {
    float: right;
    border: 1px solid #00748f;
    height: 42px;
    width: 100px;
    padding: 0;
    cursor: pointer;
    font: normal 13px 'OpenSans';
    color: #fafafa;
    text-transform: uppercase;
    background-color: #0483a0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#31b2c3), to(#0483a0));
    background-image: -webkit-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -moz-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -ms-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -o-linear-gradient(top, #31b2c3, #0483a0);
    background-image: linear-gradient(top, #31b2c3, #0483a0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
}

.search-box #submit:hover,
.search-box #submit:focus {
    background-color: #31b2c3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0483a0), to(#31b2c3));
    background-image: -webkit-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -moz-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -ms-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -o-linear-gradient(top, #0483a0, #31b2c3);
    background-image: linear-gradient(top, #0483a0, #31b2c3);
}

.search-box #submit:active {
    outline: 0;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

.search-box #submit::-moz-focus-inner {
    border: 0;
}


#start-page {
    min-width: 750px;
}
#container-left-50 {
    float:left;
    margin-right: 10px;
    width: 49%;
}
.container-50 {
    float:left;
    width: 48%;
    margin-right: 14px;
}
#info-container-left {
    float:left;
    margin-right: 10px;
    width: 70%;
}
#info-container-right {
    float:right;
    width: 28%;
}

.graph-container  {
    background-color: #ffffff;
    width: 97%;
    border-radius: 6px;
    padding: 10px;
}
.monthstat-container  {
    float: left;
    background-color: #ffffff;
    width: 46.5%;
    border-radius: 6px;
    padding: 10px;
}
.monthstat-container-right  {
    float: right;
    background-color: #ffffff;
    width: 46.5%;
    border-radius: 6px;
    padding: 10px;
}
.news-read-container  {
    font: normal 13px 'OpenSans', Arial, Helvetica;
    background-color: #ffffff;
    width: 97%;
    min-width: 600px;
    border-radius: 16px;
    padding: 20px;
}
.news-read-container h1, .news-read-container h2  {
    font-size: 16px;
}
.news-read-container p {
     margin:5px;
}


#full-container {
    background-color: #ffffff;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;

}
.ttip {
    position:absolute;
    display: none;
    top: -18px;
    left: 1px;
    padding: 0;
    text-transform: uppercase;
    font-size: 10px;
    color: #bbbbbb;
    text-align: center;
    width: 72px;
}


.xlappcode {
    font: normal 24px 'OpenSans', Arial, Helvetica;
    color: #8ec466;
    line-height: 24px;
}


#home-news-container  {
    float:left;
    width: 65%;
    margin: 0 15px 15px 0;
}
#home-news {
    min-height: 300px;
    min-width: 350px;
    background-color: #ffffff;
    font: normal 12px 'OpenSans', Arial, Helvetica;
    color: #888888;
    border-radius: 16px;
    padding: 22px 25px 18px 25px;
}
#home-news div {
    margin-bottom: 25px;
}
#home-news h4 {
    color: #444444;
}

#home-support-container  {
    float:right;
    width: 32%;
    margin: 0 0 15px 0;
}
#home-support  {
    min-height: 300px;
    min-width: 200px;
    background-color: #ffffff;
    font: normal 12px 'OpenSans', Arial, Helvetica;
    color: #888888;
    border-radius: 16px;
    padding: 25px;
}
#home-support-container h3 {
    margin-top:0;
    padding-top:0;
}

.terms-frame-container {
    width:100%;
    margin: 0 15px 15px 0;
}
.terms-frame  {
    font: normal 11px 'OpenSans', Arial, Helvetica;
    background-color: #f1f3f6;
    border-radius: 16px;
    padding: 15px;
}
.terms-frame iframe {
    border-radius: 10px;
}
#formbox .info {
    font: normal 11px 'OpenSans', Arial, Helvetica;
    padding: 2px;
    color: #888888;
    max-width: 450px;
}
#formbox .checklist-title {
    font: normal 12px 'OpenSans', Arial, Helvetica;
    color: #888888;
    /*background-color: #fcfcfc;*/
    border-bottom: 2px solid white;
    padding: 5px;
    border-radius: 2px;
    min-width: 250px;
    max-width: 400px;
    float: left;
}
#formbox .checklist-value {
    font: normal 12px 'OpenSans', Arial, Helvetica;
    padding: 6px 2px;
    color: #666666;
    float: left;
    width: 400px;
    background-color: #fcfcfc;
    border-radius: 2px;
    margin-top: 3px;
}
#formbox .radio-container {
    padding: 8px 6px;
    background-color: white;
    border-radius: 6px;
    white-space: nowrap;
    border: 1px solid #eed;
    margin-top: 3px;
    color: #777777;
}
#formbox .checkbox-container {
    padding: 8px;
    background-color: white;
    border-radius: 4px;
    white-space: nowrap;
    border: 1px solid #eed;
    margin-top: 3px;
    color: #777777;
}
#formbox #ctab-3 .checkbox-container {

}

#formbox input, #formbox textarea { padding: 8px;color: #777777; }
#formbox .button { padding: 2px 40px; }
.rep-form .button { padding: 2px 20px; margin-left: 0; }
#formbox .button.align-left { padding: 2px 15px 2px 22px;  }
#formbox .button.smallbutton { padding: 0 12px; border-radius: 4px; min-height: 20px; }
#formbox select { width:auto;color: #777777;max-width: 250px; }
#formbox label { margin-right: 16px;text-shadow: 1px 1px 0 rgb(255, 255, 255); }
#formbox ul { list-style: none; padding: 20px; margin: 0 0 0 100px; }
#formbox li { float:left;  margin: 0 3px 0 0;  }
#formbox2 ul { list-style: none; padding: 5px 20px 0 20px; margin: 0; }
#formbox2 input, #formbox2 select { font-size: 12px; padding: 3px; color: #777777;max-width: 250px; }
#formbox2 label { font-size: 13px; color: #444444;  }
#formbox2 li { margin-top: 4px;  }
.default-font {
    font: normal 13px 'OpenSans', Arial, Helvetica;
}
.notavail {
    color: #aaaaaa;
    text-decoration: underline;
    cursor: pointer;
}
.bsave {
    background: #0080c8;
}
.bsave:hover {
    background: #008cd7;
}
.tooltiptext, .tooltiptitle{
    font: normal 13px 'OpenSans', Arial, Helvetica;
    display: none;
}
.secret-key {
    line-height: 20px;
    padding: 6px 10px;
    background: white;
    font: normal 16px "Courier New";
    border-radius: 4px;
}
#next-key {
    display: none;
}
#next-key .secret-key {
    color: #bbbbbb;
}
#secret-key-container {
    display: none;
}
#secret_key_display {
    border: 0;
    padding: 2px;
    display: none;
    font: normal 16px "Courier New";
    color: #666666;
    width: 360px;
}
.ctabs {
    float: left;
    position: relative;
    top: 0;
    padding: 12px 20px;
    white-space: nowrap;
    font: normal 15px 'OpenSans', Arial, Helvetica;
    border-bottom: 1px solid #353;
    border-right: 1px solid #bdb;
    background-color: #50b849;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#50b849), to(#34a522));
    background-image: -webkit-linear-gradient(top, #50b849, #34a522);
    background-image:    -moz-linear-gradient(top, #50b849, #34a522);
    background-image:     -ms-linear-gradient(top, #50b849, #34a522);
    background-image:      -o-linear-gradient(top, #50b849, #34a522);
    background-image:         linear-gradient(top, #50b849, #34a522);
}
.ctabs:hover {
    background-color: #80d879;
    background-image: none;
    text-shadow: 0 1px 0 rgba(75,75,75,.6);
}
.ctabs.selected {
    background-color: #60c859;
    background-image: none;
    text-shadow: 0 1px 0 rgba(75,75,75,.4);
}
#ctabs-container {
    min-width: 700px;
}
#ctabs-container a {
    color: white;
}
#tab-1 {
    -moz-border-radius: 16px 0 0 0;
    -webkit-border-radius: 16px 0 0 0;
    border-radius: 16px 0 0 0;

}

#tab-5 {
    -moz-border-radius: 0 16px 0 0;
    -webkit-border-radius: 0 16px 0 0;
    border-radius: 0 16px 0 0;
    border-right:0;
}
#ctab-2, #ctab-3, #ctab-4, #ctab-5, #ctab-0, #delete-tab {
    display: none;
}
#ctab-5 {
    padding: 45px;
}
#whitelist {
    height: 80px;
    width: 220px;
}

.mdl-data-table td {
    font: normal 12px OpenSans;
    padding: 2px;
    vertical-align: middle;
}
.mdl-data-table {
    white-space: normal;
}

.mdl-data-table th{
    border-bottom: 1px solid #666666;
    height: 32px;
    text-transform: uppercase;
    font: normal 11px 'OpenSans';
    padding: 6px 6px 3px 8px;
    text-shadow: 1px 1px 0 rgba(94, 157, 76, .8);
    background-color: #8ec466;
    color: white;
    border-right: 1px solid #daffdb;
}
.mdl-button--colored {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
div.mdl-tooltip {
    white-space: normal;

}
.material-icons {

}


/*----------LIST TABLE------------*/
table.zebra {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 99.9%;
    border-bottom: 1px solid #444444;
    z-index: 5;
}

.zebra td, .zebra th {
    padding: 6px;
    border-bottom: 1px solid #dededa;
}
.zebra td {
    /*
    border-right: 1px solid #f2f2f1;
    border-left: 1px solid #fafaf9;
    */
}

.zebra tbody tr {
    position: relative;
    background: #FAFAFA;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,1) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,1) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,1) inset;
}
.zebra tbody tr:nth-child(even) {
    background: #F3F5F8;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}
/*.zebra tbody {
    overflow: auto;
	height: 580px;
	overflow-x: hidden;
}
*/
.zebra th {
    color: white;
    text-transform: uppercase;
    font: normal 12px 'OpenSans', 'Arial', 'Helvetica';
    padding: 6px 6px 3px 8px;
    height: 22px;
    text-shadow: 1px 1px 0 rgb(94, 157, 76);
    border-bottom: 1px solid #353;
    background-color: #8ec466;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8ec466), to(#34a522));
    background-image: -webkit-linear-gradient(top, #8ec466, #34a522);
    background-image:    -moz-linear-gradient(top, #8ec466, #34a522);
    background-image:     -ms-linear-gradient(top, #8ec466, #34a522);
    background-image:      -o-linear-gradient(top, #8ec466, #34a522);
    background-image:         linear-gradient(top, #8ec466, #34a522);
    cursor:pointer;
    border-right:1px solid #70c859;
    opacity: 0.9999999;

}
.bigzebra td{
    font: normal 14px 'Arial', 'Helvetica';
    height: 32px;
    color: #777777;
}

.zebra th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;

}

.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
    border-right:0;
}

.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;
}

.zebra tfoot td:first-child {
    -moz-border-radius: 0 0 0 8px;
    -webkit-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px;

}

.zebra tfoot td:last-child {
    -moz-border-radius: 0 0 8px 0;
    -webkit-border-radius: 0 0 8px 0;
    border-radius: 0 0 8px 0;

}
.zebra .sum-row td {
    font-weight: normal;
    border-top: 1px solid black;
    border-right: 0;
    border-left: 0;
}

.hlite {
    text-shadow: 1px 1px 0 rgba(255,255,255,1);
    opacity: 0.9999999;
    background: #ffffff;
}.bhlite {
     text-shadow: 1px 1px 0 rgba(255,255,255,1);
     opacity: 0.9999999;
     background: #fafafa;
 }
.pageno { float: left; text-align: center; background-color: white; border-right:1px dotted silver; width: 33px; font-size: 10px; cursor:pointer; height: 15px; }
.pageno-current { float: left; text-align: center; background-color: #11774f; margin-right:1px; width: 37px; font-size: 12px; cursor:default; font-weight: bold; color: white; height: 16px; }
.pninactive { color:silver;cursor:default; }




/**
* TOOL TIPS ############# */
.ui-tooltip, .arrow:after {
    background: #888;
    border: 1px solid white;
}
.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 13px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 7px black;
}

#timer {
    padding: 1px;
}
#loader {
    top: 230px;
    position: fixed;
    text-align: center;
    width: 99%;
    z-index: 10000;
}
.box-container {
    position: fixed;
    top: 25%;
    width: 100%;
    margin: auto;
    text-align: center;
    z-index: 1;
}

#dialog .box-container {
    width: 1100px;
}
.pending {
    padding: 5px;
    text-align: center;
    border-radius: 16px;
    color: white;
    max-width: 180px;
    margin: auto;
    z-index: 1;
}
.error, .success {
    padding: 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 0 10px silver;
    max-width: 250px;
    margin: auto;
}
.errormsg {
    font-size: 11px;
    color: #ff7b6c;
    line-height: 38px;

}
.dialog-container {
    padding: 30px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 0 10px silver;
    max-width: 500px;
    margin: auto;
    text-align: left;
}
.pointer {
    cursor: pointer;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.bg-white {
    background-color: white;
}
#emsg {
    padding: 5px 0;
    color: red;
}
#testframe a,#testframe2 a{
    margin-right: 10px;
    padding-left: 21px;
    background:  url(../images/icon_view.gif) no-repeat left center;
    text-decoration: underline;
}
.txphpcode, .sxphpcode, .txapiphpcode, .sxapiphpcode  {
    width: 572px;
    font: normal 11px Courier;
    white-space: pre;
    overflow: auto;
    background-color: #cccccc;
    color: black;
    padding: 20px;
    border-radius: 8px;
    display: block;
}
.hide {
    display: none;
}

#formbox2 {
    background-color: #eeeeee;
}
.switch-wrapper {
    display: inline-block;
    position: relative;
    top: 3px;
}
.switch-button-label {
    float: left;

    font-size: 10pt;
    cursor: pointer;
}

.switch-button-label.off {
    color: #adadad;
}

.switch-button-label.on {
    color: #0080c8;
}

.switch-button-background {
    float: left;
    position: relative;

    background: #ccc;
    border: 1px solid #aaa;

    margin: 1px 10px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    cursor: pointer;
}

.switch-button-button {
    position: absolute;

    left: -1px;
    top : -1px;

    background: #FAFAFA;
    border: 1px solid #aaa;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.createbutton {
    width: 152px;
    background-color: #0080c8;
    color: white;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
}
.createbutton:hover {
    width: 152px;
    background-color: #0090d8;
    color: white;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
}

.home-att-container {
    width: 100%;
    margin: 0 15px 0 0;
}
.home-att  {
    height: 200px;


    background-color: #8ec466;
    font: normal 13px 'OpenSans', Arial, Helvetica;
    color: #FFFFFF;
    border-radius: 16px;
    text-shadow: 1px 1px 0 rgb(117, 189, 85);
}
.home-att h3 {
    color: #ffffff;
    font-size: 17px;
    margin: 0 0 5px 0;
    text-shadow: 1px 1px 0 rgb(85, 166, 77);
}
.step {
    float:left;
    position: relative;
    width: 25%;
    height: 200px;
}
.step-box {
    padding: 25px 25px 25px 25px;
}
.step-box-text {
    position: relative;
    padding-left: 1px;
}
.step:first-child {
    border-radius: 16px 0 0 16px;
}
.step:last-child {
    border-radius: 0 16px 16px 0;
}
.step:hover {
    background-color: #9ed476;
    cursor: pointer;
}
.step h3 {
    margin-left: 32px;
}
.bullet-circle {
    border: 1px solid #c6e7c3;
    border-radius: 5px;
    color: white;
    font: bold 16px Arial;
    height: 18px;
    line-height: 20px;
    padding: 3px;
    position: absolute;
    text-align: center;
    top: 25px;
    width: 18px;
}
.country-row img {
    height: 24px;
}

#curve_chart g g g text {
    cursor: pointer
}

.COMPLETED {
    background-color: #8ec466;
    color: white;
    border-color: white;
}
.EXPIRED  {
    background-color: #dddddd;
    color: black;
}
.PENDING  {
    background-color: #e4dc69;
    color: black;
}
.FAILED  {
    background-color: #dd4235;
    color: white;
}
.appid {
    color: #008fdd;

    margin-right: 5px;
    float: left;
    min-width: 34px;
    text-align: left;

}
#resetform {
    position: absolute;
    top: 25px;
    right: 25px;
    opacity: .6;
    cursor: pointer;
}
#resetform:hover {
    opacity: 1;
}
.appname {

}

#filterbox  {
    background-color: #e5e5e5;
    padding:0;
    width:99.9%;
    max-width: 1300px;
    height: 76px;
    text-align: left;
    overflow:hidden;
}
#filterbox li { float:left; padding: 2px 2px 2px 10px; margin: 0;  }
#filterbox select { width:auto; }
#filterbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#filterbox .mdl-tooltip {
    text-shadow: none;
}
.searchexpand {
    height: 130px;
}
.chartTooltip {
    position: relative;
    padding:8px;
    max-width: 400px;
    min-width: 150px;
    z-index: 0;
}

.chartTooltip a {
    margin-right: 3px;
}
div.google-visualization-tooltip {
    /*border-radius: 5px;*/
    margin: 18px 0 0 -22px;
    display: block;
    z-index: 150;
}

circle {
    cursor: pointer;
}
a.detailbutton {
    color: black;
}
#expandimg {
    position: absolute;
    margin-top: -7px;
    cursor: pointer;
    height:15px;
    width:100%;
    background:  url(../images/expand.png) no-repeat center top;
}

.history-icon {
    height: 24px;
}



/*
Back to top button
*/
#back-top {
    position: fixed;
    bottom: 30px;
    width: 108px;
}
#back-top a {
    width: 108px;
    display: block;
    text-align: center;
    font: 11px/100% OpenSans, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    opacity: .6;
    background-color: #FFFFFF;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    cursor:pointer;
}
#back-top a:hover {
    color: #000;
    opacity: 1;
}
/* arrow icon (span tag) */
#back-top span {
    width: 108px;
    height: 108px;
    display: block;
    margin-bottom: 7px;
    background: #dddddd url(../images/up-arrow.png) no-repeat center center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span {
    background-color: #777;
}
#bns {
    position: absolute;
    left: 650px;
}
#bns-select {
    background-color: #303032;
    box-shadow: inset 0 33px 3px rgba(60, 60, 70, .6);
    color: white;
    border: 1px solid #555555;
    border-top: 0;
    border-radius: 0 0 6px 6px;
}
div.google-visualization-tooltip {
    /*pointer-events: none*/
    z-index: 999999;
}
svg > g > g:last-child {
    /*pointer-events: none*/
}

.testmode {
    background-color: #ff8b8e;
    color: #FFF;
    font: 12px OpenSans, Arial, Helvetica, sans-serif;
    padding: 1px 3px;
}
/* Shake-Effekt */
.shake {
    animation: shake 0.4s;
}

@keyframes shake {
    0%   { transform: translateX(0); }
    20%  { transform: translateX(-8px); }
    40%  { transform: translateX(8px); }
    60%  { transform: translateX(-6px); }
    80%  { transform: translateX(6px); }
    100% { transform: translateX(0); }
}
