﻿tr.disabled {
	  background-color: #f9f9f9;
}
.navbar-custom {
    background-color: rgba(255,255,255,0.9);
    padding: 5px 0;
    z-index: 99;
}

    .navbar-custom.navbar-default {
        box-shadow: 0 0 10px rgba(0,0,0,0.27);
        border-radius: 0;
        margin: 0;
        z-index: 100;
    }
