*{padding: 0; margin: 0;}
body {
    background: #f7f7f7;
    color: #444;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    line-height: 14pt;
    text-align: left;
    height: 100%;
    margin: 0;
    padding: 0;
}
#contentMainForm {
    font-size: 13px !important;
}

/** lay-out websitebeheer **/
#treeitem .type {
    padding-right: 10px;
}

#overviewContainter .patientTitel {
    background: #2da550;
    background-image: none;
    border: 0;
    color: #ffffff;
}

#outsideContainer {
    width: 987px;
    min-height: 739px;
    text-align: left;
    margin: 0 auto;
}

.clearer {
    clear: both;
    display: block;
    height: 1px;
    margin-bottom: -1px;
    font-size: 1px;
    line-height: 1px;
}

.red {
    color: #F00;
}

#header {
    padding-bottom: 23px;
}

#headerLeft {
    height: 50px;
    clear: both;
    margin: 0 24px 15px;
    padding-left: 305px;
    line-height: normal;
}

#headerLeft .title {
    text-decoration: none;
    float: left;
    font: italic 20px Georgia, "Times New Roman", Times, serif;
    color: #2fb7e6;
    border-left: 1px solid #bcbcbc;
    padding-left: 14px;
    margin-top: 13px;
}

.phone-container {
    background: url('/pia/images/icon-phone.png') no-repeat 0 4px;
    float: right;
    margin: 7px 43px 0 0;
    padding-left: 41px;
}

.phone-title {
    display: block;
    font: italic 16px Georgia, "Times New Roman", Times, serif;
    color: #2fb7e6;
}

.phone-number {
    font-weight: bold;
}

#headerRight {
    float: right;
    padding: 9px 24px 9px 0;
}

#headerRight a {
    font-size: 9px;
    padding: 0 4px 0 6px;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #b5b5b5;
    line-height: 8px;
}

#headerRight a.top-first {
    border-left: none;
}

#headerRight a.top-last {
    border-right: none;
}

#headerRight a:hover {
    text-decoration: underline;
}

.headerBottom {
    height: 32px;
    margin: 0 24px;
}
.headerNotification {
    background: white;
    color: darkred;
    border: 2px solid red;
    padding: 8px; 
    line-height: 1.2;
    margin: 10px 24px 0 24px;
}
.headerNotification p {
  margin: 0.5em 0;
}
.headerNotification a {
  color: inherit;
}
.headerNotification a.button {
  color: #fff;
  line-height: 32px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: inherit;
  padding: 0 9px;
  background-color: #454545;
  margin: 0.5em 0;
}
.headerNotification a.button:hover {
  background-color: #666;
}
.headerNotificationSuccess {
    color: #5DAF48;;
    border-color: #5DAF48;
}
#contentMainForm .headerNotification {
    margin: 0 0 24px 0;
}

.headerBottom span, .headerBottom a {
    color: #fff;
    line-height: 32px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: inherit;
    padding: 0 9px;
}

.headerBottom a:hover {
    background: #666;
}

.headerBottom a.active {
    background: #fff;
    color: #2fb7e6;
}

.headerBottom div {
    line-height: 32px;
    width: auto;
    float: left;
}

.headerBottom div.menublauwUitloggen {
    float: right;
}

#content {
    padding-bottom: 30px;
    min-height: 491px;
    width: 979px;
}

#contentMain {
    display: inline;
    clear: both;
    float: left;
    width: 718px;
    border-right: 1px solid #CCC;
    padding-left: 16px;
    min-height: 490px;
    height: 490px;
}
body.frameable #contentMain { border: none; }

#contentSub {
    display: inline;
    float: right;
    width: 244px;
    min-height: 490px;
    height: 490px;
}

html > body #contentMain, #contentSub, #content {

    height: auto;
}

#insideContainer {
    position: relative;
    min-height: 739px;
    margin-left: 4px;
    margin-right: 4px;
}

#footer {
    width: 987px;
    background-image: url(/pia/images/footer.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #E4E4E4;
    font-family: Arial, 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 24px;
    color: #666;
    position: relative;
    height: 30px;
    margin: -30px auto 0;
    padding: 10px 0;
}

#footerLeft {
    float: left;
    padding-left: 15px;
}

#footerRight {
    float: right;
    padding-right: 15px;
}

#footerRight a {
    text-decoration: none;
    color: #666;
}

.footerblokStart {
    float: left;
    margin-top: 5px;
    padding-right: 10px;
    border-right: 1px solid #666;
    height: 15px;
    line-height: 14px;
}

.footerblok {
    float: left;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #666;
    height: 15px;
    line-height: 14px;
}

.footerblokEind {
    float: left;
    margin-top: 5px;
    padding-left: 10px;
    height: 15px;
    line-height: 14px;
}

* html #footer {
    margin-top: -30px;
}

* html #outsideContainer, html, * html #insideContainer {
    height: auto;
}

.rightBox {
    display: block;
    width: 187px;
    height: 67px;
    border: 1px solid #E4E4E4;
    margin: 0px auto 7px;
    padding: 4px;
}

.praktijkuitnodigen {
    display: block;
    width: 197px;
    height: 60px;
    margin: 0px auto;
}

img {
    border: 0px solid #FFF;
}

H1 {
    color: #444444 !important;
    font-variant: normal !important;
    font-size: 23px !important;
    font-weight: 400;
    margin: 0;
    padding: 9px 0 4px;
    line-height: 29px;
}

fieldset {
    border: 0px solid #FFF;
}

.titelitem {
    float: left;
    padding-left: 12px;
    font-variant: small-caps;
}

.linkitem {
    float: left;
    padding-right: 20px;
    font-size: 13px;
}

#contentMainTopHeader {
    margin-left: 10px;
    height: 29px;
    border-bottom: 1px solid #E4E4E4;
}

.linkitem A {
    float: left;
    color: #F29301;
    font-size: 13px;
    font-weight: bold;
}

.linkitem B A {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    color: #F29301;
    font-size: 13px;
}

#submenu {
    padding-top: 5px;
    height: 29px;
    border-bottom: 1px solid #E4E4E4;
}

.stapactive {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    height: 29px;
    float: left;
    color: #FFF;
    font-size: 12px;
    background-image: url(/pia/images/paarsblok_large.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 115px;
}

.stap {
    display: block;
    margin-left: 5px;
    padding-right: 15px;

    float: left;
    color: #666;
    font-size: 12px;
}

.annuleer {
    width: 118px;
    height: 22px;
    border: 0px solid #FFF;
    margin-left: 5px;
    cursor: pointer;
    float: right;
}

.terug {
    width: 118px;
    height: 22px;
    border: 0px solid #FFF;
    margin-left: 5px;
    cursor: pointer;
    float: right;
}

.opslaan {
    background-image: url(/pia/images/knop_opslaan.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 118px;
    height: 22px;
    border: 0px solid #FFF;
    margin-left: 5px;
    cursor: pointer;
    float: right;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left {
    position: absolute;
    z-index: 101;
    left: -12px;
    height: 23px;
    width: 10px;
    top: -3px;
}

#JT_arrow_right {
    position: absolute;
    z-index: 101;
    height: 23px;
    width: 11px;
    top: -2px;
}

#JT {
    position: absolute;
    z-index: 100;
    border: 2px solid #00689F;
    background-color: #fff;
    font-size: 12px;
}

#JT_copy {
    padding: 10px 10px 10px 10px;
    color: #333;
    line-height: 14px;
}

.JT_loader {
    width: 100%;
    height: 12px;
}

#JT_close_left {
    background-color: #00689F;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight: bold;
    color: #FFF;
}

#JT_close_right {
    background-color: #00689F;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight: bold;
    color: #FFF;
}

#JT_copy p {
    margin: 3px 0;
}

#JT_copy img {
    padding: 1px;
    border: 1px solid #00689F;
}

.jTip {
    cursor: help;
}

.uitleg {
    display: none;
}

.uitleg_expand {
    margin-left: 30px;
}

.explanation-toggle {
    height: 16px;
    width: 16px;
    display: inline-block;
}

.toggle-max {
    background: url('/pia/images/knop_plus.jpg') no-repeat;
}

.toggle-min {
    background: url('/pia/images/knop_minus.jpg') no-repeat;
}

.explanation-toggle-target img {
    float: right;
}

.target-minimized {
    display: none;
}

.list-item-hovering, .list-item-hoverable:hover {
    background-color: #f8f8f8;
    color: #5DAF48;
}

.list-item {
    border-bottom: 1px dashed #D3D3D3;
    clear: both;
    line-height: 20px;
    padding: 4px 0 4px 7px;
    color: #666;
}

.list-item-clearer {
    clear: both;
}

.title-bar {
    font-weight: bold;
    color: #00689F;
    border-bottom: 1px solid #D3D3D3;
    padding-left: 7px;
}

.title-bar .item-title, .list-item .item-title {
    float: left;
}

.title-bar .item-actions, .list-item .item-actions {
    float: right;
}

.list-item .edit-btn, .list-item .delete-btn {
    width: 84px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center right;;
    margin-top: 2px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.list-item .edit-btn {
    background-image: url('/pia/images/button_bewerken.jpg');
}

.list-item .delete-btn {
    background-image: url('/pia/images/button_verwijderen.jpg');
}

ul.errors {
    padding-left: 20px;
}

.errors {
    color: #f00;
}

.table-form {
    padding: 4px 10px 10px;
}

.form-info {
    padding: 0 2px;
}

.form-table {
    width: 100%;
    font-size: 13px;
}

.form-table th {
    color: #666;
    vertical-align: top;
    width: 170px;
}

.form-table textarea {
    width: 100%;
}

.form-table .hint {
    color: #666
}

.form-table .input {
    width: 354px;
    border: 1px solid #A5ACB2;
    color: #333;
}

.info-bordered {
    border: 1px dashed #e4e4e4;
    margin: 20px 0;
    padding: 10px;
    background: #f8f8f8;
}

.btn-save, .btn-cancel {
    width: 118px;
    height: 22px;
    border: 0;
    text-indent: -999px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}

.btn-save, .btn-cancel {
    text-transform: capitalize;
}

.btn-save {
    background: url('/pia/images/knop_opslaan.jpg') no-repeat;
}

.btn-cancel {
    background: url('/pia/images/knop_annuleer.jpg') no-repeat;
}

.submit-cell {
    text-align: right;
    padding-top: 23px;
}

.btn-back,
.btn-continue {
    display: inline-block;
    border: 0;
    width: 118px;
    height: 22px;
    text-indent: -9999px;
    cursor: pointer;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.btn-back {
    background-image: url('/pia/images/knop_terug.jpg');
}

.btn-continue {
    background-image: url('/pia/images/knop_verder.jpg');
}

.form-table .errors {
    padding-left: 0;
    list-style: none;
}

div.btn-large {
    float: left;
    display: inline;
    background: transparent url('/pia/images/btn_template.jpg') no-repeat 0 -16px;
    padding-left: 15px;
}

div.btn-large-end {
    float: left;
    display: inline;
    background: transparent url('/pia/images/btn_template.jpg') no-repeat 100% -16px;
    height: 22px;
}

.btn-styled {
    border: 0;
    overflow: visible;
    cursor: pointer;
    position: relative;
    background: transparent;
    font-weight: bold;
}

input.btn-large {
    padding: 0 15px 2px;
    height: 20px;
    line-height: 20px;
    left: -15px;
    margin-right: -15px;
}

.btn-color-purple {
    color: #0081BB;
}

.debug-exception {
    border: 3px inset #f00;
}

.debug-exception-trace {
    height: 100px;
    overflow: auto;
    border-top: 1px solid #000;
}

.debug-exception-trace-line {
    border-top: 1px dashed #000;
}

.debug-exception-trace-line-first {
    border: none;
}

.debug-exception-trace-line-zebra {
    background-color: #eee;
}

#zkn-widget-type1 .logo-link, #zkn-widget-type1 .zkn-widget-container {
    margin: 0 auto;
}

.account-msg-container {
    margin-right: -1px;
    border-right: 1px solid #fff;
    padding: 0 0 20px 10px;
}

.account-msg {
    background: #fdf4ed url('/pia/images/icon-alert.png') no-repeat 10px 19px;
    border: 1px solid #f08946;
    padding: 15px 15px 15px 60px;
}

.account-msg h2, .account-msg p {
    padding: 0;
    margin: 0;
    line-height: normal;
}

.account-msg h2 {
    color: #454545;
    padding-bottom: 3px;
    font-size: 16px;
    font-variant: normal;
}

.account-msg-btn {
    float: right;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    *display: inline;
    padding: 1px 13px;
    margin: 8px 0 0;
    *margin-left: .3em;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #FF6600;
    *background-color: #FF6600;
    background-image: -moz-linear-gradient(top, #FF6600, #CB5000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF6600), to(#CB5000));
    background-image: -webkit-linear-gradient(top, #FF6600, #CB5000);
    background-image: -o-linear-gradient(top, #FF6600, #CB5000);
    background-image: linear-gradient(to bottom, #FF6600, #CB5000);
    background-repeat: repeat-x;
    border: 1px solid #d5722f;
    *border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6600', endColorstr='#ffcb5000', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.account-msg-btn:hover {
    text-decoration: underline;
    color: #fff;
}

.waarschuwing {
    margin-right: -1px;
    border-right: 1px solid #fff;
    padding: 0 0 20px 10px;
    background: #fdf4ed url('/pia/images/icon-alert.png') no-repeat 10px 19px;
    border: 1px solid #f08946;
    padding: 15px 15px 15px 60px;
    min-height: 30px;
    margin: 6px;
}

.waarschuwing .title {
    margin-bottom: 4px;
    font-weight: bold;
    color: #454545;
    padding-bottom: 3px;
    font-size: 16px;
    font-variant: normal;
}

.waarschuwing a:visited {
    color: #333;
}

.waarschuwing p {
    padding: 0;
    margin: 0;
    line-height: normal;
    font-size: 14px;
}

.waarschuwing .extra {
    display: none;
    padding-top: 14px;
}

.waarschuwing img {
    border: 1px solid black;
    padding-top: 5px;
}

.waarschuwing h3 {
    padding: 0px;
    margin: 0px;
}

a.small {
    color: #F29301;
    font-size: 12px;
}
.footer-disclaimer {
    font-size: 13px;
    line-height: 16px;
    text-align: left;
}
#bsl-logo-footer {
    display: table-cell;
}

#bsl-logo-footer a {
    display: block;
    background-image: url("https://www.bsl.nl/wp-content/themes/smbv-bslnl/footer/BSL-logo-full-footer.png");
    width: 118px;
    height: 38px;
    background-repeat: no-repeat;
    color: #2991d6;
}

#bsl-logo-footer h4 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media only screen and (max-width: 768px) {
    #bsl-logo-footer a {
        background-image: url("https://www.bsl.nl/wp-content/themes/smbv-bslnl/footer/BSL-logo-small-footer.jpg");
        width: 43px;
        height: 55px;
        background-repeat: no-repeat;
    }
}

#SN-logo-copyright-disclaimer {
    display: table-cell;
    vertical-align: top;
    padding-left: 14px;
}

#SN-logo {
    margin-bottom: 4px;
    display: inline-block;
}

#SN-copyright-disclaimer {
    display: table-cell;
}

#SN-copyright {
    margin-right: 10px;
    margin-bottom: 3px;
    display: inline-block;
}
#SN-copyright a, #SN-disclaimer a {
    color: #2991d6;
    text-decoration: none;
    transition: all 0.2s;
}
#SN-copyright a:hover, #SN-disclaimer a:hover {
    text-decoration: underline;
}

#SN-disclaimer {
    display: inline-block;
}

div.gebruikteTemplatesOutter {
    overflow-x: scroll;
    margin-bottom: 10px;
}
table.gebruikteTempatesTable {
    table-layout: fixed;
    margin: 40px auto 0 auto;

}
table.gebruikteTempatesTable th,
table.gebruikteTempatesTable td {
    min-width: 120px;
    padding: 5px 0;
}
