﻿
.RootPageTitle h1 {
    margin-left: 15px;
    margin-top: 9px;
    font-size: 1.4em;
    padding-bottom: 10px !important;
    border-bottom: transparent !important;
    width: auto;
    float: left;
}

    .RootPageTitle h1:after {
        content: ":";
        display: inline;
        background-color: transparent !important;
        border: none !important;
    }

.CompareStatus {
    margin: 0 14px 20px 14px;
    display: block;
    clear: both;
    display: block;
    width: 98%;
    background-color: #fff;
    padding: 10px;
    float: left;
    border: solid 1px #ddd;
    border-radius: 5px;
}

    .CompareStatus .clearAll {
        background-color: #fff2f2;
        color: #006699;
        border: solid 1px #ffcccc;
        padding-right: 10px;
    }

.generalButton, .pnlCourseRightMenu a, .pnlCourseRightMenu input[type=submit] {
    min-width: 50px;
    box-sizing: border-box;
}

.baseTable {
    border: none !important;
    border-collapse: separate;
    border-spacing: 15px 0;
    width: 100%;
}

    .baseTable tr {
        border: none !important;
    }



    .baseTable > tbody > tr > td {
        width: 300px;
        border: solid 1px #fff;
        border-bottom: dotted 1px #e6e6e6;
        border-top: dotted 1px #e6e6e6;
        padding: 10px;
        background-color: #fff;
        transition: linear all .3s;
        -moz-box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%);
        box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%);
        word-break: break-word !important;
        overflow: hidden;
        min-width: 300px;
    }

.triCompare > tbody > tr > td {
    width: 29% !important;
}

.duoCompare > tbody > tr > td {
    width: 49% !important;
}

.quadCompare > tbody > tr > td {
    width: 24% !important;
}

.tblCourseDates button {
    padding: 2px;
    font-size: 0.8em;
    text-wrap: nowrap;
}

.tblCourseDates {
    font-size: 0.85em;
}

.divTitleBlock {
    display: inline-block;
    background-color: #006699;
    line-height: 10px;
    color: #fff;
    padding: 5px;
    clear: both;
    margin: -11px 0 5px -11px;
    font-size: 0.9em;
    border-radius: 5px;
}

.titles {
    font-weight: bold;
    color: #006699;
    font-size: 1.2em;
}

    .titles tr:hover {
        background-color: transparent !important;
    }

    .titles td {
        border-top: solid 1px #cfcfcf;
        padding: 20px 5px;
        border-bottom: none !important;
        text-align: center;
    }

.titleBg {
    background-repeat: no-repeat;
}

.cost td {
    border-bottom: none !important;
    text-align: center;
    border-top: none !important;
}

.courseDuration td {
    text-align: center;
}




.baseTable tr:hover td {
    background-color: #fff;
}

.OutlinesHolder {
    border: solid 1px red;
    display: block;
}

.btnMoreInfoOnDates {
    border: none;
    background-color: transparent;
    color: #666;
    font-style: italic;
    font-size: 0.85em;
}

.contentTitle {
    font-size: 1.15em;
    margin: 35px 0 5px 15px;
    color: #4d4d4d;
    position: relative
}

    .contentTitle:before {
        -webkit-border-radius: 2.5px;
        border-radius: 2.5px;
        height: 5px;
        width: 5px;
        content: " ";
        position: absolute;
        background-color: #224859;
        top: 10.5px;
        left: -13px;
    }

.firstDayInfo {
    float: left;
    margin-right: 15px;
}

.AllScheduledDates {
    visibility: hidden;
    display: none;
}

.outlineViewAllCourseDates:hover .AllScheduledDates {
    visibility: visible;
    display: inherit;
    position: absolute;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 4px 0 rgba(133,133,133,.8);
    top: 0px;
    left: 20%;
    z-index: 80;
    -moz-box-shadow: 0 2px 4px 0 rgba(133,133,133,.8);
    box-shadow: 0 2px 4px 0 rgba(133,133,133,.8);
    background-color: #fff;
    height: auto;
    font-style: normal;
    width: 200px;
    padding: 5px 10px;
    font-size: 0.9em;
}

.outlineViewAllCourseDates:hover .ScheduledIDay {
    line-height: 1.5em;
    border-bottom: dotted 1px #e2e2e2;
    padding: 5px 0;
    clear: both;
    display: block;
}

.outlineViewAllCourseDates:hover .AllScheduledDates:before {
    display: block;
    width: 100%;
    height: 35px;
    font-style: italic;
    color: #43718a;
    content: "Dates for this scheduled course";
    line-height: 1.4em;
}

.ulPrereqsForThisCourseOutline li, .ulObjectivesForThisCourseOutline li, .ulWhatsIncludedForThisCourseOutline li, .ulTrainingOptionsForThisCourseOutline li, .ulTargetAudienceForThisCourseOutline li {
    margin-left: 13px;
    position: relative;
}

    .ulPrereqsForThisCourseOutline li:before, .ulObjectivesForThisCourseOutline li:before, .ulWhatsIncludedForThisCourseOutline li:before, .ulTrainingOptionsForThisCourseOutline li:before, .ulTargetAudienceForThisCourseOutline li:before {
        -webkit-border-radius: 2.5px;
        border-radius: 3px;
        height: 3px;
        width: 3px;
        content: " ";
        position: absolute;
        background-color: #737373;
        top: 14px;
        left: -10px;
    }

.outlineViewAllCourseDates {
    clear: both;
    display: inline-block;
}

.ScheduledCourseFirstDay {
    display: block;
    border: dotted 1px #ccc;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 32px;
    width: 100%;
    position: relative;
}

    .ScheduledCourseFirstDay .lbBtn {
        min-width: 80px;
        width: 80px;
        margin: 0;
        position: absolute;
        right: 0px;
        bottom: 0px;
        background-color: #f7fdff;
    }

@media all and (max-width:500px) {
    .scheduledCourseI {
        position: relative;
    }

    .ScheduledCourseFirstDay .outlineViewAllCourseDates {
        width: 100%;
        display: block;
        clear: both;
    }

    .ScheduledCourseFirstDay .firstDayInfo {
        width: 70%;
    }
}

@media all and (max-width:350px) {
    .scheduledCourseI {
        position: inherit;
    }

    .ScheduledCourseFirstDay .firstDayInfo {
        width: 100%;
    }

    .scheduledCourseI .ScheduledCoursebtnBook {
        position: inherit;
        width: 100%;
    }
}

.scheduledCourseI .ScheduledCoursebtnBook {
    position: inherit;
    width: 100%;
}



.firstDayInfo {
    float: left;
    margin-right: 15px;
}

.scheduledCourseI {
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
}




    .scheduledCourseI .ScheduledCoursebtnBook {
        /* float: right; */


        line-height: 26px;
        border-radius: 2px;
        text-align: center;
        width: 100%;
        margin-top: 20px !important;
        -webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
        font-size: 0.85em;
    }

.baseTable td.invisibleTd {
    border-bottom: dotted 1px transparent !important;
    border: dotted 1px transparent !important;
}



.pnlCourseOptionsRightMenu .ipu {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 0px;
    width: 21px;
    overflow: hidden;
    padding-top: 19px;
    font-size: 0.8em;
}

.pnlCourseRightMenu .sT { 
    font-size: 0.75em;
    display: block;
    margin-top: 20px;
}

.pnlCourseRightMenu .inT {
    font-size: 1.75em;
    width: 100%;
    display: inline-block;
    clear: none;
}



.pV {
    font-size: 0.5em;
}

.pnlCourseOptionsRightMenu .ipu:before {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 21px;
    width: 0px;
    content: "";
}

.pnlCourseOptionsRightMenu .CI {
    display: inline-block;
    height: 21px;
    background-color: #fff;
    position: relative;
    width: 21px;
    background: url(/lib/aesthetics-graphics/icons/clbtnsoutlines.png) no-repeat -12px -172px;
    content: "";
}

.pnlCourseOptionsRightMenu .ipu {
    margin: 30px 0 0 28px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.pnlCourseOptionsRightMenu:hover {
    background-color: #ccc;
}

    .pnlCourseOptionsRightMenu:hover .ipu {
        height: auto;
        opacity: 1;
        right: 0px;
        width: 100%;
        line-height: 1.5em;
        opacity: 1;
        -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        border: solid 1px #cfcfcf;
        background-color: #fff;
        z-index: 90;
        padding: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    }

    .pnlCourseOptionsRightMenu:hover .iipu {
        display: block;
        width: 100%;
        font-size: .8em;
        text-transform: uppercase;
        margin: -2.5px 0 5px 0px;
    }






.pnlCourseOptionsRightMenu {
    position: relative;
    display: block;
    width: auto;
    color: #595959;
    clear: both;
    padding-left: 26px;
}

    .pnlCourseOptionsRightMenu:before {
        height: 25px;
        width: 20px;
        content: "";
        position: absolute;
        background: url(/lib/aesthetics-graphics/icons/clbtnsoutlines.png) no-repeat center -196.5px;
        margin-left: -26px;
    }

.compareItem {
    cursor: pointer;
    background-color: #f5fff8;
    display: inline-block;
    padding: 0 40px 0 10px;
    font-size: 0.9em;
    border: solid 1px #00e649;
    height: 38px;
    line-height: 38px;
    margin-right: 5px;
    border-radius: 5px;
    color: #006699;
    position: relative;
}

    .compareItem:after {
        content: " x";
        position: absolute;
        width: 15px;
        height: 15px;
        right: 10px;
        top: 10px;
        line-height: 14px;
        font-size: 12px;
        border-radius: 5px;
        margin: 0 0 0 5px;
        color: #009930;
        text-align: center;
        border: solid 1px #99ffb9;
    }

    .compareItem:hover:after {
        border: solid 1px #00b339;
    }

.CompareStatus .clearAll:after {
    display: none;
}


.btnAddCourse {
    display: inline-block;
    padding: 0 5px;
    border-radius: 2px;
    color: #006699;
    background-color: #fcfcfc;
    width: 180px;
    display: inline-block;
    border: solid 1px #ccc;
    font-size: 0.85em;
    cursor: pointer;
    margin: 0 5px 0 0 !important;
    height: 38px;
    line-height: 38px;
    font-style: italic;
    color: #999;
}

    .btnAddCourse:hover {
        color: #006699;
        border: solid 1px #006699
    }

    .btnAddCourse:before {
        content: "+";
    }



.RootPageTitle {
    margin-top: 100px;
}


.compareButton {
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    margin-left: 20px;
    font-family: Poppins,Helvetica,Arial,sans-serif !important;
    line-height: 15px !important;
    padding: 5px 30px 7px 10px;
    transition: all .2s linear;
    text-align: center;
    position: relative;
    border: solid 1px #ccc;
}

.baseTable a.lbBtn, .lbBtn {
    width: 100%;
    min-width: 140px;
    margin: 20px auto 20px auto;
    min-height: 30px;
    line-height: 25px !important;
    display: block;
    font-size: .9em !important;
    background-color: #f1fbff;
    padding: 3px 15px !important;
    color: #0080b3 !important;
    text-align: center;
    border: 1px solid #99e2ff;
    transition: all .2s ease-in-out;
    cursor: pointer;
    border-radius: 5px;
}

    .baseTable a.lbBtn:hover, .lbBtn:hover {
        background-color: #ccf1ff;
        border: 1px solid #4dccff;
        transition: all .2s ease-in-out
    }
/*DDL CSS*/
.DDLHolder {
    display: inline;
    position: relative;
}




.popUpCourseList {
    border: solid 1px #f0f0f0;
    border-top: solid 1px #aaa;
    margin-top: 10px;
    min-height: 200px;
    border-radius: 10px 0 10px 10px;
    max-width: 500px;
    background-color: #fff;
    max-height: 300px;
    overflow-x: visible;
    overflow-y: scroll;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 300px;
    -webkit-box-shadow: 0 12px 12px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 12px 12px 0 rgb(0 0 0 / 20%);
    z-index: 100;
}

    .popUpCourseList .DDLElement, .ctNothingFound {
        display: block;
        padding-left: 5px;
        margin: 0 8px;
        padding: 3px 8px;
        border-radius: 5px;
        cursor: pointer;
        border: solid 1px #fff;
    }

.ctNothingFound {
    cursor: default;
}

.popUpCourseList .DDLElement:hover {
    background-color: #f1f4ff;
    color: #006699;
    border-radius: 5px;
}

.DDLInputHolder {
    position: relative;
    width: 100%;
    background-color: #fcfcfc;
    padding: 10px;
    height: 50px;
    margin: 5px 0 10px 0;
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
}

.ListDDLFilter {
    border: Solid 1px #ccc;
    border-bottom: solid 1px #006699;
    width: 100%;
    background-color: #f9f9f9;
    padding: 5px 10px;
    color: #006699;
}

.CloseCourseTitlesPopOut {
    position: absolute;
    top: 30px;
    left: 299px;
    line-height: 27px;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    border: dotted 1px #ccc;
    z-index: 100;
    -webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
    border-radius: 2px;
    border: solid 1px #888;
    border-left: solid 1px #fff;
    border-top: solid 1px #aaa;
}

.emptyCourseTxt {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 31px;
    width: 20px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
}

.NothingToCompare {
    display: block;
    clear: both;
    background-color: #fff;
    display: block;
    border: solid 1px #ccc;
    padding: 20px;
    max-width: 300px;
    color: #006699;
    margin-left: 1%;
}

.isHeightRestricted {
    height: 300px !important;
}

.heightRestriction {
    height: auto;
    padding-bottom: 50px;
    position: relative;
    display: block;
    overflow: hidden;
}

    .heightRestriction .HeightRestrictionToggle {
        position: absolute;
        border: solid 1px #006699;
        bottom: 0px;
        right: 0px;
        width: auto;
        height: 30px;
        background-color: #fff;
        font-weight: bold;
    }

        .heightRestriction .HeightRestrictionToggle:hover {
            background-color: #f6f6f6;
        }

        .heightRestriction .HeightRestrictionToggle:after {
            content: "+ Expand";
        }

.CompareDatesHolder {
    margin-top: 10px;
    max-height: 330px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .CompareDatesHolder .SingleDate {
        margin-top: 10px;
        margin-bottom: 30px;
    }

ScheduledDateVenue {
    min-width: 70px;
    padding: 2px;
}

.tblCourseDates td {
    padding: 0 3px 0 0;
}
