.search_icon {
  background: url(search.png) no-repeat;
  display: inline-block;
  position: absolute;
  width: 16px;
  right: 10px;
  height: 15px;
  top: 10px;
}


.edit_graph_date_range_icon {
  display: inline-block;
  /*background: url("../../../images/redesign/calendar.png") center no-repeat;*/
  background: url(calendar.png) center no-repeat;
  width: 16px;
  height: 16px;
  margin-bottom: -4px;
  margin-left: -3px;
  /*margin-right: 5px;*/
}

input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: -14px;
  width: 15px;
  height: 15px;
  transition: .2s;
  background: url(check.png) no-repeat;
  /*background: url(..\src\img\check.png) no-repeat;*/
}

input[type="checkbox"] + label:hover:after {
  background: url(check-1.png) no-repeat;
}
input[type="checkbox"]:checked + label:after {
  background: url(check2.png) no-repeat;
  /*background: url(../../../images/redesign/check2.png) no-repeat;*/
}

.logo__image{
  background: url(new_logo.png) no-repeat;
  background-size: cover;
}

#logout_btn > div {
  background: url(exit.png) no-repeat;
}

#logout_btn:hover > div {
  background: url(exit2.png) no-repeat;
}

#logout_btn:active > div {
  background: url(exit3.png) no-repeat;
}

.btn_with_img.create_btn > .btn_icon{
  background: url(create.png) no-repeat;
}
.btn_with_img.copy_btn  > .btn_icon{
  background: url(copy.png) no-repeat;
}
.btn_with_img.edit_btn > .btn_icon{
  background: url(edit.png) no-repeat;
}
.btn_with_img.delete_btn > .btn_icon{
  background: url(delete.png) no-repeat;
}
.btn_with_img.fill_btn > .btn_icon{
  background: url(fill.png) no-repeat;
}
.btn_with_img.match_btn > .btn_icon{
  background: url(user.png) no-repeat;
}
.btn_with_img.write_btn > .btn_icon{
  background: url(edit.png) no-repeat;
}
.btn_with_img.incur_btn > .btn_icon{
  background: url(conduct.png) no-repeat;
}
.btn_with_img.print_btn  > .btn_icon{
  background: url(print.png) no-repeat;
  width: 19px;
  height: 19px;
}

.btn_with_img.incur_and_close_btn > .btn_icon{
  background: url(conduct_close.png) no-repeat;
}
.goBackArrow{
  background: url(back.png) no-repeat;
  width: 12px;
  height: 21px;
  position: relative;
  top: 2px;
}
.goBackArrow:hover{
  background: url(back_hover.png) no-repeat;
}
.goBackArrow:active{
  background: url(back_push.png) no-repeat;
}

.footer_logo{
  background: url(footer_logo.png) no-repeat;
  width: 35px;
  height: 67px;
  display: inline-block;
  margin-left: 30px;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  z-index: 9999;
  background-image: url('loader.gif');
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
}


