.pagination>li>a, .pagination>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}


.skin-yellow .main-header .navbar {
  background-color: #FE7F2D;
}

.skin-yellow .main-header .logo {
  background-color: #222d32;
  color: #fff;
  border-bottom: 0 solid transparent;
}


.skin-yellow .sidebar-menu>li.active>a, .skin-yellow .sidebar-menu>li:hover>a {
  color: #fff;
  border-left-color: #FE7F2D;
}

.skin-yellow .main-header .navbar .sidebar-toggle:hover {
  //background-color: #FE7F2D;
  background: rgba(0,0,0,0.1);
}

.skin-yellow .main-header .logo:hover {
  //background-color: #FE7F2D;
  background: rgba(0,0,0,0.1);
}

.layout-boxed {
  background: #eeeeee;
}
.layout-boxed .wrapper {
  max-width: 1440px;
}


@media (min-width: 992px) {
  .modal-xlg {
    width: 1200px;
  }
}

.clients-dashboard a {
  color: #000000;
}


.input-file {
  float: left;
  position: relative;
  padding-right: 140px;
  min-height: 40px;
  padding-left: 10px;
  line-height: 50px;
  color: #9e9e9e;
  input[type="file"] {
    position: absolute;
    right: 0;
    top: 4px;
    height: 40px;
    width: 130px;
    margin:0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
  }
  button.btn {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}

.products-modal-list {
    min-height: 450px;
    height: 450px;
    overflow: auto;
    padding: 4px;
    border: 1px solid #ccc;
    .list-group-item {
      border: 0px;
      label {
        font-weight: normal;
      }
    }
}

.products-model-message {
  text-align: center;
  padding: 60px 60px;
  font-size: 20px;
}

.list-group-item-view {
  .category_name {
    max-width: 250px;
    display: inline-block;
  }
  .category_picto {
    display: inline-block;
    max-width: 50px;
  }
}

.btn-icon {
  padding: 8px 10px;
}