﻿.NormalBold {
    font-size: 11px;
    font-weight: bold !important;
}

.NormalRed {
    font-size: 11px !important;
    font-weight: normal !important;
}

.indent {
    text-indent: 15px;
}

.pnlForm .inputAantal {
    width: 180px;
    /*height: 16px;*/
    border: 1px solid #BBBBBB;
    text-align: right;
    font-size: 13px; /*font-family: Arial; 	font-weight: normal; 	*/
    padding: 5px 10px;
}

.pnlForm .inputCombobox {
    width: 180px;
    border: 1px solid #BBBBBB;
    /*text-align: right;*/
    font-size: 13px; /*font-family: Arial; 	font-weight: normal; 	*/
    padding: 5px 10px;
}

.pnlForm {
    margin-top: -33px;
}

.toShow {
    visibility: visible;
}

.toHide {
    visibility: hidden;
    display: none;
    line-height: 0px;
    font-size: 0px;
    height: 0px;
    margin: 0;
    padding: 0;
}

.toShow.toHide {
    visibility: hidden;
    display: none;
}

.toHide.toshow {
    visibility: hidden;
    display: none;
}

.pnlForm .inputAantalOplage {
    width: 180px;
    /*height: 16px;*/
    border: 1px solid #BBBBBB;
    text-align: right;
    font-size: 13px; /*font-family: Arial; 	font-weight: normal; 	*/
    padding: 5px 10px;
}


.kcBestellenTable .inputText {
    width: 360px;
    font-size: 13px;
    padding: 5px 10px;
}

.printLink {
    cursor: pointer;
    cursor: hand;
    text-decoration: underline;
}

img.printLink {
    margin-left: 10px;
}

.bestellenLink {
    cursor: pointer;
    cursor: hand;
}

h2 {
    line-height: 28px;
    margin: 0;
    padding: 0;
}

.pnlForm table {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.kcTableHeader {
    /*background: #EAEAEA;*/
    width: 100%;
    /*border: 2px solid #E1E1E1;*/
    margin-top: 20px; /*padding: 0px 10px 0px 10px;*/
}

.kcTable {
    /*background: #EAEAEA;*/
    width: 100%;
    /*border: 2px solid #E1E1E1;*/
    margin-top: 20px; /*padding: 0px 10px 0px 10px;*/
}

.kcBestellenTable {
    /*background: #EAEAEA;*/
    width: 100%;
    /*border: 2px solid #E1E1E1;*/
    margin-top: 30px; /*padding: 0px 10px 0px 10px;*/
}

.pnlForm td {
    padding: 3px 0px 3px 0px;
    /*height: 23px;*/
    font-size: 13px;
}

.pnlForm .kcTableHeader td {
    padding: 5px 0px 5px 0px;
    /*height: 23px;*/
    font-size: 13px;
}

.kcBestellenTable td {
    /*height: 22px;*/
    white-space: nowrap;
}

.kcTable td {
    /*height: 22px;*/
}

.indent {
    text-indent: 15px;
}

.alignright {
    text-align: right;
}

.labelCell {
    width: 300px;
}

.inputCell {
    width: auto;
}

.currencyCell {
    width: 25px;
    text-align: right;
}

.priceCell {
    width: 90px;
    text-align: right;
    white-space: nowrap;
}

.kortingCell {
    width: auto;
}


.kcHelp {
    background: url(help.png) no-repeat top right;
    width: 25px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom;
}

.tooltip-inner {
    max-width: none !important;
    white-space: pre;
}

.ui-tooltip {
    background: #f2f2f2;
    border: 1px solid #ccc;
    min-width: 200px;
    max-width: 400px;
    position: absolute !important;
    padding: 5px 10px;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #00529c;
    line-height: 18px;
    z-index: 300;
}

    .ui-tooltip h3 {
        font-family: Arial;
        font-size: 12px;
        font-weight: normal;
        color: #00529c;
        line-height: 18px;
    }

#tooltip div.url {
    display: none !important;
}

.bestel-btn {
    padding: 11px 20px 11px;
    background-color: #00529b;
    color: #fff !important;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0px;
    display: inline-block;
}

input[type=submit] {
    padding: 10px 20px 10px;
    background-color: #00529b;
    color: #fff !important;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0px;
    display: inline-block;
    border: none;
    border-radius: 0px;
    float: left;
}

input[type=radio] {
    vertical-align: text-top;
}

label {
    margin-right: 25px;
}
