@charset "utf-8";
/* CSS Document */

/*FORM LOGIN/CAD*/
#box-form-cadastro{
	width:850px;
	height:auto;
	display:block;
	float:left;
	text-align:left;
	margin:5px 10px 20px 0;
}
#icones a{
	float:left;
	margin:5px;
}
#box-login{
	width:330px;
	margin:20px 10px 10px 10px;
	padding:10px 0 10px 50px;
	height:auto;
	float:left;
	background-color:#F4F4F4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
#box-login:hover{
	box-shadow:0px 1px 8px #666;
	
}
#box-login txt{
	font-size:1.8em;
	color:#333;
	text-shadow:0px 1px 1px #fff;
	display:block;
	height:55px;
}
#box-banner{
	width:410px;
	margin:20px 10px 10px 10px;
	padding:10px;
	height:245px;
	float:left;
	background-color:#F4F4F4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	overflow:hidden;
}
#box-cadastro{
	width:790px;
	margin:20px 10px 10px 10px;
	padding:10px 0 10px 50px;
	height:auto;
	float:left;
	background-color:#F1F1F1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
#box-cadastro:hover{
	box-shadow:0px 1px 8px #666;
	
}
#box-cadastro txt{
	font-size:1.8em;
	color:#333;
	text-shadow:0px 1px 1px #fff;
	display:block;
	height:55px;
}

#boxTopA{
	float:left;
	display:block;
	width:830px;
	height:40px;
	margin:10px;
}
#label1{
	float:left;
	display:block;
	width:270px;
	height:20px;
	margin-top:5px;
	font-size:1.2em;
	color:#333;
	background:#f4f4f4;
	text-shadow:0px 1px 1px #fff;
}
#label-frm1{
	float:left;
	display:block;
	width:270px;
	height:35px;
	padding-left:5px;
	margin-top:5px;
	margin-right:20px;
	border:#ccc solid 1px;
	box-shadow:0px 1px 5px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-image: url(../template/back-forms.png);
	background-repeat: repeat-x;
}


#label{
	float:left;
	display:block;
	width:200px;
	height:30px;
	line-height:35px;
	padding:0 10px 0 0;
	margin-top:5px;
	font-size:1.2em;
	text-align:right;
	color:#333;
	background:#f4f4f4;
	text-shadow:0px 1px 1px #fff;
}
#label-frm{
	float:left;
	display:block;
	width:460px;
	height:35px;
	padding-left:5px;
	margin-top:5px;
	margin-right:20px;
	border:#ccc solid 1px;
	box-shadow:0px 1px 5px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-image: url(../template/back-forms.png);
	background-repeat: repeat-x;
}
.in-m{
	border:none;
	width:270px;
	height:35px;
	background:transparent;
	text-shadow:0px 1px 1px #fff;
	font-size:14px;
	color:#000;
}
.bt_membro { 
	display:inline-block; padding:5px 10px; width:95px; box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #2F84C7; color:#fff; cursor:pointer; 
	background:#389EE2;
	margin:0 0 0 5px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DB8FF', endColorstr='#389EE2');
	background:-webkit-gradient(linear, left top, left bottom, from(#4DB8FF), to(#389EE2)); 
	background:-moz-linear-gradient(top, #4DB8FF, #389EE2);
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
	text-shadow:0px 1px 1px #000;
	font-size:1.2em;
}
.bt_membro:hover { 
border-color: #01A5E4; box-shadow:0px 1px 3px #01A5E4;
	box-shadow: inset 0 5px 10px #fff, 0 1px 3px #ccc !important; 
	
	
		-webkit-transition: all .25s linear;
		   -moz-transition: all .25s linear;
			-ms-transition: all .25s linear;
			 -o-transition: all .25s linear;
				transition: all .25s linear;	
				 }
.bt_membro:active { box-shadow: inset 0 5px 5px #ccc, 0 1px 5px #ccc !important;  }



/* ACESSO MEMBROS */
#content-acesso-membros{
	width:790px;
	height:auto;
	padding:10px;
	margin:0 0 0 10px;
	float:left;
}
#box-info{
	width:190px;
	height:auto;
	padding:5px;
	margin:0 0 15px 0;
	float:left;
	background-color:#F3F3F3;
	box-shadow:0px 3px 9px #E8E8E8;
	border-radius:5px;	-moz-border-radius:5px;	-webkit-border-radius:5px;	-o-border-radius:5px;	-ms-border-radius:5px;
	border:#ccc 1px solid;
	text-align:left;
	font-size:1.1em;
	color:#333;
	text-shadow:0px 1px 1px #fff;
}
#box-status{
	width:760px;
	height:auto;
	margin:0 0 0 5px;
	float:left;
	text-align:left;
	font-size:1.1em;
	text-shadow:0px 1px 1px #fff;
}
#box-status span{
	box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #0F0F0F; color:#fff; cursor:pointer; 
	background:#414141;
	margin:5px;
	padding:5px 10px;
	float:left;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#0F0F0F');
	background:-webkit-gradient(linear, left top, left bottom, from(#414141), to(#0F0F0F)); 
	background:-moz-linear-gradient(top, #414141, #0F0F0F);
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
	font-size:1.1em;
	text-shadow:0px 1px 1px #000;
}

#box-status span2{
	box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #537D22; color:#fff; cursor:pointer; 
	background:#537D22;
	margin:5px;
	padding:5px 10px;
	float:left;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#86BD3C', endColorstr='#537D22');
	background:-webkit-gradient(linear, left top, left bottom, from(#86BD3C), to(#537D22)); 
	background:-moz-linear-gradient(top, #86BD3C, #537D22);
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
	font-size:1.1em;
	text-shadow:0px 1px 1px #000;
}

#box-status con{
	box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #97B8BF; color:#426065; cursor:pointer; 
	background:#97B8BF;
	margin:5px;
	padding:5px 10px;
	float:left;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C4E4E4', endColorstr='#97B8BF');
	background:-webkit-gradient(linear, left top, left bottom, from(#C4E4E4), to(#97B8BF)); 
	background:-moz-linear-gradient(top, #C4E4E4, #97B8BF);
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
	font-size:1.1em;
	text-shadow:0px 1px 1px #8EABB1;
}

#box-status can{
	box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #C87676; color:#B31616; cursor:pointer; 
	background:#EEA2A2;
	margin:5px;
	padding:5px 10px;
	float:left;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2C5C5', endColorstr='#EEA2A2');
	background:-webkit-gradient(linear, left top, left bottom, from(#F2C5C5), to(#EEA2A2)); 
	background:-moz-linear-gradient(top, #F2C5C5, #EEA2A2);
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
	font-size:1.1em;
	text-shadow:0px 1px 1px #fff;
}

#box-status pen{
	box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #E9AF00; color:#333; cursor:pointer; 
	background:#E7BD00;
	margin:5px;
	padding:5px 10px;
	float:left;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDEB00', endColorstr='#E7BD00');
	background:-webkit-gradient(linear, left top, left bottom, from(#FDEB00), to(#E7BD00)); 
	background:-moz-linear-gradient(top, #FDEB00, #E7BD00);
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
	font-size:1.1em;
	text-shadow:0px 1px 1px #f4f4f4
}

#content-acesso{
	width:760px;
	height:auto;
	padding:10px;
	margin:20px 0 0 10px;
	float:left;
	box-shadow:0px 3px 9px #E8E8E8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border:#ccc 1px solid;
	background-color:#F3F3F3;
	text-align:left;
	font-size:0.9em;
	color:#666;
	text-shadow:0px 1px 1px #fff;
}
#content-acesso text {
	font-size:1.6em;
	color:#000;
	text-shadow:0px 1px 1px #fff;
	display:block;
	padding:4px;
	background-color:#FFF;
	border-radius:5px;	-moz-border-radius:5px;	-webkit-border-radius:5px;	-o-border-radius:5px;	-ms-border-radius:5px;
	margin:2px 0 5px 0;
}

#content-acesso box {
	display:block;
	padding:4px;
	width:360px;
	float:left;
	margin:2px 10px 10px 0;
}
#content-acesso box:hover{
	opacity:0.9;
}
.box-i{
	box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #2F84C7; color:#fff; cursor:pointer; 
	background:#389EE2;
	margin:-1px 0 0 0;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DB8FF', endColorstr='#389EE2');
	background:-webkit-gradient(linear, left top, left bottom, from(#4DB8FF), to(#389EE2)); 
	background:-moz-linear-gradient(top, #4DB8FF, #389EE2);
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
	font-size:2.2em;
	color:#fff;
	text-shadow:0px 1px 1px #000;
}

.box-v{
	box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset;
	border:1px solid #A3D900;
	color:#fff;
	cursor:pointer;
	background-color:#A3D900;
	margin:-1px 0 0 0;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2FF8A', endColorstr='#A3D900');
	background:-webkit-gradient(linear, left top, left bottom, from(#E2FF8A), to(#A3D900));
	background:-moz-linear-gradient(top, #E2FF8A, #A3D900);
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
	font-size:2.2em;
	color:#333;
	text-shadow:0px 1px 1px #fff;
}

.box-c{
	box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #388F0C; color:#fff; cursor:pointer; 
	background:#388F0C;
	margin:-1px 0 0 0;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#66B222', endColorstr='#388F0C');
	background:-webkit-gradient(linear, left top, left bottom, from(#66B222), to(#388F0C)); 
	background:-moz-linear-gradient(top, #66B222, #388F0C);
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
	font-size:2.2em;
	color:#fff;
	text-shadow:0px 1px 1px #000;
}

.box-g{
	box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #910EB1; color:#fff; cursor:pointer; 
	background:#910EB1;
	margin:-1px 0 0 0;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C076D2', endColorstr='#910EB1');
	background:-webkit-gradient(linear, left top, left bottom, from(#C076D2), to(#910EB1)); 
	background:-moz-linear-gradient(top, #C076D2, #910EB1);
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
	font-size:2.2em;
	color:#fff;
	text-shadow:0px 1px 1px #000;
}

.box-r{
	box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #BF4020; color:#fff; cursor:pointer; 
	background:#BF4020;
	margin:-1px 0 0 0;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F22001', endColorstr='#BF4020');
	background:-webkit-gradient(linear, left top, left bottom, from(#F22001), to(#BF4020)); 
	background:-moz-linear-gradient(top, #F22001, #BF4020);
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
	font-size:2.2em;
	color:#fff;
	text-shadow:0px 1px 1px #000;
}

.box-e{
	box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #EA9F00; color:#fff; cursor:pointer; 
	background:#EA9F00;
	margin:-1px 0 0 0;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDD038', endColorstr='#EA9F00');
	background:-webkit-gradient(linear, left top, left bottom, from(#FDD038), to(#EA9F00)); 
	background:-moz-linear-gradient(top, #FDD038, #EA9F00);
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
	font-size:2.2em;
	color:#fff;
	text-shadow:0px 1px 1px #000;
}

.box-em{
	box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #1A4187; color:#fff; cursor:pointer; 
	background:#1A4187;
	margin:-1px 0 0 0;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2780BD', endColorstr='#1A4187');
	background:-webkit-gradient(linear, left top, left bottom, from(#2780BD), to(#1A4187)); 
	background:-moz-linear-gradient(top, #2780BD, #1A4187);
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
	font-size:2.2em;
	color:#fff;
	text-shadow:0px 1px 1px #000;
}

.box-m{
	box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #0C0C0C; color:#fff; cursor:pointer; 
	background:#0C0C0C;
	margin:-1px 0 0 0;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#0C0C0C');
	background:-webkit-gradient(linear, left top, left bottom, from(#303030), to(#0C0C0C)); 
	background:-moz-linear-gradient(top, #303030, #0C0C0C);
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
	font-size:2.2em;
	color:#fff;
	text-shadow:0px 1px 1px #000;
}
	
#box-menu-acesso{
	width:200px;
	height:auto;
	float:left;
}
ul#menu-vip{
	margin:0 0 20px 0;
	padding:0;
	float:left;
	width:200px;
	height:auto;
	list-style-type:none;
	text-align:left;
	box-shadow:0px 1px 8px #ccc;
	border:#ccc 1px solid;
	border-radius: 5px;	-moz-border-radius: 5px;	-webkit-border-radius: 5px;	-ms-border-radius: 5px;	-o-border-radius: 5px;
}
ul#menu-vip titulo{
	display:block;
	padding:10px 0 0 10px;
	width:190px;
	height:40px;
	color:#000;
	text-shadow:0px 1px 1px #666;
	font-size:2.0em;
}
ul#menu-vip li a{
	display:block;
	float:left;
	width:180px;
	height:auto;
	border-bottom:1px solid #f4f4f4;
	font-size:1.2em;
	color:#333;
	text-shadow:0px 1px 1px #fff;
	padding:5px 10px;
}
ul#menu-vip li a:hover{
	color:#333;
	background:#f4f4f4;
	text-decoration:none;
	}

/* FORMS AREA DO ANUNCIANTE */

#content-form{
	margin-top:10px;
	width:790px;
	height:auto;
}
#txt-0{
	float:left;
	display:block;
	width:auto;
	height:25px;
	padding:10px 10px 0 10px;
	text-align:right;
	text-shadow:0px 1px 1px #000;
	font-size:14px;
	color:#FFF;
	margin:5px 8px 0 8px;
	display:inline-block; box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #222222; cursor:pointer; 
	background:#222222;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222');
	background:-webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222)); 
	background:-moz-linear-gradient(top, #444444, #222222);
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px;
}

#form-img{
	float:left;
	display:block;
	width:555px;
	height:100px;
	padding-left:5px;
	margin-right:10px;
	margin-left:10px;
	margin-top:5px;
	border:#EFEDED solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
#txt-1{
	float:left;
	display:block;
	width:175px;
	height:25px;
	padding-top:10px;
	padding-right:5px;
	text-align:right;
	text-shadow:0px 1px 1px #000;
	font-size:14px;
	color:#FFF;
	margin-right:10px;
	margin-top:5px;
	display:inline-block; box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #588324; cursor:pointer; 
	background:#E7E7E7;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77AA34', endColorstr='#588324');
	background:-webkit-gradient(linear, left top, left bottom, from(#77AA34), to(#588324)); 
	background:-moz-linear-gradient(top, #77AA34, #588324);
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px;
}
#txt-2{
	float:left;
	display:block;
	margin:5px 0 5px 0;
	padding:10px 0 0 10px;
	width:750px;
	height:25px;
	text-align:left;
	text-shadow:0px 1px 1px #000;
	font-size:14px;
	color:#FFF;
	display:inline-block; box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #222222; cursor:pointer; 
	background:#222222;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222');
	background:-webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222)); 
	background:-moz-linear-gradient(top, #444444, #222222);
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px;
}
#form-editor{
	float:left;
	height:auto;
	display:block;
}
#form-1{
	float:left;
	display:block;
	width:585px;
	height:auto;
	margin:5px 10px 5px 0;
}
#form-1 img{ margin:10px 0 0 5px; cursor:pointer; }
#form-1 a{ padding:10px 0 0 10px; display:block;}
#form-1 label{
	
	width:auto;
	height:25px;
	float:left;
	margin:0 10px 0 10px;
		display:block;
		color: #333;
		font-size: 1.2em;
		padding: 5px;
		background:#F4F4F4;
		border:1px solid #EFEDED;
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#F4F4F4');
	    background:-webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#F4F4F4)); 
	    background:-moz-linear-gradient(top, #FDFDFD, #F4F4F4);
		border-radius:5px;	-moz-border-radius:5px;	-o-border-radius:5px;	-webkit-border-radius:5px;	-ms-border-radius:5px;
		
}
#form-1 label img{ padding:0; margin:-5px 0 0 0; float:right;}
#form-1 input{
	
	width:550px;
	height:25px;
	float:left;
	display:block;
	color: #333;
	font-size: 1.2em;
	padding: 5px;
     background-color: #ffffff;
     border: 1px solid #cccccc;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius:4px;	-moz-border-radius:4px;	-o-border-radius:4px;	-webkit-border-radius:4px;	-ms-border-radius:4px;
		
		
		-webkit-transition: all .25s linear;
		   -moz-transition: all .25s linear;
			-ms-transition: all .25s linear;
			 -o-transition: all .25s linear;
				transition: all .25s linear;	
	
}
#form-1 input:hover, #form-1 select:hover,#form-1 textarea:hover,#form-selects label:hover{border: 1px solid #333; }

#form-1 input:focus, #form-1 select:focus,#form-1 textarea:focus,#form-selects label:focus {  border-color: rgba(0, 153, 255, 0.8); outline:none;}

#form-1  textarea{
	float:left;
	width:550px;
	height:75px;
		display: block;
		color: #333333;
		font-size: 1.2em;
		padding: 5px;
		line-height: 1em;
  background-color: #ffffff;
     border: 1px solid #cccccc;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius:4px;	-moz-border-radius:4px;	-o-border-radius:4px;	-webkit-border-radius:4px;	-ms-border-radius:4px;
				
		-webkit-transition: all .25s linear;
		   -moz-transition: all .25s linear;
			-ms-transition: all .25s linear;
			 -o-transition: all .25s linear;
				transition: all .25s linear;	
	
}

	
#form-1 select {
	float:left;
	width:562px;
	height:37px;
		display:block;
		color: #333333;
		font-size: 1.2em;
		padding: 5px;
     background-color: #ffffff;
     border: 1px solid #cccccc;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius:4px;	-moz-border-radius:4px;	-o-border-radius:4px;	-webkit-border-radius:4px;	-ms-border-radius:4px;
				
		-webkit-transition: all .25s linear;
		   -moz-transition: all .25s linear;
			-ms-transition: all .25s linear;
			 -o-transition: all .25s linear;
				transition: all .25s linear;	
	
}
#form-selects{
	float:left;
	display:block;
	width:575px;
	height:37px;
	margin:5px 10px 5px 0;
	border-radius:5px;	-moz-border-radius:5px;	-o-border-radius:5px;	-webkit-border-radius:5px;	-ms-border-radius:5px;
	height:240px;overflow: auto; padding:5px 0 5px 0; 
	background-color:#FFF;
	 border: 1px solid #cccccc;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius:4px;	-moz-border-radius:4px;	-o-border-radius:4px;	-webkit-border-radius:4px;	-ms-border-radius:4px;
				
		-webkit-transition: all .25s linear;
		   -moz-transition: all .25s linear;
			-ms-transition: all .25s linear;
			 -o-transition: all .25s linear;
				transition: all .25s linear;	
}
#form-selects label{
	width:92%;
	height:25px;
	float:left;
	margin:2px 0 2px 10px;
	display:block;
	color: #09F;
	text-align:left;
	font-size: 1.2em;
	padding: 5px;
	cursor:pointer;
	background:#f4f4f4;
	
	 border: 1px solid #cccccc;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius:4px;	-moz-border-radius:4px;	-o-border-radius:4px;	-webkit-border-radius:4px;	-ms-border-radius:4px;
				
		-webkit-transition: all .25s linear;
		   -moz-transition: all .25s linear;
			-ms-transition: all .25s linear;
			 -o-transition: all .25s linear;
				transition: all .25s linear;	
}
#form-selects label:hover{border: 1px solid #333; background:#fff; color:#333;}

#form-txtarea {
	float:left;
	display:block;
	width:585px;
	height:80px;
	margin:5px 10px 5px 0;
}	
#form-txtarea  input, textarea{
	
	width:100%;
	height:80px;
	
		display: inline-block;
		color: #333333;
		font-size: 1.2em;
		padding: 5px;
		line-height: 1em;
		background:#FDFDFD;
		border:1px solid #EFEDED;
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#F4F4F4');
	    background:-webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#F4F4F4)); 
	    background:-moz-linear-gradient(top, #FDFDFD, #F4F4F4);
		border-radius:5px;	-moz-border-radius:5px;	-o-border-radius:5px;	-webkit-border-radius:5px;	-ms-border-radius:5px;
		
		
		-webkit-transition: all .25s linear;
		   -moz-transition: all .25s linear;
			-ms-transition: all .25s linear;
			 -o-transition: all .25s linear;
				transition: all .25s linear;	
}
#form-h-300{
	float:left;
	display:block;
	width:585px;
	height:80px;
	margin:5px 10px 5px 0;
	
}
#form-h-300  input, textarea{
	
	width:100%;
	height:80px;
	
		display: inline-block;
		color: #333333;
		font-size: 1.2em;
		padding: 5px;
		line-height: 1em;
		background:#FDFDFD;
		border:1px solid #EFEDED;
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#F4F4F4');
	    background:-webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#F4F4F4)); 
	    background:-moz-linear-gradient(top, #FDFDFD, #F4F4F4);
		border-radius:5px;	-moz-border-radius:5px;	-o-border-radius:5px;	-webkit-border-radius:5px;	-ms-border-radius:5px;
		
		
		-webkit-transition: all .25s linear;
		   -moz-transition: all .25s linear;
			-ms-transition: all .25s linear;
			 -o-transition: all .25s linear;
				transition: all .25s linear;	
}
#form-350{
	float:left;
	display:block;
	width:585px;
	height:80px;
	margin:5px 10px 5px 0;
}
#form-350  input, textarea{
	
	width:100%;
	height:35px;
	
		display: inline-block;
		color: #333333;
		font-size: 1.2em;
		padding: 5px;
		line-height: 1em;
		background:#FDFDFD;
		border:1px solid #EFEDED;
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#F4F4F4');
	    background:-webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#F4F4F4)); 
	    background:-moz-linear-gradient(top, #FDFDFD, #F4F4F4);
		border-radius:5px;	-moz-border-radius:5px;	-o-border-radius:5px;	-webkit-border-radius:5px;	-ms-border-radius:5px;
		
		
		-webkit-transition: all .25s linear;
		   -moz-transition: all .25s linear;
			-ms-transition: all .25s linear;
			 -o-transition: all .25s linear;
				transition: all .25s linear;	
}
.in-50{ width:50px;}
.in-100{ width:100px;}


#ver_plano{
	display:inline-block; padding:10px 20px; box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #031C46; color:#fff; cursor:pointer; 
	background:#031C46;
	margin:0 0 0 5px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#03508D', endColorstr='#031C46');
	background:-webkit-gradient(linear, left top, left bottom, from(#03508D), to(#031C46)); 
	background:-moz-linear-gradient(top, #03508D, #031C46);
	border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
	text-shadow:0px 1px 1px #000;
	font-size:1.2em;
}
#ver_plano:hover{
	border-color:#03508D;
	opacity:0.9;
}
#ver_dados_plano{
	width:200px;
	float:left;
	height:200px;
	display:inline-block; padding:10px 10px;
	background:#f4f4f4;
	color:#000;
	margin:5px 0 5px 10px;
	text-shadow:0px 1px 1px #fff;
	font-size:1.3em;
	border:1px solid #ccc; 
}
#ver_dados_plano span{
	display:block;
	padding:2px;
}
#ver_dados_plano:hover{background:#fff;}
.bt { 
	display:inline-block; padding:5px 15px; box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #598527; color:#fff; cursor:pointer; 
	background:#537D22;
	margin:0 0 0 5px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#81B739', endColorstr='#537D22');
	background:-webkit-gradient(linear, left top, left bottom, from(#81B739), to(#537D22)); 
	background:-moz-linear-gradient(top, #81B739, #537D22);
	border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
	text-shadow:0px 1px 1px #000;
	font-size:1.3em;
	
	-webkit-transition: all .25s linear;
		   -moz-transition: all .25s linear;
			-ms-transition: all .25s linear;
			 -o-transition: all .25s linear;
				transition: all .25s linear;
				
}
.bt:hover {
	border-color: #537D22; box-shadow:0px 1px 3px #01A5E4;
	box-shadow: inset 0 5px 10px #fff, 0 1px 3px #ccc !important; 
	
	
		-webkit-transition: all .25s linear;
		   -moz-transition: all .25s linear;
			-ms-transition: all .25s linear;
			 -o-transition: all .25s linear;
				transition: all .25s linear;	
}
.bt:active { box-shadow: inset 0 5px 25px #fff, 0 1px 5px #ccc !important; }

/* fake imputs */

.uploader{
position:relative;
display:inline-block;
overflow:hidden;
cursor:default;
padding:0;
margin:10px 0px;
-moz-box-shadow:0px 0px 5px #ddd;
-webkit-box-shadow:0px 0px 5px #ddd;
box-shadow:0px 0px 5px #ddd;

-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

.filename{
float:left;
display:inline-block;
outline:0 none;
height:32px;
width:180px;
margin:0;
padding:8px 10px;
overflow:hidden;
cursor:default;
border:1px solid;
border-right:0;
font:9pt/100% Arial, Helvetica, sans-serif; color:#777;
text-shadow:1px 1px 0px #fff;
text-overflow:ellipsis;
white-space:nowrap;

-moz-border-radius:5px 0px 0px 5px;
-webkit-border-radius:5px 0px 0px 5px;
border-radius:5px 0px 0px 5px;

background:#f5f5f5;
background:-moz-linear-gradient(top, #fafafa 0%, #eee 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f5f5f5));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f5f5f5',GradientType=0);
border-color:#ccc;

-moz-box-shadow:0px 0px 1px #fff inset;
-webkit-box-shadow:0px 0px 1px #fff inset;
box-shadow:0px 0px 1px #fff inset;

-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}

.button{
float:left;
height:32px;
display:inline-block;
outline:0 none;
padding:8px 12px;
margin:0;
cursor:pointer;
border:1px solid;
font:bold 9pt/100% Arial, Helvetica, sans-serif;

-moz-border-radius:0px 5px 5px 0px;
-webkit-border-radius:0px 5px 5px 0px;
border-radius:0px 5px 5px 0px;

-moz-box-shadow:0px 0px 1px #fff inset;
-webkit-box-shadow:0px 0px 1px #fff inset;
box-shadow:0px 0px 1px #fff inset;
}


.uploader input[type=file]{
position:absolute;
top:0; right:0; bottom:0;
border:0;
padding:0; margin:0;
height:30px;
cursor:pointer;
filter:alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity: 0;
opacity:0;
}

input[type=button]::-moz-focus-inner{padding:0; border:0 none; -moz-box-sizing:content-box;}
input[type=button]::-webkit-focus-inner{padding:0; border:0 none; -webkit-box-sizing:content-box;}
input[type=text]::-moz-focus-inner{padding:0; border:0 none; -moz-box-sizing:content-box;}
input[type=text]::-webkit-focus-inner{padding:0; border:0 none; -webkit-box-sizing:content-box;}

/* White Color Scheme ------------------------ */

.white .button{
color:#555;
text-shadow:1px 1px 0px #fff;
background:#ddd;
background:-moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0);
border-color:#ccc;
}

.white:hover .button{
background:#eee;
background:-moz-linear-gradient(top, #dddddd 0%, #eeeeee 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#eeeeee));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#eeeeee',GradientType=0);
}

/* Black Color Scheme ------------------------ */

.black .button{
color:#fff;
text-shadow:1px 1px 0px #111111;
background:#222222;
background:-moz-linear-gradient(top, #444444 0%, #222222 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#222222));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222',GradientType=0);
border-color:#111111;
}

.black:hover .button{
background:#444444;
background:-moz-linear-gradient(top, #222222 0%, #444444 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#444444));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#444444',GradientType=0);
}

/* PAGAMENTOS */
#boxPagamentos a{
	display:inline-block; padding:10px 15px; box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #2F84C7; color:#fff; cursor:pointer; 
	background:#389EE2;
	margin:0 0 0 5px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DB8FF', endColorstr='#389EE2');
	background:-webkit-gradient(linear, left top, left bottom, from(#4DB8FF), to(#389EE2)); 
	background:-moz-linear-gradient(top, #4DB8FF, #389EE2);
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
	text-shadow:0px 1px 1px #000;
	font-size:1.5em;
	text-decoration:none;
}
#boxPagamentos a:hover{ border-color:#2F84C7; opacity:0.9; }

#divPagSeguro_txt{
	width:250px;
	height:200px;
	display:block;
	padding:10px;
	float:left;
	margin:10px 0 10px 0;
	border:1px solid #ccc;
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
	margin:0 10px 0 0;	
}
#divPagSeguro_nome{
	color:#79AD35;
	text-shadow:0px 1px 1px #fff;
	font-size:1.8em;
	text-decoration:none;
}
#divPagSeguro_span{
	color:#000;
	display:block;
	padding:2px;
	text-shadow:0px 1px 1px #fff;
	font-size:1.2em;
	text-decoration:none;
}
#divPagSeguro a{
	display:inline-block; padding:5px 10px; box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #ccc; color:#333; cursor:pointer; 
	background:#ccc;
	margin:30px 0 0 0;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ccc');
	background:-webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ccc)); 
	background:-moz-linear-gradient(top, #f4f4f4, #ccc);
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
	text-shadow:0px 1px 1px #fff;
	font-size:1.2em;
	text-decoration:none;
}
#divPagSeguro a:hover{ border-color:#bbb; opacity:0.9; box-shadow:0px 1px 3px #ccc; }

.ts{
	color:#333;
	display:block;
	padding:10px;
	float:left;
	margin:10px 0 10px 0;
	text-shadow:0px 1px 1px #fff;
	font-size:1.5em;
	text-decoration:none;
}

#divBoleto a{
	display:inline-block; padding:5px 10px; box-shadow:0 1px 1px rgba(255, 255, 255, 0.4) inset; border:1px solid #ccc; color:#333; cursor:pointer; 
	background:#ccc;
	margin:30px 0 0 0;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ccc');
	background:-webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ccc)); 
	background:-moz-linear-gradient(top, #f4f4f4, #ccc);
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
	text-shadow:0px 1px 1px #fff;
	font-size:1.2em;
	text-decoration:none;
}
#divBoleto a:hover{ border-color:#bbb; opacity:0.9; box-shadow:0px 1px 3px #ccc; }

#tablesPlanos{
	width:760px;
	height:auto;
	float:left;
	display:block;
}
ul#Planos{
	width:760px;
	height:auto;
	float:left;
	display:block;
	margin:10px 0 10px 0;
	padding:0;
	list-style-type:none;
}
ul#Planos li{
	float:left;
	display:block;
	width:190px;
	height:auto;
	margin:5px 0 10px 0;
	padding:0;
	
			-webkit-transform: scale(1.05);
			   -moz-transform: scale(1.05);
				-ms-transform: scale(1.05);
				 -o-transform: scale(1.05);
					transform: scale(1.05);
			-webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
			   -moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
					box-shadow: 0 0 25px rgba(0,0,0,.1);
}
ul#Planos li:hover{ 
			-webkit-box-shadow: 0 0 25px rgba(0,0,0,.5);
			   -moz-box-shadow: 0 0 25px rgba(0,0,0,.5);
					box-shadow: 0 0 25px rgba(0,0,0,.5);}
ul#Planos li label{ cursor:pointer;}
ul#Planos li plano{
	display:block;
	float:left;
	width:180px;
	padding:6px 5px;
	font-size:1.6em;
	color:#fff;
	background-color:#464646;
}
ul#Planos li preco{
	display:block;
	font-size:1.8em;
	color:#fff;
	float:left;
	width:180px;
	padding:10px 5px;
	background-color:#646464;}
ul#Planos li item{
	display:block;
	float:left;
	height:auto;
	width:180px;
	padding:9px 5px;
	background-color:#F4F4F4;
	border-top:1px solid #fff;}
ul#Planos li item3{
	display:block;
	float:left;
	height:50px;
	width:180px;
	font-size:11px;
	color:#C06;
	padding:15px 5px;
	background-color:#F4F4F4;
	border-top:1px solid #fff;
}
ul#Planos li item2{
	display:block;
	float:left;
	width:180px;
	height:auto;
	padding:9px 5px;
	background-color:#F0F0F0;
	border-top:1px solid #fff;
	}
ul#Planos li bt{
	display:block;
	float:left;
	margin:0 2px 0 2px;
	width:166px;
	padding:4px 5px;
	color:#fff;
	font-size:1.4em;
	background-color:#C06;
}
/*BOTSTRAP*/

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}


.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}


.well {
	text-align:left;
  min-height: 20px;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

/* INFOS */
#infoStats{
	float:left;
	margin:8px 5px 0 0;
	display:block;
	width:245px;
	color:#fff;
	text-shadow:-1px 1px 1px rgba(0,0,0,0.4);
	padding:3px 0 0 5px;
	height:17px;
	-webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#BannerRight{
	float:left;
	display:block;
	width:140px;
	height:auto;
}