﻿    /* homepage */
    .ZINDEX_TOP
    {
        z-index: 1;
        position:relative;
    }

    .LD_Tile_NewEmptyContent 
    {
        position:relative;
        min-height: 100%;
    }

    .LD_Tile_NewContent
    {
        position:relative;
        min-height: 320px;
        max-height: 320px;
    }

    .LD_Tile_Dynamic_NewsCarousel .LD_Tile_NewContent {
        min-height: 380px;
        max-height: 380px;
    }

    div.LD_Tile_New.LD_Tile_Dynamic_Small div.LD_Tile_NewContent div.slick-slider {
        margin-right: 20px
    }

    .LD_Tiles_Dynamic_NewContent
    {
        min-height: 100%;
        margin-bottom: 15px;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
        -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
    }

    /* NewsCarouselTile */
    div.LD_Tile_Dynamic_NewsCarousel div.LD_Tile_LeftPanel 
    {
        width: auto;
        max-width: 220px;
        white-space: nowrap;
    }

    div.LD_Tile_Dynamic_NewsCarousel div.LD_Tile_LeftPanel h1 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 180px;
        max-width: 180px;
    }

    .LD_Tile_Dynamic_News_Data
    {
        position: relative;
        left: 20px;
        top: 50px;
    }

    .LD_Tile_Dynamic_News_Startdate
    {
        font-size: 16px;
        display: block;
    }

    .LD_Tile_Dynamic_News_Headline
    {
        font-size: 13px;
        display: inline-block;
        width: 280px;
        height: 300px;
        padding-top: 10px;
    }

    .LD_Tile_Dynamic_News_Image
    {
        position: relative;
        left: 320px;
        top: -335px;
        height: 380px;
        width: 620px;
        border: 0;
        outline: none;
    }

    .LD_Tile_Dynamic_NewsCarousel
    {
        height: 380px !important;
        margin-bottom: 20px;
    }

    .LD_Tile_Container_EducationTimeCarousel {
        width: 300px !important;
        position: relative;
        top: -10px;
        height: 300px !important;
    }

    .LD_Tile_Dynamic_EducationTimeCarousel
    {
        /*position: relative;
        top: 80px;*/
        height: 300px;
        /*width: 300px;*/        
        /*padding-left: 20px;*/
    }

    div.LD_Tile_NewsCarousel ul.slick-dots 
    {
        position: absolute;
        left: 200px;
        top: 20px;
        width: 100px;
        height: 30px;
        z-index: 1;
    }

    div.LD_Tile_NewsCarousel 
    {
        top: -60px;
    }

    div.LD_Tile_NewsCarousel .slick-dots li button::before
    {
        font-size: 13px;
    }

    .LD_Tile_News_Icons
    {
        width: 50px;
        height: 380px;
        background-repeat: no-repeat;
        vertical-align: central;
        position: absolute;
        z-index: 1;
    }

    .LD_Tile_News_Icons:hover
    {
        background-image:url(../../Images/_SysImages/LearnerDesktop/Tiles/sprite_carousel_paging.png);
        background-color: rgba(51,51,51,0.5);
        cursor: pointer;
        z-index: 1;
    }

    .LD_Tile_News_Icons_Left
    {
        background-position: 10px 170px;
        left: 0px;
        top: 0px;
    }

    .LD_Tile_News_Icons_Right
    {
        background-position: -54px 170px;
        left: 890px;
        top: 0px;
    }

    /* CarouselTile */
    div.LD_Tile_New div.LD_Tile_LeftPanel 
    {
        height: 60px;
        margin-left: 20px;
    }

    div.LD_Tile_CarouselRightPanel {
        float: right;
        margin-top: 18px;
        margin-bottom: 18px;
    }

    div.LD_Tile_CarouselRightPanel {
        margin-right: 5px;
        margin-left: 5px;
    }

    .LD_Tile_Dynamic_Course_Headline
    {
        font-size: 13px;
        display: inline-block;
        width: 260px;
    }

    .LD_Tile_Dynamic_Image
    {
        height: 170px;
        width: 300px;
    }

    div.LD_Tile.LD_Tile_New > div {
    padding-left: 0px;
    padding-right: 0px;
}

/*this is needed to have the correct paddings right for the tiles available*/
div.LD_Tile_New.LD_Tile_Dynamic_Large,
div.LD_Tile_New.LD_Tile_Dynamic_Large div.LD_Tile_Carousel {
    width: 960px; /*extend the width to have the right calculation for the carousel with the margin distances*/
}

div.LD_Tile_New.LD_Tile_Dynamic_Middle,
div.LD_Tile_New.LD_Tile_Dynamic_Middle div.LD_Tile_Carousel {
    width: 640px; /*extend the width to have the right calculation for the carousel with the margin distances*/
}

div.LD_Tile_New.LD_Tile_Dynamic_Small,
div.LD_Tile_New.LD_Tile_Dynamic_Small div.LD_Tile_Carousel {
    width: 320px; /*extend the width to have the right calculation for the carousel with the margin distances*/
}

div.LD_Tile_New div.LD_Tile_Dynamic_Title {
    width: 280px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;    
    max-width: 280px;
    font-weight:bold;
}

div.LD_Tile_New div.LD_Tile_List_Title {
    min-height: 48px;
}

div.LD_Tile_Dynamic_Wrapper div.LD_Tile_New div.LD_Tile_Dynamic_Title,
div.LD_Tiles_Dynamic_Content div.LD_Tile_New div.LD_Tile_Dynamic_Title,
div.LD_Tiles_Dynamic_Content div.LD_Tile_New div.LD_Tile_Dynamic_Info,
div.LD_Tiles_Dynamic_Content div.LD_Tile_Dynamic_DateRange {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}

/*LD_Tile_Dynamic_Wrapper*/

div.LD_Tiles_Dynamic_Content div.LD_Tile_New h1.LD_Tile_Title {
    margin-top: 16px;
    margin-bottom: 20px;
    margin-left: 7.25px;
    font-size: 20px;
    line-height: 24px;
    padding: 0px;
}

div.LD_Tiles_Dynamic_Content div.LD_Tile_New .LD_Sprite_TileCategory {
    float:left;
    margin-top: 14px;
    margin-bottom: 14px;
}

div.LD_Tiles_Dynamic_Content div.LD_Tile_New div.LD_Tile_ItemDetails .fliesstext {
    height: 72px;
}

div.LD_Tiles_Dynamic_Content div.LD_Tile_ItemDetails {
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    margin-top: 14px;
}

div#contentAreaMain div.LD_Tiles_Dynamic_Content {
    margin-right: 0px;
    margin-left: 0px;
}

div.LD_Tiles_Dynamic_Content {
    width: 960px;
    margin-bottom: unset;
}

div.LD_Tiles_Dynamic_Content div.LD_Tile_New {
    height: 380px;
    margin-bottom: 20px;
}

    div.LD_Tiles_Dynamic_Content div.LD_Tile_New .LD_Sprite_ItemStates {
        margin-top: 9px;
    }

div.LD_Tiles_Dynamic_Content div.LD_Tile_New div.LD_Tile_TopDiv {
    height: 60px;
    margin-right: 20px;
}

    div.LD_Tiles_Dynamic_Content a.slick-slide{
        margin-right: 20px;
    }

div.LD_Tile_ImageWrapper a:not(.aspNetDisabled) div.LD_HoverState,
div.LD_Tile_ImageWrapper a div.LD_HoverState, a div.LD_Tile_ImageWrapper div.LD_HoverState {
    display: none;
    background-image: url(../../Images/_SysImages/LearnerDesktop/hover_itemLink.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

div.LD_Tile_ImageWrapper a:not(.aspNetDisabled):hover div.LD_HoverState,
div.LD_Tile_Carousel a:hover div.LD_Tile_ImageWrapper > div.LD_HoverState,
div.LD_Tile_New a:hover div.LD_Tile_ImageWrapper > div.LD_HoverState {
    display: block;
}

div.LD_Tile_ImageWrapper {
    position:relative;
}

div.LD_Tiles_Dynamic_Content div.LD_Tiles_Dynamic_NewContent span.LD_NoEntriesFound {
    position: absolute;
    display: block;
    width: 100%;
    height: 320px;
    text-align: center;
    line-height: 320px;
    font-size: 16px;
}

div.slick-sliderspacer {
    position:absolute; 
    top: 0px; 
    right: 0px; 
    width: 20px; 
    height: 380px; 
    margin-right:0px !important; 
    background: #EEEEEE;
}

/* Start client bound tile list styles */
.clientBoundTileList {
    margin-left: -20px;
}

.clientBoundTileList .LD_Tile_New {
    float:left;
    padding: 10px 0 10px 20px;
    max-width: 300px;
    width: 31.2%;
}

.clientBoundTileList .LD_Tile_Dynamic_Image {
    opacity: 1;
}

.clientBoundTileList .LD_Tile_Dynamic_Title {
    white-space: unset;
}
/* End client bound tile list styles */