.ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
}

body {
    font-family: 'Titillium Web', sans-serif !important;
    /*padding-top: 5px !important;*/
}

.card strong {
    font-size: 18px;
}

.card-big strong {
    font-size: 18px;
}

.card {
    border: 2px solid #ccc;
    background-color: #f2f2f2;
    border-radius: 10px;
    margin: 5px;
    min-height: 150px;
    text-align: center;
    padding: 10px;
}

.card-big {
    border: 2px solid #ccc;
    background-color: #f2f2f2;
    border-radius: 10px;
    margin: 5px;
    min-height: 310px;
    text-align: center;
    padding: 10px;
}

.card-small {
    border: 2px solid #ccc;
    background-color: #f2f2f2;
    border-radius: 10px;
    margin: 5px;
    min-height: 80px;
    /*max-height: 80px;*/
    text-align: center;
    padding: 10px;
}

.card-medium {
    border: 2px solid #ccc;
    background-color: #f2f2f2;
    border-radius: 10px;
    margin: 5px;
    min-height: 110px;
    /*max-height: 130px;*/
    text-align: center;
    padding: 3px;
}

.img-responsive {
    margin: 0px auto;
    vertical-align: middle;
    overflow: scroll;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.card-big img {
    margin-top: 20%;
}

.card-small strong {
    /*margin: 5px;
    padding: 5px;*/
    font-size: 1em;
    /*font-weight: 700;*/
    display: inline-block;
    margin: 0px;
}

.card-small img {
    width: 65px;
    float: left;
    display: inline-block;
    margin: 0px;
}

.card-medium img {
    /*
    width: 65px;
    float: left;
    */
    display: inline-block;
    margin: 0px;
    margin-top: 10px;
}

.card-medium strong {
    margin: 5px;
    padding: 4px;
    font-size: 1em;
    display: inline-block;
    margin: 0px;
}

.logos strong {
    font-size: 1.1em;
    text-align: center;
    display: block;
}

.logos img {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.site strong {
    margin: 5px;
    font-size: 1.1em;
    display: block;
}

div.arrows img {
    position: absolute;
    z-index: 999;
    width: 6em;
    height: 3em;
}

@media screen and (max-width: 767px) {
    img#grey-arrow {
        transform: rotate(90deg);
    }
}


a.logout {
    display: inline-block;
    margin: auto 0px;
    margin-right: 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    /*font color: #;*/
    background-color: white;
    padding: 6px;
    float: right;
}

@media (max-width: 920px) {
    div.tabs-cyan {
        width: 60% !important;
    }

    ul.tabs-cyan {
        width: 40% !important;
    }
}

.text-green {
    color: #008000 !important;
}

.text-orange {
    color: #ffc107 !important;
}

.text-blue {
    color: #33b5e5 !important;
}

.weather-card .card-body {
    min-height: 250px;
}

.navbar-nav {
    flex-direction: row;
}

.navbar {
    background: #ccc;
}

@media (max-width: 1200px) {
    .cardbg {
        background: #ffffff;
        color: #0a0a0a;
    }

    .collapse-content a {
        color: #0a0a0a !important;
    }
}

@media (max-width: 600px) {
    #weather-desc {
        /*padding-top: 2%;*/
        padding-left: 8%;
        /*width: 11% !important;*/
    }
}

@media (max-width: 767px) {
    #weather-desc {
        /*padding-top: 2%;*/
        padding-left: 8%;
        /*width: 8%;*/
    }

    img#site_img {
        margin-top: 75px;
        height: 300px;
    }
}

.text-gray {
    color: #ada4a4;
}

#communities_select {
    display: inline-block;
    width: auto;
    float: right;
    margin-right: 5px;
}

.loader-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 1000;
    text-align: center;
}

.loader-wrapper-graph {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 1000;
    text-align: center;
    display: none;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

img#weather-img {
    background: #bdd7ee;
    border-radius: 50px;
    width: 60px;
}

#weather-desc {
    /*padding-top: 4%;*/
    padding-left: 8%;
}

#sunrise-set {
    /*padding-top: 4%;*/
    padding-left: 8%;
}

#temp {
    /*padding-top: 4%;*/
    padding-left: 8%;
}

#graph_btns {
    text-align: center;
    margin-top: 5px;
}

button#today {
    padding: 5px 50px;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #F8F8F8;
}

button#week {
    padding: 5px 50px;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #F8F8F8;
}

button#month {
    padding: 5px 50px;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #F8F8F8;
}

.sel_time {
    background-color: #fff !important;
}