/* LOADING */

#fountainG{
position:relative;
width:240px;
height:29px}

.fountainG{
position:absolute;
top:0;
background-color:#4dbff3;
width:29px;
height:29px;
-moz-animation-name:bounce_fountainG;
-moz-animation-duration:1.3s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-moz-border-radius:19px;
-webkit-animation-name:bounce_fountainG;
-webkit-animation-duration:1.3s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-webkit-border-radius:19px;
-ms-animation-name:bounce_fountainG;
-ms-animation-duration:1.3s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-ms-border-radius:19px;
-o-animation-name:bounce_fountainG;
-o-animation-duration:1.3s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
-o-border-radius:19px;
animation-name:bounce_fountainG;
animation-duration:1.3s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
border-radius:19px;
}

#fountainG_1{
left:0;
-moz-animation-delay:0.52s;
-webkit-animation-delay:0.52s;
-ms-animation-delay:0.52s;
-o-animation-delay:0.52s;
animation-delay:0.52s;
}

#fountainG_2{
left:30px;
-moz-animation-delay:0.65s;
-webkit-animation-delay:0.65s;
-ms-animation-delay:0.65s;
-o-animation-delay:0.65s;
animation-delay:0.65s;
}

#fountainG_3{
left:60px;
-moz-animation-delay:0.78s;
-webkit-animation-delay:0.78s;
-ms-animation-delay:0.78s;
-o-animation-delay:0.78s;
animation-delay:0.78s;
}

#fountainG_4{
left:90px;
-moz-animation-delay:0.91s;
-webkit-animation-delay:0.91s;
-ms-animation-delay:0.91s;
-o-animation-delay:0.91s;
animation-delay:0.91s;
}

#fountainG_5{
left:120px;
-moz-animation-delay:1.04s;
-webkit-animation-delay:1.04s;
-ms-animation-delay:1.04s;
-o-animation-delay:1.04s;
animation-delay:1.04s;
}

#fountainG_6{
left:150px;
-moz-animation-delay:1.17s;
-webkit-animation-delay:1.17s;
-ms-animation-delay:1.17s;
-o-animation-delay:1.17s;
animation-delay:1.17s;
}

#fountainG_7{
left:180px;
-moz-animation-delay:1.3s;
-webkit-animation-delay:1.3s;
-ms-animation-delay:1.3s;
-o-animation-delay:1.3s;
animation-delay:1.3s;
}

#fountainG_8{
left:210px;
-moz-animation-delay:1.43s;
-webkit-animation-delay:1.43s;
-ms-animation-delay:1.43s;
-o-animation-delay:1.43s;
animation-delay:1.43s;
}

@-moz-keyframes bounce_fountainG{
0%{
-moz-transform:scale(1);
background-color:#4dbff3;
}

100%{
-moz-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-webkit-keyframes bounce_fountainG{
0%{
-webkit-transform:scale(1);
background-color:#4dbff3;
}

100%{
-webkit-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-ms-keyframes bounce_fountainG{
0%{
-ms-transform:scale(1);
background-color:#4dbff3;
}

100%{
-ms-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-o-keyframes bounce_fountainG{
0%{
-o-transform:scale(1);
background-color:#4dbff3;
}

100%{
-o-transform:scale(.3);
background-color:#FFFFFF;
}

}

@keyframes bounce_fountainG{
0%{
transform:scale(1);
background-color:#4dbff3;
}

100%{
transform:scale(.3);
background-color:#FFFFFF;
}

}
.load{
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -14px;
	margin-left: -120px;
	z-index: -100
}
/*.load{
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -82px;
	margin-left: -82px;
	padding: 50px;
	background: #575757;
	border-radius: 4px;
}
*/





/*  RESETS  */
* {
	margin:0;
	padding:0;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
#body {
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	line-height: normal;
}
#body{
	display: none;
}
a:link, a:visited,a:active {
	text-decoration: none;
}
a img {
	border: none;
	text-decoration: none;
}
.clear{
	clear: both;
}
.floatlft{
	float: left;
}

/*  GENERICS  */

.noshow{
	display: none !important;
}
.pad{
	margin-top: 20px;
}
.bluetxt{
	color: #6d6045;
}
.bold{
	font-weight: bold;
}
.hidden{
	display: none;
}


@media print{
	.noprint{
		display:none;
	}
	#main{
		margin-left:0;
	}
	#content{
		padding-left: 0 !important;
		margin-left: -30px;
		padding-top: 0 !important;
	}
	.block{
		border: 0 !important;
	}
	.bar_simple .bar{
		border: 3px solid #000;
	}
	.bar_simple .bar, .chart_line .bar, .bar_double .bar {
		border-top: 7px solid;
		border-bottom: 7px solid;
		border-left: 0;
		border-right: 0;
		height: 0px !important;
	}
	.bar_bullet .chart_line .bar{
		border-top: 1px solid;
		border-bottom: 1px solid;
		border-left: 0;
		border-right: 0;
		height: 0px !important;
	}
}


/*  TOOLTIP  */

.ui-tooltip, .arrow:after , .arrowr:after {
	background: #000 !important;
	color: #fff !important;
	border: 0 !important;
}
.ui-tooltip {
	padding: 10px 20px;
	border-radius: 2px;
	background: #000;
}
.arrow{
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top, .arrowr.top, .arrowl.top {
	top: -16px;
	bottom: auto;
}
.arrow.left{
	left: 20%;
}
.arrow:after, .arrowr:after, .arrowl:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
}
.arrow.top:after, .arrowr.top:after, .arrowl.top:after {
	bottom: -20px;
	top: auto;
}

.arrowr:after{
	left: 21px;
	top: -5px;
	width: 25px;
	height: 25px;
}
.arrowr {
	width: 24px;
	height: 16px;
	overflow: hidden;
	position: absolute;
/*	left: 50%;
	margin-left: -39px;*/
	bottom: 6px;
}

.arrowl.left {
	left: -24px;
}
.arrowl:after{
	left: -20px;
	top: -3px;
	width: 25px;
	height: 25px;
}
.arrowl {
	width: 12px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: -11px;
	margin-left: 0;
	bottom: 5px;
}
.arrowl.left {
	left: -24px;
}
.ilblock{
	display: inline-block;
}
.blck{
	display: block;
}
.nobrdr{
	border-bottom: 0 !important;
}

input[type='file']::-webkit-file-upload-button {
  visibility: hidden;
}
.form input[type='file']{
    border: 0 !important;
    padding-left: 0 !important;
    color: #fff !important;
    height: 100%;
    width: 0px !important;
    padding-right: 100px;
}
input[type='file']::before {
  content: 'Select file';
  display: inline-block;
  background: #dcdcdc;
  border-radius: 2px;
  padding: 6px 23px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 10pt;
  color: #555;
}
input[type='file']:hover::before {
  border-color: black;
}
input[type='file']:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
