﻿@font-face {
    font-family: "PostNL-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/postnl-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/postnl-regular.woff") format("woff"), url("../fonts/postnl-regular.ttf") format("truetype");
}

@font-face {
    font-family: "PostNL-Medium";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/postnl-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/postnl-medium.woff") format("woff"), url("../fonts/postnl-medium.ttf") format("truetype");
}

@font-face {
    font-family: "PostNL-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/postnl-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/postnl-bold.woff") format("woff"), url("../fonts/postnl-bold.ttf") format("truetype");
}

body {
    display: table;
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    font: 14px/1.55em "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #555;
    cursor: default;
}

h1, h2, h3, h4, h5 {
    font-family: 'PostNL-Medium', sans-serif;
    font-weight: normal;
    padding: 0.2em 0;
}

h2 {
    color: #ED7000;
    font-size: 26px;
    /*font-weight: 700;*/
}

h3 {
    font-size: 20px;
    /*font-weight: 700;*/
}

h4 {
    font-size: 18px;
}

h5 {
    /*font-weight: bold;*/
    color: #001A73;
}

.home h2, .contact h2 {
    margin: 19px 0 0 0;
}

body {
    background-color: #fff;
    margin: 0px;
}

/*/* -------------------------------------------------
- Secundary navigation
------------------------------------------------- */
#header .secondary {
    float: left;
    list-style: none outside;
    height: 26px;
    margin: 3px 0 0 20px;
}

* html #header .secondary { /* IE */
    display: inline;
}

    #header .secondary li {
        float: left;
        height: 26px;
        padding: 0;
        margin: 0 4px 0 0;
    }

    * html #header .secondary li { /* IE */
        display: inline;
    }

        #header .secondary li a {
            /* display:block; */
            float: left;
            font-size: 110%;
            font-weight: bold;
            line-height: 26px;
            height: 26px;
            text-transform: uppercase;
            text-decoration: none;
            color: #666;
            background: url("/Content/Images/bg-nav.gif") no-repeat scroll left -26px transparent;
            margin: 1px 16px 0 0;
        }

/*Chrome 11*/
body:nth-of-type(1) #header .secondary li a {
    font-size: 13px;
    top: 1px;
}

    body:nth-of-type(1) #header .secondary li a span {
        padding-top: 8px;
    }

#logo {
    display: block;
    text-decoration: none;
    position: absolute;
    outline: medium none;
    z-index: 13;
    top: -1px;
    left: -7px;
}

#tool {
    float: left;
    top: 39px;
    left: 115px;
    z-index: 9;
    position: absolute;
}

#message {
    padding: 10px;
    text-align: center;
    border: 2px solid #ED7000;
    border-radius: 10px;
    background: #fff;
}

    #message .content {
        width: 350px;
        margin-top: -150px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

#messageImg {
    position: relative;
    top: -75px;
    left: -245px;
}

#content {
    margin: 10px 0px 0px;
    padding: 40px 22px 12em 44px;
    height: 1%;
    position: relative;
}

    #content:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0px;
    }

ul.primary {
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
    float: left;
}

    ul.primary a {
        font: inherit;
        color: #FFF;
        margin: 0px;
        padding: 0px;
        border: 0px none;
        vertical-align: baseline;
        outline: medium none;
        word-wrap: break-word;
        text-decoration: none;
    }

    ul.primary li {
        float: left;
        padding-right: 30px;
        margin: 0px;
    }

.homecol {
    float: left;
    width: 440px;
}

    .homecol li {
        color: #666;
        padding: 5px 10px;
        font-size: 16px;
    }

.actions {
    list-style: outside none disc;
    margin-top: 18px;
    padding-left: 14px;
}

#blurrer {
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.blurry {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    filter: blur(1px);
    -ms-filter: blur(1px);
}

.hidden {
    display: none;
    visibility: hidden;
}

input[type="text"] {
    width: 200px;
}

input[type="submit"] {
    width: auto;
    display: inline-block;
    padding: 0 15px;
    height: 28px;
    background: #ED7000;
    border: none;
    border-radius: 4px;
    /* let op Q&D: */
    /*box-shadow: 1px 1px 1px #ddd;*/
    box-shadow: inset 0 1px 0 #ffffff, 0 1px 1px #666;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 1px rgba(0,0,0,.15);
    /*font: 400 13px/1.55 "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
    line-height: 28px;
    /*font-weight: 700;*/
    color: #fff;
    cursor: pointer;
    /*margin-bottom: 5px;*/
}

.container {
    padding: 10px;
}

.btn {
  background-color: #ED7000 !important;
  color: #ffff !important;
  padding: 0.5rem 2rem !important;
  margin-bottom: 0.5rem;
}

p {
    font-size: larger !important;
}

.glyphicon-refresh-animate {
    -webkit-animation: spin2 .7s infinite linear;
    animation: spin .7s infinite linear;
}

#backbutton {
    clear: both;
    float: left;
    padding-top: 25px;
}

    #backbutton li a {
        background-color: #ED70009c !important
    }

#logoutbutton {
    padding-top: 25px;
    float: right;
}

.warning {
    position: fixed;
    /*width:100%;*/
    height: 100%;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}
