html,body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
#demo, .demoCSS{
	border-radius: 8px;
    outline: none;
    text-align: center;    
}
#popupAlerteActe table tbody{
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;/* Times New Roman; */
	font-size: 11pt;
}
#HomeButton {
	position: absolute;
	top: 20px;
	right: 40px;
	z-index: 50;
}

/*    @import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.min.css"); */
.tooltip {
 display:none;
 position:absolute;
 border:2px solid #999999;
 background-color:#464646;
 border-radius:10px;
 padding:4px;
 color:#fff;
 font-size:11px Calibri;
 z-index: 999;
 opacity:0.9;
}

/*Zoom in and zoom out*/
.esriSimpleSliderTL {
	top: 10px;
	left: 47%;
}

.esriSimpleSlider {
	position: absolute;
	text-align: center;
	background-color: transparent;
	border: none;
	width: 50px;
	height: auto;
}

.esriSimpleSlider div {
	/* width: 30px;
	height: 30px; */
	border: none;
	width: auto;
	height :3%;
	  max-width: 25px; 
	   max-height: 25px;
}

.esriSimpleSliderHorizontal .esriSimpleSliderIncrementButton {
	float: right;
	border: none;
	outline: none;
}

.esriSimpleSliderHorizontal .esriSimpleSliderDecrementButton {
	float: left;
	border: none;
	outline: none;
}

.esriSimpleSliderHorizontal.esriSimpleSliderBL {
	left: 5px;
}

.esriSimpleSliderHorizontal.esriSimpleSliderBR {
	right: 5px;
}

.esriSimpleSliderTL .esriSimpleSliderIncrementButton {
	/*buton zoom out*/
	/* content: url("../icon/png/plus1.png"); */ 
}

.esriSimpleSliderTL  .esriSimpleSliderDecrementButton {
	/*buton zoom in*/
	/* content: url("../icon/png/minus.png"); */ 
}
/*END --- Zoom in and zoom out*/

/* Aici e pentru meniul cu butoanele rotunde */
.menu {
	position: fixed;
	top: 15%;
	left: 1%;
	height: 60%;
	list-style-type: none;
	padding: 0;
	background: none;
	z-index: 100;
	float: left;
}

.menuLanguage{
	position: fixed;
	top: 0%;
	right: 0.1%;
	height: 3%;
	list-style-type: none;
	padding: 0;
	background: none;
	z-index: 100;
	float: right;
}

#navToolbar{
	position: fixed;
	top: 1%;
	right: 20%;
	height: 3%;
	list-style-type: none;
	padding: 0;
	background: none;
	z-index: 100;
	float: right;
}

.menu li a {
	height: em;
	width: 5em;
	text-indent: -500em;
	line-height: 0em;
	text-align: center;
	/* color: #ff5c62; */
	outline: none;
	background: none;
	position: relative;
	transition: background 0.3s ease-in-out;
	z-index: 999;
}

.menu li a:hover {
	height: em;
	width: 5em;
	text-indent: -500em;
	line-height: 0em;
	text-align: center;
	color: #ff5c62;
	position: relative;
	transition: background 0.3s ease-in-out;
	z-index: 999;
}

.c-menu__items ul li a:hover {
	background: #ffa464;
}

/* aici incepe ptr butonul de meniu */
.
.o-wrapper {
	position: absolute;
	/* top: 300px;
		right:5px;
		height: 20%;
		padding: 30px;		
		width:15px; */
	/*  opacity: 0.8;  */
	z-index: 2;
}

.o-wrapper .c-button {
	position: absolute;
	/* display: block;
	text-align: center; */
	top: 25%;
	right: 0%;
	/* height: 30%; */
	/* width: 2%; */
	 /* opacity: 0.8; */
	z-index: 99;
	/* font-size: auto; */
	/* background-image: url("icon/png/Meniu.png");
	background-size: 100% 100%; */
	/* text-decoration: none;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px; */
	border: none;
	outline: none;
	width: auto;
	height: auto;
	/* max-width: 10%;
	min-width: 3%; */
	max-height: 25%;
	min-height: 3%;
}

.o-wrapper  .c-button:hover {
	/* color: #464646; */
	background-image: url("icon/png/MeniuPorto.png");
	background-size: 100% 100%;
}
/* .o-wrapper .c-button i {
		vertical-align: middle;
		margin: 5px 3px 0 0;
		transform: rotate(90deg);
	    transform-origin: left top 0;
		position: absolute;
		top: 10px;
		right: 10px;
	    font-family: Arial, sans-serif;
		text-decoration: none;
		text-align: center;		
	} */

/*aici incepe pentru butonul de legenda  */
.o-wrapper .c-buttonLegend {
	position: absolute;
	display: block;
	top: 50%;
	right: 0%;
	/* height: 30%; */
	/* background-image: url("icon/png/Legenda.png");
	background-size: 100% 100% ; */
	/* width: 2.2%; */
	/* opacity: 0.8; */
	z-index: 99;
	/* font-size: auto;
	color: #fff; 
	text-decoration: none;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px; */
	border: none;
	outline: none;
	width: auto;
	height: auto;
	/* max-width: 10%;
	min-width: 3%; */
	max-height: 25%;
	min-height: 3%;
}

.o-wrapper  .c-buttonLegend:hover {
	/* color: #464646; */
	/* background-image: url("icon/png/LegendaPorto.png");
	background-size: 100% 100%; */
	
}

/* PENTRU BUTONUL DE LOG IN  si LOGOUT*/
.o-wrapper .c-buttonLog {
	position: absolute;
	top: 0%;
	right: 0%;
	/* opacity: 0.8; */
	z-index: 99;
	border: none;
	outline: none;
	width: auto;
	height: auto;
	max-width: 5%;
	min-width: 0.5%;
	max-height: 3%;
	min-height: 0.5%;
}

.o-wrapper .c-buttonProfil{
	position: absolute;
	top: 3%;
	right: 0%; 
	/* opacity: 0.8; */
	z-index: 99;
	border: none;
	outline: none;
	width: auto;
	height: auto;
	max-width: 5%;
	min-width: 0.5%;
	max-height: 5%;
	min-height: 0.5%;
}

.c-buttonHelp{
	position: absolute;
	top: 9%;
	right: 0%; 
	/* opacity: 0.8; */
	z-index: 99;
	border: none;
	outline: none;
	width: auto;
	height: auto;
	max-width: 5%;
	min-width: 0.5%;
	max-height: 5%;
	min-height: 0.5%;
}


#btnLogin_toggle {
	width: auto;
	height: auto;
	
	position: absolute;
	top: 3%;
	right: 0%;
	/* opacity: 0.8; */
	z-index: 99;
	 border: none;
	outline: none;
	width: auto;
	height: auto;
	max-width: 100px;
/* 	max-width:6%; */
	min-width: 0.5%;
	max-height: 16%;
	min-height: 0.5%;
}

#btnRO1 {
 position: fixed;
 top: 0%;
 right:30px;
 /* opacity: 0.8; */
 z-index: 99;
 border: none;
 outline: none;
 background: transparent;
 height:3%;
}
#btnGB1 {
 position: fixed;
 top: 0%;
 right: 5px;
/*  opacity: 0.8; */
 z-index: 99;
 border: none;
 outline: none;
 background: transparent;
 height:3%;
}
#btnSelectieFirst {
width: 35px;
height: 35px;
}
#btnTipareste{
width: 35px;
height: 35px;
}
#zoomprev{
 position: fixed;
 top: 0%;
 right: 20%; 
/*  opacity: 0.8; */
 z-index: 99;
 border: none;
 outline: none;
 background: transparent;
 height:4%;
	
}
#zoomnext{
 position: fixed;
 top: 0%;
 left: 80%; 
/*  opacity: 0.8; */
 z-index: 99;
 border: none;
 outline: none;
 background: transparent;
 height:4%;
}

#btnHelpLogin{
	width: auto;;
	height: auto;
	position: absolute;
	top: 8%;
	right: 0%; 
	/* opacity: 0.8; */
	z-index: 99;
	border: none;
	outline: none;
	width: auto;
	height: auto;
	max-width: 5%;
	min-width: 0.5%;
	max-height: 5%;
	min-height: 0.5%;
}


#btnLogout_toggle, #btnProfil {
	
	width: auto;
	height: auto;
	max-width: 5%;
    min-width: 0.5%;
    max-height: 5%;
    min-height: 0.5%;
}



.o-wrapper  .c-buttonLog:hover {
	/* background: #ffa464; */
	
}

/* aici incepe pentru meniul ascuns */
/* si pentru meniul ascuns de la legenda */
.c-menu {
	position: fixed;
	z-index: 200;
	background-color: #464646;
	/* opacity: 0.95; */
	transition: transform 0.3s;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
}

.c-menu-Leg {
	border-bottom-left-radius: 0px;
	color: white;
}

.c-menuLog {
	position: absolute;
	z-index: 200;
	background-color: #464646;
	/* opacity: 0.8; */
	transition: transform 0.3s;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 0px;
}

.c-menu__items {
	list-style: none;
	margin: 0;
	padding: 0;
}

/**
 * Close button resets.
 */
.c-menu__close {
	color: #fff;
	background-color: #464646;
	font-size: 14px;
	border: none;
	box-shadow: none;
	border-radius: none;
	/* -webkit-appearance: none; */
	/* -moz-appearance: none; */
	/* appearance: none; */
	cursor: pointer;
	text-align: LEFT;
	/* pozitionare butonului de inchidere a meniurilor ascunse (stanga/dreapta) */
}

/**
 * Close button resets.
 */
.c-menu__close:focus {
	outline: none;
}

/**
 * Body states.
 *
 * When a menu is active, we want to hide the overflows on the body to prevent
 * awkward document scrolling.
 */
body.has-active-menu {
	overflow: hidden;
}

/**
 * Mask component
 */
.c-mask, .c-maskUpload {
	position: fixed;
	/* z-index: 101; */
	z-index: 10;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #464646;
	opacity: 0;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active, .c-maskUpload.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.5;
	transition: opacity 0.3s;
}

.c-maskL {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #464646;
	opacity: 0;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-maskL.is-active {
	width: 0%;
	height: 100%;
	opacity: 0.5;
	transition: opacity 0.3s;
}

.c-maskLog {
	position: fixed;
	z-index: 80;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #464646;
	opacity: 0;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-maskLog.is-active {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s;
}

.c-menu--slide-right,.c-menu--push-right {
	/* width: 100%;
	height: 100%; */
	overflow-y: auto;
}

@media all and (min-width: 320px) {
	.c-menu--push-right,.c-menu--slide-right {
		width: 250px;
	}
}

.c-menu--slide-right .c-menu__item,.c-menu--push-right .c-menu__item {
	display: block;
	text-align: center;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.c-menu--slide-right .c-menu__item:first-child,.c-menu--push-right .c-menu__item:first-child
	{
	border-top: solid 1px #fff;
}

.c-menu--slide-right .c-menu__item:last-child,.c-menu--push-right .c-menu__item:last-child
	{
	border-bottom: solid 1px #fff;
}

.c-menu--slide-right .c-menu__link,.c-menu--push-right .c-menu__link {
	display: block;
	padding: 12px 24px;
	color: #fff;
}

.c-menu--slide-right .c-menu__close,.c-menu--push-right .c-menu__close {
	display: block;
	padding: 12px 24px;
	width: 100%;
}

.c-menu--slide-right {
	top: 20%;
	height: 60%;
	right: 0;
	transform: translateX(100%);
}

.c-menu--push-right {
	top: 50%;
	height: 50%;
	right: 0;
	transform: translateX(100%);
}

@media all and (min-width: 320px) {
	.c-menu--slide-right,.c-menu--push-right {
		transform: translateX(300px);
	}
}

.c-menu--slide-right.is-active,.c-menu--push-right.is-active {
	transform: translateX(0);
}

.c-menu--slide-top {
	vertical-align: middle;
	width: 20%;
	height: 130px;
	text-align: center;
	top: 0%;
	overflow-y: auto;
	right: 0;
	transform: translateY(-130px);
}

.c-menu--slide-top .c-menu__items {
	/* display: inline-block; */
	text-align: center;
}

.c-menu--slide-top .c-menu__item {
	/*  display: inline-block; */
	/* line-height: 60px; */
	
}

.c-menu--slide-top .c-menu__link {
	display: block;
	padding: 0 4px;
	color: #fff;
}

.c-menu--slide-top .c-menu__close {
	display: inline-block;
	margin-right: 12px;
	padding: 0 24px;
	/* height: 60px; */
	line-height: 60px;
}

.c-menu--slide-top.is-active {
	transform: translateY(0);
}

/* .o-wrapper.has-push-top {
  transform: translateY(60px);
} */

/* .o-wrapper.has-push-left {
  transform: translateX(100%);
}

@media all and (min-width: 320px) {
  .o-wrapper.has-push-left {
    transform: translateX(300px);
  }
}  */

/* .o-wrapper.has-push-right {
   transform: translateX(-100%);
}

@media all and (min-width: 320px) {
  .o-wrapper.has-push-right {  
    transform: translateX(-300px);
  }
} */

/* CSS ptr tooltip */
 .tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #464646;
	border-radius: 4px;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #464646;
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
	border-color: transparent;
	background: transparent;
}   
/* done CSS ptr tooltip */
.logoFida {
	display: block;
	position: absolute;
	z-index: 2;
	margin-left: 10px;
	bottom: 0.5px;
}
.logoApp {
	display: block;
	position: absolute;
	z-index: 2;
	margin-left: 61px;
	bottom: 2.5px;
}
.logoMara {
	display: block;
	position: absolute;
	z-index: 2;
	margin-left: 61px;
	bottom: 2.5px;
}
.logoUE{
    display: block;
	position: absolute;
	z-index: 2;
	margin-left: 450px;
    bottom: 3px;	
}
.logoUEBl{
    display: block;
	position: absolute;
	z-index: 2;
	margin-left: 80px;
    top: 3px;	
}
.scaleMap{
	display: block;
	position: absolute;
	z-index: 2;
	margin-left: 100px;
	bottom: 1%;
}

#divBasemapGallery {
	position: absolute;
	z-index: 101;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
	width: 14%;
	height: 55%;
	/* top: 43%; */
	/* left: 5%; */
	overflow-y: auto;
	background: #464646;
	/* opacity: 0.8; */
	color: white;
	float: left;
	min-width: 200px;
	overflow-y: scroll;
	display:none;
	
}

.esriMeasurement{
border-bottom: thin solid rgb(51, 51, 51);
}   

.esriMeasurementSeparator {
	color: white;
}

.dijitContentPane .result {
	color: white;
}

.esriMeasurementTableHeader {
	color: white;
}

.esriMeasurementTableCell {
	color: white;
}

.dijitReset .dijitInline .dijitButtonText {
	color: white;
}

::-webkit-scrollbar {
	width: 10px;
}

/* background scroll bar */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	/*  border-top-left-radius: 0;
    border-bottom-left-radius: 0;*/
	background-color: #6f6f6f;
}

/* scroll bar propriu zis */
::-webkit-scrollbar-thumb {
	border-radius: 15px;
	/*  border-radius: 10px; */
	/* border-top-left-radius: 0;
    border-bottom-left-radius: 0; */
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7);
	background: #464646;
}


.divShape {
	position: absolute;
	z-index: 101;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
	width: 14%;
	height: 55%;
	background: #464646;
	overflow-y: auto;
	/* opacity: 0.8; */
	color: white;
	float: left;
	min-width: 150px;
	display: none;
	overflow-y: scroll;
}

.divFormulare{
	position: absolute;
	z-index: 101;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
	width: 14%;
    height: 55%;
	background: #464646;
	overflow-y: auto;
	/* opacity: 0.8; */
	color: white;
	float: left;
	min-width: 150px;
	display: none;
	overflow-y: scroll;
}

.divStraturi {
	position: fixed;
	z-index: 101;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
	width: 14%;
	height: 55%;
	/* top: 36.5%; */
	background: #464646;
	/* opacity: 0.8; */
	color: white;
	float: left;
	overflow-y: scroll;
	min-width: 200px;
    display:none;
}

#divParcareUser {
	position: absolute; 
	z-index: 101;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
	width: 80%;
	height: 75%;
	left: 10%;
	top: 8%;
	background: #efefef;
	color: white;
	float: left;	
	min-width: 200px;
    display:none;
}

.divStraturiRaportare {
	position: fixed;
	z-index: 101;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
	width: 17%;
	height: 40%;
	top: 20%;
	left: 20%;
	background: #464646;
	/* opacity: 0.95; */
	color: white;
	float: left;
	overflow-y: auto;
	min-width: 200px;
	display:none;
}

.mySelect{
 color: black;
 border-radius: 7px;
 outline:none;
}

.claro .dijitSliderHover .dijitSliderProgressBarH,.claro .dijitSliderHover .dijitSliderLeftBumper
	{
	background-color: #abd6ff;
	/* border-color: #759dc0; */
}

.claro .dijitSliderHover .dijitSliderRemainingBarH,.claro .dijitSliderHover .dijitSliderRightBumper
	{
	background-color: #ffffff;
	border-color: #759dc0;
}

.claro .dijitSliderFocused .dijitSliderProgressBarH,.claro .dijitSliderFocused .dijitSliderLeftBumper
	{
	background-color: #abd6ff;
	/* 	border-color: #759dc0; */
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
	/* box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
 */
}

.claro .dijitSliderFocused .dijitSliderRemainingBarH,.claro .dijitSliderFocused .dijitSliderRightBumper
	{
	background-color: #ffffff;
	/* border-color: #759dc0; */
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
	/* box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2); */
}

#divUnelte {
/* 	position: absolute;
	z-index: 101;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
	width: 14%;
	height: 55%;
	top: 51%;
	left: 5%;
	color: white;
	background: #464646;
	opacity: 0.8;
	float: left;
	min-width: 200px;
	min-height: 55%;
	overflow-y:scroll;
	display:none; */
		position: absolute;
	z-index: 101;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
	width: 14%;
    /* height: 55%; */
	background: #464646;
	/* overflow-y: auto; */
	/* opacity: 0.8; */
	color: white;
	float: left;
	min-width: 150px;
	min-height: 55%;
	max-height: 57%;
	display: none;
	overflow-y: scroll;
}

.divSearch {
	position: absolute;
	z-index: 101;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
	/* width: 14%; */
    height: 55%;
	top: 23.5%;
	left: 5%;
	background: #464646;
	/* opacity: 0.8; */
	color: white;
	float: left;
	min-width: 14%;
	display:none;
}

.arcgisSearch{
	width: inherit;
}

.divSelectie {
	position: absolute;
	z-index: 101;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
	width: 14%;
	/* height: auto; */
	/* top: 58.5%; */
	/* left: 5%; */
	background: #464646;
	/* opacity: 0.8; */
	color: white;
	float: left;
	overflow-y: auto;
	min-width: 150px;
	min-height: 55%;
	max-height: 57%;
	display:none;
	overflow-y: scroll;
}

.arcgisSearch .searchToggle { /* / sageata search / */
	display: none;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.arcgisSearch .hasButtonMode.searchExpanded.hasMultipleSources .searchExpandContainer,.arcgisSearch .hasButtonMode.hasMultipleSources .searchAnimate
	{ /* search in acelasi rand */
	width: 283px;
	height: auto;
}

/* div-urile de la meniurile care apar la click pe butoanele rotunde din stanga */
ul li a {
	color: white;
}

#divLogin_toggle {
	position: absolute;
	top: 0%;
	background: #464646;
	border-radius: 15px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	z-index: 200;
	max-width: 350px;
	display:none;
}

#divLogout_toggle{
	position: absolute;
	top: 3%;
	background: #464646;
	border-radius: 15px;
	border-top-right-radius: 0px; 
	z-index: 200;
	width: 10%;
	height: 11%;
	
	min-width: 120px;
	min-height: 92px;
	display:none;
}

#divLogin_toggle input {
	font-size: 12px;
}

button.ui-widget {
	font-size: 13px !important; 
}

#divHelp{

	position: absolute;
	top: 10%;
	background: #464646;
	border-radius: 15px;
	border-top-right-radius: 0px; 
	z-index: 200;
	/* width: 10%;
	height: 11%; */
	padding: 10px 5px;
	min-width: 120px;
	min-height: 92px;
	display:none;
	
}

#suprafataTotalaInd{
	display:none;
}
#incarcaTabelImpozite_Cladiri{
	display:none;
}
.profil{
	color: white;
	text-decoration: none;
	line-height: 31px;
	font-size: 1em;	
}
.profil:HOVER{
	color: #ffa464;
	text-decoration: underline;
	line-height: 31px;
}

/*POP UP -tot */
.ui-dialog {
	background-color: #464646;
	overflow-y: hidden;
	overflow-x: hidden;
}

/* titlul dialogului */
.ui-dialog-title {
	color: #ffa464;
	background-color: #464646;
}

/*tot headerul de la dialog, care include titlul si butonul de close  */
.ui-dialog-titlebar {
	background-color: #464646;
}
/* pentru butonul de close */
.ui-dialog-titlebar-close {
	background-image: url("icon/png/x_mic.png");
	background-repeat: no-repeat;
	border: none;
	outline: none;
	width: 10px;
	height: 10px;
}
#popupPUG, #popupAC{
	overflow: none;
}

.popupModulForm{
 overflow:none;
 position: absolute;
 z-index: 0;
 display: none;
 min-width:80%;
 max-width: 90%;  
 border-radius: 15px;
 border: 2px solid #999999;
 padding: 8px;
    background: #f8f6f4;
 /* opacity: 0.95; */
 min-height: 80%;
 max-height: 90%;
 position: relative;
    top: 5%;
    left: 5%;
  
}

#popupModulGestiune,#popupPUG, #popupPUGformular, #popupPUGtext, #popupAC {
	/* overflow-y: auto;  
	overflow-x: auto; */
	overflow: auto;
}
#divFooter, #divFooterDashGeneral{
	overflow: auto;
} 

.contentModul, .dataTables_wrapper{
	position: relative;
	width: 100%;
	/* padding-top: 2cm; */
}

#urlDocAtasat .dataTables_wrapper{
	position: relative;
	width: 100%;
	color: black;
}
#tabsForPUG .dataTables_wrapper{
	color: black !important;
}
#urlDocAtasatTotal .dataTables_wrapper{
	position: relative;
	width: 100%;
	color: black;
}
.footerMenu{
  	z-index: 0;
	display: none; 
	background-color: #464646;
	/* min-width:30%;
	max-width: 70%;	 */
	width: 86%;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
	/* opacity: 0.9; */		
	/* min-height: 20%;
	max-height: 80%; */
	height: 35%;
	/* pentru pozitionare centrata */
	position: relative;
    top: 63%;  
 	left:7%; 
   /*  transform: translate(0%, 0%);  */
}

.footerMenuDashGeneral{
  	z-index: 0;
	display: none; 
	background-color: #464646;
	width: 69%;
	border-radius: 15px;
	border: 2px solid #999999;
	/* padding: 8px; */
	/* opacity: 1; */		
	height: 35%;	
	position:absolute;
    top: 63%;  
 	left:31%; 
}
.popupModulPUG{
	position: absolute;
	z-index: 0;
	display: none;
	min-width:80%;
	max-width: 90%; 	
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
    background: #f8f6f4;
	/* opacity: 0.95; */
	min-height: 80%;
	max-height: 90%;
	position: relative;
    top: 5%;
    left: 5%;
  
}
.popupModulAC{
 /* overflow:none; */
 position: absolute;
 z-index: 0;
 display: none;
 min-width:80%;
 max-width: 90%;  
 border-radius: 15px;
 border: 2px solid #999999;
 padding: 8px;
 background: #f8f6f4;
 /* opacity: 0.95; */
 min-height: 80%;
 max-height: 90%;
 position: relative;
    top: 5%;
    left: 5%;
  
}
.popupModulEmitereCertificat{
	overflow:none;
 position: absolute;
 z-index: 0;
 display: none;
 min-width:80%;
 max-width: 90%;  
 border-radius: 15px;
 border: 2px solid #999999;
 padding: 8px;
    background: #f8f6f4;
/*  opacity: 0.95; */
 min-height: 80%;
 max-height: 90%;
 position: relative;
    top: 5%;
    left: 5%;
  
}
.popupModulAdaugareStrada{
	    overflow: none;
    position: absolute;
    z-index: 0;
    display: none;
    min-width: 20%;
    max-width: 90%;
    border-radius: 15px;
    border: 2px solid #999999;
    padding: 8px;
    background: #f8f6f4;
    /* opacity: 0.95; */
    min-height: 30%;
    max-height: 90%;
    /* position: relative; */
    top: 30%;
    left: 40%;
}
.popupModulAddContracte{
 overflow: auto;
 position: absolute;
 z-index: 0;
 display: none;
 min-width:40%;
 max-width:50%;  
 border-radius: 15px;
 border: 2px solid #999999;
 padding: 8px;
 background: #f8f6f4;
 /* opacity: 0.95; */
 min-height: 80%;
 max-height: 90%;
 position: relative;
  top: 5%;
  left: 25%;
  
}
.popupModulPUGtext{
	z-index: 0;
	display: none;
	min-width:30%;
	max-width: 40%; 	
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
    background: #f8f6f4;
	/* opacity: 0.95; */
	min-height: 70%;
	max-height: 80%;
	position: relative;
    top: 10%;
    left: 3%;
  
}
.popupModulPUGformular{
	z-index: 0;
	display: none;
	min-width:30%;
	max-width: 40%; 	
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
    background: #f8f6f4;
	/* opacity: 0.95; */
	min-height: 70%;
	max-height: 80%;
	position: relative;
    top: 10%;
    left: 30%;
  
}
 .popupModul{	
	z-index: 0;
	display: none;
	background-color: #464646;
	min-width:30%;
	max-width: 70%; 
	
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
    background: #464646;
	/* opacity: 0.95; */
	
	min-height: 20%;
	max-height: 80%;
	/* pentru pozitionare centrata */
	position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-55%, -50%);
}

#popUpHandleDrop{
	color:white;
}

.closeMenu{
	position: relative;  
	background: none;
	border: none; 
	outline:none; 
	display: block;
	padding: 12px 12px;	
}

.closeMenuDiv{	
	width: auto;
	border-bottom: solid;
	border-bottom-color: white;
}


/* doar de aici imi ia culorea la textul de la select de la tabel, restul modificarilor le-am facut in jquery.dataTables.css */
select {
	color: black;
	
	border-radius: 7px;
    outline:none;
}


/*END ---------- POP UP -tot*/

/* icon-urile din measurement */
.esriMeasurement .areaIcon {
	background-image: url("icon/png/area.png");
	background-repeat: none;
	width: 26px;
	height: 26px;
}

.esriMeasurement .distanceIcon {
	background-image: url("icon/png/distance.png");
	background-repeat: none;
	width: 26px;
	height: 26px;
}

.esriMeasurement .locationIcon {
	background-image: url("icon/png/Measure_Point16.png");
	background-repeat: none;
	width: 26px;
	height: 26px;
}
/* END icon-urile din measurement */

#content_tabs {
	position: absolute;
	z-index: 10;
	overflow: auto;
	max-height: 90%;	
	max-width:21%;  /* max-width:42%;  pt APULUM*/ 
	min-width: 350px;	
	float: left;
	height: auto !important;
	width: unset !important;
}

#content_adaugari, #content_investitii, #content_patrimoniu, #content_managementDateSpatiale,
 #content_formulare, #content_incident{
	overflow: auto;
	max-height: 40%;
	min-height: 20%;
	max-width:20%;
	min-width: 200px;
	color: white;		
	position: fixed;
	z-index: 99;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
	width: 14%;
	height: 30%;
	background: #464646;
	/* opacity: 0.8; */
	color: white;
	float: left;
	overflow-y: auto;	
    display:none;
}
#content_ManagementChestionar{
	overflow: auto;
	max-height: 40%;
	min-height: 20%;
	max-width:20%;
	min-width: 200px;
	color: white;		
	position: fixed;
	z-index: 99;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
	width: 14%;
	height: 30%;
	background: #464646;
	/* opacity: 0.8; */
	color: white;
	float: left;
	overflow-y: auto;	
    display:none;
}

#content_cereri, #content_cereri_nonsp {
	overflow: auto;
	max-height: 40%;
	min-height: 20%;
	max-width:20%;
	min-width: 200px;
	color: white;		
	position: fixed;
	z-index: 101;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
	width: 13%;
	height: 30%;
	background: #464646;
	/* opacity: 0.8; */
	color: white;
	float: left;
	overflow-y: auto;	
    display:none;
}
#content_cereri_autorizatii {
	overflow: auto;
	max-height: 40%;
	min-height: 20%;
	max-width:20%;
	min-width: 200px;
	color: white;		
	position: fixed;
	z-index: 101;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
	width: 13%;
	height: 30%;
	background: #464646;
	/* opacity: 0.8; */
	color: white;
	float: left;
	overflow-y: auto;	
    display:none;
}
#content_bookmarks {
	overflow: auto;
	max-height: 30%;
	min-height: 20%;
	max-width:10%;
	min-width: 200px;
	color: white;		
	position: fixed;
	z-index: 101;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
	width: 13%;
	height: 15%;
	background: #464646;
	/* opacity: 0.8; */
	color: white;
	float: left;
	overflow-y: auto;	
    display:none;
}

/* Pentru meniul de straturi */
#menuExpend>li>a {
	color: white;
	
}

/* CSS ptr meniul in care apare legenda */
.esriLegendMsg, .esriLegendLayerLabel, .esriLegendLayer>tbody>tr>td>table>tbody>tr>td {
	color: white;
	
}
.menuExpend li>a{
	color: white;
/* 	font-size:1vw; */
	font-size: 16px;
}

.maximizeMenuTabel{
	z-index: 50;
	display: none;
	position: absolute;	
	bottom:1%;
	left: 49%;
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
}

.minimizeInfoTabs{
	z-index: 50;
	position: absolute;	
	top:1%;
	left: 1%;
	border: none;
	outline: none;
	background: none; 
	max-width: 10%;
	min-width: 0.5%;
	max-height: 100%;
	min-height: 2%;	
}

#btnVerifEmitereElectr{
	z-index: 50;
	position: absolute;	
	top:0%;
	left: 40%;
	max-width: 10%;
	max-height: 10%;
}

.toggleDivCereri{
	z-index: 50;
	position: absolute;	
	top:0%;
	left: 30%;
	border: none;
	outline: none;
	background: none; 
	max-width: 10%;
	min-width: 0.5%;
	max-height: 100%;
	min-height: 2%;
	display: block;	
	/* opacity: 0.8;	 */
	/* width: auto;
	height: auto; */
	max-height: 25%;
	min-height: 3%;
}
#toggleDivChestionar{
	z-index: 50;
	position: absolute;	
	top:0%;
	left: 18%;
	border: none;
	outline: none;
	background: none; 
	max-width: 10%;
	min-width: 0.5%;
	max-height: 100%;
	min-height: 2%;
	display: block;	
	/* opacity: 0.8;	 */
	/* width: auto;
	height: auto; */
	max-height: 25%;
	min-height: 3%;
} 
.toggleDivBookmarks{
	z-index: 50;
	position: absolute;	
	top:0%;
	left: 55%;
	border: none;
	outline: none;
	background: none; 
	max-width: 10%;
	min-width: 0.5%;
	max-height: 100%;
	min-height: 2%;
	display: block;	
	/* opacity: 0.8; */	
	/* width: auto;
	height: auto; */
	max-height: 25%;
	min-height: 3%;
}
.cssActive2{
	color: white;
}
.cssActive1{
	color: white;
}
.ui-tabs-nav .ui-helper-reset .ui-helper-clearfix .ui-widget-header .ui-corner-all{
	position: fixed;
}

 .general {
   
}

.esriLegendService{
	position: relative;
	left:50%;
	transform: translate(-50%);
}


/* Modificare CSS pentru butoane!!!
Css-ul ptr butoane a fost generat cu theme roller, insa de acolo nu am putut diferentia design-ul
pentru butoane si tab-uri. Asadar pentru taburi a ramas cum e acolo (jquery-ui.css) si pentru
butoane l-am suprascris de aici. */
.button{
	background: #555555;
	color: #ffffff;	
	outline: none;
}
.button:ACTIVE{
	background: #ffa464;
	color: #140f06;
	outline: none;
}
.button:HOVER:enabled {
	background: #ffa464;
	outline: none;
}

.dialogClose{
 color: white !important;
}
.divUploadHelp{
  	z-index: 0;
	display: none; 
	color:white;
	width: 50%;
	padding: 8px;
	/* opacity: 0.8; */	
	height: 40%;
	position: relative;
    top: 25%;  
 	left:25%;  
}
.divUpload{
  	z-index: 0;
	display: none; 
	color:white;
	width: 60%;
	padding: 8px;
	/* opacity: 0.8;	 */
	height: 50%;
	position: relative;
    top: 23%;  
 	left:20%;  
}
.foaie {
font-size:11pt;
 font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;/* "Times New Roman", Times, serif; */
  background: white;
  width: 585pt;
  height: 842pt;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
  
}
#idfoaie{
	 width: 529pt; height: 786pt; border: 0px; padding: 28pt;
}

.interiorFoaie{
	width: 529pt; height: 786pt; font-size:11pt; text-align: justify;
	 
}
.cssPreviewAC {
 /*  font-size:14pt; */
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;/* "Times New Roman", Times, serif; */
  background: #f8f6f4;
  width: 100%;
  text-align: justify;
}

input[type=checkbox] {
  /* All browsers except webkit*/
 
/*  width: 0.8vw;
 height: 0.8vw; */
 width: 15px;
 height: 15px;
}
#textAreeaSemnaturi {
    margin: 0px;
    width: 1291px; height: 100px;
    border: 0 none white;
    overflow: hidden;
    padding: 0;
    outline: none;
    background-color: #f8f6f4;
    text-align: justify;
    font-size: 1vw; 
    font-size:medium;
}

.ui-autocomplete{
max-height: 150px; overflow-y:auto; overflow-x: auto; background: white;
max-width: 500px;

}


 .formularSpV input,  .formularSpV select{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;	
} 

.formularSpV input:focus{
	border: 1px solid #0C0;
}

.formularSpV select:focus{
	border: 1px solid #0C0;
} 
.formularSpV label{
	color:white;
} 
.cssSelectModificaDate{
	width:145px
}
 /* #contentAddContracte{
	width: auto;
    min-height: 0px;
    max-height: none;
    height: 536.2px;
	border-radius: 15px;
    color:white;
}  */
/* select.formularSpV ,
input.formularSpV[type="text"]{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;	
}
input.formularSpV[type="text"]:focus{
	border: 1px solid #0C0;
}
select.formularSpV:focus{
	border: 1px solid #0C0;
}
label.formularSpV{
	color:white;
} */

.swal-button--confirm{
	background-color:#ffa464;
	color:white;
}
 
.swal-modal{
	background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color:black;
 }
 .swal-title {/* titlu popup*/
    color: black;
 }
 .swal-text {/* text popup*/
  color: black;
 }
 .clasaButoaneSwal{
 margin-right: 140px; 
 }
 
.borderRequire
{ 
  border-color: #FF0000; 
  border-width:1px; 
  border-style:solid; 
}

.forColor{
	text-decoration: none !important;
}

.custom-combobox-input{
	font-weight: normal !important;
}
.templatePicker .grid .item {
	font-size: 15px !important;
}
/*in formularul de editare de la Modifica date ==> input si select sa aiba acelasi width*/
#formularID_Editare input[type="text"],#formularID_Editare select ,#formularID_Editare textarea{
        margin:0;
        padding:0;
        width:100% !important;
        -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
         box-sizing: border-box;
}
/*sa apara btn disable ==>
 de ex atunci cand nu exista probleme sa nu mai poata da click pe raportare probleme,
  dar sa existe btn acolo*/
.disabledBtn {
   opacity: 0.65;  
  cursor: not-allowed;
}


#tabelProbl_wrapper{
color: black !important; 
}

#numarAlerte{
	float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
	background-color: #ffa464;
	color: #464646;
	border-radius:50%;
	min-width: 20px;
	min-height: 20px;
	width: auto;
	height: auto;
	font-weight: bold;
}

#numarAlerteUrb{
	float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
	background-color: #ffa464; /* #78b2e4; */
	color: #464646;
	border-radius:50%;
	min-width: 20px;
	min-height: 20px;
	width: auto;
	height: auto;
	font-weight: bold;
}

.green{
	color: green;
}
.selectAsociaza{
  height: 300px;
  min-width:200px;
}

#popupEmitereCertificat .dataTables_wrapper {
   color: black;
}

#popupAdaugaStrada .dataTables_wrapper {
   color: black;
}

#popupAddContracte, #popupAddContracte .editare{
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
	font-size: 15px
}

#tabelTiparire tr td{
	border: none;
	color: white;
	padding: 10px;
} 
#divFooter .ui-widget-content,
#popupModulGestiune,#popupModulGestiune .ui-widget-content,
#divFooterDashGeneral, #divFooterDashGeneral .ui-widget-content,
#tabelListaCertificate, #tabelListaCertificate .ui-widget-content,
#tabelListaIncepereEx , #tabelListaIncepereEx .ui-widget-content,
#tabelDeseuri, #tabelDeseuri .ui-widget-content,
#listaAnunturiInceperiExecutie, #listaAnunturiInceperiExecutie .ui-widget-content {
    /* border: 1px solid #d9d6c4; */
    background: #f8f6f4 !important;
    color: black;
    border: 0px;
    font-size: 0.9vw;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
#listaAnunturiIncheiereExecutie, #listaAnunturiIncheiereExecutie .ui-widget-content {
    /* border: 1px solid #d9d6c4; */
    background: #f8f6f4 !important;
    color: black;
    border: 0px;
    font-size: 0.9vw;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
#divFooter .ui-widget,
#popupModulGestiune .ui-widget,
#divFooterDashGeneral .ui-widget,
#tabelListaCertificate .ui-widget,
#tabelListaIncepereEx .ui-widget,
#tabelDeseuri .ui-widget,
#listaAnunturiInceperiExecutie .ui-widget{
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-size: 0.7vw;
}
#divFooter .dataTables_wrapper,
#popupModulGestiune .dataTables_wrapper,
#divFooterDashGeneral .dataTables_wrapper,
#tabelListaCertificate .dataTables_wrapper,
#tabelListaIncepereEx .dataTables_wrapper,
#tabelDeseuri .dataTables_wrapper,
#listaAnunturiInceperiExecutie .dataTables_wrapper{
    color: black;
}
#divFooter .paging_full_numbers a.paginate_button,
#popupModulGestiune  .paging_full_numbers a.paginate_button,
#divFooterDashGeneral  .paging_full_numbers a.paginate_button,
#listaCertificareISC .paging_full_numbers a.paginate_button,
#listaAutorizatiiISC .paging_full_numbers a.paginate_button,
#listaAnunturiInceperiExecutie .paging_full_numbers a.paginate_button,
#continutListaColectare .paging_full_numbers a.paginate_button{
    background-color: #f8f6f4!important;
} 
#divFooter,#divFooter .footerMenu,
#divFooterDashGeneral,#divFooterDashGeneral .footerMenu{ 
    background-color: #f8f6f4!important; 
    border: 1px solid #d9d6c4 !important;
}
#divFooter .ui-widget-header,
#popupModulGestiune .ui-widget-header,
#divFooterDashGeneral .ui-widget-header,
#tabelListaCertificate .ui-widget-header,
#tabelListaIncepereEx .ui-widget-header,
#tabelDeseuri .ui-widget-header,
#listaAnunturiInceperiExecutie .ui-widget-header {
    border: 1px solid #d9d6c4 !important;
    background: #f8f6f4!important;
    color: #ffa464;
    font-weight: bold;
}
#popupModulGestiune label,#divFooterDashGeneral label{
    color: black!important;
} 
#uploadForm{
	 font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
 }
 /*CSS Btn de la export datatable*/
.jqueryButtonDataTable {
    padding: 1px!important;
    border: 0px solid red!important;
    margin: 0px!important;
    cursor: pointer!important;
}
/*font pe nr/data registratura*/
.nrDataInregClass, .nrDataInregClass .dialogClose{
	font-size : 12pt!important; 
	 font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
}

#tabsForIntersectieSpVerzi{
 background: #f8f6f4;
}

/* Butoanele Excel,Column visibility, copy de la datatables */
.btnDT_mici, .btnDT_mici:active{
	padding: 1px !important;
	font-size: 10px !important;
   /*  border-top-left-radius: 0px !important; */
}
.btnDT_mici span.ui-button-text{
	/* border-top-left-radius: 0px; */
}

.btnDT_mici:hover{
	border-radius: 8px !important;
}
.btnDT_mici:active{
	border-radius: 8px !important;
}

#divTermeniConditii{
	z-index: 100;
    display: block; 
    background-color: #efefef;
    border-radius: 5px;
    border: 1px solid #999999;
    padding: 8px;
    position: absolute;
    bottom: 0%;
    height: auto;
    width: 99%;
    left: 0%;
    opacity: 92%;
    overflow-x: auto;
}
.swal-size-cris {
	overflow-y:auto;
	height: 90%;
	width: 60%;	
}
.popupGestiuneXML{
	position: absolute;
	z-index: 0;
	display: none;
	min-width:80%;
	max-width: 90%; 	
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
    background: #f8f6f4;
	/* opacity: 0.95; */
	min-height: 80%;
	max-height: 90%;
	position: relative;
    top: 5%;
    left: 5%;
  
}
.widthtest{
	width: auto !important;
}


.swal-modal.swalCSV {
    padding-top: 13px;
    margin-top: 13px;
    padding: 13px 16px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  
}

.swalCSV .swal-footer{
	 DISPLAY: INLINE-FLEX;
}


.uploadDocCSS input[type="submit"]{
    padding: .4em 1em;
    background: #464646;
    color: white;
    border-radius: 5px;
    border: 1px solid #cbc7bd;
}
.uploadDocCSS input[type="submit"]:hover{
    padding: .4em 1em;
    background: #555555;
    color: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #ffa464
 } 
 
 div.designTitluSectiune {
	display: inline-flex;
}

div.designTitluArticol {
	display: inline-flex !important;
	margin: 5px;
}
 
 div.designParagraf {
    display: inline-flex !important; 
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
} 

button.butoaneRegulament.button {
	margin-left: 10px; 
	width: 135px;
}

input.dimInputSectiune { 
	width: 74.8% !important;
	border-radius: 5px;
    border: 1px solid #c2bbbb;
    padding-left: 5px;
}

input.dimInputArticol {
	width: 73.6% !important;
	border-radius: 5px;
    border: 1px solid #c2bbbb;
    padding-left: 5px;
}

input.dimInputArticolNou {
	width: 73.2% !important;
	border-radius: 5px;
    border: 1px solid #c2bbbb;
    padding-left: 5px;
}

textarea.dimParagraf {
	width: 73% !important;
	border-radius: 5px;
    border: 1px solid #c2bbbb;
    padding-left: 5px;
}

.labelRegulament {
	font-size: 11pt;
    color: black;
    display: flex;
    cursor: pointer;
}

.labelRegulament img {
	margin: 0 5px;
	cursor: pointer;
}
.fieldsetSectiune {
	border: 2px solid #884843;
	border-radius: 5px;
    margin: 20px 0;
    padding: 15px 10px;
}

.fieldsetArticol {
	border: 2px solid #f2802f;
	border-radius: 5px;
	margin: 20px 0;
    padding-top: 15px;
}

.fieldsetParagraf {
	border: 2px solid #6b6969;
	border-radius: 5px;
	margin: 20px 12px;
    padding: 15px 0;
}
#numeXML {
	border-radius: 5px;
    border: 1px solid #c2bbbb;
}

.legendaFieldset h1.text_sectiune {
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    color: #884843;
    margin: 0;
    container-type: size;
}

.legendaFieldset h1.text_articol {
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    color: #f2802f;
    margin: 0;
    container-type: size;
}

.legendaFieldset h1.text_paragraf {
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    color: #6b6969;
    margin: 0;
    container-type: size;
}

.legendaFieldset span.span_sectiune, .legendaFieldset span.span_articol{
    
    border-radius: 5px;
    left: 0;
    display: inline;
    border: 1px solid #c1c1c1;
    background: #fff;
    padding: 5px 10px;
    bottom: 30px;
    position: relative;
}

.legendaFieldset {
	margin: 5px;
}

.legendaFieldset span.span_paragraf {
	top: 11px;
	border-radius: 5px;
    left: 0;
    display: inline;
    border: 1px solid #c1c1c1;
    background: #fff;
    padding: 5px 10px;
    position: relative;
}
#selectTipNomencl  {
   max-width:80%;
  
}
   
    

