﻿/* Easings */
.radios input[type=radio], .radios input[type=checkbox], .checkboxes input[type=radio], .checkboxes input[type=checkbox], .toggleSwitches input[type=radio], .toggleSwitches input[type=checkbox] {
  pointer-events: none !important;
  display: none !important; }

.radios label .radio, .radios label .image, .radios label .text, .radios label .checkbox, .radios label .label, .checkboxes label .radio, .checkboxes label .image, .checkboxes label .text, .checkboxes label .checkbox, .checkboxes label .label {
  display: inline-block;
  vertical-align: middle; }

.radios input[type=radio]:checked + .radio .icon:before, .radios input[type=checkbox]:checked + .checkbox .icon:before, .checkboxes input[type=radio]:checked + .radio .icon:before, .checkboxes input[type=checkbox]:checked + .checkbox .icon:before {
  content: attr(data-alticon); }

.toggleSwitches label .toggle, .toggleSwitches label .label {
  display: inline-block;
  vertical-align: middle; }

.aspectwrapper {
  position: relative;
  width: 100%; }

.aspectcontent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .aspectcontent img {
    min-height: 100%;
    min-width: 100%; }

.ratioCanvas {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: -1000; }

.ratioImage {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0; }

.inputControls {
  position: relative; }
  .inputControls .inputControl {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    right: 0;
    z-index: +1; }
  .inputControls input::-ms-clear, .inputControls input::-ms-reveal {
    display: none; }

#datePicker {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000; }
  #datePicker #calendarControls {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    font-size: 0; }
    #datePicker #calendarControls:after {
      display: inline-block;
      width: 100%;
      content: "";
      font-size: 0;
      line-height: 0; }
    #datePicker #calendarControls .calendarControl.button {
      display: inline-block;
      width: 10%;
      vertical-align: middle;
      font-size: 1rem; }
    #datePicker #calendarControls .calendarControl.select.month {
      display: inline-block;
      width: 50%;
      vertical-align: middle;
      font-size: 1rem; }
    #datePicker #calendarControls .calendarControl.select.year {
      display: inline-block;
      width: 30%;
      vertical-align: middle;
      font-size: 1rem; }
  #datePicker #daysOfMonth {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    font-size: 0; }
    #datePicker #daysOfMonth:after {
      display: inline-block;
      width: 100%;
      content: "";
      font-size: 0;
      line-height: 0; }
  #datePicker .dayOfWeek {
    display: inline-block;
    width: 14.28571%;
    vertical-align: middle;
    font-size: 1rem; }

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

*, .reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -ms-text-justify: auto;
  text-justify: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased; }

html {
  font-size: 62.5%; }

html, body {
  -webkit-touch-callout: none;
  height: 100%; }

body {
  font-weight: 400;
  font-size: 100%; }

ul {
  list-style: circle inside; }

ol {
  list-style-position: inside; }

a img {
  border: none; }

select {
  padding: 1px 5px; }

input, textarea, select, .selectedOption {
  border: none;
  line-height: normal; }
  input *, textarea *, select *, .selectedOption * {
    line-height: normal; }
  input[disabled], input[disabled] *, textarea[disabled], textarea[disabled] *, select[disabled], select[disabled] *, .selectedOption[disabled], .selectedOption[disabled] * {
    pointer-events: none;
    background: white;
    color: #858585; }

button {
  border: none;
  background: none; }

*, .reset {
  font-family: 'Source Sans Pro', sans-serif; }

*:focus {
  outline: none; }

html {
  background: #000000; }

.fileInput {
  display: none; }

textarea {
  resize: none; }

input.ng-touched.ng-invalid, select.ng-touched.ng-invalid, textarea.ng-touched.ng-invalid {
  background: #fff0c2 !important; }

#preLoader {
  background-color: #26044a;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  #preLoader > .wrap {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
  #preLoader .loader {
    display: inline-block;
    height: 64px;
    width: 64px;
    position: relative;
    pointer-events: none;
    opacity: .6; }
    #preLoader .loader img {
      width: 100%; }
    #preLoader .loader .back {
      width: 60%;
      height: 60%;
      background: #9e9e9e;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    #preLoader .loader .reel {
      width: 100%;
      -moz-animation-name: spin;
      -ms-animation-name: spin;
      -o-animation-name: spin;
      -webkit-animation-name: spin;
      animation-name: spin;
      -moz-animation-iteration-count: infinite;
      -ms-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
      -o-animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -moz-animation-duration: 2s;
      -ms-animation-duration: 2s;
      -o-animation-duration: 2s;
      -webkit-animation-duration: 2s;
      animation-duration: 2s;
      -moz-animation-direction: normal;
      -ms-animation-direction: normal;
      -o-animation-direction: normal;
      -webkit-animation-direction: normal;
      animation-direction: normal;
      -moz-animation-delay: 0;
      -ms-animation-delay: 0;
      -o-animation-delay: 0;
      -webkit-animation-delay: 0;
      animation-delay: 0;
      -moz-animation-fill-mode: forwards;
      -ms-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      position: relative;
      z-index: 1; }
    #preLoader .loader .flair {
      position: absolute;
      width: 50%;
      bottom: 88%;
      left: 75%; }
  #preLoader .progress {
    display: block;
    width: 128px;
    margin-top: 20px; }
    #preLoader .progress .bar {
      height: 5px;
      background-image: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
      position: relative;
      overflow: hidden; }
      #preLoader .progress .bar .overlay {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #320562;
        position: absolute;
        -moz-animation-name: progressBar;
        -ms-animation-name: progressBar;
        -o-animation-name: progressBar;
        -webkit-animation-name: progressBar;
        animation-name: progressBar;
        -moz-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -moz-animation-duration: 15s;
        -ms-animation-duration: 15s;
        -o-animation-duration: 15s;
        -webkit-animation-duration: 15s;
        animation-duration: 15s;
        -moz-animation-direction: normal;
        -ms-animation-direction: normal;
        -o-animation-direction: normal;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        -moz-animation-delay: 0;
        -ms-animation-delay: 0;
        -o-animation-delay: 0;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -moz-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        -webkit-transform-origin: left center;
        transform-origin: left center; }

.shimImage {
  position: fixed;
  z-index: -1000;
  visibility: hidden;
  height: 0;
  width: 0; }

@media print {
  html {
    visibility: hidden !important;
    height: 0 !important; }
  .printable {
    visibility: visible !important; }
  .no-print {
    display: none; }
  .barcode {
    width: 41% !important; } }

@media only screen and (min-width: 768px) {
  html {
    background: black; }
  #mainBG {
    /* background: url(/assets/images/main_hero.jpg) no-repeat; */
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100%;
    background-position: top;
    z-index: -1; } }

@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  html {
    font-size: 58%; } }

@media only screen and (min-width: 768px) {
  .contentShell {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto; }
    .contentShell.highlight {
      background-color: transparent 0%;
      background-image: linear-gradient(to right, transparent 0%, black 20%, black 50%, black 80%, transparent 100%); } }

@media only screen and (min-width: 1024px) {
  .contentShell {
    width: 100%;
    max-width: 1279px;
    margin: 0 auto; } }

