.headerContainer {
    padding: 20px;
}
#Auto-Generated-Code {
	display: none;
}
.email {
    float: right;
    padding-top: 10px;
	display: none;
}
.glyphicon-phone {
    background: #18921b;
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    font-size: 20px;
}    
.email a {
	color: #18921b;
    font-size: 16px;
}
/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
}
input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label {
    background: #18921b;
    background: -moz-linear-gradient(top, #18921b 0%, #158118 64%, #158118 64%);
    background: -webkit-linear-gradient(top, #18921b 0%, #158118 64%, #158118 64%);
    background: linear-gradient(to bottom, #18921b 0%, #158118 64%, #158118 64%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#18921b', endColorstr='#158118', GradientType=0);
    color: #fff;
    border-right: 1px solid #158118;
    border-left: 1px solid #158118;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width:100%;
    padding:10px;
     font-size: 16px;
    font-weight: 600;
}
.tabs {
    float:left;
    margin-top:30px;
}
.tab-title {
    border-bottom:0px solid silver;
    float:left;
    width:100%;
}
.tab-title h4 {
    color:#158118;
    font-weight:600;
    padding:0 10px
}
.tab-title p {
    padding:7px 0;
    margin:0;
    color:#333;
    float:left;
    text-align:left;
}
/*.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}

.tab-content p {
  margin: 1em;
}
/* :checked */
/*input:checked ~ .tab-content {
  max-height: 10em;
}*/
/* Icon */
/*label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
input[type=checkbox] + label::after {
  content: "+";
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}
*/
#Vehicale-Info{
	border-collapse: collapse;
	width: 100%;
}

#Vehicale-Info tr th{
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	width: 250px;
	border-bottom: 1px solid #e0e0e0;
	padding: 8px 0 8px 0;
	color: #333;
	font-size: 1.0em;
}

#Vehicale-Info tr td{
	font-weight: normal;
	vertical-align: top;
	border-bottom: 1px solid #e0e0e0;
	padding: 8px 0 8px 20px;
	color: #333;
	font-size: 1.0em;
}

#Vehicale-Info tr .Heading{
	font-weight: bold;
}
.delaymsgbankhol{
	font-size:30px;
	display:none;
}
.delaymsgxmas{
	font-size:30px;
	display:none;
}
.delaymsgother{
	font-size:30px;
	display:none;
}
 
@media(max-width:600px) {
    .logo img {
        display: block;
        margin: 0 auto;
    }
    .email {
        float: none;
        padding-top: 0px;
        text-align: center;
        margin-bottom: 10px;
		display: none;
    }
	#Vehicale-Info tr th{
		width: 150px;
	}
}
@media(max-width:400px) {
    .logo img {
        width: 100%;
    }
	#Vehicale-Info tr th{
		width: 100px;
	}
}