html,
body {
  font-family: 'Open Sans';
  background-color: #fff;
}
body {
  height: 100%;
  overflow-y: hidden;
}
.main-toolbar {
  box-shadow: 0 5px 10px -1px rgba(0,0,0,0.1);
}
.main-toolbar .logo {
  max-height: 45px;
}
.main-content .home-links {
  margin-top: 100px;
}
.main-content .login-header {
  min-width: 25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #9e001d;
  margin-top: 5rem;
  margin-bottom: 1rem;
}
.main-content .login-container {
  min-width: 25rem;
}
.alert {
  padding: 1rem;
  background: #ffebee;
  color: #f44336;
  font-size: 1rem;
  min-width: 25rem;
  margin-top: 2rem;
  border-radius: 4px;
  box-shadow: 0 10px 10px -5px rgba(0,0,0,0.2);
}
.md-avatar {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  object-fit: cover;
}
.hr {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin: 1rem 0;
}
.data-loader {
  position: fixed;
  top: 4rem;
  left: 240px;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255,0.6);
  padding-top: 10rem;
  text-align: center;
  z-index: 10;
}
.data-loader md-progress-circular {
  margin: 0 auto;
}
.gp-container {
  background: #ddd;
}
.gp-container .pass-container {
  background: #fff;
  box-shadow: 0 5px 10px -2px rgba(0,0,0,0.15);
  margin-top: 2rem;
}
.gp-container .pass-container .gp-block {
  min-width: 40rem;
  max-width: 60rem;
  padding: 2rem 2rem 0rem 2rem;
}
.gp-container .pass-container .gp-block .profile-pic {
  width: 10rem;
  margin-right: 2rem;
}
.gp-container .pass-container .gp-block .profile-pic img {
  max-width: 100%;
  width: 10rem;
  height: 10rem;
  object-fit: cover;
}
.gp-container .pass-container .gp-block .profile-pic .selfie {
  margin-top: 1rem;
  width: 100%;
}
.gp-container .pass-container .gp-block .profile-pic .selfie> button {
  margin: 0;
}
.gp-container .pass-container .gp-block .name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #444;
}
.gp-container .pass-container .gp-block .position {
  font-size: 0.8rem;
  font-weight: 400;
  color: #666;
}
.gp-container .pass-container .gp-block .line {
  margin-bottom: 0.5rem;
}
.gp-container .pass-container .gp-block .line .icon {
  height: 1.5rem;
  line-height: 100%;
  width: 3rem;
  color: #444;
}
.gp-container .pass-container .gp-block .line .icon md-icon {
  color: #444;
}
.gp-container .pass-container .gp-block .line .title {
  font-size: 1rem;
  font-weight: 600;
  color: #444;
  min-width: 8rem;
}
.gp-container .pass-container .gp-block .line .text {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
}
.gp-container .pass-container .barcode {
  padding: 0 1rem 1rem !important;
  min-width: 40rem;
  max-width: 60rem;
}
.gp-container .pass-container .commands {
  background: #f6f6f6;
  padding: 1rem;
}
.error {
  font-size: 1rem;
  color: #ff5722;
}
.back-drop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  z-index: 100;
}
.back-drop .gp-modal {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 13px 19px 2px rgba(0,0,0,0.14), 0 5px 24px 4px rgba(0,0,0,0.12);
  max-width: 40rem;
  background: #eee;
}
.back-drop .gp-modal md-dialog-content {
  position: relative;
  padding: 1rem;
}
.back-drop .gp-modal md-dialog-content .image {
  position: absolute;
  top: 1rem;
  left: 7.5rem;
}
.back-drop .gp-modal md-dialog-content .camera-commands {
  padding: 1rem;
}
#pass-image {
  visibility: hidden;
  max-height: 1px;
}
#mainCanvas {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.home md-card {
  cursor: pointer;
  z-index: 10;
}
.home .home-header {
  position: absolute;
  top: 4rem;
  left: 10rem;
  font-size: 3rem;
  font-weight: 400;
  color: #444;
}
.home .menus {
  z-index: 10;
}
.home .menus .md-icon-button.md-button {
  background-color: #9e001d;
  height: 15rem;
  min-height: 15rem;
  min-width: 15rem;
  width: 15rem;
  margin: 1rem;
  box-shadow: 10px 15px 20px -5px rgba(0,0,0,0.24);
}
.home .menus .md-icon-button.md-button .big {
  min-height: 5rem;
  min-width: 5rem;
  margin: 0;
  font-size: 5rem;
}
.home .menus .md-icon-button.md-button .text {
  font-size: 20px;
  padding-top: 4px;
}
.main-bg {
  background-image: url("/app/img/main-bg2.jpg");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0%;
  bottom: 0;
  z-index: 1;
  opacity: 0.5;
}
.print_content{
position: relative;
width: 100%;
left: 0;
right: 0;
margin: 0 auto;
transform: translate(-50%,-50%);
}

.emp-details .eimg {
  width: 128px;
  height: 128px;
  margin-right: 1.5rem;
  object-fit: cover;
}
.emp-details .prohib {
  margin-right: 1.5rem;
  margin-top: 1rem;
}
.emp-details .prohib md-icon {
  margin-right: 4px;
}
.vimg {
  width: 128px;
  height: 128px;
  min-width: 128px;
  min-height: 128px;
  object-fit: cover;
}
.vimg.small {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
}
.vimg.pp {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
}
md-dialog.big {
  min-width: 70rem;
}
md-dialog.mid {
  min-width: 30rem;
}
md-dialog md-dialog-content {
  background: #fafafa;
}
md-dialog md-dialog-actions {
  border-top: 1px solid rgba(0,0,0,0.08);
}
md-menu {
  cursor: pointer !important;
}
ul.nav-menus {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.nav-menus> li {
  padding: 0;
  margin: 0;
}
ul.nav-menus> li .md-button {
  width: 100%;
  padding: 0.5rem 1rem;
  margin: 1px 0 0 0;
  border-radius: 0;
  text-transform: capitalize;
}
ul.nav-menus> li .md-button.active {
  background-color: #efefef;
}
ul.nav-menus> li .md-button> span {
  margin-left: 1rem;
  font-weight: 600;
  font-size: 1rem;
  text-align: left;
}
md-sidenav.admin-sidenav {
  max-width: 240px;
  width: 240px;
}
md-content.admin-ui .admin-list {
  max-width: 60rem;
  min-width: 60rem;
}
md-content.admin-ui .admin-list md-list {
  margin: 10px;
}
md-content.admin-ui .admin-list md-list md-list-item {
  background: #fff;
  margin-bottom: 0.5rem;
}
md-content.admin-ui .admin-list md-list md-list-item .id {
  width: 60px;
  text-align: center;
}
md-content.admin-ui .admin-list md-list md-list-item._md-button-wrap > div.md-button:first-child {
  padding: 8px 16px;
}
.query {
  max-width: 60rem;
  padding: 8px 0;
}
.query .filter {
  min-width: 16rem;
}
.mw60 {
  max-width: 60rem;
  width: 100%;
}
.line {
  margin-bottom: 1rem;
}
.line:first-child {
  margin-top: 0.5rem;
}
.line.x2 {
  margin-bottom: 2rem;
}
.line.xh {
  margin-bottom: 0.5rem;
}
.line.xhh {
  margin-bottom: 0.25rem;
}
.line.mth {
  margin-top: 0.8rem;
}
.line.nt {
  margin-top: 0rem;
}
.line.bb {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 1rem;
}
.line.mi>md-input-container {
  margin-right: 1rem;
}
.line.mi>md-input-container:last-child {
  margin-right: 0;
}
.line.nm {
  margin: 0;
}
.line.ml {
  margin-left: 8px;
}
.line .nested {
  margin-right: 1rem;
  padding-left: 2rem;
}
.line .nested md-input-container:first-child {
  margin-left: -2rem;
}
.line md-datepicker {
  min-width: 100%;
  display: block;
  padding-right: 0;
  margin-right: 0;
}
.line md-datepicker .md-datepicker-input-container {
  min-width: 100%;
}
.line md-datepicker .md-datepicker-input-container input {
  min-width: 100%;
}
.line .container {
  padding: 2px;
  padding-left: 32px;
  position: relative;
  height: 34px;
  margin: 18px 0;
}
.line .container md-icon {
  position: absolute;
  top: 8px;
  left: 2px;
  right: auto;
}
.title,
.h6,
.h5,
.h4,
.h3,
.h2,
.h1 {
  color: rgba(0,0,0,0.9);
  font-weight: 400;
}
.t {
  font-weight: 300 !important;
}
.n {
  font-weight: 400 !important;
}
.sb {
  font-weight: 600 !important;
}
.b {
  font-weight: 700 !important;
}
.it {
  font-style: italic !important;
}
.l {
  color: rgba(0,0,0,0.7) !important;
}
.xl {
  color: rgba(0,0,0,0.5) !important;
}
.xxl {
  color: rgba(0,0,0,0.4) !important;
}
.p {
  color: #9e001d !important;
}
.a {
  color: #3f51b5 !important;
}
.w {
  color: #f44336 !important;
}
.wait {
  color: #ffb300 !important;
}
.light {
  color: #9e001d !important;
}
.uc {
  text-transform: uppercase;
}
.nm {
  margin-right: 0 !important;
}
.ls {
  letter-spacing: 2px;
}
.ul {
  text-decoration: underline;
}
.ml {
  margin-left: 1rem;
}
.mr {
  margin-right: 1rem;
}
.mrh {
  margin-right: 0.5rem;
}
.mbh {
  margin-bottom: 0.5rem;
}
.mr2 {
  margin-right: 2rem;
}
.ph {
  padding-left: 1rem;
  padding-right: 1rem;
}
.mt {
  margin-top: 0.5rem;
}
.chip {
  background: #fff;
  padding: 0.6rem 0.8rem;
  box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.1);
  border-radius: 0.4rem;
}
.chip a {
  text-decoration: none;
  color: #9e001d;
}
.el {
  width: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title {
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 4.2rem;
  color: #3f51b5;
}
.h6 {
  font-size: 10px !important;
  line-height: 16px !important;
}
.h5 {
  font-size: 12px !important;
  line-height: 18px !important;
}
.h5 md-icon {
  height: 18px;
  width: 18px;
  min-height: 18px;
  min-width: 18px;
  font-size: 18px;
}
.h4 {
  font-size: 14px !important;
  line-height: 20px !important;
}
.h4 md-icon {
  height: 18px;
  width: 18px;
  min-height: 18px;
  min-width: 18px;
  font-size: 18px;
  fill: rgba(0,0,0,0.4);
  color: rgba(0,0,0,0.4);
  margin-right: 4px;
}
.h3 {
  font-size: 16px !important;
  line-height: 28px !important;
}
.h2 {
  font-size: 20px !important;
  line-height: 26px !important;
}
.h1 {
  font-size: 24px !important;
  line-height: 30px !important;
}
.link {
  color: blue-d;
  text-decoration: none;
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
}
.nowrap {
  white-space: nowrap;
}
.ellipsis {
  white-space: nowrap;
  max-width: inherit;
  width: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
}
.invisible {
  visibility: hidden;
  max-height: 0px;
  max-width: 0px;
  overflow: hidden !important;
}
.btn-txt {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  padding: 0 0.8rem;
}
.btn-txt.md-accent {
  color: #3f51b5;
}
.btn-txt.md-primary {
  color: #9e001d;
}
.btn-txt.md-warn {
  color: #f44336;
}
.btn-txt.md-wait {
  color: #ffb300;
}
md-icon.p {
  color: #9e001d;
  fill: #9e001d;
}
md-icon.w {
  color: #f44336;
  fill: #f44336;
}
md-icon.a {
  color: #3f51b5;
  fill: #3f51b5;
}
md-icon.wait {
  color: #ffb300;
  fill: #ffb300;
}
md-icon.folder {
  color: #ffd54f;
  fill: #ffd54f;
}
md-icon.mr {
  margin-right: 0.4rem;
}
md-icon.ml {
  margin-left: 0.4rem;
}
md-icon.big {
  min-height: 10rem;
  min-width: 10rem;
  max-height: 10rem;
  max-width: 10rem;
  margin: 0;
}
md-input-container.nmb {
  margin-bottom: 0 !important;
}
md-input-container.nmt {
  margin-top: 0 !important;
}
md-input-container.no-error .md-errors-spacer {
  display: none;
}
md-input-container.nmv {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
md-input-container.mr {
  margin-right: 1rem;
}
md-input-container.md-dp {
  padding-left: 36px;
}
md-input-container.md-dp > label {
  left: 36px;
}
md-input-container.md-default-theme .md-placeholder,
md-input-container.md-default-theme label,
md-input-container .md-placeholder,
md-input-container label {
  color: rgba(0,0,0,0.7);
}
md-select.md-default-theme .md-select-value.md-select-placeholder,
md-select .md-select-value.md-select-placeholder {
  color: rgba(0,0,0,0.7);
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-has-value label,
md-input-container:not(.md-input-invalid).md-input-has-value label {
  color: #3f51b5;
  font-weight: 600;
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused label,
md-input-container:not(.md-input-invalid).md-input-focused label {
  color: #3f51b5;
  font-weight: 600;
}
md-input-container.md-input-invalid.md-input-focused label,
md-input-container.md-input-invalid.md-input-has-value label {
  font-weight: 600;
}
.md-button.back-button {
  position: absolute;
  left: auto;
  top: 0rem;
  right: 0rem;
}
.print-pass {
  max-width: 34rem;
  min-width: 34rem;
  padding-top: 4rem;
  position: relative;
  min-height: 60.75rem;
  margin: 1rem 1rem 0 1rem;
}
.print-pass .branding {
  height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 34rem;
  padding: 1rem;
}
.print-pass .branding>img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  max-width: 34rem;
}
.print-pass .branding .company {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: #fafafa !important;
  z-index: 10;
}
.print-pass .branding .site {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #fafafa !important;
  z-index: 10;
}
.print-pass:last-child {
  max-height: 40rem;
  min-height: 40rem;
}
#passArea {
  visibility: hidden !important;
  max-height: 0px;
}
@media print {
  body {
    margin: 0 auto;
    padding: 0 !important;
  }
  body > *:not(#passArea) {
    visibility: hidden !important;
    display: none;
  }
  #passArea {
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible !important;
    max-height: 100%;
  }
  #passArea * {
    visibility: visible !important;
  }
  #passArea md-card.print-pass {
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #passArea .h4.mrh.sb,
  #passArea .h4.l {
    color: #000 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    margin-bottom: 4px;
  }
  #passArea .h3.sb {
    color: #000 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 4px;
  }
  #passArea .branding {
    background-color: #f00 !important;
  }
}
.dtp .dtp-picker-time>a.dtp-select-hour.disabled,
.dtp .dtp-picker-time>a.dtp-select-minute.disabled {
  color: #aaa !important;
}
table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2),
table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
  padding: 0 10px 0 0 !important;
}
table.md-table .el {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.video,
.image {
  width: 400px;
  height: 300px;
}
.container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transform-style: preserve-3d;
  background-color: #fff;
  overflow: hidden;
}
.bubble-wrap {
  margin: 160px auto 0 auto;
  width: 500px;
  height: 500px;
  transform-style: preserve-3d;
  transform-origin: center center;
  perspective: 600px;
}
.bubble {
  position: absolute;
  background: #000;
  opacity: 0.7;
  border-radius: 50%;
  animation: move 3s infinite;
}
/*for num in (1..100)
	.bubble:nth-child({num})
		_size = random(1,30) px
		height: _size
		width: _size
		animation-delay: (num * 0.2) s;
		transform: translate3d( random(1,1300) px,  random(1,1000) px, random(1,2000) px);
		background: hsl( random(1,360) , 70%, 50%);*/
.mdi {
  font-size: 1.5rem;
  line-height: 100%;
  color: #9e001d;
}
.pass-type {
  min-width: 10rem;
}
.selectType {
  margin: 20px;
}
.active {
  background-color: #00f;
}
.notactive {
  background-color: #f00;
}
#divMayus {
  margin-top: 20px;
}
.rDteails {
  margin-top: 40px;
}
.rDteails .einfo {
  margin-right: 20px;
}
.showCamera {
  position: fixed;
  top: 0;
  margin-left: 301px;
  margin-bottom: 382px;
}
@-moz-keyframes move {
  100% {
    transform: translate3d(0, 0, -1000px);
  }
}
@-webkit-keyframes move {
  100% {
    transform: translate3d(0, 0, -1000px);
  }
}
@-o-keyframes move {
  100% {
    transform: translate3d(0, 0, -1000px);
  }
}
@keyframes move {
  100% {
    transform: translate3d(0, 0, -1000px);
  }
}
