/* Styles form page blocks */

.btitle	{
		min-height:126px;
		 background-color:rgba(255,215,0,.8);
		}

.goTop	{
		position:fixed;
		            z-index: 9999;
		            right: 150px;
		            bottom:0;
		            width: 50px;
		            height: 30px;
		            border-radius: 7px 7px 0 0;
		            border-style: solid;
		            background-color:#1E90FF;
		            border-color: grey;
		            background-color: rgba(0,0,0,0.6);
		            border-width: 1px 1px 1px 1px;
		            padding:5px;
		            cursor:pointer;
		}

.noselect	{
		-webkit-touch-callout: none;
		                 -webkit-user-select: none;
		                  -khtml-user-select: none;
		                    -moz-user-select: none;
		                     -ms-user-select: none;
		                         user-select: none;
		}

a.cookie-policy-link	{
		color:White !important;
		                text-decoration: underline;
		                white-space:nowrap;
		}

a.cookie-policy-link:hover	{
		color:lightgray !important;
		                text-decoration: none;
		}

.cookiecolor	{
		color:White !important;
		}

.cookiebg	{
		background-color: rgba(0, 125, 168,.8);
		}

.cookiemsg	{
		overflow: hidden;
		                 z-index:10000;
		                right:0;
		                position:fixed;
		}

/* END Styles form page blocks */

