

/***************  GALLERY  ********************************************************************************************/
#PostStartDate.form-control,
#PostEndDate.form-control {
    background: #ffffff;
    cursor: pointer;
}

.gallery-preview-container .thumb {
    display: inline-block;
    height: 200px;
    list-style: none;
    position: relative;
    width: 100%;
}

.gallery-preview-container .thumb-persistent .thumbnail {
    border-style: dotted;
    border-width: 2px;
    color: #eead1e;
    font-size: 100%;
    padding: 5px;
}

.gallery-preview-container .thumb-persistent .thumbnail .fa {
    display: block;
    font-size: 250%;
    margin-top: 10px;
}

.gallery-preview-container .thumb-persistent .thumbnail:hover {
    border-color: #c68c1e;
    color: #c68c1e;
}

.gallery-preview-container .thumbnail {
    border-color: #eead1e;
    border-radius: 0;
    height: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition:             none;
    -webkit-transition: none;
    width: 100%;
}

.gallery-preview-container .thumbnail:hover {
    border-color: #c68c1e;
}

.gallery-preview-container .thumbnail:hover .gallery-option {
    display: block;
}

.gallery-add-image-outer {
    display: table;
    height: 100%;
    width: 100%;
}

.gallery-add-image-inner {
    cursor: pointer;
    display: table-cell;
    font-size: 100%;
    text-align: center;
    vertical-align: middle;
}

.gallery-image-grayscale,
.gallery-image-original {
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.gallery-image-grayscale {
    transition:             2s opacity;
    -webkit-transition: 2s opacity;
    z-index: 200;
}

.gallery-image-original {
    z-index: 100;
}

.gallery-option {
    display: none;
    height: 25px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 25px;
    z-index: 300;
}

.gallery-option .fa {
    background: #eead1e;
    color: #ffffff;
    display: block;
    height: 100%;
    padding-top: 5px;
    width: 100%;
}

.gallery-option .fa:hover {
    background: #c68c1e;
}

.gallery-progress-bar {
    background: #eead1e;
    bottom: 14px;
    height: 5px;
    position: relative;
    transition:             2.1s width, 0.5s opacity;
    -webkit-transition: 2.1s width, 0.5s opacity;
    width: 0%;
    z-index: 500;
}

@media (max-width: 1199px) {
    .block-galleries .galleries-container-outer table td:nth-child(6),
    .block-galleries .galleries-container-outer table th:nth-child(6) {
        display: none;
    }

    .gallery-preview-container .thumb-persistent .thumbnail .fa {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .block-galleries .galleries-container-outer table td:nth-child(5),
    .block-galleries .galleries-container-outer table th:nth-child(5) {
        display: none;
    }
}

@media (max-width: 767px) {
    .block-galleries .galleries-container-outer table td:nth-child(1),
    .block-galleries .galleries-container-outer table th:nth-child(1),
    .block-galleries .galleries-container-outer table td:nth-child(3),
    .block-galleries .galleries-container-outer table th:nth-child(3) {
        display: none;
    }
}



/***************  SORTABLE  *******************************************************************************************/
.sortable {
    /*margin: 0;*/
    /*padding: 0;*/
    /*user-select:             none;*/
    /*-khtml-user-select:  none;*/
    /*-moz-user-select:    none;*/
    /*-ms-user-select:     none;*/
    /*-webkit-user-select: none;*/
    /*-webkit-touch-callout: none;*/
}

.sortable.grid {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.sortable.grid li {
    /*background: #ffffff;*/
    /*border: 1px solid #2980b9;*/
    /*display: inline-block;*/
    /*float: left;*/
    /*height: 80px;*/
    /*line-height: 80px;*/
    /*list-style: none;*/
    /*margin: 5px;*/
    /*text-align: center;*/
    /*width: 10%;*/
}

li.sortable-placeholder {
    /*background: #2980b9 !important;*/
    /*border: 1px solid #2980b9 !important;*/
}




.sortable.grid {
    overflow: hidden;
}
.connected li, .sortable li, .exclude li, .handles li {
    list-style: none;
    /*border: 1px solid #CCC;*/
    /*background: #F6F6F6;*/
    /*font-family: "Tahoma";*/
    /*color: #1C94C4;*/
    /*margin: 5px;*/
    /*padding: 5px;*/
    /*height: 22px;*/
}
.handles span {
    /*cursor: move;*/
}
li.disabled {
    /*opacity: 0.5;*/
}
.sortable.grid li {
    float: left;
    width: 25%;
    height: 25%;
    text-align: center;
}
li.highlight {
    background: #FEE25F;
}
li.sortable-placeholder {
    border: 1px dashed #CCC;
    background: none;
}

.opis-obrazka {
    position: relative;
    top: -21px;
    border-radius: 0;
    border-color: #1C94C4;
}
