/** $Id: HHTsim.css,v 1.2 2010-01-21 14:37:53 gaf Exp $ */

/*
Overflow x + 100vh in body will hide the scrollbars that appear due to the scaling applied to the simulator.
 */
html, body {
    overflow-y: hidden;
}

body {
    height: 100vh;
}

div:focus {
    outline: none;
}

h1
{
  font-size: 20px;
  font-weight: bold;
  color: black;
  margin: 40px 0px 70px;
  text-align: center;
}

.sendButton
{
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox
{
    width: auto;
}

.dialogVPanel
{
  margin: 5px;
}

.serverResponseLabelError
{
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton
{
  margin: 15px 6px 6px;
}

div#sessionPanel {
    width: 1024px;
    height: 100vh;
    background-image: url('sessionpanel-achtergrond.jpg');
}

div#sessionPanelCenter {
    width: 270px;
    margin: 0 auto;
    padding-top: 200px;
}

div#sessionPanelBox {
    border: 1px;
    border-style: solid;
    padding: 10px;
    border-color: black;
    background-color: white;
}

#sessionPanelTitle {
    padding-bottom: 10px;
    font-size: 1.17em;
    font-weight: bold;
    text-align: center;
}

div#copyright {
    margin-left: 20px;
    color: darkred;
    position: absolute;
    bottom: 5px;
}

.refreshButton {
}

.gwt-Label {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

div#sessionName {
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    padding: 15px;
    margin-top: -50px;
    transform: rotate(-90deg);
    transform-origin: top left;
    display: none
}

.gwt-TextBox {
    padding: 2px;
    width: 100%;
}

.gwt-textbox-font {
    font: 14px "Courier New";
    outline: none;
}

.gwt-textbox-font-deselected {
    font: 14px "Courier New";
    background-color: gray;
}

.gwt-ListBox {
    width: 100%;
}

.dialogMiddle, .dialogMiddle table td, .dialogMiddle table td button {
    font-size: calc(.1em + 0.7vw) !important;
}

.gwt-Button, .verzoekTrdl .dialogTopCenter, .verzoekTrdl .gwt-Button {
    font-size: 16px !important;
}

.gwt-HTML {
    text-align: left;
    height: 100%;
}

.caption, .caption-centered {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
}

.caption-centered {
    text-align: center;
}

.panel {
	border: 1px solid;
}

.sessionPanel {
	border: 1px solid;
	width: 100%;
}

.sessionPanel select, .sessionPanel input {
	width:196px !important;
}

.sessionPanel button {
    margin-left: 160px;
}

.singleSessionClass {
	border-bottom: 1px solid #000;
    margin: -15px 10px 10px -10px;
    padding: 14px 10px 17px 10px;
    width: 109%;
}

.singleSessionClass button {
    margin-left: 152px;
}

.singleSessionText {
    width: 137px;
    position: absolute;
}

.borderCenter {
    margin-top: -10px;
}

.sessionStartIndividualButton {
    margin-top: 4px
}

.sessionPanel tbody tr:nth-child(3) {
    border-top: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    display:block;
}

.sessionPanel tbody tr:nth-child(4), .sessionPanel tbody tr:nth-child(5), .sessionPanel tbody tr:nth-child(6) {
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    display:block;
    margin-bottom:-10px;
}

.sessionPanel tbody tr:nth-child(7) {
	border-bottom: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    display:block;
}

iframe {
    height: 110%;
    width: 100%;
    border: 0;
}