﻿.adhoc-multiselect {
    width: 95%;
}
.selectBox {
    position: relative;
}
.selectBox select {
    width: 95%;
    font-weight: bold;
}
.overSelect {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
}

.itemChecked {
    color:#ffffff;
    background-color:#1e90ff;
}

#checkboxesTable {
	width:95%;
	height:80px;
    display: none;
    border: 1px #dadada solid;
    overflow:auto;
}
#checkboxesTable label {
    display: block;
}
#checkboxesTable label:hover {
    background-color: #1e90ff;
}

#checkboxesColumn {
	width:95%;
	height:80px;
    display: none;
    border: 1px #dadada solid;
    overflow:auto;
}
#checkboxesColumn label {
    display: block;
}
#checkboxesColumn label:hover {
    background-color: #1e90ff;
}
