
/* Menu */
.top_menu {
	width: calc( 100% - 4px );
	height: 60px;
	margin: 0px 1px 1px 1px;
	border: 1px solid #CCCCCC;
	position: relative;
	display: inline-block;
	float: left;
}



.class_menu {
	width: 606px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	background-color: #E6F2F2;
	float: left;
}

.class_menu .menu_tab {
	width: 150px;
	height: 29px;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	float: left;
}

.class_menu .entry {
	width: 120px;
	height: 20px;
	margin: 2px 9px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	text-align: center;
	background-color: #F8F8F8;
	cursor:pointer;
	float: left;
}

.class_menu .entry:hover {
	background-color: #F0F0F0;
}

.class_menu .active {
	/*border-bottom: 1px solid #EFEFFF;*/
	border-bottom: 1px solid #7ca6a6;
	font-weight: bold;
	background-color: #7ca6a6;
}


.menu .menu_sub_tab {
	width: 100%;
	height: 30px;
	background-color: #7ca6a6;
	display: none;
	float: left;
}

.menu_sub_tab .entry {
	min-width: 70px;
	height: 26px;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	float: left;
	position: relative;
}
.menu_sub_tab .entry:hover {
	/*background-color: #F0F0FF*/
}

.menu_sub_tab .menu_tab {
	width: 1036px;
	min-height: 20px;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
	float: left;
}

.menu .sub_menu .sub_menu {
	margin-top: -32px;
	margin-left: 143px;
}

.menu .menu_button {
	min-width: 120px;
	min-height: 20px;
	margin: 2px 4px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	background-color: #F8F8F8;
	display: inline-block;
	cursor:pointer;
}
.menu .menu_button:hover {
	background-color: #EEEEEE;
}

.menu .selected_menu > .menu_button, .class_menu .selected_menu .entry {
	background-color: #E6F2F2;
}
.menu .selected_menu > .menu_button:hover, .class_menu .selected_menu .entry:hover {
	background-color: #DEEAEA;
}

.menu .sub_menu .selected_menu > .menu_button {
	background-color: #F8F8F8;
}
.menu .sub_menu .selected_menu > .menu_button:hover {
	background-color: #F0F0FF;
}

.menu .active > .menu_button {
	font-weight: bold;
}

.menu .sub_menu {
	display: block;
	display: none;
	position: absolute;
	margin-top: -5px;
	background-color: #E6F2F2;
	min-width: 70px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 100;
}

.menu .entry:hover > .sub_menu {
	display: block;
}


.side_menu {
	width: 100px;
	min-height: 200px;
	margin-left: 1px;
	border: 1px solid #CCCCCC;
	position: relative;
	display: inline-block;
	float: left;
}
.side_menu div {
	z-index: 0;
}


.menu_entry .small {
	font-size: 0.6em;
	vertical-align: top;
}


/* Breadcrumb */
.breadcrumb {
	margin-top: 5px;
	margin-left: 5px;
	white-space: nowrap;
	width: calc( 100% - 772px );
	height: 25px;
	float: left;
}

.breadcrumb span {
	cursor: pointer;
}


/* Options */
.options {
	margin: 0px 10px 0px 1px;
	padding-top: 5px;
	width: 147px;
	height: 25px;
	border-left: 1px solid #CCCCCC;
	float: right;
}

.option {
	margin: 1px 10px 1px 10px;
	width: 20px;
	float:right;
	cursor:pointer;
}

.optionsBox {
	width: 120px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	position: relative;
	top: -3px;
	left: 13px;
	float: right;
	display: none;
}

.optionsEntry {
	width: 106px;
	height: 20px;
	padding: 3px 5px;
	margin: 1px;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	float:left;
}
.optionsEntry:hover {
	background-color: #EEEEEE;
}



/* Content */
.content {
	background-color: #FFFFFF;
	width: calc(100% - 0px);
	height: calc(100% - 172px);
	margin: 1px 0px 1px 0px;
	float:left;
	overflow: hidden;
}


/* MainList */
.mainList {
	width: calc(60% - 3px);
	height: calc(100% - 2px);
	margin: 0px;
	margin-left: 1px;
	padding: 0px;
	font-size: 0.9em;
	white-space: normal;
	float: left;
	border: none;
	border: 1px solid #CCCCCC;
}

.mainList .list_header {
	width: calc(100% - 6px);
	height: 30px;
	padding: 2px 3px 0px 3px;

	background-color: #F8F8F8;
	border-bottom: 1px solid #EEEEEE;
	white-space: nowrap;
	float: left;
}

.mainList .list_table {
	width: calc(100% - 6px);
	height: calc(100% - 58px);
	padding: 0px 3px 0px 3px;

	overflow: hidden;
	float: left;
}

.mainList .list_table table {
	width: 100%;
}
.mainList .list_table .head {
	width: 100%;
	z-index: 100;
	background-color: #FFFFFF;
	float: left;
}
.mainList .list_table .body {
	width: 100%;
	height: calc( 100% - 28px );
	overflow: auto;
	z-index: 1;
	float: left;
}
.mainList .list_table .body thead {
	visibility: hidden;
	line-height: 1px;
}

.mainList .list_footer {
	width: calc(100% - 6px);
	height: 22px;
	padding: 0px 3px 0px 3px;

	background-color: #FFFFFF;
	border-top: 1px solid #EEEEEE;
	white-space: nowrap;
	float: left;
}



.subList {
	width: calc(100% - 8px);
	max-height: 200px;
	padding: 2px 2px;
	white-space: nowrap;
	overflow: auto;
	float: left;
	background-color: #FFFFFF;
	border: none;
	border: 1px solid #CCCCCC;
}

.mainList table, .subList table {
	width: 100%;
	border: none;
}

.mainList tr, .subList tr {
	background-color: #F8F8F8;
}

.mainList th, .subList th {
	padding: 0px 5px;
	text-align: left;
	cursor:pointer;
	border: 1px solid #EEEEEE;
}

.mainList td, .subList td {
	padding: 0px 5px;
	cursor:pointer;
	border: 1px solid #EEEEEE;
}

.mainList tr:hover, .subList tr:hover {
	background-color: #F0F0F0;
}

.mainList .selected {
	background-color: #ABCBC8;
}

.mainList .selected td {
	border: 1px solid #A5C5C2;
}

.mainList .selected:hover {
	background-color: #B1D1CE;
}

.mainList .stored, .subList .stored {
	background-color: #D3FAFF;
}

.mainList .stored td, .subList .stored td {
	border: 1px solid #97F4FF;
}

.mainList .stored:hover, .subList .stored:hover {
	background-color: #B7F7FF;
}

.mainList tr.selected.stored {
	background-color: #D3FAFF;
}

.mainList tr.selected.stored td {
	border: 1px solid #65FF65;
}

.mainList tr.selected.stored:hover {
	background-color: #B7F7FF;
}

.mainList .bold {
	font-weight: bold;
}
.mainList .small {
	width: 1%;
}
.mainList .nowrap {
	white-space: nowrap;
}


.batchList .listHeader {
	display: none;
	width: 100%;
	padding: 0px;
}

.batchList .listTable {
	width: 100%;
	height: auto;
	padding: 0px;
}



/* entry details */
.objectDetails {
	width: calc(40% - 4px);
	height: calc(100% - 2px);
	padding: 0;
	margin-left: 1px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.objectDetails .entry_header {
	width: calc(100% - 6px);
	height: 30px;
	padding: 1px 3px;
	margin: 0 0 1px 0;
	border-bottom: 1px solid #eeeeee;
	float: left;
	background-color: #F6F6F6;
}
.objectDetails .entry_content {
	width: calc(100% - 6px);
	height: calc(100% - 39px);
	padding: 2px 3px;
	margin: 0 0 1px 0;
	border-top: 1px solid #eeeeee;
	white-space: nowrap;
	overflow: auto;
	float: left;
	background-color: #F6F6F6;
}


.objectDetails .entry_content>.name {
	font-weight: bold;
	margin-top: 16px;
	width: 280px;
	float: left;
}

.objectDetails .entry_content>.button {
	margin-top: 12px;
	width: 125px;
	text-align: right;
	float: left;
}
.objectDetails .entry_content>.button button {
	height: 24px;
	padding-top: 0px;
}
.objectDetails .entry_content>.button button img {
	height: 14px;
}


.objectDetails .entry {
	width: 100%;
	margin: 0px;
	float: left;
	overflow: hidden;
	display: block;
}

.objectDetails .entry:hover {
	background-color:#EEEEEE;
}

.objectDetails .entry input.input {
	width: calc(100% - 4px);
	height: 18px;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	border: 1px solid #EEEEEE;
}

.objectDetails .entry textarea.input {
	width: calc(100% - 4px);
	height: 60px;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	border: 1px solid #EEEEEE;
}

.objectDetails .entry .input_half {
	width: calc(50% - 4px);
	height: 18px;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	border: 1px solid #EEEEEE;
}

.objectDetails .entry select {
	width: calc(100%);
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #EEEEEE;
}

.objectDetails .entry .key {
	width: calc(40% - 20px);
	min-height: 22px;
	white-space: normal;
	float: left;
}

.objectDetails .entry .key_half {
	width: calc(20% - 20px);
	height: 22px;
	float: left;
	text-align: center;
}

.key_required {
	font-weight: bold;
}

.objectDetails .entry .value {
	width: calc(60% - 20px);
	float: left;
}

.objectDetails .entry .value_half {
	width: calc(30% - 20px);
	height: 22px;
	float: left;
}

.objectDetails .entry .files {
	width: calc(100% - 8px);
	max-height: 200px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 1px 0px 1px 0px;
	padding: 1px 2px;
	white-space: normal;
	overflow: auto;
	float: left;
	display: none;
}

.objectDetails .entry .files .file {
	width: 90px;
	margin: 1px 1px;
	height: 100px;
	font-size: 13px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	float: left;
}
.objectDetails .entry .files .file:hover {
	border: 1px solid #999999;
}

.objectDetails .entry .files .file img {
	border-bottom: 1px solid #CCCCCC;
	width: 50px;
	height: 50px;
}
.objectDetails .entry .files a img {
	width: 100px;
	height: 75px;
	margin: 1px 1px;
}

.objectDetails .entry .multiple_select {
	display: none;
}
.objectDetails .entry .multiple_select_selected {
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 2px 4px;
	width: calc(100% - 6px);
	list-style-type:none;
}
.objectDetails .entry .multiple_select_selected li {
	border: 1px solid #EEEEEE;
	background-color: #F6F6F6;
	height: 20px;
	padding-left: 4px;
	margin-bottom: 1px;
	overflow: hidden;
	cursor: pointer;
	background-image: url("/img/close.png");
	background-position: right 2px center;
	background-repeat: no-repeat;
}
.objectDetails .entry .multiple_select_selected li:hover {
	border: 1px solid #E0E0E0;
	background-color: #EEEEEE;
}

.objectDetails .entry .user_group_select_available {
	width: calc(32% - 1px);
	margin-right: 2px;
}


.objectDetails .files_layer {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 10;
}

.objectDetails .files_layer .files_box_bg {
	opacity: 0.87;
	background: #0f0f11 none repeat scroll 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 11;
}

.objectDetails .files_layer .files_box {
	width: 600px;
	height: 400px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	position:absolute;
	top: calc(50% - 200px);
	left: calc(50% - 300px);
	z-index: 12;
}

.objectDetails .files_layer .files_box .files_select {
	width: 300px;
	height: 400px;
	float: left;
	overflow: auto;
}

.objectDetails .files_layer .files_box .files_edit {
	width: 300px;
	height: 400px;
	float: left;
}

.read {
	background-color: #F0FFF0;
}
.read:hover {
	background-color: #D8FFD8;
}

.link {
	color: blue;
	cursor: pointer;
}

.readonly {
	background-color: #FAFAFA;
	color: #555555;
}


.login {
	width: 1200px;
	height: calc(100% - 170px);
	min-height: 600px;
	margin: 50px calc((100% - 1200px) / 2);
	float:left;
	overflow: hidden;
}

.login_frame {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: calc( 45% - 80px );
	height: 350px;
	margin: 100px auto;
	padding: 10px 40px;
	float: left;
	text-align: left;
	overflow: hidden;
}
.login_frame_transparent {
	background-color: inherit;
	border: none;
	border-radius: unset;
	box-shadow: none;
	text-align: center;
}

.login .caption {
	margin: 20px 0px 10px 0px;
}

.login .entry {
	width: 100%;
	float: left;
	margin: 10px 0px;
}

.login .key {
	color: #8392AB;
	background-color: #FFFFFF;
	font-weight: 600;
	margin: 2px 0px;
	padding: 2px 0px;
	width: 100%;
	height: 20px;
	float: left;
}

.login .value {
	background-color: #FFFFFF;
	margin: 2px 0px;
	padding: 2px 0px;
	width: 100%;
	height: 30px;
	border-radius: 8px;
	float: left;
	border: none;
}

.login .entry input {
	border: 1px solid #D0D0D0;
	border-radius: 8px;
	width: calc( 100% - 10px );
	height: 26px;
	padding: 2px 4px;
}

.login .button {
	margin-top: 20px;
}
.login .button button {
	width: 80px;
	height: 40px;
	border: 1px solid #D0D0D0;
	border-radius: 8px;
	box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2), 0 4px 6px 0 rgba(0, 0, 0, 0.19);
}

.selector {
	background-color: #FFFFFF;
	border: 1px solid #D0D0D0;
	width: calc( 100% - 4px );
	height: calc(100% - 110px);
	margin: 0px 1px 1px 1px;
	float:left;
	text-align: center;
	overflow: hidden;
}

.selector .button {
	display: inline-block;
	width: 150px;
	height: 60px;
	background-color: #EEEEEE;
	border: 1px solid #D0D0D0;
	text-decoration: none;
	color: #000000;
	padding-top: 30px;
	margin: 20px;
}
.selector .button:hover {
	background-color: #E0E0E0;
}

.search {
	margin: 5px 10px;
}

.search input {
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}

.search select {
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	max-width: 180px;
}

.search .searchOption {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin: 5px 0px;
	padding: 5px 10px;
}

.search .removeSearchOption {
	margin-left: 485px;
}

.search .removeSearchOption img {
	margin: 0px 3px 4px 3px;
}



.export {
	margin: 5px 10px;
}

.export .exportClass {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin: 5px 0px;
	padding: 5px 10px;
}

.export .exportClass .caption {
	cursor: pointer;
}
.export .exportClass .caption:hover {
	text-decoration: underline;
}

.export input {
	float: left;
	display: block;
	width: 20px;
}

.export .exportField input {
	float: none;
	display: inline;
	width: 20px;
}

button img {
	margin-right: 5px;
	margin-bottom: -2px;
	margin-top: 2px;
}

.more_button {
	height: 18px;
	width: 50px;
}

.more_button img {
	margin: 0px 0px 2px 0px;
}



/* Edit Select */

.edit_select .edit_select_option {
	margin: 1px 4px;
	padding: 1px 4px;
	width: calc(100% - 18px);
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	float: left;
}
.edit_select .edit_select_option:hover {
	background-color: #F6F6F6;
}

.edit_select .edit_select_option .name {
	display: inline-block;
	width: 530px;
	float: left;
}
.edit_select .edit_select_option .remove {
	display: inline-block;
	float: right;
}

/*

.mainBox {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	width: 778px;
	height: 358px;
	margin: 5px 10px;
	float: left;
	overflow: hidden;
}

.fileList {
	width: 758px;
	height: 325px;
	margin: 5px 10px 0px 10px;
	overflow: hidden;
}

.currentPath {
	width: 718px;
	height: 20px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.refresh {
	width: 20px;
	height: 20px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	cursor: pointer;
}

.newFolder {
	width: 20px;
	height: 20px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	cursor: pointer;
}



.shadedLine {
	background-color:#F0F0F0;
}

.name {
	width:624px;
	min-height: 20px;
	float:left;
	cursor: pointer;
}

.size {
	border: 0px solid black;
	color: #888888;
	width:70px;
	min-height: 20px;
	float:left;
	text-align:right;
	cursor: pointer;
}

.command {
	width: 20px;
	float: left;
	text-align: right;
	cursor: pointer;
}

.deleteFile {
	width: 20px;
	float: left;
	text-align: right;
	cursor: pointer;
}

.iconSpace {
	width: 20px;
	height: 20px;
	float: left;
}

.upload {
	border: 0px solid black;
	width: 734px;
	height: 23px;
	margin-left: 10px;
	margin-top: 4px;
	float: left;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.monitorList {
	width: 758px;
	height: 325px;
	margin: 5px 10px 0px 10px;
	overflow: hidden;
}

.headline {
	width: 718px;
	height: 20px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.monitorList .entryBox {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 750px;
	height: 297px;
	padding: 3px 3px;
	float: left;
	white-space: nowrap;
	overflow: auto;
	font-size: 12px;
}

.monitorList .entry {
	border: 0px solid black;
	width: 734px;
	min-height: 20px;
	margin-bottom: 5px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
}

.monitorList pre {
	margin: 0px;
	padding: 0px;
}


.messageClose {
	border:1px solid #CCCCCC;
	color: #666666;
	background-color: #FFFFFF;
	width: 100px;
	height: 20px;
	margin: 0px 5px 0px 665px;
	padding: 0px 3px;
	text-align: center;
	float:left;
	overflow:none;
	cursor:pointer;
}

.messageClose:hover {
	color: #555555;
	background-color: #E0E0E0;
}

*/
