/* Styles form page blocks */

.padding-right	{
		padding:0 10px 0 0}

.cookiecolor	{
		color:White !important;
		}

.cookiebg	{
		background-color: rgba(0, 0, 153,.5);
		}

.cookiemsg	{
		overflow: hidden;
		                 z-index:10000;
		                right:0;
		                position:fixed;
		}

.goTop	{
		position:fixed;
		            z-index: 9999;
		            right: 50px;
		            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;
		}

/* END Styles form page blocks */

a:link {
  text-decoration: none;
}