body {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    color: #4F4F4F;
    font-size: 12px;
    background: url('/images/backgrounds/general.jpg') center center no-repeat fixed;
    background-size: cover;
}

#container {
    /*min-height:800px;*/
}

body.overzichtMsAdmin,
body.overzichtMsFinance,
body.overzichtKlant,
body.overzichtKlantManager,
body.overzichtManagement,
body.overzichtSubklant {
    background: url('/images/backgrounds/dashboard.jpg') top center no-repeat fixed;
    background-size: cover;
}

body.gebruikersbeheer,
body.addUser,
body.editUser,
body.removeUser,
body.linkUsers,
body.loginAsCustomer {
    background: url('/images/backgrounds/gebruikersbeheer.jpg') top center no-repeat fixed;
    background-size: cover;
}

body.relatiebeheer,
body.viewCustomer,
body.addCustomer,
body.editCustomer,
body.removeCustomer,
body.editCustomerTranslations,
body.addSubCustomer,
body.editSubCustomer,
body.removeSubCustomer,
body.manageCustomerStyle,
body.addStream,
body.editStream {
    background: url('/images/backgrounds/relatiebeheer.jpg') top center no-repeat fixed;
    background-size: cover;
}

body.viewMsRapportage {
    background: url('/images/backgrounds/rapportage.jpg') center center no-repeat fixed;
    background-size: cover;
}

body.trackAndTrace,
body.viewBatchStatus,
body.viewMailPackStatus {
    background: url('/images/backgrounds/track_trace.jpg') center center no-repeat fixed;
    background-size: cover;
}

#container {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    text-align: left;
}

#header-row {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}

#header {
    position: relative;
    height: 115px;
    width: 900px;
    margin: auto;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    color: #1e1e1e;
}

#msLogo {
    padding-top: 15px;
    padding-bottom: 5px;
}

#footer {
    width: 900px;
    margin: auto;
    clear: both;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    /*position: absolute;
    bottom:0px;*/

}

#footer a {
    color: #fff;
}

#logout {
    background: url("/images/white-arrow.png") no-repeat right center;
    background-size: 20px 20px;
    position: absolute;
    right: 0px;
    width: 95px;
    height: 22px;
    line-height: 20px;
    margin-left: 5px;
    display: inline-block;
    text-decoration: underline;
}

#greetingTable {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFFFFF -moz-use-text-color;
    border-style: solid;
    border-width: 1px 0;
    color: #FFFFFF;
    margin-left: 608px;
    position: absolute;
    margin-top: 178px;
    font-size: 13px;
}

#datum {
    border-bottom: 1px solid;
    border-right: 1px solid #FFFFFF;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 251px;
}


#time {
    border-bottom: 1px solid #FFFFFF;
    padding: 3px 10px;
    width: 60px;
}

#greet {
    padding: 3px 0px;
}

#menu-row {
    background-color: #293133;
}

#menu {
    padding: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: auto;
    width: 900px;
    text-align: center;
}

#menu div {
    font-weight: bold;
    top: 0px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
}

#menu div.active a {
    color: #ee2f27;
    border-bottom: 5px solid #ee2f27;
    padding-bottom: 27px;
}

#menu div a {
    font-family: Arial;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 11px 26px;
    line-height: 22px;
    height: 20px;
    font-size: 15px;
}

#menu div a:hover {
    color: #ee2f27;
    transition: all 0.6s ease-in-out;
}

#loginSubHeader {
    text-align: center;
    text-transform: uppercase;
    color: #ee2f27;
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 30px;
}

#loginLogo {
    padding-top: 100px;
    display: block;
    margin: auto;
}

#loginScreen {
    background-image: url('/images/90-red.png');
    border-radius: 10px;
    color: #fff;
    margin: 60px auto 40px;
    width: 380px;
    padding: 35px;
    font-size: 18px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.txtreport {
    text-align: center;
    padding: 20px;
}

.statistieken_container {
    width: 75%;
    text-align: center;
    background: #FFF;
    margin: 10px;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
}

.login {
    text-align: center;
}

.loginbtn {
    margin-top: 25px;
    margin-bottom: 25px;
}

#loginScreen h1 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 25px;
    margin: 0px;
    padding: 0px;
}

#loginFooter {
    width: 900px;
    margin: auto;
    clear: both;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

#loginLogoFooter {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#loginFooter a {
    color: #fff;
}

#loginScreen input {
    border-radius: 5px;
    border: 0px;
    font-size: 18px;
    height: 33px;
}

#loginScreen a {
    color: #fff;
    font-size: 14px;
}

#signouticon {
    font-size: 20px;
    margin-left: 10px;
}

#content {
    padding: 0 18px;
}

.actionmenu {
    position: absolute;
    left: -90px;
    top: 0px;
    background-color: #fff;
    width: 90px;
    height: 26px;
    padding-top: 2px;
    border: 1px solid #cecece;
}

.actionmenu_hidden {
    display: none;
}

.red-content-container {
    width: 100%;
    clear: both;
    padding-bottom: 10px;
    background-image: url('/images/90-red.png');
    overflow-x: hidden;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #FFF;
}

.red-content-container h3,
.red-content-container h4 {
    color: #fff;
    padding-left: 20px;
}

.red-content-container .table-wrapper {
    padding: 10px;
    overflow-x: auto;
}

.red-content-container .table-wrapper table.overview {
    margin: 0px;
}

.red-content-container .table-wrapper table.overview.customerTrendReport tr td,
.red-content-container .table-wrapper table.overview.trendRapportage tr th,
.red-content-container .table-wrapper table.overview.trendRapportage tr:first-child th:nth-last-child(2) {
    border: 1px solid #000;
    font-weight: normal;
}

.red-content-container .table-wrapper table.overview.customerTrendReport tr th,
.red-content-container .table-wrapper table.overview.customerTrendReport tr:last-child td,
.red-content-container .table-wrapper table.overview.trendRapportage tr th:first-child,
.red-content-container .table-wrapper table.overview.trendRapportage tr th:last-child,
.red-content-container .table-wrapper table.overview.trendRapportage tr th:nth-last-child(2) {
    border: 1px solid #000;
    padding: 2px;
    font-weight: bold;
}

.red-content-container .table-wrapper table.overview.trendRapportage tr td:last-child,
.red-content-container .table-wrapper table.overview.trendRapportage tr td:nth-last-child(2) {
    border: 1px solid #000;
    font-weight: bold;
    text-align: right;
}

.block-container {
    padding-top: 75px;
    margin: auto;
    width: 900px;
}

.block-container-wide {
    width: 100%;
}

.block-container-wide .block-wide-left .red-block,
.block-container-wide .block-wide-right .red-block {
    margin: 0px;
    border-radius: 0px;
}

.block-column {
    float: left;
    width: 33.3%;
}

.block-wide-left {
    width: 30%;
    float: left;
    text-align: center;
}

.block-wide-right {
    width: 70%;
    float: left;
}

.block-wide-left .red-block {
    border-right: 1px solid #fff;
    margin-right: 0px;
    border-radius: 10px 0px 0px 10px;
}

.block-wide-right .red-block {
    margin-left: 0px;
    border-radius: 0px 10px 10px 0px;
}

.description-block {
    font-style: italic;
    font-weight: bold;
}

.editblock {
    position: fixed;
    z-index: 99999999;
    background: red;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px solid rgb(255, 255, 255);
    padding-top: 25px;
    width: 20%;
    left: 40%;
    padding-bottom: 25px;
    border-radius: 5px;
}

.editblock a.close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #FFF;
}

.editblock table {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.red-block {
    background-image: url('/images/90-red.png');
    color: #fff;
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
    line-height: 20px;
    font-size: 15px;
    height: 100%;
}

.red-block.batch {
    height: 210px;
}

.red-block.batchMailpack {
    height: 185px;
}

.red-block.batchStatus {
    height: 210px;
}

.red-block.editBatchStatus {
    height: 310px;
}

.red-block.customer {
    height: 177px;
}

.red-block.mailpack {
    height: 165px;
}

.red-block.status, .red-block.msRapportage {
    height: 177px;
}

.red-block.submenu {
    height: 400px;
}

.red-block.customerTrendRapportage {
    height: 250px;
}

.red-block.trendRapportage {
    height: 200px;
}

.red-block.trendRapportage tr td {
    padding-right: 20px;
}

.red-block.trendRapportage tr:first-child td:nth-child(2),
.red-block.trendRapportage tr:first-child td:nth-child(4) {
    text-align: right;
}

.red-block.user {
    height: 190px;
}

.red-block h2 {
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    margin-bottom: 10px;
}

.red-block h2.gebruikersbeheer {
    background: url("/images/icons/gebruikersbeheer.png") no-repeat center right;
    background-size: auto 50px;
    height: auto;
    line-height: 50px;
}

.red-block h2.relatiebeheer {
    background: url("/images/icons/relatiebeheer.png") no-repeat center right;
    background-size: auto 50px;
    height: 50px;
    line-height: 50px;
}

.red-block h2.rapportage {
    background: url("/images/icons/rapportage.png") no-repeat center right;
    background-size: auto 50px;
    height: 50px;
    line-height: 50px;
}

.red-block h2.track_trace {
    background: url("/images/icons/track_trace.png") no-repeat center right;
    background-size: auto 50px;
    height: 50px;
    line-height: 50px;
}

.red-block a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    padding-left: 0px;
}

.red-block a:hover {
    color: #f1f1f1;
    transition: all 0.5s ease-in-out;
    padding-left: 10px;
}

.red-block input[type="text"], .red-block select {
    border-radius: 5px;
    border: 0px;
    height: 30px;
    width: 262px;
    padding: 1px;
    border-collapse: collapse;
}

.red-block select {
    margin: 0px;
}

.filter {
    background-color: #fff;
    border: 1px solid #cecece;
}

.gradientBlock {

}

.contentTable {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    line-height: 24px;
}

.contentTable tr td {
    border-right: 1px solid #BFBFC3;
    vertical-align: top;
    padding: 3px 8px;
    color: #fff;
}

.contentTable td.right {
    border-right: none;
    background-image: url('/images/90-red.png');
}

.contentTable tr td.header {
    padding-left: 0px;
    padding-right: 0px;
}

.contentTable tr td tr td {
    border-right: none;
}

div.package-send {
    float:right;
    width:400px;
    padding-right:200px;
}

input[type='text'], input[type='password'] {
    border: 1px solid #BFBFC3;
    width: 262px;
    height: 23px;
    margin-bottom: 2px;
}

.inputs {
    border: 1px solid #BFBFC3;
    width: 262px;
    height: 23px;
}

select {
    width: 262px;
    margin-bottom: 2px;
}

select.medium {
    height: 27px;
}

textarea {
    border: 1px solid #BFBFC3;
    width: 262px;
    height: 23px;
    margin-bottom: 2px;
}

textarea:focus {
    /*height:150px;*/
}

h1 {
    font-size: 15px;
    color: #C62406;
    font-weight: normal;
}

h2 {
    font-size: 15px;
    color: #4F4F4F;
    font-weight: normal;
    /* height: 50px;*/
}

.arrowButton {
    background: url("/images/white-arrow.png") no-repeat center center #6db33f;
    background-size: 20px 20px;
    border: 0px;
    color: transparent;
    cursor: pointer;
    height: 35px;
    width: 41px;
    border-radius: 5px;
}

.arrowButton.with-text {
    color: #fff;
    width: auto;
    height: 30px;
    font-weight: bold;
    background-position: center right;
    border-right: 10px solid #6db33f;
    padding-right: 30px;
}

#loginScreen .arrowButton {
    height: 35px;
}

.red {
    color: #C62406;
}

.border-left {
    border-left: 1px solid #BFBFC3;
}

.border-right {
    border-right: 1px solid #BFBFC3;
}

.border-bottom {
    border-bottom: 1px solid #BFBFC3;
}

div.semiBorder {
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #BFBFC3;
    height: 10px;
}

.border-top {
    border-top: 1px solid #BFBFC3;
}

.strong {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #4F4F4F;
}

a:hover {
    text-decoration: underline;
}

/*h2 img{
    margin-right: 20px;
    margin-top: -40px;
    height: 80px;
    float:left;
    position: relative;
}*/

img.sectionHeader {
    margin-right: 20px;
    margin-top: -40px;
    height: 80px;
    position: absolute;
    margin-left: 25px;
}

h2.sectionHeader {
    margin-left: 110px;
    margin-top: 15px;
}

h2.sectionHeader.largeImage {
    margin-left: 110px;
}

h2.sectionHeader.noImage {
    margin-left: auto;
    margin-top: 15px;
    text-align: center;
}

table.headerSubmenu {
    margin-left: 8px;
    width: 95%;
}

a.headerSubmenu {
    margin-left: 8px;
}

table {
    border-collapse: collapse;
}

ul {
    list-style: none;
    padding: 0px;
}

table.formTable td {
    border: none;
}

table.overview {
    border: 1px solid #BFBFC3;
    padding: 0px;
    border-spacing: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

table.overview th {
    text-align: center;
    background-color: #FFF;
    border: 1px solid #BFBFC3;
    height: 30px;
    padding-left: 7px;
    padding-right: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

table.overview tr.summary th {
    text-align: left;
    font-weight: bold;
}

table.overview tr td {
    height: 25px;
    border-left: 1px solid #BFBFC3;
    border-bottom: 1px solid #BFBFC3;
    padding: 4px 7px;
    vertical-align: middle;
    font-size: 13px;
    text-align: right;
}

table.overview tr td:first-child {
    text-align: left;
}

table.overview tr td:last-child {
    text-align: center;
}

table.overview tr:nth-child(even) {
    background-color: #E8E8E8;
}

table.overview tr:nth-child(odd) {
    background-color: #F4F4F4;
}

table.report td {
    padding-bottom: 7px;

}

th .orderIcon {
    background-image: url("/images/orderButtons.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 13px;
    width: 7px;
}

.orderIcon.asc {
    background-position: center center;
}

.orderIcon.desc {
    background-position: right top;
}

.button {
    /*    width: 270px;
        color: #FFFFFF;
        background-image: url('/images/button.png');
        border: medium none;
        height:24px;
        width: 262px;
        cursor: pointer;
        margin-bottom: 2px;
        display:block;
        text-align: center;*/


    background: url("/images/white-arrow.png") no-repeat center center #6db33f;
    background-size: 20px 20px;
    border: 0px;
    color: #fff;
    cursor: pointer;
    height: 35px;
    width: 262px;
    border-radius: 5px;
    font-weight: bold;
    background-position: center right;
    border-right: 10px solid #6db33f;
    padding-right: 30px;
    box-sizing: border-box;
}

td.center, th.center {
    text-align: center !important;
}

td.left, th.left {
    text-align: left !important;
}

td.right, th.right {
    text-align: right !important;
}

td.seperator {
    border-left: 1px solid #BFBFC3;
    width: 21px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #BFBFC3;
}

td.subMenu {
    background-image: url('/images/subitem.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    border-left: none;
}

.pagination span {
    color: #fff;
    margin-right: 2px;
    margin-left: 2px;
    padding: 2px;
    border-radius: 3px;
    border: #ef3327 1px solid;
    background-color: #ef3327;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.pagination span:hover {
    color: #fff;
    margin-right: 2px;
    margin-left: 2px;
    padding: 2px;
    border-radius: 3px;
    border: #279fef 1px solid;
    background-color: #279fef;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.pagination span a {
    color: #fff;
    text-decoration: none;
}

.pagination span a:hover {
    color: #fff;
    text-decoration: none;
}

.pagination .inactiveLink {
    border: #f26748 1px solid;
    background-color: #f26748;
}

.pagination a {
    color: #fff;
}

.pagination span.currentPage {
    font-weight: bold;
    color: #e51f02;
    background-color: #fff;
}

.pagination span.spannedLink {
    font-weight: bold;
}

#cstLogo {
    position: absolute;
    right: 0px;
    top: 15px;
    width: 140px;
    height: 65px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}

#infoTable .nameColumn {
    text-align: right;
    font-weight: bold;
}

#infoTable td {
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 7px;
    padding-right: 0px;
}

h3 {
    margin-bottom: 0px;
}

h4.tableTitle {
    margin-bottom: 0px;
}

table.fixed {
    table-layout: fixed;
}

#manual ul.bullet {
    list-style: disc;
    list-style-position: inside;
}

#manual ul.tableOfContents ul.paragraphs {
    list-style-position: inside;
    padding-left: 10px;
}

#manual div.paragraph {
    margin-bottom: 30px;
}

#manual {
    padding: 15px;
}

#manual h2 {
    font-size: 15px;
    color: #4F4F4F;
    font-weight: bold;
}

#manual h3 {
    margin-bottom: 5px;
    padding-left: 10px;
}

#manual ul.bullet span.item {
    font-weight: bold;
    font-style: italic;
}

tr.remake td {
    background-color: #eeccff;
    color: #000;
}

tr.remake td a {
    color: #000;
}

span.remake {
    background-color: #eeccff;
    color: #000;
}

tr.disapproved td {
    background-color: #ff9f8e;
    color: #000;
}

tr.disapproved td a {
    color: #000;
}

span.disapproved {
    background-color: #ff9f8e;
    color: #000;
}

tr.rerun td {
    background-color: #FFAB50;
    color: #000;
}

tr.rerun td a {
    color: #000;
}

span.rerun {
    background-color: #FFAB50;
    color: #000;
}

tr.checkBatch td {
    background-color: #C8DBF4;
    color: #000;
}

tr.checkBatch td a {
    color: #000;
}

span.checkBatch {
    background-color: #C8DBF4;
    color: #000;
}

th span.sort {
    vertical-align: middle;
    background-image: url("/images/jqueryui/ui-icons_4f4f4f_256x240.png");
    float: right;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    background-position: -128px -16px;
}

th span.asc {
    background-position: 0 -16px;
}

th span.desc {
    background-position: -64px -16px;
}

.exportExcelButton {
    background-image: url("/images/excel-icon.png");
    background-repeat: no-repeat;
    background-position: +5px center;
    padding: 5px;
    padding-left: 21px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #4f4f4f;
}

div#tbl-container {
    width: 945px;
    overflow: auto;
    scrollbar-base-color: #ffeaff;
}

/* Mailpack status rows */

tr.mpStatusOk td {
    background-color: #86C67C;
}

tr.mpStatusRemake td {
    background-color: #ff9f8e;
}

.icon24 {
    width: 24px;
    height: 24px;
}

ul.notes-list {
    list-style: disc inside;
    margin-top: 0px;
    padding-top: 0px;
}

h4.notes {
    margin-bottom: 0px;
}

/* Customer rows */
tr.customer {
    cursor: pointer;
}

tr.customer:hover {
    background-color: silver !important;
}