@font-face {
	font-family: 'Raleway';
	src: url('https://guardvets.com/includes/fonts/Raleway-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewayItalic';
	src: url('https://guardvets.com/includes/fonts/Raleway-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewaySemiBold';
	src: url('https://guardvets.com/includes/fonts/Raleway-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewaySemiBoldItalic';
	src: url('https://guardvets.com/includes/fonts/Raleway-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewayBold';
	src: url('https://guardvets.com/includes/fonts/Raleway-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewayBoldItalic';
	src: url('https://guardvets.com/includes/fonts/Raleway-BoldItalic.ttf') format('truetype');
}

.btnHomeScreen {
	display:inline-block;
	margin-top:0px;
	width:100px;
	height:100px;
	font-family:Raleway;
	font-size:14px;
	color:#ffffff;
	background-image:linear-gradient(#339F9F,#000000);
	cursor:pointer;
	border:1pt solid #ffffff;
	border-radius:30px;
}

.btnHomeScreenSolid {
	display:inline-block;
	margin-top:0px;
	width:100px;
	height:100px;
	font-family:Raleway;
	font-size:14px;
	color:#ffffff;
	background-color:#339F9F;
	cursor:pointer;
	border:1pt solid #ffffff;
	border-radius:30px;
}

.inputText {
	font-family:Raleway;
	font-size:16px;
	height:30px;
}

.btnSmallRed {
	display:inline-block;
	margin-top:5px;
	margin-left:0px;
	width:55px;
	height:28px;
	line-height:25px;
	border-radius:11px;
	border: none;
	background-color:#339F9F;
	font-family:Raleway;
	text-align:center;
	font-size:13px;
	color:#ffffff;
	cursor:pointer;
}

.btnSmall {
	display:inline-block;
	margin-top:5px;
	margin-left:10px;
	width:80px;
	height:25px;
	line-height:23px;
	border-radius:13px;
	border: none;
	background-color:#000000;
	font-family:Raleway;
	text-align:center;
	font-size:13px;
	color:#ffffff;
	cursor:pointer;
}

.btnSmallSelected {
	display:inline-block;
	margin-top:5px;
	margin-left:10px;
	width:80px;
	height:25px;
	line-height:23px;
	border-radius:13px;
	border: none;
	background-color:#339F9F;
	font-family:Raleway;
	text-align:center;
	font-size:13px;
	color:#ffffff;
}

.userName {
	float:right;
	font-family:RalewayBold;
	font-size:14px;
	margin-top:3px;
	margin-right:15px;
	color:#ffffff;
 }

.btnBack {
	display:inline-block;
	margin-top:5px;
	margin-left:0px;
	width:150px;
	height:40px;
	line-height:35px;
	border-radius:20px;
	border: none;
	background-color:#888888;
	font-family:Raleway;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	cursor:pointer;
}

.btnStandardBlack {
	display:inline-block;
	margin-left:0px;
	width:150px;
	height:30px;
	line-height:25px;
	border-radius:18px;
	border: 1pt solid #aaaaaa;
	background-color:#000000;
	font-family:RalewaySemiBold;
	text-align:center;
	font-size:15px;
	color:#ffffff;
	cursor:pointer;
}

.btnStandard {
	display:inline-block;
	margin-top:20px;
	margin-left:0px;
	width:150px;
	height:40px;
	line-height:35px;
	border-radius:20px;
	border: 1pt solid #aaaaaa;
	background-color:#000066;
	font-family:RalewaySemiBold;
	text-align:center;
	font-size:18px;
	color:#dddddd;
	cursor:pointer;
}

.btnStandardDisabled {
	display:inline-block;
	margin-top:20px;
	margin-left:0px;
	width:150px;
	height:40px;
	line-height:35px;
	border-radius:20px;
	border:none;
	background-color:#555555;
	font-family:RalewaySemiBold;
	text-align:center;
	font-size:18px;
	color:#bbbbbb;
	cursor:default;
}

.btnStandard200 {
	display:inline-block;
	margin-top:20px;
	margin-left:0px;
	width:240px;
	height:40px;
	line-height:35px;
	border-radius:20px;
	border: none;
	background-color:#000066;
	font-family:Raleway;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	cursor:pointer;
}

.btnStandard200Disabled {
	display:inline-block;
	margin-top:20px;
	margin-left:0px;
	width:240px;
	height:40px;
	line-height:35px;
	border-radius:15px;
	border:none;
	background-color:#666666;
	font-family:Raleway;
	text-align:center;
	font-size:16px;
	color:#dddddd;
	cursor:default;
}

.btnStandardSmall {
	display:inline-block;
	margin-top:5px;
	margin-left:0px;
	width:80px;
	height:25px;
	line-height:20px;
	border-radius:10px;
	border:none;
	background-color:#000066;
	font-family:RalewaySemiBold;
	text-align:center;
	font-size:15px;
	color:#dddddd;
	cursor:pointer;
}

.btnStandardSmallDisabled {
	display:inline-block;
	margin-top:5px;
	margin-left:0px;
	width:80px;
	height:25px;
	line-height:20px;
	border-radius:10px;
	border:none;
	background-color:#555555;
	font-family:RalewaySemiBold;
	text-align:center;
	font-size:15px;
	color:#bbbbbb;
	cursor:default;
}

.pageHead {
	color:#ffffff;
	font-family:RalewayBold;
	font-size:18px;
	float:left;
	margin-left:15px;
}

.btnEdit {
	display:inline-block;
	margin-left:10px;
	width:25px;
	height:25px;
	text-align:center;
	background-color:#339F9F;
	border-radius:5px;
	cursor:pointer;
}

.btnEditDisabled {
	display:inline-block;
	margin-left:10px;
	width:25px;
	height:25px;
	text-align:center;
	background-color:#444444;
	border-radius:5px;
}

.btnNormal { 
	font-family:Arial;
	font-size:13px;
	height:50px;
	width:180px; 
	background-color: #cccccc; 
}

.drivetext {  text-decoration: none; font-family: arial; font-weight: bold; color: #000000; font-size: 13px;}
a { 
	text-decoration: none; color: #fed801
}

#divBackground { position:absolute }
#divLogos { position:absolute;height:45px;width:320px;vertical-align:middle;text-align:center; }
#divTitle { position:absolute;height:100px;width:320px;vertical-align:middle;text-align:center; }

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.BottomVenueNav {
	display:none;
}

.BottomNav {
	display:none;
}

.BottomDonate {
	display:none;
}

.BottomDeals {
	display:none;
}

.BottomTickets {
	display:none;
}

.BottomAccount {
	display:none;
}

.BottomShout {
	display:none;
}

progress {
  width: 100%;
  height: 20px;
  margin-top:15px;
}
progress::-webkit-progress-bar {
  background-color: #FFFF00;
}
progress::-webkit-progress-value {
  background-color: #339F9F;
}
progress::-moz-progress-bar {
  background-color: #339F9F;
}

.btnProgramSection {
	float:left;
	margin-right:10px;
	margin-top:3px;
	margin-bottom:10px;
	width:160px;
	height:28px;
	line-height:28px;
	border:none;
	border-radius:15px;
	background-color:#339F9F;
	text-align:center;
	font-family:Raleway;
	font-size:15px;
	color:#ffffff;
	cursor:pointer
}

.btnProgramSectionGreen {
	float:left;
	margin-right:10px;
	margin-top:3px;
	margin-bottom:10px;
	width:160px;
	height:28px;
	line-height:28px;
	border:none;
	border-radius:15px;
	background-color:#5E8A42;
	text-align:center;
	font-family:Raleway;
	font-size:15px;
	color:#ffffff;
	cursor:pointer
}

.btnProgramSectionTan {
	float:left;
	margin-right:10px;
	margin-top:3px;
	margin-bottom:10px;
	width:160px;
	height:28px;
	line-height:28px;
	border:none;
	border-radius:15px;
	background-color:#997D53;
	text-align:center;
	font-family:Raleway;
	font-size:15px;
	color:#ffffff;
	cursor:pointer
}

.btnProgramSectionBlue {
	float:left;
	margin-right:10px;
	margin-top:3px;
	margin-bottom:10px;
	width:160px;
	height:28px;
	line-height:28px;
	border:none;
	border-radius:15px;
	background-color:#2272B3;
	text-align:center;
	font-family:Raleway;
	font-size:15px;
	color:#ffffff;
	cursor:pointer
}

.btnProgramRecog {
	float:left;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:10px;
	width:160px;
	height:35px;
	line-height:1.1;
	border:none;
	background-color:#AC9F59;
	text-align:center;
	font-family:Raleway;
	font-size:15px;
	color:#000000;
	cursor:pointer
}


.btnSurveySelected {
	z-index: 50;
	width:85px; 
	height:30px; 
	margin-right:5px;
	background-color:#000099; 
	border: 1pt solid #555555; 
	border-radius:10px;
	font-family: RalewayBold; 
	font-size: 12px; 
	color: #ffffff; 
	line-height: 1.2; 
	text-align:center; 
	-webkit-appearance: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration:none;
	cursor:pointer 
}


.btnSurvey {
	z-index: 50;
	width:85px; 
	height:30px; 
	margin-right:5px;
	background-color:#abacb1; 
	border: 1pt solid #555555;
	border-radius:10px;
	font-family: Raleway; 
	font-size: 12px; 
	color: #000000; 
	line-height: 1.2; 
	text-align:center; 
	-webkit-appearance: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:pointer 
}

.gm-style-iw-chr {
  height: 10px;
  margin-top: 10px;
}
.gm-style-iw-d {
  margin-right: 1px;
}

  .square-radio {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #555;
    border-radius: 0px; /* Makes it a square/rectangle */
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    outline: none;
  }

  .square-radio:checked {
    background-color: #0075FF;
    border-color: #0075FF;
  }

  /* Create the checkmark for the selected state */
  .square-radio:checked::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 6px;
  }