/* common css */
#wrapper{
  padding: 2.5rem 0;
}
/* screen reader text invisible but accessible to readers*/
.screenreader{
  clip: rect(1px, 1px, 1px, 1px); 
  height: 1px; 
  width: 1px; 
  overflow: hidden; 
  position: absolute !important;
}
.hidden{
  display:none;
}
.errors, .errorLine{
  color: #ff5655;
  font-weight: bold;
}
.inline{
  display: inline;
}
.normalweight{
  font-weight: normal;
}
.panel{
  padding: 0 15px .5rem;
  background-color: #ecedee;
  margin-bottom: 0;
  margin-top: 0;
  border-radius: 0;
  margin-left: -15px;
  margin-right: -15px
}
.panel-plain{
  padding: 0 15px .5rem;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #fff;
}
.clearfix{
  clear:both;
}
#modalCheck{
  cursor: pointer;
  padding-bottom: 2px;
  float: left;
}
h3 span {
  font-size: 1rem;
  font-style: italic;
}
.modal{
  top: 20%;
}
.modal-body{
  font-size: 1.3em;
}
.modal-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
}
.modal-content {
  border-radius: 0;
  padding: 35px;
}
.modal-footer {
  border-top: none;
  text-align: left;
}
.close{
  opacity: 1;
}
button.close{
  height: 35px;
  width: 35px;
  position: absolute;
  top: 21px;
  right: 21px;
}
.close img {
  height: 35px; 
  background: #b0b0b0;
  border-radius: 100%;
}
.modal-footer .button {
    margin-top: 2rem;
}
p{
  font-size: 1rem;
  margin-bottom: .5rem;
  line-height: 1.45em;
}
.home p{
  font-size: 1.125rem;
}
li p{
  margin: 0;
}
span.errors{
  line-height: 2rem;
}
#edit{
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: -15px;
  display: inline-block;
}
.errorBox{
  margin: .5rem 0;
}
.margin-zero{
  margin: 0;
}
#edit .btn-secondary{
  display: inline;
}

.vehicleResult h2,
.motorcycleResult h2{
  margin: 1rem 0;
}
#pageHeader{
  position: relative;
}
.print{
  display: inline-block !important;
}
/* end common css */



/* arrows and images */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'revenue_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-diagonal-bold:before {
  content: "\e900";
}
.icon-arrow-diagonal-regular:before {
  content: "\e901";
  color: #0c72bc;
  vertical-align: middle;
}
.icon-arrow-down-bold:before {
  content: "\e902";
}
.icon-arrow-down-regular:before {
  content: "\e903";
  color: #0c72bc;
}
.icon-arrow-left-bold:before {
  content: "\e904";
}
.icon-arrow-left-regular:before {
  content: "\e905";
}
.icon-arrow-right-bold:before {
  content: "\e906";
}
.icon-arrow-right-regular:before {
  content: "\e907";
}
.icon-arrow-up-bold:before {
  content: "\e908";
}
.icon-arrow-up-regular:before {
  content: "\e909";
  color: #fff;
}
.icon-attachment-csv:before {
  content: "\e90a";
}
.icon-attachment-excel:before {
  content: "\e90b";
}
.icon-attachment-pdf:before {
  content: "\e90c";
}
.icon-attachment-txt:before {
  content: "\e90d";
}
.icon-attachment-word:before {
  content: "\e90e";
}
.icon-attachment-xml:before {
  content: "\e90f";
}
.icon-expando-close:before {
  content: "\e910";
  color: #0c72bc;
  font-size: 1.3rem;
  vertical-align: text-top;
}
.icon-expando-open:before {
  content: "\e911";
  color: #0c72bc;
  font-size: 1.3rem;
  vertical-align: text-top;
}
.icon-feedback:before {
  content: "\e912";
}
.icon-print:before {
  content: "\e913";
  color: #0c72bc;
  font-size: 1.4rem;
  vertical-align: sub;
}
.icon-Revenue-logo:before {
  content: "\e914";
  margin-left: -5px;
}
.icon-search:before {
  content: "\e915";
}
/*  end arrows and images */



/* header styles */
#header{
  background-color: #025F64;
}
.header{
  padding: 21px 0;
}
.header span{
  color: white;
  padding: 0 10px;
}
.header-links{
  float: right;
  font-size: 1.125rem;
}
.header-links a{
  color: #fff;
  text-decoration: underline;
  display: inline;
}
.header-links a:hover{
  color:#fff;
}
.header-links a:visited{
  color: #FFF;
}
.header-links a:active{
  color: #FFF;
}
a.icon.icon-Revenue-logo {
  color: #fff;
  text-decoration: none;
  font-size: 6rem;
}
/* image has issues changing colour to black when placed in separate print.css file*/
@media print{
a.icon.icon-Revenue-logo {
  color: #000 !important;
  display: block !important;
  }
}
#header h1 {
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}
#menubar{
  margin-bottom: 0;
  padding: 1rem 0;
  background-color: #009999;
}
#menubar li{
  display: inline;
  list-style: none;
}
#menubar a {
  color: #fff;
  text-decoration: underline;
}
#impNote{
  background-color: #fff;
  padding-top: 2rem;
  margin-bottom: -1rem;
}
#vrtCalculation{
  margin-top: 1.5rem;
}
#return-to-revenue{
  float: right;
}
/* end header styles*/



/* footer styles */
.footer-links {
  padding: 2rem 0;
  background-color: #025F64;
}
#footer ul {
  padding: 0; 
}
#footer li {
  list-style: none;
  display: inline-block; 
  margin-right: 2rem;
  padding-bottom: 1rem;
}
#footer li:last-child{
  margin-right: 0;
}
#footer a {
  color: #FFF;
  text-decoration: underline;
}
#footer a:hover{
  color: #FFF;
}
.toTop{
  background-color: #009999;
  padding: 1rem 0;
  text-align: right;
}
/* end footer styles*/



/* landing page styles */
.home h4{
  padding-bottom: 1rem;
}
.home h2{
  padding: .5rem 0;
}
.home p.errors{
  padding-bottom: 1rem;
}
.landing-list ol li{
/*  list-style-type: decimal;*/
  line-height: 1.45em;
  font-size: 1.125rem;
}
.landing-list ol li:before{
  content: "●";
  margin-left: -1.3rem;
  padding-right: .7rem;
  color: #009999;
}
.landing-list ol{
  padding: 0rem 0 1.5rem 2.2rem;
}
.command_box{
  
}
.command_box button{
  margin: 1.5rem 0;
}
.additionalInfo{
  margin: 1rem 0 2rem 0;
}
/* end landing page styles */



/* vehicle enquiry styles*/
li.radio-btn{
  margin-bottom: 1rem;
}
.important-note{
  padding-left: 30px;
  margin-top: .5rem;
  margin-bottom: 0;
  border-left: 5px solid #025f63;
}
.important-note ol li { 
  margin-bottom: 1rem;
  line-height: 1.5rem;
  list-style: decimal;
}
.vehicleSearch img{
  height: 21px;
  margin: 7px;
}
.label-container {
  height: 100%;
  margin: 1rem 0 .5rem 0;
}
.radio-btn{
  padding: 7px 14px;
}
.right{
  margin-left: 20px;
}
.radio-btn label:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  top: .75rem;
  left: 1rem;
  position: absolute;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100%;
}
.radio-btn input[type=radio] {
  display: block;
  padding: 0;
  font-size: 1em;
  opacity: 0;
  position: absolute;
}
.radio-btn {
  display: inline-block;
  widows: 100%;
  padding: 0;
}
.radio-btn label {
  display: inline-block;
  cursor: pointer;
  background: #ecedee;
  position: relative;
  padding: .675rem 2rem .675rem 3rem;
  font-size: 1rem;
  cursor: pointer;
}
.radio-btn label:hover {
  box-shadow: 0 0 0 4px #00c6c6;
}
.radio-btn input[type=radio]:checked + label:before {
  border: 2px solid;
  border-bottom-color: #363636;
  background-size: contain;
  text-align: center;
  line-height: 1rem;
  border: 6px solid #898989;
}
ol#mileageTypeList {
    margin-bottom: -14px;
}
#euClassificationsList .radio-btn{
  display: block;
}
#buttonBox{
  margin-top: 1rem;
  display: inline-block;
}
#changeDetailsButton{
  display: none;
}
button#calculateButton,
button#updateButton {
  display: inline-block;
  margin-top: 0;
}
.stat-code-results li{
  font-size: 1rem;
  margin-bottom: 1rem;
}


p#vehicle-search-warning-label{
  background-color: #FAF6CF; border: 1px solid black;
  width: 302px;
  padding: 10px 5px 5px 5px;
}

/* end vehicle enquiry styles */



/* vehicle Enquiry result */
#vrtCalculation li{
  margin-bottom: .75rem;
  line-height: 1.5rem;
}
#date-time ol li {
  display: inline-block;
}
form#vehicleEnquiryForm span{
  font-style: normal;
}
.label {
  display: block;
  font-size: 1rem;
  text-align: left;
  padding: 0;
  font-weight: bold;
  color: #363636;
  white-space: initial;
}
#vrtBreakdown li{
  white-space: normal;
}
#unmodifiedVRTAmount h3{
  margin: 0;
}
#modifiedVRTAmount{
  margin-top: 1rem;
}
#vrtBreakdown p{
  margin-bottom: 1rem;
}
#co2Check {
    margin-bottom: 1rem;
}
#pdf{
  margin-top: 1rem;
}

/* end vehicle enquiry result */



/* motorcyle enquiry styles*/
.motorcycleSearch .important-note{
  margin-top: 14px !important;
  margin-left: inherit;
}
.fieldDate{
  float: left;
  width: 30%;
  margin-right: 5%;
}
.fieldDate:last-child{
  margin-right: 0;
}
.formatDate {
    margin: 7px 0;
}
#buttonBox-motorcycle{
  float: left;
  margin-top: 1rem;
}
.motorcycleSearch button#switchVehicleButton {
  float: left;
  margin-left: 0;
}
#date{
  display: none;
}
#motorcycleVrtCalculation li {
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
.motorcycleResult #buttonBox{
  margin-top: 0;
}
#motorcycleVrtCalculation {
    margin-top: 1rem;
}
.motorcycleDateInput{
  max-width: 300px;
  float: left;
}
/* end motorcycle enquiry styles*/



/* link styles */
a {
  text-decoration: underline;
  color: #0c72bc; }
a:hover {
  color: #0c72bc; 
  text-decoration: none;
}
a:active {
  color: #0a4977; 
}
a:visited {
  color: #609; 
}

#header a:hover,
#footer a:hover,
#wrapper a:hover,
span.btn.btn-info:hover,
.btn-secondary:hover{
  text-decoration: none;
}
a:focus, input:focus, button:focus, .button:focus, span.btn.btn-info:focus, .btn.btn-secondary{
   outline: #00c6c6 solid 3px;
}
/* end link styles*/



/* button styles */
.button {
  border: none;
  font-family: inherit;
  line-height: inherit;
  display: block;
  border-radius: 4px;
  margin: 1rem 0;
  background-color: #fff;
}
.btn-primary {
  font-size: 1.125rem;
  background-color: #0d73bd;
  color: white;
  line-height: 2.5rem;
  padding: 0 1.2rem;
  font-weight: 400;
 }
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
    background-color: #0673e8; 
}
.btn-secondary{
  color: #0c72bc;
  text-decoration: underline;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
  border-radius: 0;
  display: block;
}
#clearButton{
  display: none;
}
button#switchMotorcycleButton {
  margin-left: 7px;
}
button#switchVehicleButton{
  margin-left: 7px;
}
span.btn.btn-info {
  background-color: transparent;
  color: #0c72bc;
  border: none;
  outline: none;
  font-size: 1rem;
  outline-offset: 0;
  text-decoration: underline;
  padding: 0;
  margin: 1rem 0;
}
button:focus {
  box-shadow: none !important;
  
}
/* end button styles*/



/* input styles*/
.input, select{
  font-family: 'Fira Mono';
  width: 100%;
  border: 2px solid #363636;
  height: 42px; 
}
input{
  font-family: 'Fira Mono';
}
.input-error{
 box-shadow: 0 0 0 4px #ff5655; 
}
.input-focus{
   box-shadow: 0 0 0 4px #00c6c6;
}
.form-control{
  height: 42px;
  border: 2px solid #363636;
  border-radius: 1px;
  line-height: 35px;
  font-size: 16px;
  max-width: 300px;
}
.motorcycleSearch .form-control{
   margin: .5rem 0;
}
.form-control:focus{
  border-color: #363636;
}
.status-container{
  line-height: 42px;
  max-width: 300px;
}
legend {
  margin-bottom: 0;
  width: ;
  border: none;
  display: inline-block;
}
label{
  margin-bottom: 0;
  padding: 0;
  color: #363636;
  white-space: initial;
}

/* removes arrows from number input */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0;  
}
input[type=number] {
    -moz-appearance:textfield;
}
/* end input styles*/



/* vertical rhythm styles*/
html{
  font-size: 16px;
}
body {
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 auto;
  color: #363636;
}
h1 {
  font-family: inherit;
  font-weight: 700;
  font-style: inherit;
  font-size: 2.25rem;
  line-height: 2.8rem;
  margin-top: .5rem;
  margin-bottom: 1rem;
  color: #363636;
}
h2 {
  font-family: inherit;
  font-weight: bold;
  font-style: inherit;
  font-size: 1.75rem;
  line-height: 1.45em;
  margin-top: 0;
  margin-bottom: .5rem;
  display: inline-block;
}
h3 {
  font-family: inherit;
  font-weight: bold;
  font-style: inherit;
  font-size: 1.5rem;
  line-height: 1.45em;
  margin-top: .5rem;
  margin-bottom: 0rem;
  display: inline-block;
}
h4 {
  font-family: inherit;
  font-weight: bold;
  font-style: inherit;
  font-size: 1.125rem;
  line-height: 1.45em;
  margin-top: 0;
  margin-bottom: 0px;
  color: #363636;
}
h5 {
  font-family: inherit;
  font-weight: 400;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.45em;
  margin-top: 0;
  margin-bottom: 0px;
}
ul, ol, pre, blockquote {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
/* end vertical rythm styles */



/* tooltip styles*/
.tooltip-text {
  padding: 0 0 1rem 0;
  color: #0c72bc;
}
/* end tooltip styles */


/* styles for mobile phones and smaller screens*/
@media (max-width: 524px){
  h2{
    font-size: 1.75rem;
  }
  .header img {
    height: 100px;
    margin-right: 0;
  }
  .col-xxs-12{
    width: 100% !important;
    margin: 0 !important;
  }
  .col-xxs-6{
    width: 50% !important;
  }  
  .header-links{
    float: none;
    margin-bottom: 1.5rem;
  }
  .label{
    display: inline;
  }
  .form-control,
  .motorcycleDateInput,
  .status-container{
    max-width: none;
  }
 
  #vehicleEnquiryForm .input{
    width: 100%;
  }
  #return-to-revenue{
    float: none;
  }
  .modal-content {
    padding: 35px 15px;
  }
  #motorcycleVrtCalculation li.margin-bottom-zero-sm,
  #vrtCalculation li.margin-bottom-zero-sm {
    margin: 0;
  }
  h3.margin-bottom-zero{
    margin: 0;
  }
}


/* styles for small screens */
@media (max-width: 768px){
  #wrapper{
    padding-bottom: 0; 
  }
  #edit{
    position: relative;
    margin-top: 1rem;
  }
} 

/* styles for medium screens */
@media (max-width: 991px){
  .important-note{
    margin-top: 1rem;
  }
}
/* styles for large screens only */
@media (min-width: 992px){
  #pageHeader h4{
    width: 80%;
  }
}


.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
  opacity: 0.5;
  cursor: not-allowed;
}

.co2-Information {
  width: 1080px;
  margin-top: 16px;
  margin-bottom: 16px;
}