/*For App logos on Refund page */
.app_logo {
width:40%;
margin:0px 0px 10px 30px;
float:left;
}




/* -----START Collapse JQuery ---------------------------------------*/

/*Header text for plate results page */
.top_plate {
    width: 100%;
    line-height: 30px;
    background:#e7e5e5;/*Note border left and right on class .plate-code-details should have this same color. LINE 186*/
    border-top-right-radius:8px;
    border-top-left-radius:8px;
}
.top_plate_title {
    color: #000000;
    font-family: "Verdana", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin:5px 0px 0px 0px;
    padding:0px 8px 4px 5px;
    width: auto;
    line-height: 30px;
    border-top-right-radius:8px;
    border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px; 
    -webkit-border-top-left-radius:8px;
    display:block;
}
/*Red Text for new Plates */
.redtext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	color: #FF0000;
	padding-left:0px;
}

/*Text Links Black Hover*/
a.collapse:link,a.collapse:active,a.collapse:visited {
    color: #397db9;
    font-family: "Tahoma",Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding:4px 0px 0px 10px;	
	text-decoration: underline;
	line-height: 10px;
	-webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
}
a.collapse:hover {
    color: #000;
    font-family: "Tahoma",Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding-left:10px;	
    text-decoration: none;
    transition: color 0.5s ease-in-out 0s;
    -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/	
}

/*Text Links Black Hover*/
a.collapse2:link {
    color: #757b0e;
    font-family: "Tahoma",Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
	text-decoration: underline;
	line-height: 30px;
	-webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
}
a.collapse2:active {
    color: #757b0e;
    font-family: "Tahoma",Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
	text-decoration: underline;
	-webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
}
a.collapse2:visited {
    color: #757b0e;
    font-family: "Tahoma",Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
	text-decoration: underline;
	-webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
}
a.collapse2:hover {
    color: #000;
    font-family: "Tahoma",Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    transition: color 0.5s ease-in-out 0s;
    -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
	
}

/*Rows, every other one colored background*/
div.alternate div:nth-child(odd) {
  background-color: #e0e2bf;
  width:100%;height:30px;
  font-size :12px;text-align:left;
  padding-bottom:3px;
  -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
  
}

/*Rows, every other one colored background*/
.alternateODD {
	width:100%;height:30px;background-color: #dcf2fd;
	font-size:12px;text-align:left;
	padding:7px 0px 0px 0px;
	-webkit-text-size-adjust: none;
}
.alternateEven {
	width:100%;height:30px;
	font-size:12px;text-align:left;
	padding:7px 0px 0px 0px;
	-webkit-text-size-adjust: none;
}
/*

div.rows div:nth-child(odd) {
  background-color: #e0e2bf;
  width:100%;height:30px;
  font-size :12px;text-align:left;
}
*/
.rows-two {
	width:100%;height:auto;background-color: #e0e2bf;
	font-size:12px;text-align:left;
}
 
/*Plate Details with info*/
.details {
line-height:26px;
padding-left:5px;
background-color: #e7e5e5;
font-size:small;
font-weight: bold;
text-align:left;
-webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
}

/*Sponsor's Website */
.details a:link,.details a:active,.details a:visited{
color: #874718;
font-size: 12px;
font-weight: bold;
line-height:26px;
padding-left:5px;
text-align:left;
-webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
}
.details a:hover{
text-decoration: none;
}


/*Plate Details, Required Forms-label besides textlink */
.details_new {
font-size: 88%;
font-weight: normal;
padding-left: 5px;
}

.details2 {
line-height:26px;
padding-left:5px;
background-color: #FFF;
font-size:small;
font-weight: bold;
text-align:left;
-webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
}

.plate-code-details {
line-height:26px;
padding-left:5px;
background-color: #FFF;
font-size:small;
font-weight: bold;
text-align:left;
border-left: 1px solid #e7e5e5; 
border-right: 1px solid #e7e5e5;
-webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
}

.addinfo {
  height:auto;
  background-color: #e7e5e5;
  padding:2px 5px 2px 5px; 
  font-size:small;
  text-align:left; 
  -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
}

/*New styles for Chart/ Table UI look for PlateDetails.aspx --------------------------------------------*/
.chart_panel{
    height: 160px;/*190px if use class="chart_headers" with the rounded Green Tab look */
}

.chart_1 {
  background: #0f3459;
  border-right: 2px solid #FFF;
  width: 32%;
  padding:0px;
  margin:3px 0px 0px 4px;
  float: left;
}

.chart_name {
  background: #0f3459;
  color:#FFFFFF;
  width: 95%;
  padding:5px 6px;
  line-height:10px;
  font-family: "Tahoma",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align:left;
  -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
  float: left;
}
.chart_fee {
  background: #0f3459;
  color:#FFFFFF;
  width: 95%;
  padding:5px 6px;
  line-height:10px;
  font-family: "Tahoma",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align:left;
  -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
  float: left;
}

.charts_wrapper {
    background: #FFFFFF;
    border: 1px solid #0f3459;
    width: 99%;
    height: 150px;
}
.charts_wrapper_top {
    margin: 0px auto;
    margin-left:5px;
    text-align: center;
    width: 99%;
}
.chart_headers {
    color:#FFFFFF;
    background: #757b0e;
    line-height:20px;
    font-family: "Tahoma",Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align:left;
    -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
    padding:7px;
    margin-top:2px;
    width: 97%;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px; 
    -webkit-border-top-left-radius:10px;/* Safari */
}

.chart_add_plate {
  color:#000000;
  padding-left:5px;
  line-height:20px;
  font-family: "Tahoma",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align:left;
  -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
}
.chart_valorem {
  color:#000000;
  padding-left:5px;
  line-height:20px;
  font-family: "Tahoma",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align:left;
  -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
}
/*END New styles for Chart UI */


h2 {
  color: #000;
  margin: 10px 0;
  font-size: 16px;
  -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
}
h2 + div,
.example {
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 20px;
}


/*h4 is for expand/collapse for more plate info*/
h4 {
  margin: 0;
  
}

h4 a {
  background: url("../images/sprite_blue.png") 12px 10px no-repeat;
 
  display: block;
  margin-bottom:3px;
  padding: 7px;
  padding-left: 32px;
  /*margin-bottom: 1px;*/
  color: #874718;
  text-decoration:underline;
  font-size: 14px;
  font-family:"Verdana", Helvetica, Arial, sans-serif;
  font-weight:bolder;
 -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
}
h4 a:hover {color: #0F3459;text-decoration:none;transition: color 0.5s ease-in-out 0s;	}
h4.open a { background-position: 12px -27px; }
/*END h4 SECTION ----------------------------------------------------------------------*/

/*h6 is for Black Down Arrow*/
h6 {
  margin: 0;

/* GRADIENTS */
/* For WebKit (Safari, Google Chrome)*/
background: -webkit-gradient(linear, center top, center bottom, from(#e7e5e5), to(#b3b2b2));

/* For Mozilla/Gecko (Firefox etc) */
background: -moz-linear-gradient(top, #e7e5e5, #b3b2b2);

/* For Internet Explorer 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e7e5e5, endColorstr=#b3b2b2);

/* For Internet Explorer 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e7e5e5, endColorstr=#b3b2b2)";

/* For IE11 */
background-image: -ms-linear-gradient(top, #e7e5e5, #b3b2b2);

  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;

}

h6 a {
  background: url("../images/sprite7_blue.png") 9px 9px no-repeat;
  display: block;
  margin-bottom:3px;
  padding: 7px;
  padding-left: 32px;
  /*margin-bottom: 1px;*/
  color: #103962;
  text-decoration: none;
  font-size: 14px;
  font-family:"Verdana", Helvetica, Arial, sans-serif;
  font-weight:bolder;
  -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
  
  border-bottom: 1px solid rgba(0, 0, 0, 1.0);
  border-bottom: 1px solid #666666;
  border-top: 1px solid #cccccc;  
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0px 0px 0px rgba(0, 0, 0, 0.2);
    
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
}
/*Add below if you want color change on hover state of text*/
h6 a:hover {
  color: #000;

}
h6:hover { background: #999999; }
h6.open  { background: #999999; }
h6.open a { background-position: 9px -32px; }
/*Open state */
h6 + div { padding: 10px;background: #f1f1f2; }
/*END h6 SECTION ----------------------------------------------*/


/* -----END Collapse JQuery ---------------------------------------*/
/*Top Header from Layout.css*/
#wrapper {
    margin: 0 auto;
    width: 100%;
}
img {
    border: 0 none;
}
#page_top {
    background-color: #FFFFFF;
    border-bottom: 1px solid #A3A2A2;
    height: auto;
    margin-bottom: 1px;
    overflow: hidden;
}
.mobileNav {
    display: none;
}
    
/* Responsive Design---------------------------------------------- */

/* iPad portrait view */
@media only screen and (max-width: 786px) {
 #staticLogo {
    clear: both;
    float: left;
    height: auto;
    max-width: 100%;
} 

  .mobileNav {
        display: block;
        height: 38px;
        width: auto;
		padding: 5px 0px 0px 5px;
        
        background: #0070a8;
/* For WebKit (Safari, Google Chrome)*/
background: -webkit-gradient(linear, center top, center bottom, from(#0091c3), to(#0070a8));

/* For Mozilla/Gecko (Firefox etc) */
background: -moz-linear-gradient(top, #0091c3, #0070a8);

/* For Internet Explorer 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0091c3, endColorstr=#0070a8);

/* For Internet Explorer 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0091c3, endColorstr=#0070a8)";

/* For IE11 */
background-image: -ms-linear-gradient(top, #0091c3, #0070a8);
        
  }
  
  .mobileNav .homeIcon {
      width: 35px;
      height: 28px;
      display:block;
      padding: 10px 0 0 0;
      position: relative;
      top: 5px;
      left: 5px;
      float: left;
  }
  
  .mobileNav a.homeIcon {
      width: 100%;
      height: 28px;
      display:block;
      background: url(../images/home_icon.png) no-repeat;
  }
  

  .mobileNav .backIcon {
      width: 60px;
      height: 38px;
      display:block;
      padding: 0px 10px 0 0;
      position: relative;
      top: 0px;
      left: 5px;
      right: 20px;
      float: right;
  }
  
  .mobileNav a.backIcon {
      width: 60px;
      height: 38px;
      display:block;
      background: url(../images/back_btn.png) no-repeat;
  }
  /*Below display none or these classes and IDs do not show ---------------------*/
    #left_col, #Div2, .navHt, .sp, .inBox1, .PageTitle, #mvd_text {display: none;}
    
    
    #right_col{
        float: left;
        width: 100%;
        padding: 0;
    }
   
    
 	#calContainer {
		background: #fff;
		width: 100%;
		height:auto;
		overflow:hidden;
		font-family:Arial, Helvetica, sans-serif;
		margin: 5px;
		padding: 0;
		-webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
	}
	/*Below must be here for header staticLogo div to be responsive*/
	#page_top {
        border-bottom: 0px solid #a3a2a2;
    }
    #page_con {
        margin: 0 auto;
        width: 100%;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        background-color: #FFFFFF;    
    }
}
@media only screen and (max-width: 959px) {
/*New Chart look on PlateDetails page */
.chart_1 {
  width: 98%;
  
}
.chart_headers {
    width: 95.5%;
}
.charts_wrapper_top {
    margin-left:3px;
    
}
.charts_wrapper {
height: 310px;
}
.chart_panel{
    height: 350px;
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
/*New Chart look on PlateDetails page */
.chart_1 {
width: 98%;
}
.chart_headers {
    width: 95.5%;
}
.charts_wrapper_top {
    margin-left:3px;
 
}
.charts_wrapper {
height: 310px;
}
.chart_panel{
    height: 350px;
}
}


@media only screen and (max-width: 767px) {
    #staticLogo {
    clear: both;
    float: left;
    height: auto;
    max-width: 100%;\
    }
    
    /*Refund App page */
    .app_logo {
    width: 100%;
    max-width: 500px;
    margin-left: 0px !important;
    text-align:center;
    margin-bottom:20px;
}

/*New Chart look on PlateDetails page */
.chart_1 {
width: 98%;
}
.chart_headers {
    width: 95.5%;
}
.charts_wrapper_top {
    margin-left:3px;
   
}
.charts_wrapper {
height: 310px;
}
.chart_panel{
    height: 350px;
}

#calContainer .calTxt {
    font: 12px/20px Arial,Helvetica,sans-serif;
    margin: 0 8px 10px 0;
    -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
}
#calContainer {
    background: none repeat scroll 0 0 #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    height: auto;
    margin: 5px;
    overflow: hidden;
    padding: 0;
    width: 100%;
    -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
}
#faqsBox {
    margin: 8px auto;
    width: 95%;
}
.faqLisTitle {
    font-size: 12px;
    width: 96%;
    -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
}
.collapse {
    line-height: 23px;
    padding: 8px;
    width: 96%;
}
.faqTitleTop {
    font-size: 12px;
    margin: 8px auto 8px 15px;
    width: 80%;
    -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
}
#calContainer .formBox a.fancybox {
    background: url("../images/help_icon.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    text-decoration: none;
    width: 18px;
}
#calContainer .formBox .helpMob {
    display: block;
    float: left;
    height: auto;
    padding: 10px 0 0;
    width: auto;
}
#calContainer .formBox .help {
    display: none;
}

}
@media only screen and (max-width: 410px) {
	
    #right_col {
	float: left;
	width: 100%;
	padding: 0;
      }
	
  .mobileNav {
        display: block;
        height: 40px;
        width: 100%;
        
        background: #a0070a8;
/* For WebKit (Safari, Google Chrome)*/
background: -webkit-gradient(linear, center top, center bottom, from(#0091c3), to(#0070a8));

/* For Mozilla/Gecko (Firefox etc) */
background: -moz-linear-gradient(top, #0091c3, #0070a8);

/* For Internet Explorer 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0091c3, endColorstr=#0070a8);

/* For Internet Explorer 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0091c3, endColorstr=#0070a8)";

/* For IE11 */
background-image: -ms-linear-gradient(top, #0091c3, #0070a8);
        
  }
	
    #staticLogo {
        float: left;
        max-width: 100%;
        clear: both;
        height: auto;
    }

	#calContainer .calTxt {
		font: normal 12px Arial, Helvetica, sans-serif;
		margin: 0 5px 10px 0;
		line-height: 20px;
		-webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
	}
    
 	#calContainer {
		background: #fff;
		width: 100%;
		height:auto;
		overflow:hidden;
		font-family:Arial, Helvetica, sans-serif;
		margin: 5px;
		padding: 0;
		-webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
	}
}
@media only screen and (max-width: 320px) {
  .mobileNav {
        display: block;
        height: 40px;
        width: 100%;
        
        background: #a0070a8;
/* For WebKit (Safari, Google Chrome)*/
background: -webkit-gradient(linear, center top, center bottom, from(#0091c3), to(#0070a8));

/* For Mozilla/Gecko (Firefox etc) */
background: -moz-linear-gradient(top, #0091c3, #0070a8);

/* For Internet Explorer 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0091c3, endColorstr=#0070a8);

/* For Internet Explorer 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0091c3, endColorstr=#0070a8)";

/* For IE11 */
background-image: -ms-linear-gradient(top, #0091c3, #0070a8);
        
  }

    #staticLogo {
        float: left;
        max-width: 100%;
        clear: both;
        height: auto;
       
    }
    
    #right_col{
        float: left;
        width: 100%;
    }
	
    #page_con
    {
        margin: 0 auto;
        width: 100%;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        background-color: #FFFFFF; 
    }
    
	#calContainer .calTxt {
		font: normal 12px Arial, Helvetica, sans-serif;
		margin: 0 5px 10px 0;
		line-height: 20px;
		-webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
	}

 	#calContainer {
		background: #fff;
		width: 100%;
		height:auto;
		overflow:hidden;
		font-family:Arial, Helvetica, sans-serif;
		margin: 5px;
		padding: 0;
		-webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
	}



	#calContainer .calBorder, .calBorder2, .calBorder3 {
		margin: 30px auto 10px auto;
		width: 95%;
		height: auto;
		overflow:hidden;
		background: url:( );
		
		border: 1px solid #66741c;

		/**** corner ******/
		-moz-border-radius: 5px; /* Firefox 3.6 */ 
		-webkit-border-radius: 5px; /* Safari 4? Chrome 6? */
		-khtml-border-radius: 5px; /* Opera */ 
		border-radius: 5px; /* Firefox 4, Safari 5, Opera 10, IE 9 */ 
	}

	#calContainer .calBorder {
		margin: 30px auto 10px 0;
	}

	#calContainer .calBorder2 {
		margin: 30px auto 10px 10px;
	}


	#calContainer .boxes {
		margin: 0;
		padding: 0 0 10px 0;
		width: 100%;
		height: auto;
		overflow:hidden;
		position:relative;
		left: 15px;
	}


    #calContainer .btn1, .btn2 {
        width:80%;
    }
    
    #calContainer .btn3 {
        width: 80%;
    }
	

    #calContainer .formBox .inputBoxSel {
        width: 80%;
    }
    
    #calContainer .formBox .inputBoxSel2 {
        width: 80%;
    }
    }


/*Responsive --------------------------------------------------------------*/	
/*@media only screen and (max-width : 480px) {*/

@media only screen and (max-width : 568px) {	
/*Text Links Black Hover*/
a.collapse:link,a.collapse:active,a.collapse:visited {
    color: #397db9;
    font-family: "Tahoma",Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding:4px 0px 0px 10px;	
	text-decoration: underline;
	line-height: 10px;
	-webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
}
a.collapse:hover {
    color: #000;
    font-family: "Tahoma",Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding-left:10px;	
    text-decoration: none;
    transition: color 0.5s ease-in-out 0s;
    -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/	
}

.redtext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	color: #FF0000;
	padding-left:4px;
	 -webkit-text-size-adjust: none;
}
/*h6 Header Text*/
h6 a {
  font-size: 12px;
  -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
}
h5 a {
  font-size: 12px;
  -webkit-text-size-adjust: none;/*disable zoom behavior on iPhone/iPads*/
}

}