/*
 * iOS 26 fix (2025): Footer uses flexbox for alignment instead of inline-block + bottom offsets.
 * Safe-area-inset uses constant() / -webkit-env() / env() fallbacks for iOS 11.0 through iOS 26+.
 * Body padding-bottom is 0 because the fixed .navbar handles its own safe-area padding.
 */

html, body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    color: #323338;
    line-height: 1.2em;
    font-size: 15px;
    line-height: 20px;
    border: none;
    margin: 0;
    padding: 0px;
    height: 100vh;
     -webkit-user-select: none;
    -moz-user-select: -moz-none;
     -ms-user-select: none;
         user-select: none;
}

body {
    padding-top:0;
    padding-right: constant(safe-area-inset-right);
    padding-right: -webkit-env(safe-area-inset-right);
    padding-right: env(safe-area-inset-right);
    padding-bottom: 0;
    padding-left: constant(safe-area-inset-left);
    padding-left: -webkit-env(safe-area-inset-left);
    padding-left: env(safe-area-inset-left);
}

html.platform-ios body {
    padding-top: constant(safe-area-inset-top);
    padding-top: -webkit-env(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
}

html {
    overflow-y: scroll;
}

.can-select-text {
    -webkit-user-select: text;
    -moz-user-select: -moz-text;
     -ms-user-select: text;
         user-select: text;
}


.fullscreen {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}

.delete {
    visibility: hidden;
    height: 0px;
}

.h3 {
    font-size: 14px;
}

.bold {
	font-weight: bold;
}

.white {
    color: #ffffff;
}

.dark {
    color: #323338;
}

.light-grey {
    color: #e6e6e6;
}

.grey {
    color: #828d93;
}

.red {
    color: maroon;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-left-5 {
	margin-left: 5px;
}
.margin-left-15 {
	margin-left: 15px;
}
.disabledbutton {
	pointer-events: none;
	opacity: 0.4;
}

.alertMsg {
    font-size: 12px;
    color: maroon;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
}

.orange {
    color: #e57c1a;
}

.bgDark {
    background-color: #323338;
}

.bgLightGrey {
    background-color: #e6e6e6;
}


.validationClass_-2 {
    background-color: maroon;
}
.validation_-2 {
	color: maroon;
}

.validationClass_-1 {
    background-color: grey;
    border: solid 2px black;
}
.validation_-1, validation_0 {
	color: gray;
}

.validationClass_0 {
    background-color: gray;
}

.validationClass_1 {
    background-color: gray;
    border: solid 2px #323338;
}

.validationClass_5 {
    background-color: green;
}

.validation_5 {
	color: green;
}


.bgOrange {
    background-color: #e57c1a;
}

.bgGreen {
    background-color: lightgreen;
}

.bgDarkRed {
    background-color: darkred;
}

.bgRed {
    background-color: lightcoral;
}

.bgWhite {
    background-color: #fff;
}

.msgHeader-info {
    color: #fff;
}

.msgHeader-success {
    color: green;
}

.msgHeader-warning {
    color: #e57c1a;
}

.msgHeader-error {
    color: #ba1a20;
}

.msgHeader-validation {
    color: #e57c1a;
}

a {
    color: #323338;
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:active, a:focus {
    color: #e57c1a;
    text-decoration: none;
    cursor: pointer;
}

.backLink {
    color: #e57c1a;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.backLink:hover {
    color: #e57c1a;
    text-decoration: underline;
    cursor: pointer;
}

#btnDoSearch:hover, #btnDoSearch:active, #btnDoSearch:focus {
	background-color: #dc6f09 !important;
	border-color: #dc6f09 !important;
	color: white !important;
}


.centered {
	margin-left: auto;
	margin-right: auto;
	float: none;
	text-align: center;
}
/* Use this class if you want ceter element with span* class */
.center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}

.small {
    font-size: 12px;
    color: #323338;
}

.small-grey {
	/* font-size: 14px;
	color: #828d93; */
	margin-left: 5px;
}
.grey {
	color: #828d93;
}

.footer-smallwhite {
    font-size: 12px;
    color: #fff;
}

.footer-button-container {
    padding: 12px 15px;
}

.focus-button,  .focus-button:active, .focus-button.active, .focus-button:active:hover, .focus-button:active.hover, .focus-button:hover{
    color: white;
    border-color: #e57c1a;
    background-color: #e57c1a;
    width: 95px;

}
.previous-button,  .previous-button:active, .previous-button.active, .previous-button:active:hover, .previous-button:active.hover, .previous-button:hover{  
    color: white;
    border: 1px solid white;
    width: 95px;
}

/* BREADCRUMBS */
.breadcrumb {
    font-size: 13px;
    color: #323338;
    display: block;
    padding: 8px 0;
}

.Flag {
    width: 50%;
    padding: 20px;
    cursor: pointer;
}

.top {
    vertical-align: top;
}

.startpage_logo {
    width: 60%;
    max-width: 200px;
}

.statisticsLabel {
    text-align: center;
    padding: 5px 5px 5px 5px;
    border: 1px solid #323338;
    color: #fff;
    background-color: #e57c1a;
    -webkit-border-radius: .6em /*{global-radii-blocks}*/;
    border-radius: .6em /*{global-radii-blocks}*/;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2em;
    font-size: 11px;
}

.verificationCode {
    text-align: center;
    padding: 15px 15px 15px 15px;
    border: 1px solid #323338;
    color: #fff;
    background-color: #e57c1a;
    -webkit-border-radius: .6em /*{global-radii-blocks}*/;
    border-radius: .6em /*{global-radii-blocks}*/;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2em;
    font-size: 16px;
}
.verificationCodeError {
    text-align: center;
    padding: 15px 15px 15px 15px;
    border: 1px solid #ba1a20;
    color: #ba1a20;
    background-color: lightcoral;
    -webkit-border-radius: .6em /*{global-radii-blocks}*/;
    border-radius: .6em /*{global-radii-blocks}*/;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2em;
    font-size: 16px;
}
.verificationCodeSuccess {
    text-align: center;
    padding: 15px 15px 15px 15px;
    border: 1px solid darkgreen;
    color: darkgreen;
    background-color: lightgreen;
    -webkit-border-radius: .6em /*{global-radii-blocks}*/;
    border-radius: .6em /*{global-radii-blocks}*/;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2em;
    font-size: 16px;
}

/*Loader*/
#backgroundLoader {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    /*border: 1px solid #cecece;*/
    border: none;
    z-index: 10000;
}

.outerLoader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; /* presto! */
}

#backgroundInitializer {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: none;
    /*border: 1px solid #cecece;*/
    z-index: 10000;
}

.initializer {
    text-align: center;
    display: none;
    padding: 15px 15px 15px 15px;
    background-repeat: no-repeat;
    background-position: 20px center;
    border: 1px solid #C6C6C6;
    background: #ffffff;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #fff;
    font-weight: normal;
    -webkit-border-radius: .6em /*{global-radii-blocks}*/;
    border-radius: .6em /*{global-radii-blocks}*/;
    position: absolute;
    height: 200px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 20%;
    margin: auto;
    border: 1px solid #181A1C;
    background: #323338;
    z-index: 10001;
}

.loader {
    text-align: center;
    display: none;
    padding: 15px 15px 15px 15px;
    background-repeat: no-repeat;
    background-position: 20px center;
    border: 1px solid #C6C6C6;
    background: #ffffff;
    color: #333333;
    text-shadow: 0 1px 0 #fff;
    font-weight: normal;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#ffffff)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #e6e6e6, #ffffff); /* IE10 */
    background-image: -o-linear-gradient(top, #e6e6e6, #ffffff); /* Opera 11.10+ */
    background-image: linear-gradient(top, #e6e6e6, #ffffff);
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: .6em /*{global-radii-blocks}*/;
    border-radius: .6em /*{global-radii-blocks}*/;
    position: absolute;
    height: 200px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #181A1C;
    background: #ffffff;
    color: #e57c1a;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2em;
    font-size: 16px;
    z-index: 1;
}

.btnCancelLoader {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #e57c1a;
    background-color: transparent;
    border-color: #eea236;
}

.spinner {
    background-image: url("../images/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    /*border-top: 16px solid @orange;
    border-right: 16px solid #e57c1a;
    border-bottom: 16px solid @orange;
    border-left: 16px solid #e57c1a;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;*/
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.pagespinner {
    background-image: url("../images/loader.gif");
    background-repeat: no-repeat;
    /*
        background-position: center;
        width: 100%;
    */
    margin-left: 100px;
    
    height: 100px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*End loader*/

/* Pulsating map marker */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
        opacity: 0.5;
    }
    100% {
        opacity: 0.2;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.5;
    }

    100% {
        opacity: 0.2;
        -webkit-transform: scale(1);
    }
}

.pulse_holder {
    display: block;
    position: absolute;
    border-radius: 100%;
}

.pulse_holder .pulse_marker {
    background-image: url("../images/bluecircle.png");
    display: block;
    width: 14px;
    height: 14px;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: cover;
}

 .pulse_marker:before,
.pulse_marker:after {
    content: "";
    position: absolute;
    background-color: dodgerblue;
    border: 3px dotted dodgerblue;
    border-radius: 100%;
    /* Giving Animation Function */
    animation: pulse 2s ease-out infinite;
    -webkit-animation: pulse 2s ease-out infinite;
    -moz-animation: pulse 2s ease-out infinite;
    -ms-animation: pulse 2s ease-out infinite;
    -o-border-image: initial;
       border-image: initial;
}

.pulse_marker:before {
    left: -15px;
    top: -15px;
    width: 40px;
    height: 40px;
}

.pulse_marker:after {
    left: -27px;
    top: -27px;
    width: 64px;
    height: 64px;
}
/* FLatpickr overrides */
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
	background: white;
}

/* LEAFLET */
.leaflet-top, .leaflet-bottom {
	z-index: 998;
}

.leaflet-control-layers-overlays {
    text-align: left;
}

.leaflet-control-layers-base {
    text-align: left;
}
#divReportMap .leaflet-marker-pane img:focus {
    outline:none;
}

#divReportMapOnline, #divMapObservationsWrapper {
    position: relative;
}
.myLocationButtonWrapper {
    height: 30px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 998;
}
.myLocationButton {
    background-color: #fff;
    background-image: url(../images/position.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    /*position: -webkit-sticky;
    position: sticky;*/
    position: absolute;
    bottom: 0;
    left: 195px;
    z-index: 1000;
}

.myLocationButton:hover {
    background-color: #e6e6e6;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
}

.hr-text:before {
    content: '';
    /* use the linear-gradient for the fading effect // use a solid background color for a solid bar */
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 1.5em;
    /* this is really the only tricky part, you need to specify the background color of the container element...*/
    color: #818078;
    background-color: #fcfcfa;
}

/* SEARCHBOX */
.leaflet-container .leaflet-control-search {
    position: relative;
    float: left;
    background: #fff;
    color: #1978cf;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #ccc;
    z-index: 1000;
    box-shadow: 0 1px 7px rgba(0,0,0,0.65);
    margin-left: 10px;
    margin-top: 10px;
}

/* SmartMessageBox */
.divMessageBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100000;
}

.MessageBoxContainer {
    top: 15%;
    color: white;
    position: relative;
    width: 100%;
    background-color: #232323;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border: solid 1px #e57c1a;
}

.MessageBoxMiddle {
    position: relative;
    /*left: 20%;
    width: 60%;*/
}

.MessageBoxMiddle .MsgTitle {
    font-size: 21px;
    font-weight: 300;
}

.MessageBoxMiddle .pText {
	padding: 10px;
}

.MessageBoxContainer input {
    width: 50%;
    padding: 5px;
}

.MessageBoxContainer select {
    width: 50%;
    padding: 5px;
}

.MessageBoxButtonSection {
    width: 100%;
    height: 30px;
}

.MessageBoxButtonSection button {
    float: right;
    margin-right: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: bold;
}
/* END SmartMessageBox*/


/* bigBoxes */
.bigBox {
    position: fixed;
    right: 5px;
    bottom: 5px;
    background-color: #004d60;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 90%;
    max-width: 400px;
    min-height: 100px;
    color: white;
    z-index: 99999;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    border-left: 5px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.bigBox span {
    font-size: 17px;
    font-weight: 300;
    /*letter-spacing: -1px;*/
    padding: 5px 0 !important;
    display: block;
    margin-left: 25px;
}

.bigBox p {
    font-size: 13px;
    margin-top: 10px !important;
}

#divMiniIcons {
	display: none;
    position: fixed;
    width: 415px;
    right: 10px;
    bottom: 180px;
    z-index: 9999;
    float: right;
}

.botClose {
    position: absolute;
    right: 10px;
    height: 16px;
    width: 15px;
    cursor: pointer;
    font-size: 18px;
    opacity: .5;
    display: block;
    top: 15px;
}

.botClose:hover {
    opacity: 1;
}

#divMiniIcons .cajita {
    text-align: center;
    vertical-align: middle;
    padding: 4px 6px;
    color: #FFF;
    float: right;
    cursor: pointer;
    display: block;
    background-color: #F00;
    font-size: 17px;
    margin-left: 4px;
    margin-top: 5px;
}

#divMiniIcons .cajita:active {
    top: 1px;
    left: 1px;
    position: relative;
}

.cajita img {
    width: 23px;
    height: 23px;
    padding-left: 3px;
    padding-top: 3px;
}

.bigBox .bigboxicon {
    font-size: 30px;
    text-align: left;
    position: absolute;
    top: 10px;
    left: 3px;
    z-index: 0;
}

.bigBox .bigboxnumber {
    width: 100%;
    text-align: right;
    font-size: 25px;
}
/* End of  bigBoxes */

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #323338;
}

h1 {
    margin: 10px;
}

h4 {
    font-size: 0.8em;
}

.hidden {
    display: none !important;
}

/*p {
    padding: 10px;
    font-weight: 100;
}*/

.header {
    text-align: center;
    vertical-align: middle;
}

html.platform-ios .header {
    padding-top: constant(safe-area-inset-top);
    padding-top: -webkit-env(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
}

.headerTitle {
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
}

.header_backbutton {
    display: inline-block;
    background-color: #323338;
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 0;
    vertical-align: middle;
    border: solid 1px #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: absolute;
    left: 20px;
    top: 10px;
    text-align: center;
}

    .header_backbutton a img {
        display: block;
        max-width: 80%;
        margin: 5px auto auto 5px;
    }

.header_menubutton {
    display: inline-block;
    margin: auto;
    padding: 0;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 3px;
    text-align: center;
}

ul.toolbar_icons li.menuicon img {
    max-width: 30%;
}

/* PAGE */

.page-content {
    margin: 50px 0 90px 0;
    padding-bottom: 150px;
}

.page-dark {
    background: #000;
}

.page-no-toolbar {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-bottom: 120px;
    overflow: hidden;
}

.pageHeader {
    text-align: center;
    width: 100%;
}



.appMessageList {
    margin: auto;
}
.appMessageList ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: block;
}
.appMessageList ul li {
    list-style: none;
    padding: 5px 0;
    display: block;
    text-align: left;
}

/* MENU */
.main-nav {
    /*padding: 40px 0 0 0px;*/
    width: 100%;
    overflow: hidden;
}

    .main-nav ul {
        width: 100%;
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: block;
    }

        .main-nav ul li {
            /*width: 20%;*/
            list-style: none;
            padding: 5px 0;
            margin: 2%;
            display: inline-block;
            text-align: center;
        }

        .main-nav ul li {
            /*background: #373737;
            border-bottom: 1px #565656 solid;*/
            display: inline-block;
            padding: 6px 12px;
            margin-top: 10px;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: normal;
            line-height: 1.42857143;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            /*background-color: none;*/
            border: 1px solid transparent;
            border-radius: 4px;
            color: #e57c1a;
            font-weight: bold;
            background-color: #373737;
            border-color: #e57c1a;
            min-width: 230px;
        }

            .main-nav ul li img {
                display: inline-block;
                max-width: 40%;
            }

            .main-nav ul li span {
                display: block;
                text-align: center;
                padding: 5px 0 0 0;
            }

            .main-nav ul li span span {
                font-size: 13px;
                font-weight: 300;
            }

            .main-nav ul li a {
                font-size: 13px;
                font-weight: 300;
            }
/* END MENU */

.close_popup_button {
    width: 100%;
    text-align: center;
    margin: auto;
    display: inline-block;
    overflow: hidden;
}

.close_popup_button a {
	display: inline-block;
	background-color: #323338;
	width: 60px;
	height: 60px;
	margin: auto;
	padding: 0;
	text-align: center;
	position: absolute;
	bottom: -20px;
	/*left: 44%;*/
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.close_popup_button a img {
    display: block;
    max-width: 60%;
    margin: 5px auto auto auto;
}

.popup-heading {
	font-size: 18px;
	margin: 10px 0;
}

.navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #323338;
    text-align: center;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
    width: 100%;
    z-index: 1000;
}

html.platform-ios .navbar {
    padding-bottom: constant(safe-area-inset-bottom); /* iOS 11.0-11.1 */
    padding-bottom: -webkit-env(safe-area-inset-bottom); /* iOS 11.2+ older WebKit */
    padding-bottom: env(safe-area-inset-bottom); /* iOS 12+ / standard */
}

.navbar-single {
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 6%;
    background-color: #323338;
    text-align: center;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
    width: 100%;
    z-index: 1000;
}

.toolbar-inner {
    z-index: 99999;
    width: 100%;
    height: 100%;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    vertical-align: bottom;
    background-color: #323338;
}

.toolbar_icons {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    width: 100%;
    min-height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.toolbar_icons li {
    list-style: none;
    padding: 0;
    text-align: center;
    max-width: 12%;
    margin: 0 3%;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    ul.toolbar_icons li.menuicon {
        list-style: none;
        padding: 1.4em 1.4em;
        text-align: center;
        max-width: 140px;
        margin: 0 1%;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        border-radius: 250px;
        font-size: 1.4em;
    }

    ul.toolbar_icons li img {
        vertical-align: top;
        max-width: 65%;
        margin: 0 0 0 0;
    }

.button, .button:visited, .button:focus {
    display: block;
    border: 1px solid #323338;
    color: #323338;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 1.0em;
    /*line-height: auto;*/
    margin-top: 10px;
}

    .button:hover, .button:active {
        background-color: #323338;
        color: #fff;
    }

.button-sp, .button-sp:visited, .button-sp:focus {
    /*border: none;
    background-color: #323338;
    color: #e57c1a;*/
    display: block;
    padding: 6px 12px;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    /*white-space: nowrap;*/
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #e57c1a;
    border-radius: 4px;
    color: #e57c1a;
    font-weight: bold;
    min-width: 200px;
}

    .button-sp:hover, .button-sp:active {
        /*border: none;
    background-color: #323338;
    color: #e57c1a;*/
        display: block;
        padding: 6px 12px;
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: left;
        /*white-space: nowrap;*/
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid #e57c1a;
        border-radius: 4px;
        color: #e57c1a;
        font-weight: bold;
        min-width: 200px;
    }

.button-ps, .button-ps:visited, .button-ps:focus {
    /*border: none;
    background-color: #323338;
    color: #e57c1a;*/
    display: block;
    padding: 6px 12px;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    /*white-space: nowrap;*/
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #e57c1a;
    border-radius: 4px;
    color: #e57c1a;
    font-weight: bold;
    min-width: 200px;
}

    .button-ps:hover, .button-ps:active {
        background-color: #e57c1a;
        color: #323338;
    }

.orange-border {
    border: 1px solid #e57c1a;
}

/* LIST MENU */
.list-nav {
    /*width: 100%;*/
    margin: 10px;
    /*padding-top: 30px;*/
    padding-bottom: 20px;
}

.list-nav ul {
    /*width: 100%;*/
    list-style: none;
    padding: 10px;
    margin: 0px;
    display: block;
    /*background: #e6e6e6;*/
}

.list-nav ul li {
    width: 100%;
    list-style: none;
    padding: 10px 0;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    margin-bottom: 2px;
    background: #e6e6e6;
    border: 1px lightgray solid;
}

.list-nav ul li img {
    display: inline-block;
}

.list-nav ul li span {
    text-align: center;
    padding: 5px 0 0 0;
}

.list-nav ul li a {
    /*font-size: 13px;*/
    font-weight: 300;
    padding: 0 0 0 0;
}


#pageTabs .nav-pills > li > a {
    display: inline-block;
    padding: 6px 12px;
    margin-top: 6px; /* important regarding select-boxes! */
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

    color: #e57c1a;
    font-weight: bold;
    background-color: transparent;
    border-color: #e57c1a;
}


#pageTabs .nav-pills > li.active > a {
    display: inline-block;
    padding: 6px 12px;
    margin-top: 6px; /* important regarding select-boxes! */
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    background-color: #e57c1a;
    border-color: #e57c1a;
}

/* END LIST MENU */

.reportButtonBlank {
    display: inline-block;
    width: 2.6em;
    height: 1.6em;
    margin: auto;
    padding: 0;
    margin-left: 10px;
    vertical-align: middle;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    text-align: center;
    position: relative;
}

.reportButton {
    display: inline-block;
    width: 2.8em;
    height: 2.8em;
    margin: auto;
    padding: 0;
    margin-left: 10px;
    vertical-align: middle;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    text-align: center;
    position: relative;
}

.reportButton a img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.1em; /* -1 * image width / 2 */
    margin-top: -1.1em; /* -1 * image height / 2 */
    width: 2.4em;
    height: 2.4em;
    border: none;
}

.validationButton {
    display: inline-block;
    width: 40px;
    width: 40px;
    margin: auto;
    padding: 0;
    margin-left: 10px;
    vertical-align: middle;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    text-align: center;
}
.validationButton img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.0em; /* -1 * image width / 2 */
    margin-top: -1.0em; /* -1 * image height / 2 */
    width: 2.0em;
    height: 2.0em;
}

.reportButtonTitle {
    text-align: left;
    color: #323338;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: 10px;
    display: inline;
}

.form-group {
    padding: 10px;
    margin: auto;
}

/**IMAGE UPLOAD **/
.fileDisplayArea {
    margin-top: 20px;
}
div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 350px;
    padding: 6px;
    position: relative;
    text-align: center;
}
div.gallery:hover {
    border: 1px solid #777;
}
div.gallery a {
    color: #e57c1a;
    margin-top: 5px;
}

div.gallery img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
div.gallery textarea {                  
    margin-top: 10px;
}
.btn-circle { 
    width: 30px; 
    height: 30px; 
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.margin-top-10 {
    margin-top: 10px;
}




/*===============================================*/
/* 10. PHOTO GALLERY */
/*===============================================*/

.photo-categories a.active {
    background-color: black;
}

.switch_button {
    display: block;
    float: left;
}

    .switch_button a {
        display: block;
        width: 23px;
        height: 23px;
    }

.switch13 {
    background: url(images/switch_13.png) no-repeat center;
}

.switch12 {
    background: url(images/switch_12.png) no-repeat center;
}

.switch11 {
    background: url(images/switch_11.png) no-repeat center;
}

.page_title_photos {
    float: left;
    clear: both;
    padding: 10px 5%;
    margin: 0;
    display: inline-block;
    background-color: #ececec;
}

    .page_title_photos h2 {
        float: left;
        font-size: 24px;
        font-weight: 300;
        color: #222222;
        letter-spacing: -0.5px;
    }

.gallery_switch {
    float: right;
    margin: 20px 20px 0 0;
}

    .gallery_switch a {
        display: block;
        float: left;
        padding: 0 5px;
    }

ul.photo_gallery_13 {
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 10px 0 20px 0;
    float: left;
    clear: both;
}

    ul.photo_gallery_13 li {
        width: 31%;
        padding: 0;
        float: left;
        margin: 1%;
    }

        ul.photo_gallery_13 li img {
            max-width: 100%;
            display: block;
        }

ul.photo_gallery_12 {
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 10px 0 10px 0;
    float: left;
    clear: both;
}

    ul.photo_gallery_12 li {
        width: 48%;
        padding: 0;
        float: left;
        margin: 1%;
    }

        ul.photo_gallery_12 li img {
            max-width: 100%;
            display: block;
        }

ul.photo_gallery_11 {
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 10px 0 10px 0;
    float: left;
    clear: both;
}

    ul.photo_gallery_11 li {
        width: 100%;
        padding: 0;
        float: left;
        margin: 0px 0 10px 0;
    }

        ul.photo_gallery_11 li img {
            min-width: 90%;
            max-width: 90%;
            /*display: block;*/
        }

.photo-categories {
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    display: block;
}

    .photo-categories a {
        width: 20%;
        margin: 1%;
        display: block;
        float: left;
        text-align: center;
        padding: 10px 0;
        background-color: #f2f0f0;
    }

        .photo-categories a.active {
            color: #FFFFFF;
        }

.clearleft {
    clear: both;
    float: left;
    display: block;
}

/*===============================================*/
/* END PHOTO GALLERY                             */
/*===============================================*/

.gallery-items {
	width: 150px;
	height: 150px;
	object-fit: cover;
	margin-right: 15px;
	margin-bottom: 15px;
}

.modalFullscreen {
	display: none;
	width: 90vw;
	height: 90vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	margin: 20px;
}

.modalFullscreen.open {
	display: block;
}

.modalFullscreen_closeButton {
	position: fixed;
	right: 25px;
	top: 25px;
	z-index: 9999;
}

.modalFullscreen_content {
	object-fit: cover;
}

.modalFullscreen_image {
	object-fit: cover;
}

.search-area-button-container {
	z-index: 998; position: relative; margin-top: 11px; text-align: center;
}

.searchCriteriaPeriodBtn {
    width: 100px;
}

.observations-link {
	text-decoration: underline
}

.dot {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	display: inline-block;
}

.brown {
	background-color: #763100;
}
.blue {
	background-color: #005777;
}
.red {
	background-color: #e57c1a;
}
.green {
	background-color: #007e3f;
}

.small-strong {
	font-size: 12px;
	font-weight: bold;
}
.margin-right-small {
	margin-right: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-bottom-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.edit-help {
	font-weight: bold;
	font-style: italic;
}

.obs-detail-container {
	padding-left: 25px;
	margin-top: 20px;
}

.cancel-button {
	position: absolute;
	top: 50px;
	right: 370px;
}

.observation-panels .panel.panel-default {
	margin-bottom: 0px;
}

.history-button {
	color: #e57c1a;
	margin-left: 10px;
	font-size: 15px;
	text-decoration: underline;
	margin-left: 10px;
}

/** Show observation details*/



#divObservationOneSecondaryInfo .panel-heading[aria-expanded=false] .fa-chevron-down {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

#divObservationOneSecondaryInfo .panel-heading[aria-expanded=true] .fa-chevron-down {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}


#divObservationOneMap {
	width: 100%;
	height: 170px;
    margin-top: -15px;
}

#changeMapSizeContainer {
    text-align: center;
    padding: 5px 0;
}
#changeMapSizeContainer a {
    color: #e57c1a;
}

#divObservationOneSecondaryInfo {
	text-align: left;
}

#divObservationOneSecondaryInfo table td:nth-child(2) {
	text-align: right;
}
	#divObservationOneSecondaryInfo .panel {
	border: none !important;
	border-top: 1px solid #eee !important;
	border-radius: 0px !important;
	margin-bottom: 0;
}

#divObservationOneSecondaryInfo .panel-default .panel-heading {
    padding: 10px 15px;
	background-color: white;
	border: white;
}

#divObservationOneSecondaryInfo .panel-default .panel-heading.fullsize {
	margin-top: 5px;
}


#divObservationOneSecondaryInfo .secondary-text {
	color: grey;
	font-size: 13px;
}
#divObservationOneSecondaryInfo .observation-type {
	vertical-align: top;
	margin-left: 14px;
}

#divObservationOneSecondaryInfo .list-nav {
    padding-bottom: 0px;
    margin: 0px;
}

.validator-section {
    border: 1px lightgray solid;
    margin: 10px;
    padding: 15px 0
}
.explanation-text {
    font-weight: bold;
}

.btn[disabled]:hover {
    background-color: transparent;
}
#validation .controls {
	padding: 10px;
}

#divObservationOneSecondaryInfo .menu-button {
	text-align: left;
	border: none;
	border-radius: 0;
	font-size: 17px;
}

#divObservationOneSecondaryInfo .reportButton {
	margin-left: 0;
}

/**** Image Gallery ***/
#image-gallery-preview {
    height: 180px;
}
.body-fullscreen {
    overflow: hidden;
}
.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: scroll;

}
.panel-fullscreen .panel-body {
  padding: 0;
}

#image-gallery {
    
    width: 100%;
    position: relative;
	height: 70vh;
    background-color: black;
  } 

  #image-gallery .image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  #image-gallery .prev,
  #image-gallery .next {
    position: absolute;
    height: 32px;
    margin-top: -66px;
    top: 50%;
  }

  #image-gallery .prev {
    left: 20px;
  }

  #image-gallery .next {
    right: 20px;
    cursor: pointer;
  }

  #image-gallery .footer-info {
    position: absolute;
    height: 30px;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    color:white;
    border-top: 1px solid #fff;
  }

  #image-gallery .footer-info .counter {
    font-weight: bold;
    background-color: black;
    padding: 2px 5px;
    border-radius: 5px;
  }

  .list-inline > li {
      padding-right: 0;
  }
  .panel-actions {
      margin-top: -20px;
      margin-bottom: 0;
      text-align: right;
  }
  .panel-actions a {
      color:#333;
  }
  
  .image-comment-fullscreen {
	  padding: 5px;
      text-align: center;
      font-style: italic;
  }
.header-left {
	color: white;
	position: absolute;
	top: 10px;
}
.status-container {
    display: inline-block;
    margin-left: 10px;
}
#divObservationOneSecondaryInfo .show-comment {
	position: absolute;
	display: inline-block;
	bottom: -17px;
	left: 0
}
#caption {
	position: fixed;
	color: white;
	background-color: black;
	z-index: 1001;
	text-align: center;
	margin-bottom: 5px;
	padding: 2px;
	bottom: 10px;
	font-size: 12px;
	width: 1200px;

}
/* #auditMessage, #lblHideObservation2 {
	font-size: 14px;
} */
.chevron-container {
	float: right;
}

#observationLocation {
	font-size: 24px;
	line-height: 1.1em;
	margin-bottom: 10px;
	display: inline-block;
	max-width: 94%;
}


#publicValidationContainer {
	display: none;
}

.cursor-pointer {
    cursor: pointer;
}
/** END Observation details**/


@media screen and (min-width: 200px) {
	.appMessageList {
        max-width: 240px;
        margin: auto;
    }

    .page-content {
        margin: 50px 0 110px 0;
        padding-bottom: 80px;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-dark {
        background: #000;
        width: 100%;
    }

    .startpage_logo {
        width: 30%;
        max-width: 200px;
    }


    .leaflet-container {
        width: 200px;
        height: 200px;
        margin: auto;
        border: solid 1px #eee;
    }

    ul.toolbar_icons li.menuicon {
        padding: 0.6em 0.6em;
        text-align: center;
        max-width: 80px;
        margin: 0 1%;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        border-radius: 250px;
        font-size: 0.7em;
    }

    .footericon {
        font-size: 1.2em;
    }

}
@media screen and (min-width: 240px) {
    .appMessageList {
        max-width: 240px;
        margin: auto;
    }

    .page-content {
        margin: 50px 0 110px 0;
        padding-bottom: 80px;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-dark {
        background: #000;
        width: 100%;
    }

    .startpage_logo {
        width: 30%;
        max-width: 200px;
    }

    .leaflet-container {
        width: 240px;
        height: 240px;
        margin: auto;
        border: solid 1px #eee;
    }

    .leaflet-popup-content {
        width: 200px;
    }

    ul.toolbar_icons li.menuicon {
        padding: 0.7em 0.7em;
        text-align: center;
        max-width: 90px;
        margin: 0 1%;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        border-radius: 250px;
        font-size: 0.9em;
    }

    .footericon {
        font-size: 1.1em;
        padding-left: 2px;
        padding-right: 2px;
    }
}
@media screen and (min-width: 320px) {
    .appMessageList {
        max-width: 320px;
        margin: auto;
    }
   
    .page-content {
        margin: 50px 0 110px 0;
        padding-bottom: 80px;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-dark {
        background: #000;
        width: 100%;
    }

    .startpage_logo {
        width: 30%;
        max-width: 200px;
    }
    
    .leaflet-container {
        width: 280px;
        height: 280px;
        margin: auto;
    }

    .leaflet-popup-content {
        width: 225px;
    }

    ul.toolbar_icons li.menuicon {
        padding: 0.9em 0.9em;
        text-align: center;
        max-width: 90px;
        margin: 0 1%;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        border-radius: 250px;
        font-size: 1.2em;
    }

    .footericon {
        font-size: 1.4em;
        padding-left: 3px;
        padding-right: 3px;
    }
}
@media screen and (min-width: 360px) {
    .appMessageList {
        max-width: 360px;
        margin: auto;
    }

    .page-content {
        margin: 50px 0 110px 0;
        padding-bottom: 80px;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-dark {
        background: #000;
        width: 100%;
    }

    .startpage_logo {
        width: 30%;
        max-width: 200px;
    }


    .leaflet-container {
        width: 320px;
        height: 320px;
        margin: auto;
    }

    .leaflet-popup-content {
        width: 260px;
    }


    ul.toolbar_icons li.menuicon {
        padding: 0.9em 0.9em;
        text-align: center;
        max-width: 130px;
        margin: 0 1%;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        border-radius: 250px;
        font-size: 1.2em;
    }

    .footer-smallwhite {
        font-size: 10px;
        display: block;
    }

    .footericon {
        font-size: 1.3em;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media screen and (min-width: 375px) {
    
    .appMessageList {
        max-width: 375px;
        margin: auto;
    }

    .page-content {
        margin: 50px 0 110px 0;
       padding-bottom: 80px;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-dark {
        background: #000;
        width: 100%;
    }

    .startpage_logo {
        width: 30%;
        max-width: 200px;
    }


    .leaflet-container {
        width: 320px;
        height: 320px;
        margin: auto;
    }

    .leaflet-popup-content {
        width: 265px;
    }

    ul.toolbar_icons li.menuicon {
        padding: 0.9em 0.9em;
        text-align: center;
        max-width: 130px;
        margin: 0 1%;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        border-radius: 250px;
        font-size: 1.2em;
    }

    .footer-smallwhite {
        font-size: 10px;
        display: block;
    }

    .footericon {
        font-size: 1.3em;
        padding-left: 5px;
        padding-right: 5px;
    }

}
@media screen and (min-width: 380px) {
    .appMessageList {
        max-width: 380px;
        margin: auto;
    }

    .page-content {
        margin: 50px 0 110px 0;
        padding-bottom: 80px;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-dark {
        background: #000;
        width: 100%;
    }

    .startpage_logo {
        width: 30%;
        max-width: 200px;
    }


    .leaflet-container {
        width: 340px;
        height: 340px;
        margin: auto;
    }

    .leaflet-popup-content {
        width: 300px;
    }

    ul.toolbar_icons li.menuicon {
        padding: 0.9em 0.9em;
        text-align: center;
        max-width: 90px;
        margin: 0 1%;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        border-radius: 250px;
        font-size: 1.2em;
    }

    .footer-smallwhite {
        display: block;
    }

    .footericon {
        font-size: 1.3em;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (min-width: 411px) {
    .appMessageList {
        max-width: 411px;
        margin: auto;
    }

    .page-content {
        margin: 50px 0 110px 0;
        padding-bottom: 80px;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-dark {
        background: #000;
        width: 100%;
    }

    .startpage_logo {
        width: 30%;
        max-width: 200px;
    }

    .leaflet-container {
        width: 360px;
        height: 340px;
        margin: auto;
    }

    .leaflet-popup-content {
        width: 340px;
    }


    ul.toolbar_icons li.menuicon {
        padding: 0.9em 0.9em;
        text-align: center;
        max-width: 90px;
        margin: 0 1%;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        border-radius: 250px;
        font-size: 1.2em;
    }

    .footer-smallwhite {
        display: block;
    }

    .footericon {
        font-size: 1.3em;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (min-width: 414px) {
    .appMessageList {
        max-width: 414px;
        margin: auto;
    }

    .page-content {
        margin: 50px 0 110px 0;
        padding-bottom: 80px;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-dark {
        background: #000;
        width: 100%;
    }

    .startpage_logo {
        width: 30%;
        max-width: 200px;
    }

  
    .leaflet-container {
        width: 360px;
        height: 340px;
        margin: auto;
    }

    .leaflet-popup-content {
        width: 340px;
    }

    ul.toolbar_icons li.menuicon {
        padding: 0.9em 0.9em;
        text-align: center;
        max-width: 90px;
        margin: 0 1%;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        border-radius: 250px;
        font-size: 1.2em;
    }

    .footer-smallwhite {
        display: block;
    }

    .footericon {
        font-size: 1.3em;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (min-width: 480px) {
    .appMessageList {
        max-width: 480px;
        margin: auto;
    }

    .page-content {
        margin: 50px 0 200px 0;
       padding-bottom: 80px;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-dark {
        background: #000;
        width: 100%;
    }

   
    .leaflet-container {
        width: 440px;
        height: 350px;
        margin: auto;
    }

    ul.toolbar_icons li.menuicon {
        padding: 1.1em 1.1em;
        text-align: center;
        max-width: 130px;
        margin: 0 1%;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        border-radius: 250px;
        font-size: 1.2em;
    }

    .footer-smallwhite {
        display: block;
    }

    .footericon {
        font-size: 1.5em;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (min-width: 568px) {
    .appMessageList {
        max-width: 568px;
        margin: auto;
    }

    .page-content {
        margin: 50px 0 300px 0;
        padding-bottom: 80px;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-dark {
        background: #000;
        width: 100%;
    }


    .leaflet-container {
        width: 520px;
        height: 400px;
        margin: auto;
    }

    ul.toolbar_icons li.menuicon {
        padding: 1.1em 1.1em;
        text-align: center;
        max-width: 130px;
        margin: 0 1%;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        border-radius: 250px;
        font-size: 1.2em;
    }

    .footer-smallwhite {
        display: block;
    }

    .footericon {
        font-size: 1.5em;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (min-width: 600px) {
    .appMessageList {
        max-width: 600px;
        margin: auto;
    }

    .page-content {
        margin: 50px 0 300px 0;
        padding-bottom: 80px;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-dark {
        background: #000;
        width: 100%;
    }

    .leaflet-container {
        width: 560px;
        height: 400px;
        margin: auto;
    }

    ul.toolbar_icons li.menuicon {
        padding: 1.1em 1.1em;
        text-align: center;
        max-width: 130px;
        margin: 0 1%;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        border-radius: 250px;
        font-size: 1.2em;
    }

    .footer-smallwhite {
        display: block;
    }

    .footericon {
        font-size: 1.5em;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (min-width: 640px) {
    .appMessageList {
        max-width: 640px;
        margin: auto;
    }

	.page-content {
        margin: 50px 0 400px 0;
       padding-bottom: 80px;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-dark {
        background: #000;
        width: 100%;
    }


    .leaflet-container {
        width: 600px;
        height: 400px;
        margin: auto;
    }


    ul.toolbar_icons li.menuicon {
        padding: 1.1em 1.1em;
        text-align: center;
        max-width: 130px;
        margin: 0 1%;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        border-radius: 250px;
        font-size: 1.2em;
    }

    .footer-smallwhite {
        display: block;
    }

    .footericon {
        font-size: 1.6em;
        padding: 0px;
        margin: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (min-width: 720px) {
    .appMessageList {
        max-width: 720px;
        margin: auto;
    }

    .page-content {
        margin: 50px 0 400px 0;
       padding-bottom: 80px;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-dark {
        background: #000;
        width: 100%;
    }

    .leaflet-container {
        width: 680px;
        height: 500px;
        margin: auto;
    }

    ul.toolbar_icons li.menuicon {
        padding: 1.1em 1.1em;
        text-align: center;
        max-width: 130px;
        margin: 0 1%;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        border-radius: 250px;
        font-size: 1.2em;
    }

    .footer-smallwhite {
        display: block;
    }

    .footericon {
        font-size: 1.6em;
        padding: 0px;
        margin: 0px;
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media screen and (min-width: 768px) {
    .appMessageList {
        max-width: 768px;
        margin: auto;
    }
    body {
        text-align: center;
        width: 768px;
        margin: auto;
    }

    .page {
        width: 768px;
        margin: auto;
    }

    .page-content {
        margin: 50px 0 400px 0;
        padding-bottom: 80px;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-dark {
        background: #000;
        width: 100%;
    }

    .leaflet-container {
        width: 728px;
        height: 500px;
        margin: auto;
    }

    ul.toolbar_icons li.menuicon {
        padding: 1.1em 1.1em;
        text-align: center;
        max-width: 130px;
        margin: 0 1%;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        border-radius: 250px;
        font-size: 1.2em;
    }

    .footer-smallwhite {
        display: block;
    }

    .footericon {
        font-size: 1.6em;
        padding: 0px;
        margin: 0px;
        padding-left: 25px;
        padding-right: 25px;
    }


}
@media screen and (min-width: 800px) {
    .appMessageList {
        max-width: 800px;
        margin: auto;
    }
    body {
        text-align: center;
        width: 800px;
        margin: auto;
    }

    .page {
        width: 800px;
        margin: auto;
    }

    .page-content {
        margin: 50px 0 400px 0;
        padding-bottom: 80px;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-dark {
        background: #000;
        width: 100%;
    }

    .leaflet-container {
        width: 760px;
        height: 500px;
        margin: auto;
    }

    ul.toolbar_icons li.menuicon {
        padding: 1.1em 1.1em;
        text-align: center;
        max-width: 130px;
        margin: 0 1%;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        border-radius: 250px;
        font-size: 1.2em;
    }

    .footer-smallwhite {
        display: block;
    }

    .footericon {
        font-size: 1.6em;
        padding: 0px;
        margin: 0px;
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media screen and (min-width: 1024px) {
    .appMessageList {
        max-width: 1024px;
        margin: auto;
    }
    body {
        text-align: center;
        width: 1024px;
        margin: auto;
    }

    .page {
        width: 1024px;
        margin: auto;
    }

    .page-content {
        margin: 50px 0 500px 0;
        padding-bottom: 80px;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-dark {
        background: #000;
        width: 100%;
    }

    .leaflet-container {
        width: 984px;
        height: 500px;
        margin: auto;
    }

    ul.toolbar_icons li.menuicon {
        padding: 1.1em 1.1em;
        text-align: center;
        max-width: 130px;
        margin: 0 1%;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        border-radius: 250px;
        font-size: 1.2em;
    }

    .footer-smallwhite {
        display: block;
    }

    .footericon {
        font-size: 1.6em;
        padding: 0px;
        margin: 0px;
        padding-left: 30px;
        padding-right: 30px;
    }

}
@media screen and (min-width: 1200px) {
    .appMessageList {
        max-width: 1200px;
        margin: auto;
    }
    body {
        text-align: center;
        width: 1200px;
        margin: auto;
    }

    .page {
        width: 1200px;
        margin: auto;
    }

    .page-content {
        margin: 50px 0 400px 0;
        padding-bottom: 80px;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-dark {
        background: #000;
        width: 100%;
    }

    .leaflet-container {
        width: 1160px;
        height: 500px;
        margin: auto;
    }


    ul.toolbar_icons li.menuicon {
        padding: 1.1em 1.1em;
        text-align: center;
        max-width: 130px;
        margin: 0 1%;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        border-radius: 250px;
        font-size: 1.2em;
    }

    .footer-smallwhite {
        display: block;
    }

    .footericon {
        font-size: 1.6em;
        padding: 0px;
        margin: 0px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 600px) {
	.gallery-items {
		width: 100px;
		height: 100px;
		object-fit: cover;
		margin-right: 5px;
		margin-bottom: 5px;
    }
    #image-gallery-preview {
        height: 130px;
    }
    .gallery {
        width: 100%;
        margin: 0px;
        margin-bottom: 15px;
    }
    #fileDisplayArea {
        margin: 5px;
    }

    .footer-button-container {
        padding: 7px 15px;
    }

    #image-gallery .prev, #image-gallery .next {
	    background-color: white;
        padding: 5px 3px;
	    -ms-opacity: 0.7;
	    opacity: 0.7;
	    height: 25px;
	    width: 25px;
	    -ms-border-radius: 50%;
	    border-radius: 50%;
	    display: inline-block;
    }
}
@media screen and (max-width: 1370px) {
	.cancel-button {
		right: 16px;
	}

	#caption {
		width: 100%;
	}
}
