@font-face {
    font-family: "open";
    src: url("OpenSans-Regular.ttf");
}

*{
    font-family: open, sans-serif;
    font-size: 10pt;
}
h1, h2, h3, h4, h5, h6{
    font-family: open;
    font-weight: normal;
    font-size: 16pt;
}
body{
    margin: 0;
    padding: 0;
}

a{
    color: black;
    text-decoration: none;
}
a:hover{
    color: lightgrey !important;
    text-decoration: underline;
}
a:visited{
    color: black;
    text-decoration: none;
}

a.colorlink{
    color: rgb(255, 156, 43);
}

form{
    display: inline-block;
}

input:invalid::placeholder{
    color: rgba(0,0,0,0.5);
}

input, select{
    border: 0.7px solid black;
    padding: 2px;
}

input:invalid, select:invalid{
    background-color: rgb(255, 216, 133);
    color: black;
}

input[required]:valid{
    background-color: rgb(129, 205, 255)
}

input[type=checkbox]{
    width: auto;
    margin-left: 0px;
    vertical-align: middle;
    text-align: center;
}

input[type=radio]{
    width: auto;
    margin-right: 4px;
    vertical-align: middle;
    text-align: center;
}

#header{
    text-align: right;
    width: calc(100% - 20px);
    height: 80px;
    padding: 10px;
    color: white;
    background-color: #006c66;
}
#header a{
    color: white;
}
#header a:visited{
    color: white;
}
#footer{
    position: fixed;
    bottom: 0;
    height: 20px;
    width: calc(100% - 20px);
    padding: 10px;
    color: white;
    background-color: #006c66;
    text-align: right;
}
#title{
    display: none;
    position: absolute;
    width: 100%;
    color: white;
    font-size: 24pt;
    font-family: open, sans-serif;
    top:165px;
    text-align: center;
}
#minerva{
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    height: 80px;
}

#main{
    width: 100%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 60px;
}

#login form{
    display: block;
}
#login{
    position: absolute;
    width: 300px;
    height: 185px;
    padding: 5px;
    left: 50%;
    margin-left: -150px;
    top: 20%;
    border: 1px solid black;
    background-color: #006c66;
    color: white;
}
#login input{
    width: 99%;
    margin-bottom: 5px;
}
#login img{
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 6px;
    width: 50px;
    height: 50px;
    float: left;
}
#login .hotline{
    display: block;
    margin-top: -20px;
    margin-left: 65.5px;
    padding-bottom: 10px;
}
#login h3{
    margin-top: 5px;
}
#login button{
    margin-right: -1.5pt;
    float: right;
    border: 1px solid black;
    background: white;
}
#login button:hover{
    background: rgb(160, 210, 65);
}

form input{
    width: 200px;
}
form select{
    width: 205.5px;
}
form button{
    margin-right:-3px;
}

.error{
    background-color: rgb(255,112,0);
    padding: 3px;
    padding-top: 5px;
    width: 240px;
    height: 18px;
}
.fail{
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 200px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: white;
    border: 1px solid rgb(255,112,0);
    font-size: 16pt;
}
.ok{
    color: #006c66;
}
.notok{
    color: rgb(255,112,0);
}

.left{
    text-align: left;
    padding-left: 5px;
}
.right{
    text-align: right;
    padding-right: 5px;
}

.dark{
    background-color: rgb(56, 56, 56);
    color: lightgrey;
}

.center{
    margin: auto;
    text-align: left;
}

#breachlist{
    margin-bottom: 20px;
    padding-left: 15%;
    padding-right: 15%;
    background-color: rgb(56, 56, 56);
    color: lightgrey;
}
#breachlist a{
    color: white;
}
#breachlist a:visited{
    color: white;
}
#breachlist table, #breachlist table th, #breachlist table td{
    border-collapse: collapse;
    border: 1px solid black;
}

.flag{
    height: 10px;
    width: 19px;
}

.infobox{
    font-size: 8pt;
    color: darkorange;
}
