

ol.lr {list-style-type: lower-roman;}

ol.la {list-style-type: lower-alpha;}

.landing {
  padding: 0 5%;
  text-align: center;
}

.landing img {
  margin: 0 30%;
  width:40%;
}


.btn-light{
  background-color: #FFF;
  border-color: #FFF;
}

.btn-outline{
  background-color: transparent;
  color: inherit;
  transition: all .5s;
}

.text-blue{
  color: rgb(0,116,166) !important;
}

.text-white{
  color: #FFFFFF !important;
}

nav.sub{
}

ul.submenu {
  overflow: hidden;
  list-style: none;
  margin: 20px;
  padding: 0;
}
ul.submenu li{
  float:left;
}
li.submenuitem a, li.submenuitem a:visited {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-color: rgb(166,166,166);
  padding: 10px;
}
li.submenuitem a.blue-0{
  background: rgb(95,196,225);
}
li.submenuitem a.blue-1{
  background: rgb(0,157,204);
}
li.submenuitem a.blue-2{
  color: white;
  background: rgb(0,116,166);
}
li.submenuitem a:hover,
li.submenuitem a:active,
li.submenuitem a.active{
  background-color: rgb(255,255,255);
  color: rgb(0,116,166);
  border: 2px solid rgb(0,116,166);
}
li.submenuitem a.active{
  cursor: default;
}


.big-icon {
    font-size: 32px;
}

.left-arrow {
  position: absolute;
  top: 60%;
  left: -2%;
  z-index: 999;
}
.right-arrow {
  position: absolute;
  top: 60%;
  right: -2%;
  z-index: 999;
}

.overflow-auto{
  overflow: auto;
}

#funzionalita .left-arrow {
  top: 48%;
}
#funzionalita .right-arrow {
  top: 48%;
}

div.container {
  position: relative;
}

li.active-main a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 380px;
}

.feature-area p{
  font-size: 14px;
}

.intro_slide, .owl-item p {
  font-size: 20px;
}

a.navbar-brand {
  /* width: 80%; */
}
a.navbar-brand img {
  height: 50px;
  margin-top: -15px;
}
.languages, .languages a {
  color: white;
}

#come-funziona .left-arrow, #come-funziona .right-arrow{
  top: 50%;
}

#cookie-alert{
  width: 100%;
  min-height: 70px;
  padding: 10px;
  position: fixed;
  bottom: 0;
  background: #777777;
  color: white;
  z-index: 9999999;
  text-align: center;
  border-top: 1px solid white;
}

#cookie-alert a.btn{
  margin: 10px;
}

.point-rank-list li {
  width: 100%;
  font-weight: bold;
}
.point-rank-list li::after {
  content: "";
  display: table;
  clear: both;
}
.point-rank-list li span{
  float: right;
  font-weight: normal;
}

.list-half-width li{
  width: 50%;
}
.list-half-width li::after {
  content: "";
  display: table;
  clear: both;
}
.list-half-width li span{
  float: right;
}

.list-dash li:before {
    content: "-"; /* Insert content that looks like bullets */
    padding-right: 8px;
}

.no-bullets {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.horizontal-scroll{
  overflow-x: auto;
  width: 100%;
}

.bordered-table {
  border: 1px solid black;
}

.bordered-table td, .bordered-table th {
  border: 1px solid black;
  padding: 10px;
}

.excellence-seal{
  position: absolute;
  right: 2%;
  top: -17px;
  z-index: 1;
  text-align: center;
}

.excellence-seal a:link, .excellence-seal a:visited{
  height: auto;
  display: inline-block;
}

.excellence-seal img{
  width: 228px;
  height: auto;
}

img.economic-data{
  min-width: 849px;
}

.font-18{
  font-size: 18px !important;
}

#contest-banner > span{
  font-size: 12px;
}

.goals{
  font-size: 17px;
  line-height: 21px;
}

.goals a:link, .goals a:visited{
  text-decoration: underline;
}


.goals a:hover, .goals a:active{
  color: #bebebe;
}

#goals-page ol:first-child li{
  padding-bottom: 20px;
}

#goals-page ol:first-child li:last-child{
  padding-bottom: 0;
}

#news .panel-body a{
  text-decoration: underline !important;
  color: rgb(6,69,173) !important;
}
/* #news .panel-body a,
#news .panel-body a:link, #news .panel-body a:visited,
#news .panel-body a:hover, #news .panel-body a:active{
    color: rgb(6,69,173) !important;
} */

@media only screen and (max-width: 767px){
  .excellence-seal{
    top: -12px;
  }
  .excellence-seal img{
    width: 170px;
  }

  img.economic-data{
    min-width: 849px;
  }
}


.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
