@media screen, print {
 html {overflow:scroll;}
 body {
  margin:0px; padding:0px; 
  width:100%; 
  line-height:160%;
  font-weight: normal;
  font-size: 12px; 
  font-family:Arial, Helvetica, Sans Serif;  
  color: #000000; 
  background-color:#ffffff;
  }
 h1, h2, h3, h4, h5 {
  margin:0px; padding:0px;
 }
 h1 {
  font-size:18px;
  }
 h2 {
  font-size:16px;
  } 
 h3 {
  color: #aaa;
  font-size:14px;
  }
 h4 {
  color: #bbb;
  font-size:12px;
  }  
 a, a:visited { 
  text-decoration:none;
  color: #3E3076; 
  }
 a:hover {
  text-decoration:underline;
  color: #e4322c; 
  }
 .clr {clear:both;}
 .float_l {float:left;}
 .float_r {float:right;}

 a, a:visited { text-decoration:none;	}
 a:hover {text-decoration:underline;}

.bwhite {
 background-color:rgba(255,255,255,0.8);
 padding:10px;
 border-radius:4px;
 }
 
h1, h2, h3, h4 { margin:.1em 0; padding:0; color:#333; font-family: Arial, Helvetica, Sans Serif;}
h1 {font-size:30px;font-weight:bold}
ul {margin-top: 0.5em;margin-bottom: 0.5em;	margin-left: 30px;	padding: 0;} 
p {margin:5px; padding:0; }
img {margin:0; padding:0; border:0;}

.small {font-size: 90%;}
.smaller {font-size: 88%;}
.clr{clear:both;}
.spacer{line-height:1px;}
.hide {display: none;}
.show {display: block;}
.middle{text-align:center; vertical-align:middle;}
.float_l {float:left;}
.gray {color:#999;}
.green-base {color:#428400;}
.white{color:#FFF;}
.green {color: #e48365}
.yellow {color:#FFD700;}
.blue {color:#00BFFF;}
.blue0 {color:#00f;}
.blue1 {color:#3E3076;}
.blue2 {color:#7b68ee;}
.nomargin {margin:0px;padding:0px;}
.t-r {text-align:right;}
.em {font-weight:bold;}
.red1 {color:#E4322C;}

.Tgreen {background: #e48365}
.Tblue {background:#00BFFF;}
.Tred {background:#E4322C;}

TD padding {10px !important;}

  input {padding:2px;text-align:center;font-weight:bold;}
	div {border: solid 0px #00f;}
 .t70 {width:70px;}
 .t80 {width:80px;}
 .t120 {width:120px;}
 .t150 {width:150px;}
 .t250 {width:200px;}
 .t350 {width:350px;}
 .n3 {width:30px;}
 .n4 {width:40px;}
 .n6 {width:60px;}
 .n8 {width:80px;}
 .p3 {padding:3px;}
 #info-inp {background:rgba(0,128,128,0.1);border-radius:4px;padding:10px;}
 #info-out {background:rgba(128,128,0,0.2);border-radius:4px;padding:10px;margin-top:10px;}
 #info-opt {background:rgba(128,128,128,0.2);border-radius:4px;padding:10px;margin-top:10px;}
 #info-graf {background:rgba(128,128,0,0.2);border-radius:4px;padding:10px;margin-top:10px;}
 .divl {width:170px;}
 .divc {width:180px;}
 .divr {width:135px;}
 .h4-inp {font-weight:bold;margin-bottom:10px;}
 
 .red {background:rgba(128,0,0,0.2);}
 .num {}
 
 input[type="text"] {border: solid 1px;}
 .inpround {
  border-radius:4px;
	background:rgba(0,0,255,0.1);	
  background-image: url(/files/ask.png);
  background-position: 4px 4px;
  background-repeat: no-repeat;	
	}
	
 .inproundX {
  border-radius:4px;
	background:rgba(0,0,255,0.1);	
  background-image: url(/files/ask.png);
  background-position: 4px 4px;
  background-repeat: no-repeat;	
	}
	
.arrow-right {
 width:32px;height:32px;
 background-image: url(/files/arrow-right.png);
 background-repeat:no-repeat;
 background-position: center center;
 }
.arrow-left {
 width:32px;height:32px;
 background-image: url(/files/arrow-left.png);
 background-repeat:no-repeat;
 background-position: center center;
 }
 .info {}
 #content {padding:10px;}
 #main {padding:10px;}
 .btn-defaultx {height:24px !important;padding-top:4px !important;}
 .div-info {z-index:1;display:none;padding:10px;background:#fff;border:solid 1px rgba(128,128,128,1);}
 
 #denumire {
  display:none;
  padding:4px;
	background:rgba(0,0,0,0.6);
	color:#fff; border-radius:4px;
	font-weight:bold;
	text-align:center;
  }
 .ui-button {border: solid 1px #111; !important;}
 .custom-combobox-input {width:133px !important}
.lbl_opt{text-align:left;width:230px;}
.half {width:220px;}
 .pholder {background:#DEDEDE;}
*::-webkit-input-placeholder {color: red;}
*:-moz-placeholder {color: red;}
*::-moz-placeholder {color: red;}
*:-ms-input-placeholder {color: red;} 
}