﻿
.courses-container {
    font-family: 'Muli', sans-serif;
    width:100%;
    margin-bottom:10px;
}

.course {
    text-align: left;
    background-color: #ffff;
    border-radius: 10px;
    box-shadow: 0 0 10px #aaa;
    display: flex;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

    .course h6 {
        opacity: 0.6;
        margin: 0;
        text-transform: uppercase;
    }

    .course h2 {;
        margin: 10px 0;
    }

.course-preview {
    background-color: #447274;
    color: #fff;
    padding: 30px;
    max-width: 250px;
}

    .course-preview a {
        color: #fff;
        display: inline-block;
        font-size: 12px;
        opacity: 0.6;
        margin-top: 30px;
        text-decoration: none;
    }

.course-info {
    padding: 30px;
    position: relative;
    width: 100%;
}

.progress-container {
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: right;
    width: 150px;
}

.progress {
    background-color: #ddd;
    border-radius: 3px;
    height: 5px;
    width: 100%;
}

    .progress::after {
        border-radius: 3px;
        background-color: #447274;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 5px;
        width: 66%;
    }

.progress .active {
    padding:13px;
}

.progress-text {
    font-size: 20px;
    opacity: 0.6;
    letter-spacing: 1px;
}

.course .btn {
    background-color: #447274;
    border: 0;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 2px  grey;
    color: #fff;
    font-size: 12px;
    padding: 7px 7px;
    position: absolute;
    bottom: 15px;
    right: 30px;
    letter-spacing: 1px;
}
    .course .btn:hover {
        color:#ffff;
    }
    /* SOCIAL PANEL CSS */
    .social-panel-container {
        position: fixed;
        right: 0;
        bottom: 80px;
        transform: translateX(100%);
        transition: transform 0.4s ease-in-out;
    }

    .social-panel-container.visible {
        transform: translateX(-10px);
    }

.social-panel {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 16px 31px -17px rgba(0,31,97,0.6);
    border: 5px solid #001F61;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Muli';
    position: relative;
    height: 169px;
    width: 370px;
    max-width: calc(100% - 10px);
}

    .social-panel button.close-btn {
        border: 0;
        color: #97A5CE;
        cursor: pointer;
        font-size: 20px;
        position: absolute;
        top: 5px;
        right: 5px;
    }

        .social-panel button.close-btn:focus {
            outline: none;
        }

    .social-panel p {
        background-color: #001F61;
        border-radius: 0 0 10px 10px;
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 2px 17px 6px;
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0;
        transform: translateX(-50%);
        text-align: center;
        width: 235px;
    }

        .social-panel p i {
            margin: 0 5px;
        }

        .social-panel p a {
            color: #FF7500;
            text-decoration: none;
        }

    .social-panel h4 {
        margin: 20px 0;
        color: #97A5CE;
        font-family: 'Muli';
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
    }

    .social-panel ul {
        display: flex;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .social-panel ul li {
            margin: 0 10px;
        }

            .social-panel ul li a {
                border: 1px solid #DCE1F2;
                border-radius: 50%;
                color: #001F61;
                font-size: 20px;
                display: flex;
                justify-content: center;
                align-items: center;
                height: 50px;
                width: 50px;
                text-decoration: none;
            }

                .social-panel ul li a:hover {
                    border-color: #FF6A00;
                    box-shadow: 0 9px 12px -9px #FF6A00;
                }

.floating-btn {
    border-radius: 26.5px;
    background-color: #001F61;
    border: 1px solid #001F61;
    box-shadow: 0 16px 22px -17px #03153B;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 20px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

    .floating-btn:hover {
        background-color: #ffffff;
        color: #001F61;
    }

    .floating-btn:focus {
        outline: none;
    }

.floating-text {
    background-color: #001F61;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-family: 'Muli';
    padding: 7px 15px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 998;
}

    .floating-text a {
        color: #FF7500;
        text-decoration: none;
    }

@media screen and (max-width: 480px) {

    .social-panel-container.visible {
        transform: translateX(0px);
    }

    .floating-btn {
        right: 10px;
    }
}

/*ticket summary css*/
.box {
    position: relative;
}

.ticket {
    width: 400px;
    min-height: 250px;
    height: auto;
    background: #447274;
    box-shadow: 0 0 10px #aaa;
}

.left {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0px;
    left: -5px;
}

    .left li {
        width: 0px;
        height: 0px;
    }

        .left li:nth-child(-n+2) {
            margin-top: 8px;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid #447274;
        }

        .left li:nth-child(3),
        .left li:nth-child(6) {
            margin-top: 8px;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid #EEEEEE;
        }

        .left li:nth-child(4) {
            margin-top: 8px;
            margin-left: 2px;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid #EEEEEE;
        }

        .left li:nth-child(5) {
            margin-top: 8px;
            margin-left: -1px;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-right: 6px solid #EEEEEE;
        }

        .left li:nth-child(7),
        .left li:nth-child(9),
        .left li:nth-child(11),
        .left li:nth-child(12) {
            margin-top: 7px;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid #E5E5E5;
        }

        .left li:nth-child(8) {
            margin-top: 7px;
            margin-left: 2px;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid #E5E5E5;
        }

        .left li:nth-child(10) {
            margin-top: 7px;
            margin-left: 1px;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid #E5E5E5;
        }

        .left li:nth-child(13) {
            margin-top: 7px;
            margin-left: 2px;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid #447274;
        }

        .left li:nth-child(14) {
            margin-top: 7px;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid #447274;
        }

.right {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0px;
    right: -5px;
}

    .right li:nth-child(-n+2) {
        margin-top: 8px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #447274;
    }

    .right li:nth-child(3),
    .right li:nth-child(4),
    .right li:nth-child(6) {
        margin-top: 8px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #EEEEEE;
    }

    .right li:nth-child(5) {
        margin-top: 8px;
        margin-left: -2px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #EEEEEE;
    }

    .right li:nth-child(8),
    .right li:nth-child(9),
    .right li:nth-child(11) {
        margin-top: 7px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #E5E5E5;
    }

    .right li:nth-child(7) {
        margin-top: 7px;
        margin-left: -3px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #E5E5E5;
    }

    .right li:nth-child(10) {
        margin-top: 7px;
        margin-left: -2px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #E5E5E5;
    }

    .right li:nth-child(12) {
        margin-top: 7px;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #E5E5E5;
    }

    .right li:nth-child(13),
    .right li:nth-child(14) {
        margin-top: 7px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #447274;
    }

.content {
    position: absolute;
    top: 40px;
    width: 100%;
    min-height: 180px;
    height: auto;
    background: #ffff;
}

.airline {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: rgba(239 239 239);
}


.jfk {
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: Arial;
    font-size: 38px;
    color: #222;
}

.sfo {
    position: absolute;
    top: 10px;
    left: 180px;
    font-family: Arial;
    font-size: 38px;
    color: #222;
}

.plane {
    position: absolute;
    left: 105px;
    top: 0px;
}

.sub-content {
    background: #ffff;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 70px;
}

.watermark {
    position: absolute;
    left: 5px;
    top: -10px;
    font-family: Arial;
    font-size: 110px;
    font-weight: bold;
    color: rgba(255,255,255,0.2);
}

.name {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: Arial Narrow, Arial;
    font-weight: bold;
    font-size: 14px;
    color: #999;
}

    .name span {
        color: #555;
        font-size: 17px;
    }

.flight {
    position: absolute;
    top: 10px;
    left: 180px;
    font-family: Arial Narrow, Arial;
    font-weight: bold;
    font-size: 14px;
    color: #999;
}

    .flight span {
        color: #555;
        font-size: 17px;
    }

.gate {
    position: absolute;
    top: 10px;
    left: 280px;
    font-family: Arial Narrow, Arial;
    font-weight: bold;
    font-size: 14px;
    color: #999;
}

    .gate span {
        color: #555;
        font-size: 17px;
    }


.seat {
    position: absolute;
    top: 10px;
    left: 350px;
    font-family: Arial Narrow, Arial;
    font-weight: bold;
    font-size: 14px;
    color: #999;
}

    .seat span {
        color: #555;
        font-size: 17px;
    }

.boardingtime {
    position: absolute;
    top: 60px;
    left: 10px;
    font-family: Arial Narrow, Arial;
    font-weight: bold;
    font-size: 14px;
    color: #999;
}

    .boardingtime span {
        color: #555;
        font-size: 17px;
    }

.barcode {
    position: absolute;
    left: 8px;
    bottom: 6px;
    height: 30px;
    width: 90px;
}




