default.css 6.72 KB

.js_link{text-decoration:underline;color: #3B5998;cursor:pointer;border-bottom:1px dashed;text-decoration:none}
.js_link:hover{color:red;text-decoration:none}


.message, .ajax_msg {
  padding:10px;
  margin:0px;
  font-weight:bold;
  text-decoration:underline;
  color:white;
  position:fixed;
  right:0px;
  top:0px;
  overflow:auto;
  display:none;
  z-index:110;
  font-size:16px;
}



#message{
  padding:10px;
  margin:0px;
  font-weight:bold;
  text-decoration:underline;
  position:fixed;
  right:0px;
  top:0px;
  overflow:auto;
  display:none; 
  z-index:110;
  max-width:500px;
  
  font-size:16px;
}


.ajax_red_msg{
  background-color:red;
  color:#FFFFFF;
  display:block  !important;
  
}

#ajax_green_msg{
    background-color:green;
    display:block !important;
}

.ajax_system_msg {
   background-color:red;
   color:#FFFFFF;
   display:block  !important
}


.ajax_hidden_msg {
   
   display:none  !important;
}

.snippet{
  position:absolute;
  z-index:101;
  width:32px;
  height:32px;
  display:none;
  font-size:16;
  font-weight:600;
  background-image: url(../img/edit.png);
  cursor:pointer;
  
}
.background{
	position:fixed !important;
  position: absolute;
	bottom: 0;
	top:0px;
	left:0px;
	width:100%;
	background-color:#000000; 
	height: 100%;
	min-height: 100%;
	opacity:0.5;
	filter:alpha(opacity=50);
	margin:0px;padding:0px;
	z-index:100;
	
}


.msg{
	position:fixed !important;
    position: absolute;
	width:auto;
	
	border:#3A5774 solid 1px;
	background-color:#ADAB93;
	padding:10px;
	overflow:auto;
	z-index:101;
	
}
.msg h2{
	background-color:#ECEBDA;
	font-weight:bold;
	padding:10px;
	font-size:12px;
	color:#000000;
}
.msg_content{
	background-color:#F7F6EE;
	padding:5px;
	overflow:auto;
	}
.cursor{
	 position: absolute;cursor:pointer;border:0px;right:15px;">
}




.window{z-index:20;position:fixed !important;position: absolute; border:#3A5774 1px solid;padding:10px;background-color:#ADAB93;}
.window .title{height:26px;overflow:hidden;background-color:#ECEBDA;font-weight:bold;}
.window .title h3{background-color:#ECEBDA;padding:5px;}
.window .title div{position:relative;float:right;right:8px;top:-20px;background: url(/source/tmpl/default/img/close.gif) no-repeat;width:15px;height:15px;background-color:#ECEBDA; }
.window .content{background-color:#F7F6EE;padding:5px;overflow:hidden}


.data{border: #CCCCCC 1px solid;border-collapse:collapse;font-size:15px;text-align:left;}
.data td{border-left: #CCCCCC 1px solid;border-bottom: #CCCCCC 1px solid;padding:4px;}
.data tr.header{background-color:#F8A720;text-align:center;font-weight:bold}
.data tr.header td{font-size:14px;padding:5px;padding-left:5px;color:white;}
.data tr.header .asc{margin-right:3px;width:14px;height:14px;background: url(/source/tmpl/default/img/sort_subtable_desc.png);cursor:pointer;}
.data tr.header .desc{margin-right:3px;width:14px;height:14px;background: url(/source/tmpl/default/img/sort_subtable_asc.png);cursor:pointer;}
.data tr.body2{background-color:#FFFFFF ;}
.data tr.body1{background-color:#EDF3FE;}
.data tr.body1:hover,.data tr.body2:hover {background-color:#E9E9E9;}

.data tr.body_red{background-color:red;}
.data .comment{font-size:12px;color:grey}


.data a{font-size:12px}
.filter{background-color:#EFEFEF;float:left;border:1px solid #CCCCCC;color:#999999}
.filter h3{text-align:center;margin:5px;font-size:14px;}
.filter h3 a{color:#F8A720;text-decoration:none}
.filter h3 a:hover{text-decoration:underline}
.filter .header{background-color:#B6CDE6;padding:2px;color:white}
.filter .content{padding:10px;}
.filter .content ul{padding-bottom:10px;}


.page_nav{margin:5px;margin-left:auto;margin-right:auto;}
.page_nav li{float:left;padding-left:5px;font-size:14px;}
.page_nav li a{ font-size:14px}


.top_nav {margin:-10px;margin-bottom: 5px; padding: 0; height: 20px; font-size: 12px;   color: #4c4c4c;padding:1px;}
.top_nav li {margin: 0px; padding: 0 25px 0 10px; display: inline; line-height: 20px; background: url(/source/tmpl/default/img/arrow_tn.gif) right 5px no-repeat;}
.top_nav li.current {background: none; padding-right: 0; }
.top_nav li a{text-decoration:none;}
.top_nav li a:hover{text-decoration:none;text-decoration:underline}


.admin_menu {height:20px;font-family: arial, sans-serif; width:100%;   font-size:10px; text-align:center;}
.admin_menu ul li a, .admin_menu ul li a:visited {display:block; text-decoration:none; color:#000;width:120px; height:20px; text-align:center; color:#fff; border:1px solid #fff; background:#858484; line-height:20px; font-size:11px; overflow:hidden;}
.admin_menu ul {padding:0; margin:0; list-style: none;}
.admin_menu ul li {float:left; position:relative;}
.admin_menu ul li ul {display: none;}
.admin_menu ul li:hover a {color:#fff;}
.admin_menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.admin_menu ul li:hover ul li a.hide {background:#C5C5C5; color:#fff;}
.admin_menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.admin_menu ul li:hover ul li ul {display: none;}
.admin_menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.admin_menu ul li:hover ul li a:hover {background:#E9E9E9; color:#000;}
.admin_menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.admin_menu ul li:hover ul li:hover ul.left {left:-105px;}

#debug_link{position:fixed;bottom:1%;left:50%;opacity:0.5;}
#debug_link a {color:#F8A720;font-weight:bold}
#debug_wnd{display:none;position:fixed;bottom:1%;border:1px solid black;padding:5px;}
#debug_wnd span{float:right;position:relative;top:-20px;}
#debug_wnd ul li{float:left;padding-right:15px;}
#debug_content{clear:both;padding:15px;}
#debug_wnd table{display:none;width:100%}
#debug_wnd td{vertical-align:top;font-size:12px;width:100px;}
#debug_wnd .right{text-align:left;font-size:12px;padding-left:10px;width:auto;}
#debug_wnd .left{font-weight:bold;text-align:right;padding-right:10px;width:auto;}
	

form{padding:0px;margin:0px;}
.form input,select,textarea{font-size:12px;border:1 solid #E9E9E9;padding:1px;}
.form input[type="button"]{padding-left:10px;padding-right:10px;font-size:12px;}
.form input[type="text"]{width:300px;}
.form td{padding:5px;}
.form .info{background-color:#E9E9E9;text-align:right;font-size:14px;font-weight:bold;}


.live{
display:none;
position:absolute;
padding:2px;margin-top:20px;
background-color:white;
border:1px solid black;
}
.live li:hover{
  background-color:grey;
  cursor:pointer;
}


.h1{font-size:20px;font-weight: 600}
.h2{font-size:18px;font-weight: 400}
.h3{font-size:16px;font-weight: 200}
.h4{font-size:14px;}
.h5{font-size:12px;}
.h1,.h2,.h3,.h4,.h5{text-decoration:none;padding-right:10px;}


.red{color:red;}
.pagination
{
  clear:both;
  list-style-type:none;
}

.pagination li{
	float:left;
	margin:5px;
	font-size:14px;
	
}
.pagination li a{
	font-size:14px;
	text-decoration:none;
}