html { 
    height: 100% 
}
body { 
    height: 100%; 
    margin: 0px; 
    padding: 0px; 
    background: #444141; 
    font-family: 'Open Sans', sans-serif;
}

#map { 
    height: 98%; 
    width: 64%;
    top: 18px;
}
a {
    color: black;
}
a:hover {
    color: black;
}
#infowrap {
    width: 30%;
    height: 93%;
    margin: 24px 15px 0 0;
    float: right;
    border: 1px dotted gray;
    border-radius: 4px;
    padding: 20px;
    font-size: .8em;
    color: silver;
}
#tablewrap {
    overflow: auto;
    height: 53%;
    border-bottom: 2px solid silver;
    border-top: 2px solid silver;
    font-size: .9em;
}
#fotowrap {
    height: 35%;
    background: black;
    margin-top: 10px;
    display: block;
    padding: 10px;
}
#infowrap table {
    border-collapse: collapse;
}
#tablewrap tr {
    -webkit-transition: background-color 4s ease; /* Safari */
    transition: background-color 4s ease;
}
#tablewrap th {
    border-bottom: 2px solid gray;
    text-align: left;
}
#tablewrap td {
    border-bottom: 1px dashed silver;
    color: white;
    cursor: pointer;
}
#tablewrap tr:hover td {
    background: #9FFE67;
    color: black;
}
#mist {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: white;
    opacity: 0.8;
    z-index: 1999;
    display: none;
    
}
#detail {
    border: 1px solid white;
    padding: 20px;
    font-size: .9em;
    position:fixed !important;
    margin: auto;
    position: absolute;
    top: 40%; 
    left: 0; 
    right: 0;
    width: 500px;
    background: #444141;
    z-index: 2000;
    display:none;
    color: white;
    box-shadow: black 0px 6px 20px; 
    -webkit-box-shadow: black 0px 6px 20px;
    -moz-box-shadow: black 0px 6px 20px;
}
#detail label {
    padding-right: 20px;
}
#detail td {
    border: none;
}
#detail input, select, button {
    width: 100%;
    color: black;
    font-size: 1em;
}

#closer {
    float: right;
    margin: -25px -25px 0 0;
    color: silver;
    text-align: center;
    background: black;
    width: 26px;
    height: 26px;
    font-size: 1.4em;
    font-weight: 600;
    border-radius: 13px;
    cursor: pointer;
}
#closer:hover {
    color: orange;
}
    
#hd { 
    font-size: 1.2em; 
    padding-left: 60px;
    background: #5E6063;
    color: #F9F7D2;
    padding-top: 4px;
    margin-top: 0px;
    border-bottom: 2px solid #CC412E;
    box-shadow: black 0px 6px 20px; 
    -webkit-box-shadow: black 0px 6px 20px;
    -moz-box-shadow: black 0px 6px 20px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 5000;
}

#loginlink {
    position: absolute;
    top: 10px;
    right: 40px;
    font-size: .7em;
    z-index: 5100;
    margin-right:50px;
}
#loginlink a {
    color: #A5FEB6;
    cursor: pointer;
}
.loginname {
    font-size: 1.1em;
    color: #D5FF53;
    padding: 0 10px;
}
#loginlink a:hover {
    color: #15FE98
}
