.label{
  font-weight: normal !important;
}
.process ul,
.process p{
  margin-bottom: 0;
}
.process{
  padding: 0 50px 10px 50px;
}

.process .timeline-step{
  cursor: pointer;
  position: absolute;
  background: #D9534F;
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 17px;
  font-family: 'roboto_r';
  z-index: 9;
  transition: 0.2s ease-in;
}
.process > .timeline-content{
  position: relative;
  padding: 40px 95px;
  margin-top: -3px;
}
.process > div:first-of-type{
  border-top: 0;
}

.process > div:nth-of-type(odd) .timeline-step{
  left: -21px;
  bottom: calc(50% - 20px);
}
.process > div:nth-of-type(even) .timeline-step{
  right: -21px;
  bottom: calc(50% - 20px);
}

.process > div:nth-of-type(odd){
  text-align: left;
  border-right: 0;
}
.process > div:nth-of-type(even){
  /* text-align: right; */
  border-left: 0;
}

.process > div:nth-of-type(odd):after{
  border-left: 3px solid #D9534F;
  border-bottom: 3px solid #D9534F;
  border-bottom-left-radius: 1em;
  border-top-left-radius: 1em;
  content: ' ';
  position: absolute;
  width: calc(100% - 20px);
  height: calc(50% - 10px);
  left: 0;
  bottom: 0;
}

.process > div:nth-of-type(odd):before{
  border-left: 3px solid #D9534F;
  border-top: 3px solid #D9534F;
  border-bottom-left-radius: 1em;
  border-top-left-radius: 1em;
  content: ' ';
  position: absolute;
  width: calc(100% - 20px);
  height: calc(50% - 10px);
  left: 0;
  top: 0;
}
.process > div:nth-of-type(even):after{
  border-right: 3px solid #D9534F;
  border-bottom: 3px solid #D9534F;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  content: ' ';
  position: absolute;
  width: calc(100% - 20px);
  height: calc(50% - 10px);
  right: 0;
  bottom: 0;
}
.process > div:nth-of-type(even):before{
  border-right: 3px solid #D9534F;
  border-top: 3px solid #D9534F;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  content: ' ';
  position: absolute;
  width: calc(100% - 20px);
  height: calc(50% - 10px);
  right: 0;
  top: 0;
}
.process > div:first-of-type:before{
  border-top: none;
  border-left: none;
}
.process > div:first-of-type:after{
  border-left: 3px solid #D9534F;
  border-bottom: 3px solid #D9534F;
  height: calc(50% - 10px);
}
.process > div:last-of-type:after{
  border-left: none;
  border-right: none;
  border-bottom: none;
  height: calc(50% - 10px);
}

/*Time line Sucess*/
.process .timeline-content.success .timeline-step {
  background-color: #57B357;
}
.process div.success + div:before,
.process div.success:after{
  border-color: #57B357 !important;
}

.process .timeline-step:hover{
  background: #fff !important;
  border: 3px solid #5BC0DE;
  color: #333;
  line-height: 39px;
}


span.bg-alert{
  font-family: 'opensans_l';
  background: #E91E63;
  margin-top: -5px;
}
.img_column{
  position: relative;
  display: block;
  width: 80px;
  height: 40px;
}
.img_column .img{
  width: 80px;
  height: 40px;
  display: block;
}
.img_column .img_icon{
  position: absolute;
  width: 80px;
  height: 40px;
  text-align: center;
  line-height: 37px;
  transition: 0.3s linear;
  opacity: 0;
  color: #fff;
}
.img_column .img_icon:hover{
  background: rgba(0,0,0,0.4);
  opacity: 1;
}
.action form {
  display: inline;
}

.status{
  margin: 0;
  display: inline;
}
.swal2-popup {
  font-size: 1.6rem !important;
}
.dropdown-menu{
  z-index: 9999999999 !important;
}


/*============ DashBoard ===========*/
#dashboard{
  padding: 50px 0 30px 0;

}
#dashboard .dash-card{
  background: #fff;
  padding: 10px 15px;
  border-radius: 7px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
  margin-top: 80px;
}
#dashboard .dash-card header{

}
#dashboard .dash-card header .dash-card-icon{
  border-radius: 3px;
  width: 85px;
  height: 85px;
  display: block;
  padding-bottom: 20px;
  line-height: 86px;
  text-align: center;
  font-size: 25px;
  margin-top: -30px;
  color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#dashboard .dash-card header .list-unstyled{
  text-align: right;
}
#dashboard .dash-card footer{
  border-top: 1px solid #eee;
  padding-top: 10px;
  font-size: 13px;
  color: #909090;
}
#dashboard .dash-card footer i{
  padding-right: 10px;
}
.td-action *{
  display: inline;
}
.dp-inline{
  display: inline;
}
.ml--2{
  margin-left: -10px;
}