﻿.navbar {
    height: 92px !important;
    padding-left: 92px;
}

ul {
    list-style-type: none;
}

td {
    vertical-align: top;
}

.FieldName {
    font-weight: bold;
    width: 9em;
    float: left;
}

.container {
    margin-left: 1em !important;
}

/* responsive overrides for the public interface */
.body-content {
    max-width: unset !important;
    align-content: center;
}

@media (min-width: 970px) {
    #mainTabs {
        width: 450px;
        float: left;
        white-space: nowrap;
    }

    #showDetail {
        padding-left: 5px;
        float: left;
        clear: right;
        min-width: 449px;
        max-width: calc(100% - 452px);
    }
}

@media (max-width: 969px) {
    body {
        /*background:red !important;*/
    }

    #mainTabs {
        width: 99%;
        float: none;
        clear: both;
    }

    #showDetail {
        float: none;
        clear: both;
        max-width: 99% !important;
    }
}

#showDetail {
    float: left;
    max-width: 50%;
}

.mainHeader {
    font-size: 2em;
}

.subHeader {
    font-size: 1.8em;
}

.viewHeader {
    color: darkblue;
    font-size: 1.6em !important;
}

#themap {
    background: url('/Content/images/ScotMap.png');
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid black;
}

.clearBoth {
    clear: both;
}

mgn {
    margin: 1em;
}

.body-content {
    font-size: 0.9em !important;
}

.navbar-expand {
    margin-left: 1em !important;
}

.jointLink{
    cursor:pointer;
    color:darkblue;
}

.clkMe{
    cursor:pointer;
}

.clkMe:hover{
    color:darkblue;
}