﻿@media(max-width:480px) {

    .menuTile {
        width: 100%;
        margin-left:0px;
    }

    .genericPopUp {
        width: calc(100% - 20px) !important;
        padding: 20px !important;
    }

    #welcomePopup {
        width: calc(100% - 60px) !important;
        left: 0 !important;
        margin-left: 10px !important;
    }

    #OrderReview {
        min-width:200px !important;
    }

    #buyCourseCreditsPopup {
        height:500px !important;
    }

    #buyCourseCreditsCourseName {
        font-size:14px !important;
        line-height:unset;
    }

    #tb_BuyCourseCredits,  #lbl_BuyCourseCredits, #tb_BuyCredits {
        float:none;
    }

/*    #a_CancelBuyCourseCredits, #a_ContineBuyCourseCredits, #a_CancelCredits, #a_ContineBuyCredits, #a_CancelAllocation, #a_ContinueAllocation {
        width:95%;
    }
*/
    .PopUpNavButtons {
        float:none !important;
        position:relative !important;
        right:0px !important;
    }

/*    #allocationPopup {
        height:750px !important;
    }
*/
/*    #allocationNameList {
        height:calc(100% - 300px) !important;
    }
*/
    .licensesRemaining {
        bottom:unset;
        position:relative;
    }

}

@media(max-width:600px) {

    #OrderReview {
        width:auto !important;
    }

}

@media(max-width:768px) {
/*    .genericPopUp {
        width: calc(100% - 30px) !important;
        margin-left:5px !important;
        left:0px !important;
        padding:10px 0px 10px 10px !important;
        max-width:calc(100% - 20px) !important;
    }

    #welcomePopup.genericPopUp {
        padding: 10px !important;
    }
*/
    #tb_MembershipNumber {
        width: 95%;
    }

    .c_RegisterCompany {
         width:92% !important;
         min-width:92% !important;
    }

    #CreateEditUser {
        width:95% !important;
        left:20px !important;
    }

    #allocationPopup {
        width: calc(100% - 100px) !important;
        height: calc(100% - 40px);
        margin-top: 0;
        margin-left: 0;
        left: 20px !important;
        top: 15px;
    }
}

@media(max-width:1008px) {
    #d_Header_Content {
        height: auto;
        min-height: 200px;
    }

    .d_Logo {
        height: 200px;
        background-position: 50% 130px;
    }

    .Default .d_Logo, .RegisterCompany .d_Logo{
        background-position: 50% 50%;
    }

    .c_RegisterCompany {
        width: 80% !important;
    }

    .columnRight {
        width:100% !important;
        display:inline-block !important;
    }

    .columnLeft {
        width: calc(100% - 10px) !important;
        background-color: #FFF;
        float: none;
        display: inline;
    }

    .Courses #backButton {
        position: relative;
        top: inherit;
        left: inherit;
        margin-left: 15px;
        margin-top: 25px;
        display: inline-block;
        float: none;
    }
    .Courses #searchCourses {
        position: relative;
        top: inherit;
        left: inherit;
        margin-top: 25px;
        display: inline-block;
    }
    #tbl_AllCourses {
        width: calc(100% - 30px) !important;
    }

    .Courses #d_Header_Content {
        height: 150px;
    }
    .Courses .d_Logo {
        background-position: 50% bottom;
        height: 150px;
    }
    .Default .d_Logo {
        top: 0;
        background-position: 50% 50%;
    }
}

@media(max-width:767px) {
    .nameDivider {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}

@media(max-width: 500px) {
    #LogOut {
        position: relative;
        width: calc(100% - 40px);
        right: inherit;
        margin-left: 20px;
        text-align: left;
    }

    .nameDivider {
        display: none !important;
    }

    #LogOut a[id="a_User_Guide"] {
        display: block;
        margin-bottom: 10px;
    }

    .SignOutBtn {
        display: block;
        padding-left: 0;
        margin-bottom: 10px;
    }

    .ConsoleLink {
        display: block !important;
        float: none !important;
        text-align: left !important;
        margin-bottom: 10px !important;
    }

    #LoggedInUserName {
        display: block;
        margin-bottom: 10px;
    }

    .Users .d_Logo {
        background-position: 50% bottom;
    }

    .Courses #searchCourses {
        display: block;
        margin-left: 15px;
        margin-top: 10px;
    }
}