/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016/3/8, ���蕭嚙� 04:37:22
    Author     : 015259
*/
.app_banner {
	background-color: transparent;
	height: 300px;
}

.dd_font {
	font-size: 1rem;
	margin: 0px 43px;
	border-bottom: 0px silver solid;
	line-height: 2;
	padding: 9px 0px;
}

.dd_font a:hover {
	color: silver !important;
	text-decoration: none;
}

.header_dialog_div {
	position: relative;
	padding-top: 0px;
	margin-left: 2px;
	margin-right: 2px;
}

.header_dialog_right_div {
	position: absolute;
	top: 0px;
	right: 0;
	padding-right: 0px;
}

.header_container_div {
	position: relative;
	/* padding-top: 42px; */
	margin-left: 0px;
	margin-right: 10px;
	width: 100%;
}

/*.header_container_div {
	position: relative;
	padding-top: 42px;
	margin-left: 0px;
	margin-right: 10px;
	width: 100%;
}*/

.header_right_div {
	position: fixed;
	top: 56px;
	right: 26px;
	padding-right: 0px;
	z-index: 100000;
}

.header_right_div_unfixed {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 0px;
	/*z-index: 100000;*/
}

/*.header_right_div_unfixed {
	position: absolute;
	top: 53px;
	right: 0px;
	padding-right: 0px 0px;
	z-index: 100000;
}*/

.body_div {
	width: 1170px;
	height: calc(100% - 40px);
	position: absolute;
	top: 40px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.register_div {
	text-align: center;
	margin-top: 66px;
}

.login_div {
	width: 235px;
	height: 360px;
	/*background-color: red;*/
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	margin: auto;
}

.register_button {
	/*
    position: absolute;
    bottom: 10px;
    right: 30px;*/
	
}

.error {
	color: #ce0000;
}

.login_btn {
	background-color: #3572b0;
	color: #fff;
}

.notation_div {
	width: 560px;
	height: 560px;
	/*background-color: red;*/
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	margin: auto;
}

.question_div {
	width: 800px;
	height: 500px;
	/*background-color: red;*/
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	margin: auto;
}

.detail_div {
	width: 800px;
	height: 500px;
	/*background-color: red;*/
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	margin: auto;
	overflow-y: auto;
}

.reunion_div {
	position: relative;
	top: 73px;
	margin-left: 25px;
	margin-right: 25px;
}

.center_div {
	width: 10px;
	height: 10px;
	/*background-color: red;*/
	position: absolute;
	top: 0;
	bottom: 9px;
	left: 0;
	right: 0;
	margin: auto;
}

.bottom_div {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
}

.bottom_button1_div {
	float: left;
	margin: 10px 2px 10px 30px;
}

.bottom_button2_div {
	float: left;
	padding-top: 10px;
}

.card_question_div {
	float: left;
	position: relative;
	width: 375px;
	height: 95px;
	margin: 5px 10px;
	padding: 10px 10px;
	border: 1px solid;
	border-right-width: 10px;
	border-radius: 8px;
	border-color: #057f8f;
	font-size: 10pt;
}

.card_question_div:hover {
	cursor: pointer;
	border-color: #0699ac;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(5, 127, 143, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(5, 127, 143, .6);
}

.card_notion_div {
	float: left;
	position: relative;
	width: 205px;
	height: 95px;
	margin: 5px 10px;
	padding: 3px 10px;
	border: 1px solid;
	border-right-width: 7px;
	border-radius: 8px;
	border-color: #058f45;
	font-size: 10pt;
	/*
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(217, 217, 217,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(217, 217, 217,.6);*/
}

.card_notion_div:hover {
	cursor: pointer;
	border-color: #06ac54;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(6, 172, 84, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(6, 172, 84, .6);
}

.card_div {
	float: left;
	/*position: relative;*/
	width: 276px;
	/*height: 95px;*/
	margin: 5px 10px;
	padding: 10px 10px;
	border: 1px solid;
	/*border-right-width: 10px;*/
	border-radius: 8px;
	border-color: #808080;
	font-size: 10pt;
	background-color: white;
	/*
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(217, 217, 217,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(217, 217, 217,.6);*/
}

.card_div:hover {
	cursor: pointer;
	border-color: #8c8c8c;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(128, 128, 128, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(128, 128, 128, .6);
	transform: scale(1.03);
}

.card_new_div {
	float: left;
	position: relative;
	width: 35px;
	height: 35px;
	margin: 0px 0px;
	border: 1px solid;
	border-radius: 8px;
	border-color: #666;
	border-style: dashed;
	color: var(--a);
	opacity: 1;
	background-color: white;
	flex-shrink: 0;
	margin-right: 4px;
}

.reunion_card_new_div {
	float: left;
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: 0px 0px;
	border: 1px solid;
	border-radius: 8px;
	border-color: #666;
	border-style: dashed;
	color: var(--a);
	opacity: 1;
	background-color: white;
	flex-shrink: 0;
	margin-right: 6px;
}

.card_new_question_div {
	float: left;
	position: relative;
	width: 375px;
	height: 95px;
	margin: 5px 10px;
	border: 1px solid;
	border-radius: 8px;
	border-color: #d9d9d9;
	border-style: dashed;
	color: var(--a);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.card_new_question_div:hover {
	cursor: pointer;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(217, 217, 217, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(217, 217, 217, .6);
}

.card_new_div:hover {
	cursor: pointer;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(217, 217, 217, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(217, 217, 217, .6);
}

.card_right_div {
	/*position: absolute;
    top:3px;
    right:2px;
    padding:0;*/
	margin-left: 6px;
}

.glyphicon-pencil:hover {
	color: #fff;
}

.user_div {
	float: left;
	position: relative;
	margin: 2px 2px;
	padding: 2px 2px;
	border: 1px solid;
	border-radius: 8px;
	border-color: #FFF7C5;
	color: #545454;
	background-color: #FFF7C5;
	font-size: 14px;
}

.user_container_div {
	position: relative;
	margin: -3px 0 0 0;
	padding: 2px 2px;
	border: 1px dashed;
	border-radius: 8px;
	border-color: #d9d9d9;
	color: var(--a);
	background-color: #fff;
	font-size: 10pt;
	height: 105px;
	overflow-y: auto;
}

.user_div:hover {
	background-color: #FFF200;
	cursor: pointer;
	border-color: #d9d9d9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(217, 217, 217, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(217, 217, 217, .6);
}

.filtered_user_div {
	padding: 2px 2px;
	border: 1px dashed;
	border-radius: 8px;
	border-color: #d9d9d9;
	color: var(--a);
	background-color: #fff;
	font-size: 10pt;
	height: 105px;
	width: 160px;
	position: relative;
	top: 5px;
	left: 99px;
	overflow-x: scroll;
}

.card_question_set_div, .card_question_set_div2, .card_question_set_div3
	{
	overflow-y: auto;
	float: left;
	position: relative;
	width: 100%;
	/*height: 3030px;*/
	/*margin: 5px 10px;*/
	border: 0px solid;
	border-radius: 8px;
	/*border-color: #555;*/
	border-style: dashed;
	color: var(--a);
	/*background-color: #fbf4ff;*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.card_question_set_div:hover {
	cursor: pointer;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(217, 217, 217, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(217, 217, 217, .6);
}

.card_question_item_div:hover {
	border-color: #B0FF00;
}

[id^="x"].card_question_item_div,[id^="t"].card_question_item_div,[id^="l"].card_question_item_div,[id^="v"].card_question_item_div,[id^="h"].card_question_item_div,[id^="a"].card_question_item_div,[id^="i"].card_question_item_div {
	border: 1px #eee solid;
	box-shadow: none;
}

.group_container .card_question_item_div:hover {
	border-color: #434343;
	box-shadow: none;
}

.group_container .card_question_item_div {
	margin: 5px 0px 5px 0px;
	padding: 5px 15px 15px 15px;
	border: 1px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	box-shadow: none;
}

.group_container .card_question_item_div:hover {
	border: 1px solid transparent;
}

.card_question_item_div_drag_over_top {
	display: block;
	float: top;
	position: relative;
	max-width: 562px;
	/* height: 31px; */
	margin: 5px 10px;
	padding: 5px 5px;
	border: 1px solid;
	border-radius: 8px;
	border-color: #aaa;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: white;
	border-right: 0px;
	border-left: 0px;
	margin-left: 30px;
}

.card_question_item_div_drag_over_bottom {
	display: block;
	float: top;
	position: relative;
	max-width: 562px;
	/* height: 31px; */
	margin: 5px 10px;
	padding: 5px 5px;
	border: 1px solid;
	border-radius: 8px;
	border-color: #aaa;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: white;
	border-right: 0px;
	border-left: 0px;
	margin-left: 30px;
}

.group_container:hover {
	border-color: #B0FF00;
}

.group_container_drag_over_top {
	border-left: 0px;
	border-right: 0px;
	padding: 3px;
	margin-bottom: 6px;
	margin-left: 30px;
	max-width: 562px;
	border-top: 1px #28a745 solid;
	border-bottom: 1px #28a745 solid;
}

.groug_container_drag_over_bottom {
	border-left: 0px;
	border-right: 0px;
	padding: 3px;
	margin-bottom: 6px;
	margin-left: 30px;
	max-width: 562px;
	border-top: 1px #28a745 solid;
	border-bottom: 1px #28a745 solid;
}

.group_container_blink {
	border: 1px #28a745 dashed;
	padding: 3px;
	margin-bottom: 6px;
	background-color: #e6f2ff;
	cursor: pointer;
}

.card_question_item_div_drag_over {
	background: red;
}

.card_question_item_div_blink {
	display: block;
	float: top;
	position: relative;
	margin: 5px 10px;
	padding: 5px 5px;
	border: 0px dashed;
	border-radius: 8px;
	font-size: 15px;
	white-space: nowrap; /*keep the text on one line*/
	overflow: hidden;
	/*prevent the text from being shown outside the border*/
	text-overflow: ellipsis; /*cut off text with an elipsis*/
	background-color: #e6f2ff;
	cursor: pointer;
}

.card_thing_item_div {
	display: inline-block;
	overflow: auto;
	float: left;
	position: relative;
	width: 316px;
	/*height: 31px;*/
	margin: 5px 10px;
	padding: 5px 5px;
	border: 1px solid;
	border-right-width: 10px;
	border-radius: 8px;
	border-color: #aaa;
	font-size: 10pt;
	white-space: nowrap; /*keep the text on one line*/
	overflow: hidden;
	/*prevent the text from being shown outside the border*/
	text-overflow: ellipsis; /*cut off text with an elipsis*/
	background-color: white;
}

.card_question_group_item_div:hover {
	cursor: pointer;
	border-color: #aaa;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 18px
		rgba(217, 217, 217, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 18px
		rgba(217, 217, 217, .6);
	/*-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(5, 127, 143,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(5, 127, 143,.6);*/
}

.card_recent_questions_div {
	overflow-y: auto;
	float: left;
	position: relative;
	width: 356px;
	height: 3030px;
	margin: 5px 10px;
	border: 1px solid;
	border-radius: 8px;
	border-color: #d9d9d9;
	border-style: none;
	color: var(--a);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.answer_box {
	width: 100%;
	padding: 1px 1px;
	margin: 1px 1px;
	display: inline-block;
	border-top: 1px solid red;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-sizing: border-box;
}

select {
	/* styling */
	background-color: white;
	border: thin solid #b0b0b0;
	border-radius: 8px;
	display: inline-block;
	font-size: 10pt;
	line-height: 2.5em;
	vertical-align: bottom;
	padding: 2px 15px 3px 15px;
	width: 20em;
	/* reset */
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/* arrows */
select.classic {
	background-image: linear-gradient(45deg, transparent 50%, blue 50%),
		linear-gradient(135deg, blue 50%, transparent 50%),
		linear-gradient(to right, skyblue, skyblue);
	background-position: calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px), 100% 0;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
}

select.classic:focus {
	background-image: linear-gradient(45deg, white 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, white 50%),
		linear-gradient(to right, gray, gray);
	background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100%
		0;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
	border-color: grey;
	outline: 0;
}

select.round {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		radial-gradient(#ddd 70%, transparent 72%);
	background-position: calc(100% - 13px) calc(0.5em + 2px),
		calc(100% - 8px) calc(0.5em + 2px), calc(100% - 3px) 0.1em;
	background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
	background-repeat: no-repeat;
}

select.round:focus {
	background-image: linear-gradient(135deg, transparent 50%, white 50%),
		linear-gradient(45deg, white 50%, transparent 50%),
		radial-gradient(gray 70%, transparent 72%);
	background-position: calc(100% - 13px) calc(0.5em + 2px),
		calc(100% - 8px) calc(0.5em + 2px), calc(100% - 3px) 0.1em;
	background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
	background-repeat: no-repeat;
	border-color: green;
	outline: 0;
}

select.minimal {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 9px) calc(0.5em + 2px),
		calc(100% - 4px) calc(0.5em + 2px), calc(100% - 18px) 0.1em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}

select.minimal:focus {
	background-image: linear-gradient(135deg, transparent 50%, green 50%),
		linear-gradient(45deg, green 50%, transparent 50%),
		linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 9px) calc(0.5em + 2px),
		calc(100% - 4px) calc(0.5em + 2px), calc(100% - 18px) 0.1em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	border-color: green;
	outline: 0;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.td_middle {
	vertical-align: middle;
}

.gathering_div {
	width: 100%;
	/*height: 0px;*/
	position: absolute;
	top: 56px;
	left: 0;
	right: 0;
	/*margin-left:30px;
    margin-right:30px;*/
	/*overflow-y: auto;*/
}

.glyphicon-duplicate:hover {
	color: #668cff;
}

.glyphicon-trash:hover {
	color: #E34444;
}

.glyphicon-remove:hover {
	color: #E34444;
}

.glyphicon-pencil:hover {
	color: #1A5CC7;
}

.glyphicon-plus:hover {
	color: #E34444;
}

.dialog_div_OLD {
	overflow-y: auto;
	padding: 20px 20px;
	border-color: #8c8c8c;
	border: 1px double;
	border-radius: 8px;
	width: 567px;
	opacity: 0.94;
	z-index: 100;
	background: lightyellow;
	box-shadow: 0px 5px #bcbcbc;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 567px;
	margin-left: -100px;
	margin-top: -75px;
}

.dialog_div_adjusted {
	overflow-y: auto;
	padding: 20px 20px;
	border-color: #8c8c8c;
	border: 1px double;
	border-radius: 8px;
	width: 567px;
	opacity: 0.94;
	z-index: 100;
	background: lightyellow;
	box-shadow: 0px 5px #bcbcbc;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 567px;
	margin-left: -300px;
	margin-top: -75px;
}

.type_div, .type_div2, .type_div3 {
	padding: 0px 3px 0px 3px;
	margin: 1px 0px 0px 0px;
	white-space: nowrap;
	font-size: 14px;
	display: none;
}

.reunion_type_div, .reunion_type_div2, .reunion_type_div3 {
	padding: 3px 3px 0px 3px;
	/* margin-top: 6px; */
	white-space: nowrap;
	font-size: 14px;
	display: none;
	margin-bottom: 6px;
	float: left;
}

.anim_div {
	float: left;
	padding: 0px;
	background-color: #f9f9f9; /*rgba(143, 5, 88, 0.11);*/
	margin: 9px 12px;
	height: 35px;
	display: flex;
	align-items: center;
	width: 35px;
	border: 1px solid;
	border-radius: 8px;
	border-color: #aaa;
	border-style: dashed;
}

.reunion_anim_div {
	position: fixed;
	left: 626px;
	top: 40px;
	z-index: 10000;
	float: left;
	padding: 6px 0px;
	background-color: #f9f9f9;
	margin: 12px 12px;
	height: 36px;
	display: flex;
	align-items: center;
	width: 26px;
	border: 1px solid;
	border-radius: 8px;
	border-color: #666;
	border-style: dashed;
	/* vertical-align: middle; */
}

.tab:hover {
	background-color: lightgoldenrodyellow;
	color: black;
	border: 1px solid;
	cursor: pointer;
}

/* Create an active/current tablink class */
.tab {
	background-color: #ccc;
	color: white;
	border: 1px solid;
	float: left;
	margin: 6px 3px;
	padding: 9px 15px;
	height: 36px;
	display: flex;
	align-items: center;
	color: #055f8f;
	font-size: 15px;
	border-radius: 8px;
}

.banner_font {
	font-size: 0.9rem;
}

.add_action_image {
	margin: 16px 0px 10px 0px;
	max-height: 236px;
	border: 1px solid #aaa;
	max-width: 256px;
}

.figure_behavior_font {
	/*font-size: 10px;*/
	white-space: nowrap;
	margin-right: 6px;
	float: left;
}

.text_caption_prefix {
	float: left;
	/*display: inline-block;
	background: #000000;
	color: #cfcfcf;
	border-radius: 8px;
	padding: 0px 3px;
	margin-right: 4px;*/
	font-weight: 800;
}

.text_caption_root {
	float: left;
	font-weight: 800;
}

.topic_prefix {
	float: left;
	display: inline-block;
	border: 1px dashed;
	border-radius: 8px;
	padding: 0px 6px;
	margin-right: 8px;
	font-size: larger;
	font-weight: bold;
}

.topic_root {
	/*float: left;*/
	font-size: larger;
	font-weight: bold;
}

.topic_center_div {
	display: table;
	margin: 0 auto;
}

.answer_prefix {
	float: left;
	display: inline-block;
	background: #000000;
	color: #cfcfcf;
	border-radius: 8px;
	padding: 3px 4px;
	margin-right: 4px;
	font-size: smaller;
	background-color: var(--theme-color2);
}

.answer_root {
	border-color: black;
	border-top: transparent !important;
	border-right: transparent !important;
	border-bottom: transparent !important;
	border-left: transparent !important;
	width: 74%;
	color: #0893dd;
	background: #f3f3f3;
	border-radius: 8px;
	padding: 9px 12px;
}

.video_caption_prefix {
	float: left;
	font-weight: bold;
}

.video_caption_root {
	float: left;
}

.image_caption_prefix {
	float: left;
	font-weight: bold;
}

.image_caption_root {
	float: left;
}

.audio_caption_prefix {
	float: left;
	font-weight: bold;
}

.audio_caption_root {
	float: left;
}

.attachment_caption_prefix {
	float: left;
	font-weight: bold;
}

.attachment_caption_root {
	float: left;
}

.link_caption_prefix {
	float: left;
	font-weight: bold;
}

.link_caption_root {
	float: left;
}

.content_div {
	display: block;
	padding: 60px 10px 0px 10px;
	vertical-align: top;
	width: 602px;
	margin-left: 286px;
}

.content_div_along {
	/*width: 602px;*/
	/*display: inline-block;*/
	
}

.stats_header_red {
	font-weight: 900;
	color: #ffffff;
	background: #ea6153;
	width: 1px;
}

.stats_header_green {
	font-weight: 900;
	color: #ffffff;
	background: #27ae60;
	width: 1px;
}

.stats_header_blue {
	font-weight: 400;
	color: #fff;
	background: var(--theme-color2);
}

.stats_header_gray {
	font-weight: 400;
	color: #fff;
	background: var(--theme-color11);
}

.btn_reunion_action:hover {
	background: #2fd072;
	border: 1px solid green;
	/*color: #000000; */
}

.btn_reunion_action {
	color: #ffffff;
	background: #27ae60;
	/*border-radius: 8px;*/
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid transparent;
}

.notation_selector {
	line-height: 1.2em;
}

.card-text-padding {
	margin: 0px 9px;
}

.card_action_area {
	width:100%;
	margin-top:10px;
	padding-top:5px;
	margin-bottom:-27px;
}

.group_container .card_action_area {
	width: calc(100% - 30px);
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: -27px;
	margin-left: 15px;
	/* margin-right: 15px; */
}

.result_score {
	font-size:1.2em; 
}

.gradient {
	/*background: linear-gradient(white, #D3D8E8);*/
	/*background: linear-gradient(#ECECEC, #D3D8E8);*/
	/*background: #e6e8eb;*/
	/*background: white;*/
	/*background: rgba(var(--b3f,245,245,245),1);*/
	/*background: #fee4cc;*/
	/*background: #E1DCD9;*/
}

.carousel_item_div {
	/*display: flex;*/
	/*border: 1px solid rgba(var(--b38,219,219,219),1);
	border-radius: 8px;*/
	cursor: pointer;
	/*box-shadow: inset 0 0 0em gold, 0 0 0.2em silver;*/
	/*background: white;*/
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 20px 10px;
}

.unit_div {
	margin: 5px 0px 0px 0px !important;
	padding: 5px !important;
}

.unit_div:focus-within {
	cursor: pointer;
	border-color: #0699ac;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(5, 127, 143, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(5, 127, 143, .6);
}

.card_question_item_div {
	overflow: auto;
	border: 0px solid rgba(219,219,219,1);
	border-radius: 8px;
	cursor: pointer;
	/*box-shadow: inset 0 0 0em gold, 0 0 0.2em silver;*/
	background: white;
}

.group_container {
	border: 1px solid rgba(219,219,219,1);
	border-radius: 8px;
	cursor: pointer;
	box-shadow: inset 0 0 0em gold, 0 0 0.2em silver;
	background: white;
}

.x-one-question:hover {
	cursor: pointer;
}

@media ( min-width :0px) {
	body {
		font-size: 1rem;
		font-family: Roboto, Helvetica, Arial, sans-serif;
		text-rendering: optimizeLegibility;
		background-color: #fff;
		height: 100%;
	}
	.daily-q-padding {
		padding: calc(0.1rem + 6px) calc(0.1rem + 6px) 0 calc(0.1rem + 6px);
	}
	.grid-card-margin {
		margin: 0.5rem !important;
	}
	.w-one-question {
		width:100%;
	}
	.x-one-question {
		right:10px;
		top:16px;
		position:absolute;
	}
	.img-custom {
		border-radius: 8px;
		width: 6rem;
		height: 6rem;
		margin: 0px 0px 10px 10px;
		object-fit: cover;
	}
	.img-custom-sm {
		border-radius: 8px;
		width: 4rem;
		height: 4rem;
		margin: 0px 0px 10px 10px;
		object-fit: cover;
	}
	.img-custom-tn {
		border-radius: 8px;
		width: 3rem;
		height: 3rem;
		margin: 0px 0px 10px 10px;
		object-fit: cover;
	}
	.mt-custom {
		margin-top: 40px;
	}
	.my-w-100 {
		width: 100% !important;
	}
	.flex_line_break {
		min-width: 100%;
	}
	.card_question_item_div {
		margin: 5px 0px 20px 0px;
		padding: 25px 15px 35px 15px;
		overflow: auto;
		border: 0px solid rgba(219,219,219,1);
		border-radius: 8px;
		cursor: pointer;
		/*box-shadow: inset 0 0 0em gold, 0 0 0.2em silver;*/
		background: white;
		font-size: 1.2rem !important;
	}	
	.group_container {
		margin: 5px 0px 20px 0px;
		padding: 25px 0px 35px 0px;
	}
	.grid-card-desc {
		font-size:0.95rem;
		width:100%;
		/*padding:0px 4px;*/
	}
	.grid-card {
		border-radius: 8px;
		margin: auto 0px;
		/*box-shadow: 0px 1px 5px #ddd;*/
		padding-bottom: 10px;
		/*box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;*/
		/*box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2),0 4px 6px 0 rgba(0,0,0,0.19) !important;*/
		background-color:var(--theme-color8);
		border: 1px solid var(--theme-color28) !important;
	}
	.card_div_image {
		width: 100%;
		border: 0px solid #aaa;
		height: 13.5rem;
		object-fit: cover;
		border-radius: 8px 0px 0px 0px;
		/*opacity: 0.5;*/
		/*filter: alpha(opacity=50);*/ /* For IE8 and earlier */
	}
	.card-action {
		height: 1.2rem;
		margin-left: 10px;
	}
	.bg-item {
		background-color: #ededed;
	}
	.banner_item_desktop {
		display: none;
	}
	.banner_item_phone {
		display: block;
	}
	.banner_item_both {
		display: block;
	}
	.table_cell_desktop {
		display: none;
	}
	.table_cell_phone {
		display: table-cell;
	}
	.table_cell_both {
		display: table-cell;
	}
	.logo_margin {
		margin-left: 0px;
		margin-right: 0px;
		border-radius: 8px;
	}
	.adjust-chevron-left {
		margin-left:-1.5rem;
	}
	.daily-q-width {
		width: 100%;
	}
	.daily-q-margin-x {
		margin-left: 0rem;
		margin-right: 0rem;
	}
	.app_menu_padding {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}
	.my-border-radius {
		border-radius: 8px;
	}
	.centered-text-w50 {
		width: 85%
	}
}

@media ( min-width :576px) {
	.card_question_item_div {
		margin: 5px 10px 20px 10px;
		padding: 25px 15px 35px 15px;
	}
	.group_container {
		margin: 5px 10px 20px 10px;
		padding: 25px 0px 35px 0px;
	}	
	/*.card_div_image {
		width: 100%;
		border: 0px solid #aaa;
		max-height: 10rem;
		object-fit: contain;
	}*/	
	.card-action {
		height: 1.2rem;
		margin-left: 10px;
	}
	.bg-item {
		background-color: #ededed;
	}
	.table_cell_desktop {
		display: none;
	}
	.table_cell_phone {
		display: table-cell;
	}
	.table_cell_both {
		display: table-cell;
	}
}

@media ( min-width :768px) {
	.flex_line_break {
		display:block;
	}
	.card_question_item_div {
		margin: 5px 10px 20px 10px;
		padding: 25px 15px 35px 15px;
	}
	.card-action {
		height: 1.2rem;
		margin-left: 10px;
	}
	.bg-item {
		background-color: #ededed;
	}

}

@media ( min-width :992px) {
	/*.img-custom {
		border-radius: 8px;
		width:100px;
		height:116px;
		padding-bottom:16px;
	}*/
	.mt-custom {
		margin-top: 70px;
	}
	.logo_margin {
		margin-left: 1rem;
		margin-right: 10px;
		border-radius: 8px;
	}
	.card_question_item_div {
		margin: 5px 10px 20px 10px;
		padding: 25px 15px 35px 15px;
	}	
	.grid-card {
		/*background-color:#fff;*/
		/*height:27rem;*/
	}	
	.card-action {
		height: 1.2rem;
		margin-left: 10px;
	}
	.bg-item {
		background-color: transparent;
		
	}
	.table_cell_desktop {
		display: table-cell;
	}
	.table_cell_phone {
		display: none;
	}
	.table_cell_both {
		display: table-cell;
	}
	.banner_item_desktop {
		display: block !important;
	}
	.banner_item_phone {
		display: none !important;
	}
	.banner_item_both {
		display: block !important;
	}
}

@media ( min-width :1200px) {
	body {
		padding-top: 0px !important;
	}
	.daily-q-padding {
		padding: calc(0.5rem + 6px) calc(0.5rem + 6px) 0 calc(0.5rem + 6px);
	}
	.grid-card-margin {
		border-radius: 8px;
		margin: 0.9rem !important;
	}
	.w-one-question {
		width:50%;
	}
	.x-one-question {
		right:calc(25% + 10px);
		top:16px;
		position:absolute;
	}
	.container {
		max-width: 100% !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.grid-card {
		/*background-color:#fff;*/
		/*height:27rem;*/
	}
	.my-w-100 {
		width: 100% !important;
	}
	.card_question_item_div {
		margin: 5px 10px 20px 10px;
		padding: 25px 15px 35px 15px;
		border-radius: 8px !important;
	}	
	.grid-card {
		/*background-color:#fff;*/
		/*height:27rem*/
	}
	.card-action {
		height: 1.2rem;
		margin-left: 10px;
	}
	.table_cell_desktop {
		display: table-cell;
	}
	.table_cell_phone {
		display: none;
	}
	.table_cell_both {
		display: table-cell;
	}
	.adjust-chevron-left {
		margin-left:0rem;
	}
	.daily-q-width {
		width: 100%;
	}
	.daily-q-margin-x {
		margin-left: 0.9rem;
		margin-right: 0.9rem;
	}
	.app_menu_padding {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.btn_category:hover {
		background-color: rgb(228,228,228) !important;
	}
	.centered-text-w50 {
		width: 60%
	}
}

.short-cut {
	height: 29px;
	border-radius: 8px;
	margin-left: calc(1rem - 1px);
}

.short-cut:hover {
	background: transparent;
	opacity: 0.9;
}

.short-cut a:hover {
	/*color: var(--theme-color8) !important;*/
}

.invert { filter: invert(100%); }

.short-cut-active {
	background: var(--theme-color12) !important;
	color: black !important;
}

.nav-active {
	background: #efefef !important;
}

li.active{
	background-color: #efefef;
	border-radius: 8px;
}

.coworker {
	padding-right:8px;
}

.coworker:hover {
	/*background: #d6d8db;*/
}

.col-gap {
	margin-bottom:14px;
	padding-left:0px;
	padding-right:0px;
}

.row-gap {
	margin-left:0px; 
	margin-right:0px;
}

.result_title {
	margin-top: 11px;
	font-size: 26px;
	padding-right: 50px;
}
.result_taker {
	font-size:1rem; 
	margin:10px 6px;
}
.result_answer {
	text-align: left;
	border: 0px solid #ccc;
	border-radius: 8px;
	box-sizing: border-box;
	white-space: normal;
	padding: 0px 9px;
	font-size: 1.2rem !important;
	width: 100% !important;
	overflow-wrap: break-word;
}
.result_question {
	white-space: normal;
	max-width: 280px;
	font-size: 1rem !important;
}
.result_qn {
	white-space: normal;
	width: 60px;
	font-size: 1.2rem !important;
	color: #434343;
}
.result_quit {
	font-size: 12px !important;
}
.result_time {
	color: #777;
}	

.card-icon {
	/*height: 1.2rem;*/
	height: 19.2px;
}

.card-icon:hover {
	cursor: pointer;
}

.card-icon-lg {
	height: 2rem;
}

.card-icon-lg:hover {
	cursor: pointer;
}

.ui-autocomplete {
	z-index: 9999 !important;
}

.bg-drilldown {
	background-color: #0c151d !important;
}

.bg-calm {
	/*background-color: #1c252d !important*/
	background-color: #044162 !important
}

ol {
	list-style: none;
	counter-reset: li
}

ol li::before {
	/*content: counter(li) ". ";*/
	color: silver;
	display: inline-block;
	width: 1em;
	margin-right: 1em
}

ol li {
	counter-increment: li
}

.separator {
	display: flex;
	align-items: center;
	text-align: center;
}

.separator::before, .separator::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #aaa;
}

.separator::before {
	margin-right: .45em;
}

.separator::after {
	margin-left: .45em;
}

.share {
    background-color:#5D7DAE;
    height:24px;
    width: 80px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.share a.click {
    font-size:13px;
    font-weight:bold;
    text-align:center;
    color:#fff;
    border:1px solid #FFF;
    background-color:#5D7DAE;
    padding: 2px 10px;
    cursor: pointer;
    text-decoration:none;
    width:80px;
    display:block;
}

.edit-reunion a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

.edit-reunion a:hover {
	color: #0056b3;
	/* text-decoration: underline; */
}

.card-action a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

.card-action a:hover {
	color: #ff0000;
	/* text-decoration: underline; */
}

.social a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

.social a:hover {
	color: #0056b3;
	/* text-decoration: underline; */
}

.adv-img {
	width: 100%;
	height: inherit;
	object-fit: cover;
	cursor: pointer;
}

.title-ellipsis {
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ellipsis {
overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.twoline-ellipsis {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.5em;
	height: 3em;
}

.threeline-ellipsis {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 20px;
	/*height: 60px;*/
}

.fourline-ellipsis {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-height: 1em;
	height: 4em;
}

.fiveline-ellipsis {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	line-height: 1.5em;
	/*height: 7rem;*/
}

.line-break-4 {
	height:0.4vh;
}

.line-break-5 {
	height:0.5vh;
}

.line-break-6 {
	height:0.6vh;
}

.line-break-7 {
	height:0.7vh;
}

.line-break-10 {
	height:1vh;
}

.line-break-14 {
	height:1.4vh;
}

.line-break-24 {
	height:2.4vh;
}

.bg-yellow {
	background-color:#FFFECE;
}
.bg-yellow:hover {
	background-color:#FFFECE;
}
.bg-landscape {
	/*background-image: url('/images/landscape-md.jpg');
	background-repeat: no-repeat;*/
	background-color: #ffffe6;
	/*background-attachment: fixed;*/
}
.center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}
.f18 {
  font-size: 1.8rem;
  font-weight: 600;
}
.f16 {
  font-size: 1.6rem;
  font-weight: 600;
}
.f15 {
  font-size: 1.5rem;
  font-weight: 600;
}
.f14 {
  font-size: 1.4rem;
}
.f14-light {
	font-size: 1.4rem;
	font-weight: 300;
}
.f13 {
  font-size: 1.3rem;
}
.f12 {
  font-size: 1.2rem;
}
.f12-hv {
	font-size: 1.2rem;
	font-weight: 501;
}
.f11 {
  font-size: 1.1rem;
}
.f10 {
  font-size: 1rem;
}
.f9 {
  font-size: 0.9rem;
}
.f8 {
  font-size: 0.85rem;
}
.f7 {
	font-size: 0.75rem;
}
.f6 {
	font-size: 0.6rem;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scroll-bar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 
 
html {
	overflow: scroll;
}
::-webkit-scrollbar {
   width: 0px;
   background: transparent; /* make scrollbar transparent */
}

.t-dialog {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 8;
	width: 120vw;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	font-size: 1.15rem;
}

.dialog-content {
	width: 360px;
	height: 17rem;
	position: fixed;
	left: calc(50vw - 180px);
	top: calc(50vh - 300px);
	background-color: var(--theme-color8);
	text-align: center;
	border-radius: 8px;
}
.dialog-input-text {
	width: 200px;
	height: 26px;
	text-align: center;
	margin-bottom: 15px;
	background-image: linear-gradient(to bottom, #f0f0f0, #fafafa);
	border: 1px solid #aaaaaa;
	border-radius: 8px;
}
.dialog-input-text:read-only {
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	border: 1px solid #ffffff;
}
.dialog-input-text:-moz-read-only {
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	border: 1px solid #ffffff;
}
.shadow {
	margin: 22px 0;
	box-shadow: 3px 3px 7px #777;
}
.center-pills {
	display: flex;
	justify-content: center;
}

.center-pills-overlay {
	position: relative;
}

.navbar .border-top {
	border-top-width: 2px !important;
	border-top-style: solid !important;
}

.navbar .border-danger {
		border-color: transparent !important/*var(--theme-color3) !important*/;
}

.navbar .pt-1 {
	padding-top: 0.5rem !important;
}

.navbar .text-focus {
	color: #000 !important;
}

/*
nav a:active,a:focus,a:hover {
	background-color: #eee !important;
}*/

.border-white {
	border-color: #fff !important;
}

.btn-group .card-action {
	height: 1.2rem;
	margin: 5px 15px 17px 15px;
}

button#chevron_left:active, button#chevron_left:focus, button#chevron_left:hover {
	/*background-color: #eee !important;*/
}

.btn_category {
	background-color: rgba(0,0,0,0.05) !important;
	color: #000 !important;
}

.btn_category:active, .btn_category:focus {
	background-color: #000 !important;
	color: #fff !important;
}

.btn_category_sel {
	background-color: rgba(0,0,0) !important;
	color: #fff !important;
}

.btn_category_sel:active, .btn_category_sel:focus {
	background-color: #000 !important;
	color: #fff !important;
}

.latex-content {

}

.centered-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin: 0;
}

.centered-text {
	text-align: center;
	line-height: 100%; /* Adjust based on your design */
	border-radius: 8px;
}

.carousel-question {
	height: 20rem !important;
}

.border-1 {
	border: 1px solid #000;
}

.finger-pointer {
	cursor: pointer;
}

.underscore {
	display: inline-block;
	width: 5.6rem;
	height: 0.1px;
	background-color: #000;
	margin-bottom: -0.17rem;
	/* padding-bottom: 1rem; */
}

