@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size:.95em;
	line-height: 1.5em;
	color:#282828;
	background:#e4f5fd;
}

/* Headers and text */

p, div.p {
	padding:0;
	margin:0 0 15px;
}

h1 {
	font-size: 2em;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	margin-bottom:1em;
	font-family:georgia, serif;
}

h2 {
	font-size: 1.75em;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-weight:normal;
	margin:0 0 25px;
	font-family:georgia, serif;
}

h3 {
	font-size: 1.5em;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-weight:normal;
	line-height: 1.4em;
	color:#676767;
	margin:20px 0 10px 0;
	border-bottom:1px solid #ccc;
	font-family:georgia, serif;
}

h4 {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 0.5em;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-weight:normal;
}

ul {
	padding:0;
	margin:0 0 15px 15px;
}

li {
	margin: 0 0 3px;
}

ul.list_standard li, ul li {
	list-style:disc;
	list-style-image:url("../img/bullet.png");
	list-style-position:outside;
}

ul.list_noStyle {
	margin-left:0!important;
}

ul.list_noStyle li {
	list-style:none!important;
	list-style-image:none!important;
	list-style-type:none!important;
	overflow:hidden;
}

ul.list_noStyle label {
	width:auto!important;
}



/* Links */
a:link, a:visited, a:active {
	color:#003e7e;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* Layout */


.body-header {
	height:31px;
	background:url("../img/body-header.png") repeat-x 0 0;
	padding-top:2px;
	font-size:1.15em;
}

.body-center {
	background:#fff;
	padding:10px;
	max-width:900px;
	min-width:500px;
	margin:25px auto;
	
	-moz-box-shadow: -3px 0px 3px #b0d0df;
	-webkit-box-shadow: 0px 0px 9px #b0d0df;
	box-shadow: 0px 0px 9px #b0d0df;
	
	/* For IE 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#b0d0df');
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#b0d0df');
}

.content-header, .content-center, .content-footer, .body-header-content {
	max-width:970px;
	margin:0 auto;
	text-align:left;
}

.body-header-content {
	
}

.body-header-content a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:.85em;
	text-decoration:none;
	color:#454545;
	line-height:1.8em;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.footer {
	background-color: #CCC;
	color: #333;
}
.footer-column {
	float: left;
	padding: .2em .5em;
}

.footer-column h4 {
	font-weight: bold;
}

.footer-column p {
	margin: .5em 0 0;
}

.footer-column li {
	padding: .1em 0;
	list-style-image: none !important;
	list-style-type: none;
}
#support {
    width: 28em;
}
#support ul {
	margin: 0;
	padding: 0;
}
#support li {
	list-style: none !important;
	padding-bottom: 1em;
}
#agencylinks ul {
	margin: 0;
	padding-left: 1.3em;
}
#agencylinks li {
	list-style: disc !important;
}
#TexasGovTaglineLogo {
    margin-top: 2em;
}
#txgov ul {
	margin: 0;
	padding: 0;
}
#txgov li {
	list-style: none !important;
}
.footer-column {
	float: left;
	width: 14em;
	padding: .2em .5em;
}
.footer-column a, .footer-column a:visited , .footer-column a:active{
	text-decoration: none;
}
.footer-column a:hover{
	text-decoration: underline;
}
.footer-content {
	max-width: 60em;
	margin: 0 auto;
}
a[href^="mailto:"] {
	background-image: url("../img/icon_email.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
	line-height:16px;
	padding:1px 19.5px 1px 0;
}

/* Banner */

.banner-wrapper {
	margin:0 0 30px 0;
	overflow:hidden;
}

.banner-logo {
	float:left;
}
.banner-title {
	float:left;
	margin:0 10px;
}
.banner-texas-logo {
	float:right;
}

h1.app-name span {
	display:block;
	font-size:0.6em;
	font-weight:normal;
}

/* Main Content Area */
.app-wrapper {
	overflow:auto;
}

.container-form {
	float:left;
	width:75%;
	background:url("../img/bg_stripes.png") 0 0 repeat-x;
	margin:5px 0 0 0;
}

.fullWidth {
	width:100%;
}

.container-content {
	padding:8px;
	overflow:auto;
}

/* Right Rail */
.container-tools {
	float:right;
	width:25%;
}

.callout-box {
	margin:5px;
	border:1px solid #ddd;	
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
}

.callout-box h4 {
    font-weight: bold;
}

.callout-box-header { 
}

.noteBox {
	color:red;
	font-weight:bold;
}

.callout-box-header h3 {
	background:url("../img/callout-box-title.png") repeat-x 0 0;
	height:31px;
	line-height:31px;
	margin:0;
	padding:0 0 0 0.75em;
	color:#000;
	font-weight:normal;
}

.callout-box-content {
	padding:0.75em 1.4em;
	background:;
}

/* Callout Box progress bar */
li.selected {
	background:#E4F5FD;
}
ol.steps {
	list-style-type:decimal;
	padding: 0;
	margin:0;
}
ol.steps li {
	list-style-position:inside;
	padding-left:1em;
}

.container-support {
	color:#666;
	margin:10px 0 0 0;
	font-size:0.957em;
}

.container-support p, .callout-box p {
	margin:0;
	line-height:1.4em;
}

.container_margin {
	margin:0 0 15px;
}

.container_message {
	border:1px solid #ddd;
	background:#fafafa;
	padding:15px;
	margin:0 0 15px;
}

.container_message.red {
	border-color:#dc5d61;
	background-color:#ffc4c6;
}

/* Forms */
ul.list_form {
	list-style-type:none;
	padding:0;
	margin:0 0 15px;
	/*overflow:hidden;*/
}

ul.list_form li {
	padding:0;
	margin:0 0 9px;
	overflow:hidden;
	list-style:none;
	list-style-image:none;
	width:100%;
}

ul.list_form li label, ul.list_form li div.noLabel {
	padding:0;
	margin:0 2% 0 0;
	width:33%;
	display:block;
	float:left;
}

.noLabel {
	margin-left:35%;
}

.text_info {
	font-size:.95em;
	color:#676767;
}

.text_required {
	color:#ff0000;
}

/* Buttons and action links */
button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner{padding:0;border:none;}

button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE*/
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

.button {
	background:#0559AF; /* background color on buttons */
	border:none;
	padding:4px 15px;
	color: rgb(255,255,255); /* text color on buttons */
	font-weight: bold; /* font weight on buttons */
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.secondaryButton {
	background:#666;
}

button.button span {
	line-height:1.8em;
	font-size:1.15em;
}

.container_buttons {
	overflow:hidden;
	margin:0 0 15px;
}

a.btn_cta_primary, a.btn_cta_primary:hover, a.btn_cta_primary:active, a.btn_cta_primary:visited {
	text-decoration:none;
	color:#ffffff;
}

a.btn_cta_secondary, a.btn_cta_secondary:hover, a.btn_cta_secondary:active, a.btn_cta_secondary:visited {
	text-decoration:none;
	color:#003e7e;
}

.btn_cta_primary {
	border:0;
	background:url(../img/sprite_btns.png) no-repeat left 0;
	color:#ffffff;
	cursor:pointer;
	padding:0 0 0 5px;
	margin:0 10px 0 0;
	height:30px;
	display:block;
	float:left;
}

.btn_cta_primary span {
	background:url(../img/sprite_btns.png) no-repeat right 0;
	padding:0 45px 0 20px;
	display:block;
	position:relative;
	font-size:16px;
	line-height:30px;
	height:30px;
	border:0;
	margin:0;
}

button.btn_cta_primary:hover {
	background-position:left -40px;
}

button.btn_cta_primary:hover span {
	background-position:right -40px;
}

.btn_cta_secondary {
	border:0;
	background:url(../img/sprite_btns.png) no-repeat left -80px;
	color:#003e7e;
	cursor:pointer;
	padding:0 0 0 2px;
	margin:0 0 0 0;
	height:30px;
	display:block;
	float:left;
}

.btn_cta_secondary span {
	background:url(../img/sprite_btns.png) no-repeat right -80px;
	padding:0px 25px 0px 20px;
	display:block;
	position:relative;
	font-size:16px;
	line-height:30px;
	height:30px;
	border:0;
	margin:0;
}

.btn_cta_secondary:hover {
	background-position:left -120px;
}

.btn_cta_secondary:hover span {
	background-position:right -120px;
}

fieldset {
	border:1px solid #ddd;
	padding:4px;
	margin:15px 0 15px;
	overflow:hidden;
}

legend {
	margin:0 0 0 7px;
	padding:0 7px;
	font-weight:normal;
	font-size:1.25em;
	color:#676767;
}

fieldset.inline legend {
	font-size:.95em;
	color:#000;
}
fieldset.inline {
	/*border:0;*/
	padding:0;
	margin:0;
}
fieldset.inline input {
	/*margin-left:2em;*/
}


div.fieldset_content {
	padding: 15px;
}

button.actionLink {
	border:none;
	color:#003E7E;
	cursor:pointer;
}

a.actionLink, button.actionLink {
	padding:0 0 0 25px;
	line-height:20px;
	font-size:1.1em;
	text-decoration:none;
}

a.add, button.add {
	background:url(../img/icon_plus.png) left no-repeat;
}

a.remove, button.remove {
	background:url(../img/icon_minus.png) left no-repeat;
}

a.action, button.action {
	background:url(../img/icon_action.png) left no-repeat;
}

/* Misc. */

.container_green {
	border:1px solid #a4d674;
	background:#d8f4bd;
	padding:20px;
	margin:0 0 25px;
}

.container_yellow {
	margin: 15px 0 0;
	padding:15px;
	border:1px solid #edee67;
	background:#f7f7cc;
}

.textCenter {
	text-align:center;
}

/*
.inputRightSideDiv {
	width: 60%; 
	float: left; 
	text-align: left;
}

.inputRightSidePara {
	float: right; 
	width: 55%; 
	font-size:77%;
	line-height:1.2em;
}

form.default input.inputRightSideInput {
	float: left; 
	width: 40%;
}

ul.list_form li label.newLabel {
	width: 38%;
	margin-right: 2%;
}
*/

ul.list_form li label, .labelPlaceHolder {
	display:block;
	float:left;
	margin:0 2% 0 0;
	padding:0;
	text-align:right;
	width:32%;
}

ul.list_form li.attestation label {
	width:80%;
	float:right;
	text-align:left;
}

ul.list_form_big li label, ul.list_form_big .labelPlaceHolder {
	width:45%;
}

ul.list_form_reallyBig li label, ul.list_form_reallyBig .labelPlaceHolder {
	width:65%;
}

.inputAndInstructions {
	width: 66%;
	float: left; 
	text-align: left;
	overflow:hidden;
}


ul.list_form_big .inputAndInstructions {
	width:53%;
}

ul.list_form_reallyBig .inputAndInstructions {
	width:33%;
}

ul.list_form li.attestation .inputAndInstructions {
	width:18%;
}

.inputAndInstructions p {
	float: right; 
	width: 37%; 
	font-size:77%;
	line-height:1.2em;
	margin:0;
}
form.default .inputAndInstructions input, form.default .inputAndInstructions select {
	float: left; 
	width: 60%;
	font-size:.85em;
}
form.default .inputAndInstructions input.checkBox {
	width:auto;
}
form.default .inputAndInstructions #submitButton {
	width:auto;
	font-size:100%;
	padding:2px;
	}
	
ul.list_form p a {
	text-decoration:underline;
}

.offScreen {
	/*text-indent:-9999px!important;
	text-align:left!important;
	width:0!important;*/
	position:absolute;
	left:-9999px;
}
#card_month {
	width:35%!important;
	float:left!important;
}
#card_year {
	width:45%!important;
	float:right!important;
}
.zipFirst {
	width:45%!important;
	float:left!important;
}
.zipSecond {
	width:35%!important;
	float:left!important;
}
.zipDash {
	width:10%!important;
	text-align:center;
	float:left!important;
}

form.default .inputAndInstructions .zipCodeInside input {
	float:none;
	width:auto;
}

form.default .inputAndInstructions .zipCodeInside {
	float: left; 
	width: 40%;
}
form.default .zipCode p {
	/*width:36%;*/
}
/* Tables */

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:.8em;
}

table, table.table_standard {
	border:1px solid #dddddd;
	margin:0 0 15px;
	width:100%;
	background:#FFF;
}

table.table_standard {
	background:#fff;
}

table tbody tr {
}

table tbody tr.even {
	background:#f5f5f5;
}

table tbody tr td, table.table_standard tbody tr td {
	padding:5px 7px;
	border-top:1px solid #dddddd;
}

table tr th {
	padding:5px 7px;
	text-align:left;
	font-size:1.1em;
	/*border-right:1px solid #999;*/
}

table.table_standard tr th {
	background:#777;
	color:#fff;
}

table tr th a, table tr th a:active, table tr th a:visited, table tr th a:hover {
	color:#fff!important;
}

table thead {
	font-weight:bold;
}

table.table_standard thead {
	background:#777;
	color:#fff;
}

table tbody, table.table_standard tbody {
	background:#fff; /*url(../_images/bg_table_standard_tbody.png) top repeat-x*/
}

/* Resets and Fixes */
img {
	border:none;	
	max-width:100%;
}

.clearfix {
	clear:both;
}

.container_floats {
	overflow:hidden;
}

.error {
	border:1px solid #F00;
	color: #F00;
	font-weight: bold;
	padding:1em;
}

.error h2, .error h3 {
	color:#F00;
	border-bottom: 1px solid #F00;
}

.callOutBox {
	/*border:1px solid #000;*/
	padding:.5em;
	margin-top:1em;
}

.col1 {
	float:left;
}

.col2 {
	float:right;
}

.logoutBox {
	overflow:auto; 
	width:365px; 
	border:1px solid #999; 
	background-color:#E6F6FD; 
	padding:5px;
	margin-bottom:20px;
}

.logoutBox h3{
	padding-left: 80px;
}

.logoutBox p{
	padding-left: 85px;
}

.crossPromoteImage {
	padding:5px;
	float:left;
}

.socialMediaImage{
	padding: 0 5px;
}

.logout-content {
	width:90%;
	margin:0 auto;
	margin-top:2em;
}
form.default .wideField .inputAndInstructions  select{
	width:90%;
	font-size:77%;
}

.address {
	margin-left: 2em;
	line-height: 1.25em;
}

.forceDown .inputAndInstructions {
		width: auto; 
		float: none; 
		text-align: left;
	}
.forceDown .inputAndInstructions p {
		float: none; 
		width: 70%; 
		margin-bottom:0;
	}
form.default .forceDown .inputAndInstructions input, form.default .forceDown .inputAndInstructions .infoData  {
		float: none; 
		width: auto;
		margin-bottom:1em;
		line-height:1.8em;
	}
	
form.default .forceDown .inputAndInstructions input, form.default .forceDown .inputAndInstructions select {
	width:auto;
}

ul.list_form li.forceDown label, .forceDown .labelPlaceHolder {
		width: auto;
		margin-right: 0;
	}
ul.list_form li.forceDown label, ul.list_form .forceDown div.infoTitle, .forceDown .labelPlaceHolder, ul.list_form_big li.forceDown label, ul.list_form_big .forceDown .labelPlaceHolder {
		float:none;
		width:100%;
		text-align:left;
	}
	ul.list_form .forceDown .zipCodeInside label {
		float:left;
	}

fieldset.disclosure {
	border:none;
}

fieldset.disclosure legend {
	float:left;
	/*width:460px;*/
	white-space:normal;
	font-size:.95em;
	color:#000;
	padding:0;
	margin:0;
}
.fieldset-content {
	clear:both;
	padding-top:.5em;
	padding-left:2em;
}
ul.list_form li fieldset.inline label {
	float:none !important;
	display:inline !important;
	width:auto !important;
	margin:0 !important;
}

/* Mobile Action */

@media only screen and (max-device-width: 640px), only screen and (max-width: 640px){
	.banner-texas-logo, .noDisplayMobile {
		display:none;
	}
	.body-footer img {
		display: none;
	}
}

@media only screen and (max-device-width: 480px), only screen and (max-width: 480px){
	.body-footer img {
		display: none;
	}
	.recaptchatable #recaptcha_image {
		width:100% !important;
	}
	.recaptchatable .recaptcha_image_cell center img {
		width:150px !important;
	}
	.col1 {
		float:none;
	}
	.recaptchatable .recaptcha_image_cell {
		width:100% !important;
	}
	.recaptchatable #recaptcha_response_field {
		width:100% !important;
	}
	.col2 {
		float:none;
	}
	.mainContent {
		width:100%;
	}
	.inputAndInstructions {
		width: 95%; 
		float: none; 
		text-align: left;
	}
	.inputAndInstructions p {
		float: none; 
		width: 95%; 
		margin-bottom:0;
	}
	form.default .inputAndInstructions input, form.default .inputAndInstructions .infoData, form.default .inputAndInstructions select {
		float: none; 
		width: 95%;
		margin-bottom:1em;
		line-height:1.8em;
	}
	
	ul.list_form li label, .labelPlaceHolder {
		width: auto;
		margin-right: 0;
	}
	
	body {
		font-size:100%;
	}

	.wrapper {
		/*overflow:hidden;*/
	}

	.banner-wrapper, .awards {
		display:none;
	}
	
	.body-header-content a {
		font-size:.75em;
	}

	.body-header {
		font-size:.95em;
		padding-left:15px;
	}
	
	.body-center {
		margin:0 auto;
		min-width:240px;
		padding:0 0 45px;
	}
	
	.body-footer  {
		width:100%;
	}
	
	.body-footer .inner {
		padding-right:.15px;
	}
	
	.container-form {
		float:none;
		width:100%;
		background-position:0 0;
		padding:0;
		margin:0;
	}
	
	.container-form {
		float:none;
		width:100%;
		padding:0;
		margin:0;
	}
	
	.container-tools {
		float:none;
		width:100%;
	}
	
	.container-support {
		padding:0 10px;
	}
	
	.container-content form {
		padding:15px 0 0;
		border-top:1px solid #ddd;
	}
	
	ul.list_form li label, ul.list_form div.infoTitle, .labelPlaceHolder, ul.list_form_big li label, ul.list_form_big .labelPlaceHolder {
		float:none;
		width:100%;
		text-align:left;
	}
	ul.list_form .zipCodeInside label {
		float:left;
	}
	
	.btn_cta_primary {
		width:100%;
		text-align:center;
	}
	
	.noLabel {
		margin-left:0;
	}
	
	fieldset {
		border:0;
		padding:0!important;
		margin:0!important;
	}
	
	.fieldset_content {
		padding:0!important;
		margin:0!important;
	}
	
	legend {
		padding:0 0 15px!important;
		margin:0!important;
	}
	fieldset.disclosure legend {
		padding:0!important;
	}
	.button {
	 	width:100%;
	 	margin:.5em 0;
	 	line-height:1.8em;
		font-size: 140%;
	}

    #support {
        width: auto;
    }

    #awards {
        display: none;
    }
	
	#printButton {
	 	display:none;
	}
	
	.callOutBox {
		padding:0;
		border:none;
	}
	 
	.dataTables_wrapper {
	 	clear:both;
		font-size:65% !important;
		position:relative;
		/*width:280px !important;*/
	}
	.dataTables_wrapper table th {
		width:auto !important;
	}
	.top .dataTables_info {
		display:none;
	}
	.paging_full_numbers {
		width:auto !important;
	}
	.dataTables_paginate {
		width:auto !important;
	}
	.dataTables_length {
		width:auto !important;
	}
	.dataTables_filter {
		display:none;
	}
	table.display thead th {
		padding:0 !important;
	}
	table.display td {
		padding:0 !important;
	}
} 