:root {
	  --corecolor : #ffbd66;
		--coresubcolor : #ffd49c;
}

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
	height: 100%;
}

#grad1 {
    background-color: : #9C27B0;
	height: 100%;
    background-image: linear-gradient(120deg, #ffbd66, #a6ff66)
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
	overflow: auto;
	height:100%;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset:not(:first-of-type) {
    display: none
}


#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-top: 2px;
    width: 60%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid var(--corecolor);
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background:  var(--corecolor);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;\\localh
    margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px  var(--corecolor)
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

#msform .action-button-confirm {
    width: 100px;
    background: #42f57b;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-confirm:hover,
#msform .action-button-confirm:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid  var(--corecolor)
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f0c0"
}

#progressbar #tables:before {
    font-family: FontAwesome;
    content: "\f0c0"
}

#progressbar #drinks:before {
    font-family: FontAwesome;
    content: "\f0f4"
}

#progressbar #food:before {
    font-family: FontAwesome;
    content: "\f0f5"
}

#progressbar #bills:before {
    font-family: FontAwesome;
    content: "\f0c5"
}
#progressbar #datamgmt:before {
    font-family: FontAwesome;
    content: "\f0c5"
}



#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--corecolor)
}

#progressbarmgmt {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbarmgmt .active {
    color: #000000
}

#progressbarmgmt li {
    list-style-type: none;
    font-size: 12px;
    width: 20%;
    float: left;
    position: relative
}

#progressbarmgmt #account:before {
    font-family: FontAwesome;
    content: "\f0c0"
}

#progressbarmgmt #tables:before {
    font-family: FontAwesome;
    content: "\f0c0"
}

#progressbarmgmt #drinks:before {
    font-family: FontAwesome;
    content: "\f0f4"
}

#progressbarmgmt #food:before {
    font-family: FontAwesome;
    content: "\f0f5"
}

#progressbarmgmt #bills:before {
    font-family: FontAwesome;
    content: "\f0c5"
}
#progressbarmgmt #datamgmt:before {
    font-family: FontAwesome;
    content: "\f0c5"
}



#progressbarmgmt #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbarmgmt li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbarmgmt li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbarmgmt li.active:before,
#progressbarmgmt li.active:after {
    background: var(--corecolor)
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.flex-container {
/*
  Do you want the container to behave like a block on inline element?
  
  The containers can act like block or inline elements. This demo has multiple flexbox containers so if you change this to inline-flex they will nudge up together like a list of images would.
  
 display:
    flex = makes the container act display block
    inline-flex = makes the container act display inline
*/
  display:flex;
  /*
  Do you want your main axis to be vertical or horizontal?
  
  flex-direction:
    row (default) = left to right
    row-reverse = right to left
    column = top to bottom
    column = reverse = bottom to top
 */
  flex-direction:row;
  /*
  How do you want the extra space to be distributed along the main axis?
  
  justify-content: 
    flex-start (default) = items anchored to the start
    flex-end = items anchored to the start
    center = items centered
    space-between = items evenly distributed in the line. First item in on the start and last item is at the end
    space-around = start and end items are not to the edge but have 1 unit of space on each side
    space-evenly = similar to space-around, except all space is the same
 */
  justify-content:flex-start;

  /*
  How do you want the extra space of LINES of items to be distributed along the cross axis?
  
  align-content:
    flex-start = items anchored to the start
    flex-end = items anchored to the end
    center = items centered
    space-between  first line at the start of the container and the last one is at the end
    space-around = lines are evenly distributed with equal space around each line
    stretch (default) = lines stretch to take up the space that is left
   */
  align-content:;
  /*
  How do you want the extra space between items to be distributed along the cross axis?
  
  align-items: 
    flex-start = cross axis align items to start
    flex-end = cross axis align items to end
    center = cross axis align items center
    baseline = align baselines
    stretch (default) = stretch to fill the container
  */
  align-items:;
  /*
  Do you want the items to wrap if they don't fit on one line?
  
  by default, flex items will try to fit all the items onto one line. 
  
  flex-wrap: 
    nowrap (default) = all items will try to stay on one line
    wrap = if items don't fit they will wrap and create a new line below
    wrap-reverse = if items don't fit they will wrap and create a new line above
   */
  flex-wrap:wrap;
/*  
  This is a shorthand flex-direction and flex-wrap properties,
  flex-flow: <‘flex-direction’> || <‘flex-wrap’>
*/
}



@media (min-width: 575px) {  
 
  .rogue-flex-item  {
  /*    
  Do you want to change the order this item is listed?
  
  order: <number>;  default is 0 - like its relative position
   */
  order:3;
  /*  
  Do you want to have this item to take up more space than the other items?
  
  flex-grow: <number>;  default 0 
   */
  flex-grow:0;
  /*  
  Do you want this item to take less space than the other items?
  
  flex-shrink: <number>;  default 1 
   */
  flex-shrink:1;
  /*  
  Do you want to set the default size of this item before the other item sizes are set?
  
  flex-basis: 
    <length> =
    auto (default) =
   */
  flex-basis:;
  /*  
  Do you want to override the align-items value for this item?
  
  align-self: 
    auto = 
    flex-start =
    flex-end =
    center =
    baseline =
    stretch (default or what is set in align-items on the container) =
 */
  align-self:;
  /*  
  This is the shorthand for flex-grow, flex-shrink and flex-basis combined.
  flex: none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]
  */
}
  
  
}





.flex-item {
  padding:1rem;
  font-weight:bold;
  background:rgba(255, 255, 255, .8);
  border:1px solid #F0F8FF;
  text-align: center;
  position:relative;
  
  
}
.flex-item small {
  padding:5px;
  position:absolute;
  top:0;
  right:0;
}
.flex-item:before {
  content:" ";
  background:url('../../assets/img/no_image_icon.png') no-repeat;
  background-size: 50px 39px;
  margin:0 auto;
  width:50px;
  height:50px;
  display: block;
}

.flex-item-table:before {
  content:" ";
  background:url('../../assets/img/table.jpg') no-repeat;
  background-size: 50px 39px;
  margin:0 auto;
  width:50px;
  height:50px;
  display: block;
}

.product-image-box {
  background-size: 50px 39px;
    display: block;
  background-repeat: no-repeat;

}

.badge-sub{
	background-color: #eb3434;
}

.badge-add{
	background-color: #3aeb34;
}

a {
  color:#922122;
}
.orderitem {
    display: block;
    height: 22px;
    line-height: 22px;
    padding: 4px 6px;
    font-size: 14px;
    color: #000;
    margin-bottom: 13px;
    clear:both;
}
.orderitem .totaal{
	float:right;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
	margin-bottom: 25px;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    text-align: right;
	margin-bottom: 25px;
	margin-right: 20px;
}

.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.checkbox > span {
    color: #34495E;
    padding: 0.5rem 0.25rem;
}

.checkbox > input {
    height: 25px;
    width: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #34495E;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #41B883;
    cursor: pointer;
  }

.checkbox > input:checked {
    border: 1px solid #41B883;
    background-color: #34495E;
}

.checkbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #41B883;
    position: absolute;
    left: 0.7rem;
    top: 0.2rem;
}

.checkbox > input:active {
    border: 2px solid #34495E;
}