/* v2 css */

a.sightings:link {color:#000000;}
a.sightings:visited {color:#000000;}
a.sightings:hover {color:#444444;}
a.sightings:active {color:#dddddd;}

table.sightings
{
    border-color:#ff0000;
    border-spacing: 4px 4px;
    border: none;
    border-collapse: separate;
/*  table-layout: fixed;*/
}

th.sightings
{
    background-color: #ccccdd;
    border: none;
    border-radius: 2px 4px;
    box-shadow: 2px 2px 2px gainsboro ;
    padding: 4px ;
}

th.sightings_highlight
{
    background-color: #aaaabb;
    border: none;
    border-radius: 2px 4px;
    box-shadow: 2px 2px 2px gainsboro ;
    padding: 4px ;
}

tr.sightings
{
    border: none;
}

tr.sightings_highlight
{
    border: none;
}

td.sightings
{
    background-color: #eeeeff;
    border-radius: 2px 4px;
    border: none;
    box-shadow: 2px 2px 2px gainsboro ;
    padding: 4px ;
}

td.sightings_highlight
{
    background-color: #ddddff;
    border-radius: 2px 4px;
    border: none;
    box-shadow: 2px 2px 2px gainsboro ;
    padding: 4px ;
}

label.sightings
{
    width: 27.5%;
    float: left;
    text-align: right;
    clear: both;
    padding: 2px 2px;
}

select.date
{
    float: left;
    width: 19%;
}

select.grid_precision
{
    float: left;
    width: 6em;
}

input.sightings, select.sightings, textarea.sightings, select.species
{
    float: left;
    width: 55%;
}

input.sightings:focus, select.sightings:focus, textarea.sightings:focus, select.species:focus, select.date:focus 
{
    border-style: double;
}

input[type="radio"] 
{
    margin-left: 0;
}

input[type="checkbox"] 
{
    margin-top: 5px;
}

.post_mandatory
{
    float: right;
    width: 10%;
}

.post_error
{
    float: right;
    width: 10%;
    color: #ff0000;
}

.error
{
    color: #cc0000;
}

.error_title
{
    color: #cc0000;
    font-size:133%;
}

.success_title
{
    color: #00cc00;
    font-size:133%;
}

.status_image
{
    float: left;
    margin-right: 1%;
}

.status_info
{
    float: left;
    margin-left: 1%;
}

label.sightingsb
{
    width: 10%;
    text-align: right;
    display: inline-block;
}

@media only screen and (max-width: 768px)
{
    label.sightingsb
    {
        width: 40%;
        text-align: right;
        display: inline-block;
    }
}

select.sightingsb
{
    width: 14%;
    box-sizing:border-box;
}

@media only screen and (max-width: 768px)
{
    select.sightingsb
    {
        width: 50%;
        box-sizing:border-box;
        display:inline;
    }
}

input.sightingsb
{
    width: 14%;
    box-sizing:border-box;
}

@media only screen and (max-width: 768px)
{
    input.sightingsb
    {
        width: 50%;
        box-sizing:border-box;
        display:inline;
    }
}

button.sightingsb
{
}

#submit_button
{
    float: none;
    width: auto;
    clear: both;
}
    
br.sightings
{
    clear: both;
}

#submit_button
{
    float: none;
    width: auto;
    clear: both;
}
    
br.sightings
{
    clear: both;
}

/*
html_2017

#sighting_map 
{ 
    position: relative;
    width: 100%; 
    height: 0;
    padding-bottom: 100%;
}

fieldset.report
{
    width: 100%;
    border: 1px solid;
    padding-bottom: 2.5%;
    font-size: 85%
}
*/

#sighting_map 
{ 
    position: relative;
    width: 100%; 
    height: 0;
    padding-bottom: 100%;
}

fieldset.report
{
    width: 100%;
    border: 1px solid;
    padding-bottom: 2.5%;
}

.report_note
{
    clear: both;
}

.report_form
{
    float: left;
    width: 43%;
    margin-right: 1%;
    padding-right: 1%;    
}

@media only screen and (max-width: 768px)
{
    .report_form
    {
        width: 90%;
        margin-right: 1%;
        padding-right: 1%;    
    }
}

.report_info
{
    float: left;
    width: 53%;
    margin-left: 1%;
    padding-left: 1%;    
}

@media only screen and (max-width: 768px)
{
    .report_info
    {
        width: 90%;
        margin-left: 1%;
        padding-left: 1%;    
    }
}

.report_footer
{
    clear: both;
}

#report_map 
{ 
    position: relative;
    width: 100%; 
    height: 0;
    margin-top: 2%;
    padding-bottom: 115%;
}

table.events
{
    border-collapse: separate;
    border-spacing: 4px 4px;
    border: none;
}

th.events
{
    vertical-align: top;
    border: none;
    background-color: #ccccdd;
    border-radius: 2px 4px;
    box-shadow: 2px 2px 2px gainsboro ;
    padding: 4px ;
}

td.events
{
    vertical-align: top;
    border: none;
    background-color: #eeeeff;
    border-radius: 2px 4px;
    box-shadow: 2px 2px 2px gainsboro ;
    padding: 4px ;
}

td.events_diff
{
    vertical-align: top;
    border: none;
    background-color: #ddddff;
    border-radius: 2px 4px;
    box-shadow: 2px 2px 2px gainsboro ;
    padding: 4px ;
}

img.thumb_image 
{
    width: auto;
    max-height: 100%;
}

div.thumb_image 
{
    height: 64px;
}

div.image 
{
    margin: 5px;
    padding: 5px;
    border: 1px solid forestgreen ;
    border-radius: 4px 8px;
    box-shadow: 4px 4px 4px gainsboro ;
    height: 256px;
    width: 128px;
    float: left;
    text-align: center;
}

div.image img 
{
    display: inline;
    margin: 5px;
    border: 1px solid #ffffff;
}

div.image a:hover img 
{
    border:1px solid lightslategray;
    box-shadow: 2px 2px 2px gainsboro ;
}

div.image_desc 
{
    text-align: center;
    font-weight: normal;
    width: 120px;
    margin: 5px;
}
