﻿/* BOOTSTRAP OVERRIDES *****************************************************************/

.row,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    margin: 0;
    padding: 0;
}

/* MAIN ********************************************************************************/

body.IsMobile{
    margin-bottom:0px;
}

.content-wrapper {
    padding: 5px;
}

#AppStoreButtons{
    height: 60px;
    margin: auto;
    text-align:center;
}

#AppStoreFooterButton img{
    height: 60px;
    padding: 10px 10px 10px 0;
}

#PlayStoreFooterButton img {
    height: 60px;
    padding: 10px;
}

/* BANNER ******************************************************************************/
.banner {
    opacity: 0.60;
}

.banner-content {
    display: table;
    width: 100%;
}

.banner .animation-wrapper {
    display: table-cell;
    height: 300px;
    padding: 5px;
    text-align: right;
    vertical-align: middle;
    width: 100%;
}

.banner-content h1 {
    font-size: 4em;
    margin: 0;
    padding: 5px;
}

.banner-content span {
    font-size: 1.5em;
    font-style: italic;
    padding: 10px;
}

/* DOWNLOAD BANNER *************************************************************************/

#AppDownloadBannerWrapper{
    width:100%;
    position: fixed;
    bottom: 0;
    padding:0 10px;
    z-index: 100;
}

#AppDownloadBanner {
    max-width: 800px;
    font-weight: 600;
    color: #fff;
    background-image: linear-gradient(170deg, #222, #444);
    padding: 5px 10px 10px 10px;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    font-size: 0.8rem;
}

#BtnCloseAppDownloadBanner{
    display:inline-block;
    cursor: pointer;
}

#DownloadBannerLongText {
    display: none;
}

#AppIcon {
    height: 60px;
    width: 60px;
    margin-right:10px;
}

#AppDownloadBannerButtonContainer{
    margin-left:10px;
}

#AppStoreBannerButton img {
    height: auto;
    width: 120px;
    margin-top: 5px;
}

#PlayStoreBannerButton img {
    height: auto;
    width: 120px;
    margin-right: 5px;
}

@media (min-width: 576px) {

    #AppDownloadBanner {
        font-size: 0.95rem;
        line-height: 0.95rem;
    }

    #DownloadBannerLongText{
        display: inline-block;
    }

    #DownloadBannerShortText{
        display:none;
    }

    #AppStoreBannerButton img{
        margin-top:0px;
    }

    #PlayStoreBannerButton img {
        height:40px;
        width:auto;
        margin-top: 0px;
    }

    #AppStoreBannerButton img {
        height: 40px;
        width: auto;
        margin-top: 0px;
    }
}

/* ACCORDION ******************************************************************************/

.accordion-pane {
    display: block;
    background-color: #f8f8f8;
    min-height: 600px;
}

.ljmu-accordion .sub-tile {
    padding-top: 10px;
    padding-bottom: 10px;
}

#myapplicationsdevicemenu .sub-tile {
    min-height: 250px;
}

#mycoursedevicemenu .col-md-3 .sub-tile {
    min-height: 260px;
}

.title-icon {
    background-color: red;
    color: white;
    display: block;
    border-radius: 100%;
    font-weight: bold;
    height: 75px;
    line-height: 65px;
    margin: 5px auto;
    text-align: center;
    width: 75px;
}

.canvas-title img {
    margin: 3px auto;
    width: 100px;
}

.info {
    background-color: #f8f8f8;
    display: block;
    text-align: center;
}

    .info .sub-tile {
        display: inline-block;
    }

    .info .title {
        color: #bababa;
    }

.grey-scheme {
    background-color: #bababa;
}

.info-title h3 {
    margin: 0;
    padding: 10px;
    line-height: 40px;
    font-size: 1.25em;
}

.info-title i {
    padding: 6px 5px 5px;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    background-color: #666;
    color: #f8f8f8;
}

.info {
    border-top: 3px solid #666;
    min-width: 300px;
}

.info-title h3 span {
    color: #666;
}

.info-tile {
    display: block;
}

    .info-tile:hover {
        text-decoration: none;
    }

    .info-tile span {
        display: block;
        padding: 5px;
        text-align: center;
    }

    .info-tile i {
        border-radius: 100%;
        color: #eee;
        font-size: 1.5em;
        height: 50px;
        line-height: 50px;
        text-align: center;
        width: 50px;
    }

    .info-tile .title {
        color: #666;
        font-size: 1em;
        font-weight: 600;
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .info-tile .description {
        color: #555;
        margin: 0 auto;
        text-align: center;
        max-width: 75%;
        font-size: 0.8em;
    }

.dark-gray-scheme {
    background-color: #666;
}

.info i {
    background-color: #666;
}

