/*
 * Copyright 2016, 2024 5 Mode. All rights reserved.
 *
 * This file is part of BolognaHypeDrive
 *
 * style.css
 * 
 * BolognaHypeDrive stylesheet.
 *
 * @author Daniele Bonini <my25mb@has.im>
 * @copyrights (c) 2016, 2026, 5 Mode
 */

body {
    background: #2e2e2e;
    margin-top:30px;
    margin-left:0px;
}
#bannerCookies {
  position: fixed; 
  top: 2000px; 
  left:-10px;
  width: 102%; 
  border: 1px solid #C2DBF2; 
  padding: 10px; 
  background: #000000; 
  color:white; 
  font-family: Sans;
  font-size: 12px; 
  text-align: center; 
  z-index: 19999;
  display:none;
}
#butMsgSend {
  font-weight: 900;
}
#content {
   clear:both;
   margin:auto;
   text-align:center;
   vertical-align:middle;
}
#copyw {
  color: #FFFFFF;
}
#info {
    float:right; 
    position:absolute; 
    width: 450px; 
    height: 450px; 
    background: #FFFFFF;
    border: 2px solid #000000; 
    color: #000000;
    font-weight:900;
    cursor: pointer; 
    padding: 10px;
    text-align:left;
    box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, 0.2), 6px 6px 2px 0 rgba(0, 0, 0, 0.19);
    display: none;
}
#logo5 {
  vertical-align: bottom;
}
.msg-ctrl {
  width:97%;
}
#msg {
    float:right; 
    position:absolute; 
    width: 450px; 
    background: #FFFFFF;
    border: 2px solid #000000; 
    color: #000000;
    font-weight:900;
    cursor: pointer; 
    padding: 10px;
    text-align:right;
    box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, 0.2), 6px 6px 2px 0 rgba(0, 0, 0, 0.19);
    display: none;
}
#msgBox {
  position: absolute;
  background:#FFFFFF;
  color:#000000;
  font-weight:900;
  /*border: 3px solid #000000;*/
  box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, 0.2), 6px 6px 2px 0 rgba(0, 0, 0, 0.19);
  display:none;
}
#msgBox table {
  width:500px;
}
#msgBox table td {
  padding:10px;
}
#talkBox {
  position: absolute;
  background:#FFFFFF;
  color:#000000;
  font-weight:900;
  /*border: 3px solid #000000;*/
  box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, 0.2), 6px 6px 2px 0 rgba(0, 0, 0, 0.19);
  display:none;
}
#talkBox table {
  width:500px;
}
#talkBox table td {
  padding:10px;
}
