#title-content{
    max-width: 1300px;
    margin: 0 auto;
}

#title {
    display: inline-block;
}

#main-logo{
    float: left;
    height: 80px;
    vertical-align: middle;
}

#header-width{
    width: 100%;
}

#lang-select {
    margin-left: 4px;
    padding: 4px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgb(1, 134, 133);
    color: white;
}
/* CAUTION: IE hackery ahead */
#lang-select::-ms-expand {
    display: none; /* remove default arrow on ie10 and ie11 */
}

.top-buffer {
    margin-top: 10px;
}

.center {
    text-align: center;
}

.bold {
    font-weight: 600;
}

p {
    margin: 0 0 0px;
}

h2, h3, h4 {
    text-transform: uppercase;
    color: #5a5a5a;
    text-align: center;
}

h1 {
    color: #018685;
    text-transform: capitalize;
    font-family: 'Advent Pro', sans-serif;
    font-size: 28px;
    text-align: center;
    padding: 5px;
    margin: 0;
}

h4 {
    font-size: 16px;
    padding: 8px;
}

h4 a, h4 a:hover {
    text-decoration: none;
}

h5 {
    display: inline-block;
    font-weight: 600;
    max-width: 80%;
}

.no-padding {
    padding:0;
}

a {
    color: #18456D;
    text-decoration: underline;
}
a.no-underline{
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

th {
    text-align: center;
}

* {
    font-family: 'Roboto', sans-serif;
}

div {
    margin: 3px 0;
}
div.no-margin {
    margin:0;
}

body {
    background-color: rgb(248, 250, 255);
}

.dropdown {
    width: 100%;
}

.control-label{
    margin: 0px;
}

.logo{
    height: 72px;
    margin: 12px 0;
}

.titlebar {
    border: 1px solid #9dc1c1;
    background-color: #f4fffe;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grouped-input{
    background-color: #E9EEFF;
    border: 1px solid #b5bcd8;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.grouped-input div{
    margin: 0;
}

.grouped-input .row{
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 5px;
}

.grouped-input h4{
    padding: 0;
    margin-bottom: 0;
}
.grouped-input h5{
    margin-top: 0;
}

.result-buttons{
    margin: 20px 0;
}

.ctl-buttons .btn.info-btn{
    /*margin-top: 31px;*/
    margin-bottom: 10px;
}

.href-btn{
    text-decoration: none;
}
.ctl-buttons{
    text-align: center;
}
.ctl-buttons .btn {
    margin-top: 5px;
}

.ctl-buttons .btn{
    color: white !important;
    background-color: #018685 !important;
    padding-top: 4px;
    padding-bottom: 4px;
    transition: background-color 0.4s;
}
.ctl-buttons .btn:hover{
    background-color: #04a49e !important;
    color: white !important;
}
.ctl-buttons .btn.disabled, .btn[disabled]{
    background-color: white !important;
    color: grey !important;
}

#no-data-yet{
    white-space: inherit;
}

.info-label {
    font-size: 12px;
    padding: 0;
    text-transform: lowercase;
    background-color: lightgrey;
    padding: 2px 5px;
    border-radius: 2px;
    cursor: default;
    margin-left: 3px;
}

.toggle-btn {
    width: 50%;
    font-size: 14px;
    padding: 0;
}

.dropdown-menu li {
    cursor: pointer;
}

li div.input-group {
    margin: 6px 14px;
}

.btn:focus, .btn:active:focus {
    outline: 0 auto;
}

div.infobox {
    max-width: 600px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    text-align: center;
}

.low-warning {
    border: 1px solid #d58512;
    color: #fff;
    background-color: #ec971f;
}

.warning {
    border: 1px solid #a94442;
    background-color: #FF5C56;
    color: white;
    /*font-weight: bold;*/
}

.has-error .form-control{
    color: white;
    background-color: #FF5C56;
    /*font-weight: bold;*/
}

.has-error .form-control::-webkit-input-placeholder {
    color:    white !important;
}
.has-error .form-control:-moz-placeholder {
    color:    white !important;
}
.has-error .form-control::-moz-placeholder {
    color:    white !important;
}
.has-error .form-control:-ms-input-placeholder {
    color:    white !important;
}

@media only screen and (max-width: 1200px) {
    .logo{
        margin: 19px 0;
    }
    .ctl-buttons .btn.info-btn {
        /*margin-top: 38px;*/
    }
}

@media only screen and (min-width: 992px) {
    .leftcolumn {
        padding-right: 2%;
    }
    .rightcolumn {
        padding-left: 2%;
    }
}

@media only screen and (min-width: 768px) {
    .container{
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 800px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .grouped-input .row{
        margin-right: 0;
        margin-left: 0;
    }
    .grouped-input{
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

}

@media only screen and (max-width: 767px) {
    .logo{
        margin: 0 auto;
        display: block;
    }
    .ctl-buttons .btn.info-btn {
        margin-top: 10px;
    }
}

@media only screen and (max-height:940px){
    div {
        margin: 3px 0;
    }
}

@media only screen and (max-height:890px){
    div {
        margin: 2px 0;
    }
}

@media only screen and (max-height:840px){
    div {
        margin: 1px 0;
    }
}

/* http://elvery.net/demo/responsive-tables/#no-more-tables */
@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    #no-more-tables td.hide-mobile{
        display:none;
    }
    #no-more-tables td.title-mobile{
        border-bottom: 1px solid #ccc;
    }
    #no-more-tables td.afstand:before{
        top:12px;
    }


    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr { border: 1px solid #ccc; }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:right;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(title-mobile); }
}

/* Fancy transitions */
.animate-hide.ng-hide {
    opacity: 0;
    display: none; /* Needed for tabbing between inputs, TODO use keyframes or delay for transition to work */
}

.animate-hide {
    transition: all linear .5s;
    opacity: 1;

}

.cap-first:first-letter {
    text-transform: uppercase;
}
