﻿body {
    background: #f8f8f8;
}
body.detail #header nav ul, body.start #header nav ul {
    background:grey;
}
body.detail #header nav ul li {
    width: 50%;
    border-right: 1px solid #a6c7c7;
}

body.detail #header nav ul li:last-child {
    border-right: none;
}

div.popupBlock {
    display: block;
    background-color: white;
    margin-bottom: 5px;
    padding: 10px 26px;
    border: 2px solid transparent;
}

i.eID-image {
    background: url('../img/specimen-eid-recto-nl.jpg') no-repeat;
    background-size: 142px 90px;
    display: block;
    height: 90px;
    width: 142px;
}

li.active {
    background: #0088b2;
}

li.middle {
    width: 34% !important;
}

img.idphoto {
    float: right;
}

#title h1 {
    padding-right: 0px;
}

#langMenu ul li {
    display: inline-block;
    margin-left: .5em;
}

body.detail input[type="checkbox"], #start-content input[type="checkbox"] {
    display: inline;
}

input[type="submit"].disabledButton {
      background-color: #f0f0f0 !important;
      border-color: #f0f0f0 !important;
}

input[type=text] {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    margin-bottom: 10px;
    border: 2px solid #e1e1e1;
}

label {
    padding-left: 0 !important;
    line-height: 36px;
}

select {
    height: 36px;
}

.callto:before {
    content: "\f13e" !important;
}

.callto.disabled {
    background-color: grey !important;
    border-bottom-color: darkgrey !important;
}

@media (max-width: 767px) {
    #title h1 {
        margin-top: 0px;
    }
}

body.detail #header, body.start #header {
    position: relative;
}

body.detail {
    padding-top: 0;
}

#toptoolbar {
    padding-top: 10px;
    padding-bottom: 6px;
    background-color: #fff;
    color: #001539;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}

#apptoolbar {
    text-align: right;
}

.navigation {
    line-height: 2.8;
}

.navigation a {
    font-weight: 300;
    width: 10%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    color: #001539;
    padding: 2px 1em;
    font-size: 18px;
}

    .navigation a:hover, .navigation a:active {
        font-weight: 300;
        border-radius: 25px;
        width: 10%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        background: #179AD7;
        color: #fff;
        padding: 2px 1em;
    }

#siteTitle {
    padding: 0;
    font-weight: bold;
    font-size: 36px;
    color: #249AD7;
    margin-left: 10px;
    font-family: 'Open Sans', sans-serif !important;
}

body.detail #header, body.start #header {
    height: auto;
}

#content {
    padding: 0 !important;
    min-height: calc(100vh - 255px);
}

md-card {
    padding: 0;
    margin: 0;
    color: #001539 !important;
}

.body-content h2 {
    margin-top: 0 !important;
}

.md-toolbar-tools .container {
    padding: 0;
}

body {
    font-family: 'Roboto', 'Open Sans', sans-serif !important;
}

md-card-title {
    background: #179AD7 !important;
    color: #fff;
}

md-card {
    background: #fff;
}

.md-button {
    margin: 0;
    color: #fff !important;
    background-color: #179AD7 !important;
}

footer {
    background: #001539;
    border-top: 5px solid #0072c6;
    padding: 2em;
    color: #fff;
    margin-top: 25px;
}

footer .container {
    padding: 0;
}

footer p {
    margin: 1em 0;
}