.btn-outline-info:hover
{
    background-color: white!important;
    background-image: none;
    box-shadow: none;
}

.scrollablediv
{
	max-height:400px; overflow-y:scroll; 
}

.tdred
{
	background-color: red;
}

.tdgreen
{
	background-color: green;
}

.tdblack
{
	background-color: black;
}

.selectheight
{
	height: 36px!important;
}

.borderless td, .borderless th {
    border: none!important;
}


.overlay
{
	position: absolute;left: 0; top: 0; right: 0; bottom: 0;
	z-index: 100;background-color: rgba(255,255,255,0.8);
}

.overlay-content 
{
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}
