.glyphicon {
}

input:required,
input:required:focus,
select:required,
select:required:focus {
  border: 1px solid #d43535;
}

@media print {
  .no-print {
    display: none;
  }
}

.navbar-custom {
  background-color: #2b9678;
  /*background-color:#065380d4;*/
  color: #ffffff;
  border-radius: 0;
}

.navbar-custom .navbar-nav > li > a {
  color: #fff;
}

.navbar-custom .navbar-nav > .active > a {
  color: #ffffff;
  background-color: transparent;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open > a {
  text-decoration: none;
  color: #e6e6e6;
}

.navbar-custom .navbar-brand {
  color: #eeeeee;
}
.navbar-custom .navbar-toggle {
  background-color: #eeeeee;
}
.navbar-custom .icon-bar {
  background-color: #33aa33;
}

.panel {
  border-radius: 0;
  box-shadow: 0px 0px 9px 0px #c7c6c5;
}
.panel-1 > .panel-heading {
  color: #fff;
  background-color: #f99d3a;
  border-color: #f99d3a;
}
.panel-2 > .panel-heading {
  color: #fff;
  background-color: #2fc36d;
  border-color: #2fc36d;
}
.panel-3 > .panel-heading {
  color: #fff;
  background-color: #1eb1e4;
  border-color: #1eb1e4;
}
.panel-4 > .panel-heading {
  color: #fff;
  background-color: #2b3443;
  border-color: #2b3443;
}

.btn-success,
.btn-primary {
  background: #f99d3a;
  border-color: #f99d3a;
}
.btn-success:hover,
.btn-primary:hover {
  background: #d88832;
  border-color: #f99d3a;
}

.form-control {
  border-radius: 0px;
}

.panel-success > .panel-heading {
  color: #1eb1e4;
  background-color: #ffffff;
  border-color: #1eb1e4;
}
.panel-default > .panel-heading {
  color: #1eb1e4;
  background-color: #ffffff;
  border-color: #1eb1e4;
}
.nav > li > a {
  padding: 10px 10px;
}

.btn {
  border-radius: 0px;
}

/* timeline css*/

#timeline-wrap {
  margin: 5% 10%;
  top: 100;
  position: relative;
}

#timeline {
  height: 1px;
  width: 100%;
  background-color: #aabbc4;
  position: relative;
}

.marker {
  z-index: 1000;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  margin-left: -25px;
  background-color: #999999;
  border-radius: 50%;
}

.marker:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);

  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.timeline-icon.one {
  background-color: #03a9f4 !important;
}

.timeline-icon.two {
  background-color: #03a9f4 !important;
}

.timeline-icon.three {
  background-color: #03a9f4 !important;
}

.timeline-icon.four {
  background-color: #03a9f4 !important;
}

.mfirst {
  top: -25px;
}

.m2 {
  top: -25px;
  left: 32.5%;
}

.m3 {
  top: -25px;
  left: 66%;
}

.mlast {
  top: -25px;
  left: 100%;
}

.timeline-panel {
  margin-top: 20%;
  width: 500px;
  height: 200px;
  background-color: #cbd0df;
  border-radius: 2px;
  position: relative;
  text-align: left;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  float: left;
}

.timeline-panel:after {
  content: "";
  position: absolute;
  margin-top: -12%;
  left: 10%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 15px solid #cbd0df;
}
 
     i.Pending{
        display:none;
    }
     i.Rejected{
        color:red;
    }
    i.Verifying{
        color:grey;
    }

