@charset "utf-8";
html {
  color: #000;
  min-height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  *font-size: 100%;
}
html {
  color: #000;
  background: #FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  *font-size: 100%;
}
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}
select,
input,
button,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
html {
  height: 100%;
  background-color: #fafafa;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  overflow-y: scroll;
}
hr {
  height: 1px;
  border: none;
  background: #c8c8c8;
  background: -moz-linear-gradient(left,rgba(200,200,200,0) 0%,#c8c8c8 50%,rgba(200,200,200,0) 100%);
  background: linear-gradient(left,rgba(200,200,200,0) 0%,#c8c8c8 50%,rgba(200,200,200,0) 100%);
  background: -webkit-linear-gradient(left,rgba(200,200,200,0) 0%,#c8c8c8 50%,rgba(200,200,200,0) 100%);
  background: -o-linear-gradient(left,rgba(200,200,200,0) 0%,#c8c8c8 50%,rgba(200,200,200,0) 100%);
  background: -ms-linear-gradient(left,rgba(200,200,200,0) 0%,#c8c8c8 50%,rgba(200,200,200,0) 100%);
}
a {
  text-decoration: none;
  outline: none;
  color: #8a8a8a;
}
a:hover {
  color: #0B3D09;
}
img {
  border: none;
}
input,
select,
textarea {
  border: 1px solid #ccc;
  padding: 1px 2px;
  border-radius: 2px;
}
th {
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  padding: 5px;
}
label {
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
}
label input[type="checkbox"] {
  vertical-align: bottom;
  margin-right: 5px;
}
textarea {
  resize: none;
  resize: vertical;
}
optgroup {
  font-style: italic;
  font-weight: bold;
}
optgroup > option {
  margin-left: 15px;
  font-style: normal;
  font-weight: normal;
}
#loadingText {
  position: fixed;
  top: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10000;
  -moz-transition: top 0.5s ease 0.2s;
  transition: top 0.5s ease 0.2s;
  -webkit-transition: top 0.5s ease 0.2s;
  -o-transition: top 0.5s ease 0.2s;
  -ms-transition: top 0.5s ease 0.2s;
  overflow: visible;
  height: 0;
}
#loadingText.shown {
  top: 0;
}
#loadingText span {
  background-color: #FFFF99;
  display: inline-block;
  border-radius: 0 0 10px 10px;
  padding: 5px 10px;
}
div.errorOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #aaa;
  background-color: rgba(150,150,150,0.5);
}
div.errorOverlay > div {
  text-align: center;
  position: absolute;
  background: white;
  width: 300px;
  height: 170px;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -85px;
  border: 1px solid #aaa;
  border-radius: 10px;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#topbar {
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  -ms-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  position: relative;
  font-size: 13px;
  line-height: 20px;
  background: #252525;
  background: -moz-linear-gradient(top,#252525 0%,#0A0A0A 100%);
  background: linear-gradient(top,#252525 0%,#0A0A0A 100%);
  background: -webkit-linear-gradient(top,#252525 0%,#0A0A0A 100%);
  background: -o-linear-gradient(top,#252525 0%,#0A0A0A 100%);
  background: -ms-linear-gradient(top,#252525 0%,#0A0A0A 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#252525),color-stop(100%,#0A0A0A));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
#appLogo {
  background: url(http://new.nextgps.ro/cdn/images/logo2.png) no-repeat;
  color: white;
  float: left;
  font-size: 15px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-left: 15px;
  padding: 3px 7px;
  text-indent: 25px;
  width: 50px;
}
#navbar {
  float: left;
}
#account {
  float: right;
}
#header {
  background: #EEEEEE;
  background: -moz-linear-gradient(top,#EEEEEE 0%,#CACACA 100%);
  background: linear-gradient(top,#EEEEEE 0%,#CACACA 100%);
  background: -webkit-linear-gradient(top,#EEEEEE 0%,#CACACA 100%);
  background: -o-linear-gradient(top,#EEEEEE 0%,#CACACA 100%);
  background: -ms-linear-gradient(top,#EEEEEE 0%,#CACACA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#EEEEEE),color-stop(100%,#CACACA));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
#titlebar > span {
  padding: 10px;
  padding-left: 20px;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: bold;
  color: white;
  display: block;
  float: left;
  height: 9px;
}
#messages {
  display: block;
  text-align: center;
  padding-top: 5px;
}
.notice {
  display: inline-block;
  border: 1px solid yellow;
  padding: 2px 10px;
  font-size: 12px;
  background-color: #FFFF99;
  border-radius: 4px;
  color: black;
}
.notice.error {
  background-color: #FFEBE8;
  border-color: #CC0000;
}
.notice.warning {
  background-color: #FBF8EE;
  border-color: #FCD3A1;
}
.notice.info {
  background-color: #eeffee;
  border-color: #00BB00;
}
#content {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  background: white;
  -moz-box-shadow: 3px 3px 4px #AAA;
  box-shadow: 3px 3px 4px #AAA;
  -webkit-box-shadow: 3px 3px 4px #AAA;
  -o-box-shadow: 3px 3px 4px #AAA;
  -ms-box-shadow: 3px 3px 4px #AAA;
  min-height: 5em;
  line-height: 1;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: auto;
  border-radius: 2px;
}
#content-dummy {
  -moz-transition-property: margin;
  transition-property: margin;
  -webkit-transition-property: margin;
  -o-transition-property: margin;
  -ms-transition-property: margin;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}
body.dialog #content {
  border: none;
  margin: 0;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}
#container.sidebarVisible #content-dummy {
  margin-right: 220px;
}
#container.sidebarVisible #sideContent {
  opacity: 1;
  width: 200px;
  height: auto;
}
#container.sidebarVisible.wideSidebar #sideContent {
  width: 280px;
}
#container.sidebarVisible.wideSidebar #content-dummy {
  margin-right: 300px;
}
#sideContent {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
  float: right;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
}
#footer {
  padding: 0 25px;
  height: auto;
  text-align: center;
}
#topbar a:hover {
  background: #F9F9F9;
  background: -moz-linear-gradient(top,#F9F9F9 0%,#E5E5E5 100%);
  background: linear-gradient(top,#F9F9F9 0%,#E5E5E5 100%);
  background: -webkit-linear-gradient(top,#F9F9F9 0%,#E5E5E5 100%);
  background: -o-linear-gradient(top,#F9F9F9 0%,#E5E5E5 100%);
  background: -ms-linear-gradient(top,#F9F9F9 0%,#E5E5E5 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F9F9F9),color-stop(100%,#E5E5E5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
  font-weight: normal;
  color: #000;
}
#topbar a {
  color: #EEEEEE;
}
#topbar a.active {
  background: #F9F9F9;
  background: -moz-linear-gradient(top,#F9F9F9 0%,#E5E5E5 100%);
  background: linear-gradient(top,#F9F9F9 0%,#E5E5E5 100%);
  background: -webkit-linear-gradient(top,#F9F9F9 0%,#E5E5E5 100%);
  background: -o-linear-gradient(top,#F9F9F9 0%,#E5E5E5 100%);
  background: -ms-linear-gradient(top,#F9F9F9 0%,#E5E5E5 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F9F9F9),color-stop(100%,#E5E5E5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
  font-weight: bold;
}
#topbar a.navitem.active {
  color: black;
}
a.navitem {
  display: inline-block;
  padding: 3px 7px;
  font-weight: normal;
}
#topbar .dd-outer:hover > a.navitem {
  color: #333;
}
.dd-outer > a.navitem {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
#topbar .dd-menu a.navitem {
  color: #333;
}
.dd-outer:hover > a.navitem {
  background: white !important;
  z-index: 500;
  position: relative;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  -moz-box-shadow: 0 0 4px white;
  box-shadow: 0 0 4px white;
  -webkit-box-shadow: 0 0 4px white;
  -o-box-shadow: 0 0 4px white;
  -ms-box-shadow: 0 0 4px white;
}
.dd-menu a.navitem {
  display: block;
}
.dd-menu a.navitem:hover {
  background: #ddd !important;
}
#topbar .dd-outer {
  display: inline-block;
}
.dd-outer .dd-menu {
  display: none;
  background: #ffffff;
  -moz-box-shadow: 0px 0px 4px white;
  box-shadow: 0px 0px 4px white;
  -webkit-box-shadow: 0px 0px 4px white;
  -o-box-shadow: 0px 0px 4px white;
  -ms-box-shadow: 0px 0px 4px white;
  border: 1px solid #aaa;
  sborder-top: none;
  margin-top: -1px;
  z-index: 250;
}
.dd-outer:hover .dd-menu {
  display: block;
  position: absolute;
}
.pageTabs {
  display: none;
  margin-left: 25px;
  font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
  font-size: 13px;
}
.pageTabs.hidden {
  visibility: hidden !important;
}
.pageTabs.active {
  display: block;
  opacity: 1;
  float: left;
}
.pageTabsV2 {
  display: none;
}
.pageTabsV2.hidden {
  visibility: hidden !important;
}
.pageTabsV2.active {
  display: block;
  opacity: 1;
}
#header .navitem {
  display: inline-block;
  background: #C0C0C0;
  padding: 5px 12px;
  color: #777;
  margin-left: 4px;
  border: 1px solid #AAAAAA;
  border-radius: 3px 3px 0 0;
  border-bottom: none;
  vertical-align: bottom;
}
#header .navitem:hover {
  background: #999;
}
#header .navitem.active {
  background: #fafafa;
  color: black;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  top: 1px;
}
#header .dd-outer:hover > a.navitem {
  color: #666666 !important;
}
#header .dd-menu > a {
  display: block;
  padding: 5px;
  background: white;
  color: #666666;
  margin-left: 0;
  border: none;
}
#header .sideMenu {
  float: right;
  max-height: 26px;
  margin-right: 20px;
}
#header .sideMenu a.printIcon img {
  height: 20px;
  vertical-align: middle;
}
#header .sideMenu a.printIcon {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 27px;
  display: block;
}
#header .sideMenu a.polygonZoneIcon {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 27px;
  display: block;
}
#header .PrintingMenu a {
  display: block;
  background: #fff;
}
#header .PrintingMenu a:hover {
  background: #ddd;
}
#printMenu {
  display: inline-block;
}
#printMenu.hidden {
  display: none !important;
}
#polygonZoneMenu {
  display: inline-block;
}
#polygonZoneMenu.hidden {
  display: none !important;
}
.OptionBox {
  margin-bottom: 10px;
}
.OptionBox,
.OptionBox a,
.OptionBox .widget.text {
  color: #666;
}
.OptionBox a:hover {
  color: #000;
}
.OptionBox .widget.text:focus {
  outline: none !important;
  border: 2px solid #447aef !important;
}
.OptionHeader {
  min-height: 15px;
  font-size: 14px;
  padding: 5px;
  background-color: #e1e0e0;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.OptionContent {
  padding: 5px 3px;
}
.OptionHeader a {
  text-decoration: underline;
  color: #4D90FE !important;
}
.reportParams .OptionBox {
  margin-bottom: 0;
}
.statusTree .OptionBox li {
  padding: 0;
}
.clear {
  clear: both;
  display: block;
  float: none !important;
  width: 0 !important;
  height: 0 !important;
}
.subscript {
  font-size: 9px;
  color: #777;
}
.paddedContent,
.loadedContent,
.tabContent {
  padding: 10px 20px;
}
span.legend {
  border-bottom: 1px solid #A69A81;
  color: #000000;
  display: block;
  font-size: 1.6em;
  width: 100%;
  margin-bottom: 3px;
}
span.legend.medium {
  font-size: 1.3em;
}
div.left,
span.left {
  float: left;
}
div.right,
span.right {
  float: right;
}
div.center,
span.center {
  text-align: center;
}
label.field {
  display: block;
  margin-bottom: 5px;
}
label.field > * {
  display: block;
}
label.field > .widget.text {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.boxContainer > * {
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  display: block;
  margin: 0;
  float: left;
}
.boxContainer:after {
  content: '';
  display: block;
  clear: both;
}
table.padded10 td {
  padding: 10px;
}
table.fullWidth {
  width: 100%;
}
table.numericValues td {
  text-align: right;
}
#container .headerPlaceholder {
  display: none;
}
#container .headerPlaceholder.used {
  display: block;
  min-height: 30px;
}
#container .header {
  display: block;
  background: #EFF3FB;
  border-bottom: 1px solid #DDDDDD;
  margin: 0;
  background: #FFFFFF;
  background: -moz-linear-gradient(top,#FFFFFF 0%,#F7F7F7 100%);
  background: linear-gradient(top,#FFFFFF 0%,#F7F7F7 100%);
  background: -webkit-linear-gradient(top,#FFFFFF 0%,#F7F7F7 100%);
  background: -o-linear-gradient(top,#FFFFFF 0%,#F7F7F7 100%);
  background: -ms-linear-gradient(top,#FFFFFF 0%,#F7F7F7 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFFFFF),color-stop(100%,#F7F7F7));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
#container .header.float {
  position: fixed;
  z-index: 750;
  top: 0;
}
#container .header span {
  display: block;
  font-weight: bold;
  padding: 13px 10px 10px 20px;
  float: left;
}
#container .header .actions,
.subHeader .actions {
  float: right;
  padding: 5px;
}
.subHeader {
  display: block;
  background: #EFF3FB;
  border: 1px solid #F6F6F6;
  margin: 10px 0;
  background: #FFFFFF;
  background: -moz-linear-gradient(top,#FFFFFF 0%,#F7F7F7 100%);
  background: linear-gradient(top,#FFFFFF 0%,#F7F7F7 100%);
  background: -webkit-linear-gradient(top,#FFFFFF 0%,#F7F7F7 100%);
  background: -o-linear-gradient(top,#FFFFFF 0%,#F7F7F7 100%);
  background: -ms-linear-gradient(top,#FFFFFF 0%,#F7F7F7 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFFFFF),color-stop(100%,#F7F7F7));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
.subHeader span {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 13px 10px 10px 20px;
  float: left;
}
.widget.button {
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 27px;
  display: inline-block;
  padding: 3px 12px;
  border: 1px solid rgba(100,100,100,0.2);
  border-radius: 5px;
  vertical-align: middle;
  color: #666666;
  position: relative;
  background: #F6F6F6;
  background: -moz-linear-gradient(top,#F6F6F6 0%,#F1F1F1 100%);
  background: linear-gradient(top,#F6F6F6 0%,#F1F1F1 100%);
  background: -webkit-linear-gradient(top,#F6F6F6 0%,#F1F1F1 100%);
  background: -o-linear-gradient(top,#F6F6F6 0%,#F1F1F1 100%);
  background: -ms-linear-gradient(top,#F6F6F6 0%,#F1F1F1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F6F6F6),color-stop(100%,#F1F1F1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
  margin-right: 5px !important;
}
.widget.button:hover {
  -moz-box-shadow: 1px 1px 2px rgba(100,100,100,0.6);
  box-shadow: 1px 1px 2px rgba(100,100,100,0.6);
  -webkit-box-shadow: 1px 1px 2px rgba(100,100,100,0.6);
  -o-box-shadow: 1px 1px 2px rgba(100,100,100,0.6);
  -ms-box-shadow: 1px 1px 2px rgba(100,100,100,0.6);
  color: #333333;
  border: 1px solid rgba(100,100,100,0.4);
  z-index: 100;
}
.widget.button:focus {
  border: 1px solid #4D90FE;
  z-index: 100;
}
.widget.button:active {
  -moz-box-shadow: inset 2px 2px 2px rgba(100,100,100,0.6);
  box-shadow: inset 2px 2px 2px rgba(100,100,100,0.6);
  -webkit-box-shadow: inset 2px 2px 2px rgba(100,100,100,0.6);
  -o-box-shadow: inset 2px 2px 2px rgba(100,100,100,0.6);
  -ms-box-shadow: inset 2px 2px 2px rgba(100,100,100,0.6);
}
.widget.button.full {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.widget.button.down {
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
  -o-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
  -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
  background: #EEEEEE;
  background: -moz-linear-gradient(top,#EEEEEE 0%,#E0E0E0 100%);
  background: linear-gradient(top,#EEEEEE 0%,#E0E0E0 100%);
  background: -webkit-linear-gradient(top,#EEEEEE 0%,#E0E0E0 100%);
  background: -o-linear-gradient(top,#EEEEEE 0%,#E0E0E0 100%);
  background: -ms-linear-gradient(top,#EEEEEE 0%,#E0E0E0 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#EEEEEE),color-stop(100%,#E0E0E0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
.widget.button.green {
  color: white !important;
  background: #6dce35;
  background: -moz-linear-gradient(top,#6dce35 0%,#58a52b 100%);
  background: linear-gradient(top,#6dce35 0%,#58a52b 100%);
  background: -webkit-linear-gradient(top,#6dce35 0%,#58a52b 100%);
  background: -o-linear-gradient(top,#6dce35 0%,#58a52b 100%);
  background: -ms-linear-gradient(top,#6dce35 0%,#58a52b 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#6dce35),color-stop(100%,#58a52b));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
.widget.button.orange {
  color: white !important;
  background: #fcb100;
  background: -moz-linear-gradient(top,#fcb100 0%,#ff9100 100%);
  background: linear-gradient(top,#fcb100 0%,#ff9100 100%);
  background: -webkit-linear-gradient(top,#fcb100 0%,#ff9100 100%);
  background: -o-linear-gradient(top,#fcb100 0%,#ff9100 100%);
  background: -ms-linear-gradient(top,#fcb100 0%,#ff9100 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcb100),color-stop(100%,#ff9100));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
.widget.button.yellow {
  line-height: 1.25rem;
}
.widget.button.blue {
  color: white !important;
  background: #524ae1;
  background: -moz-linear-gradient(top,#524ae1 0%,#4f46e5 100%);
  background: linear-gradient(top,#524ae1 0%,#4f46e5 100%);
  background: -webkit-linear-gradient(top,#524ae1 0%,#4f46e5 100%);
  background: -o-linear-gradient(top,#524ae1 0%,#4f46e5 100%);
  background: -ms-linear-gradient(top,#524ae1 0%,#4f46e5 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#524ae1),color-stop(100%,#4f46e5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
.widget.button.blue:hover {
  background-color: #2417cd;
  background: #2417cd;
  background: -moz-linear-gradient(top,#2417cd 0%,#2417cd 100%);
  background: linear-gradient(top,#2417cd 0%,#2417cd 100%);
  background: -webkit-linear-gradient(top,#2417cd 0%,#2417cd 100%);
  background: -o-linear-gradient(top,#2417cd 0%,#2417cd 100%);
  background: -ms-linear-gradient(top,#2417cd 0%,#2417cd 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2417cd),color-stop(100%,#2417cd));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
.widget.button.red {
  color: white !important;
  background: #DD4B39;
  background: -moz-linear-gradient(top,#DD4B39 0%,#D14836 100%);
  background: linear-gradient(top,#DD4B39 0%,#D14836 100%);
  background: -webkit-linear-gradient(top,#DD4B39 0%,#D14836 100%);
  background: -o-linear-gradient(top,#DD4B39 0%,#D14836 100%);
  background: -ms-linear-gradient(top,#DD4B39 0%,#D14836 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#DD4B39),color-stop(100%,#D14836));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
.widget.button.red:hover {
  background-color: #b00f0f;
  background: #b00f0f;
  background: -moz-linear-gradient(top,#b00f0f 0%,#b00f0f 100%);
  background: linear-gradient(top,#b00f0f 0%,#b00f0f 100%);
  background: -webkit-linear-gradient(top,#b00f0f 0%,#b00f0f 100%);
  background: -o-linear-gradient(top,#b00f0f 0%,#b00f0f 100%);
  background: -ms-linear-gradient(top,#b00f0f 0%,#b00f0f 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#b00f0f),color-stop(100%,#b00f0f));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
.widget.button.disabled,
.widget.button.disabled:active {
  -moz-transition-property: none;
  transition-property: none;
  -webkit-transition-property: none;
  -o-transition-property: none;
  -ms-transition-property: none;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  cursor: default !important;
  border: 1px solid rgba(100,100,100,0.2) !important;
  color: #aaa !important;
  background: #F6F6F6;
  background: -moz-linear-gradient(top,#F6F6F6 0%,#F1F1F1 100%);
  background: linear-gradient(top,#F6F6F6 0%,#F1F1F1 100%);
  background: -webkit-linear-gradient(top,#F6F6F6 0%,#F1F1F1 100%);
  background: -o-linear-gradient(top,#F6F6F6 0%,#F1F1F1 100%);
  background: -ms-linear-gradient(top,#F6F6F6 0%,#F1F1F1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F6F6F6),color-stop(100%,#F1F1F1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
.widget.icon {
  cursor: pointer;
  opacity: 0.8;
}
.widget.icon:hover {
  opacity: 1;
}
.widget.text {
  font-size: 14px;
  background-color: white;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  border-radius: 4px;
  padding: 5px;
}
select.widget.text {
  font-size: 14px;
  background-color: white;
}
.widget.text.full {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
}
.widget.text.medium {
  padding: 3px 2px;
}
select.widget.text.medium {
  padding: 2px 2px;
}
.widget.text:focus {
  outline: none !important;
  border: 2px solid #447aef !important;
}
.widget.text.big {
  background: none repeat scroll 0 0 #FBFBFB;
  border: 1px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  color: #555555;
  font-size: 24px;
  padding: 2px;
}
fieldset.widget {
  border: 1px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  margin: 0 0 10px;
  padding: 25px 15px;
  background: #F6F6F6;
  background: -moz-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -webkit-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -o-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -ms-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F6F6F6),color-stop(100%,#FFFFFF));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
.widget.label {
  display: inline-block;
  padding: 1px 5px;
}
.DateRangeDateBoxesView {
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
  padding-left: 5px;
}
.DateRange .nextBtn,
.DateRange .prevBtn {
  font-size: 90%;
  margin: 5px 0;
  padding: 0 5px;
  line-height: 20px;
}
.DateRange .prevBtn {
  float: left;
}
.DateRange .nextBtn {
  float: right;
}
.buttongroup {
  display: inline-block;
}
.buttongroup .button {
  margin-right: -1px;
}
.buttongroup .button:last {
  margin-right: 0;
}
.buttongroup .widget.text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: inline-block;
  height: 29px;
  vertical-align: middle;
  padding: 4px 2px;
}
div.acBox {
  width: 100%;
}
.acTitle {
  font-size: 14px;
  color: #444444;
  margin-bottom: 2px;
}
.acTitle.main {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}
fieldset.acField {
  background-color: #F4F4F4;
  color: #575757;
  padding: 4px;
  border: 1px solid #B5B5B5;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.widget.text.acSearch {
  border-radius: 4px 0 0 4px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  color: #575757;
  border-right: none;
  outline: none !important;
  width: 90%;
}
.ui-autocomplete-input {
  border-radius: 4px;
  padding: 5px;
}
.widget.text.acSearch:focus,
.ui-autocomplete-input:focus {
  outline: none !important;
  border: 2px solid #447aef !important;
}
.widget.text.acSearch,
.acViewButton {
  height: 28px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
  padding: 4px;
  border-color: #cccccc;
}
.acViewButton {
  background: none repeat scroll 0 0 #EEEEEE;
  border: 1px solid #cccccc;
  border-radius: 0 4px 4px 0;
  line-height: 16px;
  width: 10%;
  text-align: center;
  border-left: none;
}
.widget.text.acSearch:focus + .acViewButton {
  outline: none !important;
  border: 2px solid #447aef !important;
}
.acDetails {
  padding: 5px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-transition: height 0.5s linear;
  transition: height 0.5s linear;
  -webkit-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  -ms-transition: height 0.5s linear;
}
.acDetails:empty {
  display: none;
}
.acSelecting {
  background-color: #F2EEAB !important;
}
.acUnselected {
  background-color: #F9B1B1 !important;
  background-position: center right;
  background-repeat: no-repeat;
}
.acMatch {
  font-weight: bold;
  color: blue;
}
.acLoading {
  background-image: url(http://new.nextgps.ro/cdn/images/loading.gif);
  background-position: center right;
  background-repeat: no-repeat;
}
.hints {
  display: inline-block;
  display: inline;
  height: 0;
  width: 0;
  overflow: visible;
  position: relative;
  vertical-align: middle;
  margin-left: -12px;
}
.hints > * {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.icon.hintIcon {
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
}
div.icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
}
.icon.applyFilters {
  background-image: url(http://new.nextgps.ro/cdn/images/filter-apply.png);
}
.icon.cancelFilters {
  background-image: url(http://new.nextgps.ro/cdn/images/filter-reset.png);
}
.icon.showFilters {
  background-image: url(http://new.nextgps.ro/cdn/images/filter-on.png);
}
.icon.hideFilters {
  background-image: url(http://new.nextgps.ro/cdn/images/filter-off.png);
}
.icon.reload {
  background-image: url(http://new.nextgps.ro/cdn/images/reload.png);
}
.icon.docAdd {
  background-image: url(http://new.nextgps.ro/cdn/images/btn_simp.gif);
}
.icon.docRemove {
  background-image: url(http://new.nextgps.ro/cdn/images/btn_simm.gif);
}
.icon.docShowHideStock {
  background-image: url(http://new.nextgps.ro/cdn/images/btn_stoc.png);
}
.icon.docStockWindow {
  background-image: url(http://new.nextgps.ro/cdn/images/btn_stoc.gif);
}
.icon.more {
  background-image: url(http://new.nextgps.ro/cdn/images/dw-maximize.gif);
}
.icon.less {
  background-image: url(http://new.nextgps.ro/cdn/images/dw-minimize.gif);
}
.icon.plus {
  background-image: url(http://new.nextgps.ro/cdn/images/mini_plus.png);
  background-size: 100% 100%;
}
.icon.minus {
  background-image: url(http://new.nextgps.ro/cdn/images/mini_minus.png);
  background-size: 100% 100%;
}
.icon.nextPage {
  background-image: url(http://new.nextgps.ro/cdn/images/next.png);
  width: 10px;
}
.icon.prevPage {
  background-image: url(http://new.nextgps.ro/cdn/images/prev.png);
  width: 10px;
}
.icon.addWidget {
  background-image: url(http://new.nextgps.ro/cdn/images/dashboard-new.png);
  background-size: 100% 100%;
}
.icon.addColumn {
  background-image: url(http://new.nextgps.ro/cdn/images/dashboard-addcolumn.png);
  background-size: 100% 100%;
}
.icon.addNew {
  background-image: url(http://new.nextgps.ro/cdn/images/addnew.png);
}
.icon.infoHint {
  background-image: url(http://new.nextgps.ro/cdn/images/log_notice.png);
}
.icon.warningHint {
  background-image: url(http://new.nextgps.ro/cdn/images/log_warning.png);
}
.icon.errorHint {
  background-image: url(http://new.nextgps.ro/cdn/images/log_error.png);
}
.icon.errorDialog {
  background-image: url(http://new.nextgps.ro/cdn/images/log_error.png);
  width: 32px;
  height: 32px;
}
.icon.largeWarning {
  background-image: url(http://new.nextgps.ro/cdn/images/warning.gif);
  width: 70px;
  height: 70px;
}
input.icon {
  background-repeat: no-repeat;
  background-position: 2px center;
  padding-left: 18px;
  min-height: 16px;
}
.icon.cssPlus {
  background-color: #62BF6F;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.icon.cssPlus:before {
  background-color: white;
  display: block;
  height: 10px;
  width: 2px;
  content: '';
  position: relative;
  left: 7px;
  top: 3px;
}
.icon.cssPlus:after {
  background-color: white;
  display: block;
  height: 2px;
  width: 10px;
  content: '';
  position: relative;
  left: 3px;
  top: -3px;
}
.icon.cssMinus {
  background-color: #E78270;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.icon.cssMinus:before {
  background-color: white;
  display: block;
  height: 2px;
  width: 10px;
  content: '';
  position: relative;
  left: 3px;
  top: 7px;
}
.icon.cssSearch {
  border-color: #64B3D2;
  background: transparent;
}
.icon.cssSearch:before {
  content: '';
  width: 6px;
  height: 6px;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  background: transparent;
  display: block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
}
.icon.cssSearch:after {
  content: '';
  height: 4px;
  width: 0;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  display: block;
  left: 9px;
  margin-top: 0;
  position: relative;
  top: -4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.icon.cssStock {
  border: 2px solid #FF9800;
  border-radius: 4px;
  width: 10px;
  height: 12px;
}
.icon.cssStock:before {
  border-color: inherit;
  border-style: solid;
  border-width: 1px 0 1px 0;
  margin: 0 auto;
  content: '';
  display: block;
  width: 6px;
  height: 2px;
}
.icon.cssStock:after {
  border-color: inherit;
  border-style: solid;
  border-width: 1px 0 1px 0;
  margin: 0 auto;
  content: '';
  display: block;
  width: 6px;
  height: 1px;
  margin-top: 1px;
}
.ui-dialog.fullDialog .ui-dialog-content {
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}
.pageDialog {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  margin: 0;
  background-color: #eeeeee;
}
.qq-uploader {
  position: relative;
  width: 100%;
}
.qq-upload-button {
  display: block;
  padding: 7px 0;
  text-align: center;
}
.qq-upload-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 70px;
  z-index: 2;
  background: #FF9797;
  text-align: center;
}
.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 16px;
}
.qq-upload-drop-area-active {
  background: #FF7171;
}
.qq-upload-list {
  margin: 15px 35px;
  padding: 0;
  list-style: disc;
  display: inline-block;
}
.qq-upload-list li {
  margin: 0;
  padding: 0;
  line-height: 15px;
  font-size: 12px;
  display: none;
}
.qq-upload-list li:last-child {
  display: block;
}
.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-failed-text {
  margin-right: 7px;
}
.qq-upload-spinner {
  display: inline-block;
  background: url(http://new.nextgps.ro/cdn/images/loading.gif);
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}
.qq-upload-size,
.qq-upload-cancel {
  font-size: 11px;
}
.qq-upload-failed-text {
  display: none;
}
.qq-upload-fail .qq-upload-failed-text {
  display: inline;
}
.tipsy {
  padding: 5px;
  font-size: 10px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-repeat: no-repeat;
  background-image: url(http://new.nextgps.ro/cdn/images/tipsy.gif);
}
.tipsy-inner {
  padding: 5px 8px 4px 8px;
  background-color: black;
  color: white;
  max-width: 200px;
  text-align: center;
}
.tipsy-inner {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tipsy-inner {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tipsy-inner {
  -webkit-border-radius: 3px;
}
.tipsy-inner {
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tipsy-inner {
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tipsy-north {
  background-position: top center;
}
.tipsy-south {
  background-position: bottom center;
}
.tipsy-east {
  background-position: right center;
}
.tipsy-west {
  background-position: left center;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
@media print {
  #topbar,
  #header {
    display: none;
  }
  #container,
  #content-dummy,
  #content {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    border: none !important;
  }
  #sideContent {
    display: none;
  }
}
.widget.button.top {
  color: white !important;
  margin-top: 20px;
  background: #524ae1;
  background: -moz-linear-gradient(top,#524ae1 0%,#4f46e5 100%);
  background: linear-gradient(top,#524ae1 0%,#4f46e5 100%);
  background: -webkit-linear-gradient(top,#524ae1 0%,#4f46e5 100%);
  background: -o-linear-gradient(top,#524ae1 0%,#4f46e5 100%);
  background: -ms-linear-gradient(top,#524ae1 0%,#4f46e5 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#524ae1),color-stop(100%,#4f46e5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
.widget.button.top:hover {
  background-color: #2417cd;
  background: #2417cd;
  background: -moz-linear-gradient(top,#2417cd 0%,#2417cd 100%);
  background: linear-gradient(top,#2417cd 0%,#2417cd 100%);
  background: -webkit-linear-gradient(top,#2417cd 0%,#2417cd 100%);
  background: -o-linear-gradient(top,#2417cd 0%,#2417cd 100%);
  background: -ms-linear-gradient(top,#2417cd 0%,#2417cd 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2417cd),color-stop(100%,#2417cd));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
.widget.button.bottom {
  color: white !important;
  margin-top: 20px;
  background: #524ae1;
  background: -moz-linear-gradient(top,#524ae1 0%,#4f46e5 100%);
  background: linear-gradient(top,#524ae1 0%,#4f46e5 100%);
  background: -webkit-linear-gradient(top,#524ae1 0%,#4f46e5 100%);
  background: -o-linear-gradient(top,#524ae1 0%,#4f46e5 100%);
  background: -ms-linear-gradient(top,#524ae1 0%,#4f46e5 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#524ae1),color-stop(100%,#4f46e5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
.widget.button.bottom:hover {
  background-color: #2417cd;
  background: #2417cd;
  background: -moz-linear-gradient(top,#2417cd 0%,#2417cd 100%);
  background: linear-gradient(top,#2417cd 0%,#2417cd 100%);
  background: -webkit-linear-gradient(top,#2417cd 0%,#2417cd 100%);
  background: -o-linear-gradient(top,#2417cd 0%,#2417cd 100%);
  background: -ms-linear-gradient(top,#2417cd 0%,#2417cd 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2417cd),color-stop(100%,#2417cd));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
@media (max-width: 600px) {
  #sideContent {
    float: none;
    width: 100% !important;
  }
  #container.sidebarVisible.wideSidebar #content-dummy {
    margin-right: 20px;
  }
  #container.sidebarVisible #content-dummy {
    margin-right: 0px;
  }
  #map {
    min-height: 60vh !important;
  }
}
.popover {
  display: none;
  position: absolute;
  min-width: 100px;
  min-height: 20px;
  background: #F7F7F7;
  border: 1px solid #aaa;
  box-shadow: 1px 1px 4px 1px rgba(150,150,150,0.5);
  border-radius: 5px;
  padding: 10px;
  z-index: 50;
}
.popover h1 {
  border-bottom: 1px solid #AAAAAA;
  font-size: 1.6em;
  margin-bottom: 6px;
}
.popover.loading {
  width: 200px;
  height: 70px;
}
.popover.loading > .after {
  background-image: url(http://new.nextgps.ro/cdn/images/loading6.gif);
  display: block;
  width: 90px;
  height: 11px;
  left: 50%;
  top: 50%;
  margin-left: -45px;
  margin-top: -5px;
  position: relative;
}
.popoverTitle {
  border-bottom: 1px solid #DDDDDD;
  font-size: 15px;
  margin-bottom: 10px;
}
.popover > .before {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 10px dashed #aaa;
}
.popover > .before:before {
  border: 9px dashed #F7F7F7;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.popover.bump-n > .before:before {
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  margin: 2px 0 0 -9px;
}
.popover.bump-n > .before {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  margin-top: -10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  padding: 0px !important;
}
.popover.bump-s > .before:before {
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  margin: -10px 0 0 -9px;
}
.popover.bump-s > .before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  margin-bottom: -10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.popover.bump-e > .before {
  top: 50%;
  right: 0;
  margin-right: -10px;
  margin-top: -10px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.popover.bump-e > .before:before {
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  margin: -9px 0 0 -10px;
}
.popover.bump-w > .before {
  top: 50%;
  left: 0;
  margin-left: -10px;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.popover.bump-w > .before,
.popover.bump-e > .before {
  top: 15px;
}
.popover.bump-w > .before:before {
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  margin: -9px 0 0 2px;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-helper-clearfix {
  display: inline-block;
}
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-clearfix {
  display: block;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(http://new.nextgps.ro/cdn/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(http://new.nextgps.ro/cdn/images/ui-bg_flat_75_cccccc_40x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(http://new.nextgps.ro/cdn/images/ui-bg_flat_75_e6e6e6_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(http://new.nextgps.ro/cdn/images/ui-bg_flat_75_dadada_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(http://new.nextgps.ro/cdn/images/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(http://new.nextgps.ro/cdn/images/ui-bg_flat_55_fbf9ee_40x100.png) 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(http://new.nextgps.ro/cdn/images/ui-bg_flat_95_fef1ec_40x100.png) 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(http://new.nextgps.ro/cdn/images/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
  background-image: url(http://new.nextgps.ro/cdn/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(http://new.nextgps.ro/cdn/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(http://new.nextgps.ro/cdn/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(http://new.nextgps.ro/cdn/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(http://new.nextgps.ro/cdn/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(http://new.nextgps.ro/cdn/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(http://new.nextgps.ro/cdn/images/ui-icons_cd0a0a_256x240.png);
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -webkit-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -o-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -ms-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -webkit-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -o-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -ms-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -webkit-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -o-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -ms-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -webkit-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -o-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -ms-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-widget-overlay {
  background: #aaaaaa url(http://new.nextgps.ro/cdn/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(http://new.nextgps.ro/cdn/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-accordion {
  width: 100%;
}
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
* html .ui-autocomplete {
  width: 1px;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
input.ui-button {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button.ui-button::focus-inner {
  border: 0;
  padding: 0;
}
button.ui-button::-webkit-focus-inner {
  border: 0;
  padding: 0;
}
button.ui-button::-o-focus-inner {
  border: 0;
  padding: 0;
}
button.ui-button::-ms-focus-inner {
  border: 0;
  padding: 0;
}
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
  left: -2px;
  top: -2px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-cover {
  display: none;
  display: block;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.listerContainer {
  min-height: 200px;
  overflow-x: auto;
}
.listerNavigation {
  padding: 4px;
  text-align: right;
}
.listerPagination {
  min-width: 80px;
  text-align: center;
}
.listerTable {
  margin: 0;
  width: 100%;
}
.listerTable td {
  text-align: left;
  padding: 10px 4px;
  height: 28px;
}
.listerTable thead tr,
.listerTable tfoot tr {
  background: #EDEDED;
  background: -moz-linear-gradient(top,#EDEDED 0%,#DFDFDF 100%);
  background: linear-gradient(top,#EDEDED 0%,#DFDFDF 100%);
  background: -webkit-linear-gradient(top,#EDEDED 0%,#DFDFDF 100%);
  background: -o-linear-gradient(top,#EDEDED 0%,#DFDFDF 100%);
  background: -ms-linear-gradient(top,#EDEDED 0%,#DFDFDF 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#EDEDED),color-stop(100%,#DFDFDF));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
.listerTable tr.alternateRow-0 {
  background-color: #fff;
  height: 28px;
}
.listerTable tr.alternateRow-1 {
  background-color: #f0f0f0;
  height: 28px;
}
.listerTable .summaryRow td {
  background-color: #ABABAB;
  font-weight: bold;
  border-top: 2px solid #FFF;
  height: auto !important;
}
.listerTable tr.summaryRow .TD_Date {
  font-weight: bold;
  height: auto !important;
}
.listerTable .generalSummaryRow td {
  background-color: #C8D0A2;
  font-weight: bold;
  border-top: 2px solid #0E0E0E;
  border-bottom: 2px solid #0E0E0E;
  height: auto !important;
}
.listerTable .customSummaryRow td {
  background-color: #eee;
  font-weight: bold;
  height: auto !important;
  color: #999;
}
.listerTable .generalSummaryRow .TD_Date {
  font-weight: bold;
  height: auto !important;
}
.listerTable tr.listerRowActioned {
  cursor: pointer;
}
.listerTable tr.listerRowActioned:hover {
  background-color: #cecece !important;
}
.listerTable th {
  border-right: 1px solid #ccc;
  text-align: center;
  max-height: 50px;
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 12px 15px 12px 7px;
  font-size: 12px;
}
.listerTable th:last-child {
  border: none;
}
.listerTable th.order_asc {
  background-image: url(http://new.nextgps.ro/cdn/images/order_asc.gif);
  background-position: right 11px;
}
.listerTable th.order_desc {
  background-image: url(http://new.nextgps.ro/cdn/images/order_desc.gif);
  background-position: right 16px;
}
.listerTable th.order_none {
  background-image: url(http://new.nextgps.ro/cdn/images/order_none.gif);
}
.listerTable td.center {
  text-align: center;
}
.listerTable td.right {
  text-align: right;
}
td.TD_Important,
td.TD_Status,
td.TD_Active,
td.TD_DeadLine,
td.TD_StartDate,
td.TD_PostalCode,
td.TD_SentAt,
td.TD_UM {
  text-align: center;
}
td.TD_LoginTime,
td.TD_LastActivity,
td.TD_PageViews {
  text-align: center;
}
td.TD_AmountPaid,
td.TD_NextAction,
td.TD_Quant,
td.TD_QuantOut,
td.TD_Value {
  text-align: right;
}
.TABLE_Document .TD_Size {
  text-align: right;
}
.TABLE_Document .TD_Name,
.TABLE_Document .TD_Type {
  text-align: center;
}
.TABLE_Document .TD_DocName {
  text-align: left;
}
.TABLE_Document .TD_Starred {
  width: 20px;
}
.TABLE_Document .TD_Type {
  width: 24px;
}
.TABLE_SessionLog tr.NO td {
  color: #777;
}
.TABLE_PartnerHistory {
  align: right;
}
div.editorBox table td {
  visibility: visible;
  *display: block;
  padding: 6px;
}
div.editorBox .RichEditor {
  width: 700px;
}
div.editorBox .RichEditor iframe {
  height: 600px !important;
}
div.editorActions {
  text-align: right;
  padding: 1px;
  height: 30px;
}
table.editorFields {
  font-size: 12px;
  margin: 10px 0;
  line-height: 1;
}
table.editorFields td:first-child {
  min-width: 80px;
  text-align: right;
}
table.editorChildren thead tr th {
  padding: 3px 5px;
}
table.editorChildren td {
  text-align: center;
  padding: 5px;
  font-size: 1.10em;
}
a.listerOperationLink {
  font-size: 0.75em;
  visibility: hidden;
  margin: 0 1em;
}
.listerTable tbody tr td:hover .listerOperationLink,
.listerTable tbody tr.listerRowOver .listerOperationLink {
  visibility: visible;
}
table.listerTable tr.filters {
  vertical-align: bottom;
}
thead div.listerHeaderTitle > span {
  cursor: pointer;
  text-decoration: underline;
}
div.listerFiltersDropdown {
  float: left;
}
div.listerFiltersDropdown.hidden {
  display: none;
}
div.listerFilterDiv {
  visibility: hidden;
  position: absolute;
  padding: 5px 10px;
  background-color: #ddd;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #aaa;
  font-size: 0.9em !important;
  z-index: 1000;
}
div.listerFilterDiv:hover {
  visibility: visible !important;
}
div.listerFilterDiv * {
  vertical-align: middle;
}
div.listerFilterDiv label {
  font-size: 10px;
  text-shadow: 0 0 0 black;
}
a.listerFilterLink {
  display: block;
  border: 1px solid #ccc;
  margin: -1px;
  float: left;
  background: #f9f9f9 url(http://new.nextgps.ro/cdn/images/filter_x.gif) no-repeat 94% 50%;
  text-decoration: none;
  padding: 4px 19px 2px 4px;
  color: #222 !important;
}
a.listerFilterLink:hover {
  background: #f9f9f9 url(http://new.nextgps.ro/cdn/images/filter_x_hover.gif) no-repeat 94% 50%;
  text-decoration: none;
  color: #b9061e !important;
  border: 1px solid #aaa;
}
.listerFiltersDropdown {
  font-size: 12px;
  padding: 0px;
}
.TABLE_StaffToDo .TD_StartDate,
.TABLE_StaffToDo .TD_DeadLine,
.TABLE_StaffToDo .TD_UpdatedAt,
.TABLE_Product .TD_Um,
.TABLE_Product .TD_ListPrice,
.TABLE_Product .TD_LastInPrice,
.listerTable .TD_AmountTotal,
.listerTable .TD_AmountVat {
  text-align: right;
}
.TABLE_IncomingInvoicePayment .TD_Amount,
.TABLE_IncomingInvoicePayment .TD_ExchangeRate {
  text-align: right;
}
.TABLE_IncomingInvoicePayment .TD_Document,
.TABLE_IncomingInvoicePayment .TD_Type,
.TABLE_IncomingInvoicePayment .TD_PayDate,
.TABLE_IncomingInvoicePayment .TD_ExchangeRateDate,
.TABLE_BonConsum.TD_IssueDate {
  text-align: center;
}
.TABLE_OutgoingInvoicePayment .TD_Amount,
.TABLE_OutgoingInvoicePayment .TD_ExchangeRate,
.TABLE_BonConsum .TD_BonConsumDetail\.Value,
.TABLE_BonConsum .TD_BonConsumDetail\.Quantity,
.TABLE_TechnologicalBriefDetail .TD_ConsumPrice {
  text-align: right;
}
.TABLE_OutgoingInvoicePayment .TD_Document,
.TABLE_OutgoingInvoicePayment .TD_Type,
.TABLE_OutgoingInvoicePayment .TD_PayDate,
.TABLE_OutgoingInvoicePayment .TD_ExchangeRateDate,
.TABLE_TechnologicalBriefDetail .TD_ProductId {
  text-align: center;
}
.INPUT_enum {
  width: 100%;
  padding: 3px;
  border: 1px solid #ccc;
}
.INPUT_filter {
  width: 98%;
  padding: 3px;
  border: 1px solid #ccc;
  background-size: 100% 100%;
}
.INPUT_decimal {
  width: 200px;
  padding: 3px;
  border: 1px solid #ccc;
}
.INPUT_int {
  width: 200px;
  padding: 3px;
  border: 1px solid #ccc;
}
.INPUT_smallint {
  width: 200px;
  padding: 3px;
  border: 1px solid #ccc;
}
.editorChildren .INPUT_decimal,
.editorChildren .INPUT_tinyint {
  width: 80px;
  text-align: right;
}
.INPUT_timestamp {
  width: 220px;
}
.INPUT_varchar {
  width: 200px;
  padding: 3px;
  border: 1px solid #ccc;
}
.INPUT_Default {
  width: 50px !important;
}
.editorChildren .INPUT_varchar {
  width: 95%;
}
.INPUT_text {
  width: 400px;
}
.EDIT_Contacts,
.EDIT_Addresses {
  padding: 10px 0px !important;
  font-size: 0.9em;
}
.INPUT_PostalCode {
  width: 50px !important;
}
.INPUT_City,
INPUT_CountryCode {
  width: 159px;
}
.INPUT_FirstName,
INPUT_LastName {
  width: 80px;
}
.INPUT_PositionTypeCode {
  width: 100px;
}
.INPUT_Mobile,
INPUT_Phone {
  width: 120px;
}
.INPUT_Email {
  width: 180px;
}
.INPUT_Street {
  width: 400px;
}
.INPUT_BlSeria {
  width: 180px;
}
.INPUT_Tel1,
INPUT_Tel2 {
  width: 180px;
}
.INPUT_BlNr,
INPUT_BlCNP,
INPUT_Number {
  width: 180px;
}
.EDIT_Addresses .INPUT_Type {
  width: 160px;
}
.EDIT_Contacts .INPUT_PositionTypeCode {
  width: 80px;
}
.listerTables td.TD_PriceListValue {
  text-align: right;
}
.wpStyleEditor {
  margin-bottom: 20px;
}
.wpStyleEditor > div.editorRow > div {
  float: left;
}
.wpStyleEditor div.field > div> label {
  font-size: 12px;
  padding-left: 5px;
  padding-bottom: 5px;
  display: block;
}
.wpStyleEditor div.field {
  margin: 0xp 5px;
}
.wpStyleEditor .field > div {
  margin: 5px 5px;
}
.wpStyleEditor .field > div > div.RichEditor {
  width: 100%;
}
.wpStyleEditor .field > div > input,
.wpStyleEditor .field > div > select,
.wpStyleEditor .field > div > textarea {
  font-size: 18px;
  width: 100%;
  border: 1px solid #ccc;
  margin: 0;
  background: #F6F6F6;
  background: -moz-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -webkit-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -o-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -ms-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F6F6F6),color-stop(100%,#FFFFFF));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
.wpStyleEditor .field > div > input,
.wpStyleEditor .field > div > textarea {
  text-indent: 5px;
  padding: 3px 0px;
}
.wpStyleEditor .field > div > select {
  padding: 2px 2px;
  margin-left: 1px;
  height: 100%;
}
#editorChildren .INPUT_Um {
  width: 70px;
}
div.editorBox div.editorItemInfo,
div.editorItemInfo {
  color: #777777;
  font-size: 0.8em;
  padding: 10px;
  text-align: right;
  background: #F6F6F6;
  background: -moz-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -webkit-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -o-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -ms-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F6F6F6),color-stop(100%,#FFFFFF));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
.wpStyleEditor .INPUT_decimal,
.wpStyleEditor .INPUT_tinyint,
.wpStyleEditor .INPUT_smallint,
.wpStyleEditor .INPUT_mediumint,
.wpStyleEditor .INPUT_int,
.wpStyleEditor .INPUT_bigint,
.wpStyleEditor .INPUT_float,
.wpStyleEditor .INPUT_double {
  text-align: right;
}
.listerTable .TD_QuantityIn,
.listerTable .TD_QuantityOut,
.listerTable .TD_Quantity,
.listerTable .TD_StocMinim,
.listerTable .TD_StocMaxim,
.listerTable .TD_PriceIn,
.listerTable .TD_PriceOut,
.listerTable .TD_UnitPrice,
.listerTable .TD_Amount,
.listerTable .TD_PlId,
.listerTable .TD_InventoryRows,
.listerTable .TD_AcqusitionValue,
.listerTable .TD_SellValue,
.listerTable .TD_Delivered,
.listerTable .TD_Returned,
.listerTable .TD_Total,
.listerTable .TD_AddedValue,
.listerTable .TD_Cost,
.listerTable .TD_VAT,
.listerTable .TD_UnitPrice,
.listerTable .TD_NewPrice,
.listerTable .TD_Quantity,
.listerTable .TD_RecipeDetail\.Quant,
.listerTable .TD_Ordered,
.listerTable .TD_InStock,
.listerTable .TD_PendingProduction,
.listerTable .TD_ToProduce,
.listerTable .TD_ItemNumber {
  text-align: right;
}
.listerTable .TD_ProductCode,
.listerTable .TD_Id,
.listerTable .TD_NextLot {
  text-align: center;
}
.listerGroupHeader {
  display: inline-block;
  padding: 4px;
  padding-left: 30px;
  border-bottom: 1px solid black;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}
.filter-numeric {
  width: 4em;
}
.filter-operation {
  width: 3.5em;
}
.listerTable tr.filters .widget {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 0;
}
.listerTable tbody td:first-child {
  padding-left: 15px;
}
.listerTable tbody td:last-child {
  padding-right: 15px;
}
.listerContainer {
  min-height: 200px;
  overflow-x: auto;
}
.listerNavigation {
  padding: 4px;
  text-align: right;
}
.listerPagination {
  min-width: 80px;
  text-align: center;
}
.listerTable {
  margin: 0;
  width: 100%;
}
.listerTable td {
  text-align: left;
  padding: 10px 4px;
  height: 28px;
}
.listerTable thead tr,
.listerTable tfoot tr {
  background: #EDEDED;
  background: -moz-linear-gradient(top,#EDEDED 0%,#DFDFDF 100%);
  background: linear-gradient(top,#EDEDED 0%,#DFDFDF 100%);
  background: -webkit-linear-gradient(top,#EDEDED 0%,#DFDFDF 100%);
  background: -o-linear-gradient(top,#EDEDED 0%,#DFDFDF 100%);
  background: -ms-linear-gradient(top,#EDEDED 0%,#DFDFDF 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#EDEDED),color-stop(100%,#DFDFDF));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
.listerTableV2 tr.alternateRow-0 {
  background-color: #fff;
}
.listerTableV2 tr.alternateRow-1 {
  background-color: #f9f9f9;
}
.listerTableV2 .summaryRow td {
  font-weight: bold;
  border-top: 1px solid #888;
}
.listerTable tr.summaryRow .TD_Date {
  font-weight: bold;
  height: auto !important;
}
.listerTableV2 .generalSummaryRow td {
  background-color: #E4E4E4;
  font-weight: bold;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  height: auto !important;
}
.listerTableV2 .customSummaryRow td {
  background-color: #eee;
  font-weight: bold;
  height: auto !important;
  color: #999;
}
.listerTable .generalSummaryRow .TD_Date {
  font-weight: bold;
  height: auto !important;
}
.listerTable tr.listerRowActioned {
  cursor: pointer;
}
.listerTableV2 tr.listerRowActioned:hover {
  background-color: #eeeeee !important;
}
.listerTableV2 th {
  font-size: 0.85rem;
  cursor: pointer;
}
.listerTable th:last-child {
  border: none;
}
.listerTable th.order_asc {
  background-image: url(http://new.nextgps.ro/cdn/images/order_asc.gif);
  background-position: right 11px;
}
.listerTable th.order_desc {
  background-image: url(http://new.nextgps.ro/cdn/images/order_desc.gif);
  background-position: right 16px;
}
.listerTable th.order_none {
  background-image: url(http://new.nextgps.ro/cdn/images/order_none.gif);
}
.listerTable td.center {
  text-align: center;
}
.listerTable td.right {
  text-align: right;
}
td.TD_Important,
td.TD_Status,
td.TD_Active,
td.TD_DeadLine,
td.TD_StartDate,
td.TD_PostalCode,
td.TD_SentAt,
td.TD_UM {
  text-align: center;
}
td.TD_LoginTime,
td.TD_LastActivity,
td.TD_PageViews {
  text-align: center;
}
td.TD_AmountPaid,
td.TD_NextAction,
td.TD_Quant,
td.TD_QuantOut,
td.TD_Value {
  text-align: right;
}
.TABLE_Document .TD_Size {
  text-align: right;
}
.TABLE_Document .TD_Name,
.TABLE_Document .TD_Type {
  text-align: center;
}
.TABLE_Document .TD_DocName {
  text-align: left;
}
.TABLE_Document .TD_Starred {
  width: 20px;
}
.TABLE_Document .TD_Type {
  width: 24px;
}
.TABLE_SessionLog tr.NO td {
  color: #777;
}
.TABLE_PartnerHistory {
  align: right;
}
div.editorBox table td {
  visibility: visible;
  *display: block;
  padding: 6px;
}
div.editorBox .RichEditor {
  width: 700px;
}
div.editorBox .RichEditor iframe {
  height: 600px !important;
}
div.editorActions {
  text-align: right;
  padding: 1px;
  height: 30px;
}
table.editorFields {
  font-size: 12px;
  margin: 10px 0;
  line-height: 1;
}
table.editorFields td:first-child {
  min-width: 80px;
  text-align: right;
}
table.editorChildren thead tr th {
  padding: 3px 5px;
}
table.editorChildren td {
  text-align: center;
  padding: 5px;
  font-size: 1.10em;
}
a.listerOperationLink {
  font-size: 0.75em;
  visibility: hidden;
  margin: 0 1em;
}
.listerTable tbody tr td:hover .listerOperationLink,
.listerTable tbody tr.listerRowOver .listerOperationLink {
  visibility: visible;
}
table.listerTable tr.filters {
  vertical-align: bottom;
}
thead div.listerHeaderTitle > span {
  cursor: pointer;
  text-decoration: underline;
}
div.listerFiltersDropdown {
  float: left;
}
div.listerFiltersDropdown.hidden {
  display: none;
}
div.listerFilterDiv {
  visibility: hidden;
  position: absolute;
  padding: 5px 10px;
  background-color: #ddd;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #aaa;
  font-size: 0.9em !important;
  z-index: 1000;
}
div.listerFilterDiv:hover {
  visibility: visible !important;
}
div.listerFilterDiv * {
  vertical-align: middle;
}
div.listerFilterDiv label {
  font-size: 10px;
  text-shadow: 0 0 0 black;
}
a.listerFilterLink {
  display: block;
  border: 1px solid #ccc;
  margin: -1px;
  float: left;
  background: #f9f9f9 url(http://new.nextgps.ro/cdn/images/filter_x.gif) no-repeat 94% 50%;
  text-decoration: none;
  padding: 4px 19px 2px 4px;
  color: #222 !important;
}
a.listerFilterLink:hover {
  background: #f9f9f9 url(http://new.nextgps.ro/cdn/images/filter_x_hover.gif) no-repeat 94% 50%;
  text-decoration: none;
  color: #b9061e !important;
  border: 1px solid #aaa;
}
.listerFiltersDropdown {
  font-size: 12px;
  padding: 0px;
}
.TABLE_StaffToDo .TD_StartDate,
.TABLE_StaffToDo .TD_DeadLine,
.TABLE_StaffToDo .TD_UpdatedAt,
.TABLE_Product .TD_Um,
.TABLE_Product .TD_ListPrice,
.TABLE_Product .TD_LastInPrice,
.listerTable .TD_AmountTotal,
.listerTable .TD_AmountVat {
  text-align: right;
}
.TABLE_IncomingInvoicePayment .TD_Amount,
.TABLE_IncomingInvoicePayment .TD_ExchangeRate {
  text-align: right;
}
.TABLE_IncomingInvoicePayment .TD_Document,
.TABLE_IncomingInvoicePayment .TD_Type,
.TABLE_IncomingInvoicePayment .TD_PayDate,
.TABLE_IncomingInvoicePayment .TD_ExchangeRateDate,
.TABLE_BonConsum.TD_IssueDate {
  text-align: center;
}
.TABLE_OutgoingInvoicePayment .TD_Amount,
.TABLE_OutgoingInvoicePayment .TD_ExchangeRate,
.TABLE_BonConsum .TD_BonConsumDetail\.Value,
.TABLE_BonConsum .TD_BonConsumDetail\.Quantity,
.TABLE_TechnologicalBriefDetail .TD_ConsumPrice {
  text-align: right;
}
.TABLE_OutgoingInvoicePayment .TD_Document,
.TABLE_OutgoingInvoicePayment .TD_Type,
.TABLE_OutgoingInvoicePayment .TD_PayDate,
.TABLE_OutgoingInvoicePayment .TD_ExchangeRateDate,
.TABLE_TechnologicalBriefDetail .TD_ProductId {
  text-align: center;
}
.INPUT_enum {
  width: 100%;
  padding: 3px;
  border: 1px solid #ccc;
}
.INPUT_filter {
  width: 98%;
  padding: 3px;
  border: 1px solid #ccc;
  background-size: 100% 100%;
}
.OptionContent select[multiple].INPUT_filter,
.OptionContent .INPUT_varchar {
  width: 95%;
}
.INPUT_decimal {
  width: 200px;
  padding: 3px;
  border: 1px solid #ccc;
}
.INPUT_int {
  width: 200px;
  padding: 3px;
  border: 1px solid #ccc;
}
.INPUT_smallint {
  width: 200px;
  padding: 3px;
  border: 1px solid #ccc;
}
.editorChildren .INPUT_decimal,
.editorChildren .INPUT_tinyint {
  width: 80px;
  text-align: right;
}
.INPUT_timestamp {
  width: 220px;
}
.INPUT_varchar {
  width: 200px;
  padding: 3px;
  border: 1px solid #ccc;
}
.INPUT_Default {
  width: 50px !important;
}
.editorChildren .INPUT_varchar {
  width: 95%;
}
.INPUT_text {
  width: 400px;
}
.EDIT_Contacts,
.EDIT_Addresses {
  padding: 10px 0px !important;
  font-size: 0.9em;
}
.INPUT_PostalCode {
  width: 50px !important;
}
.INPUT_City,
INPUT_CountryCode {
  width: 159px;
}
.INPUT_FirstName,
INPUT_LastName {
  width: 80px;
}
.INPUT_PositionTypeCode {
  width: 100px;
}
.INPUT_Mobile,
INPUT_Phone {
  width: 120px;
}
.INPUT_Email {
  width: 180px;
}
.INPUT_Street {
  width: 400px;
}
.INPUT_BlSeria {
  width: 180px;
}
.INPUT_Tel1,
INPUT_Tel2 {
  width: 180px;
}
.INPUT_BlNr,
INPUT_BlCNP,
INPUT_Number {
  width: 180px;
}
.EDIT_Addresses .INPUT_Type {
  width: 160px;
}
.EDIT_Contacts .INPUT_PositionTypeCode {
  width: 80px;
}
.listerTables td.TD_PriceListValue {
  text-align: right;
}
.wpStyleEditor {
  margin-bottom: 20px;
}
.wpStyleEditor > div.editorRow > div {
  float: left;
}
.wpStyleEditor div.field > div> label {
  font-size: 12px;
  padding-left: 5px;
  padding-bottom: 5px;
  display: block;
}
.wpStyleEditor div.field {
  margin: 0xp 5px;
}
.wpStyleEditor .field > div {
  margin: 5px 5px;
}
.wpStyleEditor .field > div > div.RichEditor {
  width: 100%;
}
.wpStyleEditor .field > div > input,
.wpStyleEditor .field > div > select,
.wpStyleEditor .field > div > textarea {
  font-size: 18px;
  width: 100%;
  border: 1px solid #ccc;
  margin: 0;
  background: #F6F6F6;
  background: -moz-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -webkit-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -o-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -ms-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F6F6F6),color-stop(100%,#FFFFFF));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
.wpStyleEditor .field > div > input,
.wpStyleEditor .field > div > textarea {
  text-indent: 5px;
  padding: 3px 0px;
}
.wpStyleEditor .field > div > select {
  padding: 2px 2px;
  margin-left: 1px;
  height: 100%;
}
#editorChildren .INPUT_Um {
  width: 70px;
}
div.editorBox div.editorItemInfo,
div.editorItemInfo {
  color: #777777;
  font-size: 0.8em;
  padding: 10px;
  text-align: right;
  background: #F6F6F6;
  background: -moz-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -webkit-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -o-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -ms-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F6F6F6),color-stop(100%,#FFFFFF));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
.wpStyleEditor .INPUT_decimal,
.wpStyleEditor .INPUT_tinyint,
.wpStyleEditor .INPUT_smallint,
.wpStyleEditor .INPUT_mediumint,
.wpStyleEditor .INPUT_int,
.wpStyleEditor .INPUT_bigint,
.wpStyleEditor .INPUT_float,
.wpStyleEditor .INPUT_double {
  text-align: right;
}
.listerTable .TD_QuantityIn,
.listerTable .TD_QuantityOut,
.listerTable .TD_Quantity,
.listerTable .TD_StocMinim,
.listerTable .TD_StocMaxim,
.listerTable .TD_PriceIn,
.listerTable .TD_PriceOut,
.listerTable .TD_UnitPrice,
.listerTable .TD_Amount,
.listerTable .TD_PlId,
.listerTable .TD_InventoryRows,
.listerTable .TD_AcqusitionValue,
.listerTable .TD_SellValue,
.listerTable .TD_Delivered,
.listerTable .TD_Returned,
.listerTable .TD_Total,
.listerTable .TD_AddedValue,
.listerTable .TD_Cost,
.listerTable .TD_VAT,
.listerTable .TD_UnitPrice,
.listerTable .TD_NewPrice,
.listerTable .TD_Quantity,
.listerTable .TD_RecipeDetail\.Quant,
.listerTable .TD_Ordered,
.listerTable .TD_InStock,
.listerTable .TD_PendingProduction,
.listerTable .TD_ToProduce,
.listerTable .TD_ItemNumber {
  text-align: right;
}
.listerTable .TD_ProductCode,
.listerTable .TD_Id,
.listerTable .TD_NextLot {
  text-align: center;
}
.listerGroupHeader {
  display: inline-block;
  padding: 4px;
  padding-left: 30px;
  border-bottom: 1px solid black;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}
.filter-numeric {
  width: 4em;
}
.filter-operation {
  width: 3.5em;
}
.listerTable tr.filters .widget {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 0;
}
.listerTable tbody td:first-child {
  padding-left: 15px;
}
.listerTable tbody td:last-child {
  padding-right: 15px;
}
body.login {
  height: 100%;
  width: 100%;
  min-height: 100%;
  background-color: #ddd;
  overflow: auto;
}
#login .widget.text {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
#top_right .system_select {
  width: 180px;
  border: 1px solid #CCCCCC;
  padding: 3px;
  margin: 0;
  font-size: 1.2em;
  background: #F6F6F6;
  background: -moz-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -webkit-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -o-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -ms-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F6F6F6),color-stop(100%,#FFFFFF));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
#logout_top a,
#username_top a {
  width: 180px;
  font-size: 1.2em;
  color: #FFF;
  padding: 15px;
}
#login {
  width: 450px;
  padding: 10px;
  float: left;
  margin: 0 auto;
  margin-right: 5px;
}
div#loginOutline {
  background: transparent;
  width: 500px;
  height: 300px;
  margin-left: -250px;
  margin-top: -150px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.login_flags {
  float: right;
}
#login form {
  background: #fff;
  border: 1px solid #e5e5e5;
  -moz-box-shadow: #c8c8c8 0 4px 18px;
  box-shadow: #c8c8c8 0 4px 18px;
  -webkit-box-shadow: #c8c8c8 0 4px 18px;
  -o-box-shadow: #c8c8c8 0 4px 18px;
  -ms-box-shadow: #c8c8c8 0 4px 18px;
  padding: 16px 16px 22px 16px;
  border-radius: 5px;
}
#login h2 {
  margin-top: 5px;
  font-size: 140%;
  font-weight: bold;
  padding-bottom: 5px;
}
#login .input_text {
  background: #FBFBFB none repeat scroll 0 0;
  border: 1px solid #CCCCCC;
  font-size: 24px;
  margin-bottom: 16px;
  margin-top: 2px;
  color: #555;
  border-radius: 5px;
}
#login .submit {
  height: 1.85em;
  vertical-align: middle;
  font-size: 16px;
  padding: 3px;
  float: right;
  height: 30px;
  vertical-algin: middle;
  margin-top: 10px;
  margin-left: 10px;
  color: #fff;
  border: 1px solid #333;
}
#login div.user {
  background-color: #DBDCD9;
  border-radius: 6px;
  padding: 10px;
}
#login .system_select {
  font-size: 15px;
  width: 100%;
  border: 1px solid #CCCCCC;
  padding: 3px;
  margin: 0;
  background: #F6F6F6;
  background: -moz-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -webkit-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -o-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -ms-linear-gradient(top,#F6F6F6 0%,#FFFFFF 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F6F6F6),color-stop(100%,#FFFFFF));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
}
#login_desc {
  float: left;
  padding-left: 15px;
  width: 530px;
}
#login_desc h2 {
  font-size: 1.8em;
  margin: 10px 0 10px 0;
}
#login_desc ul {
  margin-bottom: 16px;
  margin-top: 16px;
  padding-left: 40px;
}
#login_desc li {
  list-style-type: circle;
  margin-bottom: 1em;
}
.docDetails tbody tr:not(.active) .widget.icon:not(:hover) .icon.cssPlus,
.docDetails tbody tr:not(.active) .widget.icon:not(:hover) .icon.cssMinus {
  background-color: #ccc;
}
.docDetails tbody tr:not(.active) .widget.icon:not(:hover) .icon.cssSearch,
.docDetails tbody tr:not(.active) .widget.icon:not(:hover) .icon.cssStock {
  border-color: #ccc;
}
.docDetails tbody tr .widget.icon {
  margin: 1px;
}
table.docDetails {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  table-layout: fixed;
}
table.docDetails .widget.text {
  width: 100%;
  padding: 2px;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  height: 25px;
  text-align: right;
}
table.docDetails input.customValue {
  background: green;
}
table.docDetails > tbody > tr > td,
table.docDetails > tfoot > tr > td {
  padding: 3px;
}
table.docDetails > tbody > tr > td .widget,
table.docDetails > tfoot > tr > td .widget {
  border-radius: 3px;
  border-color: #B9B9B9;
  background-color: #FEFEFE;
}
table.docDetails > tbody > tr.active > td .widget {
  border-color: #cadcea;
  background-color: #F5FAFE;
}
table.docDetails > thead > tr {
  background: #FFFFFF;
  background: -moz-linear-gradient(top,#FFFFFF 0%,#EFEFEF 100%);
  background: linear-gradient(top,#FFFFFF 0%,#EFEFEF 100%);
  background: -webkit-linear-gradient(top,#FFFFFF 0%,#EFEFEF 100%);
  background: -o-linear-gradient(top,#FFFFFF 0%,#EFEFEF 100%);
  background: -ms-linear-gradient(top,#FFFFFF 0%,#EFEFEF 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFFFFF),color-stop(100%,#EFEFEF));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  border: 1px solid #F6F6F6;
}
table.docDetails > thead:after {
  content: '';
  display: block;
  height: 10px;
}
table.docDetails > thead > tr > th {
  text-align: center;
  color: #3d3d3d;
  background-color: transparent;
  background-image: -moz-linear-gradient(top,#bab1a5,#bab1a5);
  background-image: linear-gradient(top,#bab1a5,#bab1a5);
  background-image: -webkit-linear-gradient(top,#bab1a5,#bab1a5);
  background-image: -o-linear-gradient(top,#bab1a5,#bab1a5);
  background-image: -ms-linear-gradient(top,#bab1a5,#bab1a5);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#bab1a5),color-stop(100%,#bab1a5));
  background-repeat: no-repeat;
  background-position: right center;
  -moz-background-size: 1px 70%;
  background-size: 1px 70%;
  -webkit-background-size: 1px 70%;
  -o-background-size: 1px 70%;
  -ms-background-size: 1px 70%;
}
table.docDetails > thead > tr > th:last-child {
  background-image: none;
}
table.docDetails .widget.button {
  line-height: 24px;
  padding: 0 4px;
}
tr.docStockMovements {
  display: none;
}
tr.docStockMovements.visible {
  display: table-row;
}
table.docHeaderDetails {
  width: 100%;
  table-layout: fixed;
  margin-top: 20px;
}
table.docHeaderDetails td {
  padding: 1.5px;
}
table.docHeaderDetails tr td:first-child {
  text-align: right;
}
table.docHeaderDetails tr td:first-child > label:after {
  content: ':';
}
table.docHeaderDetails tr td:last-child {
  width: 200px;
}
table.docHeaderDetails tr > td.section {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.fieldWrapper {
  padding: 3px 1px;
  border: 1px solid #aaa;
}
.fieldWrapper input,
.fieldWrapper input:active,
.fieldWrapper input:focus,
.fieldWrapper select {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  outline: none !important;
}
.fieldWrapper:focus {
  background-color: blue;
}
.stockInfo {
  font-family: Verdana, Helvetica, Arial, serif;
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
  -moz-box-siding: border-box;
  box-siding: border-box;
  -webkit-box-siding: border-box;
  -o-box-siding: border-box;
  -ms-box-siding: border-box;
}
.stockInfo > div > div {
  float: left;
  width: 33%;
}
.stockInfo > div {
  margin-bottom: 20px;
}
.stockInfo span {
  font-size: 20px;
}
.stockInfo div.invalid {
  background-color: red;
  color: black !important;
}
.stockInfo div.valid {
  color: green;
}
table.stockMovements {
  width: 100%;
}
table.stockMovements th {
  background: #EDEDED;
  background: -moz-linear-gradient(top,#EDEDED 0%,#DFDFDF 100%);
  background: linear-gradient(top,#EDEDED 0%,#DFDFDF 100%);
  background: -webkit-linear-gradient(top,#EDEDED 0%,#DFDFDF 100%);
  background: -o-linear-gradient(top,#EDEDED 0%,#DFDFDF 100%);
  background: -ms-linear-gradient(top,#EDEDED 0%,#DFDFDF 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#EDEDED),color-stop(100%,#DFDFDF));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@from}',endColorstr='{@to}',GradientType=0);
  text-align: center;
}
table.stockMovements tr {
  padding: 0 10px;
}
table.stockMovements td {
  text-align: right;
  background-color: #eeeeee;
  padding: 2px;
}
table.stockMovements tr:nth-child(odd) td {
  background-color: #f6f6f6;
}
table.stockMovements td:first-child {
  padding-left: 10px;
}
table.stockMovements td:last-child {
  padding-right: 10px;
}
table.stockMovements tr:hover td {
  background-color: #ffffff;
}
table.stockMovements .widget.text {
  padding: 4px 3px;
  font-size: 15px;
  text-align: right;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
table.stockMovements .widget.text.invalid {
  background-color: #F9B1B1 !important;
}
table.stockMovements .widget.text.moved {
  background-color: #CEFFCC;
}
.addPaymentWidget .fields > * {
  display: block;
  float: left;
  width: 18%;
  margin-right: 10px;
  height: 50px;
  margin-bottom: 5px;
}
.addPaymentWidget .fields label.field .widget {
  width: 100%;
}
.OptionContent .addPaymentWidget .fields > * {
  float: none;
  height: auto;
  width: auto;
}
.chart {
  width: 100%;
}
.chart img {
  display: block;
}
.chart.flot {
  overflow: hidden;
}
.reportParams .edit {
  width: 100%;
}
.reportActivityTable {
  width: 100%;
  font-size: 10px;
  background: #FFFFFF;
  padding: 15px 15px 15px 15px;
}
.reportActivityHeader {
  font-size: 12px;
  background: #CECEF6;
  color: #000;
  height: 30px;
  border: 1px solid #EEEEEE;
  text-align: center;
}
.reportActivityUsers {
  width: 100px;
  white-space: nowrap;
  font-size: 12px;
  background: #CECEF6;
  color: #000;
  border: 1px solid #FFFFFF;
  padding-left: 5px;
  padding-right: 5px;
}
.reportActivityA {
  background: #0000FF;
  border: 1px solid #EEEEEE;
  cursor: pointer;
}
.reportActivity {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
}
.reportActivityNO {
  background: #EEEEEE !important;
  border: 1px solid #EEEEEE;
}
.required {
  background: #FFFFFF;
  border: 1px solid #333300 !important;
}
.tree {
  padding: 10px;
}
.tree div.node,
.tree div.node > p {
  margin-left: 75px;
}
.tree div.node > p {
  font-size: 90%;
}
.tree div > * {
  vertical-align: middle;
}
.tree div > label {
  display: block;
  float: left;
  cursor: pointer;
  padding: 5px 2px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
}
.tree div > label > * {
  vertical-align: middle;
}
.tree div.childHidden > div {
  display: none;
}
.tree div > img {
  display: block;
  float: left;
  background-image: url(http://new.nextgps.ro/cdn/images/toggle.png);
  width: 22px;
  height: 20px;
  background-position: 0 100%;
  margin: 5px 2px;
}
.tree div.leafNode > img {
  background-image: none;
}
.tree div.childHidden > img {
  background-position: 0 0;
}
.tree label > img {
  width: 20px;
  height: 20px;
}
.tree div > label:HOVER {
  background-color: #ccc;
}
div.Menus > label > img {
  background-image: url(http://new.nextgps.ro/cdn/images/treeicon_page.png);
}
div.Pages > label > img {
  background-image: url(http://new.nextgps.ro/cdn/images/treeicon_page.png);
}
div.Tabs > label > img {
  background-image: url(http://new.nextgps.ro/cdn/images/treeicon_tab.png);
}
div.Parts > label > img {
  background-image: url(http://new.nextgps.ro/cdn/images/treeicon_part.png);
}
div.Widgets > label > img {
  background-image: url(http://new.nextgps.ro/cdn/images/treeicon_part.png);
}
#PartnerActivities br {
  clear: both;
}
body.debugOutline *:hover {
  outline: 1px dashed blue;
}
#D3bugDiv {
  background: white;
  margin: 20px;
  overflow: scroll;
  height: 600px;
}
#D3bugDiv:empty {
  display: none;
}
.xdebug-var-dump {
  background-color: white;
}
.statusTree li {
  padding: 3px 12px;
  margin-bottom: 3px;
  line-height: 110%;
}
.statusTree .selected {
  background-color: #ECF4C3;
  border-radius: 2px;
}
.statusTree .selected a {
  color: #666;
}
.statusTree .expired {
  font-weight: bold;
}
.nav-tabs .nav-link.active {
  color: #2563eb;
  border-color: #2563eb;
}
.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
.fht-table {
  border-collapse: collapse;
  border-spacing: 0;
}
.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
  overflow: hidden;
  position: relative;
}
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
  overflow: auto;
}
.fht-table-wrapper .fht-table .fht-cell {
  overflow: hidden;
  height: 1px;
}
.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
  top: 0;
  left: 0;
  position: absolute;
}
.fht-table-wrapper .fht-fixed-column {
  z-index: 1;
}
.column {
  float: left;
  clear: none;
  min-height: 400px;
  padding: 0 0 250px;
  list-style-type: none;
}
.placeholder {
  margin: 5px;
  border: 3px dashed #A6C54C;
}
li.widget,
li.empty-placeholder {
  margin: 6px 3px;
}
li.widget {
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 5px;
}
.widget-wrapper {
  padding: 5px;
}
.widget-header {
  cursor: move;
  font-weight: bold;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#fullscreen-header {
  display: block;
  padding: 8px 4px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  background: #eee;
  cursor: pointer;
}
.throbber {
  padding: 50px;
  text-align: center;
  background: #eee;
}
.widget {
  background-color: transparent;
}
.widget-content {
  overflow: hidden;
}
.widget.widgetError {
  border-color: red;
}
#dashboard.fullscreen {
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 5px;
}
.widget-icon img,
.fullscreen-close-icon img {
  background-repeat: no-repeat;
  background-image: url(http://new.nextgps.ro/cdn/images/dashboard-sprite.png);
  background-position: 0;
}
.widget-icon:hover img,
.fullscreen-close-icon:hover img {
  background-image: url(http://new.nextgps.ro/cdn/images/dashboard-sprite-hover.png);
}
#dashboard a.fullscreen-close-icon {
  text-decoration: none;
  color: #333;
}
#dashboard a.fullscreen-close-icon:hover {
  text-decoration: none;
  color: #666;
}
.widget-icon {
  display: block;
  float: right;
  padding-left: 2px;
  cursor: pointer;
}
.fullscreen-close-icon img {
  display: block;
  float: right;
}
.widget-icon.close-icon img {
  background-position: 0 0px;
}
.widget-icon.minimize-icon.maximize-icon img {
  background-position: 0 -16px;
}
.widget-icon.minimize-icon img {
  background-position: 0 -32px;
}
.widget-icon.fullscreen-icon img {
  background-position: 0 -48px;
}
.fullscreen-close-icon img {
  background-position: 0 -64px;
}
.widget-icon.settings-icon img {
  background-position: 0 -80px;
}
.dashboard-actions a {
  float: right;
  display: block;
  position: relative;
  margin-left: 5px;
}
.dashboard-actions a img {
  width: 24px;
  height: 24px;
}
.icon-add-widget img {
  background-image: url(http://new.nextgps.ro/cdn/images/dashboard-new.png);
}
.icon-add-column img {
  background-image: url(http://new.nextgps.ro/cdn/images/dashboard-addcolumn.png);
}
.icon-add-widget:hover img {
  background-image: url(http://new.nextgps.ro/cdn/images/dashboard-new-hover.png);
}
.icon-add-column:hover img {
  background-image: url(http://new.nextgps.ro/cdn/images/dashboard-addcolumn-hover.png);
}
#dashboardTitle {
  margin: 10px;
  font-weight: bold;
  font-size: 1.5em;
}
.reportWidget .widget-content {
  text-align: center;
}
.ui-datetime {
  position: absolute;
  z-index: 9999;
}
.ui-datetime-inline {
  position: static;
  display: block;
  clear: both;
}
.ui-datetime-to {
  margin-left: 0;
  float: left;
  clear: right;
}
.ui-datetime-calendar {
  float: left;
}
.ui-datetime .ui-datetime-header {
  position: relative;
  padding: .2em 0;
}
.ui-datetime .ui-datetime-title {
  margin: 0;
  line-height: 1.8em;
  text-align: center;
}
.ui-datetime .ui-datetime-prev {
  left: 2px;
}
.ui-datetime .ui-datetime-next {
  right: 2px;
}
.ui-datetime .ui-datetime-prev,
.ui-datetime .ui-datetime-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datetime .ui-datetime-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -7px;
}
.ui-datetime .ui-datetime-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -7px;
}
.ui-datetime .ui-datetime-prev.ui-state-hover span {
  margin-left: -8px;
  margin-top: -8px;
}
.ui-datetime .ui-datetime-next.ui-state-hover span {
  margin-left: -7px;
  margin-top: -8px;
}
.ui-datetime-calendar .ui-datetime-week {
  text-align: center;
}
.ui-datetime table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0;
}
.ui-datetime th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  vertical-align: top;
  height: 1px;
}
.ui-datetime td {
  border: 0;
  padding: 1px;
}
.ui-datetime td span,
.ui-datetime td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datetime-clock {
  width: 5em;
  float: left;
}
.ui-datetime-slider {
  position: relative;
  margin: 0 auto .1em auto;
}
.ui-datetime-slider .ui-datetime-slider-handle {
  position: absolute;
  z-index: 2;
  left: -0.3em;
  width: 1em;
  height: 1em;
  margin-top: -0.1em;
  cursor: move;
}
.ui-datetime-slider-vertical {
  width: .6em;
}
.ui-datetime-calendar-first,
.ui-datetime-calendar-middle,
.ui-datetime-calendar-last {
  width: 17em;
  float: left;
}
.ui-datetime-calendar-first table,
.ui-datetime-calendar-middle table,
.ui-datetime-calendar-last table {
  width: 95%;
  margin: 0 auto;
}
.ui-datetime .ui-widget-content {
  padding: .2em;
}
.ui-datetime .ui-state-hover {
  cursor: pointer;
}
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  z-index: 9999994;
  overflow: hidden;
}
.sp-container.sp-flat {
  position: relative;
}
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
}
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}
.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}
.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}
.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}
.sp-fill {
  padding-top: 80%;
}
.sp-sat,
.sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
  display: block;
}
.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8;
}
.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}
.sp-alpha-inner {
  border: solid 1px #333;
}
.sp-clear {
  display: none;
}
.sp-clear.sp-clear-display {
  background-position: center;
}
.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}
.sp-container,
.sp-replacer,
.sp-preview,
.sp-dragger,
.sp-slider,
.sp-alpha,
.sp-clear,
.sp-alpha-handle,
.sp-container.sp-dragging .sp-input,
.sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  user-select: none;
  -webkit-user-select: -webkit-none;
  -o-user-select: -o-none;
  -ms-user-select: -ms-none;
  -o-user-select: none;
}
.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}
.sp-palette-only .sp-picker-container {
  display: none;
}
.sp-palette-disabled .sp-palette-container {
  display: none;
}
.sp-initial-disabled .sp-initial {
  display: none;
}
.sp-sat {
  background-image: -webkit-gradient(linear,0 0,100% 0,from(#FFF),to(rgba(204,154,129,0)));
  background-image: -webkit-linear-gradient(left,#FFF,rgba(204,154,129,0));
  background-image: -moz-linear-gradient(left,#fff,rgba(204,154,129,0));
  background-image: linear-gradient(left,#fff,rgba(204,154,129,0));
  background-image: -webkit-linear-gradient(left,#fff,rgba(204,154,129,0));
  background-image: -o-linear-gradient(left,#fff,rgba(204,154,129,0));
  background-image: -ms-linear-gradient(left,#fff,rgba(204,154,129,0));
  background-image: linear-gradient(to right,#fff,rgba(204,154,129,0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#FFFFFFFF',endColorstr='#00CC9A81');
}
.sp-val {
  background-image: -webkit-gradient(linear,0 100%,0 0,from(#000000),to(rgba(204,154,129,0)));
  background-image: -webkit-linear-gradient(bottom,#000000,rgba(204,154,129,0));
  background-image: -moz-linear-gradient(bottom,#000,rgba(204,154,129,0));
  background-image: linear-gradient(bottom,#000,rgba(204,154,129,0));
  background-image: -webkit-linear-gradient(bottom,#000,rgba(204,154,129,0));
  background-image: -o-linear-gradient(bottom,#000,rgba(204,154,129,0));
  background-image: -ms-linear-gradient(bottom,#000,rgba(204,154,129,0));
  background-image: linear-gradient(to top,#000,rgba(204,154,129,0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81',endColorstr='#FF000000');
}
.sp-hue {
  background: -moz-linear-gradient(top,#ff0000 0%,#ffff00 17%,#00ff00 33%,#00ffff 50%,#0000ff 67%,#ff00ff 83%,#ff0000 100%);
  background: linear-gradient(top,#ff0000 0%,#ffff00 17%,#00ff00 33%,#00ffff 50%,#0000ff 67%,#ff00ff 83%,#ff0000 100%);
  background: -webkit-linear-gradient(top,#ff0000 0%,#ffff00 17%,#00ff00 33%,#00ffff 50%,#0000ff 67%,#ff00ff 83%,#ff0000 100%);
  background: -o-linear-gradient(top,#ff0000 0%,#ffff00 17%,#00ff00 33%,#00ffff 50%,#0000ff 67%,#ff00ff 83%,#ff0000 100%);
  background: -ms-linear-gradient(top,#ff0000 0%,#ffff00 17%,#00ff00 33%,#00ffff 50%,#0000ff 67%,#ff00ff 83%,#ff0000 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(#ff0000),color-stop(0.17,#ffff00),color-stop(0.33,#00ff00),color-stop(0.5,#00ffff),color-stop(0.67,#0000ff),color-stop(0.83,#ff00ff),to(#ff0000));
  background: linear-gradient(to bottom,#ff0000 0%,#ffff00 17%,#00ff00 33%,#00ffff 50%,#0000ff 67%,#ff00ff 83%,#ff0000 100%);
}
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000',endColorstr='#ffff00');
}
.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00',endColorstr='#00ff00');
}
.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00',endColorstr='#00ffff');
}
.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff',endColorstr='#0000ff');
}
.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff',endColorstr='#ff00ff');
}
.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff',endColorstr='#ff0000');
}
.sp-hidden {
  display: none !important;
}
.sp-cf:before,
.sp-cf:after {
  content: "";
  display: table;
}
.sp-cf:after {
  clear: both;
}
.sp-cf {
  *zoom: 1;
}
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }
  .sp-hue {
    left: 63%;
  }
  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8;
}
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #f0c49B;
  padding: 0;
}
.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.sp-top {
  margin-bottom: 3px;
}
.sp-color,
.sp-hue,
.sp-clear {
  border: solid 1px #666;
}
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}
.sp-initial-disabled.sp-input-container {
  width: 100%;
}
.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222;
}
.sp-input:focus {
  border: 1px solid orange;
}
.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}
.sp-picker-container,
.sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}
.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}
.sp-palette-container {
  border-right: solid 1px #ccc;
}
.sp-palette-only .sp-palette-container {
  border: 0;
}
.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover,
.sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}
.sp-thumb-el {
  position: relative;
}
.sp-initial {
  float: left;
  border: solid 1px #333;
}
.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}
.sp-initial .sp-clear-display {
  background-position: center;
}
.sp-palette-button-container,
.sp-button-container {
  float: right;
}
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle;
}
.sp-replacer:hover,
.sp-replacer.sp-active {
  border-color: #F0C49B;
  color: #111;
}
.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}
.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
}
.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0;
}
.sp-palette {
  *width: 220px;
  max-width: 220px;
}
.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0;
}
.sp-container {
  padding-bottom: 0;
}
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top,#eeeeee,#cccccc);
  background-image: -moz-linear-gradient(top,#eeeeee,#cccccc);
  background-image: linear-gradient(top,#eeeeee,#cccccc);
  background-image: -o-linear-gradient(top,#eeeeee,#cccccc);
  background-image: -ms-linear-gradient(top,#eeeeee,#cccccc);
  background-image: linear-gradient(to bottom,#eeeeee,#cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top,#dddddd,#bbbbbb);
  background-image: -moz-linear-gradient(top,#dddddd,#bbbbbb);
  background-image: linear-gradient(top,#dddddd,#bbbbbb);
  background-image: -o-linear-gradient(top,#dddddd,#bbbbbb);
  background-image: -ms-linear-gradient(top,#dddddd,#bbbbbb);
  background-image: linear-gradient(to bottom,#dddddd,#bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
}
.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}
.sp-palette span:hover,
.sp-palette span.sp-thumb-active {
  border-color: #000;
}
.sp-preview,
.sp-alpha,
.sp-thumb-el {
  position: relative;
  background-image: url(http://new.nextgps.ro/cdn/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(http://new.nextgps.ro/cdn/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(http://new.nextgps.ro/cdn/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(http://new.nextgps.ro/cdn/css/data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
UL.jqueryFileTree {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 18px;
  padding: 0px;
  margin: 0px;
}
UL.jqueryFileTree LI {
  list-style: none;
  padding: 0px;
  padding-left: 20px;
  margin: 0px;
  white-space: nowrap;
}
UL.jqueryFileTree A {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 0px 2px;
}
UL.jqueryFileTree A:hover {
  background: #BDF;
}
.jqueryFileTree LI.directory {
  background: url(http://new.nextgps.ro/cdn/images/directory.png) left top no-repeat;
}
.jqueryFileTree LI.expanded {
  background: url(http://new.nextgps.ro/cdn/images/folder_open.png) left top no-repeat;
}
.jqueryFileTree LI.file {
  background: url(http://new.nextgps.ro/cdn/images/file.png) left top no-repeat;
}
.jqueryFileTree LI.wait {
  background: url(http://new.nextgps.ro/cdn/images/spinner.gif) left top no-repeat;
}
.jqueryFileTree LI.ext_3gp {
  background: url(http://new.nextgps.ro/cdn/images/film.png) left top no-repeat;
}
.jqueryFileTree LI.ext_afp {
  background: url(http://new.nextgps.ro/cdn/images/code.png) left top no-repeat;
}
.jqueryFileTree LI.ext_afpa {
  background: url(http://new.nextgps.ro/cdn/images/code.png) left top no-repeat;
}
.jqueryFileTree LI.ext_asp {
  background: url(http://new.nextgps.ro/cdn/images/code.png) left top no-repeat;
}
.jqueryFileTree LI.ext_aspx {
  background: url(http://new.nextgps.ro/cdn/images/code.png) left top no-repeat;
}
.jqueryFileTree LI.ext_avi {
  background: url(http://new.nextgps.ro/cdn/images/film.png) left top no-repeat;
}
.jqueryFileTree LI.ext_bat {
  background: url(http://new.nextgps.ro/cdn/images/application.png) left top no-repeat;
}
.jqueryFileTree LI.ext_bmp {
  background: url(http://new.nextgps.ro/cdn/images/picture.png) left top no-repeat;
}
.jqueryFileTree LI.ext_c {
  background: url(http://new.nextgps.ro/cdn/images/code.png) left top no-repeat;
}
.jqueryFileTree LI.ext_cfm {
  background: url(http://new.nextgps.ro/cdn/images/code.png) left top no-repeat;
}
.jqueryFileTree LI.ext_cgi {
  background: url(http://new.nextgps.ro/cdn/images/code.png) left top no-repeat;
}
.jqueryFileTree LI.ext_com {
  background: url(http://new.nextgps.ro/cdn/images/application.png) left top no-repeat;
}
.jqueryFileTree LI.ext_cpp {
  background: url(http://new.nextgps.ro/cdn/images/code.png) left top no-repeat;
}
.jqueryFileTree LI.ext_css {
  background: url(http://new.nextgps.ro/cdn/images/css.png) left top no-repeat;
}
.jqueryFileTree LI.ext_doc {
  background: url(http://new.nextgps.ro/cdn/images/doc.png) left top no-repeat;
}
.jqueryFileTree LI.ext_exe {
  background: url(http://new.nextgps.ro/cdn/images/application.png) left top no-repeat;
}
.jqueryFileTree LI.ext_gif {
  background: url(http://new.nextgps.ro/cdn/images/picture.png) left top no-repeat;
}
.jqueryFileTree LI.ext_fla {
  background: url(http://new.nextgps.ro/cdn/images/flash.png) left top no-repeat;
}
.jqueryFileTree LI.ext_h {
  background: url(http://new.nextgps.ro/cdn/images/code.png) left top no-repeat;
}
.jqueryFileTree LI.ext_htm {
  background: url(http://new.nextgps.ro/cdn/images/html.png) left top no-repeat;
}
.jqueryFileTree LI.ext_html {
  background: url(http://new.nextgps.ro/cdn/images/html.png) left top no-repeat;
}
.jqueryFileTree LI.ext_jar {
  background: url(http://new.nextgps.ro/cdn/images/java.png) left top no-repeat;
}
.jqueryFileTree LI.ext_jpg {
  background: url(http://new.nextgps.ro/cdn/images/picture.png) left top no-repeat;
}
.jqueryFileTree LI.ext_jpeg {
  background: url(http://new.nextgps.ro/cdn/images/picture.png) left top no-repeat;
}
.jqueryFileTree LI.ext_js {
  background: url(http://new.nextgps.ro/cdn/images/script.png) left top no-repeat;
}
.jqueryFileTree LI.ext_lasso {
  background: url(http://new.nextgps.ro/cdn/images/code.png) left top no-repeat;
}
.jqueryFileTree LI.ext_log {
  background: url(http://new.nextgps.ro/cdn/images/txt.png) left top no-repeat;
}
.jqueryFileTree LI.ext_m4p {
  background: url(http://new.nextgps.ro/cdn/images/music.png) left top no-repeat;
}
.jqueryFileTree LI.ext_mov {
  background: url(http://new.nextgps.ro/cdn/images/film.png) left top no-repeat;
}
.jqueryFileTree LI.ext_mp3 {
  background: url(http://new.nextgps.ro/cdn/images/music.png) left top no-repeat;
}
.jqueryFileTree LI.ext_mp4 {
  background: url(http://new.nextgps.ro/cdn/images/film.png) left top no-repeat;
}
.jqueryFileTree LI.ext_mpg {
  background: url(http://new.nextgps.ro/cdn/images/film.png) left top no-repeat;
}
.jqueryFileTree LI.ext_mpeg {
  background: url(http://new.nextgps.ro/cdn/images/film.png) left top no-repeat;
}
.jqueryFileTree LI.ext_ogg {
  background: url(http://new.nextgps.ro/cdn/images/music.png) left top no-repeat;
}
.jqueryFileTree LI.ext_pcx {
  background: url(http://new.nextgps.ro/cdn/images/picture.png) left top no-repeat;
}
.jqueryFileTree LI.ext_pdf {
  background: url(http://new.nextgps.ro/cdn/images/pdf.png) left top no-repeat;
}
.jqueryFileTree LI.ext_php {
  background: url(http://new.nextgps.ro/cdn/images/php.png) left top no-repeat;
}
.jqueryFileTree LI.ext_png {
  background: url(http://new.nextgps.ro/cdn/images/picture.png) left top no-repeat;
}
.jqueryFileTree LI.ext_ppt {
  background: url(http://new.nextgps.ro/cdn/images/ppt.png) left top no-repeat;
}
.jqueryFileTree LI.ext_psd {
  background: url(http://new.nextgps.ro/cdn/images/psd.png) left top no-repeat;
}
.jqueryFileTree LI.ext_pl {
  background: url(http://new.nextgps.ro/cdn/images/script.png) left top no-repeat;
}
.jqueryFileTree LI.ext_py {
  background: url(http://new.nextgps.ro/cdn/images/script.png) left top no-repeat;
}
.jqueryFileTree LI.ext_rb {
  background: url(http://new.nextgps.ro/cdn/images/ruby.png) left top no-repeat;
}
.jqueryFileTree LI.ext_rbx {
  background: url(http://new.nextgps.ro/cdn/images/ruby.png) left top no-repeat;
}
.jqueryFileTree LI.ext_rhtml {
  background: url(http://new.nextgps.ro/cdn/images/ruby.png) left top no-repeat;
}
.jqueryFileTree LI.ext_rpm {
  background: url(http://new.nextgps.ro/cdn/images/linux.png) left top no-repeat;
}
.jqueryFileTree LI.ext_ruby {
  background: url(http://new.nextgps.ro/cdn/images/ruby.png) left top no-repeat;
}
.jqueryFileTree LI.ext_sql {
  background: url(http://new.nextgps.ro/cdn/images/db.png) left top no-repeat;
}
.jqueryFileTree LI.ext_swf {
  background: url(http://new.nextgps.ro/cdn/images/flash.png) left top no-repeat;
}
.jqueryFileTree LI.ext_tif {
  background: url(http://new.nextgps.ro/cdn/images/picture.png) left top no-repeat;
}
.jqueryFileTree LI.ext_tiff {
  background: url(http://new.nextgps.ro/cdn/images/picture.png) left top no-repeat;
}
.jqueryFileTree LI.ext_txt {
  background: url(http://new.nextgps.ro/cdn/images/txt.png) left top no-repeat;
}
.jqueryFileTree LI.ext_vb {
  background: url(http://new.nextgps.ro/cdn/images/code.png) left top no-repeat;
}
.jqueryFileTree LI.ext_wav {
  background: url(http://new.nextgps.ro/cdn/images/music.png) left top no-repeat;
}
.jqueryFileTree LI.ext_wmv {
  background: url(http://new.nextgps.ro/cdn/images/film.png) left top no-repeat;
}
.jqueryFileTree LI.ext_xls {
  background: url(http://new.nextgps.ro/cdn/images/xls.png) left top no-repeat;
}
.jqueryFileTree LI.ext_xml {
  background: url(http://new.nextgps.ro/cdn/images/code.png) left top no-repeat;
}
.jqueryFileTree LI.ext_zip {
  background: url(http://new.nextgps.ro/cdn/images/zip.png) left top no-repeat;
}
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img {
  border: none;
}
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image {
  padding: 10px;
}
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}
#lightbox-nav a {
  outline: none;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}
#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}
#lightbox-image-details-caption {
  font-weight: bold;
}
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}
#gmap3-menu {
  background-color: #FFFFFF;
  width: 270px;
  padding: 0px;
  border: 1px;
  cursor: pointer;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #676767;
  border-bottom: 1px solid #676767;
}
#gmap3-menu .item {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  line-height: 30px;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 4px center;
}
#gmap3-menu .item.itemA {
  background-image: url(http://new.nextgps.ro/cdn/images/icon_greenA.png);
}
#gmap3-menu .item.itemB {
  background-image: url(http://new.nextgps.ro/cdn/images/icon_greenB.png);
}
#gmap3-menu .item.itemGreen {
  background-image: url(http://new.nextgps.ro/cdn/images/icon_green.png);
}
#gmap3-menu .item.itemYellow {
  background-image: url(http://new.nextgps.ro/cdn/images/icon_yellow.png);
}
#gmap3-menu .item.itemOrange {
  background-image: url(http://new.nextgps.ro/cdn/images/icon_orange.png);
}
#gmap3-menu .item.zoomIn {
  background-image: url(http://new.nextgps.ro/cdn/images/zoomin.png);
}
#gmap3-menu .item.zoomOut {
  background-image: url(http://new.nextgps.ro/cdn/images/zoomout.png);
}
#gmap3-menu .item.centerHere {
  background-image: url(http://new.nextgps.ro/cdn/images/here.png);
}
#gmap3-menu .item.hover {
  background-color: #d6e9f8;
}
#gmap3-menu .item.separator {
  border-bottom: 1px solid #cccccc;
}
#gmap3-menu .direction-menu-input {
  height: 25px;
  width: 210px;
  margin-bottom: 13px;
}
#gmap3-menu .direction-menu-ok,
#gmap3-menu .direction-menu-ok-poi {
  cursor: pointer;
  max-width: 24px;
  position: relative;
  top: 8px;
}
select.chzn-select {
  visibility: hidden;
  height: 28px !important;
  min-height: 28px !important;
}
.chzn-container {
  font-size: 12px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  -o-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  -ms-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  z-index: 999;
}
.chzn-container-single .chzn-single {
  background-color: #fff;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#E6E6E6),color-stop(0.5,white));
  background-image: -webkit-linear-gradient(center bottom,#E6E6E6 0%,white 50%);
  background-image: -moz-linear-gradient(center bottom,#E6E6E6 0%,white 50%);
  background-image: linear-gradient(center bottom,#E6E6E6 0%,white 50%);
  background-image: -o-linear-gradient(center bottom,#E6E6E6 0%,white 50%);
  background-image: -ms-linear-gradient(center bottom,#E6E6E6 0%,white 50%);
  background-image: -o-linear-gradient(top,#E6E6E6 0%,#ffffff 50%);
  background-image: -ms-linear-gradient(top,#E6E6E6 0%,#ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6',endColorstr='#ffffff',GradientType=0);
  background-image: linear-gradient(top,#E6E6E6 0%,#ffffff 50%);
  -moz-background-clip: padding;
  background-clip: padding;
  -webkit-background-clip: padding;
  -o-background-clip: padding;
  -ms-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 21px;
  line-height: 21px;
  padding: 0 0 0 8px;
  color: #444;
  text-decoration: none;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single div {
  -moz-background-clip: padding;
  background-clip: padding;
  -webkit-background-clip: padding;
  -o-background-clip: padding;
  -ms-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(0.6,#eee));
  background-image: -webkit-linear-gradient(center bottom,#ccc 0%,#eee 60%);
  background-image: -moz-linear-gradient(center bottom,#ccc 0%,#eee 60%);
  background-image: linear-gradient(center bottom,#ccc 0%,#eee 60%);
  background-image: -o-linear-gradient(center bottom,#ccc 0%,#eee 60%);
  background-image: -ms-linear-gradient(center bottom,#ccc 0%,#eee 60%);
  background-image: -o-linear-gradient(bottom,#ccc 0%,#eee 60%);
  background-image: -ms-linear-gradient(top,#cccccc 0%,#E6E6E6 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc',endColorstr='#E6E6E6',GradientType=0);
  background-image: linear-gradient(top,#cccccc 0%,#E6E6E6 60%);
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 15px;
  width: 15px;
  margin: 3px;
}
.chzn-container-single .chzn-single div b {
  background: url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat -1px -4px;
  display: block;
  width: 100%;
  height: 100%;
  -moz-box-shadow: 1px 1px 1px #000;
  box-shadow: 1px 1px 1px #000;
  -webkit-box-shadow: 1px 1px 1px #000;
  -o-box-shadow: 1px 1px 1px #000;
  -ms-box-shadow: 1px 1px 1px #000;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  margin: 0;
  white-space: nowrap;
}
.chzn-container-single .chzn-search input {
  background: #fff url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear,left bottom,left top,color-stop(0.85,white),color-stop(0.99,#E6E6E6));
  background: url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(center bottom,white 85%,#E6E6E6 99%);
  background: url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(center bottom,white 85%,#E6E6E6 99%);
  background: url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(center bottom,white 85%,#E6E6E6 99%);
  background: url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(center bottom,white 85%,#E6E6E6 99%);
  background: url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat 100% -20px, -ms-linear-gradient(center bottom,white 85%,#E6E6E6 99%);
  background: url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(bottom,white 85%,#E6E6E6 99%);
  background: url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat 100% -20px, -ms-linear-gradient(top,#ffffff 85%,#E6E6E6 99%);
  background: url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(top,#ffffff 85%,#E6E6E6 99%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  background-clip: padding;
  -webkit-background-clip: padding;
  -o-background-clip: padding;
  -ms-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.chzn-container-multi .chzn-choices {
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
  text-decoration: underline;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-background-clip: padding;
  background-clip: padding;
  -webkit-background-clip: padding;
  -o-background-clip: padding;
  -ms-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #D4D4D4;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#D4D4D4),color-stop(0.7,#E6E6E6));
  background-image: -webkit-linear-gradient(center bottom,#D4D4D4 0%,#E6E6E6 70%);
  background-image: -moz-linear-gradient(center bottom,#D4D4D4 0%,#E6E6E6 70%);
  background-image: linear-gradient(center bottom,#D4D4D4 0%,#E6E6E6 70%);
  background-image: -o-linear-gradient(center bottom,#D4D4D4 0%,#E6E6E6 70%);
  background-image: -ms-linear-gradient(center bottom,#D4D4D4 0%,#E6E6E6 70%);
  background-image: -o-linear-gradient(bottom,#D4D4D4 0%,#E6E6E6 70%);
  background-image: -ms-linear-gradient(top,#D4D4D4 0%,#E6E6E6 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4D4D4',endColorstr='#E6E6E6',GradientType=0);
  color: #333;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 0 3px 5px;
  position: relative;
}
.chzn-container-multi .chzn-choices .search-choice span {
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 8px;
  height: 9px;
  font-size: 1px;
  background: url(http://new.nextgps.ro/cdn/images/chosen-sprite.png) right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -9px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -9px;
}
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 190px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  line-height: 80%;
  padding: 3px;
  margin: 0;
  list-style: none;
  font-size: 11px;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
}
.chzn-container .chzn-results .highlighted {
  background: #3875d7;
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: orange;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 20px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  -o-box-shadow: 0 1px 0 #fff inset;
  -ms-box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,white),color-stop(0.5,#E6E6E6));
  background-image: -webkit-linear-gradient(center bottom,white 0%,#E6E6E6 50%);
  background-image: -moz-linear-gradient(center bottom,white 0%,#E6E6E6 50%);
  background-image: linear-gradient(center bottom,white 0%,#E6E6E6 50%);
  background-image: -o-linear-gradient(center bottom,white 0%,#E6E6E6 50%);
  background-image: -ms-linear-gradient(center bottom,white 0%,#E6E6E6 50%);
  background-image: -o-linear-gradient(bottom,white 0%,#E6E6E6 50%);
  background-image: -ms-linear-gradient(top,#ffffff 0%,#E6E6E6 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#E6E6E6',GradientType=0);
  background-image: linear-gradient(top,#ffffff 0%,#E6E6E6 50%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-radius-bottomleft: 0;
  -webkit-border-radius-bottomleft: 0;
  -o-border-radius-bottomleft: 0;
  -ms-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-radius-bottomright: 0;
  -webkit-border-radius-bottomright: 0;
  -o-border-radius-bottomright: 0;
  -ms-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px -4px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
.chzn-rtl {
  direction: rtl;
  text-align: right;
}
.chzn-rtl .chzn-single {
  padding-left: 0;
  padding-right: 8px;
}
.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
}
.chzn-rtl .chzn-single div {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaaaaa;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 6px 3px 19px;
  margin: 3px 5px 3px 0;
}
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 5px;
  right: auto;
  background-position: right top;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin-left: 4px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 4px;
}
.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 20px;
}
.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none;
}
.chzn-rtl .chzn-search input {
  background: url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat -38px -20px, #ffffff;
  background: url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat -38px -20px, -webkit-gradient(linear,left bottom,left top,color-stop(0.85,white),color-stop(0.99,#E6E6E6));
  background: url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat -38px -20px, -webkit-linear-gradient(center bottom,white 85%,#E6E6E6 99%);
  background: url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat -38px -20px, -moz-linear-gradient(center bottom,white 85%,#E6E6E6 99%);
  background: url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat -38px -20px, linear-gradient(center bottom,white 85%,#E6E6E6 99%);
  background: url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat -38px -20px, -o-linear-gradient(center bottom,white 85%,#E6E6E6 99%);
  background: url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat -38px -20px, -ms-linear-gradient(center bottom,white 85%,#E6E6E6 99%);
  background: url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat -38px -20px, -o-linear-gradient(bottom,white 85%,#E6E6E6 99%);
  background: url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat -38px -20px, -ms-linear-gradient(top,#ffffff 85%,#E6E6E6 99%);
  background: url('http://new.nextgps.ro/cdn/images/chosen-sprite.png') no-repeat -38px -20px, linear-gradient(top,#ffffff 85%,#E6E6E6 99%);
  padding: 4px 5px 4px 20px;
}
.ui-dialog {
  padding: 0.5em;
  border: 1px solid black;
  background: #fff;
}
.ui-dialog .ui-dialog-titlebar {
  background: #E7EBEF;
  border: none;
  font-size: 12px;
}
.ui-dialog .ui-dialog-content {
  background: white;
}
.ui-datepicker {
  border: 5px solid #fff;
}
.ui-datepicker:before {
  border: 1px solid black;
  bottom: -5px;
  content: "";
  display: block;
  left: -5px;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: -1;
}
.ui-datepicker > * {
  background: white;
}
.ui-datepicker .ui-datepicker-header {
  background: #E7EBEF;
  border: none;
}
.ui-datepicker .ui-slider {
  margin: 0 10px;
}
.ui-dialog-titlebar-close a {
  display: none;
}
