h1 { font-size: 1em; text-align: center; }
h2 { font-size: 1.2em; text-align: center; }

img { margin: 0px; padding: 0px; }
img.o, img.r, img.b, img.n { cursor:default; }
img.v { cursor:pointer; }

div.hall { text-align: center; width: 460px; margin-left: auto; margin-right: auto; }
div#legend { text-align: center; font-size: small; width: 450px; margin-left: auto; margin-right: auto; padding: 1em; }
div#legend img { padding: 0 0.5em; }
div.row_number { float: left; margin-right: 5px; }
div.seats { display: inline-block; text-align: left; }
div.seats div#row1, div.seats div#row2, div.seats div#row3, div.seats div#row4, div.seats div#row14, div.seats div#row16, div.seats div#row17 { margin-left: 22px; }
div.seats div#row15 { margin-left: 44px; }

div#reservation_summary { width: 500px; margin-left: auto; margin-right: auto; text-align: center; padding: 10px; }
div#contact_input { width: 350px; margin-left: auto; margin-right: auto; text-align: center; }
div#newevent_input { width: 550px; margin-left: auto; margin-right: auto; text-align: center; border: 1px solid black}

div#contact_input label {float: left; width: 10em; margin: 0.2em 0.5em; text-align: right;}
div#newevent_input label {float: left; width: 10em; margin: 0.2em 0.5em; text-align: right;}
div#search_input label {float: left; width: 10em; margin: 0.2em 0.5em; text-align: right;}

div#contact_input input, textarea {text-align: left; margin: 0.2em 0.5em;}
div#newevent_input input[type=text] {width: 350px; text-align: left; margin: 0.2em 0.5em;}
div#newevent_input select {width: 358px; text-align: left; margin: 0.2em 0.5em;}
div#newevent_input textarea {width: 350px; height: 200px; text-align: left; margin: 0.2em 0.5em;}
div#search_input input[type=text] {width: 350px; text-align: left; margin: 0.2em 0.5em;}

input.submit  {margin-left: 10em;}
/* additionally give the button and the labels the same font to align the button better */
label, input.submit {font: normal 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;}

input[type=text]:focus {
  background-color: lightblue;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
  width: 460px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form select {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #43A047;
}
.form a {
  cursor: pointer;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .registration-form {
  display: none;
}
.form .lostpassword-form {
  display: none;
}

div.adminmenu {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}

div.adminmenu a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

div.adminmenu a:hover {
  background-color: red;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
