.header-main {
    height: 2rem;
    position: relative;
    color: #90582c;
    background: #b3d843;
    font-size: 12px;
    font-size: .875rem;
    line-height: 24.375px;
    line-height: 1.5234375rem;
    padding-left: 6px;
    padding-left: .625rem;
    padding-right: 6px;
    padding-right: .625rem;
    padding-top: 2px;
    padding-top: .25rem;
    padding-bottom: 2px;
    padding-bottom: .25rem;
    margin-bottom: 10px;
    margin-bottom: .625rem;
}

.header-lang {
    float: right;
    color: #90582c;
}

.header-lang:hover {
    text-decoration: none;
    color: #454545;
}

.dropdown-menu .dropdown-item {
    font-size: 12px;
    font-size: .875rem;
    padding: .15rem 1rem;
}

.navigation-main {
    display: inline-block;
    margin-left: 1px;
    margin-left: 1rem;

}

.content-main {
	padding-top: 10px;
    padding-top: 1rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
	   font-size: 12px;
}

.footer-main {
    background: #b3d843;
    height: 0px;
    
}

#datatable_filter {
        display: inline-block;
		float: left;
        height: 40px;	
		font-size: 100%;
}

#datatable_filter input {
    width: 200px;
    font-size: 100%; 
	height: 40px;
}

#datatable_paginate {
        display: inline-block;
		float: right;
        font-size: 60%;
		height: 40px;
}

#datatable .table-group {
    background-color: #b3d843;
}

#datatable .remain-background {
    position: relative;
    z-index: 1;
    height: 22px;
    width: 100%;
    min-width: 100%;
    text-align: center;
    color: white;
    background-color: grey;
    border: 1px solid #454545;
}

#datatable .remain-text {
    position: relative;
    z-index:10;
    font-weight: bold;
    line-height: 16px;
}

#datatable .remain-part {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    height: 20px;
}

#datatable .remain-green {
    background-color: rgb(179,216,67);
}

#datatable .remain-red {
    background-color: rgb(179,216,67);
}