.report-search{
    padding:10px;
}
.navbar-inverse {
    background-color: #387F34;
    border-color: #387F34;
    border-bottom: #387F34 solid 1px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #387F34;
}

.navbar {
    min-height:103px !important;
}


.dropdown-menu{
    background-color: #cbeee2;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #387F34;
}

.dropdown-menu > li > a{
    color: #387F34;
}

a:hover, a:focus {
    color: #006241;
}

bar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand
{
    color: #387F34;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #387F34;
}
.navbar-inverse .navbar-brand {
    color: #387F34;
}
.navbar-inverse .navbar-nav > li > a {
    color: #387F34;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #006241;
}
.navbar-inverse .navbar-toggle {
    border-color: #387F34;
}
h1, h2, h3, h4, h5, h6{
    color:#387F34;
}
a {
    color: #387F34;
    text-decoration: none;
}

.titolo-logo{
    display: none;
}

.nav-stacked{
    margin-top: 20px;
}
.btn-primary {
    color: #fff;
    background-color: #387F34;
    border-color: #387F34;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #006241;
    border-color: #387F34;
}
.nav-pills > li > a, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    color: #fff;
    background-color: #387F34;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
    text-decoration: none;
    background-color: #cbeee2;
    color:#006241;
}
.breadcrumb {
    background-color: #ffffff;
    border: #387F34 solid 1px;
}

label, th, b{
    color: #387F34!important;
}

.navbar-brand>img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.navbar-brand {
    padding: 15px 15px;
}

.navbar-toggle {
    background-color: #387F34;
}
.navbar-toggle:hover, .navbar-toggle:focus {
    background-color: #cbeee2!important;
    color:#006241!important;
}
.navbar-toggle:hover>.icon-bar, .navbar-toggle:hover>.icon-bar:focus   {
    background-color: #006241!important;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #999;
}


.container-flag{
    padding-right:15px;
    padding-top:30px;
}

.modulo_attivo{
    background-color:#dff0d8 ;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #387F34;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #387F34;
    border-color: #387F34;
}

.truncate {
    max-width: 200px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.truncate:hover{
    overflow: visible;
    white-space: normal;
    width: auto;
}
#mapCanvas {
    width: 100%;
    margin-top:20px;
    margin-bottom:20px;
}


#infoPanel {
    margin-left: 0px;
}

#infoPanel div {
    margin-bottom: 10px;
}

#corpoPagina.container-fluid{
    margin-top: 22px;
    padding-right: 30px;
    padding-left: 30px;
}
#lingue{
    text-align: right;
    margin-top: 50px;
    padding:10px 0;
}
#lingue ul{
    float: right!important;
}

.white{
    color: white;
}

.jumbotron{
    padding-top: 10px;
    padding-bottom: 0;
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 1001px) {
    /* Styles */

    #mapid {
        height: 700px;
    }

}

@media only screen and (max-device-width: 1000px) {
    /* Styles */

    #mapid {
        height: 400px;
    }

}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;

    background: rgb(0, 98, 65);
    background: rgba(0, 98, 65, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    color:#006241;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

hr {
    border-top: 1px dotted #000000 !important;
    margin-bottom:5px !important;
    margin-top:5px !important;
}

#return-to-top
{
   z-index:9999;
}

#mapid
{
    z-index: 10;
}

.red
{
    color: red !important;
}

/* mappa e lista farmacie */
.filtriFarma {
    margin-bottom: 20px;
    background: lightgrey;
    padding: 10px;

    font-size: 1.4em;
}
.filtriFarma .btn{
    margin-top:10px;
    font-size: 16px;
    font-weight: bold;
}
#lista-piacenza {
    max-height: 394px;
    overflow-y: scroll;
    padding: 10px;
    margin-bottom: 20px;
}

#lista-piacenza::-webkit-scrollbar-track {
    /*border: 1px solid #000;*/
    padding: 2px 0;
    padding-top: 10px;
    /*background-color: #404040;*/
}

#lista-piacenza::-webkit-scrollbar {
    width: 10px;
}

#lista-piacenza::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #fff;
    border: 1px solid #008443;
}

#lista-piacenza > div {
    border-bottom: lightgrey solid 1px;
    margin-bottom:10px;
}

#lista-piacenza span {
    cursor: pointer;
}
#lista-piacenza > div > p  {
    font-size: .9em;
}

#lista-piacenza > div > p >strong {
    color:#387F34;
    font-size: 1em;
}

#lista-piacenza div a {
    font-size:.9em;
    display: inline-block;
    padding: 10px 0;

}

.tabella-calendario tbody tr td a{
    font-weight: bold;
    font-size:1em;
}
.tabella-calendario tbody tr td a:hover{
    text-decoration:none!important;
}

.btn-primary.outline{
    background: white!important;
    color: #387F34!important;
}

.turni_wrapper{
    padding:10px 5px;
    border-top:#387F34 solid 1px;
    margin-top: 15px;
    
}
.thumbnail{
    min-height: 175px;
}

footer {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: #387f3462 solid 1px;
    background-color: #607c5f65;
    font-size:.9em;
}

footer .panel-heading{
    padding:10px;
}
footer .panel-heading h4{
    margin-top:0;
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .filtriFarma .btn{
        font-size: .7em;
    }
}


/*=============================================================
LOADING
============================================================= */
.loader {
    text-align: center;
    padding: 20px 0;
}
.loader span{
    color: #387F34;
    font-size: 1em;
}
.loader .spinner {

   /* background-color: rgba(133, 141, 141, 0.24);*/
    color: white;
    z-index: 20;

    border: 10px solid #f3f3f3;
    border-top: 10px solid #009952;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.mappalista > div{
    padding-top: 10px;
}

#lista-piacenza-titolo
{
    padding-top: 35px;
}


/*========================================================
ESPERIMENTO SEARCH PARAMS IN FULLSCREEN DENTRO ALLA MAPPA
 */
.filtriFarmaAbsolute {
    z-index: 999;
    position: absolute !important;
    top: 0;
    right: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 10px;
    width: 340px;
    background: rgba(218, 230, 229, 0.7);
}

.filtriFarma > .form-group{
  margin: 0 !important;
}

.filtriFarma > .form-group > .btn{
    width: 100%;
}


#lista-piacenza
{
    max-height: 600px;
}

#mapid{
    border-radius: 15px;
    border: 2px solid rgba(218, 230, 229, 0.7);
}

#espandi{
    margin-top: -10px;
    text-align: right;
    background: transparent;
    border:transparent;
    color: #387F34!important;
    outline: none;
    font-size: 18px;
}
#riduci{
    margin-top: -10px;
    text-align: right;
    background: transparent;
    border:transparent;
    color: #387F34!important;
    outline: none;
    font-size: 18px;
}

.classe-nascondi{
    display: none !important;
}

/*
================================================
 */


form div.required label.control-label:after {

    content:" * ";

    color:red;

}