﻿html {
	position: relative;
	margin: 0;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	scrollbar-width: thin !important;
	text-rendering: geometricPrecision !important;
	background: #F1F4F8;
	font-size: 16px !important;
	overflow-x: hidden;
}

body {
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	position: relative;
	scrollbar-width: none;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: normal !important;
}

.o_b_b_p {
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom: 1px solid !important;
}

.absolutly-centered {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

#loader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: rgba(255,255,255,.8);
	display: flex;
	align-items: center;
	justify-content: center;
}

	#loader .loading-icon {
		width: 42px;
		height: auto;
		animation: loadingAnimation 1s infinite;
	}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	color: #fff !important;
	z-index: 100;
}

#space_footer {
	margin-bottom: 40px;
}

#footer > a {
	font-weight: bold;
	color: #fff !important;
}

.back_login {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(104,155,210);
	background: -moz-linear-gradient(90deg, rgba(104,155,210,1) 0%, rgba(69,118,155,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(104,155,210,1) 0%, rgba(69,118,155,1) 100%);
	background: linear-gradient(90deg, rgba(104,155,210,1) 0%, rgba(69,118,155,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#689bd2",endColorstr="#45769b",GradientType=1);
	position: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



.dropdown-toggle::after {
	display: inline-block;
	position: relative;
	margin-left: -1.0em;
}

.max-overflow {
	overflow-y: scroll;
	max-height: 100vh;
	scrollbar-width: none;
}

	.max-overflow.max-overflow::-webkit-scrollbar {
		display: none;
	}

.bottom-0 {
	bottom: 0px;
}

.footer-bottom {
	margin-top: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 25px;
	width: 100%;
}

.pointer:hover {
	cursor: pointer !important;
}

.space-after-bar {
	height: 10px;
}

a, a:hover {
	text-decoration: none;
}

::-webkit-input-placeholder { /* Edge */
	text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	text-transform: none;
}

::placeholder {
	text-transform: none;
}

.bull-notify {
	text-align: center;
	font-size: 12px;
	color: #fff;
	height: 20px;
	width: 20px;
	border-radius: 50rem;
	background: #f56404;
	right: 2px;
	top: 2px;
}

.index1 {
	display: block !important;
	z-index: 1 !important;
}

::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}

#sidebar-wrapper {
	min-height: 100%;
	-webkit-transition: margin .25s ease-out;
	-moz-transition: margin .25s ease-out;
	-o-transition: margin .25s ease-out;
	transition: margin .25s ease-out;
	z-index: 100;
	width: 70px;
}


#togled-menu-bg {
	background: #000;
	opacity: 0.4;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

#sidebar-wrapper .sidebar-heading {
	padding: 0.875rem 1.25rem;
	font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
	width: 15rem;
}

#page-content-wrapper {
	min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
	margin-left: 0;
}

.widget {
	box-shadow: rgba(0,0,0,.3) 0px 0.125rem 0.25rem !important;
	padding: 1rem;
	border-radius: 0.25rem;
}

	.widget:hover {
		cursor: pointer;
	}

	.widget > .icon {
		margin-right: 5px;
	}

	.widget > .txt {
	}


.table-container {
	width: 100%;
	overflow-x: auto;
	min-height: 380px !important;
}


.pagination-ys {
	/*display: inline-block;*/
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}


	.pagination-ys table > tbody > tr > td {
		display: inline;
	}

		.pagination-ys table > tbody > tr > td > a, .pagination-ys table > tbody > tr > td > span {
			position: relative;
			float: left;
			padding: 8px 12px;
			line-height: 1.42857143;
			text-decoration: none;
			margin-left: -1px;
			z-index: 0;
			color: #000000;
			background-color: #f5f5f5;
			border: 1px solid #CCCCCC;
			cursor: default;
		}

		.pagination-ys table > tbody > tr > td:first-child > a, .pagination-ys table > tbody > tr > td:first-child > span {
			margin-left: 0;
			border-bottom-left-radius: 4px;
			border-top-left-radius: 4px;
		}

		.pagination-ys table > tbody > tr > td:last-child > a, .pagination-ys table > tbody > tr > td:last-child > span {
			border-bottom-right-radius: 4px;
			border-top-right-radius: 4px;
		}

		.pagination-ys table > tbody > tr > td > a:hover, .pagination-ys table > tbody > tr > td > span:hover, .pagination-ys table > tbody > tr > td > a:focus, .pagination-ys table > tbody > tr > td > span:focus {
			color: #F69F00;
			background-color: #eeeeee;
			border-color: #dddddd;
		}

	.pagination-ys table > tbody > tr:hover {
		background-color: #eeeeee !important;
	}

	.pagination-ys table > tbody > tr > td > span {
		font-weight: bold !important;
		color: #000000 !important;
	}





@media (min-width: 768px) {

	#page-content-wrapper {
		min-width: 0;
		width: 100%;
	}
}

@media(max-width: 767px) {
	#lblUserName {
		display: none !important;
	}
}

@media(max-width: 420px) {
	.logo-azienda {
		max-height: 30px;
	}
}

@media(max-width: 739px) {
	#footer {
		display: none;
	}

	#space_footer {
		display: none;
	}
}

.item-lat-menu:hover, .item-lat-menu:active {
	background: #3e5b87 !important;
	color: white;
}

	.item-lat-menu:hover > img, .item-lat-menu:active > img {
		filter: brightness(0%);
		filter: invert(1);
	}

.item-lat-menu-disabled:hover, .item-lat-menu-disabled:active {
	background: #bdbdbd !important;
	color: white;
}

	.item-lat-menu-disabled:hover > img, .item-lat-menu-disabled:active > img {
		filter: brightness(100%);
		filter: invert(1);
	}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.led {
	height: 20px;
	width: 20px;
	position: absolute;
}

ul.timeline {
	list-style-type: none;
	position: relative;
	padding-left: 1.5rem;
}

	ul.timeline:before {
		content: ' ';
		background: #f4f4f4;
		display: inline-block;
		position: absolute;
		left: 16px;
		width: 4px;
		height: 100%;
		z-index: 400;
		border-radius: 1rem;
	}

li.timeline-item {
	margin: 20px 0;
}

.timeline-arrow {
	border-top: 0.5rem solid transparent;
	border-right: 0.5rem solid #fff;
	border-bottom: 0.5rem solid transparent;
	display: block;
	position: absolute;
	left: 2rem;
}

li.timeline-item.eseguito::before {
	content: ' ';
	background-color: #28a745 !important;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #fff;
	left: 11px;
	width: 14px;
	height: 14px;
	z-index: 400;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

li.timeline-item.da_eseguire::before {
	content: ' ';
	background-color: #ffc107 !important;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #fff;
	left: 11px;
	width: 14px;
	height: 14px;
	z-index: 400;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

li.timeline-item.ripianificato::before {
	content: ' ';
	background-color: #343a40 !important;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #fff;
	left: 11px;
	width: 14px;
	height: 14px;
	z-index: 400;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

li.timeline-item.annullato::before {
	content: ' ';
	background-color: #dc3545 !important;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #fff;
	left: 11px;
	width: 14px;
	height: 14px;
	z-index: 400;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.text-gray {
	color: #999;
}

.testClassFontSize {
	font-size: 15px;
}

.btn-outline-secondary:hover > img {
	filter: contrast(175%) brightness(200%);
}

.login-div {
	width: 320px;
	padding: 1rem;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%,-35%);
	padding-top: 40px;
	padding-bottom: 50px;
	text-align: center;
}

	.login-div > .logo {
		max-width: 250px;
		margin-bottom: 30px;
		float: none !important;
	}

	.login-div > .lbl-version {
		position: absolute;
		bottom: 5px;
		right: 15px;
		font-size: 14px;
		color: dimgrey;
	}

.dashboard-widget {
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 15px;
	position: relative;
	flex: 1;
}

.flex-container {
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - 1rem);
	padding-bottom: 0.5rem;
}


.dashboard-widget > div > div > .number {
	font-size: 18px;
	font-weight: 800 !important;
}

.bg-light-menu {
	background: #5076A5;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgb(247, 247, 249) !important;
}

.table-row-odd {
	background-color: rgb(247, 247, 249) !important;
}

.table-striped tbody tr:nth-of-type(odd):hover {
	background-color: #ECECEC;
}

.f-14 {
	font-size: 14px;
}


.sidebar-item {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-radius: 7px;
	padding: 4px;
	width: 48px;
}

	.sidebar-item.active {
		background: #5076A5;
	}

	.sidebar-item:hover {
		cursor: pointer;
		background: #5076A5;
	}

.submenu {
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: none;
}

	.submenu.show {
		display: block;
	}




/*#sidebar-wrapper .sidebar-item img {
	width: 35px;
}*/

/*.menu-img-small {
	width: 28px !important;
}

.menu-img-large {
	width: 40px !important;
}*/


