@charset "utf-8";

/* CSS Document */

html{
    height: 100%;
}

body {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
    background-color: skyblue;
    height: 100%;
}

svg.absolute
{
    position: absolute;
}

#ps1
{
    top: 400px;
    left: 50px;
}

#Wrapper {
    margin: -20px 0px 0px 0px;
    Width: 100%;
    height: 97%;
}


/* ---Section Dividers --------------------------------------------------------------*/

div.Container {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0px auto 100px auto;
    padding: 0;
    align-items: center;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

div.header {
    margin-top: 10;
    text-align: center;
    font-size: 24pt;
    font-weight: bold;
    font-family: "Calibri", sans-serif;
    color: #2edfff;
    position: relative;
    height: auto;
    width: 100%;
    background-color: black;
    padding: 0;
}

div.leftSidebar {
    float: left;
    width: 22%;
    height: 40em;
    margin: 0;
}

div.footer {
    clear: both;
    margin: 0;
    border-radius: 3px;
    text-align: right;
    color: goldenrod;
    font-family: "Calibri", sans-serif;
    font-size: 14px;
    padding: 5px;
    border-bottom: 1px solid #dee0e4;
    background-color: #222222;
}

div.dcTime {
    text-align: right;
    font-weight: bold;
    background-color: #f071e5;
    font-family: "Calibri", sans-serif;
    color: #000000;
    padding-right: 10pt;
}

div.login {
    width: 400px;
    border-radius: 3px;
    background-color: darkgoldenrod;
    box-decoration-break: slice;
    box-shadow: 0 0 9px 0 rgba(15, 15, 15, 0.8);
    margin: 100px auto 100px auto;
    align-items: center;
}

.login h1 {
    border-radius: 3px;
    text-align: center;
    color: goldenrod;
    font-family: "Calibri", sans-serif;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid orange;
    background-color: #222222;
}

.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 24px;
    margin-bottom:0px;
}

.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #000000;
    color: #ffffff;
}

.login form input[type="password"],
.login form select[type="sex"],
.login form input[type="username"],
.login form input[type="organisation"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 15px;
    padding: 0 10px;
    font-size: 15px;
}


.login .message {
    width: 100%;
    height: auto;
    color: red;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 20px;
    align-items:center;
}

.login form input[type="submit"] {
    width: 100%;
    height: 50px;
    padding: 0px;
    margin: 0px;
    border-radius: 3px;
    border: 1px solid saddlebrown;
    padding: 0px;
    background: #c6c6c6;
    font-size: 18px;
    background: -moz-linear-gradient(top, #c6c6c6 0%, #ebebeb 42%, #dddddd 47%, #cfcfcf 100%);
    background: -webkit-linear-gradient(top, #c6c6c6 0%, #ebebeb 42%, #dddddd 47%, #cfcfcf 100%);
    background: linear-gradient(to bottom, #c6c6c6 0%, #ebebeb 42%, #dddddd 47%, #cfcfcf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#cfcfcf', GradientType=0);
}

.login form input[type="submit"]:hover,
 :focus {
    transition: all 0.1s ease-in;
    border: 1px solid #707070;
    background-color: goldenrod;
    font-weight: bold;
    outline: 0;
    background: #eaf6fd;
    background: -moz-linear-gradient(top, #eaf6fd 0%, #d9f0fc 42%, #bee6fd 47%, #bce5fc 58%, #a7d9f5 100%);
    background: -webkit-linear-gradient(top, #eaf6fd 0%, #d9f0fc 42%, #bee6fd 47%, #bce5fc 58%, #a7d9f5 100%);
    background: linear-gradient(to bottom, #eaf6fd 0%, #d9f0fc 42%, #bee6fd 47%, #bce5fc 58%, #a7d9f5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eaf6fd', endColorstr='#a7d9f5', GradientType=0);
    border: 1px solid #3C7FB1;
    box-shadow: 0 0 3px #A7D9F5;
    -o-box-shadow: 0 0 3px #A7D9F5;
    -webkit-box-shadow: 0 0 3px #A7D9F5;
    -moz-box-shadow: 0 0 3px #A7D9F5;
}

.win7-btn:active {
    box-shadow: inset 0 -1px 6px rgba(0, 0, 0, 0.2), inset 0 -0.7em #BEE6FD, 0 0 3px #A7D9F5;
    -o-box-shadow: inset 0 -1px 6px rgba(0, 0, 0, 0.2), inset 0 -0.7em #BEE6FD, 0 0 3px #A7D9F5;
    -webkit-box-shadow: inset 0 -1px 6px rgba(0, 0, 0, 0.2), inset 0 -0.7em #BEE6FD, 0 0 3px #A7D9F5;
    -moz-box-shadow: inset 0 -1px 6px rgba(0, 0, 0, 0.2), inset 0 -0.7em #BEE6FD, 0 0 3px #A7D9F5;
}

.login form p1 {
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: red;
    font-size: small;
    text-align: justify;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/


/* html div.leftSidebar { margin-right: 5px; }
/* html div.mainContent {height: 1%; margin-left: 0;}
/* End hide from IE5/mac */