body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font: 11px/18px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

#default {
    background-color: #000
}

a {
    outline: none;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

input[type='text'], input[type='password'] {
    float: left;
    height: 16px;
    font: 11px/16px Tahoma, Verdana, Arial, sans-serif, serif;
    color: #000;
    border: 1px solid #CCCCCC;
    padding: 0 0 0 3px;
}

input[type='submit'] {
    font: bold 10px Tahoma, Arial, Verdana, sans-serif, serif;
    height: 16px;
    color: #000;
    background-color: #CCC;
    border: 1px solid #666666;
    margin-top: 2px;
    cursor: pointer
}

input[type='text'].medium {
    width: 100px;
}

input[type='text'].small {
    width: 50px;
}

input[type='text'].mini {
    width: 30px;
}

select {
    float: left;
    height: 18px;
    font: 11px Tahoma, Verdana, Arial, sans-serif, serif;
    color: #000;
    border: 1px solid #CCCCCC;
    padding: 0 0 0 1px;
}

select.medium {
    width: 105px
}

select.small {
    width: 55px
}

.navBtn {
    display: inline-block;
    width: auto;
    height: 14px;
    line-height: 14px;
    padding: 0 8px;
    font: bold 10px Tahoma, Arial, Verdana, sans-serif, serif;
    color: #000;
    background-color: #ccc;
    border: 1px solid #666666;
    text-decoration: none;
    margin-top: 2px
}

.left {
    float: left;
}

.right {
    float: right;
}

h1 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    color: #003591;
}

#intranet h1 {
    color: #ed1c24
}

h2 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 36px 0;
    color: #FFF;
    text-transform: uppercase;
}

span.sup {
    position: relative;
    width: auto;
    height: auto;
    padding-right: 6px;
}

.tinysup {
    padding-right: 3px !important
}

sup {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.7em;
    line-height: 1em;
    padding: 0;
}

.grey {
    color: #909090
}

.darkgreen, .succeeded {
    color: #58640e
}

.error {
    color: #ff0000;
}

.Hr1 {
    display: block;
    font-size: 0;
    height: 1px;
    background-color: #FFF;
    margin: 5px 0 5px 0
}

.Hr2 {
    display: block;
    font-size: 0;
    height: 2px;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    margin: 5px 0 5px 0
}

.submitmessage {
    display: block;
    width: auto;
    height: 15px;
    line-height: 15px;
}
.language-switcher {
    float: left;
    margin-left: 10px;
    z-index: 3;
    position: relative;
}

body > #footer > .language-switcher  {
    padding-top: 7px;
}

.language-switcher a{
    margin-right: 10px;
    display: inline-block;
}
.lang-flag.en {
    background: no-repeat url("/images/flags/gb.svg");
}
.lang-flag.nl {
    background: no-repeat url("/images/flags/nl.svg");
}
.lang-flag.de {
    background: no-repeat url("/images/flags/de.svg");
}
.lang-flag {
    background-size: cover !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #aaa;
}

/** offer list **/
.flex_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 90px 0 60px;
}
.offer-list {
    /*margin-top: 200px;*/
    background: white;
    width: 60%;
    margin-left: 20%;
    padding: 15px;
}
.offers-table {
    margin-top: 15px;
    width: 100%;
}
.offers-table{
    border-collapse: collapse;
}

.offers-table, .offers-table th, .offers-table td {
    border: 1px solid black;
}

.offers-table td {
    padding: 5px;
}

.offers-table th {
    background: #bbb;
}

.offers-table tbody tr:hover {
    background: #eee;
    cursor: pointer;
}

.dataTables_filter {
    margin-bottom: 12px;
}
/** offer list end **/

.value-span {
    background: white;
    border: 1px solid #ccc;
    padding: 2px 4px;
}

.error-message{
    color: red;
}
