p#crudListAdd{
	text-align:right;
}

p.crudDelete{
	text-align:right;
}

div.crudField label.control-label{
	width:200px!important;
}

div.crudField .controls {
    margin-left: 220px!important;
}

i.yes{
	border: 0 none;
    height: auto;
    max-width: 100%;
    background-image:url("../images/ok.gif");
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

i.no{
	border: 0 none;
    height: auto;
    max-width: 100%;
    background-image:url("../images/notok.gif");
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.help-inline.error{
	color:#B94A48;
}

.crudType{
	width:100%!important;	
}

.crudNew{
	padding:0px!important;	
}

.crudNew .btn{
	margin:-1px;
	border-radius: 0px;
}

.nav-pills li{
	float:left!important;
}

#overview{
	margin-bottom:40px;	
}



