@CHARSET "ISO-8859-1";

.panel, .tasks-widget>ul {
	color: #fff;
}

.ui-menu .ui-menu-item a.ui-corner-all:hover, .ui-menu .ui-menu-item a.ui-corner-all:focus,
	.ui-menu .ui-menu-item a.ui-corner-all:active {
	background: white !important;
	color: #000;
	border-radius: 0;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
	.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
	{
	background: white;
	border: none;
	color: #000;
	border-radius: 0;
	font-weight: normal;
}

.ui-widget-content {
	background-color: #dfdede;
}

.ui-autocomplete {
	z-index: 5000;
}

.modal-content {
	border-radius: 5px;
	vertical-align: middle;
}

.modal-header {
	color: #444;
}

.modal-title>button {
	margin-top: 0PX;
}

.login-box-msg, .register-box-msg {
	margin: 0;
	text-align: center;
	padding: 20px 20px 20px;
}

.form-group>label {
	color: black;
}

.modal-body>form {
	margin-left: 10px;
	margin-right: 10px;
}

#show_question_container>li {
	color: black;
}

#addNewExcel {
	margin-bottom: 10px;
}

.testLI {
	border-radius: 2px;
}

.table.dataTable.cell-border tbody td {
	border-top: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
}

table.dataTable.cell-border tbody tr td:first-child {
	border-left: 1px solid #C3C3C3;
}

.
.ms-sel-item {
	background-color: #066298;
	color: white;
}

.bunchTestContainer {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -39px;
}

.bunchName {
	background-color: white;
	margin-top: 10px;
}

.bunchDiv {
	background-color: #dfdede;
}