@charset "UTF-8";

/* cyrillic-ext */

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKofIOOaBXso.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKofIMeaBXso.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKofIOuaBXso.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKofIO-aBXso.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKofINeaB.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html,
body {
  height: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.1rem;
}

.wrap {
  min-height: 100%;
  height: auto;
}

.wrap > .container {
  padding: 20px 15px 20px;
}

.wrap .navbar {
  line-height: 1.5rem;
  height: 3.5rem;
  padding: 0.5rem 1rem;
}

@media (max-width: 767px) {
  .navbar-nav {
    margin-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #000;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    margin-left: auto;
  }
}

/* align the logout "link" (button in form) of the navbar */

.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}

.mt-menu {
  margin-top: 3.5rem;
}

.wrap .btn {
  cursor: pointer;
  line-height: 30px;
  border-radius: 0.3rem;
  padding: 5px 2.7rem;
  font-family: Nunito, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
}

.wrap .btn-lg {
  line-height: 2.7rem;
  border-radius: 0.5rem;
}

.content_begin {
  padding: 1.5rem 0 0.5rem;
}

.content_end {
  padding: 2rem 0 2rem;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.border-md {
  border-left: 3px dashed rgba(0, 0, 0, 0.1);
  border-right: 3px dashed rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .border-md {
    border: none;
  }
}

.footer {
  min-height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.footer .image-button {
  display: block;
  height: auto;
  max-width: 152px;
}

.footer .link-icon {
  display: inline;
  max-height: 16px;
  max-width: 16px;
}

.footer {
  background-color: black;
  font-weight: bold;
  color: #bdc4cb;
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer ul > li {
  padding: 5px;
}

.footer .text-muted {
  color: #898d92 !important;
}

.footer a {
  color: #D8E0E8;
  cursor: pointer;
}

.footer a:visited {
  color: #D8E0E8;
}

.footer a:hover {
  color: #9379d7;
}

.tutorial-content > p,
.tutorial-content > ol li {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
}

.tutorial-content > p:first-child,
.tutorial-content > ol li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.tutorial-content > h2 {
  margin-top: 3rem;
}

.tutorial-content > h2:first-child {
  margin-top: 0;
}

.iconic-links {
  padding: 0;
}

.iconic-links .fa {
  margin: 0 0.5rem;
  font-size: 24px;
}

.iconic-links.small .fa {
  margin: 0 0.3rem;
  font-size: 24px;
}

.link-underline {
  text-decoration: underline;
  text-underline: #007bff;
}

.mx-flip {
  right: 0;
  left: auto;
}

.bg-begin,
.content_begin {
  background: -webkit-gradient(left top, left bottom, color-stop(0, #fff), color-stop(40%, #fff), color-stop(100%, #eaf0f6));
  background: linear-gradient(180deg, #fff 0, #fff 40%, #eaf0f6);
}

.bg-end,
.content_end {
  background: linear-gradient(#eaf0f6, #fff);
}

.overlay {
  background: rgba(31, 31, 31, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.navbar-dark .navbar-nav .nav-btn {
  color: #fff;
}

.navbar .nav-btn {
  background-color: #17a2b8;
  border-color: #17a2b8;
  border-radius: 1.3rem;
}

.navbar .nav-btn:hover {
  background-color: #138496;
  border-color: #117a8b;
}

.navbar .nav-btn.focus,
.navbar .nav-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

@media (max-width: 767px) {
  .navbar .navbar-collapse .nav-btn {
    margin-left: -0.7rem;
    padding-left: 0.7rem;
  }
}

/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\E151";
}

a.desc:after {
  content: "\E152";
}

.sort-numerical a.asc:after {
  content: "\E153";
}

.sort-numerical a.desc:after {
  content: "\E154";
}

.sort-ordinal a.asc:after {
  content: "\E155";
}

.sort-ordinal a.desc:after {
  content: "\E156";
}

.grid-view td {
  white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

.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;
}

.form-text {
  color: #858585;
  font-size: 0.9rem;
}

.banner {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.review-slider-back .slider-card {
  width: 15rem;
  min-height: 21rem;
}

.picker .picker-image {
  width: 5rem;
  height: 5rem;
  padding-bottom: 0.5rem;
}

.picker .slider-card.selected {
  background: #99caff;
}

@media (max-width: 767px) {
  .picker .picker-image {
    width: 3rem;
    height: 3rem;
  }
}

.collapsible-pick .grid-view {
  margin-bottom: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
}

.collapsible-pick .card-header {
  background-color: white;
  border-radius: 0.3rem;
}

.collapsible-pick .card-body {
  margin: 0;
}

.collapsible-toggle {
  cursor: pointer;
  display: block;
  position: relative;
}

.collapsible-toggle .state-icon {
  width: 16px;
  height: 16px;
  color: #333;
  position: absolute;
  top: calc(50% - 8px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

.collapsible-toggle[aria-expanded=true] .state-icon {
  transform: rotate(180deg) translateX(25%);
}

.step-container {
  flex-grow: 1;
}

.step-number {
  color: #007bff;
  font-size: 22px;
  width: 20px;
}

.step-direction {
  flex-direction: column;
  align-self: stretch;
}

.step-mark {
  background-color: #007bff;
  border-radius: 50%;
  width: 0.455rem;
  height: 0.455rem;
}

.step-line {
  background-color: #007bff;
  flex-grow: 1;
  width: 0.115rem;
  min-height: 64px;
}

@media (min-width: 768px) {
  .step-container {
    max-width: 33%;
  }

  .step-direction {
    flex-direction: row;
    margin-bottom: 1rem;
  }

  .step-number {
    font-size: 32px;
    width: 30px;
  }

  .step-line {
    width: auto;
    min-height: 0.115rem;
  }
}

.image-zoom {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: dotted 0.15rem #000;
  padding: 0.5rem;
  margin-left: auto;
  cursor: pointer;
}

li .image-zoom {
  margin-top: 1rem;
}

.image-zoom img {
  max-width: 100%;
  height: auto;
  transition: transform 0.25s;
}

.image-zoom:hover img {
  transform: scale(1.2);
}

.image-zoom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.3s;
}

.image-zoom:hover:after {
  opacity: 1;
}

.circular-loading-container {
  position: relative;
  min-width: 5rem;
  min-height: 5rem;
}

.circular-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  border: 0.3rem solid rgba(31, 31, 31, 0.7);
  border-top: 0.3rem solid #007bff;
  border-radius: 50%;
  -webkit-animation: rotate-center 1.5s linear infinite;
          animation: rotate-center 1.5s linear infinite;
}

@-webkit-keyframes rotate-center {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate-center {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.circular-loading-footer {
  position: absolute;
  top: calc(50% + 1.5rem);
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
}

