/* Site.css */
body {
    background-color: #f5f5f5;
    padding:0;
    margin:0
}

h2 {
    font-size:27px;
}

p {
    margin: 0 0 20px;
    line-height: 20px;
}

.field-validation-error {
    padding: 0 5px;
    color: #b94a48;
    font-weight: bold;
}

.tickgreen {
    color: #8fe046;
}

.require-content p, .require-endorsement p, .require-plus p {
    margin: 0;
}

.requirement-p {
    padding-left: 15px;
    position: relative;
}

.requirement-p:before {
    content: "-";
    position: absolute;
    margin-left: -14px;
}

.homeSummary {
    font-size: 16px;
    margin: 0 0 20px 0;
}

.groupnumber {
    padding: 7px 7px;
    border-bottom: 5px solid red;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-top: 30px;
    background-color: #f5f5f5;
    text-align: center;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.table{
    background: #ffffff;
    background-color: #ffffff;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar {
    padding: 10px;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

.navBg {
    background-color: #1b88bf;
}

.navbar-brand {
    color: #d5d5d5;
}

.navbar-brand:hover {
    color: #ffffff;
}

.navbar-nav > li > a {
    transition: background-color ease-in 0.4s;
    color: #e5e5e5;
}

.navbar-nav > li > a:hover {
    color: #333333;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #f5f5f5;
}

.navbar-nav > li > a:active {
    color: #dddddd;
    background-color: transparent;
}

.navbar-toggle {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
}

.navbar-toggle:hover{
    background-color:#ffffff;
}

.width100 {
    width:100%;
}

.bg-splash {
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-position: bottom;
    background-position: bottom;
}

.min100 {
    min-width:100px;
}

.admin-nav {
    background-color: #555555;
    border-bottom: 10px solid #808080;
}

.admin-btn {
  position: absolute;
  right: 0;
  border: 0;
  bottom: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 100%;
}

.icon-bar {
    background-color: #cccccc;
}

.logo-header {
    padding: 30px 0;
}

.company-logo {
    width:100%;
    height:auto;
}

.mainheading {
    margin: 20px 0 0 0;
    font-weight: bold;
}

.subheading {
    margin:0;   
}

.main-content {
    padding: 20px 40px;
    background-color: #ffffff;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1pt solid #dddddd;
}

.btn-main {
    color: #ffffff;
    background-color: #1b88bf;
    border-color: #1a75a3;
}

.btn-main:hover {
    -ms-transition: all;
    -o-transition: all;
    -webkit-transition: all;
    transition: all;
    color:#ffffff;
    background-color: #1a75a3;
}

.checkbox {
    padding-left: 20px;
}

.export-title {
  margin: 40px 0 20px 0;
}

.export-subtitle {
  margin:0;
  padding: 10px 0 10px 30px;
  text-indent: -15px;
  color: #333333;
}

.export-card {
  background-color:#ffffff;
  padding: 20px;
  border-bottom: 10px solid #1b88bf;
}

.login-options {
  text-align: left;
  padding:20px;
}

.login-spacing {
  padding-right: 20px;
}

.img-responsive {
  width: 100%;
}

.icon-excel {
  color:#1f7244;
}

.card-content {
  position: relative;
  background-color: #ffffff;
  padding:20px;
  min-height: 195px;
}

.card-content-100 {
    position: relative;
    background-color: #ffffff;
    padding: 20px;
    min-height: 170px;
}

.dispensation-card {
    background-color: #555555;
    border-bottom: 5px solid #7f8c8d;
    text-align: center;
    transition: all ease 0.6s;
    color: #7f8c8d;
    padding: 15px;
}

.dispensation-card:hover {
    background-color: #1b88bf;
    border-bottom: 5px solid #cccccc;
    color: #ffffff;
    cursor: pointer;
}

.dispensation-card-active {
    color: #43B1E8;
    border-bottom: 5px solid #43B1E8;
    background-color: #5E5E5E;
}

.dispensation-export {
    background-color: #1f7244;
    border-bottom: 5px solid #ffffff;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    transition: all ease 0.7s;
}

.dispensation-export:hover {
    background-color: #ffffff;
    border-bottom: 5px solid #1f7244;
    color: #1f7244;
    padding: 15px;
    text-align: center;
    font-weight: bold;
}

.Available {
    padding: 20px;
    background-color: #dff0d8;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:20px;
    border: 1pt solid #cccccc;
}

.Info {
    padding: 20px;
    background-color: #d1f2fc;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:20px;
    border: 1pt solid #cccccc;  
}

.noUnderLine:hover {
    text-decoration: none;
}

.Unavailable {
    padding: 20px;
    background-color: #f2dede;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:20px;
    border: 1pt solid #cccccc;
}

.require-content {
    padding: 10px 20px 20px 20px;
    background-color: #1b88bf;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:20px;
    color: #ffffff;
}

.require-endorsement {
    padding: 10px 20px 20px 20px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffcc;
    border: 1pt solid #cccccc;
}

.require-plus {
    padding: 10px 20px 20px 20px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #d1ecf1;
    border: 1pt solid #cccccc;
    color: #0c5460;
}

.card-title {
  margin: 0 0 10px 0;
}

.card-p {
    margin: 0 0 40px;
}

.padr-15 {
  padding-right: 15px;
}

.padl-15 {
  padding-left: 15px;
}

.no-pad {
    padding: 0;
}

.icon-color {
  color:#337ab7;
}

.v-button {
  margin-top: 20px;
}

.padr-5 {
  padding-right:5px;
}

.bg-white {
  background-color: #ffffff;
}

#accident-help:hover {
  text-decoration:underline;
  cursor: pointer;
}

.driver-content {
  background-color: #ffffcc;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1pt solid #dddddd;
}

.endorsement-content {
    background-color: #39b3d7;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1pt solid #dddddd;
    margin-top: 10px;
}

.main-title {
  margin: 20px 0;
}

.margb20 {
    margin-bottom:20px;
}

.margb10 {
    margin-bottom:10px;
}

.margt10 {
  margin-top:10px;
}

.margt20 {
  margin-top:20px;
}

.margt25 {
    margin-top: 25px;
}

.margr15 {
    margin-right: 15px;
}

.edit-driver-spacing {
    margin: 20px 0 10px 0;
}

.create-button {
    margin: 12px 0;
    text-align: right;
}

.pad20only {
  padding: 0 0 0 20px;
}

.lr-padding5 {
  padding: 0 5px;
}

.rcolumn {
  padding: 0 0 0 10px;
}

.lcolumn {
  padding: 0 10px 0 0;
}

.edit-drvier {
    font-weight: bold;
}

.driver {
  margin: 10px 0;
}

.endorsement {
    color: #ffffff;
    margin: 10px 0;
}

.outside-border {
    border: 1pt solid #dddddd;
    overflow-x: inherit;
}

.table {
    margin-bottom:0;
}

.td-para {
    padding: 6px 0;
    margin: 0;
}

.td-buttons {
    text-align:right;
    margin:0;
    padding:0;
}

.large-btn {
    padding: 10px 20px;
}

.r-align {
    text-align: right;
}

.crude-title {
    margin: 15px 0 10px 0;
}

.model-title {
    margin: 4px 0 0 0;
}

.inline-submit {
    min-width: 270px;
}

.floatr {
    float:right;
}

.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.no-marg {
    margin: 0;
}

#ModelEngine {
    display:none;
}

.TAreaAlign12 {
    padding-left: 55px;
}

#DispensationHeight {
    min-height: 217px;
    padding: 30px;
}

.image-setting {
    -ms-opacity: 1;
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-overlay {
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -ms-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.overlaytext {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}

.overlaytextblack {
    color: #3a3a3c;
    font-size: 22px;
    font-weight: bold;
}

.image-hover-effect {
    height: 100%;
    position: relative;
    display: block;
    color: black;
}

.image-hover-effect:hover {
    color: #3a3a3c;
}

.image-hover-effect:hover .image-setting {
    -ms-opacity: 0.3;
    opacity: 0.3;
}

.image-hover-effect:hover .image-overlay {
    -ms-opacity: 1;
    opacity: 1;
}

.dark-for-hover {
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.dark-for-hover:hover {
    background-color: #3a3a3c;
}

.validate-licence {
    vertical-align: bottom;
    font-weight: bold;
}

.checkboxlabel {
    font-weight: 400;
    margin-right: 15px;
}

.inlinechecknomar {
    margin-left:0!important;
}

#OtherPermit {
    display:none;
}

.groupcolor1 {
    border-top: 5px solid #d36a6a;
}

.groupcolor2 {
    border-top: 5px solid #88d36a;
}

.groupcolor3 {
    border-top: 5px solid #3469ab;
}

.groupcolor4 {
    border-top: 5px solid #ebf453;
}

.groupcolor5 {
    border-top: 5px solid #e3973d;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.groupcolor6 {
    border-top: 5px solid #2acdcb;
}

.ShowHide {
    cursor: pointer;
    display: block;
    -ms-transition: all ease-in 1s;
    -o-transition: all ease-in 1s;
    -webkit-transition: all ease-in 1s;
    transition: all ease-in 1s;
}

.groupcontent {
    position: relative;
    background-color: #ffffff;
    padding: 20px;
}

.ShowHideGroup {
    display:none;
}

.GroupArrow {
    position: absolute;
    top: 25px;
    right:20px;
}

.rotate {
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.rotate.down{
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.JLRCars {
    padding: 15px 10px;
    background-color: #055b1d;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1pt solid #cccccc;
    position: relative;
    margin-top: 10px;
}

.JLRCarsheading, .FordCarsheading {
    color: #ffffff;
    padding-left: 20px;
    cursor: pointer;
}

.JLRCars i, .FordCars i {
    position: absolute;
    right: 20px;
}

.FordCars {
    padding: 15px 10px;
    background-color: #1b88bf;
    -ms-border-raduis: 5px;
    border-radius: 5px;
    border: 1pt solid #cccccc;
    position: relative;
}

.FordMenu {
    margin-top: 25px;
    background-color:#ffffff;
}

.FordToggle, .JLRToggle {
    padding: 5px;
    margin: 0 5px 20px 5px;
    border: 1pt solid #cccccc;
    display: none;
}

.editshow {
    display: block !important;
}

#accident-help:after {
    content: "Please click for Accident Criteria";
    display: block;
    white-space: pre;
    font-size: 12px;
    font-weight: 300;
}

#pointRelatedQuestions {
    display: none;
}


/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Large screens */
@media only screen and (max-width : 1200px) {
    .TAreaAlign12 {
        padding-left: 46px;
    }

    #DispensationHeight {
        min-height: 237px;
        padding: 30px;
    }
}

/* view fixes for tablets */
@media only screen and (max-width: 992px) {
  .main-content {
    padding: 20px;
  }

  .card-content {
    padding: 12px;
  }

  .TAreaAlign12 {
    padding: 0 15px;
  }

  #DispensationHeight {
        min-height: 274px;
        padding: 15px 30px;
    }
}

@media only screen and (max-width: 768px) {
  .hide-logo-mob {
      display: none;
  }

  .mainheading {
      margin: 0;
  }
}

/* admin screen cards fix for pixel screens */
@media only screen and (max-width: 700px) {
    .fullcard {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        display: block;
    }

    .fullcard100 {
        width: 100%;
        padding:0;
        display: block;
    }

    #DispensationHeight {
        min-height: 200px;
        padding: 30px;
    }

  .card-title {
    margin: 10px 0;
  }

  .card-content {
    padding: 20px;
  }
}

/* custom nav for excess button */ 
.phoneIcon {
    padding: 15px 20px;
    font-size: 18px;
    transition: all ease-in 0.3s;
}

.navphone {
    display: none;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .navphone {
        display: block;
    }

    .navcall {
        display: none;
    }
}

/* Media query for mobile devices (small scale screen 480px and smaller) */
@media only screen and (max-width: 480px) {
    .lcolumn {
      padding: 0;
    }

    .rcolumn {
      padding: 0;
    }

    .lr-padding5 {
      padding: 0;
    }

    .v-button {
      margin-top: 0;
    }

    .hide-mob {
        display:none;
    }

    .mobile-t-spacing {
      margin:10px 0 0 0;
    }

    .full-xs {
      width: 100%;
      padding: 10px 0 0;
      display: block;
    }

    .full-button {
      width:100%;
      padding-top: 10px;
      display:block;
    }

    .main-title {
      margin:0;
    }

    .form-group {
      margin-bottom: 5px;
    }

    .logo-header {
        padding: 20px 0;
    }

    .login-options {
      padding: 0 0 0 10px;
      text-align:left;
    }

    .create-button {
        text-align: center;
        margin: 0 0 15px 0;
    }

    .fullMatrixmob {
        float: left;
        padding-top: 0;
        margin: 0;
    }

    .floatr {
        float: left;
    }
}

/* Excess matrix generated from SASS */
.intro {
  margin: 0; }

.padR {
  padding-left: 0;
  padding-right: 15px; }
  @media only screen and (max-width: 992px) {
    .padR {
      padding-left: 15px;padding-right: 15px; } }
  @media only screen and (max-width: 768px) {
    .padR {
      padding: 0; } }

.padL {
  padding-left: 15px;
  padding-right: 0; }
  @media only screen and (max-width: 768px) {
    .padL {
      padding: 0; } }

.padLxs {
  padding-left: 15px;
  padding-right: 0; }

.padRxs {
  padding-right: 15px;
  padding-left: 0; }

.noPadxs {
  padding-left: 0;
  padding-right: 0; }

.tbpara {
  padding: 20px;
  margin: 20px 0 0 0; }

.question {
  background-color: #d9f6db;
  border: 1px solid #cccccc; }

.firstQuestion {
  background-color: #d9f6db;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
  @media only screen and (max-width: 768px) {
    .firstQuestion {
      border: 1px solid #cccccc; } }

.noExcess {
  background-color: #ffffff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
  @media only screen and (max-width: 768px) {
    .noExcess {
      margin: 0;
      border-top: none; } }

.contentPad {
  padding: 10px;
  margin: 0;
  text-align: center; }

.driverAge {
  background-color: #ffffff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }

.borderL {
  border-left: 1px solid #cccccc; }

.borderR {
  border-right: 1px solid #cccccc; }

.borderRL {
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc; }

.borderLB {
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }

.borderRB {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }

.borderB {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc; }

.a17-20 {
  background-color: #fceab9; }

.a21-24 {
  background-color: #f9fbc7; }

.a25 {
  background-color: #eaf4fd; }

@media only screen and (max-width: 768px) {
  .noPadsmall {
    padding: 0; } }

.margb20 {
  margin-bottom: 20px; }