#alevel-basket-wrapper{
    width: 100%;
    text-align: center;
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 0px;
    left: 0px;
}
#alevel-container{
    display:block;
    width: 320px;
    text-align: center;
    position: absolute;
    bottom: -285px;
    transition: bottom 0.5s;
}
#alevel-basket{
    display: block;
    max-width: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    bottom: -138px;
    z-index: 100;

    color: #fff;
    text-align: center;
    float: right;
    // transform: rotate(-90deg);
}

#basket-header {
    background-color: #0079CA;
    position: relative;
    overflow: hidden;
    height: 100%;
}

#basket-hide {
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
    text-align: left;
    float: right;
    cursor: pointer;
}

#basket-hide:hover {
    text-decoration: underline;
}

#alevel-container.hover {
    bottom: 0px;
}
#basket-title{
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
    text-align: left;
    float: left;
}
#basket-title-question{
    display: block;
    float: right;
    background-color: #192D74;
    border-radius: 30px;
    padding: 2px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.basket-course{
    display:block;
    float:left;
    clear:both;
    margin: 5px 0;
    overflow: hidden;
    height: 27px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #0079CA;
    padding-bottom: 3px;
}
.basket-course-del{
    display: block;
    float: right;
    background-color: #0079CA;
    border-radius: 30px;
    padding: 2px;
    width: 20px;
    text-align: center;
    cursor: pointer;

}
#basket-footer{
    clear: both;
    padding: 10px 0;
    font-size: 14px;
    text-align:center;
    color: #fff;
    cursor: pointer;
    background-color: #192D74;
}
.basket-bg{
    background-color: #192D74;
    padding: 10px;
    min-height: 230px;
}
#basket-help{
    text-align: center;
    vertical-align: bottom;
    width: 290px;
    display: block;
    bottom: 34px;
    padding:20px 30px;
    position: absolute;
    color:#0063B8;
    transition-duration: 0.5s;
}
#basket-help .white{
    color: #fff;
    transition-duration: 0.5s;
}
#plus-button{
    display: block;
    float: right;
    background-color: #192D74;
    border-radius: 30px;
    width: 19px;
    height: 19px;
    text-align: center;
    vertical-align: middle;
}
#apply-button{
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    background-color: #0079CA;
    vertical-align: middle;
    padding:10px;
    text-transform: uppercase;
}
.url-textfield{
    display:none;
}
@media screen and (max-width: 600px) {
    #alevel-container {
        width: 100%;
    }
    #alevel-basket {
        max-width: 100%;
    }
    #basket-help {
        width: 100%;
    }
}
