﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

html, body, .govuk-template__body {
    height: 100vh;
}

body, .govuk-template__body {
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
    margin-top:auto;
}

/*html {
  position: relative;
  min-height: 100%;
}*/
 
body {
    color: #0b0c0c;
    font-family: nta,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    display: block; 
}


/*.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}*/

a.vtsLink {
    font-size: 1.1rem;
    line-height: 1.5;
}

table.vtsTable, table.govuk-table {
    font-size: 1rem;
    line-height: 1.6;
}

table.govuk-table th{
    white-space: nowrap;
}

.govuk-inset-text {
    margin-top: 10px;
    margin-bottom: 10px; 
    padding-left: 30px;
    padding-top:0px
}

.govuk-radios__item .govuk-inset-text { 
    margin-left: -25px; 
}


/*.govuk-inset-text*/
.govuk-select {
    font-size: 19px;
    line-height: 1.31579;
    border: 2px solid;
    padding-right: 30px !important;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    
    background: whitesmoke url("data:image/svg+xml;utf8,<svg  style='top: 8px;'  viewBox='0 0 512 512' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='M256,298.3L256,298.3L256,298.3l174.2-167.2c4.3-4.2,11.4-4.1,15.8,0.2l30.6,29.9c4.4,4.3,4.5,11.3,0.2,15.5L264.1,380.9 c-2.2,2.2-5.2,3.2-8.1,3c-3,0.1-5.9-0.9-8.1-3L35.2,176.7c-4.3-4.2-4.2-11.2,0.2-15.5L66,131.3c4.4-4.3,11.5-4.4,15.8-0.2L256,298.3 z'  /></g></svg>") no-repeat;
    background-position: right 5px top 50%;
     
}

    .govuk-select option {
        background-color:white;
    }

/*   BLACK DOWN ARROW <svg class="' + config.className + '" style="top: 8px;" viewBox="0 0 512 512" > <path d="M256,298.3L256,298.3L256,298.3l174.2-167.2c4.3-4.2,11.4-4.1,15.8,0.2l30.6,29.9c4.4,4.3,4.5,11.3,0.2,15.5L264.1,380.9  c-2.2,2.2-5.2,3.2-8.1,3c-3,0.1-5.9-0.9-8.1-3L35.2,176.7c-4.3-4.2-4.2-11.2,0.2-15.5L66,131.3c4.4-4.3,11.5-4.4,15.8-0.2L256,298.3  z"/ > </svg >


    <svg class="autocomplete__dropdown-arrow-down" style="top: 8px;" viewBox="0 0 512 512"><path d="M256,298.3L256,298.3L256,298.3l174.2-167.2c4.3-4.2,11.4-4.1,15.8,0.2l30.6,29.9c4.4,4.3,4.5,11.3,0.2,15.5L264.1,380.9  c-2.2,2.2-5.2,3.2-8.1,3c-3,0.1-5.9-0.9-8.1-3L35.2,176.7c-4.3-4.2-4.2-11.2,0.2-15.5L66,131.3c4.4-4.3,11.5-4.4,15.8-0.2L256,298.3  z"></path></svg>


*/

.govuk-heading-s, .govuk-heading-m, .govuk-heading-l {
    margin-bottom: 0px;
}

.govuk-heading-l {
    font-size: 2rem;
}
    .govuk-heading-xl {
        font-size: 2.75rem; 
    }



.govuk-select option:first-of-type[value=""] {
    background-color: whitesmoke;
}


.sort-on-th {
    padding: 0px 1px;
    color: #0366d6;
    cursor: pointer; 
    padding-right:15px;
}
 
.change {
    padding: 0px 1px;
    text-decoration: underline;
    color: #0366d6;
    cursor: pointer;
    float: left;
}

 
.pagination {
    display: inline-block;
    float: right;
}

.csv-download {
    display: inline-block;
    float: left;
    text-decoration: underline;
}

.pagination .newpage {
    padding: 0px 3px;
    text-decoration: underline;
    color: #0366d6;
    cursor: pointer;
}

.pagination span.currentpage {
    font-weight: 700;
}


.vts-rateable-value{
    text-align:right;
}

.govuk-footer   a.govuk-link {
    color: #454a4c;
    cursor: pointer;
    text-decoration: underline;
}
 