.pointer{
	cursor:pointer;
}
.inpIcon{
	font-size: 28px;
	padding:5px;
}
.noWrapLable{
	white-space: nowrap;
	/*overflow: hidden;*/
	text-overflow: ellipsis;
}
.icoOrange{
	color:rgb(253, 137, 83);
}
.icoBlue{
	color:#6B95FF;
}
.icoGreen{
	color:rgb(113, 167, 136);
}
.icoRed{
	color:#FA2A16;
}
#pageProducts{
	/*height:375px;*/
	min-height:375px;
}
.bg-crom-nav{
	background-color: rgb(23,109,178);
}
.crom-jumtro{
	background-color: rgb(23,109,178);
	color:rgb(200,200,200);
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 5px;
}
.crom-jumtro_txtbig{
	font-size: 2.1em;
	margin-bottom: 0px;
}
.crom-jumtro_txtsml{
	font-size: 1em;
}
.contentHead{
	margin-top:10px;
}
.underConstruction{
	width:100%;
	text-align: center;
	margin-top: 100px;
}
.pageContent{
	margin-left: 32px;
	margin-right: 32px;
}
.navbar {
	padding-left:16px;
}
.btn-cro{
	color: rgb(200,200,200);
	background-color: rgb(23,109,178);
}
.cro-card-text{
	height:80px;
}
.cro-card{
	margin-bottom: 5px;
	padding:5px;
}
.cro-card-body{
	padding-top: 10px;
	padding-bottom: 10px;
}
