@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

html,body {
  font-family: 'Roboto', Lato, ariel, Helvetica, sans-serif;
  font-size:16px;
  margin: 0;
}

html {
  overflow: -moz-scrollbars-vertical;
  margin: 0;
  padding: 0;
}

body {
  background-color:#f3f1ed;
  color:#333333;
}

body, td, th, input, textarea, select, a {
  font-size: 14px;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
}

#container {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  height:100%;
  text-align: left;
  background: #fff;
  padding:15px;
}

/* header */
#header {
  height: 140px;
  margin-bottom: 7px;
  padding-bottom: 4px;
  position: relative;
  z-index: 99;
}
#header #logo {
  position: absolute;
  top: 5px;
  left: 15px;
}
#header #logo img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.sbutton {
  position: absolute;
  left: 0px;
  cursor:pointer;
  background: url('/images/search-icon1.png') no-repeat center center;
  background-size: 18px 18px;
  border: 1px solid #bbb;
  width: 28px;
  height: 24px;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -khtml-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;

  -webkit-box-shadow: 0px 2px 0px #F0F0F0;
  -moz-box-shadow: 0px 2px 0px #F0F0F0;
  box-shadow: 0px 2px 0px #F0F0F0;
}
.ssearch {
  margin-left:30px;
  height:23px;
  border:none;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding:2px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -khtml-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  -webkit-box-shadow: 0px 2px 0px #F0F0F0;
  -moz-box-shadow: 0px 2px 0px #F0F0F0;
  box-shadow: 0px 2px 0px #F0F0F0;
}

.highlight {
  background-color:lightblue;
}

.clear {
  clear:both;
}

/* search */
.placeholder {
  color: #aaa;
}
#header #search {
display: none;  //hidden for now
  position: absolute;
  top: 0px;
  left: 350px;
  width: 288px;
  z-index: 15;
  margin-top:50px;
  margin-right:-5px;
}
#header .information {
  position: absolute;
  top: 0px;
  left: 300px;
  width: 488px;
  z-index: 15;
  margin-top:5px;
  margin-right:-5px;

  font-size:16px;
  font-weight:bold;
}
#header .stats {
  font-size:12px;
  font-weight: normal;
}

/* footer */
.footer {
  position: relative;
  clear: both;
  overflow: auto;
  padding: 10px;
  border-top: 1px solid #DBDEE1;
  border-bottom: 1px solid #DBDEE1;
  background: #F8F8F8;
  height: 15px;
  color:#777;
  margin-top:20px;
}
.footer a {
  text-decoration: none;
  color:#777;
}
.footer a:hover {
  color:#444;
}



/* menu */
#menu {
  background: #585858;
  border-bottom: 1px solid #000000;
  height: 37px;
  margin-bottom: 15px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0px 2px 2px #DDDDDD;
  -moz-box-shadow: 0px 2px 2px #DDDDDD;
  box-shadow: 0px 2px 2px #DDDDDD;
  padding: 0px 5px;
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu > ul > li {
  position: relative;
  float: left;
  z-index: 20;
}
#menu > ul > li:hover {
  background: #000;
}
#menu > ul > li > a {
  font-size: 13px;
  color: #FFF;
  line-height: 14px;
  text-decoration: none;
  display: block;
  z-index: 6;
  position: relative;
  padding-top: 12px;
  padding-right: 8px;
  padding-bottom: 11px;
  padding-left: 8px;
}
#menu > ul > li > div {
  display: none;
  background: #FFFFFF;
  position: absolute;
  z-index: 5;
  padding: 5px;
  border: 1px solid #000000;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -khtml-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  background: url('/images/menu.png');
}
#menu > ul > li:hover > div {
  display: table;
}
#menu > ul > li > div > ul {
  display: table-cell;
}
#menu > ul > li ul + ul {
  padding-left: 20px;
}
#menu > ul > li ul > li > a {
  text-decoration: none;
  padding: 4px;
  color: #FFFFFF;
  display: block;
  white-space: nowrap;
  min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
  background: #000000;
}
#menu > ul > li > div > ul > li > a {
  color: #FFFFFF;
}



/* columns */

.column-left {
  float: left;
  width: 180px;
}
.column-right {
  float: right;
  width: 180px;
}
.content {
  font-family: 'Raleway', 'Roboto', Lato, ariel, Helvetica, sans-serif;
  font-size: 16px;
  color: #333;
}
.column-left + .column-right + .content, .column-left + .content {
  margin-left: 195px;
}
.column-right + .content {
  margin-right: 195px;
}



.box {
        margin-bottom: 20px;
}
.box .box-heading {
        -webkit-border-radius: 7px 7px 0px 0px;
        -moz-border-radius: 7px 7px 0px 0px;
        -khtml-border-radius: 7px 7px 0px 0px;
        border-radius: 7px 7px 0px 0px;
        border: 1px solid #DBDEE1;
        background: url('/images/background.png') repeat-x;
        padding: 8px 10px 7px 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
        color: #333;
}
.box .box-content {
        background: #FFFFFF;
        -webkit-border-radius: 0px 0px 7px 7px;
        -moz-border-radius: 0px 0px 7px 7px;
        -khtml-border-radius: 0px 0px 7px 7px;
        border-radius: 0px 0px 7px 7px;
        border-left: 1px solid #DBDEE1;
        border-right: 1px solid #DBDEE1;
        border-bottom: 1px solid #DBDEE1;
        padding: 10px;
}

.box-menu {
  margin-top: -5px;
}
.box-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box-menu > ul > li {
  padding: 8px 8px 8px 0px;
}
.box-menu > ul > li + li {
  border-top: 1px solid #EEEEEE;
}
.box-menu > ul > li > a {
  text-decoration: none;
  color: #333;
  padding-bottom:3px;
  display: block;
}
.box-category > ul > li ul {
        display: none;
}
.box-category > ul > li a.active {
        font-weight: bold;
}


.list thead {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
}
.list td {
  padding: 5px;
}
.list td a {
  color:#666;
  text-decoration:none;
}
.list td a:hover {
  color:#aaa;
  text-decoration:underline;
}
.list .left {
  text-align: left;
}
.list .center {
  text-align: center;
}
.center {
  text-align: center;
}
.list .right {
  text-align: right;
}


.alb { background:rgba(233,0,0,0.2); }
.hib { background:rgba(0,233,0,0.2); }
.mid { background:rgba(0,0,233,0.2); }


ul.tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 12px;
}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #ddd;}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {background-color: #ccc;}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.realmtitle {
  font-size:10px;
}

.red { 
  color: red;
}
.green {
  color: green;
}

/* emblem */

div.emblem {
  float:left;
  width: 80px;
  height: 100px;
  border: 4px solid white;
  border-radius: 8px;
}
svg.emblem {
  margin-left:-41px;
  position: absolute;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
img[name="emblem_icon"] {
  position: relative;
  padding-top: 1px;
  display: block;
  margin: auto;
  width: 64px;
  height: 70px;
}
.border {
  border: 2px solid black;
  border-radius: 10px;
}

svg.emblem > .pattern, svg.emblem.pattern0 > .pattern0,
svg.emblem.pattern1 > .pattern1, svg.emblem.pattern2 > .pattern2,
svg.emblem.pattern3 > .pattern3 {
    display: block;
}
svg.emblem > * {
    display: none;
}
