@CHARSET "UTF-8";
body{
	font-size:12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin:0px;
	color:black;
	padding: 0px;
}

.nav { 
display: table!important;
width: 100%;
}
.nav li { 
display: table-cell;
text-align: center;
}
.navbar .nav > li { 
float: none;
}

.navbar .nav > li > a{
	font-weight: bold;
}
.width100{
width: 100%;
}

#facebox{
z-index: 3000;
}
a{
color: #01205F;
text-decoration: underline;
}

.tablecenter{
margin: auto;
}
.center{
text-align: center;
}
.clear{
clear: both;
}
.loading-page, .loading{
display: none;
}
.site{
max-width: 1280px;
width:100%;
margin: auto;
}
.site .wrapper{
	padding-left: 10px;padding-right: 10px;
}

.left{
	float:left;
	}	
.right{
	float:right;
	}	
.dotted{
text-decoration: none;
border-bottom: 1px dotted;
}	
.pag-table a{
	color: black;
}
.pag-table div{
	padding: 5px 10px 5px 10px;
	border: 1px solid white;
	margin-left: 5px;
}
.pag-table .active div, .pag-table div:hover{
	color: #fcaf23;
	border: 1px solid #fcaf23;
}
.pag-table{
	margin-top: 20px;
	margin: auto;
}
.number_input{
	border: 1px solid #EEEEEE;
	padding: 10px;
	width: 80px;
	position: relative
	;
}
.number_input .up{
	background: url(../images/up.png);
	width: 23px;
	height: 14px;
	display: inline-block;
	position: absolute;
	right:3px;cursor: pointer;
	top:4px;
}
.number_input .down{
	background: url(../images/down.png);
	width: 23px;
	height: 14px;
	display: inline-block;
	position: absolute;
	right:3px;cursor: pointer;
	bottom:3px;

}
.number_input_s{
	border: 1px solid #EEEEEE;
	padding: 10px;
	width: 80px;
	position: relative
	;
}
.number_input_s .up{
	background: url(../images/up.png);
	width: 23px;
	height: 14px;
	display: inline-block;
	position: absolute;
	right:3px;cursor: pointer;
	top:4px;
}
.number_input_s .down{
	background: url(../images/down.png);
	width: 23px;
	height: 14px;
	display: inline-block;
	position: absolute;
	right:3px;cursor: pointer;
	bottom:3px;

}
.pag-table a{
	text-decoration: none;
	}
a1{
webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}	
.editform{
-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 10px 0px rgba(50, 50, 50, 0.75);margin-bottom: 40px;
padding: 20px;

}
.editform .nav-tabs{
	margin-top: 20px;
}