html, body {
    /*width: 640px;*/
    margin:0;
    font-family: Helvetica, Verdana, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%

}

/*.hidden { display: none }*/
.Safari .hidden { display:none; }
.Chrome .hidden { width:0; height: 0; border: 0; }
.Firefox .hidden { width:0; height: 0; border: 0;  }

.zero-size { /* chrome mobile won't fire hidden events */
    width:0;
    height: 0;
    border: 0;
    /*-webkit-appearance: none;*/
}

.content {
    width: 100%;
    height: 100%;
    /*padding-left: 0.5em;*/
    /*padding-right: 0.5em;*/
    
}

.content>div {
    /*margin-bottom: 0.5em;*/
    /*background: #fff;*/
    /*border-radius: 0.5em;*/

}

.flex {
    display: flex;
    justify-content: center;
    padding-top: 3em;
    padding-bottom: 1em;
    margin-left: -1.5em;
}

.status {
    /*padding-top: 3.5em;*/
    /*padding-bottom: 0.5em;*/
    /*padding-left: 0.5em;*/
    vertical-align: middle;
    /*line-height: 28px;*/
    background: #cef;
position: fixed;

bottom: 0;
right: 0;
left: 0;
}

.toolbar-wrapper {
    width: 100%;
	height: 2em;
	
}

.toolbar {
    height: 2em;
    /*width: 100%;*/
    background: #cceeff;
	position: fixed;
	overflow: hidden;
	/*position: -webkit-sticky;*/
	/*top: 5px;*/
	/*margin-top: 0.5em;*/
	right:0;
	left: 0;
	/*padding-left: 0.5em;*/
	/*padding-right: 0.5em;*/
    /*border-radius: 0.5em;*/

	/*padding-right: -em;*/
    z-index: 9999;   
}

.toolbar ul {
	/*height: 4em;*/
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 4px;
	overflow: hidden;
	/*background-color: #f1f1f1;*/
}

.toolbar li {
	float:left;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.toolbar-button {
    padding-right:0.5em;

}
.toolbar-button,.toolbar li a {
	display: block;
	width: 20px;
	font-size: 24px;
	
	text-decoration: none;
}

.toolbar li a:hover {
	background-color: #555;
	color: white;
	
}

.toolbar select {
	background: transparent;
	border: none;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	height: 29px;
	overflow: hidden;
}


            
.round-button {
    margin: auto;
    width:12em;
    position: relative;
    border-radius: 10px;
    line-height: 1em;
    color:white;

}

.round-button-small {
    /*width: 20%;*/
    position: absolute;
    bottom: 0;
    right: -1.5em;
}

.round-button-small .round-button-circle:hover {
    background: #aaaaaa;
}
.round-button-small .round-button-circle{
    border: none;
    background: #cccccc;
}

.round-button-small .round-button-circle a {
    margin-top: -1.1em;
    font-size: 1.4em;
}

.round-button-circle {
  width: 100%;
  height:0;
  padding-bottom: 100%;
  border-radius: 50%;
  border:10px solid #cfdcec;
  overflow:hidden;
  background: #4679BD; 
  box-shadow: 0 0 3px gray;
}

.round-button-circle:hover {
  background:#009900;
}

.round-button-circle.red {
    background: #c00000;
    border:10px solid #ecbcbc;
}

.round-button-circle.red:hover {
  background:#990000;
}

.round-button-circle.green {
    background: #00c000;
    border:10px solid #bcecbc;
}

.round-button-circle.green:hover {
  background:#009900;
}


.round-button a {
  display:block;
  float:left;
  width:100%;
  padding-top:50%;
  padding-bottom:50%;
  margin-top:-3.2em;
  vertical-align:middle;                    
  text-align:center;
  color:#e2eaf3;
  /*font-family:Verdana;*/
  font-size:1.4em;
  text-decoration:none;
}
.time{
    font-size: 2em;
    line-height: 1em;
}
.time:before,.clock:before,.day:before {
    content: '\A';
    white-space: pre;
}
.clock, .day {
    /*line-height:0.7em;*/
    font-size: 0.8em;
    text-transform: uppercase;
}
.huge
{
    font-size: 2em;
    line-height: 1.05em;
}
.clock:after {
    /*line-height: 40px;*/
    /*content: '\A';*/
    white-space: pre;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/../images/pIkfp.gif') 
                50% 50% 
                no-repeat;
}
            
body.loading {
	overflow: hidden;
}
body.loading .modal {
    display: block;
}

#loading {
	padding-top:36px;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	/*background-color: #000;*/
	/*background-image: url("https://i.gifer.com/9wcA.gif");*/
	background-repeat: no-repeat;
	background-size: auto;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	z-index: 10000;
}


.date i {
    display: inline-block;
	margin: 0px;
	font-family: Helvetica, sans-serif; 
	font-size: 18px; text-align: center; color: #9e9e9e; 
}
.date i span {
	background: #d10000; 
	background: linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);
	font-size: 10px; font-weight: bold; color: #fff; text-transform: uppercase; 	
	/*display: block;*/
	border-top: 1px solid #a13838;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	padding: 1px 0 1px 0;
}
@-moz-document url-prefix() {
    .date {
        /*padding: 8px 0 0 0;*/
    }
    .date p span {
    	/*padding: 5px 0 3px 0;*/
    }
}