nine
html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    /*border-top: solid 10px #E2E2E2*/
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

/* links */
a {
    color: #088A08;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover { color: #088A08; }
    
    
    a:hover { background-color: #f9fef7; }

    a.hovernone:hover { background-color: #efeeef; }
    
    a#refresh:hover { display: inline-block; background-color: #f9fef7; height:27px; }
/*end links */

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #8b9a74;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #645000;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
-----------------------------------------------------------*/
.content-wrapper {
      margin-right: auto;
      margin-left: auto;
      width: 90%;
}

#body {
    
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }

header .content-wrapper {
    padding-top: 10px; 
}

footer {
    clear: both;
    background-position: 50% 50%;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 200px;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #6b7941;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
    margin-bottom: 5px;
    display: flex;
  align-items: center;
  float: left;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #6b7941;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.email {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: none;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

    
    #username_mobile {width: auto}
    #password_mobile {width: auto}


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured ... line 216=banner colour, with gradient colour feature*/
.featured {
    background-color: #8b9a74;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #8b9a74 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #8b9a74 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #8b9a74));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #8b9a74 100%);
        background-image: -moz-linear-gradient(left, #7ac0da 0%, #8b9a74 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #8b9a74 100%);
        color: #3e5667;

}

    .featured .content-wrapper {
        
        padding: 15px 40px 15px 40px;
    }

        .featured .title h1, .featured .title h2 {
            color: #645252;
    }
        
        .featured .title2 h1 {text-align: center; margin: 0 auto; margin-left: auto; margin-right: auto; color: #645252;
    }


        .featured p {
            font-size: 1.1em;
        }

/* page titles */
.title {
    margin-bottom: 10px;
}

.title h1, .title h2 {
    text-align: center; margin: 0 auto; margin-left: auto; margin-right: auto;
}

.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/leaf.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/leaf.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/Leaf.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/Leaf.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/Leaf.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/Leaf.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/Leaf.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/Leaf.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/Leaf3.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/Leaf2.png") no-repeat;
        }


/* content */

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other, on small screens 
*/
    .sectionhalf, .asidehalf {
        float: none;
        width: 100%;
        height: auto;
        margin-top: 0; 
        padding-top: 0;
    }

/* shared rule for asides to fit images inside the outline - copilot          */

.aside img,
.asidehalf img {
    max-width: 100%;
    margin-top: 0 !important;
    height: auto;
    display: block;
    /*margin: 0 auto;  center the block image inside its container */ }

.aside-image {
    display: block;
    margin: 2rem auto 0;   /* centers and adds spacing above */
    width: 90%;
}
   

.asidehalf a {
    display: inline-block;
    margin: 0.5rem auto 0;  /* center and give a bit of space from caption */
}

.aside,
.asidehalf { 
    overflow: hidden; }

.asidehalf {
    vertical-align: top;
}

/*Different sized sections paired with their asides*/
.sectionhalf { 
    float: left; 
    width: 50%; 
}

/*added to reduce the use of <br> tags for spacing between <p> text blocks*/
.sectionhalf p {
    margin-bottom: 1rem;
}

.asidehalf { 
    float: left; 
    width: 50%; 
    overflow: hidden;
    padding-top: 3rem;   
}

/*added to reduce size admin input box suggested by copilot*/
.onechar {
    width: 2ch;
}

.twochar {
    width: 4ch;
}

.seventyfour {width: 74%;}
.sectionseventy {float: left; width: 70%;}
.aside {float: right; width: 30%;}
.asidethirty {float: left; width: 30%;}
.ninetyfive {width: 95%;}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 350px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */

/*MODAL POP_UP WINDOW PHOTOS*/
/*We style our dialog box by giving it a fixed position, meaning it will not move down the page, when open, if you scroll. We also set our top, right, bottom, and left edges to 0 so that our dark background will span across the entire monitor.*/
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
    -webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
    
}
/*Now let’s add our :target pseudo class as well as the styling for our modal box.*/
.modalDialog:target {
	opacity:1;
    display: block;
	pointer-events: auto;
}

.modalDialog > div {
	max-width: 82vh;
   /* max-height: 84vh;*/
    width: 50%;
	/*height:510px;*/
    position: relative;
	margin: 5% auto;
	/* padding: 5px 20px 13px 20px;*/
	padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #7AC0DA; }

/*END MODAL POP_UP WINDOW PHOTOS*/

/*create pdf*/
#excel, #pdf{
    float: right;
    margin-top: 3px;
    margin-left: 20px;
}

/*fieldset style*/

fieldset {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.45em;
    padding-bottom: 0.625em;
    padding-left: 10px;
    padding-right: 10px;
    }

    fieldset legend {
        display: block;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
}

label {
    display: block;
    font-size: 1em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

#selectbox{
    display: block;
    width: auto;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 6px;
}

.selectbox2{
    display: block;
    width: auto;
    font-size: 1em;
    padding-bottom: 6px;
    text-align:left; font-weight:normal; height:700px; width:400px; 
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 450px;
    }

textarea {
    width: 450px;
    font-family: Verdana, Helvetica, Sans-Serif;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

    form .search-btn {
    padding: 5px 7px;        /* smaller button */
    font-size: 1em;        /* smaller icon */
    border-radius: 6px;      /* rounded corners */
    margin-right: 4px;       /* optional */
}

    form .search-btn i {
    font-size: 1em;          /* icon size */
}


   .selectbox {
        color: #333;
        background: #fff;
        font-size: 1.2em;
        font-style: normal;
        width: auto;
        height: 30px;
     }
   
   .bolditalic {
        color:#55663b;
        font-weight:bold;
        font-style:italic;
     }

   .boldmob {
        color:#55663b;
        font-weight:bold;
        font-style:normal; text-align: center; margin: 0 auto; margin-left: auto; margin-right: auto;
     }

    .bold {
        color:#55663b;
        font-weight:bold;
        font-style:normal;
     }

    .paragraph {
        width: 900px;
    }

    .paragraphmob {
        width: 380px; text-align: center; margin: 0 auto; margin-left: auto; margin-right: auto;
    }

.redwarning {color:#e80c4d; font-weight:bold; font-style:normal;}

/*pop-up text and images*/

span.dropt {border-bottom: thin dotted; background: #eaf9f1;}
span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; }
span.dropt:hover span {left: 2%; background: #ffffff;} 
span.dropt span {position: absolute; left: -9999px;
  margin: 4px 0 0 0px; padding: 3px 3px 3px 3px; 
  border-style:solid; border-color:black; border-width:1px;}
       
/* edit forms */

.enlarge:hover {transition: 0.3s ease;
  transform:scale(3.3,3.3);
	transform-origin:0% 0%;
}

.enlarge2:hover {transition: 0.3s ease;
	transform:scale(3.3,3.3);
	transform-origin:49% 0%;
}

.enlarge3:hover {transition: 0.3s ease;
	transform:scale(3.3,3.3);
	transform-origin:97% 0%;
}

.enlarge4:hover {transition: 0.3s ease;
	transform:scale(3.3,3.3);
	transform-origin:0% 49%;
}

.enlarge5:hover {transition: 0.3s ease;
	transform:scale(3.4,3.4);
	transform-origin:49% 49%;
}

.enlarge6:hover {transition: 0.3s ease;
	transform:scale(3.3,3.3);
	transform-origin:97% 49%;
}

.enlarge7:hover {transition: 0.3s ease;
	transform:scale(3.3,3.3);
	transform-origin:0% 97%;
}

.enlarge8:hover {transition: 0.3s ease;
	transform:scale(3.3,3.3);
	transform-origin:49% 97%;
}

.enlarge9:hover {transition: 0.3s ease;
	transform:scale(3.3,3.3);
	transform-origin:97% 97%;
}

.enlargeeec:hover {
	transform:scale(3.8,3.8);
	transform-origin:0px 9px;
}

.enlargeeec2:hover {
	transform:scale(3.8,3.8);
	transform-origin:45px 9px;
}

.enlargeeec3:hover {
	transform:scale(3.8,3.8);
	transform-origin:90px 9px;
}

.imagemodal {
    height:100%; 
    width:100%;
    transition: transform 0.25s ease; 
    cursor: zoom-in;
}

.imagemodal.zoomed { 
    transform: scale(2.5); 
    cursor: zoom-out; 
}

#listname {text-align:center; font-style:italic; font-weight:bold; width:90px; margin-right:10px; margin-left: 5px;}
#listnameg {text-align:center; font-style:italic; font-weight:bold; width:90px; margin-right:10px; margin-left:5px; background-color:#f5f1f1;}
#listnamegmob {text-align:center; font-style:italic; font-weight:bold; width:90px; margin-right:15px; margin-left:15px; background-color:#f5f1f1;}
#generalarea {text-align:center; font-weight:bold; width:200px; margin-right:10px; margin-left:10px;}
#generalareag {text-align:center; font-weight:bold; width:200px; margin-right:10px; margin-left:10px; background-color:#f5f1f1;}
#generalareagmob {text-align:center; font-weight:bold; width:200px; margin-right:20px; margin-left:20px; background-color:#f5f1f1;}
#amgzone {text-align:center; font-weight:normal; width:30px; margin-right:10px; margin-left:10px;}
#amgzoneg {text-align:center; font-weight:normal; width:30px; margin-right:10px; margin-left:10px; background-color:#f5f1f1;}
#amgzonegmob {text-align:center; font-weight:normal; width:30px; margin-right:30px; margin-left:30px; background-color:#f5f1f1;}
#amgeasting {text-align:center; font-weight:normal; width:55px; margin-right:10px; margin-left:10px; background-color:#f5f1f1;}
#amgeastingg {text-align:center; font-weight:normal; width:55px; margin-right:10px; margin-left:10px; background-color:#f5f1f1;}
#amgeastinggmob {text-align:center; font-weight:normal; width:55px; margin-right:35px; margin-left:35px; background-color:#f5f1f1;}
#amgnorthing {text-align:center; font-weight:normal; width:63px; margin-right:10px; margin-left:10px; background-color:#f5f1f1;}
#amgnorthingg {text-align:center; font-weight:normal; width:63px; margin-right:10px; margin-left:10px; background-color:#f5f1f1;}
#latitude {text-align:center; font-weight:normal; width:440px; margin-right:5px; margin-left:5px;}
#latitudeg {text-align:center; font-weight:normal; width:440px; margin-right:5px; margin-left:5px; background-color:#f5f1f1;}
#latitudegmob {text-align:center; font-weight:normal; width:140px; margin-right:5px; margin-left:5px; background-color:#f5f1f1;}
#longitude {text-align:center; font-weight:normal; width:445px; margin-right: 5px; margin-left:5px;}
#longitudeg {text-align:center; font-weight:normal; width:445px; margin-right: 5px; margin-left:5px; background-color:#f5f1f1;}
#longitudegmob {text-align:center; font-weight:normal; width:140px; margin-right: 15px; margin-left:15px; background-color:#f5f1f1;}
#datum {text-align:center; font-weight:normal; width:90px; margin-right: 10px; margin-left:10px;}
#datumg {text-align:center; font-weight:normal; width:90px; margin-right: 10px; margin-left:10px;background-color:#f5f1f1;}
#precision {text-align:center; font-weight:normal; width:60px; margin-right: 10px; margin-left:10px;}
#precisiong {text-align:center; font-weight:normal; width:60px; margin-right: 10px; margin-left:10px; background-color:#f5f1f1;}
#surveydate {text-align:center; font-weight:normal; width:90px; margin-right:10px; margin-left: 10px;}
#surveydateg {text-align:center; font-weight:normal; width:90px; margin-right:10px; margin-left: 10px; background-color:#f5f1f1;}
#surveydategmob {text-align:center; font-weight:normal; width:90px; margin-right:35px; margin-left: 35px; background-color:#f5f1f1;}
#collectorname {text-align:left; font-weight:normal; height:25px; width:98%; margin-right:0px; margin-left: 5px;}
#collectornameg {text-align:left; font-weight:normal; height:25px; width:905px; margin-right:0px; margin-left: 5px; background-color:#f5f1f1;}
#localarea {text-align:left; font-weight:normal; height:60px; width:440px; margin-right:5px; margin-left: 5px;}
#localareag {text-align:left; font-weight:normal; height:60px; width:440px; margin-right:5px; margin-left: 5px; background-color:#f5f1f1;}
#localareagmob {text-align:center; font-weight: normal; height: 40px; width: 380px;   background-color: #f5f1f1;}
#site {text-align:left; font-weight:normal; height:60px; width:440px; margin-right: 5px; margin-left:5px;}
#siteg {text-align:left; font-weight:normal; height:60px; width:440px; margin-right: 5px; margin-left:5px; background-color:#f5f1f1;}
#lotplan {text-align:center; font-weight:normal; width:440px; margin-right:5px; margin-left:5px;}
#lotplang {text-align:center; font-weight:normal; width:440px; margin-right:5px; margin-left:5px; background-color:#f5f1f1;}
#lotplangmob {text-align:center; font-weight:normal; width:380px; margin-right:5px; margin-left:5px; background-color:#f5f1f1;}
#regionalecosystemli {text-align:center; font-weight:normal; width:440px; margin-right: 5px; margin-left:5px;}
#regionalecosystemlig {text-align:center; font-weight:normal; width:440px; margin-right: 5px; margin-left:5px; background-color:#f5f1f1;}
#notesli {text-align:left; font-weight:normal; height:100px; width:900px; margin-left:5px;}
#noteslong {text-align:left; overflow-wrap: normal; font-weight:normal; height:200px; width:900px; margin-left:5px;}
#noteslig {text-align:left; font-weight:normal; height:100px; width:900px; margin-left:5px; background-color:#f5f1f1;}

#listnameprint {text-align:left; border:none; font-style:italic; font-weight:bold; margin-right:10px; margin-left: 10px; background-color: #EFEEEF;}
#printlist {text-align:left; border:none; font-style:normal; font-weight:normal; margin-right:10px; margin-left: 10px; width:750px; background-color: #EFEEEF;}
#listnotes {background-color:#EFEEEF; font-size:medium; border:none; overflow-wrap:normal; width:800px; height:100px;}

#topmob input{text-align: center; font-weight: bold; margin: 0 auto; margin-left: auto; margin-right: auto;}

#indent {margin-left: 20%; margin-right: auto;}
.centremob {display: flex; flex-direction: column; align-items: center; text-align: center; margin: 0 auto; margin-left: auto; margin-right: auto; word-break:break-word; word-wrap: break-word;}
.centremobbold {text-align: center; margin: 0 auto; margin-left: auto; margin-right: auto; font-weight:bold;}

#searchmob {text-align:center; font-weight:bold; width:90%; margin: 0 auto; margin-left:auto; margin-right:auto;}
#search {text-align:center; font-weight:bold; border-radius:5px; width:350px; font-size: 15x; margin-left: 25px;}
#searchsmall {text-align:center; font-weight:bold; width:50%; font-size: 15px; border: none; margin-top: 3px;}f

.search-container button {
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    border-radius: 5px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.search-container button:hover {
    background: #f9fef7;
}

.search-container button i {
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}

#regionalecosystem {text-align:center; font-weight:bold; width:90px; margin-left: 5px;}
#regionalecosystemmob {text-align:left; font-weight:bold; width:90px; margin-left: 0px; padding: 0px;}
#relarge {text-align:center; font-weight:bold; font-size: x-large;}
#regeneral {text-align:center;}
#regionalecosystemgmob {text-align:center; font-weight:bold; width:90px; margin: 0 auto; margin-left:auto; margin-right:auto; background-color:#f5f1f1;}
#biodiversitystatus {text-align:center; width:160px; margin-left:20px; margin-right:20px; }
.textareaseventy {width:700px; height:100px;}

#biodiversitystatusgmob {text-align:center; width:160px; margin: 0 auto; margin-left:auto; margin-right:auto; background-color: #f5f1f1;}
#prioritygmob {text-align:center; width:20px; margin: 0 auto; margin-left:auto; margin-right:auto; background-color: #f5f1f1;}

#frasercoastpriority {text-align:center; width:20px; margin-left:40px; margin-right:40px; }
#frasercoastpriorityg {text-align:center; width:20px; margin-left:40px; margin-right:40px; background-color: #f5f1f1;}
 
#shortdescription {height: 50px; width: 440px; }
#shortdescriptiong {height: 50px; width: 440px; background-color: #f5f1f1;}

.retextboxmob {text-align:center; width:380px; height: 100px; background-color: #f5f1f1;}

#notesre {height: 50px; width: 440px; margin-left:10px;}
#notesreg {height: 50px; width: 440px; margin-left:10px; background-color: #f5f1f1;}
#comments {height:100px; width:900px;}
#commentsg {height:100px; width: 900px; background-color: #f5f1f1;}
#commentsgmob {height:fit-content; width:300px; background-color:#f5f1f1;}
#specialvalues {height: 100px; width: 440px;}
#specialvaluesg {height: 100px; width: 440px; background-color: #f5f1f1;}
#location {height: 100px; width: 440px;}
#locationmob {height: 100px; margin-left: 0px; width: 440px; text-align: left;}
#locationg {height: 100px; margin-left: 10px; width: 440px; background-color: #f5f1f1;}
#longdescription {height: 450px; width: 440px;}
#longdescriptiong {height: 450px; width: 440px; background-color: #f5f1f1;}
#imagemap {width: 440px; margin-left: 10px; margin-right: 0px;}

.row label{
    display: block;
    text-align: left;
}

.labelfloatcenter label{
    display: block;
    text-align: center;
}

#image  {float: left; margin-left: 1.6%; margin-right: 1.6%; height: 29%; width: 29%;}
#image2 {float: left; margin-left: 1.6%; margin-right: 1.6%; height: 29%; width: 29%;}
#image3 {float: left; margin-left: 1.6%; margin-right: 0%; height: 29%; width: 29%;}
#image4 {float: left; margin-left: 1.6%; margin-right: 1.6%; height: 29%; width: 29%;}
#image5 {float: left; margin-left: 1.6%; margin-right: 1.6%; height: 29%; width: 29%;}
#image6 {float: left; margin-left: 1.6%; margin-right: 0%; height: 29%; width: 29%;}
#image7 {float: left; margin-left: 1.6%; margin-right: 1.6%; height: 29%; width: 29%;}
#image8 {float: left; margin-left: 1.6%; margin-right: 1.6%; height: 29%; width: 29%;}
#image9 {float: left; margin-left: 1.6%; margin-right: 0%; height: 29%; width: 29%;}

.scientificname {width: 460px; font-weight:bold; font-style:italic;}
#scientificnameg {width: 460px; margin-right: 10px; color:#55663b; font-weight:bold; font-style:italic; font-size: 1.5em;}
#scientificnamegmob {text-align:center; font-weight:bold; width:350px; margin: 0 auto; margin-left:auto; margin-right:auto; color:#55663b; font-weight:bold; font-style:italic; font-size: 1.5em; background-color: #f5f1f1;}

#genus {color:#55663b; font-size: 2em; font-weight:bold; font-style:italic;}
#species {color:#55663b; font-size: 2em; font-weight:bold; font-style:italic;}

#family {width: 230px; margin-left: 0px;}
#familyg {width: 230px; margin-left: 0px; background-color: #f5f1f1;}
#familygmob {text-align:center; width: 240px; margin: 0 auto; margin-left:auto; margin-right:auto; background-color:#f5f1f1;}
#commonname {width: 208px; margin-left: 10px;}
#commonnameg {width: 207px; margin-left: 10px; background-color: #f5f1f1;}
#commonnamegmob {text-align:center; width: 350px; margin: 0 auto; margin-left:auto; margin-right:auto; background-color: #f5f1f1;}
#taxonauthor {width: 460px;}
#taxonauthorg {width: 460px;  margin-right: 0px; background-color: #f5f1f1;}
#taxonauthorgmob {text-align:center; width: 350px; margin: 0 auto; margin-left:auto; margin-right:auto; background-color: #f5f1f1;}
#clas {width: 140px; margin-left: 0px;}
#clasg {width: 140px; margin-left: 0px; background-color: #f5f1f1;}
#clasgmob {text-align:center; width: 140px; margin: 0 auto; margin-left:auto; margin-right:auto; background-color: #f5f1f1;}
#plantform {width: 250px; margin-left: 70px; text-align: center;}
#plantforme {width: 250px; margin-left: 50px;}
#plantformeg {width: 250px; margin-left: 50px; text-align: center; background-color: #f5f1f1;}
#plantformegmob {text-align:center; width: 250px; margin: 0 auto; margin-left:auto; margin-right:auto; background-color: #f5f1f1;}
#status2 {width: 10px; text-align: center; margin-left: 30px; margin-right: 30px; font-size: large; font-weight: bold;}

.weed-badge { 
    background-color: red;
    color: white;
    width: 100px;
    padding: 4px 8px;
    border-radius: 4px;
    display: block; /* forces new line */ 
    text-align: center; /* centres the text */ 
    font-weight: 400; /* slightly bold, not heavy */ 
    font-size: 1.1rem; /* slightly larger text */ 
    margin-top: 6px; /* optional spacing above */
    margin-left: 5%;}

#weed {width: 100px; text-align: center; margin-left: 30px; margin-right: 30px; font-size: medium; color: #FFFFFF; background-color: #efeeef; border-color: #efeeef ; border-radius:5px; padding: 5px; padding-right:10px ; padding-left: 10px;}
#weedmembers {width: 100px; text-align: center; margin-left: 30px; margin-right: 30px; font-size: medium; color: #FFFFFF; background-color: #FF0000; border-color: #efeeef ; padding: 5px; padding-right:10px ; padding-left: 10px;}
#weedmob {width: 40px; text-align: center; margin-left: 30px; margin-right: 30px; font-size: small; color: #FFFFFF; background-color: #efeeef; border-color: #efeeef ; padding: 5px; padding-right:10px ; padding-left: 10px;}
#status2g {width: 10px; text-align: center; margin-left: 30px; margin-right: 30px; background-color: #f5f1f1; font-size:large; font-weight:bold;}
#status2gmob {width: 10px; text-align: center; margin-left: 70px; margin-right: 70px; background-color: #f5f1f1; font-size:large; font-weight:bold;}
#wetlandgmob {width: 50px; text-align: center; margin-left: 10px; margin-right: 10px; background-color: #f5f1f1;}
#censusegmob {width: 50px; text-align: center; margin-left:10px; margin-right: 10px; background-color: #f5f1f1;}
#status {width: 30px; text-align: center; margin-left: 30px; margin-right: 30px;}

.center {text-align: center;}
.textboxg {width: 60px; text-align: center; margin-left: 20px; margin-right: 20px; background-color: #f5f1f1;}
.textboxa {width: 40px; text-align: center; margin-left: 30px; margin-right: 30px; background-color: #f5f1f1;}

#epbcg {background-color: #f5f1f1;}
#statusg {background-color: #f5f1f1;}

#statusgmob {width: 10px; background-color: #f5f1f1;}
#statusgmobm {width: 10px; text-align: center; margin-left: 10px; margin-right: 10px; background-color: #f5f1f1;}
#statuss {width: 72px; margin-left: 20px; margin-right: 20px;}
#epbc {width: 30px; text-align: center; margin-left: 18px; margin-right: 18px;}
#epbcs {width: 72px; text-align: center; margin-left: 20px; margin-right: 20px;}
#census {width: 60px; text-align: center; margin-left: 60px; margin-right: 60px;}
#censuss {width: 72px; margin-left: 55px; margin-right: 55px; text-align: center;}
#censuse {width: 60px; margin-left: 55px; margin-right: 55px;}
#censusgg {width: 60px;  text-align: center; margin-left: 21px; margin-right: 21px; background-color: #f5f1f1;}
#ala {width: 60px;  text-align: center; margin-left: 55px; margin-right: 55px; background-color: #f5f1f1;}
#picexists {width: 60px;  text-align: center; margin-left: 1px; margin-right: 1px; background-color: #f5f1f1;}
#alagmob {width: 50px; text-align: center; margin-left: 10px; margin-right: 10px; background-color: #f5f1f1;}
#flag {width: 72px; margin-left: 62px; margin-right: 62px; text-align: center;}
#flagg {width: 60px; margin-left: 62px; margin-right: 62px; text-align: center; background-color: #f5f1f1;}
#flage {width: 60px; margin-left: 80px; margin-right: 80px; background-color: #f5f1f1;}
#endemicity {width: 450px; margin-right: 0px;}
#notes {height: 200px; width: 98%;}
.notes {height: 200px; width: calc(100% - 50px);}
#photo {height: 40px; width: 460px;}
#photog {height: 40px; width: 540px; background-color: #f5f1f1;}
#notesg {height: 150px; width: 98%; background-color: #f5f1f1;}
#reported{width: 460px; background-color: #f5f1f1;}

.container  {
    display: flex; justify-content: center; flex-wrap: wrap;
}

#ta {
    width: 98%;
    min-height:10px;
    max-height:300px;
    resize:none;
    background-color: #f5f1f1;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

/*new grids copilot */
#gridcentre { padding-right: 30px; }

/* Tables - grids
----------------------------------------------------------*/
table.grid                       {margin: 0 auto; width:100%; border:1px solid black;}
table.grid tr td                 {border:1px solid black; padding:8px 0 8px 8px;} 
table.grid tr:nth-child(odd)	 {background-color:#eee;}
table.grid tr:nth-child(even)	 {background-color:#fff;}
.grid td:first-child a {
    font-weight: 650; /* between semi-bold and bold*/
}
table.grid th                    {background-color:#b9c9a0; color:#ece6e6; font-size:larger; text-align:center;}
table.grid tfoot                 {vertical-align:middle; border-color:inherit; font-size: 12pt; text-align: center;}
table.grid tfoot a               {font-weight:bold; color:#333; border:1px #333 solid;}
table.grid .listnamegrid         {text-align:center; font-weight:bold;}
table.grid .surveydategrid       {text-align:center;}
table.grid #status               {text-align:center; color:black; font-weight: 500;}
table.grid #imagegrid            {text-align:center; color:black; font-weight: 500;}
table.grid .scientificname       {color:#088A08; font-weight:bold; font-style:italic;}
table.grid #regionalecosystemgrid {text-align:center; font-weight:bold;}
table.grid #gridcentre           {margin: 0 auto; width: 100%;}
table.grid .columnstatus         {color: black; text-align:center; font-weight:bold; width: 50px;}

/*leaflet maps*/
.fullwidth {
    clear: both;
    width: 100%;
}

#map {
    width: 100%;
    aspect-ratio: 1 / 1; 
    max-width: 600px;
    margin: 20px auto;
}

/* OVERRIDE FOR FULL-WIDTH MAPS */
#map.fullwidth {
    width: 100% !important;
    max-width: none !important;
    margin: 20px 0 !important;
    aspect-ratio: auto !important;
}


#map1 {width: 99%; height: 600px}
#map2 {width: 99%; height: 600px}

/*leaflet map legend*/
 .info {
    padding: 3px 4px;
    font: 10px/12px Arial, Helvetica, sans-serif;
    font-weight:bold;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 5px;
 }

.leaflet-control-layers-selector{
    width:45px;
}

.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;
    text-align: center;
}

.info4 {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    font-style: normal;
    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;
}

.legend3 {
    line-height: 18px;
    color: #555;
}
.legend3 i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.mapbox-wordmark-control {
    height: 20px;
    width: 65px;
    background-image: url('../Images/mapbox-logo-black.svg');
    background-repeat: no-repeat;
    background-size: 65px 20px;
    margin-bottom: 4px;
}

/*Copilot  to correct position of Mapbox mark */
.leaflet-bottom.leaflet-left {
    display: flex;
    flex-direction: column;
}

.leaflet-bottom.leaflet-left .mapbox-wordmark-control {
    order: 0; /* top */
}

.leaflet-bottom.leaflet-left .info4 {
    order: 1; /* below the watermark */
}



/*  button styles  https://resource-centre.net/css3-tutorials/turning-links-into-buttons/    and https://www.w3schools.com/css/css3_shadows_box.asp     */

a.button{
    background-color: #eaebe9;
    border:4px double rgb(224, 226, 224);
    border-radius:5px;
    color:#3b6c54;
    margin-right:10px;
    margin-top: 20px;
    padding:4px 4px 4px 4px;
    display: inline-block;
    width: 120px;
    text-align: center;
    box-shadow: 0 10px 20px -15px rgba(0, 0, 0,.7);
   
     transition: all 0.5s; 
    }
    a.button:hover {
      background-color: #f9fef7;
    }

/********************
*   Back button CoPilot *
********************/

.btn-back {
    display: inline-block;
    padding: 6px 12px;
    background-color: #ddd;
    border: 1px solid #aaa;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.btn-back:hover {
    background-color: #ccc;
}



/********************
*   Mobile Styles   *
********************/

@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
       padding-right: 10px;
      padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }


    
    .sectionseventy {
    float: left;
    width: 70%;
    padding-right: 30px;   /* this creates the right-hand gap */
    overflow: hidden;      /* ensures the column contains map + table */
}

    .aside {
    /*float: left;*/
    width: 30%;
    }

    /* mobile stacking */
    @media (max-width: 800px) {
    .sectionseventy,
    .aside {
        float: none;
        width: 100%;
        padding-right: 0;
        }
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right, 
    footer .content-wrapper {
        text-align: center; margin: 0 auto; margin-left: auto; margin-right: auto; background-color: #E2E2E2; height: 50px;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
           }

        footer p {
            margin: 0;
        }

/* Responsive and mobile friendly tooltip https://osvaldas.info/elegant-css-and-jquery-tooltip-responsive-mobile-friendly*/
#tooltip
{
    text-align: center;
    color: #fff;
    background: #645000;
    border-radius: 25px;

    position: absolute;
    z-index: 100;
    padding: 15px;
}
 
    #tooltip:after /* triangle decoration */
    {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #645000;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }
 
        #tooltip.top:after
        {
            border-top-color: transparent;
            border-bottom: 10px solid #111;
            top: -20px;
            bottom: auto;
        }
 
        #tooltip.left:after
        {
            left: 10px;
            margin: 0;
        }
 
        #tooltip.right:after
        {
            right: 10px;
            left: auto;
            margin: 0;
        }
    }
/********************
*  END  Mobile Styles   *
********************/

/* Copilot recommended for EditListA*/
.tag-container {
    margin-top: 5px;
}

.tag {
    display: inline-block;
    background: #e0e0e0;
    padding: 4px 8px;
    margin: 3px;
    border-radius: 4px;
    font-size: 0.9em;
}

.tag .remove-tag {
    background: none;
    border: none;
    margin-left: 6px;
    cursor: pointer;
    font-weight: bold;
}

/* Copilot Force Select2 to display correctly */
.select2-container--default .select2-selection--single {
    height: 38px !important;
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    padding: 4px !important;
    background-color: white !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}

/* Prevent global input/textarea styles from affecting Select2 */
.select2-container--default .select2-selection--single {
    font-size: 1em !important;
    width: auto !important;
    padding: 4px !important;
}

/* Copilot ,,,, but vertical height always one line as this is a select box */
.text-box.select-collector {
    width: 50%;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 600; /* semi-bold */
    font-family: inherit;
    height: auto;
    max-height: 120px;
    overflow-y: auto;
}

.notes-auto {
    width: 50%; 
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 600; /* semi-bold */
    font-family: inherit;         /*  */
    min-height: 80px;     /* starting height */
    overflow-y: hidden;   /* prevents scrollbars */
    resize: none;         /* optional: prevents manual resizing */
}

/* Create a textbox class */

.text-box {
    width: 50%;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 600; /* semi-bold */
    font-family: inherit;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    height: 32px;
    color: #333;
    background-color: white;
}


input[type="date"].text-box {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    line-height: normal;
    padding: 6px 8px;
    height: 32px;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
}

.readonly-box {
    background-color: #e9ecef;   /* light grey */
    color: #555;                 /* slightly muted text */
}

.searchresults {color:#6b7941; font-weight:bold; font-style:normal;}

/*copilot index page layout */

/* Flex container */
.home-layout {
    display: flex;
    align-items: flex-start; /* photo aligns to top */
    gap: 2rem;
}

/* Left column */
.section50 {
    flex: 1;                 /* takes 2/3 of the width */
    padding: 0;
    margin: 0;
}

/* Right column */
.aside50 {
    flex: 1;
    float: none !important;
    width: auto !important;
    padding-top: 0 !important;
    text-align: center;
}

.aside50 img {
    max-width: 60% !important;
    width: 60% !important;
    height: auto;
    display: block;
    margin: 0 auto;
}

    /*responsive rule for narrow screens*/
    @media (max-width: 600px) {
    .home-layout {
        flex-direction: column;
        }

    #section50,
    .aside50 {
        width: 100%;
        }

    .aside50 img {
        max-width: 80%;   /* optional: slightly larger on mobile */
        }
    }

        
    /* container for photo and credit*/
    .aside .photo-block img {
    margin: 0 !important;
    padding: 0 !important;
}

.aside .photo-credit {
    font-size: 0.8rem;
    color:#3b6c54;
    margin: 2px 0 12px 0 !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: 1.1 !important;
}

.aside .photo-block {
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    font-size: 0 !important; 
    line-height: 0 !important;
}

.aside .photo-block a { 
    display: block !important; 
    line-height: 0 !important; }

/*   collector entry */
.collector-name-box {
    height: 50px;   /* or whatever height you want */
    font-size: 1.2rem; /* optional, makes text scale nicely */
}

.text-center {
    text-align: center !important;

}

/*   fix problem where white box appears on mouse hover over pdf link*/
.pdf-button {
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    float: right;
}

.pdf-button:hover {
    background: transparent;
}











