@charset "utf-8";

/* CSS Document */


/* @import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap'); */


/* @import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap'); */


/* @import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap'); */

* {
    box-sizing: border-box
}


/* html */


/* { */


/* border: 10px solid green; */


/* } */

body {
    max-width: 1366px;
    /* max-width: 1024px; */
    margin-left: auto;
    margin-right: auto;
    /* font-family: Open Sans; */
    font-family: 'Titillium Web', sans-serif;
    /* font-family: 'Fira Sans', sans-serif; */
    /* font-family: 'Work Sans', sans-serif; */
    /* font-family: 'Cabin', sans-serif; */
    line-height: 1.8em;
    font-size: 16px;
    /* background-color: #F5F7F8; */
    background-color: #FFFFFF;
}

img {
    /* width: auto; */
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #000000;
    border-bottom: 3px solid transparent;
    transition: color 0.3s ease;
    transition: border-bottom 0.2s ease;
    cursor: pointer;
    /* font-weight: bold; */
}

a[href^="mailto:"] {
    text-decoration: underline;
}

.default a {
    border-bottom: none;
}

a,
a:active,
a:focus {
    outline: none;
    /* Works in Firefox, Chrome, IE8 and above */
}

a:hover {
    border-bottom-color: #1B9B62;
    color: #1B9B62;
}

hr
{
    margin: 1%;
}

div hr,
nav hr {
    margin: 1% 0 1% 0;
}


/*top right bottom left*/

summary {
    display: block;
}

span {
    font-size: smaller;
}

nav ul {
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline;
    padding-right: 10px;
    /* margin-right: 700px; */
    list-style-type: none;
    white-space: nowrap;
    vertical-align: middle;
}

ul.pretty {
    list-style-image: url("../images/icon/documents/pin.png");
}

.pretty li {
    margin-bottom: 1%;
}

ul li.last {
    padding-right: 0 !important;
}


/* iframe */


/* { */


/* width: 880px; */


/* height: 495px; */


/* } */

.map img,
map,
area {
    outline: none;
    border-style: none;
}

.briciole {
    display: inline-block;
    border: 1px solid #297A38;
    padding: 0 1% 0 1%;
}

.briciole a {
    border: none;
    /* transition-property: none; */
    color: #000000;
    transition: color 0.3s ease;
}

.briciole a:hover {
    color: #297A38;
}

.caps {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline;
}

.italic {
    font-style: italic;
}

.strong {
    font-weight: bold;
}

.bigger {
    font-size: larger;
}

.white {
    color: #FFFFFF;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.textJustify {
    text-align: justify;
}

.half {
    width: 50%;
}

.full {
    width: 100%;
}

.white a:hover {
    border-bottom-color: #FFFFFF;
}

.blu {
    background-color: #297A38;
    color: white;
}

.blu a {
    color: white;
    text-decoration: underline;
}

.logo a {
    border-bottom: none;
}

#content {
	width: 80%;
	margin: 0 auto;
}

.contentInsideBoxes {
    margin: 1%;
    padding: 2%;
    border: 1px solid #297A38;
}

.button1 {
    width: 300px; 
    text-align: center;  
    border: 2px solid #4CAF50;
}

.button2 {
    width: 300px; 
    text-align: center; 
    border: 2px solid #008CBA;
}

.button3 {
    width: 300px; 
    text-align: center;  
    border: 2px solid #FF0000;
}

.button4 {
    width: 300px; 
    text-align: center; 
    border: 2px solid #FF9900;
}

#bottone1:hover {
    background-color: #4CAF50;
    color: white;
    border-bottom-color: #4CAF50;
}

#bottone2:hover {
    background-color: #008CBA;
    color: white;
    border-bottom-color: #008CBA;
}

#bottone3:hover {
    background-color: #FF0000;
    color: white;
    border-bottom-color: #FF0000;
}

#bottone4:hover {
    background-color: #FF9900;
    color: white;
    border-bottom-color: #FF9900;
}

.contentInsideConcorsi {
    margin: 1%;
    padding: 2%;
    border: 1px solid #297A38;
    display: flex;
    flex-direction: column;
}


/* INIZIO PROVA MICHELE */

.repButton {
    cursor: pointer;
    font-weight: bold;
}

.repButton2 {
    cursor: pointer;
    display: none;
    font-weight: bold;
}

.repButton h3:hover{
    color: #297A38;
    text-decoration: underline;
    text-decoration-thickness: 3px;
}

.hrUUOO {
    height:5px;
    /* border-width:0; */
    width: 33%;
    margin-left:33% !important; 
    margin-right:33% !important;
    color:#297A38;
    background-color:#297A38;
}

.concorsi {
    flex-direction: column;
    display: none;
    /* border-left: 1px solid black; */
}

.concorso_singolo div {
    margin-left: 20px;
}

.data_pubblicazione {
    font-weight: bold;
}

.attenzione {
    font-weight: bold;
    font-size: large;
    color: red;
}

.scadenza {
    font-weight: bold;
}

.link a {
    color: #297A38;
    font-weight: bold;
    /* text-transform: lowercase; */
    display: inline-block;
}

/* .link a:first-letter {
    text-transform: uppercase;
} */

.info {
    font-weight: bold;
    font-size: 15px;
    text-decoration: underline;
    padding-left: 20px;
}

.corpo {
    text-transform: uppercase;
}

.fill img {
    width: 70%;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-row img
{
    object-fit: contain;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.column {
    flex-direction: column;
}

.row {
    flex-direction: row;
}

.red {
    color: red;
}

#boxShadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background: transparent url(../bg.png) repeat;
    z-index: 60;
    
}

.horizontal_line
{
    display: none;
}

.vertical_line
{
    border-left: 1px solid green;
    margin-right: 30px;
    margin-left: 30px;
}

/* FINE PROVA MICHELE */

.contentWithoutBoxes {
    margin: 1%;
    padding: 2% 0 2% 0;
}

.contentOfPhotos {
    padding: 0 0 2% 0;
}

figure {
    display: inline-block;
}

.container {
    display: inline-block;
}

figcaption {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: normal;
}

.fontZero {
    font-size: 0;
}

.fontZero a {
    border: none;
    transition-property: none;
}

.uno img,
.due img,
.tre img,
.quattro img {
    width: 100%;
}

.uno iframe,
.due iframe,
.tre iframe,
.quattro iframe {
    width: 100%;
    margin: 0;
}

.due figure,
.tre figure,
.quattro figure,
.due.container,
.tre.container,
.quattro.container {
    margin: 0 4% 2% 0;
}

.uno figure,
figure.last,
.uno.container,
.container.last {
    margin: 0 0 4% 0;
}

.uno figure,
.uno.container {
    width: 100%;
}

.due figure,
.due.container {
    width: 48%;
}

.tre figure,
.due.container {
    width: 30.6%;
}

.quattro figure,
.quattro.container {
    width: 22%;
}

#default li {
    display: block;
    margin: 0;
    padding-left: 5%;
}

.panelDiv {
    display: inline-block;
    width: 33%;
}

.panelDiv img {
    width: auto;
    height: auto;
    display: inline;
}

header nav {
    padding-top: 20px;
    margin: 1%;
}

.left,
.right {
    display: inline;
    width: 50%;
    margin: 0;
    padding: 0;
}

.left {
    float: left;
}

.right {
    float: right;
    text-align: right;
}

nav .left {
    width: 30%;
}

nav .right {
    width: 70%;
}

nav .container {
    position: relative;
}

#header-image .left {
    width: 49%;
    margin-right: 1%;
}

#header-image .right {
    width: 49%;
    margin-left: 1%;
}

.left.header {
    width: 80%;
}

.left.header ul li {
    padding-right: 50px;
}

.right.header {
    width: 20%;
}

.left.menu {
    width: 32%;
}

.ospedali figcaption {
    font-weight: normal;
    background-color: #297A38;
    color: #FFFFFF;
    font-size: 15px;
}

header img {
    display: inline;
    width: 180px;
}

#header-image {
    margin: 1%;
}

#header-image iframe {
    width: 100%;
    height: 100%;
}

#header-box,
#main-box {
    margin: 1%;
    overflow: auto;
}

#header-box {
    background-color: #FFFFFF;
}

#header-box a {
    color: #000000;
}

.search-box {
    margin: 1%;
}

.search-box form input {
    width: 20%;
}

.aree img {
    display: inline;
    width: 200px;
    padding: 1%;
}

.center {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

aside {
    width: 20%;
    display: inline;
    float: right;
    height: 354px;
    padding: 20px;
    margin-left: 1%;
    margin-right: 1%;
    border: 3px solid #297A38;
}

aside img {
    display: inline;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding: 3%;
}

footer div {
    margin: 1%;
    padding: 1%;
}

footer img {
    display: inline;
    width: auto;
}

.separator {
    background-color: black;
}

div.social img {
    height: 50px;
}

div.social a {
    padding-left: 3%;
    padding-right: 3%;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

table {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

table,
td,
th {
    border: 1px solid black;
    border-collapse: collapse;
}

td,
th {
    padding: 4px;
}

table th {
    background-color: #DEDEDE;
}

.concorsiTable {
    border: none;
}

.floatBox {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}

.archivioNews a {
    margin-left: 1%;
    margin-right: 1%;
}

.colButton {
    float: left;
    width: 14.66%;
    margin: 1%;
}

.clear {
    clear: both;
}

.small {
    font-size: 12px;
}

div.socialBox img {
    width: auto;
    height: 35px;
    vertical-align: middle;
    margin: 0;
    padding: 5px;
}

div.socialBox a {
    display: inline;
    border: none;
    transition-property: none;
    margin: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1%;
}