/* Buttons */
/* 
Same styles for btn-group when its a ul>li>a structure
Steps page  
*/ 
.nav.btn-group-tabs li>a {
    border-radius: 0;
    border-right: 0;
}

.nav.btn-group-tabs li:first-child>a {
    border-top-left-radius: .15rem;
    border-bottom-left-radius: .15rem;
}

.nav.btn-group-tabs li:last-child>a {
    border-top-right-radius: .15rem;
    border-bottom-right-radius: .15rem;
    border-right: 1px solid !important;
}

.pushDownEffect:active {
    transform: scale(0.98);
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
}

/* Overwrite some of the template CSS */
@media (max-width: 575px) {
    /* Override template hover behaviour */
    body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse, body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapsing, body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>a span {
        display: none !important;
    }
    body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>a {
        width: auto !important;
    }
    body[data-sidebar-size=condensed] .content-page.content-page.content-page {
        margin-left: 0 !important;
        margin-top:  80px !important;
        padding: 0 !important
    }

    body[data-sidebar-color=dark] .left-side-menu {
        display: block;
        top: 0;
        width: 100% !important;
        height: 70px;
        padding: 0 !important;
    }

    .sidebar-logo {
        width: 35px !important;
        padding: 13px 0 !important;
    }

    ul#side-menu {
        display: inline-flex;
        top: 0;
        margin: 0;
        justify-content: space-between;
    }

    div#sidebar-menu {
        display: flex;
        padding: 10px;
    }
}

/* SM */
@media (min-width: 576px) { 
    #sidebar-menu>ul>li {
        width: 100%;
    }
    .left-side-menu + .content-page {
        margin-top: 16px !important;
    }
    .left-side-menu.left-side-menu.left-side-menu.left-side-menu.left-side-menu.left-side-menu {
        display: block;
        top: 0;
    }
    body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a span {
        padding-left: 40px;
    }
}

.sidebar-logo {
    display: block;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
}

.sidebar-logo img {
    width: 100%;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li {
    cursor: pointer;
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a svg {
    width: 30px !important;
    height: 30px !important;
    margin: 0px !important;
}
/* Notificaties badge */
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu .badge.badge.bg-success.rounded-pill.float-end {
    display: block !important;
    position: absolute;
    width: 22px;
    height: 22px;
    padding: 0;
    line-height: 22px;
    top: 4px;
    left: 40px;
}

/* progress circle */
text.mkc_info {
    fill: white;
}


.bg-0 {
  background-color: #44cf9c !important; }

.bg-1 {
  background-color: #43bee1 !important; }

.bg-2 {
  background-color: #fcc015 !important; }

.bg-3 {
  background-color: #f86262 !important; }

.bg-4 {
  background-color: #f672a7 !important; }

.bg-5 {
  background-color: #424e5a !important; }

.bg-6 {
  background-color: #6658dd !important; }

.bg-7 {
  background-color: #f0963d !important; }

.bg-8 {
  background-color: #323a46 !important; }

.bg-9 {
  background-color: #b36921 !important; }

.bg-10 {
  background-color: #6b971e !important; }

.bg-11 {
  background-color: #c4ad13 !important; }

.bg-12 {
  background-color: #bec413 !important; }

.bg-13 {
  background-color: #1328c4 !important; }

.bg-14 {
  background-color: #a5c413 !important; }

.bg-15 {
  background-color: #4513c4 !important; }

.bg-16 {
  background-color: #77c413 !important; }

.bg-17 {
  background-color: #7b13c4 !important; }

.bg-18 {
  background-color: #34c413 !important; }

.bg-19 {
  background-color: #ad13c4 !important; }

.bg-20 {
  background-color: #13c477 !important; }

.bg-21 {
  background-color: #c4138c !important; }

.bg-22 {
  background-color: #13c4be !important; }

.bg-23 {
  background-color: #c41330 !important; }

.bg-24 {
  background-color: #137bc4 !important; }

.bg-25 {
  background-color: #c44d13 !important; }

.menu.menu-items .card-body.a1::before {
	background-image: url('../img/1.jpg');
}
.menu.menu-items .card-body.a2::before {
	background-image: url('../img/2.jpg');
}
.menu.menu-items .card-body.a3::before {
	background-image: url('../img/3.jpg');
}
.menu.menu-items .card-body.a4::before {
	background-image: url('../img/4.jpg');
}
.menu.menu-items .card-body.a5::before {
	background-image: url('../img/5.jpg');
}
.menu.menu-items .card-body.a6::before {
	background-image: url('../img/6.jpg');
}
.menu.menu-items .card-body.a7::before {
	background-image: url('../img/7.jpg');
}
.card-title {
    overflow-wrap: break-word;
}

/* ICON LEFT MENU  */
.icon-left {
	position: relative;
	height: 100vh;
}
.icon-left .bluetooth {
	color: #71b5f8;
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
}

/* Open and close behaviour */
.menu-items-more {
    transform: translateX(100%);
    opacity: 0;
}

.open-menu-more .menu-items-more {
	transform: translateX(0);
    opacity: 1;
	transition: .5s ease-out;
}
.row.menu.menu-items {
    position: relative;
}

.menu-items-more {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(29, 37, 41);
    z-index: 100;
}
.menu-items-more .card {
	background: #0B3C73;
}
.input-group-number-field {
	width: 150px;
	position: absolute;
	right: 0;
}
span.input-group-btn {
    color: white;
}

.input-group-number-field span {
    color: white;
    background: rgb(31,37,39);
}

input.form-control.input-number {
    background: rgb(31,37,41);
    color: white;
    border: 0;
    padding-top: 0;
    text-align: center;
}
.form-product-quantity button{
    background: #424e5a;
    border: #36404a;
}

/* remove plus and minus browser native thingies */
.form-product-quantity input[type=number]::-webkit-inner-spin-button, 
.form-product-quantity input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
  -webkit-appearance: none; 
  margin: 0; 
}

.products-column {
    position: relative;
    overflow: hidden;
}

.products-column.show {
    height: 100vh;
}
/* fix for grid items becoming bigger */
@media (max-width: 575.98px) { 
    .grid-square.row,
    .order-column {
        padding: 0 10px !important;
    }
    .tab-pane {
        padding: 0 10px;
    }

    .tab-pane .tab-pane {
        padding: 0 !important;
    }
}
@media (max-width: 767.98px) { 
    .product-extra {
        position: fixed !important;
        overflow: scroll;
        height: 100% !important;
        width: 100% !important;
        margin: 0 !important;
    }
}
/* MD up STYLEESZZ */
@media (min-width: 768px) { 
    .tab-content.products-column {
        padding: 20px 12px;
    }
}

.products-column.show .tab-pane .grid-square-item {
    opacity: 0;
}
.product-extra {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    background: #424e5a;
    z-index: 99;
    transition: .2s ease-out;
    padding: 20px;
}

@media (max-width: 991.98px) { 
    .product-extra {
        width: 96%;
        margin: 0 2%;
    }
}

@media (min-width: 992px) { 
    .product-extra {
        width: 98%;
        margin: 0 1%;
    }
}
.product-extra .grid-square-item,
.product-extra .btn,
.product-extra .form-title  {
    opacity: 0;
    transform: translateX(200px);
}
.product-extra.show .grid-square-item,
.product-extra.show .btn,
.product-extra.show .form-title  {
    opacity: 1;
    transition: .3s cubic-bezier(1,.54,.17,1.22) .2s;
    transform: translateX(0);

}
.product-extra.show {
    left: 0;
}



.table-list .avatar-md {
    line-height: 3.5rem;
}
.table-list .avatar-sm {
    line-height: 36px;
}
.table-list:hover .rounded-circle {
    border-color: #1abc9c !important;
    background: #1abc9c !important;
    transition: .5s ease-out;
    animation: table-list-hover 1s infinite;
}
.table-list:hover p {
    color: #1abc9c !important;
}
.card.table-list:hover {
    background: #1abc9c !important;
    border-color: #1abc9c !important;
}

.table-list:hover .avatar-sm,
.card.table-list:hover .text-muted {
    color: white !important;
}
@keyframes table-list-hover{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}


.form-check {
  width: 100%;
  padding: 8px;
  position: relative;
  border-radius: 3px;
  border: 1px solid #8c98a5;
}
.form-title {
    width: 100%;
}
.form-check .form-check-label {
  overflow: hidden;
  overflow-wrap: break-word;
  display: block;
}




input[type=radio],
input[type=checkbox]{
  position: absolute;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before{
    position: absolute;
    right: 8px;
    bottom: 0;
    transform: translateY(-50%);
    height:20px;
    width: 20px;
    margin-right: 2px;
    content: " ";
    display:inline-block;
    border: 1px solid #8c98a5;
}
input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
  background: #1abc9c;
  border-color: #1abc9c;
}

/* CUSTOM RADIO AND CHECKBOX STYLES */
input[type=radio] + label:before {
  border-radius:50%; 
}
input[type=checkbox] + label:before{
  border-radius: 2px;
}

input[type=radio]:checked + label:after,
input[type=checkbox]:checked + label:after{
  font-family: feather!important;
  color: white;
  position: absolute;
  right: 10px;
  bottom: -9px;
  font-size: 19px;
  transform: translateY(-50%);
}
input[type=radio]:checked + label:after {
  content: "";
  background: #1abc9c;
  width: 12px;
  height: 12px;
  right: 14px;
  border-radius: 50%;
  box-shadow: 0 1px 5px inset #00000073;
  bottom: 8px;
}
input[type=checkbox]:checked + label:after {
  content: "\e83f";
}
input[type=radio], input[type=checkbox] {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 99;
}



/* List group kassa */
.mdi.mdi-chevron-double-right.list-group-button:after,
.mdi.mdi-chevron-double-left.list-group-button:after,
.mdi.mdi-chevron-right.list-group-button:after,
.mdi.mdi-chevron-left.list-group-button:after,
.list-group-button.list-group-button-right:after,
.list-group-button.list-group-button-left:after  {
    content: '';
    height: 500px;
    width: 1px;
    background: #424d59;
    display: block;
    position: absolute;
    top: 0;
}


.mdi-chevron-double-right.list-group-button:after,
.list-group-button.list-group-button-right:after {
    right: 61px;
}
.mdi-chevron-double-right.list-group-button,
.list-group-button.list-group-button-right {
    margin-left: 40px;
}

.mdi-chevron-double-left.list-group-button,
.list-group-button.list-group-button-left {
    margin-right: 40px;
}
.mdi-chevron-double-left.list-group-button:after,
.list-group-button.list-group-button-left:after {
    left: 61px;
}


/* DOUBLE BUTTON CODE ADD CLASS list-group-button-double-right/left !!!! */
.list-group-button-double-right {
    margin-left: 40px !important;}

.list-group-button-double-right:after {
    right: 121px !important;}

.list-group-button-double-left {
    margin-right: 40px !important;}

.list-group-button-double-left:after {
    left: 121px !important;}


.orderedProductsList .list-group-item:hover {
    background-color: #303841;
    cursor: pointer;
}

.mdi.list-group-button:hover, .mdi.list-group-button:active,
.fa.list-group-button:hover, .fa.list-group-button:active {
    color: #f7b84b;
}

.list-group-item {
    overflow: hidden;
}



.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #1abc9c;
}

/* Modal */
/* MOBILE STYLESZ */
@media (max-width: 575.98px) { 
    .modal-dialog {
        margin: 0 auto;
    }

    .modal-content {
        padding: 0;
    }

    .modal-body {
        padding: 20px 10px !important;
    }
}
/* MD up STYLEESZZ */
@media (min-width: 576px) and (max-width: 767.98px){ 
    .modal-content {
        padding: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px){ 
    .modal-dialog {
        max-width: 800px;
    }
    .modal-content {
        padding: 20px;
    }
}
@media (min-width: 992px) { 
    .modal-content {
        padding: 20px;
    }
}

.modal.modal-big-dark {
    background: rgba(0,0,0,0.8);
}
.modal.modal-big-dark .modal-content {
    background: transparent;
}
@media (min-width: 992px) {
    .modal.modal-big-dark .modal-dialog {
        transform: translateY(-50%) !important;
        top: 50%;
    }
}

/* Animation instead of toaster to let people know stuff is added to cart */
@keyframes pulse {
    from {
        transform : scale(1);
        opacity   : 1;
    }
    20% {
        transform : scale(0.8);
        opacity   : 0.25;
    }
    to {
        transform : scale(1);
        opacity   : 1;
    }
}
.order-line-options,
.order-line-total-animation {
    -webkit-animation : pulse .3s 1;
    -moz-animation    : pulse .3s 1;
    -o-animation      : pulse .3s 1;
    animation: pulse .3s 1;
}
.grid-square-item.grid-square-item-pulse {
    -webkit-animation : pulse .3s 1;
    -moz-animation    : pulse .3s 1;
    -o-animation      : pulse .3s 1;
    animation: pulse .3s 1;
}


/* Toaster */
.toast.toast-success {
    box-shadow: 0 2px 11px #00000040 !important;
    background: white;
    opacity: 1 !important;
    padding: 12px !important;
    background-size: 10px;
    color: #354049 !important;
    border: 0;
}

.toast.toast-success:after {
    content: '';
    float: left;
    width: 4px;
    height: 100px;
    background: #44cf9c;
    position: absolute;
    left: 0;
    top: 0;
}

.toast.toast-success:before {content: "\F012C";
    font: normal normal normal 24px/1 "Material Design Icons";
    float: left;
    padding: 4px;
    font-size: 12px;
    background: #44cf9c;
    border-radius: 50%;
    color: white;
    margin: 0px 10px 0 3px;
}

.productUitverkochtCover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.5;
}

.productUitverkochtCover span {
    text-align: center;
    font-size: 1.2em;
    top: 50%;
    position: absolute;
    margin-top: -23px;
    width: 100%;
}