

.dr-table-subheadercell {
	text-align: left;
}

.footer {
    background-color: #EEEEEE;
    border-top: 1px solid #E5E5E5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.024) inset;
    width: 100%;
    padding: 5px 0;
    text-shadow: 0 1px 0 #FFFFFF;
    
    position: relative;
    bottom: 0;
    
}


input, textarea {
	width: 410px ;
}

.input{
	margin: 10px 0px 10px 0px;	
}

.actions .btn{
	margin: 0px 10px 0px 0px;
}
.rich-messages{
	display: inline;
	margin-left: 10px;
}
.content {
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    margin: 100px 70px 20px;
    padding: 20px;
}

.content .span4 {
    border-left: 2px solid #EEEEEE;
    margin-left: 0;
    padding-left: 30px;
    width: 128px;
}

.nenhum-registro {
	text-align:center;
	
}

body > div.container {
	margin-top: 60px;
	margin-bottom: 50px;
}

#navigation {
	position: fixed;
	top: 0;
	width: 100%;
	height: 40px;
	box-shadow: 0 6px 5px rgba(0, 0, 0, 0.26);
	z-index: 1000;
}
.navbar-inner {
	border-radius: 0px !important;	
}

#footer {
	position: fixed;	
	bottom: 0;
	width: 100%;
	box-shadow: 0px 0px 30px #333;
}

@font-face {
	font-family: Archive;
	src: url("font/Archive.otf") format("opentype");
}

.nomeSistema {
	font-family: Archive;
	display: block;
	color:rgb(0,113,60);
	font-size: 36px;
	padding: 10px;
}