﻿body {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    color: #222222;
}
a {
    text-decoration: none;
    color: white;
}
a:visited {
    color: white;
}
.clear {
    clear: both;
}
form {
    max-width: 666px;
    margin: auto;
    padding-bottom: 60px;
}
#iOSAppLaunch {
    max-width: 980px;
}
    #iOSAppLaunch .imageContainer {
        border-bottom: 2px solid #f5f5f5;
        padding-bottom: 25px;
        padding-top: 25px;
        margin: auto;
    }
    .linkImages {
        height: 140px;
        float: left;
        margin: auto;
    }
    #iOSAppLaunch #panoptoLeader h2 {
        font-size: 24pt;
        text-align: left;
        margin-bottom: 5px;
        margin-top: 15px;
        font-weight: normal;
        color: #222222;
    }
    #iOSAppLaunch #download {
        margin-top: 30px;
    }
    #iOSAppLaunch #panoptoLeader span {
        font-size: 18pt;
        text-align: left;
        color: #888;
    }
    #iOSAppLaunch .panopto-logo-ios,
    #iOSAppLaunch .panopto-logo-android,
    #iOSAppLaunch .textContainer {
        float: left;
    }
    #iOSAppLaunch .textContainer {
        padding-left: 15px;
        margin-top: 15px;
    }
    #iOSAppLaunch .panopto-logo-ios {
        width: 140px;
        height: 140px;
        background: url('../../Images/icon_panopto.png') no-repeat;
        background-size: contain;
    }
    #iOSAppLaunch .panopto-logo-android {
        width: 140px;
        height: 140px;
        background: url('../../Images/nag_screen_icon_android.png') no-repeat;
        background-size: contain;
    }
    .app-store,
    .ios-app-store {
        width: 200px;
        padding-left: 40px;
        margin: auto;
    }
    .ios-app-store {
        margin-top: 6px;
    }
    .break {
        height: 60px;
    }
    .greyText {
        color: #696969;
        font-size: 15pt;
    }
    .alreadyText {
        display: block;
        margin-bottom: 15px
    }
    #iOSAppLaunch .launcher {
        display: block;
        border-radius: 5px;
        background: #464646;
        color: white;
        width: 280px;
        margin: auto;
        margin-bottom: 20px;
        padding: 20px;
        cursor: pointer;
    }
        #iOSAppLaunch .launcher .text {
            text-align: center;
            font-size: 15pt;
        }
        #iOSAppLaunch .launcher .subtext {
            color: #888;
        }

.redirect-cookie-message {
    margin-top: 40px;
}

.redirect-cookie-message a {
    color: #0099CC;
}

@media only screen and (max-device-width: 480px) {

    body {
        width: 640px;
        padding-bottom: 30px;
    }

    form {
        width: 380px;
        padding-bottom: 10px;
    }

    #iOSAppLaunch {
        width: 380px;
        max-width: 380px;
    }
        #iOSAppLaunch .imageContainer {
            margin-bottom: 20px;
            padding-bottom: 0px;
            border-bottom: none;
        }

        #iOSAppLaunch .appStoreSVG {
            height: 60px;
            margin: auto;
            padding-left: 0px !important;
        }

        #iOSAppLaunch #download {
            margin-top: 0px;
        }

        #iOSAppLaunch .break {
            display: none !important;
        }
}
@media only screen and (max-device-width: 480px) and (orientation: landscape) {

    body {
        width: 640px;
    }

    form {
        width: 340px;
        padding-bottom: 10px;
    }
}
/* iPhone portrait */
@media only screen and (max-device-width: 480px) and (orientation: portrait) {

    body {
        width: 480px;
    }

    form {
        width: 380px;
        padding-bottom: 10px;
    }
    .linkImages {
        width: 390px;
    }
    .ios-app-store,
    .app-store {
        width: 321px !important;
        padding-left: 0px;
        margin-top: 30px;
    }
}
