body {
	background-color: #f8fafc;
	margin-left: 1%;
	margin-right: 1%;
}

@media print {
	@page {
		size: landscape
	}
}

button,
input[type="button"],
input[type="submit"] {
	background-color: MediumSeaGreen;
	border: 1px solid black;
	border-radius: 8px;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	height: 50px;
	font-weight: bolder;
	margin-top: 10px !important;
}

#portascatola button {
	color: white !important;
	border: 1px solid black;
	border-radius: 8px;
	margin-right: 70px;
	margin: 15px 10px;
	color: black;
	padding-bottom: 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	cursor: pointer;
	height: 15px !important;
	font-weight: bold;
	width: 100px;
}

label {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 10px;
}


body.loading .modal {
	overflow: hidden;
}

/* When the body has the loading class, we turn the scrollbar off with overflow:hidden */
body.loading .modal {
	display: block;
}

/* Anytime the body has the loading class, our modal element will be visible */

h4 {
	margin-bottom: 2px;
}

input[type="datetime-local"] {
	font-size: 20px;
}

#testata li {
	float: left;
}

#testata>li:first-child {
	color: mediumseagreen;
}

#testata .active {
	background-color: MediumSeaGreen;
}

#testata {
	position: sticky;
	top: 0px;
	z-index: 1000;
}

#testata ul {
	list-style-type: none;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	overflow: hidden;
	background-color: white;
	border-bottom: 2px solid black;
}

#testata img {
	margin-left: 15px;
	margin-top: 5px;
}

#testata li a {
	display: block;
	color: black;
	text-align: center;
	padding: 14px 10px;
	text-decoration: none;
}

#testata li a:hover:not(.active) {
	background-color: whitesmoke;
	color: black;
}

#tempo {
	float: right !important;
	font-size: large;
	color: black;
	padding-top: 12px;
	padding-right: 15px;
}

input,
button,
select,
textarea {
	margin-top: 5px;
	width: 340px;
	max-width: 350px;
}

.toolbar {
	padding-top: 15px;
	max-width: 960px !important;
	text-align: right;
}

th,
td {
	border: 1px solid grey;
	color: white;
	border-collapse: collapse;
}

th {
	background-image: -o-linear-gradient(bottom, silver, silver 100%) !important;
	background-image: -webkit-gradient(linear, left bottom, left top, from(silver), to(silver)) !important;
	background-image: linear-gradient(to top, silver, silver 100%) !important;
	text-align: center;
	padding: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

td {
	color: black;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

td a {
	font-weight: bold;
	text-decoration: underline;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .5) url('/AWB/IMMAGINI/loading-car.gif') 50% 50% no-repeat;
}

input,
.select2-container {
	border-radius: 5px;
	height: 35px;
	text-align: center;
	font-size: 18px;
}

.select2-container {
	height: 31px;
}

textarea {
	border: 1px solid black;
	border-radius: 5px;
	font-size: 19px;
	resize: none;
}

#logout,
#LogIn {
	color: red;
	margin-top: 11px;
	background-color: whitesmoke;
	width: auto;
}

#LogIn {
	color: mediumseagreen !important;
	margin-left: 10px;
}

#login #tutto div {
	margin: 0 auto;
}

#tutto {
	text-align: center;
}

#testata button {
	height: 35px;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200;
	overflow-y: auto;
}

.select2-results__options {
	max-height: 500px !important;
}

.select2-selection__choice__remove {
	width: auto;
	height: auto;
	vertical-align: middle !important;
}

#chissei {
	padding-top: 15px !important;
	padding-left: 15px;
	color: mediumseagreen;
}


/* Specifiche */

a {
	color: white;
	font-size: 30px;
}

a,
a:hover,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}

#interno {
	background-color: blue;
}

button:hover:not(.active) {
	background-image: -o-linear-gradient(bottom, #00457c, #00457c 100%) !important;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#00457c), to(#00457c)) !important;
	background-image: linear-gradient(to top, #00457c, #00457c 100%) !important;
}

#login #logout,
#cli #logout {
	margin-left: 25px;
}

#basilari {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1200px;
}

#basilari input {
	margin-left: 15px;
	height: 35px;
	min-height: 35px;
	max-height: 35px;
	width: 340px;
	min-width: 340px;
	max-width: 340px;
	text-align: center;
	margin-right: 10px;
}

#cli #basilari {
	margin: 0 auto !important;
}