html, body {
    /* font-family: sans-serif; */
    line-height: 1.15;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif !important;
    background-color: #ffffff;
    background-position: center;
    background-attachment: fixed;
    /* background-image: url("../image/background1.png");
    background-color:rgba(0, 0, 0, 0.5); */
    /* background-blend-mode: difference; */
    /* background-image: repeating-linear-gradient(rgba(248, 208, 255, 0.534), rgba(168, 208, 208, 0.493), rgba(247, 28, 255, 0.377), rgba(168, 208, 8, 0.329)); */
    /* background-image: linear-gradient(0deg, rgb(201, 201, 201), rgba(68, 208, 208, 0.425)); */
    background-repeat: no-repeat;
    background-size: cover;
	color:rgb(22, 77, 119);
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}
/* Smartphones ----------- */
/* @media only screen and (max-width: 760px) { */
    /* #devicemobile { display: none; } */
/* } */
/*.menu-item-color {
    color:rgb(60, 60, 255);
}
.menu-item-color:hover {
    background-color:rgb(60, 60, 255);
	color: rgb(22, 77, 119);
}*/
.homeIcon {
    color: rgba(0, 0, 0, 0.9);
    /*color: rgb(60, 60, 255);*/
}
.shadow {
    text-shadow: 1px 1px 1px white, 0 0 25px white, 0 0 5px white;
}
.boxshadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.3)!important;
}
.boxshadownone {
    box-shadow: 0 0 0 rgba(0,0,0,0)!important;
}
/* .dropdown:hover>.dropdown-menu {
    display: block;
} */
.languagesDivider {
    width: 96%; 
    height: 1px; 
    margin-left: 2%; 
    margin-right: 2%; 
    margin-top: 15px; 
    margin-bottom: 7px; 
    border-bottom: 1px solid #00000020;
}
.dropdown-menu {
    margin: 0;
}
.pointer {
    cursor: pointer;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
  }
  
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
  
#contents-main {
    /* background-color: rgba(203, 203, 203, 0.5);   mb */
    background-color: #00000000;
}
.enhancedText {
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: rgba(255, 255, 255, 0.3);
    border: 1 solid rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    padding: 16px;
}
.bg-card {
    background-color: rgba(255, 255, 220, 0.6) !important;
    border-radius: 12px !important;
}
.bg-card-selected {
    background-color:rgba(2, 145, 221, 1) !important;
    border-radius: 12px !important;
}
.bg-accordion {
    background-color: rgba(255, 255, 255, 0.8) !important;
    border-radius: 12px !important;
}
.bg-accordion-selected {
    background-color:rgba(2, 145, 221, 1) !important;
    border-radius: 12px !important;
}
.box-shadow {
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 6px 12px 8px 0 rgba(0, 0, 80, 0.6), 0 0px 6px 6px rgba(80, 180, 140, 0.2);
}
#link-list .list-group-item {
    font-size: 20px;
}
.footer-association {
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 26px;
	color: rgba(200,200,200,0.8);
}
#page-footer {  /*#0903D6*/
/*	background: 
        radial-gradient(circle at 1.98% 2.00%, rgba(9,3,200,0.7), transparent 100%),
        radial-gradient(circle at 98.02% 92.01%, rgba(9,15,150,0.7), transparent 100%),
        radial-gradient(circle at 50% 50%, rgba(9,223,0,0.8), rgba(9,223,0,0.8) 100%) */
	background-image: -webkit-linear-gradient(top right, rgba(128, 255, 255, 0.5), rgba(00, 00, 100, 1.0));
	background-image: -o-linear-gradient(top right, rgba(128, 255, 255, 0.5), rgba(00, 00, 100, 1.0));
	background-image: linear-gradient(to bottom left, rgba(128, 255, 255, 0.5), rgba(00, 00, 100, 1.0));
}

.language-icon {
    width: 25px !important;
    height: 25px !important;
    background-color: #00000000;
    text-shadow: none;
    box-shadow: none;
    object-fit: contain !important;
    display: inline-block;
    padding: 0px;
    margin: 0px;
  }

/* #menu {
    clear: both;
    background-color: #dfdfdf00;
    color: beige;
}

#menu ul li :hover {
    color: yellow;
}
#menu ul li ul li :hover {
    background-color: blue !important;
    color: yellow;
}
#menu > ul > li > ul > li:hover > a {
    background-color: blue !important;
    /* color: yellow; */
/* } */
#menu ul li ul li {
    color: black;
    background-color: white;
}
#menu ul li ul {
    background-color: white;
}

.pretty-split-pane-frame,
.pretty-split-pane-component-inner {
    background-color: #dfdfdf00;
}
/* #navbarSupportedContent {
    margin-top: 40px;
} */
.row {
    margin: 0px;
}
/*.container {
    padding: 0px;
} */
.navbar {
    height:40px;
    padding-left: 30;
    padding-right: 30px;
}
/* .navbar-light .navbar-nav .nav-link {
    color: ivory;
} */
#contents-header {
    position: fixed;
    /* background-image: linear-gradient(90deg, rgb(41, 41, 138), rgb(35, 35, 87)); */
	/* background: -webkit-linear-gradient(left, rgba(0, 0, 255, 0.8), rgba(255, 255, 255, 0.3));
	background: -o-linear-gradient(left, rgba(0, 0, 255, 0.8), rgba(255, 255, 255, 0.3));
	background: linear-gradient(to right, rgba(0, 0, 255, 0.8), rgba(255, 255, 255, 0.3)); */
	background-color: aliceblue;
/*    background: 
        radial-gradient(circle at 1.98% 2.00%, rgba(9,3,200,0.7), transparent 100%),
        radial-gradient(circle at 98.02% 92.01%, rgba(9,15,150,0.7), transparent 100%),
        radial-gradient(circle at 50% 50%, rgba(9,223,0,0.8), rgba(9,223,0,0.8) 100%);  */
/*	background: 
        radial-gradient(circle at 1.98% 2.00%, rgba(9,3,200,0.7), transparent 100%),
        radial-gradient(circle at 98.02% 92.01%, rgba(9,15,150,0.7), transparent 100%),
        radial-gradient(circle at 50% 50%, rgba(9,223,0,0.8), rgba(9,223,0,0.8) 100%);
*/    /* background-image: url("image/background.png"); */
    /* background-repeat: no-repeat;
    background-size: cover;  */
    z-index:999;
    left:0px;
    top:0px;
    width:100%;
    height:130px;
}
#titoloContainer {
    /* float: left; */
    /* position: relative; */
    /* width: 90%; */
    /* top: -30px; */
    /* margin-left: 50px;     */
 	background-image: -webkit-linear-gradient(bottom right, rgba(128, 255, 255, 0.2), rgba(100, 100, 100, 1.0));
	background-image: -o-linear-gradient(bottom right, rgba(128, 255, 255, 0.2), rgba(100, 100, 100, 1.0));
	background-image: linear-gradient(to top left, rgba(128, 255, 255, 0.2), rgba(100, 100, 100, 1.0));
   	margin: 0px;    
    padding: 5px;    
    padding-left:30px;
    padding-right:30px;
    color: #ffffff;
    text-align: start;
}
#siteInfo {
    color: #ffff00;
    font-size: large;
}
#loading {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.0);
    z-index:999;
    /* width:100%;
    height:100%; */
}
@media (orientation: landscape) {
    #contents-body-background {
       background-color: papayawhip;    /*  mb */      /* papayawhip; khaki; navy;*/
       /* background-image: url("../image/background1.png"); */
       background-image: url("../image/background.png");
       background-repeat: no-repeat;
       background-position: top;
       background-size: cover; 
    }
}
  
@media (orientation: portrait) {
    #contents-body-background {
       background-color: papayawhip;
       /* background-image: url("../image/background_v.png"); */
       background-image: url("../image/background.png");
       background-repeat: no-repeat;
       background-size: cover, contain; 
       background-position: cover;
    }
}

#contents-body-background {
    position: fixed;
    /*background-image: url("../image/annusapiedi.png"); 
    background-repeat: no-repeat; 
    background-size: 100% 100%;  */
    opacity: 0.2;
    width:100%;
    height:100%;
}
/* #xxxhome-background {
    position: fixed;
	background-image: url("../image/mammaefiglio1.png");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
    position: relative;
	left: 0px;
	top: 0px; 
    opacity: 0.3;
    width:100%;
    height:100px;
}
#xxxhome-contents {
    position: relative;
    z-index:999;
    left:0px;
    top:0px;
    width:100%;    
} */
.accordion-button-download {
   width: 98%;;
}
.accordion-button-download {
    position: relative;
    display: flex;
    align-items: center;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
.title-icon {
    width: 24px;
    height: 24px;
    box-shadow: none;
}
.runts-title {
    font-size: 18px !important;
}
.menu-icon {
    width: 16px;
    height: 16px;
}
/* .accordion-button:not(.collapsed)::after {
    font-family: 'FontAwesome';
    content: '\f068';
    float: right;
  }
.accordion-button::after {
    content: '\f068';
  } */
.btn-download{
    position:absolute;
    right:10px;
    top:10px;
}
.accordion-header{
    position:relative;
}
#contents-body {
    position: relative;
	/*max-width: 1440px;   xxxxxxxxxxxx  */
    /* background-image: linear-gradient(0deg, rgba(203, 203, 203), rgb(253, 253, 253)); */
    /* background-color: rgba(203, 203, 203, 0.5); */
    /* background-image: url("image/background.png");
    background-repeat: no-repeat;
    background-size: contain;  */
    left:0;
    top:130px;
    width:100%;
    /* height:100%; */
}
#contents-footer {
    /* position: fixed; */
    /* position: sticky; */
    z-index:999;
    left:0px;
    bottom:0px;
    width:100%;
    /* height:376px; */
    
 
    /*margin-top: 140px;*/
    /*margin-top: 240px;*/
    margin-top: 18rem;
    padding: 0;
    /* background-color: rgba(104, 3, 155, 0.8); */
    /* position: relative;
    width:100%;
    height:250px;
    min-height:250px; */
}
#footer-pane {
    /* background-color: rgba(104, 3, 155, 0.8); */
    position: relative;
    width:100%;
    height:250px;
    min-height:250px;
}
/* #contents-bottom-component {
    background-color: darkslategrey;
} */
#footer-container {
    /* background-color: rgba(0, 0, 0, 0.2); */
    background-image: linear-gradient(90deg, rgb(41, 41, 138), rgb(35, 35, 87));;
}

#pagecontents {
	width: 100%;	
}

/*#pagecontentsdata {*/
/*	max-width: 992px;	*/
/*	width: 100%;	*/
/*}*/

.edittexttitle {
    color: rgb(98, 0, 255);
    font-size: 28px;
    font-style: italic;
    font-family: Tahoma, Geneva, Verdana, sans-serif, 'Segoe UI';
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}

.textfooter {
    color: white;
    font-size: 12px;
    font-style: italic;
    font-family: Tahoma, Geneva, Verdana, sans-serif, 'Segoe UI';
    text-align: center;
}
#testata {
    /* background-color: rgba(45, 43, 46, 0.0); */
    width: 100%;
    height: 70px;
}
#ssvlogo {
    /*float: left;
    width:56px;
    height:66px;
    background-image: url("../image/logossv.png");*/
    background-color: #cccccc; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    /* margin-left: 10px; */
}

@media (max-width: 576px) {
    #pretitolo {
        font-size: xx-small;
    }
    #titolo {
        font-size: x-small;
    }
    #subTitolo1 {
        font-size: xx-small;
    }
    #subTitolo5x1000 {
        font-size: xx-small;
    }
    #userId {
        font-size: xx-small;
    }
    #session,
	#environment {
        font-size: xx-small;
    }
	#language {
        font-size: xx-small;
    }
	#pagecontentsdata {
		max-width: 489px;	
		width: 100%;	
	}
}
@media (min-width: 577px) and (max-width: 762px) {
    #pretitolo {
        font-size: small;
    }
    #titolo {
        font-size: medium;
    }
    #subTitolo1 {
        font-size: small;
    }
    #subTitolo5x1000 {
        font-size: medium;
    }
    #userId {
        font-size: small;
    }
    #session,
    #environment {
        font-size: small;
    }
	#language {
        font-size: small;
    }
	#pagecontentsdata {
		max-width: 647px;	
		width: 100%;	
	}
}
@media (min-width: 763px) and (max-width: 991px) {
    #pretitolo {
        font-size: small;
    }
    #titolo {
        font-size: large;
    }
    #subTitolo1 {
        font-size: small;
    }
    #subTitolo5x1000 {
        font-size: medium;
    }
    #userId {
        font-size: small;
    }
    #session,
    #environment {
        font-size: small;
    }
	#language {
        font-size: small;
    }
	#pagecontentsdata {
		max-width: 842px;	
		width: 100%;	
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
    #pretitolo {
        font-size: small;
    }
    #titolo {
        font-size: large;
    }
    #subTitolo1 {
        font-size: small;
    }
    #subTitolo5x1000 {
        font-size: medium;
    }
    #userId {
        font-size: small;
    }
    #session,
    #environment {
        font-size: small;
    }
	#language {
        font-size: small;
    }
	#pagecontentsdata {
		max-width: 1019px;	
		width: 100%
	}
}
@media (min-width: 1200px) {
    #pretitolo {
        font-size: small;
    }
    #titolo {
        font-size: xx-large;
    }
    #subTitolo1 {
        font-size: medium;
    }
    #subTitolo5x1000 {
        font-size: large;
    }
    #userId {
        font-size: small;
    }
    #session,
    #environment {
        font-size: small;
    }
	#language {
        font-size: small;
    }
	#pagecontentsdata {
		max-width: 1300px;	
		width: 80%;	
	}
	#homecontentsdata {
		display: inline-flex;
		max-width: 9000px;	
		width: 100%;	
	}
}
@media (max-device-width: 991px) {
    #navbarSupportedContent {
        /* background: 
        radial-gradient(circle at 1.98% 2.00%, rgba(9,3,200,0.7), transparent 100%),
        radial-gradient(circle at 98.02% 92.01%, rgba(9,15,150,0.7), transparent 100%),
        radial-gradient(circle at 50% 50%, rgba(9,223,0,0.8), rgba(9,223,0,0.8) 100%); */
        background-color: rgba(250,250,250,1);
    }
    #navbarSupportedContent > ul > li > a {
        color: black;
    }
    /* #leftColumnContainer {
        display: none;
    } */
    /* #rightColumnContainer {
        width: 100%;
    } */
}
@media (max-width: 991px) {
    #navbarSupportedContent {
        /* background: 
        radial-gradient(circle at 1.98% 2.00%, rgba(9,3,200,0.7), transparent 100%),
        radial-gradient(circle at 98.02% 92.01%, rgba(9,15,150,0.7), transparent 100%),
        radial-gradient(circle at 50% 50%, rgba(9,223,0,0.8), rgba(9,223,0,0.8) 100%); */
        background-color: rgba(250,250,250,1);
    }
    #navbarSupportedContent > ul > li > a {
        color: black;
    }
    /* #leftColumnContainer {
        display: none;
    } */
    /* #rightColumnContainer {
        width: 100%;
    } */
}

#language {
    font-style: normal;
    font-family: Tahoma, Geneva, Verdana, sans-serif, 'Segoe UI';
    text-align: right;
    color: #e000f0;
    text-shadow: none;
	margin: 0px;
	padding: 0px;
    padding-right: 0px;
	display: block;    
}

#pretitolo {
    font-style: italic;
    font-family: Tahoma, Geneva, Verdana, sans-serif, 'Segoe UI';
    text-align: right;
    color: #ffffff;
    text-shadow: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#titolo {
    position: relative;
    /* color: #903039; */
    font-style: italic;
    font-family: Tahoma, Geneva, Verdana, sans-serif, 'Segoe UI';
    text-align: center;
    color: #ffffff;
    /* text-shadow: none; */
    text-shadow: 1px 1px 1px blue, 0 0 25px blue, 0 0 5px blue;
	margin: 0px;
	padding: 0px;
}
#titoloAlert {
    position: relative;
    font-size: xx-large;
    font-style: italic;
    font-family: Forte, Tahoma, Geneva, Verdana, sans-serif, 'Segoe UI';
    text-align: center;
    color: #ff00a0;
    /* text-shadow: none; */
    text-shadow: 1px 1px 1px blue, 0 0 25px blue, 0 0 5px blue;
	margin: 0px;
	padding: 0px;
}
#subTitolo1 {
    font-style: italic;
    font-family: Tahoma, Geneva, Verdana, sans-serif, 'Segoe UI';
    text-align: center;
    color: rgba(255,255,255,0.6);
    text-shadow: none;
	margin: 0px;
	padding: 0px;
}
#subTitolo5x1000 {
    font-style: italic;
    font-family: Tahoma, Geneva, Verdana, sans-serif, 'Segoe UI';
    text-align: center;
    color: #ffff00;
    text-shadow: none;
	margin: 0px;
	padding: 0px;
}
#userId {
    font-style: italic;
    font-family: Tahoma, Geneva, Verdana, sans-serif, 'Segoe UI';
    text-align: right;
    color: #ffffff;
    text-shadow: none;
}
#session,
#environment {
    font-style: normal;
    font-family: Tahoma, Geneva, Verdana, sans-serif, 'Segoe UI';
    text-align: end;
    /* color: #8080ff; */
    color: #e000f0;
    /* text-shadow: none; */
    text-shadow: 1px 1px 2px white, 0 0 25px white, 0 0 5px white;
}
#logout {
    font-style: italic;
    font-family: Tahoma, Geneva, Verdana, sans-serif, 'Segoe UI';
    text-align: end;
    color: #ffff00;
    text-shadow: none;
}
.nav-tabs {
	background-color: transparent;
	color: darkblue;
}
.nav-link {
    text-shadow: none;
}
button.nav-link.active {
	/*background-color: transparent;
	color: darkblue;*/
    text-shadow: none;
	background-color: darkblue !important;
	color: white!important;
}

#email {
    font-size: small;
    font-style: italic;
    font-family: Tahoma, Geneva, Verdana, sans-serif, 'Segoe UI';
    text-align: center;
    color: #ffffff;
    text-shadow: none;
}

#tileAnagni8Maggio2019 {
    background-image: url('../image/Anagni8Maggio2019.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    /* width: 864px; */
    /* height: 1336px; */
    width: 278px;
    height: 430px;
    text-shadow: none;
}

#tile40AnniAborto {
    background-image: url('../image/40anniaborto.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    /* width: 640px; */
    /* height: 1273px; */
    width: 278px;
    height: 553px;
    text-shadow: none;
}

#tile8xMille {
    /* background-color: #ffffff; */
    background-image: linear-gradient(rgb(248, 248, 255), rgb(208, 208, 208));
    width: 240px;
    height: 210px;
}

#image8xMille {
    float: left;
    background-image: url('../image/ottoxmille_banner.jpg');
    background-repeat: no-repeat;
    background-size: 28px 35px;
    width: 28px;
    height: 35px;
    margin: 4px;
}

#text8xMilleHeader {
    color: white;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-style: italic;
    font-weight: bold;
    /* font-size: 18px; */
    font-size: 22px;
    text-align: center;
    text-indent: 0px;
    margin-bottom: 20px;
    text-shadow: none;
}

#text8xMilleBody {
    color: cornsilk;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    /* font-size: 14px; */
    font-size: 16px;
    /* text-align: center; */
    text-indent: 0px;
    text-shadow: none;
}
#text8xMilleBodyEnhance {
    color: white;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-weight: bold;
    /* font-size: 12px; */
    /* text-align: center; */
    text-indent: 0px;
    text-shadow: none;
}
/* #text8xMilleHeader {
    clear:both;
	float:left;
    width: 95%;
    color: #903090;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-indent: 0px;
    margin-bottom: 20px;
}

#text8xMilleBody {
    clear:both;
    float:left;
    width: 95%;
    color: #903090;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 12px;
    text-align: center;
    text-indent: 0px;
} */

.static-banner {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 100%;
    height: 25px;
    padding: 1px 3px;
    color: white;
    /* background: rgba(28, 14, 224, 0.5); */
    font-size: 22px;
    z-index: 2; /* above items */
  }
.grid-item {
    width: 15em;
    height: 10em;
    /* border: 2px solid hsla(0, 0%, 0%, 0.5); */
    padding: 0;
    margin: 0;
    background-color: rgba(255, 0, 200, 0.0);
    margin-top: 3px;
    margin-bottom: 3px;
 }

.grid-item--header { 
    height: 13px;
    width: 15.3em;
    color: black;
    background: rgba(28, 14, 224, 0.0);
    border: 0px;
    /* font-size: 18px; */
}
.grid-item--height-x1 { height: 15em; }
.grid-item--height-x2 { height: 20em; }
#contents-left-component-inner {
    padding: 0 0 0 0.3em;
}

/* #contents-split-pane {} */
#contents-top-component {
    bottom: 120px;
    margin-bottom: 4px;
}
#contents-horizontal-divider {
    /* pointer-events: none; */
    bottom: 120px;
    height: 4px;
}
#contents-bottom-component {
    height: 120px;
}
#contents-left-component {
    width: 256px;
    padding: 0;
    margin: 0;
}
#contents-vertical-divider {
    /* pointer-events: none; */
    left: 256px;
    width: 4px;
}
#contents-right-component {
    left: 256px;
    margin-left: 4px;
}
.chartRotate90Right {
    -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg);
}
.chartRotate90Left {
    -ms-transform: rotate(-90deg); /* IE 9 */
    transform: rotate(-90deg);
}
/* #chart1title {
    font-family: cursive;
    font-style: italic;
    border-bottom: 1px solid rgba(0, 200, 0, 0.3);
    height: 40px;
    color: rgba(255, 255, 255, 1);
}
#chart2title {
    font-family: cursive;
    font-style: italic;
    border-bottom: 1px solid rgba(0, 200, 0, 0.3);
    height: 40px;
    color: rgba(255, 255, 255, 1);
}
#chart3title {
    font-family: cursive;
    font-style: italic;
    border-bottom: 1px solid rgba(0, 200, 0, 0.3);
    height: 40px;
    color: rgba(255, 255, 255, 1);
}
#chart4title {
    font-family: cursive;
    font-style: italic;
    border-bottom: 1px solid rgba(0, 200, 0, 0.3);
    height: 40px;
    color: rgba(255, 255, 255, 1);
} */
.tabletitle  {
    font-family: cursive;
    font-style: italic;
    border-bottom: 1px solid rgba(0, 200, 0, 0.3);
    height: 40px;
    color: rgba(255, 255, 255, 1);
}
.charttitle  {
    padding-top: 9px;
    font-family: cursive;
    font-style: italic;
    border-bottom: 0px solid rgba(0, 200, 0, 0.3);
    height: 40px;
    color: #ee2f98;   /* rgba(255, 255, 255, 1); */
    background-color: #ee2f9800 !important;
}
.chart1Horizontal {
    width: 445px;
    height: 250px;
    border-radius: 16px;
}
.chart2Horizontal {
    width: 445px;
    height: 250px;
    border-radius: 16px;
}
.chart3Horizontal {
    width: 900px;
    height: 350px;
    border-radius: 16px;
}
.chart4Horizontal {
    width: 900px;
    height: 300px;
    border-radius: 16px;
}
.chart1Vertical {
    width: 250px;
    height: 445px;
    -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg);
}
.chart2Vertical {
    width: 250px;
    height: 445px;
    -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg);
}
.chart3Vertical {
    width: 350px;
    height: 900px;
    -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg);
}
.chart4Vertical {
    width: 300px;
    height: 900px;
    -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg);
}
.chart {
    background-color: antiquewhite;
    border: 2px solid rgba(0, 0, 0, 0.5);
    /* margin: 10px 0; */
    box-shadow: 6px 12px 8px 0 rgba(0, 0, 80, 0.6), 0 0px 6px 6px rgba(80, 180, 140, 0.2);
}


th:first-child, td:first-child {
	z-index: 1;
	position:sticky;
	left:0px;
}

/*
.carousel .carousel-item {
  height: 500px;
}

.carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 500px;
}
*/

.carousel {
  margin-bottom: 4rem;
  position: relative;
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.carousel-inner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 32rem;
  object-fit: contain !important;
  display: block;
}

.carousel-item {
  height: 32rem;
}
/*#carouselMediaContainer > ol {
	bottom: -70px;
}
#carouselMediaContainer > ol > li.active {
	background-color: coral;	
}*/
.carousel-indicators {
	bottom: -50px;
}
.carousel-indicators > li.active {
	background-color: coral;	
}
.carousel-indicators [data-bs-target] {
  	width: 7px;
  	height: 3px;
	background-color: darkblue;
}
/*
.button-bar{
    position:absolute;
    right:2px;
    top:2px;
}
*/
