/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 22, 2019, 11:19:16 AM
    Author     : robert
*/


    #map-wrapper {
	position: relative;
	padding-bottom: 280px;
	height: 0;
	overflow: hidden;
	margin-top: 10px;
    }
	
    #map-canvas {
        position: relative;
        top: 0;
        left: 0;
		width: 100% !important;
        height: 100% !important;
    }
	
	      
      .PopUp {
          color: black;
      }
      .PopUp span {
          color: ffffff;
          font-weight: bold;
      }
      .Message {
          color: goldenrod;
      }
      .Venue {          
           margin-top: 10px;
          border-bottom: 2px solid gray;
          padding-bottom: 10px;
		  size:40%;
      }
      .News {
	margin-top: 10px;
	border-bottom: 2px;
	padding-bottom: 10px;
	size:auto
      }
      .VenueText {
    margin-left: 15px;
    margin-right: 3px;
    padding-right: 3px;
	text-align: left;
    color: WhiteSmoke;
	
      }
      .Links {
          margin: 0;
          padding: 0;
      }
      .B {
          border: 1px solid white;
     
	 }
      .ImageLink {
	left: 300px;
	margin-top: -30px;
    position: initial;
	height: 60px;
	width: 60px;
	border-radius: 5px;
	position: absolute;
  	  }

      .Mileage {
          color: LightGray;
		  font-weight: bold;
		  text-align: left;
      }
            .VenueTitle {
          color: #FFD966;
		  font-weight: bold;
		  font-size: 16px;
      }
                  .NewsTitle {
          color: gold;
      }
.vcenter {
   display: flex;
    align-items: center;
}

/* CSS Document */



table,
td {
    font-family: arial, helvetica, sans-serif;
    vertical-align: top;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: white;
}

.location_number {
    	border-radius: 10px;
  border: 2px solid #999999;
  background: #de1f26;
  width: 35px;
  height: 35px;
       color: white;
    font-size: 16px;
    font-family: 'Oswald', impact, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-align: center;
   	 padding-top: 5px;
	 padding-bottom: 5px;
	 alignment-baseline:middle;
	 margin-left: -4px;
}



.search_info_columns {
    padding: 10px 0px;
}

.tbl_hdr {
    padding-bottom: 25px;
}

.search_info_columns .tbl_hdr {
    font-size: 22px;
    font-weight: 300;
    color: #ea0101;
    margin: 0;
    margin-bottom: 6px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.search_info_columns td span {
    font-weight: bold;
    color: #ffd507;
}

.search_info_columns table,
td {
    font-size: 12px;
    color: white;
    line-height: 16px;
    padding: 15px 0px;
}

.map_details a {
    padding-right: 10px;
	 padding-right: 10px;
}

.map_details img {
    width: 60px;
    height: 60px;
}





#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 316px !important;
	height: 279px !important;
}

.PopUp {
    color: black;
}

.PopUp span {
	color: #00F;
	font-weight: bold;
}

.Message {
	color: #6F3;
}


button,
html input[type="button"],
input[type="reset"] {
	border: 5;
	cursor: pointer;
	-webkit-appearance: button;
	border-color: #D6D6D6;
	background-color: #0F6;
	color: #FFF;
	font-family: Oswald;
	font-size: 17px;
	font-weight: bold;
}

.Links {
    margin: 0;
    padding: 0;
}

.B {
    border: 1px solid white;
}



.vcenter {
    display: flex;
    align-items: center;
}

.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:741px){.container{width:740px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:10px;padding-left:15px;margin-right:auto;margin-left:auto
}
