﻿iframe#coursedashboard {
    position: fixed;
    left: 0px;
    width: 100%;
    bottom: -1px;
    z-index: 20;
}

* html iframe#coursedashboard {
    display: none;
}

.unit-content .unit-menu li.inactive a {
    color: #aaa;
    font-weight: 100;
    cursor: default;
}

    .unit-content .unit-menu li.inactive a:hover {
        background-color: transparent;
        cursor: default;
    }


.coursealert {
    display: none; /*none;*/ /* Hidden by default */
    /*position: absolute;*/ /* Stay in place */
    position: fixed;
    z-index: 1010; /* Sit on top */
    left: 50%;
    bottom: 36px;
    width: 200px; /* Full width */
    height: 180px; /* Full height */
    overflow: hidden;
    background-color: transparent;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    opacity: 1;
    transition: display 2s linear;
    font-size: 12px;
}

    .coursealert.hideme {
        display: none !important;
    }

    .coursealert.showme {
        display: block !important;
    }

    .coursealert::after {
        content: "";
        position: relative;
        top: 100%;
        /*left: 50%;*/
        /*margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffb944 transparent transparent transparent;*/
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 20px solid #ffb944;
    }

    .coursealert:hover .coursealert-content {
        visibility: visible;
        opacity: 1;
    }

/* Modal Content/Box */
.coursealert-content {
    border-radius: 6px;
    background-color: #ffb944;
    margin: 16px auto; /* 16px from the top and centered */
    padding: 10px;
    height: 130px;
}

/* The Close Button */
.coursealert .closebtn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 16px;
}

    .coursealert .closebtn:hover,
    .closebtn:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

div.epv_footer {
    margin: 0px;
    padding: 14px 0px 20px 0px;
    border-bottom: solid 2px #fff;
    color: #000;
    font-size: 12px;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 1000px or less */
@media screen and (max-width: 1000px) {
    DIV#coursemenubar DIV.course_menu_button {
        display: none;
    }

    DIV#coursemenubar DIV.course_menu_button_small {
        display: block;
    }

    #coursemenucolumn {
        display: none;
    }

    #contentcolumn {
        margin-left: 0px;
        border-left: none;
    }

    DIV#menubar {
        display: none;
    }

    #bottom_nav_wide {
        display: none;
    }

    #bottom_nav_narrow {
        display: block;
    }

    iframe#coursedashboard {
        height: auto;
    }
}

/* for 480px or less */
@media screen and (max-width: 480px) {
    iframe#coursedashboard {
        height: auto;
    }
}
