/***** PAGE/COMMON *****/
#content {
    min-width: 50%;
    max-width: 1000px;
    padding-left: 12px;
    padding-right: 12px;
}

#content ul,
#content ol {
    margin: 1em 0;
    padding-left: 2.5em;
}

/***** ITEM *****/
.item {
    clear: both;
    line-height: 1.6em;
    margin-bottom: 50px;
    box-sizing: border-box;
}
.item:last-child {
    margin-bottom: 20px;
}
.item h4.system {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 18px;
    padding-bottom: 12px;
    /*padding-right: 40px;*/
    position: relative;
}
.item img {
    border-width: 1px;
    border-style: solid;
    float: right;
    margin: 10px 0 25px 25px;
    max-width: 40vw;
}

/***** EDIT *****/
.item.add h4.system {
    border: none; /* 23-03-2017 toegevoegd door Martijn */
    /* font-size: 26px; 06-12-2016 verwijderd door Martijn */
}
.item.add h4.system a,
.item.add h4.system a:hover {
    text-decoration: none;
}

/***** BUTTONS *****/
.item .material-icons {
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    position: relative;
    opacity: 0.8;
    width: 40px;
    height: 40px;
    line-height: 40px;            
}
.item .material-icons:hover {
    opacity: 1;
}

.item .itemAdd {
    font-size: 38px;
    top: 11px;
}

.item .btnEmail {
    margin-left: 1em;
    float: right;
    font-size: 18px;
    background: transparent;
    opacity: 0.8;
    cursor: pointer;
}
.item .btnEmail:hover {
    text-decoration: none;
    opacity: 1;
}
.item .btnEmail span.material-icons {
    margin: 0 10px 0 6px;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    opacity: 1;
    vertical-align: top;
}

.item .buttons {
    border-top-width: 1px;
    border-top-style: solid;
    margin: 18px 0 0;
    padding-top: 2px;
}
.item .buttons a {
    padding: 0 5px;
}

.item .buttons .moveUp,
.item .buttons .moveDown { 
    float: left;
    font-size: 26px;
}
.item .buttons .textEdit,
.item .buttons .textDelete { 
    float: right;
    font-size: 24px;
}

/***** FOOTER *****/
#credits {
    border-top-width: 1px;
    border-top-style: solid;
    clear: both;
    margin: 0 auto;
    padding-top: 4px;
}

/***** MAILBAR *****/

#mailBar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    box-sizing: border-box;
    border-width: 0;
    border-right-width: 1px;
    border-style: solid;
    overflow: hidden;
    text-align: left;
    z-index: 999;
}
#mailBar div.scroll-wrapper {
    width: calc(100% + 17px);
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll !important;
}
#mailBar div.hide-header {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 300px;
    height: 60px;
    padding: 12px 12px;
    text-align: right;
}
#mailBar div.hide-header .mailbar-close {
    font-size: 33px;
    text-decoration: none;
    cursor: pointer;
}

#mailBar div.content {
    width: 300px;
    font-size: 14px;
    padding: 65px 15px 30px 15px;
    box-sizing: border-box;
}
#mailBar .content h4.system {
    font-size: 18px;
}
#mailBar .content label.header {
    display: block;
    margin-top: 15px;
    font-weight: normal;
}
#mailBar .content input,
#mailBar .content select,
#mailBar .content textarea {
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
    padding: 2px 5px;
    font: inherit;
}
#mailBar .content input[type=submit] {
    width: auto;
    padding: 7px 12px;
    border: 1px solid #a9a9a9;
    background-color: #fff;
    font-family: inherit;
    font-size: inherit;
}
#mailBar .content textarea {
    min-height: 150px;
    max-height: 300px;
    height: 15vh;
}

#mailBarInfo {
    margin-top: 3em;
}
#mailBarInfo .email {
    font-weight: bold;
    color: #fff;
}