﻿/*LAYOUT FOR NEW STYLE IN THE CONTAINER*/
div#mainPageArea {
    border: 0px;
}

/*needed for inner layout of the new info pages*/
div.LD_PageArea.Rebrush #contentAreaMain {
    padding-left: 0px;
    padding-right: 0px;
}

div.LD_PageArea.Rebrush #innerContentArea {
    padding-left: 0px;
    padding-right: 0px;
}
/*LAYOUT FOR NEW STYLE IN THE CONTAINER*/

/*hack for not displaying the blue border in chrome*/
.LD_ItemInfo_Details *:focus {
    outline-color: transparent;
}

table.LD_ListingTable td.LD_Listing_Column {
    padding-left: 0px;
    padding-right: 0px;
}

  table.LD_ListingTable td.LD_Listing_Column.Item,
  table.LD_ListingTable td.LD_Listing_Column.Item > div {
    width: 461px;
  }


table.LD_ListingTable td.LD_Listing_Column.Status,
table.LD_ListingTable td.LD_Listing_Column.Certificate,
table.LD_ListingTable td.LD_Listing_Column.LearningDuration,
table.LD_ListingTable td.LD_Listing_Column.Costs,
table.LD_ListingTable td.LD_Listing_Column.Date,
table.LD_ListingTable td.LD_Listing_Column.Duration,
table.LD_ListingTable td.LD_Listing_Column.DateAndLocation,
table.LD_ListingTable td.LD_Listing_Column.EducationTime,
table.LD_ListingTable td.LD_Listing_Column.LearningDuration,
table.LD_ListingTable td.LD_Listing_Column.Duration,
table.LD_ListingTable td.LD_Listing_Column.UserParticipation,
table.LD_ListingTable td.LD_Listing_Column.Date {
    width: 30%;
}

table.LD_ListingTable td.LD_Listing_Column.Duration,
table.LD_ListingTable td.LD_Listing_Column.LearningDuration {
    max-width: 70px;
    width: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ItemTitle.LD_RunningText.h-2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 410px;
    display: inline-block;
}

/* Reduce the title width for search where there is less space */
.Search .ItemTitle.LD_RunningText.h-2 {
    max-width: 375px;
}

table.LD_ListingTable td.LD_Listing_Column.ActionButton {
    padding-left: 20px;
    vertical-align: middle;
    min-width: 110px;
    max-width: 200px;
}

table.LD_ListingTable td.LD_Listing_Column.ActionButton div.LD_Sprite_IconLock {
    margin-top: 8px;
}

table.LD_ListingTable td.LD_Listing_Column.MiddleSize {
    min-width: 100px;
    max-width: 200px;
    word-break: break-word;
    /* needed for IE11 */
    word-wrap: break-word;
}

/*Round button styling*/
    /*Button Style FirstNavigation*/
    a.RoundButton.FirstNavigation {
        border-color: #004362;
        background-color: #004362;
    }

        a.RoundButton.FirstNavigation:hover, a.RoundButton.FirstNavigation:focus-visible {
            /* old value as fallback */
            border-color: #0172A2;
            background-color: #0172A2;
            outline: none;

            /* correct value with variable */
            border-color: var(--color-brand);
            background-color: var(--color-brand);
        }

        a.RoundButton.FirstNavigation:focus-visible {
            outline: 2px solid var(--color-brand);
            outline-offset: 2px;
        }

        a.RoundButton.FirstNavigation .textbutton {
            color: #ffffff;
        }

        a.RoundButton.FirstNavigation.Disabled {
            border-color: #ccc;
            background-color: #ccc;
        }

            a.RoundButton.FirstNavigation.Disabled div.LD_Sprite_Button {
                background-position-x: -60px;
            }

            a.RoundButton.FirstNavigation.Disabled:hover {
                background-position-x: -60px;
                border-color: #ccc;
                background-color: #ccc;
            }

            a.RoundButton.FirstNavigation.Disabled .textbutton {
                color: #fff;
            }

    /*Button Style SecondNavigation*/
    a.RoundButton.SecondNavigation {
        border-color: #0172A2;
        background-color: #ffffff;
    }

    a.RoundButton.Disabled .textbutton {
        color: #0172A2;
    }

    a.RoundButton.SecondNavigation:hover, a.RoundButton.SecondNavigation:focus-visible {
        border-color: #0172A2;
        background-color: #0172A2;
        outline: none;
    }

        a.RoundButton.SecondNavigation:focus-visible {
            outline: 2px solid var(--color-brand);
            outline-offset: 2px;
        }

        a.RoundButton.SecondNavigation:hover .textbutton, a.RoundButton.SecondNavigation:focus-visible .textbutton {
            color: #fff;
        }

    a.RoundButton.SecondNavigation.Disabled {
        border-color: #CCC;
        background-color: #ffffff;
        cursor: default;
    }

        a.RoundButton.SecondNavigation.Disabled .textbutton {
            color: #CCC;
        }

        a.RoundButton.SecondNavigation.Disabled:hover {
            border-color: #CCC;
            background-color: #ffffff;
            color: #CCC;
        }


    a.LD_Button.RoundButton.SecondNavigation:hover .textbutton {
        color: #fff;
    }

/*Round button styling*/

table.LD_ListingTable {
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
    width: 100%;
}

td.LD_Listing_Column.ItemTypeTitle > div > span {
    display: block;
    word-wrap: break-word;
    max-width: 600px;
}

table.LD_ListingTable .LD_ListingEntries tr {
    border-top: 1px solid;
    border-top-color: #D5D5D5;
}

    table.LD_ListingTable .LD_ListingEntries.NoHeader tr:first-of-type {
        border-top: 0px none;
    }

    table.LD_ListingTable .LD_ListingEntries .LD_Sprite_VoluntaryOverride_Toggle,
    div.LD_Tiles_Dynamic_Content a.LD_Sprite_VoluntaryOverride_Toggle,
    .LD_ItemInfoHeader a.LD_Sprite_VoluntaryOverride_Toggle {
        margin-top: 9px;
        margin-left: 5px;
        margin-right: 5px;
    }

    table.LD_ListingTable thead.LD_ListingHeading td,
    table.LD_ListingTable tr.LD_ListingFilters td {
        padding-top: 10px;
        padding-bottom: 9px;
        padding-left: 20px;
    }

        table.LD_ListingTable thead.LD_ListingHeading td:first-child,
        table.LD_ListingTable tr.LD_ListingFilters td:first-child,
        table.LD_ListingTable tbody.LD_ListingEntries td:first-child {
            padding-left: 0px;
        }

        table.LD_ListingTable thead.LD_ListingHeading td > span {
            margin: 0px;
        }

    table.LD_ListingTable tbody.LD_ListingEntries td {
        vertical-align: top;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 20px;
        line-height: 20px;
    }

        table.LD_ListingTable tbody.LD_ListingEntries td.LD_Listing_Column.Item {
            padding-top: 10px;
        }

        table.LD_ListingTable tbody.LD_ListingEntries td.LD_Listing_Column.Item > div > a {
            display: inline-block;
        }

        table.LD_ListingTable tbody.LD_ListingEntries td.LD_Listing_Column.Email {
            padding-top: 5px;
        }

    table.LD_ListingTable tbody.LD_ListingEntries .LD_Entry_Thumbnail {
        display: inline-block;
        vertical-align: top;
        float: left;
        position: relative;
    }

        table.LD_ListingTable tbody.LD_ListingEntries .LD_Entry_Thumbnail > a {
            display: block;
            height: 100%;
        }

    table.LD_ListingTable tbody.LD_ListingEntries div.LD_RunningText > a > .LD_Sprite_ItemArrow.Right {
        line-height: 20px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    table.LD_ListingTable tbody.LD_ListingEntries .ImageDescription {
        margin-top: 10px;
    }

    table.LD_ListingTable tbody.LD_ListingEntries .ItemDescription {
        margin-left: 20px;
        display: inline-block;
        vertical-align: top;
        width: 300px;
        height: 96px;
        max-height: 96px;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 300px;
        margin-right: 1px;
        position: relative;
    }

        /* Bug: 23758: "please always show descriptions in the table of items on the edu offer info page as justified text." */
        table.LD_ListingTable tbody.LD_ListingEntries .ItemDescription p {
            text-align: justify !important;
        }

.LD_Listing_Loading {
    background-image: url(../../Images/_SysImages/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
}

/* START TABBING*/
/*background loading image for the ajax tabs in the info pages*/
div.LD_Control_TabControl div.tabs > div,
div.ajaxWrapper {
    min-height: 200px;
}

    div.ajaxWrapper .LD_Section_Headline.LD_SmallBottomPadding {
        padding-top: 15px;
    }

    div.ajaxWrapper .LD_LargeBottomPadding {
        padding-bottom: 0px;
    }

        div.ajaxWrapper .LD_LargeBottomPadding:last-child {
            padding-bottom: 25px;
        }

div.LD_Control_TabControl div.tabs > div {
    padding: 0px;
    margin: 0px;
    background-image: url(../../Images/_SysImages/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
}

div.tabs div.tab {
    text-align: left;
    float: left;
    font-size: 15px;
    padding-top: 7px;
    padding-bottom: 2px;
    padding-right: 32px;
}

    div.tabs div.tab.selected,
    div.tabs div.tab.ui-state-active {
        border-bottom-style: solid;
        border-bottom-width: 5px;
        font-weight: bold;
    }

div.tabs:after {
    content: "";
    clear: both;
    width: 0px;
    height: 0px;
}

div.tabs > ul.ui-tabs-nav > li {
    font-size: 16px;
    border-bottom-width: 4px !important;
    text-align: left;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

    div.tabs > ul.ui-tabs-nav > li > a {
        display: inline-block;
    }

        div.tabs > ul.ui-tabs-nav > li > a:focus {
            outline-color: transparent;
        }

        div.tabs > ul.ui-tabs-nav > li > a:focus-visible {
            outline: 2px solid var(--color-brand);
            outline-offset: -1px;
        }

        div.tabs > ul.ui-tabs-nav > li > a > div {
            margin-bottom: 8px;
            margin-right: 25px;
        }

    div.tabs > ul.ui-tabs-nav > li.ui-state-active > a {
        font-weight: bold;
    }

div.tabs ul.ui-tabs-nav {
    border-bottom: 1px solid;
    border-bottom-color: #D5D5D5;
    padding-bottom: 9px;
}

div.tabs ul.ui-tabs-nav li:focus-visible {
    outline: solid 2px var(--color-brand);
}

div.tabs li.LD_MainNavi_Separator {
    display: none;
}

.ui-tabs .ui-tabs-nav {
    margin-bottom: 0px;
}


div.tabs {
    padding: 0px;
    margin: 0px;
    margin-bottom: 14px;
}

    div.tabs div.tab {
        text-align: left;
        float: left;
        font-size: 15px;
        padding-top: 7px;
        padding-bottom: 2px;
        padding-right: 32px;
    }

        div.tabs div.tab.selected {
            border-bottom-style: solid;
            border-bottom-width: 5px;
            font-weight: bold;
        }

    div.tabs:after {
        content: "";
        clear: both;
        width: 0px;
        height: 0px;
    }
/* END TABBING*/

/*START ELLIPSIS - styling for the multiline ellipsis in the infor page*/
.LD_MultiLineEllipsis {
    overflow: hidden;
    display: inline-block;
}

.LD_TopicAreaInfo span.LD_MultiLineEllipsis.Collapsed {
    height: 6ex;
    max-height: 6ex;
}

.LD_MultiLineEllipsis.LD_AutomaticMultiline.Collapsed {
    height: 0px; /* let the area be hidden initially */
    max-height: 0px;
}

.LD_MultiLineEllipsis.Collapsed {
    height: 96px;
    max-height: 96px;
    width: 100%;
}

.LD_MultiLineEllipsis.Expanded {
    height: auto;
    max-height: inherit;
    width: 100%;
}

.LD_MultiLineEllipsis p {
    text-align: left; /* by default align should be left (because that info wont be saved to db as other align options) */
}

.LD_MultiLineEllipsis > p:last-of-type {
    margin-bottom: 25px;
}
/*END ELLIPSIS - styling for the multiline ellipsis in the infor page*/

/* START TOGGLER FOR MULTILINE */
div.ToggleContainer > a.Toggle {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #EEEEEE;
    padding-left: 7px;
    text-decoration: none;
}

    div.ToggleContainer > a.Toggle > span,
    div.ToggleContainer > a.Toggle:hover > span {
        font-size: 13px;
        line-height: 20px;
    }

    div.ToggleContainer > a.Toggle > .LD_Sprite_ItemArrow {
        margin-right: 3px;
    }

        div.ToggleContainer > a.Toggle > .LD_Sprite_ItemArrow.Up {
            margin-top: 8px;
        }

        div.ToggleContainer > a.Toggle > .LD_Sprite_ItemArrow.Down {
            margin-top: -13px;
        }

div.ToggleContainer.Expanded {
    max-height: 100% !important;
    height: 100% !important;
}


div.ToggleContainer.Small.NumLines2 {
    max-height: 40px;
    height: 40px;
}

/* END TOGGLER FOR MULTILINE */
div.LD_Header div.LD_Information div.LD_RunningText {
    margin-bottom: 12px;
    position: relative;
}

div.LD_ActionContent {
    max-height: 80px;
}

    div.LD_ActionContent.ellipsis-fliesstext {
        text-align: left;
    }

        div.LD_ActionContent.ellipsis-fliesstext::after {
            background-color: #EEEEEE;
        }

    div.LD_ActionContent > a:focus-visible {
        outline-offset: -1.5px;
    }

div.ItemStatusComponent > div.LD_Sprite_ItemStates {
    display: inline-block;
}

div.LD_ActionContent > * {
    margin: 0px;
}

/*div.LD_ItemInfoHeader > div.LD_Header > div.LD_Actions > div:nth-last-child(2).LD_Action.ButtonAction*/
div.LD_ItemInfoHeader > div.LD_Header > div.LD_Actions div.LD_Action.ButtonAction,
div.LD_ItemInfoHeader > div.LD_Header > div.LD_Actions div.LD_Action.RoundItemOpenButton,
div.LD_ItemInfoHeader > div.LD_Header > div.LD_Actions div.RoundModuleVoluntaryOverrideButton {
    float: right;
    margin-right: 0;
    text-align: right;
}

div.LD_ItemInfoHeader > div.LD_Header > div.LD_Actions div.RoundModuleVoluntaryOverrideButton {
    width: 250px;
}

div.LD_ItemInfoHeader > div.LD_Header > div.LD_Actions div.RoundModuleVoluntaryOverrideButton .textbutton {
    max-width: 190px;
}

div.LD_ItemInfoHeader > div.LD_Header > div.LD_Actions div.LD_Action.ButtonAction {
    width: auto;
    clear: right; /* all possible buttons in header below each other */
}

div.LD_ItemInfoHeader > div.LD_Header > div.LD_Actions div.LD_Action.ItemRating {
    width: auto !important; /*needed since barrating is adding style attributes*/
}

div .LD_ItemInfoHeader > div.LD_Header > div.LD_Actions div.LD_ActionContent > div > div.ItemStatusComponent {
    float: left;
    margin-right: 9px;
}

div.LD_Header div.LD_Actions div.LD_Action span.LD_Sprite_ItemStates {
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 6px;
}

div.LD_Header div.LD_Actions div.LD_Action.LiteralDuration .LD_ActionContent > span,
div.LD_Header div.LD_Actions div.LD_Action.LearningDuration .LD_ActionContent > span {
    max-width: 100%;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

div.LD_Header div.LD_Information {
    min-height: 181px;
}

div.LD_Header div.LD_Actions > div {
    float: left;
    min-height: 49px;
    margin-right: 10px;
    width: 110px;
}

div.LD_Header div.LD_Actions > .LD_ClearFloat {
    display:none;
}

div.LD_Header div.LD_Actions .RoundItemBookButton,
div.LD_Header div.LD_Actions .RoundItemOpenButton,
div.LD_Header div.LD_Actions .RoundItemExternalBookButton,
div.LD_Header div.LD_Actions .BlockedRoundItemButton,
div.LD_Header div.LD_Actions .RoundItemFavoriteButton,
div.LD_Header div.LD_Actions .RoundItemCancelButton,
div.LD_Header div.LD_Actions .RoundTrainingTitleReservationButton,
div.LD_Header div.LD_Actions .BookingStatus {
    float: right;
    clear: right;
    text-align: right;
    margin-right: 0;
    width: 255px;
}

div.LD_Header div.LD_Actions .RoundItemRestartBookingButton.LD_Action {
    clear: both;
    float: left;
    margin-right: 0;
    width: auto;
    margin-top: -49px; /* ach! to put it at the same height as the last right floated :( */
}

    div.LD_Header div.LD_Actions .RoundItemBookButton .LD_ActionContent,
    div.LD_Header div.LD_Actions .RoundItemOpenButton .LD_ActionContent,
    div.LD_Header div.LD_Actions .RoundItemExternalBookButton .LD_ActionContent,
    div.LD_Header div.LD_Actions .BlockedRoundItemButton .LD_ActionContent,
    div.LD_Header div.LD_Actions .RoundItemFavoriteButton .LD_ActionContent,
    div.LD_Header div.LD_Actions .BookingStatus .LD_ActionContent {
        display: inline-block;
    }

div.LD_Header div.LD_Actions div.LD_Action div.LD_ActionHeader {
    height: 20px;
    line-height: 20px;
    margin-bottom: 3px;
}

div.LD_Header div.LD_Actions div.LD_Action div.LD_ActionHeader > span {
        height: 20px;
        display: inline-block;
        vertical-align: top;
        float: left;
    }

div.LD_Header div.LD_Actions div.LD_Action .LD_FloatLeft.LD_IconToIcon {
    margin-right: 9px;
}

div.LD_ItemInfoHeader > div.LD_Header {
    position: relative;
}

    div.LD_ItemInfoHeader > div.LD_Header > div.LD_Information {
        width: 622px;
        max-width: 622px;
        margin-right: 20px;
    }

div.LD_ItemInfoHeader > div.LD_ItemInfoImage {
    width: 300px;
    max-width: 300px;
    height: 200px;
    max-height: 200px;
    background-repeat: no-repeat;
}

div.LD_Header > div.LD_RunningText {
    min-height: 103px;
}

div.LD_ItemInfo_Details {
    padding-top: 18px;
}

div.LD_ItemInfoHeader, div.LD_ItemInfo_Details {
    padding-left: 23px;
    padding-right: 23px;
}

div.LD_ItemInfoHeader {
    padding-bottom: 22px;
    min-height: 228px;
    position: relative;
}

    div.LD_ItemInfoHeader > div.LD_Header > div.LD_Information > div.LD_RunningText > a.Toggle {
        display: block;
        left: 0px;
        text-align: right;
    }

        div.LD_ItemInfoHeader > div.LD_Header > div.LD_Information > div.LD_RunningText > a.Toggle.Collapsed {
            background: rgba(238,238,238,0.5);
            background: -moz-linear-gradient(top, rgba(238,238,238,0.5) 0%, rgba(238,238,238,1) 50%, rgba(238,238,238,1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,238,238,0.5)), color-stop(50%, rgba(238,238,238,1)), color-stop(100%, rgba(238,238,238,1)));
            background: -webkit-linear-gradient(top, rgba(238,238,238,0.5) 0%, rgba(238,238,238,1) 50%, rgba(238,238,238,1) 100%);
            background: -o-linear-gradient(top, rgba(238,238,238,0.5) 0%, rgba(238,238,238,1) 50%, rgba(238,238,238,1) 100%);
            background: -ms-linear-gradient(top, rgba(238,238,238,0.5) 0%, rgba(238,238,238,1) 50%, rgba(238,238,238,1) 100%);
            background: linear-gradient(to bottom, rgba(238,238,238,0.5) 0%, rgba(238,238,238,1) 50%, rgba(238,238,238,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0 );
        }

        div.LD_ItemInfoHeader > div.LD_Header > div.LD_Information > div.LD_RunningText > a.Toggle > div.LD_toggleMore_Container {
            background-color: #EEEEEE;
        }

td.LD_Listing_Column.Certificate > a.aspNetDisabled, .LD_Sprite_ItemInfo.Certificate.NoCertificate, .LD_Sprite_ItemInfo.Certificate.NoCertificate:hover {
    cursor: default;
}

div.LD_Subheadline {
    position: relative;
}

div.LD_PageArea div.HomeScreen a.Toggle {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
}

div.LD_PageArea div.HomeScreen div.LD_CustomizedHeadLine h1 {
    font-weight: normal;
    display: inline-block;
    float: left;
    padding-left: 20px;
}

div.LD_PageArea div.HomeScreen div.LD_CustomizedHeadLine > span {
    float: left;
    clear: both;
}

div.LD_PageArea div.HomeScreen a.Toggle .LD_Sprite_ItemArrow.Up {
    margin-top: 9px;
}

div.LD_PageArea div.HomeScreen a.Toggle .LD_Sprite_ItemArrow.Down {
    margin-top: 4px;
}

div.LD_ItemInfo div.LD_ItemInfoHeader div.LD_Header a.Toggle {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

div.LD_ItemInfo div.LD_ItemInfoHeader div.LD_Header div.LD_toggleMore_Container, div.LD_toggleMore_Container {
    display: inline-block;
}

div.LD_ItemInfo div.LD_ItemInfoHeader div.LD_Header div.LD_toggleMore_Container {
    height: 20px;
    line-height: 20px;
}

div.LD_toggleMore_Container .toggleLess {
    display: none;
}

div.LD_toggleMore_Container .LD_Sprite_ItemArrow {
    margin-right: 3px;
}
/*ellipsis appraoch */
.LD_Ellipsis {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40px;
    height: 20px;
    line-height: 30px;
    vertical-align: bottom;
    padding-left: 10px;
}

a.aspNetDisabled {
    cursor: default;
}

.ellipsis-fliesstext {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 20px;
    /*height: 100px;*/
    /* max-height = line-height  * lines max number (5) */
    max-height: 100px;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    /* place for '...' */
    /*margin-right: -16px;*/
    padding-right: 16px;
    font-size: 13px;
    /*padding-left: 20px;*/
    white-space: auto;
}
    /* create the ... */
    .ellipsis-fliesstext:before {
        /* points in the end */
        content: ' ...';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of block */
        right: 0;
        bottom: 0;
    }
    /* hide ... if we have text, which is less than or equal to max lines */
    .ellipsis-fliesstext:after {
        /* points in the end */
        content: '';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of text */
        right: 0;
        /* set width and height */
        width: 16px;
        height: 20px;
        margin-top: 8px;
        /* bg color = bg color under block */
        background: white;
    }

.LD_ItemBooking {
    width: 350px;
}

.menu-search {
    display: inline-flex !important;
}

.burger-search {
    display: none !important;
}

/*START Client Bound List - styling for the multiline ellipsis in the infor page*/
/*END ELLIPSIS - styling for the multiline ellipsis in the infor page*/
