@charset "utf-8";
body {
    margin: 0;
}

.headertitle div .logocounty {
	display: inline;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	justify-content: center;
	display: flex;
    padding: 17px;
}

.menubar {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #FF575A;
}

.menuebar1 li {
	float: left;
}

.menuebar1 li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.clear {
    clear: both;
}
/* Change the link color to #111 (black) on hover */

.menuebar1 li a:hover {
	background-color: #111;
}

.active {
	background-color: #04AA6D;
}

.menuebar1 li aright {}

ul.menuebar1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #007ED0;
}

.menuebar1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: thick solid #000000;
	border-top: thick solid #FFE500;
}

.menubar {
	float: left;
	display: inline;
}

a {
	display: block;
	padding: 8px;
	background-color: #007ED0;
}

.footer {
	/* position: absolute; */
	/* bottom: 0%; */
	width: 100%;
	background-color: #323232;
	color: #FFFFFF;
    padding: 25px;
}

.footer .left_side {
	float: left;
	text-align: left;
	margin-right: 0px;
	width: 236px;
}

.footer .right_side {
	float: right;
	clear: right;
	z-index: 2;
}

.footer .left_side {
	float: left;
	clear: left;
	z-index: auto;
}

.contentleft {
	text-align: left;
	float: left;
    width: 20%;
}

.contentright {
	float: right;
    width: 15%;
}

.footer .centerfooter {
	text-align: center;
	padding-top: 10%;
	bottom: 1px;
    width: 65%;
    float: left;
}

.footer .footerimg {
	/* padding-top: 4px; */
	/* padding-left: 0px; */
	/* margin-left: -59px; */
}
.breadcrumb-indicator {
    margin-top: 20px;
}
.breadcrumb-indicator .breadcrumb-progress {
	border-left: 1px solid #ccc;
	list-style: none;
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0 20px;
}

.breadcrumb-indicator .breadcrumb-progress li {
	flex-grow: 1;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.breadcrumb-indicator .breadcrumb-progress li div.breadcrumb-styling {
	background-color: #fccc13;
	font-weight: 700;
}

.breadcrumb-indicator .breadcrumb-progress li div {
	height: 40px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	position: relative;
	background-color: #fff;
	display: flex;
	align-items: center;
	line-height: 1.2;
}

.breadcrumb-indicator .breadcrumb-progress li div:before {
	border-left: 20px solid #ccc;
	right: -20px;
	z-index: 1;
}

.breadcrumb-indicator .breadcrumb-progress li div:after,
.breadcrumb-indicator .breadcrumb-progress li div:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	margin-left: auto;
	position: absolute;
	top: 0;
}

.breadcrumb-indicator .breadcrumb-progress li div span {
	text-align: center;
	width: 100%;
	margin-left: 15px;
}

.breadcrumb-indicator .breadcrumb-progress li div span {
	text-align: center;
	width: 100%;
	margin-left: 15px;
}

.breadcrumb-indicator .breadcrumb-progress li div.breadcrumb-styling:after {
	border-left-color: #fccc13;
}

.breadcrumb-indicator .breadcrumb-progress li div:after,
.breadcrumb-indicator .breadcrumb-progress li div:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	margin-left: auto;
	position: absolute;
	top: 0;
}

.breadcrumb-indicator .breadcrumb-progress li div:after {
	border-left: 20px solid #fff;
	right: -19px;
	z-index: 2;
}
.breadcrumb-indicator .breadcrumb-progress li:last-child {
    border-right: 1px solid #ccc;
}
.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.headertitle {
    width: 100%;
    background-image: url(images/bavkgroundlogo.png);
    min-height: 185px;
    height: 100%;
    /* margin-top: -16px; */
    max-height: 0px;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 32%;
}
.body_content {
    padding: 20px;
}
#box_find_ticket {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    /* margin-top: 40px; */
}
footer.buttons .btn:first-child {
    float: left;
}
footer.buttons .btn {
    border-radius: 0;
    width: 30%;
    border: 1px solid #ccc;
}
footer.buttons .btn:last-child {
    float: right;
}
footer.buttons {
    max-width: 700px;
    margin: 0 auto 40px;
}
.button-wrap {
    text-align: center;
    margin-top: 1rem;
}
.btn-continue:disabled {
    background-color: #333;
    opacity: 1;
    color: #9a9a9a;
}
.btn-action, .btn-back, .btn-cancel, .btn-continue {
    box-shadow: 4px 4px 7px -2px rgb(0 0 0 / 10%);
    text-decoration: none;
    transition: box-shadow .25s linear;
}
.btn-back {
    color: #000;
    background-color: #fccc13;
    border-color: #9a9a9a;
}
.btn-action:disabled, .btn-back:disabled, .btn-cancel:disabled, .btn-continue:disabled {
    box-shadow: none;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.btn-cancel {
    color: #444;
    border-color: #9a9a9a;
    background-color: #fff;
    background-color: #f6fbfd;
}
.area_body {
    width: 600px;
    margin: 0 auto;
    min-height: 400px;
}
#box_ticket_detail ul, #box_ticket_review ul {
    padding: 0;
}
#box_ticket_detail li {
    border: 1px solid #ccc;
    padding: 10px;
    list-style: none;
    border-bottom: none;
}
#box_ticket_detail li:last-child {
    border-bottom: 1px solid #ccc;
}
#box_ticket_review {
    margin-top: 20px;
}   
#box_ticket_review li {
    border: 1px solid #ccc;
    padding: 10px;
    list-style: none;
    border-bottom: none;
}
#box_ticket_review li:last-child {
    border-bottom: 1px solid #ccc;
}
.li_left {
    float: left;
    text-align: left;
}
.li_right {
    float: right;
    text-align: right;
    font-weight: bold;
}
.li_total_fee {
    background: #0064bf;
    color: white !important;
}
.box_ticket {
    display: none;
}
.error_return {
    color: red;
    display: none;
}
.error {
    color: red;
    font-style: italic;
    display: block;
    width: 100%;
}
.btn_print,.btn_download,.btn_email {
    width: 200px;
    margin: 0 auto;
}
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  /* color: #f2f2f2; */
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size:20px;
  background-color:#007ED0;
  /* background-color:#333; */
  color:#fff;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}
.btn_send_email_receipt {
    margin: 0 !important;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  #btn_change_lang {
    float: none !important;
  }
}
@media only screen and (max-width: 768px) {
    .footer {
        position: relative !important;
    }
    .contentleft,.contentright,.centerfooter {
        float: none !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    .footer .centerfooter {
        padding: 30px 0 !important;
    }
    .breadcrumb-indicator .breadcrumb-progress {
        margin: 0 5px !important;
    }
    .area_body {
        width: 100% !important;
    }
}
#link_311{
    background: none;
    color: white;
    padding: 0;
    margin: 0;
}