﻿.loading-spinner {
    background: white url(Images/ajax-loader.gif) 50% 50% no-repeat;
    width: 100%;
}

    .loading,
    .loading-inner,
    .loading-spinner.loading-inner {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 100;
    }

    .loading-spinner.loading-with-title {
        top: 33px; /*Title + Line*/
    }

    .loading-inner.loading-with-title {
        height: calc(100% - 33px);
    }

.paged {
    position: relative;
}

.paging-next, .paging-previous {
    position: absolute;
    top: 50%;
    background: transparent url("/Modules/ContentSlider/Styles/images/bg_direction_nav.png") 0 0 no-repeat;
    width: 30px;
    height: 30px;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1000;
}

.paging-previous {
    left: -30px;
}

.paging-next {
    background-position: 100% 0;
    right: -30px;
}

.paged:hover .paging-previous {
    left: 15px;
    opacity: 0.7;
}

.paged:hover .paging-next {
    right: 15px;
    opacity: 0.7;
}

.paged .snap-paging-previous:hover,
.paged .snap-paging-next:hover {
    opacity: 1;
}

.list-element .le-section-date {
    margin: 0 0 4px 0;
    color: #999;
    font-size: 0.846em;
    display: inline;
}

    .list-element .le-section-date a {
        color: #999;
    }

        .list-element .le-section-date a:hover {
            color: #436EAC;
            text-decoration: none;
        }

.list-element .le-section-date-wide {
    display: block;
}

.list-element {
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .list-element.active {
        background-color: #E1E1E1;
    }

    .list-element.archive-button {
        padding-top: 22px;
    }



.le-subtitule,
.le-link {
    font-weight: bold;
    display: block;
    margin-right: 5px;
}

.le-link {
    font-size: 14px;
}

.le-subtitule {
    font-size: 12px;
    color: #999;
}

.le-link-dh {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.le-subtitule-dh {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    line-height: 16px;
}

.subcategory-publications {
    list-style: none;
    margin: auto 0px;
}

.subcategory-subtitle {
    padding: 9px 0 5px 0;
    margin-top: 3px;
}

.subcategory-subbordered-subtitle {
    border-bottom-style: solid;
    border-bottom-color: #b8c0c9;
    border-bottom-width: 1px;
}

.no-identation {
    margin-left: 0px;
}

.oe-date {
    font-size: 11px;
    color: #999;
    display: block;
}

a.archive-btn {
    position: absolute;
    bottom: 3px;
    right: 0;
}

.la-title {
    padding: 10px 20px 10px 20px;
}

.la-preview-containter {
    margin-top: 15px;
}

.la-preview-menu-container {
    padding: 0 20px;
}

.preview-loading {
    top: 0;
    position: absolute;
    height: 100%;
    min-height: 650px; /* ~average size of a page*/
    width: 100%;
    z-index: 1;
}

.preview-slides {
    position: relative;
    padding: 0 20px;
    min-height: 1000px;
}

.la-archive {
    position: absolute;
    bottom: -13px;
    right: 10px;
}

.paged:hover .la-prev-paging-next {
    right: 0px;
}

.paged:hover .la-prev-paging-previous {
    left: 0px;
}

.la-filter {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    width: 85%;
    width: calc(100% - 20px);
    margin-bottom: 5px;
}

    .la-filter select {
        width: 85%;
        width: calc(100% - 20px);
    }

.la-dot-pagination {
    width: 100%;
    bottom: 0;
    padding: 0;
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
    text-align: center;
    *zoom: 1;
}

    .la-dot-pagination:before,
    .la-dot-pagination:after {
        display: table;
        content: "";
    }

    .la-dot-pagination:after {
        clear: both;
    }

    .la-dot-pagination.with-archive {
        margin-bottom: 5px;
    }


ol.la-dot-pagination li {
    display: inline;
}

    ol.la-dot-pagination li a,
    ol.la-dot-pagination li span {
        background-color: transparent;
        border: medium none;
        font-weight: bold;
        margin: 0;
        padding: 4px 8px;
        display: inline-block;
    }

        ol.la-dot-pagination li a:hover {
            background-color: #E1E1E1;
            border-radius: 0 0 0 0;
            text-decoration: none;
        }

div.summary:hover .more-link-expander,
div.details:hover .more-link-expander {
    display: block;
}