﻿@import url(reset.css);
@import url(typo.css);

html {
    overflow-y: scroll;
}

body, html {
    background-color: #f3fcde;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

#login {
    width: 100%;
    height: 35px;
    background: #FFFFFF;
    text-align: right;
    color: #80965f;
}

    #login a, #login a:hover {
        color: #80965f;
    }

#loginInner {
    /*padding: 5px 0 0 0;*/
    line-height: 35px;
    margin: 0 auto;
    width: 1000px;
    height: 35px;
    text-align: right;
}

#nav {
    width: 100%;
    height: 39px;
    background: url(../images/nav_bg.gif) repeat-x;
    text-align: center;
}

.content2 {
    background: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #e5e3db;
    padding: 5px;
    width: 1050px;
    height: 100%;
    margin: 0 auto;
}

.content.login {
    background: none;
    border: none;
    padding: 5px;
    width: 978px;
    height: 100%;
    margin: 0 auto;
}

.content2.cardata {
    width: 98%;
}

.content2.overview {
    width: auto;
}

#contentinner {
    padding: 0px 15px 15px 5px;
}

.pageTitle {
    height: 40px;
    width: 990px;
    margin: 0 auto;
}


/* MENU */


.menu {
    height: 37px;
    width: 1250px;
    padding: 0;
    display: block;
    text-align: left;
    margin: 0 auto;
}




ul#menu2 {
    height: 37px;
}

    ul#menu2 li {
        display: block;
        height: 37px;
        float: left;
        line-height: 37px;
    }


        ul#menu2 li a {
            display: block;
            padding: 0px 6px;
            line-height: 37px;
            height: 37px;
            width: auto;
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            color: #566D31;
        }

            ul#menu2 li a:hover, ul#menu2 li a.selected {
                background-color: #ACCA84;
                color: #FFF;
            }






ul#menu li {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    text-indent: -9999px;
}

    ul#menu li a {
        border: 0;
        display: block;
        height: 37px;
        background-repeat: no-repeat;
    }

.nl ul#menu li a {
    background-image: url(../images/nav.jpg);
}

.en ul#menu li a {
    background-image: url(../images/nav_en.jpg);
}

ul#menu li a.hidden {
    display: none;
}

ul#menu li a:hover, ul#menu li a.selected {
    background-image: url(../images/nav_hover.jpg);
}

.nl ul#menu li a:hover, .nl ul#menu li a.selected {
    background-image: url(../images/nav_hover.jpg);
}

.en ul#menu li a:hover, .en ul#menu li a.selected {
    background-image: url(../images/nav_hover_en.jpg);
}

li#klanten a {
    width: 88px;
    background-position: 0 0;
}

li#klantenopvolging a {
    width: 139px;
    background-position: -88px 0;
}

li#website a {
    width: 82px;
    background-position: -227px 0;
}

li#exports a {
    width: 70px;
    background-position: -309px 0;
}

li#gebruikers a {
    width: 92px;
    background-position: -379px 0;
}

li#projecten a {
    width: 79px;
    background-position: -471px 0;
}

li#opleidingen a {
    width: 100px;
    background-position: -550px 0;
}

li#imports a {
    width: 85px;
    background-position: -650px 0;
}

li#cardata a {
    width: 72px;
    background-position: -730px 0;
}


li#btr a {
    width: 115px;
    background-position: -802px 0;
}




.submenuContainer {
    margin: 0 auto 10px;
    width: 1060px;
}

.subMenu {
    display: block;
    background: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #e5e3db;
    padding: 8px 8px 8px 12px;
    height: 18px;
    margin-top: 5px;
}

    .subMenu ul li {
        float: left;
        margin-right: 10px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }


        .subMenu ul li a {
            color: #6a8147;
            text-decoration: none;
            font-size: 14px;
        }

            .subMenu ul li a:hover {
                text-decoration: underline;
            }

            .subMenu ul li a.selected {
                font-weight: bold;
                text-decoration: underline;
            }









fieldset {
}

legend {
    font-weight: bold;
}











#LoginBox {
    background-image: url(../images/loginBox.png);
    background-repeat: no-repeat;
    width: 300px;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 20px;
    margin-top: 40px;
    padding-top: 30px;
}

    #LoginBox a.loginButton {
        background-image: url( '../images/loginBoxButton.png' );
        background-repeat: no-repeat;
        width: 113px;
        height: 47px;
        display: block;
        position: absolute;
        left: 229px;
        top: 115px;
    }

        #LoginBox a.loginButton:hover {
            background-image: url( '../images/loginBoxButtonOver.png' );
        }

    #LoginBox .formLabel {
        font-size: 11pt;
        font-weight: bold;
        width: 130px;
        display: block;
        float: left;
        line-height: 20px;
    }

    #LoginBox input[type=text] {
        width: 130px;
        height: 20px;
    }

    #LoginBox input[type=password] {
        width: 130px;
        height: 20px;
    }

    #LoginBox .formLine {
        margin-bottom: 15px;
    }







.errorMsg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    border: solid 1px #bbcc9f;
    background-color: #f6feea;
    background-image: url(../images/error.png);
    background-repeat: no-repeat;
    background-position: 5px 8px;
    padding-left: 45px;
    padding-top: 15px;
    padding-bottom: 18px;
    padding-right: 10px;
    line-height: 27px;
}

    .errorMsg.multi {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.okMsg.multi {
    padding-top: 10px;
    padding-bottom: 10px;
}

.okMsg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    border: solid 1px #bbcc9f;
    background-color: #f6feea;
    background-image: url(../images/ok.png);
    background-repeat: no-repeat;
    background-position: 5px 8px;
    padding-left: 45px;
    padding-top: 15px;
    padding-bottom: 18px;
    padding-right: 10px;
    line-height: 17px;
}

.infoMsg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    border: solid 1px #C0C0C0;
    background-color: #FBFBFB;
    background-image: url(../images/info2.png);
    background-repeat: no-repeat;
    background-position: 5px 8px;
    padding-left: 45px;
    padding-top: 15px;
    padding-bottom: 18px;
    padding-right: 10px;
    line-height: 17px;
}

    .infoMsg.multi {
        padding-top: 10px;
        padding-bottom: 10px;
    }







.box {
    padding: 5px;
    border: solid 1px #e5e3db;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}



.border {
    border: solid 1px #e5e3db;
}

.grid tr {
    border: none;
}

.grid td {
    padding: 4px 4px 4px 4px;
}

.grid tr.content td {
    border: none;
    border-top: solid 1px #e5e3db;
    border-bottom: solid 1px #e5e3db;
    color: #333333;
}

.grid td.click {
    cursor: pointer;
}

.grid tr.content:hover {
    background-color: #ececec;
}

.grid tr.selected {
    background-color: #ececec;
}


.grid tr.header {
    border: solid 1px #e5e3db;
}

.grid .header th {
    padding: 2px;
    background-color: #CCCCCC;
}

.grid .alignCenter {
    text-align: center;
}

.grid .header th a {
    color: #000;
}


.omzetGrid {
    width: 100%;
    border: 2px solid #C0C0C0;
}

    .omzetGrid td, .omzetGrid th {
        font-size: 11px;
    }

    .omzetGrid tr td {
        padding: 2px;
        text-align: right;
        border: 1px solid #E4E4E4;
    }

    .omzetGrid tr th {
        vertical-align: middle;
        text-align: center;
    }

        .omzetGrid tr th.company {
            font-weight: bold;
            background-color: #DDDDDD;
            padding: 3px 2px 3px 2px;
        }

        .omzetGrid tr th.month {
            font-weight: bold;
            background-color: #F3F3F3;
            padding: 3px 2px 3px 2px;
        }

    .omzetGrid .borderRight {
        border-right: solid 2px #C0C0C0;
    }

.red {
    color: red;
}

.omzetGrid tr.total td {
    font-weight: bold;
    background-color: #F3F3F3;
    padding: 3px 2px 3px 2px;
}

.omzetGrid tr.total2 td {
    padding: 3px 2px 3px 2px;
}


.omzetGrid.brands {
    margin-top: 20px;
    width: auto;
}

    .omzetGrid.brands tr td {
        padding: 2px 5px 2px 5px;
        width: 45px;
    }

    .omzetGrid.brands td.month {
        text-align: left;
    }

.pager td {
    border-top: 1px solid #dad9d6;
    background-color: #FFF;
    padding: 2px;
}

    .pager td td {
        border-top: none;
    }


.pager a {
    display: block;
    margin: 0 0 0 3px;
    padding: 2px 4px 2px 4px;
    color: #959595;
    text-decoration: none;
    border: solid 1px #ecebe8;
    margin-bottom: 2px;
    margin-top: 5px;
}

    .pager a:hover {
        background: #336600;
        color: #fff;
    }


.pager span {
    display: block;
    margin: 0 0 0 5px;
    padding: 5px 4px 2px 4px;
    color: #333333;
    font-weight: bold;
}






ul.tabs li {
    padding: 0;
    margin: 0 0 0 3px;
    display: block;
    float: left;
    /*text-indent: -9999px;*/
}

    ul.tabs li a {
        border: 0;
        display: block;
        height: 20px;
        background-color: #FFF;
        -moz-border-radius-topleft: 5px;
        -webkit-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-radius-topright: 5px;
        border: 1px solid #e5e3db;
        border-bottom: 0px;
        color: #333333;
        text-decoration: none;
        padding: 3px 10px 0px 25px;
        font-weight: bold;
        background-repeat: no-repeat;
    }

        ul.tabs li a:hover, ul.tabs li a.selected {
            background-color: #E1FFAA;
        }


        ul.tabs li a.opvolging {
            background-image: url(../images/icon_opvolging.png);
            background-position: 5px 4px;
        }

        ul.tabs li a.statistics {
            background-image: url(../images/icon_statistics.png);
            background-position: 3px 3px;
        }

        ul.tabs li a.docs {
            background-image: url(../images/icon_docs.png);
            background-position: 3px 3px;
        }

        ul.tabs li a.price {
            background-image: url(../images/icon_price.png);
            background-position: 3px 3px;
        }


        ul.tabs li a.memo {
            background-image: url(../images/icon_memo.png);
            background-position: 3px 3px;
        }

        ul.tabs li a.shops {
            background-image: url(../images/icon_shops.png);
            background-position: 3px 3px;
        }

.todo {
    display: block;
    padding: 5px 5px 10px 10px;
    cursor: pointer;
    float: left;
    width: 926px;
}

    .todo:hover {
        background-color: #ececec;
    }

    .todo .date {
        /*font-style: italic;*/
        font-weight: bold;
        font-size: 12px;
        display: inline-block;
        margin-bottom: 3px;
        color: #666666;
    }

        .todo .date .reminder {
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url(../images/reminder.gif) no-repeat;
            background-position: 0 7px;
        }

.todoReminder {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/reminder.gif) no-repeat;
    background-position: 0 2px;
}

.todo .customer {
    /*font-style: italic;*/
    font-weight: bold;
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
    margin-left: 20px;
    clear: left;
}

.todo .description {
    margin-left: 20px;
    padding-left: 10px;
    border-left: dotted 1px #CCCCCC;
    clear: left;
}

.delete {
    float: right;
    margin-top: 5px;
}

table.flashtestentable td, table.flashtestentable th {
    padding: 3px;
}

div.box {
    margin-right: 5px;
}

    div.box.margin-bottom {
        margin-bottom: 10px;
    }

/*.cardata td { width: 25%} */

.cardata textarea.description {
    width: 100%;
    height: 30px;
}

.cardata .char30 {
    width: 290px;
}

#simplegallery1 {
    position: relative; /*keep this intact*/
    visibility: hidden; /*keep this intact*/
    border: 10px solid darkred;
}

    #simplegallery1 .gallerydesctext {
        text-align: left;
        padding: 2px 5px;
    }


.cardata .propProperty {
    width: 150px;
}

.cardata .propValue {
    width: 50px;
}

.cardata .propSortOrder {
    width: 20px;
    text-align: center;
}

.cardata .propUnit {
    width: 150px;
}

.cardata .watermark {
    color: #CCCCCC;
}

.cardata .label {
    width: 120px;
}

.cardata .files {
    border-collapse: collapse;
    width: 100%;
}

    .cardata .files td {
        padding: 6px;
    }

        .cardata .files td.thumb {
            width: 100px;
            text-align: center;
        }

        .cardata .files td.upDown {
            width: 40px;
            text-align: center;
        }

            .cardata .files td.upDown input {
                padding-right: 1px;
            }

        .cardata .files td.typeName {
            width: 150px;
        }

            .cardata .files td.typeName input, .cardata .files td.typeName select {
                width: 150px;
            }

        .cardata .files td.langs {
            width: 110px;
        }

        .cardata .files td.buttons {
            width: 40px;
            vertical-align: middle;
        }

            .cardata .files td.buttons img, .cardata .files td.buttons input {
                vertical-align: middle;
            }

    .cardata .files tr {
        border-bottom: solid 1px #C0C0C0;
    }

.cardata .big {
    font-size: 14px;
    font-weight: bold;
}
/*
.autocomplete-w1 { background:url(img/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px;  _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }
*/

.cardata .companyInfo {
}

    .cardata .companyInfo td,
    .cardata .companyInfo th {
        padding: 3px 5px;
    }

    .cardata .companyInfo tr.header {
    }

        .cardata .companyInfo tr.header th {
            color: #525252;
        }

    .cardata .companyInfo td {
    }

    .cardata .companyInfo .checkbox {
        text-align: center;
    }

    .cardata .companyInfo .price {
        text-align: center;
    }

    .cardata .companyInfo .date {
        text-align: center;
    }

    .cardata .companyInfo .category {
        text-align: center;
    }

    .cardata .companyInfo .vooraad {
        text-align: center;
    }

    .cardata .companyInfo .location {
        text-align: center;
    }

    .cardata .companyInfo .promo {
        text-align: center;
    }

.followUpOverview {
}

    .followUpOverview table td {
        font-size: 10px;
        padding: 2px 4px;
        margin: 0;
    }

    .followUpOverview thead td {
        white-space: nowrap;
        font-weight: bold;
    }

        .followUpOverview thead td.v {
            text-align: center;
        }

    .followUpOverview td.cust {
        font-weight: bold;
        white-space: nowrap;
    }

    .followUpOverview td.v {
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
    }

        .followUpOverview td.v h1 {
            font-size: 10px;
            padding: 0;
            margin: 0;
            color: #373737;
            font-weight: normal;
        }

        .followUpOverview td.v h2 {
            font-size: 9px;
            padding: 0;
            margin: 0;
            color: #9C9C9C;
            font-weight: normal;
        }

    .followUpOverview table tbody tr:hover {
        background: #F3FCDE;
    }

    .followUpOverview table td {
        border-bottom: solid 1px #CCC;
    }

    .followUpOverview td.center {
        text-align: center;
    }

    .followUpOverview table tbody td.v:hover {
        background: #D9F696;
    }


.checkboxList td {
    padding: 3px;
}








table.stockDocLine {
    width: 575px;
    background: #E1E1E1;
}

table.stockItem {
    width: 550px;
    margin-left: 25px;
}

    table.stockItem tr {
        background: #F9F9F9;
    }

        table.stockItem tr:hover {
            background: #F1F1F1;
        }

    table.stockItem td {
        font-size: 11px;
        line-height: 15px;
        border-top: 2px solid #FFFFFF;
        padding: 2px;
    }

        table.stockItem td.pricePiece {
            text-align: right;
            width: 80px;
        }

        table.stockItem td.priceTotal {
            text-align: right;
            width: 80px;
        }

        table.stockItem td.code {
            width: 120px;
        }

        table.stockItem td.quantity {
            width: 20px;
            text-align: center;
        }





.pagingBox {
}

    .pagingBox a {
        display: block;
        margin: 0 0 0 2px;
        padding: 3px 7px 3px 7px;
        color: #959595;
        text-decoration: none;
        border: solid 1px #ecebe8;
        margin-bottom: 5px;
        margin-top: 5px;
        float: left;
    }

        .pagingBox a:hover, .pagingBox a.selected {
            background: #ececec;
        }


input[type=button] {
    padding: 0 5px;
}


#stock {
    float: right;
    margin: 0px 0;
}

    #stock a img {
        margin: 10px 20px;
    }

#stockSearch {
    float: left;
    margin-top: 20px;
}

    #stockSearch select {
        font-size: 14px;
        height: 22px;
        line-height: 20px;
    }

    #stockSearch input[type=text] {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        width: 180px;
    }

    #stockSearch input[type=button] {
        font-size: 14px;
        font-weight: bold;
        height: 25px;
    }

.stockResult {
    margin-top: 0px;
    margin-bottom: 20px;
}

    .stockResult td {
        background: #F3F3F3;
        height: 25px;
        vertical-align: middle;
    }

    .stockResult .label {
        width: 180px;
        font-size: 14px;
    }

    .stockResult .value {
        width: 80px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

.stockWillBeDelivered h2, #stockSearch h2 {
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0;
}

.stockWillBeDelivered h3 {
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0;
}

.stockWillBeDelivered {
    clear: both;
}

.watermark {
    color: #999 !important;
}

.highLight td {
    background-color: #DCF6A0;
}

.shopLinks {
    display: block;
    width: 350px;
    margin: 30px auto;
}

    .shopLinks a img {
        margin: 20px 20px;
    }


.uk, .cardata .companyInfo tr.header th.uk {
    color: #040680;
    font-weight: bold;
}





small {
    color: #949494;
    font-size: 11px;
    line-height: 15px;
}


/* FORMS */
ul.form li {
    padding-bottom: 3px;
    clear: left;
}

ul.form.paddingLeft li {
    padding-left: 10px;
}

ul.form li.buttonBox {
    padding-bottom: 0px;
}

ul.form li > label, ul.form li > span.label {
    font-weight: bold;
    width: 150px;
    display: block;
    clear: left;
    float: left;
    padding: 2px 0 0 0;
}

ul.form li.in {
    padding-left: 150px;
}

ul.form li.title {
    font-weight: bold;
}


ul.form li .info {
    display: block;
    margin-left: 150px;
    clear: left;
}

ul.form.vertical li > label {
    width: auto;
    clear: left;
    display: block;
    margin: 0 0 3px 0;
}

ul.form li input {
}

    ul.form li input[type=text] {
        width: 250px;
    }

ul.form li.checkbox input {
    display: inline-block;
    margin-top: -1px;
}

ul.form li.checkbox > label {
    display: inline-block;
    font-weight: normal;
}

ul.form li.sep {
    border-bottom: 1px dotted #D3D3D3;
    padding: 0;
    margin: 5px 0 10px 0;
}

ul.form li > label.sub {
    display: inline;
    clear: none;
    width: auto;
    float: none;
    font-weight: normal;
    font-size: 0.8em;
    color: #808080;
    margin: 0;
}

ul.form li > label.checkbox {
    font-size: 0.9em;
    line-height: 16px;
}

ul.form li.buttonBox {
    padding: 5px 0;
    border-width: 1px 0;
    margin-top: 10px;
}

    ul.form li.buttonBox.noBorderBg {
        padding: 0px;
        background: transparent;
        border: 0;
        margin-top: 10px;
    }

table.form {
    width: auto;
}

    table.form td {
        line-height: 25px;
    }

        table.form td.lbl {
            font-weight: bold;
            vertical-align: top;
        }

        table.form td.val {
        }

div.buttonBox input {
    margin-right: 5px;
}

/* INPUTS */
input[type=text], input[type=password] {
    width: 250px;
    border: 1px solid #D3D3D3;
    padding: 3px 4px;
}

    input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
        background-color: #F7F7F7;
        border-color: #969696;
    }

    input[type=text].street {
        width: 162px;
    }

    input[type=text].housenbr {
        width: 30px;
    }

    input[type=text].box {
        width: 30px;
    }

    input[type=text].zip {
        width: 50px;
    }

    input[type=text].city {
        width: 232px;
    }

    input[type=text].date {
        width: 70px;
        text-align: center;
    }

    input[type=text].time {
        width: 40px;
        text-align: center;
    }

    input[type=text].phone {
        width: 100px;
    }

    input[type=text].birthdate {
        width: 75px;
        text-align: center;
    }

input[type=file] {
    font-size: 11px;
    color: #565656;
}

textarea {
    font-size: 1em;
    border: solid 1px #D3D3D3;
    border-radius: 5px;
    color: #231F20;
    font-family: "Helvetica Neue",Arial,sans-serif;
    padding: 3px 5px;
    width: 300px;
    height: 50px;
}

select {
    font-size: 13px;
    color: #2C2C2C;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    height: 22px;
}

    /* INPUT ERRORS */
    input[type='text'].error,
    input[type='password'].error,
    textarea.error,
    select.error,
    input[type='button'].error {
        background: #fed;
        border: 1px solid red;
    }

.RadioButtonList.error label {
    color: #FF0000;
}

/* BUTTONS */
input[type=button], input[type=submit], button, a.button {
    background-color: #DCDCDC;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    color: #4D4D4D;
    cursor: pointer;
    padding: 3px 12px;
    font-size: 1em;
    text-decoration: none;
}

    input[type=button]:hover,
    input[type=submit]:hover,
    button:hover,
    a.button:hover {
        background-color: #C1C1C1;
        color: #4D4D4D;
        text-decoration: none;
    }

input.disabled {
    background-color: #DCDCDC;
    color: #4D4D4D;
    cursor: default;
}

    input.disabled:hover {
        background-color: #DCDCDC;
        color: #B9B9B9;
    }

input[type=button].small,
input[type=submit].small,
button.small,
a.button.small {
    padding: 1px 5px;
    font-size: 0.9em;
}

input[type=button].smaller,
input[type=submit].smaller,
button.smaller,
a.button.smaller {
    padding: 1px 6px;
    font-size: 11px;
    border-radius: 5px;
}

input[type=button].right,
input[type=submit].right,
button.right, a.right {
    float: right;
    margin-left: 3px;
}

.buttonBox input[type=button],
.buttonBox input[type=submit],
.buttonBox button,
.buttonBox a {
    float: left;
}

    .buttonBox input[type=button].right,
    .buttonBox input[type=submit].right,
    .buttonBox button.right,
    .buttonBox a.right {
        float: right;
        margin-left: 3px;
    }


#cardata_export h1, #exports h1 {
    margin: 5px 0;
}

#cardata_export hr, #exports hr {
    margin: 15px 0;
    border: 1px dotted #C0C0C0;
    border-width: 1px 0 0 0;
}

.replies ul {
    margin: 5px 0;
}

    .replies ul li {
        border: 1px dotted #C0C0C0;
        border-width: 1px 0 0 0;
        padding: 2px 5px;
    }

        .replies ul li:hover {
            background: #dcdcdc;
        }

        .replies ul li .person {
            font-weight: bold;
            background: url(../images/reply.png) no-repeat;
            padding-left: 13px;
            background-position: 0 1px;
            display: block;
            float: left;
        }

        .replies ul li .date {
            font-size: 0.85em;
            display: block;
            float: right;
            color: #878787;
        }

        .replies ul li .description {
            display: block;
            clear: both;
            padding-left: 13px;
        }

.replies input {
    clear: both;
    display: block;
}

.replies2 .count {
    background-color: #DCDCDC;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    color: #4D4D4D;
    padding: 1px 5px;
    font-size: 0.9em;
    margin-top: 2px;
    display: inline-block;
    clear: both;
}




#offerEdit {
}

    #offerEdit .drag {
        cursor: pointer;
        width: 15px;
        height: 15px;
        text-indent: -3000px;
        background-image: url(../images/drag_gray.png);
        display: inline-block;
    }


    #offerEdit .applications > li {
        background: #fff;
    }

    #offerEdit .applications h1 {
        font-weight: bold;
        padding: 0;
        margin: 3px 0;
        color: #070B6F;
        padding: 0 0 0 5px;
        border-radius: 5px;
        background-color: #D8D8D8;
        font-size: 16px;
        line-height: 25px;
    }

        #offerEdit .applications h1 input {
            background-color: transparent;
            border: none;
            font-weight: bold;
            padding: 0;
            margin: 3px 0;
            color: #070B6F;
        }

            #offerEdit .applications h1 input:focus {
                background-color: #E9E9E9;
            }

    #offerEdit div.add {
        cursor: pointer;
        font-weight: bold;
        padding: 0;
        margin: 3px 0;
        color: #070B6F;
        padding: 0 0 0 5px;
        border-radius: 5px;
        font-size: 16px;
        line-height: 25px;
    }

    #offerEdit .applications > li > h1 input {
        width: 400px;
    }


    #offerEdit .proposals {
        padding: 0 0 0 20px;
    }

        #offerEdit .proposals > h1 {
            background-color: #ececec;
            font-size: 14px;
            color: #333333;
            line-height: 23px;
        }

    #offerEdit h1 > .drag {
        float: left;
        display: block;
        margin-top: 4px;
        margin-right: 4px;
    }

    #offerEdit .proposals > li > h1 input {
        width: 400px;
        color: #333333;
    }

    #offerEdit .proposals > li > h1 .info {
        float: right;
        margin-right: 10px;
        color: #565656;
        font-size: 14px;
    }

    #offerEdit .proposals .comment {
        width: 400px;
        padding: 5px;
        border: 1px solid #e5e3db;
        cursor: pointer;
        float: right;
    }

        #offerEdit .proposals .comment:hover {
            background-color: #EFEEE9;
            border-color: #C3BEAB;
        }

        #offerEdit .proposals .comment > span.msgEdit {
            font-size: 11px;
            color: #959595;
        }


    #offerEdit .comment strong, .comment b {
        font-weight: bold;
    }

    #offerEdit .comment em {
        font-style: italic;
    }

    #offerEdit .comment p {
        margin: 4px 0;
    }

    #offerEdit .comment ul {
        margin: 4px 0;
    }

        #offerEdit .comment ul > li {
            list-style: disc;
            margin-left: 30px;
        }

    #offerEdit .comment ol > li {
        list-style: decimal;
        margin-left: 30px;
    }


    #offerEdit .comment-articles {
        float: right;
        clear: right;
    }

        #offerEdit .comment {
       margin-bottom: 10px;
    }

    #offerEdit .comment-articles .title {
        margin-bottom: 5px;
        display: block;
        clear: both;
        font-size: 10px;
        width: 400px;
    }



    #offerEdit .proposals > li .body {
        padding: 0 0 20px 20px;
    }

    #offerEdit .delete {
        margin: 6px 5px 0 0;
        cursor: pointer;
        width: 12px;
        height: 12px;
        text-indent: -3000px;
        background-image: url(../images/close_gray.png);
        display: block;
        float: right;
    }

    #offerEdit .expand {
        margin: 6px 5px 0 0;
        cursor: pointer;
        width: 12px;
        height: 12px;
        text-indent: -3000px;
        background-image: url(../images/up_gray.png);
        display: block;
        float: right;
    }

        #offerEdit .expand.down {
            background-image: url(../images/down_gray.png);
        }

    #offerEdit table.articles {
        border-top: none;
    }

    #offerEdit table.articles {
        border-collapse: collapse;
    }

        #offerEdit table.articles td,
        #offerEdit table.articles th {
            padding: 3px 0;
        }

        #offerEdit table.articles tr {
            border: 1px solid #e5e3db;
            border-width: 1px 0;
            height: 25px;
        }

        #offerEdit table.articles thead tr {
            border-top: none;
        }

        #offerEdit table.articles th {
            font-size: 11px;
            color: #616161;
        }

            #offerEdit table.articles th.number {
                text-align: center;
            }

            #offerEdit table.articles th.price {
                text-align: center;
            }

            #offerEdit table.articles th.stock {
                text-align: center;
            }

            #offerEdit table.articles th.total {
                text-align: center;
            }

        #offerEdit table.articles .description {
            width: 580px;
        }

        #offerEdit table.articles .number {
            width: 50px;
            text-align: center;
        }

        #offerEdit table.articles .price {
            width: 70px;
            text-align: right;
        }

        #offerEdit table.articles .priceSwitch .price-switch {
            font-size: 8px;
            display: block;
            float: left;
            height: 10px;
            overflow: hidden;
            clear: left;
            text-decoration: none;
            color: #333333;
            padding: 1px 2px;
            cursor: pointer;
        }

            #offerEdit table.articles .priceSwitch .price-switch:hover, #offerEdit table.articles .priceSwitch .price-switch.active {
                background: #D8D8D8;
            }

            #offerEdit table.articles .priceSwitch .price-switch.custom {
                color: red;
            }

        #offerEdit table.articles .editPrice {
            width: 20px;
        }

        #offerEdit table.articles .stock {
            width: 70px;
            text-align: center;
        }

        #offerEdit table.articles .total {
            width: 80px;
            text-align: right;
        }

        #offerEdit table.articles td.total {
            font-weight: bold;
        }

        #offerEdit table.articles .uploadImage {
            width: 20px;
            text-align: right;
        }

        #offerEdit table.articles td.editPrice span {
            display: block;
            width: 16px;
            height: 16px;
            background-repeat: no-repeat;
            cursor: pointer;
            margin-left: 3px;
        }

            #offerEdit table.articles td.editPrice span.edit {
                background-image: url(../images/edit.png);
            }

            #offerEdit table.articles td.editPrice span.delete {
                background-image: url(../images/close_gray.png);
            }

        #offerEdit table.articles td.description {
            position: relative;
        }

            #offerEdit table.articles td.description span.edit {
                display: block;
                width: 16px;
                height: 16px;
                background-repeat: no-repeat;
                cursor: pointer;
                margin-left: 3px;
                position: absolute;
                right: 3px;
                top: 8px;
            }

            #offerEdit table.articles td.description span.edit {
                background-image: url(../images/editSmall.png);
            }

                #offerEdit table.articles td.description span.edit:hover {
                    background-image: url(../images/editSmall_over.png);
                }

        #offerEdit table.articles .uploadImage span {
            display: block;
            width: 16px;
            height: 16px;
            background-repeat: no-repeat;
            cursor: pointer;
            margin-left: 3px;
            background-image: url(../images/upload.png);
        }


        #offerEdit table.articles tr.total {
            border-top: solid 3px #e5e3db;
            border-bottom: 0;
        }

            #offerEdit table.articles tr.total td.price {
                font-weight: bold;
            }

    #offerEdit .buttonBox .radiobuttonList {
        display: inline-block;
        vertical-align: top;
    }

        #offerEdit .buttonBox .radiobuttonList li {
            font-size: 0.9em;
        }

    #offerEdit .proposals .crmMsg.nok {
        background-color: #FBC1C1;
    }

    #offerEdit .proposals .item-error {
        display: block;
        width: 15px;
        height: 15px;
        background: url(../images/msgicons/errorSmaller.png);
        position: absolute;
        top: 7px;
        left: -35px;
    }

    #offerEdit .images {
        display: block;
        overflow: hidden;
        list-style-type: none;
        width: 420px;
        margin-bottom: 0px;
        border: solid 1px #e5e3db;
        cursor: pointer;
    }

        #offerEdit .images:hover {
            background-color: #EFEEE9;
            border-color: #C3BEAB;
        }

        #offerEdit .images.selected {
            border-top: solid 1px #e5e3db;
            padding: 20px 0;
        }

        #offerEdit .images li {
            display: block;
            float: left;
            width: 200px;
            height: 120px;
            background: #fff;
            margin: 5px;
            padding: 0px;
            text-align: center;
        }


    #offerEdit .btnOrder {
        background-color: #C5CAE7;
        font-weight: bold;
    }

    #offerEdit .images li.cell_4 {
        width: 410px;
        height: auto;
    }

    #offerEdit .images li.clickToAdd {
        font-size: 11px;
        color: #959595;
        border: none;
        background: none;
        width: auto;
        height: auto;
    }


.gridView tr.alert td {
    background-color: #FDADAD;
}

.gridView tr.success td {
    background-color: #E3FDE1;
}


#select-images-popup-content .images.selected li {
    position: relative;
}

#select-images-popup-content .images.selected .buttonBox {
    visibility: hidden;
    right: 0;
    top: 0px;
    position: absolute;
    width: 17px;
    display: block;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    background-repeat: no-repeat;
}

#select-images-popup-content .images.selected li:hover .buttonBox {
    visibility: visible;
}

#select-images-popup-content .images.selected span.hoverBtn {
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    cursor: pointer;
    text-indent: -3000px;
    background-repeat: no-repeat;
}

#select-images-popup-content .images.selected .buttonBox .delete {
    background-image: url(../images/delete.png);
    background-position: 3px 1px;
    margin-top: 0;
    margin-bottom: 3px;
}

#select-images-popup-content .images.selected .buttonBox .cell_1 {
    background-image: url(../images/btnImgPos_1.png);
    background-position: 2px 1px;
}

#select-images-popup-content .images.selected .buttonBox .cell_4 {
    background-image: url(../images/btnImgPos_4.png);
    background-position: 2px 1px;
}


#select-images-popup-content .images.selected li.cell_4 {
    width: 410px;
    height: auto;
}


#select-images-popup-content {
    padding: 10px;
}

    #select-images-popup-content .image-selector {
        width: 450px;
        margin-bottom: 5px;
    }

#select-images-popup-content {
    background-color: #fff;
}

    #select-images-popup-content .images {
        display: block;
        border: solid 1px #e5e3db;
        height: 140px;
        overflow-y: auto;
    }

        #select-images-popup-content .images li {
            display: block;
            float: left;
            width: 90px;
            height: 60px;
            background: #fff;
            border: solid 1px #e5e3db;
            margin: 5px;
            padding: 0px;
            text-align: center;
        }

            #select-images-popup-content .images li:hover {
                border-color: #C3BEAB;
            }

        #select-images-popup-content .images .placeholder {
            border-style: dashed;
            border-width: 1px;
            border-color: #C3BEAB;
        }

        #select-images-popup-content .images.selected {
            height: 450px;
            width: 450px;
        }

            #select-images-popup-content .images.selected li {
                width: 200px;
                height: 120px;
            }

    #select-images-popup-content h1 {
        color: #000;
        margin: 5px 0;
        padding: 0;
    }

    #select-images-popup-content .image-upload {
        float: right;
        width: 410px;
    }

input::-webkit-input-placeholder {
    color: #959595 !important;
    font-style: italic !important;
}

input:-moz-placeholder {
    color: #959595 !important;
    font-style: italic !important;
}

.placeholder {
    color: #959595 !important;
    font-style: italic !important;
}


#cardata_export h3 {
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0;
}

.import-info {
    margin-top: 20px;
}

    .import-info li {
        list-style: disc;
        list-style-position: inside;
        margin-bottom: 3px;
    }

        .import-info li span {
            font-size: 0.9em;
            color: #959595;
        }

        .import-info li li {
            margin-left: 30px;
            list-style-type: circle;
        }

    .import-info ul {
        margin-top: 5px;
    }


.addarticle-info li {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 3px;
}

    .addarticle-info li span {
        font-size: 0.9em;
        color: #959595;
    }

    .addarticle-info li li {
        margin-left: 30px;
        list-style-type: circle;
    }

.addarticle-info ul {
    margin-top: 5px;
}



.radioButtonList.horizontal li {
    float: left;
    display: block;
    margin-right: 5px;
}


#DHL .gridView td {
    vertical-align: top;
}

#DHL .warning {
    color: red;
    display: block;
    clear: both;
    margin-top: 10px;
}


#offers_default .tab {
    width: 19.8%;
    display: block;
    float: left;
    text-align: center;
    margin: 5px 0 20px 0;
    border: solid 1px #C0C0C0;
    padding: 5px 0;
    text-decoration: none;
    color: #494949;
    font-size: 16px;
    font-weight: bold;
}

    #offers_default .tab.first {
        -webkit-border-top-left-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        border-right: 0;
    }

    #offers_default .tab.last {
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    #offers_default .tab:hover {
        border-color: #9A9A9A;
        color: #000;
    }

    #offers_default .tab.active {
        background: #C4C4C4;
        border-color: #9A9A9A;
        color: #000;
    }

#offers_default .buttonBox {
    margin-top: 10px;
}



#showroom_locations textarea {
    width: 250px;
}

#showroom_panels textarea {
    width: 250px;
}


#page_opvolging a.notActive img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}


#page_btr tr.toapprove {
    background-color: #CBEFFF;
}













#offerEdit table.articles td.eol {
    font-size: 9px;
    font-weight: bold;
    color: red;
    padding-left: 3px;
}


#offerEdit table.articles td.more span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 3px;
}

    #offerEdit table.articles td.more span.show {
        background-image: url(../images/more.png);
    }
