﻿/* CSS for banner module using jQuery Cycle */

.cycle_banner_container {
    position: relative;
    z-index: 1;
    overflow-y: visible;
    text-align: center;
}

.cycle_banner_container .banner_content {
    width: 100%;
    height: 97%;
}

.cycle_banner_container .banner_content img {
    width: 100%;
    height: 100%;
}
    .cycle_banner_container .banner_item {
        position: relative; 
        width: 100% !important;
        height: 100% !important;
        overflow-y: visible;
        background: none !important; 
    }

        .cycle_banner_container .banner_item::before {
            content: "";
            position: absolute;
            inset: 0;
            background: var(--bg-url) center/cover no-repeat;
            clip-path: polygon(0 0, 150% 0, 76% 94%, 0% 40%);
            z-index: 0;
        }

        .cycle_banner_container .banner_item > * {
            position: relative;
            z-index: 1; 
        }




.banner_item_description_column {
    position: absolute;
    bottom: 100px;
    left: 0;
    min-width: 400px;
    width: 100%;
}

.cycle_banner_container .banner_item_description_container {
    text-align: left;
    color: #fff;
}

.cycle_banner_container .banner_item_link {
    display: block;
    position: absolute;
    background: url('../../../../_resources/images/blank.gif') repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.cycle_banner_container .banner_item_title {
    font-size: 1em;
    padding-bottom: 20px;
}

.cycle_banner_container .banner_item_description {
    padding: 20px;
    font-size: 1.2em;
    width: 47%;
    background-color: #023256;
    position: relative;
    border-radius: 0px 0px 10px 10px;
    top: -250px;
    flex-direction: column;
    display: flex;
    padding-top: 200px;
    padding-bottom: 70px;
}

.cycle_banner_container .banner_pager {
    position: absolute;
    z-index: 100;
    align-self: flex-end;
    bottom: 20px;
}

    .cycle_banner_container .banner_pager a {
        display: block;
        float: left;
        margin-left: 6px;
        width: 30px; 
        height: 6px; 
        background: #fff; 
        border-radius: 0; 
        text-indent: -9999px; 
        overflow: hidden;
    }

    .cycle_banner_container .banner_pager .cycle-pager-active {
        background: #5da0d2;
    }

.cycle_banner_container .banner_pager_next,
.cycle_banner_container .banner_pager_previous {
    position: absolute;
    top: 120px;
    font-size: 60px;
    z-index: 100;
    color: #666;
    color: rgba(0,0,0,0.6);
    cursor: pointer;
}

.cycle_banner_container .banner_pager_next:hover,
.cycle_banner_container .banner_pager_previous:hover {
    color: #000;
}

.cycle_banner_container .banner_pager_next {
    right: 25px;
}

.cycle_banner_container .banner_pager_previous {
    left: 25px;
}

a.edit_banner {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.tabledefault tbody {
    display: table;
    width: 97%
}

.pager_container {
    margin-bottom: 20px;
    margin-top: 20px;
    display: contents;
}
