/* View  */
/*BCB Navigations menu  */
.bcbkmkico {
  vertical-align: middle;
  width: 2%;
  height: 2%;
  margin-top: 1%;

  display: inline;
}
/*Flag*/
.bcbkflico {
  vertical-align: middle;
  height: 18%;
  margin-top: 2%;
  display: inline;
}
.bcbkpaus_txt {
font-size: 110%;
font-weight: bold;
color: #CC0000;
}
.bcbkchl_txt1 {
font-size: 130%;
font-weight: bold;
}
.bcbkchl_txt2 {
font-size: 110%;
font-weight: bold;
}
.bcbkchl_txt3 {
font-size: 100%;
font-weight: bold;
}
.bcbkchl_txt4 {
font-size: 90%;
font-weight: bold;
}
.bcbkroed {
font-size: 110%;
font-weight: bold;
color: #CC0000;
}
.bcbkblaa {
font-size: 110%;
font-weight: bold;
color: #000099;
}

.bcbkview table {
    border-collapse: collapse;
    border: 1px solid gray;
    border-top: 2px solid gray;
    width: 100%;
    margin: 5px; 
    padding: 1;
}

thead th {
border-top: : 2px solid gray;
}

.bcbkview td {  
    border: 1px solid gray;
    padding: 1px;
}

.bcbkview tr {  
    border: 1px solid gray;
    padding: 1px; 
}



 /****************************************************************************************/

td.bcbkL {
    text-align: left;
}
td.bcbkC {
    text-align: center;
}
td.bcbkR {
    text-align: right;
}





 /****************************************************************************************/



 /****************************************************************************************/
.bcbk-button {
background-color: #4f4b4a;
color: white;   
border-radius: 7px;
padding: 8px 15px;
text-align: center;
text-decoration: none;
font-size: 12px;
font-weight: bold;
display:inline-block;
margin:4px 2px;
cursor:pointer;
opacity: 1;
}
.bcbk-button:hover {
opacity: 0.8;
}

.bcbk-bsort {
border: 1px solid #000;
}

.bcbk-bgroen {
border: 1px solid #56e549;
}
.bcbk-bblaa {
border: 1px solid #466cc4;
}
.bcbk-borange {
border: 1px solid #f96c25;
}
