/* Site-wide look and feel */

body {
    font-size: 1em;
    line-height: 1.3;
    font-family: sans-serif;
    margin: 0px;
}

.banner {
  position: relative;
  width: 100%;
  height: 64px;
  background-color: #023882;
}

.banner .back_button {
    display: block;
    height: 64px;
    width: 66px;
    padding-top: 12px;
    cursor: pointer;
}

.banner .banner_title {
  color: white;
  font-size: 50px;
  text-align: center;
  font-family: sans-serif;

  position: absolute;
  left: 66px;
  right: 66px;
}

.banner .help {
  position: absolute;
  right: 70px;
  /* To achieve vertical centering
   (http://coding.smashingmagazine.com/2013/08/09/absolute-horizontal-vertical-centering-css/)
  */
  margin-top: auto;
  margin-bottom: auto;
  top: 0; bottom: 0;
  text-align: center;
 height: 55px;
}

.banner .help p {
  font-size: 16px;
  margin-top: -3px;
  color: #F7D117;
  text-shadow: none;
}

.block_buttons .double {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.block_buttons .double a.button_link {
  width: 95px;
  font-size: 15px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  /* top and bottom padding are normally 9px */
  padding-top: 5px;
  padding-bottom: 13px;
}
.block_buttons .double .left {
  float: left;
}
.block_buttons .double a.right {
  /* margin-left: 150px; */
  margin-left: 11px;
}

.banner img.logo {
  display: inline;
  position: absolute;
  top: 2px;
  right: 2px;
}


div.banner_version { 
  position: absolute;
  right: 10px;
}

table { 
  border-collapse: collapse;
  border: 2px black;
}

td {
  border: 1px solid;
  text-align: center;
  padding: 13px;
}

th {
  padding-right: 10px;
  font-size: 24px;
}

tbody {
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  margin-top: 10px;
}

.block_buttons input,
.block_buttons select,
.block_buttons optgroup,
.block_buttons option,
.block_buttons label,
.block_buttons span,
.block_buttons p { 
  font-size: 24px; /*x-large; */
}

.block_buttons input[type='button'],
.block_buttons input[type='submit'],
.block_buttons a.button_link {
    display: block;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
    margin-top:3px;
	margin-bottom: 20px;
    padding:10px 15px;
    font-size: x-large;
    font-family: sans-serif;
    line-height: 1.3;
}

.block_buttons input[type='button'],
.block_buttons input[type='submit'],
.block_buttons .button_link {
    color:#ffffff;
    background: #2d2d2d; /* Old browsers */
    background: -moz-linear-gradient(top,  #424242 0%, #2d2d2d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(100%,#2d2d2d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #424242 0%,#2d2d2d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #424242 0%,#2d2d2d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #424242 0%,#2d2d2d 100%); /* IE10+ */
    background: linear-gradient(top,  #424242 0%,#2d2d2d 100%); /* W3C */
    border: 1px solid #666666;
    border-right-width: 1px;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    cursor: pointer;
}

.block_buttons a.button_link { 
  width: 208px;
  height: 33px;
  padding-top: 9px;
  padding-bottom: 9px;

  font-family:
      -apple-system,
      BlinkMacSystemFont,
      “Segoe UI”,
      Roboto,
      Helvetica,
      Arial,
      sans-serif;

  font-weight: normal;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  color: #ffffff;
}

.block_buttons input[disabled][type='button'],
.block_buttons input[disabled][type='submit'],
.block_buttons a.button_link.disabled {
  background: #a0a0a0;
  cursor: auto;
}

.block_buttons input.delete_button {
    background: #ff0000;
}

.block_buttons input.mini {
  padding: 5px;
  border-radius: 0.4em;
  text-decoration: none;
  width: 160px;
  font-size: 18px;
  margin-bottom: 3px;
}

#ajax_working {
  position: fixed;
  background-color: green;
  bottom: 0px;
  left: 1em;
  padding: 1em;
  width: 10em;
  text-align: center;
}

#ajax-failure {
  position: fixed;
  background-color: red;
  bottom: 0px;
  left: 1em;
  padding: 1em;
  width: 25em;
  font-size: x-large;
  text-align: center;
}

/** modal window styles **/
#modal_background {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#second_modal_background {
    position: fixed;
    z-index:11500;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#third_modal_background {
    position: fixed;
    z-index:13500;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.modal_frame {
    position: fixed;
    background-color: transparent;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: scroll;
}

.modal_dialog {
  display: none;
  width: 300px;
  top: 100px;
  padding: 15px 20px;
  background: #f3f6fa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.wide_modal {
  width: 500px;
}

.settings_group {
  margin-bottom: 20px;
}

.hidden {
  visibility: hidden;
  display: none;
}
