html,body {
    /*background-image: url('https://subversion.assembla.com/svn/bm-test/trunk/stg/images/SelfRegistration/sfondoConLogo.png');
    text-align: left;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    background-size: cover;*/
    background-color: #1e96d7;

}

.img-logo-header{
    max-width: 40%;
    position: absolute;
    margin: -5px -30px 0px 0px;
}

.logo-banca {
    display: flex;
    justify-content: flex-end;
}

div#successMsg {
padding-top: 30px;
}

div#eventsCalendar{
    /*background: rgba(255, 0, 0, 0.411);*/
    width: 80%;
    margin: auto;
}

div.btn-content {
    /*height: inherit;*/
    text-align: center;
    padding: 5px;
}

.text-desc {
    font-size: 0.7rem;
}

.title-btn {
    font-size: 1.15rem;
}

body {
    padding-top: 5px !important;
}

div.welcome-text {
    margin-left: 103px;
}

.small-font {
    font-size: 12px;
}

.medium-font {
    font-size: 20px;
}

.large-font {
    font-size: 25px;
}

.smaller-font {
    font-size: 15px;
}

p.fixed-text {
    position: fixed;
}

.mess-adv {
    font-size: 2rem;
}

.text-info-reg{
    color: white;
    font-size: large;
    background-color: #28a745;
    width: fit-content;
    display: inline-block;
    box-shadow: 0px 15px 20px 3px rgba(0,0,0,.75);
    border-radius: 20px;
    padding: 5px;
}

.button-sign{
    color: #1e96d7;
    background-color: darkblue;
    width: 45px;
    height: 45px;
    text-align: left;
    font-size: 8px;
    text-decoration: none;
}

.button-sign:hover{
    font-weight: bold;
    text-decoration: none;
}

.dettagli-tappa{
    color: darkblue;
    background-color: white;
    width: 130px;
    height: 45px;
    text-align: left;
    display: inline-block;
}

.button-sign-arrivo{
    color: #ffffff;
    background-color: darkblue;
    width: 65px;
    height: 65px;
    text-align: left;
    font-size: 9.5px;
    text-decoration: none;
}

.dettagli-tappa-arrivo{
    color: darkblue;
    background-color: white;
    width: 140px;
    height: 65px;
    text-align: center;
    display: inline-block;
    font-size: 9.5px;
}

.giro-bgcolor {
    background-color: #f563a0;
}

.text-grid{
    font-size: 8px;
}

div#manifest{
    margin-bottom: 5px !important;
    color: #ffffff;
    width: 100%;
}

.img-footer-bmed {
    width: inherit;
    margin-bottom: -30px;
}

.btnEvent {
    width: 320px;
    height: 230px;
    box-shadow: 0px 15px 20px 3px rgba(0,0,0,.75);
    border-radius: 20px;
    margin-bottom: 30px;
    text-align:left;
    font-size:0.8rem;
    color: #00286e;
    border:none;
    background: #ffffff;
}

.btnEventDisabled {
    width: 320px;
    height: 230px;
    box-shadow: 0px 15px 20px 3px rgba(0,0,0,.75);
    border-radius: 20px;
    margin-bottom: 30px;
    text-align:left;
    font-size:0.8rem;
    color: #6e0000;
    border:none;
    background: #797979;
}

p.header-title {
    font-size: 7vh;
    font-family: sans-serif;
    font-weight: bold;
}

p.header-subtitle {
    font-size: 3vh;
    font-family: sans-serif;
}

.btnEvent:hover {
    transform: scale(1.1);

  }

#iscrizioneProspect {
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
}

#iscrizioneCliente{
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
}

.midbluebtn {
    background-color: #00286e;
}

.bluebtn {
    background-color: #00183e;
}

.text-blue-detail{
    color: #00183e;
}

.text-lightblue-detail{
    color: #1e96d7;
}

.greybtn {
    background-color: #a5b5ce;
}

.v-none {
    opacity: 50%;
    pointer-events: none;
}

.footer-logo-container {
    position: relative;
}

.footer-logos{
    position: absolute;
    bottom: 0;
}

.calendar-text {
    font-size: 8px;
}

#txt_qst {
    width: 90%;
}

.question-box {
    width: 100%;
    display: grid;
    justify-content: center;
}

.btn-qst {
    font-size: 20px;
    color: #00183e;
    font-weight: bold;
    height: fit-content;
    width: 60px !important;
    height: 35px !important;
}

input.input-form-gv {
    width: 350px;
    height: 35px !important; 
    font-size: 15px;
}

select.select-form-gv {
    width: 350px;
    height: 35px !important; 
    font-size: 15px;
    color: #495057;
}

.form-group{
    margin-bottom: 0px !important;
}

#messiscr {
    display: none;
}

.mt-25{
    margin-top:20% !important;
}

.btn-sign {
    font-weight: bold;
    color: #00183e;
    height: 35px;
    font-size: 18px;
}

.gv-footer {
    /*background-color: #1e96d7;*/
    height: 65px;
    margin-top:15px;
}

#virtualEventsCal {
    z-index: 10000;
    padding-bottom: 15px;
}

.dropdown-content a {
    color: black;
    padding: 10px 14px;
    text-decoration: none;
    display: block;
}

.dropdown-content {
    position: absolute;
    background-color: whitesmoke;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px;
    max-height: 320px;
    z-index: 1;
    overflow-y: scroll;
}

.dateselect{
    cursor: pointer;
    background-color: white !important;
}


@media screen and (max-width: 800px) { 

    img.logo-giro { display: none; }  
    
}

.datepicker {
    border-radius: 0;
    padding: 0;
}
.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 5px;
    display: list-item;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
    border-radius: 1px;
}
.datepicker-days table thead tr:nth-child(3n+0) {
    text-transform: uppercase;
    font-weight: 250 !important;
    font-size: 7px;
    color: rgba(255, 255, 255, 0.7);
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 3px 9px;
}
.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}

.datepicker td, .datepicker th {
    border-radius: 30%;
    padding: 0 3px;
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
}
.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 15px;
    height: 10px;
}
.datepicker .prev:hover, .datepicker .next:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.99);
    font-size: 10px;
}
.datepicker .datepicker-switch {
    font-size: 12px;
    font-weight: 250;
    transition: 0.3s;
}
.datepicker .datepicker-switch:hover {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
}
.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 17%;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-color: #3546b3;
  background-image: none;
}
.dropdown-menu {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    font-size: 9px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0,0,0,.1);
}
