@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: local('Oxygen'), local('Oxygen-Regular'), url(oxygen.ttf) format('truetype');
}

body {
-webkit-appearance: none;
-webkit-font-smoothing:antialiased;
background-color: #eee;
font-family:verdana,sans-serif;
font-size:13px;
line-height:18px;
color: #000000;
margin: 0px 0px 0px 0px;
}
a, a:visited{
	color: #4b7b21;
	text-decoration: none;
	/*text-shadow: 0 0 1px #8ec759;*/
	}
	
a:hover{
	color: #000000;
	text-decoration: underline;
	}
input {font-family:verdana,sans-serif;}
img { border:none;}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

#container { 
	width: 980px; 
	text-align: left; 
	margin: 0 auto; 
  background-color:#fff;
  -moz-box-shadow: 0 0 15px #AAAAAA;
  -webkit-box-shadow: 0 0 15px #AAAAAA;
  box-shadow: 0 0 15px #AAAAAA;
	}

#uhead {
background-color: #ffe800;
background: -moz-linear-gradient( top , #fff000, #ffe400);
background: -ms-linear-gradient( top , #fff000, #ffe400);
background: -webkit-linear-gradient( top , #fff000, #ffe400);
background: linear-gradient( top , #fff000, #ffe400);
padding:0px 10px;
height:85px;
text-align:left;
margin: 0 0 2px;
box-shadow: 0 0 3px #888;
}

.imglogo50
{
	width:50px;
	height:50px;
    background: url("icons.png") 0px -590px;
}

.imglogo25
{
	width:25px;
	height:25px;
    background: url("icons2.png") 0px -295px;
    background-size: 25px 320px;
}

.grnbg, .ui-widget-header, .mthighlight td.mthl 
{
	background: #8ec759;
    background: -moz-linear-gradient(top , #8ec759, #83b852);
    background: -ms-linear-gradient(top , #8ec759, #83b852);
    background: -webkit-linear-gradient(top , #8ec759, #83b852);
    background: linear-gradient(top , #8ec759, #83b852);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#8ec759, endColorstr=#83b852)";/* IE 8 */
    color:#fff !important;
}

.grnbtn
{
    border-radius: 1px;
    border:none;
    box-shadow: 0 1px 2px #444444;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: rgb(66, 109, 6) 0px 0px 1px;
}

button[type=submit].grnbtn:hover, input[type=submit].grnbtn:hover, a.grnbtn:hover
{
	background: #a0e064;
    background: -moz-linear-gradient(top , #a0e064, #8ec759);
    background: -ms-linear-gradient(top , #a0e064, #8ec759);
    background: -webkit-linear-gradient(top , #a0e064, #8ec759);
    background: linear-gradient(top , #a0e064, #8ec759);
    box-shadow: 0 1px 5px #444444;
    text-decoration:none;
}

button[type=submit].grnbtn:active, input[type=submit].grnbtn:active, a.grnbtn:active
{
    box-shadow: 0 1px 3px #444444 inset !important;
}

.slvrbg
{
	background: #f0f0f0;
    background: -webkit-linear-gradient(top , #fff, #f0f0ec);
    background: linear-gradient(top , #fff, #f0f0ec);
	background: -moz-linear-gradient(top , #FFFFFF, #f0f0ec);
	background: -ms-linear-gradient(top , #FFFFFF, #f0f0ec);
}

#menu { 
 background-color:#fff000;
 padding: 0 10px 2px 0;
 text-align: center;
 height: 25px;
}

#content { 
	width: 560px; 
	margin: 0px 0 20px 0px;
	padding: 5px 10px 15px 13px;
	min-height: 660px;
  float:left;
	}
* html #content {
	height: 660px;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	margin: 0 0 10px 0;
	}
	
#content p img{
	border: none;
	margin-right: 5px;
	margin-bottom: 3px;
	}
#content h1 {
	color: #cccccc;
	font-size: 22px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #cccccc;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h2 {
	font-size: 18px;
	margin: 10px 0 0 0;
	line-height: 120%;
  font-weight:normal;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  color: #2b5900;
  padding:0;
	}

#content h2 a  {
	text-decoration: none;
	}

#content h2 a:hover {
	color: #444;
	text-decoration: none;
	}

.hbox {
  background-color: #898;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #FFFFFF !important;
    font-family: Verdana,Helvetica,Sans-Serif !important;
    font-size: 13px !important;
    font-weight: bold !important;
    line-height: 120%;
    margin: 5px 0 15px;
    padding: 4px 0 4px 6px;
}	

#content h3 {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 120%;
	}

#content h3 a  {
	color: #333;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #444;
	text-decoration: none;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
/*#content */ul li {
	list-style: square outside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
/*#content */ul li a {
	text-decoration: none;
	}

/*#content */ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}

#moreinfo {display: none;}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postsubtitle { color: #888;}

.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	background: #FFFFFF;
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

.sidebar { 
	background: #ffffff;
	color: #000000;
	width: 190px;
	float: left; 
	float: left; 
	margin-top: 0px;
	margin-bottom: 20px;
	min-height: 660px;
	}
* html #l_sidebar {
	height: 660px;
        }

.sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}
.sidebar h2 {
	color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-weight: bold;
	list-style: none;
	padding: 3px 0 3px 5px;
	margin: 10px 0 0 0;
  background-color:#8ec759;
  border-bottom: 1px solid #CCCCCC;
  text-shadow: rgb(66, 109, 6) 0px 0px 1px;
	}


.sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style: none;
	margin: 0;
	border-bottom: 1px dotted #cccccc;
	padding: 0;
	}
	
.sidebar ul li a {
	display: block;
	text-decoration: none;
	padding: 3px 0px 3px 3px;
	}

.sidebar ul li a:hover {
	background: #e5f6d5;
	}

.sidebar ul li ul {
	padding: 0 0 0 0px;
	}

.sidebar ul li ul li {
        border-top: 1px dotted #cccccc;
        border-bottom: none;
	}

#l_sidebar { 
padding: 0 5px 0 13px;
}

#r_sidebar { 
	background: #ffffff;
	color: #000000;
	width: 170px;
	float: right; 
	position:relative;
	margin-top: 0 0 20px 0;
	padding: 0px 13px 15px 0px; 
	min-height: 660px;
	}
* html #r_sidebar {
	height: 660px;
        }

#r_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}

#pastconst a{
 display:block;
 text-decoration:none;
 padding:3px;
 border-bottom: 1px dotted #cccccc;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

#pastconst a:hover{
 background-color:#e5f6d5;
 text-decoration:none;
}

#footer { 
	background: #ffffff;
	padding: 20px 0px 20px 0px;
	text-align: center;
	border-top: 1px solid #cccccc;
	clear: both;
	}

/* drop down menu */


/* start legacy */
ul#menulist_root {
  margin: 0 0 0 -7px;
  float: left;
  clear:left;
  padding: 0;
}

ul#menulist_root li {
  list-style-type: none;
  float:left;
  text-align:center;
  padding: 0;
  margin:0;
  color:#333;
  border-right: 1px solid #FFFFFF;
}

ul#menulist_root a {
  padding: 3px 10px;
  display: block;
  height: 19px;
  color: #333;
  cursor: default;
  white-space: nowrap;
  }

ul#menulist_root a:hover {
  text-decoration: none;
}

ul#menulist_root li:hover {
  background-color: #fff378;
}

ul#menulist_root li.bauwion li:hover {
  background-color: #00b4ff !important;
}

ul#menulist_root li.nohover a {
  color: #777;
}

ul#menulist_root li.nohover:hover {
  background: none !important;
}


ul#menulist_root li ul {
  position:absolute;
  display:none;
  box-shadow: 0 1px 10px #888;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
ul.activeMenu > li:hover > ul {
    display:block !important;
    z-index:6000;
}
ul#menulist_root li ul li{
    clear:both;
    background-color: #fff;
    width: 100%;
    text-align:left;
    margin:0;
    border:none;
}
ul#menulist_root li ul li a{
    background:none;
}
/* end legacy */
ul#menulist_root > li > ul > li > ul{
display:none;
}
ul#menulist_root > li > ul > li:hover > ul{
display:block !important;
}
ul#menulist_root ul ul {
	position: absolute; left: 100%; margin-top:-25px;
}




ul.ddm {
  margin: 0px;
  float: left;
  padding: 0;
}

ul.inlineddm {
  float: none !important;
  display: inline-block;
}

ul.ddm li {
  list-style-type: none;
  float:left;
  text-align:center;
  padding: 0;
  margin:0;
  color:#333;
  border-right: 1px solid #FFFFFF;
}

ul.inlineddm li {
  float: none !important;
  text-align:left !important;
  display: inline-block;
}

ul.ddm a {
  padding: 3px 10px;
  display: block;
  height: 19px;
  color: #333;
  white-space: nowrap;
  }

ul.ddm a:hover {
  text-decoration: none;
}

ul.ddm li:hover, ul.ddm li.sfhover {
  background-color: #e5d818;
}

ul.inlineddm li:hover, ul.inlineddm li.sfhover {
  background-color: #eee !important;
}

ul.ddm li ul {
  position:absolute;
  display:none;
  border: 1px solid #aaa;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
ul.ddm li:hover ul, ul.ddm li.sfhover ul{
    display:block;
    z-index:6000;
}
ul.ddm li ul li{
    clear:both;
    background-color: #fff;
    width: 100%;
    text-align:left;
    margin:0;
    border:none;
}
ul.ddm li ul li a{
    background:none;
    /* maybe needed for IE? width:66px;*/
}

#respond {margin:0 0 10px 0 !important;}

/* my construction */
a.curconstr {
 font-weight:bold;
 }

#bigfooter {
    background: #666;
    background: -moz-linear-gradient( top , #666666, #555555);
    background: -ms-linear-gradient( top , #666666, #555555);
    background: -webkit-linear-gradient( top , #666666, #555555);
    background: linear-gradient( top , #666666, #555555);
text-align: left;
clear:both;
box-shadow: 0 0 5px #555;
color:#ddd;
}
#bigfooter ul {margin:0;padding: 0;}
#bigfooter ul li {list-style-type: none;margin:0;padding: 0px;}
#bigfooter td {vertical-align: top;padding-right:10px;}
#bigfooter a {color:#fff;}
div.footcell {float:left;}
div.foothead {padding: 3px 10px;font-weight:bold;color:#eee;}
div.footcont {padding: 3px 10px;}

.fbbtn div {width:29px;height:29px;float:left;background: url("icons.png") 0 -469px;}
.twbtn div {width:29px;height:29px;margin-left:10px;float:left;background: url("icons.png") 0 -498px;}

.fbbtn_s {background: url("icons.png") 0 -279px;}
/* uform only stuff following --------------------------- */

input {font-size:13px;color:#000;}
input:disabled {color:#666;background-color:#f0f0f0;}

::-webkit-input-placeholder { font-weight:normal; }
:-ms-input-placeholder { color:#888; }

h2 { 
margin-top: 25px;
}

#uform { padding:0; }


#formhead{
  margin-top:5px;
  font-size:110%;
  padding: 3px;
  text-align: center;
  font-weight:bold;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.myselect
{
color: #000;
border: 1px solid #8ec759;
margin-right: 8px;
}

.myselect span
{
display: inline-block;
margin: 4px;
}

.myselect:hover { text-decoration:none; }

.myselect:hover div { opacity: 1.0; }

#constname, #fioSearch {
width:305px;
height: 26px;
padding: 0 4px;
border: 1px solid #8ec759;
margin-right:1px;
}

button.icon {
padding:0;
margin-left: 0 0 0 5px;
vertical-align:bottom;
font-size:13px;
height: 26px;
}


.btnbg
{ /* dae0e1 */
  background: -moz-linear-gradient(top , #e9efef, #d0d8d9); 
  background: -ms-linear-gradient(top , #e9efef, #d0d8d9);
  background: -webkit-linear-gradient(top , #e9efef, #d0d8d9);
  background: linear-gradient(top , #e9efef, #d0d8d9);
  border:1px outset #f8fcf8;
}

#umenubar a.icon:hover
{
  background-color:#e5f6d5;
  /*box-shadow: 0 0 3px #888;
  border: 1px solid #ccc;*/
}

.btnbg:hover {
  background: -moz-linear-gradient(top , #f3f9f9, #e0e8e9); 
  background: -ms-linear-gradient(top , #f3f9f9, #e0e8e9);
  background: -webkit-linear-gradient(top , #f3f9f9, #e0e8e9);
  background: linear-gradient(top , #f3f9f9, #e0e8e9);
  box-shadow: 0 0 2px #888;
}

#umenubar > span
{
border-right:1px solid #8ec759;
margin: 0 1px;
}

a.icon {
padding:0;
vertical-align:bottom;
font-size:13px;
display: inline-block;
margin: 0;
/*border:1px solid transparent;*/
}

a.icon div {
width:20px;
height:20px;
margin: 4px 13px;
opacity: 0.5;
}

a.icon:hover div {
opacity: 1.0;
}

.drpdwnarr
{
display: inline-block;
width: 14px !important;
height: 14px !important;
margin: 5px !important;
vertical-align: text-bottom;
background: url("icons.png") -2px -129px;
opacity: 0.5;
float:right;
}

a:hover .drpdwnarr
{
opacity: 1.0;
}

#fio th.data a.drpdwnarr
{
margin: 1px 0 0 6px !important;
border: 1px solid #888;
}

#fioHead {border-bottom: 1px solid #ddd;}
#fioFoot { height: 18px;padding: 3px 13px;}

.tilef div, .tdate, .tilef {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;  
}

.txtbtn {padding:5px;border:1px outset #888;cursor:default;}

button.bigicon {
padding:7px 10px !important;
height:auto !important;}

button.icon div{
margin:3px;
vertical-align:middle;
float:left;
width:16px;
height:16px;
}

button.icon span{
vertical-align:middle;
display:block;
float:left;
padding:3px;
}

.likebtn
{
float:right;
font-size:28px;
padding: 1px 4px 4px;
line-height: 0.7em;
border: 1px solid transparent;
margin: -5px -5px 0 0;
}

.likebtn div
{
width:20px;height:20px;
background: url('icons.png') 2px -546px no-repeat;
}

.nolike div
{
background: url('icons.png') 2px -566px no-repeat !important;
}

.likebtn:hover {
  background: -moz-linear-gradient(top , #e9efef, #d0d8d9); 
  background: -ms-linear-gradient(top , #e9efef, #d0d8d9);
  background: -webkit-linear-gradient(top , #e9efef, #d0d8d9);
  background: linear-gradient(top , #e9efef, #d0d8d9);
  border:1px outset #f8fcf8;
  text-decoration: none;
  color: #1e6e75;
}

table.constr {  width:750px; }

td.num {padding-left:5px;cursor:row-resize;white-space:nowrap;}
td.num div {
width:16px;height:13px;
background: url('icons.png') -4px -327px no-repeat;
display:inline-block;
margin-right: 2px;
}

td input[type=text], #outside, #inside
{
  padding-top:0;
  padding-bottom:0;
  padding-left:3px;
  height: 21px;
  border:1px solid #8ec759;

}

td.thick {width:42px;}
td.cm {padding-right:10px;}

td.inhomogen {padding-right:10px;display:none;visibility:hidden;white-space:nowrap;}
td.inhomogen input {  
  width: 3em;
}

td.mat {padding-right:10px;}
td.val {padding-right:10px;text-align:center;width:60px;overflow: hidden;}

td.val a {color:#000;}

td.thick input {
  margin-right:3px;
  width: 40px;
}

tr.inout, tr.layer {height:2.2em;}
  
input.mat, input.dropdown{
  width: 245px;
  background: #fff url('icons.png') 246px -127px no-repeat;
  text-align:left;
  padding:0 20px 0 0;
}
  
.pressed {
border: 1px inset #aaa;
box-shadow: 0 0px 5px #aaa inset;
background: #eee;
} 
 
#matpopup {
  position:absolute;
  left:100px;
  top:100px;
  display:none;
  background: #f8f8f8;
  z-index: 1000;
  -moz-box-shadow:1px 1px 8px #888888;
  -webkit-box-shadow:1px 1px 8px #888888;
  box-shadow:1px 1px 8px #888888;
  border-bottom:1px solid #ccc;
  border-left:1px solid #ccc;
  }

div#usummary {
  text-align: left;
  padding: 10px 0px;
  font-size: 110%;
  border-bottom: 1px solid #cdc;
  margin-bottom:10px;
  float:right;
  }  

div#usummary div div {
height:12px;
width:160px;
margin: 0 0 6px 0;
}

div#usummary div div div{
height:4px;
width:0;
border-top: 2px solid #f8fcf8;
}

#tresults td 
{
padding-right:7px;
}

#tresults td table td
{
font-size:12px;
padding:0 !important;
}

table#tresults img 
  {
  border: none;
  margin: 0px 10px 0px 0px;
  }
table#rresults img 
  {
  border: none;
  margin: 5px 0px 0px 0px;
  }

td.value {
  font-weight:normal;
  text-align:left;
  }

td.value a { color: #000;}
  
#uresult {
margin-top:10px;
}
 
span.param
  {
  display: none;
  }  
  
sup {
  font-size: 70%;
  }
  
.stdpopup {
 position: absolute;
 border: 1px solid #888;
 background: #fff;
 display: none;
 z-index:10000;
 box-shadow: 0 2px 5px #aaa; 
}  

.stdpopup a{
 display:block;
 text-decoration:none;
 color:#000;
 padding:3px 10px 3px 3px;
}

.stdpopup a:hover{
 background-color:#eee;
 text-decoration:none;
}

.stdpopup th, .stdpopup .head {
background:#e0e0e0;
padding: 3px;
border-bottom:1px solid #888;
color:#666;
font-weight:bold;
}

.stdpopup table div {
display:inline-block;
text-overflow: ellipsis;
}


.stdpopup td{ white-space: nowrap;}

.constdel {background: url("icons.png") no-repeat scroll 6px -213px transparent;}

.blueborder {color:#00f !important;border:1px solid #0000ff !important;}

#matpopup input {width:250px;
padding-left:2px;
color:#888;
border:1px solid #888;
font-size:12px;}

table#mqhead th {
font-weight:normal;
text-align:left;
background-color: #e0e8e0;
border-bottom: 1px solid #888;
}

table#mqselector {
cursor: default;
}

td.mqcolname img {
padding-right:5px;
position:relative;
top:2px;
vertical-align:top;
}

.mqcolval { width:40px;text-align:right;}

.mathover {
color:#000 !important;
background: -moz-linear-gradient(#dfdfdf, #d1d1d1) repeat scroll 0 0 #dddddd !important;
background: -webkit-linear-gradient(#dfdfdf, #d1d1d1) repeat scroll 0 0 #dddddd !important;
background: linear-gradient(#dfdfdf, #d1d1d1) repeat scroll 0 0 #dddddd !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdfdfdf, endColorstr=#ffd1d1d1);/* IE 5.5 - 7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdfdfdf, endColorstr=#ffd1d1d1)";/* IE 8 */

}

td.btn a {
display: block;
float: left;
width:20px;
height:19px;
cursor: pointer;
margin: 0;
padding: 3px;
opacity:0.5;
}

td.btn a:hover {
background-color: #ddd;
opacity:1.0;
}

td.btn a img {
vertical-align:middle;
}

div.matdlgcontent { width:418px;}
div.matdlgcontent textarea {width: 400px; height: 200px;}

#hint {
    color: #777777;
    float: right;
    padding: 0 0 0 10px;
    width: 192px;
}


.seltab {
border-left:1px solid #888;
border-top:1px solid #888;
border-right:1px solid #888;
margin-left:5px;
background-color:#fff;
position:relative;
z-index:500;
}

.unseltab {
border-left:1px solid #ccc;
border-top:1px solid #ccc;
border-right:1px solid #aaa;
background: #eee;
margin-left:5px;
}

.klima td {
color: #888;
}

#klima input{
text-align:right;
width:2.5em;
}

.klima input{
border: 1px solid #fff !important;
color:#888;
}

.klimaf input{
border: 1px solid #888;
}

#details {
-moz-box-shadow: 0 0 5px #AAAAAA;
-webkit-box-shadow: 0 0 5px #AAAAAA;
box-shadow: 0 0 5px #AAAAAA;
background-color: #FFFFFF;
border-left: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-right: 1px solid #aaa;
clear: left;
left: -5px;
padding: 10px;
position: relative;
width: 750px;
}

/* new stuff */
 
#matpopup > tbody > tr > td {
  vertical-align: top;
  border-right: 4px solid #888;
  }

table.cat {
  table-layout: fixed;
  border-bottom:1px solid #ccc;
  }

.cat tr { /* was tr */
  background: -webkit-linear-gradient(white, #F1F1F1) repeat scroll 0 0 #EEEEEE;
  background: -moz-linear-gradient(white, #F1F1F1) repeat scroll 0 0 #EEEEEE;
  background: linear-gradient(white, #F1F1F1) repeat scroll 0 0 #EEEEEE;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#fff1f1f1);/* IE 5.5 - 7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#fff1f1f1)";/* IE 8 */

  }
.mtr > td {
  padding:0.4em 0.5em;
  border-top: 1px solid #CCCCCC;
  border-right: none !important;
  }

.mtr div {
  white-space:nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}

.mtr div img { vertical-align:bottom;}
.mtgrp { /*width:2.5em;*/}
.mtgmgrp {border-left:1px solid #ccc;}

.mtgrp div, .mtgmgrp div {
width:18px;height:18px;
background-image: url("icons.png");
background-repeat: no-repeat;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border-radius: 9px;
background-position: 0 -301px;
margin: auto;
}

/*.mprd {font-weight:bold;}*/

.mprd::after {
content: '★';
color: #ec0;
text-shadow: 0 1px 0px #888, 0 -1px 0 #888, -1px 0 0 #888, 1px 0 0 #888;
position: relative;
top: 1px;
line-height: 13px;
font-size:15px;
margin-left:2px;
}

#ttd {
  max-width:400px;
}

.mdata {margin: 10px 0 0 0;}
.mdata p {margin:0 0 5px 0 !important;}
#ttd ul li {list-style: square;margin: 0px 0px 0px 20px;}
.mdata table {border-spacing: 0px;}
.mdata tr {background: none !important;}
.mdata td {padding-right:20px;vertical-align:top;}

.ttbtn, #ttd button {
  border: 1px outset #EEE;
padding: 3px 7px;
background: -webkit-linear-gradient(white, #DDD) repeat scroll 0 0 #EEE;
background: -moz-linear-gradient(white, #DDD) repeat scroll 0 0 #EEE;
background: linear-gradient(white, #DDD) repeat scroll 0 0 #EEE;
margin: 3px 0;
line-height:20px;
text-align:left;
width:12em;
font:inherit;
white-space:nowrap;
}

#ttd img {
  vertical-align: bottom;
}

#ttd button img {
  vertical-align: middle;
  margin-right:5px;
}

#tab_layers tr.instop td {
  border-top:3px solid #a00 !important;
}

/* project formatting */

#ptabbar, .tabbar
{
border-bottom: 1px solid #bcb;
}

#ptabbar a, .tabbar a
{
float:left;
margin: 2px 10px 0 0 ;
padding: 3px 10px;
color: #000;
}

.pseltab {
position: relative;
top: 1px;
border-left:1px solid #bcb;
border-top:1px solid #bcb;
border-right:1px solid #bcb;
margin-left:5px;
background-color:#fff;
position:relative;
z-index:500;
}

#newbtn div { background: url("icons.png") 0 -56px;}
#loadbtn div { background: url("icons.png") 0 -80px;}
#savebtn div { background: url("icons.png") 0 -104px;}
#pdfbtn div,#fioPdfBtn div {background: url("icons.png") 0 -259px;}
#emailbtn div {background: url("icons.png") 30px -259px;}
#sharebtn div { background: url("icons.png") 0 -527px;}
#undobtn div { background: url("icons.png") 30px -56px;}
#redobtn div { background: url("icons.png") 30px -80px;}

#fioDelBtn div { background: url("icons2.png") 25px -236px;background-size: 50px 640px;}
.closebtnB div, .closebtn div { background: url("icons2.png") 20px -261px;background-size: 50px 640px;}
.delBtnB div { background: url("icons2.png") 25px -236px;background-size: 50px 640px;}


.infobtn {
position: absolute;
margin: 6px 0 0 162px;
background: #fff;
border-radius: 12px;
display:none;
}
.infobtn div { 
background: url("icons.png") 24px -528px;
width:24px;
height:24px;
margin: 1px;
opacity:0.7;
}


.sharedbtn 
{
background: rgba(255,255,255,0.5);
position:absolute;
border-radius: 20px;
}
.sharedbtn div { background: url("icons.png") 45px -418px;
width:40px;
height:20px;
margin: 8px;
}


td.btn a div { width:20px;height:19px;}
.mIBtn { background: url("icons.png")  1px -154px;}
.mEBtn { background: url("icons.png")  1px -185px;}
.mEEBtn{ background: url("icons.png") 29px -130px;}
.mHBtn { background: url("icons.png")  1px -351px;}
.mDBtn { background: url("icons.png")  2px -215px;}
.mPBtn { background: url("icons.png") 30px -105px;}
.mPdfBtn{ background: url("icons.png") 29px -215px;}
.mdBtn { background: url("icons.png") 29px -351px;}
.mMBtn { background: url("icons.png") 28px -154px;}
.uu .mPBtn { background: url("icons.png") 29px -185px;}

span.unavble {
width: 14px;
height: 14px;
display: inline-block;
background: url('icons2.png') -19px -151px no-repeat;
background-size: 41px 520px;
position: relative;
top: 2px;
opacity: 0.6;
}

a.unavble {
display:block;
padding: 10px;
border: 1px solid #ccc400;
background: #fff400;
box-shadow: 0 2px 5px #ccc;
margin: 0 0 15px;
}

.myMatEdt {
width: 20px;
height: 19px;
vertical-align: text-bottom;
display: inline-block;
margin: 0 10px 0 5px;
}

tr a.aDBtn {display:none;}
.uu a.aDBtn {display:block !important;}
.uu a.aEBtn {display:none;}

input.search150 { width:100px;background: #fff url("icons.png") 80px -33px no-repeat;}

tr.uu td.mat,
tr.uu td.thick,
tr.uu td.cm,
tr.uu td.inhomogen,
tr.uu td.val
{
opacity: 0.3;
}

.de20 { background: url("icons.png") -30px -281px;}
.en20 { background: url("icons.png") -30px -294px;}
.fr20 { background: url("icons.png") -30px -307px;}
.ch20 { background: url("icons.png") -30px -320px;}
.at20 { background: url("icons.png") -30px -333px;}
.eu20 { background: url("icons.png") -30px -346px;}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 

.imglogo50
{
	width:50px;
	height:50px;
    background: url("icons2.png") 0px -590px;
    background-size: 50px 640px;
}


input.mat, input.dropdown{
  background: #fff url('icons2.png') 246px -127px no-repeat;
  background-size: 50px 640px;
}

.likebtn div
{
background: url('icons2.png') 2px -546px no-repeat;
background-size: 50px 640px;
}

.nolike div
{
background: url('icons2.png') 2px -566px no-repeat !important;
background-size: 50px 640px !important;
}

#undobtn div{ background: url("icons2.png") 30px -56px;background-size: 50px 640px;}
#redobtn div{ background: url("icons2.png") 30px -80px;background-size: 50px 640px;}
#newbtn div { background: url("icons2.png") 0 -56px;background-size: 50px 640px;}
#loadbtn div{ background: url("icons2.png") 0 -80px;background-size: 50px 640px;}
#savebtn div{ background: url("icons2.png") 0 -104px;background-size: 50px 640px;}
#pdfbtn div,#fioPdfBtn div { background: url("icons2.png") 0 -259px;background-size: 50px 640px;}

.mEBtn { background: url("icons2.png")  1px -185px;background-size: 50px 640px;}
.mEEBtn{ background: url("icons2.png") 29px -130px;background-size: 50px 640px;}
.mMBtn { background: url("icons2.png") 28px -154px;background-size: 50px 640px;}
.mPBtn { background: url("icons2.png") 30px -105px;background-size: 50px 640px;}
.uu .mPBtn { background: url("icons2.png") 29px -185px;background-size: 50px 640px;}
.mDBtn { background: url("icons2.png")  2px -215px;background-size: 50px 640px;}
.mPdfBtn{ background: url("icons2.png") 29px -215px;background-size: 50px 640px;}

.de20 { background: url("icons2.png") -30px -281px;background-size: 50px 640px;}
.en20 { background: url("icons2.png") -30px -294px;background-size: 50px 640px;}
.fr20 { background: url("icons2.png") -30px -307px;background-size: 50px 640px;}
.ch20 { background: url("icons2.png") -30px -320px;background-size: 50px 640px;}
.at20 { background: url("icons2.png") -30px -333px;background-size: 50px 640px;}
.eu20 { background: url("icons2.png") -30px -346px;background-size: 50px 640px;}

.drpdwnarr { background: url("icons2.png") -2px -129px;background-size: 50px 640px;}
.mtgrp div, .mtgmgrp div {background: url("icons2.png") 0 -301px;background-size: 50px 640px;}
input.search150 { background: #fff url("icons2.png") 80px -33px no-repeat;background-size: 50px 640px;}


}
