html,body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#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:10px;
 color:#fff;
 font-size:12px Arial;
}

/*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: 5em;
	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: 5em;
	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: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%;
}

#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: 50%;
}



.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;
	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;
}
.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: 20%;
	height: 50%;
	/* top: 43%; */
	/* left: 5%; */
	overflow-y: auto;
	background: #464646;
	opacity: 0.8;
	color: white;
	float: left;
	min-width: 200px;
	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: 17px;
}

/* 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: 21%;
	height: 20%;
	background: #464646;
	overflow-y: auto;
	opacity: 0.8;
	color: white;
	float: left;
	min-width: 150px;
	display: none;
}

.divFormulare{
	position: absolute;
	z-index: 101;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
	width: 21%;
	height: 20%;
	background: #464646;
	overflow-y: auto;
	opacity: 0.8;
	color: white;
	float: left;
	min-width: 150px;
	display: none;
}

.divStraturi {
	position: fixed;
	z-index: 101;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
	width: 13%;
	height: 30%;
	/* top: 36.5%; */
	background: #464646;
	opacity: 0.8;
	color: white;
	float: left;
	overflow-y: auto;
	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: 20%;
	height: auto;
	/* top: 51%;
	left: 5%; */
	color: white;
	background: #464646;
	opacity: 0.8;
	float: left;
	min-width: 200px;
	max-height: 40%;
	overflow-y: auto;
	display:none;
}

.divSearch {
	position: absolute;
	z-index: 101;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
	width: auto;
	height: auto;
	top: 25.5%;
	left: 5%;
	background: #464646;
	opacity: 0.8;
	color: white;
	float: left;
	min-width: 150px;
	display:none;
}

.arcgisSearch{
	width: inherit;
}

.divSelectie {
	position: absolute;
	z-index: 101;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
	width: auto;
	height: auto;
	/* top: 58.5%; */
	/* left: 5%; */
	background: #464646;
	opacity: 0.8;
	color: white;
	float: left;
	overflow-y: auto;
	min-width: 200px;
	min-height: 100px;
	display:none;
}

.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;
}

#divHelp{

	position: absolute;
	top: 8%;
	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;
	
}

#suprafataTotalaInd{
	display:none;
}
#incarcaTabelImpozite_Cladiri{
	display:none;
}
.profil{
	color: white;
	text-decoration: none;
	line-height: 200%;
	font-size: 1em;	
}
.profil:HOVER{
	color: #ffa464;
	text-decoration: underline;
	line-height: 200%;
}

/*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{
	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: #eceadf;
 opacity: 0.95;
 min-height: 80%;
 max-height: 90%;
 position: relative;
    top: 5%;
    left: 5%;
  
}

#popupModulGestiune,#popupPUG, #popupPUGformular, #popupPUGtext {
	/* overflow-y: auto;  
	overflow-x: auto; */
	overflow: auto;
}
#divFooter{
	/* overflow-y: auto;  
	overflow-x: auto; */
	overflow: auto;
} 

.contentModul, .dataTables_wrapper{
	position: relative;
	width: 100%;
	/* padding-top: 2cm; */
}

#urlDocAtasat .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.8;		
	/* min-height: 20%;
	max-height: 80%; */
	height: 35%;
	/* pentru pozitionare centrata */
	position: relative;
    top: 63%;  
 	left:7%; 
   /*  transform: translate(0%, 0%);  */
}
.popupModulPUG{
	position: absolute;
	z-index: 0;
	display: none;
	min-width:80%;
	max-width: 90%; 	
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
    background: #eceadf;
	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: #eceadf;
 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: #eceadf;
 opacity: 0.95;
 min-height: 80%;
 max-height: 90%;
 position: relative;
    top: 5%;
    left: 5%;
  
}
.popupModulPUGtext{
	z-index: 0;
	display: none;
	min-width:30%;
	max-width: 40%; 	
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 8px;
    background: #eceadf;
	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: #eceadf;
	opacity: 0.95;
	min-height: 70%;
	max-height: 80%;
	position: relative;
    top: 10%;
    left: 30%;
  
}
.popupModulDescarcaStraturi{
 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: #eceadf;
 opacity: 0.95;
 min-height: 80%;
 max-height: 90%;
 position: relative;
 top: 5%;
 left: 5%;  
}
.popupModulIncarcaStraturi{
 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: #eceadf;
 opacity: 0.95;
 min-height: 80%;
 max-height: 90%;
 position: relative;
 top: 5%;
 left: 5%;
  
}
 .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: 40%;
	/* min-height: 40%; */
	max-width:20%;
	min-width: 400px;
	/* top: 1%;
	left: 6%; */
	float: left;
	
}


#content_cereri {
	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;
}
#content_incarcaStraturi {
	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;
}

.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%;	
}



.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%;
}
.toggleDivIncarcaStraturi{
	z-index: 50;
	position: absolute;	
	top:0%;
	left: 33%;
	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%;
}
.toggleDivDescarcaStraturi{
	z-index: 50;
	position: absolute;	
	top:0%;
	left: 22%;
	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 {
	background: #ffa464;
	outline: none;
}

.dialogClose{
 color: white;
}
.divUpload{
  	z-index: 0;
	display: none; 
	/* background-color: #464646; */
	color:white;
	/* min-width:30%;
	max-width: 70%;	 */
	width: 50%;
	/* border-radius: 15px;
	border: 2px solid #999999; */
	padding: 8px;
	opacity: 0.8;		
	/* min-height: 20%;
	max-height: 80%; */
	height: 40%;
	/* pentru pozitionare centrata */
	position: relative;
    top: 25%;  
 	left:25%; 
 	/* color: white; */
   /*  transform: translate(0%, 0%);  */
}
.foaie {
font-size:11pt;
 font-family: "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: "Times New Roman", Times, serif;
  background: #eceadf;
  width: 100%;
  text-align: justify;
}

input[type=checkbox] {
  /* All browsers except webkit*/
 
 width: 0.8vw;
 height: 0.8vw;
}
#textAreeaSemnaturi {
    margin: 0px;
    width: 1291px; height: 100px;
    border: 0 none white;
    overflow: hidden;
    padding: 0;
    outline: none;
    background-color: #eceadf;
    text-align: justify;
    font-size: 1vw; 
    font-size:medium;
}

.ui-autocomplete{
max-height: 150px; overflow-y:auto; overflow-x: hidden; background: white;
}

.popupGestiuneXML{
 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: #eceadf;
 opacity: 0.95;
 min-height: 80%;
 max-height: 90%;
 position: relative;
 top: 5%;
 left: 5%;
  
}
.toggleDivIncarcaXML{
 z-index: 50;
 position: absolute; 
 top:0%;
 left: 11%;
 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%;
}
.cssSelectModificaDate{
	width:145px;
}
.cssSelectModificaDate_noData{
	width:145px;
    font-weight: bolder;
}
.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;
 }