﻿@import '../../lib/bootstrap/css/bootstrap.css';
@font-face {
  src: url(../fonts/NunitoSans-Black.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 900;
  font-style: normal;
}
@font-face {
  src: url(../fonts/NunitoSans-BlackItalic.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 900;
  font-style: italic;
}
@font-face {
  src: url(../fonts/NunitoSans-ExtraBold.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 800;
  font-style: normal;
}
@font-face {
  src: url(../fonts/NunitoSans-ExtraBoldItalic.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 800;
  font-style: italic;
}
@font-face {
  src: url(../fonts/NunitoSans-Bold.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 700;
  font-style: normal;
}
@font-face {
  src: url(../fonts/NunitoSans-Bold.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 700;
  font-style: italic;
}
@font-face {
  src: url(../fonts/NunitoSans-SemiBold.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 600;
  font-style: normal;
}
@font-face {
  src: url(../fonts/NunitoSans-SemiBoldItalic.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 600;
  font-style: italic;
}
@font-face {
  src: url(../fonts/NunitoSans-Regular.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 400;
  font-style: normal;
}
@font-face {
  src: url(../fonts/NunitoSans-Italic.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 400;
  font-style: italic;
}
@font-face {
  src: url(../fonts/NunitoSans-Light.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 300;
  font-style: normal;
}
@font-face {
  src: url(../fonts/NunitoSans-LightItalic.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 300;
  font-style: italic;
}
@font-face {
  src: url(../fonts/NunitoSans-ExtraLight.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 200;
  font-style: normal;
}
@font-face {
  src: url(../fonts/NunitoSans-ExtraLightItalic.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 200;
  font-style: italic;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
body {
  font-size: 0.9rem;
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*----------------page-wrapper----------------*/
.page-wrapper {
  height: 100vh;
}
.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}
.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}
/*----------------toggeled sidebar----------------*/
.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}
@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 260px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  left: 0;
  top: 0px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
#show-settings {
  position: fixed;
  right: 0;
  top: 0px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  background-color: #2e2f5f !important;
  top: 0;
  left: -300px;
  z-index: 999;
}
.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar-wrapper a {
  text-decoration: none;
}
/*----------------sidebar-content----------------*/
.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
  font-size: 14px;
}
.sidebar-item {
  font-size: 18px;
}
.sidebar-content.desktop {
  overflow-y: hidden;
}
/*--------------------sidebar-brand----------------------*/
.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  align-items: center;
}
.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}
.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
  float: right;
}
/*--------------------sidebar-header----------------------*/
.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}
.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}
.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}
.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}
.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}
.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}
.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}
/*-----------------------sidebar-search------------------------*/
.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}
/*----------------------sidebar-menu-------------------------*/
.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}
.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 20px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}
.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}
.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}
.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 20px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}
.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}
.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}
/*--------------------------side-footer------------------------------*/
.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
}
.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}
.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}
.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}
/*--------------------------page-content-----------------------------*/
.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}
.page-wrapper .page-content > div {
  padding: 20px 40px;
}
.page-wrapper .page-content {
  overflow-x: hidden;
}
/*------scroll bar---------------------*/
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/*-----------------------------chiller-theme-------------------------------------------------*/
.chiller-theme .sidebar-wrapper {
  background: #2a5085;
}
.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid #3a3f48;
}
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  border-color: transparent;
  box-shadow: none;
}
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand > a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer > a {
  color: #ffffff;
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand > a:hover,
.chiller-theme .sidebar-footer > a:hover i {
  color: #ffffff;
}
.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #bdbdbd;
}
.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: #ffffff;
}
.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
  color: #16c7ff;
  text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}
.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #ffffff;
}
.chiller-theme .sidebar-footer {
  background: #3a3f48;
  box-shadow: 0px -1px 5px #282c33;
  border-top: 1px solid #464a52;
}
.chiller-theme .sidebar-footer > a:first-child {
  border-left: none;
}
.chiller-theme .sidebar-footer > a:last-child {
  border-right: none;
}
.ss-loader {
  background-color: rgba(133, 133, 133, 0.3);
  display: none;
  position: absolute;
  z-index: 100000;
  height: 100%;
  width: 100%;
  top: 0;
}
.ss-loader svg {
  animation: spin 2s infinite;
}
.red {
  color: red !important;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body {
  font-family: NunitoSans;
  font-weight: 300;
}
.row {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.back-button:hover {
  cursor: pointer;
}
.home-logo {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .home-logo {
    width: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .home-logo {
    width: 25%;
  }
}
.nav-home {
  background: #003c77;
  color: #fdcb16;
  font-size: 1.8rem;
  font-weight: 500;
  min-height: 6rem;
}
.navbar-title {
  color: #fdcb16;
  font-size: 1.4rem;
}
.btn-home {
  color: #fdcb16;
}
.btn-logout {
  color: #fdcb16;
}
.nav-dashboard {
  background: #003c77;
  color: #fdcb16;
  font-size: 1.8rem;
}
.border-bottom-cast {
  border-bottom: 0.2rem solid #003c77;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.75);
}
.text-cast {
  color: #003c77;
}
.text-responsive {
  color: #003c77;
  font-size: 1.2rem;
}
@media screen and (min-width: 830px) {
  .text-responsive {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .text-responsive {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .text-responsive {
    font-size: 2rem;
  }
}
.text-positive {
  color: green;
}
.text-negative {
  color: red;
}
.text-neutral {
  color: gray;
}
.linear-band {
  border: 1px solid;
  margin: 0.8rem 0 0.8rem 0;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem;
  font-size: 0.7rem;
  text-align: center;
  -webkit-box-shadow: 0px 1px 8px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 8px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 8px -3px rgba(0, 0, 0, 0.75);
}
.color-main {
  color: #003c77;
}
.bg-main {
  background: #003c77;
}
.border-main {
  border: 1px solid #003c77;
}
.login-container {
  display: flex;
  justify-content: center;
}
.login-container .login-wrapper {
  text-align: center;
  max-width: 500px;
}
.login-container .login-wrapper .login-input {
  border-radius: 1rem;
  border-width: 2px;
  display: block;
  border-color: #003c77;
}
.login-container .login-wrapper .login-password {
  border-radius: 1rem;
  border-width: 2px;
  display: block;
  border-color: #003c77;
}
.login-container .login-wrapper .login-separator {
  width: 100px;
  border-bottom: 0.2rem solid;
  border-color: #003c77;
}
.login-container .login-wrapper .login-submit {
  border-radius: 1rem;
  display: block;
  background: #003c77;
  width: 100%;
  color: white;
}
.index-tile {
  border: 2px solid #003c77;
  margin: 1rem 0.7rem;
  padding: 0.3rem 0rem;
  border-radius: 0.4rem;
}
.index-tile .icon-tile {
  font-size: 4rem;
  color: #003c77;
}
.index-tile .text-tile {
  font-size: 1.5rem;
  color: #003c77;
  font-weight: 600;
}
.index-tile:hover {
  cursor: pointer;
  transform: scale(1.01);
}
.tile-disabled {
  border: 2px solid gray !important;
  margin: 1rem 0.7rem;
  padding: 0.3rem 0rem;
  border-radius: 0.4rem;
}
.course-band {
  -webkit-box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.48);
}
.btn-course {
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  border: 1px solid #003c77;
  line-height: 1rem;
  padding: 0.5rem 0;
  color: #003c77;
}
.btn-course i {
  font-size: 1rem;
}
.btn-course span {
  font-size: 0.6rem;
}
.my-input {
  border: none;
  border-radius: 0px;
  border-bottom: 2px solid #fdcb16;
  background-color: #e6e6e6;
  outline: none !important;
}
.my-input:focus {
  outline: none !important;
  background-color: #e6e6e6;
  border-bottom: 2px solid #003c77;
}
.my-input:hover {
  outline: none;
  background-color: #e6e6e6;
  border-bottom: 2px solid #003c77;
}
.menu-tile {
  border: none;
  border-radius: 0px;
  border-bottom: 2px solid #fdcb16;
  background-color: #e6e6e6;
  outline: none !important;
  padding: 1rem;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.primary-color {
  color: #003c77;
}
.secondary-color {
  color: #fdcb16;
}
.bold {
  font-weight: 600 !important;
}
.secondary-color-separator {
  color: #fdcb16;
  background-color: #fdcb16;
  border: 0.15rem solid #fdcb16;
}
.primary-btn {
  border-radius: 0.7rem;
  background-color: #003c77;
  color: white;
}
.span-large {
  font-weight: 600;
  font-size: 1.4rem;
}
.btn-info {
  background-color: #003c77;
  border: 1px solid #003c77;
}
.btn-info:hover {
  background-color: white;
  color: #003c77;
  border: 1px solid #003c77;
}
.vertical-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form-select {
  border: 2px solid #003c77;
  border-radius: 0.8rem;
}
.receipt-partner-name {
  -webkit-transform: scale(1, 3);
  /* Safari and Chrome */
  -moz-transform: scale(1, 3);
  /* Firefox */
  -ms-transform: scale(1, 3);
  /* IE 9 */
  -o-transform: scale(1, 3);
  /* Opera */
  transform: scale(1, 3);
  /* W3C */
  font-size: 17px;
}
.receipt-header-footer {
  -webkit-transform: scale(1, 2.5);
  /* Safari and Chrome */
  -moz-transform: scale(1, 2.5);
  /* Firefox */
  -ms-transform: scale(1, 2.5);
  /* IE 9 */
  -o-transform: scale(1, 2.5);
  /* Opera */
  transform: scale(1, 2.5);
  /* W3C */
}
.receipt-row {
  padding: 0;
  margin: 0;
  letter-spacing: 0px;
  font-weight: 800;
  font-size: 0.7rem;
}
.receipt-row-slim {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 0.7rem;
}
.receipt-title {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.bottom-box {
  border: 2px dashed black;
  line-height: 11px;
  font-weight: 700;
  padding: 1rem 0.5rem;
}
.my-btn {
  border-radius: 0px;
  background-color: #003c77;
  border: none;
  color: white;
  border-bottom: 2px solid #fdcb16;
}
.cursor-pointer {
  cursor: pointer;
}
.camera-button {
  border-radius: 100rem;
  height: 60px;
  width: 60px;
  border: 2px solid black;
}
.camera-cancel-button {
  color: red;
}
.camera-cancel-button:hover {
  color: red;
  outline: none;
}
.camera-cancel-button:focus {
  outline: none;
  color: red;
}
#vid-controls {
  background-color: #003c77;
}
.tile-item {
  text-align: center;
  height: 135px;
}
.tile-item .tile-btn {
  width: 110px;
  height: 110px;
  line-height: 1;
  border: 2px solid #003c77;
  border-radius: 1.5rem;
  color: #003c77;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
.tile-item .tile-btn .icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
}
.tile-item .tile-btn .text {
  font-size: 1.1rem;
  font-weight: 700;
}
.photo-preview {
  width: 100%;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  border: 1px solid #fdcb16;
}
.title {
  color: #003c77;
}
.form-row {
  align-content: center;
}
.form-row .form-input {
  border-radius: 1rem;
  border-width: 2px;
  display: block;
  border-color: #003c77;
}
.form-row .form-inline {
  align-content: center;
}
.form-row .fa-search {
  color: #003c77;
}
.dbrScanner-sel-camera {
  border-radius: 1rem;
  background-color: white;
  border: 1px solid #003c77;
  padding: 0.5rem;
  position: relative;
}
.dbrScanner-sel-resolution {
  display: none;
}
.separator {
  display: flex;
  align-items: center;
  text-align: center;
}
.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
  color: #003c77;
}
.separator::before {
  margin-right: 0.25em;
  color: #003c77;
}
.separator::after {
  margin-left: 0.25em;
  color: #003c77;
}
.card {
  border: 2px, solid;
  border-radius: 1rem;
  border-width: 2px;
  display: block;
  border-color: #003c77;
  background-color: #33C3FF;
}
#div-receipt {
  background-image: url('../media/receipt-bg.jpg');
  background-size: cover;
  font-family: Courier New, Courier, monospace;
}
.div-receipt {
  background-image: url('../media/receipt-bg.jpg');
  background-size: cover;
  font-family: Courier New, Courier, monospace;
}
.my-nav-item {
  font-weight: 600;
}
.link-container {
  border: 1px solid gray;
  width: 100%;
  padding: 0;
  border-radius: 0.4rem;
}
.post-span {
  color: orange;
  font-size: 1rem;
  font-weight: 600;
  min-width: 300px !important;
}
.get-span {
  color: green;
  font-size: 1rem;
  font-weight: 600;
  min-width: 300px !important;
}
.api-docs-link {
  font-size: 1rem;
  color: #003c77;
  text-decoration: underline;
}
.api-docs-link:hover {
  color: #fdcb16;
}
.docs-type-tab {
  font-size: 1.3rem;
  font-weight: 600;
}
.docs-type-item .active {
  background: #fdcb16 !important;
  color: #003c77 !important;
}
.dashboard-title {
  font-size: 40px !important;
  color: #003c77 !important;
}
.dashboard-subtitle {
  font-size: 35px !important;
  color: #003c77 !important;
}
@media only screen and (max-width: 387px) {
  .dashboard-subtitle {
    font-size: 25px !important;
    color: #003c77 !important;
  }
}
@media only screen and (max-width: 900px) {
  .combo-index {
    width: 180px !important;
  }
}
.size-img-index {
  max-width: 100%;
  max-height: 65%;
  /*
    @media only screen and (max-width: 414px) {
        width: 200px !important;
    }*/
}
.btn-dashboard {
  background-color: #003c77;
  color: #fdcb16;
}
.size-tabs {
  color: #003c77;
}
@media only screen and (min-width: 900px) {
  .size-tabs {
    font-size: 20px;
  }
}
.dashboard-tile {
  height: 100%;
  width: 100%;
  background-color: #fdcb16;
  margin: 2rem !important;
  border-radius: 0.3rem;
}
.is-active {
  color: #fdcb16 !important;
  background-color: #003c77;
  border-radius: 3px;
}
.loader-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 4000px;
  text-align: center;
  z-index: 995;
  font-size: 2rem;
  background-color: #000000;
  opacity: 0.8;
}
.ajax-loader {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20%;
  text-align: center;
  z-index: 999;
  font-size: 2rem;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #BBBCFF;
  border-color: #BBBCFF transparent #BBBCFF transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.table-cell-first {
  padding: 0.6rem, 0.3rem;
  font-size: 11px !important;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
}
.table-cell {
  padding: 0.6rem 0.3rem;
  font-size: 11px !important;
  border-bottom: 1px solid gray;
}
.table-cell-last {
  padding: 0.6rem 0.3rem;
  font-size: 11px !important;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
}
.table-cell.col-pad,
.table-cell-first.col-pad,
.table-cell-last.col-pad {
  padding: 0.6rem 15px;
}
.table-input {
  border: 0;
  border-bottom: 2px solid gray;
  padding: 0.4rem 0.2rem;
}
.table-input:hover {
  background-color: #e6e6e6;
  border-bottom: 2px solid #003c77;
  outline: none;
}
.table-input:focus {
  background-color: #e6e6e6;
  border-bottom: 2px solid #003c77;
  outline: none;
}
.table-btn {
  border: 0;
  background-color: #003c77;
  color: white;
  padding: 0.4rem;
  border-radius: 5px;
  border: 1px solid #003c77;
  margin: 0.2rem;
}
.table-btn:hover {
  background-color: white;
  border: 1px solid #003c77;
  color: #003c77;
}
.table-btn:focus {
  outline: none;
  background-color: white;
  border: 1px solid #003c77;
  color: #003c77;
}
.table-flex-col {
  flex-basis: 100px;
}
.table-flex-col-min {
  flex-basis: 80px;
}
.w-90 {
  width: 90%;
}
.w-40 {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
}
.w-20 {
  width: 20%;
  min-width: 20%;
  max-width: 20%;
}
.w-10 {
  width: 10%;
  min-width: 10%;
  max-width: 10%;
}
.w-7 {
  width: 7%;
  min-width: 7%;
  max-width: 7%;
}
.w-15 {
  width: 15%;
  min-width: 15%;
  max-width: 15%;
}
.w-4 {
  width: 4%;
  min-width: 4%;
  max-width: 4%;
}