@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
	font-family: 'Poppins', sans-serif!important;
	font-weight: 400!important;
	font-size: 17px!important;
	line-height: 20px!important;
	color: #000;
}


@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
     .fa-solid, .fa-solid * {
   		display:  none !important; 	
    }
    tbody, td, tfoot, th, thead, tr {
    	 	border-bottom:solid #CCC !important;
    		border-bottom-width:1px 0 0 0px !important;
    }
}

.page-item{
	line-height: 24px!important;
}

.ricerca_classica_button {
	color: #000 !important;
	background-color: #EEE;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

.ricerca_dinamica_button {
	background-color: #EEE;
	margin-left:100px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

.separatore {
	height: 5px; 
	background-color: #820000
}

.cover-container_opera {
    height: 180px;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

.cover-item_opera {
    position: relative;
    display: inline-block;
    margin: 8px 8px;
   /* box-shadow: 2px 2px 4px #bbb;
    border-top-right-radius: 4px;*/
    width: 200px;
    height: 158px;
    vertical-align: bottom;
    background-position: top left;
    background-repeat: no-repeat;
    background-size:contain;
}

.foto_didascalia {
    position: relative;
    display: inline-block;
    margin: 8px 8px;
   /* box-shadow: 2px 2px 4px #bbb;
    border-top-right-radius: 4px;*/
    width: 100%;
    height: 200px;
    vertical-align: bottom;
    background-position: top left;
    background-repeat: no-repeat;
    background-size:contain;
}

.foto_settore {
    position: relative;
    display: inline-block;
    margin: 8px 8px;
   /* box-shadow: 2px 2px 4px #bbb;
    border-top-right-radius: 4px;*/
    width: 100%;
    height: 600px;
    vertical-align: bottom;
    background-position: top center;
    background-repeat: no-repeat;
    background-size:contain;
}

.input_img_mod{
	float:left;
	margin-right:10px;
}

.cover-img_mod {
    position: relative;
    display: inline-block;
   /* box-shadow: 2px 2px 4px #bbb;
    border-top-right-radius: 4px;*/
    width: 100px;
    margin-right:10px;
    font-size: 15px;
}



.png_canc {
	width: 15px;
	height: 15px;
	margin-left: 10px;
	cursor: pointer;
}

.cover-container {
    height: 215px;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

.cover-super {
	position: relative;
    display: inline-block;
    margin: 15px 15px;
   /* box-shadow: 2px 2px 4px #bbb;
    border-top-right-radius: 4px;*/
    width: 200px;
    height: 170px;
}
.cover-super2 {
	position: relative;
    display: inline-block;
    margin-right:2px;
   /* box-shadow: 2px 2px 4px #bbb;
    border-top-right-radius: 4px;*/
    /*width: 60px;
    height: 70px;*/
    width: 100px;
    height: 80px;
    float: left;
}
.cover-item2 {
    position: relative;
   /* box-shadow: 2px 2px 4px #bbb;
    border-top-right-radius: 4px;*/
    width: 100%;
    height: 70px;
    vertical-align: bottom;
    background-position: top left;
    background-repeat: no-repeat;
    background-size:contain;
}

.cover-testo{
	position: relative;
    width: 100%;
    height: 10px;
}
.cover-item {
    position: relative;
   /* box-shadow: 2px 2px 4px #bbb;
    border-top-right-radius: 4px;*/
    width: 100%;
    height: 158px;
    vertical-align: bottom;
    background-position: top left;
    background-repeat: no-repeat;
    background-size:contain;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.base_ricerca {
	display: none;
}

.col-checkbox {
	width: 20px!important;
	min-width: 20px!important;
}

.container_globale {
	min-height:  calc(100vh - 40px);
}

h1 {
	font-size: 40px;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color:#820000;
}

h2 {
	font-size: 30px;
	line-height: 35px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color:#820000;
} 

h3 {
	font-size: 24px;
	line-height: 28px;
	font-family: 'Oswald', sans-serif;
	color:#820000;
}

h4 {
	font-size: 21px;
	line-height: 24px;
	font-family: 'Oswald', sans-serif;
	color:#820000;
}

h5 {
	font-size: 13px;
	line-height: 16px;
	font-family: 'Oswald', sans-serif;
	color:#820000;
}

h6 {
	font-size: 11px;
	line-height: 14px;
	font-family: 'Oswald', sans-serif;
	color:#820000;
}

a{
    color:#820000!important;
	text-decoration:none!important;
}

a:hover{
    color:#000!important;
}

.bg-white{
	background-color:rgba(255, 255, 255, 0.7)!important;
}

.bg-grigio{
	background-color:#d5d5d5;
}

.title-page-space{
	padding-top:50px;
	padding-bottom:50px;
}


/*menu*/

.barra-top{
	background-color:#000;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
}

.navbar-brand img{
	width: 300px;
}

.navbar{
	font-size:15px;
}

.dropdown-menu-dark .dropdown-item {
    color: #fff!important;
    background-color: #000;
    font-size: 13px;
}


.dropdown-menu-dark .dropdown-item:hover {
    background-color: #820000;
} 

.navbar-nav {
	background-color: #CCC;
}

.navbar-light .navbar-nav .nav-link {
    color: #000!important;
}

.navbar-light .navbar-nav .nav-link.active{
	color: #820000!important;
}

.dropdown-menu-dark .dropdown-item.active{
	background-color: #820000;
}

.dropdown-menu-dark .dropdown-item{
	color: #fff;
	background-color: #000;
}

.dropdown-menu-dark {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

/*Fine menù*/


/*Home Login*/

.container-home{
  background-image: url("../images/museo-egizio-di-torino-reperti.jpg");
  background-repeat: no-repeat, repeat;
  background-position: bottom;
  min-height:100vh;
}

.container-login{
	padding-top:3%;
	padding-bottom:3%;
	padding-left: 20px;
    padding-right: 20px;
    margin-top: 10%;
	border-radius: 5px;
	box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, .2);
}

.form-check-input:checked {
    background-color: #820000!important;
    border-color: #820000!important;
}

.btn-primary {
    color: #fff;
    background-color: #820000;
    border-color: #820000;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

/*end Home Login*************************************************************************************************************/

/*opere*/

.container-opere .nav-tabs .nav-link.active {
    color: #820000;
    background-color: #fff;
}

.container-opere .nav-link:hover {
    color: #820000;
}

.container-opere .nav-link {
    color: #000;
}

.container-opere{
	border-top:1px solid #820000;
	border-bottom:1px solid #820000;
	padding-top: 10px;
    padding-bottom: 10px;
}

.form-opere{
    padding-top: 50px;
    padding-bottom: 50px;

}

.active-link{
    color:#820000!important;
    font-weight: 700;
}

.container-opere .fa-solid{
	padding-right:5px;
}

.bottone-inserisci button{
	background-color:#820000;
	color:#fff!important;
	border:none!important;
	border-radius:5px;
	margin-bottom:15px;
}

/*opere lista*/

.table-lista ul {
    padding-left: 1rem;
}

.table-lista td{
	font-size: 13px; 
}

.table-lista th{
	font-size: 13px; 
	min-width: 10%;
	width:12%;
}

.col-schede {
	min-width: 11%!important;
	width:11%!important;
}
.table-lista-n{
	min-width: 5%!important;
	width:5%;
}


.table-lista .fa-solid {
	font-family: 'Font Awesome 6 Free';
    font-weight: 500;
    font-size: 20px;
    padding-right: 10px;
	color:#000;
}

.fa-caret-up {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900!important;
    font-size: 20px;
    padding-right: 10px;
	color:#000;
}
.fa-caret-down {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900!important;
    font-size: 20px;
    padding-right: 10px;
	color:#000;
}


.table-lista .fa-regular {
	font-family: 'Font Awesome 6 Free';
    font-weight: 500;
    font-size: 20px;
    padding-right: 10px;
	color:#000;
}

.table-lista .fa-brands {
    /*font-weight: 500;*/
    font-size: 20px;
    padding-right: 10px;
	color:#000;
}

.fa-circle-xmark {
	margin-left: 50px;
	color: #F00!important;
}

.table-lista .active {
	color:#820000;
}


.table-lista th:last-child, .table-lista td:last-child {
    position: sticky;
    right: 0;
}

.table-lista-schede th:last-child, .table-lista-schede td:last-child {
    position: sticky;
    right: 0;
}

.col-action{
    position: sticky;
    right: 0;	
}

.bg-table-sfumatura {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%)!important;
}

.navigation-liste .page-link {
    color: #000;
}

.pagination_link {
	color: #000;
}

.table-lista .fa-sort{
	float:right;
}
.table-lista .fa-caret-up{
	margin-left: 10px;
}

/*
.table-lista .fa-caret-up{
	float:right;
}

.table-lista .fa-caret-down{
	float:right;
}*/
/*opere lista schede*/

.table-lista-schede ul {
    padding-left: 1rem;
}

.table-lista-schede td{
	font-size: 13px; 
}

.table-lista-schede th{
	font-size: 15px; 
	min-width: 8%;
	width:8%;
}

.table-lista-schede-n{
	min-width: 5%!important;
	width:5%;
}

.table-lista-schede .fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 20px;
    padding-right: 5px;
	color:#820000;
}

.table-lista-schede .fa-sort{
	float:right;
}


/*Manutenzione*/

.calendar-form{
	padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
	width:100%;
}

.calendar-form-manu-ricerca{
	padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
}


.table-lista-manutenzioni ul {
    padding-left: 1rem;
}

.table-lista-manutenzioni td{
	font-size: 13px; 
}

.table-lista-manutenzioni th{
	font-size: 15px; 
	min-width: 13%;
	width:13%;
}

.table-lista-n{
	min-width: 5%;
	width:5%;
}

.table-lista-manutenzioni .fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 20px;
    padding-right: 15px;
	color:#820000;
}

.table-lista-manutenzioni .fa-sort{
	float:right;
}

/*gallery opera*/

.opera-gallery{
	background-color:#f5f5f5;
	padding-top:30px;
	padding-bottom:30px;
	margin-top:30px;
}

.scheda-gallery {
  background-color: #fafafa;
  padding-bottom: 30px;
}

@media (min-width: 1019.99px) and (max-width: 1400px)  {
	
.navbar {
    font-size: 10px;
}
	
} /*end media*/




@media (min-width: 992px) and (max-width: 1019.98px)  {

/*lista*/
	
.table-lista .fa-solid {
    width:100%;
}
	
.table-lista-schede .fa-solid {
    width:100%;
}
	
.bg-table-sfumatura {
    padding-left: 40px!important;
}
	
} /*end media*/




	
@media (max-width: 992px) { 

/*lista*/

.table-lista .fa-solid {
    width:100%;
	float:left;
}

.table-lista-n{
	min-width: 50px!important;
}

	
/*lista schede*/
	
.table-lista-schede th{
	min-width: 110px!important;
	width:110px;
}

.table-lista-schede .fa-solid {
    width:100%;
	float:left;
}
	
/*manutenzione*/
	
.table-lista-manutenzioni th{
	min-width: 110px!importantimportant;
	width:110px;
}
	
.col-action{
	min-width: 50px!important;	
}

	
.bg-table-sfumatura {
    padding-left: 40px!important;
}
	
	
} /*end media*/ 





@media (min-width: 768px) and (max-width: 991.98px) { 
	
	
} /*end media*/ 






@media (max-width: 768px) {
	
/*menu*/

.navbar-brand img{
	width:300px;
}

	
/*opere*/
	
.nascondi-mobile{
	display:none!important;
}
	
.form-opere th{
	font-size:13px;
	line-height:16px;	
	min-width:100px;
}
	
.table-number{
	max-width:50px!important;
	min-width:50px!important;
}

	
} /*end media*/





@media (max-width: 576px) {

} /*end media*/


@media (max-width: 361px) {

} /*end media*/
















