/*!
 *   NaLu.WebApp v1.0.a0
 */
:root {
	--pw-green-1: #28a745;
	--pw-green-2: #218c3a;
	--pw-red-1: #dc3545;
	--pw-red-2: #b02b38;
	--pw-grey-1: #dee2e6;
	--pw-grey-2: #ced4da;
	--pw-grey-3: #f7f7f7;
	--pw-grey-4: #adb5bd;
	--pw-grey-5: #e9e9e9;
	--pw-grey-6: #2b3137;
	--pw-grey-7: #4f5962;
	--pw-yellow-1: #ffc107;
}


/*** Core modify and add***/
/*** General ***/
@media (pointer: coarse) {
	.pw-no-mobile {
		display: none;
	}
	.popover {
		display: none !important;
	}
	.form-control {
		font-size: 16px;
	}
}
a {
	outline: none !important;
}

/*** Content Wrapper ***/
.content-wrapper {
	min-height: 100vh;
	background-color: #eceff4;
	background-image: url("../../../assets-loc/dist/img/background.jpg");
	background-size: cover;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*** Margin and padding ***/
.mt-16 {
	margin-top: 16px !important;
}
.mt--10 {
	margin-top: -10px !important;
}
.ml--7 {
	margin-left: -7px !important;
}
.ml--8 {
	margin-left: -8px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mr-5 {
	margin-right: 5px !important;
}
.mr--8 {
	margin-right: -8px !important;
}
.pt-23 {
	padding-top: 23px !important;
}
.pl-0 {
	padding-left: 0px !important;
}
.pl-10 {
	padding-left: 10px !important;
}
.pr-30 {
	padding-right: 30px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}

/*** Row and colums ***/
.pw-row {
	margin: 0px 0px 0px 0px !important;
}
.pw-row-center {
	width:100% !important;
	text-align: center!important;
}

/*** Background ***/
.pw-bd-white {
	background-color: #ffffff !important;
}
.pw-bd-grey-3 {
	background-color: #f7f7f7 !important; /* --pw-grey-3 */
}

/*** Text ***/
.fontsize-18 {
	font-size: 10px !important;
}
.pull-right {
	text-align: right !important;
}
.description-text {
	text-transform: none !important;
}
.pw-txt-small {
	font-size: 14px !important;
	font-weight: normal !important;
}
.pw-txt-normal {
	font-weight: normal !important;
}

/*** Icone ***/
.pw-icon-tit-1 {
	font-size: 22px;
	margin-right: 10px !important;
	color: #adb5bd; /* --pw-grey-4 */
}
.pw-icon-tit-2 {
	float: left;
	margin: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-left: 0px;
}
.pw-bd-grey-3 {
	background-color: #f7f7f7 !important; /* --pw-grey-3 */
}

/*** Btn ***/
.btn {
	border-radius: 0px !important;
}
.pw-btn-operation {
	width: 100% !important;
	text-align: left !important;
}

/*** Images ***/
.img-size-30 {
	width: 30px !important;
	height: 30px !important;
}

/*** Card ***/
.card {
	border-radius: 3px !important;
}
.card-header {
	border-radius: 0px !important;
}
.pw-card-header-auto {
	height: auto !important;
}
.pw-card-custom-data {
	margin-bottom: 20px;
	width: 100%;
	padding: 8px;
	background-color: #f7f7f7; /* --pw-grey-3 */
}

/*** Form ***/
.form-control {
	border: 1px solid #ced4da !important; /* --pw-grey-2  */
	border-radius: 0px;
	font-size: 14px;
}
.input-group-text {
	border: 1px solid #ced4da !important; /* --pw-grey-2  */
	border-radius: 0px !important;
}
.select2 {
	width: 100% !important;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #ced4da; /* --pw-grey-2  */
	border-radius: 0px;
	height: 38px !important;
	padding-top: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
	background-color: #dee2e6; /* --pw-grey-1  */
	color: #000000;
}
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #ced4da; /* --pw-grey-2  */
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 60%;
}
.select2-container--default.select2-container--open .select2-selection--single {
	border-color: #ced4da; /* --pw-grey-2  */
}
.select2-dropdown {
	background-color: white;
	border: 1px solid #ced4da; /* --pw-grey-2  */
	border-radius: 0px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}
.pw-form-control {
	border-radius: 0px !important;
}

/*** Alert box ***/
.pw-alert-danger {
	color: #333333;
	background-color: #f4f4f5; /* --pw-grey-3 */
	border: solid #ced4da 1px; /* --pw-grey-2 */
	border-left: solid 5px #dc3545; /* --pw-red-1 */
}
.pw-icons-danger {
	font-size: 24px !important;
	color: #dc3545; /* --pw-red-1 */
}
.pw-alert-grey {
	color: #333333;
	background-color: #f4f4f5; /* --pw-grey-3 */
	border: solid #ced4da 1px; /* --pw-grey-2 */
	border-left: solid 4px #ced4da; /* --pw-grey-2 */
}

.pw-icons-grey {
	font-size: 24px !important;
	color: #adb5bd; /* --pw-grey-1 */
}
.pw-alert-success {
	color: #333333;
	background-color: #f4f4f5; /* --pw-grey-3 */
	border: solid #ced4da 1px; /* --pw-grey-2 */
	border-left: solid 5px #28a745; /* --pw-green-1 */
}
.pw-icons-success {
	font-size: 24px !important;
	color: #28a745; /* --pw-green-1 */
}
.pw-alert-warning-2 {
	color: #333333;
	background-color: #f4f4f5; /* --pw-grey-3 */
	border: solid #ced4da 1px; /* --pw-grey-2 */
	border-left: solid 5px #ffc107; /* --pw-yellow-1 */
}
.pw-icons-warning-2 {
	font-size: 24px !important;
	color: #ffc107; /* --pw-yellow-1 */
}

/*** info Box ***/
.pw-info-box {
	min-height: auto !important;
}
.pw-info-box-icon {
	width: 50px !important;
	height: 50px !important;
}

/*** Specific section ***/
/*** Main header ***/
.main-header {
	height: 55px !important;
}

/*** Header ***/
.pw-main-header-title {
	display: none;
	width: 100%;
	height: 55px;
	padding: 10px !important;
	text-align: left;
	border: solid 0px !important;
}
@media (max-width: 991px) {
    .pw-main-header-title {
        display: block;
    }
}
.pw-brand-image {
    height: 33px !important;
    width: 33px !important;
    float: none !important;
    margin: 0px !important;
    margin-bottom: 7px !important;
    padding: 0px !important;
    vertical-align: bottom !important;
    display: inline-block !important
}
.pw-brand-text {
    padding-left: 10px;
    font-size: 20px;
}
.pw-icons-warning {
	margin-top: 16px !important;
	-webkit-animation: pw-icons-warning 1s step-end infinite;
	animation: pw-icons-warning 1s step-end infinite;
}
@-webkit-keyframes pw-icons-warning { 50% { visibility: hidden;}}
@keyframes pw-icons-warning { 50% { visibility: hidden;}}
.pw-number-warning {
	margin-top: 8px !important;
	background-color: rgb(0 ,0, 0, .25);
	-webkit-animation: pw-number-warning 1s step-end infinite;
	animation: pw-number-warning 1s step-end infinite;
}
@-webkit-keyframes pw-number-warning { 50% { visibility: hidden;}}
@keyframes pw-number-warning { 50% { visibility: hidden;}}

/*** Logo ***/
.pw-brand-link {
	padding-top: 9px !important;
	padding-bottom: 5px !important;
	padding-left: 21px !important;
}

/*** Main Sidebar ***/
.nav-sidebar .menu-open > .nav-link i.right,
.nav-sidebar .menu-is-opening > .nav-link i.right {
	transform: rotate(-180deg);
}
[class*="sidebar-light-"] {
	background-color: #f9fafc !important; /* colore di sfondo dela sidebar sinistra per i layout chiari */
}
[class*="sidebar-light-"] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*="sidebar-light-"] .nav-sidebar > .nav-item:hover > .nav-link {
	background-color: rgba(232, 236, 242, 0.8); /* colore sfondo rollover */
}
[class*="sidebar-light"] .nav-legacy.nav-sidebar > .nav-item .nav-treeview,
[class*="sidebar-light"] .nav-legacy.nav-sidebar > .nav-item > .nav-treeview {
	background-color: rgba(232, 236, 242, 0.8);
}

/*** Menu ***/
.pw-nav-menu_2 {
    padding-left: 28px !important;
	border-left: solid 0px;
}
.pw-nav-menu_3 {
    padding-left: 34px !important;
}
.pw-nav-icon_1 {
    font-size: 15px !important;
}
.pw-nav-icon_2 {
	margin-left: -6px !important;
	font-size: 12px !important;
}
.pw-nav-icon_3 {
	margin-left: -6px !important;
	font-size: 10px !important;
}
.pw-active-dark {
	background-color: #474d54 !important;
}
.pw-active-light {
	background-color: #eff2f6 !important;
}
.pw-localmenu-light {
	background-color: #e9e9e9 !important; /* --pw-grey-5 */
}
.pw-localmenu-dark {
	background-color: #2b3137 !important; /* --pw-grey-6 */
}
.pw-menu-divider-dark {
	background-color: #4f5962 !important; /* --pw-grey-7 */
	height: 1px !important;
	margin: 8px !important;
}
.pw-menu-divider-light {
	background-color: #dee2e6 !important; /* --pw-grey-1 */
	height: 1px !important;
	margin: 8px !important;
}

/*** Setting ***/
.pw-sidebar-setting {
    padding-top: 6px !important;
}
@media (max-width: 991px) {
    .pw-sidebar-setting {
        padding-top: 50px !important;
        margin-top: 7px !important;
    }
}
.pw-sidebar-setting li {
    width: 33% !important;
}
.pw-btn-skin {
    padding: 0px !important;
}
.pw-settings-language {
	padding-right: 15px !important;
	font-size: 14px;
	line-height: 22px;
	color: #ffffff !important;
	word-spacing: 10px;
}
.pw-settings-language:hover {
	opacity: 0.7;
}

/*** Loagingbox ***/
#LoadingBox {
	background-color: #000;
	width: 100%;
	height: 100%;
	z-index: 90000;
	position: fixed;
	display: none;
	-moz-box-shadow: 5px 5px 30px #333333;
	-webkit-box-shadow: 5px 5px 30px #333333;
	box-shadow: 5px 5px 30px #333333;
	opacity: 0.8;
	border: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.pw-LoadingSpin {
	z-index: 90005;
	position: absolute;
	left: 0;
	top: 35%;
	width: 100%;
	text-align: center;
	color: #2979ae;
	font-size: 50px;
}
.pw-LoadingText {
	font-size: 20px !important;
}
.pw-LoadingEsc {
	z-index: 90005;
	position: absolute;
	left: 0;
	top: 20px;
	width: 100%;
	text-align: center;
	color: #3479a1;
	font-size: 16px;
}


/*** Plugins ***/
/*** Popover ***/
.popover-header {
	font-size: 14px;
}
.popover-body {
	font-size: 14px;
}
/*** DataTables ***/
.table-sm th,
.table-sm td {
	padding: .2rem;
}
.table.dataTable tbody td {
	outline: none;
}
dtr-control {
	padding-left: 140px !important;
	witdh:200px;
}
tr.shown dtr-control {
	padding-left: 140px !important;
}
.dt-button.dropdown-item.buttons-columnVisibility.active {
	min-width: 150px;
	font-size: 14px;
	background-color: #e9e9e9; /* --pw-grey-5 */
	border-bottom: solid 1px #dddddd;
	padding-top: 8px;
	padding-bottom: 8px;
	outline: none;
	color: #000000 !important;
}

	.dt-button.dropdown-item.buttons-columnVisibility.active:first-child, .dt-button.dropdown-item.buttons-columnVisibility:first-child {
		/*padding-top: 0px;*/
		margin-top: -8px
	}

	.dt-button.dropdown-item.buttons-columnVisibility.active:last-child, .dt-button.dropdown-item.buttons-columnVisibility:last-child {
		/*border-bottom: solid 0px #dddddd;
		padding-bottom: 0px;*/
		margin-bottom: -8px;
	}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
	/*top: 50%;
	left: 5px;
	height: 1em;
	width: 1em;
	margin-top: -9px;
	display: block;
	position: absolute;
	color: white;
	border: 0.15em solid white;
	border-radius: 1em;
	box-shadow: 0 0 0.2em #444;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0 !important;
	font-family: 'Courier New', Courier, monospace;
	line-height: 1em;
	content: '+';
	background-color: #31b131;*/
	background-color: #a7a7a7 !important;
	color: #dee2e6 !important;
}
.pw-datatable-dropdownmenu {
	/*max-width: 400px !important;*/
	min-width: 150px !important;
}
.pw-datatable-functionbutton {
	margin: -8px !important;
}
.pw-datatable-td-1p {
	width: 1% !important;
}
.pw-datatable-td-4p {
	width: 4% !important;
}
.pw-datatable-td-5p {
	width: 5% !important;
}
.pw-datatable-td-7p {
	width: 7% !important;
}
.pw-datatable-td-8p {
	width: 8% !important;
}
.pw-datatable-td-10p {
	width: 10% !important;
}
.pw-datatable-td-12p {
	width: 12% !important;
}
.pw-datatable-td-20p {
	width: 20% !important;
}
.pw-tr-deleted {
	background: repeating-linear-gradient( 180deg, #adb5bd 0%, #adb5bd 100% ); /* --pw-grey-4: */
	background-size: 100% 1px;
	background-position: center;
	background-repeat: no-repeat;
}
/*** SweetAlert2 ***/
.swal2-close:hover {
	color: #dee2e6 !important; /* --pw-grey-1 */
}
.swal2-close:focus {
	outline: none;
	box-shadow: none !important;
}
.swal2-confirm:focus {
	outline: none;
	box-shadow: none !important;
}
.swal2-cancel:focus {
	outline: none;
	box-shadow: none !important;
}
.swal2-icon {
	width: 5em !important;
	height: 5em !important;
}
.swal2-title {
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1.5em;
	font-weight: 300;
}

/*** Specific pages ***/
/*** Login ***/
.pw-login-background {
	height: 60vh;
	background-color: #eceff4;
	background-image: url("../../../assets-loc/dist/img/background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 30px;
}
@media (max-height: 12px) {
	.pw-login-background {
		margin-top: 10%;
	}
	.popover {
		display: none !important;
	}
	.form-control {
		font-size: 16px;
	}
}.pw-login-logo {
	width: 50px;
	height: 50px;
	border: solid 1px #000;
	margin-top: -30px;
	margin-right: 5px;
}
