﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap");


body {
    /*background: url("../Account/images/Restaurants-6.jpg") no-repeat center center fixed;*/
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    font-family: 'Poppins',sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #212121;
    background: #f8f8f8;
}


html {
    font-size: 13px;
    height: 100%;
}

/*a {
    color: #0D47A1;
}*/

h5 {
    font-size: 1.64rem;
    font-weight: 200;
    line-height: 160%;
    margin: .82rem 0 .656rem 0;
}

.select-wrapper input.select-dropdown {
    font-size: 13px;
}


input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    font-size: 13px;
}


.dropdown-content li > a, .dropdown-content li > span {
    font-size: 14px;
    color: #000;
    display: block;
    line-height: 20px;
    padding: 14px 16px;
}


/*.tabs .tab a {
    color: #0D47A1;
    font-size: 13px;
}

    .tabs .tab a:hover, .tabs .tab a.active {
        
        color: #0D47A1;
    }

.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
    color: #0D47A1;
}

.tabs .indicator {
    background-color: #0D47A1;
    height: 5px;
    border-radius: 3px;
}


.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: transparent;
    outline: none;
}*/


.modal {
    width: 95% !important;
    height: 95% !important;
    max-height: 85% !important;
    z-index: 10000;
}

.smallmodal {
    width: 55% !important;
    height: 75% !important;
    max-height: 75% !important;
    z-index: 10000;
}

.tinymodal {
    width: 35% !important;
    height: 45% !important;
    max-height: 45% !important;
    z-index: 10000;
}

.card {
    opacity: 1 !important;
}

.pinned {
    width: 83.333333%;
}

.bottomGap {
    padding-bottom: 10px;
}

@media only screen and (max-width: 1366px) {
    .pinned {
        width: 100%;
    }

    .bottomGap {
        padding-bottom: 10px;
        margin-bottom: 0px;
    }
}




@media only screen and (max-width: 1200px) {
    .modal {
        width: 100% !important;
        height: 100% !important;
        z-index: 10000;
        top: 0 !important;
        max-height: 100% !important;
    }
}




.chartLegend li {
    margin: 5px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    list-style-type: none;
    min-width: 100px;
}

.mycard {
    min-height: 200px;
    z-index: 0;
}


.borderless {
    border: none;
    box-shadow: none;
}

.thin-border {
    border: 1px solid LightGray;
    box-shadow: none;
}

/*.preloader-background {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}*/
nav {
    color: #fff;
    background-color: #ee6e73;
    width: 100%;
    line-height: 56px;
    z-index: 1000;
}

    nav.nav-center ul {
        text-align: center;
    }

        nav.nav-center ul li {
            display: inline;
            float: none;
        }

            nav.nav-center ul li a {
                display: inline-block;
            }

.fadein p {
    margin-top: 25px;
    font-size: 21px;
    text-align: center;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.hoverLogo {
    /*-webkit-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
    -moz-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
    -ms-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
    -o-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
    transition: left .4s ease-in-out, top .4s ease-in-out .4s;*/
    margin-bottom: 10px;
}

    .hoverLogo img:hover {
        opacity: .5;
    }


.mybadge {
    margin-right: 20px;
}



.active-link {
    color: #fff;
    background-color: #1565c0;
}

.btn-small {
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.jsgrid {
    font-size: 0.9em;
}

.collection .collection-item.active {
    background-color: #0d47a1;
    color: #eafaf9;
}

.collection a.collection-item {
    color: #0d47a1;
}

.img-with-text {
    text-align: center;
    width: 100px;
    font-size: 0.8em;
}



    .img-with-text img {
        display: block;
        margin: 0 auto;
    }

        .img-with-text img:hover {
            opacity: 0.5;
        }

.tabs {
    overflow-x: hidden;
    background-color: transparent;
}


.headerrow {
    margin-bottom: 0px;
    margin-top: 40px;
}


@media only screen and (max-width: 1366px) {
    .headerrow {
        margin-bottom: 0px;
        margin-top: 0px !important;
    }
}

.contractline {
    border-top: 1px;
    border-bottom: 1px;
    border-color: gray;
}

.smallText {
    font-size: 0.8em;
}

@media only screen and (min-width: 1px) {

    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 601px) {

    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 1366px) {
    .container {
        width: 83.3%;
        max-width: 83.3%;
    }
}

.select-dropdown {
    overflow-y: auto !important;
}


#chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


.jsgrid-cell {
    border: none;
}



.jsgrid-header-row > .jsgrid-header-cell {
    border: none;
    border-bottom: 1px;
    border-bottom-color: black;
    background: none;
}

.jsgrid-header-row {
    border-bottom: 1px;
    border-bottom-color: #bdbdbd;
    background: none;
    border-bottom-style: solid;
}

.jsgrid-grid-header {
    border: none;
    border-bottom: 1px;
    border-bottom-color: black;
    background: none;
}

.jsgrid-header-cell.fixedColumnRight {
    background-color: white;
    border-right: 1px;
    border-right: solid;
    border-right-color: #f5f5f5;
}

.jsgrid-cell.fixedColumnRight {
    border-right: 1px;
    border-right: solid;
    border-right-color: #f5f5f5;
}

.jsgrid-header-cell.fixedColumn {
    background-color: white;
}




.jsgrid-grid-body {
    border: none;
}




.jsgrid-header-row .jsgrid-align-left {
    text-align: left;
}


.NoDisplay {
    display: none;
}

.cellClickClass {
}

.jsgrid-cell.cellClickClass:hover {
    background-color: #90caf9;
}

.jsgrid-table {
    border-collapse: separate;
}

.jsgrid-grid-body td, .jsgrid-grid-header td, .jsgrid-grid-header th {
    border-left: 0;
    border-top: 0;
}



.noVertScroll > .jsgrid-grid-body {
    overflow-y: hidden;
}

.noVertScroll > .jsgrid-grid-header {
    overflow-y: hidden;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.noBottomMargin {
    margin-bottom: 0px;
}

.page {
    width: 75%;
    min-width: 480px;
    background-color: White;
    margin: 100px auto 0px auto;
    border: 0px;
}

.modal-overlay {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 0, 0, 0, .5 ) no-repeat;
}

body.loading .modal-overlay {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal-overlay {
    display: block;
}


.jsgrid-header-sortable:not(.jsgrid-header-sort-asc):not(.jsgrid-header-sort-desc)::before {
    content: url('/images/sortupdown.png');
    display: block;
    float: left;
    width: 10;
    height: 11;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
}

.picker__date-display {
    text-align: left;
    background-color: #1565c0;
    color: #fff;
    padding: 18px;
    font-weight: 300;
}


.filter-container {
    margin-top: 15px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}


.slick-prev:before, .slick-next:before {
    color: #09529b !important;
}


/*[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
    border: 2px solid #0d47a1;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
    background-color: #0d47a1;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #0d47a1;
    background-color: #0d47a1;
    z-index: 0;
}*/

.s5ths,
.m5ths,
.l5ths,
.xl5ths {
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s5ths {
    width: 20%;
}

@media only screen and (min-width: 601px) {
    .row .col.m5ths {
        width: 20%;
    }
}

@media only screen and (min-width: 993px) {
    .row .col.l5ths {
        width: 20%;
    }
}

@media only screen and (min-width: 1201px) {
    .row .col.xl5ths {
        width: 20%;
    }
}


.circle-text-white {
    display: table-cell;
    height: 50px;
    /*change this and the width for the size of your initial circle*/
    width: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    /*make it pretty*/
    background: #fff;
    color: #000;
    border-width: 1px;
    border-color: #000;
    border-style: solid;
}

.circle-text-red {
    display: table-cell;
    height: 50px;
    /*change this and the width for the size of your initial circle*/
    width: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    /*make it pretty*/
    background: red;
    color: #fff;
    /*change this for font-size and font-family*/
}

.circle-text-green {
    display: table-cell;
    height: 50px;
    /*change this and the width for the size of your initial circle*/
    width: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    /*make it pretty*/
    background: green;
    color: #fff;
    /*change this for font-size and font-family*/
}

.circle-text-amber {
    display: table-cell;
    height: 50px;
    /*change this and the width for the size of your initial circle*/
    width: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    /*make it pretty*/
    background: orange;
    color: #fff;
    /*change this for font-size and font-family*/
}


.KeyContainer {
}

.KeyContents {
    padding: 10px;
    background-color: #e0e0e0;
}

span.badge {
    font-size: 0.75rem;
}

span.badge.small {
    font-size: 0.5rem;
}

.allergen-level-may .eicon {
    color: orange;
}

.allergen-level-no .eicon {
    color: lightgray;
}

.allergen-level-yes .eicon {
    color: red;
}

.eicon {
    font-size: 50px;
}

.pulsate {
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: 3;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

@keyframes pulsate {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}


.my-overflow {
    overflow: auto;
}


.alert .card-content span {
    font-weight: bold;
    font-size: 1.1em;
    margin-right: 4px;
}

.alert .card-content .material-icons {
    font-size: 1.5em;
    position: relative;
    top: 5px;
    margin-right: 0.5em;
}



.md-chip {
    display: inline-block;
    background: #e0e0e0;
    padding: 0 12px;
    border-radius: 32px;
    font-size: 13px;
}


    .md-chip .md-chip-hover hover {
        background: #ccc;
    }

.md-chip-clickable {
    cursor: pointer !important;
}

.md-chip, .md-chip-icon {
    height: 32px;
    line-height: 32px;
}

.md-chip-icon {
    display: block;
    float: left;
    background: #ff9800;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: white;
    margin: 0 8px 0 -12px;
}



.md-chips {
    padding: 12px 0;
}

.md-chip {
    margin: 0 5px 3px 0;
}

.md-chip-raised {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}



.box-container {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.box {
    text-align: center;
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-1 {
    background-color: green;
    height: 60px;
}

.box-2 {
    background-color: blue;
    flex: 1;
}

.box-3 {
    background-color: red;
    height: 60px;
}




.header-tabs {
    background-color: white;
    margin-top: 20px;
}

    .header-tabs .indicator {
        background-color: #0d47a1 !important;
    }


.dropdown-content li > a, .dropdown-content li > span {
    padding: 6px 16px;
    line-height: 30px;
}

.dropdown-content li {
    min-height: 0px;
}

.myhighlight td {
    background: #c4e2ff !important;
    border-color: #c4e2ff !important;
}


.carousel {
    margin-bottom: 0px;
    height: 100%;
}


.picker__header select {
    display: inline-block !important;
    padding-top: 5px;
}

/*.rpgbadge {
    border-radius: 0.75em;
    border: black 1px dashed;
    background-color: none;
    color: black;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
}

    .rpgbadge.selected {
        border-radius: 0.75em;
        border: none;
        background-color: #0D47A1;
        color: white;
        padding: 5px 15px 5px 15px;
        cursor: pointer;
    }*/


.cardhover:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    cursor: pointer;
}


.rpg-badge {
    display: inline-block;
    padding: .6em .75em;
    font-size: 75%;
    font-weight: 700;
    line-height: 0.75em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    color: white;
    margin-left: 0px;
    font-size: 1rem;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}




.rpg-badge.badge-top-left {
    top: 10px;
    left: -7px;
}

/*.badge-theme-1, .bg-theme-2 {
    background-color: #4CAF50 !important;
    color: #fff;
}

.badge-theme-2, .bg-theme-2 {
    background-color: #2196F3 !important;
    color: #fff;
}

.badge-theme-3, .bg-theme-2 {
    background-color: #2196F3 !important;
    color: #fff;
}*/


.bold-text, .text-bold {
    font-weight: bold;
}

.italic-text, .text-italic {
    font-style:italic;
}

.text-underline {
    text-decoration: underline;
}


.iqsidenav {
    position: absolute;
    top: 70px;
    width: 110px;
    box-shadow: 0 3px 30px rgb(0 0 0 / 10%), 0 3px 20px rgb(0 0 0 / 10%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    height: calc(100% + 60px);
    margin: 0;
}

.iqsidenav, .iqsidenav-fixed {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: fixed;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


@media only screen and (min-width: 992px) {
    .iqcontent {
        /*-webkit-transform: translateX(120px);
        transform: translateX(120px);*/
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        /*padding-right: 140px;*/
        /*padding-left: 20px;*/
        padding-right: 20px;
        padding-left: 140px;
    }

        .iqcontent.hide-temporary {
            /*-webkit-transform: translateX(0px);
            transform: translateX(0px);*/
            -webkit-transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;
            padding-right: 20px;
            padding-left: 20px;
        }

    .iqsidenav.show-temporary {
        -webkit-transform: translateX(-120px);
        transform: translateX(-120px);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
}



@media only screen and (max-width: 992px) {

    .iqcontent {
        /*padding-left: 120px;*/
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    .iqsidenav {
        -webkit-transform: translateX(-120px);
        transform: translateX(-120px);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

        .iqsidenav.show-temporary {
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
            -webkit-transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;
        }
}



.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
    justify-content: space-between;
    height: 80px;
}

.iqtab {
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    border-bottom: 1px solid #f3f3f3;
    transition: background .3s;
    color: #212121;
    cursor: pointer;
}


    .iqtab a {
        
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .iqtab i {
        font-size: 32px;
        line-height: 42px;
        color: #212121;
    }

    .iqtab.active {
        color: #f18024 !important;
    }

.iqtab span {
    text-align: center;
    padding: 0 10px;
    line-height: 14px;
    color: #212121;
}

    .iqtab:hover {
        text-decoration: initial;
        color: #f18024 !important;
    }

/*.iqtabs {
    color: #0D47A1 !important;
}

.iqtabs, .iqtab, a {
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    border-bottom: 1px solid #f3f3f3;
    color: #212121;
    transition: color .3s;
    transition: background .3s;
}*/


.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}


/*.iqtabs .iqslider {
    display: inline-block;
    width: 5px;
    height: 100px;
    border-radius: 3px;
    background-color: #0D47A1;
    position: absolute;
    z-index: 1200;
    bottom: 0;
    transition: all .4s linear;
}*/


.search {
    position: relative;
    width: 230px;
    border-radius: 20px;
    background: #f8f8f8;
    width: 80%;
}


.search input {
    border: initial;
    background: transparent;
    outline: initial !important;
    padding: 0.5rem 1rem;
    line-height: 2;
    
    width: 93%;
    color: #212121;
    height: 2;
}

.navbar-left {
    flex-basis: 40%;
    display:flex;
}

    .navbar-left .menubutton {
        color: #8f8f8f;
        width: 120px;
        text-align: center;
        display: block;
        cursor: pointer;
    }

.navbar-logo {
    flex-basis: 20%;
    text-align: center;
}

.navbar-right {
    flex-basis: 40%;
}


::placeholder {
    color: #a1a1a1;
}


.pl-5{
    padding-left: 25px;
}

.pl-4 {
    padding-left: 20px;
}

.pl-3 {
    padding-left: 15px;
}

.pl-2 {
    padding-left: 10px;
}

.pl-1 {
    padding-left: 5px;
}

.pl-0 {
    padding-left: 0px;
}


.pr-5 {
    padding-right: 25px;
}

.pr-4 {
    padding-right: 20px;
}

.pr-3 {
    padding-right: 15px;
}

.pr-2 {
    padding-right: 10px;
}

.pr-1 {
    padding-right: 5px;
}

.pr-0 {
    padding-right: 0px;
}


.pt-5 {
    padding-top: 25px;
}

.pt-4 {
    padding-top: 20px;
}

.pt-3 {
    padding-top: 15px;
}

.pt-2 {
    padding-top: 10px;
}

.pt-1 {
    padding-top: 5px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-5 {
    padding-bottom: 25px;
}

.pb-4 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 15px;
}

.pb-2 {
    padding-bottom: 10px;
}

.pb-1 {
    padding-bottom: 5px;
}

.pb-0 {
    padding-bottom: 0px;
}

.ml-5 {
    margin-left: 25px;
}

.ml-4 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 15px;
}

.ml-2 {
    margin-left: 10px;
}

.ml-1 {
    margin-left: 5px;
}


.mr-5 {
    margin-right: 25px;
}

.mr-4 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 15px;
}

.mr-2 {
    margin-right: 10px;
}

.mr-1 {
    margin-right: 5px;
}



.mt-5 {
    margin-top: 25px;
}

.mt-4 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 15px;
}

.mt-2 {
    margin-top: 10px;
}

.mt-1 {
    margin-top: 5px;
}
.mt-0 {
    margin-top: 0px;
}


.mb-5 {
    margin-bottom: 25px;
}

.mb-4 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 15px;
}

.mb-2 {
    margin-bottom: 10px;
}

.mb-1 {
    margin-bottom: 5px;
}

.mb-0 {
    margin-bottom: 0px;
}

/*.row .col.s12 {
    overflow-x: hidden;
}*/


.float-right {
    float:right;
}


.btn-empty {
    background: transparent !important;
}

.h-100 {
    height: 100%;
}

.imagehover:hover
{
    transform:scale(1.1);
    transition: all 0.3s ease-in-out;
    z-index: 9999;
}

.iqfilterselect{
    height: 39px !important;
    overflow-y: hidden;
}

.w-100 {
    width: 100% !important;
}

.w-90 {
    width: 90% !important;
}

.w-80 {
    width: 80% !important;
}

.w-50 {
    width: 50% !important;
}



input.iqinput {
    line-height: 2em;
    padding-left: 5px;
}


.iqflex {
    display: flex;
}


a.borderless-button {
    border-radius: 20px;
    padding: 5px;
}

a.borderless-button:hover {
    background-color: lightgray;
}


.blob {
    box-shadow: 0 0 0 0 rgb(0 0 0);
    transform: scale(1);
    animation: pulse 1.8s infinite;
}


* {
    padding: 0;
    margin: 0
}

.wrapper {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {
    0%, 100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142
    }
}





.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #f18024;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-link.active {
    color: #f18024;
}

.nav-pills .nav-link {
    border-radius: 50px;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}



.img-rounded {
    border-radius: 0.75em;
}


.profilepicture {
    margin-left: 10px;
    border-radius: 30px;
    width: 40px;
}


.numberCircle {
    display: inline-block;
    line-height: 0px;
    border-radius: 50%;
    border: 2px solid;
    font-size: 32px;
    width: 38px;
    height: 38px;
    text-align: center;
    background: lightgray;
}

    .numberCircle span {
        display: inline-block;
        padding-top: 50%;
        padding-bottom: 50%;
        margin-left: 8px;
        margin-right: 8px;
    }



/*.auth-card {
    border-radius: 0.75em;
    display: flex;
    flex-direction: row;
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
}


    .auth-card .image-side {
        background-size: cover;
        background: none;
        background-color: #0D47A1 !important;
    }

    .auth-card .form-side {
        width: 60%;
        padding: 80px;
    }


@media (min-width: 576px) {
    .auth-card .image-side {
        padding: 50px 40px;
    }
}*/



.position-relative {
    position: relative !important;
}

@media (max-width: 575px) {
    .auth-card .image-side {
        padding: 50px 40px;
    }
}

@media (max-width: 991px) {
    .auth-card .image-side {
        border-top-left-radius: 0.75em;
        border-top-right-radius: 0.75em;
    }
}

@media (min-width: 992px) {
    .auth-card .image-side {
        border-top-left-radius: 0.75em;
        border-bottom-left-radius: 0.75em;
    }
}

@media (max-width: 991px)
{
    .auth-card .form-side, .auth-card .image-side {
        width: 100%;
        padding: 60px;
    }
}







.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}


.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}


.white-underline-link {
    color: #fff;
    text-decoration: underline;
}

.white-underline-link:active, .white-underline-link:hover {
    color: #fff;
    text-decoration: initial;
}




body.background main .container {
    height: 100%;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}


@media (min-width: 420px) {
    .container {
        max-width: 400px;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.loginlogo {
    
    height: 44px;
    background: url(/images/logonew_login.png) no-repeat;
    padding-bottom: 60px;
}

body.background {
    height: 100%;
}

body.background main {
    margin: 0 !important;
    height: 100%;
}


.cropper-preview {
    overflow: hidden;
    width: 300px;
    height: 300px;
}


small, .small {
    font-size: 80%;
   
}

smaller, .smaller {
    font-size: 60%;
}

.center, .center-align {
    text-align: center;
    text-align: -webkit-center;
}

.logincontainer {
    height: 100%;
    width: 70%;
    padding-right: 15px;
    padding-left: 15px;
    margin: auto;
}

.d-flex{
    display: flex;
}

.card.smaller {
    height: 185px;
}

.invalid {
    border-color: red !important;
}

    .invalid:focus {
        outline: none !important;
        border: 2px solid red;
        /*box-shadow: 0 0 10px #719ECE;*/
    }


    .clickable{
        cursor: pointer;
    }

.filterbadge
{
    display: inline-block;
    float: none;
    height: 22px;
}




/* Report screen Flexbox stuff */


.report-cards {
    display: flex;
    flex-wrap: wrap;
}

.report-card {
    flex: 1 0 500px;
    box-sizing: border-box;
    margin: 1rem .25em;
}

@media screen and (min-width: 40em) {
    .report-card {
        max-width: calc(50% - 5em);
    }
}

@media screen and (min-width: 60em) {
    .report-card {
        max-width: calc(25% - 5em);
    }
}

.report-centered {
    margin: 0 auto;
    padding: 0 1em;
}

@media screen and (min-width: 52em) {
    .report-centered {
        max-width: 52em;
    }
}


.text-muted {
    color: #909090 !important;
}

.text-normal {
    font-weight: normal;
}


.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-35 {
    width: 30% !important;
}

.w-30 {
    width: 30% !important;
}


.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}




















/*a {
    color: #287f87;
}


.tabs .tab a {
    color: #0D47A1;
    font-size: 13px;
}

    .tabs .tab a:hover, .tabs .tab a.active {
        color: #0D47A1;
    }

.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
    color: #0D47A1;
}

.tabs .indicator {
    background-color: #0D47A1;
    height: 5px;
    border-radius: 3px;
}


.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: transparent;
    outline: none;
}


[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
    border: 2px solid #0d47a1;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
    background-color: #0d47a1;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #0d47a1;
    background-color: #0d47a1;
    z-index: 0;
}


.rpgbadge {
    border-radius: 0.75em;
    border: black 1px dashed;
    background-color: none;
    color: black;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
}

    .rpgbadge.selected {
        border-radius: 0.75em;
        border: none;
        background-color: #0D47A1;
        color: white;
        padding: 5px 15px 5px 15px;
        cursor: pointer;
    }


.badge-theme-1, .bg-theme-2 {
    background-color: #4CAF50 !important;
    color: #fff;
}

.badge-theme-2, .bg-theme-2 {
    background-color: #2196F3 !important;
    color: #fff;
}

.badge-theme-3, .bg-theme-2 {
    background-color: #2196F3 !important;
    color: #fff;
}


.iqtabs .iqslider {
    display: inline-block;
    width: 5px;
    height: 100px;
    border-radius: 3px;
    background-color: #0D47A1;
    position: absolute;
    z-index: 1200;
    bottom: 0;
    transition: all .4s linear;
}




.auth-card {
    border-radius: 0.75em;
    display: flex;
    flex-direction: row;
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
}


    .auth-card .image-side {
        background-size: cover;
        background: none;
        background-color: #0D47A1 !important;
    }

    .auth-card .form-side {
        width: 60%;
        padding: 80px;
    }


@media (min-width: 576px) {
    .auth-card .image-side {
        padding: 50px 40px;
    }
}


.poweredbylogo {
    height: 65px;
    background: url(/images/byFoodbuy.png) no-repeat;
    padding-bottom: 60px;
}



.blue.darken-2 {
    background-color: #3DBAC6 !important;
}


.blue.darken-3 {
    background-color: #38adb9 !important;
}



.blue.darken-4 {
    background-color: #34a3ae !important;
}


.selectivity-multiple-selected-item {
    background: #34a3ae;
    border-radius: 3px;
    color: #fff;
    cursor: default;
    float: left;
    line-height: 2em;
    margin: 2px;
    padding: 0 5px;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.selectivity-load-more.highlight, .selectivity-result-item.highlight {
    background: #34a3ae;
    color: #fff;
}*/



