.block {
    width: 25%;
    position: relative;
    top: 50%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}
#gallery-listview > div[data-key] {
    display: inline-block;
    margin: 10px 0 10px 0;
    vertical-align: top;
    height: 285px; }
#gallery-listview > ul {
    display: block;
    height: 35px; }
#gallery-listview .gallery-item {
    margin: 20px 40px 20px 40px;
    max-width: 200px; }
#gallery-listview .gallery-item .change-btns {
    display: none;
    position: absolute;
    margin: 3px;
    padding: 3px 12px;
    right: 0;
    border-radius: 3px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.7); }
#gallery-listview .gallery-item .change-btns > a {
    color: #16a085;
    -webkit-transition: color .2s;
    transition: color .2s; }
#gallery-listview .gallery-item .change-btns > a:first-child {
    color: #e74c3c;
    letter-spacing: 8px; }
#gallery-listview .gallery-item .change-btns > a:hover {
    color: #0b3e6f; }
#gallery-listview .gallery-item .image {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    width: 200px;
    height: 200px;
    background-color: #ccc;
    box-shadow: 0 0 8px #333; }
#gallery-listview .gallery-item .image .image-wrap {
    width: 100%;
    height: 100%;
    display: block; }
#gallery-listview .gallery-item .image .image-wrap img{
    width: 100px;  }
#gallery-listview .gallery-item .image:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03); }
#gallery-listview .gallery-item .image:hover .change-btns {
    display: inline-block; }
#gallery-listview .gallery-item .name {
    padding-top: 5px;
    text-align: center; }
#gallery-listview .gallery-item .name > span {
    font-weight: 500;
    font-size: 16px; }
#gallery-listview .gallery-item .name .date-gallery {
    font-weight: 400;
    font-size: 11px;
    display: block; }

#check-toggle.checked {
    background-color: #f39c12; }

#gallery-links > a {
    margin-left: -4px; }
#gallery-links > a img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
#gallery-links > a img:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03); }
#gallery-links > a .checked {
    filter: opacity(0.5) grayscale(100%);
    -webkit-filter: opacity(0.5) grayscale(100%); }
#gallery-links > a .edit-mode {
    outline: 2px solid #ffff00;
    outline-offset: -2px; }

.gallery-view .panel-group {
    margin-bottom: 40px; }

.download-collapse {
    margin-top: 40px; }

.kv-fileinput-caption {
    background-color: #eef; }
#gallery-modal .preloader{
    height:20px}
.modal-footer {
    padding: 11px 16px !important;
}
.gallery-view .panel-default > .panel-heading{
    color: #ecf0f1;
    background: #34495e;
}