/* Minification failed. Returning unminified contents.
(1522,13): run-time error CSS1035: Expected colon, found '5px'
(1533,13): run-time error CSS1035: Expected colon, found '5px'
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&subset=latin-ext");
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700&subset=latin-ext');
/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align: baseline;*/ }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

table, td, th, tr {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  padding: 0;
  border-style: none; }

.clear, .clr {
  clear: both; }

/*******************
GRID
********************/
body {
  font-family: "Raleway", sans-serif;
  background: #f4f4f4;
  margin: 0 auto;
  padding: 0px;
  overflow-x: hidden; }

html {
  height: 100%;
  width: 100%;
  margin: none;
  padding: none; }

.wrapper {
  display: flex;
  width: 100%; }

p {
  font-family: "Raleway", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.5em;
  color: #343a40; }

a,
a:hover,
a:focus {
  font-family: "Raleway", sans-serif;
  color: #e51d7f;
  text-decoration: none;
  transition: all 0.3s; }

a:hover,
a:focus {
  text-decoration: underline; }

/*******************
GRID
********************/
/*** HEADER ***/
/*Header*/
header {
  z-index: 998;
  width: 100%; }
  header .site__title {
    position: relative;
    padding: 0;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 100px;
    box-shadow: 0 0 10px -5px #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    header .site__title .bg-head {
      background: url(/Content/images/bg-pic-head.png) 0 0 no-repeat;
      max-width: 882px;
      width: 100%;
      height: 137px;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 50%;
      margin-left: -441px; }
      @media only screen and (max-width: 991px) {
        header .site__title .bg-head {
          background: url(/Content/images/bg-pic-head-tablet.png) 0 0 no-repeat;
          left: 0;
          margin-left: 0; } }
      @media only screen and (max-width: 767px) {
        header .site__title .bg-head {
          background: url(/Content/images/bg-pic-head-mobile.png) 0 0 no-repeat;
          left: 0;
          margin-left: 0; } }
header .site__title--txt {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: none;
    color: #fff;
    font-size: 35px;
    text-align: center;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 10px;
    text-shadow: 2px 2px 4px #000000;
}
header .site__title--txt-sub {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #fff;
    font-size: 19.2px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-shadow: 2px 2px 4px #000000;
}
    @media only screen and (max-width: 991px) {
      header .site__title--txt {
        max-width: 480px; } }
    @media only screen and (max-width: 767px) {
      header .site__title--txt {
        max-width: 350px;
        font-size: 24px; } }
    @media only screen and (max-width: 575px) {
      header .site__title--txt {
        max-width: 50%;
        padding: 10px 0;
        font-size: 18px; }
        header .site__title--txt-sub {
            font-size: 14px;
        }
    }
  header .site__title__logo {
    position: absolute;
    top: 0;
    left: 20px;
    line-height: 100%;
    z-index: 99; }
    @media only screen and (max-width: 991px) {
      header .site__title__logo {
        left: 0; } }
    @media only screen and (max-width: 767px) {
      header .site__title__logo {
        width: 85px; } }
  header .site__brand__logo {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 100%;
    z-index: 99; }
    @media only screen and (max-width: 991px) {
      header .site__brand__logo {
        /*right: 0;*/
        right: 6px; } }
    @media only screen and (max-width: 767px) {
      header .site__brand__logo {
        width: 85px;
        top: 6px; } }
  header .col-md-12 {
    background: rgba(0, 0, 0, 0.4); }
  header .nav-section {
    margin-left: 0; }
    @media only screen and (max-width: 991px) {
      header .nav-section {
        margin-left: 15px; } }
    header .nav-section .btn-dark.focus, header .nav-section .btn-dark:focus {
      box-shadow: 0 0 0 0.2rem #e51d7f; }
  header .sign-section {
    padding: 0;
    text-align: right;
    align-items: center;
    justify-content: right;
    height: 43px;
    line-height: 100%; }
    header .sign-section .btn-login {
      background: #e51d7f !important;
      color: #fff !important;
      color: none !important; }
    header .sign-section .btn-login:hover {
      background: #a0a09c;
      color: #fff !important;
      color: none !important; }
    header .sign-section .btn-logout {
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Safari 3-8 */
      transform: rotate(180deg); }
    @media only screen and (max-width: 991px) {
      header .sign-section {
        margin-right: 15px; } }
  header .input-default {
    font-family: "Raleway", sans-serif;
    background: #FCE8F2;
    color: #343a40;
    border: 1px solid #666;
    width: 100%;
    max-width: 125px;
    margin: 0;
    resize: none;
    font-weight: 400;
    font-size: 14px;
    padding: 7px;
    float: none;
    line-height: normal;
    top: -5px;
    position: relative;
    height: 40px; }
    @media only screen and (max-width: 480px) {
      header .input-default {
        max-width: 50px;
        font-size: 11px;
        top: -7px; } }
  header .btn-default {
    font-family: "Raleway", sans-serif;
    background: #a0a09c !important;
    color: #fff !important;
    font-size: 26.7px !important;
    border: none;
    height: 100% !important;
    margin: 0;
    padding: 0;
    cursor: pointer;
    width: 43px !important;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  header .btn-default:hover {
    opacity: 1;
    background: #E51D7F !important;
    color: #fff !important;
    color: none !important; }
  header a.btn-default {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin: 0 0 0 4px;
    background: #a0a09c !important;
    color: #fff !important; }
  header a.btn-default:hover {
    background: #E51D7F !important;
    color: none !important;
    color: #fff !important; }
  header a.btn-default p {
    color: #fff !important; }
  header a.btn-default:hover p {
    color: #fff !important;
    color: none !important; }
  header .btn-default p {
    color: #fff; }
  header .btn-menu {
    font-family: "Raleway", sans-serif;
    background: #a0a09c;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border: none;
    padding: 5px 12px;
    margin: 0 1px 0 0;
    cursor: pointer;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    @media only screen and (max-width: 1200px) {
        header .btn-menu {
            font-size: 12px;
            padding: 5px 8px 5px 8px;
        } }
    @media only screen and (max-width: 991px) {
      header .btn-menu {
        font-size: 14px;
        padding: 8px 12px;
        justify-content: left;
        text-align: left;
        height: auto; } }
  header .btn-menu:hover {
    opacity: 1;
    color: #fff !important;
    background: #E51D7F; }
  header .btn-menu.active {
    background: #E51D7F;
    color: #fff !important; }
  header .navbar-collapse {
    height: 43px;
    position: relative; }
    @media only screen and (max-width: 991px) {
      header .navbar-collapse {
        position: absolute; } }
  header .navbar-collapse.show {
    position: relative;
    box-shadow: none; }
    @media only screen and (max-width: 991px) {
      header .navbar-collapse.show {
        height: auto !important;
        position: absolute;
        box-shadow: 1px 2px 10px -5px #000; } }
  header .navbar-nav {
    height: 43px; }
    @media only screen and (max-width: 991px) {
      header .navbar-nav {
        height: auto;
        min-width: 165px; } }
    header .navbar-nav .nav-item:last-child {
      background: none; }
      @media only screen and (max-width: 991px) {
        header .navbar-nav .nav-item:last-child {
          background: #fff; } }
  header .dropdown-toggle::after {
    right: 3px; }
  header .dropdown-item {
    padding: .45rem 0.8rem !important;
    font-size: 14px; }
  header .dropdown-item:hover {
    background: #E51D7F;
    color: #fff; }
  header .nav-item.dropdown a {
    padding-right: 23px; }
  header .nav-item.dropdown .dropdown-toggle::after {
    right: 10px; }
    @media only screen and (max-width: 991px) {
      header .nav-item.dropdown .dropdown-toggle::after {
        top: 9%;
        right: -10px !important;
        position: relative; } }
  header .dropdown-menu {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    top: 95%; }
    @media only screen and (max-width: 991px) {
      header .dropdown-menu {
        margin: 0; } }
    header .dropdown-menu .dropdown-menu {
        display: none !important;
    }
    header .dropdown-menu .dropdown-menu.show {
        display: block !important;
        /*position: relative !important;*/
    }
    header .dropdown-menu .dropdown-menu:hover {
        display: block !important;
    }
  header .wrapUser {
    float: left;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    header .wrapUser .fa-user-circle {
      color: #fff;
      background: #e51d7f;
      font-size: 35px;
      float: left;
      margin: 0;
      height: 100% !important;
      width: 50px;
      padding: 0px 8px; }
    header .wrapUser p {
      float: left;
      font-size: 14px;
      background: #FCE8F2;
      height: 44px;
      padding: 0 10px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      text-shadow: 1px 2px 3px #fff;
      font-weight: 500;
      max-width: 150px;
      overflow: hidden;
      line-height: 1.1em; }
    header .wrapUser select {
      background: #FCE8F2;
      max-width: 150px;
      width: 100%;
      height: 43px;
      text-align: left;
      font-size: 12px;
      font-weight: 400; }

/*Header*/
/*Header common*/
.sizeHead {
  margin: 0 10px 0 0;
  font-size: 34px;
  border-radius: 50px;
  padding: 7px; }

.sizeSide {
  margin: 0;
  font-size: 130px;
  border-radius: 70px;
  padding: 28px; }

.navbar {
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: 1px 2px 10px -5px #000; }

.navbar__fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 9999;
  -webkit-transition: 0.3s all 0s ease;
  -moz-transition: 0.3s all 0s ease;
  transition: 0.3s all 0s ease; }

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none; }

.btn-brand {
  float: left;
  cursor: pointer;
  background: #fff;
  color: #343a40;
  border: none;
  outline: none;
  padding: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }

.btn-brand:hover {
  outline: none;
  border: none;
  color: #E51D7F; }

.btn-brand:active,
.btn-brand:visited,
.btn-brand:focus {
  outline: none;
  border: none; }

.btn-black,
.btn-black:active,
.btn-black:visited {
  float: left;
  cursor: pointer;
  background: #343a40;
  color: #fff;
  border: none;
  outline: none;
  padding: 9px 15px;
  opacity: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }

.btn-black:hover {
  opacity: 0.7;
  color: #fff;
  outline: none;
  border: none; }

.btn-black:focus {
  color: #fff;
  outline: none;
  border: none; }

/*Header common*/
/*FLAGS*/
.wrapFlags {
  position: absolute;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  top: 6px;
  right: 1px;
  z-index: 10000; }
  
.wrapFlags.side {
	top: 8px;
	right: 8px; }
@media only screen and (max-width: 991px) {
	.wrapFlags.side {
	  top: -30px; } 
}

.wrapFlags.side div.wrapPanelFlag {
  top: 34px;
  right: 0px; }
  @media only screen and (max-width: 991px) {
    .wrapFlags.side div.wrapPanelFlag {
      top: 26px; } }

div.wrapPanelFlag {
  background: #FFF;
  display: none;
  font-weight: normal;
  padding: 0;
  overflow: inherit;
  margin: 0;
  position: absolute;
  top: 13px;
  right: -1px;
  z-index: 9999;
  width: 78px;
  opacity: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 1px 2px 10px -5px #000; }

div.wrapPanelFlag a img {
  float: left;
  margin: 0 0 0 10px; }

div.wrapPanelFlag a {
  padding: 5px 0 !important;
  color: #e51d7f;
  font-size: 11px;
  font-weight: 600;
  margin: 0;
  text-decoration: none;
  font-size: 12px !important;
  line-height: 100% !important; }

div.wrapPanelFlag ul {
  list-style: none;
  margin: 0; }

div.wrapPanelFlag ul li {
  margin: 7px 10px 7px 10px;
  line-height: normal;
  float: right; }

div.wrapPanelFlag ul li a span {
  float: left;
  text-align: right;
  width: 25px; }

.flag-arrow {
  cursor: pointer; }

.flag-arrow .fa-angle-down {
  font-size: 25px;
  margin: 0 0 0 2px;
  color: #e51d7f;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.flag-arrow .fa-angle-down.open {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari 3-8 */
  transform: rotate(180deg); }

.flag-arrow img {
  position: relative;
  top: -5px; }

/*FLAGS*/
/*** /HEADER ***/
/*** SIDEBAR ***/
#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 997;
  background: #fff;
  color: #fff;
  padding: 0 0 20px 0;
  transition: all 0.3s;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }
  #sidebar .sidebar-header {
    padding: 20px;
    background: #FCE8F2;
    border-bottom: 1px solid #EDECEC;
    display: none; }
    #sidebar .sidebar-header h3 {
      color: #343a40;
      text-align: center;
      font-size: 16px;
      line-height: 1.2em;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-shadow: 1px 2px 3px #fff;
      margin: 0 0 5px 0;
      padding: 10px;
      background: rgba(255, 255, 255, 0.5); }
    #sidebar .sidebar-header p {
      color: #343a40;
      text-align: center;
      font-size: 14px;
      line-height: 1.2em;
      font-weight: 400;
      margin: 0;
      text-shadow: 1px 2px 3px #fff; }
  #sidebar ul.components {
    padding: 0 0 20px 0; }
  #sidebar ul.components li:last-child a {
    border-bottom: 1px solid #f4f4f4; }
  #sidebar ul p {
    color: #fff;
    padding: 10px; }
  #sidebar ul li a {
    padding: 10px;
    font-size: 1em;
    display: block;
    color: #343a40;
    border-top: 1px solid #f4f4f4;
    text-decoration: none;
    font-weight: 500; }
  #sidebar ul li a:hover {
    color: #E51D7F;
    background: #fff; }
  #sidebar ul li.active > a,
  #sidebar a[aria-expanded="true"] {
    color: #343a40; }
  #sidebar a[data-toggle="collapse"] {
    position: relative; }

.sidebar--default {
  padding: 144px 0 0 0; }

.sidebar--small {
  padding: 44px 0 0 0; }

#sidebar.active {
  margin-left: 250px; }

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  font-weight: 400 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

ul.CTAs {
  padding: 20px; }

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px; }

a.download {
  background: #fff;
  color: #7386d5; }

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important; }

/*** /SIDEBAR ***/
/*** CONTENT ***/
.sticky {
  position: fixed !important;
  top: 0;
  width: 100%; }

.sticky + #content {
  top: 143px; }

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 995;
  opacity: 0;
  transition: all 0.5s ease-in-out; }
  .overlay.active {
    display: block;
    opacity: 1; }

#content {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0; }
  #content article {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 350px; }
    #content article p span {
      color: #e51d7f;
      font-weight: 500;
      font-size: 1.3em;
      line-height: 1.4em;
      margin: 0 0 20px 0;
      display: inline-block; }
    #content article p span.small {
      font-weight: 400;
      font-size: 1.1em; }
    #content article .hightlighted {
      color: #e51d7f; }
    #content article .btn-def {
      font-family: "Raleway", sans-serif;
      background: #E51D7F;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      border: none;
      padding: 5px 12px;
      margin: 0 1px 0 0;
      cursor: pointer;
      text-decoration: none;
      opacity: 1;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      text-align: center; }
      #content article .btn-def .fa-users {
        margin: 0 0 0 8px; }
    #content article .btn-def:hover {
      background: #a0a09c;
      color: #fff; }
    #content article .btn-breadcrumb {
      margin: 5px 0 20px 0;
      border-bottom: solid 1px #f4f4f4;
      padding: 0 0 15px 0;
      width: 100%;
      display: block !important; }
      #content article .btn-breadcrumb .btn:not(:last-child):after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        border-left: 10px solid white;
        position: absolute;
        top: 50%;
        margin-top: -17px;
        left: 100%;
        z-index: 3; }
        @media only screen and (max-width: 440px) {
          #content article .btn-breadcrumb .btn:not(:last-child):after {
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            margin-top: -10px; } }
      #content article .btn-breadcrumb .btn:not(:last-child):before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        border-left: 10px solid #adadad;
        position: absolute;
        top: 50%;
        margin-top: -17px;
        margin-left: 1px;
        left: 100%;
        z-index: 3; }
        @media only screen and (max-width: 440px) {
          #content article .btn-breadcrumb .btn:not(:last-child):before {
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            margin-top: -10px; } }
      #content article .btn-breadcrumb .btn {
        padding: 6px 12px 6px 24px; }
        #content article .btn-breadcrumb .btn.btn-default:not(:last-child):after {
          border-left: 10px solid #fff; }
        #content article .btn-breadcrumb .btn.btn-default:not(:last-child):before {
          border-left: 10px solid #ccc; }
        #content article .btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
          border-left: 10px solid #ebebeb; }
        #content article .btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
          border-left: 10px solid #adadad; }
        @media only screen and (max-width: 440px) {
          #content article .btn-breadcrumb .btn {
            font-size: 12px;
            padding: 6px 6px 6px 12px; } }
      #content article .btn-breadcrumb .btn:hover {
        text-decoration: underline; }
       #content article .btn-breadcrumb p.btn:hover {
            text-decoration: none;
            cursor: default;
       }
      #content article .btn-breadcrumb .btn:first-child {
        padding: 6px 6px 6px 10px; }
      #content article .btn-breadcrumb .btn:last-child {
        padding: 6px 18px 6px 24px; }
        @media only screen and (max-width: 440px) {
          #content article .btn-breadcrumb .btn:last-child {
            padding: 6px 6px 6px 12px; } }
  #content .bg-left {
    background: url(/Content/images/bg-pic-left.png) 0 0 no-repeat;
    width: 571px;
    height: 572px;
    position: fixed;
    z-index: -1;
    top: 140px;
    left: -150px; }
    @media only screen and (min-width: 1921px) {
      #content .bg-left {
        position: absolute;
        left: -555px;
        top: -3px; } }
  #content .bg-right {
    background: url(/Content/images/bg-pic-right.png) 0 0 no-repeat;
    width: 571px;
    height: 572px;
    position: fixed;
    z-index: -1;
    top: 140px;
    right: -150px; }
    @media only screen and (min-width: 1921px) {
      #content .bg-right {
        position: absolute;
        right: -555px;
        top: -3px; } }
  #content .main-bg {
    background: #fff;
    box-shadow: 0 0 10px -5px #000;
    position: relative; }
  #content .content__placeholderImg {
    width: 100%;
    height: auto;
    border: 0; }
  #content .content__placeholderImg--itemBig {
    max-height: 300px; }
  #content .content__placeholderImg--itemSmall {
    max-height: 200px; }
  #content .content__itemSmall {
    margin: 25px 0 0 0; }
  #content .content__item--txt {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    line-height: 1.2em;
    color: #343a40;
    text-align: left;
    margin: 10px 0 0 0; }
  #content .content__item--txtHeadBig {
    font-size: 24px; }
  #content .content__item--txtHead {
    font-size: 20px; }
  #content .content__item--txtMain {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    line-height: 1.4em;
    color: #343a40;
    font-size: 16px;
    text-align: left;
    margin: 10px 0 0 0; }
  #content .wrap-spec {
    margin: 35px 0 0 0; }
  #content .wrap-spec ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%; }
  #content .wrap-spec ul li {
    line-height: normal;
    float: left;
    text-align: center; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      #content .wrap-spec ul li {
        margin: 0 0 15px 0; } }
  #content .wrap-spec ul li img {
    height: 80px;
    width: auto; }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      #content .wrap-spec ul li img {
        height: 60px; } }
    @media only screen and (min-width: 320px) and (max-width: 440px) {
      #content .wrap-spec ul li img {
        height: 50px; } }
  #content .wrap-spec ul li p {
    margin: 5px 0 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2em; }
    @media only screen and (max-width: 992px) {
      #content .wrap-spec ul li p {
        font-size: 14px; } }
  #content .wrap-spec .col-md-spec {
    flex: 0 0 14.2222229%;
    max-width: 14.2222229%;
    width: 100%; }
    @media only screen and (min-width: 401px) and (max-width: 768px) {
      #content .wrap-spec .col-md-spec {
        flex: 0 0 32.2222229%;
        max-width: 32.2222229%; } }
    @media only screen and (min-width: 320px) and (max-width: 440px) {
      #content .wrap-spec .col-md-spec {
        flex: 0 0 49.2222229%;
        max-width: 49.2222229%; } }
  #content footer a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em; }
  #content footer span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em; }
  #content footer p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    opacity: 0.7;
    margin: 10px 0 0 0; }
    @media only screen and (min-width: 991px) and (max-width: 1200px) {
      #content footer p {
        font-size: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #content footer p {
        font-size: 13px; } }
    @media only screen and (max-width: 768px) {
      #content footer p {
        margin: 5px 0 0 0; } }
  #content footer .wrapFirst {
    background: #a0a09c;
    padding-top: 15px;
    padding-bottom: 15px; }
  #content footer .wrapSecond {
    background: #e51d7f;
    padding-top: 15px;
    padding-bottom: 15px; }
    #content footer .wrapSecond p {
      opacity: 1; }
    #content footer .wrapSecond .row {
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
    #content footer .wrapSecond .col-md-4.text-left {
      justify-content: left; }
    #content footer .wrapSecond .col-md-4.text-left p {
        margin: 2px 0 0 0;
    }
      #content footer .wrapSecond .col-md-4.text-left img {
        float: left;
        margin: 0 10px 0 0px; }
        @media only screen and (max-width: 768px) {
          #content footer .wrapSecond .col-md-4.text-left img {
            float: none;
            margin: 0; } }
      @media only screen and (max-width: 768px) {
        #content footer .wrapSecond .col-md-4.text-left {
          justify-content: center;
          text-align: center !important;
          margin: 0 0 20px 0; } }
    #content footer .wrapSecond .col-md-5.text-center img {
      height: auto;
      width: 100%;
      cursor: pointer; }
    #content footer .wrapSecond .col-md-3.text-right {
      justify-content: right; }
    #content footer .wrapSecond .col-md-3.text-right img {
        float: right;
        margin: 0 0 0 5px;
        }
        #content footer .wrapSecond .col-md-3.text-right p {
            font-size: 13px;
            margin: 0;
            line-height: 1.2em;
        }
		#content footer .wrapSecond .col-md-3.text-right p.firstTXT {
			margin: 25px 0 0 0 !important;
		}
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          #content footer .wrapSecond .col-md-3.text-right p {
            font-size: 12px; } }
      @media only screen and (max-width: 768px) {
        #content footer .wrapSecond .col-md-3.text-right {
          justify-content: center;
          text-align: center !important;
          margin: 10px 0 0 0; } }

/*Content common*/
.input-default {
  font-family: "Raleway", sans-serif;
  background: #FCE8F2;
  color: #343a40;
  border: 1px solid #666;
  width: 100%;
  margin: 0;
  resize: none;
  font-weight: 400;
  font-size: 14px;
  padding: 7px;
  float: none;
  line-height: normal;
  position: relative; }

.btn-default {
  font-family: "Raleway", sans-serif;
  background: #a0a09c;
  color: #fff;
  font-size: 16px;
  border: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px 10px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn-default:hover {
  opacity: 1;
  background: #E51D7F;
  color: #fff; }

.wrap-justify {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/*Content common*/
/* MODALS */
.side-notify {
  position: absolute;
  left: 10px;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 9999;
  background: #fff;
  border-radius: 50%;
  cursor: pointer; }
  .side-notify .fa-question-circle {
    color: #e51d7f;
    font-size: 43px;
    position: relative;
    left: 0;
    top: 0; }
    @media only screen and (max-width: 1199px) {
      .side-notify .fa-question-circle {
        font-size: 34px; } }
  .side-notify .fa-question-circle:hover {
    font-size: 4em;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out; }
    @media only screen and (max-width: 991px) {
      .side-notify .fa-question-circle:hover {
        font-size: 3em; } }
  @media only screen and (min-width: 1199px) and (max-width: 1220px) {
    .side-notify {
      left: 0; } }
  @media only screen and (min-width: 991px) and (max-width: 1199px) {
    .side-notify {
      top: 4px;
      left: 0; } }
  @media only screen and (max-width: 991px) {
    .side-notify {
      top: -40px;
      left: 0; } }

.tooltip-inner {
    background-color: #343a40;
    white-space: pre-wrap;
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #343a40 !important; }

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #343a40 !important; }

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #343a40 !important; }

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #343a40 !important; }


.popover-content {
    padding: 10px;
}
.popover-content ul {
    list-style: disc;
    margin: 0 0px 0 20px;
}
.popover-content ul li {
    font-size: 12px;
}
.popover ul li.li1 {
    font-weight: 500;
}
.popover ul li.li3 {
    font-size: 11px;
}
.popover-body {
  box-shadow: 1px 2px 10px -5px #000; }

.popover-header {
  background: #343a40;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 1px 2px 10px -5px #000; }

.bs-popover-top {
  top: -15px !important; }

.bs-popover-right {
  right: -15px !important; }

.bs-popover-bottom {
  bottom: -15px !important; }

.bs-popover-left {
  left: -15px !important; }

.modal {
  padding-right: 0 !important; }

.modal-content {
  border-radius: 0; }

#modalHelp .modal-dialog {
  max-width: 440px;
  border-radius: 0; }

#modalFizetesiTajekoztato .modal-dialog {
  max-width: 1024px;
  border-radius: 0; }

.modal-header {
  background: #e51d7f;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.modal-header p {
  font-size: 32px;
  margin: 2px 0 0 5px;
  color: #fff;
  float: left;
  width: 100%;
  font-weight: 400; }
  .modal-header p span {
    font-size: 22px;
    display: inherit;
    margin: -10px 0 -10px 0;
    padding: 0;
    height: auto;
    position: relative; }

.modal-header .svg-inline--fa {
  color: #fff;
  margin: 0 15px 0 0;
  font-size: 54px; }

.modal-body {
  padding: 1rem 0;
  border-bottom: 1px solid #b3e5fc;
  margin: 0 20px; }
  .modal-body button {
    border: #e51d7f solid 1px; }

.modal-body .row {
  float: left; }

.modal-body .col-md-12 {
  padding-left: 0;
  padding-right: 0; }

.modal-body p {
  font-weight: 700;
  font-size: 17px;
  float: left;
  width: 100%; }

.modal-body span {
  font-weight: 100;
  line-height: 1.2em;
  text-align: justify;
  font-size: 15px;
  float: left;
  margin: 5px 0 0 0; }
  .modal-body span p {
    font-weight: 700;
    font-size: 17px;
    float: none;
    margin: 0 0 3px 0; }
  .modal-body span strong {
    font-weight: 700;
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    font-size: 17px; }

.modal-body .svg-inline--fa {
  margin: 0 7px 0 0;
  background: #e51d7f;
  color: #fff;
  padding: 4px;
  width: 25px;
  height: 25px;
  float: left; }

.modal-body .line {
  border-bottom: 1px solid #f4f4f4;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  float: left; }

.modal-header button.close {
    font-family: "Poppins", sans-serif;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: #e51d7f;
    text-shadow: none;
    opacity: 1;
    background: #fff;
    padding: 2px 7px 0 7px !important;
    margin: 0 !important;
    border-radius: 30px;
    outline: none;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.modal-header button.close:focus,
.modal-header button.close:hover {
  opacity: 0.75; }

.tooltip.show {
  z-index: 1000; }

#modalFizetesiTajekoztato .modal-dialog,
#modalFizetesiTajekoztato .modal-content,
#modalHelp-Order .modal-dialog,
#modalHelp-Order .modal-content {
  height: 80%;
  padding: 0; }

#modalFizetesiTajekoztato .modal-body,
#modalHelp-Order .modal-body {
  max-height: calc(100% - 120px);
  overflow-y: scroll;
  padding: 0 15px 0 0;
  padding: 1rem 15px 1rem 0; }

#modalDelete .modal-header .svg-inline--fa {
  color: #fff;
  margin: 8px 15px 0 0;
  font-size: 24px; }

#modalDelete .modal-header p {
  font-size: 25px; }

#modalDelete .modal-body p {
  text-align: center;
  font-weight: 500;
  font-size: 16px; }

#modalDelete .modal-footer button {
  font-weight: 400;
  font-size: 13px;
  display: block !important; }

.modal-body ul {
  list-style: outside;
  margin: 5px 0px 0 20px;
  line-height: 1.3em;
  float: left; }
  .modal-body ul li {
    font-weight: 100;
    line-height: 1.2em;
    text-align: justify;
    font-size: 15px; }

/* MODALS */
/*******************
Scrollup
********************/
.scrollup,
.scrollup:hover,
.scrollup:focus {
  opacity: 0.7 !important;
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none;
  color: #fff;
  z-index: 100001;
  border-style: none;
  border: 0;
  outline: none;
  background: #e51d7f;
  height: auto;
  line-height: normal;
  padding: 1px 8px 0px 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/*******************
Scrollup
********************/
/* ADMIN */
.wrapAdmim {
  min-height: 350px; }
  .wrapAdmim .col-md-6 {
    margin: 0;
    padding: 0; }
    .wrapAdmim .col-md-6 p {
      color: #FFF;
      font-size: 17px;
      text-align: center;
      margin: 0 0 15px 0;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-shadow: 1px 2px 3px #000000; }
  .wrapAdmim .col-md-6:first-child .box {
    margin-right: 1px;
    margin-bottom: 1px;
    padding: 55px 0 0 0; }
    .wrapAdmim .col-md-6:first-child .box input {
      background: #FFF;
      margin: 0 0 5px 0; }
    .wrapAdmim .col-md-6:first-child .box button {
      outline: none; }
    @media only screen and (max-width: 767px) {
      .wrapAdmim .col-md-6:first-child .box {
        float: none !important;
        margin: 0 auto; } }
  .wrapAdmim .col-md-6:nth-child(2) .box {
    background: url(/Content/images/pic-admin-1.jpg) 0 0 no-repeat; }
    @media only screen and (max-width: 767px) {
      .wrapAdmim .col-md-6:nth-child(2) .box {
        display: none; } }
  .wrapAdmim .col-md-6:nth-child(3) .box {
    margin-right: 1px;
    background: url(/Content/images/pic-admin-2.jpg) 0 0 no-repeat; }
    @media only screen and (max-width: 767px) {
      .wrapAdmim .col-md-6:nth-child(3) .box {
        display: none; } }
  .wrapAdmim .col-md-6:nth-child(4) .box {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .wrapAdmim .col-md-6:nth-child(4) .box {
        display: none; } }
  .wrapAdmim .box {
    width: 100%;
    max-width: 300px;
    height: 300px;
    background: #e51d7f;
    margin: 0;
    padding: 0; }
  .wrapAdmim label.checkbox {
    z-index: 900;
    margin: 0;
    padding-left: 0;
    font-size: 1.1em;
    line-height: 35px;
    cursor: pointer;
    float: left;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #fff; }
  .wrapAdmim label.checkbox a,
  .wrapAdmim label.checkbox a:hover {
    font-weight: 400;
    font-size: 18px;
    color: #E51D7F;
    text-decoration: underline;
    opacity: 1;
    display: inline-block; }
  .wrapAdmim label.checkbox a:hover {
    text-decoration: none; }
  .wrapAdmim .checkbox:last-child {
    margin-bottom: 0; }
  .wrapAdmim label.checkbox span {
    margin: 0 0 0 35px !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 1em !important;
    line-height: normal !important;
    display: inline-block !important; }
    @media only screen and (max-width: 991px) {
      .wrapAdmim label.checkbox span {
        font-size: 0.8em !important; } }
  .wrapAdmim .checkbox i {
    position: absolute;
    bottom: 7px;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    outline: none;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .wrapAdmim .checkbox input + i:after {
    content: '';
    background: url("/Content/images/tick-white.png") no-repeat 1px 2px;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    font: normal 14px/16px FontAwesome;
    text-align: center; }
  .wrapAdmim .checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s; }
  .wrapAdmim .checkbox input {
    position: absolute;
    left: 6px;
    top: 12px;
    margin-left: 0 !important;
    opacity: 0; }
  .wrapAdmim .checkbox input:checked + i:after {
    opacity: 1; }
  .wrapAdmim .text-danger {
    color: #fff !important;
    font-size: 12px;
    text-align: center;
    position: relative;
    top: -10px;
    }
.selectDef{
    background: rgba(26, 108, 130, 0.2);
    max-width: 250px;
    width: 100%;
    padding 5px 10px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0;
}

.wrapDefINP input {
    background: rgba(26, 108, 130, 0.2);
    max-width: 250px;
    width: 100%;
    padding 5px 10px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0;
    padding: 10px;
    border: 0;
}
.btn-admin-def {
    margin: 10px;
    padding: 10px;
    float: left;
    background: rgba(26, 108, 130, 0.2);
}
.btn-admin {
    max-width: 150px;
    margin: 10px 0;
    border: solid 1px #f4f4f4;
}

/* ADMIN */
/* ADMIN LOGIN */
.wrapAdminLogin {
    height: 43px;
    display: relative !important;
}
  @media only screen and (max-width: 991px) {
    .wrapAdminLogin {
      padding-left: 15px !important;
      padding-right: 15px !important; } }
  @media only screen and (max-width: 900px) {
    .wrapAdminLogin .navbar-collapse.show {
      right: 14px !important; } }

/* ADMIN LOGIN */
/* SigIn */
.wrapSignIn .box {
  display: inline-block;
  max-width: 600px;
  width: 100%;
  background: #fff;
  border: solid 1px #e51d7f;
  margin: 50px 0;
  padding: 15px;
  box-shadow: 1px 2px 10px -5px #000; }
.wrapSignIn .box label {
    float: left;
    width: 100%;
}
.wrapSignIn .box a {
    display: block;
    margin: 0 0 5px 0;
}
.wrapSignIn.noMargin .box {
    margin: 0;
}
.wrapSignIn .box label input[type=text],
#CaptchaInputText {
    max-width: 350px;
    margin: 0 0 10px 0;
    font-family: "Raleway", sans-serif;
    background: #FCE8F2;
    color: #343a40;
    border: 1px solid #666;
    width: 100%;
    resize: none;
    font-weight: 400;
    font-size: 14px;
    padding: 7px;
    float: none;
    line-height: normal;
    position: relative;
}

.wrapSignIn .box h3 {
    color: #e51d7f;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.4em;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: solid 1px #343a40;
    width: 100%;
}
  .wrapSignIn .box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4em;
    text-align: justify; }
    .wrapSignIn .box .title {
        text-align: center;
        margin: 0 0 5px 0;
        font-size: 17px;
        font-weight: 500;
    }
    .wrapSignIn .box .checkbox.stand {
        float: none;
        max-width: 270px;
    }
    .wrapSignIn .box .checkbox.stand span {
        margin: 0 0 15px 35px !important;
    }
    .wrapSignIn .box .checkbox.stand label {
        margin: 0 0 0 35px !important;
        color: #e51d7f !important;
        font-weight: 500 !important;
        font-size: 1em !important;
        line-height: normal !important;
        display: inline-block !important;
        text-align: left;
        width: auto;
    }
    .wrapSignIn .validation-summary-errors {
        line-height: 1.3em;
        margin: 0 0 15px 0;
        font-weight: 500;
    }
.wrapSignIn .box input,
.wrapSignIn .box button,
.wrapSignIn .box select {
    max-width: 350px;
    margin: 0 0 10px 0;
}
  .wrapSignIn .box button {
    margin: 0 0 25px 0;
    border: #e51d7f solid 1px;
    padding: 7px 0; }
  .wrapSignIn .box .wrapPolicy {
    margin: 20px 0 25px 0;
    height: 250px;
    background: #f4f4f4;
    padding: 15px;
    overflow-y: scroll; }
    .wrapSignIn .box .wrapPolicy p {
      font-weight: 400;
      font-size: 14px;
      line-height: 1.4em;
      text-align: justify; }
    .wrapSignIn .box .wrapPolicy h4 {
      font-weight: 500;
      font-size: 18px;
      line-height: 1.4em;
      margin: 0 0 15px 0; }

.wrapSignIn label.checkbox {
  margin: 0;
  padding-left: 0;
  font-size: 1.1em;
  line-height: 35px;
  cursor: pointer;
  float: left;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #fff; }

.wrapSignIn label.checkbox a,
.wrapSignIn label.checkbox a:hover {
  font-weight: 400;
  font-size: 18px;
  color: #E51D7F;
  text-decoration: underline;
  opacity: 1;
  display: inline-block; }

.wrapSignIn label.checkbox a:hover {
  text-decoration: none; }

.wrapSignIn .checkbox:last-child {
  margin-bottom: 0; }

.wrapSignIn label.checkbox span {
  margin: 0 0 0 35px !important;
  color: #e51d7f !important;
  font-weight: 500 !important;
  font-size: 1em !important;
  line-height: normal !important;
  display: inline-block !important; }
  @media only screen and (max-width: 991px) {
    .wrapSignIn label.checkbox span {
      font-size: 0.8em !important; } }

.wrapSignIn .checkbox i {
  position: absolute;
  bottom: 14px;
  left: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  outline: none;
  border: 1px solid #AAAAAA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
  z-index: 10;
}

.wrapSignIn .checkbox i.reg {
    bottom: 0;
}
.wrapSignIn .form-group .col-md-2 {
    flex: none;
    float: none;
}

@media only screen and (max-width: 768px) {
    .wrapSignIn .form-group .col-md-2 {
        margin: 0 0 5px 0;
    }
}


.wrapSignIn .form-group  .text-danger {
    color: #dc3545 !important;
    float: left;
    width: 100%;
    margin: 0 0 14px 0;
}

.wrapSignIn .checkbox input + i:after {
    content: '';
    background: url("/Content/images/tick.png") no-repeat 1px 2px;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    font: normal 14px/16px FontAwesome;
    text-align: center;
}

.wrapSignIn .checkbox input + i:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s; }

.wrapSignIn .checkbox input {
  position: absolute;
  left: 6px;
  top: 12px;
  margin-left: 0 !important;
  opacity: 0; }
.wrapSignIn .checkbox input#RememberMe {
    top: 0;
    margin: 0 !important;
}

.wrapSignIn .checkbox input:checked + i:after {
  opacity: 1; }

/* SignIn */
/* Logged In */
.side-notify-order {
  position: absolute;
  right: 10px;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 9999;
  background: #fff;
  border-radius: 50%;
  cursor: pointer; }
  .side-notify-order .fa-question-circle {
    color: #e51d7f;
    font-size: 43px;
    position: relative;
    left: 0;
    top: 0; }
    @media only screen and (max-width: 1199px) {
      .side-notify-order .fa-question-circle {
        font-size: 34px; } }
  .side-notify-order .fa-question-circle:hover {
    font-size: 4em;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out; }
    @media only screen and (max-width: 991px) {
      .side-notify-order .fa-question-circle:hover {
        font-size: 3em; } }
  @media only screen and (min-width: 1199px) and (max-width: 1220px) {
    .side-notify-order {
      left: 0; } }
  @media only screen and (min-width: 991px) and (max-width: 1199px) {
    .side-notify-order {
      top: 4px;
      left: 0; } }
  @media only screen and (max-width: 991px) {
    .side-notify-order {
      top: -40px;
      left: 0; } }

.boxOrder {
  z-index: 9999;
  position: absolute;
  top: 0;
  right: -320px;
  border: 1px solid #e51d7f;
  background: #f4f4f4;
  width: 320px;
  padding: 20px;
  border-radius: 0 0 0 5px;
  box-shadow: 1px 2px 10px -5px #000; }
  .boxOrder .slide-panel {
    z-index: 9999;
    width: 92px;
    border: 1px solid #e51d7f;
    border-right: none;
    background: #f4f4f4;
    position: absolute;
    top: -1px;
    left: -93px;
    border-radius: 0 0 0 5px;
    overflow: hidden;
    box-shadow: 1px 2px 10px -5px #000; }
    .boxOrder .slide-panel p {
      color: #fff;
      background: #a0a09c;
      font-size: 12px; }
    .boxOrder .slide-panel .slide-panel-inner {
      position: relative;
      z-index: 10;
      padding: 5px;
      margin: 45px 0 0 0; }
      .boxOrder .slide-panel .slide-panel-inner .wrap-pay {
        font-size: 13px;
        background: #e51d7f;
        color: #fff;
        padding: 5px;
        text-align: left;
        float: left;
        width: 100%;
        margin: 4px 0; }
      .boxOrder .slide-panel .slide-panel-inner .wrap-advance {
        font-size: 13px;
        background: #004f91;
        color: #fff;
        padding: 5px;
        text-align: left;
        float: left;
        width: 100%;
        margin: 0 0 4px 0; }
      .boxOrder .slide-panel .slide-panel-inner p {
        color: #e51d7f;
        font-size: 14px;
        float: left;
        text-align: right;
        background: none;
        width: 100%;
        font-weight: 500;
        margin: 0 0 4px 0; }
      .boxOrder .slide-panel .slide-panel-inner p.advance {
        color: #004f91; }
      .boxOrder .slide-panel .slide-panel-inner .slide-panel-inner-details {
        display: block; }
        @media only screen and (max-width: 768px) {
          .boxOrder .slide-panel .slide-panel-inner .slide-panel-inner-details {
            display: none; } }
      .boxOrder .slide-panel .slide-panel-inner .slide-panel-inner-details-mobile {
        display: none; }
        .boxOrder .slide-panel .slide-panel-inner .slide-panel-inner-details-mobile a {
          padding: 8px;
          color: #fff !important;
          font-size: 14px;
          text-decoration: none;
          margin: 0;
          float: left;
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%;
          cursor: pointer; }
        .boxOrder .slide-panel .slide-panel-inner .slide-panel-inner-details-mobile a.plus {
          background: #87c157;
          text-align: center; }
        .boxOrder .slide-panel .slide-panel-inner .slide-panel-inner-details-mobile a.minus {
          background: #e31d1a;
          text-align: center; }
        @media only screen and (max-width: 768px) {
          .boxOrder .slide-panel .slide-panel-inner .slide-panel-inner-details-mobile {
            display: block; } }
      @media only screen and (max-width: 768px) {
        .boxOrder .slide-panel .slide-panel-inner {
          margin: 35px 0 0 0;
          padding: 0; } }
    @media only screen and (max-width: 768px) {
      .boxOrder .slide-panel {
        width: 35px;
        left: -35px; } }
  .boxOrder .slide-open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 15;
    cursor: pointer;
    height: 100%; }
    .boxOrder .slide-open p {
      color: #fff;
      background: #a0a09c;
      font-size: 11px;
      text-align: center;
      padding: 5px;
      line-height: 1.5em;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .boxOrder .slide-open p {
          font-size: 25px;
          padding: 0;
          border-bottom: 1px solid #e51d7f; } }
      .boxOrder .slide-open p .fa-caret-left {
        float: left;
        margin: 2px 0px 0 0; }
        @media only screen and (max-width: 768px) {
          .boxOrder .slide-open p .fa-caret-left {
            float: none; } }
    @media only screen and (max-width: 768px) {
      .boxOrder .slide-open {
        height: 35px; } }
  .boxOrder .slide-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 15;
    cursor: pointer;
    height: 100%; }
    .boxOrder .slide-close p {
      color: #fff;
      background: #a0a09c;
      font-size: 11px;
      text-align: center;
      padding: 5px;
      line-height: 1.5em;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .boxOrder .slide-close p {
          font-size: 25px;
          padding: 0;
          border-bottom: 1px solid #e51d7f; } }
      .boxOrder .slide-close p .fa-caret-right {
        float: left;
        margin: 2px 0px 0 0; }
        @media only screen and (max-width: 768px) {
          .boxOrder .slide-close p .fa-caret-right {
            float: none; } }
    @media only screen and (max-width: 768px) {
      .boxOrder .slide-close {
        height: 35px; } }
  .boxOrder .table {
    margin-bottom: 0 !important; }
  .boxOrder .table tr {
    background: #D8D8D8; }
  .boxOrder .table td,
  .boxOrder .table th {
    border-top: none !important;
    font-size: 13px;
    border: solid 1px #f4f4f4;
    padding: 7px; }
  .boxOrder .table th {
    text-align: left;
    width: 70%;
    font-weight: 600; }
    @media only screen and (max-width: 440px) {
      .boxOrder .table th {
        width: 60%; } }
  .boxOrder .table td {
    text-align: right;
    width: 30%;
    font-weight: 400; }
    @media only screen and (max-width: 440px) {
      .boxOrder .table td {
        width: 40%; } }
  .boxOrder .table tr:last-child {
    background: #e51d7f; }
  .boxOrder .table tr:last-child td,
  .boxOrder .table tr:last-child th {
    color: #fff;
    font-weight: 700;
    font-size: 14px; }
  .boxOrder .btn-menu.advance {
    background: #004f91;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1.1em;
    text-align: center !important;
    padding: 5px 12px !important; }
    @media only screen and (max-width: 440px) {
      .boxOrder .btn-menu.advance {
        font-size: 11px !important;
        height: 40px; } }
  .boxOrder .btn-menu.advance:hover {
    background: #a0a09c;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1.1em;
    text-align: center !important;
    padding: 5px 12px !important; }
    @media only screen and (max-width: 440px) {
      .boxOrder .btn-menu.advance:hover {
        font-size: 11px !important;
        height: 40px; } }
  .boxOrder input {
    top: 0; }
    @media only screen and (max-width: 480px) {
      .boxOrder input {
        max-width: none !important; } }
  @media only screen and (max-width: 480px) {
    .boxOrder .table-responsive-sm:first-child div {
      padding: 0 7px 0 0; } }
  @media only screen and (max-width: 768px) {
    .boxOrder .table-responsive-sm:first-child div {
      width: 35px;
      left: -35px; } }
  .boxOrder .slide-open-txt {
    display: block; }
    @media only screen and (max-width: 768px) {
      .boxOrder .slide-open-txt {
        display: none; } }
  .boxOrder .slide-close-txt {
    display: block; }
    @media only screen and (max-width: 768px) {
      .boxOrder .slide-close-txt {
        display: none; } }

/* Logged In */
/* Order */
.wrapOrder .box {
  position: relative;
  min-height: 118px;
  padding: 8px;
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .wrapOrder .box.box-meal {
    padding: 25px 0 0 0; }
  .wrapOrder .box .box-link {
    color: rgba(255, 255, 255, 0.8);
    display: none; }
    @media only screen and (max-width: 768px) {
      .wrapOrder .box .box-link {
        display: block; } }
  .wrapOrder .box .box-link:hover {
    color: white; }
  .wrapOrder .box .box-overlay {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    font-size: 21px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none; }
    .wrapOrder .box .box-overlay.minus {
      left: 0;
      background: rgba(227, 29, 26, 0.15);
      -webkit-transition: all 0.15s;
      -o-transition: all 0.15s;
      transition: all 0.15s; }
    .wrapOrder .box .box-overlay.minus:hover {
      left: 0;
      background: rgba(227, 29, 26, 0.4); }
    .wrapOrder .box .box-overlay.plus {
      right: 0;
      background: rgba(119, 196, 90, 0.15);
      -webkit-transition: all 0.15s;
      -o-transition: all 0.15s;
      transition: all 0.15s; }
    .wrapOrder .box .box-overlay.plus:hover {
      right: 0;
      background: rgba(119, 196, 90, 0.4); }
    .wrapOrder .box .box-overlay .fa-minus,
    .wrapOrder .box .box-overlay .fa-plus {
      position: absolute;
      bottom: 27px; }
  .wrapOrder .box .detail {
    font-size: 11px;
    line-height: 1.2em;
    font-weight: 400;
    display: block;
    padding: 0 0 20px 0; }
    @media only screen and (max-width: 768px) {
      .wrapOrder .box .detail {
        font-weight: 500; } }
  .wrapOrder .box .detail:hover {
    cursor: help;
    color: #E51D7F; }
  .wrapOrder .box .box-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden; }
    .wrapOrder .box .box-footer div {
      width: 50%;
      float: left; }
    .wrapOrder .box .box-footer .wrap-number {
      height: auto;
      float: right;
      top: 0;
      position: relative; }
      .wrapOrder .box .box-footer .wrap-number label.checkbox {
        margin: 0;
        padding-left: 0;
        font-size: 1.1em;
        line-height: 35px;
        cursor: pointer;
        float: left;
        position: relative;
        font-weight: 400;
        font-size: 14px;
        color: #fff; }
      .wrapOrder .box .box-footer .wrap-number label.checkbox a,
      .wrapOrder .box .box-footer .wrap-number label.checkbox a:hover {
        font-weight: 400;
        font-size: 18px;
        color: #E51D7F;
        text-decoration: underline;
        opacity: 1;
        display: inline-block; }
      .wrapOrder .box .box-footer .wrap-number label.checkbox a:hover {
        text-decoration: none; }
      .wrapOrder .box .box-footer .wrap-number .checkbox:last-child {
        margin-bottom: 0; }
      .wrapOrder .box .box-footer .wrap-number label.checkbox span {
        margin: 0 0 0 35px !important;
        color: #e51d7f !important;
        font-weight: 500 !important;
        font-size: 1em !important;
        line-height: normal !important;
        display: inline-block !important; }
        @media only screen and (max-width: 991px) {
          .wrapOrder .box .box-footer .wrap-number label.checkbox span {
            font-size: 0.8em !important; } }
      .wrapOrder .box .box-footer .wrap-number .checkbox i {
        position: absolute;
        top: 0;
        left: -14px;
        display: inline-block;
        width: 26px;
        height: 26px;
        outline: none;
        border: 1px solid #AAAAAA;
        background: #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
        @media only screen and (max-width: 1200px) {
          .wrapOrder .box .box-footer .wrap-number .checkbox i {
            left: -20px; } }
      .wrapOrder .box .box-footer .wrap-number .checkbox input + i:after {
        content: '';
        background: url("/Content/images/tick-green.png") no-repeat 1px 2px;
        top: 3px;
        left: 3px;
        width: 20px;
        height: 20px;
        font: normal 14px/16px FontAwesome;
        text-align: center; }
      .wrapOrder .box .box-footer .wrap-number .checkbox input + i:after {
        position: absolute;
        opacity: 0;
        transition: opacity 0.1s;
        -o-transition: opacity 0.1s;
        -ms-transition: opacity 0.1s;
        -moz-transition: opacity 0.1s;
        -webkit-transition: opacity 0.1s; }
      .wrapOrder .box .box-footer .wrap-number .checkbox input {
        position: absolute;
        left: 6px;
        top: 12px;
        margin-left: 0 !important;
        opacity: 0; }
      .wrapOrder .box .box-footer .wrap-number .checkbox input:checked + i:after {
        opacity: 1; }
        .wrapOrder .box .box-footer .wrap-icons {
            position: absolute;
            top: 0;
            left: -7px;
            display: block;
            min-width: 13px;
            max-width: 13px;
        }
      @media only screen and (max-width: 1200px) {
        .wrapOrder .box .box-footer .wrap-icons {
          left: -13px; } }
      @media only screen and (max-width: 768px) {
        .wrapOrder .box .box-footer .wrap-icons {
          display: none; } }
    .wrapOrder .box .box-footer p {
      color: #fff;
      font-size: 15px;
      font-weight: 500;
      height: 25px;
      padding: 0;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
    .wrapOrder .box .box-footer .input-number {
      background: #004f91;
      color: #fff;
      position: relative;
      height: 25px;
      width: 25px;
      border: none;
      text-align: center;
      font-size: 16px;
      padding: 0;
      font-weight: 500;
      -webkit-box-shadow: inset 0 0px 6px rgba(255, 255, 255, 0.5);
      -moz-box-shadow: inset 0 0px 6px rgba(255, 255, 255, 0.5);
      box-shadow: inset 0 0px 6px rgba(255, 255, 255, 0.5);
      border-bottom-right-radius: 5px; }
    .wrapOrder .box .box-footer .input-number.green {
      background: #77c45a; }
    .wrapOrder .box .box-footer .input-number.blue {
      background: #004f91;
    }
    .wrapOrder .box .box-footer .quantity-button {
      color: #fff;
      top: 0;
      position: relative;
      float: left;
      height: 12.5px;
      width: 100%;
      cursor: pointer; }
      .wrapOrder .box .box-footer .quantity-button .fa-minus,
      .wrapOrder .box .box-footer .quantity-button .fa-plus {
        font-size: 14px;
        padding: 0.1em;
        border: solid 1px #ccc; }
        .wrapOrder .box .box-footer .quantity-button .fa-minus {
            background: #fff;
            color: #E31D1A;
            position: relative;
            float: left;
        }
        .wrapOrder .box .box-footer .quantity-button .fa-plus {
            background: #fff;
            color: #77c45a;
            position: relative;
            float: left;
        }
		.wrapOrder .box .box-footer .quantity-button .fa-plus.red {
            background: #f00;
            color: #fff;
        }
        .wrapOrder .box .box-footer .quantity-button .fa-minus.red {
            background: #f00;
            color: #fff;
        }
  @media only screen and (max-width: 1200px) {
    .wrapOrder .box {
      min-height: 140px; } }
  @media only screen and (max-width: 991px) {
    .wrapOrder .box {
      min-height: 150px; }
    .wrapOrder .box .box-footer p {
        font-size: 11px;
    }
  }
  .wrapOrder .box .box-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden; }
    .wrapOrder .box .box-header p {
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      height: 25px;
      padding: 0;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      text-shadow: 1px 2px 3px #000000; }
  .wrapOrder .box input[type=number]::-webkit-inner-spin-button,
  .wrapOrder .box input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .wrapOrder .box input[type=number] {
    -moz-appearance: textfield; }
.wrapOrder .box .wrap-meal {
    position: relative;
    margin: 5px 0 10px 0;
}
  .wrapOrder .box .wrap-meal .box-footer {
    position: relative;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .wrapOrder .box .wrap-meal .detail {
    min-height: 82px;
    height: 82px;
    overflow: auto; }
   .wrapOrder.week .box .wrap-meal .detail {
     min-height: 42px;
     height: 42px;
     overflow: auto; }
  .wrapOrder .box .wrap-meal .input-number {
    border-bottom-right-radius: 0; }
  .wrapOrder .box .wrap-meal p {
    padding: 8px; }
.wrapOrder .box .wrap-meal .wrap-meal-category {
    color: #fff;
    background: #a0a09c;
    text-align: center;
    padding: 2px 0;
    font-size: 14px;
    font-weight: 500;
    border-bottom: solid 1px #e51d7f;
}
  .wrapOrder .box .wrap-meal .wrap-meal-status {
    color: #000;
    background: rgba(40, 51, 69, 0.2);
    text-align: center;
    padding: 2px 0 0 8px;
    font-size: 11px;
    font-weight: 600;
    text-align: left; }

.wrapOrder .wrap-menu-a .box {
  border: solid 1px #e51d7f; }

.wrapOrder .wrap-menu-b .box {
  border: solid 1px #a0a09c; }

.wrapOrder .wrap-menu-c .box {
  border: solid 1px #ff5900; }

.wrapOrder .wrap-menu-1 .box {
  border: solid 1px #055d8c; }

.wrapOrder .wrap-menu-2 .box {
  border: solid 1px #fcac49; }

.wrapOrder .wrap-menu-3 .box {
  border: solid 1px #ad7748; }

.wrapOrder .wrap-menu-4 .box {
  border: solid 1px #9ac12e; }

.wrapOrder .wrap-menu-a .box-footer {
    /*background: #e51d7f;*/
    background: rgba(229, 29, 127, 0.5);
}

.wrapOrder .wrap-menu-b .box-footer {
  background: #a0a09c; }

.wrapOrder .wrap-menu-c .box-footer {
  background: #ff5900; }

.wrapOrder .wrap-menu-1 .box-footer {
  background: #055d8c; }

.wrapOrder .wrap-menu-2 .box-footer {
  background: #fcac49; }

.wrapOrder .wrap-menu-3 .box-footer {
  background: #ad7748; }

.wrapOrder .wrap-menu-4 .box-footer {
  background: #9ac12e; }

.wrapOrder .wrap-menu-a .box-header {
  background: #e51d7f; }

.wrapOrder .box:hover {
  box-shadow: 1px 2px 10px -5px #000;
  background: #FCE8F2; }

/*.wrapOrder .line .box { opacity: 0.7; } */

#RendelesDiv table tr:nth-child(2) th.line,
#RendelesDiv table tr:nth-child(2) td.line {
    opacity: 0.7;
}
#RendelesDiv table tr:nth-child(3) th.line,
#RendelesDiv table tr:nth-child(3) td.line {
  opacity: 0.57;
}
#RendelesDiv table tr:nth-child(4) th.line,
#RendelesDiv table tr:nth-child(4) td.line {
  opacity: 0.45;
}

.wrapOrder .box.menu-a {
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .wrapOrder .box.menu-a p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px #000;
    padding: 0; }
  .wrapOrder .box.menu-a .wrap-icons {
    position: absolute;
    top: 7px;
    left: 4px;
    width: 34px; }
  .wrapOrder .box.menu-a p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 25px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
  .wrapOrder .box.menu-a .quantity-button {
    color: #fff;
    top: 0;
    position: relative;
    float: left;
    height: 12.5px;
    margin: 0 2px;
    cursor: pointer; }
    .wrapOrder .box.menu-a .quantity-button .fa-minus,
    .wrapOrder .box.menu-a .quantity-button .fa-plus {
      font-size: 14px;
      padding: 0.1em;
      border: solid 1px #ccc; }
    .wrapOrder .box.menu-a .quantity-button .fa-minus {
        background: #fff;
        color: #E31D1A;
        position: relative;
        float: left;
    }
    .wrapOrder .box.menu-a .quantity-button .fa-plus {
        background: #fff;
        color: #77c45a;
        position: relative;
        float: left;
    }

.wrapOrder .box.menu-a:before,
.wrapOrder table tbody tr th .box.menu-a:hover:before {
  content: '';
  height: 100%;
  width: 100%;
  background: linear-gradient(140deg, rgba(229, 29, 127, 0.7) 25%, #e51d7f 26%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.wrapOrder .box.menu-b {
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .wrapOrder .box.menu-b p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px #000;
    padding: 0; }
  .wrapOrder .box.menu-b .wrap-icons {
    position: absolute;
    top: 7px;
    left: 4px;
    width: 34px; }
  .wrapOrder .box.menu-b p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 25px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
  .wrapOrder .box.menu-b .quantity-button {
    color: #fff;
    top: 0;
    position: relative;
    float: left;
    height: 12.5px;
    margin: 0 2px;
    cursor: pointer; }
    .wrapOrder .box.menu-b .quantity-button .fa-minus,
    .wrapOrder .box.menu-b .quantity-button .fa-plus {
      font-size: 14px;
      padding: 0.1em;
      border: solid 1px #ccc; }
    .wrapOrder .box.menu-b .quantity-button .fa-minus {
        background: #fff;
        color: #E31D1A;
        position: relative;
        float: left;
    }
    .wrapOrder .box.menu-b .quantity-button .fa-plus {
        background: #fff;
        color: #77c45a;
        position: relative;
        float: left;
    }

.wrapOrder .box.menu-b:before,
.wrapOrder table tbody tr th .box.menu-b:hover:before {
  content: '';
  height: 100%;
  width: 100%;
  background: linear-gradient(140deg, rgba(160, 160, 156, 0.7) 25%, #a0a09c 26%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.wrapOrder .box.menu-c {
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .wrapOrder .box.menu-c p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px #000;
    padding: 0; }
  .wrapOrder .box.menu-c .wrap-icons {
    position: absolute;
    top: 7px;
    left: 4px;
    width: 34px; }
  .wrapOrder .box.menu-c p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 25px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
  .wrapOrder .box.menu-c .quantity-button {
    color: #fff;
    top: 0;
    position: relative;
    float: left;
    height: 12.5px;
    margin: 0 2px;
    cursor: pointer; }
    .wrapOrder .box.menu-c .quantity-button .fa-minus,
    .wrapOrder .box.menu-c .quantity-button .fa-plus {
      font-size: 14px;
      padding: 0.1em;
      border: solid 1px #ccc; }
    .wrapOrder .box.menu-c .quantity-button .fa-minus {
        background: #fff;
        color: #E31D1A;
        position: relative;
        float: left;
    }
    .wrapOrder .box.menu-c .quantity-button .fa-plus {
        background: #fff;
        color: #77c45a;
        position: relative;
        float: left;
    }

.wrapOrder .box.menu-c:before,
.wrapOrder table tbody tr th .box.menu-c:hover:before {
  content: '';
  height: 100%;
  width: 100%;
  background: linear-gradient(140deg, rgba(255, 89, 0, 0.7) 25%, #ff5900 26%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.wrapOrder .box.menu-1 {
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .wrapOrder .box.menu-1 p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px #000;
    padding: 0; }
  .wrapOrder .box.menu-1 .wrap-icons {
    position: absolute;
    top: 7px;
    left: 4px;
    width: 34px; }
  .wrapOrder .box.menu-1 p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 25px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
  .wrapOrder .box.menu-1 .quantity-button {
    color: #fff;
    top: 0;
    position: relative;
    float: left;
    height: 12.5px;
    margin: 0 2px;
    cursor: pointer; }
    .wrapOrder .box.menu-1 .quantity-button .fa-minus,
    .wrapOrder .box.menu-1 .quantity-button .fa-plus {
      font-size: 14px;
      padding: 0.1em;
      border: solid 1px #ccc; }
    .wrapOrder .box.menu-1 .quantity-button .fa-minus {
        background: #fff;
        color: #E31D1A;
        position: relative;
        float: left;
    }
    .wrapOrder .box.menu-1 .quantity-button .fa-plus {
        background: #fff;
        color: #77c45a;
        position: relative;
        float: left;
    }

.wrapOrder .box.menu-1:before,
.wrapOrder table tbody tr th .box.menu-1:hover:before {
  content: '';
  height: 100%;
  width: 100%;
  background: linear-gradient(140deg, rgba(5, 93, 140, 0.7) 25%, #055d8c 26%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.wrapOrder .box.menu-2 {
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .wrapOrder .box.menu-2 p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px #000;
    padding: 0; }
  .wrapOrder .box.menu-2 .wrap-icons {
    position: absolute;
    top: 7px;
    left: 4px;
    width: 34px; }
  .wrapOrder .box.menu-2 p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 25px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
  .wrapOrder .box.menu-2 .quantity-button {
    color: #fff;
    top: 0;
    position: relative;
    float: left;
    height: 12.5px;
    margin: 0 2px;
    cursor: pointer; }
    .wrapOrder .box.menu-2 .quantity-button .fa-minus,
    .wrapOrder .box.menu-2 .quantity-button .fa-plus {
      font-size: 14px;
      padding: 0.1em;
      border: solid 1px #ccc; }
    .wrapOrder .box.menu-2 .quantity-button .fa-minus {
        background: #fff;
        color: #E31D1A;
        position: relative;
        float: left;
    }
    .wrapOrder .box.menu-2 .quantity-button .fa-plus {
        background: #fff;
        color: #77c45a;
        position: relative;
        float: left;
    }

.wrapOrder .box.menu-2:before,
.wrapOrder table tbody tr th .box.menu-2:hover:before {
  content: '';
  height: 100%;
  width: 100%;
  background: linear-gradient(140deg, rgba(252, 171, 73, 0.7) 25%, #fcac49 26%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.wrapOrder .box.menu-3 {
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .wrapOrder .box.menu-3 p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px #000;
    padding: 0; }
  .wrapOrder .box.menu-3 .wrap-icons {
    position: absolute;
    top: 7px;
    left: 4px;
    width: 34px; }
  .wrapOrder .box.menu-3 p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 25px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
  .wrapOrder .box.menu-3 .quantity-button {
    color: #fff;
    top: 0;
    position: relative;
    float: left;
    height: 12.5px;
    margin: 0 2px;
    cursor: pointer; }
    .wrapOrder .box.menu-3 .quantity-button .fa-minus,
    .wrapOrder .box.menu-3 .quantity-button .fa-plus {
      font-size: 14px;
      padding: 0.1em;
      border: solid 1px #ccc; }
    .wrapOrder .box.menu-3 .quantity-button .fa-minus {
        background: #fff;
        color: #E31D1A;
        position: relative;
        float: left;
    }
    .wrapOrder .box.menu-3 .quantity-button .fa-plus {
        background: #fff;
        color: #77c45a;
        position: relative;
        float: left;
    }

.wrapOrder .box.menu-3:before,
.wrapOrder table tbody tr th .box.menu-3:hover:before {
  content: '';
  height: 100%;
  width: 100%;
  background: linear-gradient(140deg, rgba(173, 119, 72, 0.7) 25%, #ad7748 26%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.wrapOrder .box.menu-4 {
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .wrapOrder .box.menu-4 p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px #000;
    padding: 0; }
  .wrapOrder .box.menu-4 .wrap-icons {
    position: absolute;
    top: 7px;
    left: 4px;
    width: 34px; }
  .wrapOrder .box.menu-4 p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 25px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
  .wrapOrder .box.menu-4 .quantity-button {
    color: #fff;
    top: 0;
    position: relative;
    float: left;
    height: 12.5px;
    margin: 0 2px;
    cursor: pointer; }
    .wrapOrder .box.menu-4 .quantity-button .fa-minus,
    .wrapOrder .box.menu-4 .quantity-button .fa-plus {
      font-size: 14px;
      padding: 0.1em;
      border: solid 1px #ccc; }
    .wrapOrder .box.menu-4 .quantity-button .fa-minus {
        background: #fff;
        color: #E31D1A;
        position: relative;
        float: left;
    }
    .wrapOrder .box.menu-4 .quantity-button .fa-plus {
        background: #fff;
        color: #77c45a;
        position: relative;
        float: left;
    }

.wrapOrder .box.menu-4:before,
.wrapOrder table tbody tr th .box.menu-4:hover:before {
  content: '';
  height: 100%;
  width: 100%;
  background: linear-gradient(140deg, rgba(154, 193, 46, 0.7) 25%, #9ac12e 26%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.wrapOrder .actual-day {
  background: #FCE8F2;
  color: #000; }

.wrapOrder table thead {
  box-shadow: 1px 2px 10px -5px #000; }

.wrapOrder table thead tr:first-child {
  border-bottom: solid 2px #fff;
  font-size: 12px;
  opacity: 0.7; }

.wrapOrder table thead tr:first-child th:first-child {
  border-top-left-radius: 5px; }

.wrapOrder table thead tr:first-child th:last-child {
  border-top-right-radius: 5px; }

.wrapOrder table thead tr:last-child th:first-child {
  border-bottom-left-radius: 5px; }

.wrapOrder table thead tr:last-child th:last-child {
  border-bottom-right-radius: 5px; }

.wrapOrder table thead tr th {
  padding: 7px;
  text-align: center;
  background: #e51d7f;
  color: #fff;
  font-size: 15px;
  font-weight: 500; }

.wrapOrder table thead tr:first-child th {
  font-size: 13px; }

.wrapOrder table thead tr th:first-child {
  width: 10%; }

.wrapOrder table thead tr th:nth-child(n+2) {
  width: 15%; }

.wrapOrder table tbody tr th .box.menu-a:hover,
.wrapOrder table tbody tr th .box.menu-b:hover,
.wrapOrder table tbody tr th .box.menu-c:hover,
.wrapOrder table tbody tr th .box.menu-1:hover,
.wrapOrder table tbody tr th .box.menu-2:hover,
.wrapOrder table tbody tr th .box.menu-3:hover,
.wrapOrder table tbody tr th .box.menu-4:hover {
  box-shadow: none !important;
  background: none; }

.wrapOrder table tbody tr th,
.wrapOrder table tbody tr td {
  padding: 2px;
  min-width: 120px;
  min-height: 120px; 
  padding-bottom: 10px; }

.wrapOrder table tbody tr th.line,
.wrapOrder table tbody tr td.line {
    border-top: solid 3px #ccc;
    padding-top: 10px;
}

.wrapOrder table tbody:before {
  content: "-";
  display: block;
  line-height: 1em;
  color: transparent; }

.wrapOrder.week table thead tr th:first-child {
  width: 13%; }

.wrapOrder.week table thead tr th:nth-child(n+2) {
  width: 13%; }

.wrapOrder.week table thead tr th {
  text-shadow: 1px 2px 3px #000000; }

.wrapOrder.week .actual-day {
  text-shadow: none; }

/* Order */
/* Status */
.wrap-status {
  margin: 85px 0 35px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .wrap-status div {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-width: 270px;
    padding: 0 15px; }
    @media only screen and (max-width: 1200px) {
      .wrap-status div {
        min-width: 225px; } }
    @media only screen and (max-width: 991px) {
      .wrap-status div {
        min-width: 159px; } }
    @media only screen and (max-width: 768px) {
      .wrap-status div {
        margin: 0 15px 0 15px;
        min-width: auto; } }
    @media only screen and (max-width: 480px) {
      .wrap-status div {
        padding: 0; } }
  .wrap-status .btn-status,
  .wrap-status .btn-status:hover {
    width: 90%;
    min-height: auto;
    padding: 15px 0;
    border: solid 2px #fff;
    text-decoration: none;
    background: rgba(229, 29, 127, 0.8);
    color: #fff !important;
    box-shadow: 2px 2px 10px -2px #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .wrap-status .btn-status span,
    .wrap-status .btn-status:hover span {
      display: block; }
      @media only screen and (max-width: 768px) {
        .wrap-status .btn-status span,
        .wrap-status .btn-status:hover span {
          color: #e51d7f !important;
          color: black;
          font-size: 11px;
          position: absolute;
          bottom: -30px;
          text-align: center; } }
      @media only screen and (max-width: 374px) {
        .wrap-status .btn-status span,
        .wrap-status .btn-status:hover span {
          font-size: 10px; } }
    .wrap-status .btn-status.next,
    .wrap-status .btn-status:hover.next {
      box-shadow: 2px 2px 10px -2px #000;
      color: rgba(229, 29, 127, 0.8) !important;
      background: #fff;
      border: solid 2px rgba(229, 29, 127, 0.8); }
      .wrap-status .btn-status.next .wrap-status-number,
      .wrap-status .btn-status:hover.next .wrap-status-number {
        background: rgba(229, 29, 127, 0.8);
        color: #fff; }
        .wrap-status .btn-status.next .wrap-status-number span,
        .wrap-status .btn-status:hover.next .wrap-status-number span {
          position: absolute;
          color: #fff !important; }
      @media only screen and (max-width: 768px) {
        .wrap-status .btn-status.next,
        .wrap-status .btn-status:hover.next {
          width: 35px;
          height: 35px;
          min-height: auto;
          padding: 0;
          border: none;
          background: none;
          box-shadow: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; } }
    .wrap-status .btn-status.next:hover,
    .wrap-status .btn-status:hover.next:hover {
      border: solid 2px #fff;
      box-shadow: 2px 2px 10px -2px #000;
      background: rgba(229, 29, 127, 0.8);
      color: #fff !important; }
      .wrap-status .btn-status.next:hover .wrap-status-number,
      .wrap-status .btn-status:hover.next:hover .wrap-status-number {
        background: #fff;
        color: rgba(229, 29, 127, 0.8); }
        .wrap-status .btn-status.next:hover .wrap-status-number span,
        .wrap-status .btn-status:hover.next:hover .wrap-status-number span {
          position: absolute;
          color: rgba(229, 29, 127, 0.8); }
      @media only screen and (max-width: 768px) {
        .wrap-status .btn-status.next:hover,
        .wrap-status .btn-status:hover.next:hover {
          width: 35px;
          height: 35px;
          min-height: auto;
          padding: 0;
          border: none;
          background: none;
          box-shadow: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; } }
    .wrap-status .btn-status.inactive,
    .wrap-status .btn-status:hover.inactive {
      box-shadow: 2px 2px 10px -5px #bcbcbc;
      background: rgba(229, 29, 127, 0.3);
      color: rgba(255, 255, 255, 0.6) !important; }
      .wrap-status .btn-status.inactive .wrap-status-number,
      .wrap-status .btn-status:hover.inactive .wrap-status-number {
        opacity: 0.3; }
      @media only screen and (max-width: 768px) {
        .wrap-status .btn-status.inactive,
        .wrap-status .btn-status:hover.inactive {
          width: 35px;
          height: 35px;
          min-height: auto;
          padding: 0;
          border: none;
          background: none;
          box-shadow: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; } }
    .wrap-status .btn-status .fa-caret-right,
    .wrap-status .btn-status:hover .fa-caret-right {
      position: absolute;
      right: -42px;
      color: rgba(229, 29, 127, 0.8);
      font-size: 60px;
      top: -5px;
      opacity: 0.7; }
      @media only screen and (max-width: 768px) {
        .wrap-status .btn-status .fa-caret-right,
        .wrap-status .btn-status:hover .fa-caret-right {
          top: -11px; } }
      @media only screen and (max-width: 480px) {
        .wrap-status .btn-status .fa-caret-right,
        .wrap-status .btn-status:hover .fa-caret-right {
          top: -5px;
          font-size: 50px;
          right: -27px; } }
        .wrap-status .btn-status .wrap-status-number,
        .wrap-status .btn-status:hover .wrap-status-number {
            position: absolute;
            top: -12px;
            left: -12px;
            z-index: 5;
            padding: 10px;
            background: #fff;
            border: solid 2px rgba(229, 29, 127, 0.8);
            color: rgba(229, 29, 127, 0.8);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            box-shadow: 2px 2px 10px -2px #000;
            width: 35px;
            height: 35px;
            font-family: "Poppins", sans-serif !important;
        }
      .wrap-status .btn-status .wrap-status-number span,
      .wrap-status .btn-status:hover .wrap-status-number span {
        position: absolute;
        top: -2px;
        left: 8px;
        width: 17px;
        font-weight: 700 !important;
        font-size: 26px !important;
        color: rgba(229, 29, 127, 0.8);
        margin: 0 !important; }
      @media only screen and (max-width: 768px) {
        .wrap-status .btn-status .wrap-status-number,
        .wrap-status .btn-status:hover .wrap-status-number {
          top: 0;
          left: 0; } }
    @media only screen and (max-width: 991px) {
      .wrap-status .btn-status,
      .wrap-status .btn-status:hover {
        min-height: 65px; } }
    @media only screen and (max-width: 768px) {
      .wrap-status .btn-status,
      .wrap-status .btn-status:hover {
        width: 35px;
        height: 35px;
        min-height: auto;
        padding: 0;
        border: none;
        background: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; } }
  @media only screen and (max-width: 768px) {
    .wrap-status {
      margin: 75px 0 55px 0; } }
    .wrap-status.mt-sum {
        margin-top: 130px;
    }

/* Status */
/* Date */
.wrap-date {
  position: absolute;
  z-index: 1;
  text-align: center;
  align-items: center;
  width: 250px;
  left: 50%;
  top: 0;
  margin-left: -125px; }
  .wrap-date div {
    box-shadow: 2px 2px 10px -2px #000;
    /*max-width: 250px;*/
    width: 100%;
    text-align: left;
    padding: 20px 15px 10px 15px;
    text-align: center;
    position: absolute;
    top: -10px;
    background: #f4f4f4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 2px rgba(229, 29, 127, 0.8); }
    .wrap-date div input {
      max-width: 144.5px;
      height: 36px;
      text-align: center;
      font-size: 16px;
      font-weight: 500; }
    .wrap-date div button {
      width: 36px;
      height: 36px;
      position: absolute;
      z-index: 10;
      border: 1px solid #666; }
    .wrap-date div button.left {
      float: left;
      left: 16px; }
    .wrap-date div button.right {
      float: right;
      right: 16px; }

.datepicker-dropdown {
  z-index: 1000 !important; }

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  font-size: 15px;
  font-weight: 500; }

.datepicker td, .datepicker th {
  font-size: 13px; }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active,
.datepicker table tr td.active:hover {
  background-color: #e51d7f !important;
  background-image: none !important; }

/* Date */
/* Sum */
.wrap-date.wrap-sum {
    max-width: 450px;
    margin-left: -225px;
    width: 100%;
}
@media only screen and (max-width: 480px) {
    .wrap-date.wrap-sum {
        margin-left: 0;
        left: 0;
    }
}

.wrap-status.mt-sum {
    margin-top: 130px;
}
.wrap-date.wrap-sum div {
    max-width: none;
}

.wrap-sum select {
    background: #FCE8F2;
    width: 100%;
    padding: 5px;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    margin: 5px 0 0 0;
    float: right;
}
.wrap-sum p {
    font-weight: 500;
    color: #000;
    padding: 13px 0 0 0;
    font-size: 12px;
    width: 35%;
    float: left;
}

.wrap-sum table {
    margin-bottom: 0;
    float: left;
}

.wrap-status.mt-sum {
    margin-top: 130px;
}

@media only screen and (max-width: 480px) {
    .wrap-status {
        margin: 75px 0 55px 0;
    }
    .wrap-sum table {
        width: 100% !important;
    }
    .wrap-status.mt-sum {
        margin-top: 210px;  
    }
}



.wrap-sum table.wrapPay {
    float: right;
    width: 49%;
}

.wrap-sum table.wrapPay tr {
    background: #fff !important;
    color: #e51d7f !important;
}

.wrap-sum table.wrapPay tr:nth-child(2) {
    background: #fff !important;
    border-top: solid 1px #e51d7f;
}

.wrap-sum table td {
    padding: 7px;
    font-size: 15px;
    border: none;
}

.wrap-sum table tr:first-child {
    font-weight: 500;
    background: #e51d7f;
    color: #fff;
}.wrap-sum table tr:nth-child(2) {
    font-weight: 500;
    background: #FCE8F2;
    color: #000;
}

.wrap-sum table tr:first-child td {
    font-size: 17px;
}



.wrap-sum table tr:nth-child(3) td {
    font-size: 17px;
    font-weight: 600;
}

/* Sum */
/* Common btns */
.wrap-common-btns {
  display: block;
  position: absolute;
  top: -15px; }
  .wrap-common-btns.left {
    left: 0;
    z-index: 1; }
    .wrap-common-btns.left a {
      background: #87c157; }
      @media only screen and (max-width: 768px) {
        .wrap-common-btns.left a {
          width: 198px; } }
    @media only screen and (max-width: 768px) {
      .wrap-common-btns.left {
        left: -15px; } }
  .wrap-common-btns.right {
    right: 0;
    z-index: 2;
  }
    .wrap-common-btns.right a {
      background: #e31d1a; }
    @media only screen and (max-width: 768px) {
      .wrap-common-btns.right {
        right: 0;
        left: -15px;
        top: 20px; } }
  .wrap-common-btns a {
    padding: 25px 10px 0 10px;
    border-radius: 10px;
    color: #fff !important;
    box-shadow: 2px 2px 10px -2px #000;
    float: left;
    height: 50px;
    width: 166px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    margin: 0;
    cursor: pointer; }
  .wrap-common-btns a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  @media only screen and (max-width: 768px) {
    .wrap-common-btns {
      display: none; } }

/* Common btns  */
/* Order week btns */
.order-week-btn {
  position: absolute;
  z-index: 1;
  text-align: center;
  align-items: center;
  width: 175px;
  left: 50%; }
  .order-week-btn.left {
    margin-left: -350px; }
    @media only screen and (max-width: 1200px) {
      .order-week-btn.left {
        margin-left: -295px; } }
    @media only screen and (max-width: 991px) {
      .order-week-btn.left {
        margin-left: 0; } }
  .order-week-btn.right {
    margin-left: 175px; }
    @media only screen and (max-width: 1200px) {
      .order-week-btn.right {
        margin-left: 135px; } }
    @media only screen and (max-width: 991px) {
      .order-week-btn.right {
        margin-left: 0; } }
    .order-week-btn.right .wrap-number {
      height: auto;
      top: 19px;
      position: absolute;
      right: 13px; }
      .order-week-btn.right .wrap-number input:focus {
        outline: 0; }
      .order-week-btn.right .wrap-number label.checkbox {
        margin: 0;
        padding-left: 0;
        font-size: 1.1em;
        line-height: 35px;
        cursor: pointer;
        float: left;
        position: relative;
        font-weight: 400;
        font-size: 14px;
        color: #fff; }
      .order-week-btn.right .wrap-number label.checkbox a,
      .order-week-btn.right .wrap-number label.checkbox a:hover {
        font-weight: 400;
        font-size: 18px;
        color: #E51D7F;
        text-decoration: underline;
        opacity: 1;
        display: inline-block; }
      .order-week-btn.right .wrap-number label.checkbox a:hover {
        text-decoration: none; }
      .order-week-btn.right .wrap-number .checkbox:last-child {
        margin-bottom: 0; }
      .order-week-btn.right .wrap-number label.checkbox span {
        margin: 0 0 0 35px !important;
        color: #e51d7f !important;
        font-weight: 500 !important;
        font-size: 1em !important;
        line-height: normal !important;
        display: inline-block !important; }
        @media only screen and (max-width: 991px) {
          .order-week-btn.right .wrap-number label.checkbox span {
            font-size: 0.8em !important; } }
      .order-week-btn.right .wrap-number .checkbox i {
        position: absolute;
        top: 0;
        left: -14px;
        display: inline-block;
        width: 26px;
        height: 26px;
        outline: none;
        border: 1px solid #AAAAAA;
        background: #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
        @media only screen and (max-width: 1200px) {
          .order-week-btn.right .wrap-number .checkbox i {
            left: -20px; } }
      .order-week-btn.right .wrap-number .checkbox input + i:after {
        content: '';
        background: url("/Content/images/tick-green.png") no-repeat 1px 2px;
        top: 3px;
        left: 3px;
        width: 20px;
        height: 20px;
        font: normal 14px/16px FontAwesome;
        text-align: center; }
      .order-week-btn.right .wrap-number .checkbox input + i:after {
        position: absolute;
        opacity: 0;
        transition: opacity 0.1s;
        -o-transition: opacity 0.1s;
        -ms-transition: opacity 0.1s;
        -moz-transition: opacity 0.1s;
        -webkit-transition: opacity 0.1s; }
      .order-week-btn.right .wrap-number .checkbox input {
        position: absolute;
        left: 6px;
        top: 12px;
        margin-left: 0 !important;
        opacity: 0; }
      .order-week-btn.right .wrap-number .checkbox input:checked + i:after {
        opacity: 1; }
      @media only screen and (max-width: 991px) {
        .order-week-btn.right .wrap-number {
          top: 8px; } }
    .order-week-btn.right .wrap-icons {
      position: absolute;
      top: -1px;
      left: -2px;
      width: 15px;
      display: block; }
    .order-week-btn.right p {
      color: #fff;
      font-size: 15px;
      font-weight: 500;
      height: 25px;
      padding: 0;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: left;
      padding: 0 0 0 35px !important; }
      @media only screen and (max-width: 1200px) {
        .order-week-btn.right p {
          padding: 0 0 0 28px !important; } }
      @media only screen and (max-width: 991px) {
        .order-week-btn.right p {
          padding: 0 !important;
          justify-content: center; } }
      @media only screen and (max-width: 400px) {
        .order-week-btn.right p {
          padding: 0 0 0 10px !important;
          justify-content: left; } }
    .order-week-btn.right .input-number {
      background: #004f91;
      color: #fff;
      position: relative;
      height: 28px;
      width: 28px;
      border: none;
      text-align: center;
      font-size: 16px;
      padding: 0;
      font-weight: 500;
      -webkit-box-shadow: inset 0 0px 6px rgba(255, 255, 255, 0.5);
      -moz-box-shadow: inset 0 0px 6px rgba(255, 255, 255, 0.5);
      box-shadow: inset 0 0px 6px rgba(255, 255, 255, 0.5); }
    .order-week-btn.right .input-number.green {
      background: #77c45a; }
    .order-week-btn.right input[type=number]::-webkit-inner-spin-button,
    .order-week-btn.right input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .order-week-btn.right input[type=number] {
      -moz-appearance: textfield; }
    .order-week-btn.right .quantity-button {
      color: #fff;
      top: 0;
      position: relative;
      float: left;
      height: 15px;
      width: 15px;
      cursor: pointer;
      border: none;
    }
      .order-week-btn.right .quantity-button .fa-minus,
      .order-week-btn.right .quantity-button .fa-plus {
        font-size: 14px;
        padding: 0.1em;
        border: solid 1px #ccc; }
        .order-week-btn.right .quantity-button .fa-minus {
            background: #fff;
            color: #E31D1A;
            position: absolute;
            float: none;
            top: 0px;
            width: 15px;
            height: 15px;
            left: 0;
        }
        .order-week-btn.right .quantity-button .fa-plus {
            background: #fff;
            color: #77c45a;
            position: absolute;
            float: none;
            top: 0px;
            width: 15px;
            height: 15px;
            left: 0;
        }
    .order-week-btn.right a {
      color: #fff;
      top: 0;
      position: relative;
      float: left;
      height: 14px; }
      .order-week-btn.right a .fa-minus,
      .order-week-btn.right a .fa-plus {
        font-size: 14px;
        padding: 0.1em;
        border: solid 1px #ccc; }
      .order-week-btn.right a .fa-minus {
        background: #fff;
        color: #E31D1A; }
      .order-week-btn.right a .fa-plus {
        background: #fff;
        color: #77c45a; }
  .order-week-btn .wrap-order {
    box-shadow: 2px 2px 10px -2px #000;
    max-width: 175px;
    width: 100%;
    text-align: left;
    padding: 20px 15px 10px 15px;
    text-align: center;
    position: absolute;
    top: -35px;
    background: #FCE8F2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 2px rgba(229, 29, 127, 0.8); }
    .order-week-btn .wrap-order p {
      font-size: 16px;
      font-weight: 500;
      color: #e51d7f;
      margin: 0 0 2px 0;
      text-transform: uppercase;
      background: rgba(255, 255, 255, 0.7);
      padding: 4px 0 0 0; }
    .order-week-btn .wrap-order select {
      width: 100%;
      height: 30px;
      text-align: left;
      font-size: 12px;
      font-weight: 400; }
    .order-week-btn .wrap-order button {
      width: 36px;
      height: 36px;
      position: absolute;
      z-index: 10;
      border: 1px solid #666; }
    .order-week-btn .wrap-order button.left {
      float: left;
      left: 16px; }
    .order-week-btn .wrap-order button.right {
      float: right;
      right: 16px; }
    @media only screen and (max-width: 1200px) {
      .order-week-btn .wrap-order {
        max-width: 160px; } }
    @media only screen and (max-width: 991px) {
      .order-week-btn .wrap-order {
        position: relative;
        width: 95%;
        top: 0;
        max-width: none;
        padding: 8px 15px 10px 15px; } }
  @media only screen and (max-width: 991px) {
    .order-week-btn {
      position: relative;
      margin: 65px 0 -45px 0;
      left: 0;
      width: 50%;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; } }

/* Order week btn */
/* Basket */
.wrapBasket table {
    margin: 0 0 25px 0;
}
.wrapBasket table tbody tr th,
.wrapBasket table tbody tr td {
    padding: 10px 0;
    border-top: 1px solid #FCE8F2;
}

.wrapBasket table th,
.wrapBasket table td {
    vertical-align: middle;
    text-align: center;
}

.wrapBasket table .btn-default.modify:hover {
    background: #87c157;
    color: #fff !important;
}

.wrapBasket table .btn-default.del:hover {
    background: #e31d1a;
    color: #fff !important;
}

.wrapBasket table tbody tr td:first-child {
    background: #FCE8F2;
    border: none;
}

.wrapBasket table tbody tr.title td {
    border: none;
}

.wrapBasket table thead tr:first-child th:first-child {
    font-size: 18px;
    text-shadow: 1px 2px 2px #000;
    text-align: left;
    padding-left: 20px;
    line-height: 1.2em;
}

.wrapBasket table tbody tr.title:nth-child(n) td {
    font-weight: 700;
    background: #FCE8F2;
}

.wrapBasket table tbody tr.title td:first-child {
    background: #e51d7f;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}
.wrapBasket table thead tr:first-child {
    -webkit-transition: 0.3s all 0s ease;
    -moz-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

.wrapBasket table:hover thead tr:first-child {
    opacity: 1;
}
.wrapBasket table tbody:before {
    line-height: 0;
}
.wrapBasket .btn-default {
    border: solid 1px #fff;
    min-width: 133px;
}

/* Basket */
/* Default Common Btns */
.wrapCommonBtns .col-md-6 {
  text-align: center;
  margin: 0 0 25px 0; }

.wrapCommonBtns .col-md-12 {
  text-align: center; }
  .wrapCommonBtns .col-md-12 .wrapHead {
    width: 95%;
    padding: 10px;
    line-height: 1.2em; }

.wrapCommonBtns .wrapHead {
    background: #E51D7F !important;
    color: #fff !important;
    width: 100% !important;
    padding: 10px 0 !important;
    margin: 0 0 10px 0 !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    float: none !important;
    display: inline-block !important;
}

.wrapCommonBtns button {
  height: auto;
  padding: 9px;
  margin: 5px 0 0 0;
  width: 90%;
  font-size: 14px;
  border: #e51d7f solid 1px; }

.wrapCommonBtns p {
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 2px 0;
  text-align: left; }

.wrapCommonBtns a {
  height: auto;
  padding: 9px;
  margin: 5px 0 0 0;
  width: 90%;
  font-size: 14px;
  float: none;
  display: inline-block;
  text-decoration: none; }

.wrapCommonBtns label {
  width: 90%;
  margin: 0 0 8px 0; }

.wrapCommonBtns textarea {
  text-align: left;
  resize: none;
  height: 100px; }

.wrapCommonBtns label.checkbox {
  margin: 8px 0;
  padding-left: 0;
  font-size: 1.1em;
  line-height: 35px;
  cursor: pointer;
  float: none;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #fff; }

.wrapCommonBtns label.checkbox a,
.wrapCommonBtns label.checkbox a:hover {
  font-weight: 400;
  font-size: 18px;
  color: #E51D7F;
  text-decoration: underline;
  opacity: 1;
  display: inline-block; }

.wrapCommonBtns label.checkbox a:hover {
  text-decoration: none; }

.wrapCommonBtns .checkbox:last-child {
  margin-bottom: 0; }

.wrapCommonBtns label.checkbox span {
    margin: 0 0 0 10px !important;
    color: #e51d7f !important;
    font-weight: 500 !important;
    font-size: 1em !important;
    line-height: normal !important;
    float: none;
    text-align: left;
    bottom: 5px;
    position: relative;
}
  @media only screen and (max-width: 991px) {
    .wrapCommonBtns label.checkbox span {
      font-size: 0.8em !important; } }

.wrapCommonBtns .checkbox i {
  position: relative;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  outline: none;
  border: 1px solid #AAAAAA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.wrapCommonBtns .checkbox input + i:after {
  content: '';
  background: url("/Content/images/tick.png") no-repeat 1px 2px;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  font: normal 14px/16px FontAwesome;
  text-align: center; }

.wrapCommonBtns .checkbox input + i:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s; }

.wrapCommonBtns .checkbox input {
  position: absolute;
  left: 6px;
  top: 12px;
  margin-left: 0 !important;
  opacity: 0; }

.wrapCommonBtns .checkbox input:checked + i:after {
  opacity: 1; }

/* Default Common Btns */
/*** /CONTENT ***/
/* ----------------
    MEDIAQUERIES
-------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-header {
    padding: 0.6rem; } }

@media only screen and (max-width: 767px) {
  #sidebar {
    left: -250px; }
  #sidebar.active {
    margin-left: 0;
    left: 0; }
  #content {
    width: 100%; }
  #content.active {
    width: 100%; }
  #sidebarCollapse span {
    display: none; }
  aside {
    margin: 25px 0 0 0; }
  button.close {
    background: transparent; }
  .modal-header {
    padding: 0.2rem 0.6rem; }
  .modal-footer {
    margin: 0 10px;
    padding: 12px 0; }
  .modal-footer button {
    display: none; } }

@media only screen and (max-width: 576px) {
  .modal-dialog {
    margin: 0; } }

/* forgalmi lista */
.dxgvHeader {
    background-color: #283345 !important;
    border: 1px Solid #fff !important;
    color: #fff !important;
}
.dxgvHeader td {
    color: #fff !important;
    font-weight: 700;
}

/* submenu */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

@media only screen and (max-width: 991px) {
    .dropdown-submenu a::after {
        transform: rotate(0deg);
        top: -8px !important;
        left: 65%;
        position: relative !important;
    }
}

/* CSS for responsive iframe */
/* ========================= */

/* outer wrapper: set max-width & max-height; max-height greater than padding-bottom % will be ineffective and height will = padding-bottom % of max-width */
#Iframe-Master-CC-and-Rs {
  max-width: 100%;
  max-height: 100%; 
  overflow: hidden;
}

/* inner wrapper: make responsive */
.responsive-wrapper {
  position: relative;
  height: 0;    /* gets height from padding-bottom */
  
  /* put following styles (necessary for overflow and scrolling handling on mobile devices) inline in .responsive-wrapper around iframe because not stable in CSS:
    -webkit-overflow-scrolling: touch; overflow: auto; */
  
}
 
.responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  margin: 0;
  padding: 0;
  border: none;
}

/* padding-bottom = h/w as % -- sets aspect ratio */
/* YouTube video aspect ratio */
.responsive-wrapper-wxh-572x612 {
  padding-bottom: 107%;
}

/* general styles */
/* ============== */
.set-border {
  border: 5px inset #4f4f4f;
}
.set-box-shadow { 
  -webkit-box-shadow: 4px 4px 14px #4f4f4f;
  -moz-box-shadow: 4px 4px 14px #4f4f4f;
  box-shadow: 4px 4px 14px #4f4f4f;
}
.set-padding {
  padding: 5px;
}
.set-margin {
  margin: 30px;
}
.center-block-horiz {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Admin */
.wrapAdmin.wrapParameterek .input-default {
    margin: 5px 0;
}
.wrapAdmin textarea.form-control {
    height: 150px;
    font-size: 14px;
}
.wrapAdmin h5 {
    width: 100%;
    font-size: 16px;
    background: #f4f4f4;
    padding: 10px;
    margin: 0 0 10px 0;
    float: left;
}

.wrapAdmin.wrapEtlap table td {
    vertical-align: middle;
}
.wrapAdmin.wrapEtlap label.checkbox {
    margin: 0;
    padding-left: 32px;
    font-size: 1.1em;
    line-height: 35px;
    cursor: pointer;
    position: relative;
    left: 0;
    bottom: -25px;
    font-weight: 400;
    font-size: 14px;
    float: left;
    width: 100%;
    color: #000;
}
.wrapAdmin.wrapEtlap .last label.checkbox {
    margin: 0;
    padding-left: 32px;
    font-size: 1.1em;
    line-height: 35px;
    cursor: pointer;
    position: relative;
    left: 0;
    bottom: 0;
    font-weight: 400;
    font-size: 14px;
    float: left;
    width: 100%;
    color: #000;
}


.wrapAdmin .wrapCheck {
    position: relative !important;
    left: 0 !important;
    bottom: 0 !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.wrapAdmin .wrapCheck input {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

.wrapAdmin .wrapCheck p {
    float: left !important;
    margin: 0 0 0 38px !important;
}

.wrapAdmin #KoltseghelyCsoportSelect {
    background: rgba(26, 108, 130, 0.2);
    max-width: 250px;
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0;
}

.wrapAdmin .wrapKoltseghely select {
    max-width: 350px;
}
.wrapAdmin .ck-content {
    border: solid 1px #ccc !important;
    min-height: 250px;
}
.wrapAdmin .wrapDefINP input {
    margin: 0;
    padding: 5px 10px;
}

.selectDef {
    padding: 5px 10px;
}
.wrapAdmin {
    width: 100%;
}

.wrapAdmin a {
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 10px 10px 10px 0;
}

.wrapAdmin a:hover {
    opacity: 0.7;
}

.wrapAdmin table thead tr {
    background: #ccc;
    font-weight: 500;
}
.wrapAdmin table td {
    position: relative;
}


.wrapAdmin label.checkbox {
    margin: -7px 0 0 0;
    padding-left: 0;
    font-size: 1.1em;
    line-height: 35px;
    cursor: pointer;
    float: left;
    position: absolute;
    left: 10px;
    bottom: -7px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.wrapAdmin label.checkbox a,
.wrapAdmin label.checkbox a:hover {
    font-weight: 400;
    font-size: 18px;
    color: #E51D7F;
    text-decoration: underline;
    opacity: 1;
    display: inline-block;
}

.wrapAdmin label.checkbox a:hover {
    text-decoration: none;
}

.wrapAdmin .checkbox:last-child {
    margin-bottom: 0;
}

.wrapAdmin label.checkbox span {
    margin: 0 0 0 35px !important;
    color: #e51d7f !important;
    font-weight: 500 !important;
    font-size: 1em !important;
    line-height: normal !important;
    display: inline-block !important;
}

@media only screen and (max-width: 991px) {
    .wrapAdmin label.checkbox span {
        font-size: 0.8em !important;
    }
}

.wrapAdmin .checkbox i {
    position: absolute;
    bottom: 14px;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    outline: none;
    border: 1px solid #AAAAAA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 10;
}

.wrapAdmin .checkbox i.reg {
    bottom: 0;
}

.wrapAdmin .form-group .col-md-2 {
flex: none;
float: none;
}

.wrapAdmin .checkbox input + i:after {
    content: '';
    background: url("/Content/images/tick.png") no-repeat 1px 2px;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    font: normal 14px/16px FontAwesome;
    text-align: center;
}

.wrapAdmin .checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.wrapAdmin .checkbox input {
    position: absolute;
    left: 6px;
    top: 12px;
    margin-left: 0 !important;
    opacity: 0;
}

.wrapAdmin .checkbox input#RememberMe {
    top: 0;
    margin: 0 !important;
}

.wrapAdmin .checkbox input:checked + i:after {
    opacity: 1;
}

.wrapAdmin #elolegForm .form-group {
    float: left !important;
}
.wrapAdmin #elolegForm .form-group label {
    font-size: 13px;
    font-weight: 700;
}

.wrapAdmin h4 {
    width: 100%;
    font-size: 16px;
    background: #ccc;
    padding: 10px;
}

.wrapAdmin .text-danger {
    margin: 0 0 25px 0;
}

.wrapAdmin .btn-admin {
    height: auto;
}


#AutomataRendelesDietaDiv select {
    background: #f4f4f4;
    max-width: none;
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0;
}

#AutomataRendelesDietaDiv select {
    background: #f4f4f4;
    max-width: none;
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0;
}

#AutomataRendelesDatumDiv .btn-admin-def {
    width: 100% !important;
    text-align: center;
}

/* /Admin */

.dxgvHeader a {
	color: #fff !important;
	text-decoration: underline !important;
}

/* pointer */
.wrapOrder .box .box-footer .wrap-icons button {
    border: none;
}

.wrapOrder .box .box-footer .wrap-icons button .fa-plus,
.wrapOrder .box .box-footer .wrap-icons button .fa-minus {
    position: absolute;
    top: 0;
    left: 0;
}
.wrapOrder .box .box-footer .quantity-button .fa-plus,
.wrapOrder .box .box-footer .quantity-button .fa-minus {
	width: 16px !important;
}
.box-link {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .box-link {
        display: block !important;
    }
}

/* Allerg�nek */
.btnAllergenek {
	cursor: pointer;
	color: #1A6C82 !important;
	text-decoration: none;
}
.btnAllergenek:hover {
	text-decoration: underline !important;
	color: #000 !important;
}
.wrapAllergenek img {
	width: 800px !important;
}

/* Beusz� panel*/
.boxOrder .table.defRow {
    float: left;
}
.boxOrder .table.defRow tr:last-child {
    background: #D8D8D8 !important;
}
.boxOrder .table.defRow tr:last-child {
    background: #D8D8D8 !important;
}
.boxOrder .table.defRow tr:last-child th {
    color: #212529 !important;
}
.boxOrder .table.defRow tr:last-child td {
    font-size: 13px !important;
    color: #212529 !important;
    font-weight: 400 !important;
}


/*Di�ta sz�n*/
select.dietaSzin option {
    background: rgba(255, 255, 255, 1);
    color: #fff;
}
select.dietaSzin option:hover {
    background: rgba(0, 0, 0, 1);
    color: #fff;
}

select.dietaSzin:focus,
select.dietaSzin {
    color: #fff !important;
}

select.dietaSzin option[value="menu-a"] {
    background: rgba(229, 29, 127, 1);
}
select.dietaSzin option[value="menu-b"] {
    background: rgba(160, 160, 156, 1)
}
select.dietaSzin option[value="menu-c"] {
    background: rgba(255, 89, 0, 1);
}
select.dietaSzin option[value="menu-1"] {
    background: rgba(5, 93, 140, 1);
}
select.dietaSzin option[value="menu-2"] {
    background: rgba(252, 172, 73, 1);
}
select.dietaSzin option[value="menu-3"] {
    background: rgba(173, 119, 72, 1);
}
select.dietaSzin option[value="menu-4"] {
    background: rgba(154, 193, 46, 1);
}

/* Page loader */
/*#pageLoading {
    display: none;
    position: fixed;
    z-index: 997;
    background: url('/Content/images/page-loader.gif');
    background-color: #666;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}*/
*#pageLoading {
    display: none;
    position: fixed;
    z-index: 997;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}
#pageLoading .layer {
    background: url('/Content/images/page-loader.gif');
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.9;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}


/* Order loader */
.orderLoading {
    display: none;
    position: absolute;
    z-index: 996;
    background: url('/Content/images/order-loader.gif');
    background-color: #666;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.modal {
    z-index: 10002 !important;
}

/* Status Order */
.statusOrder {
    position: relative;
    top: 0;
    font-size: 8px;
    text-transform: uppercase;
    color: #fff;
    padding: 1px 0;
    font-weight: 600;
    cursor: help;
    min-height: 14px;
}

.statusOrder.red {
    background: #ff0000;
}

.statusOrder.green {
    background: #07D000;
}

.wrapOrder table thead tr th {
    position: relative;
}

.statusOrder.second {
    position: absolute;
    top: 0;
    font-size: 9.5px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    padding: 0 !important;
    font-weight: 600 !important;
    cursor: help;
    min-height: 14px !important;
    width: 20px !important;
    display: block !important;
    /*height: 18px;*/
}

.statusOrder.second .red {
    background: #ff0000;
}

.statusOrder.second .green {
    background: #07D000;
}

.statusOrder.second .left {
    left: 10px important;
}

.statusOrder.second .right {
    right: 10px important;
}

.statusLeft {
    left: 10px;
}

.statusRight {
    right: 10px;
}

.wrapOrder.week .box .box-header p {
    height: 30px !important;
}


@media only screen and (max-width: 991px) {
    .txtDatumMobile {
        display: inline-block !important;
        text-align: left !important;
        font-size: 14px !important;
        padding: 4px 0 0 7px !important;
    }

    .txtIconMobile {
        display: inline-block !important;
        margin: 0 -7px 0 0px !important;
        text-align: center !important;
    }
    .wrapOrder .box .wrap-meal {
        position: relative;
        margin: 5px 0 10px 0;
    }
}

/* footer */
.btnFooter,
.btnFooter:hover {
    display: none;
    float: none;
    margin: 0 auto;
    background: #23272b;
    color: #fff !important;
    padding: 7px 15px;
    cursor: pointer;
    text-decoration: none;
    margin: 40px 0 0 0;
}

@media only screen and (max-width: 576px) {
    .btnFooter,
    .btnFooter:hover {
        display: block;
    }
}

footer {
    display: block;
}

@media only screen and (max-width: 576px) {
    footer {
        display: none;
    }
}

/*menu detail*/
.menuDetailDesktop {
    display: block !important;
}

.popover {
    z-index: 9;
}

.menuDetailMobile {
    display: none;
    position: absolute;
    left: -26px;
    top: 1px;
    color: #fff;
    font-size: 24px;
    z-index: 10;
}

@media only screen and (max-width: 767px) {
    .menuDetailDesktop {
        display: none !important;
    }

    .menuDetailMobile {
        display: block !important;
    }
}
/*menu detail*/

