/*
**html {
**	min-height: 100%;
**	background-color:#0000f0;
**	background:url("/ff14/api/file/?d=image&f=bgimage") no-repeat center;
**	background:no-repeat center;
**	background-size:cover;
**}
*/

body {
	font-size:62.5%;
/*	font: normal .8em/1.5em Arial, Helvetica, sans-serif; */
	font: normal .7em/1.4em Arial, Helvetica, sans-serif;
/*
**	margin: 1px;
**	color: #666;
**	background-color:rgba(0,0,0,0.35);
**	background-color:#000;
**	background: #ebebeb;
**	filter:alpha(opacity=55);
**	-moz-opacity:0.55;
**	-khtml-opacity:0.55;
**	opacity:0.10;
*/
}

a { text-decoration: none; }


#maincontent {
/*
	position: absolute;
	border: none;
	width: 95%;
	height: 95%;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity:0.85;
	opacity:0.85;
*/
}

/*
**.tabdtl {
**	width: 100%;
**	min-height: 400px;
**	border: solid 2px silver;
**	border-radius: 3px;
**	-webkit-border-radius: 3px;
**	-moz-border-radius: 3px;
**}
*/


/*
**#ChartDivs {
**	filter:alpha(opacity=50);
**	-moz-opacity:0.50;
**	-khtml-opacity:0.50;
**	opacity:0.50;
**	background-color:rgba(255,255,255,0.50);
**}
*/

#tab0 {
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity:0.90;
	opacity:0.90;
	background-color:rgba(255,255,255,0.85);
}
#tab0 link { color: #0000ff; }
#tab0 visited { color: #0000FF ; }
#tab0 hover { color: #0000FF ; }
#tab0 active { color: #0000FF ; }
#copyadd {
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;
	color: #f8f8f8;
}


#mysearchDivs {
	margin: 0 auto;
/*
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity:0.90;
	opacity:0.90;
*/
	background-color:rgba(255,255,255,0.80);
}

#mylistTable {
	background-color:rgba(255,255,255,0.90);
}

.dataTables_filter {
	display: none;
}

#listmsg {
	text-align:center;
	color: red;
}

.dataTables_info,.dataTables_paginate {
	background-color:rgba(255,255,255,0.90);
}


.ui-tooltip,ui-tooltip-content {
	width:700px;
	color: #c0c0c0;
	background-color:#202020;
	background-image: none;
}

#tip_dtl {
	width: 700px;
	margin-left:auto;
	margin-right:auto;
}

#tip_left {
	width:64;
	float:left;
}

#tip_right {
	float:left;
}

#dtlDivs {
	width:"100%";
}

#his_right {
	float:left;
	background-color:rgba(255,255,255,0.90);
}

#fc_history {
	float:left;
	background-color:rgba(255,255,255,0.90);
}

#level_history {
	min-width:300px;
	float:left;
	background-color:rgba(255,255,255,0.90);
}
/*
*/

#tab3dtl1 {
	width:100%;
	height:400px;
	background-color:rgba(100,100,100,0.5);
}

#tab3iframe {
	width:100%;
	height:100%;
	border:none;
}

#imgPreviewWithStyles {
    background: #aaa;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px;
    z-index: 999;
    border: none;
}

.boxshadow{
    background-image:-moz-linear-gradient(top, #F3F4F5, #C8C9CA);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F3F4F5), to(#C8C9CA), color-stop(1,#C8C9CA));
  
    border:2px solid #F2F2F2;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
}


.mfp-s-loading .mfp-arrow {
   display: none;
}



