﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    display: flex;
    background-image: url("../Content/HRJ_CSJ_small.png");
    background-repeat: no-repeat;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,select,textarea {
    max-width: 280px;
}*/


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}

p {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    color: #50757a;
}

.form_student {
    /*display: block;
    display: flex;
    flex-direction: column;*/
    border-radius: 5px;
    /*background-color: #f2f2f2;*/
    padding: 20px;
    width: 80%;
    margin-top: 100px;
}
.inputbasic {
    width: 60%;
    padding: 12px;
    border: 2px solid #50757a;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
}

.mailadres {
    width: 25%;
    padding: 12px;
    border: 2px solid #50757a;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
}


.label {
    width: 100%;
    color: #50757a;
    font-family: 'Arial Rounded MT';
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

.searchlabel {
    color: #50757a;
    font-family: 'Arial Rounded MT';
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

.searchblock {
    display: flex;
    width: 100%;
    justify-content: space-between;
    /*background-color: darkred;*/

}

.searchblock div {
    display: flex;
    flex-direction: column;

}

.searchblock div {
    width: 20%;
    }

input[type="submit"]{
    background-color: #50757a;
    color: #fff;
    cursor: pointer;

}

.submitform {
    width: 100px;
    height: 45px;
    /*padding: 10px 30px;*/
    font-size: 14px;
    border-radius: 4px;
    margin: 25px 0px 0px 0px;
}

.selectlist {
    padding: 12px;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    width: 60%;
    border: 2px solid #50757a;
}

.searchcriteria {
    padding: 12px;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    border: 2px solid #50757a;
    font-size: 14px;
}



.selectlistmail {
    padding: 12px;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    width: 30%;
    border: 2px solid #50757a;
}

.arobase {
    text-align:center;
    color: #50757a;
    font-family: 'Arial Rounded MT';
    font-weight: bold;
}

.gridview {
    width: 100%;
    margin-top: 20px;

}

.gridviewheader {
    background-color: #50757a !important;
    font-family: Arial;
    color: red;
    text-align: left;
    font-size: 14px;
}

.gridviewrow{
    font-family: Arial;
    font-size: 12px;
    background-color: #fff !important;
  

}

.gridviewalt {
    background-color: #e1e7dc !important;
    font-family: Arial;
    font-size: 12px;
}

.error {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #a76a61;
}

.form_search {
    margin-left: 30px;
    margin-top: 100px;
    width: 80%;
}

.panel2 {
    width: 100%;
    font-family: Arial;
    /*text-align: center;*/
    font-size: 14px;
    /*background-color: red;*/
    border: 2px solid #50570a;
    border-radius: 4px;
    padding: 40px;
    line-height: 2;
}

.bold{
    font-weight: bold;
}

.submitbutton {

}

.formtitle {
    font-family: Arial;
    color: #50757a;
    font-weight: bold;
    font-size: 24px;
    /*margin-top: 20px;*/
    margin-bottom: 30px;
    text-align: center;
}

.formsubtitle {
    font-family: Arial;
    color: #50757a;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.guideline {
    font-family: Arial;
    color: #a76a61;
   
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.errorpage {
    font-family: Arial;
    color: #50757a;
    font-weight: bold;
    font-size: 24px;
    /*margin-top: 20px;*/
    margin-bottom: 30px;
    text-align: center;
    align-content: center;
    margin-left: 200px;
    margin-top:100px;
}