* {
  font-family: 'Quicksand';
}

@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css');


body {
  background: url('dashboard_background.jpg');
  background-size: cover;
  width: 1280px !important;
  font-family: 'Quicksand';
}

a {
  color: #fff !important;
}

/* -- Top Bar -- */

.top_dash_bar {
  font-family: 'Quicksand';
  color: #fff;
  z-index: 1000;
  background-color: ;
}

.top_dash_bar i {
  margin-top: 10px;
}

.dash_logo img {
  width: 90%;
  margin-top: 10px;
}

.dash_title h3 {
  font-family: 'Quicksand';
  margin-left: -130px;
}

.fa-angle-left {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-left: 40px;
  padding-top: 2px;
  padding-right: 4px;
}

.update_notice {
  font-family: 'Quicksand';
  margin-left: 0px;
  color: #9b9b9b;
}

.update_notice i {
  font-size: 20px;
  margin-right: 6px;
}

/* -- Side Bar -- */

.sidebar {
  z-index: 1000;
  margin-top: 60px;
  width: 70px;
  height: 420px;
  background-color: #02416b;
  box-shadow: 1px 0px 10px black;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
}


.sidebar i {
  padding-top: 50px;
  color: #fff;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
  transition: .5s;
}

.sidebar i:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.2);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.2);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.2);
  transition: all 200ms ease-in;
  transform: scale(1.2);
}

.display_none {
  display: none;
}


/* -- Quick Guide -- */

.skip_section a {
  color: #e5e5e5 !important;
}

.skip_section a:hover {
  text-decoration: none !important;
  color: #e5e5e5 !important;
}

.skip_section {
  position: absolute;
  width: 100%;
  color: #e5e5e5 !important;
  margin-left: -50px;
  bottom: 28%;
}

.popup {
  font-family: 'Quicksand';
  margin-left: 500px;
  background: rgb(9, 102, 97);
  border-radius: 5px;
  color: white;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.popup:after {

  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-top-color: rgb(9, 102, 97);
  border-width: 5px;

}



.skip_section:hover {
  cursor: pointer;

}

.desc_one_row {
    margin-top: 100px;
      padding: 45px;
}

.desc_background {
  background-color:rgb(9, 102, 97);
    box-shadow: 1px 1px 30px black;
}

.desc_one {
  padding: 35px;
  border-radius: 20px;
  line-height: 1.5em;
  margin-left:60px;
  font-size: 30px;
  color: #fff;
}

.desc_one_arrow i {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
  transition: .5s;
}

.desc_one_arrow i:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.2);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.2);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.2);
  transition: all 200ms ease-in;
  transform: scale(1.2);
}

.desc_two_row {
  padding: 45px;
  margin-top: -100px;
}

.desc_two {
  padding: 35px;
  border-radius: 20px;
  line-height: 1.5em;
  margin-left:60px;
  font-size: 30px;
  color: #fff;
}

.desc_two_arrow i {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
  transition: .5s;
}

.desc_two_arrow i:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.2);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.2);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.2);
  transition: all 200ms ease-in;
  transform: scale(1.2);
}

.animated_left_arrow {

  font-size: 150px;
  position: absolute;
  margin-left: 60px;
  z-index: -1;
  color: #fff;
  margin-top: 20px;
}

.desc_three_row {
  padding: 45px;
    margin-top: -100px;
}

.desc_three {
  position: absolute;
  height: 160px;
  padding: 35px;
  border-radius: 20px;
  line-height: 1.5em;
  margin-left:20px;
  font-size: 30px;
  color: #fff;
}

.animated_down_arrow {
  z-index: -1;
  margin-top: -70px;
  position: absolute;
  font-size: 150px;
  color: #fff;
  -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.extra_features {
  color: #fff;
  margin-top: 200px;
  margin-left: 40px;
}

.desc_three_arrow {
  color: #fff;
  margin-top: 80px;
  margin-left: 50px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
  transition: .5s;
}

.desc_three_arrow:hover {
  color: green;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.07);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.07);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.07);
  transition: all 200ms ease-in;
  transform: scale(1.07);
}

/* -- All Panels --*/

.panels_cont {
  color: #fff;
  margin-left: 5%;

}

.all_four_panels {
  position: absolute;
  width: 100%;
  top: 15%;
}

.prod_plan_panel {
    background-color: rgba(61, 61, 61, 0.9);
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 60px;
    width: 40%;
    margin-left: 5%;
    margin-bottom: 3%;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    transition: .8s;
}

.prod_plan_panel:hover {
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.05);
  transition: all 200ms ease-in;
  transform: scale(1.05);
  transition: .8s;
  box-shadow: 5px 5px 10px black;
  background-color: rgb(9, 102, 97);

}

.bus_case_panel {
    background-color: rgba(61, 61, 61, 0.9);
  border: 2px solid #fff;
    border-radius: 20px;
    padding: 60px;
      width: 40%;
      margin-left: 3%;
      margin-bottom: 3%;
      -webkit-transition: all 200ms ease-in;
      -webkit-transform: scale(1);
      -ms-transition: all 200ms ease-in;
      -ms-transform: scale(1);
      -moz-transition: all 200ms ease-in;
      -moz-transform: scale(1);
      transition: all 200ms ease-in;
      transform: scale(1);
      transition: .8s;

}

.bus_case_panel:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.05);
  transition: all 200ms ease-in;
  transform: scale(1.05);
  transition: .8s;
  box-shadow: 5px 5px 10px black;
    background-color: rgb(9, 102, 97);

}

.kpi_panel {
background-color: rgba(61, 61, 61, 0.9);
  border: 2px solid #fff;
    border-radius: 20px;
    padding: 60px;
    width: 40%;
    margin-left: 5%;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    transition: .8s;

}

.kpi_panel:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.05);
  transition: all 200ms ease-in;
  transform: scale(1.05);
  transition: .8s;
  box-shadow: 5px 5px 10px black;
    background-color: rgb(9, 102, 97);

}

.exam_panel {
    background-color: rgba(61, 61, 61, 0.9);
    border: 2px solid #fff;
      border-radius: 20px;
      padding: 60px;
      width: 40%;
      margin-left: 3%;
      -webkit-transition: all 200ms ease-in;
      -webkit-transform: scale(1);
      -ms-transition: all 200ms ease-in;
      -ms-transform: scale(1);
      -moz-transition: all 200ms ease-in;
      -moz-transform: scale(1);
      transition: all 200ms ease-in;
      transform: scale(1);
      transition: .8s;

}

.exam_panel:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.05);
  transition: all 200ms ease-in;
  transform: scale(1.05);
  transition: .8s;
  box-shadow: 5px 5px 10px black;
  background-color: rgb(9, 102, 97);

}

/* -- Maintenance Scheduling Modal -- */



/* ----- Contact Us Modal Styling ----- */

.modal-content {
    top: 22%;
    margin-left: -200px;
    background-color: #02416b;;
    border-radius: 30px;
    border: 2px solid lightgrey;
    height: 570px;
    width: 1050px;
}

#maintenanceModal, #businessModal, #kpiModal, #summaryModal {
  color: #fff;
}

.main-display {
    height: 1000px;
    background-color: rgb(28, 28, 28);
    /* background: -webkit-linear-gradient(top, rgba(0,115,645,1), rgba(0,80,200,1)) ; */
}

.optimised_plan_image h2 {
  color: #fff;
  margin-top: 100px;
}


.optimised_plan_image img {

  margin-top: 80px;

  border-radius: 30px;
  border: 2px solid #fff;
  box-shadow: 2px 2px 10px black;
}

/* -- Magnifying Glass Hover -- */

/*Some CSS*/
* {margin: 0; padding: 0;}
.magnify {
  width: 700px;
  margin: 0px auto;
  position: relative;

}

/*Lets create the magnifying glass*/
.large {

	width: 500px; height: 500px;
	position: absolute;
	border-radius: 100px;

	/*Multiple box shadows to achieve the glass effect*/
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
	0 0 7px 7px rgba(0, 0, 0, 0.25),
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

	/*Lets load up the large image first*/
	background: url('WorkPlan.jpg') no-repeat;


	/*hide the glass by default*/
	display: none;
}

/*Lets create the magnifying glass*/
.big {

	width: 500px; height: 500px;
	position: absolute;
	border-radius: 100px;

	/*Multiple box shadows to achieve the glass effect*/
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
	0 0 7px 7px rgba(0, 0, 0, 0.25),
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

	/*Lets load up the large image first*/
	background: url('optimisedplan.jpg') no-repeat;


	/*hide the glass by default*/
	display: none;
}



/*To solve overlap bug at the edges during magnification*/
.small {
  border-radius: 30px;
  border: 2px solid #fff;
  margin-top: 2%;
  margin-left: -10%;
  width: 120%;
  display: block;
 }

 /*To solve overlap bug at the edges during magnification*/
 .little {
   border-radius: 30px;
   border: 2px solid #fff;
   margin-top: 2%;
   margin-left: -10%;
   width: 120%;
   display: block;
  }

 .mpu {

   margin-top: 5%;
   margin-left: 10%;
   width: 80%;
   display: block;
 }

.e_s {
  margin-top: 8%;
  margin-left: 0%;
  width: 100.2%;
  display: block;
}

 .kpi_nav_row {
   padding: 20px;
 }

 .kpi_title {
   margin-bottom: 20px;

 }

.select_row {
    margin-top: 40px;
    font-size: 30px;
    padding: 100px;
}

.inner_col {
  background-color: rgb(28, 28, 28);
  border: 1px solid #fff;
  border-radius: 10px;
}

.check_row {
  margin-top: 20px;
}

 .miles_col {
   -webkit-transition: all 200ms ease-in;
   -webkit-transform: scale(1);
   -ms-transition: all 200ms ease-in;
   -ms-transform: scale(1);
   -moz-transition: all 200ms ease-in;
   -moz-transform: scale(1);
   transition: all 200ms ease-in;
   transform: scale(1);
   transition: .5s;
 }

 .miles_col:hover {
   -webkit-transition: all 200ms ease-in;
   -webkit-transform: scale(1.08);
   -ms-transition: all 200ms ease-in;
   -ms-transform: scale(1.08);
   -moz-transition: all 200ms ease-in;
   -moz-transform: scale(1.08);
   transition: all 200ms ease-in;
   transform: scale(1.08);
   transition: .5s;
   cursor: pointer;
 }

.maa_col {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
  transition: .8s;
}

.maa_col:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.08);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.08);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.08);
  transition: all 200ms ease-in;
  transform: scale(1.08);
  transition: .5s;
  cursor: pointer;
}

.total_col {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
  transition: .8s;
}

.total_col:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.08);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.08);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.08);
  transition: all 200ms ease-in;
  transform: scale(1.08);
  transition: .5s;
  cursor: pointer;
}

.saf_col {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
  transition: .8s;
}

.saf_col:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.08);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.08);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.08);
  transition: all 200ms ease-in;
  transform: scale(1.08);
  transition: .5s;
  cursor: pointer;
}
