﻿a {
    color: #0D47A1;
}


.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;
}



