/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */
/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 .align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.img-profil-pic {
  max-width: 100px;
}

.input-group .datepicker {
  position: initial;
}

.alert-modal {
  margin-bottom: 0px;
}

/* 1-3-4 pos*/
.dataTable tr.odd td,
.dataTable tr.even td {
  vertical-align: middle;
  text-align: center;
  text-align: -webkit-center;
}

.dataTable tr td:nth-child(2) {
  vertical-align: top;
  text-align: left;
}

.dataTable th {
  text-align: center;
}

.dataTable th.align-left {
  text-align: left;
}

.dataTable img {
  max-width: 150px;
}

/* 3eme pos */
.dataTable tr td a.pos {
  font-size: 24px;
  color: #999;
}

.dataTable .dropdown-menu {
  right: 0;
  left: auto;
}

.dataTable tr td:nth-child(3) {
  min-width: 60px;
}

/* 4eme pos */
.dataTable tr td .btn-group {
  min-width: 105px;
}

.dataTable tr td .btn-group-lg {
  min-width: 42px;
}

.fa.help-user {
  font-size: 17px;
}

blockquote.pull-left small:before {
  content: '';
}

/* DROPZONEFile */
.dropzoneFile {
  position: relative;
  color: #474544;
  font: bold 24px/200px arial;
  height: 250px;
  margin: 10px auto;
  text-align: center;
  border: 3px dashed #474544;
  border-radius: 0;
  width: 80%;
}

.dropzoneFile div {
  bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.dropzoneFile .nameFile {
  height: -webkit-fill-available;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  align-items: center;
  color: #474544;
  justify-content: center;
  width: 100%;
}


#downloadFile {
    position: relative;
    color: #474544;
    font: bold 24px/200px arial;
    height: 230px;
    margin: 10px auto;
    text-align: center;
    border: 3px dashed #474544;
    border-radius: 0;
    width: 80%;
}

#downloadFile div {
  bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.dropzoneFile.hover {
  border: 10px solid #ed7b2b;
  color: #57889c;
}

.dropzoneFile.dropped {
  border: 10px solid #444;
  background: white;
}

#sampleFile.dropped {
  border: 5px solid #444;
  background-image: url('../img/fileChecked.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-origin: content-box;
}

.dropzone-without-sample {
  border: 2px dashed #474544;
  bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  position: absolute;
  left: 0;
  right: 0;
  padding: 30px;
  top: 0;
  height: max-content;
}

.dropzone-sending-condition {
  color: gray;
  width: 80%;
  margin: 15px auto 20px;
}

.dropzone-sending-link {
  width: 80%;
  margin: 35px auto 20px;
}

.dropzoneFile div .dragdrop {
  margin-top: 35px;
  font-weight: bold;
  font-size: 18px;
  color: gray;
}

.dropzoneFile.hover div .dragdrop {
  margin-top: 28px;
}

.dropzoneFile div .drag {
  font-weight: bold;
  font-size: 25px;
}

.dropzoneFile div .condition {
  color: gray;
  margin: 9px 0px;
}

.dropzoneFile div .upload-btn {
  line-height: 14px;
  padding: 6px;
  font-weight: bold;
  font-size: 12px;
}

.dropzoneFile [name="file"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.dropzoneFile [name="file2"] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.droppedFile {
  background-image: url('../img/fileChecked.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-origin: content-box;
  /* padding: 20px 50px 60px 50px; */
}

.dropzoneFile .couv-sample-container {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align:center
}

.dropzoneFile #couv-sample {
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
  max-height: 100%;
}

#couv-sample{
  border:1px solid rgba(128, 128, 128, 0.40);
}

.dropzoneFile .couv-sample-container .middle {
  position: absolute;
  color: white;
  font-size: 22px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.dropzoneFile .middle .change-couv-sample {
  position: absolute;
  color: white;
  font-size: 22px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
}

.list-item {
  padding: 13px;
  float: none;
  display: inline-block;
  margin: 0px -2px;
}

.item {
  display: block;
  margin: 0 5px;
  transition: all 0.3s ease 0s;
}

.product {
  border: 1px solid #dddddd;
  display: block;
  height: auto;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.product:hover {
  background: none repeat scroll 0 0 #fff;
}

.product:hover, .featuredImgLook2 .inner:hover {
  border: 1px solid #2d3e50;
}

.image {
  display: block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 100%;
  opacity: 1;
}

.image img {
  margin: auto;
}

.image:hover {
  opacity: 0.8;
}

.description {
  margin: 0 4px 0 5px;
}

.item h4 {
  display: block;
  line-height: 20px;
  margin: 0px 0px 5px;
  overflow: hidden;
  padding: 0;
  font-size: 17px;
}

.item h4 a {
  color: #2c3e50;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  outline: medium none !important;
  text-decoration: none;
  transition: all 0.2s ease-in 0s;
}

.description p {
  color: #7f8c8d;
  line-height: 18px;
}

/****/
nav ul li a span, .item span, .item-ellipsis {
  display: inline-block;
  font-size: 14px;
  max-width: 94%;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  /*text-transform: capitalize;*/
  vertical-align: middle;
  white-space: nowrap;
}

#ribbon ol.breadcrumb {
  display: inline-block;
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

textarea {
  max-width: 100%;
}

em.badge {
  background: none repeat scroll 0 0 #ed1c24;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 8px;
  max-height: 13px;
  min-width: 9px;
  padding: 2px;
  position: absolute;
  right: -6px;
  text-align: center;
  text-decoration: none;
  top: -8px;
  vertical-align: baseline;
  white-space: nowrap;
}

.fa-power-off {
  color: #ed7b2b;
}

.dropdown-menu .delete-action {
  color: #be0000;
}

.layout-display-image {
  margin-right: 0px;
  margin-top: -20px;
  width: 45%;
}

/* LOGIN PAGE */
.txt-color-flippad {
  color: #f38234;
}

.widget-editor {
  padding: 6px 11px;
}

.input_newCategories {
  margin-top: 10px;
}

/* Embed Flipbook popup */
#myDiv {
  display: block;
}

.iframe-preview {
  border: 1px solid #D7D7D7;
  height: 250px;
  background-color: #F2F2F2;
}

.publication-content {
  text-align: center;
  min-height: 300px;
  z-index: 1;
}

.publication-content .btn-publication {
  top: 170px;
  left: 55px;
  position: absolute;
  z-index: 2;
}

.publication-content img {
  max-height: 210px;
}

.publication-body {
  background-color: #f1f2f3;
  min-height: 150px;
}

.publication-content a {
  color: black;
  text-decoration: none;
}

.public-img {
  height: 210px;
}

.public-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  max-height: 32px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#modal-Editpublication {
  z-index: 5000;
}

#loader {
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #404040;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* CATEGORIES */
#submitAdd {
  float: right;
  margin-bottom: 20px;
}

#allCategory {
  min-height: 250px;
  overflow: auto
}

#allCategory li .btn-group {
  float: right;
  margin-top: -5px;
  text-align: right;
}

#allCategory select li button {
  height: 30px;
}

#allCategory li {
  height: 42px;
}

#allCategory li:nth-last-child(1) {
  margin-bottom: 20px;
}

li .btn-group .submitDel {
  background: #a90329;
  border: none;
  color: white;
  padding: 5px;
  margin: 2px;
  width: 30px;
  border-radius: 10%;
}

li .btn-group .submitEdit {
  background: #3276b1;
  border: none;
  color: white;
  padding: 5px;
  margin: 2px;
  width: 30px;
  border-radius: 10%;
}

li #submitAddBtn {
  background: #3276b1;
  border: none;
  color: white;
  padding: 5px;
  margin: -4px 0px 0px 20px;
  width: 30px;
  border-radius: 10%;
}

li .inputNewCategory, .inputCategory {
  border: none;
  background-color: #eee;
  text-align: left;
  margin-left: 15px;
  padding: 0px;
}

#imgCategory {
  width: 100%;
  height: auto;
}

#allCategory li .fa-arrows-v {
  cursor: grab;
  cursor: -webkit-grab;
}

#allCategory #newCategory {
  display: none;
  height: 42px;
  width: 100%;
  background-color: #d6dde7;
}

#allCategory #newCategory input {
  background-color: #d6dde7;
  border-bottom: 1px solid #3d3d3d;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

.dragging {
  margin-top: 10px;
}

#allCategory li {
  display: block;
  margin-top: 10px;
  padding: 10px 0px 10px 0px;
  border: 1px solid #cccccc;
  color: #404040;
  background: #eeeeee;
  height: 42px;
}

#allCategory li.placeholder {
  position: relative;
  /** More li styles **/
}

#allCategory li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

li i.fa-arrows {
  margin-right: 20px;
  cursor: pointer;
}

.displayBlock {
  display: inline-block !important;
}

.displayNone {
  display: inline-block !important;
}

.imgDiv {
  padding: 0;
  width: 4%;
  height: 40px;
  display: inline-block;
  margin-top: -10px;
  border-right: 1px solid #d0d0d0;
  cursor: -webkit-grab;
  cursor: grab;
  float: left;
  margin-left: 10px;
}

.imgDragAndDrop {
  position: relative;
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
  top: 10px;
  right: 5px;
}

.inner-addon {
  position: relative;
}

.inner-addon .glyphicon {
  position: absolute;
  pointer-events: none;
  padding: 10px;
}

.Smallbox {
  border-radius: 8px;
}