/* Styles form page blocks */

.goTop	{
		position:fixed;
		            z-index: 9999;
		            right: 150px;
		            bottom:5px;
		            width: 50px;
		            height: 50px;
		            border-radius: 500px;
		            border-style: 1px solid grey;
		            background-color:#1E90FF;
		            border-color: grey;
		            background-color: rgba(0,0,0,0.4);
		            border-width: 1px 1px 1px 1px;
		            padding:15px;
		            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:rgb(95 111 119 / 90%);
		}

.cookiemsg	{
		overflow: hidden;
		                     z-index:10000;
		                    right:0;
		                    position:fixed;
		}

/* END Styles form page blocks */

