/* Minification failed. Returning unminified contents.
(1352,1): run-time error CSS1019: Unexpected token, found '@import'
(1352,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap")'
 */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0;
}

html {
    height: -webkit-fill-available;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    background: rgb(148,146,161);
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    color: #252A56;
}

.ShowOnMobile {
    display: none;
}

.ShowOnDesktop {
    display: block;
}

.container {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    border: 0;
    padding: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;    
}



h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
}

h1 {
    margin: 0 0 15px 0;
    padding: 35px 0 0 0;
    color:#F18D12;
}

h2 {
    color: #000;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #252A56;
}

h3 {
    color: #252A56;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    margin: 0;
    padding: 10px 0 10px 0;
    text-transform:uppercase;
}

h4 {
    color: #F18D12;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    padding: 10px 0 10px 0;
}


a {
    color: #252A56;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
}

    a:hover, a:focus {
        color: #000000;
        text-decoration: none;
        outline: none;
    }

    a.animated_link {
        position: relative;
        text-decoration: none;
    }

.gradient {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(148,146,161);
    background: linear-gradient(0deg, rgba(148,146,161,1) 0%, rgba(219,217,232,1) 100%);
    z-index: 0;
}

.teal {
    color: #252A56;
    font-weight:600;
}

.report-menu {
    color: #fff;
    display: block;
    position: relative;
    max-width: 960px;
    min-height: 40px;
    padding:20px;
    text-align:right;
}
.report-body {
    background-color: #fff;
    color: #666;
    display: block;
    position: relative;
    max-width: 960px;
    min-height: 960px;
    margin: 0 auto ;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.report-header {
    display: block;
    text-align: center;
    color: #252A56;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    padding:20px 0 0 0;
}
    .report-header b {
        font-size: 26px;
        font-weight: 800;
    }

.report-header img{
    width:80%;
    border:0;
    padding:20px 0;
    margin:0 auto;
}

    .report-content  {
        padding: 20px;
    }

.report-box {
    border: 1px solid #252A56;
    border-radius: 8px;
    margin: 4px;
    font-size:14px;
    line-height:20px;
}

.Note-box {
    display:block;
    width:calc(100% - 10px);
    border: 1px solid #252A56;
    border-radius: 8px;
    margin: 3px;
    font-size: 12px;
    line-height: 16px;
}

.box-inner {
    display: block;
    padding: 5px;
    min-height: 48px;
    font-size: 12px;
    line-height: 18px;
}

    .box-inner p {
        color: #666;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        margin: 0;
        padding: 0;
    }


        .box-inner p b {
            color: #252A56;
            font-size: 14px;
            line-height: 15px;
            font-weight: 600;
        }




.voucher-body {
    background-color: #fff;
    color: #666;
    display: block;
    position: relative;
    max-width: 720px;
    min-height: 720px;
    margin: 60px auto 60px auto;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.voucher-header {
    padding: 60px 7% 20px 7%;
    min-height:70px;
}
.voucher-header img{
    border:0;
    padding:0;
    margin:0 auto;
    width:400px;
    max-width:100%;
}

.voucher-content {
    display: block;
    background: #fff;
    margin: 20px 7% 10px 7%;
    padding: 20px 20px 20px 40px;
    min-height: 400px;
    text-align: left;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.titolo {
    display:block;
    font-size: 34px;
    line-height: 38px;
    color: #252A56;
    font-weight: 200;
    padding:20px 0 40px 0;
}

.voucher-content .box {
display:block;
width:50%;
min-height:280px;
min-height:90px;
float:left;
font-size:14px;
}

    .voucher-content .box p {
        color: #252A56;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        margin: 0;
        padding: 10px 20px 30px 0;
    }
        .voucher-content .box p b {
            color: #252A56;
            font-size: 20px;
            font-weight: 800;
        }

.titolo b{
    font-weight: 800;
}

.voucher-codice {
    display: block;
    padding: 20px 7% 10px 7%;
    text-align: left;
    font-family: 'PT Mono', monospace;
}

.titolo0 {
    color: #000000;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0;
    padding: 25px 0 25px 0;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.titolo1 {
    color: #000000;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    padding: 5px 0 15px 0;
    font-weight: 600;
}

.titolo2 {
    color: #252A56;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    display: block;
    margin: 0;
    padding: 10px 0 10px 0;
}

.voucher-footer {
    display: block;
    padding: 20px 7% 20px 7%;
    text-align: left;
}

    .voucher-footer b {
        display: block;
        text-align: center;
        color: #252A56;
        font-size: 30px;
        line-height: 30px;
        font-weight: 800;
    }

    .voucher-footer p {
        margin: 0;
        padding: 10px 0 15px 0;
        font-size: 15px;
    }

.index-ico {
    display: block;
    float: left;
    margin: 5px 20px 0 0;
    border: 0;
    width: 40px;
}

    .voucher-footer a {
        color: #252A56;
        font-weight: 800;
    }
    .voucher-footer .link-social {
        display:inline-block;
    }
    .voucher-footer .link-social img {
        width:40px;
        margin:0;
        border:0;
    }

#form_container {
    background-color: #fff;
    color: #666;
    display: block;
    position: relative;
    width: 77%;
    max-width: 960px;
    min-height: 460px;
    margin:auto;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius:10px;
}

#left_form {
    background-color: #fff;
    color: #666;
    text-align: center;
    position: relative;
    margin-left: 20px;
}


    #left_form p {
        line-height:1.5;
    }

.BoxEscursione {  
    padding: 10px;
    margin: 10px 5px 0 5px;
    display: block;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    text-align:center;
    position:relative;
    color:#F18D12;
    font-weight:600;
}

.BoxEscursione b {
    display: block;
    position: absolute;
    width:64px;
    height:64px;
    top:0;
    left:0;
    background:#00c2dc;
    color:#fff;
    border-bottom-right-radius:64px;
    line-height:32px;
    font-size:32px;
    padding:15px;
    text-align:left;
}

    .BoxEscursione h4 {
        border-bottom: 1px dashed #00c2dc;
        color: #252A56;
    }



.BoxRiepilogo {
    margin: 15px auto 25px auto;
    padding: 20px 0 20px 0;
    width: 100%;
    display: block;
    position: relative;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border-radius: 5px;
    line-height: 1;
}

    .BoxRiepilogo b {
        display: block;
        font-size: 11px;
        letter-spacing:2px;
        border-bottom:1px solid #eee;
        padding: 10px 0 0 0;
        text-transform: uppercase;
        color: #aaa;
    }

    .BoxRiepilogo p {
        padding: 0 20px 10px 20px;
        font-size: 16px;
        font-weight: 600;
        color: #252A56;
    }

.s3 {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 11px;
    font-size: 10px;
}

.s2 {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 13px;
    font-size: 12px;
}

.s1 {
    display:block;
    margin:0;
    padding: 2px 0;
    line-height: 15px;
    font-size: 13px;
}

.u-s {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 11px;
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:1px;
}


.Error {
    display: block;
    margin: 0;
    padding: 2px 0;
    line-height: 14px;
    font-size: 12px;
    color:#e34f4f;
    font-weight:700;
}

.StepHeader {
    display: block;
    padding: 20px 5%;
}
.StepHeader img{
max-width:100%;
padding:10px 0 0 0;
border:0;
margin:0 auto;
}

.StepContent {
    position: relative;
    display: block;
    min-height: 425px;
    margin: 0 auto;
    padding: 0 5% 25px 5%;
}

.BoxHeader {
    display: block;
}

.BoxContent {
    display: block;
    vertical-align: top;
    width: 100%;
    height: auto;
    min-height: 70px;
}

.BoxCenter {
    display: block;
    vertical-align: top;
    width: 100%;
    height: auto;
    min-height: 70px;
}

.BoxInner {
    display: block;
    height: auto;
    padding: 10px 10%;
}

.BoxFooter {
    display: block;
}

.ActionBar {
    position: relative;
    display: block;
    height: 50px;
    text-align: right;
}

.Calcolatore {
    position: relative;
    display: flex;
    margin: 5px 0;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.CalcolaFascia {
    position: relative;
    display: block;
    text-align: center;
    width: 80px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 0;
    padding: 5px;
    background: #f2f2f2;
    color: #252A56;
    font-family: 'Roboto', sans-serif;
}

.TextBox {
    line-height: 40px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    min-height: 40px;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin: 6px 0;
    color: #333;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

    .TextBox:active, .TextBox:focus {
        border-bottom: 1px solid #666;
    }

.TextBoxS {
    line-height: 20px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    min-height: 20px;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin: 0 0 8px 0;
    padding: 0;
    color: #333;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

    .TextBoxS:active, .TextBoxs:focus {
        border-bottom: 1px solid #666;
    }


.DropDown {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    background: rgba(255, 255, 255, 0.66);
    margin: 6px 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}


    .DropDown:active, .DropDown:focus {
        border-bottom: 1px solid #666;
    }


    .DropDown select {
        width: calc(100% + 30px);
        height: 42px;
        line-height: 42px;
        font-weight: 400;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        min-height: 20px;
        border: 0;
        margin: -1px -1px -1px -1px;
        color: #333;
        padding: 0 5px;
        z-index: 10;
        background: url('/img/down.png') no-repeat;
        background-position: calc(100% - 30px) center;
    }

.PaxDropDown {
    overflow: hidden;
    max-width: 60px;
    margin: 0 auto;
}

    .PaxDropDown select {
        line-height: 32px;
        font-size: 20px;
          min-height: 32px;
        border: 0;
        border-bottom: 1px solid #ddd;
        margin: 0;
        color: #333;
        padding: 0;
        width: calc(100% + 20px);
        z-index: 10;
        background: url('/img/down.png') no-repeat;
        background-position: calc(100% - 30px) center;
    }


.PickUpDropDown {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

    .PickUpDropDown select {
        line-height: 24px;
        font-size: 16px;
        min-height: 24px;
        border: 0;
        margin: 8px 0 0 0;
        color: #333;
        padding: 0;
        width: calc(100% + 20px);
        z-index: 10;
        background: url('/img/down.png') no-repeat;
        background-position: calc(100% - 30px) center;
    }


.DDS {
    max-width: 60px;
    margin: 5px 10px 5px 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

    .DDS select {
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        border: none;
        padding-left:8px;

    }





.scaler {
    position: absolute;
    width: 48px;
    height: 12px;
    top: 12px;
    right: 0;
}

    .scaler img {
        border: 0;
        float: left;
        margin: 0 6px;
    }

.CheckBox input {
    width: 24px;
    height: 24px;
    border: 1px solid #eee;
    color: #409fff;
    background: #66cc33;
}

.ErrorBaloon {
    min-width: 60px;
    height: 30px;
    position: absolute;
    top: -20px;
    right: -4px;
    background: top left no-repeat;
    background-image: url('/img/Bk-ErrorBaloon.png');
    background-size: cover;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    padding: 0 4px;
}

.IconS, .IcoS {
    width: 24px;
    height: 24px;
    border: 0;
    display: inline-block;
    overflow: hidden;
}


.ListaParregeri {
display:block;
}

    .ListaParregeri p {
        font-size: 10px;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
        line-height: 10px;
        color: #00c2dc;
    }

    .ListaParregeri i {
        display: block;
        font-size: 11px;
        text-transform: uppercase;
        font-style: normal;
        padding: 0;
        margin: 5px 0 0 0;
        line-height: 14px;
        text-align: center;
        border-top: 1px solid #00c2dc;
    }

.passeggericnt {
    display: block;
    margin: 15px 0 15px 0;
    text-align: center;
}

.ListaPassegeri {
    display: block;
    min-height: 24px;
    padding: 3px;
    border-bottom: 1px solid #00c2dc;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
}

.ListaPassegeri em {
    font-size: 12px;
}




.Hide {
    display: none;
}

.center {
    text-align: center;
}

.GetTicket {
    text-align: center;
    margin: 0 auto 12px auto;
    width: 75%;
    height: auto;
    max-width: 200px;
}



.row {
    position: relative;
    padding: 0;
    margin: 0;
    min-height: 20px;
}

    .row:before, .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    text-align: left;
}

.col-dynamic {
    float: left;
}

.col-md-1 {
    width: 8.333333333333332%;
}

.col-md-2 {
    width: 16.666666666666664%;
}

.col-md-3 {
    width: 25%;
}

.col-md-4 {
    width: 33.33333333333333%;
}

.col-md-5 {
    width: 41.66666666666667%;
}

.col-md-6 {
    width: 50%;
}

.col-md-7 {
    width: 58.333333333333336%;
}

.col-md-8 {
    width: 66.66666666666666%;
}

.col-md-9 {
    width: 75%;
}

.col-md-10 {
    width: 83.33333333333334%;
}

.col-md-11 {
    width: 91.66666666666666%;
}

.col-md-12 {
    width: 100%;
}

.col-inner {
    position: relative;
    padding: 0 6px 0 6px;
}

.cn {
    text-align: center;
}

.sx {
    text-align: Left;
}

.dx {
    text-align: right;
}



.Pulsante, .PulsanteL, .forward, .backward {
    display: inline-block;
    position: relative;
    min-width: 100px;
    height: 40px;
    margin: 5px;
    font-family: 'Roboto', sans-serif;
}

    .Pulsante a, .PulsanteL a, .forward a {
        display: block;
        height: 40px;
        min-width: 80px;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 0 10px 0 10px;
        color: #fff;
        text-decoration: none;
        line-height: 40px;
        background: rgb(37,42,86) repeat-x;
        background-image: url('/img/bk-Pulsante.png');
        background-size: auto 80px;
        background-position: top left;
        box-shadow: 0 0 0 rgba(0,0,0,0);
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
        border-radius: 6px;
    }

        .Pulsante a:hover, .PulsanteL a:hover, .forward a:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.33);
            background-position: bottom left;
            color: #fff;
        }

    .backward a {
        display: block;
        min-width: 80px;
        height: 40px;
        font-size: 15px;
        font-weight: 800;
        text-decoration: none;
        text-align: center;
        padding: 0 10px 0 10px;
        color: #252A56;
        line-height: 40px;
        background: rgb(37,42,86) repeat-x;
        background-image: url('/img/bk-Pulsante-off.png');
        background-size: auto 80px;
        background-position: top left;
        box-shadow: 0 0 0 rgba(0,0,0,0);
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
        border-radius: 6px;
    }

        .backward a:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.33);
            background-position: bottom left;
            color: #fff;
        }





.PulsanteL {
    min-width: 180px;   
    height: 50px;
    text-align:center;
    margin: 5px auto;
}

    .PulsanteL a,{
        height: 50px;
        min-width: 160px;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
        background-size: auto 100px;
        border-radius:10px;
    }




.nome-campo {
    color: #252A56;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

    .nome-campo i {
        font-size: 12px;
        line-height: 12px;
        font-style: normal;
        text-transform: uppercase;
        font-weight: 600;
        color: #111;
        padding-bottom:5px;
    }

    .nome-campo b {
        font-size: 26px;
        font-weight: 800;
    }

.prezzo {
    color: #111;
    font-size: 18px;
    font-weight: 600;
}

    .prezzo u {
        font-size: 14px;
        color: #999;
        font-weight: 400;
        text-decoration: line-through;
    }

    .prezzo strong {
        font-size: 20px;
        color: #252A56;
        font-weight: 800;
    }


    .Console {
        display: block;
        background: #333;
        color: chartreuse;
        padding: 10px;
        font-family: Consolas, sans-serif;
        position: relative;
        margin: 50px auto;
        max-width: 1200px;
    }
/*  Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}

.modal-content {
    background-color: #fefefe;
    color: #000;
    margin: 100px auto 0 auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    box-shadow: #222 0 0 10px;
    border-radius: 6px;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
    z-index: 99;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: 800;
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    position: relative;
    display: block;
    padding: 20px;
    height: 35px;
    text-align: right;
    background: #fff;
}

.modal-title {
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 800;
}

.modal-body {
    position: relative;
    display: block;
    padding: 0;
    height: 320px;
    width: 100%;
    overflow: auto;
    text-align: left;
    background: #fff;
    color: #000;
    font-size: 13px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.modal-body b{
    color:#0f3878;
}

.modal-footer {
    position: relative;
    display: block;
    padding: 20px;
    height: 35px;
    text-align: right;
    background: #fff;
}

.modal-bt {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 90px;
    height: 35px;
    margin: 2px;
}

    .modal-bt a {
        display: block;
        width: 90px;
        height: 35px;
        font-size: 15px;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        line-height: 35px;
        background: rgb(37,42,86) repeat-x;
        background-image: url('/img/bk-Pulsante.png');
        background-size: auto 100px;
        background-position: top left;
        box-shadow: 0 0 20px rgba(0,0,0,0.3);
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
        border-radius: 5px;
    }

    .modal-bt a:hover {
        background-position: bottom left;
    }
.footer {
    display: block;
    margin:0 auto 0 auto 50px;
}


@media all and (max-width: 760px) {



    .ShowOnMobile {
        display: block;
    }

    .ShowOnDesktop {
        display: none;
    }


    #form_container {
        background-color: #fff;
        display: block;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        text-align: center;
    }

    #left_form {
        margin-left: 0;
    }

    .BoxRiepilogo {
        width: calc(100% - 50px);
        border-radius: 5px;
    }

    .col-dynamic {
        float: none;
        display: block;
        width: 100%;
    }

    .StepHeader {
        display: block;
        padding: 0;
    }

    .StepContent {
        min-height: 0;
        padding: 10px;
    }

    .BoxInner {
        padding: 10px;
        margin: 0;
    }


    .ActionBar {
        margin-top: 10px;
        text-align: center;
        border-top: 1px solid #00c2dc;
    }

 }



.no-print {
    display: block;
}

@media print {
    .no-print {
        display: none;
    }

    body {
        background: #fff;
    }
    .row {
        min-height: 16px;
    }

    .report-body {
        box-shadow: none;
    }

    .report-header {
        padding: 0 0 0 0;
    }

        .report-header img {
            padding: 0 0 15px 0;
            width:80%;
        }



    .report-content {
        padding: 0 0 0 0;
    }

    .report-box {
        border: 1px solid #252A56;
        border-radius: 6px;
        margin: 3px;
        font-size: 11px;
        line-height: 12px;
    }

    .Note-box {
        border: none;
    }

    .box-inner {
        padding: 4px;
        min-height: 48px;
        font-size: 11px;
        line-height: 12px;
    }
        .box-inner p {
            font-size: 12px;
            line-height: 14px;
            padding: 0;
        }

            .box-inner p b {
                font-size: 13px;
            }

}

@import url("https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap");

.MyCalendar .ajax__calendar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-family: sans-serif;
    font-weight: 400;
    font-family: Roboto,sans-serif !important;
}

.MyCalendar .ajax__calendar_container {
    width: 250px;
    min-height: 300px;
    border-radius: 10px;
    background: #f1f1f1;
    color: #1565c0;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
    position: relative;
    display: block;
    z-index: 100;
    text-align: center;
    font-size: 14px;
}

.MyCalendar .ajax__calendar_body {
    width: 230px;
    height: 240px;
    border: none;
    position: relative;
    display: block;
    z-index: 100;
    margin: 8px auto 8px auto;
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.MyCalendar .ajax__calendar_header {
    position: relative;
    display: block;
    width: 250px;
    height: 40px;
    overflow: hidden;
}

.MyCalendar .ajax__calendar_title {
    display: block;
    color: #1565c0;
    line-height: 39px;
    font-weight: 600;
    font-size: 16px;
    border-bottom: solid 1px #1565c0;
    text-align: center;
}


.MyCalendar .ajax__calendar_next,
.MyCalendar .ajax__calendar_prev {
    display: block;
    position: absolute;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: transparent no-repeat center center;
    background-size: 40px 40px;
    margin: 5px 0 0 0;
}

.MyCalendar .ajax__calendar_next {
    right: 0;
    background-image: url('/img/calendar_next.png')
}

.MyCalendar .ajax__calendar_prev {
    left: 0;
    background-image: url('/img/calendar_prev.png')
}

.MyCalendar .ajax__calendar_days {
}


.MyCalendar .ajax__calendar_dayname {
    margin: 0 1px 1px 1px;
    text-align: center;
    color: #1565c0;
    line-height: 24px;
    width: 28px;
    height: 24px;
}

.MyCalendar .ajax__calendar_day {
    margin: 0 1px 1px 1px;
    text-align: center;
    border: none;
    color: #1565c0;
    background: #fff;
    line-height: 32px;
    width: 28px;
    height: 32px;
    border-radius: 5px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

.MyCalendar .ajax_calendar_invalid .ajax_calendar_day {
    margin: 0 1px 1px 1px;
    text-align: center;
    border: none;
    color: #fff !important;
    background: #ddd !important;
    line-height: 32px;
    width: 28px;
    height: 32px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
/*
.MyCalendar .ajax_calendar_invalid {
    margin: 0 0 1px 1px;
    text-align: center;
    border: none;
    color: #fff !important;
    background: #ddd !important;
    line-height: 32px;
    width: 28px;
    height: 32px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

.MyCalendar .ajax__calendar_active .ajax__calendar_day
{
    color: #fff;
    background: #1565c0;
    font-weight: bold;
}
    */

.MyCalendar .ajax__calendar_invalid .ajax__calendar_day
/* Add class for your Invalid dates*/ {
    margin: 0 0 1px 1px;
    text-align: center;
    border: none;
    color: #fff !important;
    background: #ddd !important;
    line-height: 32px;
    width: 28px;
    height: 32px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}


.MyCalendar .ajax__calendar_today {
    font-weight: bold;
}




.MyCalendar .ajax__calendar_months {
    display: block;
    width: 232px;
    height: 135px;
    background: #f1f1f1;
    overflow: hidden;
}

.MyCalendar .ajax__calendar_month {
    text-align: center;
    border: none;
    color: #000;
    background: #fff;
    width: 58px;
    height: 44px;
    padding: 0;
    margin: 0 0 1px 1px;
    overflow: hidden;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}


.MyCalendar .ajax__calendar_years {
    display: block;
    width: 232px;
    height: 135px;
    background: #f1f1f1;
    overflow: hidden;
}

.MyCalendar .ajax__calendar_year {
    margin: 0 0 1px 1px;
    text-align: center;
    border: none;
    color: #000;
    background: #fff;
    width: 58px;
    height: 44px;
    overflow: hidden;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}


.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    background: rgba(21,101,192,0.33);
    font-weight: bold;
}

