/* CSS
   
 ____________________________________________________________
|                                                            |
|  SOFTWARE + goBuildApp 2.000  { http://goBuildApp.com }    |
|    ENGINE + Complic  { http://complic.eu }                 |
|      DATE + 2014 Giugno                                    |
|   CREDITS + Complic                                        |
| COPYRIGHT + Copyright Complic 2014                         |
|____________________________________________________________|

*/

/* inizio css */

@font-face {
    font-family: 'gobuildapp-icon';
    src: url('/font/gobuildapp/icon/gobuildapp-icon.eot');
    src: url('/font/gobuildapp/icon/gobuildapp-icon.eot?#iefix') format('embedded-opentype'),
         url('/font/gobuildapp/icon/gobuildapp-icon.woff') format('woff'),
         url('/font/gobuildapp/icon/gobuildapp-icon.ttf') format('truetype'),
         url('/font/gobuildapp/icon/gobuildapp-icon.svg#/font/gobuildapp/icon/gobuildapp-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	outline: 0;
	font-family: 'Roboto', Arial, sans-serif;
}
ul,ol,li {
	list-style: none;
	position: relative;
}
body,a,input {
	color: #3E3E3E;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
body {
	behavior: url(IE_hover.htc);
	overflow-x: hidden;
	background-color: #FFF;
}

img,fieldset {
	border: 0;
}
a {
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #DB2815;
}
h1,h2,h3,h4,h5,p {
	display: block;
}
h1 {
	background: none;
	color: #000;
	font-size:22px;
}
h2 {
	font-size: 25px;
	line-height: 25px;
	margin:15px 0 15px;
	color: #3E3E3E;
}
h3 {
	font-size: 18px;
	margin: 0 0 15px;
	color: #3C3C3C;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	color: #3C3C3C;
	margin: 15px 0 15px;
	
}
h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 10px;
	color: #3E3E3E
}
p {
	font-size: 13px;
	color: #3C3C3C;
}
/* a, p, h1, h2, h3, h4, h5, div {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
} */
.upper {
	text-transform:uppercase;
}
.margin05 {
	margin: 5px;
}
.margin10 {
	margin: 10px;
}
.margin15 {
	margin: 15px;
}
.clear {
	clear:both;
	overflow:hidden;
}
.padd_left {
	margin-left: 25px;
}
.padd_right100 {
	padding-right: 76px;
}
.colonne {
	column-count: 2;
	column-gap: 30px;
	column-width: 330px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	-webkit-column-width: 330px;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-moz-column-width: 330px;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.loading {
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin: 10px 0;
}

/* Body */
#body {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Header */
#header {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 74px;
	border-bottom: 1px solid #7A7A7A;
	position: fixed;
	z-index: 9999;
	background: rgba(241,141,1,1);
	background: -moz-linear-gradient(-45deg, rgba(241,141,1,1) 0%, rgba(193,29,31,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(241,141,1,1)), color-stop(100%, rgba(193,29,31,1)));
	background: -webkit-linear-gradient(-45deg, rgba(241,141,1,1) 0%, rgba(193,29,31,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(241,141,1,1) 0%, rgba(193,29,31,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(241,141,1,1) 0%, rgba(193,29,31,1) 100%);
	background: linear-gradient(135deg, rgba(241,141,1,1) 0%, rgba(193,29,31,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f18d01', endColorstr='#c11d1f', GradientType=1 );
}
#header h1 {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 205px;
    background-image: url(/images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75px;
    text-indent: -9999px;
    z-index: 9999;
}

/* Actions */
#header ul.actions {
	position: absolute;
	top: 0px;
	left: 215px;
	height: 75px;
	right: 0px;
	table-layout: fixed;
	overflow: hidden;
}
#header ul.actions li {
	text-align: center;
	height: 74px;
	text-transform: uppercase;
	display: table-cell;
	transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s; 
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
#header ul.actions li a {
	display: block;
	color: #FFF;
	padding-top: 29px;
	padding-left: 15px;
	padding-right: 15px;
	height: 37px;
	color: #9E9EA0;
}
#header ul.actions li.current a {
	border-bottom: 9px #DB2815 solid;
	color: #FFF;
}
#header ul.actions li:hover a {
	height: 39px;
	border-bottom: 9px #DB2815  solid;
	color: #FFF;
}
#header .rightangle {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 74px;
	padding-left: 15px;
}
#header .rightangle .user {
	-webkit-border-radius: 54px;
	-moz-border-radius: 54px;
	border-radius: 54px;
	border: 2px solid white;
	margin: 16px;
	width: 40px;
	height: 40px;
	background: white;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	vertical-align: top;
}

/* rightangle menu */
#header .rightangle .usermenu {
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	padding: 0;
	text-align: left;
	pointer-events: none;
	top: 50px;
	right: 10px;
	padding: 10px;
	background-color: #C7C7C7;
	z-index: 9999;
	-webkit-transition: visibility 0.3s, opacity 0.3s;
	-moz-transition: visibility 0.3s, opacity 0.3s;
	transition: visibility 0.3s, opacity 0.3s;
	width: 200px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#header .rightangle .usermenu.visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
#header .rightangle .usermenu:after {
	content: "";
	position: absolute;
	pointer-events: none;
	top: -10px;
	right: 16px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #C7C7C7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#header .rightangle .usermenu li a {
	padding: 5px 2.3em 5px 0.6em;
	display: block;
	font-size: 12px;
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	border-top: 1px solid #fff;
}
#header .rightangle .usermenu li:first-child a {
	border-top: none;
}
#header .rightangle .usermenu li a:hover,
#header .rightangle .usermenu li a:active {
	color: #999;
}

/* search bar */
#header .rightangle .searchbar {
	width: 40px;
	height: 42px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	text-align: right;
	overflow: hidden;
	vertical-align: top;
	margin: 16px 0px;
	position: relative;
	-webkit-transition: width 0.2s;
	-moz-transition: width 0.2s;
	transition: width 0.2s;
}
#header .rightangle .searchbar:hover, #header .rightangle .searchbar.open {
	width: 260px;
}
#header .rightangle .searchbar .ico {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	width: 50px;
	height: 40px;
	position: absolute;
	top: 3px;
	right: 0px;
	font-family: 'gobuildapp-icon';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFF;
	text-align: center;
	font-size: 48px;
}
#header .rightangle .searchbar .ico.search:before {
	content: "F";
}
#header .rightangle .searchbar .wrapper {
	position: absolute;
	right: 10px;
	top: 6px;
	bottom: 10px;
	width: 245px;
}
#header .rightangle .searchbar .wrapper #_q {
	-webkit-appearance: none;
	border: none;
	border-bottom: 1px solid #FFF;
	font-size: 13px;
	text-align: left;
	width: 200px;
	background-color: transparent;
	color: #FFF;
	margin-right: 40px;
	padding: 5px;
}
#header .rightangle .searchbar .wrapper #_q::-webkit-input-placeholder {
   color: #C7C7C7;
}
#header .rightangle .searchbar .wrapper #_q:-moz-placeholder {
   color: #C7C7C7;  
}
#header .rightangle .searchbar .wrapper #_q::-moz-placeholder {
   color: #C7C7C7;  
}
#header .rightangle .searchbar .wrapper #_q:-ms-input-placeholder {  
   color: #C7C7C7;  
}

/* Menu */
#menu {
	position: absolute;
	top: 75px;
	width: 50px;
	left: 0px;
	bottom: 0px;
	display: block;
	background-color: #000;
	transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s; 
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	overflow: hidden;
	z-index: 9999;
}
#menu .menu .title {
	width: 200px;
	margin: 15px 0 5px 15px;
	font-size: 14px;
	font-weight: 300;
	opacity: 1;
	-moz-transition: opacity ease-in-out 0.5s;
	-webkit-transition: opacity ease-in-out 0.5s;
	-o-transition: opacity ease-in-out 0.5s;
	-ms-transition: opacity ease-in-out 0.5s;
	transition: opacity ease-in-out 0.5s;
	color: #000;
}
#menu .menu ul {
	list-style: none;
}
#menu .menu ul li {
	display: block;
	width: 186px;
	height: 40px;
	border-top: 1px solid rgba(1, 1, 1, 0.1);
}
#menu .menu ul li a {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	border: 0px;
	padding-left: 50px;
	padding-top: 14px;
}
#menu .menu ul li:last-child {
	border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}
#menu .menu ul li:hover {
	background: rgba(1, 1, 1, 0.04);
}
#menu .menu ul li .ico {
	display: block;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 50px;
	height: 40px;
	overflow: hidden;
	font-family: 'gobuildapp-icon';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFF;
	text-align: center;
	font-size: 48px;
	vertical-align: top;
}
#menu:hover .menu ul li .ico {
	color: #DB2815;
}

/* icone */
.ico.news:before {
	content: "P";
}
.ico.device:before {
	content: "T";
}
.ico.messaggi:before {
	content: "k";
}
.ico.notifiche:before {
	content: "D";
}
.ico.upload:before {
	content: "7";
}
.ico.partner:before {
	content: "M";
}
.ico.stats:before {
	content: "C";
}
.ico.gears:before {
	content: "F";
}
.ico.youtube:before {
	content: "s";
}

/* Page */
#page {
	position: absolute;
	top: 75px;
	left: 50px;
	right: 0px;
	bottom: 0px;
	transition: left 0.5s; 
	-webkit-transition: left 0.5s; 
	-o-transition: left 0.5s; 
	-moz-transition: left 0.5s;
	-ms-transition: left 0.5s;
}
body.login #page {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#page .page {
	overflow-y: scroll;
	width: 100%;
	height: 100%;

}
#page .page .contain {
	width: 960px;
	margin: 20px auto;
	display: block;
	position: relative;
	padding-top: 50px;
}
#page .page .contain .ico {
	display: inline-block;
	width: 26px;
	height: 24px;
	margin: 0 15px;
	background-size: inherit;
	vertical-align: top;
	font-family: 'gobuildapp-icon';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 48px;
}
#page .page .contain .ico.anagrafica:before {
	content: "A";
}
#page .page .contain .ico.fornitori:before {
	content: "B";
}
#page .page .contain .ico.agenti:before {
	content: "D";
}
#page .page .contain .ico.budget:before {
	content: "g";
}
#page .page .contain .ico.agenda:before {
	content: "E";
}
#page .page .contain .ico.note:before {
	content: "S";
}
#page .page .contain .ico.photo:before {
	content: "V";
}
#page .page .contain .menu_functions {
	position: fixed;
	top: 75px;
	height: 37px;
	padding-top: 30px;
	background-color: #FFF;
	display: block;
	z-index: 999;
	width: 960px;
}
#page .page .contain .menu_functions .title, #page .page .contain #_list.items .item .title {
	text-align: left;
	color: #db2815;
	font-size: 20px; 
	vertical-align: top;
	width: 550px;
}
#page .page .contain .menu_functions .line {
	width: 940px;
	margin: 10px auto 0;
	border-top: 1px solid #eaeaea;
}
#page .page .contain .menu_functions .button {
	height: 10px;
	padding: 5px 15px 10px;
	text-align: center;
	display:-moz-inline-stack;
	display: inline-block !important;
	zoom:1;
	*display: inline;
	color: #000;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	vertical-align: top;
}
#page .page .contain .menu_functions .buttonbar {
	position: absolute;
	top: 30px;
	right: 10px;
}
#page .page .contain .menu_functions .buttonbar.inline {
	position: relative;
	width: 940px;
	margin: 0 auto;
	top: 0px;
	right: 0px;
	text-align: right;
}
#page .page .contain .menu_functions .buttonbar .button {	
	margin-left: 10px;
}
#page .page .contain .menu_functions .button:hover {
	color: #DB2815;
	border: 1px solid #DB2815;
}

/* Page Item */
._cell.elements .wrapperPage {
	padding-left: 5px;
	padding-top: 25px;
}
._cell.elements .wrapperPage #editor {
	width: 960px;
	padding: 3px;
    color: #000;
    font-size: 12px;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
._cell.elements .wrapperPage #editor > div label {
	position: absolute;
    background: #000;
    padding: 5px;
    top: -25px;
    left: 10px;
    font-size: 11px;
    border-radius: 5px 5px 0px 0px;
}
._cell.elements .wrapperPage #editor .element {
	background-color: #444;
    color: #FFF;
    margin: 5px;
    padding: 5px;
    font-size: 13px;
    margin-top: 30px;
    position: relative;
}
._cell.elements .wrapperPage #editor .element .btn_remove {
	position: absolute;
    background: #000;
    padding: 5px;
    top: -25px;
    right: 10px;
    font-size: 11px;
    cursor: pointer;
}
._cell.elements .wrapperPage #editor .adder {
	background-color: #444;
    color: #FFF;
    margin: 5px;
    padding: 5px;
    font-size: 13px;
    margin-top: 30px;
    position: relative;
    border-radius: 5px;
}
._cell.elements .wrapperPage #editor .adder select {
}
._cell.elements .wrapperPage #editor .adder .btn_add {
	display: inline-block;
    cursor: pointer;
    padding-left: 10px;
}
._cell.elements .wrapperPage #editor .element.title input {
	width: 930px;
}
._cell.elements .wrapperPage #editor .element.text textarea {
	width: 930px;
    resize: both;
}	
._cell.elements .wrapperPage #editor .element > div {
	display: inline-block;
}	

/* accordion */
#page .page .contain .accordion {
	padding-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
	padding-top: 15px;
}
#page .page .contain .accordion:last-child {
	padding-bottom: none;
	border-bottom: none;
}

/* function page */
#page .page .pagelement {
	width: 100%;
	display: block;
	position: relative;
}
#page .page .pagelement.none {
	display: none;
}

/* items */
#page .page .contain #_list .listload {
	text-align: center;
	overflow: hidden;
}
#page .page .contain #_list.items {
	margin: 0 auto;
	width: 940px;
	position: relative;
}
#page .page .contain #_list.items .item {
	margin: 10px;
	margin-top: 0px;
	width: 260px;
	position: relative;
	height: 330px;
	display:-moz-inline-stack;
	display: inline-block !important;
	zoom:1;
	*display: inline;
	vertical-align: top;
	padding-bottom: 10px;
}
#page .page .contain #_list.items .item.inline {
	width: 900px;
	height: auto;
	border-bottom: 1px solid #eaeaea;
}
#page .page .contain #_list.items .item.inline:last-child {
	border-bottom: none;
}
#page .page .contain #_list.items .item img {
	display: block;
	width: 260px;
	height: 260px;
}
#page .page .contain #_list.items .item .photo {
	display: block;
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#page .page .contain #_list.items .item.messaggi.inline {
    width: 780px;
    height: auto;
    border-bottom: 1px solid #eaeaea;
    padding-top: 10px;
    min-height: 80px;
    padding-left: 120px;
    position: relative;
}
#page .page .contain #_list.items .item.messaggi .photo {    
    position: absolute;
    width: 76px;
    height: 76px;
    border-radius: 38px;
    top: 10px;
    left: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#page .page .contain #_list.items .item .title {
	font-weight: bold;
	margin-top: 10px;
}
#page .page .contain #_list.items .item .subtitle {
	font-size: 15px;
}
#page .page .contain #_list.items .item .toggle {
	position: absolute;
    right: 10px;
    width: 44px;
    height: 44px;
    top: 50%;
    transform: translate(0px, -50%);
    border: 3px solid #db2815;
    border-radius: 50%;
}
#page .page .contain #_list.items .item .toggle.on {
	background-color: #db2815;
}
#page .page .contain #_list.items .item .alert {
	background-image: url("/images/ic_alert.png");
    position: absolute;
    top: 60px;
    left: 60px;
    width: 30px;
    height: 30px;
    background-size: cover;
} 
#page .page .contain #_list.items .item .data {
	text-align: left;
	color: #999;
	font-size: 20px;
	vertical-align: top;
	position: absolute;
	top: 10px;
	right: 0px;
}
#page .page .contain ._gestioneupload .file {
	margin: 10px;
	width: 290px;
	height: 360px;
	position: relative;
	display:-moz-inline-stack;
	display: inline-block !important;
	zoom:1;
	*display: inline;
	vertical-align: top;
	border: 1px solid #7A7A7A;
	pointer-events: auto;
}
#page .page .contain ._gestioneupload .file .frame {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	bottom: 50px;
	right: 0px;
}
#page .page .contain ._gestioneupload .file .buttons {
	position: absolute;
	overflow: hidden;
	height: 38px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #7A7A7A;
	padding-top: 12px;
	text-align: center;
}
#page .page .contain ._gestioneupload .file .buttons .button {
	color: #FFF;
	border: 1px solid #FFF;
}
#page .page .contain ._gestioneupload .file .buttons .button:hover {
	color: #b0b0b0;
	border: 1px solid #b0b0b0;
}
#page .page .contain ._gestioneupload .file .buttons .button:first-child {
	margin-right: 10px;
}
#page .page .contain ._gestioneupload .file .buttons .button:last-child {
	margin-left: 10px;
}
#page .page .contain ._gestioneupload .file .cover {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-color: #fff;
	z-index: 99;	
	transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s; 
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	width: 290px;
}
#page .page .contain ._gestioneupload .file:hover .cover, #page .page .contain ._gestioneupload .file .cover.open {
	position: absolute;
	left: -290px;
}
#page .page .contain ._gestioneupload .file .edit {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow-y: scroll;
	padding: 10px;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.54);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.54);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.54);
}
#page .page .contain ._gestioneupload .file h3 {
	position: absolute;
	top: 280px;
	left: 0px;
	right: 0px;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
#page .page .contain ._gestioneupload .file .image {
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 40px;
	right: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#page .page .contain ._gestioneupload .preview {
	display: none;
}
#page .page .contain ._gestioneupload #cataloghi_list {
	pointer-events: none;
	padding-bottom: 50px;
}

/* Login */
#vo_login {
	border-top: 17px solid #DB2815;
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
    width: 560px;
    height: 380px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -210px;
    margin-left: -280px;
    color: #fff; 
    background-color: rgba(255,255,255,0.8)
}
.recordnow {
	position: absolute;
	bottom: -50px;
	font-size: 18px;
	color: #FFF;
	width: 560px;
	text-align: center;
}
#vo_login .logo {
	width: 200px;
    margin: 0 auto;
    height: 120px;
    background-image: url(../images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#vo_login h1 {
	color: white;
	font-size: 16px;
	text-align: center;
	padding: 15px 0;
	font-weight: normal;
}
#vo_login .vo_input {
	height: 44px;
	width: 500px;
	margin: 5px auto;
	position: relative;
	background-color: #FFF;
}
#vo_login .vo_input .ico {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #dc1717;
	font-size: 60px;
	font-family: 'gobuildapp-icon';
}
#vo_login .vo_input .ico.username:before {
	content: "A";
}
#vo_login .vo_input .ico.pwd:before {
	content: "O";
}
#vo_login .vo_input input {
	position: absolute;
	left: 60px;
	width: 410px;
	padding: 0 15px;
	top: 0px;
	height: 44px;
	position: relative;
	border: 0px;
	color: #000;
	font-size: 15px;
}
#vo_login .vo_input input::-webkit-input-placeholder {
   color: #000;
   font-size: 15px;
}	
#vo_login .vo_input ._input {
	position: relative;
	margin: 5px 0 10px;
	height: 37px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FFF;
}
#vo_login .vo_input ._input input {
	font-size: 15px;
	-webkit-appearance: none;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 65px;
}
#vo_login #btn_login {
	width: 500px;
	height: 34px;
	padding-top: 10px;
	margin: 30px auto 15px;
	text-align: center;
	font-size: 20px;
	background-color: #DB2815;
	color: #FFF;
	display: block;
}
#vo_login #btn_login:before {
	content: "ACCEDI";
}
#vo_login #login_area {
	margin: 15px auto;
	padding: 0 15px;
	height: 27px;
}
#vo_login #login_area .button {
	height: 10px;
	width: 115px;
	padding: 5px 15px 10px;
	text-align: center;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	-webkit-appearance: none;
	color: #FFF;
	border: 1px solid #FFF;
}
#vo_login #login_area .button.red {
	color: #DB2815;
	border: 1px solid #DB2815;
}
#vo_login #login_area #btn_register {
	float: left;
}
#vo_login #login_area #btn_login {
	float: right;
}
#vo_login #vo_login_errors {
	padding: 0 15px 15px;
	text-align: center;
	color: #000;
}

/* Input type file */
.fileContainer {
    overflow: hidden;
    position: relative;
    padding: 25px 10px 0px;
}
.fileuploaded, .fileuploader {
	width: 100px;
	height: 100px;
	display: inline-block;
	border: 2px dotted #db2815;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
}
.fileuploader.hide {
	display: none;
}
.fileuploaded img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.fileuploaded:hover span {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url("../images/ic_elimina.png");
	background-repeat: no-repeat;
	background-position: center;
}
.fileuploader {
	text-align: center;
	overflow: hidden;
	padding-top: 35px;
	height: 70px;
	color: #db2815;
}
.fileuploader .loading {
	margin-top: -9px;
}
.fileContainer .fileuploader [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.fileContainer [type=file] {
    cursor: pointer;
}
#file_submit {
	width: 114px;
    height: 114px;
    display: inline-block !important;
    border: 2px solid #db2815;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    color: #FFF;
    background: #ec8d8d;
}

/* Campi d'inserimento */
#page .page .campi {
	padding-top: 10px;
	width: 100%;
	text-align: left;
}        
#page .page .campi div._cell {
	display: inline-block;
    position: relative; 
    min-height: 65px;  
    vertical-align: top; 
}
#page .page .campi div.meta {
	width: 49.7%;
}
#page .page .campi div.intero {
	width: 100%;
}
#page .page .campi div.terzo {
	width: 33%;
}
#page .page .campi div.quarto {
	width: 25%;
}
#page .page .campi div.textarea {
	height: 200px;
	margin-bottom: 45px;
}
#page .page .campi div.htmlarea {
    margin-bottom: 25px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 25px;
    color: #eaeaea;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#page .page .campi div.htmlarea .editable {
	padding: 10px;
    color: #000;
}
#page .page .campi label {
    position: absolute;
    font-size: 14px;
    top: 0px;
    text-align: left;
    left: 10px;
}
#page .page .input {
    position: absolute;
    bottom: 0px;
    top: 20px;
    left: 0px;
    right: 0px;
    padding: 5px;
    margin: 5px;
    color: #eaeaea;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}  
#page .page .input input {
    width: 100%;
    height: 100%;
    background: none;
	border: none;
	-webkit-appearance: none;
	color: #000;
	/* font-size: 15px; */
	font-size: 13px;
}
#page .page .colorpicker .picker {
    position: absolute;
    bottom: 0px;
    top: 20px;
    left: 0px;
    right: 0px;
    margin: 5px;
}
#page .page .colorpicker .picker .sp-replacer {
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #eaeaea;
	background-color: #FFF;
    width: 100%;
}
.sp-container {
    -webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
    background-color: #FFF !important;
	border: 1px solid #eaeaea !important;
    padding: 0;
}
#page .page .colorpicker .picker .sp-replacer:hover {
	border: 1px solid #000000;
}	
#page .page .tagwrapper {
    position: absolute;
    bottom: 0px;
    top: 20px;
    left: 0px;
    right: 0px;
    padding: 5px;
    margin: 5px;
    color: #eaeaea;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#page .page .tagwrapper .selectize-input {
	position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    padding: 0px;
    overflow: hidden;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#page .page .tagwrapper .selectize-dropdown {
	width: 100% !important;
	top: 30px !important;
}
#page .page .tagwrapper .loading .selectize-input {
	display: none;
}
#page .page .tagwrapper .selectize-control.loading {
    position: absolute !important;
    right: 7px;
    top: -44px;
    height: 10px;
    width: 10px;
}
#page .page .campi .input .action {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 40px;
	cursor: pointer;
	background-size: inherit;
	background-position: center;
	background-repeat: no-repeat;
}
#page .page ._cell.data .input input {
	width: 150px;
}
#page .page ._cell.data .input input.ore {
	position: absolute !important;
	top: 0px;
	right: 10px;
	text-align: right;
	width: 60px;
	padding-top: 0px;
	padding-left: 0px;
}
#page .page ._cell.data .input .Zebra_DatePicker_Icon_Wrapper {
	padding-left: 30px;
	padding-top: 5px;
}
#page .page .campi .input .action.email {
	background-image: url(/dbagency/images/blue/ic_email.png);
}
#page .page .campi .input .action.website {
	background-image: url(/dbagency/images/blue/ic_desktop.png);
}
#page .page .campi .input .action.skype {
	background-image: url(/dbagency/images/blue/ic_anagrafica.png);
}
#page .page input[type="submit"] {
	display: none;
}
#page .page .campi ._cell.textarea div {
    position: absolute;
    bottom: 0px;
    top: 20px;
    left: 0px;
    right: 0px;
    padding: 10px;
}   
#page .page .campi ._cell.htmlarea div {
    position: absolute;
    bottom: 0px;
    top: 20px;
    left: 0px;
    right: 0px;
    padding: 10px;
    overflow: hidden;
}   
#page .page .campi ._cell.textarea textarea {
	width: 100%;
    height: 100%;
    background: none;
	border: none;
	-webkit-appearance: none;
	color: #000;
	font-size: 13px;
	resize: none;
}
#page .page .campi ._cell .select {
	position: absolute;
	bottom: 0px;
	top: 24px;
	left: 5px;
	right: 5px;
}
.selectize-control.single .selectize-input, .selectize-dropdown.single {
	border: 1px solid #eaeaea;
}
/* textarea */
#page .page .campi ._cell.textarea div {
	position: absolute;
	bottom: 0px;
	top: 30px;
	left: 10px;
	right: 10px;
	padding: 10px;
	color: #000;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}   
#page .page .campi ._cell.textarea textarea {
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	-webkit-appearance: none;
	color: #000;
	font-size: 13px;
	resize: none;
}
#page .page .campi ._cell .select {
	position: absolute;
	bottom: 0px;
	top: 24px;
	left: 5px;
	right: 5px;
}
.selectize-control.single .selectize-input, .selectize-dropdown.single {
	border: 1px solid #eaeaea;
}
#page .page .campi ._cell .autocomplete {
	position: absolute;
	top: 12px;
	left: 5px;
	right: 5px;
}

/* Selection Zone */
#page .page .selection-list {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
#page .page .selection-list .row {
	width: 870px;
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 10px;
	height: 31px;
	-webkit-appearance: none;
	font-size: 14px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
	margin: 0 auto;
	display: block;
}
#page .page .selection-list .row:last-child {
	border-bottom: none;
}
#page .page .selection-list .row .selector {
	position: absolute;
	top: 5px;
	left: 20px;
	width: 30px;
	height: 30px;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#page .page .selection-list .row .selector.select {
	background-image: url(/dbagency/images/blue/ic_select.png);
}

/* Note */
#page .page .selection-list .note {
	width: 890px;
	padding-right: 60px;
	padding-left: 10px;
	padding-top: 10px;
	height: 65px;
	-webkit-appearance: none;
	font-size: 14px;
	position: relative;
	margin: 0 auto;
	display: block;
}
#page .page .selection-list .note .details {
	font-size: 12px;
}
#page .page .selection-list .note .input {
	top: 30px;
	right: 60px;
}
#page .page .selection-list .note .remove {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 15px;
	top: 36px;
	cursor: pointer;
	font-family: 'gobuildapp-icon';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 40px;
}
#page .page .selection-list .note .remove:before {
	content: "n";
}

/* Calendario */
#page .page .calendario {
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
}
#page .page .calendario span.title {
	font-size: 20px;
	font-weight: bold;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	padding-top: 3px;
	vertical-align: top;
}
#page .page .calendario .prev, #page .page .calendario .next {
	padding: 5px;
	color: #FFF;
	background-color: #AD0D3F;
	font-size: 15px;
	height: 20px;
	width: 25px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	font-weight: bold;
	margin-bottom: 20px;
	vertical-align: top;
}
#page .page .calendario .prev {
	margin-right: 15px;
}
#page .page .calendario .next {
	margin-left: 15px;
}
#page .page .calendario .row {
	display: table;
	border: #FFF;
	width: 100%;
	margin: 0 auto;
}
#page .page .calendario .row:last-child {
	border-bottom: none;
}
#page .page .calendario .row .day {
	min-width: 80px;
	position: relative;
	display: table-cell;
	height: 95px;
	border-top: 1px solid #DADADA;
	font-size: 19px;
	text-align: right;
	padding: 5px;
}
#page .page .calendario .row .day.last {
	border-bottom: none;
}
#page .page .calendario .row .day:last-child {
	border-right: none;
}
#page .page .calendario .row .day:first-child {
	border-left: none;
}
#page .page .calendario .row .day.week {
	display: table-cell;
	border: none;
	height: 26px;
	font-size: 13px;
	padding-top: 15px;
	text-align: right;
}
#page .page .calendario .row .day.week:last-child {
	border-right: none;
}
#page .page .calendario .row .day .course_1 {
	background-color: #dadada;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#page .page .calendario .row .day .course_2 {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 114px;
	background-color: #ABCDEF;
	height: 23px;
	font-size: 10px;
	padding-top: 2px;
	padding-left: 3px;
}

/* Icon */
#page .page .range {
	width: 960px;
	margin: 15px auto;
}
#page .page .range .letter {
	width: 100px;
	height: 130px;
	display: inline-block;
	font-size: 11px;
	text-align: center;
}
#page .page .range .letter .ico {
	width: 100px;
	height: 100px;
	display: inline-block;
	font-family: 'gobuildapp-icon';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 70px;
	text-align: center;
}

/* spinner */
.spinner {
	display: block;
	width: 15px;
	height: 15px;
	margin: 80px 80px;
	position: relative;
	border: 2px solid rgba(0,0,0,0.5);
	border-top-color: transparent;
	border-radius: 100%;
	-webkit-animation: spin 1s infinite linear;
	-moz-animation: spin 1s infinite linear;
	-ms-animation: spin 1s infinite linear;
	-o-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
}
.spinner:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -5px;
	left: 0px;
	border: 4px solid transparent;
	border-bottom-color: rgba(0,0,0,0.5);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes spin {
    to { -ms-transform: rotate(360deg); }
}
@-o-keyframes spin {
    to { -o-transform: rotate(360deg); }
}
@keyframes spin {
    to { transform: rotate(360deg); }
}

/* loading */
.loading {
   height:50px;
   width:50px;
   margin:0 auto;
   position:relative;
   margin: 50px auto;
   -webkit-animation: rotation 1s infinite linear;
   -moz-animation: rotation 1s infinite linear;
   -o-animation: rotation 1s infinite linear;
   animation: rotation 1s infinite linear;
   border:6px solid rgba(219,40,21,0.35);
   border-radius:100%;
}
.loading:before {
   content:"";
   display:block;
   position:absolute;
   left:-6px;
   top:-6px;
   height:100%;
   width:100%;
   border-top:6px solid rgba(219,40,21,1);
   border-left:6px solid transparent;
   border-bottom:6px solid transparent;
   border-right:6px solid transparent;
   border-radius:100%;
}
@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}
.loading.item {
	margin: 90px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
	height: 100px;
	width: 100px;
}
.listload .loading {
	display: block;
	margin: 15px auto;
}
@-webkit-keyframes _rotate {
    from {
        -webkit-transform: rotate(0deg);
    } to { 
        -webkit-transform: rotate(360deg);
    }
}
@-ms-keyframes _rotate {
    from {
        -ms-transform: rotate(0deg);
    } to { 
        -ms-transform: rotate(360deg);
    }
}
@-moz-keyframes _rotate {
    from {
        -moz-transform: rotate(0deg);
    } to { 
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes _rotate {
    from {
        -o-transform: rotate(0deg);
    } to { 
        -o-transform: rotate(360deg);
    }
}
@keyframes _rotate {
    from {
        transform: rotate(0deg);
    } to { 
        transform: rotate(360deg);
    }
}

/* Uploader */
.qq-uploader {
	position:relative;
	width: 100%;
}
.qq-upload-button {
	display: block;
	width: 100%;
	height: 45px;
	padding: 20px 0 10px;
	text-align: center;
	font-size: 14px;
}
.qq-upload-button-hover {
	background: rgba(0,0,0,0.1);
}
.qq-upload-button-focus {
	/* outline: 1px dotted black; */
}
.qq-upload-drop-area {
    position:absolute; 
    top: 0px; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    min-height: 60px; 
    z-index: 2;
    background: #dcdcdc; 
    text-align:center; 
}
.qq-upload-drop-area span {
    display: block; 
    position: absolute; 
    top: 50%; 
    width: 100%; 
    margin-top: -12px; 
    font-size: 16px;
}
.qq-upload-drop-area-active {
	background: #dcdcdc;
}
.qq-upload-list {
	margin:15px 35px;
	padding:0;
	list-style:disc;
}
.qq-upload-list li {
	margin:0; 
	padding:0; 
	line-height:15px; 
	font-size:12px;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}
.qq-upload-file {
	
}
.qq-upload-spinner {
	display:inline-block; 
	background: url("loading.gif"); 
	width:15px; 
	height:15px; 
	vertical-align:text-bottom;
}
.qq-upload-size, .qq-upload-cancel {
	font-size:11px;
}
.qq-upload-failed-text {
	display:none;
}
.qq-upload-fail .qq-upload-failed-text {
	display:inline;
}

/* Preloader */
#loader {
	display: block;
	padding: 3px;
	width: 250px;
	background: #191D23;
	border-bottom: 1px solid #213045;
	border-radius: 5px;
	margin: 150px auto 0;
	box-shadow: 0 0 1px rgba(255, 255, 255, .2);
}
#loader > p {
	position: absolute;
	top: 20px;
	width: 250px;
	text-align: center;
}
#loader > em {
	display: block;
	height: 4px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0 1px rgba(255, 255, 255, .2);
	transision: all .5s;
}

/* Datapicker */
.Zebra_DatePicker *, .Zebra_DatePicker *:after, .Zebra_DatePicker *:before {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
.Zebra_DatePicker { 
	position: absolute;
	background: #FFF;
	border: 1px solid #999;
	display: none;
	z-index: 100;
	padding: 5px; 
}
.Zebra_DatePicker * {
	margin: 0;
	padding: 0;
	color: #373737;
	background: transparent;
	border: none;
}

/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table { 
	border-collapse: collapse;
	border-spacing: 0;
}
.Zebra_DatePicker td, .Zebra_DatePicker th { 
	text-align: center; 
	padding: 5px 0;
}
.Zebra_DatePicker td {
	cursor: pointer;
}
.Zebra_DatePicker .dp_daypicker, .Zebra_DatePicker .dp_monthpicker, .Zebra_DatePicker .dp_yearpicker { 
	margin-top: 3px;
}
.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
	width: 30px;
}
.Zebra_DatePicker, .Zebra_DatePicker .dp_header .dp_hover, .Zebra_DatePicker td.dp_selected, .Zebra_DatePicker .dp_footer .dp_hover, .Zebra_DatePicker td.dp_hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header td { }
.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next {
	width: 30px;
}
.Zebra_DatePicker .dp_header .dp_caption {
	font-weight: bold;
}
.Zebra_DatePicker .dp_header .dp_hover {
	background: #DEDEDE; 
	color: #373737;
}

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th {
	font-weight: bold;
}
.Zebra_DatePicker td.dp_not_in_month {
	color: #DEDEDE;
	cursor: default;
}
.Zebra_DatePicker td.dp_weekend_disabled {
	color: #DEDEDE;
	cursor: default;
}
.Zebra_DatePicker td.dp_selected {
	background: #DB2815;
	color: #FFF !important;
}
.Zebra_DatePicker td.dp_week_number {
	cursor: text;
	font-weight: bold;
}

/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td {
	width: 33%;
}

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td {
	width: 33%;
}

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer {
	margin-top: 3px;
}

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current {
	color: #3A87AD;
}
.Zebra_DatePicker td.dp_disabled_current {
	color: #3A87AD;
}
.Zebra_DatePicker td.dp_disabled {
	color: #DEDEDE;
	cursor: default;
}
.Zebra_DatePicker td.dp_hover {
	background: #DEDEDE;
}

/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon { 
	display: block; 
	position: absolute; 
	top: 0px !important;
	left: 0px !important;
	bottom: 0px;
	border: none; 
	cursor: pointer; 
	padding: 0; 
	line-height: 0; 
	vertical-align: top;
	font-family: 'gobuildapp-icon';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #DB2815;
	font-size: 40px;
	text-align: right;
}
button.Zebra_DatePicker_Icon:before {
	content: "Q";
}
button.Zebra_DatePicker_Icon { 
	margin: 0px 0px 0px 3px;
}
button.Zebra_DatePicker_Icon_Inside {
	 margin: 0 3px 0 0; 
}
.Zebra_DatePicker *, .Zebra_DatePicker *:after, .Zebra_DatePicker *:before { 
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

/* Responsive */
@media screen and (min-width: 641px) {
	#menu.start:hover {
		width: 186px;
		background-color: #FFF;
	}
	#menu.start:hover ~ #page {
		left: 186px;
	}
}
@media screen and (max-width: 640px) {
	#header {
		position: relative;
	}	
	#page {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;	
		right: 0;
		bottom: 0;
	}	
	#vo_login {
		width: 90%;
		margin: 0 auto;
		position: relative;
	    left: 0%;
	    top: 0%;
	    margin-top: 70px;
	    margin-bottom: 70px;
	}
	#vo_login .vo_input {
		width: 90%;
		padding: 0;
		position: relative;
	}
	.recordnow {
		position: relative;
		bottom: 0px;
		width: 90%;
		z-index: 99;
		margin: 50px auto 0px;
	}
	#vo_login .vo_input input {
		left: 65px;
		width: 60%;
	}
	#vo_login #btn_login {
		width: 90%;
	}
	#vo_login .vo_input .ico {
		width: 10%;
	}
	#vo_login #vo_login_errors {
		padding: 0 15px 10px;
		text-align: center;
		font-size: 15px;
	}
	#vo_login #login_area .button {
		width: 120px;
	}
	#menu {
		width: 40px;
		display: none;
	}
	#menu ul li {
		width: 50%!important;
		padding-left: 50% !important;
		color: #e32121;
		height: 75px !important;
	}
	#menu .menu ul li .ico {
		display: block;
		position: absolute;
		top: 10px;
		left: auto;
		width: 60px;
		height: auto;
		overflow: hidden;
		font-family: 'gobuildapp-icon';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #FFF;
		text-align: center;
		font-size: 100px;
		vertical-align: top;
	}
	#menu .menu ul li a {
		text-align: center;
		font-size: 30px;
	}
	#menu .menu .title {
		width: 100%;
		font-size: 30px;
		text-align: center;
	}
	#page {
		left: 0px;
	}
	#menu.open {
		display: block;
		width: 100%;
		background-color: #FFF;
	}
	#header .mobile {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 60px;
		bottom: 0px;
		background: #000;
		text-align: right;
	}
	#menu.open .menu ul li .ico {
		color: #DB2815;
	}
	#header .mobile #btn_menu {
		display: -moz-inline-stack;
		display: inline-block;
		zoom: 1;
		width: 50px;
		height: 40px;
		position: absolute;
		top: 27px;
		left: 205px;
		font-family: 'gobuildapp-icon';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-align: center;
		font-size: 48px;
		color: #FFF;
		cursor: pointer;
	}
	#header .mobile #btn_menu.open {
		color: #DB2815 !important;
	}
	#header .mobile #btn_menu:before {
		content: "1";
	}
	#header .searchbar {
		display: none;
	}
	#page .page .contain {
		width: 95%;
		padding-top: 0px;
		margin: 0px auto 20px;
	}
	#page .page .contain .menu_functions {
		width: 100%;
		top: 0px;
		height: auto;
		position: relative;
	}
	#page .page .campi div.quarto {
		width: 50%;
	}
	#page .page .contain .buttonbar {
		position: relative !important;
		top: 0px !important;
		margin-top: 10px;
		text-align: center;
	}
	#page .page .contain .line {
		width: 100%;
	}
	#page .page .contain #_list.items, #page .page .contain #_list.items .item.inline {
		width: 100%;
		margin: 0;
	}
	body.login #page {
		top: 75px;
	}
	body.login #header .mobile {
		display: none;
	}
	#page .page .contain .button {
		width: 70%;
		display: block;
		margin: 10px auto;
	}
	#page .page .contain .title {
		width: 100%;
	}
	#page .page .contain #_list.items .item .data {
		position: relative;
		top: auto;
		right: auto;
	}
}

/* Dashboard */
body .ui {
	width: 900px;
	margin: 0 auto;
	margin-top: 50px;
	color: white;
	box-shadow: none;
}
body .ui ul {
	margin: 0px 30px 10px 0px;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-weight: 400;
	line-height: 20px;
}
body .ui .drop {
	z-index: -3;
	opacity: 0;
	width: 240px;
	height: 10px;
	background: #974339;
	position: absolute;
	color: white;
	bottom: 0;
	padding: 12px 30px 21px 30px;
	-webkit-transition-property: bottom,opacity;
	transition-property: bottom,opacity;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
body .ui .drop p {
	color: #f8fbfa;
}
body .ui_box {
	margin-bottom: 20px;
	width: 300px;
	height: 220px;
	position: relative;
	background: #3d3d3d;
	float: left;
	box-shadow: -1px 0px rgba(255, 255, 255, 0.07);
	cursor: pointer;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: background,-webkit-transform;
	transition-property: background,-webkit-transform;
	transition-property: transform,background;
	transition-property: transform,background,-webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
body .ui_box__inner {
	padding: 30px;
}
body .ui_box__inner span {
	font-size: 36px;
	font-weight: 700;
}
body .ui_box__inner .progress {
	width: 100%;
	margin-top: 10px;
	height: 6px;
	background: rgba(0, 0, 0, 0.3);
	margin-bottom: 15px;
}
body .ui_box__inner .progress_graph {
	float: right;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	width: 85px;
	text-align: center;
	position: relative;
	padding-left: 20px;
	top: 24px;
}
body .ui_box__inner .progress_graph__bar--1 {
	width: 10px;
	height: 20px;
	background: #DB2815;
	float: left;
	margin-right: 10px;
	position: relative;
	bottom: -10px;
	-webkit-animation: graph 1s;
}
body .ui_box__inner .progress_graph__bar--2 {
	width: 10px;
	-webkit-animation: graph2 1s;
	height: 30px;
	float: left;
	margin-right: 10px;
	background: #DB2815;
}
body .ui_box__inner .progress_graph__bar--3 {
	width: 10px;
	height: 24px;
	margin-right: 10px;
	-webkit-animation: graph3 1s;
	background: #DB2815;
	float: left;
	position: relative;
	bottom: -6px;
}
body .ui_box__inner .progress_graph__bar--4 {
	width: 10px;
	height: 14px;
	-webkit-animation: graph4 1s;
	bottom: -16px;
	position: relative;
	background: #DB2815;
	float: left;
}
body .ui_box__inner .progress_bar {
	height: 6px;
	float: left;
	width: 0px;
	background: #DB2815;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
	-ms-transition: width 2s;
	transition: width 2s;
}
body .ui_box__inner .progress_bar--two {
	height: 6px;
	float: left;
	width: 78%;
	background: #DB2815;
	-webkit-animation: bar2 2s;
}
body .ui_box h2 {
	font-weight: normal;
	font-size: 16px;
	margin: -4px 0px 3px 0px;
	color: #FFF;
}
body .ui_box p {
	font-size: 11px;
	color: #b6b6b6;
	clear: left;
	font-weight: 300;
	margin: 2px 0px 15px 0px;
}
body .ui_box:hover {
	background: #DB2815;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition-property: background,-webkit-transform;
	transition-property: background,-webkit-transform;
	transition-property: transform,background;
	transition-property: transform,background,-webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	position: relative;
	z-index: 1;
}
.ui_box:hover > .ui_box__inner p {
	color: #b3dacb;
}
.ui_box:hover > .drop {
	-webkit-transition-property: bottom,opacity;
	transition-property: bottom,opacity;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	bottom: -42px;
	opacity: 1;
}
.ui_box:hover > .drop .arrow {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transform: rotate(765deg);
	transform: rotate(765deg);
}
.ui_box:hover > .ui_box__inner .progress_graph > div {
	background: white;
}
.ui_box:hover > .ui_box__inner .progress .progress_bar, .ui_box:hover > .ui_box__inner .progress .progress_bar--two {
	background: white;
}
.stat_left {
	float: left;
}
.arrow {
	width: 4px;
	height: 4px;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	border-top: 1px solid #CDEAD3;
	border-right: 1px solid #CDEAD3;
	float: right;
	position: relative;
	top: -24px;
	right: 0px;
}
@-webkit-keyframes graph {
  from {
    height: 0px;
  }
  to {
    height: 20px;
  }
}
@keyframes graph {
  from {
    height: 0px;
  }
  to {
    height: 20px;
  }
}
@-webkit-keyframes graph2 {
  from {
    height: 0px;
  }
  to {
    height: 30px;
  }
}
@keyframes graph2 {
  from {
    height: 0px;
  }
  to {
    height: 30px;
  }
}
@-webkit-keyframes graph3 {
  from {
    height: 0px;
  }
  to {
    height: 30px;
  }
}
@keyframes graph3 {
  from {
    height: 0px;
  }
  to {
    height: 30px;
  }
}
@-webkit-keyframes graph4 {
  from {
    height: 0px;
  }
  to {
    height: 30px;
  }
}
@keyframes graph4 {
  from {
    height: 0px;
  }
  to {
    height: 30px;
  }
}

/* Statistiche */
body .aws-absolute {
  margin-top: -197px;
  margin-left: -280px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.aws-container {
  overflow: hidden;
  border-radius: 6px;
  font-family: "Open Sans";
  position: relative;
  margin: 0px auto;
  width: 560px;
  background-color: #4dae50;
  -moz-box-shadow: 1px 1px 0.5px 0.5px #e1e1e1;
  -webkit-box-shadow: 1px 1px 0.5px 0.5px #e1e1e1;
  box-shadow: 1px 1px 0.5px 0.5px #e1e1e1;
}
.aws-container .aws-content {
  padding: 32px;
}
.aws-container .aws-content nav {
  font-size: 16px;
  margin-bottom: 60px;
}
.aws-container .aws-content nav span {
  color: #87c98a;
  cursor: pointer;
  text-transform: uppercase;
}
.aws-container .aws-content nav span.aws-active {
  color: #f2f2f2;
}
.aws-container .aws-details {
  height: 100px;
  background-color: #fefefe;
  position: relative;
  overflow: hidden;
}
.aws-container .aws-details:after {
  content: " ";
  position: absolute;
  width: 1px;
  background-color: #e8e8e8;
  z-index: 1;
  right: 50%;
  top: 26px;
  bottom: 28px;
}
.aws-container .aws-details .aws-block-info {
  padding: 26px 15px 28px;
}
.aws-container .aws-details .aws-block-info h3 {
  margin: 0px 0px 5px;
  color: #4a4a4a;
}
.aws-container .aws-details .aws-block-info h3[data-status] {
  position: relative;
}
.aws-container .aws-details .aws-block-info h3[data-status]:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 8px;
}
.aws-container .aws-details .aws-block-info h3[data-status] span {
  padding-left: 22px;
}
.aws-container .aws-details .aws-block-info h3[data-status=up]:before {
  border-bottom: 8px solid #6caa32;
}
.aws-container .aws-details .aws-block-info h3[data-status=down]:before {
  border-top: 8px solid #b35d44;
}
.aws-container .aws-details .aws-block-info h5 {
  margin: 0px;
  color: #9d9c9c;
}
.aws-container .aws-tooltip {
  -moz-box-shadow: 1px 1px 0.5px 0.5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 0.5px 0.5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 0.5px 0.5px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 9px;
  border-radius: 3px;
  text-align: center;
  width: 120px;
}
.aws-container .aws-tooltip.aws-for-file {
  width: 160px;
}
.aws-container .aws-tooltip:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -8px;
}
.aws-container .aws-tooltip span {
  display: block;
}
.aws-container .aws-tooltip span:nth-child(1) {
  font-size: 11px !important;
}
.aws-container .aws-tooltip span:nth-child(2) {
  font-size: 13px !important;
}

/* particles */
#aa_particles {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.aa_sec {
	position: absolute;
	z-index: 5;
	top: 50%;
	right: 0;
	left: 0;
	margin: 0  auto;
}
.aa_txt {
  font: 100 10vh/1 Roboto;
  text-align: center;
  color: #674172;
}
.aa_inner {
  padding: 0 2rem;
  text-transform: uppercase;
  background: #ffffff;
}
.aa_of {
  padding: 1rem;
  color: #ffffff;
  background: #583862;
}
.aa_ahmadawais {
  display: table;
  width: 100%;
  vertical-align: bottom;
  margin: 5rem 0 5rem;
  text-align: center;
  background: #674172;
  color: #ffffff;
  font: 100 2vh/2 Roboto;
}
.aa_ahmadawais a {
  color: #cccccc;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
}

/* Drop down */
#dropdown {	
	position:absolute;
	top: 60px;
	left: 316px;
}
#drop-select {
	border-radius:4px;
	background:#229bdc url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/dropdown-arrows.png") 313px 18px no-repeat;
	text-transform:uppercase;
	color:#fff;
	width:300px;
	padding:17px 20px;
	font-weight:700;
	font-size: 13px;	
	cursor:pointer;
}
#dropdown-list {	
	border-radius:4px;
	background:#229bdc;	
	padding-bottom:1px;
	width:400px;
	margin-left:0px;	
	margin-top:10px;
	opacity:0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
#dropdown-list.animate{
	margin-top:-3px;
	opacity:1;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
#dropdown-list .header{
	background:#1888c4; color:#fff;
	padding:12px 20px;
	text-transform:uppercase;
	font-weight:700;
	border-radius:0 5px 0 0;
}
#dropdown-list li{
	list-style:none;
	padding:12px 20px;
	color:#abe2ff;
	font-size:15px;
	font-weight:500;
	margin:10px 4px;
	background:url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/bullet.png") 374px 17px no-repeat;
}
#dropdown-list li:hover{
	background-color:#fff;
	border-radius:4px; 
	cursor:pointer;
	color:#1888c4;
}

/* Voti Playlist - Silver Music Radio */
#page .page .contain #_list.items .item.voti .photo {
	position: absolute;
    width: 76px;
    height: 76px;
    border-radius: 38px;
    top: 10px;
    left: 10px;
    text-align: center;
    line-height: 76px;
    background-color: #eee;
    font-size: 30px;
}
#page .page .contain #_list.items .item.voti .title {
    margin-top: 22px;
    font-size: 25px;
}

/* Hallo */
.hallotoolbar {
	text-align: right;
}
.hallotoolbar button {
	background: #FFF;
}

/* end of css */