﻿#banner-row {
    background: #0080a6;
    max-width: 100%;
}


html, body {
    height: 100vh;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

body {
    display: flex;
    font-family: 'Open Sans',Verdana,sans-serif;
    margin: 0;
    height: 100vh;
    background-color: #f2f2f2;
    visibility: hidden;
    flex-direction: column;
    max-width: 100%;
    /* overflow-x: hidden;*/
}


.wrapper {
    min-height: 98vh;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}


.tables {
    display: inline-block;
    height: 90px;
    max-width: 100%;
}

.footer {
    flex-shrink: 0;
    height: 90px;
	width: 100%;
    max-width: 100%;
    margin-bottom: -18.75px;
   /* margin-right : -75px;*/
}

.container-fluid {
    flex-grow: 1;
    max-width: 100%;
}


#footerDiv1 {
    height: 90px;
}



#ContactInfo {
    color: white;
    /*position: fixed;*/
    padding-left: 75px;
    bottom: 70px;
}


.Site-content {
    flex: 1 0 auto; /* 2 */
    padding: var(--space) var(--space) 0;
    max-width: 100%;
}


/** {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}*/


/*#banner-row {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0080a6;
    height: 105px;
}

    #banner-row img {
        position: fixed;
        left: 10px;
        bottom: 10px;
        height: auto;
        width: 100px;
    }*/

#footer-row {
    /* position: fixed;*/
    left: 0;
    bottom: 0;
    max-width: 100%;
    background-color: #0080a6;
    height: 90px;
}

    #footer-row img {
        /*position: fixed;
        left: 10px;*/
        margin-left: 10px;
        margin-top: 20px;
        bottom: 10px;
        height: auto;
        width: 55px;
    }

 /*#footer-row img {
        left: 10px;
        bottom: 10px;
        height: auto;
        width: 100px;
    }*/

.columnck {
    float: left;
    width: 20%;
    height : 100px;
    padding: 5px;
}

.columnck2 {
    float: left;
    width: 80%;
    padding: 5px;
    height: 100px;
}

/* Clearfix (clear floats) */
.rowck::after {
    content: "";
    clear: both;
    display: table;
    background-color: #002147;
    position: fixed;
}


.center {
    margin-left: auto;
    margin-right: auto;
}

.center-text {
    text-align: center;
}

.error-text {
    color: red;
}

#form2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom : 110px; 
    /* width: 450px;*/
}

#form-details {
    /* min-width: 50%;*/
    max-width: 100%;
}

.form-group {
    width: 100%;
    margin-bottom: 0;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: flex-end;

}

.form-field {
    align-content: left;  
}

.form-input {
    /*width: 100%;*/
   /* width: 150px;*/
    width: 125px;
    text-align: center;
    border: 2px solid #002147;
    border-radius: 8px;
    border-color: #002147;
    background-color: #f2f2f2;
}

.form-submit {
    text-align: center;
    padding-bottom: 1em;
}

.form-validator {
    margin: 0;
    font-size: .8em;
    color: red;
    padding-right: -10px;
}

#header {
    background-color: #c7d9f1;
    margin: 0;
    height: 67px;
}

.hr-main {
    background-color: #0080a6;
    border: 0;
    height: 8px;
    margin: 0;
}

label {
    display: inline-block;
    font-weight: bold;
    margin: 0;
}

.Main {
    background-color: #ffffff;
    height: 70%;
    vertical-align: top;
}

.main-text {
    color: black;
    font-size: 1.2em;
    font-weight: bold;
}

.hideDiv {
    visibility: hidden;
}

.msg-text {
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    display: inline-block;
}

#page {
    background-color: #f2f2f2;
    font-family: Verdana;
}

.show-mobile {
    display: none;
}


/*.submit-button {
    background-color: #f2f2f2;
    border: 2px;
    color: #002147;
    font-size: 1em;
    height: 2em;
    width: 100%;
    margin-bottom: 1em;
    border-radius: 20px;
    border-color: #002147;
}
*/

.submit-button {
    background-color: #f2f2f2;
    border: 2px solid #002147;
    color: #002147;
    font-weight: bold;
    font-size: 1em;
    height: 2em;
    width: 90px;
    margin-bottom: 1em;
    border-radius: 8px;
    border-color: #002147;
    text-align: center;
}

.table-login {
    text-align: left;
    width: 50%;
    margin: auto;
}


.text-input {
    height: 2.5em;
}

.text-input-validator {
    color: black;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 319px) and (max-device-width : 1024px) {

    #header {
        height: 60px;
    }

    #img-banner {
        max-width: 100%;
        height: auto;
    }

    .main-header {
        font-size: 1em;
    }

    #LoginWelcomemsg {
        margin-left: 1em;
        margin-right: 1em;
        font-size: .9em;
    }

    #MsgWrapper {
        margin-left: 1em;
        margin-right: 1em;
        font-size: .7em;
        padding: 1em;
    }

    .show-desktop {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .signin-button {
        width: 50%;
    }

    #table-login {
        padding-top: 0px;
        width: 75%;
    }




    /* Style the Image Used to Trigger the Modal */
    #myImg {
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
    }

        #myImg:hover {
            opacity: 0.7;
        }

    /* The Modal (background) 
    .modal {
        display: none; /* Hidden by default 
        position: fixed; /* Stay in place 
        z-index: 1; /* Sit on top 
        padding-top: 100px; /* Location of the box 
        left: 0;
        top: 0;
        width: 80%; /* Full width 
        height: 80%; /* Full height 
        overflow: auto; /* Enable scroll if needed 
        background-color: rgb(0,0,0); /* Fallback color 
        background-color: rgba(0,0,0,0.9); /* Black w/ opacity 
    }*/

    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }



    /* Modal Content (Image) 
    .modal-content {
        margin: auto;
        display: block;
        width: 50%;
        /*max-width: 700px;
    }*/
    .modal-content {
        background-color: #fefefe;
        margin: 25px;
        border: 1px solid #888;
        width: 60%;
        max-width: 800px;
    }

    /* Caption of Modal Image (Image Text) - Same Width as the Image */
    #caption {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        text-align: center;
        color: #ccc;
        padding: 10px 0;
        height: 150px;
    }

    /* Add Animation - Zoom in the Modal */
    .modal-content, #caption {
        animation-name: zoom;
        animation-duration: 0.6s;
    }

    @keyframes zoom {
        from {
            transform: scale(0)
        }

        to {
            transform: scale(1)
        }
    }

    /* The Close Button 
    .close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: #f1f1f1;
        font-size: 50px;
        font-weight: bold;
        transition: 0.3s;
    }
        */

    .close {
        /* float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;*/
        position: fixed;
        color: white;
        float: right;
        font-size: 28px;
        font-weight: bold;
        margin-right: 20px;
    }

        .close:hover,
        .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }

    /* 100% Image Width on Smaller Screens */
    @media only screen and (max-width: 700px) {
        .modal-content1 {
            width: 100%;
        }
    }
}
