﻿
@font-face {
    font-family: "Neo Sans";
    src: url(../fonts/NeoSansPro-Light-v2.ttf) format("truetype");
    font-weight: 100 300;
}

@font-face {
    font-family: "Neo Sans";
    src: url(../fonts/NeoSansPro-Regular.ttf) format("truetype");
    font-weight: 400 500;
}

@font-face {
    font-family: "Neo Sans";
    src: url(../fonts/NeoSansPro-Medium.ttf) format("truetype");
    font-weight: 600 900;
}

body {
    font-family: "Neo Sans";
}

.bkg1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/Image/bkg_login_2.png), url(/Image/loginBG1.png);
    background-repeat: no-repeat round;
    background-position: top left;
    -webkit-box-sizing: border-box;
    bottom: 0;
}


.bkg2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/Image/loginBG.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.bglogo {
    background-image: url('../Image/TIPSAppLogo.png');
    background-repeat: no-repeat;
    background-size: 60%;
    /*background-size: 200px 150px;*/
    background-position: top left;
    background-position-x :20px;
    height: 130px;
}

.bglogoText {
    background-image: url('../Image/TIPSText.png');
    background-repeat: no-repeat;
    background-size: 60%;
    /*background-size: 200px 40px;*/
    background-position: top;
    height: 130px;
    margin-top: 20px;
}
.header_container_part_II {
    width: 100%;
    /*border-top: 0.5px solid #d3d3d3;*/
    border-bottom: 0.5px solid #d3d3d3;
    position: relative;
    display: flex;
    min-height: 35px;
    background-color: #000;
    font-size: x-large;
    color: #FFF;
    padding-left: 20px;
}

.bkg3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/Image/loginBG2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}

.bkg4 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/Image/bkg_login_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}

.col-6 {
    width: 50%
}

#logo img {
    display: table;
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    height: 70px;
    width: 200px;
}

#footer {
    position: fixed;
    width: 100%;
    margin-top: 50px;
    background-color: #130c0e;
    color: #fff;
    padding: 20px 20px 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    bottom: 0;
    left: 0;
    font-family: "Neo Sans", Arial;
}

    #footer ul {
        padding: 0px;
    }

    #footer li {
        display: inline-block;
        padding: 0 5px;
    }

        #footer li:last-child {
            border: none;
        }

    #footer #copyright p img {
        width: 30px;
        height: 30px;
    }


    #footer #nav-footer a {
        text-align: center;
        font-size: 14px;
        color: white;
        padding: 0 5px;
    }

#LoginField {
    height: 400px;
    padding-top: 200px;
    font-family: "Neo Sans", Arial;
}

.menu {
    display: block;
    right: 0;
}

.supportimg {
    position: fixed;
    height: 40px;
    width: 40px;
    margin-left: -20px;
    background-image: url(/Image/support.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}

.contactusimg {
    position: fixed;
    height: 40px;
    width: 40px;
    /*bottom: 350px;*/
    margin-left: -20px;
    background-image: url(/Image/contactus.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}

.aboutmeimg {
    position: fixed;
    height: 40px;
    width: 40px;
    /*bottom: 250px;*/
    margin-left: -20px;
    background-image: url(/Image/AboutMe.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}

.selectFilter {
    filter: invert(1);
}

.support,
.aboutme,
.contactus {
    width: 80%;
    background-color: rgba(255,255,255,0.76);
    font-family: "Neo Sans W01", Arial;
    border-style: solid;
    border-color: rgba(32,182,215,0.3);
    margin: 10% 0 0 10%;
    z-index: 1000;
    position: absolute;
    padding: 0 0 0 10px;
}
#aboutme ul li {
    margin-left: -30px;
    list-style-Type: disclosure-closed;
    padding: 0 0 4px 2px;
}

    #aboutme ul li ul {
        list-style-type: none;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

        #aboutme ul li ul li {
            flex: 3 0 25%;
            padding-left: 5px;
            display: flex;
            align-items: flex-end;
        }

            #aboutme ul li ul li a {
                border-color: black;
                padding: 2px;
                border-radius: 3px;
                border-bottom-style: solid;
            }

.padd00100 {
    padding: 0 0 10px 0;
}

.padd51500 {
    padding: 5px 15px 0 0;
}

.pdl50 {
    padding-left: 50px;
}

.message {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert-danger::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-image: url(/Image/exclamation-triangle.png);
    background-repeat: no-repeat;
    background-size: cover;
   /* margin: -8px 0 0 -10px;*/
   top:10px;
   left:20px;
}

.alert-warning::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-image: url(/Image/Warning-triangle.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*margin: -8px 0 0 -10px;*/
    top: 10px;
    left: 20px;
}

.alert > span {
    padding-left: 30px;
    font-size: 14px;
    font-weight: 600;
}

.layout {
    display: grid;
    gap: 4px;
    grid-template-rows: 100px 40px auto 60px;
    grid-template-columns: 1fr;
    grid-template-areas: 'header' 'sidebar' 'main' 'footer';
    height: 100vh;
}

.tp60{
    top:0px;
}

@media (-webkit-min-device-pixel-ratio: 1) {
    /* Small devices (landscape phones, 576px and up)*/
    @media (min-width: 576px) {
        .layout {
            display: grid;
            grid-template-rows: 200px auto 40px;
            grid-template-columns: 50% auto auto;
            grid-template-areas: 'header header header'
                'sidebar main main'
                'footer footer footer';
            height: 97vh;
        }

        .bglogo {
            /*background-size: 200px 150px;*/
            background-size: 55%;
        }

        .bglogoText {
            /* background-size: 200px 50px;*/
            background-position: center;
            margin-top: 0;
        }

        .supportimg {
            bottom: 60%;
            left: 5px;
            margin-left: 5px;
        }

        .contactusimg {
            bottom: 45%;
            left: 5px;
            margin-left: 5px;
        }

        .aboutmeimg {
            bottom: 30%;
            left: 5px;
            margin-left: 5px;
        }
        .tp60 {
            top: -65px;
        }
        .support, .aboutme, .contactus {
            margin: 15% 0 0 20%;
            padding: 0 0 0 10px;
            position: absolute;
            z-index: 1000;
            width: 150%;
        }

            .support > h1,
            .aboutme > h1,
            .contactus > h1 {
                margin-top: 1px;
            }
    }
    /* Medium devices (tablets, 768px and up)*/
    @media (min-width: 768px) {
        .layout {
            display: grid;
            grid-template-rows: 200px auto 40px;
            grid-template-columns: 50% auto auto;
            grid-template-areas: 'header header header'
                'sidebar main main'
                'footer footer footer';
            height: 97vh;
        }

        .bglogo {
            /*background-size: 280px 180px;*/
            background-size: 45%;
        }

        .bglogoText {
            margin-top: 0;
        }

        .support, .aboutme, .contactus {
            width: 100%;
            margin: 15% 0 0 15%;
        }
    }
    /*Large devices (desktops, 992px and up)*/
    @media (min-width: 992px) {

        .support, .aboutme, .contactus {
            margin: 15% 0 0 5%;
        }

        .layout {
            display: grid;
            grid-template-rows: 200px auto 40px;
            grid-template-columns: 50% auto auto;
            grid-template-areas: 'header header header'
                'sidebar main main'
                'footer footer footer';
            height: 97vh;
        }

        .bglogo {
            /*background-size: 250px 150px;*/
            background-size: 40%;
        }

        .bglogoText {
            background-size: 50%;
            margin-top: 0;
        }

        .bloc-content {
            margin: 50px auto 100px
        }

        #footer #copyright {
            text-align: left;
        }

        #footer #nav-footer a {
            text-align: center;
            font-size: 14px;
            color: white;
            padding: 0 5px;
        }

        #footer #tqa {
            text-align: right;
        }
    }
    /* Extra large devices (large desktops, 1200px and up)*/
    @media (min-width: 1200px) {

        .layout {
            display: grid;
            grid-template-rows: 200px auto 40px;
            grid-template-columns: 50% auto auto;
            grid-template-areas: 'header header header'
                'sidebar main main'
                'footer footer footer';
            height: 97vh;
        }

        .support, .aboutme, .contactus {
            margin: 15% 0 0 5%;
        }

        .bglogo {
            background-size: 40%; /*280px 180px;*/
        }

        .bglogoText {
            background-size: 50%;
            margin-top: 0;
        }
    }
    /* X-Extra large devices (large desktops, 1200px and up)*/
    @media (min-width: 1300px) {

        .layout {
            display: grid;
            grid-template-rows: 200px auto 40px;
            grid-template-columns: 50% auto auto;
            grid-template-areas: 'header header header'
                'sidebar main main'
                'footer footer footer';
            height: 97vh;
        }

        .support, .aboutme, .contactus {
            margin: 15% 0 0 0%;
        }

        .bglogo {
            background-size: 30%; /*280px 180px;*/
        }

        .bglogoText {
            background-size: 50%;
            margin-top: 0;
        }
    }
}

@media (-webkit-min-device-pixel-ratio: 1.25) {

    /* Small devices (landscape phones, 576px and up)*/
    @media (min-width: 576px) {
        .layout {
            display: grid;
            grid-template-rows: 150px auto 40px;
            grid-template-columns: 50% auto auto;
            grid-template-areas: 'header header header'
                'sidebar main main'
                'footer footer footer';
            height: 97vh;
        }

        .tp60 {
            top: 35px;
        }
        .bglogo {
            /*background-size: 200px 150px;*/
            background-size: 55%;
        }

        .bglogoText {
            /* background-size: 200px 50px;*/
            background-position: center;
            margin-top: 0;
        }

        .supportimg {
            bottom: 60%;
            left: 5px;
            margin-left: 5px;
        }

        .contactusimg {
            bottom: 45%;
            left: 5px;
            margin-left: 5px;
        }

        .aboutmeimg {
            bottom: 30%;
            left: 5px;
            margin-left: 5px;
        }

        .support, .aboutme, .contactus {
            margin: 5% 0 0 20%;
            padding: 0 0 0 10px;
            position: absolute;
            z-index: 1000;
            width: 150%;
        }

            .support > h1,
            .aboutme > h1,
            .contactus > h1 {
                margin-top: 1px;
            }
    }

    /* Medium devices (tablets, 768px and up)*/
    @media (min-width: 768px) {
        .layout {
            display: grid;
            grid-template-rows: 200px auto 40px;
            grid-template-columns: 50% auto auto;
            grid-template-areas: 'header header header'
                'sidebar main main'
                'footer footer footer';
            height: 97vh;
        }

        .bglogo {
            /*background-size: 280px 180px;*/
            background-size: 40%;
        }

        .bglogoText {
            margin-top: 0;
        }

        .support, .aboutme, .contactus {
            width: 100%;
            margin: -5% 0 0 15%;
        }
    }

    /*Large devices (desktops, 992px and up)*/
    @media (min-width: 992px) {

        .support, .aboutme, .contactus {
            margin: -5% 0 0 5%;
        }

        .layout {
            display: grid;
            grid-template-rows: 200px auto 40px;
            grid-template-columns: 50% auto auto;
            grid-template-areas: 'header header header'
                'sidebar main main'
                'footer footer footer';
            height: 97vh;
        }

        .bglogo {
            /*background-size: 250px 150px;*/
            background-size: 35%;
        }

        .bglogoText {
            background-size: 50%;
            margin-top: 0;
        }

        .bloc-content {
            margin: 50px auto 100px
        }

        #footer #copyright {
            text-align: left;
        }

        #footer > #nav-footer > a {
            text-align: center;
            font-size: 14px;
            color: white;
            padding: 0 5px;
        }

        #footer #tqa {
            text-align: right;
        }
    }

    /* Extra large devices (large desktops, 1200px and up)*/
    @media (min-width: 1200px) {

        .layout {
            display: grid;
            grid-template-rows: 150px auto 40px;
            grid-template-columns: 50% auto auto;
            grid-template-areas: 'header header header'
                'sidebar main main'
                'footer footer footer';
            height: 97vh;
        }

        .support, .aboutme, .contactus {
            margin: 5% 0 0 5%;
        }

        .bglogo {
            background-size: 30%; /*280px 180px;*/
        }

        .bglogoText {
            background-size: 50%;
            margin-top: 0;
        }
    }

    /* X-Extra large devices (large desktops, 1200px and up)*/
    @media (min-width: 1300px) {

        .layout {
            display: grid;
            grid-template-rows: 200px auto 40px;
            grid-template-columns: 50% auto auto;
            grid-template-areas: 'header header header'
                'sidebar main main'
                'footer footer footer';
            height: 97vh;
        }

        .support, .aboutme, .contactus {
            margin: 0% 0 0 0%;
        }

        .bglogo {
            background-size: 30%; /*280px 180px;*/
        }

        .bglogoText {
            background-size: 50%;
            margin-top: 0;
        }
    }
}


@media (-webkit-min-device-pixel-ratio: 1.5) {

    /* Small devices (landscape phones, 576px and up)*/
    @media (min-width: 576px) {
        .layout {
            display: grid;
            grid-template-rows: 150px auto 40px;
            grid-template-columns: 50% auto auto;
            grid-template-areas: 'header header header'
                'sidebar main main'
                'footer footer footer';
            height: 97vh;
        }

        .tp60 {
            top: 25px;
        }
        .bglogo {
            /*background-size: 200px 150px;*/
            background-size: 55%;
        }

        .bglogoText {
            /* background-size: 200px 50px;*/
            background-position: center;
            margin-top: 0;
        }

        .supportimg {
            bottom: 60%;
            left: 5px;
            margin-left: 5px;
        }

        .contactusimg {
            bottom: 45%;
            left: 5px;
            margin-left: 5px;
        }

        .aboutmeimg {
            bottom: 30%;
            left: 5px;
            margin-left: 5px;
        }

        .support, .aboutme, .contactus {
            margin: 5% 0 0 20%;
            padding: 0 0 0 10px;
            position: absolute;
            z-index: 1000;
            width: 150%;
        }

            .support > h1,
            .aboutme > h1,
            .contactus > h1 {
                margin-top: 1px;
            }
    }

    /* Medium devices (tablets, 768px and up)*/
    @media (min-width: 768px) {
        .layout {
            display: grid;
            grid-template-rows: 200px auto 40px;
            grid-template-columns: 50% auto auto;
            grid-template-areas: 'header header header'
                'sidebar main main'
                'footer footer footer';
            height: 97vh;
        }

        .bglogo {
            /*background-size: 280px 180px;*/
            background-size: 40%;
        }

        .bglogoText {
            margin-top: 0;
        }

        .support, .aboutme, .contactus {
            width: 100%;
            margin: -5% 0 0 15%;
        }
    }

    /*Large devices (desktops, 992px and up)*/
    @media (min-width: 992px) {

        .support, .aboutme, .contactus {
            margin: -5% 0 0 5%;
        }

        .layout {
            display: grid;
            grid-template-rows: 200px auto 40px;
            grid-template-columns: 50% auto auto;
            grid-template-areas: 'header header header'
                'sidebar main main'
                'footer footer footer';
            height: 97vh;
        }

        .bglogo {
            /*background-size: 250px 150px;*/
            background-size: 35%;
        }

        .bglogoText {
            background-size: 50%;
            margin-top: 0;
        }

        .bloc-content {
            margin: 50px auto 100px
        }

        #footer #copyright {
            text-align: left;
        }

        #footer #nav-footer a {
            text-align: center;
            font-size: 14px;
            color: white;
            padding: 0 5px;
        }

        #footer #tqa {
            text-align: right;
        }
    }

    /* Extra large devices (large desktops, 1200px and up)*/
    @media (min-width: 1200px) {

        .layout {
            display: grid;
            grid-template-rows: 150px auto 40px;
            grid-template-columns: 50% auto auto;
            grid-template-areas: 'header header header'
                'sidebar main main'
                'footer footer footer';
            height: 97vh;
        }

        .support, .aboutme, .contactus {
            margin: 5% 0 0 5%;
        }

        .bglogo {
            background-size: 30%; /*280px 180px;*/
        }

        .bglogoText {
            background-size: 50%;
            margin-top: 0;
        }
    }

    /* X-Extra large devices (large desktops, 1200px and up)*/
    @media (min-width: 1300px) {

        .layout {
            display: grid;
            grid-template-rows: 200px auto 40px;
            grid-template-columns: 50% auto auto;
            grid-template-areas: 'header header header'
                'sidebar main main'
                'footer footer footer';
            height: 97vh;
        }

        .support, .aboutme, .contactus {
            margin: 0% 0 0 0%;
        }

        .bglogo {
            background-size: 30%; /*280px 180px;*/
        }

        .bglogoText {
            background-size: 50%;
            margin-top: 0;
        }
    }
}
