body{
    background-color: #1e1e1e;
    margin: 0 0 100px;
}
.hidden{
    display: none;
}
.noMargin{
	margin: 0 0 0 0 !important;
}
html.a6{
	height: 148mm;
	width: 105mm;
}
body.a6{
	padding: 29px 0;
}
html.a6,body.a6{
	background-color: #ffffff;
}
.ticket{
    background: url(../img/coronaIdBg.png) no-repeat center center;
    background-size: 325px 500px;
	/** background-size: 105mm 148mm; */
	height: 500px;
    width: 325px;
    border-radius: 10px;
    padding: 100px 26px 6px 26px;
    color: #000;
    position: relative;
	margin: 0 auto;
}
.ticket h3, section.dark .ticket h3 {
    font-weight: 600;
    font-size: 30px;
    color: #000;
    display: inline;
    background: #fff;
    padding: 0px 0px;
    box-shadow: 10px 0 0 white, -10px 0 0 white;
}
.ticket h4,ection.dark .ticket h4 {
    text-align: left;
    margin: 44px 0 0 9px;
    padding: 0;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    font-family: arial;
}
.ticket .footer {
    position: absolute;
    bottom: 20px;
    color: #fff;
    width: calc(100% - 50px);
}
.ticket .footer .left,.ticket .footer .right{
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.ticket .footer .left{
    left: 0;
}
.ticket .footer p {
    font-weight: 600;
    font-size: 18px;
    padding: 5px 0;
    line-height: 18px;
    background: #1e1d1d;
    box-shadow: 5px 0 0 #1e1d1d, -5px 0 0 #1e1d1d;
    display: inline;
}
.qrcode{
    text-align: center;
    margin: 39px 0 30px;
}
.testCountdownContainer{
    text-align: center;
    margin: 0 0 15px;
}
.testCountdown{
    position: absolute;
    top: 176px;
    width: 100%;
    text-align: center;
    left: 0;
}
.testCountdownTitle{
    background: #fff;
    display: inline-block;
    padding: 0px 8px;
    font-size: 22px;
    font-weight: bold;
}
.testCountdownSubtitle {
    display: block;
    padding: 0px 8px;
    font-size: 13px;
    font-weight: bold;
    color: #589a00;
}
.testCountdownSubtitle span{
    background: #fff;
}
.ticketCodeBackup {
    color: #000;
    margin: -22px 0 -15px 0px;
    font-size: 18px;
}
.btn-outline-primary{
    border: 1px solid #41c1f0 !important;
    border-radius: 20px;
}
.successScreen {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: green;
    display: none;
    z-index: 9999;
}
.issueScreen {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: red;
    display: none;
    z-index: 9999;
}
.sectionLabel{
    text-align: center;
    color: #d9d9d9;
    margin: 0 0 40px;
}
.labelInner {
    background: #2c2c2c;
    display: inline-block;
    padding: 5px 20px;
}
h2 {
    color: #cdcdcd;
    text-align: center;
    margin: 0 0 40px;
}
h2.pageTitle{
    text-align: right;
    margin: 10px 0 0 0;
    display: inline-block;
}
.btn-primary {
    color: #fff;
    background-color: #0e8368;
    border-color: #0e8368;
}
header {
    position: static;
    top: 0;
    background: #2c2c2c;
    width: 100%;
    color: #d9d9d9;
    line-height: 50px;
    padding: 10px 20px 10px 0;
    margin: 0 0 20px;
}
footer {
    position: fixed;
    bottom: 0;
    background: #2c2c2c;
    width: 100%;
    color: #d9d9d9;
    line-height: 60px;
    padding: 10px 20px 10px 0;
}
img.footerLogo {
    max-height: 60px;
    float: left;
    padding: 10px 20px 10px 0;
}
footer p{
    margin: 0 0 0 0;
}
.textRight{
    text-align: right;
}
.cameraButtons {
    text-align: center;
    margin: 20px 0 20px 0;
}
.nfcInput{
    white-space: pre-wrap;
    background: #383838;
    color: #fff;
}
.dataList {
    color: #fff;
    border-bottom: 1px solid #000;
    padding: 20px;
}
.dataList:nth-child(even){
    background: #2e2e2e;
}
/* WIDGETS */
.widget {
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.widget.style1 h2 {
  font-size: 30px;
}
.widget h2,
.widget h3 {
  margin-top: 5px;
  margin-bottom: 0;
    color: #fff;
}
.widget-text-box {
  padding: 20px;
  border: 1px solid #e7eaec;
  background: #ffffff;
}
.widget-head-color-box {
  border-radius: 5px 5px 0px 0px;
  margin-top: 10px;
}
.widget .flot-chart {
  height: 100px;
}
.vertical-align div {
  display: inline-block;
  vertical-align: middle;
}
.vertical-align h2,
.vertical-align h3 {
  margin: 0;
}
.todo-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.todo-list.small-list {
  font-size: 12px;
}
.todo-list.small-list > li {
  background: #f3f3f4;
  border-left: none;
  border-right: none;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 2px;
  padding: 6px 6px 6px 12px;
}
.todo-list.small-list .btn-xs,
.todo-list.small-list .btn-group-xs > .btn {
  border-radius: 5px;
  font-size: 10px;
  line-height: 1.5;
  padding: 1px 2px 1px 5px;
}
.todo-list > li {
  background: #f3f3f4;
  border-left: 6px solid #e7eaec;
  border-right: 6px solid #e7eaec;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 2px;
  padding: 10px;
}
.todo-list .handle {
  cursor: move;
  display: inline-block;
  font-size: 16px;
  margin: 0 5px;
}
.todo-list > li .label {
  font-size: 9px;
  margin-left: 10px;
}
.check-link {
  font-size: 16px;
}
.todo-completed {
  text-decoration: line-through;
}
.geo-statistic h1 {
  font-size: 36px;
  margin-bottom: 0;
}
.glyphicon.fa {
  font-family: "FontAwesome";
}
/* BACKGROUNDS */
.gray-bg {
  background-color: #f3f3f4;
}
.white-bg {
  background-color: #ffffff;
}
.navy-bg {
  background-color: #1ab394;
  color: #ffffff;
}
.blue-bg {
  background-color: #1c84c6;
  color: #ffffff;
}
.lazur-bg {
  background-color: #23c6c8;
  color: #ffffff;
}
.yellow-bg {
  background-color: #f8ac59;
  color: #ffffff;
}
.red-bg {
  background-color: #ed5565;
  color: #ffffff;
}
.black-bg {
  background-color: #262626;
}
.panel-primary {
  border-color: #1ab394;
}
.panel-primary > .panel-heading {
  background-color: #1ab394;
  border-color: #1ab394;
}
.panel-success {
  border-color: #1c84c6;
}
.panel-success > .panel-heading {
  background-color: #1c84c6;
  border-color: #1c84c6;
  color: #ffffff;
}
.panel-info {
  border-color: #23c6c8;
}
.panel-info > .panel-heading {
  background-color: #23c6c8;
  border-color: #23c6c8;
  color: #ffffff;
}
.panel-warning {
  border-color: #f8ac59;
}
.panel-warning > .panel-heading {
  background-color: #f8ac59;
  border-color: #f8ac59;
  color: #ffffff;
}
.panel-danger {
  border-color: #ed5565;
}
.panel-danger > .panel-heading {
  background-color: #ed5565;
  border-color: #ed5565;
  color: #ffffff;
}
.progress-bar {
  background-color: #1ab394;
}
.progress-small,
.progress-small .progress-bar {
  height: 10px;
}
.progress-small,
.progress-mini {
  margin-top: 5px;
}
.progress-mini,
.progress-mini .progress-bar {
  height: 5px;
  margin-bottom: 0px;
}
.progress-bar-navy-light {
  background-color: #3dc7ab;
}
.progress-bar-success {
  background-color: #1c84c6;
}
.progress-bar-info {
  background-color: #23c6c8;
}
.progress-bar-warning {
  background-color: #f8ac59;
}
.progress-bar-danger {
  background-color: #ed5565;
}
.panel-title {
  font-size: inherit;
}
.jumbotron {
  border-radius: 6px;
  padding: 40px;
}
.jumbotron h1 {
  margin-top: 0;
}
/* COLORS */
.text-navy {
  color: #1ab394;
}
.text-primary {
  color: inherit;
}
.text-success {
  color: #1c84c6;
}
.text-info {
  color: #23c6c8;
}
.text-warning {
  color: #f8ac59;
}
.text-danger {
  color: #ed5565;
}
.text-muted {
  color: #888888;
}
.simple_tag {
  background-color: #f3f3f4;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  color: inherit;
  font-size: 10px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 12px;
  display: inline-block;
}
.img-shadow {
  -webkit-box-shadow: 0px 0px 3px 0px #919191;
  -moz-box-shadow: 0px 0px 3px 0px #919191;
  box-shadow: 0px 0px 3px 0px #919191;
}
.noPadding {
    padding: 0 0 0 0;
}
.btnCheckIn:not(.active),.btnCheckOut:not(.active){
  background: #383838;
  border: none;
}
