﻿.tbl_subject_list tr:nth-child(even) {background: #EBD7EB}
.tbl_subject_list tr:nth-child(odd) {background: #FFF}

.tbl_subject_list tr:hover{
	background-color: #cccccc !important;
	cursor:pointer;
	
}

.blue_font{
	color:blue;
}

.attention_font{
	font-size:22px;
	color:red;
	font-weight:bold;
	font-family:新細明體;
}

div.float_box {
	float: left;
	width: 150px;
	height: 150px;
	margin: 2px;
}

div.float_container {
	text-align:center;
}


@media screen and (max-width: 600px) {
    #leftcolumn {
      
		display:none;
    }
}





.menuMain,.menuTop,.blockTitle{
	font-size:28px;
	line-height:30px;
}
.menuSub{
	font-size:20px;
	line-height:22px;
}
.wrapword{
white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
word-break: break-all;
white-space: normal;

}


h_under_line
{
    display: inline-block;
    padding-right: 20px;
    border-bottom: 2px solid black;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
	min-width:100px;
}

td .basic_info_text {
	width:25%;
	text-align:left;
	height:30px;
	font-size:18px;
	//font-weight:bold;
	word-wrap: break-word;
	word-break: break-all;
	vertical-align: middle;	
}
td .content_text {
	text-align:left;
	height:30px;
	font-size:20px;
	font-weight:bold;
}

td .basic_info_input {
	width:80%;
	text-align:left;
	height:30px;
	vertical-align:middle;
	font-size:22px;
}

.mask {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tr_body {
    background-color: #ffffff;	
} 

.large_checkbox {
  width: 26px;
  height: 26px;
  text-align: center;
  vertical-align: middle;  
} 

.text_only_border_bottom{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid black;
}

.text_all_border_solid{
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
}

.large_radio {
  width: 26px;
  height: 26px;
  text-align: center;
  vertical-align: bottom;  
}

.border_solid_1px {
    border: 1px solid black;
}

.border_solid_0px {
    border: 0px solid black;
}

td .title_header {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
	vertical-align: middle;
}

table .default_table_border_style{
	border-collapse: collapse;
}

.flex-row 
{ 
	display: flex; 
	flex-wrap: wrap; 
}
.flex_column 
{ 
flex: 0 0 150px; 
} 


table.tbl_bg_color th{
	background-color: #EBD7EB !important;
	font-size: 20px;
    font-weight: bold;
	color:black !important;
}
table.tbl_bg_color tr:nth-child(odd){background-color:#ffffff;}
table.tbl_bg_color tr:nth-child(even){background-color:#ccc;}
table.tbl_bg_color tr:hover{
	cursor:pointer;
	background-color: #73B1E0 !important;
	color:#FFF;
}

.table_header{
	font-size:20px;
	font-weight:bold;
	word-break: break-all;
	text-align:center;
}
tr.activity_tr_class:hover{
	cursor: pointer;
	background: #cccccc !important;

}

.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;  
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  //float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.mobile_center{
	max-width:800px;
    margin-left: auto; 
    margin-right: auto;
}

.td_class {
    font-size: 18px;
    padding-left: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
}