body {
	margin: 0px; }


body.BODY-verify {
	background-color: lightyellow;
}

body.BODY-valuate {
	background-color: rgb(210, 239, 210);
}

body.BODY-review {
	background-color: lightsteelblue
}

body.BETA {
	background-color:rgb(196, 232, 196)
}
#MAIN {
	margin: 20px;
	}

nav.navbar {
	margin-bottom: 30px;
	background-color: #A36B27;
}
nav.navbar.BETA{
	background-color: #378f27 !important;
}
	
tr.active {
	background-color: #eee;
}

#filter form input,
#filter form span {
	padding-right: 5px;
	padding-left: 5px;
}

div#filter {
	margin-bottom: 15px;
}

input[readonly] {
	background-color: #ddd;
	border:1px;
}

input.ether-button {
	margin: 0.25rem 0.125rem;
    padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
	background-color: default !important;
	border: default !important;
}

.NOTDONE {
	background: red !important;
	color: white !important;
}

td img.BOA-table-image {
	max-width: 300px;
}

.btn-but1 {
	background-color: #6F4109;
	border-color: #6F4109;
}

.btn-but1:hover {
	background-color: #9A7241;
	border-color: #9A7241;
}

i::before{
    background:transparent;
}

.PhotoHeader {
	font-size: 14pt;
	background: #eee;
	font-weight: bold;
}