  a {
      color: #0274be;
      font-weight: 700;
    }
    a:hover{
      color: #0274beab;
      text-decoration: underline;
    }
 
    .content {
      margin-top:100px;
    }

    div.vilolation-list {
      border-radius: 3px;
      margin: 10px 0px 10px 0px;
      padding: 10px;
      color: black;
      border: 2px solid #b3b3b3;
    }    
    div.vilolation-list ul li{

    border-bottom: 1px solid #b3b3b3;
    width: 100%;

    }
h1{
  font-size: 2.8rem;
}
h2{
  font-size: 2.2rem;
}
h3{
  font-size: 1.8rem;
  margin-top: 15px;
}

#check-violation label{
  display: inline;
  font-weight: normal;
  cursor: pointer;
  font-size: 1.5rem;
}

.violation-button{
  background-color: #0274be;
  border: 1px solid #0274be;
  margin-bottom:0px;
}

.violation {
  border: 1px solid #000000;
  margin-bottom: 20px;
}

.violation ul li{

    width: 100%;
    border-bottom: 1px solid #000000;
    display: inline-block;
    float: left;
    padding: 10px;
    margin-bottom: 0px;  
}

.accordion-item h2{
  margin-bottom: 2px;
}

.results{
  text-align: center;
  padding-bottom: 30px;
}

.check-loading{
  font-size:60px;
  color:#0274be;
}

.btn-outline-danger{
background: none;
    color: #ff0000;
    margin-right: 5px;
border: 1px solid #ff0000;
margin-top:20px;
}

.btn-outline-success{
  margin-top:20px;
  background: none;
    color: #0274be;
    border-color:#0274be;
}

.alert-info{
  border: 1px solid #0274be;
  padding: 20px;
    font-weight: 600;
    border-radius: 3;
    background-color: #0274be0d;
    color: #0274be;
}

#violationsAccordion{
  margin-top: 30px;
  text-align: left;
  font-size: 15px;
}

.recent-check li{
  border: 1px solid #f0f0f0;
      margin-bottom: 2px;
      width:100%;
}

.news-violation li{

  padding: 10px 10px 0px 0px;
      margin-bottom: 0px;

}

.recent-check-more{
  display: none;
}

.social-icon{
  text-align: right;
}
.social-icon i{
  font-size: 20px;
}

.source-news{
  font-size: 13px;
  font-style: italic;
  font-weight:bold;
}

.violation-button{
  background-color:#606c76;
  border-color: #606c76;
}

.btn-recent-more{
  background-color:#606c76;
  border-color: #606c76;
}

.btn-check{
    height: 5.0rem !important;
    font-size: 20px !important;
  width: 100%;
}
#bsx{
  height: 5.0rem;
  margin-bottom:2px;
  font-size: 20px;
  border: 1px solid #0274be;
  color: #0274be;
}
#bsx:focus{
  border: 2px solid #0274be;
}

.recent-plate-check {
  font-size:12px;

}

input[type='submit']:focus, input[type='submit']:hover {
  border: 1px solid #0274be;
  background-color: #0274be;
}

.fa-remove-input{
    font-size: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #0274be;
    float: right;
    margin-top: -26px;
    margin-right: 10px;    
}

.downloadImage {

  margin-left: 10px;
    margin-top: 10px;

}


    div.top-container{
      padding: 0 1.0rem;
    }
    div.footer-container {
      padding: 1.0rem;
      border-top: 1px solid #0274be;
      margin-top: 50px;
    }
    div.footer-container .container{
      padding:0px;
    }
    div.footer-container a {      
      white-space: nowrap;
    }
    div.footer-container p {
      margin-bottom:10px;
    }
    img.logo {
      max-width:100%;
      padding: 50px 50px 50px 50px;
    }



img {

	width: 100%;

}


header {

	background: #fff;
	width: 100%;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid #0274be;
	z-index: 100;

}

#logo{

	margin: 13px;
	float: left;
	width: 220px;
	height: 40px;
	background: url('../img/logo.png') no-repeat center;
	display: block;

}

nav {

	float: right;
	padding: 20px;	

}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #0274be url(logo.png) center;

}

a:hover#menu-icon {

	opacity: 0.5;
	border-radius: 4px 4px 0 0;

}

ul {

	list-style: none;

}

li {

	display: inline-block;
	float: left;
	padding: 10px

}

.current {

	color: #2262AD;

}

section {

	margin: 80px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px

}


p {

	line-height: 1.45em;
	margin-bottom: 20px;

}

@media only screen and (max-width : 640px) {

	header {

		position: absolute;

	}

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 2px solid #0274be;
		right: 10px;
		top: 60px;
		width: 95%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: left;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}
}

@media only screen and (min-width : 640px) {
  nav .icon{
    display:none;
  }
  nav ul{
    display: block;
  }
}

span.icon{
  cursor: pointer;
  color:#0274be;
}

::placeholder { 
    color: #0274be;
    opacity: 0.5;
}

:-ms-input-placeholder {
    color: #0274be;
    opacity: 0.5;
}

::-ms-input-placeholder { 
    color: #0274be;
    opacity: 0.5;
}

#check-violation h3{
  margin-top:0px;
  margin-bottom: 1rem;
}

/* HTML: <div class="loader"></div> */
.loader-list {
  color: #0274be;
  width: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
  transform: translateX(-38px);
  animation: l21 .5s infinite alternate linear;
}

@keyframes l21 {
  50%  {box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px}
  100% {box-shadow: 19px 0 0 0  , 38px 0 0 3px, 57px 0 0 7px}
}

.recent-check{
  place-items: center;
}