/* 
*/
/* Font definitions */
/* Main Palette definitions */
/* Highlight colours */
/* was #edf9ed */
/* was #fff6e9 */
/* Radii */
/*Spinner*/
/* light Button colours */
/* Button colours */
/* "Common" colours */
/*#e6e6e6;*/
/* Driver Manager colours */
/* ngSummary colours */
/* Popup box */
/* for layering of divs */
/* Custom mixins */
/*

    Document   : intro
    Created on : 16-Jul-2013, 11:02:22
    updated on : 26/03/2015
    Author     : crispin
    Author     : franco
    Description:
    updated for rebrand
*/
body {
  /* font-size: 14px; */
  color: #333;
  /* padding-top: 7em; */ }

h1 a {
  text-indent: -9999px;
  background: transparent url(//static.roadtech.co.uk/images/common/header/cm-logo.png) top left no-repeat;
  width: 273px;
  height: 93px;
  margin: 20px auto;
  display: block;
  overflow: hidden; }

h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold; }

/* CONTAINER */
#login-page-content {
  padding: 150px 40px 50px;
  min-height: calc(65vh + 200px);
  position: relative; }

.short-page {
  min-height: 65vh !important; }

#footer {
  clear: both;
  padding: 30px;
  text-align: center;
  /* Required in Bootstrap 4 */ }
  #footer img {
    vertical-align: middle; }

#login-container {
  width: 300px;
  margin: 0 auto; }
  #login-container h3 {
    margin-top: 0; }

#loginbox {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 9px 0px #cccccc;
  -webkit-box-shadow: 0px 0px 9px 0px #cccccc;
  box-shadow: 0px 0px 9px 0px #cccccc;
  border-radius: 3px;
  margin-bottom: 5px; }

.loggedout, .loggedoutOK {
  position: relative;
  top: 1px;
  padding: 12px; }

.loggedout {
  border: 1px solid #FF9600;
  background-color: #FFEACB;
  margin: 30px auto;
  width: 70%;
  font-size: 16px;
  text-align: center; }
  .loggedout h3 {
    margin: 0; }

.loggedoutOK {
  font-weight: bold;
  color: #04B900;
  background-color: #CCFFCB;
  border: 1px solid #04B900;
  margin: 0 5px 10px;
  text-align: center;
  font-size: 1rem; }

#top-back {
  position: fixed;
  top: -2px;
  left: -2px;
  display: none;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-width: 1px 0 0 1px;
  z-index: 1;
  /* should be 1 */
  text-decoration: none;
  -moz-box-shadow: 0px 0px 9px 0px #cccccc;
  -webkit-box-shadow: 0px 0px 9px 0px #cccccc;
  box-shadow: 0px 0px 9px 0px #cccccc; }

#top-back:hover {
  background-color: #004990;
  color: #f1f1f1; }

.info {
  font-size: 80%; }

.hidden {
  display: none; }

@media all and (max-width: 500px) {
  body {
    padding-top: 0; } }
@media all and (min-width: 500px) {
  #top-back {
    display: block; } }
#intro-main {
  text-align: center;
  background: #b20015 url(/assets/intro/cm_intro_dl.png) bottom center no-repeat;
  padding-bottom: 330px;
  color: #fff; }
  #intro-main h2 {
    line-height: 70px;
    font-size: 55px;
    margin-top: 18px;
    margin-bottom: 0; }
    #intro-main h2.intro-h2-smaller {
      font-size: 38px; }
  #intro-main.further-info {
    text-align: left;
    background-image: url(/assets/intro/cm_intro_dl_blurred.png);
    color: #fff;
    margin-bottom: 20px;
    min-height: 450px;
    padding: 40px 80px; }
  #intro-main.page-noimage {
    background-image: none;
    padding-bottom: 20px; }
    #intro-main.page-noimage h2 {
      margin-top: 0;
      padding-top: 18px; }
    #intro-main.page-noimage p {
      font-size: 110%;
      max-width: 70%;
      margin-left: auto;
      margin-right: auto; }

.banner-form {
  border-left: 1px solid #ccc;
  margin-top: 20px;
  padding: 20px 0 20px 50px; }
  .banner-form .banner-form-content {
    /*background-color: #dc8c95; */
    background-color: rgba(255, 255, 255, 0.55);
    border-radius: 0 0 3px 3px;
    color: #000;
    padding: 20px 20px 0; }
  .banner-form h3 {
    background-color: #970012;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 14px;
    text-align: center; }

.intro-section {
  padding: 30px 0;
  text-align: center; }
  .intro-section h4 {
    font-size: 1.4rem; }
  .intro-section blockquote {
    font-size: 1.6rem; }
  .intro-section .intro-section cite {
    font-size: 1rem; }

.bullets .glyphicon {
  font-size: 40px;
  color: #58842e; }

.page-alternate {
  padding: 40px 0;
  background-color: #333;
  color: #f1f1f1; }

.feature-section {
  font-size: 18px; }

.feature-text {
  position: relative;
  height: 221px;
  padding-top: 40px; }

.feature-text p {
  max-width: 500px;
  margin: 0 auto; }

.feature-text .note {
  padding-top: 15px; }

/* [COOKIE INFORMATION] */
.cookieinfo {
  margin: 0 auto;
  display: none;
  text-align: left; }

.cookieinfo .cookie-action {
  margin-left: 10px;
  float: right;
  padding-top: 5px; }

.cookieinfo .blurb {
  margin-right: 220px; }

.cookieinfo .ancbutton a {
  min-width: 100px;
  text-align: center; }

#cookie-ok {
  margin-left: 10px; }

@media only screen and (max-width: 480px) {
  .cookieinfo .cookie-action {
    float: none; }

  .cookieinfo .blurb {
    margin-right: 0; } }
/* CV Show banner 2016 */
.show-banner-slim {
  /*	background-color: #0A0708; */ }

.show-banner-slim img {
  margin: 0 auto; }

/* btn-default doesn't exist in Bootstrap 4, but some roadtech.static elements still use it */
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
