﻿/*@font-face {*/
    /*font-family: 'WOFont'; !*a name to be used later*!*/
    /*src: url('segoeui.ttf'); !*URL to font*!*/
/*}*/

/*@font-face {*/
    /*font-family: 'TopMenu'; !*a name to be used later*!*/
    /*src: url('GOTHIC.TTF'); !*URL to font*!*/
/*}*/

/*@font-face {*/
    /*font-family: 'LeftMenu'; !*a name to be used later*!*/
    /*src: url('GOTHICB.TTF'); !*URL to font*!*/
/*}*/
html {
    height:100%;
    position:relative;
    padding:0px;
    margin:0px;
}

body {
    background-color: #FFFFFF;
    font-family: 'Prompt', sans-serif;
    font-size: medium;
    color: #404040;
    font-weight: normal;
    margin:0px;
    padding:0px;
    height:100%;
    position:relative;
}

@media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
}


input, select {
    font-family: 'Prompt', sans-serif;
    font-size: medium;
    color: #404040;
    width:250px;
}

label, p, button {
    font-family: 'Prompt', sans-serif;
    font-size: medium;
    color: #404040;
}

textarea {
    font-family: 'Prompt', sans-serif;
    font-size: medium;
    color: #404040;
    width:250px;
    height:400px;
}
a {
    color: #404040;
    text-decoration: none;
}
a:hover {
    color: #404040;
    text-decoration: underline;
}

.icon {
    padding:7px;
    background: darkgray;
    color: white;
    /*text-align: center;*/
}

.inputBox {
    font-family: 'Prompt', sans-serif;
    font-size: medium;
    color: #404040;
}

.gridTable {
    width:100%;
}

.gridTable th{
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: #404040;
}

.gridTable td{
    text-align: center;
}

.gridTable tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.addNew, .addNew:hover {
    font-family: 'Prompt', sans-serif;
    font-size: medium;
    color: #404040;
    /*outline: none;*/
    /*border:none;*/
    /*background: none;*/
}

.ErrorInput {
    font-family: 'Prompt', sans-serif;
    font-size: medium;
    color: #CC0000;
}

.heading {
    font-size:xx-large;
    color:#404040;
}

.normalLink {
    color:#404040;
    text-decoration: underline;
}

/* Navigation Menu */
.sidebar {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
/*.sidebar a, .dropdown-btn {*/
/*    padding: 8px 8px 8px 32px;*/
/*    text-decoration: none;*/
/*    font-size: x-large;*/
/*    color: #818181;*/
/*    width: 100%;*/
/*    border: none;*/
/*    background: none;*/
/*    display: block;*/
/*    transition: 0.3s;*/
/*}*/

.sidebar a, .dropdown-btn {
    font-family: 'Prompt', sans-serif;

    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: x-large;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 10px;
}

.dropdown-container a {
    font-size:large;
}

.fa-angle-down, .fa-angle-up {
    float: right;
    padding-right: 8px;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
}

.active {
    background-color: darkorange;
    color: white;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
    position: absolute;
    top: 20px;
    right: 8px;
    text-align: right;
    font-size: large;
    /*margin-left: 50px;*/
}

/* The button used to open the sidebar */
.openbtn {
    font-size: x-large;
    cursor: pointer;
    background-color: white;
    color: #404040;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #404040;
    color: white;
}
/* End Navigation Menu */

#main {
    transition: margin-left .5s;
    padding: 16px;
}

#resultLayer {
    padding: 16px;
    font-size: small;
    color:darkred;
}

#filterDiv {
    font-size: medium;
    color: #404040;
}

#menuStatus {
    font-size: x-large;
    color: #404040;
    padding:16px;
}
#subMenu {
    font-size: large;
    color: #404040;
    padding: 16px;
}

#workingLayer {
    padding: 16px;
    width:95%;
}

#map {
    width:430px;
    height:300px;
}