﻿	#basicExampleModal.modal .modal-dialog {
			width: 40%;
		}

		#basicExampleModal .flex-wrap {
			display: flex;
			align-items: stretch;
			position: relative;
			list-style: none;
			margin: 0px;
			padding: 0px;
		}

		#basicExampleModal .flex-wrap li {
			flex-grow: 1;
			padding: 5px;
			width: 33%;
		}

		#basicExampleModal .flex-wrap li a {
			display: block;
			padding: 8px 15px;
			background-color: #E36C30;
			color: #fff;
			text-decoration: none;
			text-align: center;
			min-height: 98px;
		}

		#basicExampleModal .modal-content {
			margin: 0px auto;
		}

		.modal-body h2 {
			margin: 0px;
		}

		#basicExampleModal .modal-title {
			color: #fff;
			font-weight: lighter;
			text-align: center;
			padding: 10px 15px;
			margin: 10px 0px;
			border: 1px solid #f7f7f7;
			display: block;
			font-size: 15pt;
		}

		#basicExampleModal .modal-title.download {
			color: #fff;
			font-size: 18px;
			text-transform: uppercase;
		}

		.container {
			position: relative; 
			height: auto;
			margin: 0px auto;
		}

		.logo {
			text-align: center;
			padding: 10px;
		}

		section.logo-section {
			background: #69160e;
		}


		.logo img {
			max-width: 100%;
		}

		#basicExampleModal .modal-content {
			background-color: #fff;
			padding: 15px;
		}

		.pay-btn {
			display: block;
			color: #f7ff00 !important;
			font-weight: bold;
		}

		#basicExampleModal .btn-warning {
			float: left;
			width: 25%;
			height: 100px;
			white-space: normal;
			padding-top: 20px;
			border-color: #e86424;
		}

		#basicExampleModal .modal-body {
			background: #FE834E;
			margin-top: 15px;
		}

		#basicExampleModal .modal-body-blue {
			background: #38589f;
		}


		.modal-content {
			background-color: #fff;
			padding: 15px;
		}

		.modal .modal-dialog {
			top: 1% !important;
		}

		#basicExampleModal .modal-body a {
			display: block;
			text-decoration: underline;
			color: #ffca2a;
		}

		@media (max-width:768px) {
			#basicExampleModal .flex-wrap {
				display: block;
			}

			#basicExampleModal .flex-wrap li {
				width: 100%;
			}

			#basicExampleModal .modal-body a {
				width: 100% !important;
				margin: 5px 0px;
				/*height: 83px;*/
			}

			#basicExampleModal .modal-body {
				background: #FE834E;
				margin-top: 15px;
			}

			#basicExampleModal h2 {
				font-size: 14pt;
			}
		}
		a.glink {
			text-decoration: none;
			color: white;
		}
 

		.high-contrast {
			background-color: #000 !important;
			color: #fff !important;
		}

		.high-contrast, .high-contrast * {
			background-color: #000 !important;
			color: #fff !important;
			border-color: #888 !important;
		}

		.high-contrast a, .high-contrast a * {
			color: #ff0 !important;
			background-color: transparent !important;
		}

		.high-contrast button,
		.high-contrast input,
		.high-contrast textarea,
		.high-contrast select {
			background-color: #111 !important;
			color: #fff !important;
			border: 1px solid #999 !important;
		}

		.high-contrast table {
			border-color: #999 !important;
		}

		.high-contrast th, .high-contrast td {
			background-color: #111 !important;
			color: #fff !important;
			border: 1px solid #999 !important;
		}

		.high-contrast .no-contrast,
		.high-contrast .no-contrast * {
			background-color: inherit !important; 
		}

		.dark-mode {
			background-color: #121212;
			color: #f1f1f1;
		}
		.form-check-input, .form-check-label{
			cursor: pointer!important;
		} 