/*
filethumbnail_result	tag
*/

/*-------------------------------------------------------------------------
								html
-------------------------------------------------------------------------*/
*{
	font-size: 14px;
}

html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

/*-------------------------------------------------------------------------
								body
-------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
	color:#000000;
	width:100%;
	height:100%;
	overflow:hidden;
}

/*-------------------------------------------------------------------------
								wrapper
-------------------------------------------------------------------------*/
#wrapper{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	position:relative;
	z-index:0;
	overflow-x:auto;
	overflow-y:hidden;
}
/*-------------------------------------------------------------------------
								contentlist
-------------------------------------------------------------------------*/
#contentlist{
	margin: 0 auto;
	width:auto;
	min-width: 619px;
	position:absolute;
	top:60px;
	bottom: 0px;
	left:180px;
	right: 0px;
	overflow: hidden;
	z-index:0;
}
/*-------------------------------------------------------------------------
								topmenu
-------------------------------------------------------------------------*/
#topmenu{
	width: 100%;
	min-width:800px;
	height:56px;
	position:relative;
	z-index: 5;
	color:#fff;
}
#loadbox{
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
	position:relative;
	top:0px;
	width:100%;
	min-width:800px;
	height: 4px;
	z-index: 4;
}
#loadbar{
	position:absolute;
	height: 4px;
	left:0px;
	width:0px;
}
.icon{
	cursor: pointer;
	position: relative;
	top: 13px;
	margin-left: 20px;
	margin-right: 20px;
}
.largeicon
{
	margin-top: 5px;
    cursor: pointer;
}
#togglemenu{
	height: 50px;
	width:64px;
	float: left;
	transition:background-color 0.2s ease;
}
#togglemenu:HOVER{
	background-color: #6EA9EA;
}
#userbutton{
	height: 60px;
	max-width:180px;
	margin-right: 11px;
	margin-left: 20px;
	float:right;
	text-align: center;
    line-height: 60px;
    cursor: pointer;
}
#userbutton .ellipsis{
	display: inline-block;
	max-width: 150px;
}
#userbutton img{
	height:60px;
	vertical-align: top;
}
.rightmenu{
	border-radius:20px;
}
.rightmenu:HOVER{
	background-color:#EBF3FF;
}


/*-------------------------------------------------------------------------
								list
-------------------------------------------------------------------------*/
div.linecolor{
	height: 40px;
	line-height: 41px;
	border-bottom: 1px solid #E5EFF4;
    min-width: 583px;
}
div.linecolor:HOVER a.selectable,
.thumbnailbox:HOVER .name a.selectable{
	text-decoration: underline;
}
div.linecolor a.inactive,
.thumbnailbox .name a.inactive{
	color: #ddd;
}
div.listcolumncheck{
	position: relative;
	top: 11px;
	margin-left: 8px;
	float: left;
	line-height: normal;
}

div.listcolumnld,
div.listcolumnd,
div.listcolumnrd{
	padding:0px 2px;
	border-color: #FFFFFF;
	height: 40px;
	border:1px;
}
div.listcolumnld{
	width: 150px;
	margin:2px;
	float:left;
}
div.listcolumnd{
	margin-left: 40px;
	margin-right:423px;
}
div.listcolumnrd{
	width: 100px;
	float:right;
}
div.columntextd{
	height: 38px;
}
div.ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
/*-------------------------------------------------------------------------
								filethumbnail_result
-------------------------------------------------------------------------*/
.thumbnailbox {
	position:relative;
    margin: 1px;
    padding: 8px 8px;
    width: 150px;
    height: 100px;
    float: left;
    display: block;
}

div.vcenter{
	display: table-cell;
	vertical-align:middle;
	text-align: center;
    width: 150px;
    height: 80px
}

/*-------------------------------------------------------------------------
								input
-------------------------------------------------------------------------*/
button.linklike{
	background: transparent;
	border: none;
	color: blue;
	cursor: pointer;
	text-decoration: underline;
}
input{
	outline:0px;
}
input[type="button"],input[type="submit"]{
	color: #fff;
	border:0px;
	font-size:14px;
	text-align: center;
	cursor: pointer;
	border-radius:1px;
	box-shadow:0px 1px 5px rgba(0,0,0,0.2);
	transition:background-color 0.3s ease,box-shadow 0.3s ease;
}
input[type="button"]{
	width:150px;
	height: 25px;
	line-height: 25px;
}

input[type="submit"]{
	width:250px;
	height: 30px;
	line-height: 30px;
}
input[type="submit"]:HOVER,
input[type="submit"]:FOCUS,
input[type="button"]:HOVER,
input[type="button"]:FOCUS {
	box-shadow:0px 1px 7px rgba(0,0,0,0.2);
	transition:background-color 0.3s ease,box-shadow 0.3s ease;
}
input[type="submit"]:ACTIVE,
input[type="button"]:ACTIVE{
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	transition:background-color 0.1s ease,box-shadow 0.1s ease;
}

input[type="text"].text_underline,
input[type="password"].text_underline,
select.select_underline{
	width: 250px;
	height:30px;
	font-size: 16px;
	transition:border-color 0.3s ease;
}
input[type="text"].textfull,
input[type="password"].textfull{
	width:100%;
	box-sizing:border-box;
}
input[type="text"].text2,
input[type="password"].text2{
	width:20px;
}
input[type="text"].text4,
input[type="password"].text4{
	width:36px;
}
input[type="text"].text5,
input[type="password"].text5{
	width:42px;
}
input[type="text"].text9,
input[type="password"].text9{
	width:74px;
}

div.input_text_title{
	text-align: left;
	width: 250px;
	margin: auto;
}
.img_checkbox.checked,
.img_radiobutton_on {
	box-shadow: inset 0px 0px 0px rgba(0,0,0,0.3);
	transition: background-color 0.1s ease, box-shadow 0.1s ease;
}
/*-------------------------------------------------------------------------
								common
-------------------------------------------------------------------------*/
hr.separator_light{
	 border: 0px;
	 border-bottom: 1px solid #DFE2E9;
}

div.error_message{
	color:#ED6969;
}
div.caution,
span.caution {
	margin-bottom: 5px;
	font-size: 12px;
	color: #ED6969;
}
.icon_response{
	opacity:0.9;
	transition:opacity 0.2s ease;
	
}
.icon_response:HOVER{
	opacity:1;
	transition:opacity 0.2s ease;
}
.center{
	text-align:center;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

div.center{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.breakall{
	word-break:break-all;
}
div.annotation{
	padding: 10px;
	background-color: #fafafa;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-left:-20px;
	margin-right:-20px;
	color: #000;
}
div.annotation *{
	font-size: 12px;
}
div.annotation .annotation_title{
	border-bottom: 1px solid #F4CC76;
	line-height: 30px;
	font-weight: bold;
	padding-left: 10px;
	font-size: 14px;
}
div.annotation .annotation_content{
	padding: 0px 10px;
}
div.annotation p{
	text-indent:10px
}
div.annotation table{
	border-collapse: collapse;
}
div.annotation table.hint-table td{
	border:1px solid #eee;
	padding: 5px;
}
div.annotation table.hint-table th{
	border:1px solid #eee;
	background-color:#EAEFE6;
}
div.annotation li{
}
div.annotation_item{
	padding: 10px;
}