/* CSS Document */

/*

  COLOR PALLETTE
--blue: #4169E1;
--orange: #FF9533;
--lightblue: #2FC6DB;


*/

.text-orange{
  color: #FF9533 !important;
}

.text-blue{
  color: #4169E1 !important;
}

.text-lightblue{
  color: #2FC6DB !important;
}

.text-red{
  color: #E63434 !important;
}

@font-face {
    font-family: Ubuntu;
    src: url(/fonts/Ubuntu-Medium.ttf);
}

@font-face {
    font-family: Ubuntu;
    src: url(/fonts/Ubuntu-Light.ttf);
    font-weight: light;
}

@font-face {
    font-family: Ubuntu;
    src: url(/fonts/Ubuntu-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Ubuntu;
    src: url(/fonts/Ubuntu-Light.ttf);
}

@font-face{
    font-family: Comfortaa;
    src: url(/fonts/Comfortaa-Regular.ttf);
}

@font-face{
    font-family: Comfortaa;
    src: url(/fonts/Comfortaa-Light.ttf);
    font-weight: light;
}

@font-face{
    font-family: Comfortaa;
    src: url(/fonts/Comfortaa-Bold.ttf);
    font-weight: bold;
}

h1,h2,h3,h4,h5,h6{
    font-family: Comfortaa !important;
    font-weight: bold;
}

p{
    font-family: Ubuntu;
}

html {
    height: 100%;
    background: #e4e5e6;
}

body {
    padding: 0px;
    margin: 0px;
    min-height: 100%;
    position: relative;
    background-color: #e3e3e3;
    background-repeat: no-repeat;
  background-size: cover;


}

b, strong{
  font-weight: bold !important;
}


.tooltip,
.tooltip-inner
{
    max-width: 400px !important;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.top-bar{
   background : -moz-linear-gradient(0% 50% 0deg,rgba(255, 255, 255, 1) 39.48%,rgba(154, 193, 226, 1) 63.71%,rgba(56, 133, 197, 1) 88.74%,rgba(17, 109, 186, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 39.48%, rgba(154, 193, 226, 1) 63.71%, rgba(56, 133, 197, 1) 88.74%, rgba(17, 109, 186, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0.3948,rgba(255, 255, 255, 1) ),color-stop(0.6371,rgba(154, 193, 226, 1) ),color-stop(0.8874,rgba(56, 133, 197, 1) ),color-stop(1,rgba(17, 109, 186, 1) ));
  background : -o-linear-gradient(0deg, rgba(255, 255, 255, 1) 39.48%, rgba(154, 193, 226, 1) 63.71%, rgba(56, 133, 197, 1) 88.74%, rgba(17, 109, 186, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(255, 255, 255, 1) 39.48%, rgba(154, 193, 226, 1) 63.71%, rgba(56, 133, 197, 1) 88.74%, rgba(17, 109, 186, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#116DBA' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(255, 255, 255, 1) 39.48%, rgba(154, 193, 226, 1) 63.71%, rgba(56, 133, 197, 1) 88.74%, rgba(17, 109, 186, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#116DBA' , GradientType=1);
}



.name-log-out{
  color: #000;
  font-weight: lighter;
}

.top-break {
    border-top: 1px solid #ccc;
}

.bottom-break {
    border-bottom: 1px solid #ccc;
}

.vh-100{
  height: 90%;
  overflow: 	hidden;
}

.full-height{
  height: 100vh;
  overflow: hidden;
}

.h-45{
  height: 45%;
}

.h-40{
  height: 40%;
}


.o-scroll{
  overflow: scroll;
}

.o-hidden{
  overflow: hidden;
}

.controls
{
    position: fixed;
    right: 3px;
    top: 3px;
    z-index: 1000;
}

.controls span
{
    border-radius: 4px;
    margin: 3px;
    padding: 3px;
    width: 22px;
    height: 22px;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
}

.toolbar
{
    padding: 10px;
    background: #0275d8;
}

.w-100
{
   width: 100%;
}
.w-95
{
    width: 95%;
}

.valign-middle
{
    vertical-align: middle;
}

.d-inline-block
{
    display: inline-block;
}

/* ----------------- BACKGROUNDS ----------------- */


.bg-grey{

}

.bg-blue{
  background-color: #4169E1;
}

.bg-grey-dark{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#494949+0,a0a0a0+100 */
background: #494949; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #494949 0%, #a0a0a0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #494949 0%,#a0a0a0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #494949 0%,#a0a0a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#a0a0a0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.bg-white{
  background-color: #fff;
}

.blue-bg {
  background-color: rgba(0,223,253,0.8);
}

.bg-carpark{
  background-image: url('/assets/carpark.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-not-found{
  background-color: rgba(91, 91, 91, 0.7)
}

.quiz-bg{
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.31);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.31);
  box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.31);
  border-radius: 16px 16px 16px 16px;
  -moz-border-radius: 16px 16px 16px 16px;
  -webkit-border-radius: 16px 16px 16px 16px;
  border: 0px solid #000000;
}

ol.questions
{
    counter-reset: numbers;
}

ol.questions > li.question-bg:before
{
    counter-increment: numbers;
    content: "" counter(numbers, upper-alpha) ". ";
}

.question-bg{
  color: #fff;
  background-color: #4169E1;
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.31);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.31);
  box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.31);
  border-radius: 16px 16px 16px 16px;
  -moz-border-radius: 16px 16px 16px 16px;
  -webkit-border-radius: 16px 16px 16px 16px;
  border: 0px solid #000000;
}

.questions
{
    list-style-type: none;
}

.bg-odd
{
    background: #EFEFFF;
}

.bg-even
{
    background: #FFF;
}

.blue-section{
  background: #4169E1;
}

.section-light-blue{
  background: #2FC6DB;
}

.section-orange{
  background: #FF9533 !important;
}

.overview{
  -webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.31);
  -moz-box-shadow:    0 5px 10px 0px rgba(0,0,0,0.31);
  box-shadow:         0 5px 10px 0px rgba(0,0,0,0.31);
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.hidden
{
    display: none;
}

.transparent
{
    opacity: 0.1;
}

.score-display
{
    width:       160px;
    height:      160px;
    line-height: 160px;
    border-radius: 80px;
    font-size: 3.5em;
    text-align: center;
    vertical-align: middle;
    font-family: Comfortaa !important;
    background-color: yellow;
    border: 5px orange solid;
}

.border-break{
  border-bottom: solid 1px rgba(0,0,0,0.2);
}

/* ----------------- FOOTER ----------------- */

.footer-cont{
    background-color: #fff;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

/* ----------------- TYPOGRAPHY ----------------- */


h1.not-found{
  font-size: 10em;
  font-weight: bold;
  color: #e8c330;
}

h4.land-h4{
  font-weight: lighter;
  color: #303030;
}

h2.welcome-h2{
  font-weight: lighter;
  font-size: 2.4em;
  color: #fff;
}

h2.login-title{
  color: #fff;
  font-weight: lighter;
}

h2.pnf{
  font-size: 2.5em;
  font-weight: bold;
}

h2.quiz-title{
  font-size: 2em;
  font-weight: lighter;
}

h2.section-head{
    font-family: Comfortaa;
}

h3.home{
  color: #000;
}

p.user-info{
  margin-bottom: 0.5em;
}

p.quiz-para{
  display: block;
}

p.section-para{
  color: white;
  opacity: 0.75;
  font-size: 1.8em;
  font-weight: lighter;
}

p.section-para-grey{
  color: black;
  opacity: 0.60;
  font-size: 1.8em;
  font-weight: lighter;
}

p.footer-para{
  color: white;
  font-weight: 300;
}

span{
  color: #5B5B5B;
}

.login-top{
  color: grey;
}


/* ----------------- NAVIGATION ----------------- */


.nav-styling.active a{
  color: #FF9533 !important;
}


.footer-nav{
  font-weight: 300;
  color: white;
  border: 0px;
  background: none;
  font-size: 1.5em;
  padding: 5px 30px;
}

.navbar-toggler-custom{
  position: absolute;
    right: 1rem;
    top: 10px;
}

.index-high{
  z-index: 10;
}

/* ----------------- SIDEBAR ----------------- */

.navbar-blue {
  background-color: #008C9E;
  height: 100%;
}

.blue-bar {
  float: left;
  overflow: hidden;
  width: 5px;
  height: 100%;
  background-color: #008C9E;
  padding: 0px;
  margin: 0px;
}
.blue-bar-hor {

  border-bottom: 3px solid #4169E1;
  left: 0;
   right; 0;
  min-width: 100%;
  height: 3px;
  padding: 0px;
  margin: 0 auto;
}
.fa-blue {
  color: #4169E1;
}
.fa-05x {
  font-size: 1.5em !important;
}

.fa-logout{
  font-size: 1.5em !important;
}

/* ----------------- LINKS ----------------- */


/* Nav Links */
a.dash-nav-link{
  font-size: 1.5em;
  text-decoration: none;
  color: #4169E1;
}
a.dash-nav-link:visited{
  text-decoration: none;
  color: #4169E1;
}
a.dash-nav-link:hover{
  text-decoration: none;
  color: #4169E1;
}
a.dash-nav-link:active{
  text-decoration: none;
  color: #4169E1;
}

.nav-link{
  font-size: 1.2em;
}

/* Logout Links */
a.dash-logout-link{

}
a.dash-logout-link:visited{

}
a.dash-logout-link:hover{
  text-decoration: none;
}
a.dash-logout-link:active{

}

/* Logout Links */
a.logout{
  font-size: 1.4em;
  color: #595959;
  font-weight: lighter;
}
a.logout:visited{

}
a.logout:hover{
  text-decoration: none;
}
a.logout:active{

}

/* Call to action Links */
a.dash-cta-link{

}
a.dash-cta-link:visited{

}
a.dash-cta-link:hover{

}
a.dash-cta-link:active{

}

.form-group{
  color: #595959;
}

/*
.form-control{
  background-color: rgba(255,255,255,0.0);
  border-color: #595959;
  border-radius: 0px;
}*/

.nav-tabs .nav-link{
  border: none;
  color: #595959;

}

.nav-tabs{
  border-bottom: 0px;
  margin: 0px;
}

.nav-tabs:hover{

}

.active-tab{
  border-bottom: 2px solid #116DBA;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border-color: rgba(255,255,255,0.0);
  border-bottom: 2px solid #116DBA;
  background-color: rgba(255,255,255,0.0);

}

/* ----------------- LISTS----------------- */

.dash-nav {
  color: #fff;
  list-style: none;
}


li.list-nav:hover{
  border-bottom: 2px solid #4169E1;

}

span.alert-token{
  font-size: 0.7em;
  border: 1px solid #0275d8;
  background-color: #fff;
  color: #0275d8;
  border-radius: 5px;
}

/* ----------------- FORMS ----------------- */

.footer-label{
  font-weight: 300;
  color: white;
}

/*.form-control{
  border: 0px;
  background: white;
}*/

.submit-form{
  color: white;
  background: #FF9533;
  border-radius: 3px;
  font-weight: lighter;
}

/* ----------------- CAROUSEL ----------------- */

.carousel-indicators li {
  background-color: #999;
  background-color: rgba(70,70,70,.25);
}

.carousel-indicators .active {
  background-color: #444;
}

.carousel-control-prev,
.carousel-control-next{
  /* turn off bootstrap default svg chevrons */
  background-image: none;

  /* override bootstraps fixed size */
  width: auto;
  height: auto;

  /* set the size and color of the FontAwesome chevrons */
  font-size: 1.5rem;
  color: $carousel-control-color;

  /* extend FontAwesome */
  @extend .fa;
}

.carousel-control-prev {
  /* extend FontAwesome left chevron*/
  @extend .fa-chevron-left;
}
.carousel-control-next {
  /* extend FontAwesome right chevron*/
  @extend .fa-chevron-right;
}


.go-left,
.go-right{
  color: black;
}


/* ----------------- BUTTONS ----------------- */

.login-btn {
  padding: .5rem 2rem;
  color: #fff;
  background-color: #116DBA;
    display: block;
}
button.dash-btn {
  background-color: #fff;
  border-color: #fff;
  outline: 0 !important;
}

button.training-btn{
  background-color: #116DBA;
  color: #fff;
  box-shadow : 3px 3px 7px rgba(0, 0, 0, 0.2);
}

button.training-btn:active{
  box-shadow : none;
}

button.not-found{
  font-size: 1.5em;
  background-color: #116DBA;
  color: #fff;
}

.selected{
    background-color: #FF9533;
}


.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn
{
    cursor: pointer;
}

.landing-btn {
  background-color: #fff;
  border-radius : 18px;
  -moz-border-radius : 18px;
  -webkit-border-radius : 18px;
  box-shadow : 5px 5px 7px rgba(0, 0, 0, 0.2);
}

.landing-btn:active{
  box-shadow: none;
}

.section-btn{
  font-family: Ubuntu;
  font-weight: lighter;
  font-size: 2em;
  color: white;
  background: none;
  border: solid white 1px;
  border-radius: 0px;

}

.overview-btn{
  font-family: Comfortaa;
  font-weight: lighter;
  font-size: 1.4em;
  color: white;
  background: none;
  border: solid white 1px;
  border-radius: 2px;

}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: white solid 1px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}


/* ----------------- IMAGES ----------------- */

.background-img{
  background-image: url(https://cdn.intuitytraining.co.uk/assets/login-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

img.logo {
  max-width: 100%;
  height: auto;
}
i.fa-red {
  color: #FF6357;
}

img.training-logo{
  max-width: 180px;
}

img.dash-icon{
  max-width: 100%;
  height: auto;
}

svg.training-symbol,
img.training-symbol{
  display: block;
  float: none;
  max-width: 100%;
  max-height: 200px;
  margin: auto;
}

.slick-slide img.training-symbol
{
  max-height: 420px;
}

img.training-symbol-spine{
  display: block;
  float: none;
  width: 100%;
  margin: auto;
}

img.carpark{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

img.exc-mrk{
  max-width: 150px;
}

img.section-img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.section-small{
  display: block;
  max-width: 100%;
  height: 150px;
  margin: 20px auto;
}

img.logo-head{
  max-width: 210px;
}
/* ----------------- TABLES ----------------- */

th,td.bg-white{
  background-color: #fff;
}

.progress-bar{
  background-color: #116DBA;
}

.table th
{
    background: #0275d8;
    color: white;
    font-family: Comfortaa !important;
}

/* ----------------- ACCORIAN ----------------- */

a.accordian-style{
  color: #595959;
  text-decoration: none;
}

/* unvisited link */
a.accordian-style:link {
  color: #595959;
  text-decoration: none;
}

/* visited link */
a.accordian-style:visited {
    color: #595959;
    text-decoration: none;
}

/* mouse over link */
a.accordian-style:hover {
    color: #595959;
    text-decoration: none;
}

/* selected link */
a.accordian-style:active {
    color: #595959;
    text-decoration: none;
}

a.accordian-style{
  color: #595959;
  text-decoration: none;
}

/* unvisited link */
a.accordian-guide-style:link {
  color: white;
  text-decoration: none;
}

/* visited link */
a.accordian-guide-style:visited {
    color: white;
    text-decoration: none;
}

/* mouse over link */
a.accordian-guide-style:hover {
    color: white;
    text-decoration: none;
}

/* selected link */
a.accordian-guide-style:active {
    color: white;
    text-decoration: none;
}

.card-style{
  background-color: #595959;
  color: white;
  border; 0px;
  border-bottom: 1px solid white;
  border-radius: 0px;
}
.card-style a{
  color: white;
  text-decoration: underline;
}
.card-style a:hover{
  text-decoration: none;
}
.primary-blue{
  color: #4169E1;
}


/* ----------------- Google reCAPTCHA ----------------- */

.g-recaptcha div{
  margin: 0 auto;
}

.g-recaptcha{
  overflow: hidden;
}



/* ----------------- SLICK SLIDER ----------------- */

.slick-prev:before,
.slick-next:before{
    color: black !important;
}

.slick-list
{
  margin-top: 5vh !important;
}

.slick-slide{
  height: 90vh !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.slick-dots{

}

.slick-next{
  right: -35px !important;
}

.slick-prev{
  left: -35px !important;
}

.slick-viewport {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

/* ----------- USER SELECT MODAL ----------- */

#user-select .site-name{
  text-decoration: underline;
}


/* ----------------- MEDIA ----------------- */



/* Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {


 }

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {

.quiz-bg{
  border-radius: 0px !important;
}

h2.display-4{
  font-size: 2.5em;
}

.slick-dots{
  display: none !important;
}

.slick-arrow{
  display: none !important;
}

.slick-list
{
  margin-top: 0vh !important;
}

.slick-slide{
  height: 100vh !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { ... }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }
