﻿@import url('https://fonts.googleapis.com/css2?family=El+Messiri&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    background-image: url('../Images/Banner.png');
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0px;
    padding: 0px;
    font-family: 'El Messiri', sans-serif;
}

input {
    font-family: 'El Messiri', sans-serif;
    font-size: 15px;
    color: #0d5c68;
    border-radius: 5px;
    margin: 0px 0px 10px 0px;
}

select {
    font-family: 'El Messiri', sans-serif;
    font-size: 18px;
    color: #0d5c68;
    border: 2px solid #1ab3ca;
}


.studentname a {
    border-radius: 20px;
    background-color: #1ab3ca;
    color: White;
    width: 200px;
    height: 30px;
    font-size: 15px;
    border: 0px solid;
    box-shadow: 0 1px 8px rgba(0,0,0,0.3);
    padding: 5px;
}

.banner {
    height: 310px;
    width: 100%;
    margin-bottom: 0px;
    margin-bottom: -75px;
}

.content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.fullwidth {
    width: 1000px;
    display: inline-block;
}

.half-and-quarter {
    width: 750px;
    display: inline-block;
}

.half {
    width: 500px;
    display: inline-block;
}

.quarter {
    width: 500px;
    float: right;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.studentlogin {
    background-image: url('../Images/StudentLogin.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 350px;
    text-align: left;
}

.roundbutton {
    border-radius: 5px;
    background-color: #1ab3ca;
    color: White;
    width: 200px;
    height: 30px;
    font-size: 15px;
    border: 0px solid;
    box-shadow: 0 1px 8px rgba(0,0,0,0.3);
}

    .roundbutton:hover {
        box-shadow: 0 1px 8px rgba(0,0,0,0.6);
    }

.studentimage {
    width: 150px;
    height: 150px;
    text-align: center;
    margin-top: 50px;
    margin-right: -800px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    overflow: hidden;
    background-color: #1ab3ca;
    margin-bottom: -100px;
}

    .studentimage img {
        width: 150px;
        margin-top: -10px;
    }

.studentname {
    width: 350px;
    height: 70px;
    text-align: center;
    margin-top: 90px;
    margin-right: -800px;
    color: #ffffff;
    line-height: 20px;
}

.tooltip {
    position: relative;
}

    .tooltip h3 {
        margin: 12px 0;
    }





    .tooltip .left {
        top: 0px;
        left: 0%;
        padding: 10px;
        transform: translate(0, -50%);
        color: #ffffff;
        background-color: #1ab3ca;
        font-weight: normal;
        font-size: 15px;
        position: absolute;
        z-index: 100000;
        border-radius: 8px;
        box-sizing: border-box;
        box-shadow: 0 1px 8px rgba(0,0,0,0.1);
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.8s;
    }

    .tooltip .left {
        visibility: visible;
        opacity: 1;
    }




        .tooltip .left i {
            position: absolute;
            top: 100%;
            left: 20px;
            margin-left: -15px;
            margin-top: -3px;
            width: 30px;
            height: 15px;
            overflow: hidden;
        }

            .tooltip .left i::after {
                content: '';
                position: absolute;
                width: 15px;
                height: 15px;
                left: 50%;
                transform: translate(-50%,-50%) rotate(45deg);
                background-color: #1ab3ca;
                box-shadow: 0 1px 8px rgba(0,0,0,0.1);
                z-index: 1000000;
            }

    .tooltip .current {
        border: 1px solid #666666;
        padding: 3px 12px 3px 12px;
        margin: 0px;
        color: #333333;
        background-color: #FFFFCC;
        font-weight: bold;
        border-radius: 100%;
        font-size: 18px;
        box-shadow: 0 1px 8px rgba(0,0,0,0.5);
    }





.tooltiplogin {
    display: inline-block;
    position: relative;
    text-align: left;
}

    .tooltiplogin h3 {
        margin: 12px 0;
    }

    .tooltiplogin .right {
        min-width: 200px;
        max-width: 400px;
        top: 50%;
        left: 100%;
        margin-left: 0px;
        transform: translate(0, -50%);
        padding: 15% 10px 15% 10px;
        color: #EEEEEE;
        background-color: #444444;
        font-weight: normal;
        border-radius: 8px;
        position: absolute;
        z-index: 99999999;
        box-sizing: border-box;
        box-shadow: 0 1px 8px rgba(0,0,0,0.5);
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.8s;
    }

    .tooltiplogin:hover .right {
        visibility: visible;
        opacity: 1;
    }

    .tooltiplogin .right img {
        width: 400px;
        border-radius: 8px 8px 0 0;
    }

    .tooltiplogin .text-content {
        padding: 10px 20px;
    }

    .tooltiplogin .right i {
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -12px;
        width: 12px;
        height: 24px;
        overflow: hidden;
    }

        .tooltiplogin .right i::after {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            left: 0;
            top: 50%;
            transform: translate(50%,-50%) rotate(-45deg);
            background-color: #444444;
            box-shadow: 0 1px 8px rgba(0,0,0,0.5);
        }

.ruleslist {
}

{
}

.ruleslist label {
    border: 2px solid #1ab3ca;
    display: inline-block;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 15px;
    width: 200px;
    font-size: 14px;
    color: #0d5c68;
}

.ruleslist inputx {
    margin-left: -20px;
}




/*mobil*/



.choose input {
    padding: 5px;
}

.submitbtn {
    border: 2px solid #003300;
    background-color: #006600;
    line-height: 1.5em;
    color: #FFFFFF;
    text-decoration: none;
    font-size: larger;
    font-weight: bold;
    display: block;
    width: 300px;
    text-align: center;
    border-radius: 20px;
}

.minutescontainer {
    position: fixed;
    top: -50px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.minuteslbl {
    font-size: 300%;
}

.minutes {
    margin-left: auto;
    margin-right: auto;
    padding: 50px 20px 10px 20px;
    width: 300px;
    background-color: #FFFF00;
    border-radius: 10px;
}

.progressbg {
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: -40px;
    left: 0px;
    width: 100%;
    height: 50px;
    background-color: #f0412c;
    border-radius: 0px;
    /* background-image: url('Images/12.png');*/
}

.progress {
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: -40px;
    left: 0px;
    height: 50px;
    background-color: #c9cd42;
    border-radius: 0px;
    /*background-image: url('Images/12.jpg');*/
}


/*mobil eend */

/*pc */

/*pc end */