.table .fa-pencil {
    color: #29b6f6;
}
.table .fa-trash-o {
    color: #f05050;
}

.table .fa-pencil,
.table .trash-o{
    padding: 5px 10px;
}
/*Loader*/
.loader-section{
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
}
.loader-section .spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.loader-section .spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.loader-section .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loader-section .spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.loader-section .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loader-section .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*END*/
select.error,
input.error {
    border: 1px solid #f00;
}

.sidepanel {
    position: absolute;
    right: -1111111px;
    background: #fff;
    z-index: 999999999 !important;
    top: 0;
    height: 100%;
    width: 250px;
    box-shadow: -1px 2px 8px #666;
    transition: right 0.5s;
    overflow-y: scroll;
}
.p-header {
    padding: 5px 8px;
    background: #1C9971;
    color: #fff;
    margin-bottom: 15px;
}
.p-header h2.title {
  color: #fff;
  font-size: 15px;
}
.p-header h2.title i {
  padding-right: 10px;
}
.single-item {
    padding: 5px;
    background: #3AC9D6;
    color: #fff;
    font-size: 13px;
    position: relative;
    margin: 13px 4px;
    box-shadow: 0px 0px 2px 1px #666;
}
.single-item ul {
    margin: 0;
    padding: 0;
}
.single-item ul li {
    list-style: none;
    display: inline-block;
}
.single-item ul li:first-child {
    width: 70%;
}
.single-item ul li:last-child {
    width: 20%;
    vertical-align: top;
}
.single-item span {
    position: absolute;
    right: 5px;
    top: 4px;
    cursor: pointer;
}
.col-sm-12.filter_area {
    margin: 20px 0;
    padding-left: 0;
}
div.filter_challan {
    margin: 10px 0;
}