body{
    font: 15px/1.5/Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;
}

/* Global*/
.container {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
ul{
    margin: 0;
    padding: 0;
}

/*homepage infor*/
.report{
    padding: 15px;
    background: #ee9d0798;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px; 
}
.ville{
    padding: 15px;
    background: red;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
}


/* Header */
header {
    background-color: #35424a;
    color: #ffffff;
    padding-top: 5px;
    min-height: 30px;
    border-bottom: #ee9d0798 5px solid;
}

header  a{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}

header li{
    float: left;
    display: inline;
    padding: 0 20px 0 20px;
}

header #stamp {
    float: left;
}

header #stamp {
    margin: 0;
}

header nav {
    float: right;
    margin-top: 30px; 
}

header .highlight, header .active-page a {
    color: #ee9d0798;
    font-weight: bold;
}
header a:hover {
    color:#fff;
    font-weight: bold;
}
/* infor */
#infor {
    min-height: 450px;
    text-align: center;
    color: #ffffff;
}
#infor h1 {
    margin-top: 100px;
    color: black;
    font-size: 55px;
    margin-bottom: 10px;
}

#infor p{
    font-size: 20px;
    color: black;
    bottom: 20px;
}
/*login*/
.loginbox {
    width:  470px;
    height: 370px;
    background: #ee9d0798;
    color: rgb(0, 0, 0);
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 50px 30px;
    border-radius: 20px;
    
}
.loginbox h1 {
    margin:0;
    padding: 0 0 10px;
    text-align: center;
    font-size: 22px;
    color: white;
    text-shadow: 4px 4px 6px #000000;
}
.loginbox p{
    margin: 0;
    padding: 0;
    padding-bottom: 2px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

.loginbox input{
    width: 100%;
    margin-bottom: 20px;
}
.loginbox input[type="email"], input[type="password"]{
    border: none;
    border-bottom: 2px solid rgb(200, 11, 238);
    background: transparent;
    outline: none;
    height: 30px;
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.loginbox button{
    border: none;
    outline: none;
    height: 30px;
    background: #07c5ff;
    color: #fff;
    width:100%;
    font-size: 18px;
    border-radius: 20px;
    margin-bottom: 10px;
}


.loginbox button:hover{
    cursor: pointer;
    background: #fff;
    color: #000;
}

.loginbox a{
    padding-top: 0px;
    text-decoration: none;
    font-size: 15px;
    line-height: 10px;
    color: rgb(200, 11, 238);
}

/*registerform*/
.registerbox {
    width:  470px;
    height: 500px;
    background: #ee9d0798;
    color: #fff;
    top: 53%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 15px 15px;
    border-radius: 20px;
}

.registerbox h1 {
    margin:0;
    padding: 0 0 15px;
    text-align: center;
    font-size: 22px;
    color: white;
    text-shadow: 4px 4px 6px #000000;
}
.registerbox p{
    margin: 0;
    padding: 0;
    padding-bottom: 2px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

.registerbox input{
    width: 100%;
    margin-bottom: 20px;
}
.registerbox input[type="text"], input[type="email"], input[type="password"]{
    border: none;
    border-bottom: 2px solid rgb(200, 11, 238);
    background: transparent;
    outline: none;
    height: 20px;
    color: paleturquoise;
    font-size: 16px;
}

.registerbox button{
    width: 100%;
    border: none;
    outline: none;
    height: 20px;
    background: #07c5ff;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.registerbox button:hover{
    cursor: pointer;
    background: #fff;
    color: #000;
}
.registerbox a{
    padding-top: 0px;
    text-decoration: none;
    font-size: 15px;
    line-height: 10px;
    color: #fff;
}

/*profile*/
#place .profile, .records{
    text-align: center;
}
.profile {
    width:  570px;
    height: 400px;
    background: #ee9d0798;
    color: #fff;
    top: 53%;
    float: left;
    left:25%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 15px 15px;
    border-radius: 20px;
}

.profile h1 {
    text-align: center;
    color: grey;
    font-size: 30px;
}
.profile p {
    margin: 0;
    padding: 0;
    padding-bottom: 2px;
    font-weight: bold;
    font-size: 25px;
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

.profile a {
    text-decoration: none;
    font-size: 40px;
    padding-right: 10px;
    color: black;
    margin-bottom: 10px;
}
.profile input[type="submit"]{
    border: none;
    outline: none;
    height: 30px;
    background: #07c5ff;
    color: #fff;
    width:50%;
    font-size: 18px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.profile input[type="submit"]:hover{
    cursor: pointer;
    background: #fff;
    color: #000;
}
/*record*/
.records {
    width:  600px;
    height: 400px;
    background: #ee9d0798;
    color: #fff;
    top: 53%;
    left: 75%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 15px 15px;
    border-radius: 20px;
}
.records h1{
    margin:0;
    padding: 0 0 15px;
    text-align: center;
    font-size: 22px;
    color: white;
    text-shadow: 4px 4px 6px #000000;
}

.records table {
    width:570px;
    margin-bottom: 20px;
}
.records table th{
    text-align: left;
    color:#000000;
}
.records table td {
    text-align: left;
    color:#000000;
}
.records table th,td{
    border: 1px solid #000;
}
.records input[type="text"] {
    border: none;
    border-bottom: 2px solid rgb(200, 11, 238);
    background: transparent;
    outline: none;
    height: 40px;
    width:80%;
    color: paleturquoise;
    font-size: 16px;
    margin-bottom: 30px;
}
.records input[type="submit"]{
    border: none;
    outline: none;
    height: 30px;
    background: #07c5ff;
    color: #fff;
    width:50%;
    font-size: 18px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.records input[type="submit"]:hover{
    cursor: pointer;
    background: #fff;
    color: #000;
}
.admin a{
    margin-left: 600px;;
    font-size: 20px;
    color:#35424a;
}
/*postbox*/
.postbox {
    width:  470px;
    height: 400px;
    background: #ee9d0798;
    color: #fff;
    top: 55%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 15px 15px;
    border-radius: 20px;
}

.postbox h1 {
    margin-bottom:20px;
    padding: 0 0 15px;
    text-align: center;
    font-size: 20px;
    color: white;
    text-shadow: 4px 4px 6px #000000;
}
.postbox select {
    border: none;
    outline: none;
    height: 30px;
    width: 100%;
    font-size: 15px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.postbox textarea[name="SUBJECT"]{
    border: none;
    border-bottom: 2px solid rgb(200, 11, 238);
    margin-bottom: 20px;
    background: transparent;
    outline: none;
    height: 40px;
    width:100%;
    color: black;
    font-size: 16px;
}
.postbox textarea[name="RED-FLAG"]{
    border: none;
    border-top: 2px solid rgb(200, 11, 238);
    border-bottom: 2px solid rgb(200, 11, 238);
    margin-bottom: 20px;
    background: transparent;
    outline: none;
    height: 120px;
    width: 100%;
    color: black;
    font-size: 16px;
}

.postbox p{
    margin: 0;
    padding: 0;
    width:100%;
    padding-bottom: 2px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

.postbox input[type="file"]{
    border: none;
    outline: none;
    height: 30px;
    font-size: 15px;
    margin-left: 40px;
}
.postbox input[type="checkbox"]{
    border: none;
    outline: none;
    font-size: 15px;
    margin-bottom: 20px;
}
.postbox input[type="submit"]{
    border: none;
    outline: none;
    height: 30px;
    background: #07c5ff;
    color: black;
    width: 80%;
    font-size: 18px;
    border-radius: 20px;
    margin-left: 40px;
    margin-bottom: 20px;
}
.postbox input[type="submit"]:hover{
    cursor: pointer;
    background: #fff;
}

/*descriptionbox*/
.descriptionbox {
    width:  490px;
    height: 400px;
    background: #ee9d0798;
    color: #fff;
    top: 55%;
    left: 25%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 15px 15px;
    border-radius: 20px; 
}
.descriptionbox h1{
    margin:0;
    padding: 0 0 15px;
    text-align: center;
    font-size: 25px;
    color: white;
    text-shadow: 4px 4px 6px #000000;
}
.descriptionbox p {
    font-size: 20px;
    color: black;
}

/*viewall*/
.viewall {
    width:  900px;
    height: 400px;
    background: #ee9d0798;
    color: #fff;
    top: 53%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 15px 15px;
    border-radius: 20px;
}
.viewall table {
    width:750px;
    margin-bottom: 20px;
}
.viewall table th{
    text-align: left;
    color:#000000;
}
.viewall table td {
    text-align: left;
    color:#000000;
}
.viewall table th,td{
    border: 1px solid #000;
}
.viewall input[type="text"]{
    border: none;
    border-bottom: 2px solid rgb(200, 11, 238);
    background: transparent;
    outline: none;
    height: 40px;
    width:50%;
    color: paleturquoise;
    font-size: 16px;
    margin-left: 50px;
    margin-bottom: 15px;
}
.viewall input[type="submit"] {
    border: none;
    outline: none;
    height: 30px;
    background: #07c5ff;
    color: #fff;
    width:10%;
    font-size: 18px;
    border-radius: 20px;
}
.viewall #Cs {
    margin-left: 50px;
    height: 10px;
    width:150%;
    right:25%;
}
.viewall input[type="submit"]:hover{
    cursor: pointer;
    background: #fff;
    color: #000;
}
.viewall select{
        border: none;
        outline: none;
        height: 20px;
        width: 30%;
        font-size: 15px;
        border-radius: 20px;
        margin-left: 50px;
        margin-bottom: 20px;
    }

/*footer*/
footer {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #35424a;
    color: white;
    text-align: center;
    border-top: #ee9d0798 3px solid;
    }

/* media queries */
@media (max-width: 768px){
    header #stamp,
    header nav,
    header nav li,
    #place{
        float:none;
        text-align: center;
        width:100%;
    }
    header{
        padding-top: 0px;
        min-height: 10px;
        padding-bottom: 10px;
    }
    header h1{
        font-size: 20px;
    }
    header  a{
        font-size: 15px;
    }
    .registerbox {
        margin-top: 20px;
    }
    #infor h1{
        margin-top: 10px;
        font-size:30px;
    }

    .loginbox {
        width:  350px;
        height: 350px;
        top: 55%; 
        padding: 30px 30px;
        border-radius: 20px;
    }
    .loginbox a{
        font-size: 20px;
    }
    .registerbox {
        width:  350px;
        height: 500px;
        top: 53%;
        padding: 15px 30px;
        margin-bottom: 5px;
    }
    .registerbox input[type="text"], input[type="email"], input[type="password"]{
        height: 15px;
        font-size: 13px;
    }
    
    .registerbox input[type="submit"]{
        width:75%;
        height: 10px;
        font-size: 15px;
        margin-bottom: 10px;
        margin-left: 40px;
    }
    .registerbox a{
        padding-top: 0px;
        font-size: 15px;
        line-height: 10px;
    }
    .admin a{
        margin-left: 0px;;
        font-size: 15px;
        margin-bottom: 0px;
        }
    .records {
        margin: auto;
        width:  380px;
        height:430px;
        top: 101%;
        left: 50%;
        padding: 5px 5px;
    }
    .records h1{
        font-size: 15px;
        margin-bottom: 0px;
        padding-top: 0 0 0px;
    }
    .records table{
        width: 375px;
        height:300px;
        font-size: 10px;
        margin-bottom: 5px;
        margin-top: 0px;
    }
    .records input[type="text"] {
        height: 10px;
        width:80%;
        font-size: 15px;
        margin-bottom: 0px;
    }
    .records input[type="submit"] {
        font-size: 10px;
        height: 15px;
        height: 20px;
        width:30%;
        border-radius: 20px;
        margin-bottom: 0px;
    }
    .profile{
        width:  370px;
        height: 290px;
        top: 42%;
        float: none;
        left:50%;
        padding: 5px 5px;
    } 
    .profile h1{
        font-size: 20px;
    }
    .profile p{
        font-size: 15px;
    }
    .profile input[type="submit"]{
        font-size: 15px;
    }
    .descriptionbox{
        width:  370px;
        height: 310px;
        top: 42%;
        float: none;
        left:50%;
        padding: 5px 5px;
    }
    .descriptionbox h1{
        font-size: 20px;
    }
    .descriptionbox p{
        font-size: 15px;
    }
    .postbox{
        width:  470px;
        height: 400px;
        top: 55%;
        float: none;
        left:50%;
        padding: 5px 5px;
    }
    /* .postbox h1{
        font-size: 20px;
    }
    .postbox textarea[name="RED-FLAG"]{
        height: 12px;
        width:100%;
        font-size: 12px;
        margin-bottom: 0px;
    }
    .postbox textarea[name="SUBJECT"]{
        height: 10px;
        width:100%;
        font-size: 10px;
        margin-bottom: 0px;
    }
    .postbox p{
        font-size: 15px;
        margin-bottom: 0px;
    }
    .postbox input[type="checkbox"]{
        font-size: 12px;
    }
    .postbox input[type="submit"] {
        height: 15px;
        font-size: 12px;
        margin-bottom: 0px;
    }
    .postbox select {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .postbox input[type="file"]{
        height: 10px;
        font-size: 10px;
        margin-left: 40px;
    }
    .postbox input[type="checkbox"]{
        font-size: 15px;
        margin-bottom: 0px;
    } */
    
    .viewall{
        height:650px;
        width:385px;
        float: left;
        top:75%;
        padding:5px 5px;
    }
    .viewall table {
        width:375px;
        height: 440px;
        font-size: 8px;
        margin-bottom: 5px;
    }
    .viewall input[type="text"]{
        height: 15px;
    }
    .viewall input[type="submit" ] {
        height: 30px;
        width:30%;
        font-size: 14px;
        border-radius: 20px;
    }
    .viewall select{
        margin-bottom: 5px;
    }
    .viewall #Cs {
        margin-left: 50px;
        height: 10px;
        width:150%;
        right:25%;
    }
   
    
}