/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height: LET OP: bij .footer moet dezelfde hoogte staan !! */
    margin-bottom: 60px;
}
/* basic items */
img {
    vertical-align: middle;
    border: none;
}
h1, h2, h3 {
    /*line-height: 40px;*/
}
h1, h2, h3, h4, h5, h6 {
    color: #0060B9;
}
h1 {
    font-size: 24px;
    line-height: 34px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}
.topline{    background-color: #2494F2;
             color: #fff;
}
.supersearchForm {
    margin-top: 4px;
}

.text-small{font-size: small}
.text-x-small{font-size: x-small}
.text-xx-small{font-size: xx-small}


/* header items */
#header {
    background-repeat: no-repeat;
    clear: both;
}
#header #topline {
    text-align: right;
}
#header #titel {
    font-size: 24px;
    color: #666;
    font-weight: bold;
    float: left;
    margin-top: 20px;
}
#header #logo {
    height: 170px;
    background-repeat: no-repeat;
}
.header {
    background-color: #57a8f7;
    position: relative;
/*    margin-bottom:20px;*/
}
.header-top {
/*    border-bottom: 1px solid #eee;*/
    font-size: 12px;
    background-color: #005caa;
}
.header-inner {
    /* background-color: #fff; */
}
.header-bottom {
    background-color: #005caa;
}
.header-top .top-text {
    display: none;
    margin: 7px 0;
    color: #666;
}

@media (min-width: 992px) {
    .header-top .top-text {
        display: block;
    }
    .header-top .top-text + .top-links {
        margin-left: 15px;
    }
}

.header-top .header-dropdown > a {
    display: inline-block;
    padding: 7.5px 13px;
    color: #fff;
/*    background-color: #f0f0fa;*/
/*    border-left: 1px solid #eee;*/
/*    border-bottom: 1px solid #eee;*/
    margin-bottom: -1px;
}
.topline a {
    color: #fff;
    text-decoration: none;
}

.slider{
    padding-top: 10px;
    padding-bottom: 10px;
}
/* footer items */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #4a4a4a;
    color: #929292;
    font-size:10px;
    text-align: center;
        padding: 20px 0;
}
.footer a {
    color: #d4d4d4;
}


.borderbox {
    padding: 9px 14px;
    /*margin-bottom: 14px;*/
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

.rounded_box {
    padding: 7px 14px;
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #fff, #f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background-image: -o-linear-gradient(top, #fff, #f5f5f5);
    background-image: linear-gradient(top, #fff, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}
/* popup windows */
.windwrapper {
    margin: 0 auto;
    background-color: #FFFFFF;
}
.windheader {
    padding: 2px 10px;
    background-color: #31A4D9;
    height: 30px;
    color: #FFFFFF;
}
.windbody {
    padding: 10px;
}
.windfooter {
    padding: 10px;
    text-align: center;
}
/* tabel opmaak */
.tabel {
    border-collapse: collapse;
    border-spacing: 0;
}
.tabel th, .tabel td {
    border-bottom-color: #DDDDDD;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 18px;
    padding: 4px;
    vertical-align: top;
}
.tabelblank {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.tabelblank th, .tabelblank td {
    line-height: 18px;
    vertical-align: top;
}
.tabelsubtitel {
    font-size: 14px;
    font-weight: bold;
}
.button {
    margin: 20px;
    width: 120px;
}
.rowcoloreven {
    background-color: #EBEBEB;
}
.rowcolorodd {
    background-color: #F8F8F8;
}
.readonly {
    color: #999999;
    border: none;
}
.ikonen img {
    vertical-align: middle;
    border: none;
    margin-left: 5px
}
.ikonen i {
    vertical-align: middle;
    border: none;
    margin-left: 5px
}
.highlight {
    background-color: yellow
}
.infoicon {
    vertical-align: middle;
    margin-left: 5px;
}


/* form opmaak */
#form .radio {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.formbuttons {
    text-align: center;
}
.form-horizontal .veldnaam, .form-horizontal .veldtitel, .form-horizontal .veldlabel {
    padding-top: 2px;
    padding-right: 6px;
    margin-bottom:0;
    text-align:right;
    width: 165px;
    font-size:12px;
}
.veldtitel, .veldlabel {
    vertical-align: top;
    font-weight: bold;
    text-align: right;
    /* [disabled]padding: 4px; */
    /* width: 165px; */
}


/* tabel opmaak */
#contactbox {
    padding: 5px;
    float: right;
    background-color: #E6E6E6;
    width: 200px;
}
#kl_locatietabel {
    border: 1px solid #003366;
    padding: 10px;
}
#kl_locatietabel form {
    margin: 0px;
}
#kl_locatietabel A:link {
    COLOR: #00309c;
    TEXT-DECORATION: underline
}
#kl_locatietabel A:hover {
    COLOR: #000000;
    TEXT-DECORATION: none
}
#kl_locatietabel A:visited {
    COLOR: #00309c;
    TEXT-DECORATION: underline
}
.introimg {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.infobox {
    background-color: #F0F0F0;
    padding: 5px;
    margin-bottom: 10px;
    float: right;
    width: 150px;
}
#filter {
    border: 1px dotted #B8C9DA;
}
.filterblok{
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
}
.filterbox {
    overflow:auto; float:left; margin-right:10px; max-height:250px; max-width:150px; min-width:125px; white-space:nowrap;margin-bottom:10px;
}
.filterboxwijd {
    overflow:auto; float:left; margin-right:10px; max-height:250px; max-width:250px;
}
.filterboxextrawijd {
    overflow:auto; float:left; margin-right:10px; max-height:250px; max-width:350px;
}
.filterbuttons {
    clear: both; padding-top:10px;
}

/* export naar scherm */
table.exporttabel {
    border: 1px solid #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #FFF;
    border-collapse: collapse;
}
table.exporttabel th {
    background-color: #000;
    color: #FFF;
    border: 1px solid #fff;
}
table.exporttabel tr {
    vertical-align: top;
}
table.exporttabel td {
    border: 1px solid #ccc;
}
/* tabel op dashboard */
table.dashboard th, td {
     padding: 2px;   
}
table.dashboard tr td {
    vertical-align: top;
}



.pdf {
    background-image: url(/images/icons/icon-pdf.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 5px 20px 10px 10px;
}
/*
a[href^="http:"] {
    display:inline-block;
    padding-right:20px;
    background:transparent url(/images/icons/icon-url.gif) center right no-repeat;
}
*/

a[href^="mailto:"] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: transparent url(/images/icons/icon-mailto.gif) center left no-repeat;
}
a[href$='.pdf'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: transparent url(/images/icons/icon-pdf.gif) center left no-repeat;
}
a[href$='.iso'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: transparent url(/images/icons/page_white_dvd.png) center left no-repeat;
}
a[href$='.md5'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: transparent url(/images/icons/page_white_key.png) center left no-repeat;
}
a[href$='.swf'], a[href$='.fla'], a[href$='.swd'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: transparent url(/images/icons/page_white_flash.png) center left no-repeat;
}
a[href$='.xls'], a[href$='.xlt'], a[href$='.xlw'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: transparent url(/images/icons/excel.gif) center left no-repeat;
}
a[href$='.csv'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: transparent url(/images/icons/csv.gif) center left no-repeat;
}
a[href$='.gif'],a[href$='.jpg'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: transparent url(/images/icons/jpg.gif) center left no-repeat;
}
a[href$='.ppt'], a[href$='.pps'] , a[href$='.pptx'] , a[href$='.ppsx'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: transparent url(/images/icons/ppt_icon_small.gif) center left no-repeat;
}
a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: transparent url(/images/icons/icon-word.gif) center left no-repeat;
}
a[href$='.zip'], a[href$='.gzip'], a[href$='.rar'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: transparent url(/images/icons/icon-zip.gif) center left no-repeat;
}
.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align: center;
    z-index: 1000;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}
#tarieven table {
    /* border-collapse: collapse; 'cellspacing' equivalent */
}
#tarieven th {
    text-transform: capitalize;
    padding: 3px 10px;
    border-bottom: 1px solid #ddd;
}
#tarieven td {
    padding: 3px 10px;
    border-bottom: 1px solid #ddd;
}
.verplicht {
    color: #F00;
    margin-left: 5px;
}
#logo #site_naam {
    float: left;
    height: 40px;
    font-size: 50px;
    margin: 100px 0 0 40px;
}
/*#logo-container img {
   max-width: 100%;
   height: auto;
}*/

#centerdiv {
    foat:none;
    margin: 0 auto;
    max-width: 500px;
}

.lijst ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.lijst ul li {
    background-image: url(sqpurple.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 14px;
}
.aktieregel {
    background-color: #ececec;
    padding: 5px 0px 2px 0px;
    border: 1px solid #e7e7e7;;
    padding-top: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    overflow: auto; /* ipv clearing div */
    /*    width: 100%  ipv clearing div */

}

.submenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
}
.submenu li {
    padding: 0 0 2px 15px;
    overflow: hidden;
    background-image: url(../images/pijl_groen.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    border-bottom: 1px solid #CCCCCC;
}


.alignleft {
    text-align: left;
}
.alignright {
    text-align: right !important;
}
.aligntop {
    vertical-align: top;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}

/* openklapregels in tabel met ID datatabel*/
#datatabel tbody tr { cursor: pointer }
#datatabel td.clickable div.arrow { background: transparent url('/images/arrows.png') no-repeat scroll 0px -16px; width:16px; height:16px; display:block;}
#datatabel div.up { background-position:0px 0px;}
.aktieregel select {
    margin: 2px;
}
.modalBig { width: 860px;  margin-left: -480px; }
/*ul.nav { z-index: 1001 }*/


/*  BOXEN  */
/*
contentBox : ronde box
contentBox contentBoxHighlight : ronde box met achtergrondkleur
contentBox contentBoxHighlight contentBoxInnerSpacing : ronde box met achtergrondkleur en ruime padding
<div class="contentBox contentBoxHighlight contentBoxInnerSpacing"></div>
*/
.contentBox {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.05);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.contentBoxHighlight {
    background-color: #eff8e6;
    border: 1px solid #d1e0bb;
    position: relative;
    padding: 20px;
}

.contentBox.contentBoxInnerSpacing {
    padding: 20px;
}
.contentBoxContrast, .contentBoxContrastDarker, .comparebarButtons li a.active, .noiseBg {
    position: relative;
    z-index: 1;
}
.contentBoxContrast {
    border: 0;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.contentBox {
    /* [disabled]background-color: #fff; */
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.05);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.sliderBox {
    /* [disabled]background-color: #fff; */
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.05);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 160px;
}




.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgb(250, 250, 250);
    border: 1px solid #ccc;
    padding: 5px;
}

.gradient {
    min-height: 180px !important;
}
div.gradient {
    background: #ffffff;
    margin-bottom: 15px;
    padding: 16px 19px 20px 20px;
    width: auto;
    background: #ffffff;
    border-bottom: 1px solid #ccd1cd;
    border-right: 1px solid #ccd1cd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#efefef,GradientType=0);
    position: relative;
    background-image: linear-gradient(bottom,#efefef 0%,#ffffff 40%);
    background-image: -o-linear-gradient(bottom,#efefef 0%,#ffffff 40%);
    background-image: -moz-linear-gradient(bottom,#efefef 0%,#ffffff 40%);
    background-image: -webkit-linear-gradient(bottom,#efefef 0%,#ffffff 40%);
    background-image: -ms-linear-gradient(bottom,#efefef 0%,#ffffff 40%);
    background-image: -webkit-gradient(linear,left bottom,left 35,color-stop(0,#efefef),color-stop(1,#ffffff));
}
select.error, textarea.error, input.error { border-color:#FFBABA; border-style: solid; border-width: 2px; color: #000000 }
select.invalid, textarea.invalid, input.invalid { border-color:#FFBABA; border-style: solid; border-width: 2px; color: #000000 }
radio.error { border-style: solid; border-color: crimson; border-width: 1px }
.error {/*jquery validate*/
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding:1px 20px 1px 20px;
}

.tt-suggestion strong { background-color: yellow; color: black }
.rowHighlight { background-color: yellow }

#bladertabel tr.bottomspace > td {
    padding-top: 1em;
}

/* ikonen kleur */
.elek {
    background-color:#CFF
}
.gas {
    background-color:#FC6
}
.tarief{
    white-space: nowrap;
    
}
.icon-bolt, .fa-bolt{
    color: blue;
}
.icon-fire, .fa-fire {
    color: orange;
}
.fa-warning {
    color: red;
}
.fa-dashboard {
    color: #08c;
}
.icon-star, .fa-star {
    color: #FF0000;
}
.ids {
    font-size:9px;
}

.ikonen, td.ikonen {
    /* [disabled]font-size:16px; */
    white-space: nowrap;
}
td.ikonen a {
    /* [disabled]padding: 0 5px 0 0; */
}



::-webkit-input-placeholder { /* WebKit browsers */
    color: #ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ffffff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ffffff;
}
.placeholder
{
    color: #ffffff;
}

.stippellijnDotted {
    border-top: 1px dotted #ccc;
}
.stippellijnDoubleSpacing {
    margin: 15px 0;
}
.stippellijn {
    margin-bottom: 10px;
    min-height: 0;
    width: 100%;
    display: block;
}


span.editlink { cursor: text }
.notitieType { font-weight: bold; border-right: 1px #003366 solid; padding-right: 3px }
.notitieInhoud { display: block; clear: left; float: left; border-top: 1px #003366 solid; width: 100%; margin-bottom: 5px; }
.notitiePrefix { display: block; clear: left; float: left; padding-right: 4px; margin-right: 5px; float: left; border-right: 1px #003366 solid}
.notitiePrefix strong { padding-left: 5px; }
.notitieInhoud {  }
.notitiePopover {  }
.notitiePopoverKopje { font-weight: bold; font-size: 1.2em; color: #08c; margin-bottom: 6px }
.notitieAanwezigIcoon { left: -12px; }
.notitieIndicatie { display: inline-block; height: 18px; width: 18px; /*margin-right: 10px; margin-top: -2px;*/ }
/*.open-ModalNotitie { float: right }*/
.omhangenPijl { font-size: 1.5em; color: crimson; font-weight: bold; position: relative; margin-left: 38px; margin-right: 30px; top: 7px }

/* scroll to top */
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}
.back-to-top:hover {	
    background-color: rgba(135, 135, 135, 0.50);
}	

.faq li {
    font-weight:bold;
    font-size:14px;
}
.faq li p {
    margin-left:20px;
    font-weight: normal;
    font-size:13px;
}
.outcomePcCheck, .outcomeEanCheck {
    display: inline;
    margin-left: 8px;
}
.outcomePcCheck i, .outcomeEanCheck i {
    color: #ffffff;
}
#dialog-form .tt-dropdown-menu { margin-left: 0px; min-width: 300px; }
.parent_select .tt-dropdown-menu { margin-left: 0px; min-width: 300px; }

table#factuuristsoll, table#factuuristsoll td, table#factuuristsoll th { font-size: 0.8em}
table#factuuristsoll .bigTH { font-size: 1.5em }
table#factuuristsoll h3{ padding: 0px; margin: 0 }

.qs_kopie { background-color: #FFE7A1 }
.qs_afwijkend, .qs_negatief { background-color: #eed3d7 }
.qs_overeenkomstig, .qs_positief { background-color: #d0e9c6 }
.qs_onbekend { background-color: #61a0e4 }

.textarea_breed {
    width: 600px; /* peter sqlquery mutatiescherm bredere inputvelden */
}

.perc_00 { background-color: #e9e9e9}
.perc_00-10, .leeftijd_gt_10d { background-color: #ff706a}
.perc_10-20 { background-color: #ff706a}
.perc_20-30 { background-color: #ff706a}
.perc_30-40 { background-color: #ffac69}
.perc_40-50 { background-color: #ffac69}
.perc_50-60, .leeftijd_3-10d { background-color: #ffac69}
.perc_60-70 { background-color: #ffea68}
.perc_70-80 { background-color: #ffea68}
.perc_80-90 { background-color: #d4ff67}
.perc_90-100 { background-color: #d4ff67}
.perc_100, .leeftijd_0-3d { background-color: #94ff66}

.crs_hovertable tr:hover { background-color: #dedede }

/* 3 divs links midden rechts tbv aktieregel */
.column-left{ float: left; width: 33%; text-align: left ;}
.column-right{ float: right; width: 33%;text-align: right ; }
.column-center{ display: inline-block; width: 33%; }

#validationErrorMsgInnerModal{font-size: 12px; padding: 15px; margin: 10px;}
#validationErrorMsgInner{font-size: 12px; padding: 15px; margin: 10px;display:none;}
.datepicker{z-index:1151 !important;}


/*  labels  */
/*.label-spacer,
.label {
    text-shadow: none;
    display: inline-block;
    cursor: default;
    padding: 2px 4px;
    background: #555;
    border: 1px solid #555;
    color: #fff;
    font-weight: 600;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}*/

a.label,
a > .label,
.label a {
    font-weight: 500;
    text-shadow: none;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.full-width > .label {
    display: block
}

.disabled .label-Users,
.inactive [class*="label-"],
[data-type="follow"] .label,
[data-type="follow"] .label:hover {
    background-color: transparent;
    border: 1px solid #555;
    color: #222;
    font-weight: 500
}

[data-type="follow"] .label[class*="label-"] {
    background-color: #555;
    border: 1px solid #555;
    color: #fff;
    font-weight: 600;
    width: 100%
}

[data-type="follow"] .label:not([class*="label-"]),
[data-type="badge"] .label:not([class*="label-"]) {
    background: transparent;
    border-color: #555;
    color: #222;
    font-weight: 500;
    width: 100%
}

[data-type="badge"] [data-action="convert"]:hover {
    cursor: pointer;
    background-color: #555;
    color: #fff;
    font-weight: 600
}

.label-module {
    height: 24px;
    width: 24px;
    display: inline-block;
    font-size: 11px;
    line-height: 11px;
    padding: 3px 0 0 3px;
    text-align: left;
    margin: 0;
    font-weight: 400;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.label-module-lg {
    height: 42px;
    width: 42px;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    padding: 4px 0 0 5px
}

.label-module-md {
    height: 32px;
    width: 32px;
    font-size: 13px;
    line-height: 13px;
    padding: 3px 0 0 4px
}

.label-module-btn {
    height: 28px;
    width: 28px;
    font-size: 11px;
    line-height: 11px;
    padding: 3px 0 0 4px
}

.label-module-sm {
    height: 20px;
    width: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 10px;
    padding: 2px 0 0 2px
}

.label-module-mini {
    height: 16px;
    width: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 8px;
    line-height: 8px;
    padding: 3px 0 0 2px
}

.dropdown-menu .label-module-mini {
    margin: -2px 10px 0 0;
    vertical-align: middle
}

.label-spacer {
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    padding: 0 5px !important;
    line-height: 0 !important;
    border: none !important
}

.label-important {
    background-color: #e61718;
    border: 1px solid #e61718
}

/*.label-warning {
    background-color: #fdf8ee;
    color: #222;
    border: 1px solid #f5d9a0
}*/

.label-pending {
    background-color: transparent;
    color: #222;
    border: 1px solid #555
}

/*.label-success {
    background-color: #33800d;
    border: 1px solid #33800d
}*/

/*.label-info {
    background-color: #0f7799;
    border: 1px solid #0f7799
}*/

.label-inverse,
.label-unknown {
    background-color: #555
}

.label-log {
    background-color: #000
}

.label-Bugs {
    background-color: #e61718
}

.label-Cases {
    background-color: #890e0e
}

.label-Prospects {
    background-color: #6a800d
}

.label-ProspectLists {
    background-color: #6a800d
}

.label-Targets {
    background-color: #6a800d
}

.label-TargetLists {
    background-color: #6a800d
}

.label-Campaigns {
    background-color: #445208
}

.label-CampaignLog {
    background-color: #445208
}

.label-Opportunities {
    background-color: #6d17e5
}

.label-RevenueLineItems {
    background-color: #410e88
}

.label-EnergyPanel {
    background-color: #1f12b3
}

.label-Collectieven {
    background-color: #0d8046
}

.label-Quotas {
    background-color: #0d8046
}

.label-EvM {
    background-color: #063b20
}

.label-Accounts {
    background-color: #33800d
}

.label-Contacts {
    background-color: #215208
}

.label-EvM {
    background-color: #176de5
}

.label-Crs {
    background-color: #cc3314
}

.label-Prospects {
    background-color: #6f1c0b
}

.label-Documents {
    background-color: #6f1c0b
}

.label-Quickscan {
    background-color: #0d806c
}

.label-Meetings {
    background-color: #085245
}

.label-Calls {
    background-color: #0b3671
}

.label-Emails {
    background-color: #1257b7
}

.label-Meetdata {
    background-color: #e5176d
}

.label-Notes {
    background-color: #0f7799
}

.label-Workflow {
    background-color: #1378bf
}

.label-Users {
    background-color: #111
}

.label-KBDocuments {
    background-color: #6f1c0b
}

.label-KBArticles {
    background-color: #6f1c0b
}

.label-KBContents {
    background-color: #6f1c0b
}

.label-KBLocalizations {
    background-color: #0e4188
}

.label-KBRevisions {
    background-color: #410e88
}

.disabled .label-module.label,
.disabled .label-module-sm.label,
.disabled .label-module-mini.label {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.x-edit-lg { /* tbv x-editable textarea */
    width: 600px !important;
    height: 400px !important; 
}

.tt-dataset-o_klantnr {
    margin-left: 0px;
}

.barBeheer {
    background-color: #005caa;
}

.barBeheer .tt-dropdown-menu {
    margin-left: -420px;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.pull-right {
    float: right;
}
.ep_ids {
    font-size: 11px;
    padding-right:5px;
}
.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}
.badge-geel {
    background-color: #feec94;
}
.badge-geel a {
     color:#777 !important;
}
input[type="text"] {
  border:1px solid rgb(118, 118, 118);
}