﻿body {
    padding-top: 20px;
   padding-bottom: 20px;
    background: url('./Images/bg.jpg') no-repeat center center fixed;

    -moz-background-size: cover;

    -webkit-background-size: cover;

    -o-background-size: cover;

    background-size: cover;
    font-family: Verdana;
}
.body-content {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.header {
    margin-top: 80px;
    margin-bottom: 30px;
    color: #ffffff;
}
.header form {
}
.header h1 {
    color: #efefef;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
}
.navbar {
  margin-bottom: 20px;
}
.navbar-inverse .navbar-nav >li> a { color: #999;}
.navbar a.navbar-brand { color: #efefef;}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input[type="text"],
input[type="password"] {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
#map-container {
    position: relative;
}
#map-canvas 
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 300px;
}
#map-no-result {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    background: #ffffff;
    color: #3a3a3a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    opacity: 0.8;
}
.clear {
    clear: both;
    line-height: 1px;
}
h4 img {
    margin-right: 10px;
}
dl.dl-horizontal {
    margin-bottom: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px #eee;
}
.table {
    margin-bottom: 40px;
}
.esriPopupWrapper .title p {
    margin: 0px;
    padding: 3px;
    font-size: 14px;
}
.esriPopupWrapper .actionsPane a {
    display: none;
}
.esriPopupWrapper .maximize {
    display: none;
}
.esriPopupWrapper .titlePane .titleButton.close {
    background: url('./Images/Delete.png');
    height: 24px;
    width: 24px;
    opacity: 0.5;
}
.esriPopupWrapper .titlePane .titleButton.close:hover {
    opacity: 1;
}
.esriPopupWrapper a {
    text-decoration: none !important;
}
.esriAttributionLastItem {
    display: none !important;
}
.application-pager p {
    text-align: center; 
}
.quick-search {
    zpadding-top: 10px;
}
.table strong {
    color: #555555;
}
.table-desk {
    display: table;
}
.table-mobile {
    display: none;
}