div.container.top{
	width: 95%;
}

table form{
	margin: 0;
	border: 0 none transparent;
	box-shadow: none;
}


th.center, .center, .table th.center, .table td.center{
	text-align: center;
}

.table tbody th{
	border-right: 0px none transparent;
}

.right{
	text-align: right;
}

.pad19{
	padding-left: 19px;
}

a[class^="icon-"], a[class*=" icon-"]{
	color: transparent;
} 


.alert .close{
	line-height: 16px;
	top: 2px;
}

table form{
	background-color: transparent;
	border: 0 none transparent;
}

.main-navigation > ul > li ul a.btn {
  	padding: 4px 10px;
  	background-image: linear-gradient(top bottom, #6B9B20, #4C9B20);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    display: inline-block;
 	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
 	line-height: 18px;
    margin-bottom: 0;
}

body > header nav ul > li > a, body > header nav ul > li a.btn{
	padding-top: 6px;
}

.container.login .brand{
	background-image: url("../img/logo222x150.png");
	width: 222px;
	height: 150px;
	margin: auto;
}

.container.login{
	margin-top: 50px;
}

body > header .brand{
	background-image: url("../img/logo222x150.png");
	width: 222px;
	height: 150px;
}

.logged.brand{
	background-image: url("../img/logo313x100.png");
	width: 313px;
	height: 100px;
}

.navigator-fixed{
	right: 0;
    top: 80px;
}

body > header nav ul > li + li{
	border: 0 none transparent;
}

body > header nav.navigator-fixed{
	border-radius: 3px 3px 3px 3px;
	height: 40px;
}

.navigator-fixed a.btn{
	font-size: 16px !important;
	font-size: 16px;
	line-height: 28px;
}

.navigator-fixed .btn .caret{
	margin-top: 13px;
}

.navigation-block.affix{
	top: 179px;
	position: static;
}

.navigation-block.affix-bottom{
	bottom: auto;
	position: static;
}

.btn-group input{
	visibility: hidden;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	border: 0 none transparent;
	position: absolute;
}

.btn-group label{
	margin: 0;
}

.input-append .active, .input-prepend .active{
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.navigation-block form{
	border: 0 none transparent;
	box-shadow: 0;
}
.navigation-block .control-group, .navigation-block .form-horizontal .control-group{
	padding: 10px 8px;
}

.navigation-block .input-prepend .btn{
	width: 36px;
}

.input-custom{
	width: 100px;
}

.navigation-block .add-on{
	width: 80px;
	text-align: right;
}

.navigation-block .form-actions{
	text-align: center;
}


a.no-underline{
	text-decoration: none;
}

.font16 {
	font-size: 16px;
}

.form-horizontal .span4 .control-label, .form-horizontal .span3 .control-label{
	width: 110px;
}

.form-horizontal .span4 .controls, .form-horizontal .span3 .controls{
	margin-left: 110px;
}


.data-block .row .pull-right[class*="span"]{
	float: right;
}

.close span{
	font-size: 17px;
}

.danger{
	color: #B94A48;
}

.controls.no-input{
	padding-top: 5px;
}