/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : Sep 16, 2014, 1:25:36 PM
    Author     : Yorick
*/

/*Initialize*/
#pageBackEnd #navbar {
    width: 100%;
}

#pageBackEnd .cms_header,
#pageBackEnd #header,
#page .cms_header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
}

#pageBackEnd .cms_header #taalkeuze,
#pageBackEnd #header #taalkeuze,
#page .cms_header #taalkeuze {
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
}

#pageBackEnd .cms_header .tall,
#pageBackEnd #header .tall,
#page .cms_header .tall {
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
}

#backend #pageBackEnd #header #navbar {
    width: 100%;
}

ul#menu,
ul#menu ul.sub-menu {
    margin: 0;
    padding: 0;
    float: right;
}

ul#menu.navbar-nav {
    align-content: center;
    align-items: center;
    height: inherit;
}

ul#menu li,
ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}

@media (max-width: 576px) {
    .navbar-collapse ul#menu {
        width: 100%;
    }

    .navbar #logo {
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    #main {
        max-width: 90%;
    }

    .navbar-collapse ul#menu li {
        width: 100%;
    }

    .navbar-collapse ul#menu ul.sub-menu {
        width: 100%;
        float: none;
        position: relative;
        top: 0;
    }

    ul#menu, ul#menu ul.sub-menu {
        float: none;
    }

    #pageBackEnd .navbar-collapse .button_hoofdmenu {
        float: none;
        border: none;
    }

    .navbar-collapse ul#menu ul.sub-menu .new_sub_menu {
        float: none;
        color: #4b7192;
        font-size: 12px;;
        height: 50px;
    }
}

@media (min-width: 768px) {
    #pageBackEnd .navbar-collapse {
        justify-content: flex-end;
        height: inherit;
    }

    ul#menu li,
    ul#menu ul.sub-menu li {
        display: inline-flex;
        height: inherit;
        align-items: center;
        z-index: 2;
    }
}


/*Link Appearance*/

ul#menu li a,
ul#menu li ul.sub-menu li a {
    text-decoration: none;
    color: #ffffff;
    background: #666666;
    padding: 5px;
    display: inline-block;
}


/*Make the parent of sub-menu relative*/

ul#menu li {
    position: relative;
    padding: 0;
}


/*sub menu*/

ul#menu li ul.sub-menu {
    background-color: white;
    border-color: #d4d4d4;
    border-image: none;
    border-style: none solid;
    border-width: 0 1px;
    display: none;
    position: absolute;
    top: 60px;
    width: fit-content;
    left: 0;
}

ul#menu li ul.sub-menu li {
    border-bottom: 1px solid #d4d4d4;
    width: 100%;
}

ul#menu li:hover ul.sub-menu {
    display: block;
    color: #e0e0e0;
}

.new_sub_menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-image: none;
    border-style: none;
    color: #6C757D;
    cursor: pointer;
    display: table-cell;
    float: right;
    font-size: 12px;;
    height: 60px;
    margin: 0;
    padding: 0 20px;
    text-transform: capitalize;
    vertical-align: middle;
    z-index: 1;
    width: 100%;
}

#forgot_password {
    cursor: pointer;
    color: #21479c;
}

#pageBackEnd table.samenvatting tr {
    padding: 0;
    height: 16px;
}

#pageBackEnd table.samenvatting th {
    font-size: 12px;
}

#pageBackEnd table.samenvatting {
    border: 1px solid gray;
    line-height: 12px;
    font-size: 12px;
}

div[role=dialog] div#dialog form select,
div[role=dialog] div#dialog form input[type=text],
div[role=dialog] div#dialog form textarea {
    width: 100%;
}

div[role=dialog] div#dialog form textarea {
    height: 100px;
}

.price-evaluation-list ul:nth-last-child li {
  border-bottom: 0;
}

.price-evaluation-list {
  display:table;
  margin: 10px
}

.price-evaluation-list ul {
  display:table-row;
}

.price-evaluation-list ul:first-child li {
  font-weight:bold;
}

.price-evaluation-list ul > li {
  display:table-cell;
  padding:.5em 1em;
  border-bottom: 1px solid #D3D3D3;
}
