body>#wrapper {
	height: auto;
	min-height: 100%;
}

.container-fluid.container-fluid-overflow{
	height: calc(100% - 50px);
	overflow-y:auto;
}
div.frame-section {
	height: 95%;
	padding-left: 0px;
	padding-right: 0px;
	padding: 8px;
}

iframe.frame_panel {
	display:block;
	width:100%;
	height:100%;
}

iframe.index-panel{
	display:block;
	width:100%;
	height:100%;
}

iframe.index-panel-mobile{
	display:block;
	width:100%;
}

form.info-form {
	background-color: #1a2226;
	color: #b8c7ce;
}

form input.ng-invalid {
	border: 1px solid #ff0000;
}

form select.ng-invalid {
	border: 1px solid #ff0000;
}

ul.menu-open.show-block{
	display: block;S
}

i.loader {
	color: #BDE5F1;
}

a.edit{
	color:#dedede
}

a.edit:active{
	color:#3c8dbc
}

a.edit:hover{ 
	color:#3c8dbc
}

a.delete{
	color:#dedede
}

a.delete:active{
	color:#d73925
}

a.delete:hover{ 
	color:#d73925
}

button.menu-dp{
	color:#777;
	background-color:#F8F8F8;
	border:0px;
}

button.menu-dp:active{
	color:#333;
	background-color:#F8F8F8;
	border:0px;
}

button.menu-dp:hover{ 
	color:#333;
	background-color:#F8F8F8;
	border:0px;
}

a.watcher{
	color:#dedede
}

a.watcher:active{
	color:#00a65a !important
}

a.watcher:hover{ 
	color:#00a65a !important
}

section.frame-main {
	height: 93%;
}

section.frame-section {
	height: 95%;
}

select optgroup {
	color: #ADADAD;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}

select option {
	font-style: normal;
	font-weight: normal;
}

.country_back {
	background-image: url('../../images/portal/background.jpg');
	background-size: cover;
}

.input-error {
	padding-top: 5px;
	color: #dd4b39;
}

.input-group-lg>.input-group-btn>.btn-group>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
    margin-top: 5px;
}


.label-grey {
	background-color: #d2d6de
}

.label-transparent {
	background-color: transparent;
}

.mail {
	color: #3c8dbc;
}

.message-register-box {
	width: 100%;
	margin: 10% auto;
}

.my-body {
	min-height: auto;
}

.my-btn-box-tool {
	color: #ddd;
}

.my-btn-box-tool-red {
	color: #ddd;
}

.my-color-light-green {
	color: #91D100;
}

.my-color-light-grey {
	color: #ddd;
}

.my-color-grey {
	color: #777777;
}

.my-control-sidebar-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.my-form input.ng-invalid.ng-touched {
	border-color: #dd4b39;
}

.my-register-box {
	width: 100%;
	margin: auto;
}

.my-sidebar {
	top: 50px;
	right: -500px;
	width: 500px;
	border-left: none;
	opacity: 0.9;
	background: #ffffff;
	height: calc(100% - 50px);
	min-height: calc(100% - 50px);
	max-height: calc(100% - 50px);
}

.my-sub-tab {
	max-height: 80%;
}

.my-wrapper {
	min-height: auto;
}

.nav-tabs-custom 
{
	margin-bottom: 0px;
}

.nav-tabs-custom > .nav-tabs > li {
	border-top: 3px solid transparent;
	margin-bottom: -2px;
	margin-right: 5px;
	border-bottom-color: transparent;
}

.nav-tabs-custom > .tab-content {
	padding: 0px;	
}

.open .my-btn-box-tool, .my-btn-box-tool:hover {
	color: #3c8dbc;
}

.open .my-btn-box-tool-red, .my-btn-box-tool-red:hover {
	color: #d33724;
}

.small-box .my-box-icon {
	font-size: 70px;
	top: 10px;
}


.small-box:hover .my-box-icon  {
  font-size: 75px;
  top: 8px;
}

.small-box .my-box-icon-little {
	font-size: 40px;
	top: 10px;
}


.small-box:hover .my-box-icon-little {
  font-size: 45px;
  top: 8px;
}


.sortable {
	cursor: pointer;
}

.sortable:after {
	font-family: FontAwesome;
	content: '\f0dc';
	color: #eaeaea;
	padding-left: 3px;
}

.st-sort-ascent:after {
	font-family: FontAwesome;
	content: '\f0de';
	color: #cccccc;
}

.st-sort-descent:after {
	font-family: FontAwesome;
	content: '\f0dd';
	color: #cccccc;
}

.st-selected{
    background: #4E96C2 !important;
    color: white !important;
}

.tab-animation > .tab-content {
	position: relative;
}

.tab-animation > .tab-content > .tab-pane{
	transition: 0.2s linear opacity;
}

.tab-animation > .tab-content > .tab-pane.active-remove {
	position: absolute;
	top: 0;
	width: 100%;
	display: block;
}

.tab-animation > .tab-content > .tab-pane.active-remove-active {
	opacity: 0;
}

.tab-animation > .tab-content > .tab-pane.active-add {
	opacity: 0;
}

.with-button {
	margin: 8px;
}

.widget-user-2 .widget-user-image > i {
  width: 65px;
  font-size: 50px;
  height: auto;
  float: left;
  text-align: center;
}

@media (max-height : 1200px) {
	section.frame-main {
		height: 93%;
	}
	div.frame-section {
		height: 95%;
	}
}

@media (max-height : 1050px) {
	section.frame-main {
		height: 92%;
	}
	div.frame-section {
		height: 94%;
	}
}

@media (max-height : 900px) {
	section.frame-main {
		height: 90%;
	}
	div.frame-section {
		height: 91%;
	}
}

@media (max-height : 800px) {
	section.frame-main {
		height: 91%;
	}
	div.frame-section {
		height: 90%;
	}
}

@media (max-height : 768px) {
	section.frame-main {
		height: 89%;
	}
	div.frame-section {
		height: 89%;
	}
}

@media (min-height : 1000px) {
	.my-register-box {
		margin: 3% auto auto auto;
	}
}

@media (min-width : 600px) {
	.my-register-box {
		width: 600px;
	}
}

@media (min-width : 1280px) {
	.message-register-box {
		width: 1280px;
		margin: 15% auto;
	}
}

@media (min-width : 1100px) {
	.modal-lg {
		width: 1000px;
	}
}

@media (min-width : 1200px) {
	.modal-lg {
		width: 1100px;
	}
}

@media (min-width : 1300px) {
	.modal-lg {
		width: 1200px;
	}
}

@media (min-width : 1400px) {
	.modal-lg {
		width: 1300px;
	}
}

@media (min-width : 1500px) {
	.modal-lg {
		width: 1400px;
	}
}

@media (min-width : 1600px) {
	.modal-lg {
		width: 1500px;
	}
}

@media (min-width : 1700px) {
	.modal-lg {
		width: 1600px;
	}
}

@media (min-width : 1800px) {
	.modal-lg {
		width: 1700px;
	}
}

@media (min-width : 1900px) {
	.modal-lg {
		width: 1800px;
	}
}

.green-portal{
	color:#3A9735
}

.green-portal{
	color:#3A9735
}

.yellow-portal{
	color:#FFD433
}

.alarm-success{
	color:#00a65a
}

.alarm-warning{
	color:#f39c12
}

.alarm-error{
	color:#f56954	
}

.nav-tabs-custom > .nav-tabs > li > a {
    color: #444;
    border-radius: 0 !important;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
/*
.nav>li>a {
    position: relative;
    display: block;
    padding: 8px 10px;
}
*/
.nav>li>a.nav-label {
    position: relative;
    display: block;
    padding: 15px;
}

.navbar-nav>li>a.nav-icon {
    padding: 18px 15px;
}

.text-grey {
  color: #e5e5e5 !important;
}

.label-viewer
{
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    /* font-size: 9px; */
    padding: 2px 3px;
    line-height: .8;
}

@media ( max-height : 700px) {
	.uib-datepicker-popup.dropdown-menu {
		display: block;
    	float: none;
    	margin: 0;
    	top: -25px;
	}
}

.capitalize {
  display: inline-block;  
}

.capitalize::first-letter {
  text-transform: uppercase;
}

/* disabilitato per poter stampare
@media print {
  body * {
    display:none;
  }

  body .printable {
    display:block;
  }
}
*/

/*
.main-header .logo{
	line-height: 44px;
	height: 44px;
}

.main-header .sidebar-toggle {
	padding: 12px 12px;
	}
	
.main-header > .navbar 
{
	min-height: 44px;
}

@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
}
}

.navbar-nav>li>a.nav-icon {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*
@media ( min-height : 600px) {
	section.frame-section {
		height: 91%;
	}
	section.frame-main {
		height: 70%;
	}
}

@media ( min-height : 720px) {
	section.frame-section {
		height: 94vh;
	}
	section.frame-main {
		height: 75%;
	}
}

@media ( min-height : 758px) {
	section.frame-section {
		height: 94vh;
	}
	section.frame-main {
		height: 76%;
	}
}

@media ( min-height : 768px) {
	section.frame-section {
		height: 94vh;
	}
	section.frame-main {
		height: 76%;
	}
}

@media ( min-height : 790px) {
	section.frame-section {
		height: 95vh;
	}
	section.frame-main {
		height: 77%;
	}
}

@media ( min-height : 890px) {
	section.frame-section {
		height: 95vh;
	}
	section.frame-main {
		height: 79%;
	}
}

@media ( min-height : 1000px) {
	.my-register-box {
		margin: 3% auto auto auto;
	}
	section.frame-section {
		height: 95vh;
	}
	section.frame-main {
		height: 82%;
	}
}

@media ( min-height : 1080px) {
	.country_back {
		background-image: url('../../portale_agri/img/country_3.jpg');
		background-size: cover;
	}
	section.frame-section {
		height: 95vh;
	}
	section.frame-main {
		height: 83%;
	}
}

@media ( min-height : 1400px) {
	section.frame-section {
		height: 96vh;
	}
	section.frame-main {
		height: 87%;
	}
}

@media ( min-height : 2000px) {
	section.frame-section {
		height: 96vh;
	}
	section.frame-main {
		height: 91%;
	}
}

@media ( min-width : 600px) {
	.my-register-box {
		width: 600px;
	}
}

@media ( min-width : 768px) {
	.navbar-nav>li>a>.my-top-nav-a {
		padding-top: 18px;
		padding-bottom: 18px;
		line-height: 20px;
	}
}

@media ( min-width : 1280px) {
	.message-register-box {
		width: 1280px;
		margin: 15% auto;
	}
}

@media ( min-width : 1400px) {
	.modal-lg {
		width: 1200px;
	}
}
*/

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }
.bottom5 { margin-bottom:5px; }
.bottom7 { margin-bottom:7px; }
.bottom10 { margin-bottom:10px; }
.bottom15 { margin-bottom:15px; }
.bottom17 { margin-bottom:17px; }
.bottom30 { margin-bottom:30px; }

.padd-top5 { padding-top:5px; }
.padd-top7 { padding-top:7px; }
.padd-top10 { padding-top:10px; }
.padd-top15 { padding-top:15px; }
.padd-top17 { padding-top:17px; }
.padd-top30 { padding-top:30px; }
.padd-bottom5 { padding-bottom:5px; }
.padd-bottom7 { padding-bottom:7px; }
.padd-bottom10 { padding-bottom:10px; }
.padd-bottom15 { padding-bottom:15px; }
.padd-bottom17 { padding-bottom:17px; }
.padd-bottom30 { padding-bottom:30px; }

div.outOfZoom {
  background-color: #CCCCCC
}

li.slider {
	padding-right:10px;
	padding-left:10px;
	margin:15px 10px 0px 20px;
	width: 500px;
}

@media ( max-width : 1400px) {
  li.slider {
    width: 500px;
  }
}

@media ( max-width : 1250px) {
  li.slider {
    width: 400px;
  }
}

@media ( max-width : 1100px) {
  li.slider {
    width: 300px;
  }
}

@media ( max-width : 950px) {
  li.slider {
    width: 200px;
  }
}

.vmiddle {
	display: flex;
	align-items: center;
}

div.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.word-break-all {
	word-break: break-all;
}

div.ios {
	overflow: auto; 
	position: relative; 
	-webkit-overflow-scrolling: touch; 
	height: 75%;
}

div.ios.full {
	overflow: auto; 
	position: relative; 
	-webkit-overflow-scrolling: touch; 
	height: 99%;
}

div.ios.landscape {
	overflow: auto; 
	position: relative; 
	-webkit-overflow-scrolling: touch; 
	height: 99%;
}

div.ios.portrait {
	overflow: auto; 
	position: relative; 
	-webkit-overflow-scrolling: touch; 
	height: 90%;
}

iframe.ios {
	position:relative;
	top: 0px; 
	left: 0px; 
	border: 0 !important; 
	width: 99%;
}

.wrapper.wrapper_content {
	background-color: #ecf0f5;
}

.wrapper.wrapper_content_standalone {
	background-color: #ecf0f5;
}

.small-box.small-box-custom {
	color: #ffffff;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: searchfield-cancel-button;
}

.current_entity {
	background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    padding: 10px 15px;
    border-radius: 3px;
}
.current_entity.blue {
	background: #e2eef5;
	border-color: #e2eef5;
}
.current_entity.pa-sticky {
    position: sticky;
    top: -15px;
    z-index: 4;
}

.current_entity-side-container{
	float: left;
	width: 50px;
	background: #f5f5f5;
}
.current_entity-content-container{
	float: left;
	width: calc(100% - 50px);
}
.current_entity-side-container-img{
	width: 21px;
	height: 21px;
	margin: 5px;
	color: #3c8dbc;
}

.control-sidebar-bg {
  z-index: 400;
}

.control-sidebar {
  z-index: 500;
}

.navbar-default .navbar-nav > li > a:hover {
  background-color: #A4A4A4;
}

.navbar-default .navbar-nav > li > show-layer > a:hover {
  background-color: #A4A4A4;
}

.navbar-default .navbar-nav > li > print-map > a:hover {
  background-color: #A4A4A4;
}

.navbar-default .navbar-nav > li > div > button:hover {
  background-color: #A4A4A4;
}

.navbar-btn-selected {
	background-color: #D4D4D4;
}

button.navbar-btn-selected {
	background-color: #D4D4D4;
}

.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
}

.navbar-default .navbar-right > li > a:focus {
  background-color: #D4D4D4;
}

.navbar-default .navbar-nav > li > div > button:focus {
  background-color: transparent;
}

.navbar-default .navbar-right > li > div > button:focus {
  background-color: #D4D4D4;
}

.pagination {
	margin: 5px 0
}

.control-sidebar {
	padding-top: 15px
} 

.highlight {
	font-weight: bold;
}

div.angucomplete-holder {
	width: 250px
}

.angucomplete-dropdown {
	width: 100%
}

.hide-scrollbar {
	overflow: hidden
}


/***********************************************************************************************************************************************************/
/*PORTAL REFACTORING - MAIN PAGE - START*/
/***********************************************************************************************************************************************************/

.first-page-container{
	height: 100%;
	padding: 0;
}
.first-page-side-menu .row{
    overflow: auto;
	padding-top: 0;
    margin-top: 15px;
    height: calc(100% - 15px);
}
.first-page-side-menu .small-box{
	border-radius: 3px;
	margin-bottom: 15px;
	box-shadow: none;
}
.first-page-side-menu .small-box .inner{
	padding-left: 15px;
}
.first-page-side-menu .small-box .inner h4{
	margin-top: 9px;
    margin-bottom: 11px;
}

.first-page-content{
    padding-top: 15px;
    height: 100% !important;
}

.small-box.small-box-custom{
	position: relative;
}
.small-box.small-box-custom:hover:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(160,160,160,0.2): 
}

/***********************************************************************************************************************************************************/
/*PORTAL REFACTORING - MAIN PAGE - END*/
/***********************************************************************************************************************************************************/


/***********************************************************************************************************************************************************/
/*PORTAL REFACTORING - PORTAL - START*/
/***********************************************************************************************************************************************************/

/*GENERAL*/
.sidebar-menu.scrollable-sidebar{
    overflow: auto;
    height: 100%;
}
.sidebar-menu.scrollable-sidebar.with-header{
    overflow: auto;
    height: calc(100% - 37px);
    padding-bottom: 30px;
}

.frame-section .nav-tabs-custom .nav.nav-tabs + .tab-content{
	height: calc(100% - 45px);
	border-radius: 0;
}

.fill.no-nav {
	width: 100%;
	min-height: auto;
	height: 100%;
	position: absolute;
}

.pa-map-overlay-section{
	z-index: 999;
	position: absolute;
	padding: 0 !important;
}
.pa-map-overlay-section.disable-on-pan, .disable-on-pan{
	z-index: 101 !important;
}
.pa-map-overlay-section.left{
    top: 8px;
    left: 8px;
}

.pa-map-overlay-block{
	display: block;
	float: left;
    margin-bottom: 8px;
	width: 100%;
}
.pa-map-overlay-block.navigation{
	border-radius: 3px;
}
.pa-full-tabs{
	border-radius: 0;
}
.pa-full-tabs .tab-content, .pa-full-tabs .tab-content .tab-pane{
	height: 100%;
}
.pa-full-tabs .tab-content{
	overflow-y: hidden;
}
.pa-full-tabs .tab-content .tab-pane{
	overflow-y: auto;
}

/*LEFT SECTION*/
.pa-map-overlay-filter, .pa-map-overlay-nav, .pa-map-overlay-nav-content{
	float: left;
}

.pa-map-overlay-nav-content{
    width: 100%;
	padding: 0px 15px;
	padding-top: 8px;
    padding-bottom: 10px;
    background: rgba(245, 245, 245, 0.85);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.pa-map-overlay-filter{
    width: 100%;
    padding: 0 7.5px;
    padding-top: 8px;
    background: rgba(245, 245, 245, 0.85);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.pa-map-overlay-filter .form-group{
	margin-bottom: 8px;
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.pa-map-overlay-filter .form-group div.angucomplete-holder{
	width: auto;
}

.pa-map-overlay-nav{
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
    width: 100%;
}
.pa-map-overlay-nav.pa_map_overlay_nav_short{
	width: 49px; 
}
.pa-map-overlay-block.navigation .pa-map-overlay-nav:after{
	content: "";
	right: 0;
	top: 6px;
	bottom: 6px;
	width: 1px;
	background: #FFF;
	position: absolute;
}
.pa-map-overlay-nav > li{
    position: relative;
    display: block;
	float: left;
	flex: 1 1 0px;
}

.input-group-addon.labeled{
    background: none;
    border: 0;
    padding-left: 0;
}

/*MAP BUTTONS*/
.pa-map-overlay-nav > li .pa-map-overlay-btn, .pa-map-side-slide-btn, .pa-map-navigation-btns-container{
	color: #616161 !important;
	background: #FFF;
	height: 44px;
	font-size: 16px;
	line-height: 0 !important;
    text-align: center;
	padding: 0 10px;
	border-radius: 0;
	transition: all 0.15s ease-out;
}
.pa-map-overlay-nav > li .pa-map-overlay-btn {
	width: 100%;
	position: relative;
}
.pa-map-side-slide-btn{
	position: absolute;
	left: -49px;
	top: 0;
	height: 43px;
	width: 49px;
	background: rgba(245, 245, 245, 0.8);
}

.pa-map-overlay-section.left .pa-map-overlay-nav > li:first-of-type .pa-map-overlay-btn {
	border-top-left-radius: 3px; 
}
.pa-map-overlay-section.left .pa-map-overlay-nav > li:last-of-type .pa-map-overlay-btn {
	border-top-right-radius: 3px; 
}

.map-sidebar .pa-map-overlay-nav > li .pa-map-overlay-btn {
	border-radius: 0 !important;
}

.pa-map-overlay-nav > li .dropdown button .caret{
	position: absolute;
	right: 8px;
    top: 22px;
}
.pa-map-overlay-section.left .pa-map-overlay-nav > li .pa-map-overlay-btn::after{
	content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    right: 0;
    border-left: 1px solid #ddd;
}
.pa-map-overlay-section.right .pa-map-overlay-nav > li .pa-map-overlay-btn::after{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #f4f4f4;
}
.pa-map-overlay-nav > li:last-of-type .pa-map-overlay-btn::after {
	content: none;
}
.pa-map-overlay-nav > li .pa-map-overlay-btn:hover, .pa-map-side-slide-btn:hover, .pa-map-navigation-btns-container:hover{
	background: #f5f5f5 !important;
	color: #616161 !important;
}
.pa-map-overlay-nav > li a.pa-map-overlay-btn, .pa-map-side-slide-btn, .pa-map-navigation-btns-container{
	padding-top: 13px;
}
.pa-map-overlay-nav > li .dropdown .pa-map-overlay-btn{
	padding-right: 22px;
}
.pa-map-btn-active, .pa-map-overlay-nav > li .pa-map-overlay-btn.pa-map-btn-active{
	color: #3c8dbc !important;
}
.pa-map-btn-active.pa-map-with-arrow:before, .pa-map-overlay-nav > li .pa-map-overlay-btn.pa-map-btn-active.pa-map-with-arrow:before{
	content: "";
    border-color: transparent transparent rgba(140, 140, 140, 0.2);
    position: absolute;
	left: calc(50% - 10px);
    border-width: 0 10px 8px;
    border-style: solid;
    bottom: 0;
}


/*ALERT*/
.pa-map-overlay-block .alert{
	padding: 6px 15px;
	padding-right: 5px;
	font-size: 13.5px;
	border: 0 !important;
}
.pa-map-overlay-block .alert-info{
	color: #31708f !important;
    background-color: rgba(217, 237, 247, 0.85) !important;
    border-color: rgba(188, 232, 241, 0.85) !important;
}
.pa-map-overlay-block .alert-warning{
    color: #8a6d3b !important;
    background-color: rgba(252, 248, 227, 0.85) !important;
    border-color: rgba(250, 235, 204, 0.85) !important;
}
.pa-map-overlay-block .alert-danger{
    color: #a94442 !important;
    background-color: rgba(242, 222, 222, 0.85) !important;
    border-color: rgba(235, 204, 209, 0.85) !important;
}
.pa-map-overlay-block .alert-success{
    color: #3c763d !important;
    background-color: rgba(223, 240, 216, 0.85) !important;
    border-color: rgba(214, 233, 198, 0.85) !important;
}


/*RIGHT SECTION*/
.pa-map-overlay-section.right{
	top: auto;
	right: auto;
	position: relative;
	float: left;
	height: 100%;
	width: 50px;
    position: absolute;
    left: -50px;
}
.pa-map-overlay-section.right .pa-map-overlay-nav{
	display: block;
	border-right: 1px solid #f4f4f4;
}
.pa-map-overlay-section.right .pa-map-overlay-nav > li {
	width: 100%;
}

#map_div-dummy-container{
	position: relative;
	z-index: -1;
}

.pa-map-sidebar{
	top: 0;
	transition: right .3s ease-in-out;
	position: absolute;
	z-index: 500;
}
.pa-map-sidebar{
	position: relative;
	float: right;
	top: auto;
	right: -100%;
}
.pa-map-sidebar.pa-map-s-show{
	right: 0;
}

.pa-map-sidebar{
	position: absolute;
	top: 0;
	right: 0;
}

.pa-map-sidebar {
	border-left: none;
	background: #ffffff;
	background: #f5f5f5;
	height: 100% !important;
	padding: 0 !important;
}
.pa-map-sidebar .container-fluid{
    height: 100%;
    width: 100%;
	padding-top: 15px;
	overflow: auto;
	background: #FFF;
}
.pa-map-overlay-nav > li .pa-map-overlay-btn.navbar-btn-selected:before{
	content: "";
	position: absolute;
	background: #3c8dbc;
	top: 0;
	bottom: 0;
	right: -1px;
	width: 2px;
	transition: all 0.15s ease-out;
}

/*FIX FOR EDGE #29094*/
section.frame-main{
	overflow-y: hidden;
}

/*VARIOUS*/
#scalimeter > div:first-of-type{
	background: rgba(255, 255, 255, 0.7) !important;
    opacity: 1 !important;
}

/*SMALL SCREENS*/
.pa-map-navigation-btns-container{
	display: none;
	float: left;
	height: 44px;
    width: 49px;
    border-radius: 3px;
	margin-bottom: 8px;
	cursor: pointer;
	clear: both;
}
.pa-map-navigation-btns-container.pa-map-btn-active{
	color: #3c8dbc !important;
}
@media screen and (min-width: 992px){/*up 1024x768*/
	.pa-map-overlay-section.left{
		width: 415px;
	}
	.pa-map-sidebar{
		width: 470px;
	}
	#map_div-dummy-container:not(.col-sm-12){
		width: calc(100% - 470px);
	}
}
@media screen and (max-width: 991px){/*down 1024x768*/
	.pa-map-overlay-block.navigation{
		clear: both;
		transition: all 0.15s ease-out;
	}
	.pa-map-overlay-block.navigation{
		display: none;
	}
	.pa-map-overlay-block.navigation.show-navigation{
		display: block;
	}
	.pa-map-overlay-block.pa-map-alert{
		width: auto;
		position: absolute;
	    top: 0px;
	    left: 58px;
	}
	.pa-map-overlay-block.pa-map-alert .alert{
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	.pa-map-navigation-btns-container{
		display: block;
	}
	.pa-map-overlay-block.navigation > .pa-map-overlay-nav{
		display: inline-block;
		width: 49px;
		float: left;
	}
	.pa-map-overlay-block.navigation li{
		display: block;
		float: left;
		width: 100%;
	}
	.pa-map-overlay-section.left .pa-map-overlay-nav > li:first-of-type .pa-map-overlay-btn, .pa-map-overlay-section.left .pa-map-overlay-nav > li:last-of-type .pa-map-overlay-btn{
		border-radius: 0;
	}
	.pa-map-overlay-section.left .pa-map-overlay-nav > li:first-of-type .pa-map-overlay-btn{
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	.pa-map-overlay-section.left .pa-map-overlay-nav > li:last-of-type .pa-map-overlay-btn{
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	.pa-map-overlay-section.left .pa-map-overlay-nav .pa-map-filter-btn.pa-map-btn-active{
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}
	
	.pa-map-overlay-section.left .pa-map-overlay-nav > li .pa-map-overlay-btn::after{
		content: none;
	}
	.pa-map-btn-active.pa-map-with-arrow:before, .pa-map-overlay-nav > li .pa-map-overlay-btn.pa-map-btn-active.pa-map-with-arrow:before{
		bottom: auto;
	    left: auto;
	    right: -7px;
	    top: calc(50% - 2px);
	    transform: rotate(-90deg);
	    z-index: 9;
		border-width: 0 10px 7px;
	}
	
	.pa-map-overlay-block.navigation {
		background: none;
	}
	.pa-map-overlay-block.navigation .pa-map-overlay-filter, .pa-map-overlay-block.navigation .pa-map-overlay-nav-content{
		display: inline-block;
		float: left;
		width: calc(100% - 50px);
		background: rgba(245, 245, 245, 0.85);
	    margin: 0;
	    padding: 0;
	    padding-top: 8px;
	}
	.pa-map-overlay-block{
		margin-bottom: 0;
	}
	.pa-map-overlay-block.navigation .pa-map-overlay-nav-content{
		padding-bottom: 10px;
    	padding-left: 10px;
		position: absolute;
    	top: 52px;
    	bottom: 0px;
	}
}

/***********************************************************************************************************************************************************/
/*PORTAL REFACTORING - PORTAL - END*/
/***********************************************************************************************************************************************************/


/***********************************************************************************************************************************************************/
/*PORTAL REFACTORING - SIDEBAR - START*/
/***********************************************************************************************************************************************************/

/*CENTRO AZIENDALE*/
.pa-map-entity-container{
	border-left: 2px solid #3c8dbc;
	position: relative;
	padding-left: 10px;
}
.pa-map-entity-container .pa-map-title-entity{
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    display: block;
    font-weight: 800;
}
.pa-map-entity-container:after{
	content: "";
    bottom: 0;
    left: -2px;
    right: 0;
    height: 2px;
    position: absolute;
    width: 100%;
    background: #FFF;
}
.pa-map-entity{
	display: flex;
    flex-wrap: wrap;
	width: 100%;
}
.pa-map-entity li{
	padding: 0;
	margin: 0;
}
.pa-map-entity.nav-pills>li+li{
	margin-left: 0;
}
.pa-map-entity li a{
	color: #666;
    background: #f4f4f4;
    background: #eee;
    padding: 0 10px;
    padding-right: 0;
	line-height: 30px;
    height: 34px;
	margin-bottom: 2px;
    margin-right: 2px;
	transition: all 0.15s ease-out;
}
.pa-map-entity li a:hover{
	background: #ddd;
}
.pa-map-entity li a.active{
	background: #3c8dbc;
	color: #FFF;
	border-color: #3c8dbc;
}
#pa-map-entity_selection .caret{
	float: right;
	margin-top: 8px;
}
#pa-map-entity_selection .btn-primary:focus, #pa-map-entity_selection .btn-primary:active{
	background-color: #3c8dbc;
    border-color: #367fa9;
}
.left-bar-separated{
	position: relative;
	padding-left: 3px;
    margin-left: 3px;
}
.left-bar-separated:after{
    content: '';
    background: rgb(110,110,110);
    position: absolute;
    top: 1px;
    bottom: 1px;
    width: 1px;
    left: -2px;
}
#pa-map-entity_selection .btn-primary:hover {
    background-color: #367fa9;
}
#pa-map-entity_selection .dropdown-menu{
	width: calc(100% - 30px);
	margin: 0 15px;
}

.pa-sidebar-small.info-box.pa-custom{
	min-height: 80px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}
.pa-sidebar-small.info-box.pa-custom .info-box-icon{
    height: 83px;
    width: 80px;
    font-size: 32px;
    line-height: 83px;
    background: #FFF !important;
    color: #00c0ef !important;
}
.pa-sidebar-small.info-box.pa-custom .info-box-content{
	margin-left: 80px;
    padding: 9px 16px;
    padding-left: 0;
    border-left: 0;
    width: calc(100% - 80px);
}
.pa-sidebar-small.info-box.pa-custom .info-box-text{
	width: 100%;
}
.pa-sidebar-small.info-box.pa-custom .info-box-icon .fa{
    padding: 8px 16px;
    border-radius: 100%;
    background: rgba(0, 192, 239, 0.09);
}
.pa-sidebar-small.info-box.pa-custom .info-box-number{
	font-size: 16px;
    padding-top: 7px;
    margin-bottom: 16px;
}

.box-body-btns-container{
    padding: 10px 0px;
    padding-right: 15px;
	padding-bottom: 5px;
    display: inline-block;
    width: 100%;
}
.info-box-btns-container{
    float: right;
}

.current_entity-paragraph{
    float: left;
    width: 100%;
    display: inline-block;
}
.current_entity-top-btn-container{
    float: right;
    display: inline-block;
}
.current_entity-btn-section{
    margin: 0;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: -7px;
}
.current_entity-top{
    float: left;
    display: inline-block;
    margin-top: -11px;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
	padding: 10px 15px;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.current_entity-top-title{
	display: inline-block;
    color: #2e6da4;
/*     background: #3c8dbc26; */
    padding: 7px 10px;
    padding-left: 0;
    border-radius: 4px;
    max-width: calc(100% - 93px);
}

.pa-switch-container{
	display: inline-block;
    margin-top: 6px;
}
.pa-switch-container .material-switch{
	display: inline-block;
	margin-left: 5px;
}

.entity-bnt-row{
	margin: 0 -3.5px;
}
.entity-bnt-container{
	padding: 0px 3.5px;
	margin-bottom: 2px;
}

.current_entity-pagination-section{
	padding-top: 10px;
    border-top: 1px solid #e3e3e3;
    border-color: #90bfda;
    margin: 0;
    margin-top: 10px;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
}
.current_entity-pagination-text{
    float: left;
    line-height: 32px;
    color: rgb(90,90,90);
}
.current_entity-pagination-btn-container{
	float: right;
}

.info-box-content-small{
	font-size: 12px;
}

.row-pa-lots-filter{
    margin-top: 10px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}
.pa-map-lot-list{
	border: 1px solid #e3e3e3;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
}
.pa-map-lot-row{
	border-top: 1px solid #e3e3e3;
	padding: 5px 15px;
	position: relative;
	transition: all 0.15s ease-out;
}
.pa-map-lot-row.active{
	background: #f4f4f4;
}
.pa-map-lot-list .pa-map-lot-row:first-of-type{
	border-top: 0;
}
.row-map-lot-row-text{
    width: calc(100% - 35px);
    float: left;
	padding-right: 5px;
}
.row-map-lot-row-icon{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
}
.row-map-lot-row-icon2{
    position: absolute;
    top: 0;
    right: 50px;
    bottom: 0;
    width: 50px;
}
.row-map-trap-row-text{
    width: calc(100% - 140px);
    float: left;
	padding-right: 5px;
}
.row-map-trap-row-thumb{
    position: absolute;
    top: 0;
    right: 50px;
    bottom: 0;
    width: 100px;
    margin-right: 5px;
}
.trap-thumb{
	max-width: 100px;
	max-height: 100px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;	
}
.row-map-main-button{
	width: 100%;
	height: 100%;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-radius: 0;
	border-color: #e3e3e3 !important;
	transition: all 0.15s ease-out; 
}
.row-map-main-button:hover, .row-map-main-button:active, .row-map-main-button:focus, .row-map-main-button.focus, .row-map-main-button.active{
	border-color: #e3e3e3 !important;
	outline: none !important;
}
.row-map-main-button2{
	width: 100%;
	height: 50%;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-radius: 0;
	border-color: #e3e3e3 !important;
	transition: all 0.15s ease-out; 
}
.row-map-main-button2:hover, .row-map-main-button2:active, .row-map-main-button2:focus, .row-map-main-button2.focus, .row-map-main-button2.active{
	border-color: #e3e3e3 !important;
	outline: none !important;
}
.pa-map-lot-row.active .row-map-main-button{
	cursor: default !important;
	background: #e3e3e3 !important;
	border-color: #e3e3e3 !important;
}
.pa-map-lot-row.active .row-map-main-button + .tooltip{
	display: none !important;
}

.row-map-lot-list-pagination{
	border-top: 1px solid #e3e3e3;
    padding-top: 5px;
}

.pa-slide-detail-container{
    border: 1px solid #e3e3e3;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}
.pa-slide-detail-btns{
	background: #f5f5f5;
    text-align: center;
	border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding-top: 10px;
}

/***********************************************************************************************************************************************************/
/*PORTAL REFACTORING - SIDEBAR - START*/
/***********************************************************************************************************************************************************/


/***********************************************************************************************************************************************************/
/*PORTAL REFACTORING - COMMON THINGS - START*/
/***********************************************************************************************************************************************************/

.btn{
	position: relative;
}
.btn-icon-absolute{
    position: absolute;
    left: 7px;
    top: 9px;
}
.box-shadow-none{
	box-shadow: none !important;
}
.info-box{
	background: #FFF !important;
}

.custom-scrollbar-dark::-webkit-scrollbar{
	width: 7px;
	overflow: auto;
}
.custom-scrollbar-dark::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(130,130,130,0.7);
}
.custom-scrollbar-dark::-webkit-scrollbar-track {
	border-radius: 10px;
/* 	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); */
	background: rgba(100,100,100,0.15);
}

.custom-scrollbar-light::-webkit-scrollbar{
	width: 7px;
	overflow: auto;
}
.custom-scrollbar-light::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(130,130,130,0.7);
	background: hsla(199, 18%, 76%, 0.7);
}
.custom-scrollbar-light::-webkit-scrollbar-track {
	border-radius: 10px;
/* 	-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.2); */
/* 	background: rgba(130,130,130,0.25); */
/* 	background: hsla(199, 18%, 76%, 0.22); */
}

.iframe-full-ap{
    border: none;
    margin: 0;
    padding: 0;
	width: 100%;
    height: 100%;
    display: block;
}

.h-100{
	height: 100% !important;
	overflow-y: hidden !important;
}
.h-100-15{
	height: calc(100% - 15px) !important;
	overflow-y: hidden !important;
}
.h-100-30{
	height: calc(100% - 30px) !important;
	overflow-y: hidden !important;
}
.h-100-45{
	height: calc(100% - 45px) !important;
	overflow-y: hidden !important;
}
.h-100-50{
	height: calc(100% - 50px) !important;
	overflow-y: hidden !important;
}
.h-100-250{
	height: calc(100% - 250px) !important;
	overflow-y: hidden !important;
}
.w-100{
	width: 100% !important;
}

.p-20{
	padding: 20px !important;
}
.pt-20{
	padding-top: 20px !important;
}
.pb-20{
	padding-bottom: 20px !important;
}
.pl-20{
	padding-left: 20px !important;
}
.pr-20{
	padding-right: 20px !important;
}

.p-15{
	padding: 15px !important;
}
.pt-15{
	padding-top: 15px !important;
}
.pb-15{
	padding-bottom: 15px !important;
}
.pl-15{
	padding-left: 15px !important;
}
.pr-15{
	padding-right: 15px !important;
}

.p-10{
	padding: 10px !important;
}
.pt-10{
	padding-top: 10px !important;
}
.pb-10{
	padding-bottom: 10px !important;
}
.pl-10{
	padding-left: 10px !important;
}
.pr-10{
	padding-right: 10px !important;
}

.p-5{
	padding: 5px !important;
}
.pt-5{
	padding-top: 5px !important;
}
.pb-5{
	padding-bottom: 5px !important;
}
.pl-5{
	padding-left: 5px !important;
}
.pr-5{
	padding-right: 5px !important;
}

.p-0{
	padding: 0px !important;
}
.pt-0{
	padding-top: 0px !important;
}
.pb-0{
	padding-bottom: 0px !important;
}
.pl-0{
	padding-left: 0px !important;
}
.pr-0{
	padding-right: 0px !important;
}

.m-15{
	margin: 15px !important;
}
.mt-15{
	margin-top: 15px !important;
}
.mb-15{
	margin-bottom: 15px !important;
}
.ml-15{
	margin-left: 15px !important;
}
.mr-15{
	margin-right: 15px !important;
}

.m-20{
	margin: 20px !important;
}
.mt-20{
	margin-top: 20px !important;
}
.mb-20{
	margin-bottom: 20px !important;
}
.ml-20{
	margin-left: 20px !important;
}
.mr-20{
	margin-right: 20px !important;
}

.m-10{
	margin: 10px !important;
}
.mt-10{
	margin-top: 10px !important;
}
.mb-10{
	margin-bottom: 10px !important;
}
.ml-10{
	margin-left: 10px !important;
}
.mr-10{
	margin-right: 10px !important;
}

.m-5{
	margin: 5px !important;
}
.mt-5{
	margin-top: 5px !important;
}
.mb-5{
	margin-bottom: 5px !important;
}
.ml-5{
	margin-left: 5px !important;
}
.mr-5{
	margin-right: 5px !important;
}

.m-0{
	margin: 0px !important;
}
.mt-0{
	margin-top: 0px !important;
}
.mb-0{
	margin-bottom: 0px !important;
}
.ml-0{
	margin-left: 0px !important;
}
.mr-0{
	margin-right: 0px !important;
}

.fs-18{
	font-size: 18px !important;
}
.fs-16{
	font-size: 16px !important;
}
.fs-15{
	font-size: 15px !important;
}
.fs-14{
	font-size: 14px !important;
}
.fs-13{
	font-size: 13px !important;
}
.fs-12{
	font-size: 12px !important;
}
.fs-10{
	font-size: 10px !important;
}

.fl-right{
	float: right;
}
.fl-left{
	float: left;
}

.fw-n{
	font-weight: 400;
}
.fw-b{
	font-weight: 800;
}

.box.with-border{
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    box-shadow: none;
}
.box.with-border .box-header{
	border-bottom: 1px solid #f4f4f4;
}

.info-box{
	background: #f4f4f4;
	box-shadow: none;
}
.info-box-text{
	text-transform: none;
}
.light{
	color: rgb(140,140,140);
}
input:focus, textarea:focus, select:focus, button:focus, .btn:focus, :focus{
    outline: none !important;
}


.material-switch > input[type="checkbox"] {
    display: none;   
}
.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}
.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
/*     box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); */
	border: 1px solid #b3b3b3;
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
    border-color: transparent;
}

/***********************************************************************************************************************************************************/
/*PORTAL REFACTORING - COMMON THINGS - END*/
/***********************************************************************************************************************************************************/


/***********************************************************************************************************************************************************/
/*PORTAL REFACTORING - UPDATE LAYOUT LTE - START*/
/***********************************************************************************************************************************************************/

.small-box .my-box-icon-little {
    transition: all 0.1s linear;
}
.small-box:hover .my-box-icon-little {
    top: 6px;
}

/***********************************************************************************************************************************************************/
/*PORTAL REFACTORING - UPDATE LAYOUT LTE - END*/
/***********************************************************************************************************************************************************/

div.legend_grad {
	height: 10px;
	background-color: black;
}
span.legend_grad {
	display: inline-block;
	font-size: x-small;
}

/***********************************************************************************************************************************************************/
/*SOVRASCRIVE ALLINEAMENTO CAROUSEL BOOTSTRAP*/
/***********************************************************************************************************************************************************/
.carousel-caption {
	top: 0;
	bottom: auto;
}

/* #30839 - selezione dei caratteri durante lo spostamento di un vertice - Edge */
aside.pa-map-sidebar {
   -ms-user-select: none;
}

div.pa-map-overlay-section {
   -ms-user-select: none;
}

div.nav-tabs-flex > .nav-tabs-custom > .nav-tabs{
    display: flex;
}
div.nav-tabs-flex > .nav-tabs-custom > .nav-tabs li {
    display: flex;
    flex: 1;
    margin-right: 0px;
}
div.nav-tabs-flex > .nav-tabs-custom > .nav-tabs li  a {
    flex: 1;
}

.modal-open .modal {
    overflow-x: auto;
}

div.modal-img-container > .modal-dialog {
	height: calc(100% - 60px);
}
div.modal-img-container > .modal-dialog > .modal-content {
	height: 100%;
	width: 100%;
}
div.modal-img-container > .modal-dialog > .modal-content > .modal-body {
	width: 100%;
	height: calc(100% - 50px);
	padding: 0;
	overflow: auto;
}
div.modal-img-container > .modal-dialog > .modal-content > .modal-body div .carousel-inner {
	overflow: unset;
}
div.modal-container > .modal-dialog {
	height: calc(100% - 60px);
}
div.modal-container > .modal-dialog > .modal-content {
	height: 100%;
	width: 100%;
	overflow: auto;
}

div.row-container {
	display: table;
	empty-cells: show;
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	border-top: 5px solid transparent;
}
div.first-row {
	display: table-row;
	overflow: auto;
	font-weight: bold;
}
div.second-row {
	display: table-row;
	height: 100%;
	overflow: hidden;
}
div.second-row iframe {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
	display: block;
}
div.modal-body-100h {
	height: calc(100% - 65px);
}