html,
body {
  height: 100%; }

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px; }

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

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

.check-auto-print {
  padding-top: 10px;
  margin-top: 10px;
  display: inline-block;
  width: 100%; }

.kitchen-form {
  padding: 20px;
  padding-bottom: 20px !important;
  display: inline-block;
  width: 100%; }

.form-login-kitchen {
  display: inline-block;
  width: 100%; }

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

.kitchen-form h4 {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  color: #438EB8; }
.kitchen-form .form-check {
  margin-bottom: 10px; }

.radio-checkbox-kitchen {
  padding: 15px;
  border-bottom: 1px solid #e6e6e6; }

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

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

/* add sorting icons to gridview sort links */
thead:first-child > tr:first-child a {
  position: absolute;
  bottom: 0px;
  right: 8px;
  display: block;
  font-family: 'Font Awesome 5 Free';
  opacity: 0.7;
  color: #333; }

thead:first-child > tr:first-child a:after {
  content: "\f0dc";
  opacity: 0.2; }

thead:first-child > tr:first-child a.asc:after {
  content: "\f0dd"; }

thead:first-child > tr:first-child a.desc:after {
  content: "\f0de"; }

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

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

.permissions {
  font-size: 16px;
  cursor: pointer; }

.login-body {
  display: inline-block;
  width: 100%;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  background: white; }

.bg-login {
  height: 100vh;
  background-size: cover !important; }

.tab-login ul {
  display: inline-block;
  width: 100%; }

.tab-login ul li {
  display: inline-block;
  width: 100%;
  list-style: none; }

.body-login-wapper {
  height: 100% !important;
  display: flex;
  align-items: center !important; }
  .body-login-wapper .content-login {
    margin: auto;
    width: 420px; }
    .body-login-wapper .content-login h1 {
      font-size: 30px;
      color: #033146;
      margin-bottom: 20px; }
    .body-login-wapper .content-login ul {
      margin: 0;
      border: 0; }
      .body-login-wapper .content-login ul li {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px; }
        .body-login-wapper .content-login ul li .item-tab-login {
          position: relative;
          padding: 15px;
          border: 1px solid #fff;
          transition: all .2s linear;
          padding-left: 100px;
          padding-right: 60px;
          background: #FFFFFF;
          box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.06);
          border-radius: 6px; }
          .body-login-wapper .content-login ul li .item-tab-login h6 {
            color: #283646;
            display: inline-block;
            width: 100%;
            padding: 0;
            font-size: 16px; }
          .body-login-wapper .content-login ul li .item-tab-login span {
            font-size: 14px;
            display: inline-block;
            width: 100%;
            padding: 0;
            color: #8692A6; }
          .body-login-wapper .content-login ul li .item-tab-login .icon-tab {
            position: absolute;
            left: 26px;
            top: 28px; }
            .body-login-wapper .content-login ul li .item-tab-login .icon-tab img {
              position: absolute;
              top: 0;
              left: 0;
              display: none; }
              .body-login-wapper .content-login ul li .item-tab-login .icon-tab img.icon-tab-default {
                display: block; }
          .body-login-wapper .content-login ul li .item-tab-login:hover {
            background: #F5F9FF;
            border: 1px solid #438EB8;
            box-sizing: border-box;
            box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.04);
            border-radius: 6px; }
            .body-login-wapper .content-login ul li .item-tab-login:hover .icon-tab img.icon-tab-default {
              display: none; }
            .body-login-wapper .content-login ul li .item-tab-login:hover .icon-tab img.icon-tab-hover {
              display: block !important; }
            .body-login-wapper .content-login ul li .item-tab-login:hover .text-tab-item img {
              display: block; }
        .body-login-wapper .content-login ul li .text-tab-item img {
          position: absolute;
          right: 28px;
          top: 42px;
          display: none; }
        .body-login-wapper .content-login ul li a.active .item-tab-login {
          background: #F5F9FF;
          border: 1px solid #438EB8;
          box-sizing: border-box;
          box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.04);
          border-radius: 6px; }
          .body-login-wapper .content-login ul li a.active .item-tab-login .text-tab-item img {
            display: block; }
          .body-login-wapper .content-login ul li a.active .item-tab-login .icon-tab img.icon-tab-default {
            display: none; }
          .body-login-wapper .content-login ul li a.active .item-tab-login .icon-tab img.icon-tab-hover {
            display: block !important; }

.tab-content {
  display: none; }
  .tab-content .content-login-form {
    height: 100% !important;
    align-items: center !important; }

.show-content-tab {
  display: block !important;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%; }
  .show-content-tab h1 {
    font-size: 30px;
    color: #033146;
    margin-bottom: 10px;
    display: inline-block;
    height: 100% !important; }
  .show-content-tab p {
    display: inline-block;
    height: 100% !important;
    color: #8692A6;
    font-size: 14px; }
  .show-content-tab .tab-pane {
    height: 100vh; }

.form-login {
  width: 420px;
  margin: auto; }
  .form-login form .form-group input, .form-login form .form-group select {
    height: 55px;
    border-radius: 6px;
    border: 1px solid #8692A6;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    font-size: 14px; }
  .form-login form label {
    color: #8692A6;
    font-size: 14px; }

.show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.back-option {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%; }
  .back-option a {
    text-decoration: none; }
  .back-option img {
    margin-right: 10px; }
  .back-option span {
    color: #8692A6;
    font-size: 14px; }

.title-form {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .title-form h1 {
    display: inline-block;
    width: 100%; }
  .title-form p {
    display: inline-block;
    width: 100%; }

.button-submit {
  display: inline-block;
  width: 100%;
  margin-top: 20px; }
  .button-submit button {
    height: 55px;
    background: #438EB8;
    border-radius: 6px;
    color: white !important;
    border: 0 !important;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px; }
    .button-submit button:hover {
      background: #033146 !important; }

.body-login-form {
  height: 100% !important;
  display: flex;
  background: white;
  align-items: center !important; }

.fade:not(.show) {
  display: none !important; }

.filed-numbers {
  display: inline-block;
  width: 100%; }
  .filed-numbers ul {
    padding: 0;
    display: flex;
    margin-left: -5px;
    margin-right: -5px; }
    .filed-numbers ul li {
      display: inline-block;
      width: 20%;
      margin: 0 5px; }
      .filed-numbers ul li input {
        width: 100%;
        text-align: center;
        border-radius: 6px;
        height: 60px;
        border: 1px solid #8692A6; }

.error-box {
  background: #FCEEF2;
  color: #EA5C7F;
  font-size: 14px;
  position: relative;
  padding-right: 30px;
  padding: 10px 15px;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  border-radius: 6px; }
  .error-box img.error-icon {
    display: inline-block;
    margin-right: 10px;
    width: 22px; }
  .error-box img.close-error {
    position: absolute;
    right: 15px;
    top: 13px; }
  .error-box b {
    margin-bottom: 10px;
    display: inline-block; }

.form-group {
  display: inline-block;
  width: 100%; }

.number-click {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px; }
  .number-click button {
    display: inline-block;
    width: 83px;
    height: 50px;
    border-radius: 6px;
    margin: 10px;
    font-size: 26px;
    color: #8593a6;
    background: linear-gradient(180deg, #FFFFFF 0%, #F3F6F9 100%);
    border: 1px solid #E3E7EB;
    box-sizing: border-box;
    border-radius: 6px; }
    .number-click button.clear-btn {
      background: #438EB8 !important;
      border-color: #438EB8 !important; }
    .number-click button img {
      margin-top: -8px; }
    .number-click button.close-btn {
      background: #EA5C7F !important;
      border-color: #EA5C7F !important; }
    .number-click button:hover {
      background: linear-gradient(180deg, #FFFFFF 0%, #DDEDFD 100%); }

.radio-button p {
  display: flex;
  height: initial !important;
  margin-right: 20px;
  float: left; }
  .radio-button p input {
    margin: 5px 7px !important; }

.footer_copyright {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 15px; }
  .footer_copyright p {
    font-size: 14px;
    color: #8692A6; }
    .footer_copyright p span {
      color: #438EB8; }

@media only screen and (max-width: 1600px) {
  .form-login form .form-group input, .form-login form .form-group select, .button-submit button {
    height: 45px; }

  .footer_copyright p {
    font-size: 13px;
    color: #8692A6; }
    .footer_copyright p span {
      color: #438EB8; }

  .body-login-wapper .content-login ul li {
    margin-bottom: 10px; }

  .body-login-wapper .content-login ul li .item-tab-login {
    padding: 10px;
    padding-left: 70px;
    min-height: 85px;
    padding-right: 60px; }

  .body-login-wapper .content-login ul li .item-tab-login .icon-tab {
    position: absolute;
    left: 18px;
    top: 21px; }

  .body-login-wapper .content-login ul li .item-tab-login .icon-tab img {
    width: 40px; }

  .body-login-wapper .content-login ul li .item-tab-login h6 {
    margin-bottom: 0; }

  .body-login-wapper .content-login ul li .text-tab-item img {
    right: 18px;
    top: 35px; } }

.text-tab-item{
  margin-top: 20px;
}

/*# sourceMappingURL=site.css.map */
