﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000
}

.navbar-light:hover .navbar-nav:hover .nav-link:hover {
    color: darkorange;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: darkorange;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*font-size: 90%;*/
    font-weight: 300;
    font-family: "Muli", "Helvetica Neue", Helmet, Freesans, sans-serif;
}
.dropdown-item{
    font-weight:300;
}

.dropdown-menu-right {
    border-radius: 0px !important;
    /*font-size: 90%;*/
    font-weight: 300;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

h5 {
    font-size: 150%;
}

.card, .btn, .form-control {
    border-radius: 0;
}

.tile {
    height: 160px;
}

.restaurant-tile {
    cursor:pointer;
}

.restaurant-tile:hover {
    border: solid 0px #FC5185;
    opacity: 0.9;
}

.card-body {
    padding: 10px 10px 10px 10px !important;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 32px Arial, sans-serif;
}

.dropdown-item.active, .dropdown-item:active {
    color: #FFF;
    background-color: #dc3545 !important;
}


.float {
    position: fixed;
    /*width: 100px;*/
    /*height: 60px;*/
    top: 30%;
    right: 40px;
    background-color: #fff;
    color: #FFF;
    /*border-radius: 50px;*/
    text-align: center;
    box-shadow: 2px 2px 20px #999;
    z-index: 1;
}

.my-float {
    margin-top: 10px;
}

.card-header {
    background-color: #FFF;
}

.recipe > .card-header:hover {
    background-color: darkorange;
    color:#fff
}

    .card-header:hover {
        background-color: #D3D3D3;
        opacity: 1;
    }

.accordion > .card .card-header {
    margin-bottom: 0px !important;
}

.rotate {
    -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}

    .rotate.down {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.test {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
    left: -15px;
    top: -10px;
}



/* Hide the browser's default checkbox */
div input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
div:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
div input:checked ~ .checkmark {
    background-color: #32CD32;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
div input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
div .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.btn-outline-dark:hover {
    color: white !important;
}


.collapse::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.collapse::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.collapse::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

/* The alert message box */
.alert {
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    /* When moving the mouse over the close button */
    .closebtn:hover {
        color: black;
    }



.tag {
    display: inline-block;
    width: auto;
    height: 38px;
    background-color: #979797;
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;
    border-left: 1px solid #979797;
    /* This makes room for the triangle */
    margin-left: 19px;
    position: relative;
    color: white;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    line-height: 38px;
    padding: 0 10px 0 10px;
}

    /* Makes the triangle */
    .tag:before {
        content: "";
        position: absolute;
        display: block;
        left: -19px;
        width: 0;
        height: 0;
        border-top: 19px solid transparent;
        border-bottom: 19px solid transparent;
        border-right: 19px solid #979797;
    }

    /* Makes the circle */
    .tag:after {
        content: "";
        background-color: white;
        border-radius: 50%;
        width: 4px;
        height: 4px;
        display: block;
        position: absolute;
        left: -9px;
        top: 17px;
    }


  /*Login Modal*/
.container {
    padding: 2rem 0rem;
}

@media (min-width: 576px) {
    #loginModal > .modal-dialog {
        max-width: 400px;
    }
    #loginModal > .modal-dialog > .modal-content {
        padding: 1rem;
    }
}

.modal-header > .close {
    margin-top: -1.5rem;
}

.form-title {
    margin: -2rem 0rem 2rem;
}

.btn-round {
    border-radius: 3rem;
}

.delimiter {
    padding: 1rem;
}

.social-buttons > .btn {
    margin: 0 0.5rem 1rem;
}

.signup-section {
    padding: 0.3rem 0rem;
}

.recipe-card:hover, .restaurant-tile:hover {
    /*border: 1px solid darkorange;*/
    box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.50) !important;
}



/*.availabledays > .badge-info:hover {
    background: #17a2b8 !important;
    border-color: #17a2b8!important;
}*/
.card-flag {
    position: absolute;
    font-size: 0.7rem;
    padding: 0.3rem 0.5rem;
    line-height: 1;
    z-index:1;
}

.card-flag-dark {
    background-color: rgba(31, 45, 65, 0.7);
    color: #fff;
}

.card-flag-light {
    background-color: rgba(255, 255, 255, 0.7);
    color: #687281;
}

.card-flag-lg {
    font-size: 0.9rem;
    padding: 0.5rem 0.65rem;
}

.card-flag-top-right {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    top: 0.5rem;
    right: 0;
}

.card-flag-top-left {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    top: 0.5rem;
    left: 0;
}

.card-flag-bottom-right {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    bottom: 0.5rem;
    right: 0;
}

.card-flag-bottom-left {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    bottom: 0.5rem;
    left: 0;
}


.availabledays > .badge {
    cursor: context-menu;
}

.why-edit {
    background-image: url(../images/pentagon.jpg);
    height: auto;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-edit-box {
    background: #fff;
    padding: 37px;
    box-shadow: 0 0 10px 0 #ddd;
    margin-bottom: 30px;
    height: 100%
}

    .why-edit-box img {
        position: absolute;
        bottom: 0;
        right: 37px;
        width: 137px;
        opacity: .1
    }

    .why-edit-box h3 {
        margin: 0;
        padding-top: 10px;
        line-height: 1.1em;
        color: #14365C;
        font-family: 'Open Sans',Arial,sans-serif;
        font-weight: 600;
    }

        .why-edit-box h3::after {
            position: absolute;
            content: '';
            height: 10px;
            margin: 0 auto;
            left: 0;
            top: 9%;
            width: 50%;
            background: #f79418
        }

    .why-edit-box p {
        margin: 0;
        margin-top: 0px;
        font-size: 15px;
        line-height: 26px;
        margin-top: 20px;
    }

.why-edit .row .col-md-4 {
    margin-bottom: 30px;
}
.why-edit {
    display: none;
}
.qckview:hover + .why-edit{
    display:block;
}


.overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    opacity: 0;
    background: rgba(39, 42, 43, 0.8);
    transition: opacity 200ms ease-in-out;
    border-radius: 4px;
    margin: -15px 0 0 -15px;
}

.overlay:hover {
    opacity: 1;
}

.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #ffffff;
}

.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .nav-list li a:hover:before {
        margin-left: 0;
        opacity: 1;
        visibility: visible;
    }

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-list li a:before {
    content: "\f14f";
    font: 400 21px/1 "Material Design Icons";
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}