@font-face {
    font-family: 'DINPro-Regular';
    src: url('../font/DINPro-Regular.eot');
    src: local('☺'),
    url('../font/DINPro-Regular.woff') format('woff'),
    url('../font/DINPro-Regular.ttf') format('truetype'),
    url('../font/DINPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Bold';
    src: url('../font/DINPro-Bold.eot');
    src: local('☺'),
    url('../font/DINPro-Bold.woff') format('woff'),
    url('../font/DINPro-Bold.ttf') format('truetype'),
    url('../font/DINPro-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.font-thin {
    font-family: 'DINPro-Regular', Arial;
}
.font-light {
    font-family: 'DINPro-Regular', Arial;
}
.font-regular {
    font-family: 'DINPro-Regular', Arial;
}
.font-bold {
    font-family: 'DINPro-Bold', Arial;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
p {
    line-height: 1.2em;
}
html {
    font-size: 100%;
}
body {
    margin: 0;
    font-family: "DINPro-Regular", "MS Trebuchet", sans-serif;
    color: #4e4e4e;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
}

h1, h2, h3, h4, h5 {
    font-family: "DINPro-Regular", "MS Trebuchet", sans-serif;
    font-weight: normal;
    color: #333;
    line-height: 1.1;
}
h1 {
    font-family: "DINPro-Regular", "MS Trebuchet", sans-serif;
    font-size: 48px;
    color: #707173;
    margin-top: 0;
}
h2 {
    margin-top: 0;
    font-size: 34px;
    line-height: 44px;
    font-family: dinpro-bold,sans-serif;
    color: #000;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 17px;
    margin-top: 8px;
}
h5 {
    font-family: "DINPro-Regular", "MS Trebuchet", sans-serif;
    font-size: 15px;
    margin: 6px 0 6px 0;
}
a, a:visited {
    color: #00304F;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #222;
    outline: 0;
}
a:hover {
    -o-transition:color .2s;
    -ms-transition:color .2s;
    -moz-transition:color .2s;
    -webkit-transition:color .2s;
    transition:color .2s;
}

.inner-header {
    position: relative;
    max-width: 1480px;
    margin: 0 auto;
}
.header-logo-container {
    display: block;
    position: absolute;
    left: 0;
    padding: 10px 30px 10px 30px;
    z-index: 10;
    margin-top: 18px;
}
.header-logo {
    height: 42px;
    display: inline-block;
    cursor: pointer;
}
.header-slogan {
    font-family: "DINPro-Regular", "MS Trebuchet", sans-serif;
    color: #8d8e90;
    display: inline-block;
    position: absolute;
    font-size: 30px;
    line-height: 1;
    margin-left: 10px;
}

.outer-nav {
    width: 100%;
    height: 90px;
    position: relative;
    left: 0;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.inner-nav {
    max-width: 1480px;
    margin: 0 auto;
    padding-left: 470px;
}
.footer-wrapper {
    display:block;
}
.upper-footer {
    background-color: #f9fafa;
    min-height: 10px;
}
.lower-footer {
    background-color: #f0f1f1;
    min-height: 90px;
}
.content-wrapper {
    display: block;
    padding-top: 50px;
    max-width: 1480px;
    margin: 0 auto;
}
.content-header{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 350px;
    width: 100%;
    background-color: #00304F;
    z-index: -1;
}

.content-header-image{
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    max-width: 1480px;
}

.navigation {
    z-index: 9;
}
.nav-button, .nav-button-menu {
    display:inline-block;
    font-family: "DINPro-Regular", "MS Trebuchet", sans-serif;
    font-size:16px;
    color: #5e5e5e !important;
    cursor:pointer;
    padding:21px 31px;
    text-decoration:none;
    margin-top: 18px;
}
.nav-button:hover {
    background-color: #00304F;
    color: #fff !important;
}
.nav-button-menu:hover {
    color: #00304F !important;
}
.nav-button:active, .nav-button-active {
    background-color: transparent;
    color: #00304F !important;
    position: relative;
    border-bottom: 1px solid #00304F;
}
.pull-left {
    display: block;
    float: left;
}
.pull-right {
    display: block;
    float: right;
}
header {
    display: block;
}
footer {
    display: block;
    overflow: hidden;
}
nav {
    display: block;
}
aside.side-pane {
    display: inline-block;
    float: left;
    width: 33.3%;
    padding: 0 40px 20px;
}
main.main-pane {
    display: inline-block;
    float: left;
    width: 66.7%;
}
main.main-pane-width{
    width: 100%;
    padding: 0 40px;
}
section {
    display: block;
    margin: 0 0 2em 0;
    overflow: hidden;
}
section header h4 {
    margin: 0 0 0.2em 0;
    color: #00304F;
    font-size: 24px;
}

.main-pane aside {
    display: inline-block;
    width: 18%;
    float: left;
    margin: 9px 0;
}
.main-pane aside + article {
    display: inline-block;
    float: right;
    width: 80%;
}
article {
    padding: 0 0 1em 0;
}
article header {
    display: block;
    line-height: 1.1;
    margin: 1em 0 1em 0;
}
article header ul {
    margin: 0 0 1em 0;
}
article header ul > li {
    font-family: "DINPro-Regular", "MS Trebuchet", sans-serif;
    font-weight: bold;
}
article main {
    margin: 0;
    padding: 0;
}
article footer {
    display: block;
    font-family: "DINPro-Regular", "MS Trebuchet", sans-serif;
    line-height: 1.1;
    color: #294154;
    margin: 1.5em 0 1em 0;
    padding: 0.5em 0;
    border-top: 1px solid #707173;
    border-bottom: 1px solid #707173;
}
footer time {
}

ul.list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.list > li.list-title{
    color: #00304F;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    padding-top: 15px;
    padding-bottom: 5px;
}
ul.list > li.list-item{

}
ul.horizontal-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
ul.horizontal-list li {
    float: left;
}
ul.horizontal-list.input-list li {
    float: left;
    margin: 0 1em 0 0;
}
div.input-set {
    display: block;
    overflow: hidden;
    margin: 0 0 0.5em 0;
}
div.input-set > label {
    display: inline-block;
    text-align: left;
    float: left;
    clear: left;
    width: 10em;
}
div.input-set > input {
    display: inline-block;
    float: left;
}
div.input-set > div.checkbox-label {
    display: inline-block;
    text-align: left;
    float: left;
    clear: left;
    padding-left: 0 !important;
    width: 15%;
}
div.information-set {
    display: block;
    overflow: hidden;
    margin: 14px auto;
    line-height: 1.2;
}
div.information-set > label {
    display: inline-block;
    text-align: left;
    float: left;
    clear: left;
    width: 10em;
}
div.information-set > span {
    display: inline-block;
    float: left;
    color: #011924;
}
form {
    background-color: #F9F9F9;
    padding: 1em 2em 2em 2em;
    border: 1px solid #cccccc;
    overflow: auto;
}
input, .button, button, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    font-size: 13px;
    padding: 0.5em;
    color: #00304F;
}

a.read-more{
    background-color: #00304F;
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    display: block;
    margin-top: -23px;
}

a.read-more:hover, a.read-more:active{
    background-color: #064c7d;
}

.checkbox {
    width: 24px;
    height: 24px;
    position: relative;
    margin: 10px auto;

}
.checkbox label, .checkbox label:active {
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 0;
    border: 1px solid #d8d8d8;
}
.checkbox label:after, .checkbox label:active::after {
    content: '';
    width: 0.7em;
    height: 0.4em;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #4b4b4b;
    border-top: none;
    border-right: none;
    opacity: 0;
    background: transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checkbox label:hover {
    background-color: #919191;
}
.checkbox label:hover::after {
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    opacity: 1;

    -o-transition:opacity .2s;
    -ms-transition:opacity .2s;
    -moz-transition:opacity .2s;
    -webkit-transition:opacity .2s;
    transition:opacity .2s;
}
.checkbox input[type=checkbox] {
    visibility: hidden;
}
.checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.checkbox {
    display: inline-block;
    float: left;
}
.checkbox-label {
    display: inline-block;
    float: left;
    margin: 14px auto;
    padding-left: 0.5em
}
.button, button, input[type=button], input[type=submit] {
    display: inline-block;
    font-family: "DINPro-Regular", "MS Trebuchet", sans-serif;
    font-size: 16px;
    color: #00304F;
    white-space: nowrap;
    height: 56px;
    padding: 1em;
    border-bottom: 1px solid #00304F;
    cursor: pointer;
    line-height: normal;

    -o-transition: .2s;
    -o-transition-property: color, background-color;
    -ms-transition: .2s;
    -ms-transition-property: color, background-color;
    -moz-transition: .2s;
    -moz-transition-property: color, background-color;
    -webkit-transition: .2s;
    -webkit-transition-property: color, background-color;
    transition: .2s;
    transition-property: color, background-color;
}
.button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover {
    text-decoration:none;
    border:1px solid #00304F;
    background-color:#00304F;
    color:#fff;
}
.button a:visited {
    color: inherit;
}
.button-small {
    display: inline-block;
    text-decoration:none;
    font-family: "DINPro-Regular", "MS Trebuchet", sans-serif;
    font-size: 16px;
    background-color: #00304F;
    color: #fff !important;
    border: 1px solid #00304F;
    white-space: nowrap;
    height: 2.5em;
    padding: 0.7em;
    margin: 2px;
    cursor: pointer;

    -o-transition: .2s;
    -o-transition-property: color, background-color;
    -ms-transition: .2s;
    -ms-transition-property: color, background-color;
    -moz-transition: .2s;
    -moz-transition-property: color, background-color;
    -webkit-transition: .2s;
    -webkit-transition-property: color, background-color;
    transition: .2s;
    transition-property: color, background-color;
}
.button-small:hover {
    text-decoration:none;
    border: 1px solid #274052;
    background-color:#fff;
    color: #274052 !important;
}

row {
    display: block;
    line-height: 1.5em;
}
textarea {
    width: 82%;
    resize: vertical;
}
.clearfix {
    clear: both;
}
table {
    border-collapse: collapse;
    width: 100%;
    padding: 2em 0 2em 0;
}
th {
    font-family: "DINPro-Regular", "MS Trebuchet", sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #333;
    line-height: 1.1;
}
tr td, tr th {
    padding: 1em 0 1em 1em;
}
tr td{
    border-bottom: 1px solid #d8d8d8;
}
th, td {
    text-align: left;
    vertical-align: top;
    line-height: 1.2em;
}
.th-id {
    min-width: 1em;
}
.th-subject {
    min-width: 15em;
}
.th-date {
    width: 10em;
    max-width: 10em;
}
.th-fulldate {
    width: 15em;
    max-width: 15em;
}
.th-labels, .th-actions {
    min-width: 6em;
}
.label {
    display: inline-block;
    text-decoration:none;
    font-family: "DINPro-Regular", "MS Trebuchet", sans-serif;
    font-size: 13px;
    white-space: nowrap;
    height: 2.5em;
    padding: 0.7em;
    margin: 2px;
}
.label-green {
    background-color: #00b082;
    color: #fff;
}
.label-orange {
    background-color: #e3a800;
    color: #fff;
}
.label-red {
    background-color: #b0002e;
    color: #fff;
}
.label-blue {
    background-color: #0086b0;
    color: #fff
}
input:required:valid {
    background-position: right top;
    background-repeat: no-repeat;
}
input:required:invalid {
    background-position: right top;
    background-repeat: no-repeat;
}
.required:after  {
    content: "*";
    font-size: 24px;
    font-weight: bold;
    margin-left: 4px;
    color: #b0002e;
    vertical-align: top;
}
input:required:valid, textarea:required:valid {
    background-position: right top;
    background-repeat: no-repeat;
}
input:required:invalid, textarea:required:invalid {
    background-position: right top;
    background-repeat: no-repeat;
}
.required:after  {
    content: "*";
    font-size: 24px;
    font-weight: bold;
    margin-left: 4px;
    color: #b0002e;
}
.radio {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    margin: 20px auto;
    float: left;
}
.radio label {
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 100%;
}
.radio label:after {
    content: '';
    position: absolute;
    border: 6px solid #274052;
    border-radius: 100%;
    top: 5px;
    left: 5px;
    opacity: 0;
    background-color: transparent;
}
.radio label:hover {
    background-color: #274052;
}
.radio label:hover::after {
    content: '';
    position: absolute;
    border: 6px solid #fff;
    border-radius: 100%;
    top: 5px;
    left: 5px;
    opacity: 0;
    background-color: transparent;

    -o-transition:opacity .2s;
    -ms-transition:opacity .2s;
    -moz-transition:opacity .2s;
    -webkit-transition:opacity .2s;
    transition:opacity .2s;
}
.radio input[type=radio] {
    visibility: hidden;
}
.radio input[type=radio]:checked + label:after {
    opacity: 1;
}
.radio-label {
    display: inline-block;
    float: left;
    margin: 24px auto;
    padding-left: 0.5em
}
.input-set input#subject, .input-set input#affected, .input-set input#description {
    width: 75%;
}

.label-tag{
    background-color: #b7b7b7;
    color: white;
    border-radius: 80px;
    padding: 3px 12px;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.input-comment {
    display: inline-block;
    height: 24px;
    margin: 10px;
    padding: 5px 0 0 0;
    font-size: smaller;
    vertical-align: middle;
}
strong {
    font-family: "DINPro-Regular", "MS Trebuchet", sans-serif;
    font-weight: normal;
}
.disabled, input:disabled {
    background-color: #f1f1f1;
    cursor: not-allowed;
}
.label-open {
    background-color: #0086b0;
    color: #fff;
    text-transform: capitalize;
}
.label-planned {
    background-color: #ffd662;
    color: #707173;
    text-transform: capitalize;
}
.label-finished, .label-closed {
    background-color: #00b082;
    color: #fff;
    text-transform: capitalize;
}
.label-canceled {
    background-color: #707173;
    color: #fff;
    text-transform: capitalize;
}
.capitalize {
    text-transform: capitalize;
}
div.information-set > label, div.input-set > label {
    width: 20%;
}
div.information-set > span, div.input-set > select, div.input-set > input {
    min-width: 150px;
}

input[id="search"] {
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
    background-position: 4px 3px;
    background-size: 24px;
    padding: 8px 4px 8px 30px;
}

#locale {
    background-repeat: no-repeat;
    /*background-image: url("../img/nl_NL.png");*/
    background-size: 17%;
    background-position: right center;
    background-position-x: 70%;
    -ms-background-position-x: 80%;
    padding-right: 20px;
}
select#locale option[value="nl_NL"] {
    background: url("../img/nl_NL.png") no-repeat right center;
    background-size: 17%;
    background-position: right center;
    background-position-x: 70%;
    -ms-background-position-x: 80%;
    padding-right: 20px;
}
select#locale option[value="en_GB"] {
    background: url("../img/en_GB.png") no-repeat right center;
    background-size: 17%;
    background-position: right center;
    background-position-x: 70%;
    -ms-background-position-x: 80%;
    padding-right: 20px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: "DINPro-Regular", "MS Trebuchet", sans-serif;
    text-align: center;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert > button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    height: initial;
}

#menuToggle
{
    display: none;
    position: absolute;
    top: 34px;
    right: 20px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

@media (max-width: 978px) {
    h1{
        margin-bottom: 20px;
    }

    #filters{
        display: none;
    }

    .content-header{
        zoom: 0.5;
    }

    #menuToggle {
        display: block;
    }

    .inner-nav{
        display: none;
    }

    main.main-pane{
        float: none;
        width: 100%;
        padding: 0 40px 20px;
    }

    .main-pane aside{
        float: none;
        width: 100%;
    }

    .main-pane aside > h4{
        margin-bottom: 0;
    }

    .main-pane aside > h4 > br{
        display: none;
    }

    aside.side-pane{
        float: none;
        width: 100%;
        padding-bottom: 0;
    }

    .content-wrapper {
        padding-top: 40px;
    }

    #filters .list li{
        width: 49%;
        display: inline-block;
    }

    .content-header::before{
        display: none;
    }

    .content-header::after{
        display: none;
    }

    .read-more{
        right: 40px;
        margin-top: 45px !important;
        position: absolute;
    }

    div.information-set > label, div.input-set > label {
        width: 100%;
        font-weight: bold;
        padding-bottom: 5px;
    }
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #00304F;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child
{
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
    transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(0, -1px);
}


#menu {
    position: fixed;
    width: 100%;
    padding: 0 50px;
    background: #eaeaea;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    margin: 0;
    bottom: 0;
    margin-top: 85px;
    border-bottom: 1px solid #d8d8d8;
}

#menu li
{
    padding: 10px 0;
    font-size: 22px;
}

#menu li a{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
    transform: none;
}

.authentication-form {
    margin-left: auto;
    margin-right: auto;
    width:420px;
    border: 1px solid #BBB;
    border-bottom: 1px solid #00304F;
}

.authentication-form input{
    border-bottom: 1px solid #00304F;
}

.authentication-form input[type=submit]{
    float: right;
    margin-right: 11px;
}