.empty-row-slider-item {
    display: none !important;
    visibility: hidden !important;
}
.cbs-label-text {
    display: block;
    widows: 100%;
    height: auto;
    clear: both;
}
.image-upload-button {
    margin-top: 5px !important;
}
#repeatable-fieldset-sliders {
    
}
#coyote_slider_basic_meta .error { 
    color: red;
    display: block;
}
#repeatable-fieldset-sliders li{
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 12px;
    background: #fdfdfd;
    border: 1px solid #ccc;
}
#repeatable-fieldset-sliders h3{    
    padding: 10px 0px;
}
.head-slide-item {
    cursor: pointer;
    color: #777;
}
.head-slide-item:before{
    content: '\f142';
    right: 12px;
    font: 400 20px/1 dashicons;
    speak: none;
    display: inline-block;
    padding: 0px;
    top: 0;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none!important;
    float: right;
}

.closed-item:before{
    content: '\f140' !important;
    
}
.attachment-preview-image {
   display: block;
   width: 100%;
   height: auto;
}
.attachment-preview-image img {
    display: table;
    width: auto;
    height: auto;
    max-height: 90px;
}
.btn-delete {
    background: #E02525 !important;
    border-color: #CC3636 !important;
    color: #ffffff !important;
    -webkit-box-shadow: inset 0 1px 0 #E05F5F,0 1px 0 rgba(224,95,95,.08) !important;
    box-shadow: inset 0 1px 0 #E05F5F,0 1px 0 rgba(224,95,95,.08) !important;
}
.btn-delete:hover {
    background: #EF0000 !important;
    border-color: #9C0101 !important;
}
/* hide elements */
#edit-slug-box, #minor-publishing {
    display: none !important;
}
.preview-shortcode {
    background: #e8e8e8;
    padding: 5px;
}