/* Minification failed. Returning unminified contents.
(21,21): run-time error CSS1035: Expected colon, found '{'
(76,8): run-time error CSS1035: Expected colon, found '{'
(92,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(110,11): run-time error CSS1035: Expected colon, found ','
(131,19): run-time error CSS1035: Expected colon, found '{'
 */
// DO NOT DELETE THIS UNLESS YOU CHECKED IT IS NOT USED
.showOnPrint {
    display: none;
}

#courseInformationPermalink {
    position: relative;
}

.modalTitle {
    font-size: 1.5em;
}
#course-actionsbar{
    margin-top:7px;
}

.permalinksCurrentVersionLink, .permalinksNewestVersionLink {
    clear: both;
    margin-bottom: 5px; 

    .permalinkLabel {
        width: 30%;
    }

    .permalinkLink {
        width: 70%;
        float: right;

    }
}

.permalinksModal {
    width: 400px;
    padding: 10px;
    border: 3px solid #5E5E5E;
    background-color: white;

    position: absolute;
    left: -350px;

    z-index: 10;
}

.previewBanner {
    width: 300px;
    height: 300px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
}

.warningContainer {
    border: 1px red dotted;
    background: yellow;
    margin: 10px 0;
    padding: 0 10px;
}

.suggestionsBox {
    display: none;
    overflow: auto;
    max-height: 200px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 4px 5px rgba(0,0,0,.15);
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-radius: 4px;

    ul {
        padding: 0;

        & > li {
            list-style: none;
            padding-left: 5px;

            &:hover {
                background-color: #1E90FF;
                color: white;
            }
        }
    }
}

span{
    &.cancelled{
        font-weight:bold;
    }
}
@media print {
    .searchInformation, header, #kunav {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }

    #content {
        margin-top: 0 !important;
    }

    #searchresults {
        td, th {
            font-size: 10px !important;
        }
    }

    #footer {
        display: none;
    }

    // DO NOT DELETE THIS UNLESS YOU CHECKED IT IS NOT USED
    .hideOnPrint{
        display: none;
    }

    // DO NOT DELETE THIS UNLESS YOU CHECKED IT IS NOT USED
    .showOnPrint {
        display: inline;
    }
    .course-item {

        //expanding all items
        .collapse {
            height: auto;
            display: block;
        }
    }
}
