html, body {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
  width: 100%;
}

body {
  line-height: 1.5em;
  color: #ffffff;

  font-family: Roboto, Tahoma, Geneva, sans-serif;
  font-size: 10pt;

  background: #0A223A url("../images/bg.png") center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#push, #footer{
  height: 100px;
  padding: 0;
  margin: 0;
  border: 0;
}

#footer{
  color: #ffffff;
  background: #0D1D2D url("../images/footer_border.png") top left repeat-x;
  padding: 8px;
  text-align: center;
  flex-grow: 0;
}

#header{
  flex-grow: 0;
  height: 70px;
  padding: 0;
  margin: 0;
  border: 0;
}

#page-wrapper{
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

#page-middle{

  align-self: center;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ereg-content-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.ereg-event-form, .ereg-event-image{
  flex-shrink: 1;
  padding: 10px;
}

.ereg-event-image, .ereg-event-form{
  vertical-align: middle;
  width: 30%;
}



.q-item{
  background: url("../images/trans_bg.png") top left;
  border: 1px solid #0A223A;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
}

.q-question{
  text-align: left;
  color: #ffffff;
  padding: 2px 4px 2px 4px;
}

.selfie-img{
  padding: 2px;
}

input.barcode-input{
  background: none;
  text-align: center;
  color: #00BFFF;
  border: 0;
  width: 100%;
  font-size: 5em;
}

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

.selected-input {
  background: #00BFFF;
}

#nav{
  padding-right: 20px !important;
}

.navbar-toggle{
  border-color: #fff !important;
}


@-moz-document url-prefix() {
  fieldset { display: table-cell; }
} 

td.nowrap, th.nowrap, div.nowrap{
  white-space:nowrap;
}

table.tablesorter td h5{
  margin-top: 0;
}

input[type="file"] {
    padding-bottom: 34px;
}

span.full-width{
  display: inline-block;
  width: 100%;
  text-align: left;
}

/* ***************************************************************************************************** */

div.img_box{
  display: inline-block;
  width: 200px;
  border: 1px solid #c0c0c0;
  margin-bottom: 10px;
  padding: 0;
  background: #d0d0d0;
  border-radius: 4px;
  overflow: hidden;
}

div.img_box:hover{
  border: 1px solid #660000;
  background: #660000;
  color: #fff;
}

div.img_box_clipper{
  display: block;
  overflow: hidden;
  height: 100px;
  border: 0;
  margin: 0;
  padding: 0;
}

img.img_box_thumbnail{
  display: block;
  width: 100%;  
  border: 0;
  margin: 0;
  padding: 0;
}

div.well-scroller{
  height:190px;
  overflow: auto;
}

/* **************************************************************************************************** */

div.subnav{
  padding-bottom: 1em;
  text-align: center;
}

/*.navbar{
  margin-bottom: 0;
  padding-bottom: 0;
  display: block !important;
}


.navbar:after{
  content: none; !important;
}
*/

.panel-title{
  font-size: 2em;
}

.detail-name{
  padding: 0;
  margin: 0;
  border: 0;
}

.control-label small{
  color: #999;
}

/* **************************************************************************************************** */

div#map-wrapper{
  min-height: 100%;
  height: 400px;
  width: 100%;
}

div#map-wrapper #map{
  width: 100%;
  height: 100%;
}

div#map-location-picker{
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #cccccc;
}

/* **************************************************************************************************** */

div.vertifloat{
  width: 100%;
  height: 100%;
  min-height: 100%;
  vertical-align: middle;
  text-align: center;
}

div.loginform{
  display: inline-block;
  width: 300px;
  margin: 0 auto;
}
