/* Power read by WMS Sistems & Solutions */

html{
	width: 100%;
	height: 100%;
	/*background: rgba(0, 0, 0, .9);*/
}

body{
 height: 100%;
}

.whats{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    background: transparent;
}

.uk-logo{
	height: 50px;
	margin-right: 10px;
}

.wms-fsize-1{
	font-size: 1rem;
}

.wms-fsize-2{
	font-size: 2rem;
}

.wms-text-orange{
	color: rgba(245, 134, 52, 1.0);
}

.wms-bacground-orange{
	background: rgb(2,0,36);
	background: -moz-linear-gradient(218deg, rgba(2,0,36,1) 0%, rgba(255,106,0,1) 0%, rgba(255,166,0,1) 100%);
	background: -webkit-linear-gradient(218deg, rgba(2,0,36,1) 0%, rgba(255,106,0,1) 0%, rgba(255,166,0,1) 100%);
	background: linear-gradient(218deg, rgba(2,0,36,1) 0%, rgba(255,106,0,1) 0%, rgba(255,166,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#ffa600",GradientType=1);
}

.wms-bacground-dark{
	background: rgba(28, 28, 28, 1.0);
}

.wms-text-light{
	color: rgba(255, 255, 255, 1.0);
}

.wms-text-light{
	color: rgba(255, 255, 255, 1.0) !important;
}

.wms-link-orange, a{
	color: rgba(245, 134, 52, 1.0) !important;
}

.wms-link-orange, a:hover{
	text-decoration: underline !important;
}

.wms-blur-light-small{
	background: rgba(255, 255, 255, .3)!important;
}

.wms-blur-light-medium{
	background: rgba(255, 255, 255, .6)!important;
}

.wms-blur-light-large{
	background: rgba(255, 255, 255, .9)!important;
}

.wms-blur-dark-small{
	background: rgba(0, 0, 0, .3)!important;
}

.wms-blur-dark-medium{
	background: rgba(0, 0, 0, .6)!important;
}

.wms-blur-dark-large{
	background: rgba(0, 0, 0, .9)!important;
}

.wms-padding-x-small{
	padding: 0 5px 0 5px;
}

.wms-padding-x-medium{
	padding: 0 10px 0 10px;
}

.wms-padding-x-large{
	padding: 0 15px 0 15px;
}