﻿/* 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. */

.filterDropdown option {
    background-color: white;
    color: #000;
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
    font-size: 1em;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
    color: hsl(0deg, 0%, 29%);
}

h1 {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
    font-family: "Montserrat", sans-serif;
    box-sizing: inherit;
    padding: 0;
    word-break: break-word;
    color: hsl(0deg, 0%, 21%);
    font-weight: 600;
    line-height: 1.125;
    margin-bottom: 1rem !important;
    font-size: 2rem !important;
    margin: 0;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.bg-price {
    background-color: #289638;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}

.alert-success {
    background-color: #289638;
    color: #FFFFFF;
    border-color: #c3e6cb;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* 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 */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar {
    border: none;
    border-radius: 0;
    margin-top: 10px;
    color: #3365cc;
}

body {
    font-size: 16px
}

.navbar-nav > li > a {
    color: #000000;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.dotGreen {
    height: 15px;
    width: 15px;
    background-color: #47BB22;
    border-radius: 50%;
    display: inline-block;
}

.dotRed {
    height: 15px;
    width: 15px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

.tab-content > .tab-pane {
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.SortButton, .SortButton:hover {
    color: white;
    text-decoration: none;
}

.btn-warning {
    color: #fff;
    background-color: #3365CC;
    border-color: #3365CC;
    font-weight: 500;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #678BD5;
        border-color: #678BD5;
    }

.field-validation-error {
    color: red;
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
}

input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
}

@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
/* toggle switches with bootstrap default colors */
.custom-control-input-success:checked ~ .custom-control-label::before {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.custom-control-input-danger:checked ~ .custom-control-label::before {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.custom-control-input-warning:checked ~ .custom-control-label::before {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.custom-control-input-info:checked ~ .custom-control-label::before {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

/* Large toggl switches */
.custom-switch-lg .custom-control-label::before {
    left: -2.25rem;
    width: 3rem;
    border-radius: 1.5rem;
}

.custom-switch-lg .custom-control-label::after {
    top: calc(.25rem + 3px);
    left: calc(-2.25rem + 4px);
    width: calc(1.5rem - 6px);
    height: calc(1.5rem - 6px);
    border-radius: 1.5rem;
}

.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1.4rem);
}

.custom-switch-lg .custom-control-label::before {
    height: 1.5rem;
}

.custom-switch-lg .custom-control-label {
    padding-left: 1.5rem;
    line-height: 1.7rem;
}

/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/
body {
    min-height: 100vh;
    background: #121618;
}

.nav-tabs .nav-link {
    color: #495057;
}

.nav-link.active {
    border-color: #fff #fff #fff !important;
    border-bottom-color: hsl(229deg, 53%, 53%) !important;
    border-bottom-width: 3px !important;
}

.nav-tabs .nav-link:hover {
    border: none;
    font-weight: 500;
}

.nav-link.active:hover {
    border-color: #fff #fff #fff !important;
    border-bottom-color: hsl(229deg, 53%, 53%) !important;
    border-bottom-width: 13px !important;
}


.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
    margin-right: 15px;
}


@media (min-width: 592px) {
    .dropdown, .dropleft, .dropright, .dropup {
        position: relative;
        margin-right: 25px;
    }
}

.modal-backdrop.show {
    opacity: 0;
}

.modal-backdrop {
    position: unset;
}

thead {
    color: hsl(0deg, 0%, 21%);
    border-width: 0 0 2px;
    font-weight: 600;
    font-size: 14px;
}

.hiddenProductButtons {
    display: none;
    background-color:white;
}

.table thead th {
    font-size: 17px;
}