/* html, body */
/*@import url(http://fonts.googleapis.com/css?family=Lato);*/


@font-face {
    font-family: Lato-Regular;
    src: url(../fonts/Lato-Regular.woff);
}

html, body {
    height: 100%;
    background:#F6F6F6;
    font-family: Lato-Regular;/*'Lato', sans-serif;*/
    -webkit-font-smoothing: antialiased;
}

/* header */
.mce-fullscreen header.navbar {
    display:none;
}
header.navbar {
    background: #242B35;
}
.navbar .nav > li > a {
    color: #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    text-shadow: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;	
    padding-top:22px;
    padding-bottom:22px;
}
.navbar .nav > li > a:hover {
    color: #f07d1f;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    background:#15181c;
}

.navbar-nav>li>.dropdown-menu {
    background: #141414;
}

div.preview-session {
    margin-top: 15px;
    margin-right: 50px;
    float: left;
}

.dropdown-menu>li>a {
    color: #fff;
}
.dropdown-menu>li>a:hover {
    background: #E97114;
}

header.navbar div.navbar-header button.navbar-toggle {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 87%;
}

header.navbar div.navbar-header div#shopping_cart_header {
    margin: 0 !important;
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    left: 68%;
}

header.navbar div.navbar-header div#pre_selected_restaurant_table_header {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 53%;
}
.btn-group {
    margin-top: 5px;
    padding: 5px;
}
.flag-btn {
    width: 40px;
    height: 30px;
    padding: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}
.flag-btn:hover {
    background-color: #E9D5EB;
    color: #fff;
}
.flag-btn:active,
.flag-btn.active {
    background-color: #B9D5EB;
    border-color: #adadad;
    color: #333;
}
.flag-btn img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block;
}
/* Mobil-tilpasninger */
@media (max-width: 576px) {
    .btn-group {
        margin-top: 8px;
        padding: 8px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .flag-btn {
        font-size: 1.6rem;
        flex: 0 0 45%;
        margin: 5px;
        padding: 0.6em 0;
    }
}
    /* content */
div#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 65px auto -231px;
    background: white;
}
div#wrap div#main-container {
    padding-top:75px;
}
div#wrap div#push {
    height: 250px;
}
div#content-wrap {
    padding-top:30px;
}
div.article-row article{
    padding:0 10px;
}
div.article-row article img.article-sm-image {
    border: 1px solid #CCC;
    padding:2px;
    background:#FFF;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    o-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
div.article-row article img.article-sm-image:hover {
    -webkit-box-shadow: 0px 0px 10px 0px #DDD;
    -moz-box-shadow: 0px 0px 10px 0px #DDD;
    -ms-box-shadow: 0px 0px 10px 0px #DDD;
    o-box-shadow: 0px 0px 10px 0px #DDD;
    box-shadow: 0px 0px 10px 0px #DDD;
}
.page-header {
    margin:20px 0 10px 0;
}
.breadcrumb {
    border:1px solid #E0E0E0;
    margin-top:20px;
}

/* Login */
div#login-box {
    background-color: #FFF;
    border: 1px solid #CCC;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    o-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px #DDD;
    -moz-box-shadow: 0px 0px 10px 0px #DDD;
    -ms-box-shadow: 0px 0px 10px 0px #DDD;
    o-box-shadow: 0px 0px 10px 0px #DDD;
    box-shadow: 0px 0px 10px 0px #DDD;
}

/* section header */
.section_header {
    text-align: center;
    font-weight: normal;
    color: #252b34;
    margin-top: 20px;
    position: relative;
    margin-bottom: 30px;
    font-size:26px;
}
.section_header.left span {
    margin-left: 0px;
    text-align: left;
}
.section_header hr {
    border-top: 1px solid #BEC0C3;
    border-bottom: 2px solid white;
    width: 36%;
    position: absolute;
}
.section_header hr.left { }
.section_header hr.right {
    right: 0px;
    top: 0px;
}
.section_header span {
    width: 27%;
    display: block;
    margin: 0 auto;
    padding-top: 5px;
}
.section_header small {
    margin-left: 20px;
    font-size: 16px;
    color: #7f8387;
    display: none;
}

/* introduction heading section */
#intro {
    text-align: center;
    margin-top: 10px;
    margin-bottom:20px;
}
#intro h1 {
    width: 58%;
    text-align:center;
    font-size: 28px;
    margin: 0 auto;
    color: #252B34;
    font-weight: normal;
    text-shadow: white 2px 2px 1px;
}

/* Carousel */
div#carousel-wrap {
    background:#FFF;
    border-bottom: 1px solid #d1d2d4;
    -webkit-box-shadow: 0px 3px 8px 0px #e7e7e7;
    -moz-box-shadow: 0px 3px 8px 0px #e7e7e7;
    -ms-box-shadow: 0px 3px 8px 0px #e7e7e7;
    o-box-shadow: 0px 3px 8px 0px #e7e7e7;
    box-shadow: 0px 3px 8px 0px #e7e7e7;
}
div#carousel-wrap .carousel-caption {
    color:#333;
    -webkit-text-shadow:none;
    -moz-text-shadow:none;
    -ms-text-shadow:none;
    o-text-shadow:none;
    text-shadow:none;
}
div#carousel-wrap .carousel-control {
    color:#333;
}
div#carousel-wrap .carousel-control:hover {
    color:#000;
}
div#carousel-wrap .carousel-control.left, div#carousel-wrap .carousel-control.right {
    background-image:none;
}
div#carousel-wrap .carousel-indicators li {
    border-color:#333;
}
div#carousel-wrap .carousel-indicators .active {
    background-color:#333;
}
div#carousel-wrap .carousel-control {
    width:10%;
}

/* Helper classes */
.margin-top-10 {
    margin-top:10px;
}
.margin-top-20 {
    margin-top:20px;
}
.margin-top-30 {
    margin-top:30px;
}
.margin-top-40 {
    margin-top:40px;
}
.margin-top-50 {
    margin-top:50px;
}
.margin-bottom-10 {
    margin-bottom:10px;
}
.margin-bottom-20 {
    margin-bottom:20px;
}
.margin-bottom-30 {
    margin-bottom:30px;
}
.margin-bottom-40 {
    margin-bottom:40px;
}
.margin-bottom-50 {
    margin-bottom:50px;
}
.margin-left-10 {
    margin-left:10px;
}
.margin-left-20 {
    margin-left:20px;
}
.margin-left-30 {
    margin-left:30px;
}
.margin-left-40 {
    margin-left:40px;
}
.margin-left-50 {
    margin-left:50px;
}
.margin-right-10 {
    margin-right:10px;
}
.margin-right-20 {
    margin-right:20px;
}
.margin-right-30 {
    margin-right:30px;
}
.margin-right-40 {
    margin-right:40px;
}
.margin-right-50 {
    margin-right:50px;
}
.width-10 {
    width: 10px;
}
.width-20 {
    width: 20px;
}
.width-30 {
    width: 30px;
}
.width-40 {
    width: 40px;
}
.width-50 {
    width: 50px;
}

.display-none {
    display: none;
}

.relative {
    position:relative;
}

div.purchase_product_wrapper div.form-group {
    padding-left: 0px;
    padding-right: 0px;
}

/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {
    .section_header small {
        display: inline-block;
    }
}

/* Custom form control
----------------------------------------------- */
div.form-input-append{
    padding: 6px 12px;
}

.col-sm-2-5 {
    width: 20.83333325%;
    float: left;
}

/*
@media (max-width: @screen-phone-max) { ... }
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) { ... }
@media (min-width: @screen-md) and (max-width: @screen-md-max) { ... }
@media (min-width: @screen-lg) { ... }
*/

/* Bootstrap add-ons */
.bg-success {
    background-color: #dff0d8;
}

.bg-danger {
    background-color: #f2dede;
}

td.right,
th.right {
    text-align: right;
}

table.table td.no_border,
table.table th.no_border{
    border-top: none;
}


#crumbs {
    margin-bottom: 12px;
    float: left;
}

#crumbs ul {
    list-style: none;
    display: inline-table;
    padding-left: 0px;
}
#crumbs ul li {
    display: inline;
}

#crumbs ul li a {
    display: block;
    float: left;
    height: 36px;
    background: #f2f0e9;
    text-align: center;
    padding: 9px 15px 0 46px;
    position: relative;
    margin: 0 10px 0 0;
    font-size: 12px;
    text-decoration: none;
    color: #555555;
    font-weight: bold;
}

#crumbs ul li a.dynamic_top_menu {
    padding-left: 30px;
}

#crumbs ul li a:after {
    content: "";
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #f2f0e9;
    position: absolute;
    right: -18px;
    top: 0;
    z-index: 1;
}

#crumbs ul li a:before {
    content: "";
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
}

#crumbs ul li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#crumbs ul li:first-child a:before {
    display: none; 
}

#crumbs ul li:last-child a {
    padding-right: 40px;
    border-top-right-radius: 5px; border-bottom-right-radius: 5px;
}
#crumbs ul li:last-child a:after {
    display: none; 
}

#crumbs ul li a:hover {
    background: #E97114;
    color: #fff;
}
#crumbs ul li a:hover:after {
    border-left-color: #E97114;
    color: #fff;
} 

#crumbs ul li a.active {
    background: #E97114;
    color: #fff;
}
#crumbs ul li a.active:after {
    border-left-color: #E97114;
    color: #fff;
}

body #clear_shopping_cart_wrapper #clear_shopping_cart {
    margin-bottom: 10px;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

@media (max-width: 992px) {
    body #crumbs ul li a{
        padding: 9px 0px 0 25px;
    }

    body #crumbs ul li:last-child a {
        padding-right: 10px;
    }

    #crumbs ul li a span.glyphicon {
        display: none;
    }

    body #crumbs ul li:first-child a {
        padding-left: 10px;
    }

    #crumbs ul li a:before {
        left: -1px;
    }
    table#catering_products_wrapper tr.product_structure td.move-product{
        visibility: hidden;
    }
}

div#cookie-consent-modal {
    color: #555;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

div#cookie-consent-modal .btn-success {
    background-color: #47a447 !important;
    border-color: #398439 !important;
}

/* The switch - the box around the slider */
div#cookie-consent-modal .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-top: 18px;
}

/* Hide default HTML checkbox */
div#cookie-consent-modal .switch input {
    display: none;
}

/* The slider */
div#cookie-consent-modal .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

div#cookie-consent-modal .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

div#cookie-consent-modal input:checked + .slider {
    background-color: #2196F3;
}

div#cookie-consent-modal input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

div#cookie-consent-modal input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

/* Rounded sliders */
div#cookie-consent-modal .slider.round {
    border-radius: 34px;
}

div#cookie-consent-modal .slider.round:before {
    border-radius: 50%;
}

/*
Cookie consent
*/
div#cookie-consent-modal .consent-card {
    background: #FFF;
    padding: 7px;
    border: 1px solid #EEE;
    border-radius: 2px;
    min-height: 190px;
}

/*
Modal
 */
div#cookie-consent-modal.w3-modal {
    z-index: 1040;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4)
}

div#cookie-consent-modal .w3-card-4, div#cookie-consent-modal .w3-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

div#cookie-consent-modal .w3-modal-content {
    margin: auto;
    background-color: rgb(247, 247, 247);
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

div#cookie-consent-modal .w3-modal-content footer {
    padding: 15px;
}

@media (max-width: 768px) {
    body div#products_wrapper .product_info_wrapper h3 {
        font-size: 14px;
        max-width: 330px;
    }

    div#order_confirmation_wrapper div.page-header h1 {
        font-size: 30px;
    }
    div#order_confirmation_wrapper dt {
        margin-top: 10px
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    div#products_wrapper .col-sm-4 {
        width: 50%;
    }
}

@media (min-width: 993px) {
    div#cookie-consent-modal .w3-modal-content {
        width: 900px
    }

    div#cookie-consent-modal .w3-hide-large {
        display: none !important
    }

    div#cookie-consent-modal .w3-sidebar.w3-collapse {
        display: block !important
    }
}
@media (min-width: 387px) and (max-width: 610px) {
    html div#cookie-consent-modal .w3-modal-content {
        width: 350px;
    }
}

@media (min-width: 766px) {
    form#consent-form div.col-sm-4 {
        width: 100%;
    }
    form#consent-form div.consent-card {
        min-height: 130px;
    }
}


@media (max-width: 350px) {
    html body .navbar-brand img.logo_image {
        height: auto !important;
        width: auto !important;
        max-height: 38px !important;
        max-width: 120px !important;
    }

    html div#cookie-consent-modal .w3-modal-content {
        width: 300px
    }
}

@media (min-width: 350px) and (max-width: 386px) {
    html body .navbar-brand img.logo_image {
        height: auto !important;
        width: auto !important;
        max-height: 42px !important;
        max-width: 120px !important;
    }

    html div#cookie-consent-modal .w3-modal-content {
        width: 300px
    }
}

@media (max-width: 360px) {
    body div#products_wrapper .product_info_wrapper h3 {
        max-width: 270px;
    }
}

div#cookie-consent-modal .w3-animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

div#cookie-consent-modal .w3-container, div#cookie-consent-modal .w3-panel {
    padding: 0.01em 16px;
}

div#cookie-consent-modal .w3-large {
    font-size: 18px !important;
}

div#cookie-consent-modal .w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

div#cookie-consent-modal .w3-tooltip, div#cookie-consent-modal .w3-display-container {
    position: relative
}

div#cookie-consent-modal .w3-tooltip .w3-text {
    display: none
}

div#cookie-consent-modal .w3-tooltip:hover .w3-text {
    display: inline-block
}

div#cookie-consent-modal .w3-display-topright {
    position: absolute;
    right: 0;
    top: 0
}

div#cookie-consent-modal .w3-button.w3-display-topright:hover {
    background: #DDD;
}

.accordion {
    background-color: white;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    font-weight: bold;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.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: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    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);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.popover {
    max-width: 100%;
}

.popover-title {
    font-size: 14px;
    font-weight: bold;
}

.popover-content {
    font-weight: normal;
    font-size: 13px;
}

.popover-inner {
    width: 500px !important;
    max-width:500px !important;
}
.popover {
    width: 500px !important;
    max-width:500px !important;
}

@media (max-width: 360px) {
    body div#products_wrapper .product_info_wrapper h3 {
        max-width: 270px !important;
    }
}

@media (min-width: 350px) and (max-width: 386px) {
    html body .navbar-brand img.logo_image {
        height: auto !important;
        width: auto !important;
        max-height: 42px !important;
        max-width: 120px !important;
    }
}

div#products_wrapper .product_price {
    color: #333;
}

div#products_wrapper h3 {
    color: #333;
}

div.shop-products-col-frame legend#sub_category_name {
    color: #333;
}

div#info_message_modal h5 {
    color: #333;
}

div#pre_selected_restaurant_table_header {
    float: right;
    margin-top: 4px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-bottom: none;
    position: relative;
    width: 50px;
}

div#pre_selected_restaurant_table_header span.circle-around-text {
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #333;
    display: inline-block;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

div#pre_selected_restaurant_table_header span#restaurant_table_label {
    padding: 0;
    font-size: 13px;
}

div.navbar-header button.navbar-toggle {
    padding: 10px 10px;
    margin-top: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media (max-width: 350px) {
    div.navbar-header button.navbar-toggle {
        padding: 10px 6px;
        margin-top: 14px;
        margin-right: 11px;
        margin-bottom: 10px;
    }

    div.navbar-header div#shopping_cart_header {
        font-size: 12px;
        margin-left: 6px;
        width: 56px;
    }

    div.navbar-header div#shopping_cart_header span.glyphicon-shopping-cart {
        font-size: 22px;
    }

    div.navbar-header div#shopping_cart_header span#shopping_cart_product_count_badge {
        right: 30px;
    }

    div.navbar-header div#pre_selected_restaurant_table_header {
        width: 44px;
        font-size: 12px;
    }

    div.navbar-header div#pre_selected_restaurant_table_header span.circle-around-text {
        line-height: 30px;
        width: 30px;
    }
}

