/* 
* TYPOGRAPHY
*/
body{
	min-width: 320px;
}
body,
input, select, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
input, select, textarea {
	border: 1px solid #ccc;
}
#header{
	font-family: Gill Sans MT, Arial, Verdana, Helvetica, sans serif;
}
h1 {
	color: #879637;
	font-size: 23px;
	line-height: 26px;
	margin: 18px 0 10px 0;
}
h2 {
	font-size: 19px;
	line-height: 21px;
	margin: 14px 0 20px 0;
	color: #879637;
}
h3 {
	font-size: 16px;
	margin: 18px 0 10px 0;
	font-weight: bold;
	color: #8e9e3f;
}
h4 {
	color: #8e9e3f; font-size: 12.5px;
	margin: 12px 0 5px 0;
}
h5 {
	color: #9da95b;
	font-size: 11.5px;
	margin-bottom: 5px;
}
.summaryBlock{
	font-size: 12px;
}
.summaryLabel{
	font-weight: bold;
}
.divAsLabel{
    font-weight:bold;
}
.indexLinks{
    display: block !important;
}
/*
* GENERAL 
*/
body{
	background: #393939;
}
.noPadLeft{
	padding-left: 0px !important;
}
.noPadRight{
	padding-right: 0px !important;
}
.noPadding{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.noMarginBottom{
	margin-bottom: 0px !important;
}
.noMarginTop{
    margin-top: 0px !important;
}
td .vehicleConfirmation{
    height: inherit;
    width: inherit;
    margin-right: 0px !important;
    margin-left: 15px !important;
}
.addMarginTop{
    margin-top: 20px;
}
.container {
  padding-right: 0px;
  padding-left: 0px;
}
.checkboxPosition{
	margin-top: 10px;
	margin-left: 20px;
}
.checkboxEditPassHolder{
	margin-left: 10px;
}
#page-body, .page-body{
	padding: 10px;
	background: #fff;
}
@media (min-width: 768px) {
	.container, #mainContent {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container, #mainContent {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container, #mainContent {
		width: 1000px;
	}
}
.spinner {
	background: url(../images/spinner.gif) 50% 50% no-repeat transparent;
	height: 16px;
	width: 16px;
    padding: 0.5em;
    position: absolute;
    right: 0;
	top: 0;
	text-indent: -9999px;
}
#wildcareStatus, #wildcareStatus .spinner{
	padding-top: 0px;
}
#wildcareStatus .spinner{
	position: relative;
}
.progress-bar{
	background: #aea444;
}
.mandatoryIndicator {
	font-size: 1.2em;
	font-weight: bold;
	color: #FA5923;
	line-height: 0.9em;
	vertical-align: bottom;
}
.input-group .mandatoryIndicator{
	padding: 6px;
}
.input-group .glyphicon{
	top: 0;
}
.dialog-icon {
	float: left;
	padding-right: 10px;
	font-size: 2em;
}
.glyphicon-remove{
	color: #FA5923;
}
.glyphicon-ok{
	color: #008542;
}
.no-wrap{
	white-space: nowrap;
}
.smallField{
	width: 20%;
}
.row .infoLink{
	display: inline;
	font-size: 1.8em;
}
#mainContent .modal{
    z-index: 2000;
}

.adminCheckboxLarge input[type="checkbox"] {
    width: 26px;
    height: 26px;
    margin-top: 5px; !important;
    /* Required for firefox */
    -moz-transform: scale(2);
}

.noDisplay {
    display: none;
}

.totalPrice {
    text-align: right;
}

.customTable{
    width: 0%; !important;
}

.agentTable{
    margin-left: auto;
    margin-right: auto;
}
/*
* PASS/PASS HOLDER STATUS
*/

.statusLabel{
    margin-left: 10px;
	font-size: 10px;
}
.statusHeading h1{
	display: inline-block;
}
.statusHeading .label{
	margin-left: 10px;
	position: relative;
	top: -3px;
}
.statusHeading .statusLabel{
	font-size: 0.8em;
}
td .statusLabel{
	width: 100%;
	margin: 0;
	display: block;
	font-size: 0.9em;
	padding: 3px 5px 3px 5px;
}
#resultsTbl{
    height: 100%;
}
#resultsTbl tbody{
    height: 100%;
}
.statusStrip{
    width: 5px;
    height: 100%;
    margin-right: 10px;
    float: left;
    overflow: auto;
}
#resultsTbl tr>td:first-child{
    height: 100%;
    border-bottom: 1px solid white;
}
.status-Current>td:first-child:first-child{
    box-shadow: 5px 0 0 0 #5cb85c inset;
}
.status-Disabled>td:first-child:first-child{
    box-shadow: 5px 0 0 0 #d9534f inset;
}
.status-Expired>td:first-child:first-child{
    box-shadow: 5px 0 0 0 #d9534f inset;
}
.status-Voided>td:first-child:first-child{
    box-shadow: 5px 0 0 0 #d9534f inset;
}
.status-Future>td:first-child:first-child{
    box-shadow: 5px 0 0 0 #5bc0de inset;
}

.hiddenElement {
    visibility: hidden;
}

/*
*	BUTTONS
*/
a .btn:focus, a .btn-group:focus{
    text-decoration: none;
}
.btn-primary{
	background: #879637;
	border-color: #68742a;
	outline-color: #68742a;
	color: #fff;
}
#dialogConcessionCard .btn-primary{
    color: #fff;
}
.btn-primary:hover,.btn-primary:focus, .btn-primary:active,
.btn-secondary:hover,.btn-secondary:focus, .btn-secondary:active,
a .btn-group:hover .btn, a .btn-group:focus .btn{
	background: #206c49;
	border-color: #164b33;
	outline-color: #164b33;
	color: #fff;
}
.btn-primary[disabled], .btn-secondary[disabled], .btn-default[disabled],
.btn-secondary[disabled], .btn-secondary[disabled], .btn-secondary[disabled]{
	background: #DDD;
	border-color: transparent;
	color: #000;
}
.btn-secondary{
	background: #aea444;
	border-color: #68742a;
	outline-color: #68742a;
	color: #fff;
}
.btnColumn{
	white-space: nowrap;
	text-align: right;
}
.btnColumn a.btn{
	display: inline-block;
}
.buttonCell{
	width: 10%;
}
/*
* HEADER AND FOOTER
*/
#header{
	height: 83px;
	background: #21578a;.
}
#footer{
	height: 95px;
	background: #21578a;
	color: #F0D88B;
}
#header a{
	text-decoration: none;
	color: #FFFFFF;
}
#headerLogo{
	float: left;
	padding: 5px 0 0 14px;
}
#headerText{
	float: left;
	padding: 20px 0 0 10px;
	line-height: 0.6em;
}
#headerText .bannerPrimary {
	font-size: 1.4em;
}
#headerText .bannerSecondary {
	font-size: 0.9em;
}
#headerMenu{
	list-style-type: none;
	padding-right: 10px;
	position: absolute;
	right: 0;
	top: 55px;
}
#headerMenu li {
	display: inline;
	letter-spacing: 1px;
	font-size: 12px;
}
#headerMenu a, #headerMenu li {
	color: #FFFFFF;
}
#headerMenu a:hover {
	color: #FECD55;
}
#headerMenu a {
	text-transform: uppercase;
}
#headerMenu .passInfo {
    font-weight: bold;
    color: orange;
}
#footer {
	font-size: 11px;
}
#footer a{
	color: white;
}
#footer .links{
	margin: 0 0 0 8px;
	padding: 3px 0 0 0;
}
#footer .govLinks{
	margin-top: 20px;
}
#footer .links li{
	color: #666;
	display: inline;
	list-style: none;
}
#footer .govLinks li{
	color: #244153;
}
#footer .links li a{
	padding: 0 7px 0 6px;
}
#footer .finePrint{
	margin: 8px 0 0 15px;
}
#footer #tasgov-logo {
	display: block;
	float: right;
	padding-top: 20px;
	padding-right: 3px;
}
.btnContainer a{
	padding: 6px;
}

@media screen and (min-width: 768px){
	#header{
		background: url(../images/pws_bg_header.jpg) no-repeat;
	}
	#footer{
		background: url(../images/pws_bg_footer_95px.jpg) no-repeat;
	}
	#headerMenu{
		color: #FFFFFF;
		float: right;
		padding-top: 5px;
		position: inherit;
	}
	#headerText{
		padding-top: 28px;
	}
	#headerText .bannerPrimary {
		font-size: 1.6em;
	}
	.btnContainer a{
		padding: 6px 12px 6px 12px;
	}
}

/* 
* NAVIGATION MENU 
*/
#main_menu ul {
	overflow: hidden;
}
#main_menu li {
	display: block;
	float: left;
	list-style-type: none;
}
#main_menu li a {
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0.2em 1em 0.2em 1em;
}
#main_menu li a:focus, .nav li a:hover {
	background-color: #4d5835;
}
#main_menu{
	background: #657f2e;
	border: 0;
}
#main_menu .ui-state-hover, #main_menu .ui-state-active{
	background: #4d5835;
	background-image: none;
	border: 0;
}
#main_menu .ui-button-text{
	padding: 0;
}
#main_menu .ui-menu {
	width: 200px;
	position: absolute;
	z-index: 1000;
	font-weight: normal;
	background: #e3e5de;
	padding: 0;
}
#main_menu .ui-icon{
	display: none;
}
#main_menu .ui-menu a{
	color: #000;
	border: 1px solid #bdc7af;
	border-collapse: collapse;
}
#main_menu .ui-menu-item .ui-state-focus{
	background: none;
	color: #8d9259;
}
.optionList{
	text-align: center;
}
.optionList a{
	display: inline-block;
	width: 300px;
	margin-bottom: 10px;
}
.moveToBack{
    position: absolute;
    z-index: 1;
}
.bringToFront{
    position: relative;
    z-index: 2;
}

#scrollHeading{
    height: 50px;
    display: none;
    position:fixed;
    top:0;
    z-index: 500;
    background: white;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 0px;
    padding-right: 0px;
}
/*
* LOGIN FORM
*/
.loginButtons .btn{
	margin: 5px 5px 0 0;
}
#loginHeading{
	text-align: center;
}
#rememberMe span{
	padding-left: 5px;
}

/* 
* FORM FIELDS 
*/
.cbLabel, .row .cbLabel{
	font-weight: normal;
	padding: 0 5px 0 5px;
	padding-top: 0;
}
.error input, .error select, .error textarea {
	background: #fff3f3;
	border-color: #ffaaaa;
	color: #cc0000;
}
.error input:focus, .error select:focus, .error textarea:focus {
	   -moz-box-shadow: 0 0 0.5em #ffaaaa;
	-webkit-box-shadow: 0 0 0.5em #ffaaaa;
	        box-shadow: 0 0 0.5em #ffaaaa;
}
/* same effects for browsers that support HTML5 client-side validation (these have to be specified separately or IE will ignore the entire rule) */
input:invalid, select:invalid, textarea:invalid {
	background: #fff3f3;
	border-color: #ffaaaa;
	color: #cc0000;
}
input:invalid:focus, select:invalid:focus, textarea:invalid:focus {
	   -moz-box-shadow: 0 0 0.5em #ffaaaa;
	-webkit-box-shadow: 0 0 0.5em #ffaaaa;
	        box-shadow: 0 0 0.5em #ffaaaa;
}
input:disabled, select:disabled{
	background: #9a9a9a;
}
.ui-datepicker {
    z-index: 10000 !important;
}
/*
*	FORMS
*/
#loginForm {
	overflow: auto;
	margin: 0 auto;
}
#loginForm p{
	text-align: center;
}
.agentContent{
    text-align: center;
}
form .input-group{
	width: 100%;
}
form textarea{
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
.input-group .glyphicon{
	padding: 6px 9px;
}
body .registrationNumber{
	width: 250px;
}
/*
* TABLES 
*/
.row{
	margin: 0 0 10px 0;
}
.row h1{
	padding-left: 10px;
}
.row label, .row span{
	margin-top: 6px; // Matching vertical alignment with input controls
}
div input[type="checkbox"]{
	margin-top: 10px; // Matching vertical alignment with input controls
}
.row a{
	display: inline-block;
}
.form-info{
	padding: 0;
}
.form-info span{
	display: inline-block;
}
table {
	border-top: 1px solid #DFDFDF;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1em;
	background: #fff;
}
#auditLogTbl,
.table > tbody > tr > td {
    border-top: none;
}
tr>td:first-child, tr>th:first-child {
	padding-left: 1.25em;
}
tr>td:last-child, tr>th:last-child {
	padding-right: 1.25em;
}
td, th {
	line-height: 1.5em;
	padding: 0.5em 0.6em;
	text-align: left;
	vertical-align: top;
}
th {
	background-color: #efefef;
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #eaeaea));
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#ffffff', EndColorStr = '#eaeaea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eaeaea')";
	color: #666666;
	font-weight: bold;
	line-height: 1.7em;
	padding: 0.2em 0.6em;
	word-break: normal;
}
thead th {
	white-space: nowrap;
}
th a {
	display: block;
	text-decoration: none;
}
th a:link, th a:visited {
	color: #666666;
}
th a:hover, th a:focus {
	color: #333333;
}
th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 1.1em;
}
th.asc a {
	background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
	background-image: url(../images/skin/sorted_desc.gif);
}
td.tableHeading{
	word-break: break-word;
}
.odd { /* TODO consider removing once usages have been removed (The "tr:nth-child" rules should take care of this automatically) */
	background: #f7f7f7;
}
.even {
	background: #ffffff;
}

tr:nth-child(odd) { /* TODO consider limiting this style to a class so not all tables are styled this way */
	background-color: #f7f7f7;
}

tr:nth-child(even) {/* TODO consider limiting this style to a class so not all tables are styled this way */
	background-color: #ffffff;
}

th:hover, tr:hover {
	background: #E1F2B6;
}

.buttonCell {
	white-space: nowrap;
}

.additionalVehicleRow:hover{
     background: #E1F2B6 !important;
 }
.additionalVehicleRow{
    background-color: #C4D5B6 !important;
}

.fixedDivHeight{
    height: 80px;
}
/* show disabled rows slightly grayed */
tr.disabled {
	color: #AAA;
}

.noStyle, .noStyle tr, .noStyle tbody{
	background: none;
	border: none;
}
.noBreak{
	word-break: normal;
}
.breakWord{
	-ms-word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
#paidSummary td{
	padding: 0;
}

@media (min-width: 500px) {
	.summaryPage>table td:first-child {
		width: 200px;
	}
}
.summaryPage>table td:last-child {
	font-weight: bold;
}

/*
* PAGINATION 
*/
.pageControls{
	text-align: center;
}
.pagination {
	border-top: 0;
	margin: 0;
	padding: 0.3em 0.2em;
	text-align: center;
	   -moz-box-shadow: 0 0 3px 1px #AAAAAA;
	-webkit-box-shadow: 0 0 3px 1px #AAAAAA;
	        box-shadow: 0 0 3px 1px #AAAAAA;
	background-color: #EFEFEF;
}
.pagination a,
.pagination .currentStep {
	color: #666666;
	display: inline-block;
	margin: 0 0.1em;
	padding: 0.25em 0.7em;
	text-decoration: none;
	   -moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	        border-radius: 0.3em;
}
.pagination a:hover, .pagination a:focus,
.pagination .currentStep {
	background-color: #999999;
	color: #ffffff;
	outline: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
#pageNumberInput {
	background-color: #ffffff;
	color: #666666;
	width: 40px;
}
.no-borderradius .pagination a:hover, .no-borderradius .pagination a:focus,
.no-borderradius .pagination .currentStep {
	background-color: transparent;
	color: #444444;
	text-decoration: underline;
}
.pagination .border-left{
	border-left: 1px solid #AAAAAA;
	padding-left: 10px;
	display: inline;
}

/* POPUP */
div.ui-dialog{
	padding: 0px;
}
.ui-dialog-titlebar {
	background: #657f2e;
	color: #FFFFFF;
}
/* bootstrap.js file does not appear to be applying expected behavior */
.ui-dialog-titlebar-close {
	background-image: url(jqueryui/images/ui-icons_888888_256x240.png);
	background-position: -96px -128px;
}
.ui-dialog-titlebar-close:hover {
	background-image: url(jqueryui/images/ui-icons_454545_256x240.png);
}

.ui-autocomplete{
	max-height: 300px;
	overflow-y: auto;
}

/*POPOVER*/
#emailPopover{
	display: inline-block;
}
#emailPopover .popover-content{
	font-weight: normal;
	min-width: 300px;
	padding-top: 0;
}
.popoverIcon{
	color: #E89F00;
	cursor: help;
	font-size: 1.1em;
	margin-left: 5px;
}
.popover-title{
	font-weight: bold;
}
/* GENERAL */
.btnContainer{
	text-align: right;
}
.btnGroup{
	display: inline-block;
}
.btnGroup span{
	display: block;
	margin: 10px 0 10px 0;
	text-align: center;
}
.userIcon{
    color: #879637;
    font-size: 1.1em;
    margin-left: 5px;
}
.removeMargin{
	margin: 0px;
}
.removePad{
	padding: 0px;
}
.removePaddingRight{
	padding-right: 0px;
}
.text-input{
	position: relative;
}
.text-input label{
	position: absolute;
	color: #DDDDDD;
	left: 15px;
	top: 0px;
	cursor: text;
}

.paramlabel {
	white-space: nowrap;
}

.addPaddingRightMinor {
    padding-right: 5px;
}
.addPaddingRight{
	padding-right: 10px;
}
.addPaddingLeft{
    padding-left: 10px;
}
/*Used for lining up check box values for admins when viewing and editing pass holders*/
.appPaddingTop{
	padding-top: 6px; !important;
}
.addMarginLeft{
	margin: 0 0 0 20px; !important;
}
/*Correspondence styling in prepayment summary*/
.correspondenceEditDetails{
	padding-left: 15px;
	padding-right: 15px;
}

.purchaseValue{
	font-weight: bold;
}

/*Used for radio boxes that don't quite line up in confirm details page*/
.confirmDetailsRadioBox{
	margin: 12px 0 0 14px;
}
.wildcareRadioBox{
	margin: 8px 0 0 14px;
}
.dropdown-menu li{
    text-align: left;
}

/* HTML EDITOR */
.wysihtml5-toolbar span {
	padding: 0px;
}

ul.wysihtml5-toolbar > li {
	margin: 0 5px 2px 0;
}

.htmlarea {
	width: 100%;
	height: 200px;
}

/* AUDIT LOG STYLING */
/* used in the auditlogService for html table styling */
.changeTable, .changeTable tr, .changeTable tbody, .changeTable th, .changeTable td{
	border: 1px solid #DFDFDF; !important;
	background: none;
	padding: 2px !important;
	width: 100%;
}
.changeTable th{
	width: 30%;
}
.changeTable td{
	width: 35%;
}
.emptyValue{
	font-style: italic;
}
/* used for mimicking links */
.linkSubstitute{
	cursor:pointer;
	color: #0e90d2;
}
.linkSubstitute:hover{
	text-decoration: underline;
	color: #003580;
}
.menuLinkSubstitute{
    cursor:pointer;
}
.paddingBottom{
    margin-bottom: 20px;
}
/* For styling 'Empty' values */
.emptyStyle{
	font-style: italic;
	color: #999999;
}
.emptyStyle p{
	margin: 0px;
}
.alert-note {
	color: #8c8b8f;
	font-style: italic;
	font-size: x-small;
	font-weight: normal;
}
.disabledValue {
	color: #a9a9a9;
	text-decoration: line-through;
}

.note {
	color: #a9a9a9;
}

/* Public Notices */
.publicNotice-single{
	overflow: auto;
}

.inline-image {
	float: left;
	margin-right: 20px;
}

#noticesLink a{
	color: orange;
}

.termsAndConditionsBox{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;

}

.termsAndConditionsOkay {
    border: 1px solid #DFDFDF;
    background: #f7f7f7;
}

.termsAndConditionsError {
    border: 1px solid #ebccd1;
    background: #f2dede;
    color: #a94442;
}

@media (min-width: 768px) {
    #scrollHeading {
        width: 750px;
    }
}

@media (min-width: 992px){
    #scrollHeading{
        width: 970px;
    }
}

@media (min-width: 1200px){
    #scrollHeading{
        width: 1000px;
    }
}

.kioskNotices {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.5);
    margin-top: 10px;
    background: #f7f7f7;
}

.addMargins{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}