

.st-tag {position: absolute; top:0; left:0}
.st-tag div {width: 0; height: 0; border-style: solid; border-width: 50px 70px 0 0; border-color: #ff9900 transparent transparent transparent;}
.st-tag span.txt {position: absolute; top:0; left:5px; color:#fff}



/**card**/

.p-abs-logo {position: absolute;bottom:25px; right:30px}


	.white-section {
		background-color: #666;
		padding: 25px 20px;
		-webkit-box-shadow: 0px 1px 1px 0px #dfdfdf;
		box-shadow: 0px 1px 1px 0px #dfdfdf;
		border-radius: 3px;
	}

	.white-section label {
		display: block;
		margin-bottom: 15px;
	}

	.white-section pre { margin-top: 15px; }

	.dark .white-section {
		background-color: #111;
		-webkit-box-shadow: 0px 1px 1px 0px #444;
		box-shadow: 0px 1px 1px 0px #444;
	}
	
	
.selectpicker {border:1px solid #ccc}

/**left navigation**/

#sort-manu {}
#sort-manu .nav-link {padding: 10px 20px}
#sort-manu a{color:#535353}
#sort-manu .nav-link:hover, #sort-manu a.active{border-left:5px solid #3e90eb; color:#3e90eb}
