body
{
  background-color: #292929;
  margin: 0px;
  padding: 0px;
  overflow-y: scroll;
}
a
{
  display: inline-block;
  color: #656565;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}
#loading
{
  position: absolute;
  top: 250px;
  display: none;
}
#searchbar
{
  outline: none;
  background: transparent;
  border: none;
  color: #ffffff;
  background-image: url('images/magnify.png');
  font-size: 125%;
  height: 51px;
  width: 529px;
  padding-left: 55px;
  padding-right: 20px;
  border: 0px;
  background-repeat: no-repeat;
}
#provider
{
  margin-top: 190px;
}
#prov_container
{
  text-align: center;
}
#prov_container a
{
  opacity: 0.5;
  margin-top: 40px;
}
#globalError
{
  background-color: #FE5F5F;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 110%;
  display: none;
  position: sticky;
  top: 0px;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
}
#globalMessage
{
  background-color: #9FE6AD;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 110%;
  display: none;
  position: sticky;
  top: 0px;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
}
#speedbox
{
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  display: none;
  top: 0px;
}
table.loginTable
{
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #c4c4c4;
}
table.loginTable input
{
  padding: 5px;
  font-weight: bold;
}
table.loginTable input[type="submit"]
{
  padding-left: 20px;
  padding-right: 20px;
  font-weight: normal;
}
#usermenu
{
  position: absolute;
  width: 100%;
  top: 10px;
  box-sizing: border-box;
  padding: 2px 10px 0px 10px;
  text-align: center;
}
#usermenu a, #backmenu a
{
  margin: 0px;
  padding: 0px;
}
div.redirectNotice
{
  text-align: center;
  font-weight: bold;
  font-size: 125%;
  margin-top: 50px;
}
div.redirectNotice a:link, div.redirectNotice a:visited, div.redirectNotice:hover
{
  color: #ffffff;
  text-decoration: none;
}
table.settingsTable
{
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding: 20px;
  width: 800px;
  text-align: left;
  border: 1px solid #c4c4c4;
}
#tableproviders
{
  border-collapse: collapse;
  border-spacing: 0px;
  border-collapse: separate;
}
#tableproviders td
{
  padding: 3px;
  padding-left: 10px;
}
input[type=text], input[type=password]
{
  width: 168px;
  padding-left: 5px;
  padding-right: 5px;
}
#themecolor
{
  width: 180px;
  padding-left: 5px;
  padding-right: 5px;
}
.btncss, #btnsubpass, #subbcolor, #subbgimage, #btnsubtheme, #btnsubprovider
{
  width: 90px;
}
input:focus
{
  outline: 1px solid #000000;
}
#passmoreinfo, #bgcolormoreinfo
{
  font-weight: normal;
  width: 400px;
  vertical-align: top;
}
#passmoreinfo a, #passmoreinfo a:link, #passmoreinfo a:visited, #bgcolormoreinfo a, #bgcolormoreinfo a:link, #bgcolormoreinfo a:visited
{
  color: blue;
  margin: 0px;
}
#lightbox
{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 999;
  opacity: 0.8;
}
a.menu_btn div
{
  position: relative;
  top: 5px;
  padding: 0px 10px 0px 10px;
  height: 25px;
  line-height: 25px;
}
a.menu_btn div:hover
{
  color: #ffffff;
}