/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  font-weight: 100;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}





/*
*
*  Simple fluid media
*
*/
figure {
  position: relative;
}
img,
object,
embed,
video {
  max-width: 100%;
  height:auto;
  display: block;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
*
*	Zoomable baseline grid
*	type size presets
*
*/





/* STILI GENERICI */
html {
	height:100%;
}
body {
	height: 100%;
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 90%;
	line-height: 1.3em;
	color: #000;
}

a {
	text-decoration:none;
	color:#000;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
a:hover {
	text-decoration:none;
	color:#666;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}

.clear {
	clear: both !important;
}

strong, b, .bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
}

#primary ol {
	list-style-type: decimal;
	padding-left: 20px;
	padding-bottom: 1em;
}
#primary ol li {
	margin: 1em 0;
}

iframe {
	max-width:100%;
}

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 20px;
}
.aligncenter {
	margin: 0 auto 20px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	font-weight: 700;
}

hr {
	margin: 30px auto;
	padding: 0;
	border: 0;
	height: 6px;
	clear: both;
	display: block;
	background: #000;
	width: 12%;
}

.screen-reader-text {
	position: absolute;
	left: -99999px;
}

.noMargin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.textJustify {
	text-align: justify;
}
.whiteSpace {
	display: block;
	clear: both;
	height: 50px;
}
.whiteSpace.smallSpace {
	height: 20px;
}
.whiteSpace.doubleSpace {
	height: 100px;
}
.contentWide {
	background: #f3f2ee;
	width: 100%;
}

.biggerText {
	font-size: 1.3em;
	line-height: 1.3em;
}

.dTable {
	display: table;
	width: 100%;
}
.dTableCell {
	display: table-cell;
	vertical-align: middle;
}

.relative {
	position: relative;
}
.absolute {
	position: absolute;
}

.borderBottom {
	border-bottom: solid 1px #ccc;
}









/* STRUTTURA */
.contentInside {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
.contentInsideLarge {
	width: calc(100% - 40px);
	padding: 0 20px;
	margin: 0 auto;
}
.contentInsidePadding {
	padding: 30px 0;
}

.column1-4 {
	width: 23%;
	float: left;
	margin: 15px 1%;
}
.column2-4 {
	width: 48%;
	float: left;
	margin: 15px 1%;
}
.column3-4 {
	width: 73%;
	float: left;
	margin: 15px 1%;
}
.column4-4 {
	width: 98%;
	float: left;
	margin: 15px 1%;
}

.column1-3 {
	width: 31.3333%;
	float: left;
	margin: 15px 1%;
}
.column2-3 {
	width: 64.6666%;
	float: left;
	margin: 15px 1%;
}
.column3-3 {
	width: 98%;
	float: left;
	margin: 15px 1%;
}

.column1-3-2 {
	width: 14.6666%;
	float: left;
	margin: 15px 1%;
}





#topBar {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #000;
	color: #999;
	position: fixed;
	z-index: 1;
}
.leftTop {
	width: 50%;
	float: left;
	align-items: center;
	display: flex;
}
.rightTop {
	width: 50%;
	float: right;
}
#logo {
	height: 40px;
	filter: grayscale(0.8);
}
#logoLogin {
	margin: 30px auto;
	width: 112px;
}

.leftTop #logo {
	max-height: 30px;
	display: inline;
	margin: 5px 0 0 -5px;
}

.leftTop i {
    color: #fff;
    margin-right: 5px;
}
#user {
	width: 25px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	text-align: center;
	background: #333;
	border-radius: 50%;
	font-size: 0.75em;
	border: 1px solid #666;
}
#user:hover {
	background: #222;
}

#menuUser {
	display: none;
	position: absolute;
	right: 20px;
	top: 40px;
	background: #fff;
	width: 150px;
	padding: 10px 20px;
}
#menuUser ul {
	padding: 0;
	margin: 10px 0;
	list-style: none;
	font-size: 0.9em;
}
#menuUser a {
	color: #000 !important;
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: -1px;
}
#menuUser a:hover {
	color: #0089a9 !important;
}



#notify {
	min-width: 25px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	padding: 0;
	border: 1px solid #333;
	margin-right: 5px;
	position: relative;
}
#notify:hover {
	background: #fff;
	color: #222;
}
.notifyCircle {
	position: absolute;
	right: 19px;
	top: 0;
	font-size: 1em;
	width: 27px;
	height: 27px;
	line-height: 27px;
	color: #fff;
}
.notifyCircle:after {
	position: absolute;
	content: "";
	background: #0089a9;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
#menuNotify {
	display: none;
	position: absolute;
	right: 50px;
	top: 40px;
	background: #fff;
	width: 250px;
	padding: 10px;
}
#menuNotify ul {
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
#menuNotify li {
	line-height: 20px;
	border-bottom: solid 1px #ddd;
}
#menuNotify a {
	color: #000 !important;
}
#menuNotify a:hover {
	color: #0089a9 !important;
}
#menuNotify p {
	color: #000;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
#menuNotify small {
	color: #aaa;
	font-size: 0.75em;
}


#sidebar {
	width: 180px;
	top: 40px;
	left: 0;
	height: calc(100vh - 40px);
	float: left;
	background: #23282d;
	color: #fff;
	position: fixed;
	overflow-y: auto;
}
#main {
	float: right;
	width: calc(100% - 260px);
	padding: 40px;
	background: #eee;
	min-height: calc(100vh - 120px);
	margin-top: 40px;
	position: relative;
}

#sidebar a,
#topBar a {
	color: #fff;
}


#version {
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-transform: uppercase;
    font-size: 0.75em;
    line-height: 1em;
}

.showInfo {
	position: absolute;
	right: 40px;
	top: 0;
	padding: 5px 10px;
	background: #ccc;
	font-size: 0.9em;
	cursor: pointer;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.showInfo:hover {
	background: #bbb;
}
#hideCols {
	display: none;
	background: #fff;
	padding: 40px;
}
#hideCols ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#hideCols ul li {
	display: inline-block;
	margin-right: 10px;
}
#hideCols ul li a.active {
	color: #ccc;
}





/* MENU */
.navigation {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}
.navigation li a {
	display: block;
	padding: 7px 15px;
	font-size: 0.95em;
}
#sidebar .navigation li.current a {
	background: #111;
	color: #0089a9;
}
.navigation li a:hover {
	background: #0089a9;
}
.navigation li a i {
	width: 18px;
	text-align: center;
	margin-right: 5px;
}
.navigation li a.spaceB {
	margin-bottom: 20px;
	position: relative;
}
.navigation li a.spaceB:after {
	content: "";
	height: 1px;
	width: 30px;
	background: #555;
	position: absolute;
	bottom: -10px;
	left: 48px;
}

.navigation-bottom {
	position: absolute;
	bottom: 5px;
	width: 100%;
	background: #23282d;
	margin: 0;
}





/* TABELLE */
#worksTable_paginate,
#worksTable_info {
	font-size: 0.8em;
	line-height: 1.4em;
}
#worksTable {
	margin-bottom: 20px;
	border-collapse: collapse;
}
#worksTable tbody tr {
	background: transparent;
}
#worksTable tbody tr:nth-of-type(2n+1) {
    background-color: rgba(256,256,256,0.5);
}
#worksTable tbody tr:hover {
	background: #dedede;
}
#worksTable_length,
#worksTable_filter {
	font-size: 0.8em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
#worksTable_length {
	margin-top: 15px;
}
#worksTable_filter input {
	line-height: 1.4em;
	padding: 5px 10px;
	border: 1px solid #c5c5c5;
	border-radius: 3px;
}
#worksTable_filter {
	font-size: 1em;
}

#worksTable thead th {
	background-color: rgb(0, 137, 169);
	text-align: left;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.9em;
    padding: 8px 10px;
	background-image: none;
}
#worksTable thead th,
#worksTable thead td {
	border: 0;
	border-right: 1px solid rgba(256,256,256,0.3) !important;
}
#worksTable thead th.sorting:after,
#worksTable thead th.sorting_desc:after,
#worksTable thead th.sorting_asc:after {
	content: "\f0dc";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-left: 15px;
	color: rgba(256,256,256,0.3);
}
#worksTable thead th.sorting_desc:after {
	content: "\f0dd";
	color: rgba(256,256,256,0.7);
}
#worksTable thead th.sorting_asc:after {
	content: "\f0de";
	color: rgba(256,256,256,0.7);
}
#worksTable.no-footer {
    border-bottom: 1px solid #ccc;
}
#worksTable .delete {
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	text-align: center;
	cursor: pointer;
}
#worksTable .edit {
	display: block;
	text-align: center;
	width: 20px;
}
.delForm {
	width: 20px;
	text-align: center;
}
#worksTable .edit:hover {
	color: #0089a9;
}
#worksTable .delete:hover {
	color: #9F191B;
}


.width25 {
	width: 25%!important;
}
.width20 {
	width: 20%!important;
}
.width15 {
	width: 15%!important;
}
.width10 {
	width: 10%!important;
}
.width5 {
	width: 5%!important;
}
.width1 {
	width: 1%!important;
}

.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	margin: 20px 0px 0;
}
.card-header {
	background: #e1e1e1;
	color: #676a6c;
	padding: 3px 17px;
}
.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 10px;
}

#annoSelect {
	float: right;
	margin-top: -46px;
	text-transform: uppercase;
	font-size: 0.85em;
	color: #999;
	text-align: right;
}
#annoSelect select {
	margin-left: 10px;
	min-width: 80px;
	font-size: 1.1em;
}


/* FORM */
#editform .form-group {
	font-size: 1.1em;
}
#editform .form-group:nth-child(odd) {
	background: rgba(256,256,256,0.5);
}
#editform .form-group label {
	width: 150px;
	display: inline-block;
	padding: 5px 0 5px 10px;
	vertical-align: top;
	line-height: calc(2em + 2px);
	font-weight: 700;
	font-size: 0.9em;
}


#editform .form-group input,
#editform .form-group select,
#editform .form-group textarea {
	/*width: calc(100% - 500px);*/
	width: 60%;
	display: inline-block;
	margin: 5px;
	line-height: 2em;
	padding: 0 10px;
	border: 1px solid #c5c5c5;
	border-radius: 3px;
	font-family: "Roboto", sans-serif;
}
#editform .form-group input[type=checkbox] {
	width: auto;
	margin: 13px 8px 0;
}
#editform .form-group .select2 {
	width: calc(60% + 20px)!important;
	display: inline-block!important;
	font-family: "Roboto", sans-serif!important;
	background: #fff!important;
	margin-left: 5px!important;
	margin-top: 5px!important;
	/*font-weight: 400!important;*/
	line-height: 2em!important;
}
#editform .form-group .select2 .select2-selection--single {
	/*width: 60%!important;*/
	height: 30px!important;
	line-height: 2em!important;
	border-radius: 3px!important;
	border: 1px solid #c5c5c5!important;
	/*padding: 0 10px!important;*/
}

#editform .form-group .form-group-detail {
	margin-left: 50px!important;
}

#editform .form-group .table-detail {
	width: 100%;
	font-size: 0.9em;
	text-align: left;
	padding: 5px;
	background: #fff;
	margin-bottom: 10px;
}
#editform .form-group .table-detail td,
#editform .form-group .table-detail th {
	padding: 5px;
	vertical-align: top;
}
#editform .form-group .table-detail thead {
	font-weight: bold;
}
#editform .form-group .table-detail input,
#editform .form-group .table-detail select,
#editform .form-group .table-detail textarea {
	width: calc(100% - 22px);
	margin: 0px;
}	

#editform .form-group .add-new {
	color: #0089a9;
	cursor: pointer;
	font-size: 0.9em;
	margin: 10px 0 0 0;
}
#editform .form-group .add-new:hover {
	color: #666;
}

#editform .form-info {
	padding: 5px;
	font-weight: 100;
	color: #444!important;
	font-size: 0.8em!important;
}

#editform .form-group textarea {
    line-height: 1.3em;
    padding: 10px;
}
.ui-selectmenu-button.ui-button {
	/*width: calc(100% - 500px) !important;*/
	width: 60% !important;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	margin-left: 5px;
	margin-top: 5px;
	font-weight: 100!important;
}
#editform button {
	background: #0089a9;
	color: #fff;
	padding: 10px 30px;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	margin-top: 20px;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
#editform button:hover {
	background: #000;
}
#editform button#reset,
#editform button.globalW {
	background: #333;
	text-transform: lowercase;
	color: #ccc;
	margin-left: 10px;
	padding: 10px 20px;
}
#editform button#reset:hover,
#editform button.globalW:hover {
	background: #000;
}

#editform .delete,
#editform .edit {
	color: #333 !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	text-align: center !important;
	cursor: pointer !important;
}

#editform .edit:hover {
	color: #0089a9 !important;
}
#editform .delete:hover {
	color: #9F191B !important;
}

#editform .times {
    width: 10% !important;
    min-width: 35px !important;
    max-width: 45px !important;
    text-align: left;
}



#matList {
	margin: 40px 0 0;
	padding: 30px;
	list-style: none;
	background: rgba(256,256,256,0.5);
}
#matList li {
	margin-bottom: 5px;
	line-height: 1.8em;
}
#matList li a {
	display: inline-block;
}
#matList li a:hover {
	color: #0089a9;
}
#matList li a i {
	color: #ccc;
	margin-right: 5px;
}
#matList li form {
	display: inline-block;
}
#matList li form button {
	border: 0;
	padding: 0;
	margin: 0 0 0 10px;
	color: #9F191B;
	background: transparent;
	font-size: 0.9em;
	cursor: pointer;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
#matList li form button:hover {
	color: #000;
}

.usPass {
	margin-left: -40px;
	cursor: pointer;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.usPass:hover {
	color: #0089a9;
}
.usPass.active:before {
	content: "\f070";
}





/* messages */
.message {
	padding: 15px 25px;
	background: #26AF35;
	color: #fff;
	border-radius: 5px;
	font-weight: 700;
	font-size: 1.1em;
}
.message.err {
	background: #9F191B;
}

.addTitle {
	background: #0089a9;
	color: #fff;
	font-weight: 100;
	font-size: 0.5em;
	display: inline-block;
	padding: 6px 10px;
	margin-left: 10px;
	line-height: 1.2em;
	vertical-align: middle;
}
.addTitle:hover {
	background: #000;
	color: #fff;
}




.previewBox {
	width: calc(33.333% - 60px);
	background: #fff;
	float: left;
	margin: 0 20px 20px 0;
	padding: 10px 20px;
	min-height: 155px;
	box-shadow: 0 0 10px #ddd;
}
.previewBox a strong {
	color: #0089a9;
}
ul, ol {
	padding-left: 20px;
}
.previewBox .timer {
    text-align: center;
    font-size: 2.3em;
    line-height: 1.4em;
    border: 1px solid #eee;
    margin-bottom: 20px;
}
.previewBox .btn {
	float: right;
	border: 0;
	background: #eee;
	border-radius: 3px;
	margin-left: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 3px 10px;
	font-size: 0.8em;
	color: #666;
}
.previewBox .btn:hover {
	background: #ddd;
}
.previewBox .riprendi {
	display: none;
}
.previewBox .riprendi.active {
	display: block;
}


/* The Modal (background) */
.openModal {
	color: rgb(0, 137, 169);
	cursor: pointer;
}
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal .modal-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
	max-width: 400px;
	position: relative;
}
/* The Close Button */
.modal .modal-content .close {
	color: #000;
	font-size: 28px;
	font-weight: 900;
	position: absolute;
	top: 10px;
	right: 10px;
}
.modal .modal-content .close:hover,
.modal .modal-content .close:focus {
	color: #0089a9;
	text-decoration: none;
	cursor: pointer;
}
.modal .modal-content .modal-col {
	width: 100%;
	display: inline-block;
}
.modal .modal-content label {
	width: 150px;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
}
.modal .modal-content p {
	vertical-align: top;
	line-height: 1.1em;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
	margin: 5px 0;
}


/*-- button dataTable --*/
.dt-button {
	background: #bbb;
	color: #fff;
	font-weight: 100;
	font-size: 0.7em;
	display: inline-block;
	padding: 4px 14px;
	line-height: 1.2em;
	vertical-align: middle;
	border: none;
	cursor: pointer;
	margin: 7px 1px 0 0;
	float: left;
}
.dt-button:hover {
	background-color: rgb(0, 137, 169);
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.dt-buttons .dt-button:last-child {
	position: absolute;
	right: 5px;
	height: 20px;
	border-radius: 50%;
	width: 20px;
	text-align: center;
	line-height: 20px;
	padding: 0;
}



.textbox-pwd {
	display: inline;
	font-size: 0.8em;
}
#submit-pwd {
	display: none;
}





.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
	background: #333;
	color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	font-size: 0.9em;
}
.tooltipJs {
    color: #0089a9;
    opacity: 0.5;
}
.tooltipJs:hover {
    opacity: 1;
}





.mobile {
	display: none !important;
}

@media only screen and (-webkit-min-device-pixel-ratio:0) { 
}
/**
 * Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}


@media screen and (max-width: 1024px) {
	.previewBox {
		width: calc(50% - 60px);
	}
}

@media screen and (max-width: 790px) {

	.column1-4,
	.column2-4,
	.column3-4,
	.column4-4,
	.column1-3,
	.column2-3,
	.column3-3 {
		clear:both;
		width:96%;
		margin:15px 2%;
	}
	
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	
	.modal .modal-content .modal-col {
		width: 100%;
	}
	
	
	
	.previewBox.contatoreTempi {
		display: none;
	}
	
	
	#sidebar:not(.active) {
		width: 45px;
	}
	#sidebar:not(.active) .navigation li a span {
		display: none;
	}
	#sidebar.active {
		z-index: 999;
	}
	#main {
    	width: calc(100% - 85px);
		padding: 20px;
		min-height: calc(100vh - 80px);
	}
	.navigation li a {
		padding: 5px 15px;
	}
	.navigation li a.spaceB::after {
		left: 8px;
	}
	.navigation-bottom {
		position: relative;
		bottom: auto;
	}
	.navigation li a.spaceB {
		margin-bottom: 10px;
	}
	.navigation li a.spaceB:after {
		bottom: -5px;
	}
	
	
	#version {
		display: none;
	}
	.previewBox {
		width: calc(100% - 40px);
		margin-right: 0;
	}
	
	.showInfo {
		right: 20px;
		padding: 0 10px;
	}
	#hideCols {
		padding: 20px;
	}
	
	#annoSelect {
	    float: none;
		margin: 0;
		text-align: center;
		background: #fff;
		padding: 2px 0;
	}
	.dataTables_wrapper .dataTables_filter {
		float: none;
		clear: both;
		text-align: center;
		font-size: 1em;
		background: #fff;
		padding: 4px 0;
		margin: 0 0 10px;
	}
	.dt-buttons {
		display: none;
	}
	
	.dtr-details {
		width: 100%;
	}
	
	#worksTable .delete {
		float: left;
		margin: -52px 0 0 50px;
		background: #9F191B;
		color: #fff;
	}
	#worksTable .edit {
		float: left;
	}
	
	#worksTable .delete,
	#worksTable .edit {
		float: left;
		border: 1px solid #999;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
	}
	
	
	#editform .form-group input,
	#editform .form-group select,
	#editform .form-group textarea {
		width: calc(100% - 32px);
	}
	#editform .form-group label {
	    padding: 10px 7px 0;
		width: calc(100% - 14px);
		line-height: 1em;
	}
	#editform .form-group .select2 {
		width: calc(100% - 10px) !important;
		margin-bottom: 5px;
	}
	#editform .ui-selectmenu-button.ui-button {
		width: calc(100% - 32px) !important;
	    margin-bottom: 5px;
	}
	
	
	
	.table-detail th {
		display: none;
	}
	.table-detail tr td {
		width: 100%;
		display: block;
		clear: both;
	}
	.table-detail tr td:before {
		content: attr(data-title);
		font-weight: 700;
		float: left;
	}
	
	
	.card .column3-4,
	.card .column1-4 {
		margin-top: 0;
		margin-bottom: 0;
		width: 46%;
		float: left;
		clear: none;
	}
	.card .column1-4.textRight {
		text-align: left;
	}
	
	
	#editform button,
	#editform button#reset,
	#editform button.globalW {
		display: block;
		clear: both;
		margin-left: 0;
		width: 100%;
	}
	
}



