/*For view stats jsp */

/*For hub view jsp*/
.hubTableContainer {
	background: rgba(31, 38, 43, 0.858039);
	cursor: pointer;
	border-radius: 5px;
	padding: 12px;
	margin-bottom: 5px;
}

.hubTableContainer:hover {
	background: rgba(74, 83, 88, 0.88039) !important;
}

.hubTable {
	margin-top: 7px;
	width: 100%;
	table-layout: fixed;
}

.hubTable .message {
	color: lightgray;
	font-size: 0.85em;
}

.hubRowHeader {
	color: white;
	width: 18%;
}

.hubRowValue {
	color: white;
	font-size: 0.95em;
	word-wrap: break-word;
	width: 58%;
}

.pastClassTable  .hubRowHeader {
	vertical-align: top;
}

.pastClassTable  .hubRowValue {
	vertical-align: top;
}

.innerButton {
	width: 100%;
	font-size: 0.8em;
	padding: 5px 5px !important;
	padding-left: 15px;
	background: rgba(226, 226, 226, 0.45);
}

.innerButtonLeft {
	width: 100%;
	font-size: 0.8em;
	padding: 5px 5px !important;
	padding-left: 15px;
	background: rgba(226, 226, 226, 0.45);
	float: left;
	text-align: left !important;
}

.innerButtonLeft>i {
	padding-right: 5px;
}

.innerButton>i {
	float: left;
}

.innerIcon {
	display: inline-block !important;
	border-radius: 5px;
}

/* MultiPostBroadcast jsp */
.broadcastTable {
	width: 80%;
}

.broadcastTable .bheader {
	width: 32%;
}

.broadcastTable .value {
	white-space: normal;
}

.classListTable {
	width: 80%;
	border-bottom: 1px gray;
	border-left: 1px gray;
	margin: 0px auto;
	margin-bottom: 25px;
}

.classListTable caption {
	text-align: left;
	text-decoration: underline;
}

.classListTable .textTD {
	width: 85%;
}

.classListTable .message {
	color: lightgray;
	font-size: 0.9em;
}

/*for creating broadcast*/
textarea {
	resize: none;
}

.descriptionClass {
	height: 150px !important;
	width: 315px;
}

.titleClass {
	width: 315px;
}

.inputCenter {
	margin: 0px auto;
}

/*Loading */
.img-load {
	position: absolute;
}

/*poll specific*/
.postedToInner {
	font-size: 0.75em;
	margin-left: 7px;
	margin-bottom: 5px;
}

/*Create poll*/
#createNewPollDiv .centeredDiv {
	margin: 0px auto;
	text-align: center;
}

#createNewPollDiv .removeOptionButton {
	width: 15px;
	height: 15px;
	cursor: pointer;
}

#createNewPollDiv #responseTable {
	margin: 0px auto;
}

#createNewPollDiv .addOptionButton {
	margin: 10px;
	padding: 5px;
}

#createNewPollDiv #doneButton {
	float: right;
}

#createNewPollDiv .deleteQuestionButton {
	height: 30px;
}