/* Font family e colore di sfondo */

html {
    scroll-behavior: smooth;
}

body {
 /*background-color: #fcfcfc;
 font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
 background-color: #fcfcfc;    /*#fff;*/
 font-family: Philosopher, "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 12pt;
 padding-top: 10px;
}

html, body {
	height: 100%;
}

/* Classe per applicare un margine inferiore */

.margine-bottom {
    margin-bottom: 2.5rem;
}

/* Stili per sovrascrivere e modificare la Navbar di Bootstrap */
/*header*/
.navbar {
  /*border: 1px solid #555;*/   /*none*/
  border-bottom: 1px solid rgba(53, 126, 189, 0.35);    /*rgb(53, 126, 189) = #357ebd*/
  /*height: 69px;*/
  height: 60px;
  font-family: Raleway, 'Yanone Kaffeesatz', sans-serif;
  /*margin: -0.7rem -0.95rem;    -11px -14px*/
  margin: 0 -0.95rem;
}

/*header*/
.navbar-top {
  /*top: 84px;*/
  top: 78px;
}

/*header*/
.navbar-nav {
  margin-top: 0;
  margin-left: -35px;
}

/*header*/
.logo-turistico-header {
    position:fixed; 
    z-index:1100; 
    /*margin: 50px 0 0 30px;*/
    margin-left: 40px;
    /*margin-top: -15px;*/
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*header*/
.logo-fermo-header {
    position:fixed;
    z-index:1100; 
    /*float: right;
    margin-right: 40px;*/
    /*margin-top: -47px;*/
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*header*/
.musei-di-fermo {
    position:fixed; 
    z-index:1100; 
    margin: 0;
    top: 0;
    height: 84px;
    width: 100%;
    background-color: #fff;
    border-bottom: 2px solid #ccc;
}

.musei-di-fermo .titolo-musei {
    padding-top: 1.2rem;
    /*font-size: 2.25rem;*/
    color: #888888;
}

/*
@media (max-width: 575.98px) {
    .musei-di-fermo .titolo-musei {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .musei-di-fermo .titolo-musei {
        display: none;
    }
}
*/

img .img-upload,
img .img-zoom-upload,
img .img-stampa-upload {
    max-width:630px !important;
}

@media (max-width: 991.98px) {
    .musei-di-fermo .titolo-musei {
        display: none;
    }
    /*
    .musei-di-fermo .img-responsive {
        width: 80% !important;
    }
    */
    img .img-zoom-upload,
    img .img-stampa-upload {
         max-width:560px;
    }
}

@media (min-width: 992px) {
    .musei-di-fermo .titolo-musei {
        display: block;
        font-size: 1.35rem;
        padding-right:15px;
    }
}

@media (min-width: 1200px) {
    .musei-di-fermo .titolo-musei {
        font-size: 2.00rem;
    }
}

@media (min-width: 1600px) {
    .musei-di-fermo .titolo-musei {
        font-size: 2.25rem;
    }
}


/*
.delimitatore-menu-orizzontale {
    margin: 18px 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
*/

.navbar-brand {
 display: inline-block;
 text-indent: -9999px;
 width: 100%; /*800px;*/
 height: 60px;
 background: url(../img/logoBibliotecaMusei.png) center center no-repeat;
 margin-top: 5px;
}

/*header*/
.navbar-default {
 background-color: #fff; /*#fcfcfc;*/
}

/*header*/
/*.navbar-default .navbar-nav > li > a {*/
.navbar-default .navbar-nav .nav-item .nav-link {
  font-size: 12pt;
  font-weight: normal;
  /*letter-spacing: 1.8px;*/
  text-transform: uppercase;
  color: #555;  /*#333*/
  margin-top: -1.2rem;  /*-19px;*/
  padding-top: 0.94rem;  /*15px;*/
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #357ebd;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #357ebd;
}

/*header*/
.navbar-toggle {
  border-radius: 0;
}

/*header*/
.navbar-default .navbar-toggle {
 border: 1px solid #f4af48;     /*#357ebd;*/
}

/*header*/
.navbar-default .navbar-toggle .icon-bar {
  background-color: #357ebd;
}


.navbar-default .navbar-collapse {
  border-color: transparent;
}


.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #f4af48;    /*#357ebd;*/
  border-bottom-color: #f4af48; /*#357ebd;*/
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  /*color: #fff;
  background-color: #357ebd;*/
  background-color: transparent; /*#f4af48;*/
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.navbar-default .navbar-nav .dropdown-menu > .dropdown-item {
 padding: 0.45rem 0.64rem;
 border-bottom: 1px solid #ccc;
 font-size: 0.9rem;
}

@media screen and (min-width: 768px) {
  /*.navbar-default .navbar-nav > li > a {
   border-bottom: none;
 }*/

  .navbar-default .navbar-nav > .nav-item > a:hover,
  .navbar-default .navbar-nav > .nav-item > a:focus {
   /*border-top: 2px solid #357ebd;*/
   border: none;  /*1px solid #f4af48;*/
   padding-top: 13px;
 }
}

.navbar-default .navbar-nav > .nav-item > a:hover,
.navbar-default .navbar-nav > .nav-item > a:focus {
  border-top: 2px solid #357ebd;
  padding-top: 13px;
}


.separatoreItemsMenu {
    /*padding: 7px 10px;*/
    border-bottom: 1px solid #ccc;
    font-style: italic;
    background-color: rgba(53, 126, 189, 0.275);
    text-align: center;
}

.separatoreItemsMenu-verticale {
    /*padding: 7px 10px;*/
    border-left: 1px solid #f4af48;
    background-color: transparent;
    margin-left: 1px;
    margin-right: -3px;
    margin-top: 17px;
    height: 30px;
}

.separatore {
    width: 100%; 
    display: block;
}

/* Flexslider */

.flexslider {
 margin: 0 0 30px; 
 background: #f8f8f8; 
 border: 0;
 border-top: 3px solid #357ebd; 
 position: relative; 
 -webkit-border-radius: 0; 
 -moz-border-radius: 0; 
 -o-border-radius: 0; 
 border-radius: 0; 
}
.flex-control-paging li a {
 width: 12px; 
 height: 12px;
 padding: 2px;
 background: #357ebd; 
 cursor: pointer; 
 text-indent: -9999px; 
 -webkit-border-radius: 20px; 
 -moz-border-radius: 20px; 
 -o-border-radius: 20px; 
 border-radius: 20px; 
 box-shadow: none;
}
.slides li {position: relative;}
.flex-caption {
 position: absolute;
 top: 35%;
 right: 8%;
}
.flex-caption-text span {
 display: inline-block;
 font-size: 34px;
 font-weight: bold;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 margin: 2px 0;
 padding: 0 15px;
 background-color: rgba(53, 126, 189, 0.8);
}

@media screen and (max-width: 767px) {
 .flex-control-nav, .flex-control-pager, .flex-caption {display: none;}
}

/* Sezione progetti in evidenza */

.box-progetto {
 margin-bottom: 10px;
 padding: 15px;
 background-color: #86b6de;
 -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
}
.box-progetto h3, .box-progetto h4 {margin-top: 0;}

/* Stile per sovrascrivere e modificare le immagini thumbnail di Bootstrap */

.card.card-apparati {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px 0;
  line-height: 1.428571429;
  background-color: #ffffff;
  border-radius: 0;
  /*border: 1px solid #bbbbbb;*/
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  min-height: 228px;
}

.card .card-body h6.info-compilazione {
    font-family: Raleway, Philosopher;
    min-height: 130px;
    /*font-weight: 600;*/
}

@media screen and (max-width: 1199.98px) {
    .card .card-body h6.info-compilazione {
        font-size: 0.85rem;
    }
}

.card .card-body .bloccoHelp {
    font-family: Raleway;
    font-size: 0.8rem;
    font-weight: 500;
    background-color: azure;    /*rgb(246, 254, 234);*/   /*rgb(237, 247, 222);*/
    color: #444;
}

.coloreIconaHelp {
    color: #212529;     /*#563d7c;*/
}

.card-body.card-body-gestori-definizioni {
    padding: 0;
}

.card-body label {
    font-family: Raleway;
    text-align: right;
}

/* Testata */

.header-sezione {
  border-bottom: 2px solid #357ebd;
}
@media screen and (min-width: 768px) {
 .header-sezione {
 margin-left: 0;
 margin-right: 0; 
 }
}
/* Lavoro in evidenza */

.box-lavoro-evidenza {
 margin: 15px 0;
}
.box-lavoro-evidenza h3 {margin-top: 0}

/* Stile per modificare e sovrascrivere i blockquote di Bootstrap */
/*
blockquote {
 border-left:2px solid #563d7c;
}
*/

/* Pannelli dell'accordion basati sui panel di Bootstrap */

.panel-carousel {
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-carousel-heading {
  margin: -15px -15px 15px;
  padding: 10px 15px;
  font-size: 17.5px;
  font-weight: 500;
  background-color: #357ebd;
  color: #fff;
  border-bottom: 1px solid #dddddd;
}
.panel-carousel-footer {
  margin: 15px -15px -15px;
  padding: 10px 15px;
  background-color: #ecf7ff;
  border-top: 1px solid #dddddd;
}

.panel-carousel-control {
  font-size: 16px;
}
.panel-carousel-control:hover,
.panel-carousel-control:focus {
  text-decoration: none;
}

/* classe aggiunta da Sergio per il controllo delle foto delle sale*/
.panel-carousel-foto-sale {
  margin: 15px 0;
  background-color: #ffffff;
  /*border: 1px solid #dddddd;*/
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* Stili per modificare e sovrascrivere le nav-tab di Bootstrap */

.nav-tabs {
  margin-top: 15px;
  border-bottom: 2px solid #357ebd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: 0;
}
.nav-tabs > li > a {
  font-size: 14px;
  font-weight: bold;
  margin-right: 2px;
  line-height: 1.428571429;
  border: 0;
  border-radius: 0;
}
.nav-tabs > li > a:hover {
  border-color: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #357ebd;
  border: none;
  border-bottom-color: transparent;
  cursor: default;
}
.tab-content {padding: 15px 0;}

/* Tabelle servizi */

.servizi {
 margin-top: 15px;
 text-align: center;
}
.servizi-titolo {
 background-color: #5cb85c;
}
.servizi-prezzo {
 background-color: #5cb85c;
 color: #fff;
}
.servizi-opzione {
 background-color: #dff0d8;
}
.servizi-footer {
 background-color: #eeeeee;
}

.servizi-portfolio {
 margin-top: 15px;
 text-align: center;
}
.servizi-portfolio-titolo {
 background-color: #5bc0de;
}
.servizi-portfolio-prezzo {
 background-color: #5bc0de;
 color: #fff;
}
.servizi-portfolio-opzione {
 background-color: #a4eaff;
}
.servizi-portfolio-footer {
 background-color: #eeeeee;
}


/* Stile per modificare e sovrascrivere l'aspetto degli input di Bootstrap */

.rolrol {
  height: 32px;
  padding: 6px 12px;
  color: #333333;
  border-radius: 0;
}



/* Testata portfolio */

.header-portfolio {
 background-color: #5cb85c;  /*verde*/
 padding: 10px 15px;
 border-bottom: 2px solid #357ebd;	/*blu*/
}


.header-portfolio-admin {
 background-color: #f0ad4e;  /*#d85c5c;  arancione*/
 border-bottom: 2px solid #7e35bd;	/*viola*/
}

.header-portfolio > h2 {
 margin-bottom: 0;
 margin-top: 0;
 color: #fff;
}

.header-vuoto {
 padding: 70px 15px;
 margin-bottom: 0;
 margin-top: 0;
}

.header-vuoto-no-menu-orizzontale {
 padding-top: 60px;  /*35px;*/
 padding-bottom: 35px;
}

.header-vuoto-home {
 padding-top: 80px;
 padding-bottom: 100px;
}

/* Stile per modificare e sovrascrivere l'aspetto il componente Breadcrumb di Bootstrap */

.breadcrumb {
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 0.9rem;
}

/*
.breadcrumb > li + li:before {
  color: #fff;
}
*/

/*.breadcrumb > .active {  sostituito dalle tre righe successive */
/*
.breadcrumb > .active > a,
.breadcrumb > .active > a:hover,
.breadcrumb > .active > a:focus {
  color: #fff;
}
*/

/* Stili per sovrascrivere e modificare il componente Pagination di Bootstrap */
/*
.pagination > li > a {
  background-color: #5cb85c;
}
*/

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
  color: #999999;
  background-color: #eeeeee;
  border-color: #dddddd;
}


/* Titoli pagina contatti */

.contatti-titoli {
 margin-bottom: 15px;
 border-bottom: 2px solid #357ebd;
 padding-bottom: 10px;
}

.contatti-titoli-admin {
 border-bottom: 2px solid #7e35bd;
}

/* Stili per sovrascrivere e modificare il componente Accordion/collapse di Bootstrap */
/* aggiunti/modificati da Sergio*/

.panel-heading-admin {
  background-color: #f0ad4e !important;
}

.form-group-prof-utente {
  margin-bottom: 13px;
}

.form-control[readonly] {
  cursor:default;
  background-color: #fefde5;
  opacity: 1;
  /*margin-top:5px;*/
  padding-top:5px;
}

.labelCampiEditMatrimonio {
	margin-top:6px;
}

/* Footer */

footer {
 padding: 12px 17px;
 background-color: #7c7c7c  /*357ebd*/;
 color: #fff;
}

footer a, footer a:hover {color: #5cb85c;}

#footer-copy {
 /*padding: 0 0 0 0;*/
 border-top: 1px solid #fff;
}

/* Sticky footer: posizionamento del footer in fondo alla pagina*/
/*Questa classe è definita all'inizio*/
/*
html, body {
	height: 100%;
}
*/

#contenitorePagina {
	min-height: 100%;
	height: auto !important;
	/*height: 100%;*/
	margin: 0 auto -88px;
}

#fondoPagina, #spazioVuoto {
	height: 88px;
	clear: both;
    /*background-color: #7c7c7c;*/  /*357ebd;*/
}
/* Sticky footer fine*/

.form-group .panel-heading .panel-title {
	font-size: 1.2em;
}

.list-group.no-link > .list-group-item {
	color: #bbb;
}

.list-group-item {
 border-bottom: 1px solid #ccc;
 font-size: 1.1rem;
 padding-left: 2.0rem;
 font-family: Raleway;
}

.card-header a[role="button"],
.breadcrumb-item,
.pagination {
 font-family: Raleway;
}

.card-header a[role="button"] {
 font-size: 0.85rem;
}

.panel-group .panel-heading .panel-title {
	font-size: 1.6em;
    color: #333;
}

select:first-child, .form-group input[type="text"], .form-group textarea {
	font-size: 1em;
}

@media (max-width: 1199.98px) {
    .indiceDiPagina select:first-child {
        font-size: 0.85em;
    }
}


.help-block a {
	color: blue;
}

.sep1 {
	position:relative;
	top:-28px;
	width:auto;
	height:20px;
	background-color:#fff;
}

.sep2 {
	position:relative;
	top:-28px;
}

.sep3 {
	width:auto;
	height:25px;
	background-color:#fff;
}

@media screen and (max-width: 639px) {
    .adatta-font-size {
        font-size: 0.95em;
    }
}

@media screen and (max-width: 480px) {
    .adatta-font-size {
        font-size: 0.8em;
    }
}

.gdpr-informativa {
    display: inline-block;
    text-align: justify;
    text-indent: 0;
    padding: 0;
    margin: 0;
    font-size: 9pt;
    font-style: normal;
    font-weight: normal;
    /*color: #888;*/
    background-color: transparent;
    text-decoration: none;
}

.gdpr-informativa-titoli {
    /*line-height: 22px;*/
    font-weight: bold;
    text-decoration: underline;
}

/*--------- aggiunti per GenyusBBCC -------------*/

li.media {
  color: #555;
  padding: 2px 10px;
}
li.media .media-body {
  color: #333;
}

li.media:hover,
li.media:focus,
a:hover,
a:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
ul.media-list {
    position: relative; 
    display: block;
    background-color: #fff; 
    border: 1px solid #ddd; 
    margin-top: -1px; 
    margin-bottom: 0;
}
li.media img {
    margin-top: 5px;
}
div.media-body {
    padding-top: 5px;
}


h1, h2 {
    margin-bottom: 1.2rem;
}

h1 {
    text-transform: uppercase;
}

h1.titoli {
    margin-top: -1.5rem;
    font-size: 2.3rem;
}

h1.titoli small {
    color: #888;
    font-size: 60%;
}

@media screen and (max-width: 1199.98px) {
    h1.titoli small {
        font-size: 50%;
    }
}

.img-collezioni {
    width: 52px;
    height: auto;
    border: 0;
}

hr {
  margin-bottom: 2.5rem;
  border-top-color: #dedede;
}

/* Stili per sovrascrivere e modificare i bottoni standard di Bootstrap */

.btn {
  /*border: 0;*/
  border-radius: 0;
}

/*  questa proprietà è per default = 0
.btn:focus {
  outline: 0;
}
*/

.btn-dark:focus, .btn-dark.focus {
  box-shadow: none;     /*0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow:none;      /*0 0 0 0.2rem rgba(82, 88, 93, 0.5);*/
}

.btn-dark:hover {
  color: #23272b;
  background-color: #fff;
}

/* ================================= */

/* sovrascritti */
.btn-outline-warning:focus, .btn-warning.focus {
  box-shadow: none;     /*0 0 0 0.2rem rgba(222, 170, 12, 0.5);*/
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow:none;      /*0 0 0 0.2rem rgba(222, 170, 12, 0.5);*/
}


.btn-outline-warning {
  color: #563d7c;       /*originario: #212529*/
}

.btn-outline-warning:hover {
    color: #563d7c;       /*originario: #212529*/
}

/* ===================================== */

.btn-round-bottom {
 border-bottom-right-radius: 4px;
 border-bottom-left-radius: 4px;
}

.btn-rad {
    border-radius: 5px;
}

.btn[type="button"],
.btn[role="button"] {
    font-family: Raleway;
    font-weight: 100;
}

.btn-outline-custom-bbcc {
  color: #563d7c;   /*#007bff;*/
  border-color: #563d7c;   /*#007bff;*/
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.btn-outline-custom-bbcc:hover {
  color: #fff;
  background-color: #563d7c;   /*#007bff;*/
  border-color: #563d7c;   /*#007bff;*/
}

.btn-outline-custom-bbcc:focus, .btn-outline-custom-bbcc.focus {
  box-shadow: none;     /*0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-outline-custom-bbcc.disabled, .btn-outline-custom-bbcc:disabled {
  color: #563d7c;   /*#007bff;*/
  background-color: transparent;
}

.btn-outline-custom-bbcc:not(:disabled):not(.disabled):active, .btn-outline-custom-bbcc:not(:disabled):not(.disabled).active,
.show > .btn-outline-custom-bbcc.dropdown-toggle {
  color: #fff;
  background-color: #563d7c;   /*#007bff;*/
  border-color: #563d7c;   /*#007bff;*/
}

.btn-outline-custom-bbcc:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-bbcc:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-custom-bbcc.dropdown-toggle:focus {
  box-shadow: none;     /*0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

@media screen and (max-width: 1199.98px) {
    .scheda-padding-right {
	    padding-right:1.00rem;
    }
    .btn[type="button"],
    .btn[role="button"] {
        font-size: 0.85rem;
    }
}

@media screen and (min-width: 1200px) {
    .scheda-padding-right {
	    padding-right:2.25rem;
    }
}


/* Stili per sovrascrivere e modificare i menu dropdown di Bootstrap */

.dropdown-menu {
 padding: 0 0;
 border-radius: 0;
 -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
}

/*.dropdown-menu > li > a*/ 
.btn-group .dropdown-menu > .dropdown-item {
 /*padding: 0.45rem 1.25rem;*/
 border-bottom: 1px solid #ccc;
 font-size: 1.0rem;
 /*font-family: Raleway;*/
}

.nav-item > a:hover,
.nav-item > a:focus {
    background-color: transparent;
}

/*
.dropdown-menu > li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
*/

.table {
    font-size: 0.85rem;
}

.table-sm .info-img th,
.table-sm .info-img td {
  padding: 0.1rem;
}

.table#bibliografia,
.table#mostre,
.table#restauri {
	border-right: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}

.table .opzioni-td,
.table th[scope="col"] {
    font-family: Raleway;
    font-size: 0.75rem;
}

.table a[role="button"] {
    font-size:0.75rem;
}

.label-ricerca {
	font-style: italic; 
}

.stringa-ricerca {
	font-weight:600;
	font-style: normal;
}

table .zonaMessaggioFiltroRicerca {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

table .zonaMessaggioFiltroRicerca label {
    font-size: 0.9rem;
    padding-right: 3rem;
}

@media screen and (max-width: 1199.98px) {
    table .zonaMessaggioFiltroRicerca label {
        font-size: 0.8rem;
        padding-right: 1rem;
    }
}

#btnScrollToTop {
  display: none;
  position: fixed;
  bottom: 115px;     /*20px;*/
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #dc5858;     /*#dc3838;*/    /*red*/
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 0; /*4px;*/
}

#btnScrollToTop:hover {
  background-color: #555;
}

@media screen and (max-width: 991.98px) {
    #btnScrollToTop {
        display: none !important;
    }
}


/*Google Material Icons*/
/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

#logout-section {
    font-family: Raleway;
}

#heading-menu-vocabolari-2 a[role="button"] {
    text-transform: none;
    /*font-family: Philosopher;*/
}

/*prove*/
.custom-class {
  display: none;
}
@media (min-width: 768px) {
  .custom-class {
    display: block;
  }
}
/*fine prova*/
