@charset "utf-8";

/*
 * Common Styles
 */

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 62.5%;
}

body {
    background: #FFFFFF;
    color: #02275E;
    /*font-size: 10.5px;*/
    font-size: 12px;
    /* Current Default: Verdana */
    font-family: Verdana, sans-serif;
    /*font-family: 'Droid Sans', sans-serif;*/
    /*font-family: 'Ubuntu', sans-serif;*/
    /*font-family: 'Ubuntu Condensed', sans-serif;*/
    /*font-family: 'Ubuntu Mono', monospace;*/
}

text {
    cursor: default;
}

h1 {
    font-size: 1.8rem;
    /*text-transform: uppercase;*/
    color: #02275E;
    margin: 1rem;
    padding: 0;
    font-weight: 900;
    /* font-family: Verdana, sans-serif; */
}

h1 a {
    text-decoration: none;
    color: #000000;
}

h2 {
    font-size: 1.6rem;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    color: #02275E;
    margin-bottom: 1rem;
    padding: 0;
}

h3 {
    font-size: 1.3rem;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    color: #01558D;
    margin-top: 2rem;
    padding: 0;
}

h4 {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    color: #0074AD;
    margin-top: 1rem;
    padding: 0;
}

h5 {
    font-size: 1.1rem;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    color: #02275E;
    margin-top: 1rem;
    padding: 0;
}

h6 {
    font-size: 1rem;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    color: #01558D;
    margin-top: 1rem;
    padding: 0;
}

ul.anchor-link-list {
    list-style-type: none;
}

ol.simple-list {
    list-style-type: none;
    /*list-style-type: decimal !ie;*/ /*IE 7- hack*/
    margin: 0;
    margin-left: 3em;
    padding: 0;
    counter-reset: li-counter;
}

ol.simple-list > li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
    border-left: 1px solid #0074AD;
}

ol.simple-list > li:before {
    position: absolute;
    width: 1rem;
    top: 0.01rem;
    left: -1.5rem;
    font-size: 2rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    font-weight: 900;
    text-align: right;
    color: #02275E;
    content: counter(li-counter);
    counter-increment: li-counter;
}

a {
    color: #02275E;
    text-decoration: underline;
    transition: all 0.3s ease;
}

a:hover {
    /*text-decoration: underline;*/
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
}

a.nav:hover {
    -webkit-animation: pulse-nav 3s infinite;
    animation: pulse-nav 3s infinite;
}

.container {
    margin: 0;
    padding: 0 2rem;
    width: 100%;
}

.base-link {
    padding-top: 3px !important;
    text-decoration: none;
    border-top: 3px solid rgba(0, 0, 0, 0);
    /*border-bottom: 2px solid rgba(0,0,0,0.5);*/
}

.base-link:hover {
    text-decoration: none;
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
    /*border-color: rgba(0,0,0,0.8);*/
    /*background: rgba(0,0,0,0.1);*/
}

.title-link {
    text-decoration: none;
}


/* Content */

#page-content {
    /*min-height: 56rem;*/
    /*margin-top: 0;*/
    margin: 0;
    /*padding-top: 0;*/
    /*padding-bottom: 1rem;*/
    padding: 0;
}

#filters_basic > p, div.model-sdm > p {
    text-align: justify !important;
}

.login-warning {
    width: 99%;
    margin: 0 0.5%;
}

.login-warning > p {
    margin: 0.5rem 0 1rem 0;
    padding: 0.5rem 1rem;
    text-align: center !important;
    font-size: 1.2rem;
    font-weight: 900;
    background: #bccdde;
    border: 0.2rem solid #02275E;
    border-left-width: 0.5rem;
    border-right-width: 0.5rem;
}

.notification {
    font-style: italic;
    font-weight: 900;
    font-color: #02275E;
}

.panel.panel-fotx > .panel-heading {
    padding: 0.2rem 1rem;
    max-height: 4rem !important;
    background: #02275E !important;
    color: #FFFFFF !important;
}

.panel-heading > h5 {
    color: #FFFFFF;
}

.whatsnew-panel-header {
    background: #02275E !important;
    color: #FFFFFF;
    border-radius: 3px;
}

.whatsnew-panel-header:hover {
    background: #01558D !important;
}

.whatsnew-panel-header > p {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    font-weight: 900;
}

.whatsnew-timestamp {
    padding: 0.5rem 1rem;
    text-align: left;
    font-size: 0.9rem;
    font-style: italic;
    color: #888888;
}

.whatsnew-indent {
    padding-left: 2rem;
    color: #02275E; /* #777777; #02275E; #01558D; */
}

/* collection page */

.filter {
}

.left {
    width: 600px;
}

.right {
    width: 440px;
    float: right;
}

.right h2 {
    margin-top: 0;
}

#filters_basic {
    padding: 0px;
}

#filters_advanced {
    padding: 0px;
}

#error_radius_max {
    width: 100px;
}

.pagination {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.pagination a {
    background: white;
    padding: 10px;
    color: navy;
    text-decoration: none;
    font-weight: bold;
    color: #163A60;
}

tr.meta-header > th {
    background-color: #01558D;
}

th.unused-header {
    background-color: #DDDDDD !important;
}

table.listing {
    width: 100%;
    border-collapse: collapse;
    border-top: solid #02275E 1px;
    border-bottom: solid #02275E 1px;
}

th {
    padding: 10px 0px 10px 0px;
    background: #02275E; /* #0074AD; #01558D; #02275E; */
    text-align: left;
    color: white;
    /*font-weight: 900;*/
    /*font-size: 1.2rem;*/
}

tr.even {
    background: #eee;
}

td {
    padding: 10px 0px 10px 0px;
    vertical-align: middle;
}

.no_records {
    padding: 100px;
    text-align: center;
    font-weight: bold;
}

td.photo {
    width: 128px;
    height: 80px;
    text-align: center;
}

.scientific_name {
    font-style: italic;
}

#contributions_info {
}


/* forms */

label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    color: #02275E;
    padding: 5px 3px 1px 0px;
}

label.inline_tooltip {
    display: inline;
    padding: 0px 30px 0px 3px;
}

label.sublabel {
    font-weight: normal;
    font-style: italic;
    padding: 0 0 0 0
}

input {
    background: #0074AD;
    font-size: 12px;
    color: white;
}


/* input { background: #163A60; font-size: 18px; color: white; } commented out and replaced by above by Dean 03-06-2012 */

input[type=text] {
    background: white;
    color: #02275E;
}

input[type=file] {
    background: white;
    color: #02275E;
}

input[type=password] {
    background: white;
    color: #02275E;
}

#filter_form > fieldset > select {
    font-size: 1rem;
    height: 2.5rem;
    width: 100%;
    padding: 0 0 0 0.5rem;
    margin-bottom: 0.5rem;
}

fieldset {
    font-size: 12px;
    margin-bottom: 30px;
    padding: 0px 0px 0px;
}

legend {
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
}

/* taxonomy tree */

#tree {
}

/* taxon detail page */

.life {
    /*padding-left: 10px;*/
    padding-left: 1rem;
    color: #000000;
}

.kingdom {
    /*padding-left: 20px;*/
    padding-left: 2rem;
    color: #000000;
}

.phylum {
    /*padding-left: 30px;*/
    padding-left: 3rem;
}

.class {
    /*padding-left: 40px;*/
    padding-left: 4rem;
}

.order {
    /*padding-left: 50px;*/
    padding-left: 5rem;
}

.family {
    /*padding-left: 60px;*/
    padding-left: 6rem;
}

.genus {
    /*padding-left: 70px;*/
    padding-left: 7rem;
}

.species {
    /*padding-left: 80px;*/
    padding-left: 8rem;
}

#taxon_description p {
    font-size: 14px;
    line-height: 20px;
}


/* filters */

#institution_id {
    width: 180px;
}

#family_id {
    width: 182px;
}

#genus_id {
    width: 182px;
}

#species_id {
    width: 182px;
}

#catalog_number {
    width: 180px;
}

#collector_name {
    width: 180px;
}

#ecoregion_id {
    width: 200px;
}

#basin_id {
    width: 200px;
}

#locality_contains {
    width: 200px;
}

#subbasin_id {
    width: 200px;
}

#error_radius_max {
    width: 100px;
}

#major_acquifer {
    width: 160px;
}

#records_per_page {
    width: 40px;
}

.filter {
    margin-bottom: 5px;
}

.filter td {
    padding-top: 5px;
    padding-left: 0px;
}


/*#show_advanced { color: #02275E; border-bottom: 1px solid #02275E; font-size: 10.5px; cursor: pointer; }*/

#clear_search {
    color: #02275E;
    border-bottom: 1px solid #02275E;
    font-size: 10.5px;
    cursor: pointer;
    text-decoration: none;
}

#page_heading {
    padding-bottom: 10px;
    padding-top: 20px;
    background-color: white;
    top: 0px;
    padding: 0.5rem 1rem;
}

/*#page_heading h1 {
    font-size: 36px;
    padding: 0;
    margin: 0;
    font-weight: normal;
}*/

#page_content .details {
    font-size: 28px;
    padding: 0;
    margin: 0;
    font-weight: normal;
}


/* specimen detail page */

.large {
    font-size: 24px;
    line-height: 32px;
    color: #3D7BBB;
}

.small {
}

#specimen {
    width: 500px;
}

#photos {
    line-height: 24px;
}

#locality_detail {
    line-height: 24px;
}

#custom_details {
    background: #eee;
    border: dotted #ccc 1px;
    padding: 20px;
    width: 400px;
    float: right;
}

#custom_details h2 {
    color: #808080;
    margin: 0;
}

.custom_detail {
    line-height: 24px;
}

/* comments */

#fotx_comments_form {
    background: #B9D5FF;
}

.comment {
    padding: 0.5rem; /*40px;*/
    /*background: #DBF4FA;*/
    /*margin-bottom: 20px;*/
}

.comment_user_name {
    font-weight: bold;
}

.comment_content {
    line-height: 28px;
}

#id_honeypot {
    display: none;
}

#comment_form {
    /*width: 52rem;*/
    width: 50%;
    background: #B9D5FF;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0;
    border: solid #01558D 1px; /* lightgrey */
}

#comment_form table {
    padding: 0;
    margin: 0;
}

#comment_form th {
    /*background: none;*/
    text-align: left;
    /*width: 220px;*/
    /*width: 90%;*/
    /*padding: 0px;*/
    padding: 5%;
}

#comment_form p {
    line-height: 24px;
    font-size: 14px;
}

#comment_form h3 {
    color: #163A60;
    margin-top: 0;
    font-size: 22px;
}

#comment_form label {
    color: #163A60;
    line-height: 30px;
}

/*
#comment_form .right {
    float: right;
    width: 590px;
}

#comment_form .left {
    width: 400px;
    border-right: 0;
    height: 100%;
    padding-right: 20px;
}
*/

#comment_form input {
    /* width: 90%; */ /* 400px; */
    /*font-size: 16px;*/
    padding: 5px;
}

#comment_form input[type=submit] {
    /*width: 200px;*/
    /*width: 20rem;*/
    width: auto;
    padding: 0.2rem 1.5rem;
    background: #163A60;
    color: white;
    /*margin-left: 270px;*/
    /*margin-top: 10px;*/
    /*border-radius: 5px;*/
}

#comment_form textarea {
    /*width: 400px;*/
    width: 100%;
    height: 7%; /*150px;*/
    /*font-size: 16px;*/
    /*padding: 5px;*/
}

#primary_photo_box {
    /*float: right;*/
    /*width: 500px;*/
    width: 96%;
    /*border: solid #ddd 1px;*/
    /*padding: 10px;*/
    /*margin-left: 20px;*/
    margin: 1rem;
}

#primary_photo {
    width: 99%;
}

#primary_photo_credit {
    padding: 5px;
}

#primary_photo_title {
    padding: 5px;
}

#dist-map-video-box {
    /*float: right;*/
    width: 52rem; /*500px;*/
    background: #B9D5FF;
    border: 1px solid #01558D;
    padding: 0.5rem 1rem;
    margin: 1rem;
}

#dist_map_video {
    width: 99%;
}

#dist_map_video_credit {
    padding: 5px;
}

#dist_map_video_title {
    padding: 5px;
}

/*#main_content {
    display: inline-table;
}*/


/* map */

#map_pane {
    width: 700px;
}

#map_instructions {
    padding: 10px;
    font-size: 14px;
}

#records_pane {
    width: 300px;
    float: right;
    height: 650px;
}

#records_pane h3 {
    margin-bottom: 10px;
}

#records {
    height: 365px;
    overflow: auto;
}

.record {
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.record:hover {
    background: #eee;
    cursor: pointer;
}

.record_count {
    background-image: url("../../static/images/map/red_marker.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: arial;
    line-height: 32px;
}

.record_point {
    background-image: url("../../static/images/map/blue_square.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 32px;
    width: 32px;
    text-align: center;
}

.record_suspect {
    background-image: url("../../static/images/map/red_square.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 32px;
    width: 32px;
    text-align: center;
}

.record_near {
    width: 210px;
    float: right;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}

.record_exact {
    width: 210px;
    float: right;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}

.record_exact a {
    font-weight: bold;
}

.record_latlong {
    padding-left: 0px;
}

#map_filters {
    padding: 10px 5px 30px 5px;
}

#map_layers {
    width: 700px;
}

.map_button {
    background: white;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    border: 0;
    padding: 5px;
    width: 75px;
}

.map_button:hover {
    cursor: pointer;
}

.map_button_active {
    background: #eee;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    padding: 5px;
    width: 75px;
}

div.infowindow {
    height: 150px;
    width: 300px;
}

h3.infowindow {
    margin-bottom: 0px;
}

p.infowindow {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
}

p.infowindow_link {
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
}

#map {
    width: 100%;
    height: 640px;
}

#mini_map {
    width: 400px;
    height: 300px;
}

div.LabeledMarker_markerLabel {
    display: block;
    padding-top: 9px;
}

#records_pane #county {
    width: 265px;
}

#records_pane #family {
    width: 265px;
}

#records_pane #genus {
    width: 265px;
}

#records_pane #species {
    width: 265px;
}

#records_pane #basin {
    width: 265px;
}

#records_pane #huc_name {
    width: 265px;
}

#records_pane #natural_region {
    width: 265px;
}

div.LabeledMarker_markerLabel, #sidebar ul#sidebar-list li div.label {
    text-align: center;
    color: white;
    width: 32px;
    letter-spacing: 0px;
    font-size: 12px;
    font-family: Arial;
}


/* photos */

.image-caption {
    text-align: center;
    font-size: 0.9rem;
    font-style: italic;
    font-color: #ABABAB;
}

#photo_thumbnails {
    text-align: left;
    margin: 50px auto;
}

#photo_thumbnails a {
    margin:0 20px;
    display:inline-block;
    text-decoration:none;
    color:black;
}

#photo_thumbnails img {
    display:inline-block;
    border: 0;
    width: 128px;
    height: 88px;
    margin: 0.5rem;
}
#photo_thumbnails .photo {
    display:inline-block;
    padding: 20px;
}
#photo_thumbnails .caption {
    display:block;
}
#photo_thumbnails span {
    color: #0090D6;
    cursor: help;
}

#movies img {
    border: solid #ccc 1px;
}

/*# Loading Spinner.*/
#loading {
    position: absolute;
    display: none;
    z-index: 9900;
    /*top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
    top: 23%;
    left: 40%;
    width: 20%;
    height: 20%;
    opacity: .9;
    padding-top: 4%;
    /*padding-left: 8%;*/
    background: #02275E;
    color: #effdfd;
    text-align: center;
    font-size: 2rem;
    border: 3px solid #0074AD;
    border-radius: 50%;
}

#loading > div {
    text-align: center;
}

#loading_text {
    margin-top: 0;
    padding-top: 0;
    color: #effdfd;
}

/* content management and flatpages */

#flatpage {
    line-height: 14px;
    font-size: 10.5px;
    margin-bottom: 20px;
}

.download_button {
    border: solid #ccc 1px;
    width: 117px;
    cursor: pointer;
    padding: 5px;
}


/*  About Page (new Feb 2012 */

.style2 {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

.style4 {
    font-size: 14px;
}

.style6 {
    font-size: 18px;
    font-weight: bold;
}

.style8 {
    font-size: 24px;
    font-weight: bold;
}

.style10 {
    font-size: 36px;
    font-weight: bold;
}

.style11 {
    font-size: 12px;
}

.style12 {
    font-size: 16px;
}
