﻿@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
}
.table {
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.server-page {
    width: 500px;
    padding: 1% 0 0;
    margin: auto;
}

.text-in-form {
    font-family: "Roboto", sans-serif;
    text-align: left;
    font-size: 14px;
    padding-left: 2px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #D8D9D8;
}

.form {
    position: relative;
    z-index: 1;
    background: #579cc6;
    max-width: 360px;
    margin: 0 auto 25px;
    padding: 45px;
    text-align: left;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
    .form input {
        font-family: "Roboto", sans-serif;
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        border: 0;
        margin: 0 0 15px;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
    }

   .form select {
        font-family: "Roboto", sans-serif;
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        border: 0;
        margin: 0 0 15px;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
    }


    .form button {
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        outline: 0;
        background: #AAAFB2;
        width: 100%;
        border: 0;
        padding: 15px;
        color: #D8D9D8;
        font-size: 14px;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
    }

    .form button:hover, .form button:active, .form button:focus {
        background: #D8D9D8;
        color: #AAAFB2;
    }

    .form .message {
        margin: 15px 0 0;
        color: #b3b3b3;
        font-size: 12px;
    }
    
    .form .message a {
        color: #4CAF50;
        text-decoration: none;
     }

    .form .register-form {
        display: none;
    }

.server-form {
    position: relative;
    z-index: 1;
    background: #D53D18;
    max-width: 500px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: left;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

    .server-form input {
        font-family: "Roboto", sans-serif;
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        border: 0;
        margin: 0 0 15px;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
    }

    .server-form select {
        font-family: "Roboto", sans-serif;
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        border: 0;
        margin: 0 0 15px;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
    }


    .server-form button {
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        outline: 0;
        background: #AAAFB2;
        width: 100%;
        border: 0;
        padding: 15px;
        color: #D8D9D8;
        font-size: 18px;
        font-weight: bold;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
    }

        .server-form button:hover, .server-form button:active, .server-form button:focus {
            background: #D8D9D8;
            color: #AAAFB2;
        }

    .server-form .message {
        margin: 15px 0 0;
        color: #b3b3b3;
        font-size: 12px;
    }

        .server-form .message a {
            color: #4CAF50;
            text-decoration: none;
        }

    .server-form .register-form {
        display: none;
    }

.frmButton {
    font-family: "Roboto", sans-serif !important;
    text-transform: uppercase !important;
    outline: 0 !important;
    background: #ffb643 !important;
    width: 100% !important;
    border: 0 !important;
    padding: 14px !important;
    color: #f2f2f2 !important;
    font-size: 18px !important;
    font-weight: bold;
    cursor: pointer !important;
}

    .frmButton:hover, .frmButton:active, .frmButton:focus {
        background: #D8D9D8 !important;
        color: #AAAFB2 !important;
    }


.container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}

    .container:before, .container:after {
        content: "";
        display: block;
        clear: both;
    }

    .container .info {
        margin: 50px auto;
        text-align: center;
    }

        .container .info h1 {
            margin: 0 0 15px;
            padding: 0;
            font-size: 36px;
            font-weight: 300;
            color: #1a1a1a;
        }

        .container .info span {
            color: #4d4d4d;
            font-size: 12px;
        }

            .container .info span a {
                color: #000000;
                text-decoration: none;
            }

            .container .info span .fa {
                color: #EF3B3A;
            }

body {
    background: #FFFFFF; /* fallback for old browsers */
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
}

.start-form-yellow {
    font-family: "Roboto", sans-serif;
    position: relative;
    z-index: 1;
    background: #136285;
    max-width: 580px;
    margin: 0 auto 0px;
    padding: 5px;
    text-align: left;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    background-color: aliceblue;
}

.start-form {
    position: relative;
    z-index: 1;
    background: #579cc6;
    max-width: 550px;
    margin: 0 auto 20px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

    .start-form input {
        font-family: "Roboto", sans-serif;
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        border: 0;
        margin: 0 0 15px;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
    }

    .start-form select {
        font-family: "Roboto", sans-serif;
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        border: 0;
        margin: 0 0 15px;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
    }


    .start-form button {
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        outline: 0;
        background: #AAAFB2;
        width: 100%;
        border: 0;
        padding: 15px;
        color: #006bb6;
        font-size: 14px;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
    }

        .start-form button:hover, .start-form button:active, .start-form button:focus {
            background: #D8D9D8;
            color: #AAAFB2;
        }

    .start-form .message {
        margin: 15px 0 0;
        color: #b3b3b3;
        font-size: 12px;
    }

        .start-form .message a {
            color: #4CAF50;
            text-decoration: none;
        }

    .start-form .register-form {
        display: none;
    }

.ResultLabel {
    font-family: "Roboto", sans-serif;
    margin: 0 auto 10px;
    position: relative;
    background-color: #FFFFFF;
    width: 590px;
    font-size: 14px;
}
.ResultLabel a {
        text-align: center;
        font-family: "Roboto", sans-serif;
        color: dodgerblue;
    }

.ResultLabel a:visited {
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: dodgerblue;
}

.gridviewoverzicht {
    font-family: "Roboto", sans-serif;
    margin: 0 auto 10px;
    position: relative;
    background-color: #FFFFFF;
    width: 1000px;
    font-size: 14px;
    border-color: black;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

    .gridviewoverzicht th {
        background: #579cc6;
        padding: 4px;
        font-size: 14px;
        color: white;
        text-align: left;
    }

        .gridviewoverzicht th a {
            color: #003300;
            text-decoration: none;
        }

            .gridviewoverzicht th a:hover {
                color: #003300;
                text-decoration: underline;
            }

    .gridviewoverzicht td {
        background: #FFFFFF;
        color: #333333;
        font: small "Roboto";
        padding: 4px;
    }

    .gridviewoverzicht tr.even td {
        background: #FFFFFF;
    }

    .gridviewoverzicht td a {
        color: #003300;
        font: bold small "Roboto";
        padding: 2px;
        text-decoration: none;
    }

        .gridviewoverzicht td a:hover {
            color: red;
            font-weight: bold;
            text-decoration: underline;
        }

.gridview {
    font-family: "Roboto", sans-serif;
    margin: 0 auto 10px;
    position: relative;
    background-color: #FFFFFF;
    width: 590px;
    font-size: 14px;
    border-color: black;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

    .gridview th {
        background: #579cc6;
        padding: 4px;
        font-size: 14px;
        color: white;
        text-align: left;
    }

        .gridview th a {
            color: #003300;
            text-decoration: none;
        }

            .gridview th a:hover {
                color: #003300;
                text-decoration: underline;
            }

    .gridview td {
        background: #FFFFFF;
        color: #333333;
        font: small "Roboto";
        padding: 4px;
    }

    .gridview tr.even td {
        background: #FFFFFF;
    }

    .gridview td a {
        color: #003300;
        font: bold small "Roboto";
        padding: 2px;
        text-decoration: none;
    }

        .gridview td a:hover {
            color: red;
            font-weight: bold;
            text-decoration: underline;
        }
.evaltextbox {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 550px;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    background-color: white;
    height: 120px;
    resize: none;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.evaltextboxdouble {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 275px;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    background-color: white;
    height: 120px;
    resize: none;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.top {
    background-color: #136285;
    height: 75px;
    border-bottom: 5px solid #ffb643;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    color:azure;
    text-align:right;    
}

.topa {
    font-weight: bold;
    color: azure;
    text-decoration:none;
}

.hl {
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: dodgerblue;
}

    .hl a {
        text-align: center;
        font-family: "Roboto", sans-serif;
        color: dodgerblue;
    }

.hl a:visited{
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: dodgerblue;
}

.ErrorLabel {
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: red;
    font-weight: bold;
    margin: 20px;
}
