﻿
/***
General Surveyer Status backgrounds. Can be applied to any block or panel
***/
.logo-d4d{
    height: 68px;
}

.summary-footer {
    padding: 12px 0; 
    clear: both;
    display: block;
}

.status-footer{
    padding: 5px 22px; 
    clear: both;
    display: block;
    color: #fff;
    text-align: right;
    background-color: #e04a49;
}

.sk-blue {
  background-image: none !important;
  background-color: #4b8df8 !important;
  border-color:#4b8df8 !important;
  color: #fff !important;
  padding: 5px 0;
  min-width: 80px;
  display:block;
}

.sk-blue2 {
  background-image: none !important;
  background-color: #007DB8 !important;
  border-color:#007DB8 !important;
  color: #fff !important;
  padding: 5px 0;
  min-width: 80px;
  display:block;
}


.sk-blue3 {
  background-image: none !important;
  background-color: #1335fe !important;
  border-color:#1335fe !important;
  color: #fff !important;
  padding: 5px 0;
  min-width: 80px;
  display:block;
}

.sk-pink {
  background-image: none !important;
  background-color: #f543e1 !important;
  border-color: #f543e1 !important;
  color: #fff !important;
  padding: 5px 0;
  min-width: 80px;
  display:block;
}


.sk-red {
  background-image: none !important;
  background-color: #e02222 !important;
  border-color: #e02222 !important;
  color: #fff !important;
  padding: 5px 0;
  min-width: 80px;
  display:block;
}

.sk-yellow {
  background-image: none !important;
  background-color: #ffb848 !important;
  border-color: #ffb848 !important;
  color: #fff !important;
  padding: 5px 0;
  min-width: 80px;
  display:block;
}

.sk-yellow2 {
  background-image: none !important;
  background-color: #ffeb0a !important;
  border-color: #ffeb0a !important;
  color: #000 !important;
  padding: 5px 0;
  min-width: 80px;
  display:block;
}


.sk-yellow3 {
  background-image: none !important;
  background-color: #a96a13 !important;
  border-color: #a96a13 !important;
  color: #fff !important;
  padding: 5px 0;
  min-width: 80px;
  display:block;
}

.sk-green {
  background-image: none !important;
  background-color: #35aa47 !important;
  border-color: #35aa47 !important;
  color: #fff !important;
  padding: 5px 0;
  min-width: 80px;
  display:block;
}

.sk-green2 {
  background-image: none !important;
  background-color: #21702d !important;
  border-color: #21702d !important;
  color: #fff !important;
  padding: 5px 0;
  min-width: 80px;
  display:block;
}

.sk-green3 {
  background-image: none !important;
  background-color: #0f551a !important;
  border-color: #0f551a !important;
  color: #fff !important;
  padding: 5px 0;
  min-width: 80px;
  display:block;
}


.sk-purple {
  background-image: none !important;
  background-color: #852b99 !important;
  border-color: #852b99 !important;
  color: #fff !important;
  padding: 5px 0;
  min-width: 80px;
  display:block;
}

.sk-grey {
  background-image: none !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  padding: 5px 0;
  min-width: 80px;
  display:block;
}

.sk-brow {
  background-image: none !important;
  background-color: #8a7578 !important;
  border-color: #8a7578 !important;
  color: #fff !important;
  padding: 5px 0;
  min-width: 80px;
  display:block;
}

.sk-brow2 {
  background-image: none !important;
  background-color: #70575a !important;
  border-color: #70575a !important;
  color: #fff !important;
  padding: 5px 0;
  min-width: 80px;
  display:block;
}

.sk-brow3 {
  background-image: none !important;
  background-color: #5e4648 !important;
  border-color: #5e4648 !important;
  color: #fff !important;
  padding: 5px 0;
  min-width: 80px;
  display:block;
}

.sk-black {
  background-image: none !important;
  background-color: #160608 !important;
  border-color: #160608 !important;
  color: #fff !important;
  padding: 5px 0;
  min-width: 80px;
  display:block;
}

.sk-dark {
  background-image: none !important;
  background-color: #555555 !important;
  border-color: #555555 !important;
  color: #fff !important;
  padding: 5px 0;
  min-width: 80px;
  display:block;
}

.sk-silver {
  background-image: none !important;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
  color: #fff !important;
  padding: 5px 0;
  min-width: 80px;
  display:block;
}


.sk-green-text {
  background-image: none !important;
  background-color: #35aa47 !important;
  border-color: #35aa47 !important;
  color: #fff !important;
  padding: 8px;
  min-width: 120px;
  display:block;
}

.img-crop-size{
    width:100%;
    height: auto;
}
.sk-span-green{
    color: #35aa47 !important;
}

.sk-span-yellow{
    color: #ffb848 !important;
}



/* TimeLine */

/***
Timeline UI Base
***/
.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

/* The line */
/*.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #ccc;
  left: 20%;
  margin-left: -10px;
}*/

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #ccc;
  left: 10%;
  margin-left: -10px;
}


.timeline > li {
  position: relative;
}

/* The date/time */
.timeline > li .timeline-time {
  display: block;
  width: 15%;
  text-align: right;
  position: absolute;
}

.timeline > li .timeline-time span {
  display: block;
  text-align: right;
}

.timeline > li .timeline-time span.date {
  font-size: 12px;
  color: #aaa;
  display: block;
  font-weight: 300;
}

.timeline > li .timeline-time span.time {
  font-weight: 300;
  font-size: 38px;
  line-height: 38px;
}

/* Right content */
.timeline > li .timeline-body {
  margin: 0 0 15px 25%;
  color: #fff;
  padding: 10px;
  font-weight: 300;
  position: relative;
  border-radius: 5px;
}

.timeline > li .timeline-body h2 {
  margin-top: 0px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 24px;
}

.timeline > li .timeline-content {
  font-size: 14px;
}

.ie8 .timeline > li .timeline-body h2 {
  border-bottom: 1px solid #eee;
}

.timeline > li .timeline-body img.timeline-img {
  width: 75px;
  height: 75px;
  margin: 5px 10px 0 0px;
}

.timeline > li .timeline-body img.pull-right {
  margin-left: 10px;
}

.timeline > li .timeline-body a.nav-link {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  padding: 0px;
  text-align: left;
  text-decoration: none;
}

.timeline > li .timeline-body a.nav-link:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.timeline > li .timeline-body .btn {
  margin-top: 10px;
}

/* The triangle */
.timeline > li .timeline-body:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #3594cb;
  border-width: 10px;
  top: 19px;
}

.timeline > li .timeline-content:after,
.timeline > li .timeline-content:before {
  display: table;
  line-height: 0;
  content: "";
}

.timeline > li .timeline-content:after {
  clear: both;
}

.timeline > li .timeline-footer:after,
.timeline > li .timeline-footer:before {
  content: "";
  display: table;
  line-height: 0;
}

.timeline > li .timeline-footer:after {
  clear: both;
}

/* The icons */
/*.timeline > li .timeline-icon {
  width: 40px;
  height: 40px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #aaa;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #ccc;
  text-align: center;
  left: 20%;
  top: 0;
  margin: 5px 0 0 -25px;
  padding-bottom: 3px;
  padding-right: 1px;
  padding-left: 2px;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
}*/

.timeline > li .timeline-icon {
  width: 40px;
  height: 40px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #aaa;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #ccc;
  text-align: center;
  left: 10%;
  top: 0;
  margin: 5px 0 0 -25px;
  padding-bottom: 3px;
  padding-right: 1px;
  padding-left: 2px;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
}

.timeline > li .timeline-icon > i {
  font-size: 18px;
}



@media (max-width: 767px) {
  timeline > li .timeline-time span.time {
    font-size: 18px;
  }

  .timeline:before {
    display: none;
  }

  .timeline > li .timeline-time {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }

  .timeline > li .timeline-time span {
    text-align: left;
  }

  .timeline > li .timeline-body {
    margin: 0 0 30px 0;
    padding: 1em;
  }

  .timeline > li .timeline-body:after {
    right: auto;
    left: 20px;
    top: -20px;
  }

  .timeline > li .timeline-icon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px;
  }

  /*colors*/
  .timeline li.timeline-red .timeline-body:after {
    border-right-color: transparent;
    border-bottom-color: #e02222;
  }

  .timeline li.timeline-blue .timeline-body:after {
    border-right-color: transparent;
    border-bottom-color: #4b8df8;
  }

  .timeline li.timeline-green .timeline-body:after {
    border-right-color: transparent;
    border-bottom-color: #35aa47;
  }

  .timeline li.timeline-yellow .timeline-body:after {
    border-right-color: transparent;
    border-bottom-color: #ffb848;
  }

  .timeline li.timeline-purple .timeline-body:after {
    border-right-color: transparent;
    border-bottom-color: #852b99;
  }

  .timeline li.timeline-grey .timeline-body:after {
    border-right-color: transparent;
    border-bottom-color: #555555;
  }
}

/*  Custome Color For Timeline */

/* Green */
.timeline li.timeline-sk-green .timeline-body:after {
	border-right-color: #35aa47;
}

.timeline li.timeline-sk-green .timeline-body {
	 background: #35aa47;
}

.timeline li.timeline-sk-green .timeline-time span.time {
	 color: #35aa47; 
}

.timeline li.timeline-sk-green2 .timeline-body:after {
	border-right-color: #21702d;
}

.timeline li.timeline-sk-green2 .timeline-body {
	 background: #21702d;
}

.timeline li.timeline-sk-green2 .timeline-time span.time {
	 color: #21702d; 
}

.timeline li.timeline-sk-green3 .timeline-body:after {
	border-right-color: #0f551a;
}

.timeline li.timeline-sk-green3 .timeline-body {
	 background: #0f551a;
}

.timeline li.timeline-sk-green3 .timeline-time span.time {
	 color: #0f551a; 
}


/* Blue */


.timeline li.timeline-sk-blue .timeline-body:after {
	border-right-color: #4b8df8;
}

.timeline li.timeline-sk-blue .timeline-body {
	 background: #4b8df8;
}

.timeline li.timeline-sk-blue .timeline-time span.time {
	 color: #4b8df8; 
}


.timeline li.timeline-sk-blue2 .timeline-body:after {
	border-right-color: #007DB8;
}

.timeline li.timeline-sk-blue2 .timeline-body {
	 background: #007DB8;
}

.timeline li.timeline-sk-blue2 .timeline-time span.time {
	 color: #007DB8; 
}

.timeline li.timeline-sk-blue3 .timeline-body:after {
	border-right-color: #1335fe;
}

.timeline li.timeline-sk-blue3 .timeline-body {
	 background: #1335fe;
}

.timeline li.timeline-sk-blue3 .timeline-time span.time {
	 color: #1335fe; 
}


/* Purple */
.timeline li.timeline-sk-purple .timeline-body:after {
	border-right-color: #852b99;
}

.timeline li.timeline-sk-purple .timeline-body {
	 background: #852b99;
}

.timeline li.timeline-sk-purple .timeline-time span.time {
	 color: #852b99; 
}

/* Grey */
.timeline li.timeline-grey .timeline-body:after {
	border-right-color: #555555;
}

.timeline li.timeline-grey .timeline-body {
	 background: #555555;
}

.timeline li.timeline-grey .timeline-time span.time {
	 color: #555555; 
}

/* Yellow */
.timeline li.timeline-sk-yellow .timeline-body:after {
	border-right-color: #ffb848;
}

.timeline li.timeline-sk-yellow .timeline-body {
	 background: #ffb848;
}

.timeline li.timeline-sk-yellow .timeline-time span.time {
	 color: #ffb848; 
}

.timeline li.timeline-sk-yellow2 .timeline-body:after {
	border-right-color: #ffeb0a;
}

.timeline li.timeline-sk-yellow2 .timeline-body {
	 background: #ffeb0a;
     color: #000000;
}

.timeline li.timeline-sk-yellow2 .timeline-time span.time {
	 color: #ffeb0a; 
}

.timeline li.timeline-sk-yellow3 .timeline-body:after {
	border-right-color: #a96a13;
}

.timeline li.timeline-sk-yellow3 .timeline-body {
	 background: #a96a13;
}

.timeline li.timeline-sk-yellow3 .timeline-time span.time {
	 color: #a96a13; 
}


/* Brow */
.timeline li.timeline-sk-brow .timeline-body:after {
	border-right-color: #8a7578;
}

.timeline li.timeline-sk-brow .timeline-body {
	 background: #8a7578;
}

.timeline li.timeline-sk-brow .timeline-time span.time {
	 color: #8a7578; 
}

.timeline li.timeline-sk-brow2 .timeline-body:after {
	border-right-color: #70575a;
}

.timeline li.timeline-sk-brow2 .timeline-body {
	 background: #70575a;
}

.timeline li.timeline-sk-brow2 .timeline-time span.time {
	 color: #70575a; 
}

.timeline li.timeline-sk-brow3 .timeline-body:after {
	border-right-color: #5e4648;
}

.timeline li.timeline-sk-brow3 .timeline-body {
	 background: #5e4648;
}

.timeline li.timeline-sk-brow3 .timeline-time span.time {
	 color: #5e4648; 
}


.timeline li.timeline-sk-pink .timeline-body:after {
	border-right-color: #f543e1;
}

.timeline li.timeline-sk-pink .timeline-body {
	 background: #f543e1;
}

.timeline li.timeline-sk-pink .timeline-time span.time {
	 color: #f543e1; 
}

.timeline li.timeline-sk-red .timeline-body:after {
	border-right-color: #e02222;
}

.timeline li.timeline-sk-red .timeline-body {
	 background: #e02222;
}

.timeline li.timeline-sk-red .timeline-time span.time {
	 color: #e02222; 
}


.timeline li.timeline-sk-grey .timeline-body:after {
	border-right-color: #fafafa;
}

.timeline li.timeline-sk-grey .timeline-body {
	 background: #fafafa;
}

.timeline li.timeline-sk-grey .timeline-time span.time {
	 color: #fafafa; 
}

.timeline li.timeline-sk-silver .timeline-body:after {
	border-right-color: #a3a3a3;
}

.timeline li.timeline-sk-silver .timeline-body {
	 background: #a3a3a3;
}

.timeline li.timeline-sk-silver .timeline-time span.time {
	 color: #a3a3a3; 
}


.timeline li.timeline-sk-black .timeline-body:after {
	border-right-color: #160608;
}

.timeline li.timeline-sk-black .timeline-body {
	 background: #160608;
}

.timeline li.timeline-sk-black .timeline-time span.time {
	 color: #160608; 
}

.timeline li.timeline-sk-dark .timeline-body:after {
	border-right-color: #555555;
}

.timeline li.timeline-sk-dark .timeline-body {
	 background: #555555;
}

.timeline li.timeline-sk-dark .timeline-time span.time {
	 color: #555555; 
}