html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    /*background: url(/assets/images/background.jpg) no-repeat center bottom;*/
    /*background-size: cover;*/
}

html:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.6);
}

img {
    border: 0;
}

body {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

a {
    color: black;
}

h1 {
    font-size: 30px;
}

h4 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    float: left;
}

.align-left {
    text-align: left;
}

.float-left {
    float: left;
}

.none {
    display: none;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/**
 * Menu options
 */
#menu {
    border-top: 5px solid #FF6600;
    #width: 100%;
    min-height: 105px;
    text-align: center;
    background-color: #fff;
    display: block;
}

#menu ul {
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 0 auto 0 auto;
    background: grey;
    width: 100%;
    height: 105px;
    display: block;
    vertical-align: middle;
}

#menu li {
    width: auto;
    font-weight: 400;
    letter-spacing: 1.5px;
    position: relative;
    float: left;
    line-height: 40px;
    font-size: 18px;
    padding: 0 20px;
    margin-top: 32px;
    list-style-type: none;
    opacity: 0.8;
    -webkit-transition: background 0.3s; /* For Safari 3.1 to 6.0 */
    transition: background 0.3s;
}

#menu a {
    display: block;
    text-decoration: none;
    color: #222;
    text-transform: uppercase;
}

#menu #readmore a {
    color: #fff;
}

#menu li:hover {
    cursor: pointer;
    opacity: 1;
    background: #eee;
}

#menu li:hover a {
    color: #477575;
}

/*li:hover:before { border-top: 40px solid #fff; }
li:hover:after { border-bottom: 40px solid #fff; } */

#menu #menu-logo {
    float: left;
    margin: 7px 0 0;
}

#menu #menu-logo img {
    height: 90px;
}

#menu li:hover .sub-menu {
    z-index: 1;
    opacity: 0.8;
}

#menu .visiblemenu {
    display: block !important;
}

#sidebar {
    margin: 20px 20px 0 0;
    border: 1px solid #ccc;
    background: #fff;
    width: 350px;
    font-weight: 300;
    position: absolute;
    right: 0;
    z-index: 200;
    display: none;
}

#sidecontainer div li {
    display: inline-block;
}

#sidebar > li {
    padding: 0 15px !important;
    margin: 5px !important;
    font-size: 16px;
    float: left;
    width: 88%;
    text-align: center;
}

.bckground {
    background: #477575;
}


/* ------menu smaller screens --------- */

@media screen and (max-width: 1715px) and (min-width: 1646px) {
    #menu li.mainmenu {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1645px) and (min-width: 1576px) {
    #menu li.mainmenu {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1575px) and (min-width: 1461px) {
    #menu li.mainmenu {
        padding: 0 10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1460px) and (min-width: 1321px) {
    #menu li.mainmenu {
        padding: 0 8px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1320px) and (min-width: 1220px) {
    #menu li.mainmenu {
        padding: 0 5px;
        font-size: 13px;
    }
}

@media screen and (max-width: 1220px) {
    #menu .mainmenu {
        display: none;
    }
}

@media screen and (min-width: 1220px) {
    #menu #sidecontainer {
        display: none;
    }
}

/**
 * Top style
 */
#top {
    width: 100%;
    min-height: 400px;
    background-position: center;
    moz-background-position: center;
    height: auto;
    overflow: hidden;
    background-image: url(/assets/images/beroeps_header_new.jpg);
    background-repeat: no-repeat;
}

#top #top-heading {
    text-align: center;
    max-width: 50%;
    height: 300px;
    margin-top: 30px;
}

#top h1 {
    font-size: 2.7em;
    color: #fff;
}

#top p {
    font-size: 1.2em;
    color: #333C3B;
    opacity: 0.9;
    font-weight: 400;
}

#top .centereddiv {
    margin-left: auto;
    margin-right: auto;
}

/* ------top smaller screens --------- */

@media screen and (max-width: 1500px) and (min-width: 1220px) {
    #top #top-heading {
        max-width: 75%;
    }
}

@media screen and (max-width: 1220px) and (min-width: 601px) {
    #top #top-heading {
        max-width: 90%;
        font-size: 0.9em;
    }
}

@media screen and (max-width: 600px) {
    #top #top-heading {
        max-width: 90%;
        font-size: 0.8em;
    }

    #top #top-heading h1 {
        font-size: 2em;
    }
}

/**
 * Search
 */
@media screen and (max-width: 800px) {
    #searchForm #suggest {
        width: 200px;
    }
}

/**
 * Table style
 **/
.table th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
    text-align: left;
    padding: 3px 2px;
}

.table tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.table td {
    text-align: left;
}

.table tr.visited,
.table tr.visited a {
    color: #C4C4C4;
}

ol li {
    padding: 5px 0;
}

.suggestion_list {
    background: white;
    border: 1px solid;
    text-align: left;
}

.suggestion_list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
}

.suggestion_list a {
    text-decoration: none;
    color: black;
    text-align: left;
}

.suggestion_list .selected {
    background: navy;
    color: white;
}

.suggestion_list .selected a {
    color: white;
}

#autosuggest {
    display: none;
}

#login {
    box-sizing: border-box;
    text-align: right;
    border: 0 solid #FF6600;
    border-bottom-width: 2px;
    margin-bottom: 90px;
    width: 100%;
    padding: 4px;
}

#menuItems {
    float: left;
}

#loginText {
    float: right
}

.ui-menu .ui-menu-item a {
    font-size: 14px;
}

#clientTable {
    width: 80%;
}

.ui-autocomplete {
    text-align: left;
}

.search-wait {
    display: none;
}

.client-mail-field {
    margin: 20px 40px;
}

.page {
    display: inline-block;
    width: 700px;
    text-align: left;
}

.select2-container {
    text-align: left;
}

#wrapper {
    min-height: 100%;
}

/** Home - video options */
#video-controls {
    position: absolute;
    right: 50px;
    top: 50px;
}

#video-controls a {
    text-decoration: none;
}

#video-controls span {
    color: #727272;
    width: 70px;
    display: block;
}

@media screen and (max-width: 900px) {
    .page {
        width: auto;
        max-width: 700px;
        padding: 0 10px;
    }
}

