@charset "utf-8";
/* CSS Document */
body {
	font: small Tahoma, Geneva, sans-serif;
}
#body-detall{
	background-color:#FFFFFF;
	height:calc(100% - 45px) !important;
}
#form-login div {
	letter-spacing: 1px;
	color: #333;
	margin: 10px 0 20px 0;
}
#form-login {
	font-size: 16px;/*padding: 40px 0px;*/
}
input[type="text"], input[type="password"] {
	padding: 4px 8px !important;
	font-size: 13px!important;
	color: #444 !important;
	width: 300px!important;
	line-height: 150%!important;
	margin: 0!important;
}
.button_no-image {
	float: none;
	background-image: none;
	padding: 6px 15px 4px 15px !important;
}
.logout {
	color: #04A4CC;
	margin-left: 5px
}
.list_name {
	border: 1px solid #CCC;
	border-radius: 3px 3px 3px 3px;
	font: 13px/18px Helvetica Neue, Helvetica, Arial, sans-serif !important;
	padding: 3px 4px;
	background-color: white;
	letter-spacing: 1px;
	color: #333;
	margin: 10px 0 20px 0;
	width: 300px;
}
#body-detall {
	/*
	margin-bottom: 5px;
	margin-left: 33px;
	margin-right: 375px;
	position: absolute;
	bottom: 0;
	top: 149px;
	right: 0;
	left: 2px;*/
	height: calc(100% - 86px);

}

.body-login-fade {
	overflow: hidden !important;
	width: 0px !important;
	padding: 0px 0px 0px 0px !important;
	opacity: 0;
}
#area-menu {
	background: white;
	border-bottom: 1px solid #EBEBEB;
	height: 40px;
	line-height: 36px;
	padding: 0;
	position: relative;
	z-index: 102;
}
.menu-area {
	display: inline-block;
	height: 36px;
	margin: 2px 8px 0;
	padding: 0 8px;
	font-size: 12px;
	color: #787878;
	cursor: pointer;
}
.memu_act {
	border-bottom: 3px solid #F5270E;
	color: #F5270E;
}
.menu-area:not(#menu_discuss):hover {
	border-bottom: 3px solid #F5270E;
	color: #F5270E;
}
#menu_discuss:hover {
	border-bottom: 3px solid #35A335;
	color: #35A335;
}

div#menu_discuss[class~="memu_act"] {
	border-bottom: 3px solid #35A335 !important;
	color: #35A335 !important;
}

#alertNews .full {
	padding: 12px;
	font-size: 13px;
	/*margin-right: 373px;*/
	word-wrap: break-word;
	border-bottom: 1px solid #FF9D91;
	background-color: #F7E3E3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F7E3E3), to(#FFD7D7));
	background-image: -webkit-linear-gradient(top, #FCE7E7, #FFD7D7);
	background-image: -moz-linear-gradient(top, #F7E3E3, #FFD7D7);
	background-image: -ms-linear-gradient(top, #F7E3E3, #FFD7D7);
	background-image: -o-linear-gradient(top, #F7E3E3, #FFD7D7);
	background-image: linear-gradient(to bottom, #F7E3E3, #FFD7D7);
 	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f7e3e3, endColorstr=#ffd7d7);
	color: #444;
	cursor: pointer;
	min-height: 20px; /* 50px */
	opacity: 0.8;
	-moz-transition: margin-right 1s ease;
	-webkit-transition: margin-right 1s ease;
	-o-transition: margin-right 1s ease;
	transition: margin-right 1s ease;
}
#alertNews .full:hover {
	/*position: absolute;*/
	border-bottom: 1px solid #f97a6c;
	background-color: #FFD5D5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFD5D5), top(#ffb9b9));
	background-image: -webkit-linear-gradient(top, #FFD5D5, #ffb9b9);
	background-image: -moz-linear-gradient(top, #FFD5D5, #ffb9b9);
	background-image: -ms-linear-gradient(top, #FFD5D5, #ffb9b9);
	background-image: -o-linear-gradient(top, #FFD5D5, #ffb9b9);
	background-image: linear-gradient(to bottom, #FFD5D5, #ffb9b9);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ecbbbb, endColorstr=#ffb9b9);
	opacity: 1;
}
#alertNews .abbreviate {
	background: #FF9D91;
	position: absolute;
	margin-top: 1px;
	color: #3D3D3D;
	padding: 5px;
	padding-right: 20px;
	border-radius: 0px 0px 14px 1px;
	border-bottom: 1px solid #F5270E;
	cursor: pointer;
	display: none;
	opacity: 0.8;
}
#alertNews .abbreviate:hover {
	opacity: 1;
}
.margin-top-full {
	margin-top: 47px; /* height +27 */
}
.margin-top-abbreviate {
	margin-top: 5px;
}
#col-content {
    background: none repeat scroll 0 0 #fff;
}
#control-body-login {

	position: absolute;
	right: 0;
	padding: 5px 2px 5px 5px;
	border-radius: 5px 0px 0px 5px;
	color: black;
	margin-right: 356px;
	box-shadow: -2px 0px 9px -2px rgba(134, 134, 134, 0.84);
	background-color: rgba(114, 114, 114, 0.31);
	bottom: 0px;
	top: 0px;
	border: 1px solid #ACACAC;
	border-right: 1px solid #DDD;
	cursor: pointer;
	z-index: 103;
	opacity: 0;
	-moz-transition: margin-right 1s ease, opacity 0.2s ease;
	-webkit-transition: margin-right 1s ease, opacity 0.2s ease;
	-o-transition: margin-right 1ls ease, opacity 0.2s ease;
	transition: margin-right 1s ease, opacity 0.2s ease;
}
#control-body-login #show {
	display: block;
}
#control-body-login #hide {
	display: none;
}
#control-body-login:hover {
	opacity: 1;
}
.margin-right-abbreviate {
	margin-right: 20px !important;
}
.control-body-login-abbreviate {
	margin-right: 2px !important;
	opacity: 1!important;
}
.control-body-login-abbreviate #show {
	display: none!important;
}
.control-body-login-abbreviate #hide {
	display: block!important;
}
/* text */
.announceGreen {
	font-weight: bold;
	color: green;
}
a.BrowserS:link, a.BrowserS:visited, a.BrowserS:active {
	color: white;
	text-decoration: underline;
}
a.BrowserS:hover {
	color: #E85D0C;
	text-decoration: none;
}
#display-manual {
	width: 98%;
	margin-top: 8px;
	/* background-color: rgba(54, 54, 54, 0.03); */
	/* min-height: 150px; */
	position: relative;
	cursor: default;
	padding: 5px 0px 5px 0;
	color: #555;
}
#display-manual-header {
	font-size: 105%;
	text-shadow: 1px 1px 0px rgb(37, 37, 37);
	background-color: rgba(81, 150, 224, 0.59);
	border: none;
	border-top: solid 1px #4B8ACF;
	border-left: solid 4px #4582C5;
	vertical-align: middle;
	padding: 7px 11px;
	color: rgb(255, 255, 255);
}
#display-manual-inner {
	padding: 0 15px 10px 15px;
	margin-top: 15px;
	height: 226px;
	overflow: auto;
	/*box-shadow: inset 0 -4px 7px -5px #808080;*/
}
#dmih {
	position: relative;
}
.dmih-bar {
	height: 6px;
	width: 100%;
	position: absolute;
	bottom: 0;
	-webkit-mask-box-image: -webkit-linear-gradient(left,rgba(0,0,0,.1),rgba(0,0,0,.8),rgba(0,0,0,.1));
}
#dmih-top {
	opacity: 0;
	top: 0;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.37),rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(rgba(0,0,0,.1),transparent);

}
#dmih-bottom {
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.37));
	background: -moz-linear-gradient(transparent,rgba(0,0,0,.1));
}
.last-update {
	position:absolute;
	right: 5px;
	top: 35px;
	font-size: 85%;
	color:gray;
}
ul.b-title {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 4px;
	text-align: center;
}
ul.b-title li {
	border:none;
	border-bottom: solid 1px rgb(214, 214, 214);
}
ul.b-title li:last-child {
	/*border-bottom:none;*/
}
.bullet {
	margin: 0;
}
.bullet a {
	display: block;
	color: rgb(41, 41, 41);
	padding: 9px 3px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bullet a:link, .bullet a:visited {
	text-decoration:underline;
}
.bullet a:hover, .bullet a:active {
	text-decoration: none;
	background-color: rgba(189, 189, 189, 0.23);
	color:blue;
	padding-left:10px;
}
.bWorks {
	display: inline-block;
	width: 49%;
	text-align: center;
}
.bWorks:first-child {
	border-right: solid 1px #D6D6D6;
}
.ws {
	font-size: 85%;
	font-weight: bold;
}
.lws {
	text-decoration: none !important;
}
#sectionannounce {
    position: relative;
    padding: 30px 5px 5px 12px;
		/*height: calc( 100vh - 525px );*/
		min-height: 60px;
    background-color: #FFF;
    margin-top: 35px;
}
#headerann {
    position: absolute;
    top: -10px;
    /* width: 50px; */
    line-height: 20px;
    background-color: #F7F7F7;
    color: #808080;
    /* text-shadow: 1px 1px 0 #F0F0F0; */
    padding: 2px 10px;
    border: solid 1px #DADADA;
    /* border-radius: 2px; */
    cursor: default;
}
.D-knowledge {
	line-height: 30px;
	padding-left: 8px;
	margin-right: 6px;
	background-color: rgba(245, 191, 20, 0.31);
	font-weight: 600;
	border-left: solid 4px #D44B45;
}
.D-knowledge * {
	height: 100%;
}
.D-knowledge a {
	display: block;
	color: #CA4842;
}
.D-knowledge i {
	font-size: 120%;
}
.D-knowledge span {
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.13), 2px 2px 0px rgba(189, 149, 66, 0.19);
	text-decoration: underline;
}
.notifier {
	position: fixed;
	left: 26px;
	bottom: 30px;
	width: 241px;
	height: 156px;
	z-index: 1001;
}
.announce {
	position: relative;
	border: solid 1px rgb(167, 167, 167);
	height: 100%;
	background-color: white;
}
.ann-header {
	background-color: gray;
	line-height: 26px;
	padding-left: 4px;
	color: white;
}
.cb-rembmer {
	vertical-align: middle;
}
#col-body_login .tmp-content_scrollbar{
	display:table; width:100%;
}
#body-login {

	border-left: 1px solid #EBEBEB;
	right: 0;
	z-index: 102;
	padding: 38px 16px 10px 31px;
	/* overflow: hidden; */
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	width: 325px;
}
#col-content{
	padding:0;
}
#col-body_login{
	background-color: #E9E9E9;
	vertical-align: top;
}
.fgpwd {
	float: right;
	letter-spacing: 0;
	color: rgb(18, 138, 187);
}
.fgpwd:hover {
	 border-bottom: solid 1px;
}
#capsWarning{
    color: darkorange !important;
    margin-top: -1.35em !important;
    position: absolute !important;
    right: 40px !important;
}
/**/
[data-hint] {
	display: inline-block;
	width: 100%;
	height: 14px;
	position: absolute;
	left: 0;
	top: 0;
	font-family: arial, helvetica, sans-serif;
}
[data-hint]::before {
	content: '';
	position: absolute;
	left: 105%;
	border: 6px solid rgba(0, 0, 0, 0);
	border-right-color: #383838;
}
[data-hint]::after {
	position: absolute;
	width: 200px;
	left: 200%;
	top: -50%;
	z-index: 100;
	content: attr(data-hint);
	background: #383838;
	color: #FFF;
	text-shadow: 0 -1px 0 #000;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 16px;
	white-space: normal;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
[data-hint]::before, [data-hint]::after {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-4px);
	-moz-transform: translateX(-4px);
	transform: translateX(-4px);

	pointer-events: none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	transition: .3s ease;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	transition-delay: 0ms;
}
[data-hint]:hover::before, [data-hint]:hover::after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}
i#refresh-knowledge_base {
  color: darkslategray;
}
#div-show-knowledge_base{
	height: 100%;
}
#col-content > .jfk-scrollbar{
	overflow: initial!important;
	position: initial!important;
}
