body {
    padding-top: 65px;
    background-color: #252525;
    color: #eee;
}

.back-image{
	background-size: 1920px 1080px;
	overflow: hidden;
	width: 1920px;
	height: 1080px;
	background-image: url('../img/banner.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}


/* .navbar-brand {
    height: 60px;
    line-height: 35px;
}

.navbar-nav>li>a {
    height: 60px;
    line-height: 35px;
} */

.carousel-inner img {
    min-width: 100%;
    width: auto;
}

.carousel-inner>.item {
    min-height: 350px;
    background-size: cover;
    background-position: center center;
}

.page-header {
    padding: 5px 10px 0 5px;
    margin: 0;
    border-bottom: 1px solid #eee;
    background-color: #343434;
    color: #eee;
}

.accordion-button {
	color:white;
	background-color:black;
	border-color:#333;
	/*font-size: inherit;*/
}

.accordion-item {
    border: 1px solid rgba(35, 65, 100, .15)
}

.accordion-button:not(.collapsed) {
    color: inherit;
   /* background: rgb(35,65,100);*/
	background: black;
    color: #e8e8e8;
}

.accordion-button:not(.collapsed)::after  {
    filter: brightness(00%) invert(70%);
}

.accordion-button:focus {
    box-shadow: inherit;
}

.contenitore {
    margin: 40px;
    margin-top: 10px;
    padding: 10px;
    background-color: #252525;
    color: white;
}

.panel {
    border-color: black;
}

.panel h4 {
    margin: 0;
}

.panel h4 a {
    padding: 20px;
    display: block;
    background-color: black;
    color: aliceblue;
    text-decoration: none;
    border: 0 none;
}

.panel h4 a:hover {
    background-color: #337ab7;
}

.panel-padding {
    padding: 0px;
}

.rigagiorno {
    border-top: 1px solid gray;
    background-color: #181717;
    width: 100%;
    line-height: 30px;
    padding: 5px;
    vertical-align: middle;
    font-size: 20px;
}

.rigagara {
    border-top: 1px solid gray;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.column {
    text-align: center;
    flex: 25%;
}

.barraprogress {
    visibility: hidden;
}

.ora {
    max-width: 60px;
}

.idg {
    max-width: 50px;
}

.column4 {
    text-align: right;
    padding: 5px;
    max-width: 250px;
    flex: 27%;
}

.vaia {
    color: aliceblue;
    text-decoration: none;
}

.vaia:hover {
    text-decoration: none;
    color: lightyellow;
}

.progress {
    margin-bottom: 5px;
}

.nomenaz {
    text-align: center;
    font-size: 12px;
}

.nav-link {
    color: #d1d7df;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #d3d4e2;
    background-color: transparent;
    border: none;
    border-color: #4875a3 #dee2e6 #fff;
}

.nav-link:focus,
.nav-link:hover {
    color: #eef5cf;
    border: none;
}

#nomegara {
    font-weight: lighter;
}


/* .intCelleClass-c {
    border-width: 0 0 thin 0;
    margin: 0px;
    padding: 0px;
    border-bottom-style: none;
    border-bottom-color: #333333;
    color: #CCCCCC;
    background-color: #666666;
}

.intCelleClass-l {
    border-width: 0 0 thin 0;
    text-align: left;
    border-bottom-style: none;
    border-bottom-color: #333333;
    background-color: #666666;
    color: #CCCCCC;
}
*/

.rowtab {
    background-color: #DFDDCF;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #999999;
    padding-left: 2px;
}

.rowtab-c {
    text-align: center;
    background-color: #DFDDCF;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #999999;
    color: #333333;
}

.rowtab-flag {
    text-align: center;
    background-color: #DFDDCF;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #999999;
    color: #333333;
    vertical-align: middle;
}

.rowtab-l {
    text-align: left;
    background-color: #DFDDCF;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #999999;
    color: #333333;
    padding-left: 2px;
}

.rowtab-r {
    text-align: right;
    background-color: #DFDDCF;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #999999;
    color: #333333;
    padding-left: 2px;
}

.simNaz {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size: xx-small;
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: top;
}

.TabFeiRank {
    box-shadow: 1px 1px 1px 1px #CCCCCC;
    padding: 2px;
    margin: 2px;
    border: 1px solid #666666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-weight: bold;
    width: 100%;
    text-align: center;
    background-color: #FFCCCC;
    vertical-align: top;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1em;
    }
    h3 {
        font-size: 1em;
    }
	
	#nomeconcorso{
		font-size: 1em;
	}
    .contenitore {
        margin: 0;
        padding-left: 0px;
        padding-right: 0px;
    }
    .panel-padding {
        padding: 0px;
        margin: 0px;
    }
    .panel h4 a {
        padding: 10px;
        font-size: 14px;
    }
    .rigagiorno {
        padding: 3px 5px;
        font-size: 12px;
        text-align: center;
        color: aqua;
    }
    .rigagara {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0px;
        padding-right: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
    }
    .columns {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
    }
    .ora {
        max-width: 30px;
    }
    .column4 {
        display: none;
    }
    .barraprogress {
        visibility: visible;
        text-align: right;
        margin-right: 10px;
    }
}