/* Custom CSS */

html,
body {
  height: 100%;
}
body {
	background: #202020;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
* {
    font-family: 'Roboto', sans-serif;	
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 26px;
}
h3, .h3 {
	font-size: 22px;
}

/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

/*
 * Base structure
 */

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */

.masthead {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	background-color: #FFF;
	box-shadow: 0 0 50px rgba(0,0,0,.5);
}
.masthead-brand {
  margin: 10px;
}

@media (min-width: 768px) {
  .masthead-brand {
  }
  .masthead-nav {
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: rgba(255,255,255,.75);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
  }
  .mastfoot {
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
  }
  /* Handle the widths */
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .mastfoot,
  .cover-container {
    width: 860px;
  }
}

/*
	styles
*/

.background-light {
	background-color: rgba(255,255,255,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.form-group-lg .form-control.input-event {
	display: inline-block;
	font-size: 20px;
	height: 54px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.form-group-lg .form-control.input-code {
	display: inline-block;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 180px;
	height: 54px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#html5-qrcode-anchor-scan-type-change {
	display: none !important;
}
#html5-qrcode-select-camera {
	background: #FFF;
	color: #000;
	font-size: 20px;
	padding: 4px;
}
#html5-qrcode-select-camera:disabled {
	display: none;
}

/*
	modal
*/

.modal * {
	text-shadow: none;
	color: #000;
}
.modal .btn-default {
	border: 1px solid #404040;
}
.icon-large {
	font-size: 3em;
}
.green {
	color: #0C3;
}
.red {
	color: #F00;
}

/*
	misc
*/

.alert-white {
	background: #FFF;
	border-color: #000;
}
button {
	display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;
	color:#333;background-color:#fff;border-color:#ccc	
}
.na {
	color: #DDD;
}
label {
	font-weight: normal;
	text-align: right;
}
.alert {
	text-shadow: none;
}
.lc {
	text-transform: lowercase;
}
.uc {
	text-transform: uppercase;
}
.error,
.red {
	color: #F00;
}
.white {
	color: #FFF !important
}
.yellow {
	color: #FAB900 !important
}
.fn {
	float: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ar {
	text-align: right;
}
.ac {
	text-align: center;
}
.nm {

	margin: 0 !important;
}
.nmt {
	margin-top: 0 !important;
}
.nmb {
	margin-bottom: 0 !important;
}
.np {
	padding: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt12 {
	margin-top: 12px !important;
}
.mt24 {
	margin-top: 24px !important;
}
.mt48 {
	margin-top: 48px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr24 {
	margin-right: 24px !important;
}
.mr48 {
	margin-right: 48px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb24 {
	margin-bottom: 24px !important;
}
.mb48 {
	margin-bottom: 48px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml24 {
	margin-left: 24px !important;
}
.ml48 {
	margin-left: 48px !important;
}
.m10 {
	margin: 10px !important;
}
.m20 {
	margin: 20px !important;
}
.m24 {
	margin: 24px !important;
}
.m48 {
	margin: m48 !important;

}
.pt10
 {
	padding-top: 10px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt24 {
	padding-top: 24px !important;
}
.pt48 {
	padding-top: 48px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr24 {
	padding-right: 24px !important;
}
.pr48 {
	padding-right: 48px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb24 {
	padding-bottom: 24px !important;
}
.pb48 {
	padding-bottom: 48px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl24 {
	padding-left: 24px !important;
}
.pl48 {
	padding-left: 48px !important;
}
.p10 {
	padding: 10px !important;
}
.p20 {
	padding: 20px !important;
}
.p24 {
	padding: 24px !important;
}
.p48 {
	padding: 48px !important;
}
.cb{clear:both}
