﻿/* DEFAULTS
----------------------------------------------------------*/
tr:nth-child(even) {background: #DDD}
tr:nth-child(odd) {background: #FFF}

.contact-us-table tr:nth-child(even) {background: #FFF}

li 
{
  margin-top: 10px;
}

html {
    overflow-x: hidden;
}

body   
{
    background: url('../images/seamlesstexture2_1200.jpg') repeat;
    font-size: 1rem;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    overflow-x: hidden;
}

a:link, a:visited
{
    color: #183867;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color: #183867;
    font-weight: bold;
    text-decoration: underline;
}

a:active
{
    color: #183867;
    font-weight: bold;
}

p
{
    margin-bottom: 10px;
    line-height: 175%;
}

select {
  margin-left: 0px;
}

input[type=checkbox] {
  margin-left: 0px;
}

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 0px solid #496077;
}

#maintable {
  width: 100%;
}

  #maintable tr {
    height: 50px;
  }

#mainheader {
    margin: 0px;
    padding: 0px;
    /*background: #4b6c9e;*/
    width: 100%;
    background: url('../images/header75.png') no-repeat;
    object-fit:cover;
    background-size: cover;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.5rem;
    min-height: 50px;
}

#mainheader h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #333333;
    border: none;
    font-size: 4em;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    float: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

nav.menubar {
  background-color: #485b77 !important;
  color: white;
  font-size: 13px;
  padding: 5px 5px 5px 20px;
}

.menubar a {
  color: white;
  text-decoration: none;
  font-weight: normal;
  padding: 0 0.5rem;
  border-right: solid 1px white;
}
.menubar a:last-of-type {
    border-right: none;
}
.menubar a:hover {
    color: white;
}
.side-bar {
   width: 200px;
    background-color: #849ABB;
    vertical-align: top;
}

.content 
{
  width: 960px;
  background: url('../images/seamlesstexture2_1200.jpg') repeat;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em !important;
    font-weight: bold !important;
    color: #9C5121 !important;
    font-variant: small-caps !important;
    text-transform: none !important;
    font-weight: 200 !important;
    margin-bottom: 0px !important;
}

h1
{
    font-size: 1.6em !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

h2
{
    font-size: 1.5em !important;
    font-weight: 600 !important;
}

h3
{
    font-size: 1.2em !important;
}

h4
{
    font-size: 1.1em !important;
}

h5, h6
{
    font-size: 1em !important;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 0px;
    margin: 0px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.content-page-pic
{
  float:right;
  padding:8px;
}

#producerform tr 
{
  background-color: White;
}

#producerform td 
{
  padding: 3px 0px 3px 0px;
}

#signup 
{
  border: 1px solid silver;
  background-color: #dddddd;
  padding: 20px;
}

#signup:hover
{
  text-decoration: none;
}

.user-input tr:nth-child(even) {background: #FFF}
.content {
    min-height: calc(100vh - 87px);
}
    .content > .content-flex {
        display: flex;
        flex-flow: nowrap;
        min-height: calc(100vh - 87px);
    }
.content > div > div {
    margin: 0.5rem;
    padding: 0.5rem;
    box-sizing: border-box;
}
.side-bar {
    width: 25%;
}
.side-bar + div {
    width: 75%;
    background-color:white;
}
    .side-bar > center {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
    }
    .main-content {
        flex-grow: 1;
    }

@media screen and (max-width: 992px) {
    .content {
        width: 100%;
    }

        .content > .content-flex {
            flex-flow: column-reverse wrap;
        }

    .side-bar + div {
        width: 100vw;
    }

    .side-bar {
        width: 100vw;
    }

        .side-bar > center {
            flex-flow: row wrap;
            justify-content: center;
        }

            .side-bar > center > a {
                margin: 1rem;
            }

        .side-bar h1 {
            width: 100%;
        }

        .side-bar #wx_module_2938 {
            width: 100%;
        }

    .page {
        width: 100%;
    }

    .content > div > div {
        margin: 0;
        padding: 1.5rem;
    }

    .contact-us-table {
        width: 100%;
    }

    #contactForm input, textarea {
        width: 100% !important;
        border: solid gray 1px;
        margin: 0.5rem 0 1rem 0;
    }

    .content-page-pic {
        float: none;
        padding: 8px;
        width: 100%;
    }

    .home-svg {
        width: 100%;
        display: none;
    }

    .colo-map {
        width: 100%;
    }

    .menubar a {
        padding: 0.5rem;
        border: none;
    }
    img {
        width: 100% !important;
    }
    #lblCounty input{
        margin: 1rem 0;
    }
    #producerform select {
        width: 100%;
    }
    #mainheader {
        flex-flow: column wrap;
        padding: 10px;
        min-height: 50px;
    }
    .page {
        margin: 0;
    }
    ul.level1.static {
        display: flex;
        flex-flow: column nowrap;
    }
    div.menu ul li a, div.menu ul li a:visited {
        border: none;
    }
    .loginDisplay {
        margin-right: auto;
        padding: 10px 0;
    }
    .site-title {
        margin-right: auto;
    }
}
li.static {
margin: 10px 0;
}
ul.level1.static {
    margin-left: 15px;
}
div.hideSkiplink > a {
    display: none;
}
.navbar-collapse {
    flex-wrap: wrap;
}

.hideSkiplink > a{
    border: none;
}

#NavigationMenu a {
    font-weight: bold !important;
}

#ContentPlaceHolder1_tbl {
    width: 100%;
}
.data-list {
    width: 100%;
}
