/* ==========================================================================
   Top menu styles
   ========================================================================== */
.top-menu ul.dropdown-menu.left-align {
    right: 0;
    left: unset;
}

.top-menu .btn-group > button.dropdown-toggle,
.top-menu .btn-group > a.btn-default {
    overflow: hidden;
}

@media screen and (min-width: 450px) {
    .top-menu ul.dropdown-menu.left-align {
        width: 410px;
    }
    .top-menu ul.dropdown-menu li {
        float: left;
        width: 200px;
        border-left: 1px solid #c3c3c3;
    }
}

@media screen and (max-width: 600px) {
    .top-menu .btn-group > a.btn-default,
    .top-menu .btn-group > button.btn-default {
        padding: 6px 3px;
    }
    #fixed-navbar-top {
        width: 100vw;
    }
    #fixed-navbar-top .container-fluid {
        padding-left:10px;
        padding-right:10px;
    }
}

@media screen and (max-width: 320px) {
    .wsy_menu > span.printer_health_not_ok {
        display: none;
    }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
 .discount_percentage {
	background-color: #54b567;
    color: #fff;
    font-weight: 700;
    padding: 2px 5px;
    font-size: 14px;
    border-radius: 5px;
    white-space: nowrap;
}
.price_badge_list {float:right;}
.input-group-ingredients-list {margin-bottom:3px;}
.product_variant {padding:5px 2px;font-size:12px;}
.product_variant span {text-align:center;}

   #nta_dropdown_menu { 
    position: absolute;
	display:none;
    background-color: rgb(255, 255, 255);
    border: 1px solid gray;
    z-index: 1000000;
    right: 10px;
    padding: 10px;
    margin-bottom: 100px;
	width:150px;
	list-style-type:none;
	margin-top:50px;}
	#nta_dropdown_menu .btn {
		width: 100%;
    margin-bottom: 5px;		
	}
#dominion_menu .btn-circle {
    width: 35px !important;
    margin: 20px !important;
}
#dominion_menu {
    float: right;
    margin: -13px;
}
.btn-circle {padding-top:5px !important;}
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
   
    width: 40%;
    display: inline-block;
}

.header_logo_nta, .ipad_logo {
	height:30px; 
	width:auto;

}



input.datepicker_lukkedage {
	align-items: center;
    display: -webkit-inline-flex;
    font-family: monospace;
    cursor: default;
    overflow: hidden;
}

@media (max-width: 980px) {
	
  .ipad_logo {
	height:auto; 
	width:150px;

}
}

@media (max-width: 813px) {
	
  .ipad_logo {
	height:auto; 
	width:100px;

}
.navbar-brand {padding:10px;}
.btn-sm, .btn-group-sm>.btn {padding:3px 5px;}


}

@media (max-width: 700px) {
	.select2-container {width:150px;}
	  .select2-container .select2-choice {font-size:10px;}

}
@media only screen and (max-width: 370px) {

.modal-dialog{
	margin:0px;
}
.modal-body{padding:5px;}
}


@media (max-width: 500px) {
    .wsyDominionProductMenu {
        width: auto;
    }

    #nta_dropdown_menu { margin-top:0px;}
    
    .select2-container .select2-choice {font-size:10px;}
    #dominion_menu .btn-circle {
        width: 30px !important;
    }
    .btn-circle {
        height:30px !important;
        font-size:16px !important;
    }
    .menu_toggle_nta_dropdown_menu {padding:4px 6px;}
    .select2-container {max-width:100px;}
    .navbar-brand {font-size:12px;padding:10px 3px;}
    .btn {font-size:14px;}
    .system_buttons .btn {width:30% !important;}
    .col-xs-6 {width:100%;}
    .header_logo_nta, .ipad_logo {
        height:auto; 
        width:100px;
    }
    .btn-group .btn {
        padding: 3px 3px;
        font-size: 14px;
        padding-top: 6px !important;
    }
    .poshelp_btn {padding: 3px 3px;}
}

.NOT-VALID{
    border: red solid;
}

.product-builder-question-btn {
    padding: 0;
}

.product-builder-question-btn select {
    display: inline;
    width: 25%;
    height: 32px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    background-image: none;
}

.product_builder_question_btn {
    width: 48%;
}

.product-builder-question-btn .product_builder_question_btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 71%;
}

@media screen and (max-width: 600px) {
    .product-builder-question-btn .product_builder_question_btn {
        width: 79%;
    }

    .product-builder-question-btn select {
        width: 19%;
    }

    .product_builder_question_btn {
        margin-right: 0;
    }
}

@media screen and (min-width: 600px) {
    .product-builder-question-btn {
        width: 50%;
    }
}

.ingredient_remover {
    border:1px solid #ccc;
    margin-right:5px;
    background-color:#ccc;
    border-radius:5px;
    padding:5px;
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
}

.ingredient_remover_square {
    display: none;
}

.ingredient_remover.selected {
    background-color: #fff;
    text-decoration: line-through;
    background-image: -webkit-linear-gradient(top, #ccc 0, #999 100%);
    background-image: linear-gradient(to bottom, #ccc 0, #999 100%);
    color: #e0e0e0;
}

.question .product_builder_question_btn {
    cursor: pointer;
}

.wsy_product_box span.sold-out{
}
/* ==========================================================================
   Default margin / padding styles
   ========================================================================== */

.m-0 { margin: 0px; }
.mt-0 { margin-top: 0px; }
.mr-0 { margin-right: 0px; }
.ml-0 { margin-left: 0px; }
.mb-0 { margin-bottom: 0px; }

.m-1 { margin: 5px; }
.mt-1 { margin-top: 5px; }
.mr-1 { margin-right: 5px; }
.ml-1 { margin-left: 5px; }
.mb-1 { margin-bottom: 5px; }

.m-2 { margin: 10px; }
.mt-2 { margin-top: 10px; }
.mr-2 { margin-right: 10px; }
.ml-2 { margin-left: 10px; }
.mb-2 { margin-bottom: 10px; }

.m-3 { margin: 15px; }
.mt-3 { margin-top: 15px; }
.mr-3 { margin-right: 15px; }
.ml-3 { margin-left: 15px; }
.mb-3 { margin-bottom: 15px; }

.p-0 { padding: 0px; }
.pt-0 { padding-top: 0px; }
.pr-0 { padding-right: 0px; }
.pl-0 { padding-left: 0px; }
.pb-0 { padding-bottom: 0px; }

.p-1 { padding: 5px; }
.pt-1 { padding-top: 5px; }
.pr-1 { padding-right: 5px; }
.pl-1 { padding-left: 5px; }
.pb-1 { padding-bottom: 5px; }

.p-2 { padding: 10px; }
.pt-2 { padding-top: 10px; }
.pr-2 { padding-right: 10px; }
.pl-2 { padding-left: 10px; }
.pb-2 { padding-bottom: 10px; }

.p-3 { padding: 15px; }
.pt-3 { padding-top: 15px; }
.pr-3 { padding-right: 15px; }
.pl-3 { padding-left: 15px; }
.pb-3 { padding-bottom: 15px; }

table.table-borderless td {
    border-top: none !important;
}

.switch {
	position: relative;
	display: inline-block;
	width: 52px;
	height: 22px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
	background-color: #2196F3;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}


@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}