a {
	cursor: pointer;
}
.label-as-badge {
    border-radius: 1em;
}
input {
	border: 1px solid gray;
}
.sub-header {
  padding-bottom: 7px;
  padding-top: 7px;
  border-bottom: 1px solid #eee;
}
#tablewb>thead>tr>th,#tablewb>tbody>tr>th,#tablewb>tfoot>tr>th,#tablewb>thead>tr>td,#tablewb>tbody>tr>td,#tablewb>tfoot>tr>td{border-top:none;}
#tablewb>thead>tr>th{border-bottom:none;}
#tablewb>caption+thead>tr:first-child>th,#tablewb>colgroup+thead>tr:first-child>th,#tablewb>thead:first-child>tr:first-child>th,#tablewb>caption+thead>tr:first-child>td,#tablewb>colgroup+thead>tr:first-child>td,#tablewb>thead:first-child>tr:first-child>td{border-top:0}
#tablewb>tbody+tbody{border-top:none;}
.alright {
	color:#0F0;
}
.red-tooltip + .tooltip > .tooltip-inner {background-color: #E3000B;}
.red-tooltip + .tooltip.left > .tooltip-arrow {border-left-color: #E3000B;}
.blue-tooltip + .tooltip > .tooltip-inner {background-color: #0054A3;}
.blue-tooltip + .tooltip.left > .tooltip-arrow {border-left-color: #0054A3;}
.busy {
	color:#FF0;
}
.black {
	color: #000;
}
.text-white {
	color: #FFF;
}
.help {
	color: #FDAA2F;
}

/*
<div class="loader">
    <div class="bar"></div>
    <div class="bar"></div>
    <div class="bar"></div>
    <div class="bar"></div>
    <div class="bar"></div>
</div>
.loader { height:20px; }
 
.bar {
    background-color:#FFF; border:1px solid #FFF; float:left;
    margin-right:4px; margin-top:6px; width:6px; height:10px;
    
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: loadingbar;
}
 
.loader .bar:nth-child(2) { animation-delay: 0.1s; }
.loader .bar:nth-child(3) { animation-delay: 0.2s; }
.loader .bar:nth-child(4) { animation-delay: 0.3s; }
.loader .bar:nth-child(5) { animation-delay: 0.4s; }
 
@keyframes loadingbar {
     0% { margin-top:4px; height:14px; }
    10% { margin-top:2px; height:18px; }
	90$ { margin-top:4px; height:14px; }
    100% { }
}*/