.results-footer {
     margin-top: 0rem!important; 
    margin-bottom: 2rem !important;
}


.wid1000{
    width:100px!important;
}

.dateMargin{
    margin-left: -25px;
}

.max-200{
     max-width: 200px !important; 
}

.addPermitFt{
    Margin-left: -60px;
    margin-right: 10px;
    margin-top: 5px;
    color: gray;
}

.addPermitIn{
    Margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    color: gray;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:  0!important;
    background-color: #000;
}

 .hidden { display: none; }

 .loaderCont {
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}

#loader {
	background: url(http://i.stack.imgur.com/FhHRx.gif) no-repeat center center;
	position: relative;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    display: block;
	 height: 32px;
	 width: 32px;
}

.loading {
	z-index: 9001;
}


/*label { display: block; }*/
.validationMessage { color: Red;}
.customMessage { color: Orange; }

input.error,select.error {
    border-color: red;    
}

.exit {
    background-color: #008000;
    border-radius: 5px;
    color: white;
    font-size: 7pt;
    text-align: center;
    padding: 1px;
    border: 1px solid #008000;
    margin-top: auto;
    opacity: 0.9;
}
.agency {font-size:8pt;}
.innerExit {
   border-radius:5px;
   border: 1px solid white;
left:-15px;right:2px;bottom:3px;top:-8px;
position:absolute;
/*
     border:2px solid white;
*/}

.nothilite {
    padding:1px;
       border: 1px solid #eeeeee;
    border-radius:5px;
}
.hiliteItem
{
    /*border: 5px solid red;
  
   */
      border-radius:5px;
    background-color:#efefef;
    
}


.leaflet-control-command-interior
{
    background-image: url(/images/fullscreen.png);
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    padding: 3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
    cursor: auto;
    text-align: center;
    background-color: #FFFFFF;
}

.leaflet-control-command-interior:hover
{
    background-color: #F4F4F4;
}


.leaflet-control-zoomtofit-interior
{
    background-image: url(/images/zoomtofit.png);
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    padding: 3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
    cursor: auto;
    text-align: center;
    background-color: #FFFFFF;
}

.leaflet-control-zoomtofit-interior:hover
{
    background-color: #F4F4F4;
}

.marginTop20 {
    margin-top: 20px;
}
