.Privileged {
	background-color: #c4bddc;
}

.Privileged .messageHeader {
	color: black;
	border-bottom: 1px solid black;
}

.Administrative {
	background-color: #c4bddc;
	color: black;
}

.Administrative .messageHeader {
	color: black;
	border-bottom: 1px solid black;
}

.Subsidiary {
	background-color: #644c4c;
	color: white;
}

.Subsidiary .messageHeader {
	color: white;
	border-bottom: 1px solid white;
}

.Main {
	background-color: #657068;
	color: white;
}

.Main .messageHeader {
	color: white;
	border-bottom: 1px solid white;
}

.Incidental {
	background-color: #b3c39c;
	color: black;
}

.Incidental .messageHeader {
	color: black;
	border-bottom: 1px solid black;
}

.Revisit {
	background-color: rgba(153, 101, 21, .8);
	color: white
}

.Revisit .messageHeader {
	color: lightgrey;
	border-bottom: 1px solid white;
}

/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    font-size: 12px;
    border: none;
    cursor: pointer;
		width: 100%;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
		position: fixed;
		background-color: rgba(55, 55, 55, .8);
}

.agenda {
		margin-top: 1px;
		width: 180px;
		right: 185px;
}

.queue {
 		margin-top: 1px;
		right: 0px;
		width: 180px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
		width: 100%;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

#voteModal
{
	z-index: 1041;
}

.dropdown-menu > .disabled{
 cursor: not-allowed;
}

/* The real magic ;) */
.dropdown-menu > .disabled > a{
 pointer-events: none;
 color: #666666 !important;
}
