

.text-bold {
    font-weight: 800 !important;
  }

.f-15{
    font-size: 15px;
}

.f-20{
    font-size: 20px;
}


.float-right{
    display: flex;
    justify-content: end;
}

.float-center{
    display: flex;
    justify-content: center;
}

.form-error{
	color: #D60201 !important;
	border: 1px solid #fbc2c4 !important;
	background: rgb(251, 227, 228) !;
  }



  .rdt_TableCol{
    font-size: 16px;
    background-color: #0A9B83 !important;
    color: #fff;
  }


  .rdt_TableCell 
  {
    font-size: 16px;
  }

  .h-40{
    height: 30px !important;
    width: 60px;
  }

  .ml-3{
    margin-left: 3px;
  }

  .top{
    z-index: 999;
    max-height: 300px;
    overflow: auto;
  }

  .pointer{
    cursor: pointer;
  }

  .h-600{
    max-height: 600px;
    overflow: auto;
  }

 .side-menu{
  overflow: scroll;
  height: 100vh;
 }

 .br-20{
  border-radius: 20px;
 }

 .item-between{
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
 }


/* side-menu section */
#side-menu {
 
  background-color:#444444;
}
#side-menu a {
  color:#fff;
 height: 55px;
}

.row-bg-success{
  background-color:#005D38 !important; 
}

.text-underline:hover{
  text-decoration: underline;
}


.steps{
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.steps li{

  background: #eee;
  color: #aaa;
  cursor: default;
  display: block;
  width: 100%;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


.steps li a{
  
    font-size: 13px;
    color: #aaa;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
}
 .number{
  font-size: 1.429em;
  color: #aaa;
}

.steps .current {

  background: #448aff;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  cursor: pointer;
  border-radius: 2px;
}

.steps .current a{
  color: #fff;
}

.current .number {
  color: #fff;
}

.main-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
  .wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 2px;
    margin-top: 2px;
  }
  .item, .item-icon{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: hsl(0, 0%, 20%);
    background-color: #f3f3f3;
    padding:4px;

  }

  .item-icon:hover{
background-color: #fd7e14;
color: #dc3545;
  }






#breadcrumb {
  list-style: none;
  display: inline-block;
}

#breadcrumb li {
  float: left;
}

#breadcrumb li a {
  color: #000;
  display: block;
  background: #E8F0F7;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}



#breadcrumb li.active a {
  background-color: #1abc9c;
  color: #FFF;
}
#breadcrumb li.active a:before {
  border-color:  #1abc9c;
  border-left-color: transparent;
}
#breadcrumb li.active a:after {
  border-left-color:  #1abc9c;
}

#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 10px 0 0 10px;
  background: #000;
  color:#fff;
}
#breadcrumb li:first-child a:before {
  border: none;
  background: #000;
}

#breadcrumb li:first-child a:after{
/*   border: none; */
  background: #E8F0F7;
  border-left-color: #000;  
}




#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 10px 10px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #E8F0F7;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #E8F0F7;
}


.overlay{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(0, 0, 0, 0.4);
  background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9; /* ie fallback png background image */
  z-index:3;
  display: flex;
  justify-content: center;
  align-items: center; 
}

 .ad-meta ul{
  display: flex;
  margin-top:10px;
  }
  
  .ad-meta ul li a{
    font-size: 16px;
      color: #a0a0a0;
  }
  
  .ad-meta ul li{
    margin-right: 1rem;
  }

  .dropdown-menu{
    z-index: 2 !important;
  }

  .img-100{
    height: 50px !important;
    width: 50px !important;
    margin-right: 5px !important;
  }

