﻿html {
    font-size: 14px !important;
}

.flag-iconCustom {
    width: 20px;
}

@media only screen and (max-width: 768px) {
    #deliver {
        display: none !important;
    }
}

@media only screen and (min-width: 767px) {

    #logoText {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 767px) {

    #logoText {
        font-size: 0.9em;
    }
}

#logoText {
    color: #2d3e50;
    font-weight: 500;
}

.flag-icon-for-nav {
    background-image: url("../Content/img/Md-Flag.png");
    background-size: cover;
}

.divider-custom {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.divider-custom small {
    background: #f0f4f7;
    padding: 0 10px;
}

.login-card-blue {
    background: #f0f4f7;
    background: rgba(240, 244, 247, 1);
}

.login-card-red {
    background: #2d3e50;
    background: rgba(45, 62, 80, 1);
}

.bg-grey {
    background: #e9ecef;
}

.bg-blue {
    background: #337ab6;
    background: rgba(51, 122, 182, 0.7);
}
.bg-red {
    background: #2d3e50;
    background: rgba(45, 62, 80, 1);
}

.card.rounded-0.bg-blue:hover {
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    /* ...and now for the proper property */
    transition: 1s;
    background-color: #2d3e50 !important;
}

.topMenuItems {
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.topMenuItems > .card {
    min-width: 63px;
    max-width: 63px;
    margin: 0.3rem;
}

@media only screen and (min-width: 387px) {
    .topMenuItems {
        justify-content: unset;
    }
}

@media only screen and (min-width: 992px) {
    .topMenuItems {
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-right: 0;
        margin-left: 0;
    }

    .topMenuItems .card:first-child {
        margin-left: 0;
    }

    .topMenuItems .card:last-child {
        margin-right: 0;
    }
}

.periodMenu {
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.periodMenu > .card {
    margin: 0.3rem;
}

@media only screen and (min-width: 387px) {
    .periodMenu {
        justify-content: unset;
    }
}

@media only screen and (min-width: 992px) {
    .periodMenu {
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-right: 0;
        margin-left: 0;
    }

    .periodMenu .card:first-child {
        margin-left: 0;
    }

    .periodMenu .card:last-child {
        margin-right: 0;
    }
}

/*for footer*/

.footer {
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

.footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

.activeCar {
    background-color: #0a1119 !important;
}

.carBgRed {
    background-color: #2d3e50;
}



.alert-success-custom {
    color: #000000;
    background-color: #36ae46;
    border-color: #36ae46;
}

.alert-success-custom hr {
    border-top-color: #008b00;
}

.alert-success-custom .alert-link {
    color: #0b2e13;
}

.vignetteTable {
    width: 100%;
}

a.custom-card,
a.custom-card:hover {
    color: inherit;
    text-decoration: none;
}

.card-with-shadow {
    -ms-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
    background: #fff;
}

.card-with-shadow:hover {
    box-shadow: 0 0 11px #212121;
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.radioButtonForCard {
    cursor: pointer;
}