.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: /*#555*/ #ffffff;
    background-color: /*#fff*/ /*#2E86C1*/ #334d5c;
    border: 1px solid /*#ddd*/ #1B4F72;
    border-bottom-color: transparent;
    cursor: hand;
    /*font-size:10px;*/
    

}

.nav-tabs>li>a
{
    /*font-family: "calibri" !important;*/
    /*font-size:12px;*/
}

div.zb-kanban-column-header {
    text-align: center;
    font-weight: bold;
    border-bottom: solid 1px #21618C;
    padding: 5px;
    margin-left: 5px;
    background-color: #D6EAF8;
    font-size:smaller;


}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    /*font-size: 12px;*/
    font-weight: bold;
    line-height: 1;
    color: black;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #A2D9CE;
    border-radius: 10px;
}

div.zb-kanban-board {
    background-color: /*#EAFAF1*/ #A2D9CE;
    border-radius: 5px;
    padding: 3px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
    user-select: none;
}

div.zb-kanban-column {
    flex-basis: 0;
    flex-grow: 1;
    background-color: #F2F3F4;
    border-radius: 5px;
    margin: 0px; /*3*/
    font-stretch:ultra-condensed;
    font-size:10px;
    /*font:menu;*/
}

div.zb-kanban-card {
    margin: 3px;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    font-size:10px;
    width:-webkit-fill-available;
    color:white;
}

div.zb-kanban-card-subject {
    /*font-weight: 600*/
}

div.zb-kanban-column-header  {
    margin-left: 3px;
    background-color: /*#82E0AA*/ #404040;
    font-weight:bold;
    color:white;
    font-size:10px;
}


div.zb-kanban-column-header > .badge {
    margin-left: 0px;
    background-color: #A2D9CE;
    font-color: black;
}


.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    /*font-size: 10px;*/
    line-height: 18px;
    color: black;
    text-align: center;
    background-color: #54a6fa;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
    transition-property: width;
    transition-duration: 0.6s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.progress
{
	background-color: lightgreen;

}


div.div-style-1
{
	/*background-color: #404040;*/
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);
	border-color:black;
	/*
	color:white;
	font-weight:bold;*/
	font-size:smaller;
}


table.table-striped table-bordered table-condensed table-striped table-column-break
{
	/*font-size:10px;*/
	background-color:#c2c2c2;
	border-color:black;
     
}
th
{
	background-color:#c2c2c2;
	border-color:black;
	/*font-size:12px;*/
}

td
{
	border-color:black;
}

.table-striped
{
	background-color:#f2f2f2;
	border-color:black;
     /*font-size:10px;*/

}

.wem-table-wrapper
{
	/*font-size:11px;*/
}

.table-bordered, .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td 
{
    border-color: #000000;
}

.table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: lightblue;
    border-color: #309bc7;
    font-style: italic;
    font-weight: bold;

}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #f2f4f4;
    border-color: #000000;
}