.cb_template {
	background-color: transparent;
	/*color: #FFFFFF;*/
}
.cb_template a:visited,
.cb_template a:link {
	color: #990000;
	background: transparent;
}

.cb_template a:hover {
	color: Green;
	background: transparent;
}

..cbUserListRow tbody tr:hover th,
.cbUserListRow tbody tr:hover td {
	background:none;
}
.cb_template .form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
	 }
	 
.cb_template .nav-tabs .nav-link.active, .cb_template .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: yellow;
    border-color: #dee2e6 #dee2e6 #fff;
}
.cb_template .bg-light {
    background-color: grey !important;
}