@charset "utf-8";
.btn:hover, .btn:focus {
  background-color: #000000;
  border-radius: 0;
}
.form-group .btn{ color:#fff; background-color:#841D12; transition:.2s;}
	
.online-service-form{
  margin: 1em 0;
}

.online-service-form label{
  font-weight: bold;
  display: inline-block;
  width: 100px;
}

.online-service-form .form-group{
  display: inline-block;
  margin-right: .5em;
}

.online-service-form select{
  width: 100%;
  padding: .5em .3em; 
}

.online-service-form .title-input{
  width: 100%;
  border-radius: 5px;
  padding: .5em .3em;
}

.btn-search,.btn-clear{
  border: none;
  padding: .5em .6em;
}

@media (max-width: 991px) { 
  .btn-search,.btn-clear{
    margin: 1em 0;
  }
}

@media (max-width: 767px) {
  .online-service-form .form-group{
    margin-bottom: 1em;
    width: 100%;
  }
  .btn-search,.btn-clear{
    margin: .5em 0;
  }
}

@media (max-width: 479px) {
  .online-service-form .form-group{
    width: 100%;
  }
}

.online-service{
  border: 1px solid #cccccc;
}

.online-service thead tr{
  background-color: #67461a;
  color: #ffffff;
}

.online-service thead th{
  padding: .7em;
}

.online-service tbody tr{
  background-color: #f1e9de;
  border: 1px solid #cccccc;
}

.online-service tbody tr:nth-child(even){
  background-color: rgba(255,255,255,.7);
}

.online-service tbody tr:nth-child(even):hover{
  background-color: rgba(255,255,255,.3);
}

.online-service tbody tr:nth-child(odd):hover{
  background-color: rgba(255,255,255,.3);
}

.online-service tbody td{
  padding: .7em;
}

.online-service-note{
  line-height: 1.5em;
}

.online-service-note img{
  vertical-align: middle;
  margin-right: .2em;
  width: 1.5em;
  height: 1.5em;
  border: 0;
}	