html, body{
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    height: 100%;
    margin: 0;
    position: relative;
    display: block;
}

.container-fluid{
    position: relative;
    width: 100%;
    min-height: 100%;
    margin-bottom: -62px;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}
.row{
    margin-left: 0;
    margin-right: 0;
}
#hidden{
    visibility: hidden;
}
.show-hide{
    display: none;
}
.close-button{
	background-color: transparent;
	border: none;
	position: absolute !important;
	right: 0;
}

/*Headers*/
/*Top Header--------------------------------------------------------------------------------------------------------------------------*/
.top-header{
    position: relative;
    height: auto;
    margin-left: 11%;
    margin-right: 11%;
}
.NVDF-logo{
    position: relative;
    top: .5em;
	padding-bottom: 1em;
	z-index: 1;
}
.top-right-link{
    position: relative;
    text-align: right;
    top: 1.5em;
    text-decoration: underline;
	padding-bottom: 1em;
}
.link{
	text-decoration: underline;
	color: #337ab7;
	background-color: transparent;
	border: none;
}
.link:focus{
	outline: none;
	color: #23527c;
}
.link:hover{
	color: #23527c;
} 
.btn-link-align{
	font-size: inherit;
	padding: unset;
	vertical-align: inherit;
}
#Gaeilge{
	padding-top: 1px;
	padding-bottom: 25px;
}
@-moz-document url-prefix(){
	#Gaeilge{
		/*padding-top: 0 !important; */
	}
}
#no-margin-left{
	margin-left: 0px;
}
#no-padding-left{
	padding-left: 0px;
}
.no-wrap-text{
	white-space: normal;
}
.display-inline{
    display: inline-block;
}
/*Bottom Header------------------------------------------------------------------------------------------------------------------------*/
.bottom-header{
    position: relative;
    background-color: #00A47A ;
    border-bottom: 10px solid #00965e;
    height: auto;
    color: #fff;
    padding-left: 11%;
    font-weight: 900;
}
.bottom-header > h2{
    padding-top: .5em;
    padding-left: .5em;
	padding-right: .5em;
}

/*Media queries for Headers*/
@media only screen and (max-width : 992px) {
    .top-header{
        height: auto;
		margin-left: 3%;
		margin-right: 3%;
    }
	.bottom-header{
		padding-left: 3%;
	}
    .top-right-link{
        padding-bottom: 1em;
    }
}

@media only screen and (max-width : 480px) {
	.top-header{
		margin-left: 0px;
		margin-right: 0px;
	}
	.bottom-header > h2{
		font-size: 26px;
	}
	.bottom-header{
		padding-left: 0px;
	}
	.log-out-btn{
		font-size: 16px;
		padding: 3px 6px;
	}
	.NVDF-logo{
		max-width: 70%;
		padding-bottom: 0em;
	}
}
/*Body*/
.main-content{
    margin-left: 12.5%;
    margin-right: 12.5%;
}
@media only screen and (max-width : 480px) {
	.main-content{
		margin-right: 0;
		margin-left: 0;
	}
}
/*Tiles----------------------------------------------------------------------------------------------------------------------------------*/
.tile{
    position: relative;
    height: 19em;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1em;
    padding-bottom: 1em;
}
.tile-header{
    position: relative;
    height: 11em;
    width: 100%;
    background-color: #068850;
    text-align: center;
    padding: 1em;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}
.primary > b{
    font-size: 25px;
}

@media only screen and (max-width: 1092px){
	.tile{
		height: 20em;
		padding-top: .5em;
		padding-bottom: .5em; 
	}
}
@media only screen and (max-width: 768px){
	.tile{
		height: 19em;
		padding-top: 1em;
		padding-bottom: 1em;
	}
}

/*Tile Headers and Hover Effect--------------------------------------------------------------------------------------------------------*/

.tile-header:hover{
	box-shadow: inset 0 0 100px 100px rgba(172, 255, 0, 0.2), 0px 2px 10px 0px rgba(50, 50, 50, 0.5);
} 
.tile-header > b{
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.tile-header > b::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .5s;
}
.tile:hover .tile-header > b::after {
    width: 100%;
}

.tile-header-upper-line{
    font-size: 18px;
}
.tile-header > p > b{
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.tile-header > p > b::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .5s;
}
.tile:hover .tile-header > p > b::after{
    width: 100%;
}

.tile > a {
	text-decoration: none;
}

a {
  color: #0366DC ;
  text-decoration: none; 
}

.primary{
    background-color: #0AA901;
}
.tile-icon{
    position: relative;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    height: 3em;
    width: 4em;
}
#motor-tax-icon{
    height: 4.5em;
    width: 6em;
    padding-top: 2em;
}
.tile-no-icon{
    position: relative;
    margin: 0;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tile-text{
    position: relative;
    height: 8em;
    padding: 1em;
    background-color: #ecedee;
}
.tile-list{
    position: relative;
    padding: 1em;
    padding-left: 2em;
    background-color: #ecedee;
    height: 8em;
}

/*Media Queries for Tiles*/
@media only screen and (max-width : 992px) {
    .tile-row{
        padding: 0;
    }
    .tile{
        width: 100%;
        height: auto;
        padding: 1em 0em 0em 0em;
    }
    .tile-text{
        height: auto;
    }
    .tile-list{
        height: auto;
    }
}
@media only screen and (max-width : 480px){
	.tile-header > p > b{
		font-size: 16px;
	}
	.tile-header-upper-line{
		font-size: 16px;
	}
	.tile-header{
		height: 8em;
		padding: .5em;
	}
	#motor-tax-icon{
		padding-top: 10px;
		height: 3.5em;
	}
	.tile-icon{
		padding-top:10px;
	}
	#change-vehicle-icon, #change-personal-icon{
		padding-top: 0px;
	}
}

/*Log In Main Content-------------------------------------------------------------------------------------------------------------------*/
/*Log In Form*/
.log-in-content{
    position: relative;
    margin: 3% 15% 0% 15%;
}
.log-in-form{
    padding: 0;
}
.reg-num{
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
}
.log-in-btn{
    margin: 0;
    width: 100%;
    background-color: #068850;
    color: #fff;
}

/*Log In Help*/
.log-in-help{
    position: relative;
    display: block;
    height: auto;
}
.help-panel{
    margin-left: 2.5em;
    line-height: 2em;
}
.panel-title > a{
    text-decoration: none;
    font-size: 22px;
}
h5.panel-title > a{
    text-decoration: none;
    font-size: 18px;
}
.panel-collapse > .panel-body{
    border-top: none !important;
}

.panel-body{
	padding: 15px 45px;
}

/*General Screen Content----------------------------------------------------------------------------------------------------------------*/
.general-content{
    position: relative;
    margin: 3% 15% 3% 15%;
}

/*Media Query for the log in main content*/
@media only screen and (max-width : 992px) {
    .log-in-form{
        margin-left: 0;
    }
    .log-in-help{
        margin-top: 1em;
    }
    .help-panel{
        margin-left: 0;
    }
}

@media only screen and (max-width : 768px) {
    .log-in-content{
        margin-left: 0;
		margin-right: 0;
    }
    
    .process-content{
        margin-left: 5% !important;
		margin-right: 5% !important;
    }
    
    .general-content{
        margin-left: 0;
		margin-right: 0;
    }
}
@media only screen and (max-width:480px){
	.process-content {
		margin: 3% 0 5% 0 !important;
	}
}
/* Vertical Line --------------------------------------------------------------------------------------------------------*/

#help-panel-col{
    border-left: 1px solid #b2b4b3;
}
/*Media Query for the Grid Divider*/
@media only screen and (max-width : 992px) {
    #help-panel-col {
        border-left: none;
    }
}

/*Accordion Animation-----------------------------------------------------------------------------------------------------------------*/
.chevron{
   -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
	-ms-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
	-ms-transition-property: -ms-transoform;
    -o-transition-property: -o-transform;
    transition-property: transform; 
}
.chevron-down{
   -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
	-ms-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
	-ms-transition-property: -ms-transoform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transform: rotate(90deg);
}
.panel-group{
	clear:both;
}
/*Media Queries for Tables---------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 480px){
	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
		font-size: 16px;
	}
	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
		padding: 4px;
	}
	.form-control{
		font-size: 16px;
		padding: 3px 6px;
	}
}
/*Footers*/
/*Top Footer----------------------------------------------------------------------------------------------------------------------------*/
.top-footer{
    position: relative;
    margin-top: 2em;
    background-color: #ecedee;
    width: 100%;
    height: auto;
    padding: 0% 11% 1% 11%;
    margin-left: 0;
    margin-right: 0;
}
.new-link{
	color: #006ACC;
    text-decoration: none;
}
.footer-heading-left{
    font-size: 2em;
    font-weight: 700;
    margin-top: .5em;
    color: #0094BC;
}
.footer-heading-right{
    font-size: 1.3em;
    font-weight: 700;
    margin-top: 1.5em;
    padding-left: 2.5em; 
}
#no-padding-right{
	padding-right: 0;
}

/*Footer List Left---------------------------------------------------------------------------------------------------------------------*/
.footer-list-left{
    list-style-position: inside;
    list-style-type: none;
    /*margin-left: -2.5em;*/
    padding-left: 0em;
    font-weight: 700;
}
li.bullet-green-1{
    background: url('../img/FooterList1.png') no-repeat left top;
    line-height: 1.8em;
    padding-left: 2.5em;
    height: 2em;
}
li.bullet-green-2{
    background: url('../img/FooterList2.png') no-repeat left top;
    line-height: 1.8em;
    padding-left: 2.5em;
    height: 2em;
}
li.bullet-green-3{
    background: url('../img/FooterList3.png') no-repeat left top;
    line-height: 1.8em;
    padding-left: 2.5em;
    height: 2em;
}
li.bullet-green-4{
    background: url('../img/FooterList4.png') no-repeat left top;
    line-height: 1.8em;
    padding-left: 2.5em;
    height: 2em;
}

li.bullet-green-5{
    background: url('../img/FooterList5.png') no-repeat left top;
    line-height: 1.8em;
    padding-left: 2.5em;
    height: 2em;
}

/*Footer List Right--------------------------------------------------------------------------------------------------------------------*/
.footer-list-right{
    padding-left: 3.5em;
    list-style-position: inside;
    width: 100%;
}
.footer-list-right > li{
    margin-bottom: .75em;
}
b{
    font-weight: 700;
    margin: 0;
}
.underline-link{
    text-decoration: underline;
}

/*Media Queries for the top footer*/
@media only screen and (max-width : 992px) {
	.footer-heading-left{
        margin-bottom: .75em;
	}
	
    /*.footer-list-left{
        margin-left: 0;
    }*/
    .footer-list-left > li{
        margin-bottom: 1.25em;
		line-height: 1em;
    }
    .footer-heading-right{
        padding-left: 0;
    }
    .footer-list-right{
        padding-left: 0;
    }
}

/*Bottom Footer-------------------------------------------------------------------------------------------------------------------------*/
.bottom-footer{
    position: relative;
    display: inline-flex;
    width: 100%; 
    height: 62px;
    background-color: #ecedee;
    padding: 15px 11% 15px 11%;
    margin-right: 0;
    margin-left: 0;
    border-top: 15px solid #00965e;
    font-size: 12px;
}
.push{ 
    height: 62px;
}
.bottom-text{
    margin-left: -8%;
}
.bottom-links{
    text-align: right;
    /*margin-left: 8%;*/
}
.bottom-footer-dots{
    vertical-align: inherit;
}

/*Media Queries for Bottom Footer*/
@media only screen and (max-width : 1220px) {
       .bottom-footer{
        /*height: 93px;*/
        height: 70px;
    } 
}
@media only screen and (max-width : 992px) {
    .bottom-footer{
        /*height: 93px;*/
        height: 70px;
    }
    .bottom-text{
        text-align: center;
        margin-left: 0;
    }
    .bottom-links{
        text-align: center;
        margin-left: 0;
    }
}
@media only screen and (max-width : 573px) {
    .bottom-footer{
        /*height: 124px;*/
        height: 93px;
    }
}
@media only screen and (max-width : 347px) {
       .bottom-footer{
        /*height: 166px;*/
        height: 124px;
    }    
}

/*Cookie Notification for Bottom Footer*/
.cookie_notification {
  	_position:absolute;
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	background-color: rgb(236, 237, 238);
	bottom: 0;
	height: auto;
	left: 0;
	margin: 0;
	position: fixed;
	text-align: center;	
	width: 100%;	
	z-index: 100;
}

/*Error Messages------------------------------------------------------------------------------------------------------------------------*/
.error_heading {
	color: rgb(169, 68, 66);
	font-weight: bold;
}

.error_message {
	color: rgb(169, 68, 66);
	font-size: 90%;
}

.field_error {
	color: rgb(169, 68, 66);
	font-size: 80%;
}

.log-out-btn{
    margin: 0;
    /*width: 100%;*/
    background-color: #068850;
    color: #fff;
}

/*Process Screen Content----------------------------------------------------------------------------------------------------------------*/
.process-content{
    position: relative;
    margin: 3% 15% 3% 15%;
}

.process-buttons{
	text-align: center;
}
#padding-10{
	padding: 10px;
}
.btn-link {
	font-weight: 400;
    color: #006ACC;
    border-radius: 0;
}
.process-btn{
	display: block;
    margin: 0;
    width: 100%;
    background-color: #068850;
    border-radius: 3px;
	border: #068850;
    color: #fff;
    border-bottom: 4px solid #00965e;
	white-space: normal;
}

.field-label{
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.hidden-label{
	font size: 0 !important;
}

.field-input-inline{
	width: auto;
	display: inline;
}
/*Media queries for Buttons*/
@media only screen and (max-width: 480px){
	.process-btn{
		font-size: 16px;
		padding: 10px 6px;
	}
}


/*glyphicon*/
.glyphicon-question-sign{
	font-size: 16px;
}

/* Popover */
.popover {
    border: 1.5px solid #00b27a;
}
.popover-header{
	background-color: #00b27a;
	color: #fff;
}
.popover > .tooltiop-inner{
	min-width: 50px;
}
/* Popover Arrow */
.arrow {
    border-right-color: #00b27a !important;
	border-left-color: #00b27a !important;
}

.news-header {
    color: #fff;
    border-color: #00b27a;
}
.modal-header{
	background-color: #068850;
	color:#FFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.modal-info-btn{
    margin: 0;
    background-color: #068850;
    color: #fff;
}
/*Burger Button Styling-------------------------------------------------------------------------------------------------------------------*/
#mobile-only{
	display: none;
}
#mobile-only-burger-styling{
	display: none;
}
h2#remove-top-margin{
	margin-top: 0px;
}

@media only screen and (max-width: 767px){
	#mobile-only{
		display: block;
	}
	#mobile-hidden{
		/*display: none; */
	}
	#mobile-hidden-col2{
		/*display: none; */
	}
	.navbar-toggle{
		margin: 4px 0px 8px 0px;
	}
	.navbar-toggle .icon-bar{
		background-color: #00965e;
	}
	.navbar#mobile-only{
		margin-bottom: 0px;
		height: auto;
		min-height: 0px;
	}
	.burger{
		margin-left: 8%;
	}
	.tile{
		padding: .25em 0em 0em 0em;
	}
	#green-divider{
		border-top: 2px solid #00965e;
	}
	input#startover, input#logout{
		position: relative;
		text-decoration: none;
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		padding: 10px 15px;
		line-height: 20px;
		
	}
	.not-tax-col1{
		display:none;
	}
	.not-tax-col2{
		display:none;
	}
	.not-tax-col3{
		display:none;
	}
	.not-tax-col4{
		display:none;
	}
	.not-tax-col5{
		display:none;
	}
	.not-tax-col6{
		display:none;
	}
	.primary{
		margin-top: .5em;
	}
	ul.navbar-nav{
		border-bottom: 2px solid #00965e;
		border-top: 2px solid #00965e;
	}
}
/*Media queries for Printing*/
@media only print {
	
	html, body{
	    font-size: 12px;
	}
	
	#print-button {
		display: none;
	}
	
	a:after { content:''; }
    a[href]:after { content: none !important; }
    
    .top-right-link {
        display: none;
    }
    
    .bottom-links {
        display: none;
    }
    .bottom-links .a{
    	colour: #0366DC;
    }
    
    .push {
    	display: none;
    }
     
    .bottom-footer {
        height: -62px;
        font-size: 10px;
    }
    
    .cookie_notification {
    	display:none;
    }
}
.title-overhang {
    display: block;
    overflow: hidden;
}
.flo {
	float:left;
}
/*DAB-59*/
#taxiLicRow {
	display:none;
}

.leftPhone {
	text-align:left;
	display: inline-block;
}
 .centerPhone {
    text-align:center;
    display: inline-block;
}
.rightPhone  {
	text-align:right;
	display: inline-block;
}
 