﻿.ctgTable div a {
    text-decoration: none !important;
    color: inherit !important;
    line-height: 28px;
}

.ctgTable div:hover a {
    /* color: #b47e34 !important; */
/*    color: white !important;*/
}

.ctgTable div:hover img {
    /* color: #b47e34 !important; */
    /* -webkit-filter: sepia(1);
    filter: sepia(1); */
    /* opacity: 0.5; */
    /*filter: invert(1);*/
}

.ctgTable div a img {
    height: 28px;
    width: 28px;
    padding-right: 5px;
}

#contentBox {
	margin-left:20px !important;
}

.ctgnormal:hover img {
    filter: invert(1);
}

.ctgselected:hover img {
    filter: invert(1);
}

.bsmicon {
    padding-left: 10px;
}

.bsmtext {
    padding-right: 10px;
}

.navbar-toggler:focus {
	box-shadow: none !important;
}

.modal-content {
	width:50% !important;
}

@media only screen and (max-width: 991px) {
	.navbar-collapse {
		background-color:lightgray;
		padding: 10px;
	    border-radius: 10px;
	}

	.ctgselected {
	    border-bottom: 0px solid white;
	}
	.calhdngseparator {
		display:none;
	}
	
	.modal-content {
		width:75% !important;
	}

}

}
