:root {
  --color1: #f9c012;
  --color2: #fbd257;
  --fcolor: #303030;
  --font: 'Roboto';
}


@font-face {
  font-family: 'Roboto'; 
  font-style: normal;
  font-weight: 300;
  src: url('http://themes.googleusercontent.com/font?kit=d-QWLnp4didxos_6urzFtg') format('woff');
}


@font-face {
  font-family: 'Roboto Normal 400'; 
  font-style: normal;
  font-weight: 400;
  src: url('http://themes.googleusercontent.com/font?kit=grlryt2bdKIyfMSOhzd1eA') format('woff');
}
	  
.clear { clear: both; height: 0; overflow: hidden; }
.fright{ float:right; } .fleft{ float:left; }
.taright{ text-align:right; } .taleft{ text-align:left; } .tacenter{ text-align:center; }

input::-ms-clear {
    display: none;
}

#wrapper{
    width:100%; max-width: 3000px; position:relative;    text-align:center;    
    background-color: transparent;
}

#container{
    width:600px;    position:relative;    text-align:left;
}

.bringfront{z-index:10;}
.bringback{z-index:0;}

/*.dialog_subtitle{margin-top:-15px;}*/

/* meyerweb css reset start */
/* The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on. */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: "Roboto",Arial, Verdana, Helvetica, sans-serif;
vertical-align: baseline;
}
a img, :link img, :visited img {
border: 0;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 18px;
color: black;
font-size: 13px;
text-align:center; /* for ie5.+*/
background-color: #232323;
background: url('../images/bg.png') center top no-repeat;
}
a {
color: inherit;
text-decoration: none;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,q:before, q:after {
content: "";
}
blockquote, q {
quotes: none;
}
/* meyerweb css reset end */

em {font-style: italic;}
strong {font-weight: bold;}
h1, h2, h3, h4, h5, h6{font-weight:bold;}
h1{font-size:197%}/* 26px */
h2{font-size:182%}/* 24px */
h3{font-size:167%}/* 22px */
h4{font-size:152%}/* 20px */
h5{font-size:136%}/* 18px */
h6{font-size:122%}/* 16px */

a, a:visited{color:#fff; text-decoration: none;} 
a:hover{ text-decoration: underline;}

.clearfix:after {
content: " ";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */


.footer_links a{ 
    font-size:16px;
    color:#e9e9e9;
}

/****************************App Start ************************/
#app_loading{
    position: absolute;
    top:0; bottom:0; left:0; right:0;
    background: url(../images/loading.gif) no-repeat center center;
    background-color: rgba(0,0,0,0.8);
    display:none;
    z-index: 200;
}

#app_alert{
    position:absolute;
    background-color:rgba(255,255,255,0.5); 
    z-index:50; 
    width: 250px; 
    height:auto; 
    font-size: 25pt; 
    font-weight:bold;
    box-shadow: 0 2px 6px rgba(255,255,255, 0.5);  
    color: #000000; 
    text-shadow: 2px 1px white; 
    display:none;
    min-height: 100px;
    right:25px;
    bottom:25px;
}


#app_lightbox, #app_popup{ display:none;}

/****************************App ************************/


#app_popup .close_btn{     color: #6a6a6a;
    font-size: 160%;
    font-weight: bold;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px; }
#app_popup .close_btn:hover{color:#FF9326;}
#app_lightbox { position: fixed; bottom: 0px; left: 0px; right: 0px; top: 0px; z-index: 115;  background-color:rgba(0,0,0,0.5); color:#fff; display: none; }
#app_popup{ 
    background: rgba(255, 255, 255, 1.0) none repeat scroll 0 0; border-radius: 5px; bottom: 10px; display: none; left: 330px;
    position: fixed; top: 60px; width: 930px; z-index: 120; 
    }
#app_popup p.content{margin: 5px; padding:0px 35px;}
#app_popup .title {
    font-size: 200%;
    font-weight: bold;
    height: 10px;
    padding: 10px;
}
/*#app_popup .content {
    color: #333;
    font-size: 200%;
    height: auto;
    line-height: 27px;
    max-height: 500px;
    min-height: 300px;
    overflow: auto;
    text-align: left;
}*/
#app_popup .content {
    bottom: 3px;
    color: #333;
    font-size: 200%;
    height: auto;
    line-height: 27px;
    overflow: auto;
    position: absolute;
    text-align: left;
    top: 30px;
}
#toplist_period{
    font-size: 20px;
    font-weight: bold;
}
#toplist_panel{
    overflow: auto;
    bottom: 45px;
    right: 5px;
    top: 150px;
    left: 5px;
    position: absolute;
}

#app_popup .footer {
    bottom: 0;
    color: #333;
    font-size: 25px;
    height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    width: 130px;
}
#app_popup_close {
    background-color: #a4a4a4;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
    font-size: 95%;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    width: 135px;
}
#app_popup_close:hover{ background-color: #FF9326; }

.app_default_popup{ 
        bottom: 15px;
    left: 50px;
    position: absolute;
    right: 550px;
    top: 90px;
}

#app_loading{
    position: absolute;
    top:0; bottom:0; left:0; right:0;
    background: url(../images/loading.gif) no-repeat center center;
    background-color: rgba(0,0,0,0.8);
    display:none;
    z-index: 200;
}

#app_alert{
    position:absolute;
    background-color:rgba(255,255,255,0.5); 
    z-index:50; 
    width: 250px; 
    height:auto; 
    font-size: 25pt; 
    font-weight:bold;
    box-shadow: 0 2px 6px rgba(255,255,255, 0.5);  
    color: #000000; 
    text-shadow: 2px 1px white; 
    display:none;
    min-height: 100px;
    right:25px;
    bottom:25px;
    z-index: 200;
    display:none;
}


#app_prompt{
    position:absolute;
    background-color:rgba(0,0,0,0.8); 
    z-index:190; 
    width: 450px; 
    height:auto; 
    font-size: 25pt; 
    font-weight:bold;
    box-shadow: 0 2px 6px rgba(255,255,255, 0.5);  
    color: #fff; 
    /*text-shadow: 2px 1px white;*/ 
    display:none;
}

#prompt_box{
    font-size: 25pt; 
    font-weight:bold;
    color:#000;
    height:40px;
    width:445px;
}

/** Toplist Styles **/
.toplist_head{
font-family: Arial; font-size: xx-large;
}
.toplist_toptxt{
font-family: Arial; font-size: medium;
}

.app_bubble{
    background-color: rgba(255, 255, 255, 0.9);
    /*box-shadow: 0 2px 6px rgba(255, 255, 255, 0.5);*/
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
    color: #333;
    display: none;
    font-size: 25pt;
    font-weight: bold;
    height: 215px;
    padding: 10px;
    position: absolute;
    width: 250px;
    z-index: 260;
}

#app_bubble_nip {
    border-top-width: 24px;
    height: 40px;
    left: -35px;
    position: absolute;
    top: 35px;
    width: 32px;
    
    -ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg); 
    -mozTransform:rotate(90deg); 
    -oTransform:rotate(90deg); 
    transform: rotate(90deg);

    
}

#app_bubble_nip .nipple {
    height: 40px;
    width: 16px;
    background-color: rgba(255, 255, 255, 0.9);
    
    position: absolute;

}

#app_bubble_left {
    height: 40px;
    overflow: hidden;
    position: absolute;
    width: 16px;
}

#app_bubble_left .nipple {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
    height: 24px;
    left: 6px;
    transform: skewX(22.6deg);
    transform-origin: 0 0 0;
}


#app_bubble_right {
    height: 40px;
    left: 16px;
    overflow: hidden;
    position: absolute;
    width: 16px;
}

#app_bubble_right .nipple {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
    height: 24px;
    left: 0;
    position: absolute;
    transform: skewX(-22.6deg);
    transform-origin: 10px 0 0;
    width: 10px;
}


/********************* APP Cookie alert *****/
/********** Cookie type 2*/
#app_cookie_alert2 {
    background-color: #e6e8e8;
    border: 3px solid #404040;
    border-radius: 10px;
    bottom: 15px;
    color: #404040;
    font-weight: bold;
    height: auto;
    padding: 10px;
    position: fixed;
    right: 15px;
    text-align: left;
    width: 200px;
    z-index: 50;
    display:none;
}
#app_cookie_alert2 p {
    padding: 3px;font-weight: bold; color: #404040; font-size:13px;
}
#app_cookie_alert2 p.foot a {
    display: inline-block;
}
#app_cookie_alert2 p.foot a.morelnk {
    color: #404040;
    float: left;
    height: 40px;
    width: auto;
}
#app_cookie_alert2 p.foot a.okbtn {
    background-color: #ced0d0;
    border-radius: 3px;
    color: #404040;
    float: right;
    height: 20px;
    padding: 5px 0;
    text-align: center;
    width: 95px;
}


/********** Cookie type 1*/
#app_cookie_alert1 {
    background-color: #eeeeee;
    /*border: 3px solid #404040;
    border-radius: 10px;*/
    bottom: 0px;
    color: #404040;
    font-weight: normal;
    height: 20px;
    padding: 10px;
    position: fixed;
    right: 0px;
    left:0px;    
    z-index: 50;
}
#app_cookie_alert1 span { float:center; }
#app_cookie_alert1 a {
    display: inline-block; margin:0px 10px;
}
#app_cookie_alert1 a.morelnk {
    color: #404040;
    float: center;
    height: 40px;
    width: auto;
}

#app_cookie_alert1 a.okbtn {
    background-color: #ced0d0;
    border-radius: 3px;
    color: #404040;
    float: right;
    height: 20px;
    padding: 2px 0;
    text-align: center;
    width: 95px;
}
/****************************App End ************************/