﻿
/* ItemTextTemplate */
.item_text a {
    font-size: 14px;
    color: #eeeeee;
    text-decoration: none;
}

.item_description {
    font-size: 12px;
    color: #DAA621;
    cursor: text;
}

/* FullscreenViewerItemTextTemplate */
.details {
    cursor: text;
    margin-bottom: 30px;
}

.details_header {
    color: #ffffff;
    font-size: 22pt;
    margin-bottom: 10px;
}

.details_text {
    color: #a3a3a3;
    font-size: 13pt;
}

.customGallery .dxig-fullscreenViewerTextArea {
    opacity: 1 !important; /* FullscreenViewer - Make the bottom panel non-transparent */
    background-color: #000000;
}

.customGallery .dxig-imageSliderWrapper {
    padding-top: 20px;
    padding-bottom: 155px !important;
}
