/*** FONTS & FONT SETTINGS ***/
@font-face
{
    font-family: TribalChineseVersion;
    src: url(../fonts/tcv.ttf);
}    

@font-face
{
  font-family: Liberation Sans Narrow;
  src: url(../fonts/LiberationSansNarrow-Regular.ttf);
  font-weight: normal;
}

body, div, p, span, a, li, th, td
{
  font-family: Trebuchet MS;
  font-size: 10pt;
}

body
{
  color: #ffffff;
}

.content
{
  color: #f0f0f0;
  line-height: 16pt;
}

h1, h2, h3, h4, h5, h6
{
  margin: 0px;
  padding: 0px;
  
  font-family: Trebuchet MS;
  font-weight: normal;  

  color: #ffffff;  
}

.center
{
  text-align: center;
}

/*** LINKS ***/
a
{
  text-decoration: underline;
}

a:link, a:visited
{
  color: #ffffff;
}

a:hover
{
  color: #a0a0a0;
}

a.icon
{
  text-decoration: none;
  
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  
  padding: 0px;
  
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  
  border-radius: 4px;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  
  color: #000000;
}

a.icon:link, a.icon:visited
{
  background-color: #ffffff;
}

a.icon:hover
{
  background-color: #cccccc;
}  

/*** BACKGROUND ***/
body
{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}  


/*** LAYOUT ***/
html, body
{
  margin: 0px;
  padding: 0px;
  
  width: 100%;
  height: 100%;
}


/* Top bar */
#site-menue
{
  position: fixed;
  top: 20px;
  width: 100%;
  
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(80, 80, 80, 0.6);
  
  background-image: url(../images/logo/bdo_logo.png);
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: auto 60%;
}


#site-links
{
  float: left;
  margin-left: 20px;
}

#site-links ul
{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#site-links ul li
{
  display: inline-block;
  float: left;
  margin: 0px;
  padding: 0px;
  border-right: 1px solid rgba(80, 80, 80, 0.6);  
}
#site-links ul li:first-child
{
  border-left: 1px solid rgba(80, 80, 80, 0.6);  
}

#site-links a
{
  display: block;
  height: 90px;
  line-height: 90px;
  padding-left: 15px;
  padding-right: 15px;
  
  font-family: Liberation Sans Narrow;
  font-size: 10pt;
  text-transform: uppercase;
  text-decoration: none;

  text-align: center;
  vertical-align: center;
}

#site-links a:hover
{
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(200,200,200,0.2) 50%, rgba(0,0,0,0) 100%);
}

#site-logo
{
  float: left;
  width: 300px;
  text-align: center;
  margin-left: 30px;
  padding-top: 10px;
} 

#site-logo h1
{
  font-family: TribalChineseVersion;
  margin-top: -5px;
  font-size: 40pt;
  text-align: center;
}

#site-logo h6
{
  margin-top: 2px;
  font-size: 10pt;
  text-align: center;
  font-family: Liberation Sans Narrow;
}


/* Bottom bar */

#site-footer
{
  position: fixed;
  top: 100%;
  width: 100%;
  margin-top: -26px;
  height: 26px;
  

  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(80, 80, 80, 0.6);
}

#site-footer div#footer-menu
{
  float: left;
  padding-left: 30px;
  font-size: 9pt;
  line-height: 26px;
  vertical-align: middle;
}

#site-footer div#shorttext
{
  float: right;
  padding-right: 30px;
  font-size: 9pt;
  line-height: 26px;
  vertical-align: middle;
}

     
      
/* Content */


#content
{
  position: fixed;
  top: 125px;  
  
  width: 40%;
  height: calc(100% - 235px);
  
  color: #f0f0f0;        
  padding: 30px;
  
  text-align: justify;
  
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(80, 80, 80, 0.6);
  border-radius: 8px;
  
  overflow: auto;
}

body.left #content
{
  right: 50%;  
}

body.right #content
{
  left: 50%;  
}

#content table.content-header
{
  cell-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
  
  border-bottom: 1px solid #f0f0f0;
}

#content table.content-header td
{
  vertical-align: middle;
}

#content table.content-header td:nth-Child(1)
{
  width: 40%;
  text-align: left;
}

#content table.content-header td:nth-Child(2)
{
  width: 30%;
  text-align: center;
}

#content table.content-header td:nth-Child(3)
{
  width: 30%;
  text-align: right;
}

#content .content-header h1
{
  font-family: TribalChineseVersion;
  font-weight: normal;
  font-size: 18pt;    

  margin-top: 10px;
}

#content .content-header h2
{
  font-family: Trebuchet MS;
  font-size: 10pt;
  font-weight: normal;
  
  text-transform: uppercase;
}

#content .content-header h3
{
  margin-bottom: 10px;
  
  font-family: Trebuchet MS;
  font-size: 10pt;
  font-weight: normal;
  
  font-variant: small-caps;
}

#table-list
{
    cell-spacing: 0px;
    border-collapse: collapse;
}

#table-list td
{
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2px;
  cursor: pointer;
}

#table-list tr:hover
{
  background-color: rgba(255, 255, 255, 0.1);
}

#table-list tr:last-child td
{
  border: 0px;
}

/* Paging */

p.page-index
{
  text-align: center;
}

/*** RESPONSIVE ***/

@media screen and (max-width: 1100px)
{
  #site-menue
  {
    top: 10px;  
  }
  
  #site-links a
  {
    height: 45px;
    line-height: 45px;
    
    padding-left: 10px;
    padding-right: 10px;
    
    font-size: 8pt;
  }

  #site-logo
  {
    width: 150px;
    padding-top: 12px;
  }   

  #site-logo h1
  {
    font-size: 20pt;
  }

  #site-logo h6
  {
    display: none;
  }

  #content
  {
      top: 70px;
      height: calc(100% - 180px);
  } 
 
}

@media screen and (max-width: 900px)
{
  .content
  {
    font-size: 8pt !important;
    line-height: 13pt !important;
  }
  
  body.left #content
  {
    right: 25%;
    width: 60%;
  }
  
  body.right #content
  {
    left: 25%;
    width: 60%;
  }
}

@media screen and (max-width: 750px)
{
  #site-menue
  {
    background-image: none;
  }
  
  body.left #content
  {
    right: 0px;
    margin-right: 30px;
    margin-left: 30px;
    width: auto;
  }

  body.right #content
  {
    left: 0px;
    margin-right: 30px;
    margin-left: 30px;
    width: auto;
  }  
}

@media screen and (max-width: 570px)
{
  #site-menue .fa
  {
    display: none;
  }
  
  #site-menue
  {
    background-image: none;
  }
  
  #site-logo
  {
    width: 100px;
    padding-top: 14px;
  } 

  #site-logo h1
  {
    font-size: 16pt;
  }
  
}