﻿html {
    overflow-y: scroll;
}

body {
    background: #BBBBBB;
}

.header {
    background-color: #2c5170;
    color: #ffffff;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
}

#menu {
    background: #FAFAFA;
    border-right: 1px solid #CCCCCC;
}

    #menu ul a {
        color: #2c5170;
        border-bottom: 1px solid #2c5170;
    }

        #menu ul a:hover {
            background-color: #DDDDDD;
            color: #1e374b;
        }

#collapsedMenuBottom {
    border-bottom: 1px solid #0D339A;
}

#content {
    background: white;
    min-height: 500px;
    padding: 10px;
}

footer {
    background: #2c5170;
    padding: 0px;
}

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 360px;
    padding-top: 10px;
}

.tiles-rectangle .card-body {
    border-radius: 0px;
    background: none;
}

.bg-green {
    background-color: #4caf50;
}

.bg-orange {
    background-color: #ff5722;
}

.bg-blue {
    background-color: #2196f3;
}

.bg-purple {
    background-color: #9c27b0;
}

.bg-yellow {
    background-color: #ffb401;
}

.bg-red {
    background-color: #cc0000;
}

.tiles-rectangle .card-body {
    border-radius: 0px;
    background: none;
}

.tiles-rectangle a {
    color: #ffffff;
}

    .tiles-rectangle a:hover {
        color: #ffffff;
        text-decoration: none;
    }

        .tiles-rectangle a:hover .card-body {
            background-color: rgba(0,0,0,0.1);
        }

.tiles-square a:hover{
    text-decoration:none;
}

.text-green {
    color: #4caf50 !important;
}

.text-orange {
    color: #ff5722;
}

.text-blue {
    color: #2196f3;
}

.text-purple {
    color: #9c27b0;
}

.text-yellow {
    color: #ffb401;
}

.text-red {
    color: #cc0000;
}

.border-green{
  border-color: #4caf50;
}

.border-orange {
    border-color: #ff5722;
}

.border-blue {
    border-color: #2196f3;
}

.border-purple {
    border-color: #9c27b0;
}

.border-yellow {
    border-color: #ffb401;
}

.border-red {
    border-color: #cc0000;
}

.card-links .card {
    border: 0px !important;
    height: 100%;
    box-shadow: 0px 8px 5px #cccccc;
    border-top: 10px solid #1ed760 !important;
}

    .card-links .card .card-body {
        display: flex;
        flex-direction: column;
    }

.card-links a {
    text-decoration: none;
    color: #3c393c;
    font-size: 1.1em;
}

    .card-links a:hover {
        text-decoration: none;
    }

        .card-links a:hover .card {
            box-shadow: 0px 12px 12px #cccccc;
        }