﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.inputform {
    width: 50%;
    float: left;
}

.form-horizontal .control-label {

    min-width: 10em;
}

.charts {
    width: 50%;
    display: inline-block;

}

 #kaart {
    width: 90%;
   
    height: 550px;
    float: right;
    display: inline-block;

}

 #kaart.currentheliposition {
     margin-top: 3em;
     float: left;
     

 }

footer {
    bottom: 0;
    position: fixed;
       padding: 1em 1em 0 1em;
    background-color: #ffffff;

}

.clear {
    clear: both;
}


.btn-default {
    background-color: #5aff81;
    width: 100%;
    font-weight: 600;

}



.received {
    background-color: #fffbe2
}

.finished {
    background-color: #f3ffe2
}


.login {
    width: 50%;
    margin-left:auto;
    margin-right: auto;

}

    .login .editblock {
    width:100%;
    margin: 1% 1% 1% 1%;
        height: auto;
    
    }
     .login .editblock .editorfield {
    width:100%;
    /*padding-left: 1% 1% 1% 1%;*/
    
    }

      .login .editblock .editorfield input[type="text"] {
    width:98%;
    font-size:2em;
    /*padding-left: 1% 1% 1% 1%;*/
    
    }

         .login .editblock .editorfield input[type="password"] {
    width:98%;
      font-size:2em;
    /*padding-left: 1% 1% 1% 1%;*/
    
    }

        .login .editblock .editorlabel {
        
        font-size:0.8em;
        /*color:#808080;*/
        }


        .logout {
float:right;
  margin: -2.5em 5em 1em 0em;
}

 .logout a {
     text-decoration: none;
     color: #fff;

}


input[type="submit"] {
    width: 98.5%;
    margin: 1% 1% 1% 1%;
    background-color: #c7c7c7;
    border: none;
    font-size: 2em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;

}

table tr td.title {
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
}

table tr td.titlesmall {
    text-align: right;
    font-size: 0.9em;
    color: #646363;
    font-weight: bold;
    padding-right: 0;
}
table {
    float: left;
    margin-right: 2em;
}

table tr {
    border: 1px solid #9fe0e0;
}

table tr td {
    padding-right: 2em;
    padding-left: 1em;

}