.button:focus, button:focus {
	outline: 0;
}

button.bigger-button.secondary {
	box-shadow: none;
	-webkit-box-shadow: none;
}

button.bigger-button.secondary:hover {
	color: #6A6C6F;
   	background-color: #dee0e0;
	box-shadow: #b7babb 0 3px 0 0;
	-webkit-box-shadow: #b7babb 0 3px 0 0;
}

.form-inline-buttons input, .form-inline-buttons button{
	margin-right: .5rem;
}

.no-padding-left{
	padding-left: 0 !important;
}

.padding-top-10{
	padding-top:10px;
}

.padding-bottom-10{
	padding-bottom:10px;
}

.margin-bottom-20{
	padding-bottom:20px;
}

.center{
	text-align: center;
	display: block;
	margin-left:auto;
	margin-right:auto;
}
	
.radio-spacing input[type='radio'] {
    margin-left: 20px;
}
.radio-spacing {
    padding-top: 9px;
}

.g-recaptcha{
	margin-bottom: 16px;
}

.hint > * {
    font-weight: 400;
    font-size: .875rem;
    margin-top: 4px;
}

div.panel.typeSelectPanel:nth-child(odd) {
	background: white;
}

div.panel.typeSelectPanel:nth-child(even) {
	background: white;
}

div.panel.typeSelectPanel:last-child {
	margin-bottom: 16px;
}

div.panel.typeSelectPanel {
	margin-bottom: 10px;
	padding: 10px;
}

div.panel.typeSelectPanel label.title {
	color:black;
	margin-bottom: 10px;
}

div.panel.typeSelectPanel p {
	font-size: 0.85rem;
}
	
div.panel.typeSelectPanel button.outline-button {
	margin-bottom: 0;
	padding: 5px 10px;
}

div.typeSelectSubPanel {
	border-bottom: 1px dashed #d1d3d4; 
	padding-bottom: 8px; 
	margin-bottom: 6px;	
}

div.typeSelectSubPanel:last-child {
	border-bottom: none; 
}

/* ------ JMESA INIT ------*/

.jmesa .exportActions {
    text-align: right;
    float: right;
}
.jmesa .navigation, .jmesa .exportActions {
    width: 50%;
    display: inline-block;
}

.jmesa .exportActions div {
    margin-bottom: 15px;
}
.jmesa .navigation div, .jmesa .exportActions div {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

/* ------ JMESA END ------*/

	
@media only screen and (min-width: 48.063em){
	.form-inline-input > span {
	    float: none;
	    text-align: left;
	    padding: .625rem 0;
    }
}	

span {
    line-height: 1.2;
    display: inline-block;
}

@media screen and (max-width: 315px){
	#rc-imageselect, .g-recaptcha {
		transform:scale(0.68);
		-webkit-transform:scale(0.68);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}

@media only screen and (min-width: 48.063em){
	.form-inline-label label.label-left {
	    float: none;
	    text-align: left;
	    padding: .625rem 0;
	}
	.form-inline-input > span {
	    float: none;
	    text-align: left;
	    padding: .625rem 0;
	}
	#rc-imageselect, .g-recaptcha {
		transform:scale(1.1);
		-webkit-transform:scale(1.1);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}	
}

@media screen and (min-width: 315px) and (max-width: 390px){
	#rc-imageselect, .g-recaptcha {
		transform:scale(0.86);
		-webkit-transform:scale(0.86);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}

/* there is no media query for mobile screens, we need it to keep elements on same line */
@media only screen and (max-width: 30em){
	.show-mobile {
		display: inline !important;
	}
	.hide-mobile {
		display: none !important;
	}
	.small-1 {
  	 		width: 8.33333%
	}
	.small-2 {
		width: 16.66667%
	}
	.small-3 {
		width: 25%
	}
	.small-4 {
		width: 33.33333%
	}
	.small-5 {
		width: 41.66667%
	}
	.small-6 {
		width: 50%
	}
	.small-7 {
		width: 58.33333%
	}
	.small-8 {
		width: 66.66667%
	}
	.small-9 {
		width: 75%
	}
	.small-10 {
		width: 83.33333%
	}
	.small-11 {
		width: 91.66667%
	}
	.small-12 {
		width: 100%
	}
}

#paymentReferenceForm > div > ul {
	list-style: none;
}

#paymentReferenceForm > div > ul > li::before{
	content: "\2022";
	color: #DF0024;
	display: inline-block; 
	width: 1em;
		margin-left: -1em
}

@media only screen and (max-width: 48.063em){
	.form-inline-group {
	   margin-bottom: 15px !important;
	}
	.width-55{
		width:50% !important;
	}
}

.width-10{
	width:10%;
}

.width-35{
	width:35%;
}

.width-45{
	width:45%;
}

.width-55{
	width:55%;
}

.width-80{
	width:80%;
}

.inline{
	display: inline-block;
	vertical-align: middle;
}

.elipse_shadow:after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 5%;
    width: 90%;
    height: 10%;
    border-radius: 50%;
    box-shadow: 0px 20px 10px rgba(0,0,0,0.15);
}

.relative{
   	position: relative;
}

.medium-block-grid-3.large {
    max-width: 800px;
}

.tollcard-border{
	border-color: rgba(0, 0, 0, 0.1);
   	border-radius: 0.7em;
   	border-style: solid;
   	border-width: 1px;
}


.full-width{
	width: 100%;
	-webkit-transition: width .5s linear;
  		transition: width .5s linear;
}

.main-content.has-sidebar{
	-webkit-transition: .5s linear all;
  		transition: .5s linear all;
  	}
  	
  	aside{
	-webkit-transition: .5s linear all;
  		transition: .5s linear all;
}



/* ============================= */
/* =====       Print      ====== */
/* ============================= */
.printable { display: none; } 
		
@media print { 
	.nonprintable { display: none; } 
	.printable {display: block !important; font-family: Verdana; font-size: 8pt; }
	
	.printable .referenceTerms:last-child { page-break-after: auto; }
	
	.printable .referenceTerms * {font-size: 9pt;}
	
	.printable .referenceTerms .medium-8 { width: 70%; }
	.printable .referenceTerms .form-inline-group label { display: inline !important; width: 170px; }
	.printable .referenceTerms .form-inline-group span { display: inline !important; }
	 
	.printable .referenceTerms { margin: 20px;}
	.printable .referenceTerms div ul { font-size: 8pt;}
	.printable .referenceTerms div li { margin-bottom: 5px;}
	.printable .referenceTerms div h2 { font-size: 10pt; margin-top: 20px;}
	.printable .referenceTerms div h2 { font-size: 8pt;}
	.printable .referenceTerms div p { font-size: 8pt; margin-bottom: 5px;}
	.printable .referenceTerms div span { margin-right: 2px;}
	
	
	.printable .row  { margin: 3rem -.625rem; max-width: none; width: auto; }
	.printable .row .row:after, .row .row:before { content: " "; display: table; }
	.printable .row:after, .row:before { content: " "; display: table; }
	.printable .row .row:after {  clear: both; }
	.printable .column, .columns, .footer-links, .footer-site-switch { position: relative; padding-left: .625rem; padding-right: .625rem; float: left; }		
	.printable .large-2 { width: 16.66667%; }
	.printable .large-10 { width: 83.33333%; }
	.printable .large-10 span { font-size: 12pt; }
	.printable .form-inline-group { margin:  auto; max-width: 1200px; width: 100%; }
	.printable .form-inline-group { overflow: hidden; clear: both; }
	.printable .form-inline-label { padding-left: .625rem; padding-right: .625rem; width: 25%; float: left; }
	.printable .form-inline-input { padding-left: .625rem; padding-right: .625rem; width: 75%; float: left; }
	
	
}

/* ============================= */
/* =====       Tables     ====== */
/* ============================= */ 

@media only screen and (max-width: 950px) {
			
	/* Force table to not be like tables anymore */
	.no-more-tables table, 
	.no-more-tables thead, 
	.no-more-tables tbody, 
	.no-more-tables th, 
	.no-more-tables td, 
	.no-more-tables tr { 
		display: block;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.no-more-tables tr { border: 1px solid #ccc; }
 
	.no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left !important;
		font-size: 1rem !important;
		min-height: 35px;
	}
 
	.no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 25%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left !important;
		font-weight: bold;
		font-size: 1rem !important;
	}
	
	/*
	Label the data
	*/
	.no-more-tables td:before { content: attr(data-title); }		
}

.font-medium-table {
	font-size: .8125rem;
}

.font-medium-table td {
	font-size: .8125rem;
}


/* BAR WRAPPER */
div.bar-wrapper {
	margin: 20px 0;
	width: 100%;
}

ul.bar {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	margin-bottom: 20px;
	overflow: hidden;
	margin: 0 auto;
	display: table;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	width: 100%;
}

ul.bar li.active {
	color: white !important;
	background-color: #DF0024 !important;
}

ul.bar li {
	/*width: 	100% !important;*/
	font-size: 1rem;
	text-align: center;
	display: table-cell;
	background-color: white;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border-left: 1px solid #d9d9d9;
	overflow: hidden;
	vertical-align: middle;
}

ul.bar li:first-child {
	border-right: none;
}

@media (max-width : 800px) {
	ul.bar li {
		font-size: 1rem;
		display: block !important;
		width: 100% !important;
		margin-left: 0;
		border: none;
		float: none;
		border-top: 1px solid #d9d9d9;
	}
	ul.bar {
		border-left: 1px solid #d9d9d9;
		border-top: none;
	}
		
}

.calendarImg {
	height:30px;
	width:30px;
	display:inline-block;
	cursor:pointer;
}

.calendarTextfield {
	height:0px;
	width:0px;
	visibility:hidden;
}


/* Mobile 0 to 30em */
/* Tablet 30em to 48.063em */
/* Small 48.063em to  61.313em */
/* Large >= 61.313em */
@media only screen and (max-width:48.063em) {
	.reveal-modal .modal-footer button.multiple-buttons-30 {
   		width: 30% !important;
   		padding: 0 !important;
	}
	.reveal-modal .modal-footer button.multiple-buttons-50 {
   		width: 50% !important;
   		padding: 0 !important;
	}
}
@media only screen and (min-width:48.063em) {
	.reveal-modal {
	    position: absolute;
	    height: auto;
	}	
	}	
	.reveal-modal.modal-xssmaller {
		max-width: 600px;
		width: 40%
	}
	.reveal-modal .modal-content {
	    /*height: auto;*/
	}	
}
/* Small 48.063em to  61.313em */
/* Large >= 61.313em */
@media only screen and (min-width:48.063em) {
	.reveal-modal {
	    position: absolute;
	}	
	.reveal-modal.modal-xssmaller {
		max-width: 600px;
		width: 40%
	}	
}
	
.red-site {
	color: #df0024;
}

.static-data {
    border-style: solid;
    border-width: 1px;
    border-color: #d1d3d4;
    min-height: 2.3125rem;	
    font-size: .875rem;
    vertical-align: middle;	    
}
	

/* 
	New definitions from SONIC 
*/

/* font awesome */
.fa, .fas, .far, .fal, .fab {
	color: #DF0024;
}	

/* TODO verify .static-data*/
.static-form-data {
	margin: 0 0 1rem 0;	
}

.reveal-modal {
    padding: 0.6rem;
}
	
.processed {
	color:green;
}

.not-processed {
	color: #df0024;
}

.pending {
	color: blue;
}

div.highlighted-result h4.subheader {
	margin: 0.5rem 0 2rem 0;
}

div.highlighted-result {
	margin-bottom: 1.8rem;
}

ul.list-check {
	margin-bottom: 2rem;
}

/* Table class options */
table.toll-classes {
	margin-bottom: 0px;
}
table.toll-classes td {
	padding: 0px 10px 0px 0px;
	border-style: none;
	vertical-align: middle;
}
table.toll-classes label {
	margin-bottom: 0px;
}
table.toll-classes span {
	margin-bottom: 10px;
}

div.alert-box a {
	color: #ffff;
	text-decoration: underline;
}

/*
--------------------------------------------
CSS to correct accessibility related issues:
--------------------------------------------
*/
 
.skip-link {
    position: absolute;
    top: -45px;
    left: 0;
    background-color: #DF0024;
    color: white;
    padding: 8px;
    z-index: 100;
    text-decoration: none;
}
 
.skip-link:focus {
    /*top: 2px;*/
    /*left: 2px;*/
    color: white;
    outline: none;
}
 
#page-content {
    scroll-margin-top: 200px;
    /* adjust based on header height */
}