0% found this document useful (0 votes)
145 views52 pages

Document Text Nou

The document contains code for an online calculator interface, including HTML, CSS, and JavaScript code. The code defines the layout and styling of the calculator interface using frameworks like Bootstrap. It also includes JavaScript functions for handling events like changing dropdown options and calculating totals. The iframes at the top are embedding the actual calculator application.

Uploaded by

StefanManolii
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
145 views52 pages

Document Text Nou

The document contains code for an online calculator interface, including HTML, CSS, and JavaScript code. The code defines the layout and styling of the calculator interface using frameworks like Bootstrap. It also includes JavaScript functions for handling events like changing dropdown options and calculating totals. The iframes at the top are embedding the actual calculator application.

Uploaded by

StefanManolii
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 52

<section id="calculator"><div class="card border-0 bg-none" style="height:

auto;"><iframe src="https://ducont.elemento.md/Settings/Calculator.aspx?
price=0&amp;lang=ro&amp;type=calculator&amp;state=1" height="600" width="100%"
style="border: none;"></iframe></div></section>
<div class="card border-0 bg-none" style="height: auto;"><iframe
src="https://ducont.elemento.md/Settings/Calculator.aspx?
price=0&amp;lang=ro&amp;type=calculator&amp;state=1" height="600" width="100%"
style="border: none;"></iframe></div>
<iframe src="https://ducont.elemento.md/Settings/Calculator.aspx?
price=0&amp;lang=ro&amp;type=calculator&amp;state=1" height="600" width="100%"
style="border: none;"></iframe>
<!DOCTYPE html><html lang="en-us" class="dxChrome dxWindowsPlatform dxWebKitFamily
dxBrowserVersion-79"><head><link rel="stylesheet" type="text/css" href="/DXR.axd?
r=1_284,1_281,1_66,1_67,1_68,1_283,1_280,0_43,0_12,0_49,0_16,100_216,100_218,0_4458
,0_4462,100_309,100_311-ovVxj&amp;p=6428d637"><title>
Calculator
</title><meta name="viewport" content="width=device-width, initial-scale=1.0,
maximum-scale=1.0, user-scalable=no">

<!-- Basic Styles -->

<link rel="stylesheet" type="text/css" media="screen"


href="../css/bootstrap.min.css">

<link rel="stylesheet" crossorigin="anonymous"


href="https://gc.kis.v2.scr.kaspersky-labs.com/E3E8934C-235A-4B0E-825A-
35A08381A191/abn/main.css?
attr=aHR0cHM6Ly9kdWNvbnQuZWxlbWVudG8ubWQvU2V0dGluZ3MvQ2FsY3VsYXRvci5hc3B4P3ByaWNlPT
AmbGFuZz1ybyZ0eXBlPWNhbGN1bGF0b3Imc3RhdGU9MQ"><style>
@media screen and (min-width: 992px) {
.calcLabel{
text-align: right;
}
}

#mainContainer{
/*border: 1px solid #c0c0c0;*/
padding: 20px;

border-radius: 5px;
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.07);
background-color: #ffffff;
}
</style>

<!-- My style -->


<link href="../css/style.css?v=6" rel="stylesheet">
<!-- My scripts -->
<script src="../js/libs/jquery-2.1.1.min.js"></script>
<script src="../js/bootstrap/bootstrap.min.js"></script>
<script src="../js/form.js?v=1"></script>
<script src="../js/shortcut.js"></script>
<script type="text/javascript">

$(document).ready(function () {
var type = document.getElementById('transactionType').value;

if (type == "calculator")
{
$("#calculator").addClass("col-lg-12 col-md-12 col-sm-12 col-xs-12");
$("#mainContainer").addClass("container");
$(document.body).css('background-color', '#fdfdfd');
}
else
{
$("#calculator").addClass("col-lg-8 col-md-8 col-sm-12 col-xs-12");
$("#calculator").css("border-right", "1px solid gray");
$("#adminPanel").addClass("col-lg-4 col-md-4 col-sm-12 col-xs-12");
}

});

// Loading first combo


var lastGen1 = null;
function OnGen1Changed(cmbGen1) {
if (operatiuni1.InCallback())

lastGen1 = cmbGen1.GetValue().toString();
else
operatiuni1.PerformCallback(cmbGen1.GetValue().toString());

comment1Panel.PerformCallback(cmbGen1.GetValue().toString());

function OnEndCallback1(s, e) {
if (lastGen1) {
operatiuni1.PerformCallback(lastGen1);
lastGen1 = null;
}
}
//////////////////////////////////////////

// Loading second combo


var lastGen2 = null;
function OnGen2Changed(cmbGen2) {
if (operatiuni2.InCallback())
lastGen2 = cmbGen2.GetValue().toString();
else
operatiuni2.PerformCallback(cmbGen2.GetValue().toString());

comment2Panel.PerformCallback(cmbGen2.GetValue().toString());

function OnEndCallback2(s, e) {
if (lastGen2) {
operatiuni2.PerformCallback(lastGen2);
lastGen2 = null;
}
}
//////////////////////////////////////////
// Show second activity

function OnValueChanged(s, e) {
var state = checkGen2.GetCheckState();

switch (state) {
case "Checked":
genul2Panel.SetVisible(true);
break;
case "Unchecked":

genul2Panel.SetVisible(false);
break;

function calculateTotal() {

var suma1 = suma_initiala.GetValue();

var type = document.getElementById('transactionType').value;

var suma2 = 0;
var suma3 = 0;
if (type != "calculator") {
suma2 = suma_aditionala.GetValue();
suma3 = suma_fixa.GetValue();

if (suma3 == 0) {
suma_total.SetValue(suma1 + suma2);
}
else {
suma_total.SetValue(suma3 + suma2);
}

function hideAdditional() {
if (suma_aditionala.GetValue() > 0) {
lbl_servicii_aditionale.SetVisible(true);
servicii_aditionale.SetVisible(true);
} else {
lbl_servicii_aditionale.SetVisible(false);
servicii_aditionale.SetVisible(false);
}
}

function monthChange(index) {

var y = anul.GetNumber();
var data1 = new Date(y, index, 1);
var month = data1.getMonth() + 1;
month = Number(month);

var data2 = new Date(y, month, 0);


d1.SetDate(data1);
d2.SetDate(data2);

</script>
<style></style></head>

<body style="background-color: rgb(253, 253, 253);">

<form method="post" action="./Calculator.aspx?


price=0&amp;lang=ro&amp;type=calculator&amp;state=1" id="form1">
<div class="aspNetHidden">
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
value="ovr1hUjIIxmKsXP3p5qcNc02FSQlyQRdwFnAs+hsF4Rz7/MrD7zLdNyJv561qhA/fkZL8KxBdQw/
MgLu7kpZvwSBlomDGL9+q0qVhk8Km4P8+glAW5ztCAyrUrz4vSg/1nLGBE7jk3I46Nm0KhOdkbEcMw7I/di
ualni5ehyymPPYzezzngVAUQz5kPUFHIX4HAYXnm+AdKev/CkDuq6f0iJZS3TPyKgGLhan6YHkhxEoloVcf
Z8VFAzAHgURD1thUR04eAeL1oR1dVB9fsMfSc6O9oNhKLl91RKIGJaT4vJrUcXuoVX4UT1vujTk1GZNUEcL
YcWf3y7WS6+F3FFSwE9hrbzhg6mGd5whBENE0CjfI+P8T92S3zl1aZAYTVtt4dn3pNdy3Tv3HETnJ0Kl2SP
rKUDyF0WeCPlE5axYsdh9M5KVPA0ddpfS2Z7IjNpa9zHpqboAlVkyA/mmjh7fvZLdQmC/qEOOv1uVog3X8l
VjwhbXunlp+EWobYtuzOiCkyVUV9IceJsDJJbOR3i7l/hp3ISVNtGYBAvCfIi5858NgPxmbIsxbM2zo44+c
mRn0fl+YJJvLgUnqDA1cPX75P6IM1/2Zwwp86d57pf9FqQ98KsswRelgiDy49COf0kFqM/FUIwQU/BGXGMy
lZBiNRH/mY1/V/hdt1IvjRW7WIgDeTCSKO5hnWTCTguGq+UoL6Oq09Xull3b3kesAplOYt+GE5H1oHaDQ6S
sQV98GwAfOH1atXln/wMKt3Oiew1a0y3qNkRMXdUjbq8uY2CvLiPnmumJXsyP2B5Smi1h2XpYBaqS5QdFyO
OU8ZBZ+ONdU4LrFqomi4fUOvnK8hQlMK7SK6T27czHoYKLNuAZW1ZpMZBDkWY1XwaDMB4iyDdA5a5Oc8eBO
9ir2v8DVn+XUPXmPUKbAfNopzs0qEYfP46teUpNxJLkwGuVdgUEn8xViovZ3sCqZDCkRe8CRhESe91b//XZ
R4UfW1JqfhqVctPVZ+kZU4/nRSIzUnV9ZsdIjGm046GwNm6+sBF60XYoovwiFNevsBm6y8C8P6Ly3I+hWKh
OeTAMmcZLvEluUToJ5twwJu6Fbo2skFYDlLh7b29eF+Sv1lOgpCIVfvgMUCA4ROiUkuOmYvR81kUeAHYrQc
49hiYzcq7KEfoWT8VTQ4c/N89ux6vwbBO7dUFLM+uoEp3kFZ2WXw9IIPHKWCTuwea9AI5p1xT4G0eb8sVUj
SEyLdoN/vQNgsz+X5ItpAPnOLQfU6XLhzIB61Qxto/RzK+rrMAmljtHgA5UDl1XrMv7MJkXlsTVW8pYfM1G
UM6GTQ9zC5EbZvLt8ctmEgvq8N99LZTg1vJDNnC5zvhMHUCOHtcpIicV2wAJGvHY2VsNX6B+Ol2FIZtBmV8
JVNi0c3oc8bEbJ7gn9napTSXQl8lDw10HqyVPfTmRkyzrG53C/eV1tFvoZwWd9+F4DFOdpGALg9cNF9lUYW
Gxaxk+3LbNP+sTC1FfUSdJ12B/bgSvd58VlDUhDNo1PaUJpRcCpu1wIlbYDXk6m3TYystAxzOa+7+oJtvew
Z6G0c7XLqOdBN3p9DQb+AvmdlrgbpXY/MiLzXMpKoeICzOYTTBetzf/
+5QSKP+1fUGsWlytDRe7ZHaoE59OVAJpNussrI5Yo12Nmw0H0lMJX/shH3r9VmaAMnx3QBy6UZY3984Bq6y
wOAfCkIkplVUmfEy+vrxdt6dUh/qqHOvTp861w/HD7OL9ZaQVTGBTZK889/NXHtNqPr+l6GgcB1uJN2QhjZ
kwAcTyfqR6G8WqUn0YXpmJ53IBj2LFlFGJk7KU0EzzEJdUUcKWBrXKZmVSDPfcduSzj/zg1VjlYMxv3MLnc
Z1V30qbXo3mAGpZ32A0cgT+XqZz/AIiVmjYzE8Gu3wYEm0MRDNTdVeCzjL3my3l/mnwdcl/10DjpyruRtRf
n97BIb9q/6yH3al5+9T1jvA3S5Bph4SM9gATNiDmmgWEjU8gtO5UJbDvgcHNMEDM4qDLDug59lMoYBbwLCJ
g2c6cTDB4xuZ33w8EbGK3tJpVRQpqTH91EOBjQFkCOm3xSw39oJNcC+R+bfQAZYtnv/zpFbI330PJ7NcVk5
cSg7YBoOe7QH2FnzaYhJbFLYF/urQOjV9evPF/abth5HCi/O7cRG5p+8w4hf8aCfjsRx63TCySQRlnVN2Gg
HBPl5SUdg881ZT2gwgHW4lAaivxf3F20AxezYqYiKpNDxUMQJ2HaSzuo7US/blCn7pA+NDBWg9U7MfxdHJt
Y0M4szxwoX12bYyF1b3lTIo5YtvvN6B0SOjQutI7sv2SAzQByJJcbyD+hQjoc2DJiUgULn4/xKjWthBs/Dk
RCT8rOl3owv8QLM4bbHdUHoky1QgH+L/C/aSspfDZlyuPredIcYD2ufz7BGdzS4e/byDYy+NSKCu56EsJyM
xVqzNAE+by0FJsiMWeEPQMCLWtRGpmyVMhQKlPwEOay38aETeNJpGVuZmVNjTIAt6J3VBYBOsDMoUdIzKj8
EYH2KTimEnwPNMkQsSz9y7PxNRuXbtGvPyR84Te9zLV1OPHSGg9dEBbYUy4j5iuFUZWdjWGpzGvMbnw6bo1
PEh1jjXU71qC1xwGvQOmUldfRYkkTR8l55/cfoyEKyQCq/WDkXrgvMfgqebWDzONUDxCGixszfC4gTYN2M9
QJl5iPn0hMugNXbQ/0KlNijjMw8O/DB+TappxnyWKnhiDmCgRe/3rnnYVQsyvSZLkpFpXYFFILFpURhDqLV
pHkm0uk1ejPhyTTc/kEQR/W6a6DgkzrhKYjJA7TAc+TuTfD83Zyew3q22EgnYSQjHnVS4jDT45q4l68uBuW
y494h/jLZnsP/a+n1+Bxajg88W6uvSLnSswZROj43VDjlB3F2sV1WJTf4iaTK/ALnpANqmuetCbAqO+lR2C
NQyE34OcEe1oY6OA+7TOWRO2noWVE4u9xxzjE68NOff5iZPATtVKClcluzyo0tDacRX12tQKRZHBN5zjUcV
JfEu+HfhbZvHMUZfbCho1U8rWXiB9Hf/rCby8AB5orGSsty99D6WMX6k/QMGeh2tP9hr4gPBr0Wvk77cyeH
ldmmG7HJ/XigRWJV1cF/BfyCemQzSHCiHDpjqhQZALLpEGlNHHh+4kWxYme01SYfkokv/bn+VtXKZOZfTKQ
PmMD4Bm7n0os/k4TQ45QN4nYRPJrb9jrD//6K2ox4QdCHCekzEVMVDKXAZqrEuIqrZbwc+oaHBxAJ7uJvvE
pcXayS8tHBkkTIYY2TblUmmBgbwTBs9GB1TVvbs1E2lmNQPBbTMrX0+u3EpfWjUmxhvj0jdpSoa3MlcG/xr
Za0Q5c0+a+JbineM10bxX845CEAhhT1m1mB5h/hURmFnC3gmSsXfYN+6JwuVR/9QyX6eAlit7kaAGmghy57
OYkDPsyw+wtZbNePamy/48KoslKTjZLqmh7fVKKQWxa/888pJkaG1PdQ2ilh6izs9lyfVbrYwLMSvSxs+cr
vOu9x2kOpp08GubRfxSEqpc0mzZgJYWB4KgpHli6VZkU6jZWb6r+ngsMMWjo7HlS3PUXdrFHAJqD54uT7k8
h/OhyloVatd1WWKbidLkdgrBPTgWCf24y8KlVvGVnFdKjtuUXws421vwbP8jAeQDYLe1yidg6n2rWmJPd/3
ecfT5i6cqO1n73bnH4GSBagIC4WQDpVN8QlmdKvS2manP7GvsuGbcqA5rNzq88X2Nzz5bXQnQSLgplIqOPn
mImyIOmGypY3T2n/obSNr5O/RPce28NHFZXBdZ1tD8Jg9ii6H0VhnOOyn8+i1BloTF1OynS2SjMxbJmF7M/
IJGn8prfgA2XDiXsETsj9DOY7L150SNhUc0xOyr92RLkAWHA4Bh4kcSjzpItIAjJGIo5M8Y6hxVsCI83R0k
KxgjPfN0pK4cMZv+d400t8E56J/AyslRS/IF/SkJxjSFEOpiJWRR1rFP2ZX76bE4X/nJ5Rr6iYdzeLdcW73
mMZx4zja53e/oNi+qK5kqLfRc295YUyXtfqnpL0rYqqFUF18rgrkiSKcROnjgYkICvbTB1JDLt2D7uKrL6J
wUwbeMVcmVpAJB/YI+vmB1O/fryqZBEwn/3pEKdLoMrd2k0uM/GHaQGLjjgosbPrEc5oRV1dDTVTP+DYJ3e
/uSde4D867VcTOLFk9+RrXKr2YMJKIPbAPyS1QjVU54fxLdlWBViRKXDxL8RfdTM194NepO2E2CeEbU8SPZ
7I2BCouYHKHdm0y76ohpvdk4OjNYdD4nqGs0cgKZR8Hr4WO/o3Be0c6sqZzbeLwdc/tdYWhY1XrEpCg8LPt
8FxTrRWymdZLN/TekCOQF6Z2CsSuZk9bJLAfxbwzqtFJQKR0tuwwdPkrZrmUQY2YFmqJ4hhAO9WM5GYJNN2
rOVruSgbUul9DHH9Ju2hB6es6DCL6X/kEzo0hkfmhJWX37aaA80pqqMpjNyg09jPpBmJGKZ74cWePRxHTb5
tGxTQPqY7XtTOTud7kO2dT1uDtKj5xlxrjXliR9cyYUCVyTMFrykUfHW9mO9KfpbtTDUybz6H33gTuhy8uQ
pr5iUqmpeqP2wvdvE+wiqP9IcKlEWaw/CSvpcRcxcJqKr60f0idmnI82lVxrAKBDA30xzQdmzB9N4mOGdHN
9icj0fRdkb//7e2KjMqel6FB5JkcDRARZ4kDH3VeKiDEExAatSzz+bCic5QTp+CuWfv5xtzbjJx6uytptn+
eq2iWNGq234zdqeqy5eLEh4Ev6+ZKMUw2MlUkIjS4XgE3MjdnbzIliEK8VQ1Bf1Ieua1D+17fUXFsxmaqvu
S+fQNO+bSQ8VcJ1tGltePfser6jwIWNmsNlOTQy5/pf/bdHfd8VBUE4s4+PaucAfOrqRGTi7qImFda/XpgI
PM8+l0O4yJj9b95yJBQ2ZX51i6pIlRHoOY3gRSNKGP9bafWq+SS+yEUqHFMQae1/I0qCiC4jGg5WWuezj2k
DZ+uQ65pQTZVYMYB1uAcKE/akpo1pFKRfHJXyG4KzY7AzcQ6uhbZGfPrCk5yfnNb0OPKvpvfffGMc8Y4yzq
x+6pc6dfBmeudebcxSkGIehfIpsOJF5CX9GQerJSYqJcl0jj8GUSGO5y4p9N0vrKlu+NdiDD6E+obHED5tK
EOg0GOJHu0SScmOSZ8TBQAASOgywdumrbyqX0v47LoK+ci0WvX8rvjhYC8HM2+HzenfmuBRbVz476XhnQZd
ei7ZTdwkUXYJXpK/9ViTwte5LXZZEX0TDiQ62CefkQtRpY4LkEU8EjBSgA/
+soDo7tOi9aN1MmHGQy3SmQuau0Pvw9eqovcfz0AcziCetacH/hgU+shexAI0TQbTY7bRPUBuPrwzc40gfG
Bp567IzK+ojhyYoSa9bFLXI77jg4zaYXzsCdeIAgWCQHrnl0DN2usa/QtklZ88Jw/ZqdAtrx91psIzj+psp
9AMtK8KguaZyIVqoM1Ui9Vzg==">
</div>

<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['form1'];
if (!theForm) {
theForm = document.form1;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>

<script src="/WebResource.axd?
d=pynGkmcFUV13He1Qd6_TZKnOVEKWtNONh5CpJGM1aC3Hc9Rx0Nug44lqxBK4gYcgxboc-
OZpJaQLnmkdtsExWg2&amp;t=637171971410639554" type="text/javascript"></script>

<div class="aspNetHidden">

<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR"


value="28808B2D">
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION"
value="ecD+7c0QD+2f2hDEm3DmxUC+3OF7i4rcVRUML0/BHLrgNlmLJcQBUMFzXrO/Cl+
+3AyN/XPcF/6CQWrzR88SPWg3CtnHn0mRNeg/MCqolzGnEZGByqU8BEf4+EPtNWtLVjsTQJe/
+evku3f9cyTDAehv99BzSzd33vopef7cYK5JE19xIdOzOFNX5brJqan5ADsJyzDVC0Q+cNJs/mVQfGE4F7+
1Cul4YX6pu9AY5tLHj0Nc3VqcB1aIqE8617ayx3XkmlhO+KlB39N7GB1DLKzeBwZ70cSLaYsicPvq5u3QS5
FqL+JeCSWkbkkd7cMQjucCRhkTHN+aWxlrb85/zH2RNSdubnEGmCEQlbplx0t6ny0NbNIQp0JKdh4A2lgY"
>
</div>
<input type="hidden" name="idTransaction" id="idTransaction"
value="307657">
<input type="hidden" name="transactionType" id="transactionType"
value="calculator">
<script id="dxis_1493458604" src="/DXR.axd?
r=1_10,1_11,1_22,1_62,1_12,1_13,1_14,1_257,1_258,1_20,1_21,1_264,1_266,1_16,1_40,1_
268,1_47,1_8,1_260,1_267,1_269,1_262,1_256-crFxj"
type="text/javascript"></script><script id="dxss_745485412" type="text/javascript"
data-executed="true">
<!--
(function(){
var a = {'currNegPattern':8,'currPosPattern':3,'abbrDayNames':
['D','L','Ma','Mi','J','V','S'],'monthNames':
['ianuarie','februarie','martie','aprilie','mai','iunie','iulie','august','septembr
ie','octombrie','noiembrie','decembrie',''],'shortTime':'H:mm','longTime':'H:mm:ss'
,'ds':'.','longDate':'d MMMM yyyy','abbrMonthNames':
['ian.','feb.','mar.','apr.','mai.','iun.','iul.','aug.','sep.','oct.','nov.','dec.
',''],'pm':'p.m.','numNan':'NaN (nu este un
număr)','numPosInf':'Infinit','numNegInf':'-Infinit','am':'a.m.','monthDay':'d
MMMM','currency':'lei','percentPattern':1,'dayNames':
['duminică','luni','marți','miercuri','joi','vineri','sâmbătă'],'genMonthNames':
['ianuarie','februarie','martie','aprilie','mai','iunie','iulie','august','septembr
ie','octombrie','noiembrie','decembrie',''],'shortDate':'dd.MM.yyyy'};
for(var b in a) ASPx.CultureInfo[b] = a[b];
})();

//-->
</script><table id="d1_LP" class="dxeLoadingPanel dxlpLoadingPanel"
style="left:0px;top:0px;z-index:30000;display:none;">
<tbody><tr>
<td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage
dxlp-imgPosLeft" src="/DXR.axd?r=1_121-crFxj" alt="" style="vertical-
align:middle;"></td><td class="dx" style="padding-left:0px;"><span
id="d1_TL">Loading…</span></td>
</tr>
</tbody></table><input type="hidden" name="d1$State" id="d1_State"
value="{&amp;quot;rawValue&amp;quot;:&amp;quot;1583020800000&amp;quot;}"><table
class="dxeButtonEditSys dxeButtonEdit" id="d1" style="display:none;">
<tbody><tr>
<td class="dxic" onmousedown="return ASPx.DDMC_MD('d1', event)"
style="width:100%;"><input class="dxeEditArea dxeEditAreaSys" id="d1_I" name="d1"
onfocus="ASPx.EGotFocus('d1')" onblur="ASPx.ELostFocus('d1')"
onchange="ASPx.ETextChanged('d1')" value="01.03.2020" type="text"
autocomplete="off"></td><td id="d1_B-1" class="dxeButton dxeButtonEditButton"
style="-webkit-user-select:none;"><img id="d1_B-1Img" class="dxEditors_edtDropDown"
src="/DXR.axd?r=1_121-crFxj" alt="v"></td>
</tr>
</tbody></table><input type="hidden" name="d1$DDDState" id="d1_DDD_State"
value="{&amp;quot;windowsState&amp;quot;:&amp;quot;0:0:-1:0:0:0:-10000:-
10000:1:0:0:0&amp;quot;}"><div id="d1_DDD_PW-1" class="dxpcDropDown dxpclW dxpc-
ddSys dxdd-root" style="z-index:10000;display:none;visibility:hidden;">
<div class="dxpc-mainDiv dxdd-cal dxpc-shadow">
<div class="dxpc-contentWrapper">
<div class="dxpc-content" id="d1_DDD_PWC-1">
<table style="display:none;">
<tbody><tr>
<td id="d1_DDD_C_EC_D"
class="dxeCalendarDay_MaterialElemento"></td><td id="d1_DDD_C_EC_DS"
class="dxeCalendarSelected_MaterialElemento"></td><td id="d1_DDD_C_EC_DH"
class="dxeCalendarHover_MaterialElemento"></td><td id="d1_DDD_C_EC_DA"
class="dxeCalendarOtherMonth_MaterialElemento"></td><td id="d1_DDD_C_EC_DO"
class="dxeCalendarOutOfRange_MaterialElemento"></td><td id="d1_DDD_C_EC_DDD"
class="dxeCalendarDayDisabled_MaterialElemento"></td><td id="d1_DDD_C_EC_DW"
class="dxeCalendarWeekend_MaterialElemento"></td><td id="d1_DDD_C_EC_DT"
class="dxeCalendarToday_MaterialElemento"></td><td id="d1_DDD_C_EC_DD"
class="dxeDisabled_MaterialElemento"></td><td id="d1_DDD_C_EC_FNI"
class="dxeCalendarFastNavItem_MaterialElemento"></td><td id="d1_DDD_C_EC_FNIS"
class="dxeCalendarFastNavItemSelected_MaterialElemento"></td><td
id="d1_DDD_C_EC_FNIH" class="dxeCalendarFastNavItemHover_MaterialElemento"></td><td
id="d1_DDD_C_EC_FNIA"
class="dxeCalendarFastNavItemOtherPeriod_MaterialElemento"></td>
</tr>
</tbody></table><input type="hidden" name="d1$DDD$C"
id="d1_DDD_C_State"
value="{&amp;quot;visibleDate&amp;quot;:&amp;quot;03/01/2020&amp;quot;,&amp;quot;in
itialVisibleDate&amp;quot;:&amp;quot;03/01/2020&amp;quot;,&amp;quot;selectedDates&a
mp;quot;:[&amp;quot;03/01/2020&amp;quot;]}"><table class="dxeCVC
dxeCalendar_MaterialElemento" id="d1_DDD_C">
<tbody><tr>
<td style="vertical-align:Top;"><table
style="width:100%;border-collapse:collapse;">
<tbody><tr>
<td
class="dxeCalendarHeader_MaterialElemento" style="border-top:0;"><table
style="width:100%;border-collapse:collapse;">
<tbody><tr>
<td id="d1_DDD_C_PTPC"
class="dxe" style="display:none;"><img id="d1_DDD_C_PTPCImg"
class="dxEditors_edtCalendarFNPrevPeriod_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="<"></td><td id="d1_DDD_C_PYC" class="dxe"><img id="d1_DDD_C_PYCImg"
class="dxEditors_edtCalendarPrevYear_MaterialElemento" src="/DXR.axd?r=1_121-crFxj"
alt="<<"></td><td class="dxeCHS"></td><td id="d1_DDD_C_PMC" class="dxe"><img
id="d1_DDD_C_PMCImg" class="dxEditors_edtCalendarPrevMonth_MaterialElemento"
src="/DXR.axd?r=1_121-crFxj" alt="<"></td><td id="d1_DDD_C_TC" class="dxe"
style="width:100%;cursor:default;"><span id="d1_DDD_C_T"
style="cursor:pointer;">martie 2020</span></td><td id="d1_DDD_C_NMC"
class="dxe"><img id="d1_DDD_C_NMCImg"
class="dxEditors_edtCalendarNextMonth_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt=">"></td><td class="dxeCHS"></td><td id="d1_DDD_C_NYC" class="dxe"><img
id="d1_DDD_C_NYCImg" class="dxEditors_edtCalendarNextYear_MaterialElemento"
src="/DXR.axd?r=1_121-crFxj" alt=">>"></td><td id="d1_DDD_C_NTPC" class="dxe"
style="display:none;"><img id="d1_DDD_C_NTPCImg"
class="dxEditors_edtCalendarFNNextPeriod_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt=">"></td>
</tr>
</tbody></table></td>
</tr><tr>
<td id="d1_DDD_C_mc"
class="dxMonthGridWithWeekNumbers" style="-webkit-user-select:none;"><table
id="d1_DDD_C_mt" style="width:100%;border-collapse:separate;">
<tbody><tr class="dx-ac">
<td
id="d1_DDD_C_AUX_0_0_0"></td><td class="dxeCalendarDayHeader_MaterialElemento"
id="d1_DDD_C_AUX_0_0_1">L</td><td class="dxeCalendarDayHeader_MaterialElemento"
id="d1_DDD_C_AUX_0_0_2">Ma</td><td class="dxeCalendarDayHeader_MaterialElemento"
id="d1_DDD_C_AUX_0_0_3">Mi</td><td class="dxeCalendarDayHeader_MaterialElemento"
id="d1_DDD_C_AUX_0_0_4">J</td><td class="dxeCalendarDayHeader_MaterialElemento"
id="d1_DDD_C_AUX_0_0_5">V</td><td class="dxeCalendarDayHeader_MaterialElemento"
id="d1_DDD_C_AUX_0_0_6">S</td><td class="dxeCalendarDayHeader_MaterialElemento"
id="d1_DDD_C_AUX_0_0_7">D</td>
</tr><tr>
<td
class="dxeCalendarWeekNumber_MaterialElemento" id="d1_DDD_C_AUX_0_0_8">09</td><td
class="dxeCalendarDay_MaterialElemento dxeCalendarOtherMonth_MaterialElemento"
id="d1_DDD_C_mc_7" savedcursor="[object Object]" style="cursor:
pointer;">24</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarOtherMonth_MaterialElemento" id="d1_DDD_C_mc_8" savedcursor="[object
Object]" style="cursor: pointer;">25</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarOtherMonth_MaterialElemento" id="d1_DDD_C_mc_9" savedcursor="[object
Object]" style="cursor: pointer;">26</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarOtherMonth_MaterialElemento" id="d1_DDD_C_mc_10" savedcursor="[object
Object]" style="cursor: pointer;">27</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarOtherMonth_MaterialElemento" id="d1_DDD_C_mc_11" savedcursor="[object
Object]" style="cursor: pointer;">28</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento dxeCalendarOtherMonth_MaterialElemento"
id="d1_DDD_C_mc_12" savedcursor="[object Object]" style="cursor:
pointer;">29</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento dxeCalendarSelected_MaterialElemento"
id="d1_DDD_C_mc_13" savedcursor="[object Object]" style="cursor: pointer;">1</td>
</tr><tr>
<td
class="dxeCalendarWeekNumber_MaterialElemento" id="d1_DDD_C_AUX_0_0_9">10</td><td
class="dxeCalendarDay_MaterialElemento" id="d1_DDD_C_mc_14" savedcursor="[object
Object]" style="cursor: pointer;">2</td><td class="dxeCalendarDay_MaterialElemento"
id="d1_DDD_C_mc_15" savedcursor="[object Object]" style="cursor:
pointer;">3</td><td class="dxeCalendarDay_MaterialElemento" id="d1_DDD_C_mc_16"
savedcursor="[object Object]" style="cursor: pointer;">4</td><td
class="dxeCalendarDay_MaterialElemento" id="d1_DDD_C_mc_17" savedcursor="[object
Object]" style="cursor: pointer;">5</td><td class="dxeCalendarDay_MaterialElemento"
id="d1_DDD_C_mc_18" savedcursor="[object Object]" style="cursor:
pointer;">6</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento" id="d1_DDD_C_mc_19" savedcursor="[object
Object]" style="cursor: pointer;">7</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento" id="d1_DDD_C_mc_20" savedcursor="[object
Object]" style="cursor: pointer;">8</td>
</tr><tr>
<td
class="dxeCalendarWeekNumber_MaterialElemento" id="d1_DDD_C_AUX_0_0_10">11</td><td
class="dxeCalendarDay_MaterialElemento" id="d1_DDD_C_mc_21" savedcursor="[object
Object]" style="cursor: pointer;">9</td><td class="dxeCalendarDay_MaterialElemento"
id="d1_DDD_C_mc_22" savedcursor="[object Object]" style="cursor:
pointer;">10</td><td class="dxeCalendarDay_MaterialElemento" id="d1_DDD_C_mc_23"
savedcursor="[object Object]" style="cursor: pointer;">11</td><td
class="dxeCalendarDay_MaterialElemento" id="d1_DDD_C_mc_24" savedcursor="[object
Object]" style="cursor: pointer;">12</td><td
class="dxeCalendarDay_MaterialElemento" id="d1_DDD_C_mc_25" savedcursor="[object
Object]" style="cursor: pointer;">13</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento" id="d1_DDD_C_mc_26" savedcursor="[object
Object]" style="cursor: pointer;">14</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento" id="d1_DDD_C_mc_27" savedcursor="[object
Object]" style="cursor: pointer;">15</td>
</tr><tr>
<td
class="dxeCalendarWeekNumber_MaterialElemento" id="d1_DDD_C_AUX_0_0_11">12</td><td
class="dxeCalendarDay_MaterialElemento" id="d1_DDD_C_mc_28" savedcursor="[object
Object]" style="cursor: pointer;">16</td><td
class="dxeCalendarDay_MaterialElemento" id="d1_DDD_C_mc_29" savedcursor="[object
Object]" style="cursor: pointer;">17</td><td
class="dxeCalendarDay_MaterialElemento" id="d1_DDD_C_mc_30" savedcursor="[object
Object]" style="cursor: pointer;">18</td><td
class="dxeCalendarDay_MaterialElemento" id="d1_DDD_C_mc_31" savedcursor="[object
Object]" style="cursor: pointer;">19</td><td
class="dxeCalendarDay_MaterialElemento" id="d1_DDD_C_mc_32" savedcursor="[object
Object]" style="cursor: pointer;">20</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento" id="d1_DDD_C_mc_33" savedcursor="[object
Object]" style="cursor: pointer;">21</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento" id="d1_DDD_C_mc_34" savedcursor="[object
Object]" style="cursor: pointer;">22</td>
</tr><tr>
<td
class="dxeCalendarWeekNumber_MaterialElemento" id="d1_DDD_C_AUX_0_0_12">13</td><td
class="dxeCalendarDay_MaterialElemento" id="d1_DDD_C_mc_35" savedcursor="[object
Object]" style="cursor: pointer;">23</td><td
class="dxeCalendarDay_MaterialElemento" id="d1_DDD_C_mc_36" savedcursor="[object
Object]" style="cursor: pointer;">24</td><td
class="dxeCalendarDay_MaterialElemento" id="d1_DDD_C_mc_37" savedcursor="[object
Object]" style="cursor: pointer;">25</td><td
class="dxeCalendarDay_MaterialElemento" id="d1_DDD_C_mc_38" savedcursor="[object
Object]" style="cursor: pointer;">26</td><td
class="dxeCalendarDay_MaterialElemento" id="d1_DDD_C_mc_39" savedcursor="[object
Object]" style="cursor: pointer;">27</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento" id="d1_DDD_C_mc_40" savedcursor="[object
Object]" style="cursor: pointer;">28</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento" id="d1_DDD_C_mc_41" savedcursor="[object
Object]" style="cursor: pointer;">29</td>
</tr><tr>
<td
class="dxeCalendarWeekNumber_MaterialElemento" id="d1_DDD_C_AUX_0_0_13">14</td><td
class="dxeCalendarDay_MaterialElemento" id="d1_DDD_C_mc_42" savedcursor="[object
Object]" style="cursor: pointer;">30</td><td
class="dxeCalendarDay_MaterialElemento" id="d1_DDD_C_mc_43" savedcursor="[object
Object]" style="cursor: pointer;">31</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarOtherMonth_MaterialElemento" id="d1_DDD_C_mc_44" savedcursor="[object
Object]" style="cursor: pointer;">1</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarOtherMonth_MaterialElemento" id="d1_DDD_C_mc_45" savedcursor="[object
Object]" style="cursor: pointer;">2</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarOtherMonth_MaterialElemento" id="d1_DDD_C_mc_46" savedcursor="[object
Object]" style="cursor: pointer;">3</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento dxeCalendarOtherMonth_MaterialElemento"
id="d1_DDD_C_mc_47" savedcursor="[object Object]" style="cursor:
pointer;">4</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento dxeCalendarOtherMonth_MaterialElemento"
id="d1_DDD_C_mc_48" savedcursor="[object Object]" style="cursor: pointer;">5</td>
</tr>
</tbody></table></td>
</tr><tr>
<td id="d1_DDD_C_yc"
class="dxFastNavGrid" style="display:none;"><table id="d1_DDD_C_yt"
class="dxeCalendarFastNav_MaterialElemento" style="height:100%;width:100%;border-
collapse:separate;">
<tbody><tr>
<td
class="dxeCalendarFastNavItemArea_MaterialElemento"
style="height:100%;width:100%;"><table id="d1_DDD_C_yt_n"
style="height:100%;width:100%;border-collapse:separate;">
<tbody><tr>
<td
class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento" id="d1_DDD_C_yc_0">Ian.</td><td
class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento" id="d1_DDD_C_yc_1">Feb.</td><td
class="dxeCalendarFastNavItem_MaterialElemento" id="d1_DDD_C_yc_2">Mar.</td><td
class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento" id="d1_DDD_C_yc_3">Apr.</td>
</tr><tr>
<td
class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento" id="d1_DDD_C_yc_4">Mai.</td><td
class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento" id="d1_DDD_C_yc_5">Iun.</td><td
class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento" id="d1_DDD_C_yc_6">Iul.</td><td
class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento" id="d1_DDD_C_yc_7">Aug.</td>
</tr><tr>
<td
class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento" id="d1_DDD_C_yc_8">Sep.</td><td
class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento" id="d1_DDD_C_yc_9">Oct.</td><td
class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento"
id="d1_DDD_C_yc_10">Nov.</td><td class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento" id="d1_DDD_C_yc_11">Dec.</td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr><tr>
<td id="d1_DDD_C_F"
class="dxeCalendarFooter_MaterialElemento"><button id="d1_DDD_C_BT"
class="dxeCalendarButton_MaterialElemento" type="button">Today</button><button
id="d1_DDD_C_BC" class="dxeCalendarButton_MaterialElemento"
type="button">Clear</button></td>
</tr>
</tbody></table><script id="dxss_1187338775"
type="text/javascript" data-executed="true">
<!--
ASPx.AddHoverItems('d1_DDD_C',[[['dxeCalendarButtonHover_MaterialElemento'],[''],
['BT','BC','BO','BCN','FNP_BO','FNP_BC']]]);
ASPx.AddPressedItems('d1_DDD_C',[[['dxeCalendarButtonPressed_MaterialElemento'],
[''],['BT','BC','BO','BCN','FNP_BO','FNP_BC']]]);
ASPx.AddDisabledItems('d1_DDD_C',[[['dxeDisabled_MaterialElemento'],[''],['']],
[['dxeDisabled_MaterialElemento dxeButtonDisabled_MaterialElemento'],[''],
['BT','BC','BO','BCN','FNP_BO','FNP_BC']],[[''],[''],['PYC','PMC','NMC','NYC'],,
[[{'spriteCssClass':'dxEditors_edtCalendarPrevYearDisabled_MaterialElemento'}],
[{'spriteCssClass':'dxEditors_edtCalendarPrevMonthDisabled_MaterialElemento'}],
[{'spriteCssClass':'dxEditors_edtCalendarNextMonthDisabled_MaterialElemento'}],
[{'spriteCssClass':'dxEditors_edtCalendarNextYearDisabled_MaterialElemento'}]],
['Img']]]);
ASPx.createControl(ASPxClientCalendar,'d1_DDD_C','',
{'uniqueID':'d1$DDD$C','scStates':2,'scPostfix':'MaterialElemento','serverCurrentDa
te':new Date(2020,3,21,0,0,0,0),'visibleDate':new
Date(2020,2,1,0,0,0,0),'firstDayOfWeek':1,'fastNavRollbackTexts':['Back To Days',
'Back To Months', 'Back To Years'],'isDateEditCalendar':true},null,null,
{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}],'selection':
[new Date(2020,2,1,0,0,0,0)]});

//-->
</script>
</div>
</div>
</div>
</div><script id="dxss_1875155799" type="text/javascript" data-executed="true">
<!--
ASPx.AddHoverItems('d1_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]);
ASPx.createControl(ASPxClientPopupControl,'d1_DDD','',
{'uniqueID':'d1$DDD','adjustInnerControlsSizeOnShow':false,'popupAnimationType':'sl
ide','closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalA
lign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e)
{ ASPx.DDBPCShown('d1', e); }});

//-->
</script><script id="dxss_135815161" type="text/javascript" data-executed="true">
<!--
ASPx.AddHoverItems('d1',[[['dxeButtonEditButtonHover'],[''],['B-1']]]);
ASPx.RemoveHoverItems('d1',[[['B-100']]]);
ASPx.AddPressedItems('d1',[[['dxeButtonEditButtonPressed'],[''],['B-1']]]);
ASPx.RemovePressedItems('d1',[[['B-100']]]);
ASPx.AddDisabledItems('d1',[[['dxeDisabled'],[''],['','I']],[['dxeDisabled
dxeButtonDisabled'],[''],['B-1'],,
[[{'spriteCssClass':'dxEditors_edtDropDownDisabled'}]],['Img']]]);
ASPx.RemoveDisabledItems('d1',[[['B-100'],]]);
ASPx.createControl(ASPxClientDateEdit,'d1','',{'callBack':function(arg)
{ WebForm_DoCallback('d1',arg,ASPx.Callback,'d1',ASPx.CallbackError,true); },'clien
tVisible':false,'scStates':2,'scPostfix':'','stateObject':
{'rawValue':'1583020800000'},'autoCompleteAttribute':
{'name':'autocomplete','value':'off'},'outOfRangeWarningClassName':'dxeOutOfRWarn
dxeOutOfRWarnRight','outOfRangeWarningMessages':['The date must be in the range
{0}...{1}', 'The date must be greater than or equal to {0}', 'The date must be less
than or equal to {0}'],'date':new
Date(2020,2,1,0,0,0,0),'dateFormatter':ASPx.DateFormatter.Create('dd.MM.yyyy')},nul
l,null,{'decorationStyles':[{'key':'F','className':'dxeFocused','cssText':''}]});

//-->
</script>
<table id="d2_LP" class="dxeLoadingPanel dxlpLoadingPanel"
style="left:0px;top:0px;z-index:30000;display:none;">
<tbody><tr>
<td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage
dxlp-imgPosLeft" src="/DXR.axd?r=1_121-crFxj" alt="" style="vertical-
align:middle;"></td><td class="dx" style="padding-left:0px;"><span
id="d2_TL">Loading…</span></td>
</tr>
</tbody></table><input type="hidden" name="d2$State" id="d2_State"
value="{&amp;quot;rawValue&amp;quot;:&amp;quot;1585612800000&amp;quot;}"><table
class="dxeButtonEditSys dxeButtonEdit" id="d2" style="display:none;">
<tbody><tr>
<td class="dxic" onmousedown="return ASPx.DDMC_MD('d2', event)"
style="width:100%;"><input class="dxeEditArea dxeEditAreaSys" id="d2_I" name="d2"
onfocus="ASPx.EGotFocus('d2')" onblur="ASPx.ELostFocus('d2')"
onchange="ASPx.ETextChanged('d2')" value="31.03.2020" type="text"
autocomplete="off"></td><td id="d2_B-1" class="dxeButton dxeButtonEditButton"
style="-webkit-user-select:none;"><img id="d2_B-1Img" class="dxEditors_edtDropDown"
src="/DXR.axd?r=1_121-crFxj" alt="v"></td>
</tr>
</tbody></table><input type="hidden" name="d2$DDDState" id="d2_DDD_State"
value="{&amp;quot;windowsState&amp;quot;:&amp;quot;0:0:-1:0:0:0:-10000:-
10000:1:0:0:0&amp;quot;}"><div id="d2_DDD_PW-1" class="dxpcDropDown dxpclW dxpc-
ddSys dxdd-root" style="z-index:10000;display:none;visibility:hidden;">
<div class="dxpc-mainDiv dxdd-cal dxpc-shadow">
<div class="dxpc-contentWrapper">
<div class="dxpc-content" id="d2_DDD_PWC-1">
<table style="display:none;">
<tbody><tr>
<td id="d2_DDD_C_EC_D"
class="dxeCalendarDay_MaterialElemento"></td><td id="d2_DDD_C_EC_DS"
class="dxeCalendarSelected_MaterialElemento"></td><td id="d2_DDD_C_EC_DH"
class="dxeCalendarHover_MaterialElemento"></td><td id="d2_DDD_C_EC_DA"
class="dxeCalendarOtherMonth_MaterialElemento"></td><td id="d2_DDD_C_EC_DO"
class="dxeCalendarOutOfRange_MaterialElemento"></td><td id="d2_DDD_C_EC_DDD"
class="dxeCalendarDayDisabled_MaterialElemento"></td><td id="d2_DDD_C_EC_DW"
class="dxeCalendarWeekend_MaterialElemento"></td><td id="d2_DDD_C_EC_DT"
class="dxeCalendarToday_MaterialElemento"></td><td id="d2_DDD_C_EC_DD"
class="dxeDisabled_MaterialElemento"></td><td id="d2_DDD_C_EC_FNI"
class="dxeCalendarFastNavItem_MaterialElemento"></td><td id="d2_DDD_C_EC_FNIS"
class="dxeCalendarFastNavItemSelected_MaterialElemento"></td><td
id="d2_DDD_C_EC_FNIH" class="dxeCalendarFastNavItemHover_MaterialElemento"></td><td
id="d2_DDD_C_EC_FNIA"
class="dxeCalendarFastNavItemOtherPeriod_MaterialElemento"></td>
</tr>
</tbody></table><input type="hidden" name="d2$DDD$C"
id="d2_DDD_C_State"
value="{&amp;quot;visibleDate&amp;quot;:&amp;quot;03/31/2020&amp;quot;,&amp;quot;in
itialVisibleDate&amp;quot;:&amp;quot;03/31/2020&amp;quot;,&amp;quot;selectedDates&a
mp;quot;:[&amp;quot;03/31/2020&amp;quot;]}"><table class="dxeCVC
dxeCalendar_MaterialElemento" id="d2_DDD_C">
<tbody><tr>
<td style="vertical-align:Top;"><table
style="width:100%;border-collapse:collapse;">
<tbody><tr>
<td
class="dxeCalendarHeader_MaterialElemento" style="border-top:0;"><table
style="width:100%;border-collapse:collapse;">
<tbody><tr>
<td id="d2_DDD_C_PTPC"
class="dxe" style="display:none;"><img id="d2_DDD_C_PTPCImg"
class="dxEditors_edtCalendarFNPrevPeriod_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="<"></td><td id="d2_DDD_C_PYC" class="dxe"><img id="d2_DDD_C_PYCImg"
class="dxEditors_edtCalendarPrevYear_MaterialElemento" src="/DXR.axd?r=1_121-crFxj"
alt="<<"></td><td class="dxeCHS"></td><td id="d2_DDD_C_PMC" class="dxe"><img
id="d2_DDD_C_PMCImg" class="dxEditors_edtCalendarPrevMonth_MaterialElemento"
src="/DXR.axd?r=1_121-crFxj" alt="<"></td><td id="d2_DDD_C_TC" class="dxe"
style="width:100%;cursor:default;"><span id="d2_DDD_C_T"
style="cursor:pointer;">martie 2020</span></td><td id="d2_DDD_C_NMC"
class="dxe"><img id="d2_DDD_C_NMCImg"
class="dxEditors_edtCalendarNextMonth_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt=">"></td><td class="dxeCHS"></td><td id="d2_DDD_C_NYC" class="dxe"><img
id="d2_DDD_C_NYCImg" class="dxEditors_edtCalendarNextYear_MaterialElemento"
src="/DXR.axd?r=1_121-crFxj" alt=">>"></td><td id="d2_DDD_C_NTPC" class="dxe"
style="display:none;"><img id="d2_DDD_C_NTPCImg"
class="dxEditors_edtCalendarFNNextPeriod_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt=">"></td>
</tr>
</tbody></table></td>
</tr><tr>
<td id="d2_DDD_C_mc"
class="dxMonthGridWithWeekNumbers" style="-webkit-user-select:none;"><table
id="d2_DDD_C_mt" style="width:100%;border-collapse:separate;">
<tbody><tr class="dx-ac">
<td
id="d2_DDD_C_AUX_0_0_0"></td><td class="dxeCalendarDayHeader_MaterialElemento"
id="d2_DDD_C_AUX_0_0_1">L</td><td class="dxeCalendarDayHeader_MaterialElemento"
id="d2_DDD_C_AUX_0_0_2">Ma</td><td class="dxeCalendarDayHeader_MaterialElemento"
id="d2_DDD_C_AUX_0_0_3">Mi</td><td class="dxeCalendarDayHeader_MaterialElemento"
id="d2_DDD_C_AUX_0_0_4">J</td><td class="dxeCalendarDayHeader_MaterialElemento"
id="d2_DDD_C_AUX_0_0_5">V</td><td class="dxeCalendarDayHeader_MaterialElemento"
id="d2_DDD_C_AUX_0_0_6">S</td><td class="dxeCalendarDayHeader_MaterialElemento"
id="d2_DDD_C_AUX_0_0_7">D</td>
</tr><tr>
<td
class="dxeCalendarWeekNumber_MaterialElemento" id="d2_DDD_C_AUX_0_0_8">09</td><td
class="dxeCalendarDay_MaterialElemento dxeCalendarOtherMonth_MaterialElemento"
id="d2_DDD_C_mc_7" savedcursor="[object Object]" style="cursor:
pointer;">24</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarOtherMonth_MaterialElemento" id="d2_DDD_C_mc_8" savedcursor="[object
Object]" style="cursor: pointer;">25</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarOtherMonth_MaterialElemento" id="d2_DDD_C_mc_9" savedcursor="[object
Object]" style="cursor: pointer;">26</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarOtherMonth_MaterialElemento" id="d2_DDD_C_mc_10" savedcursor="[object
Object]" style="cursor: pointer;">27</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarOtherMonth_MaterialElemento" id="d2_DDD_C_mc_11" savedcursor="[object
Object]" style="cursor: pointer;">28</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento dxeCalendarOtherMonth_MaterialElemento"
id="d2_DDD_C_mc_12" savedcursor="[object Object]" style="cursor:
pointer;">29</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento" id="d2_DDD_C_mc_13" savedcursor="[object
Object]" style="cursor: pointer;">1</td>
</tr><tr>
<td
class="dxeCalendarWeekNumber_MaterialElemento" id="d2_DDD_C_AUX_0_0_9">10</td><td
class="dxeCalendarDay_MaterialElemento" id="d2_DDD_C_mc_14" savedcursor="[object
Object]" style="cursor: pointer;">2</td><td class="dxeCalendarDay_MaterialElemento"
id="d2_DDD_C_mc_15" savedcursor="[object Object]" style="cursor:
pointer;">3</td><td class="dxeCalendarDay_MaterialElemento" id="d2_DDD_C_mc_16"
savedcursor="[object Object]" style="cursor: pointer;">4</td><td
class="dxeCalendarDay_MaterialElemento" id="d2_DDD_C_mc_17" savedcursor="[object
Object]" style="cursor: pointer;">5</td><td class="dxeCalendarDay_MaterialElemento"
id="d2_DDD_C_mc_18" savedcursor="[object Object]" style="cursor:
pointer;">6</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento" id="d2_DDD_C_mc_19" savedcursor="[object
Object]" style="cursor: pointer;">7</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento" id="d2_DDD_C_mc_20" savedcursor="[object
Object]" style="cursor: pointer;">8</td>
</tr><tr>
<td
class="dxeCalendarWeekNumber_MaterialElemento" id="d2_DDD_C_AUX_0_0_10">11</td><td
class="dxeCalendarDay_MaterialElemento" id="d2_DDD_C_mc_21" savedcursor="[object
Object]" style="cursor: pointer;">9</td><td class="dxeCalendarDay_MaterialElemento"
id="d2_DDD_C_mc_22" savedcursor="[object Object]" style="cursor:
pointer;">10</td><td class="dxeCalendarDay_MaterialElemento" id="d2_DDD_C_mc_23"
savedcursor="[object Object]" style="cursor: pointer;">11</td><td
class="dxeCalendarDay_MaterialElemento" id="d2_DDD_C_mc_24" savedcursor="[object
Object]" style="cursor: pointer;">12</td><td
class="dxeCalendarDay_MaterialElemento" id="d2_DDD_C_mc_25" savedcursor="[object
Object]" style="cursor: pointer;">13</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento" id="d2_DDD_C_mc_26" savedcursor="[object
Object]" style="cursor: pointer;">14</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento" id="d2_DDD_C_mc_27" savedcursor="[object
Object]" style="cursor: pointer;">15</td>
</tr><tr>
<td
class="dxeCalendarWeekNumber_MaterialElemento" id="d2_DDD_C_AUX_0_0_11">12</td><td
class="dxeCalendarDay_MaterialElemento" id="d2_DDD_C_mc_28" savedcursor="[object
Object]" style="cursor: pointer;">16</td><td
class="dxeCalendarDay_MaterialElemento" id="d2_DDD_C_mc_29" savedcursor="[object
Object]" style="cursor: pointer;">17</td><td
class="dxeCalendarDay_MaterialElemento" id="d2_DDD_C_mc_30" savedcursor="[object
Object]" style="cursor: pointer;">18</td><td
class="dxeCalendarDay_MaterialElemento" id="d2_DDD_C_mc_31" savedcursor="[object
Object]" style="cursor: pointer;">19</td><td
class="dxeCalendarDay_MaterialElemento" id="d2_DDD_C_mc_32" savedcursor="[object
Object]" style="cursor: pointer;">20</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento" id="d2_DDD_C_mc_33" savedcursor="[object
Object]" style="cursor: pointer;">21</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento" id="d2_DDD_C_mc_34" savedcursor="[object
Object]" style="cursor: pointer;">22</td>
</tr><tr>
<td
class="dxeCalendarWeekNumber_MaterialElemento" id="d2_DDD_C_AUX_0_0_12">13</td><td
class="dxeCalendarDay_MaterialElemento" id="d2_DDD_C_mc_35" savedcursor="[object
Object]" style="cursor: pointer;">23</td><td
class="dxeCalendarDay_MaterialElemento" id="d2_DDD_C_mc_36" savedcursor="[object
Object]" style="cursor: pointer;">24</td><td
class="dxeCalendarDay_MaterialElemento" id="d2_DDD_C_mc_37" savedcursor="[object
Object]" style="cursor: pointer;">25</td><td
class="dxeCalendarDay_MaterialElemento" id="d2_DDD_C_mc_38" savedcursor="[object
Object]" style="cursor: pointer;">26</td><td
class="dxeCalendarDay_MaterialElemento" id="d2_DDD_C_mc_39" savedcursor="[object
Object]" style="cursor: pointer;">27</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento" id="d2_DDD_C_mc_40" savedcursor="[object
Object]" style="cursor: pointer;">28</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento" id="d2_DDD_C_mc_41" savedcursor="[object
Object]" style="cursor: pointer;">29</td>
</tr><tr>
<td
class="dxeCalendarWeekNumber_MaterialElemento" id="d2_DDD_C_AUX_0_0_13">14</td><td
class="dxeCalendarDay_MaterialElemento" id="d2_DDD_C_mc_42" savedcursor="[object
Object]" style="cursor: pointer;">30</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarSelected_MaterialElemento" id="d2_DDD_C_mc_43" savedcursor="[object
Object]" style="cursor: pointer;">31</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarOtherMonth_MaterialElemento" id="d2_DDD_C_mc_44" savedcursor="[object
Object]" style="cursor: pointer;">1</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarOtherMonth_MaterialElemento" id="d2_DDD_C_mc_45" savedcursor="[object
Object]" style="cursor: pointer;">2</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarOtherMonth_MaterialElemento" id="d2_DDD_C_mc_46" savedcursor="[object
Object]" style="cursor: pointer;">3</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento dxeCalendarOtherMonth_MaterialElemento"
id="d2_DDD_C_mc_47" savedcursor="[object Object]" style="cursor:
pointer;">4</td><td class="dxeCalendarDay_MaterialElemento
dxeCalendarWeekend_MaterialElemento dxeCalendarOtherMonth_MaterialElemento"
id="d2_DDD_C_mc_48" savedcursor="[object Object]" style="cursor: pointer;">5</td>
</tr>
</tbody></table></td>
</tr><tr>
<td id="d2_DDD_C_yc"
class="dxFastNavGrid" style="display:none;"><table id="d2_DDD_C_yt"
class="dxeCalendarFastNav_MaterialElemento" style="height:100%;width:100%;border-
collapse:separate;">
<tbody><tr>
<td
class="dxeCalendarFastNavItemArea_MaterialElemento"
style="height:100%;width:100%;"><table id="d2_DDD_C_yt_n"
style="height:100%;width:100%;border-collapse:separate;">
<tbody><tr>
<td
class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento" id="d2_DDD_C_yc_0">Ian.</td><td
class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento" id="d2_DDD_C_yc_1">Feb.</td><td
class="dxeCalendarFastNavItem_MaterialElemento" id="d2_DDD_C_yc_2">Mar.</td><td
class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento" id="d2_DDD_C_yc_3">Apr.</td>
</tr><tr>
<td
class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento" id="d2_DDD_C_yc_4">Mai.</td><td
class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento" id="d2_DDD_C_yc_5">Iun.</td><td
class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento" id="d2_DDD_C_yc_6">Iul.</td><td
class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento" id="d2_DDD_C_yc_7">Aug.</td>
</tr><tr>
<td
class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento" id="d2_DDD_C_yc_8">Sep.</td><td
class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento" id="d2_DDD_C_yc_9">Oct.</td><td
class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento"
id="d2_DDD_C_yc_10">Nov.</td><td class="dxeCalendarFastNavItem_MaterialElemento
dxeCalendarFastNavItemOtherPeriod_MaterialElemento" id="d2_DDD_C_yc_11">Dec.</td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr><tr>
<td id="d2_DDD_C_F"
class="dxeCalendarFooter_MaterialElemento"><button id="d2_DDD_C_BT"
class="dxeCalendarButton_MaterialElemento" type="button">Today</button><button
id="d2_DDD_C_BC" class="dxeCalendarButton_MaterialElemento"
type="button">Clear</button></td>
</tr>
</tbody></table><script id="dxss_268099356"
type="text/javascript" data-executed="true">
<!--
ASPx.AddHoverItems('d2_DDD_C',[[['dxeCalendarButtonHover_MaterialElemento'],[''],
['BT','BC','BO','BCN','FNP_BO','FNP_BC']]]);
ASPx.AddPressedItems('d2_DDD_C',[[['dxeCalendarButtonPressed_MaterialElemento'],
[''],['BT','BC','BO','BCN','FNP_BO','FNP_BC']]]);
ASPx.AddDisabledItems('d2_DDD_C',[[['dxeDisabled_MaterialElemento'],[''],['']],
[['dxeDisabled_MaterialElemento dxeButtonDisabled_MaterialElemento'],[''],
['BT','BC','BO','BCN','FNP_BO','FNP_BC']],[[''],[''],['PYC','PMC','NMC','NYC'],,
[[{'spriteCssClass':'dxEditors_edtCalendarPrevYearDisabled_MaterialElemento'}],
[{'spriteCssClass':'dxEditors_edtCalendarPrevMonthDisabled_MaterialElemento'}],
[{'spriteCssClass':'dxEditors_edtCalendarNextMonthDisabled_MaterialElemento'}],
[{'spriteCssClass':'dxEditors_edtCalendarNextYearDisabled_MaterialElemento'}]],
['Img']]]);
ASPx.createControl(ASPxClientCalendar,'d2_DDD_C','',
{'uniqueID':'d2$DDD$C','scStates':2,'scPostfix':'MaterialElemento','serverCurrentDa
te':new Date(2020,3,21,0,0,0,0),'visibleDate':new
Date(2020,2,31,0,0,0,0),'firstDayOfWeek':1,'fastNavRollbackTexts':['Back To Days',
'Back To Months', 'Back To Years'],'isDateEditCalendar':true},null,null,
{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}],'selection':
[new Date(2020,2,31,0,0,0,0)]});

//-->
</script>
</div>
</div>
</div>
</div><script id="dxss_168482915" type="text/javascript" data-executed="true">
<!--
ASPx.AddHoverItems('d2_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]);
ASPx.createControl(ASPxClientPopupControl,'d2_DDD','',
{'uniqueID':'d2$DDD','adjustInnerControlsSizeOnShow':false,'popupAnimationType':'sl
ide','closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalA
lign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e)
{ ASPx.DDBPCShown('d2', e); }});
//-->
</script><script id="dxss_2081132108" type="text/javascript" data-executed="true">
<!--
ASPx.AddHoverItems('d2',[[['dxeButtonEditButtonHover'],[''],['B-1']]]);
ASPx.RemoveHoverItems('d2',[[['B-100']]]);
ASPx.AddPressedItems('d2',[[['dxeButtonEditButtonPressed'],[''],['B-1']]]);
ASPx.RemovePressedItems('d2',[[['B-100']]]);
ASPx.AddDisabledItems('d2',[[['dxeDisabled'],[''],['','I']],[['dxeDisabled
dxeButtonDisabled'],[''],['B-1'],,
[[{'spriteCssClass':'dxEditors_edtDropDownDisabled'}]],['Img']]]);
ASPx.RemoveDisabledItems('d2',[[['B-100'],]]);
ASPx.createControl(ASPxClientDateEdit,'d2','',{'callBack':function(arg)
{ WebForm_DoCallback('d2',arg,ASPx.Callback,'d2',ASPx.CallbackError,true); },'clien
tVisible':false,'scStates':2,'scPostfix':'','stateObject':
{'rawValue':'1585612800000'},'autoCompleteAttribute':
{'name':'autocomplete','value':'off'},'outOfRangeWarningClassName':'dxeOutOfRWarn
dxeOutOfRWarnRight','outOfRangeWarningMessages':['The date must be in the range
{0}...{1}', 'The date must be greater than or equal to {0}', 'The date must be less
than or equal to {0}'],'date':new
Date(2020,2,31,0,0,0,0),'dateFormatter':ASPx.DateFormatter.Create('dd.MM.yyyy')},nu
ll,null,{'decorationStyles':[{'key':'F','className':'dxeFocused','cssText':''}]});

//-->
</script>

<div id="mainContainer" class="container">

<div class="row">
<div id="calculator" class="col-lg-12 col-md-12 col-sm-12 col-xs-
12">
<div class="row">
<!-- Left part -->
<div class="col-lg-5 col-xs-12">

<div class="dxpnlControl_Office2010Silver"
id="pricePanel" style="width:100%;display:none;">

<div class="row">
<div class="col-lg-5 col-md-5 col-sm-6
col-xs-6" style="line-height: 40px;">
<span
class="dxeBase_MaterialElemento" dir="rtl" id="pricePanel_ASPxLabel5"
style="display:inline-block;width:100%;">Price List</span>
</div>
<div class="col-lg-6 col-md-6 col-sm-6
col-xs-6">
<table class="dxeButtonEditSys
dxeButtonEdit_MaterialElemento" id="pricePanel_price" style="width:100%;">
<tbody><tr>
<td style="display:none;"><input id="pricePanel_price_VI"
name="pricePanel_price_VI" type="hidden" value="2"></td><td class="dxic"
style="width:100%;"><input class="dxeEditArea_MaterialElemento dxeEditAreaSys"
id="pricePanel_price_I" name="pricePanel$price"
onfocus="ASPx.EGotFocus('pricePanel_price')"
onblur="ASPx.ELostFocus('pricePanel_price')"
onchange="ASPx.ETextChanged('pricePanel_price')" value="Price2018" type="text"
autocomplete="off"></td><td id="pricePanel_price_B-1" class="dxeButton
dxeButtonEditButton_MaterialElemento" style="-webkit-user-select:none;"><img
id="pricePanel_price_B-1Img" class="dxEditors_edtDropDown_MaterialElemento"
src="/DXR.axd?r=1_121-crFxj" alt="v"></td>
</tr>
</tbody></table><input type="hidden" name="pricePanel$price$DDDState"
id="pricePanel_price_DDD_State"
value="{&amp;quot;windowsState&amp;quot;:&amp;quot;0:0:-1:0:0:0:-10000:-
10000:1:0:0:0&amp;quot;}"><div id="pricePanel_price_DDD_PW-1"
class="dxpcDropDown_MaterialElemento dxpclW dxpc-ddSys dxdd-root" style="z-
index:10000;display:none;visibility:hidden;">
<div class="dxpc-mainDiv dxdd-list dxpc-shadow">
<div class="dxpc-contentWrapper">
<div class="dxpc-content" id="pricePanel_price_DDD_PWC-1">
<table class="dxeListBox_MaterialElemento"
id="pricePanel_price_DDD_L" style="border-collapse:separate;">
<tbody><tr>
<td style="vertical-align:Top;"><div
id="pricePanel_price_DDD_L_D" class="dxlbd" style="width:100%;overflow-
x:hidden;overflow-y:auto;"><div id="pricePanel_price_DDD_LLBVSTC" style="overflow:
hidden; width: 100%;"><div id="pricePanel_price_DDD_LVirtualScrollTopSpacer"></div>
<input
id="pricePanel_price_DDD_L_VI" type="hidden" name="pricePanel$price$DDD$L"
value="2"><table style="border-collapse:separate;visibility:hidden!
important;display:none!important;">
<tbody><tr
id="pricePanel_price_DDD_L_LBI-1" class="dxeListBoxItemRow_MaterialElemento">
<td
id="pricePanel_price_DDD_L_LBI-1T0"
class="dxeListBoxItem_MaterialElemento">&nbsp;</td>
</tr>
</tbody></table><table
id="pricePanel_price_DDD_L_LBT" style="width:100%;border-collapse:separate;">

</table>
</div></div></td>
</tr>
</tbody></table><script id="dxss_1016825657"
type="text/javascript" data-executed="true">
<!--
ASPx.createControl(ASPxClientListBox,'pricePanel_price_DDD_L','',
{'uniqueID':'pricePanel$price$DDD$L','scStates':6,'scPostfix':'MaterialElemento','s
avedSelectedIndex':0,'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':tr
ue,'hoverClasses':['dxeListBoxItemHover_MaterialElemento'],'selectedClasses':
['dxeListBoxItemSelected_MaterialElemento'],'disabledClasses':
['dxeDisabled_MaterialElemento'],'itemsInfo':[{'value':2,'text':'Price2018'},
{'value':1,'text':'Price2017'},{'value':3,'text':'PriceExpeditii OLD'},
{'value':4,'text':'Virtual Office'}]},{'SelectedIndexChanged':function (s, e)
{ ASPx.CBLBSelectedIndexChanged('pricePanel_price', e); },'ItemClick':function (s,
e) { ASPx.CBLBItemMouseUp('pricePanel_price', e); }},null,{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});

//-->
</script>
</div>
</div>
</div>
</div><script id="dxss_558233826" type="text/javascript" data-
executed="true">
<!--
ASPx.AddHoverItems('pricePanel_price_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-
1']]]);
ASPx.createControl(ASPxClientPopupControl,'pricePanel_price_DDD','',
{'uniqueID':'pricePanel$price$DDD','adjustInnerControlsSizeOnShow':false,'popupAnim
ationType':'slide','closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','
popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function
(s, e) { ASPx.DDBPCShown('pricePanel_price', e); }});

//-->
</script><script id="dxss_735074053" type="text/javascript" data-executed="true">
<!--
ASPx.AddHoverItems('pricePanel_price',
[[['dxeButtonEditButtonHover_MaterialElemento'],[''],['B-1']]]);
ASPx.RemoveHoverItems('pricePanel_price',[[['B-100']]]);
ASPx.AddPressedItems('pricePanel_price',
[[['dxeButtonEditButtonPressed_MaterialElemento'],[''],['B-1']]]);
ASPx.RemovePressedItems('pricePanel_price',[[['B-100']]]);
ASPx.AddDisabledItems('pricePanel_price',[[['dxeDisabled_MaterialElemento'],[''],
['','I']],[['dxeDisabled_MaterialElemento dxeButtonDisabled_MaterialElemento'],
[''],['B-1'],,
[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_MaterialElemento'}]],['Img']]]);
ASPx.RemoveDisabledItems('pricePanel_price',[[['B-100'],]]);
ASPx.createControl(ASPxClientComboBox,'pricePanel_price','',
{'uniqueID':'pricePanel$price','scStates':2,'scPostfix':'MaterialElemento','autoCom
pleteAttribute':
{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':2,'islastS
uccessValueInit':true},null,null,{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});

//-->
</script>
<table class="dxeTextBoxSys
dxeTextBox dxeTextBoxDefaultWidthSys" id="pricePanel_cod" style="width:170px;">
<tbody><tr>
<td class="dxic" style="width:100%;"><input class="dxeEditArea
dxeEditAreaSys" id="pricePanel_cod_I" name="pricePanel$cod"
onfocus="ASPx.EGotFocus('pricePanel_cod')"
onblur="ASPx.ELostFocus('pricePanel_cod')" value="1" type="text"
autocomplete="off"></td>
</tr>
</tbody></table><script id="dxss_239743934" type="text/javascript" data-
executed="true">
<!--
ASPx.createControl(ASPxClientTextBox,'pricePanel_cod','',
{'uniqueID':'pricePanel$cod','scStates':6,'scPostfix':''},null,null,
{'decorationStyles':[{'key':'F','className':'dxeFocused','cssText':''}]});

//-->
</script>
</div>
</div>

</div><table id="pricePanel_LP"
class="dxpnlLoadingPanelWithContent_Office2010Silver
dxlpLoadingPanelWithContent_Office2010Silver" style="left:0px;top:0px;z-
index:30000;display:none;">
<tbody><tr>
<td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage
dxlp-imgPosLeft" src="/DXR.axd?r=1_121-crFxj" alt="" style="vertical-
align:middle;"></td><td class="dx" style="padding-left:0px;"><span
id="pricePanel_TL">Loading…</span></td>
</tr>
</tbody></table><div id="pricePanel_LD"
class="dxpnlLoadingDivWithContent_Office2010Silver
dxlpLoadingDivWithContent_Office2010Silver dx-ft" style="left:0px;top:0px;z-
index:29999;display:none;position:absolute;">

</div><script id="dxss_1284790053" type="text/javascript" data-executed="true">


<!--
ASPx.createControl(ASPxClientCallbackPanel,'pricePanel','',
{'callBack':function(arg)
{ WebForm_DoCallback('pricePanel',arg,ASPx.Callback,'pricePanel',ASPx.CallbackError
,true); },'clientVisible':false,'hideContentOnCallback':false});

//-->
</script>

<div class="row">
<div class="col-lg-6 col-xs-12 calcLabel"
style="line-height: 40px;">
<span class="dxeBase_MaterialElemento"
id="lbl_forma_juridica" style="display:inline-block;width:100%;">Forma
juridica</span>
</div>
<div class="col-lg-6 col-xs-12">
<table id="forma_juridica_ET"
class="dxeValidStEditorTable dxeRoot_MaterialElemento" style="width:100%;"
errorframe="errorFrame">
<tbody><tr>
<td id="forma_juridica_CC" class="dxeErrorFrame_MaterialElemento
dxeErrorFrameSys dxeNoBorderRight dxeControlsCell_MaterialElemento"
style="width:100%;vertical-align:middle;"><input type="hidden"
name="forma_juridica$State" id="forma_juridica_State"
value="{&amp;quot;validationState&amp;quot;:&amp;quot;&amp;quot;}"><table
title="Alegeți forma organizatorico juridică" class="dxeButtonEditSys
dxeButtonEdit_MaterialElemento" id="forma_juridica" style="width:100%;">
<tbody><tr>
<td style="display:none;"><input id="forma_juridica_VI"
name="forma_juridica_VI" type="hidden" value="17143"></td><td class="dxic"
style="width:100%;"><input class="dxeEditArea_MaterialElemento dxeEditAreaSys"
id="forma_juridica_I" name="forma_juridica"
onfocus="ASPx.EGotFocus('forma_juridica')"
onblur="ASPx.ELostFocus('forma_juridica')"
onchange="ASPx.ETextChanged('forma_juridica')" value="SRL" type="text"
autocomplete="off"></td><td id="forma_juridica_B-1" class="dxeButton
dxeButtonEditButton_MaterialElemento dxRippleTargetExternal" style="-webkit-user-
select:none;"><img id="forma_juridica_B-1Img"
class="dxEditors_edtDropDown_MaterialElemento" src="/DXR.axd?r=1_121-crFxj"
alt="v"></td>
</tr>
</tbody></table><input type="hidden" name="forma_juridica$DDDState"
id="forma_juridica_DDD_State"
value="{&amp;quot;windowsState&amp;quot;:&amp;quot;0:0:-
1:629:48:1:450:221:1:0:0:0&amp;quot;}"><div id="forma_juridica_DDD_PW-1"
class="dxpcDropDown_MaterialElemento dxpclW dxpc-ddSys dxdd-root" style="z-index:
10000; visibility: hidden; width: 452px; height: 221px; position: absolute; left:
13px; top: 28px; overflow: visible; display: none;">
<div class="dxpc-mainDiv dxdd-list dxpc-shadow" style="left: 0px;
top: 0px;">
<div class="dxpc-contentWrapper" style="display: table;
height: 221px;">
<div class="dxpc-content" id="forma_juridica_DDD_PWC-
1" style="display: table-cell;">
<table class="dxeListBox_MaterialElemento"
id="forma_juridica_DDD_L" style="border-collapse: separate; height: 0px;">
<tbody><tr>
<td style="vertical-
align:Top;"><div id="forma_juridica_DDD_L_H" class="dxeHD" style="padding-right:
0px;">
<table style="width: 100%;
border-collapse: separate; table-layout: fixed !important;">
<tbody><tr>
<td
class="dxeListBoxItem_MaterialElemento dxeHFC" style="width:100px;">Tip</td><td
class="dxeListBoxItem_MaterialElemento dxeHLC" style="width:350px;">Informatie</td>
</tr>
</tbody></table>
</div><div
id="forma_juridica_DDD_L_D" class="dxlbd" style="overflow: hidden auto; padding-
right: 0px; width: 450px; height: 186px;"><div id="forma_juridica_DDD_LLBVSTC"
style="overflow: hidden; width: 100%; height: 186px;"><div
id="forma_juridica_DDD_LVirtualScrollTopSpacer" style="height: 0px;"></div>
<input
id="forma_juridica_DDD_L_VI" type="hidden" name="forma_juridica$DDD$L"
value="17143"><table style="border-collapse:separate;visibility:hidden!
important;display:none!important;">
<tbody><tr
id="forma_juridica_DDD_L_LBI-1" class="dxeListBoxItemRow_MaterialElemento">
<td
id="forma_juridica_DDD_L_LBI-1T0" class="dxeListBoxItem_MaterialElemento dxeFTM"
style="width:100px;">&nbsp;</td><td class="dxeListBoxItem_MaterialElemento dxeLTM"
style="width:350px;" id="forma_juridica_DDD_L_LBI-1T1">&nbsp;</td>
</tr>
</tbody></table><table
id="forma_juridica_DDD_L_LBT" style="width:100%;border-collapse:separate;table-
layout:fixed!important;">

<tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="forma_juridica_DDD_L_LBI0T0" class="dxeListBoxItem_MaterialElemento dxeFTM
dxeListBoxItemSelected_MaterialElemento" style="width:100px;">SRL</td><td
class="dxeListBoxItem_MaterialElemento dxeLTM
dxeListBoxItemSelected_MaterialElemento" style="width:350px;"
id="forma_juridica_DDD_L_LBI0T1">Societate cu Raspundere Limitata</td>
</tr><tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="forma_juridica_DDD_L_LBI1T0" class="dxeListBoxItem_MaterialElemento dxeFTM"
style="width:100px;">I.I.</td><td class="dxeListBoxItem_MaterialElemento dxeLTM"
style="width:350px;" id="forma_juridica_DDD_L_LBI1T1">Intreprindere
Individuala</td>
</tr><tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="forma_juridica_DDD_L_LBI2T0" class="dxeListBoxItem_MaterialElemento dxeFTM"
style="width:100px;">ICS</td><td class="dxeListBoxItem_MaterialElemento dxeLTM"
style="width:350px;" id="forma_juridica_DDD_L_LBI2T1">Intrprindere Capital
Strain</td>
</tr><tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="forma_juridica_DDD_L_LBI3T0" class="dxeListBoxItem_MaterialElemento dxeFTM"
style="width:100px;">AO</td><td class="dxeListBoxItem_MaterialElemento dxeLTM"
style="width:350px;" id="forma_juridica_DDD_L_LBI3T1">Asociatie obsteasca
(ONG)</td>
</tr><tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="forma_juridica_DDD_L_LBI4T0" class="dxeListBoxItem_MaterialElemento dxeFTM"
style="width:100px;">SA</td><td class="dxeListBoxItem_MaterialElemento dxeLTM"
style="width:350px;" id="forma_juridica_DDD_L_LBI4T1">Societate pe Actiuni</td>
</tr><tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="forma_juridica_DDD_L_LBI5T0" class="dxeListBoxItem_MaterialElemento dxeFTM"
style="width:100px;">Parc IT</td><td class="dxeListBoxItem_MaterialElemento dxeLTM"
style="width:350px;" id="forma_juridica_DDD_L_LBI5T1">Parc IT</td>
</tr></table>
</div></div></td>
</tr>
</tbody></table><script id="dxss_35533481"
type="text/javascript" data-executed="true">
<!--
ASPx.createControl(ASPxClientListBox,'forma_juridica_DDD_L','',
{'uniqueID':'forma_juridica$DDD$L','scStates':6,'scPostfix':'MaterialElemento','sav
edSelectedIndex':0,'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true
,'columnFieldNames':['name','comment'],'textFormatString':'{0}','hoverClasses':
['dxeListBoxItemHover_MaterialElemento'],'selectedClasses':
['dxeListBoxItemSelected_MaterialElemento'],'disabledClasses':
['dxeDisabled_MaterialElemento'],'itemsInfo':[{'value':17143,'texts':
['SRL','Societate cu Raspundere Limitata']},{'value':17144,'texts':
['I.I.','Intreprindere Individuala']},{'value':17146,'texts':['ICS','Intrprindere
Capital Strain']},{'value':17147,'texts':['AO','Asociatie obsteasca (ONG)']},
{'value':17148,'texts':['SA','Societate pe Actiuni']},{'value':39288,'texts':['Parc
IT','Parc IT']}]},{'SelectedIndexChanged':function (s, e)
{ ASPx.CBLBSelectedIndexChanged('forma_juridica', e); },'ItemClick':function (s, e)
{ ASPx.CBLBItemMouseUp('forma_juridica', e); }},null,{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});

//-->
</script>
</div>
</div>
</div>
</div><script id="dxss_964591409" type="text/javascript" data-
executed="true">
<!--
ASPx.AddHoverItems('forma_juridica_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]);
ASPx.createControl(ASPxClientPopupControl,'forma_juridica_DDD','',
{'uniqueID':'forma_juridica$DDD','adjustInnerControlsSizeOnShow':false,'popupAnimat
ionType':'slide','closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','po
pupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function
(s, e) { ASPx.DDBPCShown('forma_juridica', e); }});
//-->
</script></td><td id="forma_juridica_EC" class="dxeErrorCell_MaterialElemento
dxeErrorFrame_MaterialElemento dxeErrorFrameSys dxeErrorCellSys dxeNoBorderLeft"
style="vertical-align:middle;visibility:hidden;white-space:nowrap;"><table
style="width:100%;">
<tbody><tr>
<td><img id="forma_juridica_EI" title="Invalid value"
class="dxEditors_edtError_MaterialElemento" src="/DXR.axd?r=1_121-crFxj"
alt="Invalid value"></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table><script id="dxss_1156094111" type="text/javascript" data-
executed="true">
<!--
ASPx.AddHoverItems('forma_juridica',
[[['dxeButtonEditButtonHover_MaterialElemento'],[''],['B-1']]]);
ASPx.RemoveHoverItems('forma_juridica',[[['B-100']]]);
ASPx.AddPressedItems('forma_juridica',
[[['dxeButtonEditButtonPressed_MaterialElemento'],[''],['B-1']]]);
ASPx.RemovePressedItems('forma_juridica',[[['B-100']]]);
ASPx.createControl(ASPxClientComboBox,'forma_juridica','',
{'customValidationEnabled':true,'isValid':true,'errorText':'Invalid
value','validationPatterns':[new ASPx.RequiredFieldValidationPattern('Indicati
genul de
activitate!')],'isErrorFrameRequired':true,'errorDisplayMode':'i','errorImageIsAssi
gned':true,'autoCompleteAttribute':
{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':17143,'isl
astSuccessValueInit':true},null,null,{'decorationStyles':
[{'key':'I','className':'dxeInvalid_MaterialElemento','cssText':''},
{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});

//-->
</script>
</div>
</div>

<br>

<div class="row">
<div class="col-lg-6 col-xs-12 calcLabel"
style="line-height: 40px;">
<span class="dxeBase_MaterialElemento"
id="lbl_genul1" style="display:inline-block;width:100%;">Genul de activitate</span>
</div>
<div class="col-lg-6 col-xs-12">
<table id="genul1_ET"
class="dxeRoot_MaterialElemento dxeValidStEditorTable" style="width:100%;"
errorframe="errorFrame">
<tbody><tr>
<td id="genul1_CC" class="dxeErrorFrame_MaterialElemento
dxeErrorFrameSys dxeNoBorderRight dxeControlsCell_MaterialElemento"
style="width:100%;vertical-align:middle;"><input type="hidden" name="genul1$State"
id="genul1_State"
value="{&amp;quot;rawValue&amp;quot;:&amp;quot;Producere&amp;quot;,&amp;quot;valida
tionState&amp;quot;:&amp;quot;&amp;quot;}"><table title="Alegeți genul sau domeniul
de activitate" class="dxeButtonEditSys dxeButtonEdit_MaterialElemento" id="genul1"
style="width:100%;">
<tbody><tr>
<td style="display:none;"><input id="genul1_VI"
name="genul1_VI" type="hidden" value="17123"></td><td class="dxic"
style="width:100%;"><input class="dxeEditArea_MaterialElemento dxeEditAreaSys"
id="genul1_I" name="genul1" onfocus="ASPx.EGotFocus('genul1')"
onblur="ASPx.ELostFocus('genul1')" onchange="ASPx.ETextChanged('genul1')" value="..
Alege genul de activitate" type="text" autocomplete="off"></td><td id="genul1_B-1"
class="dxeButton dxeButtonEditButton_MaterialElemento dxRippleTargetExternal"
style="-webkit-user-select:none;"><img id="genul1_B-1Img"
class="dxEditors_edtDropDown_MaterialElemento" src="/DXR.axd?r=1_121-crFxj"
alt="v"></td>
</tr>
</tbody></table><input type="hidden" name="genul1$DDDState"
id="genul1_DDD_State" value="{&amp;quot;windowsState&amp;quot;:&amp;quot;0:0:-
1:629:106:1:232:214:1:0:0:0&amp;quot;}"><div id="genul1_DDD_PW-1"
class="dxpcDropDown_MaterialElemento dxpclW dxpc-ddSys dxdd-root" style="z-index:
10000; visibility: hidden; width: 234px; height: 214px; position: absolute; left:
13px; top: 28px; overflow: visible; display: none;">
<div class="dxpc-mainDiv dxdd-list dxpc-shadow" style="left: 0px;
top: 0px;">
<div class="dxpc-contentWrapper" style="display: table;
height: 214px;">
<div class="dxpc-content" id="genul1_DDD_PWC-1"
style="display: table-cell;">
<input type="hidden" name="genul1$DDD$L$State"
id="genul1_DDD_L_State"
value="{&amp;quot;CustomCallback&amp;quot;:&amp;quot;&amp;quot;}"><table
class="dxeListBox_MaterialElemento" id="genul1_DDD_L" style="border-collapse:
separate; height: 0px;">
<tbody><tr>
<td style="vertical-
align:Top;"><div id="genul1_DDD_L_D" class="dxlbd" style="width: 232px; overflow:
hidden auto; padding-right: 0px; height: 210px;"><div id="genul1_DDD_LLBVSTC"
style="overflow: hidden; width: 100%; height: 270px;"><div
id="genul1_DDD_LVirtualScrollTopSpacer" style="height: 0px;"></div>
<input id="genul1_DDD_L_VI"
type="hidden" name="genul1$DDD$L" value="17123"><table style="border-
collapse:separate;visibility:hidden!important;display:none!important;">
<tbody><tr
id="genul1_DDD_L_LBI-1" class="dxeListBoxItemRow_MaterialElemento">
<td
id="genul1_DDD_L_LBI-1T0" class="dxeListBoxItem_MaterialElemento">&nbsp;</td>
</tr>
</tbody></table><table
id="genul1_DDD_L_LBT" style="width:100%;border-collapse:separate;" class="">

<tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="genul1_DDD_L_LBI0T0" class="dxeListBoxItem_MaterialElemento
dxeListBoxItemSelected_MaterialElemento">Producere</td>
</tr><tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="genul1_DDD_L_LBI1T0" class="dxeListBoxItem_MaterialElemento">Comert (evidența
pe unități)</td>
</tr><tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="genul1_DDD_L_LBI2T0" class="dxeListBoxItem_MaterialElemento">Comert (evidența
pe sumă)</td>
</tr><tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="genul1_DDD_L_LBI3T0" class="dxeListBoxItem_MaterialElemento">Import / Export
(marfuri si servicii)</td>
</tr><tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="genul1_DDD_L_LBI4T0"
class="dxeListBoxItem_MaterialElemento">Constructii/Reparatii/Montari</td>
</tr><tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="genul1_DDD_L_LBI5T0" class="dxeListBoxItem_MaterialElemento">Transport /
Expeditii</td>
</tr><tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="genul1_DDD_L_LBI6T0" class="dxeListBoxItem_MaterialElemento">Servicii</td>
</tr><tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="genul1_DDD_L_LBI7T0" class="dxeListBoxItem_MaterialElemento">Agricultura</td>
</tr><tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="genul1_DDD_L_LBI8T0" class="dxeListBoxItem_MaterialElemento">Alimentatie
publica</td>
</tr></table>
</div></div></td>
</tr>
</tbody></table><script id="dxss_734331208"
type="text/javascript" data-executed="true">
<!--
ASPx.createControl(ASPxClientListBox,'genul1_DDD_L','',
{'uniqueID':'genul1$DDD$L','scStates':6,'scPostfix':'MaterialElemento','stateObject
':
{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':t
rue,'hoverClasses':['dxeListBoxItemHover_MaterialElemento'],'selectedClasses':
['dxeListBoxItemSelected_MaterialElemento'],'disabledClasses':
['dxeDisabled_MaterialElemento'],'itemsInfo':[{'value':17123,'text':'Producere'},
{'value':17124,'text':'Comert (evidența pe unități)'},{'value':17129,'text':'Comert
(evidența pe sumă)'},{'value':17130,'text':'Import / Export (marfuri si
servicii)'},{'value':17131,'text':'Constructii/Reparatii/Montari'},
{'value':17132,'text':'Transport / Expeditii'},{'value':17133,'text':'Servicii'},
{'value':17134,'text':'Agricultura'},{'value':73118,'text':'Alimentatie
publica'}]},{'SelectedIndexChanged':function (s, e)
{ ASPx.CBLBSelectedIndexChanged('genul1', e); },'ItemClick':function (s, e)
{ ASPx.CBLBItemMouseUp('genul1', e); }},null,{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});

//-->
</script>
</div>
</div>
</div>
</div><script id="dxss_43172293" type="text/javascript" data-
executed="true">
<!--
ASPx.AddHoverItems('genul1_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]);
ASPx.createControl(ASPxClientPopupControl,'genul1_DDD','',
{'uniqueID':'genul1$DDD','adjustInnerControlsSizeOnShow':false,'popupAnimationType'
:'slide','closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerti
calAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e)
{ ASPx.DDBPCShown('genul1', e); }});

//-->
</script></td><td id="genul1_EC" class="dxeErrorCell_MaterialElemento
dxeErrorFrame_MaterialElemento dxeErrorFrameSys dxeErrorCellSys dxeNoBorderLeft"
style="vertical-align: middle; visibility: hidden; white-space: nowrap;"><table
style="width:100%;">
<tbody><tr>
<td><img id="genul1_EI" title="Indicati genul de
activitate!" class="dxEditors_edtError_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="Indicati genul de activitate!"></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table><table id="genul1_LP" class="dxeLoadingPanel_MaterialElemento
dxlpLoadingPanel_MaterialElemento" style="left:0px;top:0px;z-
index:30000;display:none;">
<tbody><tr>
<td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage
dxlp-imgPosLeft" src="/DXR.axd?r=1_121-crFxj" alt="" style="vertical-
align:middle;"></td><td class="dx" style="padding-left:0px;"><span
id="genul1_TL">Loading…</span></td>
</tr>
</tbody></table><div id="genul1_LD" class="dxeLoadingDiv_MaterialElemento
dxlpLoadingDiv_MaterialElemento dx-ft" style="left:0px;top:0px;z-
index:29999;display:none;position:absolute;">

</div><script id="dxss_1974504765" type="text/javascript" data-executed="true">


<!--
ASPx.AddHoverItems('genul1',[[['dxeButtonEditButtonHover_MaterialElemento'],[''],
['B-1']]]);
ASPx.RemoveHoverItems('genul1',[[['B-100']]]);
ASPx.AddPressedItems('genul1',[[['dxeButtonEditButtonPressed_MaterialElemento'],
[''],['B-1']]]);
ASPx.RemovePressedItems('genul1',[[['B-100']]]);
ASPx.AddDisabledItems('genul1',[[['dxeDisabled_MaterialElemento'],[''],['','I']],
[['dxeDisabled_MaterialElemento dxeButtonDisabled_MaterialElemento'],[''],['B-1'],,
[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_MaterialElemento'}]],['Img']]]);
ASPx.RemoveDisabledItems('genul1',[[['B-100'],]]);
ASPx.createControl(ASPxClientComboBox,'genul1','',{'callBack':function(arg)
{ WebForm_DoCallback('genul1',arg,ASPx.Callback,'genul1',ASPx.CallbackError,true);
},'scStates':2,'scPostfix':'MaterialElemento','stateObject':
{'rawValue':''},'customValidationEnabled':true,'isValid':true,'errorText':'Invalid
value','validationPatterns':[new ASPx.RequiredFieldValidationPattern('Indicati
genul de
activitate!')],'isErrorFrameRequired':true,'errorDisplayMode':'i','errorImageIsAssi
gned':true,'nullText':'.. Alege genul de activitate','autoCompleteAttribute':
{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'isla
stSuccessValueInit':true},{'ValueChanged':function(s, e)
{ OnGen1Changed(s); }},null,{'decorationStyles':
[{'key':'I','className':'dxeInvalid_MaterialElemento','cssText':''},
{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''},
{'key':'N','className':'dxeNullText_MaterialElemento','cssText':''}]});

//-->
</script>
</div>
</div>

<div class="row">
<div class="col-lg-6 col-xs-12 calcLabel"
style="line-height: 40px;">
<span class="dxeBase_MaterialElemento"
id="lbl_operatiuni1" style="display:inline-block;width:100%;">Nr. de
operațiuni</span>
</div>
<div class="col-lg-6 col-xs-12">
<table id="operatiuni1_ET"
class="dxeRoot_MaterialElemento dxeValidStEditorTable" style="width:100%;"
errorframe="errorFrame">
<tbody><tr>
<td id="operatiuni1_CC" class="dxeErrorFrame_MaterialElemento
dxeErrorFrameSys dxeNoBorderRight dxeControlsCell_MaterialElemento"
style="width:100%;vertical-align:middle;"><input type="hidden"
name="operatiuni1$State" id="operatiuni1_State"
value="{&amp;quot;validationState&amp;quot;:&amp;quot;&amp;quot;}"><table
title="Indicați numărul de operațiuni" class="dxeButtonEditSys
dxeButtonEdit_MaterialElemento" id="operatiuni1" style="width:100%;">
<tbody><tr>
<td style="display:none;"><input id="operatiuni1_VI"
name="operatiuni1_VI" type="hidden" value="17503"></td><td class="dxic"
style="width:100%;"><input class="dxeEditArea_MaterialElemento dxeEditAreaSys"
id="operatiuni1_I" name="operatiuni1" onfocus="ASPx.EGotFocus('operatiuni1')"
onblur="ASPx.ELostFocus('operatiuni1')" onchange="ASPx.ETextChanged('operatiuni1')"
type="text" autocomplete="off"></td><td id="operatiuni1_B-1" class="dxeButton
dxeButtonEditButton_MaterialElemento dxRippleTargetExternal" style="-webkit-user-
select:none;"><img id="operatiuni1_B-1Img"
class="dxEditors_edtDropDown_MaterialElemento" src="/DXR.axd?r=1_121-crFxj"
alt="v"></td>
</tr>
</tbody></table><input type="hidden" name="operatiuni1$DDDState"
id="operatiuni1_DDD_State" value="{&amp;quot;windowsState&amp;quot;:&amp;quot;0:0:-
1:629:146:1:176:214:1:0:0:0&amp;quot;}"><div id="operatiuni1_DDD_PW-1"
class="dxpcDropDown_MaterialElemento dxpclW dxpc-ddSys dxdd-root" style="z-index:
10000; visibility: hidden; width: 178px; height: 214px; position: absolute; left:
13px; top: 28px; overflow: visible; display: none;">
<div class="dxpc-mainDiv dxdd-list dxpc-shadow" style="left: 0px;
top: 0px;">
<div class="dxpc-contentWrapper" style="display: table;
height: 214px;">
<div class="dxpc-content" id="operatiuni1_DDD_PWC-1"
style="display: table-cell;">
<input type="hidden"
name="operatiuni1$DDD$L$State" id="operatiuni1_DDD_L_State"
value="{&amp;quot;CustomCallback&amp;quot;:&amp;quot;LECC|
5;17123;&amp;quot;}"><table class="dxeListBox_MaterialElemento"
id="operatiuni1_DDD_L" style="border-collapse: separate; height: 0px; width:
176px;">
<tbody><tr>
<td style="vertical-
align:Top;"><div id="operatiuni1_DDD_L_D" class="dxlbd" style="width: 176px;
overflow: hidden auto; padding-right: 0px; height: 210px;"><div
id="operatiuni1_DDD_LLBVSTC" style="overflow: hidden; width: 100%; height:
210px;"><div id="operatiuni1_DDD_LVirtualScrollTopSpacer" style="height:
0px;"></div>
<input
id="operatiuni1_DDD_L_VI" type="hidden" name="operatiuni1$DDD$L"
value="17503"><table style="border-collapse:separate;visibility:hidden!
important;display:none!important;">
<tbody><tr
id="operatiuni1_DDD_L_LBI-1" class="dxeListBoxItemRow_MaterialElemento">
<td
id="operatiuni1_DDD_L_LBI-1T0" class="dxeListBoxItem_MaterialElemento">&nbsp;</td>
</tr>
</tbody></table><table
id="operatiuni1_DDD_L_LBT" style="width:100%;border-collapse:separate;" class="">
<tbody><tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="operatiuni1_DDD_L_LBI0T0" class="dxeListBoxItem_MaterialElemento
dxeListBoxItemSelected_MaterialElemento">pina la 5</td>
</tr><tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="operatiuni1_DDD_L_LBI1T0" class="dxeListBoxItem_MaterialElemento">6 - 20</td>
</tr><tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="operatiuni1_DDD_L_LBI2T0" class="dxeListBoxItem_MaterialElemento">21 - 40</td>
</tr><tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="operatiuni1_DDD_L_LBI3T0" class="dxeListBoxItem_MaterialElemento">41 - 60</td>
</tr><tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="operatiuni1_DDD_L_LBI4T0" class="dxeListBoxItem_MaterialElemento">61 - 80</td>
</tr><tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="operatiuni1_DDD_L_LBI5T0" class="dxeListBoxItem_MaterialElemento">81 - 100</td>
</tr><tr
class="dxeListBoxItemRow_MaterialElemento">
<td
id="operatiuni1_DDD_L_LBI6T0" class="dxeListBoxItem_MaterialElemento">101 -
120</td>
</tr></tbody></table>
</div></div></td>
</tr>
</tbody></table><script id="dxss_1431646002"
type="text/javascript" data-executed="true">
<!--
ASPx.createControl(ASPxClientListBox,'operatiuni1_DDD_L','',
{'uniqueID':'operatiuni1$DDD$L','scStates':6,'scPostfix':'MaterialElemento','stateO
bject':
{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':t
rue,'isHasFakeRow':true,'hoverClasses':
['dxeListBoxItemHover_MaterialElemento'],'selectedClasses':
['dxeListBoxItemSelected_MaterialElemento'],'disabledClasses':
['dxeDisabled_MaterialElemento'],'itemsInfo':[]},{'SelectedIndexChanged':function
(s, e) { ASPx.CBLBSelectedIndexChanged('operatiuni1', e); },'ItemClick':function
(s, e) { ASPx.CBLBItemMouseUp('operatiuni1', e); }},null,{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});

//-->
</script>
</div>
</div>
</div>
</div><script id="dxss_1396661571" type="text/javascript" data-
executed="true">
<!--
ASPx.AddHoverItems('operatiuni1_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]);
ASPx.createControl(ASPxClientPopupControl,'operatiuni1_DDD','',
{'uniqueID':'operatiuni1$DDD','adjustInnerControlsSizeOnShow':false,'popupAnimation
Type':'slide','closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popup
VerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s,
e) { ASPx.DDBPCShown('operatiuni1', e); }});

//-->
</script></td><td id="operatiuni1_EC" class="dxeErrorCell_MaterialElemento
dxeErrorFrame_MaterialElemento dxeErrorFrameSys dxeErrorCellSys dxeNoBorderLeft"
style="vertical-align: middle; visibility: hidden; white-space: nowrap;"><table
style="width:100%;">
<tbody><tr>
<td><img id="operatiuni1_EI" title="Indicati genul de
activitate!" class="dxEditors_edtError_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="Indicati genul de activitate!"></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table><table id="operatiuni1_LP" class="dxeLoadingPanel_MaterialElemento
dxlpLoadingPanel_MaterialElemento" style="left:0px;top:0px;z-
index:30000;display:none;">
<tbody><tr>
<td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage
dxlp-imgPosLeft" src="/DXR.axd?r=1_121-crFxj" alt="" style="vertical-
align:middle;"></td><td class="dx" style="padding-left:0px;"><span
id="operatiuni1_TL">Loading…</span></td>
</tr>
</tbody></table><div id="operatiuni1_LD" class="dxeLoadingDiv_MaterialElemento
dxlpLoadingDiv_MaterialElemento dx-ft" style="left:0px;top:0px;z-
index:29999;display:none;position:absolute;">

</div><script id="dxss_1980014766" type="text/javascript" data-executed="true">


<!--
ASPx.AddHoverItems('operatiuni1',[[['dxeButtonEditButtonHover_MaterialElemento'],
[''],['B-1']]]);
ASPx.RemoveHoverItems('operatiuni1',[[['B-100']]]);
ASPx.AddPressedItems('operatiuni1',
[[['dxeButtonEditButtonPressed_MaterialElemento'],[''],['B-1']]]);
ASPx.RemovePressedItems('operatiuni1',[[['B-100']]]);
ASPx.AddDisabledItems('operatiuni1',[[['dxeDisabled_MaterialElemento'],[''],
['','I']],[['dxeDisabled_MaterialElemento dxeButtonDisabled_MaterialElemento'],
[''],['B-1'],,
[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_MaterialElemento'}]],['Img']]]);
ASPx.RemoveDisabledItems('operatiuni1',[[['B-100'],]]);
ASPx.createControl(ASPxClientComboBox,'operatiuni1','',{'callBack':function(arg)
{ WebForm_DoCallback('operatiuni1',arg,ASPx.Callback,'operatiuni1',ASPx.CallbackErr
or,true); },'scStates':2,'scPostfix':'MaterialElemento','customValidationEnabled':t
rue,'isValid':true,'errorText':'Invalid value','validationPatterns':[new
ASPx.RequiredFieldValidationPattern('Indicati genul de
activitate!')],'isErrorFrameRequired':true,'errorDisplayMode':'i','errorImageIsAssi
gned':true,'autoCompleteAttribute':
{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'isla
stSuccessValueInit':true},{'EndCallback':OnEndCallback1},null,{'decorationStyles':
[{'key':'I','className':'dxeInvalid_MaterialElemento','cssText':''},
{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});

//-->
</script>
<script id="dxss_1564181351"
type="text/javascript" data-executed="true">
<!--
ASPx.NumberDecimalSeparator = '.';

//-->
</script><table class="dxeButtonEditSys dxeButtonEdit_MaterialElemento"
id="nr_oper1" style="background-color:#FFFF99;display:none;">
<tbody><tr>
<td class="dxic" style="width:100%;"><input
class="dxeEditArea_MaterialElemento dxeEditAreaSys" id="nr_oper1_I" name="nr_oper1"
onfocus="ASPx.EGotFocus('nr_oper1')" onblur="ASPx.ELostFocus('nr_oper1')"
onchange="ASPx.ETextChanged('nr_oper1')" value="0" type="text" style="background-
color:#FFFF99;" autocomplete="off"></td><td><div id="nr_oper1_B-2" class="dxeButton
dxeButtonEditButton_MaterialElemento dxeSpinIncButton_MaterialElemento"
onclick="ASPx.BEClick('nr_oper1',-2)" style="display:none;-webkit-user-
select:none;">
<img id="nr_oper1_B-2Img"
class="dxEditors_edtSpinEditIncrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="+">
</div><div id="nr_oper1_B-3" class="dxeButton
dxeButtonEditButton_MaterialElemento dxeSpinDecButton_MaterialElemento"
onclick="ASPx.BEClick('nr_oper1',-3)" style="display:none;-webkit-user-
select:none;">
<img id="nr_oper1_B-3Img"
class="dxEditors_edtSpinEditDecrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="-">
</div></td>
</tr>
</tbody></table><script id="dxss_837667829" type="text/javascript" data-
executed="true">
<!--
ASPx.AddHoverItems('nr_oper1',[[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinIncButtonHover_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinDecButtonHover_MaterialElemento'],[''],['B-3']]]);
ASPx.RemoveHoverItems('nr_oper1',[[['B-100']],[['B-1']],[['B-4']]]);
ASPx.AddPressedItems('nr_oper1',[[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinIncButtonPressed_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinDecButtonPressed_MaterialElemento'],[''],['B-3']]]);
ASPx.RemovePressedItems('nr_oper1',[[['B-100']],[['B-1']],[['B-4']]]);
ASPx.AddDisabledItems('nr_oper1',[[['dxeDisabled_MaterialElemento'],[''],['','I']],
[['dxeDisabled_MaterialElemento dxeButtonDisabled_MaterialElemento'],[''],['B-
2','B-3'],,
[[{'spriteCssClass':'dxEditors_edtSpinEditIncrementImageDisabled_MaterialElemento'}
],
[{'spriteCssClass':'dxEditors_edtSpinEditDecrementImageDisabled_MaterialElemento'}]
],['Img']]]);
ASPx.RemoveDisabledItems('nr_oper1',[[['B-100','B-1','B-4'],]]);
ASPx.createControl(ASPxClientSpinEdit,'nr_oper1','',
{'clientVisible':false,'scStates':2,'scPostfix':'MaterialElemento','heightCorrectio
nRequired':true,'autoCompleteAttribute':
{'name':'autocomplete','value':'off'},'outOfRangeWarningClassName':'dxeOutOfRWarn_M
aterialElemento dxeOutOfRWarnRight_MaterialElemento','outOfRangeWarningMessages':
['The number must be in the range {0}...{1}', 'The number must be greater than or
equal to {0}', 'The number must be less than or equal to
{0}'],'allowMouseWheel':false,'number':0},null,null,{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});

//-->
</script>
</div>
<div class="col-lg-6 col-xs-12" style="line-height:
40px;">

<div class="dxpnlControl_Office2010Silver"
id="comment1Panel" style="width:100%;">
<span title="În numărul de
operațiuni intră numai acestea" class="dxeBase_MaterialElemento"
id="comment1Panel_comment_oper1" style="display:inline-block;color:Green;font-
style:italic;width:100%;">Procurari + Livrari</span>
</div><script id="dxss_118396984"
type="text/javascript" data-executed="true">
<!--
ASPx.createControl(ASPxClientCallbackPanel,'comment1Panel','',
{'callBack':function(arg)
{ WebForm_DoCallback('comment1Panel',arg,ASPx.Callback,'comment1Panel',ASPx.Callbac
kError,true); },'hideContentOnCallback':false});

//-->
</script>

</div>
</div>

<div class="row">
<div class="col-lg-6 col-xs-1" style="line-height:
40px;">
</div>
<div class="col-lg-6 col-xs-11">
<table title="Bifați dacă aveți două genuri de
activitate Ex: Comerț + Servicii" class="dxeBase_MaterialElemento dxeTAR"
id="checkGen2">
<tbody><tr>
<td class="dxichCellSys"><span
class="dxWeb_edtCheckBoxUnchecked_MaterialElemento dxICheckBox_MaterialElemento
dxichSys dxToggle dx-not-acc" id="checkGen2_S_D"><span class="dxSwitcher dx-not-
acc"></span><span class="dxKBSW"><input id="checkGen2_S" class="dxAIFFE"
name="checkGen2" value="U" type="text" readonly="readonly" style="border-
width:0;width:0;height:0;padding:0;margin:0;background-
color:transparent;display:block;opacity:0;"></span></span></td><td
class="dxichTextCellSys"><label>Mai aveți un gen de activitate ?</label></td>
</tr>
</tbody></table><script id="dxss_793603014" type="text/javascript" data-
executed="true">
<!--
ASPx.createControl(ASPxClientCheckBox,'checkGen2','',
{'scStates':6,'scPostfix':'MaterialElemento','imageProperties':{'4':
['dxWeb_edtCheckBoxChecked_MaterialElemento','dxWeb_edtCheckBoxUnchecked_MaterialEl
emento'],'8':
['dxWeb_edtCheckBoxCheckedDisabled_MaterialElemento','dxWeb_edtCheckBoxUncheckedDis
abled_MaterialElemento']},'icbFocusedStyle':
['dxICBFocused_MaterialElemento',''],'displaySwitch':true},
{'ValueChanged':OnValueChanged},null,{'decorationStyles':[]});

//-->
</script>
</div>
</div>

<div class="dxpnlControl_Office2010Silver"
id="genul2Panel" style="width:100%;display:none;">

<div class="row">
<div class="col-lg-6 col-xs-12
calcLabel" style="line-height: 40px;">
<span
class="dxeBase_MaterialElemento" id="genul2Panel_lbl_genul2" style="display:inline-
block;width:100%;">Genul de activitate 2</span>
</div>
<div class="col-lg-6 col-xs-12">
<table id="genul2Panel_genul2_LP"
class="dxeLoadingPanel_MaterialElemento dxlpLoadingPanel_MaterialElemento"
style="left:0px;top:0px;z-index:30000;display:none;">
<tbody><tr>
<td class="dx" style="padding-right:0px;"><img class="dxlp-
loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_121-crFxj" alt="" style="vertical-
align:middle;"></td><td class="dx" style="padding-left:0px;"><span
id="genul2Panel_genul2_TL">Loading…</span></td>
</tr>
</tbody></table><div id="genul2Panel_genul2_LD"
class="dxeLoadingDiv_MaterialElemento dxlpLoadingDiv_MaterialElemento dx-ft"
style="left:0px;top:0px;z-index:29999;display:none;position:absolute;">

</div><input type="hidden" name="genul2Panel$genul2$State"


id="genul2Panel_genul2_State"
value="{&amp;quot;rawValue&amp;quot;:&amp;quot;&amp;quot;}"><table title="Alegeți
al doilea gen de activitate" class="dxeButtonEditSys dxeButtonEdit_MaterialElemento
dxeNullText_MaterialElemento dxh0" id="genul2Panel_genul2" style="width:100%;"
savedspellcheck="[object Object]" spellcheck="false">
<tbody><tr>
<td style="display:none;"><input id="genul2Panel_genul2_VI"
name="genul2Panel_genul2_VI" type="hidden"></td><td class="dxic"
style="width:100%;"><input class="dxeEditArea_MaterialElemento dxeEditAreaSys dxh0"
id="genul2Panel_genul2_I" onfocus="ASPx.EGotFocus('genul2Panel_genul2')"
onblur="ASPx.ELostFocus('genul2Panel_genul2')"
onchange="ASPx.ETextChanged('genul2Panel_genul2')" value=".. Alege genul de
activitate" type="text" savedspellcheck="[object Object]" spellcheck="false"
autocomplete="off" name="genul2Panel$genul2"></td><td id="genul2Panel_genul2_B-100"
class="dxHideContent dxeButton dxeButtonEditButton_MaterialElemento
dxeButtonEditClearButton_MaterialElemento"
onmousedown="ASPx.BEClear('genul2Panel_genul2', event)"><img
id="genul2Panel_genul2_B-100Img" class="dxEditors_edtClear_MaterialElemento"
src="/DXR.axd?r=1_121-crFxj" alt="x"></td><td id="genul2Panel_genul2_B-1"
class="dxeButton dxeButtonEditButton_MaterialElemento" style="-webkit-user-
select:none;"><img id="genul2Panel_genul2_B-1Img"
class="dxEditors_edtDropDown_MaterialElemento" src="/DXR.axd?r=1_121-crFxj"
alt="v"></td>
</tr>
</tbody></table><input type="hidden" name="genul2Panel$genul2$DDDState"
id="genul2Panel_genul2_DDD_State"
value="{&amp;quot;windowsState&amp;quot;:&amp;quot;0:0:-1:0:0:0:-10000:-
10000:1:0:0:0&amp;quot;}"><div id="genul2Panel_genul2_DDD_PW-1"
class="dxpcDropDown_MaterialElemento dxpclW dxpc-ddSys dxdd-root" style="z-
index:10000;display:none;visibility:hidden;">
<div class="dxpc-mainDiv dxdd-list dxpc-shadow">
<div class="dxpc-contentWrapper">
<div class="dxpc-content" id="genul2Panel_genul2_DDD_PWC-
1">
<input type="hidden"
name="genul2Panel$genul2$DDD$L$State" id="genul2Panel_genul2_DDD_L_State"
value="{&amp;quot;CustomCallback&amp;quot;:&amp;quot;&amp;quot;}"><table
class="dxeListBox_MaterialElemento" id="genul2Panel_genul2_DDD_L" style="border-
collapse:separate;">
<tbody><tr>
<td style="vertical-align:Top;"><div
id="genul2Panel_genul2_DDD_L_D" class="dxlbd" style="width:100%;overflow-
x:hidden;overflow-y:auto;"><div id="genul2Panel_genul2_DDD_LLBVSTC"
style="overflow: hidden; width: 100%;"><div
id="genul2Panel_genul2_DDD_LVirtualScrollTopSpacer"></div>
<input
id="genul2Panel_genul2_DDD_L_VI" type="hidden" name="genul2Panel$genul2$DDD$L"
value=""><table style="border-collapse:separate;visibility:hidden!
important;display:none!important;">
<tbody><tr
id="genul2Panel_genul2_DDD_L_LBI-1" class="dxeListBoxItemRow_MaterialElemento">
<td
id="genul2Panel_genul2_DDD_L_LBI-1T0"
class="dxeListBoxItem_MaterialElemento">&nbsp;</td>
</tr>
</tbody></table><table
id="genul2Panel_genul2_DDD_L_LBT" style="width:100%;border-collapse:separate;">

</table>
</div></div></td>
</tr>
</tbody></table><script id="dxss_1974109303"
type="text/javascript" data-executed="true">
<!--
ASPx.createControl(ASPxClientListBox,'genul2Panel_genul2_DDD_L','',
{'uniqueID':'genul2Panel$genul2$DDD$L','scStates':6,'scPostfix':'MaterialElemento',
'stateObject':
{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':t
rue,'hoverClasses':['dxeListBoxItemHover_MaterialElemento'],'selectedClasses':
['dxeListBoxItemSelected_MaterialElemento'],'disabledClasses':
['dxeDisabled_MaterialElemento'],'itemsInfo':[{'value':17123,'text':'Producere'},
{'value':17124,'text':'Comert (evidența pe unități)'},{'value':17129,'text':'Comert
(evidența pe sumă)'},{'value':17130,'text':'Import / Export (marfuri si
servicii)'},{'value':17131,'text':'Constructii/Reparatii/Montari'},
{'value':17132,'text':'Transport / Expeditii'},{'value':17133,'text':'Servicii'},
{'value':17134,'text':'Agricultura'},{'value':73118,'text':'Alimentatie
publica'}]},{'SelectedIndexChanged':function (s, e)
{ ASPx.CBLBSelectedIndexChanged('genul2Panel_genul2', e); },'ItemClick':function
(s, e) { ASPx.CBLBItemMouseUp('genul2Panel_genul2', e); }},null,
{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});

//-->
</script>
</div>
</div>
</div>
</div><script id="dxss_2115414964" type="text/javascript" data-
executed="true">
<!--
ASPx.AddHoverItems('genul2Panel_genul2_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-
1']]]);
ASPx.createControl(ASPxClientPopupControl,'genul2Panel_genul2_DDD','',
{'uniqueID':'genul2Panel$genul2$DDD','adjustInnerControlsSizeOnShow':false,'popupAn
imationType':'slide','closeAction':'CloseButton','popupHorizontalAlign':'LeftSides'
,'popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},
{'Shown':function (s, e) { ASPx.DDBPCShown('genul2Panel_genul2', e); }});

//-->
</script><script id="dxss_1365192301" type="text/javascript" data-executed="true">
<!--
ASPx.AddHoverItems('genul2Panel_genul2',
[[['dxeButtonEditButtonHover_MaterialElemento'],[''],['B-100','B-1']]]);
ASPx.AddPressedItems('genul2Panel_genul2',
[[['dxeButtonEditButtonPressed_MaterialElemento'],[''],['B-100','B-1']]]);
ASPx.AddDisabledItems('genul2Panel_genul2',[[['dxeDisabled_MaterialElemento'],[''],
['','I']],[['dxeDisabled_MaterialElemento dxeButtonDisabled_MaterialElemento'],
[''],['B-100','B-1'],,
[[{'spriteCssClass':'dxEditors_edtClearDisabled_MaterialElemento'}],
[{'spriteCssClass':'dxEditors_edtDropDownDisabled_MaterialElemento'}]],['Img']]]);
ASPx.createControl(ASPxClientComboBox,'genul2Panel_genul2','genul2',
{'callBack':function(arg)
{ WebForm_DoCallback('genul2Panel$genul2',arg,ASPx.Callback,'genul2Panel_genul2',AS
Px.CallbackError,true); },'uniqueID':'genul2Panel$genul2','scStates':2,'scPostfix':
'MaterialElemento','stateObject':{'rawValue':''},'nullText':'.. Alege genul de
activitate','autoCompleteAttribute':
{'name':'autocomplete','value':'off'},'clearButtonDisplayMode':'Always','ddmInput':
true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},
{'ValueChanged':function(s, e) { OnGen2Changed(s); }},null,{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''},
{'key':'N','className':'dxeNullText_MaterialElemento','cssText':''}]});

//-->
</script>
</div>
</div>

<div class="row">
<div class="col-lg-6 col-xs-12
calcLabel" style="line-height: 40px;">
<span
class="dxeBase_MaterialElemento" id="genul2Panel_lbl_operatiuni2"
style="display:inline-block;width:100%;">Nr. de operatiuni</span>
</div>
<div class="col-lg-6 col-xs-12">
<table
id="genul2Panel_operatiuni2_LP" class="dxeLoadingPanel_MaterialElemento
dxlpLoadingPanel_MaterialElemento" style="left:0px;top:0px;z-
index:30000;display:none;">
<tbody><tr>
<td class="dx" style="padding-right:0px;"><img class="dxlp-
loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_121-crFxj" alt="" style="vertical-
align:middle;"></td><td class="dx" style="padding-left:0px;"><span
id="genul2Panel_operatiuni2_TL">Loading…</span></td>
</tr>
</tbody></table><div id="genul2Panel_operatiuni2_LD"
class="dxeLoadingDiv_MaterialElemento dxlpLoadingDiv_MaterialElemento dx-ft"
style="left:0px;top:0px;z-index:29999;display:none;position:absolute;">

</div><table title="Indicați numărul de operațiuni" class="dxeButtonEditSys


dxeButtonEdit_MaterialElemento" id="genul2Panel_operatiuni2" style="width:100%;">
<tbody><tr>
<td style="display:none;"><input id="genul2Panel_operatiuni2_VI"
name="genul2Panel_operatiuni2_VI" type="hidden"></td><td class="dxic"
style="width:100%;"><input class="dxeEditArea_MaterialElemento dxeEditAreaSys"
id="genul2Panel_operatiuni2_I" name="genul2Panel$operatiuni2"
onfocus="ASPx.EGotFocus('genul2Panel_operatiuni2')"
onblur="ASPx.ELostFocus('genul2Panel_operatiuni2')"
onchange="ASPx.ETextChanged('genul2Panel_operatiuni2')" type="text"
autocomplete="off"></td><td id="genul2Panel_operatiuni2_B-100" class="dxHideContent
dxeButton dxeButtonEditButton_MaterialElemento
dxeButtonEditClearButton_MaterialElemento"
onmousedown="ASPx.BEClear('genul2Panel_operatiuni2', event)"><img
id="genul2Panel_operatiuni2_B-100Img" class="dxEditors_edtClear_MaterialElemento"
src="/DXR.axd?r=1_121-crFxj" alt="x"></td><td id="genul2Panel_operatiuni2_B-1"
class="dxeButton dxeButtonEditButton_MaterialElemento" style="-webkit-user-
select:none;"><img id="genul2Panel_operatiuni2_B-1Img"
class="dxEditors_edtDropDown_MaterialElemento" src="/DXR.axd?r=1_121-crFxj"
alt="v"></td>
</tr>
</tbody></table><input type="hidden" name="genul2Panel$operatiuni2$DDDState"
id="genul2Panel_operatiuni2_DDD_State"
value="{&amp;quot;windowsState&amp;quot;:&amp;quot;0:0:-1:0:0:0:-10000:-
10000:1:0:0:0&amp;quot;}"><div id="genul2Panel_operatiuni2_DDD_PW-1"
class="dxpcDropDown_MaterialElemento dxpclW dxpc-ddSys dxdd-root" style="z-
index:10000;display:none;visibility:hidden;">
<div class="dxpc-mainDiv dxdd-list dxpc-shadow">
<div class="dxpc-contentWrapper">
<div class="dxpc-content"
id="genul2Panel_operatiuni2_DDD_PWC-1">
<input type="hidden"
name="genul2Panel$operatiuni2$DDD$L$State" id="genul2Panel_operatiuni2_DDD_L_State"
value="{&amp;quot;CustomCallback&amp;quot;:&amp;quot;&amp;quot;}"><table
class="dxeListBox_MaterialElemento" id="genul2Panel_operatiuni2_DDD_L"
style="border-collapse:separate;">
<tbody><tr>
<td style="vertical-align:Top;"><div
id="genul2Panel_operatiuni2_DDD_L_D" class="dxlbd" style="width:100%;overflow-
x:hidden;overflow-y:auto;"><div id="genul2Panel_operatiuni2_DDD_LLBVSTC"
style="overflow: hidden; width: 100%;"><div
id="genul2Panel_operatiuni2_DDD_LVirtualScrollTopSpacer"></div>
<input
id="genul2Panel_operatiuni2_DDD_L_VI" type="hidden"
name="genul2Panel$operatiuni2$DDD$L" value=""><table style="border-
collapse:separate;visibility:hidden!important;display:none!important;">
<tbody><tr
id="genul2Panel_operatiuni2_DDD_L_LBI-1"
class="dxeListBoxItemRow_MaterialElemento">
<td
id="genul2Panel_operatiuni2_DDD_L_LBI-1T0"
class="dxeListBoxItem_MaterialElemento">&nbsp;</td>
</tr>
</tbody></table><table
id="genul2Panel_operatiuni2_DDD_L_LBT" style="width:100%;border-
collapse:separate;">
<tbody></tbody></table>
</div></div></td>
</tr>
</tbody></table><script id="dxss_2011111161"
type="text/javascript" data-executed="true">
<!--
ASPx.createControl(ASPxClientListBox,'genul2Panel_operatiuni2_DDD_L','',
{'uniqueID':'genul2Panel$operatiuni2$DDD$L','scStates':6,'scPostfix':'MaterialEleme
nto','stateObject':
{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':t
rue,'isHasFakeRow':true,'hoverClasses':
['dxeListBoxItemHover_MaterialElemento'],'selectedClasses':
['dxeListBoxItemSelected_MaterialElemento'],'disabledClasses':
['dxeDisabled_MaterialElemento'],'itemsInfo':[]},{'SelectedIndexChanged':function
(s, e) { ASPx.CBLBSelectedIndexChanged('genul2Panel_operatiuni2',
e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('genul2Panel_operatiuni2',
e); }},null,{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});

//-->
</script>
</div>
</div>
</div>
</div><script id="dxss_1573777624" type="text/javascript" data-
executed="true">
<!--
ASPx.AddHoverItems('genul2Panel_operatiuni2_DDD',[[['dxpc-closeBtnHover'],[''],
['HCB-1']]]);
ASPx.createControl(ASPxClientPopupControl,'genul2Panel_operatiuni2_DDD','',
{'uniqueID':'genul2Panel$operatiuni2$DDD','adjustInnerControlsSizeOnShow':false,'po
pupAnimationType':'slide','closeAction':'CloseButton','popupHorizontalAlign':'LeftS
ides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},
{'Shown':function (s, e) { ASPx.DDBPCShown('genul2Panel_operatiuni2', e); }});

//-->
</script><script id="dxss_1823033473" type="text/javascript" data-executed="true">
<!--
ASPx.AddHoverItems('genul2Panel_operatiuni2',
[[['dxeButtonEditButtonHover_MaterialElemento'],[''],['B-100','B-1']]]);
ASPx.AddPressedItems('genul2Panel_operatiuni2',
[[['dxeButtonEditButtonPressed_MaterialElemento'],[''],['B-100','B-1']]]);
ASPx.AddDisabledItems('genul2Panel_operatiuni2',[[['dxeDisabled_MaterialElemento'],
[''],['','I']],[['dxeDisabled_MaterialElemento
dxeButtonDisabled_MaterialElemento'],[''],['B-100','B-1'],,
[[{'spriteCssClass':'dxEditors_edtClearDisabled_MaterialElemento'}],
[{'spriteCssClass':'dxEditors_edtDropDownDisabled_MaterialElemento'}]],['Img']]]);
ASPx.createControl(ASPxClientComboBox,'genul2Panel_operatiuni2','operatiuni2',
{'callBack':function(arg)
{ WebForm_DoCallback('genul2Panel$operatiuni2',arg,ASPx.Callback,'genul2Panel_opera
tiuni2',ASPx.CallbackError,true); },'uniqueID':'genul2Panel$operatiuni2','scStates'
:2,'scPostfix':'MaterialElemento','autoCompleteAttribute':
{'name':'autocomplete','value':'off'},'clearButtonDisplayMode':'Always','ddmInput':
true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},
{'EndCallback':OnEndCallback2},null,{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});

//-->
</script>
<table class="dxeButtonEditSys
dxeButtonEdit_MaterialElemento" id="genul2Panel_nr_oper2" style="background-
color:#FFFF99;display:none;">
<tbody><tr>
<td class="dxic" style="width:100%;"><input
class="dxeEditArea_MaterialElemento dxeEditAreaSys" id="genul2Panel_nr_oper2_I"
name="genul2Panel$nr_oper2" onfocus="ASPx.EGotFocus('genul2Panel_nr_oper2')"
onblur="ASPx.ELostFocus('genul2Panel_nr_oper2')"
onchange="ASPx.ETextChanged('genul2Panel_nr_oper2')" value="0" type="text"
style="background-color:#FFFF99;" autocomplete="off"></td><td><div
id="genul2Panel_nr_oper2_B-2" class="dxeButton dxeButtonEditButton_MaterialElemento
dxeSpinIncButton_MaterialElemento" onclick="ASPx.BEClick('genul2Panel_nr_oper2',-
2)" style="display:none;-webkit-user-select:none;">
<img id="genul2Panel_nr_oper2_B-2Img"
class="dxEditors_edtSpinEditIncrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="+">
</div><div id="genul2Panel_nr_oper2_B-3" class="dxeButton
dxeButtonEditButton_MaterialElemento dxeSpinDecButton_MaterialElemento"
onclick="ASPx.BEClick('genul2Panel_nr_oper2',-3)" style="display:none;-webkit-user-
select:none;">
<img id="genul2Panel_nr_oper2_B-3Img"
class="dxEditors_edtSpinEditDecrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="-">
</div></td>
</tr>
</tbody></table><script id="dxss_1555463462" type="text/javascript" data-
executed="true">
<!--
ASPx.AddHoverItems('genul2Panel_nr_oper2',
[[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinIncButtonHover_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinDecButtonHover_MaterialElemento'],[''],['B-3']]]);
ASPx.RemoveHoverItems('genul2Panel_nr_oper2',[[['B-100']],[['B-1']],[['B-4']]]);
ASPx.AddPressedItems('genul2Panel_nr_oper2',
[[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinIncButtonPressed_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinDecButtonPressed_MaterialElemento'],[''],['B-3']]]);
ASPx.RemovePressedItems('genul2Panel_nr_oper2',[[['B-100']],[['B-1']],[['B-4']]]);
ASPx.AddDisabledItems('genul2Panel_nr_oper2',[[['dxeDisabled_MaterialElemento'],
[''],['','I']],[['dxeDisabled_MaterialElemento
dxeButtonDisabled_MaterialElemento'],[''],['B-2','B-3'],,
[[{'spriteCssClass':'dxEditors_edtSpinEditIncrementImageDisabled_MaterialElemento'}
],
[{'spriteCssClass':'dxEditors_edtSpinEditDecrementImageDisabled_MaterialElemento'}]
],['Img']]]);
ASPx.RemoveDisabledItems('genul2Panel_nr_oper2',[[['B-100','B-1','B-4'],]]);
ASPx.createControl(ASPxClientSpinEdit,'genul2Panel_nr_oper2','',
{'uniqueID':'genul2Panel$nr_oper2','clientVisible':false,'scStates':2,'scPostfix':'
MaterialElemento','heightCorrectionRequired':true,'autoCompleteAttribute':
{'name':'autocomplete','value':'off'},'outOfRangeWarningClassName':'dxeOutOfRWarn_M
aterialElemento dxeOutOfRWarnRight_MaterialElemento','outOfRangeWarningMessages':
['The number must be in the range {0}...{1}', 'The number must be greater than or
equal to {0}', 'The number must be less than or equal to
{0}'],'allowMouseWheel':false,'number':0},null,null,{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});

//-->
</script>
</div>

<div class="col-lg-6 col-xs-12"


style="line-height: 40px;">

<div
class="dxpnlControl_Office2010Silver" id="genul2Panel_comment2Panel"
style="width:100%;">

<span
class="dxeBase_MaterialElemento" id="genul2Panel_comment2Panel_comment_oper2"
style="display:inline-block;color:Green;font-style:italic;width:100%;"></span>

</div><script id="dxss_1090211441" type="text/javascript" data-


executed="true">
<!--
ASPx.createControl(ASPxClientCallbackPanel,'genul2Panel_comment2Panel','comment2Pan
el',{'callBack':function(arg)
{ WebForm_DoCallback('genul2Panel$comment2Panel',arg,ASPx.Callback,'genul2Panel_com
ment2Panel',ASPx.CallbackError,true); },'uniqueID':'genul2Panel$comment2Panel','hid
eContentOnCallback':false});

//-->
</script>

</div>
</div>

</div><table id="genul2Panel_LP"
class="dxpnlLoadingPanelWithContent_Office2010Silver
dxlpLoadingPanelWithContent_Office2010Silver" style="left:0px;top:0px;z-
index:30000;display:none;">
<tbody><tr>
<td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage
dxlp-imgPosLeft" src="/DXR.axd?r=1_121-crFxj" alt="" style="vertical-
align:middle;"></td><td class="dx" style="padding-left:0px;"><span
id="genul2Panel_TL">Loading…</span></td>
</tr>
</tbody></table><div id="genul2Panel_LD"
class="dxpnlLoadingDivWithContent_Office2010Silver
dxlpLoadingDivWithContent_Office2010Silver dx-ft" style="left:0px;top:0px;z-
index:29999;display:none;position:absolute;">

</div><script id="dxss_1580398795" type="text/javascript" data-executed="true">


<!--
ASPx.createControl(ASPxClientCallbackPanel,'genul2Panel','',
{'callBack':function(arg)
{ WebForm_DoCallback('genul2Panel',arg,ASPx.Callback,'genul2Panel',ASPx.CallbackErr
or,true); },'clientVisible':false,'hideContentOnCallback':false});

//-->
</script>

<div class="row">
<div class="col-lg-6 col-xs-1" style="line-height:
40px;">
</div>
<div class="col-lg-6 col-xs-11">
<table title="Bifați dacă compania este
înregistrată ca plătitor TVA" class="dxeBase_MaterialElemento dxeTAR" id="tva">
<tbody><tr>
<td class="dxichCellSys"><span
class="dxWeb_edtCheckBoxUnchecked_MaterialElemento dxICheckBox_MaterialElemento
dxichSys dxToggle dx-not-acc" id="tva_S_D"><span class="dxSwitcher dx-not-
acc"></span><span class="dxKBSW"><input id="tva_S" class="dxAIFFE" name="tva"
value="U" type="text" readonly="readonly" style="border-
width:0;width:0;height:0;padding:0;margin:0;background-
color:transparent;display:block;opacity:0;"></span></span></td><td
class="dxichTextCellSys"><label>Plătitor TVA</label></td>
</tr>
</tbody></table><script id="dxss_1287227" type="text/javascript" data-
executed="true">
<!--
ASPx.createControl(ASPxClientCheckBox,'tva','',
{'scStates':6,'scPostfix':'MaterialElemento','imageProperties':{'4':
['dxWeb_edtCheckBoxChecked_MaterialElemento','dxWeb_edtCheckBoxUnchecked_MaterialEl
emento'],'8':
['dxWeb_edtCheckBoxCheckedDisabled_MaterialElemento','dxWeb_edtCheckBoxUncheckedDis
abled_MaterialElemento']},'icbFocusedStyle':
['dxICBFocused_MaterialElemento',''],'displaySwitch':true},null,null,
{'decorationStyles':[]});

//-->
</script>
</div>
</div>

</div>
<!-- End Left part -->

<!-- Right part -->


<div class="col-lg-7 col-xs-12">
<div class="row">
<div class="col-lg-3 col-xs-6" style="line-height:
40px;">
<span class="dxeBase_MaterialElemento"
id="lbl_salariati" style="display:inline-block;width:100%;">Nr. de salariați</span>
</div>
<div class="col-lg-3 col-xs-6">
<table title="Indicați numărul de salariați"
class="dxeButtonEditSys dxeButtonEdit_MaterialElemento" id="salariati"
style="width:100%;">
<tbody><tr>
<td class="dxic" style="width:100%;"><input
class="dxeEditArea_MaterialElemento dxeEditAreaSys" id="salariati_I"
name="salariati" onfocus="ASPx.EGotFocus('salariati')"
onblur="ASPx.ELostFocus('salariati')" onchange="ASPx.ETextChanged('salariati')"
value="0" type="text" autocomplete="off"></td><td><div id="salariati_B-2"
class="dxeButton dxeButtonEditButton_MaterialElemento
dxeSpinIncButton_MaterialElemento" onclick="ASPx.BEClick('salariati',-2)"
style="display:none;-webkit-user-select:none;">
<img id="salariati_B-2Img"
class="dxEditors_edtSpinEditIncrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="+">
</div><div id="salariati_B-3" class="dxeButton
dxeButtonEditButton_MaterialElemento dxeSpinDecButton_MaterialElemento"
onclick="ASPx.BEClick('salariati',-3)" style="display:none;-webkit-user-
select:none;">
<img id="salariati_B-3Img"
class="dxEditors_edtSpinEditDecrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="-">
</div></td>
</tr>
</tbody></table><div id="salariatiOutOfRWarn" class="dxeOutOfRWarn_MaterialElemento
dxeOutOfRWarnRight_MaterialElemento" style="opacity: 0;"><label>The number must be
in the range 0...1000</label></div><script id="dxss_827613477"
type="text/javascript" data-executed="true">
<!--
ASPx.AddHoverItems('salariati',[[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinIncButtonHover_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinDecButtonHover_MaterialElemento'],[''],['B-3']]]);
ASPx.RemoveHoverItems('salariati',[[['B-100']],[['B-1']],[['B-4']]]);
ASPx.AddPressedItems('salariati',[[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinIncButtonPressed_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinDecButtonPressed_MaterialElemento'],[''],['B-3']]]);
ASPx.RemovePressedItems('salariati',[[['B-100']],[['B-1']],[['B-4']]]);
ASPx.createControl(ASPxClientSpinEdit,'salariati','',
{'heightCorrectionRequired':true,'autoCompleteAttribute':
{'name':'autocomplete','value':'off'},'outOfRangeWarningClassName':'dxeOutOfRWarn_M
aterialElemento dxeOutOfRWarnRight_MaterialElemento','outOfRangeWarningMessages':
['The number must be in the range {0}...{1}', 'The number must be greater than or
equal to {0}', 'The number must be less than or equal to
{0}'],'allowMouseWheel':false,'number':0,'maxValue':1000},null,null,
{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});

//-->
</script>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-xs-6" style="line-height:
40px;">
<span class="dxeBase_MaterialElemento"
id="lbl_mcc" style="display:inline-block;width:100%;">Nr. de aparate de casă</span>
</div>
<div class="col-lg-3 col-xs-6">
<table title="Indicați numărul de aparate de
casă la întreprindere" class="dxeButtonEditSys dxeButtonEdit_MaterialElemento"
id="mcc" style="width:100%;">
<tbody><tr>
<td class="dxic" style="width:100%;"><input
class="dxeEditArea_MaterialElemento dxeEditAreaSys" id="mcc_I" name="mcc"
onfocus="ASPx.EGotFocus('mcc')" onblur="ASPx.ELostFocus('mcc')"
onchange="ASPx.ETextChanged('mcc')" value="0" type="text"
autocomplete="off"></td><td><div id="mcc_B-2" class="dxeButton
dxeButtonEditButton_MaterialElemento dxeSpinIncButton_MaterialElemento"
onclick="ASPx.BEClick('mcc',-2)" style="display:none;-webkit-user-select:none;">
<img id="mcc_B-2Img"
class="dxEditors_edtSpinEditIncrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="+">
</div><div id="mcc_B-3" class="dxeButton
dxeButtonEditButton_MaterialElemento dxeSpinDecButton_MaterialElemento"
onclick="ASPx.BEClick('mcc',-3)" style="display:none;-webkit-user-select:none;">
<img id="mcc_B-3Img"
class="dxEditors_edtSpinEditDecrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="-">
</div></td>
</tr>
</tbody></table><div id="mccOutOfRWarn" class="dxeOutOfRWarn_MaterialElemento
dxeOutOfRWarnRight_MaterialElemento" style="opacity: 0;"><label>The number must be
in the range 0...1000</label></div><script id="dxss_1528995298"
type="text/javascript" data-executed="true">
<!--
ASPx.AddHoverItems('mcc',[[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinIncButtonHover_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinDecButtonHover_MaterialElemento'],[''],['B-3']]]);
ASPx.RemoveHoverItems('mcc',[[['B-100']],[['B-1']],[['B-4']]]);
ASPx.AddPressedItems('mcc',[[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinIncButtonPressed_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinDecButtonPressed_MaterialElemento'],[''],['B-3']]]);
ASPx.RemovePressedItems('mcc',[[['B-100']],[['B-1']],[['B-4']]]);
ASPx.createControl(ASPxClientSpinEdit,'mcc','',
{'heightCorrectionRequired':true,'autoCompleteAttribute':
{'name':'autocomplete','value':'off'},'outOfRangeWarningClassName':'dxeOutOfRWarn_M
aterialElemento dxeOutOfRWarnRight_MaterialElemento','outOfRangeWarningMessages':
['The number must be in the range {0}...{1}', 'The number must be greater than or
equal to {0}', 'The number must be less than or equal to
{0}'],'allowMouseWheel':false,'number':0,'maxValue':1000},null,null,
{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});

//-->
</script>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-xs-6" style="line-height:
40px;">
<span class="dxeBase_MaterialElemento"
id="lbl_automobile" style="display:inline-block;width:100%;">Nr. de
automobile</span>
</div>
<div class="col-lg-3 col-xs-6">
<table title="Indicați numărul de automobile
luate în chirie sau proprii" class="dxeButtonEditSys
dxeButtonEdit_MaterialElemento" id="automobile" style="width:100%;">
<tbody><tr>
<td class="dxic" style="width:100%;"><input
class="dxeEditArea_MaterialElemento dxeEditAreaSys" id="automobile_I"
name="automobile" onfocus="ASPx.EGotFocus('automobile')"
onblur="ASPx.ELostFocus('automobile')" onchange="ASPx.ETextChanged('automobile')"
value="0" type="text" autocomplete="off"></td><td><div id="automobile_B-2"
class="dxeButton dxeButtonEditButton_MaterialElemento
dxeSpinIncButton_MaterialElemento" onclick="ASPx.BEClick('automobile',-2)"
style="display:none;-webkit-user-select:none;">
<img id="automobile_B-2Img"
class="dxEditors_edtSpinEditIncrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="+">
</div><div id="automobile_B-3" class="dxeButton
dxeButtonEditButton_MaterialElemento dxeSpinDecButton_MaterialElemento"
onclick="ASPx.BEClick('automobile',-3)" style="display:none;-webkit-user-
select:none;">
<img id="automobile_B-3Img"
class="dxEditors_edtSpinEditDecrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="-">
</div></td>
</tr>
</tbody></table><div id="automobileOutOfRWarn"
class="dxeOutOfRWarn_MaterialElemento dxeOutOfRWarnRight_MaterialElemento"
style="opacity: 0;"><label>The number must be in the range
0...1000</label></div><script id="dxss_67697228" type="text/javascript" data-
executed="true">
<!--
ASPx.AddHoverItems('automobile',[[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinIncButtonHover_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinDecButtonHover_MaterialElemento'],[''],['B-3']]]);
ASPx.RemoveHoverItems('automobile',[[['B-100']],[['B-1']],[['B-4']]]);
ASPx.AddPressedItems('automobile',[[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinIncButtonPressed_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinDecButtonPressed_MaterialElemento'],[''],['B-3']]]);
ASPx.RemovePressedItems('automobile',[[['B-100']],[['B-1']],[['B-4']]]);
ASPx.createControl(ASPxClientSpinEdit,'automobile','',
{'heightCorrectionRequired':true,'autoCompleteAttribute':
{'name':'autocomplete','value':'off'},'outOfRangeWarningClassName':'dxeOutOfRWarn_M
aterialElemento dxeOutOfRWarnRight_MaterialElemento','outOfRangeWarningMessages':
['The number must be in the range {0}...{1}', 'The number must be greater than or
equal to {0}', 'The number must be less than or equal to
{0}'],'allowMouseWheel':false,'number':0,'maxValue':1000},null,null,
{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});
//-->
</script>
</div>
</div>

<div class="row">
<div class="col-lg-3 col-xs-6" style="line-height:
40px;">
<span class="dxeBase_MaterialElemento"
id="lbl_arenda" style="display:inline-block;width:100%;">Arenda de la persoane
fizice</span>
</div>
<div class="col-lg-3 col-xs-6">
<table title="Indicați numărul de contracte de
chirie semnate cu persoane fizice" class="dxeButtonEditSys
dxeButtonEdit_MaterialElemento" id="arenda" style="width:100%;">
<tbody><tr>
<td class="dxic" style="width:100%;"><input
class="dxeEditArea_MaterialElemento dxeEditAreaSys" id="arenda_I" name="arenda"
onfocus="ASPx.EGotFocus('arenda')" onblur="ASPx.ELostFocus('arenda')"
onchange="ASPx.ETextChanged('arenda')" value="0" type="text"
autocomplete="off"></td><td><div id="arenda_B-2" class="dxeButton
dxeButtonEditButton_MaterialElemento dxeSpinIncButton_MaterialElemento"
onclick="ASPx.BEClick('arenda',-2)" style="display:none;-webkit-user-select:none;">
<img id="arenda_B-2Img"
class="dxEditors_edtSpinEditIncrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="+">
</div><div id="arenda_B-3" class="dxeButton
dxeButtonEditButton_MaterialElemento dxeSpinDecButton_MaterialElemento"
onclick="ASPx.BEClick('arenda',-3)" style="display:none;-webkit-user-select:none;">
<img id="arenda_B-3Img"
class="dxEditors_edtSpinEditDecrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="-">
</div></td>
</tr>
</tbody></table><div id="arendaOutOfRWarn" class="dxeOutOfRWarn_MaterialElemento
dxeOutOfRWarnRight_MaterialElemento" style="opacity: 0;"><label>The number must be
in the range 0...1000</label></div><script id="dxss_2002508162"
type="text/javascript" data-executed="true">
<!--
ASPx.AddHoverItems('arenda',[[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinIncButtonHover_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinDecButtonHover_MaterialElemento'],[''],['B-3']]]);
ASPx.RemoveHoverItems('arenda',[[['B-100']],[['B-1']],[['B-4']]]);
ASPx.AddPressedItems('arenda',[[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinIncButtonPressed_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinDecButtonPressed_MaterialElemento'],[''],['B-3']]]);
ASPx.RemovePressedItems('arenda',[[['B-100']],[['B-1']],[['B-4']]]);
ASPx.createControl(ASPxClientSpinEdit,'arenda','',
{'heightCorrectionRequired':true,'autoCompleteAttribute':
{'name':'autocomplete','value':'off'},'outOfRangeWarningClassName':'dxeOutOfRWarn_M
aterialElemento dxeOutOfRWarnRight_MaterialElemento','outOfRangeWarningMessages':
['The number must be in the range {0}...{1}', 'The number must be greater than or
equal to {0}', 'The number must be less than or equal to
{0}'],'allowMouseWheel':false,'number':0,'maxValue':1000},null,null,
{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});

//-->
</script>
</div>
</div>

<div class="row">
<div class="col-lg-3 col-xs-6" style="line-height:
40px;">
<span class="dxeBase_MaterialElemento"
id="lbl_credit" style="display:inline-block;width:100%;">Credite</span>
</div>
<div class="col-lg-3 col-xs-6">
<table title="Indicați numărul contractelor de
credit semnate" class="dxeButtonEditSys dxeButtonEdit_MaterialElemento" id="credit"
style="width:100%;">
<tbody><tr>
<td class="dxic" style="width:100%;"><input
class="dxeEditArea_MaterialElemento dxeEditAreaSys" id="credit_I" name="credit"
onfocus="ASPx.EGotFocus('credit')" onblur="ASPx.ELostFocus('credit')"
onchange="ASPx.ETextChanged('credit')" value="0" type="text"
autocomplete="off"></td><td><div id="credit_B-2" class="dxeButton
dxeButtonEditButton_MaterialElemento dxeSpinIncButton_MaterialElemento"
onclick="ASPx.BEClick('credit',-2)" style="display:none;-webkit-user-select:none;">
<img id="credit_B-2Img"
class="dxEditors_edtSpinEditIncrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="+">
</div><div id="credit_B-3" class="dxeButton
dxeButtonEditButton_MaterialElemento dxeSpinDecButton_MaterialElemento"
onclick="ASPx.BEClick('credit',-3)" style="display:none;-webkit-user-select:none;">
<img id="credit_B-3Img"
class="dxEditors_edtSpinEditDecrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="-">
</div></td>
</tr>
</tbody></table><div id="creditOutOfRWarn" class="dxeOutOfRWarn_MaterialElemento
dxeOutOfRWarnRight_MaterialElemento" style="opacity: 0;"><label>The number must be
in the range 0...1000</label></div><script id="dxss_566375928"
type="text/javascript" data-executed="true">
<!--
ASPx.AddHoverItems('credit',[[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinIncButtonHover_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinDecButtonHover_MaterialElemento'],[''],['B-3']]]);
ASPx.RemoveHoverItems('credit',[[['B-100']],[['B-1']],[['B-4']]]);
ASPx.AddPressedItems('credit',[[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinIncButtonPressed_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinDecButtonPressed_MaterialElemento'],[''],['B-3']]]);
ASPx.RemovePressedItems('credit',[[['B-100']],[['B-1']],[['B-4']]]);
ASPx.createControl(ASPxClientSpinEdit,'credit','',
{'heightCorrectionRequired':true,'autoCompleteAttribute':
{'name':'autocomplete','value':'off'},'outOfRangeWarningClassName':'dxeOutOfRWarn_M
aterialElemento dxeOutOfRWarnRight_MaterialElemento','outOfRangeWarningMessages':
['The number must be in the range {0}...{1}', 'The number must be greater than or
equal to {0}', 'The number must be less than or equal to
{0}'],'allowMouseWheel':false,'number':0,'maxValue':1000},null,null,
{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});

//-->
</script>
</div>
</div>

<div class="row">
<div class="col-lg-3 col-xs-6" style="line-height:
40px;">
<span class="dxeBase_MaterialElemento"
id="lbl_leasing" style="display:inline-block;width:100%;">Leasing</span>
</div>
<div class="col-lg-3 col-xs-6">
<table title="Indicați numărul contractelor de
leasing semnate" class="dxeButtonEditSys dxeButtonEdit_MaterialElemento"
id="leasing" style="width:100%;">
<tbody><tr>
<td class="dxic" style="width:100%;"><input
class="dxeEditArea_MaterialElemento dxeEditAreaSys" id="leasing_I" name="leasing"
onfocus="ASPx.EGotFocus('leasing')" onblur="ASPx.ELostFocus('leasing')"
onchange="ASPx.ETextChanged('leasing')" value="0" type="text"
autocomplete="off"></td><td><div id="leasing_B-2" class="dxeButton
dxeButtonEditButton_MaterialElemento dxeSpinIncButton_MaterialElemento"
onclick="ASPx.BEClick('leasing',-2)" style="display:none;-webkit-user-
select:none;">
<img id="leasing_B-2Img"
class="dxEditors_edtSpinEditIncrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="+">
</div><div id="leasing_B-3" class="dxeButton
dxeButtonEditButton_MaterialElemento dxeSpinDecButton_MaterialElemento"
onclick="ASPx.BEClick('leasing',-3)" style="display:none;-webkit-user-
select:none;">
<img id="leasing_B-3Img"
class="dxEditors_edtSpinEditDecrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="-">
</div></td>
</tr>
</tbody></table><div id="leasingOutOfRWarn" class="dxeOutOfRWarn_MaterialElemento
dxeOutOfRWarnRight_MaterialElemento" style="opacity: 0;"><label>The number must be
in the range 0...1000</label></div><script id="dxss_1175232342"
type="text/javascript" data-executed="true">
<!--
ASPx.AddHoverItems('leasing',[[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinIncButtonHover_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinDecButtonHover_MaterialElemento'],[''],['B-3']]]);
ASPx.RemoveHoverItems('leasing',[[['B-100']],[['B-1']],[['B-4']]]);
ASPx.AddPressedItems('leasing',[[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinIncButtonPressed_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinDecButtonPressed_MaterialElemento'],[''],['B-3']]]);
ASPx.RemovePressedItems('leasing',[[['B-100']],[['B-1']],[['B-4']]]);
ASPx.createControl(ASPxClientSpinEdit,'leasing','',
{'heightCorrectionRequired':true,'autoCompleteAttribute':
{'name':'autocomplete','value':'off'},'outOfRangeWarningClassName':'dxeOutOfRWarn_M
aterialElemento dxeOutOfRWarnRight_MaterialElemento','outOfRangeWarningMessages':
['The number must be in the range {0}...{1}', 'The number must be greater than or
equal to {0}', 'The number must be less than or equal to
{0}'],'allowMouseWheel':false,'number':0,'maxValue':1000},null,null,
{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});

//-->
</script>
</div>
</div>

<div class="row">
<div class="col-lg-3 col-xs-6" style="line-height:
40px;">
<span class="dxeBase_MaterialElemento"
id="lbl_deplasari" style="display:inline-block;width:100%;">Deplasări</span>
</div>
<div class="col-lg-3 col-xs-6">
<table title="Numărul estimativ al deplasărilor
de serviciu lunar" class="dxeButtonEditSys dxeButtonEdit_MaterialElemento"
id="deplasari" style="width:100%;">
<tbody><tr>
<td class="dxic" style="width:100%;"><input
class="dxeEditArea_MaterialElemento dxeEditAreaSys" id="deplasari_I"
name="deplasari" onfocus="ASPx.EGotFocus('deplasari')"
onblur="ASPx.ELostFocus('deplasari')" onchange="ASPx.ETextChanged('deplasari')"
value="0" type="text" autocomplete="off"></td><td><div id="deplasari_B-2"
class="dxeButton dxeButtonEditButton_MaterialElemento
dxeSpinIncButton_MaterialElemento" onclick="ASPx.BEClick('deplasari',-2)"
style="display:none;-webkit-user-select:none;">
<img id="deplasari_B-2Img"
class="dxEditors_edtSpinEditIncrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="+">
</div><div id="deplasari_B-3" class="dxeButton
dxeButtonEditButton_MaterialElemento dxeSpinDecButton_MaterialElemento"
onclick="ASPx.BEClick('deplasari',-3)" style="display:none;-webkit-user-
select:none;">
<img id="deplasari_B-3Img"
class="dxEditors_edtSpinEditDecrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="-">
</div></td>
</tr>
</tbody></table><div id="deplasariOutOfRWarn" class="dxeOutOfRWarn_MaterialElemento
dxeOutOfRWarnRight_MaterialElemento" style="opacity: 0;"><label>The number must be
in the range 0...1000</label></div><script id="dxss_869703032"
type="text/javascript" data-executed="true">
<!--
ASPx.AddHoverItems('deplasari',[[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinIncButtonHover_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinDecButtonHover_MaterialElemento'],[''],['B-3']]]);
ASPx.RemoveHoverItems('deplasari',[[['B-100']],[['B-1']],[['B-4']]]);
ASPx.AddPressedItems('deplasari',[[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinIncButtonPressed_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinDecButtonPressed_MaterialElemento'],[''],['B-3']]]);
ASPx.RemovePressedItems('deplasari',[[['B-100']],[['B-1']],[['B-4']]]);
ASPx.createControl(ASPxClientSpinEdit,'deplasari','',
{'heightCorrectionRequired':true,'autoCompleteAttribute':
{'name':'autocomplete','value':'off'},'outOfRangeWarningClassName':'dxeOutOfRWarn_M
aterialElemento dxeOutOfRWarnRight_MaterialElemento','outOfRangeWarningMessages':
['The number must be in the range {0}...{1}', 'The number must be greater than or
equal to {0}', 'The number must be less than or equal to
{0}'],'allowMouseWheel':false,'number':0,'maxValue':1000},null,null,
{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});

//-->
</script>
</div>
</div>

<div class="row">
<div class="col-lg-3 col-xs-6" style="line-height:
40px;">
<span class="dxeBase_MaterialElemento"
id="lbl_conturi" style="display:inline-block;width:100%;">Conturi bancare</span>
</div>
<div class="col-lg-3 col-xs-6">
<table title="Numărul de conturi bancare"
class="dxeButtonEditSys dxeButtonEdit_MaterialElemento" id="conturi"
style="width:100%;">
<tbody><tr>
<td class="dxic" style="width:100%;"><input
class="dxeEditArea_MaterialElemento dxeEditAreaSys" id="conturi_I" name="conturi"
onfocus="ASPx.EGotFocus('conturi')" onblur="ASPx.ELostFocus('conturi')"
onchange="ASPx.ETextChanged('conturi')" value="1" type="text"
autocomplete="off"></td><td><div id="conturi_B-2" class="dxeButton
dxeButtonEditButton_MaterialElemento dxeSpinIncButton_MaterialElemento"
onclick="ASPx.BEClick('conturi',-2)" style="display:none;-webkit-user-
select:none;">
<img id="conturi_B-2Img"
class="dxEditors_edtSpinEditIncrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="+">
</div><div id="conturi_B-3" class="dxeButton
dxeButtonEditButton_MaterialElemento dxeSpinDecButton_MaterialElemento"
onclick="ASPx.BEClick('conturi',-3)" style="display:none;-webkit-user-
select:none;">
<img id="conturi_B-3Img"
class="dxEditors_edtSpinEditDecrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="-">
</div></td>
</tr>
</tbody></table><div id="conturiOutOfRWarn" class="dxeOutOfRWarn_MaterialElemento
dxeOutOfRWarnRight_MaterialElemento" style="opacity: 0;"><label>The number must be
in the range 0...1000</label></div><script id="dxss_174574924"
type="text/javascript" data-executed="true">
<!--
ASPx.AddHoverItems('conturi',[[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinIncButtonHover_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinDecButtonHover_MaterialElemento'],[''],['B-3']]]);
ASPx.RemoveHoverItems('conturi',[[['B-100']],[['B-1']],[['B-4']]]);
ASPx.AddPressedItems('conturi',[[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinIncButtonPressed_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinDecButtonPressed_MaterialElemento'],[''],['B-3']]]);
ASPx.RemovePressedItems('conturi',[[['B-100']],[['B-1']],[['B-4']]]);
ASPx.createControl(ASPxClientSpinEdit,'conturi','',
{'heightCorrectionRequired':true,'autoCompleteAttribute':
{'name':'autocomplete','value':'off'},'outOfRangeWarningClassName':'dxeOutOfRWarn_M
aterialElemento dxeOutOfRWarnRight_MaterialElemento','outOfRangeWarningMessages':
['The number must be in the range {0}...{1}', 'The number must be greater than or
equal to {0}', 'The number must be less than or equal to
{0}'],'allowMouseWheel':false,'number':1,'maxValue':1000},null,null,
{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});

//-->
</script>
</div>
</div>

<br>

<div class="row">
<div class="col-lg-3 col-xs-1" style="line-height:
40px;">
</div>
<div class="col-lg-3 col-xs-11">
<table title="Bifați dacă compania are
terminale (Visa, Maestro ...)" class="dxeBase_MaterialElemento dxeTAL" id="pos">
<tbody><tr>
<td class="dxichTextCellSys"><label>POS Terminal</label></td><td
class="dxichCellSys"><span class="dxWeb_edtCheckBoxUnchecked_MaterialElemento
dxICheckBox_MaterialElemento dxichSys dxToggle dx-not-acc" id="pos_S_D"><span
class="dxSwitcher dx-not-acc"></span><span class="dxKBSW"><input id="pos_S"
class="dxAIFFE" name="pos" value="U" type="text" readonly="readonly" style="border-
width:0;width:0;height:0;padding:0;margin:0;background-
color:transparent;display:block;opacity:0;"></span></span></td>
</tr>
</tbody></table><script id="dxss_1721833828" type="text/javascript" data-
executed="true">
<!--
ASPx.createControl(ASPxClientCheckBox,'pos','',
{'scStates':6,'scPostfix':'MaterialElemento','imageProperties':{'4':
['dxWeb_edtCheckBoxChecked_MaterialElemento','dxWeb_edtCheckBoxUnchecked_MaterialEl
emento'],'8':
['dxWeb_edtCheckBoxCheckedDisabled_MaterialElemento','dxWeb_edtCheckBoxUncheckedDis
abled_MaterialElemento']},'icbFocusedStyle':
['dxICBFocused_MaterialElemento',''],'displaySwitch':true},null,null,
{'decorationStyles':[]});

//-->
</script>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12"
style="line-height: 40px;">
<span title="Bifați dacă compania are terminale
(Visa, Maestro ...)" class="dxeBase_MaterialElemento" id="comment_pos"
style="display:inline-block;color:Gray;font-style:italic;width:100%;">Punctele de
vînzare sînt dotate cu terminale (Visa, Mastercard ...)</span>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-xs-1" style="line-height:
40px;">
</div>
<div class="col-lg-3 col-xs-11">
<table title="Bifați dacă doriți ca curierul
Ducont să preea documentele la sediul dvs." class="dxeBase_MaterialElemento dxeTAL"
id="curier">
<tbody><tr>
<td class="dxichTextCellSys"><label>Colectarea
documentelor</label></td><td class="dxichCellSys"><span
class="dxWeb_edtCheckBoxUnchecked_MaterialElemento dxICheckBox_MaterialElemento
dxichSys dxToggle dx-not-acc" id="curier_S_D"><span class="dxSwitcher dx-not-
acc"></span><span class="dxKBSW"><input id="curier_S" class="dxAIFFE" name="curier"
value="I" type="text" readonly="readonly" style="border-
width:0;width:0;height:0;padding:0;margin:0;background-
color:transparent;display:block;opacity:0;"></span></span></td>
</tr>
</tbody></table><script id="dxss_412274850" type="text/javascript" data-
executed="true">
<!--
ASPx.createControl(ASPxClientCheckBox,'curier','pos',
{'scStates':6,'scPostfix':'MaterialElemento','imageProperties':{'4':
['dxWeb_edtCheckBoxChecked_MaterialElemento','dxWeb_edtCheckBoxUnchecked_MaterialEl
emento'],'8':
['dxWeb_edtCheckBoxCheckedDisabled_MaterialElemento','dxWeb_edtCheckBoxUncheckedDis
abled_MaterialElemento']},'icbFocusedStyle':
['dxICBFocused_MaterialElemento',''],'displaySwitch':true},null,null,
{'decorationStyles':[]});

//-->
</script>
</div>
<div class="col-lg-6 col-xs-12" style="line-height:
40px;">
<span title="Bifați dacă doriți ca curierul
Ducont să preea documentele la sediul dvs." class="dxeBase_MaterialElemento"
id="comment_colectare" style="display:inline-block;color:Gray;font-
style:italic;width:100%;">În raza mun. Chisinău (1 o dată / lună)</span>
</div>
</div>
</div>
</div>

<hr>

<div class="row">
<div class="col-lg-3" style="line-height: 40px;">
</div>
<div class="col-lg-3 col-xs-5">
<div class="dxbButton_MaterialElemento dxbButtonSys
dxbTSys" id="btnCalculate" style="color:White;background-color:#035BBC;-webkit-
user-select:none;">
<div class="dxb" id="btnCalculate_CD">
<div class="dxb-hbc" style="">
<input id="btnCalculate_I" class="dxb-hb" value="Calculă"
type="submit" name="btnCalculate" style="">
</div><span class="dx-acc
dxIcon_iconbuilder_business_calculator_svg_white_16x16 dx-vam dx-acc-s"
style="margin-right:4px;"><img src="/DXR.axd?r=1_121-crFxj" alt=""
id="btnCalculateImg"></span><span class="dx-vam">Calculă</span>
</div>
</div><script id="dxss_261651342" type="text/javascript" data-executed="true">
<!--
ASPx.AddHoverItems('btnCalculate',[[['dxbButtonHover_MaterialElemento'],[''],[''],
['','TC']]]);
ASPx.AddPressedItems('btnCalculate',[[['dxbButtonPressed_MaterialElemento'],[''],
[''],['','TC']]]);
ASPx.AddDisabledItems('btnCalculate',[[['dxbDisabled_MaterialElemento'],[''],[''],
['','TC'],
[[{'spriteCssClass':'dxIcon_iconbuilder_business_calculator_svg_white_16x16_disable
d'}]],['Img']]]);
ASPx.AddSelectedItems('btnCalculate',[[['dxbf'],[''],['CD']]]);
ASPx.createControl(ASPxClientButton,'btnCalculate','',null,{'Click':function (s, e)
{ var id = genul1.GetValue(); if(id != null) totalPanel.PerformCallback(); }});

//-->
</script>
</div>
<div class="col-lg-3 col-xs-7" style="line-height: 40px;">
<div class="dxpnlControl_Office2010Silver"
id="totalPanel" style="width:100%;">
<script id="dxss_510746573"
type="text/javascript" data-executed="true">
<!--
(function(){
var a = {'currNegPattern':8,'currPosPattern':3,'abbrDayNames':
['D','L','Ma','Mi','J','V','S'],'monthNames':
['ianuarie','februarie','martie','aprilie','mai','iunie','iulie','august','septembr
ie','octombrie','noiembrie','decembrie',''],'shortTime':'H:mm','longTime':'H:mm:ss'
,'ds':'.','longDate':'d MMMM yyyy','abbrMonthNames':
['ian.','feb.','mar.','apr.','mai.','iun.','iul.','aug.','sep.','oct.','nov.','dec.
',''],'pm':'p.m.','numNan':'NaN (nu este un
număr)','numPosInf':'Infinit','numNegInf':'-Infinit','am':'a.m.','monthDay':'d
MMMM','currency':'lei','percentPattern':1,'dayNames':
['duminică','luni','marți','miercuri','joi','vineri','sâmbătă'],'genMonthNames':
['ianuarie','februarie','martie','aprilie','mai','iunie','iulie','august','septembr
ie','octombrie','noiembrie','decembrie',''],'shortDate':'dd.MM.yyyy'};
for(var b in a) ASPx.CultureInfo[b] = a[b];
})();

ASPx.NumberDecimalSeparator = '.';

//-->
</script><table class="dxeButtonEditSys dxeButtonEdit_MaterialElemento"
id="totalPanel_suma_initiala" style="color:#035BBC;font-size:Large;font-
weight:bold;display:none;">
<tbody><tr>
<td class="dxic" style="width:100%;"><input
class="dxeEditArea_MaterialElemento dxeEditAreaSys" id="totalPanel_suma_initiala_I"
name="totalPanel$suma_initiala"
onfocus="ASPx.EGotFocus('totalPanel_suma_initiala')"
onblur="ASPx.ELostFocus('totalPanel_suma_initiala')"
onchange="ASPx.ETextChanged('totalPanel_suma_initiala')" value="800" type="text"
style="color:#035BBC;" autocomplete="off"></td><td><div
id="totalPanel_suma_initiala_B-2" class="dxeButton
dxeButtonEditButton_MaterialElemento dxeSpinIncButton_MaterialElemento"
onclick="ASPx.BEClick('totalPanel_suma_initiala',-2)" style="display:none;-webkit-
user-select:none;">
<img id="totalPanel_suma_initiala_B-2Img"
class="dxEditors_edtSpinEditIncrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="+">
</div><div id="totalPanel_suma_initiala_B-3" class="dxeButton
dxeButtonEditButton_MaterialElemento dxeSpinDecButton_MaterialElemento"
onclick="ASPx.BEClick('totalPanel_suma_initiala',-3)" style="display:none;-webkit-
user-select:none;">
<img id="totalPanel_suma_initiala_B-3Img"
class="dxEditors_edtSpinEditDecrementImage_MaterialElemento" src="/DXR.axd?r=1_121-
crFxj" alt="-">
</div></td>
</tr>
</tbody></table><script id="dxss_1119231879" type="text/javascript" data-
executed="true">
<!--
ASPx.AddHoverItems('totalPanel_suma_initiala',
[[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinIncButtonHover_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonHover_MaterialElemento
dxeSpinDecButtonHover_MaterialElemento'],[''],['B-3']]]);
ASPx.RemoveHoverItems('totalPanel_suma_initiala',[[['B-100']],[['B-1']],[['B-
4']]]);
ASPx.AddPressedItems('totalPanel_suma_initiala',
[[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinIncButtonPressed_MaterialElemento'],[''],['B-2']],
[['dxeButtonEditButtonPressed_MaterialElemento
dxeSpinDecButtonPressed_MaterialElemento'],[''],['B-3']]]);
ASPx.RemovePressedItems('totalPanel_suma_initiala',[[['B-100']],[['B-1']],[['B-
4']]]);
ASPx.AddDisabledItems('totalPanel_suma_initiala',
[[['dxeDisabled_MaterialElemento'],[''],['','I']],[['dxeDisabled_MaterialElemento
dxeButtonDisabled_MaterialElemento'],[''],['B-2','B-3'],,
[[{'spriteCssClass':'dxEditors_edtSpinEditIncrementImageDisabled_MaterialElemento'}
],
[{'spriteCssClass':'dxEditors_edtSpinEditDecrementImageDisabled_MaterialElemento'}]
],['Img']]]);
ASPx.RemoveDisabledItems('totalPanel_suma_initiala',[[['B-100','B-1','B-4'],]]);
ASPx.createControl(ASPxClientSpinEdit,'totalPanel_suma_initiala','suma_initiala',
{'uniqueID':'totalPanel$suma_initiala','clientVisible':false,'scStates':2,'scPostfi
x':'MaterialElemento','heightCorrectionRequired':true,'autoCompleteAttribute':
{'name':'autocomplete','value':'off'},'outOfRangeWarningClassName':'dxeOutOfRWarn_M
aterialElemento dxeOutOfRWarnRight_MaterialElemento','outOfRangeWarningMessages':
['The number must be in the range {0}...{1}', 'The number must be greater than or
equal to {0}', 'The number must be less than or equal to
{0}'],'allowMouseWheel':false,'number':800},{'ValueChanged':function (s, e)
{ calculateTotal(); }},null,{'decorationStyles':
[{'key':'F','className':'dxeFocused_MaterialElemento','cssText':''}]});

//-->
</script>
<span title="Acesta va fi costul estimativ
al serviciilor contabile conform datelor indicate de dvs."
class="dxeBase_MaterialElemento" id="totalPanel_lbl_total" style="display:inline-
block;color:#035BBC;font-size:Large;font-weight:bold;width:100%;">800 lei /
lunar</span>
</div><script id="dxss_2084666653"
type="text/javascript" data-executed="true">
<!--
ASPx.createControl(ASPxClientCallbackPanel,'totalPanel','',
{'callBack':function(arg)
{ WebForm_DoCallback('totalPanel',arg,ASPx.Callback,'totalPanel',ASPx.CallbackError
,true); },'hideContentOnCallback':false},{'EndCallback':function (s, e)
{ calculateTotal(); }});

//-->
</script>

</div>
</div>
</div>
<!-- End calculator -->

<!-- End buttonPanel -->


</div>
<!-- End adminPanel -->

</div>

<script type="text/javascript">
//<![CDATA[

var callBackFrameUrl='/WebResource.axd?d=beToSAE3vdsL1QUQUxjWdemjk-
ndCIcIA0b1nu1iJBq9G5R69QTTu0la5tyGb_Tn2YIQ_rY39oTyvkvils8IKw2&t=637171971410639554'
;
WebForm_InitCallback();//]]>
</script>
<input type="hidden" name="DXScript"
value="1_10,1_11,1_22,1_62,1_12,1_13,1_14,1_257,1_258,1_20,1_21,1_264,1_266,1_16,1_
40,1_268,1_47,1_8,1_260,1_267,1_269,1_262,1_256"><input type="hidden" name="DXCss"
value="1_284,1_281,1_66,1_67,1_68,1_283,1_280,0_43,0_12,0_49,0_16,100_216,100_218,0
_4458,0_4462,100_309,100_311,../css/bootstrap.min.css,https://gc.kis.v2.scr.kaspers
ky-labs.com/E3E8934C-235A-4B0E-825A-35A08381A191/abn/main.css?
attr=aHR0cHM6Ly9kdWNvbnQuZWxlbWVudG8ubWQvU2V0dGluZ3MvQ2FsY3VsYXRvci5hc3B4P3ByaWNlPT
AmbGFuZz1ybyZ0eXBlPWNhbGN1bGF0b3Imc3RhdGU9MQ,../css/style.css?v=6"></form>

</body></html>

You might also like