@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600);@import url(https://unpkg.com/leaflet@1.3.1/dist/leaflet.css);
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Titillium Web', sans-serif;
    background: #f4f4f4;
    color: #444;
    font-size: 16px;
    height: 100%;
    font-weight: 400;
    line-height: 1.5;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
.text-center {
    text-align: center !important;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.area-riservata-wrapper .container .card-header {
    text-transform: uppercase;
    font-size: 1.1rem;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.log-gradient {
    background: #0187da;
    background: linear-gradient(135deg, #0187da 0%, #49bebf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0187da', endColorstr='#49bebf',GradientType=1 );
  }
  .row {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.area-riservata-wrapper .container .btn {
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
    padding: .8rem;
    font-size: 1.04rem;
    margin: .6rem 0;
    text-transform: uppercase;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    text-decoration:none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.btn-block {
    display: block;
    width: 100%;
}
@media (min-width: 768px){
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

  
  .btn-outline-primary:focus,
  .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  
  .btn-outline-primary.disabled,
  .btn-outline-primary:disabled {
    color: #28A6CB;
    background-color: transparent;
  }
  
  .btn-outline-primary:not(:disabled):not(.disabled):active,
  .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #28A6CB;
    border-color: #28A6CB;
  }
  
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
  .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
.btn-outline-primary {
    color: #28A6CB;
    border-color: #28A6CB;
  }
  
  .btn-outline-primary:hover {
    color: #FFF;
    background: #28A6CB;
    border-color: #28A6CB
  }

/*___________________________________
AREA RISERVATA
_____________________________________*/

.area-riservata-wrapper {
    position: relative;
    height: 100%;
  }
  
  .area-riservata-wrapper .container {
    max-width: 800px;
    margin: 0 auto;
  }
  
  @media only screen and (min-width: 768px) {
    .area-riservata-wrapper .container {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  
  .area-riservata-wrapper .container .content {
    width: 100%;
  }
  
  .area-riservata-wrapper .container .brand {
    text-align: center;
    padding: 20px 0 15px;
  }
  
  .area-riservata-wrapper .container .brand img {
    width: 80px;
  }
  
  .area-riservata-wrapper .container .brand h1 {
    font-size: 1.4rem;
    color: #fff;
  }
  
  @media only screen and (min-width: 768px) {
    .area-riservata-wrapper .container .brand {
      padding: 0 0 15px;
    }
  }
  
  .area-riservata-wrapper .container .card {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  
  .area-riservata-wrapper .container .card-header {
    text-transform: uppercase;
    font-size: 1.1rem;
  }
  .area-riservata-wrapper .container .card-header img{
    vertical-align: sub;
  }
  
  
  .area-riservata-wrapper .container .card-header .icon {
    color: #28A6CB;
  }
  
  .area-riservata-wrapper .container .btn {
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
    padding: .8rem;
    font-size: 1.04rem;
    margin: .6rem 0;
  }