.popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 9998;
	overflow-y: auto;
	display: inline-block;
	background: rgba(128, 128, 128, 0.7);
}

.popup .popup-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	display: inline-block;
}

.popup .popup-content {
	min-height: 500px;
	width: 90%;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 115;
	background-color: white;
	border-radius: 5px;
	padding: 10px;
	position: relative;
	left: 5%;
	margin-top: 100px;
	margin-bottom: 20px;
}

.popup .popup-content .text-header {
	font-size: 28px;
	text-align: center;
}

.btn {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.btn-add {
	background-image: url(/iteach/image/icon/btn_add_30.png);
	width: 30px;
	height: 30px;
	margin: 5px;
	float: left;
}

.btn-add:active,
.btn-add:hover
{
	background-image: url(/iteach/image/icon/btn_add_30.png);
}

.btn-invisible {
	width: 30px;
	height: 30px;
	margin: 5px;
	float: left;
}

.txt-no-msg {
	padding-top: 100px;
	text-align: center;
}

th {
	text-align: center;
}

.table-announcement {
	width: 100%;
	text-align: center;
}

.table-announcement .td-date {
	width: 20%;
	max-width: 120px;
	min-width: 100px;
	padding: 0;
}

.table-announcement .td-code {
	width: 20%;
	word-break: break-word;
}

.table-announcement .tr-announcement {
	width: 60%;
	cursor: pointer;
}

.table-announcement .td-title {
	text-align: left;
}

.table-announcement .td-title .div-code {
	font-size: 12px;
}

.table-announcement .td-title .span-title {
	vertical-align: sub;
	word-break: break-word;
}

.table-announcement .td-title .state-part {
	text-align: right;
}

.table-announcement .td-title .span-state {
	border: 1px solid;
	margin: 3px;
	padding: 2px;
}

.table-announcement .td-title .span-state.state-read {
	color: green;
}

.table-announcement .td-title .span-state.state-sign {
	color: brown;
}

.table-announcement .td-title .btn-share {
	background-image: url(/iteach/image/tmp/btn_share_n.svg);
	width: 20px;
	height: 20px;
	float: right;
}

.table-announcement .td-title .btn-top {
	background-image: url(/iteach/image/tmp/btn_top_n.svg);
	width: 10px;
	height: 10px;
	float: right;
}

.table-announcement .td-title .btn-top:active,
.table-announcement .td-title .btn-top:hover,
.table-announcement .td-title .btn-top.on
{
	background-image: url(/iteach/image/tmp/btn_top_s.svg);
}

.table-announcement .td-title .btn-edit {
	background-image: url(/iteach/image/icon/btn_edit.svg);
	width: 30px;
	height: 30px;
	float: right;
}

.table-announcement .td-title .btn-edit:active,
.table-announcement .td-title .btn-edit:hover 
{
	background-image: url(/iteach/image/icon/btn_edit.svg);
}

.table-announcement .td-title .btn-copy 
{
	background-image: url(/iteach/image/icon/btn_add_sub_topic_n.png);
	width: 30px;
	height: 30px;
	float: right;
}

.table-announcement .td-title .btn-copy:active,
.table-announcement .td-title .btn-copy:hover
{
	background-image: url(/iteach/image/icon/btn_add_sub_topic_s.png);
}

.table-announcement .td-title .btn-delete 
{
	background-image: url(/iteach/image/icon/btn_delete.png);
	width: 30px;
	height: 30px;
	float: right;
}

.table-announcement .td-title .btn-delete:active,
.table-announcement .td-title .btn-delete:hover
{
	background-image: url(/iteach/image/icon/btn_delete.png);
}

.table-announcement .td-title .btn-report
{
	background-image: url(/iteach/image/icon/btn_preview.png);
	width: 30px;
	height: 30px;
	float: right;
}

.table-announcement .td-title .btn-report:active,
.table-announcement .td-title .btn-report:hover
{
	background-image: url(/iteach/image/icon/btn_preview.png);
}

.table-announcement .div-class-container
{
	margin-top: 5px;
}

.table-announcement .div-class-container .div-class, 
.table-announcement .div-class-container .div-user
{
	background-color: #9fc6e8;
	font-size: 14px;
	padding: 5px;
	border-radius: 5px;
	min-width: 50px;
	text-align: center;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
}

.announcement-content .btn-print {
	background-image: url(/iteach/image/icon/btn_download_n.png);
	width: 30px;
	height: 30px;
}

.announcement-content .btn-print:active {
	background-image: url(/iteach/image/icon/btn_download_s.png);
}

.announcement-content .upload-container .a-file {
	display: inline-block;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: white;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px 5px 3px 5px;
	background: #08c;
	border-radius: 20px;
	cursor: pointer;
}

.announcement-content .btn-download-all {
	display: block;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: white;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px 5px 3px 5px;
	background: dodgerblue;
	border-radius: 5px;
	cursor: pointer;
}

#announce-popup .question-wrap .option-container .option-btn {
	margin-right: 5px;
}

.popup-content.loading {
	position: relative;
	min-height: 400px;
}

.popup-content.loading:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 40px;
	height: 40px;
	margin: auto;
	border: 2px solid #adc9e6;
	border-top: 0;
	border-left: 0;
	box-sizing: border-box;
	border-radius: 50%;
	z-index: 5;
	animation: loading 2s linear infinite;
}

.popup-content.loading tbody {
	opacity: 0.6;
}

@keyframes loading 
{ 
	from { 
		transform: rotate(0deg); 
	} to { 
		transform: rotate(360deg); 
	}
}

/*---------------------------------- #delete-popup start -------------------------------------------------- */
#delete-popup {
	display: flex;
	text-align: center;
	z-index: 100000;
}

#delete-popup .popup-content {
	width: unset;
	min-height: unset;
	margin: auto;
	left: 0;
}
/*---------------------------------- #delete-popup start -------------------------------------------------- */

/*---------------------------------- #edit-announce-popup start -------------------------------------------------- */
#edit-announce-popup label
{
	margin-top: .5rem;
}

#edit-announce-popup .input-announcement-start-time {
	height: 42px;
	margin-bottom: 10px;
}

#edit-announce-popup .input-announcement-end-time {
	height: 42px;
	margin-bottom: 10px;
}

#edit-announce-popup .publish-classes {
	display: block;
	border: 1px solid;
	margin-bottom: 10px;
	white-space: unset;
}

#edit-announce-popup .publish-classes:active,
#edit-announce-popup .publish-classes:hover
{
	background-color: black;
	color: white;
}

#edit-announce-popup .publish-classes .btn-class {
	background-color: #f0f8ff;
	margin: 5px;
}

#edit-announce-popup .publish-classes .btn-class:active,
	#edit-announce-popup .publish-classes .btn-class.on {
	background-color: #9fc6e8;
}

#edit-announce-popup .publish-users {
	display: block;
	border: 1px solid;
	margin-bottom: 10px;
	white-space: unset;
}

#edit-announce-popup .publish-users:active,
#edit-announce-popup .publish-users:hover
{
	background-color: black;
	color: white;
}

#edit-announce-popup .publish-users .btn-user {
	background-color: #f0f8ff;
	margin: 5px;
}

#edit-announce-popup .publish-users .btn-user:active,
#edit-announce-popup .publish-users .btn-user.on 
{
	background-color: #9fc6e8;
}

#edit-announce-popup .btn-upload {
	background-image: url(/iteach/image/icon/btn_upload_n.png);
	width: 30px;
	height: 30px;
}

#edit-announce-popup .btn-upload:active,
#edit-announce-popup .btn-upload:hover
{
	background-image: url(/iteach/image/icon/btn_upload_s.png);
}

#edit-announce-popup .upload-container {
	
}

#edit-announce-popup .upload-container .div-file-wrap {
	display: inline-block;
	height: 33px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px 5px 3px 10px;
	background: #08c;
	border-radius: 20px;
}

#edit-announce-popup .upload-container .div-file {
	max-width: 150px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: white;
	vertical-align: middle;
}

#edit-announce-popup .upload-container .btn-file-delete {
	display: inline-block;
	width: 20px;
	height: 100%;
	cursor: pointer;
	text-align: center;
	color: black;
}

#edit-announce-popup .btn-set-reply {
	display: block;
	border: 1px solid;
	margin-bottom: 10px;
	white-space: unset;
}

#edit-announce-popup .btn-set-reply:active,
#edit-announce-popup .btn-set-reply:hover
{
	background-color: black;
	color: white;
}

#edit-announce-popup .question-wrap {
	margin-bottom: 10px;
}

#edit-announce-popup .question-wrap p, 
#edit-announce-popup .question-wrap label
{
	margin: 0;
}

#edit-announce-popup .question-wrap .question-content,
#edit-announce-popup .question-wrap .option-container {
	margin-left: 20px;
}

#edit-announce-popup .question-wrap .option-container .option-btn {
	margin-right: 5px;
}

/*---------------------------------- #edit-announce-popup end -------------------------------------------------- */

/*---------------------------------- #class-popup start -------------------------------------------------- */
#class-popup .btn-class, #class-popup .btn-user {
	background-color: #f0f8ff;
	margin: 5px;
}

#class-popup .btn-class:active, #class-popup .btn-class.on, #class-popup .btn-user:active,
	#class-popup .btn-user.on {
	background-color: #9fc6e8;
}

#class-popup .btn-select-all {
	color: white;
	background-color: #1e90ff;
	margin-bottom: 20px;
}

#class-popup .btn-select-all:active {
	background-color: #112335;
}

/*---------------------------------- #class-popup end -------------------------------------------------- */

/*---------------------------------- #reply-popup start -------------------------------------------------- */
#reply-popup .select-question-type {
	margin-bottom: 10px;
}

#reply-popup .btn-delete-question {
	background-image: url(/iteach/image/icon/btn_delete_n.png);
	width: 30px;
	height: 30px;
	float: right;
}

#reply-popup .btn-delete-question:active,
#reply-popup .btn-delete-question:hover
{
	background-image: url(/iteach/image/icon/btn_delete_s.png);
}

#reply-popup .option-wrap {
	display: -ms-flexbox;
	display: flex;
	border-radius: 5px;
	padding: 8px;
}

#reply-popup .option-wrap .option-btn {
	display: inline-block;
	width: 1.2em;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-right: 10px;
}

#reply-popup .option-wrap .option-text {
	display: inline-block;
	width: calc(100% - 25px - 30px - 25px - 1.5em);
}

#reply-popup .option-wrap .option-text>input[type=text] {
	width: 100%;
	border: 0;
	background: rgba(0, 0, 0, 0);
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

#reply-popup .option-wrap .option-delete {
	vertical-align: text-bottom;
	display: inline-block;
	margin-left: 5px;
}

#reply-popup .option-wrap .option-delete .btn-delete-option {
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-image: url(/iteach/image/icon/btn_delete_n.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
}

#reply-popup .option-wrap .option-delete .btn-delete-option:active,
#reply-popup .option-wrap .option-delete .btn-delete-option:hover  
{
	background-image: url(/iteach/image/icon/btn_delete_s.png);
}


#reply-popup .question-wrap .content-container .extra-content
{
	margin-top: 10px;
}

#reply-popup .question-wrap .content-container .extra-content label
{
	margin-bottom: 0;
	margin-right: 5px;
}

#reply-popup .question-wrap .content-container .extra-content .select-count
{
	margin-right: 10px;
	vertical-align: top;
}

#reply-popup .btn-add-question
{
	border: 1px solid;
	margin-bottom: 10px;
}

#reply-popup .btn-add-question:active,
#reply-popup .btn-add-question:hover
{
	background-color: black;
	color: white;
}

/*---------------------------------- #reply-popup end -------------------------------------------------- */

/*---------------------------------- #announcement-report-popup start -------------------------------------------------- */
#announcement-report-popup .navigation-bar {
	text-align: center;
}

#announcement-report-popup .navigation-bar .navigation-select {
	vertical-align: middle;
}

#announcement-report-popup .navigation-bar .navigation-tab
{
	margin-top: 5px;
}

#announcement-report-popup .navigation-bar .navigation-tab .btn-tab
{
	border: 1px solid;
    margin-right: 5px;
    font-size: 12px;
}

#announcement-report-popup .navigation-bar .navigation-tab .btn-tab.selected
{
	background-color: black;
	color: white;
}

#announcement-report-popup .user-name {
	display: inline-block;
	background-color: aliceblue;
	padding: 5px;
	border-radius: 10px;
	margin: 5px;
}

#announcement-report-popup .user-name.unsigned {
	background-color: wheat;
}

span.div-user.unsigned {
	background-color: wheat !important;
}

.read_single_container_t{
	font-weight:bold;
}

.nonRead_single_container_t{
	font-weight:bold;
}

.div-class-container label{
	font-weight:bold;
}

.div-class-container_t{
	font-weight:bold;
}

.div-user-container_t{
	font-weight:bold;
}


#announcement-report-popup .btn-report-detail,
#announcement-total-report-popup .btn-report-detail
{
	background: darkorange;
	color: white;
	padding: 3px;
	margin-left: 5px;
}

#announcement-report-popup .btn-export {
	background-color: antiquewhite;
}

/*---------------------------------- #announcement-report-popup end -------------------------------------------------- */

/*---------------------------------- #single-reply-popup start -------------------------------------------------- */
#single-reply-popup .navigation-bar {
	text-align: center;
}

#single-reply-popup .navigation-bar .navigation-select {
	vertical-align: middle;
}

#single-reply-popup .question-wrap .option-container .option-btn {
	margin-right: 5px;
}

/*---------------------------------- #single-reply-popup end -------------------------------------------------- */

/*---------------------------------- #report-detail-popup start -------------------------------------------------- */
#report-detail-popup .btn-export {
	background-color: antiquewhite;
}

#report-detail-popup .btn-export-img {
	background-color: cornflowerblue;
    color: white;
}

#report-detail-popup .navigation-bar {
	margin-bottom: 10px;
	text-align: center;
}

#report-detail-popup .navigation-bar .navigation-select {
	vertical-align: middle;
}

/*---------------------------------- #report-detail-popup end -------------------------------------------------- */

/*---------------------------------- .reply-content-container start -------------------------------------------------- */

.reply-content-container .question-content
{
	position: relative;
    display: inline-block;
    margin-right: 12px;
    margin-left: 12px;
}

.reply-content-container .question-content p
{
	margin: 0;
}

.reply-content-container .question-wrap {
    background-color: #eee;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.reply-content-container .option-container {
    margin: 12px 12px 0 12px;
}

.reply-content-container .option-container .option-wraper {
    margin-bottom: 5px;
}

.reply-content-container .option-container .option-btn {
    margin-right: 5px;
}


.reply-content-container .reply-answer-part
{
	width: 100%;
	margin: unset;
    max-width: unset;
}

.reply-content-container .reply-answer-part textarea
{
	min-height: 50px;
}




/*---------------------------------- .reply-content-container end -------------------------------------------------- */

/*---------------------------------- .#announcement-content-popup start -------------------------------------------------- */


#announcement-content-popup .text-header
{
	text-align: center;
}

#announcement-content-popup .text-header .announcement-code
{
	font-size: 14px;
}

#announcement-content-popup .text-header .announcement-title
{
	font-weight: bold;
}

#announcement-content-popup .text-header .announcement-state
{
	font-size: 14px;
	border: 1px solid;
	margin: 3px;
	padding: 2px;
	background-color: green;
	color: white;
}


#announcement-content-popup .text-header .announcement-time-part
{
	font-size: 12px;
}

#announcement-content-popup .announcement-content
{
	margin-top: 10px;
}

/*---------------------------------- .#announcement-content-popup end -------------------------------------------------- */

/*---------------------------------- .#announcement-total-report-popup start -------------------------------------------------- */

#announcement-total-report-popup .navigation-bar
{
	text-align: center;
	margin-top: 10px;
}

#announcement-total-report-popup .navigation-bar .navigation-tab
{
	margin-top: 5px;
}

#announcement-total-report-popup .navigation-bar .navigation-tab .btn-tab
{
	border: 1px solid;
    margin-right: 5px;
    font-size: 12px;
}

#announcement-total-report-popup .navigation-bar .navigation-tab .btn-tab.selected
{
	background-color: black;
	color: white;
}

#announcement-total-report-popup .div-class-container,
#announcement-total-report-popup .div-user-container
{
	margin-top: 10px;
}

#announcement-total-report-popup .div-class-container .div-class,
#announcement-total-report-popup .div-user-container .div-user
{
	background-color: #9fc6e8;
	font-size: 14px;
	padding: 5px;
	border-radius: 5px;
	min-width: 50px;
	text-align: center;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
}

.div-content img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
}

/*---------------------------------- .#announcement-total-report-popup end -------------------------------------------------- */

.capture{
  position: fixed;
  opacity: 0;
  z-index: -999; 
  left: 0;
  top: 0; 
}

.hidden {
	display: none !important;
}

.popup .disabled {
	opacity: 0.65;
}

.ui-datepicker, .xdsoft_datetimepicker {
	z-index: 100000;
}