﻿.validation-summary-errors ul{
    padding-left:0px;
    list-style:none;
    margin-bottom:0px;
}

.alert {
    background-color:rgba(255,255,255,0.9);
}


.uploaded-image img {
    max-height: 400px;
    max-width: 400px;
    width: 400px;
}

.bold-the-labels label.control-label {
    font-weight:bold;
    text-decoration:underline;
}

.flot-tick-label.tickLabel {
    color: white;
}

@media (max-width: 780px) {
    .uploaded-image img {
        max-height: 400px;
        max-width: 100%;
        width: 400px;
    }
    #header .logo  {
        height:auto;
    }
    #header .logo img {
        max-height:65px;
    }
}

.fa-1-5x {
    font-size: 1.5em;
}
.fa-menu-icon {
    font-size: 2em !important;
    padding-top: 7px;
}

.field-validation-error {
    color: white !important;
    font-weight: bold;
}