﻿html,
body {
  height: 100%;
}

body {
  /*background-color: rgba(0, 153, 255, 0.025);*/
  background-color: #F9FCFF;
  font-family: 'Varela Round', sans-serif;
  color: #14152B;
  overflow-y: scroll;
}

h1 {
  font-size: 1.25rem;
}

h2 {
  font-size: 1rem;
}

div.h2, div.h4 {
  width: 100%;
}

  div.h2 h2, div.h4 h4 {
    display: inline-block;
  }

  div.h2 i.btn-plus, div.h4 i.btn-plus {
    float: right;
    margin-top: 15px;
    margin-right: 12px;
    font-size: 15px;
    padding: 3px 2px 2px 4px;
    border-radius: 6px;
  }

.h-100 {
  height: 100%;
}

.rotate h1 {
  font-size: 4rem;
  color: #FE5D54;
}

th {
  color: gray;
  font-weight: normal;
}

.blnqr {
  display: flex;
  flex-flow: column;
}

  .blnqr.play {
    display: none;
  }

.row--title {
  flex: 0 1 auto;
}

.row--content {
  flex: 1 1 auto;
}

.row--begin {
  flex: 0 1 auto;
}

.page-title {
  color: #FE5D54;
  font-weight: 700;
}

.blnqr__countdown {
  flex: 0 0 1%;
  margin: 1em;
  padding: 0;
}

#timer {
  background-color: #5FD6C7;
  width: 5px;
  border-radius: 2em;
  margin: 20px 0px;
  display: none;
}

div #done {
  width: 5px;
  background-color: #EEE;
}

.blnqr__choice {
  /*background: rgba(0, 153, 255, 0.1);*/
  padding: 0;
  border-radius: 2em;
  border: 3px dashed rgba(255,255,255,0.3);
  transition: all 1s;
}

.blnqr__choice--image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: padding-box;
  display: block;
  width: auto;
  height: auto;
}

.blnqr__choice:hover {
  cursor: pointer;
}

.blnqr__choice--content {
  font-size: 4rem;
  letter-spacing: 0.5px;
}

.blnqr__choice--left {
  margin: 1em 0.5em 1em 1em;
}

.blnqr__choice--right {
  margin: 1em 1em 1em 0.5em;
}

.blnqr--showcorrect {
  border: 10px solid #5FD6C7;
}

.blnqr--showincorrect {
  border: 10px solid #FE5D54;
}

.grow {
  animation: grow 1s;
}

@keyframes grow {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

.dropdown-toggle,
.dropdown-toggle:hover {
  color: #fff;
}

.results {
  display: none;
  margin-bottom: 80px;
}

.results-body {
  text-align: center;
}

.results__table--heading {
  font-size: 0.875rem;
  opacity: 0.5;
  letter-spacing: .5px;
}

.results__table--row {
  transition: all .2s ease-in-out;
}

  .results__table--row:hover {
    background: rgba(240, 149, 27, 0.05);
  }

.results-header {
  padding-top: 0px !important;
  padding-bottom: 15px;
  background-color: #060C66;
  color: #fff;
}

.Fixed, table.Fixed td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.tag {
  display: inline-block;
}

span.tag {
  display: block;
  padding: 5px 7px;
  margin-right: 7px;
  margin-bottom: 4px;
  cursor: pointer;
  background: #2e8aea;
  /*background: #404040;*/
  border: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  white-space: nowrap;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}

  span.tag::after {
    content: "\f00d";
    padding-left: 5px;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
  }

span.catdesc {
  display: block;
  font-size: 13px;
  color: #2e8aea;
  font-weight: bold;
}


@media (min-width: 768px) {
  .results-header {
    padding: 15px 0 14px 0;
  }

  .results-body {
    text-align: inherit;
  }
}

.results__table {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  border-radius: 4px;
}

  .results__table th,
  .results__table td {
    vertical-align: baseline;
  }

.results__table--image {
  height: 50px;
}

.results__table tr td:first-child {
  width: 24px;
}

.results__table--history td {
  white-space: nowrap;
}

.results__title {
  font-weight: 700;
  color: #070C6A;
}

.results__description {
  color: #FE5D54;
}

.results__label {
  color: #070C6A;
}

.results__label--small {
  font-size: 0.875rem;
  opacity: 0.6;
}

.pair-items {
  color: rgba(0,0,0,0.6);
  font-size: 0.875rem;
}

.pair-items__item {
  display: inline-block;
  color: rgba(0,0,0,0.8);
  font-size: 1rem;
}

.pair-items__item--image {
  width: 50px;
  border-radius: 8px;
}

.pair-items__spacer {
  padding: 0 5px;
}

.badges__image {
  width: 30px;
  margin-right: 10px;
}

/* BUTTONS */

.btn {
  border-color: transparent;
  font-size: 1.44rem;
  padding: 0.875rem 3rem;
}

.btn--begin {
  padding: .2em 2.5em .2em;
  color: #fff;
  border-radius: 3em;
  font-size: 1.25em;
  font-weight: 700;
  transition: all 2s;
}

.btn-primary,
.btn--begin {
  background-image: linear-gradient(-180deg, #F09819 0%, #FF5858 98%);
  box-shadow: 0 2px 10px 0 rgba(229,22,0,0.30);
  border-radius: 54px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 34px;
}

  .btn-primary:active,
  .btn-primary:hover,
  .btn--begin:active,
  .btn--begin:hover {
    background-image: linear-gradient(-180deg, #F09819 0%, #FF5858 98%);
    background: #FF5858;
    color: #fff;
  }

  .btn-primary:hover {
    color: #FFF;
    border-color: inherit;
  }

.btn-secondary {
  background: #FFFFFF;
  /*background: #EEEEEE;*/
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.20);
  border-radius: 54px;
  color: #08131F;
  letter-spacing: 0;
  line-height: 34px;
  /*border-color: #DDDDDD;*/
}

  .btn-secondary:hover {
    color: #08131F;
    background-color: #E4E4E4;
    border-color: inherit;
  }

.btn.btn--sign-in {
  border-color: #fff;
  color: #fff;
  border-radius: 54px;
  font-size: 1.2rem;
  padding: 0.675rem 3rem;
}

.btn-edit:before {
  content: "\f040";
}

.btn-upload:before {
  content: "\f093";
}

.btn-play:before {
  content: "\f04b";
}

.btn-sound:before {
  content: "\f027";
}

.btn-plus:before, .pop-plus:before {
  content: "\f067";
}

.pop-minus:before {
  content: "\f068";
}

.btn-menu:before {
  content: "\f142";
}

.btn-sort:before {
  content: "\f07d";
}

.btn-edit, .btn-upload, .btn-play, .btn-sound, .btn-plus, .pop-plus, .pop-minus, .btn-menu, .bnt-sort {
  line-height: normal;
  font-weight: 700;
  letter-spacing: 2px; /* text-transform: uppercase; */
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  font-size: 19px;
  border: 2px solid;
  background: #FFFFFF;
  color: #323232;
  border-color: #505050;
  padding: 3px 2px 2px 3px;
  margin-left: 8px;
  margin-top: 6px;
  border-radius: 5px;
}

.btn-play, .btn-upload {
  padding-left: 4px;
}

.btn-sound {
  padding-left: 4px;
  width: 26px;
}

.btn-plus {
  font-size: 10px;
  padding-left: 4px;
  padding-bottom: 3px;
}

.pop-plus, .pop-minus {
  border-width: 1px;
  font-size: 8px;
  font-weight: normal;
  padding: 1px 0px 1px 2px;
  border-radius: 0;
  margin: 0px 0px 8px 0px;
  color: gray;
  border-color: gray;
}

.btn-edit {
  padding-left: 4px;
}

.btn-menu {
  padding: 4px 6px 3px 9px;
  font-size: 14px;
  border: none;
}

.btn-sort {
  padding: 4px 6px 3px 9px;
  font-size: 18px;
  border: none;
  color: #e0e0e0;
}

.btn-edit:hover, .btn-upload:hover, .btn-play:hover, .btn-sound:hover, .btn-plus:hover {
  color: #fff;
  background: #323232;
}

.pop-plus:hover, .pop-minus:hover {
  cursor: pointer;
}

.btn-menu:hover {
  color: #fff;
  background: #808080;
}

.btn-sort:hover {
  cursor: ns-resize;
}

.btn-cart {
  border-radius: 3px;
  padding: 6px 12px;
  background: #B1464A;
  color: white;
  width: 100%;
}

  .btn-cart:hover {
    background: #ED1C24;
  }

.btn-incart {
  border-radius: 3px;
  padding: 6px 12px;
  background: #46B14A;
  color: white;
  width: 100%;
}

  .btn-incart:hover {
    background: #118d16;
  }

.btn-owned {
  border-radius: 3px;
  padding: 6px 12px;
  background: #4059b1;
  color: white;
  width: 100%;
  cursor: default;
}

span.owned, a.owned {
  font-weight: bold;
  color: #4059b1;
}

  a.owned:hover {
    color: #e6ae49;
  }


/* blnqr Cards */

.play {
  position: relative;
  width: 100%;
}

.play__background {
  position: absolute;
  left: -100px;
  top: 150px;
}

.blnqr-card, .play__card {
  border-radius: 10px;
  margin: 5px;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,0.20);
  max-height: 380px;
  height: 380px;
  transition: all .4s ease-in-out;
}

.play__card--label {
  width: 100%;
  text-align: center;
  background: white;
  border-radius: 0 0 10px 10px;
  min-height: 100px;
  height: 100px;
  transition: all .4s ease-in-out;
}

.blnqr-card--image {
  max-height: 280px;
  height: 280px;
  transition: all .4s ease-in-out;
}

.play__card--image img {
  max-height: 220px;
}

/*.blnqr-card--title {
  width: 100%;
  text-align: center;
  background: white;
  border-radius: 0 0 10px 10px;
  min-height: 100px;
  height: 100px;
  transition: all .4s ease-in-out;
}*/

.play__card--title {
  font-size: 1.14rem;
  letter-spacing: 0;
  text-align: center;
  line-height: 38px;
}

.play__card--description {
  visibility: hidden;
  opacity: 0;
  margin: 0 10px;
  color: #9B9B9B;
  transition: all 0.4s ease-in-out;
  max-height: 0;
}

.play__card:hover {
  cursor: pointer;
  transform: scale(1.03);
}

  .play__card:hover .play__card--image {
    height: 230px;
  }

  .play__card:hover .play__card--label {
    height: 150px;
  }

  .play__card:hover .play__card--description {
    visibility: visible;
    opacity: 1;
    max-height: 50px;
  }

.card-title {
  font-size: 1.14rem;
  letter-spacing: 0;
  text-align: center;
  line-height: 38px;
}

.card-description {
  visibility: hidden;
  opacity: 0;
  margin: 0 10px;
  color: #9B9B9B;
  transition: all 0.4s ease-in-out;
  max-height: 0;
}

.blnqr-card:hover {
  cursor: pointer;
  transform: scale(1.03);
}

  .blnqr-card:hover .blnqr-card--image {
    height: 230px;
  }

  .blnqr-card:hover .blnqr-card--title {
    height: 150px;
  }

  .blnqr-card:hover .card-description {
    visibility: visible;
    opacity: 1;
    max-height: 50px;
  }

.play__card--gradient-one, .grad-0 {
  background-image: linear-gradient(-180deg, #FBC2EB 0%, #A18CD1 100%);
}

.play__card--gradient-two, .grad-1 {
  background-image: linear-gradient(0deg, #6F86D6 0%, #48C6EF 100%);
}

.play__card--gradient-three, .grad-2 {
  background-image: linear-gradient(19deg, #8DDAD5 0%, #00CDAC 100%);
}

.play__card--gradient-four, .grad-3 {
  background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
}

.play__card--gradient-five, .grad-4 {
  background-image: linear-gradient(45deg, #90A3C0 0%, #FBFBFC 100%);
}

.play__card--gradient-six, .grad-5 {
  background-image: linear-gradient(-1deg, #B12A5B 0%, #CF556C 25%, #FF8C7F 63%, #FF8177 100%);
}

.rotate {
  display: none;
}

@media (min-width: 992px) {

  .play__background {
    top: 0;
  }
}

/*=============================================     PRELOADER      =============================================*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,1);
  z-index: 9999;
  display: block;
}

  #preloader .loader {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    text-align: center;
  }

    #preloader .loader .loader-img {
      background: url("/img/loading.GIF");
      width: 60px;
      height: 60px;
      display: block;
    }
/*=============================================  LEFT NAVIGATION   =============================================*/
div.nav-left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  min-height: 500px;
}

.navbar-left {
  width: 200px;
  max-width: 200px;
  overflow: hidden;
  background:url("/img/LeftNav.gif");
  background-position:right;
  background-repeat:repeat-y;
  color: white;
  margin-right: 15px;
}

div.navbar-left ul {
  list-style: none;
  width: 200px;
  max-width: 200px;
  white-space: nowrap;
  padding: 0;
}

  div.navbar-left ul a {
    width: 165px;
    max-width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
  }

  div.navbar-left ul.navbase a {
    width: 185px;
    max-width: 185px;
  }

  div.navbar-left ul.sub a {
    width: 145px;
    max-width: 145px;
  }

  div.navbar-left ul li {
    height: 25px;
    padding: 3px 0px 4px 15px;
  }

  div.navbar-left ul li:first-child {
  }

    div.navbar-left ul li i {
      /*color: #060C66;*/
    }

    div.navbar-left ul li.active {
      margin-top: 4px;
    }

    div.navbar-left ul li.navbase {
      padding-left: 5px;
      margin-top: 12px;
    }

    div.navbar-left ul li.navalt {
    }

    div.navbar-left ul li.navedititem, div.navbar-left ul li.sub {
      padding-left: 25px;
    }

      div.navbar-left ul li.navedititem a, div.navbar-left ul li.sub a {
        width: 165px;
        max-width: 165px;
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
      }

    div.navbar-left ul li a {
      font-size: 16px;
      /*color: #aaa;*/
    }

      div.navbar-left ul li a:hover, div.navbar-left ul li.active a {
        /*color: #e6ae49;*/
      }

    div.navbar-left ul li span {
      /*color: dimgray;*/
      padding-left: 13px;
      font-weight: normal;
    }

    div.nav-left ul li.classbase a {
      height: 22px;
    }

      div.navbar-left ul li span.Error {
        color: #d00000;
      }

    div.navbar-left ul li a i {
      font-size: 18px;
      padding-right: 5px;
    }

    div.navbar-left ul li img {
      margin-top: -3px;
    }

div.navbar-left div.status {
  width: 300px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: table-cell;
}

  div.navbar-left div.status h4 {
    padding-bottom: 10px;
    color: silver;
  }

div.navbar-left ul li.classbase {
  padding-left: 12px;
  display: flex;
}

  div.navbar-left ul li.classbase span {
    padding-left: 0px;
    margin-right: 5px;
    margin-top: -3px;
  }

div.navbar-left ul li.active {
  background: linear-gradient(-180deg, #49C5EF 0%, #6E87D6 100%);
  border-radius: 5px;
  margin-right: 5px;
  height: 29px;
}

  div.navbar-left ul li.active a {
    color: white;
  }
/*=============================================  POPUP MENU STYLE  =============================================*/
div .menu {
  background-color: white;
  position: absolute;
  z-index: 3000;
  border: solid 1px #BBB;
  display: none;
}

  div.menu ul {
    list-style: none;
    padding: 10px 15px;
    margin: 0;
  }


@media screen and (orientation:portrait) {
  .blnqr {
    display: none;
  }

  .rotate {
    display: block;
  }
}

@media (min-width: 768px) {

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  .blnqr__choice {
    border: 10px dashed rgba(255,255,255,0.3);
  }

  .blnqr--showcorrect {
    border: 10px solid #5FD6C7;
  }

  .blnqr--showincorrect {
    border: 10px solid #FE5D54;
  }

  .blnqr__choice--content {
    font-size: 10rem;
  }

  .btn--begin {
    padding: .4375em 2.5em .5em;
    border-radius: 3em;
    font-size: 2em;
  }
}

.blnqr__choice {
  display: none;
}

.row--flash {
  display: flex;
  flex-grow: 1;
  margin: 20px 0;
}

  .row--flash img {
    height: auto;
    width: 50%;
  }

.row--begin {
  display: none;
}

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.5rem 1rem;
  background-color: #060C66;
  color: #fff;
}

.header_nav {
  flex-direction: row;
  align-items: center;
  margin: 0;
  text-align: right;
  width: inherit;
}

.header__nav ul {
  margin: 0;
}

.header_link {
  color: #fff;
  padding: 0.8rem;
}

  .header_link:hover {
    color: #5FA8FE;
  }

.glyphicon {
  font-size: 10px;
  color: rgba(255,255,255,0.6)
}

.prompt {
  display: flex;
  margin-bottom: 20px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}

.error {
  color: #FE5D54;
  opacity: 0.90;
}

a.noline {
  text-decoration: none !important;
}

a.js:not(href) {
  color: #007bff !important;
  cursor: pointer;
}

  a.js:not(href):hover {
    color: #0056b3 !important;
  }

.play__card--image {
  max-height: 280px;
  height: 280px;
  transition: all .4s ease-in-out;
}

  .play__card--image img {
    max-height: 220px;
  }


button.LinkedIn, input.LinkedIn {
  width: 292px;
  height: 40px;
  background-image: url("/img/LinkedIn.png");
  background-repeat: no-repeat;
}

  button.LinkedIn:hover, input.LinkedIn:hover {
    background-image: url("/img/LinkedInHover.png")
  }

button.GooglePlus, input.GooglePlus {
  width: 292px;
  height: 40px;
  background-image: url("/img/GooglePlus.png");
  background-repeat: no-repeat;
}

  button.GooglePlus:hover, input.GooglePlus:hover {
    background-image: url("/img/GooglePlusHover.png")
  }


ul.login > li > a {
  padding: 0;
}

ul.login > li > a:hover {
  text-decoration:unset;
}


.btn-sm:not(:disabled):not(.disabled), .btn-tn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-sm {
  border-radius: 24px;
  font-size: 20px;
  padding: 6px 15px;
}

.btn-tn {
  border-radius: 13px;
  font-size: 18px;
  padding: 0px 10px;
  line-height: 25px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.btn-primary.btn-sm {
  border-top-color: #f0971a;
  border-bottom-color: #ff5858;
}

.btn-primary.btn-sm:hover {
  border-bottom-color: inherit;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-45 {
  margin-top: 45px;
}

div.or {
  display: flex;
}

  div.or > div {
    margin: auto;
    display: flex;
  }

    div.or > div > div > hr {
      width: 120px;
      background-color: lightgray;
    }

    div.or > div > div > span {
      padding: 10px;
    }


a.header_droplink {
  color: #070C6A; 
}

a.header_droplink:hover {
  color: inherit;
}

/*=============================================  CLIP LINK STYLE   =============================================*/
.clip-note {
  position: absolute;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.80);
  padding: 0px 6px;
  border-radius: 30px;
  width: 160px;
  display: none;
  text-align: center;
  margin-top: 38px;
  margin-left: -94px;
}


a.clip {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("/img/link.png")
}

#clip {
  border: none;
  color: white;
  outline: none;
}

  #clip::selection {
    background: white;
  }

  #clip::-moz-selection {
    background: white;
  }

/*=============================================     Class TILES    =============================================*/
div.class-page {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  align-items: flex-start;
  padding-bottom: 15px;
}

div.class-tile {
  width: 230px;
  min-width: 230px;
  height: 280px;
  padding: 0px;
  vertical-align: top;
  display: block;
  box-shadow: 0px 0px 15px 1px #808080;
  border: 1px solid;
  margin: 15px 0px 0px 15px;
  padding-bottom: 3px;
  overflow: hidden;
}

  div.class-tile a {
    color: #323232;
  }

    div.class-tile a table {
      height: 100%;
    }

td.class-img {
  width: 228px;
  height: 114px;
  background-repeat: no-repeat;
  vertical-align: top;
  padding: 5px;
}

  td.class-img span {
    white-space: nowrap;
    overflow: hidden;
    width: 218px;
    max-width: 218px;
    text-overflow: ellipsis;
    display: block;
  }

    td.class-img span:first-child {
      font-size: 18px;
      font-weight: bold;
    }

    td.class-img span:last-child {
      padding-top: 43px;
      font-style: italic;
      line-height: 13px;
    }

td.class-students {
  padding-left: 5px;
  height: 20px;
}

td.class-bottom {
  padding-right: 5px;
  vertical-align: bottom;
  text-align: right;
  font-size: 24px;
}

div.class-0 {
  border-color: IndianRed;
}

  div.class-0 a table tbody tr:first-child td {
    background-color: IndianRed;
  }

div.class-1 {
  border-color: Khaki;
}

  div.class-1 a table tbody tr:first-child td {
    background-color: Khaki;
  }

div.class-2 {
  border-color: CornflowerBlue;
}

  div.class-2 a table tbody tr:first-child td {
    background-color: CornflowerBlue;
  }

div.class-3 {
  border-color: SandyBrown;
}

  div.class-3 a table tbody tr:first-child td {
    background-color: SandyBrown;
  }

div.class-4 {
  border-color: MediumSeaGreen;
}

  div.class-4 a table tbody tr:first-child td {
    background-color: MediumSeaGreen;
  }

div.class-5 {
  border-color: MediumPurple;
}

  div.class-5 a table tbody tr:first-child td {
    background-color: MediumPurple;
  }

div.class-6 {
  border-color: LightSkyBlue;
}

  div.class-6 a table tbody tr:first-child td {
    background-color: LightSkyBlue;
  }

div.class-7 {
  border-color: Aquamarine;
}

  div.class-7 a table tbody tr:first-child td {
    background-color: Aquamarine;
  }

/*=============================================    Student TILES   =============================================*/

div.user-tile {
  width: 108px;
  min-width: 108px;
  height: 125px;
  padding: 0px;
  vertical-align: top;
  display: block;
  box-shadow: 0px 0px 15px 1px #808080;
  border: 1px solid;
  margin: 15px 0px 0px 15px;
  padding-bottom: 3px;
  overflow: hidden;
}

  div.user-tile a table tbody tr:first-child td {
    padding: 5px;
  }

  div.user-tile a table tbody tr td img {
    width: 96px;
    height: 96px;
  }

  div.user-tile a table:hover {
    cursor: pointer;
  }

/* FOOTER */

.footer {
  padding: 180px 0;
  background: #060C66;
  color: #fff;
}

footer {
  background-color: #060C66;
  color: #fff;
  padding: 3rem 0;
}

  footer a,
  footer a:hover {
    color: #fff;
  }

a.btn-primary {
  color: #FFFFFF;
}


div.password {
  margin: auto;
  display: table;
  padding-bottom: 10px;
}

  div.password div {
    border: 1px solid gray;
    margin-left: 10px;
    display: inline-block;
  }

    div.password div:first-child {
      margin-left: 0px;
    }

  div.password img {
    width: 120px;
    height: 120px;
  }

/*=============================================     blnqr List     =============================================*/
div.blnqr-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

  div.blnqr-list div:last-child div.GridViewBox {
    line-height: 18px;
    padding: 5px;
  }

    div.blnqr-list div:last-child div.GridViewBox input {
      margin: 0px;
      vertical-align: bottom;
      margin-bottom: 3px;
    }

    div.blnqr-list div:last-child div.GridViewBox label {
      margin: 0px;
    }

.selected {
  background-color: #FFD68A;
}

/*=============================================  blnqr Type STYLE  =============================================*/
div.blnqrType {
  margin-top: 15px;
  margin-bottom: 25px;
  max-width: 65%;
}

  div.blnqrType > div {
    display: flex;
    margin-bottom: 15px;
    background-image: linear-gradient(0deg, #6f86d660 0%, #48c6ef60 100%);
    border-radius: 10px;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.20);
    padding: 5px;
    border: 2px solid rgba(0,0,0,0);
  }

    div.blnqrType > div:hover {
      border: 2px solid #6f86d6;
      cursor: pointer;
    }

div.blnqrType div img {
  max-height: 150px;
  padding-right: 10px;
}

/*=============================================    DIALOG STYLE    =============================================*/
.dialog-fade, .dialog-nofade {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.25;
  background-color: #000;
  z-index: 2010;
}

.dialog-nofade {
  opacity: 0;
}

.dialog {
  position: absolute;
  left: 200px;
  top: 100px;
  border: 1px solid #AAA;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: white;
  opacity: 1;
  padding: 2px 10px 8px 10px;
  box-shadow: 0px 0px 15px 1px #808080;
  z-index: 2020;
}

.dialog-wait {
  position: absolute;
  left: 380px;
  top: 175px;
  z-index: 2050;
  display: none;
}

.dialog-header {
  padding-left: 8px;
  width: 100%;
}

.thumbnail {
  max-width: 75px;
  max-height: 75px;
  border: 1px solid grey;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 0;
  display: inline;
  margin: 5px;
}

  .thumbnail:hover {
    box-shadow: 0px 0px 15px 1px #e6ae49;
    max-height: 85px;
    max-width: 85px;
    margin: 0;
  }

td.thumb {
  width: 85px;
  height: 85px;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
}

img.arrow:hover {
  box-shadow: 0px 0px 15px 1px #e6ae49;
}

div.upload {
  width: 175px;
  height: 170px;
  margin: 10px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}

table.lt-bg {
  background-color: #e8e8e8;
  border: 1px solid #c7c7c7;
}

  table.lt-bg tbody tr td:first-child {
    padding-left: 8px;
  }

  table.lt-bg tbody tr:first-child td {
    padding-top: 8px;
  }


div.password {
  margin: auto;
  display: table;
  padding-bottom: 10px;
}

  div.password div {
    border: 1px solid gray;
    margin-left: 10px;
    display: inline-block;
  }

    div.password div:first-child {
      margin-left: 0px;
    }

  div.password img {
    width: 120px;
    height: 120px;
  }

div.passlist {
  position: absolute;
  z-index: 1000;
  width: 775px;
  height: 340px;
  line-height: 18px;
  background-color: white;
}

  div.passlist a {
    margin: 0px 2px 0px 0px;
    width: 80px;
    height: 80px;
    display: inline-block;
  }

    div.passlist a:hover {
      background-color: #e6ae49;
      opacity: 0.4;
      cursor: pointer;
    }

div.val-sm ul {
  padding-left: 0px;
}

footer {
  color: #54589A;
}

  footer a {
    color: #54589A;
  }

div.instruct {
  display: flex;
  font-size: 24px;
  vertical-align: bottom;
  margin-top: -15px;
}

  div.instruct > div {
    margin-left: 8px;
    margin-right: 8px;
  }

  div.instruct input {
    width: 150px;
    padding-top: 16px;
  }

  div.instruct span {
    padding-top: 16px;
  }

  div.instruct div div {
    margin-top: -5px;
  }

.nowrap {
  white-space: nowrap!important;
}

table.bflex {
  width: 100%;
}

  table.bflex tr td {
    vertical-align: bottom;
  }

.disabled {
  color: darkgray;
  padding: 0 !important;
}

tiny, tiny a, .tiny {
  font-size: 9px;
  color: #888;
  line-height: 9px;
}