.block-number {
  text-align: center;
  font-weight: bold;
  font-size: 0.8125em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #191919;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .block-number:hover {
    opacity: 1; }
  .block-number::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    margin-bottom: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #191919; }
  .block-number a:hover,
  .block-number a:focus {
    color: #191919; }

.demo-section .main-content .section,
.demo-topbar .main-content .topbar,
.demo-navbar .main-content .navbar,
.demo-header .main-content .header,
.demo-footer .main-content .footer {
  margin: 30px 20px 100px;
  border: 1px solid #f5f6f7;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); }

.demo-topbar .main-content .topbar,
.demo-navbar .main-content .navbar {
  position: static;
  margin: 0; }

.sample-blocks img {
  border-radius: 0.25rem; }
  .sample-blocks img.aos-animate {
    opacity: 0.5 !important; }
  .sample-blocks img:hover {
    opacity: 1 !important;
    -webkit-transition: 0.7s !important;
    transition: 0.7s !important; }

.sample-blocks a {
  position: absolute; }

.sample-blocks a:nth-child(1) {
  -webkit-animation: wobble 4s infinite;
          animation: wobble 4s infinite;
  right: 15px;
  bottom: -20px; }

.sample-blocks a:nth-child(2) {
  -webkit-animation: wobble 8s infinite;
          animation: wobble 8s infinite;
  right: 320px;
  bottom: 30px; }

.sample-blocks a:nth-child(3) {
  -webkit-animation: wobble 5s infinite;
          animation: wobble 5s infinite;
  right: 0px;
  bottom: 190px; }

.sample-blocks a:nth-child(4) {
  -webkit-animation: wobble 6s infinite;
          animation: wobble 6s infinite;
  right: 280px;
  bottom: 180px; }

.sample-blocks a:nth-child(5) {
  -webkit-animation: wobble 9s infinite;
          animation: wobble 9s infinite;
  right: 270px;
  bottom: 320px; }

.sample-blocks a:nth-child(6) {
  -webkit-animation: wobble 7s infinite;
          animation: wobble 7s infinite;
  right: 20px;
  bottom: 370px; }

.sample-blocks a:nth-child(7) {
  -webkit-animation: wobble 5s infinite;
          animation: wobble 5s infinite;
  right: 200px;
  bottom: 470px; }

.sample-blocks a:nth-child(8) {
  -webkit-animation: wobble 8s infinite;
          animation: wobble 8s infinite;
  right: 10px;
  bottom: 470px; }

.sample-blocks a:nth-child(9) {
  -webkit-animation: wobble 9s infinite;
          animation: wobble 9s infinite;
  right: 0px;
  bottom: 570px; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
            transform: rotate(-1deg) translate(-5px, -5px); }
  50% {
    -webkit-transform: rotate(1deg) translate(5px, 5px);
            transform: rotate(1deg) translate(5px, 5px); }
  100% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
            transform: rotate(-1deg) translate(-5px, -5px); } }

@keyframes wobble {
  0% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
            transform: rotate(-1deg) translate(-5px, -5px); }
  50% {
    -webkit-transform: rotate(1deg) translate(5px, 5px);
            transform: rotate(1deg) translate(5px, 5px); }
  100% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
            transform: rotate(-1deg) translate(-5px, -5px); } }

@media (max-width: 400px) {
  body > .footer .social a:last-child,
  body > .footer .nav a:last-child {
    display: none; }
}

/*# sourceMappingURL=style.css.map */

.account-summary{
  position: absolute;
  right:0;
  top:0;
}

@media only screen and (max-width: 800px) {
    .scan-code-home{
        text-align: center;
    }
}
@media only screen and (max-width: 991px) {
  .account-summary{
    position: unset;
  }
}
.tag-image{
    width: 100%;
}
.qr-code-image{
    margin-top: 10px;
    text-align: center;
}
.timeline:before {
    left:0px;
}
.timeline>li>.timeline-item{
    margin-left: 10px;
    margin-right: 0px;
    border: 1px solid #eee;
}
.timeline>li{
    margin-right: 0px;
}
.tag-info-content{  
    border: 1px solid #eee;
    padding: 10px;
}
.scan-code #preview{
    transform: scaleX(1) scaleY(1) !important;
}
.article-item {
  margin-bottom: 15px;
}
.article-item .article-title,
.article-item .article-title a {
  color: inherit;
  margin: 0;
}
.article-item .article-meta,
.article-item .article-meta a {
  color: #999;
  font-size: .85em;
}
.article-item .article-meta a {
  text-decoration: underline;
}
.article-item .article-thumb {
  margin-right: 10px;
  margin-bottom: 10px;
}
.article-item .article-text {
  margin-top: 7px;
}
/*html,
body {
  height: 100%;
}*/
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a.asc:after {
  content: "\f160";
}
a.desc:after {
  content: "\f161";
}
.sort-numerical a.asc:after {
  content: "\f162";
}
.sort-numerical a.desc:after {
  content: "\f163";
}
.sort-ordinal a.asc:after {
  content: "\f160";
}
.sort-ordinal a.desc:after {
  content: "\f161";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
.header{
  padding-top: 90px;
  padding-bottom: 50px;
}
header.section-header{
  margin-bottom:20px;
}
section.section{
  padding-top:5rem;
}
.table{
  border: 1px solid #f1f2f3 !important;
}

.form-group.has-error label{color:#dd4b39}.form-group.has-error .form-control,.form-group.has-error .input-group-addon{border-color:#dd4b39;box-shadow:none}.form-group.has-error .help-block{color:#dd4b39}
.form-group.has-success label{color:#00a65a}.form-group.has-success .form-control,.form-group.has-success .input-group-addon{border-color:#00a65a;box-shadow:none}.form-group.has-success .help-block{color:#00a65a}
.form-group.has-warning label{color:#f39c12}.form-group.has-warning .form-control,.form-group.has-warning .input-group-addon{border-color:#f39c12;box-shadow:none}.form-group.has-warning .help-block{color:#f39c12}
/*# sourceMappingURL=style.map */

/* PAGINATION */

.pagination{
	display: -webkit-box;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}
.pagination li a, .pagination li span{
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 32px;
	color: #757575;
	background-color: #fff;
	border: 1px solid #eaeff4;

    margin: 0 3px;
    padding: 0;
    text-align: center;
    min-width: 32px;
}
.pagination li.active a{
	z-index: 1;
	color: #fff;
	background-color: #50a1ff;
	border-color: #50a1ff;
}
.pagination li.active a:not(:disabled):not(.disabled){
	cursor: pointer;
}
/* /PAGINATION */


/* SCANNER VIDEO SCREEN */
.scan-code {
  flex-direction: column;
/*  align-items: center;
  justify-content: center;*/
  display: flex;
  width: 80%;
  margin-left:10%;
  overflow: hidden;
/*  height: -webkit-fill-available;*/
}
/* // SCANNER VIDEO SCREEN */

/* PRINTABLE */
.printable{
  display: none;
}
#grant-access-form{
    width: 50%;
}

#printform-layout,
#printform-size{
    display: grid
}

.printable {
    display: none;
}
.printable *{
    text-align: center;
    height: 0px;
    width: 0px;
}
.printable-qr-code-image > h2,
.printable-qr-code-image > h3,
.printable-qr-code-image > h4{
    display: none;
}
@media print {
    body,
    .wrap > .container {
        padding: 0px !important;
    }
    .alert,
    .navbar,
    .footer,
    #print-modal,
    .modal-backdrop,
    .main-content:not(.printable) {
        display:none;
    }
    .printable {
        display: block;
    }
    .printable *{
        height:auto;
        width:auto;
    }
    .printable-qr-code-image > h2,
    .printable-qr-code-image > h3,
    .printable-qr-code-image > h4{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .printable-qr-code-image > h2,
    .printable-qr-code-image > h3,
    .printable-qr-code-image > h4{
        display: block;
    }
}
/* // PRINTABLE */


/* Video Index Embed */
#video-index-embed{
  width: 1110px;
  height: 625px;
}
@media (max-width: 1199px) {
  #video-index-embed{
    width: 960px;
    height: 540px;
  }
}
@media (max-width: 991px) {
  #video-index-embed{
    width: 720px;
    height: 405px;
  }
}
@media (max-width: 767px) {
  #video-index-embed{
    width: 540px;
    height: 304px;
  }
}
@media (max-width: 560px) {
  #video-index-embed{
    width: 100%;
    min-height: 275px;
  }
}
/* === */

.dot{
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}
.status-offline{
    background-color: #e16123;
}
.status-online{
  -webkit-animation: glowing-green 1500ms infinite;
  -moz-animation: glowing-green 1500ms infinite;
  -o-animation: glowing-green 1500ms infinite;
  animation: glowing-green 1500ms infinite;
}

@-webkit-keyframes glowing-green {
  0% { background-color: #409444; -webkit-box-shadow: 0 0 3px #409444; }
  50% { background-color: #4caf50; -webkit-box-shadow: 0 0 10px #4caf50; }
  100% { background-color: #409444; -webkit-box-shadow: 0 0 3px #409444; }
}

@-moz-keyframes glowing-green {
  0% { background-color: #409444; -moz-box-shadow: 0 0 3px #409444; }
  50% { background-color: #4caf50; -moz-box-shadow: 0 0 10px #4caf50; }
  100% { background-color: #409444; -moz-box-shadow: 0 0 3px #409444; }
}

@-o-keyframes glowing-green {
  0% { background-color: #409444; box-shadow: 0 0 3px #409444; }
  50% { background-color: #4caf50; box-shadow: 0 0 10px #4caf50; }
  100% { background-color: #409444; box-shadow: 0 0 3px #409444; }
}

@keyframes glowing-green {
  0% { background-color: #409444; box-shadow: 0 0 3px #409444; }
  50% { background-color: #4caf50; box-shadow: 0 0 10px #4caf50; }
  100% { background-color: #409444; box-shadow: 0 0 3px #409444; }
}