blob: 09fba4d8ec3f2c56d96e613478111091a7075883 [file] [log] [blame]
html {
height: 100%;
}
body {
background-color: #EEEEEE;
height: calc(100% - 20px);
font-family: "Arial", "Helvetica", "Tahoma", "Geneva", "Verdana", sans-serif;
font-size:12px;
outline: none;
}
iframe {
border: none;
}
#TSGuiFrameworkMain {
height: 100%;
}
#UnsupportedBrowser {
width: 100%;
height: 100%;
text-align: center;
vertical-align: middle;
}
#UnsupportedBrowser > p {
font-size: 20px;
}
#UnsupportedBrowser > button {
font-size: 20px;
}
:focus {
outline: none;
}
button::-moz-focus-inner {
border: none;
}
.applications_header_class {
font-weight: bold;
font-family: "Arial";
}
.line {
clear: both;
width: 100%;
margin-top: 7px;
margin-bottom: 7px;
}
.tabs {
padding: 0px 0px !important;
height: 800px;
}
#eriHdr {
height: 30px;
}
#eriHdr IMG {
vertical-align: middle;
margin-left: 5px;
margin-right: 5px;
}
#webappToggle span {
text-align: center;
vertical-align: middle;
}
#webappToggle img {
height: 20px;
width: 20px;
}
#webapps, #webappToggle, #hiddenWebapps {
float: right;
}
#webapps BUTTON, #hiddenWebapps BUTTON, #webappToggleButton {
height: 26px;
color: #000;
border: 0px solid #c5c5c5;
background-color: #c5c5c5;
text-align: center;
text-decoration: none;
cursor:pointer;
}
#webapps BUTTON:disabled SPAN {
color: #777777;
}
#webapps BUTTON SPAN {
display: inline-block;
}
#webapps BUTTON:hover {
background-color: #999;
color: white;
}
#webapps BUTTON.SelectedWebApp, #hiddenWebapps BUTTON.SelectedWebApp {
background-color: #4CAF50;
color: white;
}
#webapps BUTTON IMG, #hiddenWebapps BUTTON IMG {
height: 16px;
vertical-align: middle;
margin-right: 5px;
}
.hidden {
display: none;
}