﻿

@media screen and (orientation: portrait) {
    html,
    body {
        margin: 0;
        padding: 0;
        height: 100%;
        font-family: "Arial";
    }

    a:link {
        text-decoration: none;
        color: black;
    }
    /* unvisited link */
    a:visited {
        text-decoration: none;
        color: black;
    }
    /* visited link */
    a.forgot:hover, a.privacy:hover {
        text-decoration: none;
        color: black;
        font-weight: bold;
    }
    /* mouse over link */
    a:active {
        text-decoration: none;
        color: black;
    }

    #container {
        min-height: 100%;
        position: relative;
    }

    #header {
        background: #52514F;
        padding: 10px;
        height: 300px;
    }

    #logoHeader {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        width: 350px;
        height: 250px;
    }

    #logoFooter {
        width: 84px;
        height: 80px;
    }

    .helpdeskChat
    {
        display: none !important;
    }

    #body {
        padding-bottom: 75px;
        height: 227px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 50px;
    }

    #footer {
        position: absolute;
        bottom: 35px;
        width: 100%;
        height: 75px; /* Height of the footer */
    }

    #footerContent {
        /*float: right;*/
        /*margin-top: 10px;*/
        /*margin-right: 5px;*/
        font-size: 25px;
        display: flex;
        display: -ms-flexbox;
        align-items: flex-end;
        justify-content: flex-start;
        flex-direction: row;
    }

    #forgotPassword {
        text-align: center;
        font-size: 25px;
    }

    #privacyDiv {
        text-align: right;
        font-size: 25px;
    }

    #loginContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        border-style: solid;
        border-width: 2px;
        width: 400px;
        height: 200px;
        /*padding-top : 50px;
	padding-bottom : 50px;*/
        border-color: #DEDB00;
        /*font-size: 35px;*/
    }

    #help {
        text-align: center;
        font-size: 20px;
    }

    #messageExpire {
        text-align: center;
        font-size: 20px;
        color: red;
        font-weight: bold;
    }

    #messageError {
        text-align: center;
        font-size: 20px;
        color: red;
        font-weight: bold;
    }

    .maintenance {
        text-align: center;
        font-weight: bold;
        font-size: 12px;
    }

    #tblForgotAccessCode {
        font-size: 35px;
    }

    .inputClass {
        height: 35px;
    }

    .inputForgetClass {
        height: 35px;
        font-size: 25px;
    }

    .rightsContainer {
        display: -webkit-box;
        display: flex;
        display: -ms-flexbox;
        flex-direction: row;
        align-items: flex-end;
    }

    #divStudyCodeHelp {
        border: 1px solid black;
        padding: 5px;
        width: 300px;
        font-size: 20px;
        background: #DEDB00;
    }
}

@media (orientation: landscape) {
    html,
    body {
        margin: 0;
        padding: 0;
        height: 100%;
        font-family: "Arial";
    }

    a:link {
        text-decoration: none;
        color: black;
    }
    /* unvisited link */
    a:visited {
        text-decoration: none;
        color: black;
    }
    /* visited link */
    a.forgot:hover, a.privacy:hover {
        text-decoration: none;
        color: black;
        font-weight: bold;
    }
    /* mouse over link */
    a:active {
        text-decoration: none;
        color: black;
    }

    #container {
        min-height: 100%;
        position: relative;
    }

    #header {
        display: none;
    }

    #logoFooter {
        width: 84px;
        height: 80px;
    }

    #body {
        padding-bottom: 75px;
        height: 227px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }

    #footer {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 100px;
        height: 300px;
        /* Height of the footer */
    }

    #footerContent {
        display: -webkit-box;
        display: flex;
        display: -ms-flexbox;
        flex-direction: column;
        font-size: 15px;
        justify-content: space-between;
        height: 300px;
    }

    #forgotPassword {
        text-align: center;
        font-size: 25px;
    }

    #privacyDiv {
        /*text-align: right;*/
        font-size: 15px;
    }

    #loginContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        border-style: solid;
        border-width: 2px;
        width: 400px;
        height: 250px;
        /*padding-top: 10px;
        padding-bottom: 10px;*/
        border-color: #DEDB00;
        font-size: 35px;
    }

    #help {
        text-align: center;
        font-size: 12px;
    }

    #messageExpire {
        text-align: center;
        font-size: 20px;
        color: red;
        font-weight: bold;
    }

    #messageError {
        text-align: center;
        font-size: 20px;
        color: red;
        font-weight: bold;
    }

    .maintenance {
        text-align: center;
        font-weight: bold;
        font-size: 12px;
    }

    #tblForgotAccessCode {
        font-size: 25px;
    }

    .inputClass {
        height: 35px;
    }

    .inputForgetClass {
        height: 25px;
    }

    #divStudyCodeHelp {
        border: 1px solid black;
        padding: 5px;
        width: 300px;
        font-size: 20px;
        background: #DEDB00;
    }
}
