@import url(fonts.css);
html,body{
width: 100%;
height: 100%;
overflow: hidden;
padding: 0;
margin: 0;
}
h1,h2,h3,h4,p{
margin: 0;
}
p{
padding-top: 16px;
padding-bottom: 16px;
padding-left: 5px;
padding-right: 5px;
}
#cacheStatus{
height: 100% !important;
top: 0 !important;
}
div#topbar{
width: calc(100% - 2px);
border-color: black;
border-style: solid;
border-width: 1px;
background-color: lightgray;
color: black;
overflow: hidden;
}
div.topbar-left{
height: 100%;
}
div#topbar .menuitem{
color: black;
background-color: white;
text-decoration: none;
text-transform: capitalize;
text-align: center;
vertical-align: middle;
/*border-color: black;
border-style: solid;
border-width: 0;
border-right-width: 1px;
border-left-width: 1px;*/
margin-left: -1px;
float: left;
font-size: 20px;
line-height: 35px;
overflow: hidden;
cursor: pointer;
min-width: 35px;
}
div#topbar .menuitem:hover{
background-color: lightgray;
}
div#topbar .menu{
color: black;
}
div.topbar-right{
float: right;
}
div.topbar-left{
float: left;
}
a.topbar-home:hover{
background-color: gray !important;
}
div#content{
width: 100%;
-webkit-overflow-scrolling: touch;
overflow: auto;
}
div#loading{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: gray;
background-color: rgba(0,0,0,0.5);
background-image: url('../img/load.gif');
background-repeat: no-repeat;
background-position: center;
}
span.icon-bugs{
background-image: url('../img/bug.png');
background-size: 100%;
background-repeat: no-repeat;
display: block;
width: 35px;
height: 35px;
font-size: 13px;
float: left;
}
span.icon-bugs-invert{
background-image: url('../img/bug-invert.png');
background-size: 100%;
background-repeat: no-repeat;
display: block;
float: left;
width: 35px;
height: 35px;
}
.screen-small, .screen-large{
display: none;
}
.table{
display: table;
}
.row{
display: table-row;
}
.cell{
display: table-cell;
}
.column{
display: table-column;
}
.fill,.fill-width{
width: 100%;
}
.fill,.fill-height{
height: 100%;
}
.align-right{
text-align: right;
}
.align-left{
text-align: left;
}
.align-center{
text-align: center;
}
.block{
display: block;
}
.outline{
border-color: black;
border-style: solid;
border-width: 1px;
}
.top{
z-index: 2147483638;
}
@media screen and (max-width: 767px){
div#topbar a.menuitem:not(.topbar-home){
padding-left: 5px;
padding-right: 5px;
}
div.topbar-left .menuitem{
border-style: solid;
border-color: black;
border-width: 0;
border-right-width: 1px;
border-left-width: 1px;
}
div.topbar-right .menuitem{
border-style: solid;
border-color: black;
border-width: 1px;
margin-bottom: -1px;
}
a.topbar-home{
padding: 0;
}
div.topbar-left a.topbar-current{
float: right !important;
}
div.topbar-right a.topbar-current{
position: absolute;
right: 1px;
top: 0;
width: auto;
}
div.topbar-right{
display: none;
}
div.topbar-left{
width: 100%;
}
div.topbar-right a{
clear: both;
float: right !important;
width: 100%;
}
a.topbar-back,a.topbar-history,a.topbar-index{
width: 35px !important;
position: absolute;
top: 0;
padding: 0 !important;
}
a.topbar-back:hover{
background-color: gray !important;
}
a.topbar-history{
left: 37px;
}
a.topbar-index{
left: 73px;
width: auto !important;
padding-right: 5px !important;
}
div#topbar{
min-height: 35px;
}
div.topbar-right{
min-height: 35px;
width: 100%;
padding-top: 35px;
}
.screen-small{
display: block;
}
}
@media screen and (min-width: 768px){
div#topbar .menuitem{
font-size: 15px;
padding-left: 5px;
padding-right: 5px;
border-style: solid;
border-color: black;
border-width: 0;
border-right-width: 1px;
border-left-width: 1px;
}
div#topbar .menuitem:hover + a{
border-left-color: black;
}
a.topbar-back{
display: none !important;
}
div.topbar-right{
height: 100%;
}
div.topbar-right a.topbar-current{
display: none;
}
a.topbar-index{
display: none;
}
.screen-large{
display: block;
}
}
@viewport{
zoom: 1.0;
width: device-width;
}
@viewport{
zoom: 1.0;
width: extend-to-zoom;
}
@-ms-viewport{
width: extend-to-zoom;
zoom: 1.0;
}