.btn {
    box-shadow: unset!important;
} 
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: unset!important;
}

/*  naar GAIA 2 css
img.mb-colorize-1 {
    filter: invert(60%) sepia(35%) saturate(700%) hue-rotate(70deg) brightness(62%) contrast(50%);
    width: 80px;
    height: auto;
}


/*
.menu-icon-selected {
    filter: invert(61%) sepia(0%) saturate(2000%) hue-rotate(65deg) brightness(89%) contrast(45%) drop-shadow(3px 3px 3px lightgray)!important;
}
*/

/*
.menu-icon-selected {
    filter: invert(52%) sepia(100%) saturate(2000%) hue-rotate(0) brightness(104%) contrast(103%) !important;
}



img.mb-colorize-2 {
    width: 64px;
    filter: invert(100%);
    height: auto;
    opacity: 1;            
}
*/

.tooltip {  width:auto!important;}
.tooltip-inner { background-color: #ff7851;max-width:500px;}
.tooltip .arrow::before { border-bottom-color: #ff7851; }        
.frametitle {
    text-align: left;
    color: #44752d;/*#ff7043;*/
}
.card-header {
    color: #44752d;
    padding: 0.2rem 0.6rem;            
}
.card-body {
    padding: 0.5rem;
}        

.mb-load-spinner {
    position: fixed;
    z-index: 9999;
    top: 205px;
    left: 47%;
    display: none;
}
        

thead, th {
    font-size: 13px;
    color: #4eb034;
}
td {
    font-size: 13px;            
}
tr {
    color: #333;
    cursor:pointer;
}

.btn {
    border:0;
    border-radius: .125rem;
    box-shadow: 0 0px 2px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}
.btn-deep-orange {
    color: #fff;
    background-color: #ff7043;
    opacity: 0.85;
}

.mb-data-table{
    border: 1px solid #d3e0d0;
    width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;    
}

tr.mb-datarow-even {
    background-color: #ffffeb;
}

tr.mb-datarow-odd {
    background-color: #d0e8c9;
}        

td.mb-datafield-alt {
    color: red;
}        

th.mb-datafield {
    padding: 5px;
}
.mb-data-table td {
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  
    border: 1px solid lightgray;          
}
.mb-link-bar td {
    border: 0;
    font-size: 105%;
}


th.mb-datafield.mb-datafield .mb-prop {
    max-width: 79%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    margin-right: 2px;
    cursor: pointer;        
}
th.mb-datafield.mb-datafield .mb-icon i{   
    color: #ff7043;   
    opacity: 0.8;
    padding-left: 2px;
    vertical-align: middle;
}

td.mb-searchbar-item {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;  
}

.mb-searchbar {
    height: 45px;
    vertical-align: top;
}

.mb-searchbar-input {
    height: 30px;
    padding: 3px;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    font-size: 13px;
    box-shadow: 0 0px 2px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);            
}    

.mb-row-selected{
    background-color: #44752d;
    color: white!important;
    text-shadow: 0px 0px 1px white;
    border-left: 3px solid #fe7042;
}
.mb-row-selected TD.mb-datafield-alt{
    color: rgb(255, 245, 153)!important;
}
 .mb-row-selected A{			
    color: white!important;
    text-shadow: 0px 0px 1px white;
}


/* table specific */
td.mb-searchbar-item.mb-searchbar-item-users_id {
    width: 40px;
    max-width: 40px;
}

/* Sidebar Styles */
.mb-nav {
    text-align: right;            
    border-right: 1px dashed #cbe6ef;
    margin-left: 0;
    padding-left: 0;    
    width: 12%;   
    max-width: 12%;
}
.sidebar-nav {
    max-width: 100%;        
    margin: 0;
    /* margin-right: 20px; 
    text-align: right;*/
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #44752d; /*#4eb034;     */
}
.sidebar-nav li :first-letter {
    text-transform: capitalize;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    /*background: rgba(20, 176, 223, 0.36);*/            
    background-color: #7ec16c;
    opacity: 0.65;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
    color: #fff;
    background:  #44752d;/*#4eb034;*/
    opacity: 0.85;

}        


.mb-tab-row {
    padding: 3px;
    display: flex;
    align-items: center;		
}
.mb-tab-row .mb-label label{
    color: #2b5b15;
    font-size: 14px;
    font-weight: 500;
    margin-top:7px;
}
.mb-form-cancel-button{
    display: none;
}
.mb-form-submit-button{
    display: none;
}

#fcw {
    background-color: #ffffff;
}
.mbtop  {
    display: block;
    position: fixed;
    margin: 0;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    left: 0;
    right:0;                    
}

.input-group-addon span {
    color: #fe7065;
    font-size: 21px;
    margin-left: 5px;
    margin-top: 7px;
    vertical-align: middle;
}

.resultbox {
    border:2px solid darkseagreen;
    border-radius:7px;
    padding:3px;
    text-align:center;
    height: 100px;
    width:70px;
}
.resultbox .frame {
    padding: 3px;
    margin-bottom: -18px;
    border: 1px solid lightgreen;
    border-radius: 5px;
}
.resultbox .frame IMG {
    height:40px;
    margin-bottom: 3px;
    width:auto;
}

.list-group-item {
    padding: 5px;
}



.chartrow {
    padding: 26px;
    zoom: 0.8;
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

.minilogo {
    max-height: 50px;
    max-width: 130px;
    margin-right: 12px;
}

#totalscore {
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 49.5%;
    z-index: 1;
    width: 74%;
    height: 100px;
    text-align: center;
}

#scorecontainer {
    border: 2px solid goldenrod;
    border-radius: 18px;
    padding: 5px;
    padding-left: 4px;
    padding-top: 22px;
    margin-top: 7px;
    background-color: cornsilk;            
}

.disclaimer, #disclaimer {
    color:#333;
    font-family: Arial Narrow,Arial,sans-serif; 
    font-size:12px;
    line-height:14px;
    margin-top: 20px;
}

.mb-datafield-actioncolumn .mb-gridbutton {
    background-color: rgb(148, 203, 91);
    border-color: rgb(117, 170, 84);
    height: 22px;
    margin-top: -5px;
    margin-bottom: -3px;
    padding-top: 0;
    padding-bottom: 0;
    width: 3em;
    font-size: 13px;
}      


input:disabled, select:disabled, textarea:disabled, input[disabled], select[disabled], textarea[disabled]{background-color:#fbfbfb!important;color:black;opacity:1;}

.mb-inz-even {
    background-color: rgb(233, 213, 233);
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mb-inz-odd {
    background-color: rgb(254, 246, 254);
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tot-inz-kilos {
    color: #54054c;
}
.submenu-selected {                
    background-color: #7ec16c;
}
.submenu-selected A {                
    color: white!important;
}
.landico {
    width: 20px;
    height: auto;                
    border: 2px solid #ddd;
}

#bijlage7body.bijlage_7_table { 
    padding:7px;
    border-collapse:collapse;
    margin-left:6.454pt;
    width:100%;
    font-size: 115%; 
}

