

.navbar-default{
    border: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

body { background-color: #fff; color: #333; }
body, p, ol, ul, td {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size:   12px;
    line-height: 18px;
}

#container {
    float: left;
    padding-bottom: 1px;
    border: 1px solid #000;
}

/* this paints the whole screen background and hidden color when overflow the used area */
#columns {
    float: left;
    background: #B2B19D;
    margin-right: 0;
    overflow: hidden;
}
/* no side bar column for popup window used in the forms by Wenkai */
#one_column {
    font-family: sans-serif;
    font-size:   12px;
    padding-top: 0em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 1000px;
    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: -1000px;
    border-left: 1px solid #000;
    background: #E7EEE6; /* pale */
}


#banner {
    background: rgb(0,102,52); /* dark green */
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px solid;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 28px;
    /*   width: 63em;*/
}

/* define parameters for quick pick menu */
#side{
    float: left;
    /*  font: normal;*/
    font-size: 10px;
    padding-top: 0em;
    padding-left: 0.5em;
    padding-right: 0.1em;
    padding-bottom: 1000px;
    margin-right: 1px;
    margin-bottom: -1000px;
    font-family: sans-serif;
    line-height: 18px;
    width: 12.5em;
    background: #B2B19D;

}

/* define parameters for the main body white */
#main{
    font-family: sans-serif;
    font-size:   12px;
    padding-top: 0em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 1000px;
    margin-top: 0em;
    margin-left: 11em;
    margin-right: 0em;
    margin-bottom: -1000px;
    border-left: 1px solid #000;
    background: #E7EEE6; /* pale */
    /*    width: 92.9em;*/
}

#popup_window{
    font-family: sans-serif;
    font-size:   12px;
    padding-top: 0em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 10px;
    margin-top: 0em;
    margin-left: 5em;
    margin-right: 5em;
    border: 2px solid #000;
    background: #E7EEE6; /* pale */
    /*    width: 92.9em;*/
}

/* define parameters for Links colors*/
a { color: #000; }
/*a:visited { color: #666; }*/
/*a:hover { color: #fff; background-color:#000; }*/

.normalinput { border-style:solid;
    border-width:1px;
    border-color:#8E9EB4;
}
.normalinput100pct { border-style:solid;
    border-width:1px;
    border-color:#8E9EB4;
    width:100%
}

.errorinput { border-style:solid;
    border-width:1px;
    border-color:red;
}

/* define parameters for the will paginate plug-in - navigation pages buttons  */
.pagination {
    padding: 6px;
    margin: 6px;
}
.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000099;
    text-decoration: none;
    color: #000; /* black */
}
.pagination a:hover, .pagination a:active {
    border: 1px solid #000099;
    color: #ddd;
}
.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000099;
    font-weight: bold;
    background-color: #b8c9b9;
    color: #000;
}
.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    color: #DDD; /* hidden previous and next when the current page is the first or the last respectivly*/
}
/* end of parameters for the will paginate plug-in - navigation pages buttons  */

/* used for Top Form flash Notice after update the database */
#notice {
    border: 5px solid #9c9;
    background-color: #cfc;
    padding: 5px;
    margin: 10px 0;
}
#error_message {
    border: 5px solid #DF013A;
    background-color: #F6CECE;
    padding: 5px;
    margin: 10px 0;
}

#help {
    padding: 1em;
    margin-bottom: 1em;
    background-color: #99FFFF; /* pale */
    font: 12px sans-serif;
}

.short_button{
    width:5.8em;
    text-decoration: none;
}

.long_button{
    width:8.6em;
    text-decoration: none;
}
.extra_long_button{
    width:12em;
    text-decoration: none;
}

.button{
    color: black;
    font-size: 1.5em;
    font-weight: 100;
    width:10.4em;
    height:1.8em;
    font-family: san-serif;
    vertical-align: middle;
    text-decoration: none;
}

.required{
    color: black;
    background-color:#FFE4B5; /*(Moccasin) */}
.required100pct{
    color: black;
    background-color:#FFE4B5; /*(Moccasin) */
    width: 100%;}

.auto_populated{
    color: black;
    background-color: #CCCCCC; /* (Gray)*/}
.auto_populated_100px{
    color: black;
    width: 100px;
    background-color: #CCCCCC; /* (Gray)*/}
.auto_populated_100pct{
    width: 100%;
    color: black;
    background-color: #CCCCCC;  /* (Gray)*/}

.texcolorwhite{
    color: black;
    background-color: white; /* (White)*/}

.texcolorblue{
    color: black;
    background-color: #CCCCCC; /* (Blue)*/}

/* WebPage styleshests */

.wp_left_text_text{
    color:black;
    text-align: left;
    font-size:10px;
    line-height:1.5em;
    font-family:sans-serif;
}

.wp_page_title{
    background: green;
    color:white;
    font-size:14px;
    font-weight: bold;
    font-family:sans-serif;
}

.wp_block_title{
    background: #333367;
    color:white;
    line-height:1.5em;
    font-size:12px;
    font-weight: bold;
    font-family:sans-serif;
}

.wp_block_subtitle{
    background: #ABBACF;
    color:black;
    font-size:12px;
    font-weight: bold;
    font-family:sans-serif;
}

.wp_block_data{
    color:black;
    text-align: left;
    font-size:12px;
    line-height:1.5em;
    font-family:sans-serif;
}
.wp_blackbackgroundcolor{
    color:black;
}
.wp_whitebackgroundcolor{
    color:white;
}

.monospace_text{
    color:black;
    text-align:left;
    font-size:12px;
    line-height:1.5em;
    font-family:monospace;
}
/* ******************** */
/* From descriptors.css */
/* ******************** */
.code_head{
    color: blue;
    text-align: center;
    width: 240px;
}

/* Styles for the list of taxonomies associated to display a descriptor */
.list-line-even {
    /* background:   #e0f8f8; */
    background: #b8c9b9;
}

.list-line-odd {
    background: #E7EEE6;
    /*background: white */
}
/* ******************** */

/* ******************** */
/* Used in animal and incoming order */
/* ******************** */
.mtcol0 {
    white-space: nowrap;
    width:100px;
    font-size: 11px;
}

.mtcol1 {
    white-space: nowrap;
    width: 140px;
    font-size: 10px;
}
/* ******************** */
/* ******************** */

#hr_big {
    background-color: red;
    height: 10px;
    border: 0;
}

.checkbox_submit {
    text-decoration: underline;
    float: right;
}

#map_div {
    width: 900px;
    height: 500px;
}

/* styles for Leaflet state map */
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}
.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 29px;
    opacity: 0.7;
}
