/*WCC Styles From style.css
**********/
@import url("//fonts.googleapis.com/css?family=Nunito Sans:400,600");
@font-face {
 font-family: "Nunito Sans";
}

body {
  margin: 0;
  font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

/*.style-1-gradient, .style-2-gradient, .style-3-gradient {
  background:rgb(0,109,60);
  margin: 0;
}

.style-4-gradient {
  background: rgb(71, 101, 127);
}

.style-5-gradient {
background:rgb(68,68,68);
}

.widget {
    margin-bottom:20px;
}*/

/*Footer
********/

/*footer {
  padding-left: 0;
  padding-right: 0;
  background-color: rgb(0,109,60);
}

footer .widget{
  padding:0 15px;
}

footer .widget a {
  text-decoration: none;
  color: white !important;
  font-weight: bold;
  font-size: 16px;
}

footer .widget a:hover {
  color:white !important;
  text-decoration: underline;
}

.style-1 > footer  {
  background: rgb(0, 105, 57);
  color: white;
  padding-top: 15px;
}

.style-2 > footer  {
  background:rgb(0, 85, 161);
  color: white;
  padding-top: 15px;
}

.style-3 > footer  {
  background: rgb(0, 105, 57);
  color: white;
  padding-top: 15px;
}

.style-4 > footer  {
  background:  rgb(71, 101, 127);
  color: white;
  padding-top: 15px;
}

.style-5 > footer  {
  background: #444444;
  color: white;
  padding-top: 15px;
}

footer h3.widget-title{
line-height: 1.2em;
color:white;
}

footer .textwidget ul li {
line-height: 1.2em;
margin:5px 0;
}

footer p {
  color:white;
  text-align: center;
}*/

/*#footer-logos-bottom .container {
  background:transparent;
  text-align:center;
}

#footer-logos-bottom .container ul li {
  display:inline;
}

#footer-logos-bottom li a {
  padding-left: 0;
  background-image: none;
  display:inline-block;
  margin:5px;
  padding:5px;
}*/

#text-7 .textwidget img {
  margin-top: 0.5em;
  padding: 0.4em;
  width: 11em;
  background-color: transparent;
  text-align: center;
}


/* home screen */
#anonymousLoginScreen{
  padding: 10px 0px 30px 0px;
}

#anonymousLoginScreen h4, #anonymousLoginScreen p.registration-text {
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
}

#anonymousLoginScreen .btn-custom:focus, #anonymousLoginScreen .btn-custom:hover {
	background:#006D3C;
	margin-top:5px;
  padding:5px 10px; 
}

#anonymousLoginScreen #btn-register:focus, #anonymousLoginScreen #btn-register:hover{
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 7%), 3px 0 8px rgb(0 0 0);
}



#homepageContent{
  margin-top: 10px;
}






@media (max-width: 767px) {

/* login boxes */
div.form-group {
    width: 100%;
}

.btn-group>.btn:first-child:not(:last-child):not(.menu-collapse){
  border-bottom-right-radius:6px;
  border-top-right-radius:6px;
  padding-left: 10px;
  padding-right: 55px;
  width: 100%;
}

#navDropdownToggle i{display: none;}


.style-1 > footer,  .style-2 > footer, .style-3 > footer, .style-4 > footer, .style-5 > footer {
  margin: 0 -15px -15px -15px;}

    #navbar-header {
      float: right !important;
    }


  #toolbar .navbar-header {
    float: none !important;
  }

  ul.dropdown-menu > li > a {
    color: #d9d9d9 !important;
  }

  div.form-group {
    display: inline-block;
    margin-left: 25px;
  }

    /*Make it clear that it's a scrollable area*/
  ::-webkit-scrollbar {
      width: 4px;
  }


  ::-webkit-scrollbar-thumb {
    background-color: #076440;
  }

  #bs-example-navbar-collapse-1 > form.navbar-form.pull-right{
      border:none;
      background-color: #076440;
      padding: 10px;
      padding-left: 7%;
      width: 100vw;
      box-sizing:border-box;
      margin-bottom: -10px;
  }

  form.navbar-form.pull-right > .form-group > input#qtbottom.form-control {
      display: inline-block;
  }


}

/*footer img {
  width: auto\9;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

footer .span2 {
  width: 140px;
}

footer .span3 {
  width: 220px;
}

footer .span12 {
  width: 96%;
}

footer [class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}*/

/*@media (min-width: 1200px) {
  footer .span2 {
    width: 170px;
  }

  footer .span3 {
    width: 270px;
  }
}

@media (max-width: 991px) {
  footer .span2 {
    width: 104px;
  }
  
  footer .span3 {
    width: 166px;
  }
}

@media (max-width: 767px) {
  footer [class*="span"] {
      width: 96%;
  }
}*/

/* Header
**********/

#site-search {
  margin: 0;
  margin-top: 30px;
}

#site-search.navbar-form input {
  font-size: 16px !important;
  margin-top: 0;
  padding: 0 6px;
  height: 35px;
  width: 350px;
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid #cccccc;
  /* height: 22px; */
}

.searchbutton {
  padding: 0px 4px;
  /* padding: 0 6px; */
  font-size: 16px;
  height: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
}

@media (max-width: 991px) {
  #site-search {
      margin-top: -20px;
      padding-right: 25px;
  }
    
  .searchbutton {
      margin-top: -110px;
  }
  
  #site-search.navbar-form input {
    margin-top: -110px;
  }


}

@media (max-width: 767px) {
  .brand-image{
    display: none;
  }

 .navbar-form {
    -webkit-box-shadow: none;
     box-shadow: none;
 }
    
  #site-search {
      margin-top: 0px;
      padding: 5px 20px 20px 20px;
      width: 100%;
  }

  .searchbutton {
      margin-top: 0px;
      width: 18%;
  }
  
  #site-search.navbar-form input {
    margin-top: 0px;
    width: 80%;
  }
}

/* Toolbar
**********/
#wcc-toolbar li {
  border: none;
}

#wcc-toolbar .dropdown-menu li > a, #wcc-toolbar .dropdown-menu li > p {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  text-align: left;
}

#wcc-toolbar .dropdown-menu li > p {
  color: #6B6B6B;
  font-size: 11px;
}

/*SELF
*****/

#header {
  background-color: rgb(0,109,60);
    /*margin-top: 51px;*/
}
img.brand-image {
    padding: 15px 0 20px 0;
}
.btn.active .caret {
    color: #004426;
    border-top-color: #004426;
    border-bottom-color: #004426;
}
.service-groups a.fsservice-pretty-link:hover, 
.service-groups a.fsservice-pretty-link:active {
    border: 1px #004426 solid;
    background-color: #004426 !important;
}
.service-groups a.fsservice-pretty-link.active {
    border: 1px #004426 solid !important;
    background-color: #004426 !important;
    color: #fff !important;
}

/*.site-header {
   background-color: $color-primary;
   height: $header-height-small;
   left: 0;
   margin-top: 0;
   padding: $space-half 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 100;

   @include respond-min($mid-width) {
       flex: 0 0 auto;
       height: $header-height;
   }

   .menu-is-open & {
       box-shadow: 0 $border-width-small $border-width-small rgba($color-black, .03);
       z-index: 6;
   }

   .home.one-column & {
       margin-bottom: 0;
   }*/

  /* > .container {
       align-items: center;
       display: flex;
       height: 100%;
       justify-content: space-between;

       &::after {
           content: none;
       }
   }

   .identity {
       @include respond-max($small-width) {
           max-width: percentage(3 / 5);
       }

       .identity__heading {
           @extend .h1;

           margin: 0;

           @include respond-min($small-width) {
               padding-right: $space-half;
           }
       }
   }

   .site-header__links {
       align-items: center;
       display: flex;
       width: 100%;

       .list__item {
           margin-bottom: 0;
           margin-right: 0;

           &:not(:first-child) {
               @include respond-min($x-small-width) {
                   margin-left: $space-and-sixth;
               }
           }
       }

       .list__link {
           color: $color-white;
           font-size: $milli;
           text-decoration: none;

           @include respond-max($mid-width) {
               margin-right: $space-third;
               padding: $space-third;

               .icon--inline:first-child {
                   margin: 0;
               }
           }

           &:hover,
           &:focus,
           &:active {
               .list__link-text {
                   text-decoration: underline;
               }
           }
       }

       .list__link-text {
           vertical-align: middle;

           @include respond-max($mid-width) {
               @include visuallyhidden;
           }
       }
   }*/

   /*.site-search__toggle-button {
       background-color: transparent;
       border: 0;
       margin: 0;
       padding: $space-third;

       @include respond-min($mid-width) {
           display: none;
       }
   }

   .site-header__menu-toggle {
       align-self: center;
       background-color: transparent;
       border: 0;
       flex: 0 0 auto;
       margin: 0 0 0 $space-half;
       padding: $space-third $space-sixth;
       z-index: 8;

       @include respond-min($mid-width) {
           display: none;
       }
*/
   /*    .toggle-icon {
           display: block;
           height: $space-three-quarters;
           width: $space-and-third;
       }*/
   }
}
.gs-result .gs-title, .gs-result .gs-title * {
   color: #076440;
   font-size: 20px!important;
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
font-size: 16px!important;
}

.gsc-result .gs-title {
   height: 2.2em!important;
}

a.gs-title {
   color: #076440!important;
}

.gsc-webResult.gsc-result {
background-color: #f9fff8!important;
}

.gsc-above-wrapper-area {
   border-bottom: 1px solid #076440!important;
   padding: 5px 0 5px 0;
   border-bottom-width: 5px!important;
}

.gsc-search-button-v2 svg {
   vertical-align: middle!important;
   padding-bottom: 4px!important;
}

.gsc-search-button-v2 {
   margin-top: 10px;
   margin-left: 0px!important;
}

button.gsc-search-button.gsc-search-button-v2 {
   padding-left: 10px;
   padding-right: 10px;
   margin-top: 6px;
}

.gsc-search-button {
   margin-left: 2px!important;
}

.gsc-table-cell-thumbnail{
display:none!important;
}

.gs-webResult .gs-snippet {
padding-left:5px;
}

.gsc-webResult.gsc-result.gsc-promotion {
   border-color: #006939!important;
    border: none!important;
    padding-left: 15px;
}

.gs-promotion a.gs-title:link {
color: #006939!important;
  }
#site-search {
   margin-top: -80px;
   margin-right: 30px;
}

.gsc-control-cse {
   background-color: #00693900;
   border: none;
   float: right;
   max-height: 75%;
   border-color: #f9fff8!important;
   background-color: #f9fff8!important;
}

.gs-web-image-box-portrait img.gs-image {
   display:none;
}

table.gsc-search-box td {
   vertical-align: middle;
   max-width: 250px;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
   padding-right: 0px!important;
}

table.gsc-search-box {
   max-width: 350px;
}
.gsc-control-cse.gsc-control-cse-en {
padding-top: 5px;
padding-bottom: inherit;
}

form.gsc-search-box {
   float:right;
   max-width: 380px!important;
}
a.gdstext {
   padding-top: 10px;
}

a.gdslogo {
   padding-top: 10px;
}

td#gs_tti51 {
   width: 100%;
   padding: 0px;
   border: none;
   margin: 0px;
   height: auto;
   outline: none;
   background: none;
   text-indent: 48px;
}

table#gs_id50 {
   height: 35px!important;
}

input.gsc-input {
   background: none !important;
   text-indent: 5px!important;
}

td#gs_tti50 {
   padding-bottom: 4px;
}

.gsc-input-box {
   background: #fff;
   margin-top: 5px;
}

.gs-promotion div.gs-visibleUrl-long {
   word-break: break-word;
}

@media (max-width:881px) {
 .mobilesearch {
   display: none;
}
.gsc-control-searchbox-only.gsc-control-searchbox-only-en {
   margin-left: 10px!important;
}

td#gs_tti51 {
   text-indent:0px!important;
}
}
div#gsc-iw-id1 {
    height: 35px;
}

.navbar-inverse {
    background-color: #076440;
    border-color: #076440;
}

.wccnavbar {
    border-bottom-color: #076440!important;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-brand a:hover {
    color: #999;
}
.gsc-search-button-v2 {
  border-color: #076440;
  background-color: #076440;
}

.gsc-search-button-v2 svg {
    fill: #FFFFFF;
    height: 40px;
    padding-top: 5px;
}

button.gsc-search-button.gsc-search-button-v2 {
    height: 34px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.btn-group.hidden-xs.clearfix {
    margin-top: 25px!important;
    width: 100%;
}

.login-form{
margin-top: 70px;
}

@media(max-width: 991px) {
.btn-group.hidden-xs.clearfix {
    margin-top: 50px!important;
}

.login-form{
margin-top: 100px;
}


}


.btn-primary {
    color: #fff;
    background-color: #076440!important;
    border-color: #076440!important;
}




#anonymousLoginScreen #btn-anon {
    display: inline-block;
    padding: 6px 12px;
    margin-top: 6px;
}

#anonymousLoginScreen .btn-custom {
    color: #fff !important;
    padding-top: 7px;
}
#anonymousLoginScreen .btn-custom {
    letter-spacing: 1px;
    outline: none !important;
}
#btn-anon {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


#anonymousLoginScreen .btn-custom:hover{
  text-decoration: none;
}

.btn-custom {
    background-color: #006D3C;
    border-color: #003e22 !important;
    margin: 5px;
}
div.wccfooter {
    background-color: #000!important;
    border-top-style: solid;
    border-top-width: 25px;
    border-top-color: #076440;
    padding-top: 10px;
}

a.navbar-brand {
    font-size: 14px;
}

a.navbar-brand {
    font-size: 16px;
}

.dynamic-position{position:relative;}

/*home buttons*/
.navbar {
    margin-top: 50px!important;
    margin-bottom: 0!important;
}

.dropdown-menu li a {
    color: #333 !important;
}


@media(max-width: 576px) {
  a.navbar-brand {font-size: 14px;}

.footer-padder{min-height:0px;width:0%;}
div.wccfooter{width: 100%;}
}

@media(min-width:992px){
.footer-padder{min-height:0px; width:100%;}
div.wccfooter{left: 0; bottom: 0;width: 100%; max-height: 200px;}
#self-content {min-height: 70%; min-height: -webkit-calc(100% - 320px); min-height: -moz-calc(100% - 320px); min-height: calc(100% - 320px); }
  div.wccfooter {
    /*Replace the current colour with the correct colour*/
    background-color: #076440;
}
}






/*SELF
*****/
.wccfooter, .wccfooter a {
    color: #fff;
}
.navbar-inverse .navbar-nav li a {
    color: #d9d9d9;
}

.navbar-brand{margin-top:-10px;}
@media screen and (max-width:768px) {
    /*Target the invisible menus that appears on some pages but not all generally tidied up 'Popular services' menu*/
    div.btn-group.visible-xs.col-xs-12.clearfix > div.navbar-collapse.collapse.in#navbar-collapse > ul.nav.navbar-nav > li > a {
        color: rgba(0, 109, 60, 0.8);
        background-color: rgba(0, 0, 0, 0.05);
        text-transform: inherit;
    }

    div.btn-group.visible-xs.col-xs-12.clearfix > div.navbar-collapse.collapsing#navbar-collapse > ul.nav.navbar-nav > li > a {
        color: rgba(0, 109, 60, 0.8);
        text-transform: inherit;
    }

    

    #navigation ul.nav li:first-child {
        border-top: 1px solid rgba(222, 222, 222, 0.2);
    }

    #navigation ul.nav li {
        border-bottom: 1px solid rgba(222, 222, 222, 0.2);
    }

    div#navigation.container > div.row > div.navbar.clearfix {
        width: 100%;
        margin-top: 10px;

    }

    div#navigation.container > div.row {
        width: 100%;
        padding-left: 4%;
        padding-right: 0;
    }

    a#navDropdownToggle {
        background-color: rgba(0, 109, 60, 0.9);
        color: #fefefe;
        text-rendering: optimizeLegibility;
        border-radius: 0;
        border: rgba(0, 109, 60, 0.6);
    }
    /*End of changes for improving menus*/


/*home buttons*/
.navbar {
    margin-top: 70px!important;
    margin-bottom: 0!important;
}

}

/*For ipads 768 1024 vertical*/
@media screen and (width:768px) {
    
    #navigation {
        margin-top: 110px;
    }

    div#self-content {
        margin-top: 15%;
        margin-bottom: 15%;
    }


}
/*For ipads 768 1024 vertical*/
div#content_form {
padding-top: 100px;
}


/* Primary Colour
*****************/

.text-primary {
  color: #076440;
}
a.text-primary:hover {
  color: #003a20;
}
.bg-primary {
  color: #fff;
  background-color: #076440;
}
a.bg-primary:hover {
  background-color: #003a20;
}
.btn-primary {
  color: #ffffff;
  background-color: #076440;
  border-color: #00532e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #004426;
  border-color: #00160c;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.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: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: #076440;
  border-color: #00532e;
}
.btn-primary .badge {
  color: #076440;
  background-color: #ffffff;
}
.label-primary {
  background-color: #076440;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #003a20;
}
.panel-primary {
  border-color: #076440;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #076440;
  border-color: #076440;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #076440;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #076440;
}



#wcc-report-fault-content ::-webkit-input-placeholder { /* Edge */
  color: #696969;
}

#wcc-report-fault-content :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #696969;
}

#wcc-report-fault-content ::placeholder {
  color: #696969;
}


/* styling supplied by e-services team to address accessibility issues */
.skip {     overflow: hidden;     background: black!important;     background: #319795;     color: #fff;     font-weight: 700;     left: 44%;     padding: 10px;     position: absolute;     transform: translateY(-100%);     top: -5em;     z-index: 9999;     font-size: 1.25em; } a.skip:focus {     outline-color: yellow;     color: #fff;     left: 44%;     top: 2.5em;     display: block; }