﻿body
{
	background:none repeat scroll 0 0 white;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 13px !important;
}

fieldset
{
	border-style: solid none none;
	border-top: 1px solid #EEEEEE;
	margin: 15px 0 5px;
	padding: 0;
    font-size: 13px !important;
}

fieldset legend
{
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	color: #333333;
	font-weight: bold;
	margin: 3px 0;
	padding: 1px 5px;
    font-size: 13px !important;
}

fieldset ol
{
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

fieldset li
{
	border-bottom: 1px solid #EEEEEE;
	clear: left;
	float: left;
	list-style: none outside none;
	margin-left: 2px;
	padding: 3px;
	width: 99%;
}

fieldset label
{
	float: left;
	margin-right: 10px;
	min-width: 150px;
}

element.style
{
	width: 435px;
}

form .error
 {
 border: 1px solid red;
 }
label.error {
    color: red;
    display: block;
    float: right !important;
    overflow: hidden;
    padding-top: 2px;
    vertical-align: top;
}
.modal {
	display:flex;
	justify-items:center;
	align-items:center;
	justify-content:center;
	position: fixed;
	top: 0;
	left: 0;
	background-color: black;
	z-index: 99;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	min-height: 100%;
	width: 100%;
}

.loadcontent {
	width: 350px;
	height: 60px;
	background-color: whitesmoke;
	display:flex
}
.textload {
	color: black;
	font-size: 17px;
}
.lds-default,
.lds-default div {
	box-sizing: border-box;
}

.lds-default {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	
}

	.lds-default div {
		position: absolute;
		width: 6.2px;
		height: 6.2px;
		background: currentColor;
		border-radius: 50%;
		animation: lds-default 1.2s linear infinite;
	}

		.lds-default div:nth-child(1) {
			animation-delay: 0s;
			top: 18.4px;
			left: 33.12px;
		}

		.lds-default div:nth-child(2) {
			animation-delay: -0.1s;
			top: 11.04px;
			left: 31.15px;
		}

		.lds-default div:nth-child(3) {
			animation-delay: -0.2s;
			top:5.5px;
			left: 25.6px;
		}

		.lds-default div:nth-child(4) {
			animation-delay: -0.3s;
			top:3.6px;
			left:18.4px;
		}

		.lds-default div:nth-child(5) {
			animation-delay: -0.4s;
			top: 5.6px;
			left: 11.04px;
		}

		.lds-default div:nth-child(6) {
			animation-delay: -0.5s;
			top: 11.04px;
			left: 5.6px;
		}

		.lds-default div:nth-child(7) {
			animation-delay: -0.6s;
			top: 18.4px;
			left: 3.7px;
		}

		.lds-default div:nth-child(8) {
			animation-delay: -0.7s;
			top: 25.7px;
			left: 5.7px;
		}

		.lds-default div:nth-child(9) {
			animation-delay: -0.8s;
			top:31.15px;
			left: 11.04px;
		}

		.lds-default div:nth-child(10) {
			animation-delay: -0.9s;
			top: 33.12px;
			left: 18.4px;
		}

		.lds-default div:nth-child(11) {
			animation-delay: -1s;
			top:31.15px;
			left:25.6px;
		}

		.lds-default div:nth-child(12) {
			animation-delay: -1.1s;
			top: 25.6px;
			left: 31.15px;
		}

@keyframes lds-default {
	0%, 20%, 80%, 100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.15);
	}
}

