html, body {
	margin: 0px; 
	padding: 0px; 
	min-height: 100%; 
	height: 100%; 
}
a:link, a:visited, a:hover, a:focus, a:active {
	color:#202020; 
	text-decoration:none; 
}
#header {
	background-color: #202020;
	color:#F0F0F0; 
	text-align: center;
	padding: .5rem 0rem;
	border-color: #F0F0F0;
	border-bottom: .1rem solid;
	position: fixed;
	top: 0;
	right: 0;
	margin: 0;
	left: 0;
	z-index: 1;
	min-height: 4rem;
}  
#header-text {
	font-size: 1.5rem;
} 
#header-img {
	color: #F0F0F0;
	font-size: 1.5rem;
	padding-right: .25rem;
	margin-bottom: .5rem;
}
#main {
	padding-top: 4rem;
}
#content
{
	top: 1rem;
	padding-left: 1rem;
}
#login-content
{
	top: 1rem;
}
#hamburger
{
	padding: 0rem;
}
#menu {
	background-color: #202020;
  	min-width: 12rem;
	max-width: 12rem;
	position: fixed;
  	z-index: 1;
	top: 4rem;
    left: 0;
	bottom: 0;
	text-align: left;
	overflow-y: auto;
	display: none;
}
a.nav-link  {
	color: #F0F0F0 !important;
	font-size: 1rem;
	border-radius: 0 !important;
}
.tbl-row {
    padding-right: 15px;
    padding-left: 15px;
}
.tbl-col {
    padding: .75em;
    border-bottom: 2px solid #dee2e6;
}
.tbl-col-odd {
    background-color: rgba(0,0,0,.05);
}
.tbl-headrow {
    color: #fff;
}
.tbl-headcol {
    background-color: #212529;
    font-weight: bold;
}
.fieldName {
	font-size: 1rem;
	font-weight: bold;
}
.fieldInfo {
	font-size: .8rem;
}
.removed {
	color: red;
}
#mapping-left {
	height: 85vh;
	overflow: auto;
}
#mapping-right {
	height: 85vh;
	overflow: auto;
}
.mapping-field {
	border: 1px solid #666666;
	padding: .25rem .75rem;
	margin-bottom: .25rem;
}
a.filter-btn {
	color: #ffffff;
}

/* CLAS */

td.nominations-control,
td.history-control {
    text-align:center;
    color:forestgreen;
    cursor: pointer;
}

tr.nom-shown td.nominations-control,
tr.hist-shown td.history-control {
    text-align:center;
    color:red;
}

tr.hist-shown td.nominations-control,
tr.nom-shown td.history-control {
    text-align:center;
    color:gray;
}

table.dataTable th {
	font-size: .95em;
}

table.dataTable td {
	font-size: .9em;
}

table.dataTable td a {
	text-decoration: underline;
}

.qual-display {
	text-decoration:underline;
	text-decoration-style: dotted;
}

.qual-hidden {
	display: none;
}

table.dataTable tr.mb-checked {
	background-color: rgba(0,200,100,0.152) !important;
}

table.dataTable tr.vc-checked {
	background-color: rgba(250,240,0,0.152) !important;
}

table.dataTable tr.mb-checked td.sorting_1 {
	background-color: rgba(0,200,100,0.252) !important;
}

table.dataTable tr.vc-checked td.sorting_1 {
	background-color: rgba(250,240,0,0.252) !important;
}

/* PHOTO UPLOAD */

#croppie-preview {
	display: none;
}