/*
Login
 */

body.login {

    background:#d4d4d4;
}

#loginform {
    margin-top: 160px;
    padding:20px;
    max-width: 300px;
    margin:160px auto 20px auto;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

header {
    border-bottom: 1px solid #d4d4d4;
    padding: 20px 0;
}

header h1 {
    line-height: 60px;
    padding-left: 80px;
    background: url('/android-chrome-192x192.png') left center no-repeat;
    background-size: 60px 60px
}

header a.btn {
    float: right;
    margin-left: 10px;
}
header a:hover {
    text-decoration: none;
}

footer {

}

p.alert {
    margin-top: 25px;
    margin-bottom: 25px;

}


/*
Sticky footer styles
*/
html {
    position: relative;
    min-height: 100%;
}
body {
  /* Margin bottom by footer height */
    margin-bottom: 60px;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #d4d4d4;
    height:60px;
}

footer .container {
    padding-top: 20px;
    line-height: 20px;
}

#editaddress {
    display:none;
}
#nonedit a.btn {
    margin-left: 10px;
    margin-top: 10px;
}
#nonedit img {
    max-width: 100%;
    margin-bottom: 8px;
}

#keuringsform {
    margin-top:35px;
    margin-bottom: 25px;
}

td.rating label, td.rating span {
    display:block;
    text-align: center;
}

table.table tr.nobg {
    background:#fff; !important;
}

div.costs input {
    max-width: 90px;
}

.img-rounded {
    max-width: 100%;
}

.wrapper {
    overflow: auto;
    clear: both;
    margin: 20px 0;
}

.showallfields {
    float: right;
}

td.comment textarea {
    display: block;
    margin-bottom: 2px;
}

.input-group.costs {
    padding-bottom:12px;
}
