@CHARSET "UTF-8";
.column-id{
	width:50px;
}
.column-name{
	width:300px;
}
.wrap h2 a{
	text-decoration:none;
}

.custome-checkbox{margin-right:10px;}

.repeatcheckbox_source{
	height:152px;
	float:left;
}

.repeatcheckbox_target{
	height:152px;
	float:left;
}

input[type="file"]{
	background-color: #FFFFFF;
    border-color: #FFFFFF;	
}
input[type="url"]{
	background-color: #FFFFFF;
    border-color: #DFDFDF;
	box-sizing: border-box;
	border-style: solid;
    border-width: 1px;
	border-radius: 3px;
}
#icon-gamedata {
	background: transparent url(./images/sam-editor.png);
}

.obj-dialog{
	display:none;
	line-height:200%;
}
.obj-dialog a:hover{
	color:blue;
}
.obj-dialog a:active{
	color:000;
}

#gameobjmosttimes{
	overflow:hidden;
	padding-top:10px;
}


#gameobjmosttimes li{
	float:left;
	margin-left:5px;
	margin-right:5px;
	padding: 4px 2px;
	width:100px;
}
#gameobjmosttimes li .icon{
	text-align:center;
}
#gameobjmosttimes li .name{
	text-align:center;
	font-size: 12px;
	padding: 2px;
}
#redirectsearchorder{
	padding:10px 0px;
	width:100%;	
	overflow:hidden;
}
#redirectsearchorder a{
	background-color: #3bb3e0;
	padding: 6px 10px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #334;
	border: solid 1px #186f8f;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(44,160,202)), color-stop(1, rgb(62,184,229)) );
	-webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width: 78px;
}


#redirectsearchpage {
	width:100%;
	height:20px;
}
#redirectsearchpage a{	
	float:right;
	margin-right:10px;
	
}

.cssbt {
	background-color:#3bb3e0;
	padding:6px 10px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	border: solid 1px #186f8f;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	
	width:78px;
}

.cssbt:active {
	padding-bottom:5px;
	padding-top:7px;
	top:1px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
}

.gamedb-outer h1.title{
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.gamedb-outer .input-outer{
	padding:10px 0px;
	text-align:center;
}
.gamedb-outer .select-form{
	padding:10px;
	
}
.gamedb-outer .select-form h2{
	padding:5px 0;
	font-size:16px;
	font-weight:bold;
	border-bottom: 1px solid black;
}

.rolesearch-cond {
	padding: 2px 20px;
}
.cond-label {
	margin:3px;
}
.cond-select {
	margin:3px;
}
.gamedb-outer .rolesearch-cond-item{
	margin:10px 0;
	font-size:14px;
}

.gamedb-outer .searchcrumbs{
	margin:10px;
	font-size:14px;
}

.gamedb-outer .searchcrumbs .searchcrumbs-title{
	margin:10px;
	font-size:16x;
	float: left;
}

.gamedb-outer .searchcrumbs ul{
	padding:10px 0;
}
.gamedb-outer .searchcrumbs li{
	float:left;
	padding-right:20px;
}
.gamedb-outer .searchcrumbs li a{
	font-weight:bold;
	color:blue;
}
.gamedb-outer .gamedb-noobj{
	padding:30px 10px;
	padding-top:0;
}

.gamedb-outer #gameobjlist{
	margin:10px;
	padding-bottom:10px;
}

.gamedb-outer #gameobjlist li{
	padding:10px 0;
}

.gamedb-outer .btn {
	border: 1px solid #CCC;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #666;
	background-color: #DDD;
	-webkit-border-radius: 0px 2px 2px 0;
	-moz-border-radius: 0px 2px 2px 0;
	border-radius: 0px 2px 2px 0;
	background-image: -moz-linear-gradient(top,	#FEFEFE 0%, #DDD 100%);
	background-image: -o-linear-gradient(top,	#FEFEFE 0%, #DDD 100%);
	background-image: -webkit-linear-gradient(top,  #FEFEFE 0%,#DDD 100%);
	background-image: linear-gradient(to bottom, #FEFEFE 0%,#DDD 100%);
	-webkit-tbox-shadow: 0 1px 0 #FFF inset;
	-moz-box-shadow: 0 1px 0 #FFF inset;
	box-shadow: 0 1px 0 #FFF inset;
}
.gamedb-outer .btn:hover {
	color: #333;
	cursor: pointer;
}

.gamedb-item {
	float: left;
	height:110px;
}
.gamedb-item .item-left{
	float:left;
	margin-bottom:5px;
	width:110px;
}
.gamedb-item .item-right{
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	width:140px;
}
.gamedb-item .item-attr{
	margin:8px 0;
	font-size: 12px;
}
.gamedb-item .item-attr a{
	color:blue;
}

.item-left a img{
	width:100px;
}
.gamedb-pager-outer{
	width: 100%;
	padding: 8px 0px;
	clear:both;
}
.gameobj_page_no_search {
	padding: 10px 0px;
	clear:both;
}

