﻿.bgr-menu {
    background: #024359;
}
.bg-blue {
    background: #368ca9
}
    .bg-blue .breadcrumb a {
        color: #fff !important;
    }
.bgr-menu a {
    color:#fff !important;
}
.fs-5
{
    font-size:2rem !important
}
a{
    text-decoration:none
}
.bg-dark {
    background: #046f94 !important
}
.bg-blue .breadcrumb-item + .breadcrumb-item::before {
    color:#fff !important;
}
.nav-text a{
    color:#fff !important;
    font-size:20px;
    font-weight:500
}
.bg-trs
{
    background:rgba(255, 255, 255, 0.10);
    border-radius:20px;
}
.weather-header {
    font-weight: 600;
}
.weather-intro {
    font-weight: 600;
    font-size: 20px;
}
/*.fix-card .card-title
{
    position:absolute;
    top:20%;
}*/
.table-custom {
    margin-bottom: 0px !important;
    border-color: #e7f1ff !important;
}
.table-white {
    border-color: #fff !important;
}
.img-roud {
    background: rgba(0, 0, 0, 0.26);
    border-radius: 10px;
}
.hide
{
    display:none;
}
.list-inline-item a{
    color:#fff;
}
.display-small
{
    font-size:20px;
}
.Star {
    background-image: url(/assets/img/Star.gif);
    height: 17px;
    width: 17px;
}

.WaitingStar {
    background-image: url(/assets/img/WaitingStar.gif);
    height: 17px;
    width: 17px;
}

.FilledStar {
    background-image: url(/assets/img/FilledStar.gif);
    height: 17px;
    width: 17px;
}