/* *******************************************
*		  Item List general styles
********************************************** */
.item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  line-height: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .item-list {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .item-list {
    font-size: 0.95rem;
  }
}
@media (max-width: 767.98px) {
  .item-list {
    font-size: 1.05rem;
  }
}
.item-list.striped > li {
  border-bottom: 1px solid #e9edf0;
}
.item-list.striped > li:nth-child(2n + 1) {
  background-color: #fcfcfd;
}
@media (max-width: 767.98px) {
  .item-list.striped > li:nth-child(2n + 1) {
    background-color: #f8f9fb;
  }
}
.item-list.striped .item-list-footer {
  border-bottom: none;
}

/* *******************************************
  *			Item general styles
  ********************************************** */
.item-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.item-list .item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 100%;
}
.item-list .item-row.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.item-list .item-col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  -ms-flex-negative: 3;
  flex-shrink: 3;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
}
.item-list .item-col.fixed {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.item-list .item-col.pull-left {
  margin-right: auto;
}
.item-list .item-col.pull-right {
  margin-left: auto;
}
.item-list .item-col > div {
  width: 100%;
}
.item-list .item-col:last-child {
  padding-right: 0;
}

.item-list .no-overflow {
  overflow: hidden;
}

.item-list .no-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* *******************************************
  *				Item components
  ********************************************** */
.item-list {
  /********************************************
      *					Header
      *********************************************/
  /********************************************
      *					Heading
      *********************************************/
  /********************************************
      *					Checkbox
      *********************************************/
  /********************************************
      *					Image
      *********************************************/
  /********************************************
      *					Title
      *********************************************/
  /********************************************
      *					Stats
      *********************************************/
  /********************************************
      *				     Actions
      *********************************************/
  /********************************************
      *			   Something else?
      *********************************************/
}
.item-list .item-list-header .item-col.item-col-header span {
  color: #999;
  font-size: 0.8rem;
  font-weight: 700 !important;
}
.item-list .item-heading {
  font-size: 0.9rem;
  display: none;
  color: #666;
  font-weight: 700;
  padding-right: 10px;
}
@media (max-width: 767.98px) {
  .item-list .item-heading {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .item-list .item-heading {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .item-list .item-heading {
    width: 40%;
  }
}
.item-list .item-col.item-col-check {
  -ms-flex-preferred-size: 30px;
  flex-basis: 30px;
}
@media (max-width: 767.98px) {
  .item-list .item-col.item-col-check {
    -webkit-box-ordinal-group: -7;
    -ms-flex-order: -8;
    order: -8;
  }
}
.item-list .item-check {
  margin-bottom: 0;
}
.item-list .item-check .checkbox + span {
  padding-right: 0;
}
.item-list .item-check .checkbox + span:before {
  width: 20px;
}
.item-list .item-col.item-col-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
}
.item-list .item-col.item-col-img.xs {
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
}
.item-list .item-col.item-col-img.sm {
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
}
.item-list .item-col.item-col-img.lg {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}
.item-list .item-col.item-col-img.xl {
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
}
.item-list .item-col.item-col-img a {
  width: 100%;
}
.item-list .item-img {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #efefef;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .item-list .item-col.item-col-title {
    -webkit-box-ordinal-group: -3;
    -ms-flex-order: -4;
    order: -4;
  }
}
.item-list .item-col.item-col-title a {
  display: block;
}
.item-list .item-title {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
}
.item-list .item-stats {
  height: 1.4rem;
}
.item-list .item-col.item-col-actions-dropdown {
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
  text-align: center;
  padding-left: 0 !important;
}
@media (max-width: 767.98px) {
  .item-list .item-col.item-col-actions-dropdown {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3;
    -ms-flex-preferred-size: 40px !important;
    flex-basis: 40px !important;
    padding-right: 10px;
  }
}
.item-list .item-actions-dropdown {
  position: relative;
  font-size: 1.1rem;
}
.item-list .item-actions-dropdown.active .item-actions-block {
  max-width: 130px;
}
.item-list .item-actions-dropdown.active .item-actions-toggle-btn {
  color: #85ce36;
}
.item-list .item-actions-dropdown.active .item-actions-toggle-btn .active {
  display: block;
}
.item-list .item-actions-dropdown.active .item-actions-toggle-btn .inactive {
  display: none;
}
.item-list .item-actions-dropdown .item-actions-toggle-btn {
  color: #9ba8b5;
  font-size: 1.2rem;
  cursor: pointer;
  width: 100%;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}
.item-list .item-actions-dropdown .item-actions-toggle-btn .active {
  display: none;
}

.item-list .item-actions-dropdown .item-actions-block {
  height: 30px;
  max-width: 0px;
  line-height: 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #d7dde4;
  border-radius: 3px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  box-shadow: 2px 2px 3px #626262;
  margin-right: 5px;
}
.item-list .item-actions-dropdown .item-actions-block.direction-right {
  right: auto;
  left: 100%;
}
.item-list .item-actions-dropdown .item-actions-block .item-actions-list {
  padding: 0;
  list-style: none;
  white-space: nowrap;
  padding: 0 5px;
}
.item-list .item-actions-dropdown .item-actions-block .item-actions-list li {
  display: inline-block;
  padding: 0;
}
.item-list .item-actions-dropdown .item-actions-block .item-actions-list a {
  display: block;
  padding: 0 5px;
}
.item-list .item-actions-dropdown .item-actions-block .item-actions-list a.edit,
.item-list
  .item-actions-dropdown
  .item-actions-block
  .item-actions-list
  a.clonar,
.item-list .item-actions-dropdown .item-actions-block .item-actions-list a.pdf,
.item-list .item-actions-dropdown .item-actions-block .item-actions-list a.img,
.item-list
  .item-actions-dropdown
  .item-actions-block
  .item-actions-list
  a.btn-status {
  color: #38424c;
}
.item-list
  .item-actions-dropdown
  .item-actions-block
  .item-actions-list
  a.check {
  color: #40b726;
}
.item-list
  .item-actions-dropdown
  .item-actions-block
  .item-actions-list
  a.remove {
  color: #db0e1e;
}
.item-list
  .item-actions-dropdown
  .item-actions-block
  .item-actions-list
  a.star {
  color: #db0;
}

.item-actions-list li a i{
    font-size: 16px;
}

.item-actions-list .fa-trash{
    color: #DB0E1E;
}
