#specialties-tree {
    padding:10px;
}
#specialties-tree.treeview li {
    margin: 0;
    padding: 2px 0 3px 16px;
}
#specialties-tree.treeview li.active {
    background: #0c65cf;
	border-radius:4px;
}
#specialties-tree.treeview li.active a{
     color: #fff;
	 text-decoration:none;
}
a.text-black{
	color: #000;
    font-weight: bold;
}
.nav-tabs>li>a {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
span.glyphicon.glyphicon-star.text-error {
    color: #f00;
}
#bbkcatalog {
	max-height:600px;
	overflow-y:auto;
}
#bbkcatalog::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 8px #0c65cf;
	background-color: #F5F5F5;
	border-radius:2px;
}

#bbkcatalog:-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;	
}
#bbkcatalog::-webkit-scrollbar-thumb {
	background-color: #0c65cf;
}

.bootstrap-select .status{background:#f0f0f0;clear:both;color:#999;font-size:11px;font-style:italic;font-weight:500;line-height:1;margin-bottom:-5px;padding:10px 20px}
span.sub-header {
    padding: 0px 15px 15px;
    display: block;
    text-align: center;
    color: #999;
    font-size: 13px;
    font-weight: 700;
}
#disciplines-list li {
    padding: 2px 15px 3px 15px;
    text-decoration: underline;
    font-size: 12px;
    line-height: 14px;
}
#disciplines-list li label{
	cursor:pointer;
	font-weight:500;
}
.ugnps-form{
	padding:0 15px;
	margin-bottom:10px;
}
.ugnps-form select{
	margin-bottom:5px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background: #FFF;
}
div#tabs-content {
    background: #FFF;
}
ul#disciplines-list {
    min-height: 300px;
    max-height: 500px;
    overflow: auto;
}
ul.ugsGroups li, ul.addit_collections li {
    list-style: none;
    list-style-type: none;
    cursor: pointer;
    padding: 6px 10px 8px 10px;
    line-height: 20px;
	font-weight: 600;
	font-size:13px;
}
ul.ugsGroups li.active,ul.addit_collections li.active {
    background: #0c65cf;

	color:#FFF;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
input#check-all {
    margin-left: 15px;
}
#check-all-row{
	margin-bottom:5px;
}
.text-bold label{
	font-weight:bold;
	font-size:13px;
	cursor:pointer;
}
.show-results {
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #828282;
    color: #FFF;
    cursor: pointer;
    font-weight: 400;
    line-height: 30px;
    padding: 0;
    position: absolute;
    right: -95px;
    text-align: center;
    top: 50%;
    width: 110px;
    z-index: 110;
}
.show-results a {
	color: #fff;
}
.show-results .corner {
    bottom: -30px;
    display: block;
    height: 30px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 25px;
}
.show-results .corner:after {
	box-sizing: border-box;
    border: 10px solid transparent;
    border-left-color: #828282;
    bottom: 20px;
    color: transparent;
    content: " ";
    font-size: 0;
    left: 0px;
    position: absolute;
    z-index: -1;
}
#catalogFilter label.control-label {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    margin-top: .9rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: rgba(0,0,0,.03);
    border-color: rgb(247 247 247);
}
.nav-tabs {
    border-bottom: 1px solid rgba(0,0,0,.03);
}
.tab-content {
    background: rgba(0,0,0,.03);
}

.poop {
    background: url(../../img/poop.png) no-repeat left top;
    position: absolute;
    left: 0;
	bottom: -85px;
    width: 100px;    
    height: 65px;
}
.winner {
    background: url(../../img/winner.png) no-repeat left top;
    position: absolute;
    left: 0;
	bottom: -85px;
    width: 100px;    
    height: 65px;
}
.poop.winner{
	background: url(../../img/poop_and_winner.png) no-repeat left top;
    position: absolute;
    left: 0;
	bottom: -85px;
    width: 135px;    
    height: 65px;
}


.img_poop {
    background: url(../../img/books/icons/poop.png) no-repeat left top;
    position: absolute;
    left: 0;
	bottom: 20px;
    width: 224px;    
    height: 106px;
}
.img_winner {
    background: url(../../img/books/icons/winner.png) no-repeat left top;
    position: absolute;
    left: 0;
	bottom: 20px;
    width: 224px;    
    height: 106px;
}
.img_poop.img_winner{
	background: url(../../img/books/icons/poop_winner.png) no-repeat left top;
    position: absolute;
    left: 0;
	bottom: 20px;
    width: 224px;    
    height: 106px;
}

