/**colore primario   blu    * #337AB7 ***/
/**colore secondario grigio * #EBECEC ***/

/**********MENU*************/
.sideMenu {
  background-color: #ffffff;
  height: 100%;
  width: 250px;
  float: left;
  display: none;
  position: fixed;
}
.activeMenu {
  pointer-events: none;
  opacity: 0.4;
  overflow: hidden;
}
.shrink-nav {
  position: fixed;
  padding-bottom: 0px !important;
}
.shrink {
  display: none ;
}
.disableMenu {
  opacity: 1;
  overflow: hidden;
}
.stickyExternalLayout{
  padding-top: 0px;
}
.padLeftPage {
  padding-left: 270px;
}
.cerca {
  background-color: #337AB7;
  color: white;
}
/*********END MENU************/

/********** FIRST BAR *************/
.preHeader {
  background-color: #337AB7;
  height: 48px;
}
/********** END FIRST BAR *************/

/********** SECOND BAR *************/
.central {
  /*height: 150px;*/
  background-color: #EBECEC;
  overflow: hidden;
}
.burgerMenu {
  max-width: 100%;
  min-width: 40px;
  padding-top: 30px;
  border: none;
  cursor: pointer;
}
.logo-img {
  width: 100px;
  min-width: 20px;
  border:none;
}
.btn:focus, .btn:active:focus{
  outline: none;
  border:none;
}
@media(min-width:100px){
  h1 {
    font-size: 14px;
    display: block;
    font-weight: bold;
  }
  h5 {
    font-size: 14px;
    display: block;
  }
}
@media(min-width:400px){
  h1 {
    font-size: 14px;
    display: block;
    font-weight: bold;
  }
  h5 {
    font-size: 14px;
    display: block;
  }
}
@media(min-width:768px){
  h1 {
    font-size: 32px;
    display: block;
  }
  h5 {
    font-size: 20px;
    display: block;
  }
}
@media(min-width:992px){
  h1 {
    font-size: 32px;
    display: block;
  }
  h5 {
    font-size: 20px;
    display: block;
  }
}
@media(min-width:1200px){
  h1 {
    font-size: 32px;
    display: block;
  }
  h5 {
    font-size: 20px;
    display: block;
  }
}

.titleContainer {
  padding-top: 1%;
  padding-left: 5%;
}

/*STICKY*/
.centralSticky {
  height: 65px;
  padding-top: 1px;
}
.centralSticky .logo-img {
  height: 50px;
  width: 50px;
}


.centralSticky .titleLogo {
  font-size: 26px;
}

.centralSticky .titleContainer {
  padding-top: 0;
}
/********** END SECOND BAR *************/

/********** THIRD BAR *************/
.optional {
  height: 48px;
  background-color: #EBECEC;
  overflow: hidden;
}

.headerText {
  text-align: center;
  color: #85847B;
  font-size: 28px;
}

/********** END THIRD BAR *************/

/********** BODY LAYOUT *************/
body {
  font-family: 'Titillium Web', sans-serif;
  color: #000000;
  background-color: #ffffff;
}
.externalLayout {
  overflow: hidden;
  padding-top: 250px;
  display: block;
}
/********** END BODY LAYOUT *************/


/********** FOOTER *************/
.footerPage {
  background-color: #337AB7;
  color: #ffffff;
}
.titleFooter {
  color: #ffffff;
  /*font-size: 32px;*/
}
.argTitleFooter {
  color: #ffffff;
  /*font-size: 28px;*/
  font-weight: bold;
}
.argFooter {
  color: #fff;
  /*font-size: 20px;*/
}

.linkAds:link , .linkAds:visited, .linkAds:active {
  font-size: 20px;
  text-decoration: none;
  background-color: transparent;
  padding-top: 15px;
  color: #fff;

}

.linkAds:hover {
  color: #fff;
  text-decoration-line: underline;
}

.linkFooter:link , .linkFooter:visited, .linkFooter:active {
  font-size: 14px;
  text-decoration: none;
  background-color: transparent;
  padding-top: 15px;
  color: #fff;

}
.linkFooter:hover {
  color: #fff;
  text-decoration-line: underline;
}
/********** END FOOTER *************/

/********** SCREEN 992 to 1439 *************/
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .externalLayout {
    padding-top: 200px;
  }
  .logo_container {
    /*margin-top: 2%;*/
    margin-top: 10px;
    margin-left: 2%;
  }
  .titleContainer {
    padding-top: 2%;
  }
  .headerText {
    font-size: 20px;
  }
  .central {
    height: 100px;
  }
  .logo-img {
    height: 60px;
    width: 60px;
    resize: both;
  }

  .descrizioneEnte{
    display: block;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
  }
  .titoloAlboPretorio{
    display: block;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
  }

  .titleLogo {
    font-size: 28px;
  }
  .centralSticky {
    height: 65px;
  }
}
/********** END SCREEN 992 to 1439 *************/

/********** SCREEN 768 to 991 *************/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .externalLayout {
    padding-top: 200px;
  }
  .logo_container {
    margin-top: 2%;
    margin-left: 2%;
  }
  .headerText {
    font-size: 20px;
  }
  .central {
    height: 100px;
  }
  .logo-img {
    height: 55px;
    width: 55px;
  }
  .titleLogo {
    font-size: 28px;
  }
  .centralSticky {
    height: 65px;
  }
  .titleFooter {
    font-size: 28px;
  }
  .centralSticky .logo_container{
    margin-left: 2%
  }
}
/********** END SCREEN 768 to 991 *************/

/********** SCREEN MAX 767 *************/
@media screen and (max-width: 767px) {
  /***** FIRST BAR ****/
  .central {
    height: 100px;
  }
  /*.linkAds {
    font-size: 14px;
  }*/
  .btn_accedi {
    height: 40px;
    font-size: 12px;
  }
  .preHeader {
    background-color: #30373D;
    height: 45px;
  }
  .externalLayout {
    padding-top: 180px;
  }
  .logo-img {
    height: 55px;
    width: 55px;
  }
  .titleLogo {
    font-size: 28px;
  }
  .logo_container {
    margin-left: 5%;
  }
  .titleContainer {
    padding-top: 2%;
    padding-left: 5%;
  }
  .centralSticky .titleContainer {
    padding-left: 2%;
  }
  .optional {
    height: 35px;
  }
  .headerText {
    font-size: 20px;
  }
  .centralSticky {
    height: 65px;
  }
  .centralSticky .logo_container {
    margin: 1% 0 0 3%;
  }
}
/********** END FIRST BAR *************/
/*** roba mia **/

#nav {
  text-align:center;
  padding-top: 10px;
}
#nav li {
  display:inline;
}
#nav a {
  text-decoration:none;
  padding:0 30px;
}

[data-tooltip]:before {
  /* needed - do not touch */
  content: attr(data-tooltip);
  position: absolute;
  opacity: 0;

  /* customizable */
  transition: all 0.15s ease;
  padding: 5px;
  color: #333333;
  border-radius: 5px;
  box-shadow: 2px 2px 1px silver;
}

[data-tooltip]:hover:before {
  /* needed - do not touch */
  opacity: 1;

  /* customizable */
  background: yellow;
  margin-top:  20px;
  margin-left: 0px;
  z-index: 2;
}

[data-tooltip]:not([data-tooltip-persistent]):before {
  pointer-events: none;
}

.panel-primary > .panel-heading {
  color:#ffffff;
  background-color:#337AB7;
  border-color: #337AB7;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #337AB7;
  border-color: #337AB7;
}

#PAGINAZIONE
.prevLink:link , .prevLink:visited, .prevLink:active, .prevLink.hover {
  color: #337AB7;
}

.step:link , .step:visited, .step:active, .step.hover {
  color: #337AB7;
}


.navbar-btn:link , .navbar-btn:visited, .navbar-btn:active, .navbar-btn.hover {
  color: #337AB7;
}


