﻿.underLine h4 {
    padding-top: 8px;
    width: 75%;
    min-height: 2em;
    background-color: #c25e03;
    padding-left: 3%;
    border-radius: 10px;
    color: whitesmoke;
    vertical-align: middle;
}

.dropdown-toggle:focus {
    background-color: darkblue !important;
}

li a {
    color: blue;
}

.resHide * {
    display: none;
    visibility: hidden;
}

.rounded {
    border-radius: 10px;
}

.mapFrame {
    height: 900px;
    width: 100%;
    border: solid medium;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.resBox {
    outline: 1px solid black;
    width: 75%;
    min-width: 350px;
    background-color: lightblue;
    padding-bottom: 10px;
}

#wrapper {
    text-align: center;
}

#legendCenter {
    display: inline-block;
}

.qtip-bootstrap {
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
}

    .tg td {
        font-family: Arial, sans-serif;
        font-size: 14px;
        padding: 10px 17px;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        word-break: normal;
        text-decoration: underline;
    }

        .tg td:first-child {
            font-weight: bold;
            text-decoration: none;
        }

    .tg th {
        font-family: Arial, sans-serif;
        font-size: 14px;
        padding: 10px 17px;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        word-break: normal;
        text-align: center;
        background-color: whitesmoke;
    }

    .tg .tg-eoh4 {
        background-color: #fab87d;
        text-align: center;
        vertical-align: top
    }

    .tg .tg-ghm5 {
        background-color: #d4636b;
        text-align: center;
        vertical-align: top
    }

    .tg .tg-baqh {
        text-align: center;
        vertical-align: top
    }

    .tg .tg-vvjl {
        background-color: #abd9ba;
        text-align: center;
        vertical-align: top
    }

    .tg .tg-yw4l {
        vertical-align: top
    }

    .tg .tg-zndb {
        background-color: #0099d9;
        text-align: center;
        vertical-align: top
    }

    .tg .tg-i81m {
        background-color: #ffffff;
        text-align: center;
        vertical-align: top
    }

a {
    color: black;
}

    a:hover {
        color: black;
    }

@media only screen and (max-width:768px) {
    .resColor {
        color: whitesmoke !important;
    }


        .resColor:first-child {
            text-indent: 3em;
            color: whitesmoke !important;
        }


    .finalDrop {
        text-indent: 6em !important;
    }

    .tg {
        width: auto !important;
    }

        .tg col {
            width: auto !important;
        }

    .tg-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
