/*
BUILDESK

Powered by iVision Group
info: www.ivision.digital

CSS version 1.0
*/

@import "style.css";

body {

}

#app {
	display: none;
}

#login {
	height:100vh;
}

#login #sfondo {
	background: linear-gradient(to right, rgba(45,206,137,0.75) 0%, rgba(23,102,157,0.75) 100%);
	height: 100vh;
}

#login .card {
	width:350px;
	position: fixed;
	top:50%; left: 50%;
	transform:translate(-50%,-50%);

}

#login #logologin {text-align: center; margin-bottom:30px;}

#login #accesso input[type='text'] {
	margin-bottom:10px;
}

header {
	height:295px;
	background: linear-gradient(to right, rgba(45,206,137,0.75) 0%, rgba(23,102,157,0.75) 100%);
}


#exit {
	cursor: pointer;
}
#user {
	right:15px;
	color:#fff;
	font-size: 0.75em;
height:20px;
}

#user #nomeutente {
	position: relative;
	padding-right:30px;
	display: inline-block;
}
#user #exit {
	position: absolute;
	display: inline-block;
	top:50%;
	right:15px;
	transform:translateY(-50%);
}

#user #exit i {
	font-size:2em;
}



#logo {
	width:250px;
	padding:25px 15px;
}

#logo img, #logologin img {
	width:50px; height: auto;
	display: inline-block;	
	margin-right:10px;
}

#logo span, #logologin span {
	display: inline-block;
	font-family: 'Bree Serif', serif;
	font-size:1.6em;
	text-transform: uppercase;
	background: linear-gradient(to right, rgba(45,206,137,1) 0%, rgba(23,102,157) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
}

main header>div {
	padding-top:22px;
}

#currentpage {
	font-family: 'Bree Serif', serif;
	color:#fff;
	text-transform: uppercase;
}

nav {
	position: fixed;
	width:250px;
	height: 100vh;
	left:0;
	background: #fff;
	z-index:11;
}

nav ul {
	padding:0;
}

nav ul a {
	display: block;
	padding:15px 0 15px 10px;
	background-image: linear-gradient(to right, #fff 0%, #fff 50%,rgba(45,206,137,1) 50.1%, rgba(23,102,157,1) 100%);
	-webkit-transition: all 0.25s; /* Safari prior 6.1 */
	background-size: 200% auto;
	transition: all 0.25s;
	color:#36ba99;
}
nav ul a:hover,nav ul a.active {
	background-image: linear-gradient(to right, #fff 0%, #fff 50%,rgba(45,206,137,1) 50.1%, rgba(23,102,157,1) 100%);
	background-position: right center;
	color:#fff;
	text-decoration: none;
}

nav ul li a i {
	font-size:1.5em;
	margin-right:5px;
	vertical-align: text-bottom;
}

nav #copy {
	position: absolute;
	width: 100%;
	bottom:4px;
	text-align:center;
}


main {
	position: fixed;
	width:calc(100vw - 250px);
	height: 100vh;
	left:250px;
	background:#efefef;
	overflow-y: auto;
	overflow-x: hidden;

}

main section {
	margin-top:-6em;
}

.card {border:none;
padding:10px;
margin-bottom:15px;}

.card .cmds {
	position: absolute;
	top:10px; right:10px;
}

#progress {
	position: fixed;
	width:calc(100vw - 250px);
	height: 3px;
	top:55px;
	left:250px;	
	z-index:10000000;
}

#progress #bar {
	width: 0%;
	height:3px;
	background: linear-gradient(to right, #36ba99 0%, #035dab 100%);

}

.filtradrop {
	margin-top:-9px;
	border:none;
	background: rgba(0,0,0,0.05);
	border-radius:5px 5px 0 0;
}

.dd1 {
	max-height: 50vh;
	overflow: auto;
}

.clear-fix {clear:both;}

.blocco {
	background: #fff;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
	border-radius: 5px;
	padding:5px;
	margin:-5px -5px 20px -5px;
}

th[scope="row"]{
	font-family: 'Bree Serif', serif;
	color:#36ba99;
}


.modal-dialog .icon-ok {
	background:#28a745;
	color:#fff;
	border-radius: 50%;
	padding:5px;
}

.modal-dialog .icon-ko {
	background:#dc3545;
	color:#fff;
	border-radius: 50%;
	padding:5px;
}

body.modal-open main, body.modal-open nav {filter:blur(2px);}
/* home */

.buttonfloat .btn-group {
	position: absolute;
	top:50%;
	transform:translateY(-50%);z-index: 1000;
}

.condominio, .anno {
	float:left;
}
.anno {margin-left:50px;}

/* anagrafica condominio */

#foto_condominio img {
	width: 100%;
	height: auto;
}


/* autocomplete */

ul.ui-menu {
	width:320px !important;
	border:solid #cecece 1px;
	background: #fff;
	list-style: none;
	padding:0;
	position: absolute;
}

.typeahead.dropdown-menu li a {
	padding:10px 0 10px 10px;
	cursor: pointer;
	color:#000;
}

ul.ui-menu li.ui-menu-item div:hover, ul.ui-menu li.ui-menu-item div:active, ul.ui-menu li.ui-menu-item div:focus,
.typeahead.dropdown-menu li.active {
	background-color: #f8f9fa;
}


/* popup aiuto */
.highlight tr:hover{
	background: #cecece;
	cursor: pointer;
}



/* testi */

h1 {
	font-family: 'Bree Serif', serif;
	color:#C1C5CA;
}

h6 {font-family: 'Bree Serif', serif;}
p {
	font-family: 'Lato', sans-serif;
}

.rifcondo h1 {
	background: linear-gradient(to right, #36ba99 0%, #035dab 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
	float:left;
}

.label span {
	background: linear-gradient(to right, #36ba99 0%, #035dab 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
	float:left;
	font-family: 'Bree Serif', serif;
	font-size:2em;
	cursor: pointer;
}

.rifcondo .dropdown-toggle::after {margin-top:22px}

.rifcondo h1:nth-child(2) {
	padding-left:100px;
	color:#fff;

}

nav #copy a {font-size:0.75em; color:#aaa;}

.center {
	text-align: center;
}

.custom-control-label {
	margin-left:15px;
}



@media only screen and (max-width: 990px) {

#logo {
	width:50px;
	padding:5px;
}
#logo img {
	clear:both;
	width:40px;
}
#logo span {
	font-size:0.55em;
}
  nav {
  	width: 50px;
  }
  nav a span{
  	display: none
  }
  nav a i {
  	margin-left: 2px;
  }
  nav #copy {
  	position: fixed;
  	background:#fff;
  	bottom:0;
  	padding-top:2px;
  	padding-bottom: 2px;
  }
  main {
  	width: calc(100vw - 50px);
	height: 100vh;
	left: 50px;
	padding-bottom:50px;
  }
  .col-form-label-sm {
  	font-size:0.75em !important;
  }

  table.table {
  	font-size:0.75em;
  }
}