/* Stylesheet for create and edit post form for susbscriber  */
.buy_sell_form {
  background : #fff;
  padding : 0 20px 20px;
}
.entity-browser-iframe-container {
  width : 100% !important;
}
.entity-browser-iframe-container iframe {
  height : 300px !important;
}
.buy_sell_form .form-type-vertical-tabs, .buy_sell_form #edit-preview, .buy_sell_form #edit-delete, .buy_sell_form .tabs {
  display: none;
}
.entity-browser-multiple-image-upload-form #edit-actions #edit-submit {
  visibility : visible !important;
  display : block !important;
  font-size : 16px !important;
  background : #000 !important;
}
@media screen and (max-width: 991px) {
  .path-buy-sell-items .field--name-field-item-images a.panel-title, .page-node-type-buy-sell-items .field--name-field-item-images a.panel-title {
    font-weight : bold;
  }
  .path-buy-sell-items #field-video-values .field-label, .page-node-type-buy-sell-items #field-video-values .field-label{
    font-weight : bold;
  }
}
/* Stylesheet for publisher and anonymous user item add form */
.progress {
  height : 45px !important;
  background: none !important;
  box-shadow: none !important;
}
.progress__track {
    border-color: #b3b3b3;
    border-radius: 10em;
    background-color: #f2f1eb;
    background-image: -webkit-linear-gradient(#e7e7df, #f0f0f0);
    background-image: linear-gradient(#e7e7df, #f0f0f0);
    box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.16);
}
.progress__bar {
  height: 16px;
  margin-top: -1px;
  margin-left: -1px; /* LTR */
  padding: 0 1px;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  -webkit-animation: animate-stripes 3s linear infinite;
  -moz-animation: animate-stripes 3s linear infinite;
  border: 1px #07629a solid;
  border-radius: 10em;
  background: #057ec9;
  background-image:
    -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)),
    -webkit-linear-gradient(left top, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)),
    linear-gradient(to right bottom, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
  background-size: 40px 40px;
}
.path-buy-sell-items #drupal-modal--content, .page-node-type-buy-sell-items #drupal-modal--content{
  width: 100% !important;
}
