@import url(https://www.blackpool.gov.uk/SiteElements/ChannelShift/Content/styles/bundles/base.min.css);
@import url(https://www.blackpool.gov.uk/SiteElements/ChannelShift/Content/styles/bundles/newsarticles.min.css);




.form-control, input.form-control{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #041c2c; background-color: #fff;
  background-image: none;
  border: 1px solid #041c2c !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus, input.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-webkit-input-placeholder { color: #041c2c;}
.form-control:-moz-placeholder { color: #041c2c;}
.form-control::-moz-placeholder { color: #041c2c;}
.form-control:-ms-input-placeholder { color: #041c2c;}

.form-group .control-label { text-align:left; }


/* Turn off the background gradient for the header bar*/
.navbar-inverse{
background-image:none !important; }



.gateway-container ul li {
    display: inline;
    padding-right: 6% !important;
}


.groupedListTable .control-label { text-align:left !important; }
