/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600);*/
/*@import url(//db.onlinewebfonts.com/c/bd317adf74e5e7e564eb61ce9926cc6d?family=Gotham);*/
@font-face {
    font-family: Gotham;
    src: url('./GothamLight.woff');
}

@font-face {
    font-family: Gotham;
    font-weight: bold;
    src: url('./GothamBold.woff');
}

@font-face {
    font-family: Gotham;
    font-weight: bold;
    src: url('./GothamBold.woff');
}

@font-face {
    font-family: Lato; 
    src: url('./Lato-Regular.ttf');
}
@font-face {
    font-family: Lato;
    font-weight: bold;
    src: url('./Lato-Bold.ttf');
}

a:hover, a:focus {
	color: #001a10;
	text-decoration: underline;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

[class*='col-'].nopadding {
    padding: 0;
}
.gdpr-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.gdpr-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.gdpr-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.gdpr-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.gdpr-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.gdpr-d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.gdpr-px-0 {
    padding-left: 0;
    padding-right: 0
}

.modal-backdrop.show {
    opacity: .8
}

.modal-open {
    overflow: hidden
}

    .modal-open .gdpr-modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.gdpr-modal.fade .gdpr-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.gdpr-modal.show .gdpr-modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1039;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.gdpr-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

    .gdpr-modal a {
        text-decoration: none
    }

    .gdpr-modal .gdpr-modal-dialog {
        position: relative;
        width: auto;
        margin: .5rem;
        pointer-events: none;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: calc(100% - (.5rem * 2))
    }

@media (min-width:576px) {
    .gdpr-modal .gdpr-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem * 2))
    }
}

@media (min-width:992px) {
    .gdpr-modal .gdpr-modal-dialog {
        max-width: 900px
    }
}

.gdpr-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.gdpr-modal .row {
    margin: 0 -15px
}

.gdpr-modal .modal-body {
    padding: 0;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.gdpr-modal .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff
}

    .gdpr-modal .close:focus {
        outline: 0
    }

.gdpr-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 70px;
    font-size: 14px
}

    .gdpr-switch input[type="checkbox"] {
        display: none
    }

    .gdpr-switch .gdpr-slider {
        background-color: #e3e1e8;
        height: 24px;
        width: 50px;
        bottom: 0;
        cursor: pointer;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: .4s
    }

        .gdpr-switch .gdpr-slider:before {
            background-color: #fff;
            bottom: 2px;
            content: "";
            height: 20px;
            left: 2px;
            position: absolute;
            transition: .4s;
            width: 20px
        }

    .gdpr-switch input:checked + .gdpr-slider {
        background-color: rgb(99,179,95)
    }

        .gdpr-switch input:checked + .gdpr-slider:before {
            transform: translateX(26px)
        }

    .gdpr-switch .gdpr-slider {
        border-radius: 34px
    }

        .gdpr-switch .gdpr-slider:before {
            border-radius: 50%
        }

.gdpr-tab-content > .gdpr-tab-pane {
    display: none
}

.gdpr-tab-content > .active {
    display: block
}

.gdpr-fade {
    transition: opacity .15s linear
}

.gdpr-nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    align-items: stretch !important;
    -ms-align-items: stretch !important
}

.nav.gdpr-nav-pills, .gdpr-tab-content {
    width: 100%;
    padding: 30px
}

.nav.gdpr-nav-pills {
    background: #f3f3f3
}

    .nav.gdpr-nav-pills .gdpr-nav-link {
        border: 1px solid #0070ad;
        margin-bottom: 10px;
        color: #0070ad;
        font-size: 14px;
        display: block;
        padding: .5rem 1rem;
        border-radius: .25rem
    }

        .nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show > .gdpr-nav-link {
            background-color: #0070ad;
            border: 1px solid #0070ad
        }

        .nav.gdpr-nav-pills .gdpr-nav-link.active {
            color: #fff
        }

.gdpr-tab-content .gdpr-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6
}

    .gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
        background-color: #0070ad;
        border-color: #0070ad;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

.gdpr-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0
}

.gdpr-tab-content h4 {
    font-size: 20px;
    margin-bottom: .5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.cli-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.cli-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.cli-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.cli-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.cli-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.cli-d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.cli-px-0 {
    padding-left: 0;
    padding-right: 0
}

.cli-btn {
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1.25rem;
    line-height: 1;
    border-radius: .25rem;
    transition: all .15s ease-in-out
}

    .cli-btn:hover {
        opacity: .8
    }

.cli-read-more-link {
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline
}

.cli-btn:focus {
    outline: 0
}

.cli-modal-backdrop.cli-show {
    opacity: .8
}

.cli-modal-open {
    overflow: hidden
}

.cli-barmodal-open {
    overflow: hidden
}

.cli-modal-open .cli-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.cli-modal.cli-fade .cli-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.cli-modal.cli-show .cli-modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.cli-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none
}

    .cli-modal-backdrop.cli-fade {
        opacity: 0
    }

    .cli-modal-backdrop.cli-show {
        opacity: .5;
        display: block
    }

.cli-modal.cli-show {
    display: block
}

.cli-modal a {
    text-decoration: none
}

.cli-modal .cli-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

@media (min-width:576px) {
    .cli-modal .cli-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem * 2))
    }
}

@media (min-width:992px) {
    .cli-modal .cli-modal-dialog {
        max-width: 900px
    }
}

.cli-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0
}

.cli-modal .row {
    margin: 0 -15px
}

.cli-modal .modal-body {
    padding: 0;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cli-modal .cli-modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    padding: 0;
    background-color: transparent !important;
    border: 0;
    -webkit-appearance: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff
}

    .cli-modal .cli-modal-close:focus {
        outline: 0
    }

.cli-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 70px;
    font-size: 14px
}

    .cli-switch input[type="checkbox"] {
        display: none
    }

    .cli-switch .cli-slider {
        background-color: #e3e1e8;
        height: 24px;
        width: 50px;
        bottom: 0;
        cursor: pointer;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: .4s
    }

        .cli-switch .cli-slider:before {
            background-color: #fff;
            bottom: 2px;
            content: "";
            height: 20px;
            left: 2px;
            position: absolute;
            transition: .4s;
            width: 20px
        }

    .cli-switch input:checked + .cli-slider {
        background-color: #00acad
    }

        .cli-switch input:checked + .cli-slider:before {
            transform: translateX(26px)
        }

    .cli-switch .cli-slider {
        border-radius: 34px
    }

        .cli-switch .cli-slider:before {
            border-radius: 50%
        }

.cli-tab-content {
    background: #fff
}

    .cli-tab-content > .cli-active {
        display: block
    }

.cli-fade {
    transition: opacity .15s linear
}

.cli-nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column
}

.cli-nav-pills, .cli-tab-content {
    width: 100%;
    padding: 30px
}

@media (max-width:767px) {
    .cli-nav-pills, .cli-tab-content {
        padding: 30px 10px
    }
}

.cli-nav-pills {
    background: #f3f3f3
}

    .cli-nav-pills .cli-nav-link {
        border: 1px solid #00acad;
        margin-bottom: 10px;
        color: #00acad;
        font-size: 14px;
        display: block;
        padding: .5rem 1rem;
        border-radius: .25rem;
        cursor: pointer
    }

        .cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show > .cli-nav-link {
            background-color: #00acad;
            border: 1px solid #00acad
        }

        .cli-nav-pills .cli-nav-link.cli-active {
            color: #fff
        }

.cli-tab-content .cli-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6
}

.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0
}

.cli-tab-content h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.cli-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.cli-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.cli-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.cli-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    flex-direction: column
}

.cli-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.cli-d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.cli-px-0 {
    padding-left: 0;
    padding-right: 0
}

.cli-btn {
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1.25rem;
    line-height: 1;
    border-radius: .25rem;
    transition: all .15s ease-in-out
}

    .cli-btn:hover {
        opacity: .8
    }

.cli-read-more-link {
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline
}

.cli-btn:focus {
    outline: 0
}

.cli-modal-backdrop.cli-show {
    opacity: .8
}

.cli-modal-open {
    overflow: hidden
}

.cli-barmodal-open {
    overflow: hidden
}

.cli-modal-open .cli-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.cli-modal.cli-fade .cli-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.cli-modal.cli-show .cli-modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.cli-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity ease-in-out 0.5s
}

    .cli-modal-backdrop.cli-fade {
        opacity: 0
    }

    .cli-modal-backdrop.cli-show {
        opacity: .5;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.cli-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    transform: scale(0);
    overflow: hidden;
    outline: 0
}

    .cli-modal a {
        text-decoration: none
    }

    .cli-modal .cli-modal-dialog {
        position: relative;
        width: auto;
        margin: .5rem;
        pointer-events: none;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: calc(100% - (.5rem * 2))
    }

@media (min-width:576px) {
    .cli-modal .cli-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem * 2))
    }
}

.cli-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .2rem;
    box-sizing: border-box;
    outline: 0
}

.cli-modal .row {
    margin: 0 -15px
}

.cli-modal .modal-body {
    padding: 0;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cli-modal .cli-modal-close:focus {
    outline: 0
}

.cli-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 38px;
    font-size: 14px
}

    .cli-switch input[type="checkbox"] {
        display: none
    }

    .cli-switch .cli-slider {
        background-color: #e3e1e8;
        height: 20px;
        width: 38px;
        bottom: 0;
        cursor: pointer;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: .4s
    }

        .cli-switch .cli-slider:before {
            background-color: #fff;
            bottom: 2px;
            content: "";
            height: 15px;
            left: 3px;
            position: absolute;
            transition: .4s;
            width: 15px
        }

    .cli-switch input:checked + .cli-slider {
        background-color: #61a229
    }

        .cli-switch input:checked + .cli-slider:before {
            transform: translateX(18px)
        }

    .cli-switch .cli-slider {
        border-radius: 34px;
        font-size: 0
    }

        .cli-switch .cli-slider:before {
            border-radius: 50%
        }

.cli-tab-content {
    background: #fff
}

.cli-nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column
}

.cli-nav-pills, .cli-tab-content {
    width: 100%;
    padding: 5px 30px 5px 5px;
    box-sizing: border-box
}

@media (max-width:767px) {
    .cli-nav-pills, .cli-tab-content {
        padding: 30px 10px
    }
}

.cli-nav-pills {
    background: #fff
}

    .cli-nav-pills .cli-nav-link {
        border: 1px solid #ccc;
        margin-bottom: 10px;
        color: #2a2a2a;
        font-size: 14px;
        display: block;
        padding: .5rem 1rem;
        border-radius: .25rem;
        cursor: pointer
    }

        .cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show > .cli-nav-link {
            background-color: #f6f6f9;
            border: 1px solid #ccc
        }

        .cli-nav-pills .cli-nav-link.cli-active {
            color: #2a2a2a
        }

.cli-tab-content .cli-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6
}

.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0
}

.cli-tab-content h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

#cookie-law-info-bar .cli-nav-pills, #cookie-law-info-bar .cli-tab-content, #cookie-law-info-bar .cli-nav-pills .cli-show > .cli-nav-link, #cookie-law-info-bar a.cli-nav-link.cli-active {
    background: transparent
}

    #cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active, #cookie-law-info-bar .cli-nav-link, #cookie-law-info-bar .cli-tab-container p, #cookie-law-info-bar span.cli-necessary-caption, #cookie-law-info-bar .cli-switch .cli-slider:after {
        color: inherit
    }

#cookie-law-info-bar .cli-tab-header a:before {
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor
}

#cookie-law-info-bar .cli-row {
    margin-top: 20px
}

#cookie-law-info-bar .cli-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

#cookie-law-info-bar .cli-col-8 {
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.cli-wrapper {
    max-width: 90%;
    float: none;
    margin: 0 auto
}

#cookie-law-info-bar .cli-tab-content h4 {
    margin-bottom: .5rem
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link {
    padding: .2rem .5rem
}

#cookie-law-info-bar .cli-tab-container {
    display: none;
    text-align: left
}

.cli-tab-footer .cli-btn {
    background-color: #00acad;
    padding: 10px 15px;
    text-decoration: none
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #61a229;
    color: #fff;
    border-radius: 0
}

.cli-tab-footer {
    width: 100%;
    text-align: right;
    padding: 20px 0
}

.cli-col-12 {
    width: 100%
}

.cli-tab-header {
    display: flex;
    justify-content: space-between
}

    .cli-tab-header a:before {
        width: 10px;
        height: 2px;
        left: 0;
        top: calc(50% - 1px)
    }

    .cli-tab-header a:after {
        width: 2px;
        height: 10px;
        left: 4px;
        top: calc(50% - 5px);
        -webkit-transform: none;
        transform: none
    }

    .cli-tab-header a:before {
        width: 7px;
        height: 7px;
        border-right: 1px solid #4a6e78;
        border-bottom: 1px solid #4a6e78;
        content: " ";
        transform: rotate(-45deg);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        margin-right: 10px
    }

    .cli-tab-header a.cli-nav-link {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #000;
        text-transform: capitalize
    }

    .cli-tab-header.cli-tab-active .cli-nav-link:before {
        transform: rotate(45deg);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }

.cli-tab-header {
    border-radius: 5px;
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease-out 0.3s,color 0.2s ease-out 0s;
    background-color: #f2f2f2
}

.cli-modal .cli-modal-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    padding: 10px;
    background: transparent;
    border: none;
    min-width: 40px
}

.cli-tab-container h4, .cli-tab-container h1 {
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
    margin: 10px 0
}

#cliSettingsPopup .cli-tab-section-container {
    padding-top: 12px
}

.cli-tab-container p, .cli-privacy-content-text {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    padding: 0;
    color: #000
}

.wt-cli-privacy {
    display: none
}

.cli-tab-content {
    display: none
}

.cli-tab-section .cli-tab-content {
    padding: 10px 20px 5px 20px
}

.cli-tab-section {
    margin-top: 5px
}

@media (min-width:992px) {
    .cli-modal .cli-modal-dialog {
        max-width: 645px
    }
}

.cli-switch .cli-slider:after {
    content: attr(data-cli-disable);
    position: absolute;
    right: 50px;
    color: #000;
    font-size: 12px;
    text-align: right;
    min-width: 80px
}

.cli-switch input:checked + .cli-slider:after {
    content: attr(data-cli-enable)
}

.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
    max-height: 60px;
    transition: max-height 0.15s ease-out;
    overflow: hidden
}

a.cli-privacy-readmore {
    font-size: 12px;
    margin-top: 12px;
    display: inline-block;
    padding-bottom: 0;
    cursor: pointer;
    color: #000;
    text-decoration: underline
}

.cli-modal-footer {
    position: relative
}

a.cli-privacy-readmore:before {
    content: attr(data-readmore-text)
}

.cli-collapsed a.cli-privacy-readmore:before {
    content: attr(data-readless-text)
}

.cli-collapsed .cli-privacy-content {
    transition: max-height 0.25s ease-in
}

.cli-privacy-content p {
    margin-bottom: 0
}

.cli-modal-close svg {
    fill: #000
}

span.cli-necessary-caption {
    color: #000;
    font-size: 12px
}

.cli-tab-section.cli-privacy-tab {
    display: none
}

#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
    display: block
}

#cookie-law-info-bar .cli-privacy-overview {
    display: none
}

.cli-tab-container .cli-row {
    max-height: 500px;
    overflow-y: auto
}

.cli-modal.cli-blowup.cli-out {
    z-index: -1
}

.cli-modal.cli-blowup {
    z-index: 999999;
    transform: scale(1)
}

    .cli-modal.cli-blowup .cli-modal-dialog {
        animation: blowUpModal 0.5s cubic-bezier(.165,.84,.44,1) forwards
    }

    .cli-modal.cli-blowup.cli-out .cli-modal-dialog {
        animation: blowUpModalTwo 0.5s cubic-bezier(.165,.84,.44,1) forwards
    }

@keyframes blowUpContent {
    0% {
        transform: scale(1);
        opacity: 1
    }

    99.9% {
        transform: scale(2);
        opacity: 0
    }

    100% {
        transform: scale(0)
    }
}

@keyframes blowUpContentTwo {
    0% {
        transform: scale(2);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes blowUpModal {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes blowUpModalTwo {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(.5);
        opacity: 0
    }

    100% {
        transform: scale(0);
        opacity: 0
    }
}

.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
    font-size: 12px
}

.cli_settings_button {
    cursor: pointer
}

.wt-cli-sr-only {
    display: none;
    font-size: 16px
}

a.wt-cli-element.cli_cookie_close_button {
    text-decoration: none;
    color: #333;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px
}

.cli-bar-container {
    float: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cli-bar-btn_container {
    margin-left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: nowrap
}

.cli-style-v2 a {
    cursor: pointer
}

.cli-bar-btn_container a {
    white-space: nowrap
}

.cli-style-v2 .cli-plugin-main-link {
    font-weight: inherit
}

.cli-style-v2 {
    font-size: 11pt;
    line-height: 18px;
    font-weight: 400
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container, #cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container {
    display: block
}

.cli-style-v2 .cli-bar-message {
    width: 70%;
    text-align: left
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message, #cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message {
    width: 100%
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
    margin-top: 8px;
    margin-left: 0;
    flex-wrap: wrap
}

#cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
    margin-top: 8px;
    margin-left: 0
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head {
    text-align: left;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 16px
}

.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element, .cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
    margin-top: 5px
}

.cli-style-v2 .cli-bar-btn_container .cli_action_button, .cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link, .cli-style-v2 .cli-bar-btn_container .cli_settings_button {
    margin-left: 5px
}

.wt-cli-ccpa-checkbox label {
    font-size: inherit;
    cursor: pointer;
    margin: 0 0 0 5px
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    padding: 14px 25px
}

    #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"] {
        padding: 32px 30px
    }

    #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
        padding: 32px 45px
    }

.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button), .cli-style-v2 .cli_action_button:not(.cli-plugin-button) {
    text-decoration: underline
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    margin-top: 5px;
    margin-bottom: 5px
}

a.wt-cli-ccpa-opt-out {
    white-space: nowrap;
    text-decoration: underline
}

.wt-cli-necessary-checkbox {
    display: none !important
}

@media (max-width:985px) {
    .cli-style-v2 .cli-bar-message {
        width: 100%
    }

    .cli-style-v2.cli-bar-container {
        justify-content: left;
        flex-wrap: wrap
    }

    .cli-style-v2 .cli-bar-btn_container {
        margin-left: 0;
        margin-top: 10px
    }

    #cookie-law-info-bar[data-cli-style="cli-style-v2"], #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"], #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
        padding: 25px 25px
    }
}

.wt-cli-ckyes-brand-logo {
    display: flex;
    align-items: center;
    font-size: 9px;
    color: #111;
    font-weight: 400
}

    .wt-cli-ckyes-brand-logo img {
        width: 65px;
        margin-left: 2px
    }

.wt-cli-privacy-overview-actions {
    padding-bottom: 0
}

@media only screen and (max-width:479px) and (min-width:320px) {
    .cli-style-v2 .cli-bar-btn_container {
        flex-wrap: wrap
    }
}

body {
    color: #666666;
    /* font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Gotham',sans-serif;
    font-size: 16px;
    background-image: url(https://referti.humanitas.it/images//background_ball.png);
    background-repeat: no-repeat;
    background-color: white;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.horizontal-separator {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAAMCAYAAADxnpftAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAHeSURBVHja7N3JcQMxDERRo8r5BzpJwDcfdFLVaEQsrwMgmyCIwSe9xHVd+UNERERERERERxWZ9/g8Ih7zViVGw+aKpuNHcY8dxgzrHO2x+xmv+C2o8h2aolw2dzYdPxv43OQxP+wpHhiz8v6m812iLlZ5EP6oj7sc3RHQgfsscN8Mxp0AL6x5PYBXqbVd4Xgj1Ce/5ebOZt43Xjbk4r2XnzNqwhoQB+hzGqMwV9k5NoPj9guIaRA9eS5QTBMuCCY2xUCoL2wa93tnZvLrdKWae9QLQNdoau53wF2Iy+jxq9SfivUPZBO4P+9pWqPf/eXThcXZPAXZajJAB/itfcXwOaeA2+TX1pDz6qJ4aJzEA+ADQ3FbcuZcMAJ0gK6hW/vHmsKaR+d8OGcA9GYMcmFswPqM2CQPKy4WzKsWlPf3FOy2bCwAugsAHlt4AZH2iHex0+iJH7/1/SQfZf24PKu8YIAO0EkjO8B7iCGvIFKsgKrYWMdqv0/86zR5qx4B9IP6FQJS6N5qzLv+nk803v8Ynqvh7JWMnw5hxrcl7KWcXwSLaV+IBjU4biuIXg5F/58K8QIoDmJDBFDESRyI+iQ1Jv2XF3QiH+5tcQCne3PE3stTsvdERKX1BwAA//8DAC2Pvaq6GmX/AAAAAElFTkSuQmCC');
    /*background-image: url("Images/horizontal-separator.png");*/
    height: 10px;
    margin: 10px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    border-top: 0;
}
.humanitas-color {
    color: #007953 !important;
}  

ul.nav li.dropdown.hover:hover > ul.dropdown-menu {
    display: block;
}

ul.nav.nav-tabs li:hover {
    cursor: pointer;
}

.panel-default {
    box-shadow: 0 0 3px 1px #ddd;
}

    .panel-default > .panel-heading {
        background: none;
        background-color: #fff;
        border: 0;
    }

.x-page.profilehome .panel-default > .panel-heading {
    background-color: #eee;
}

.x-page.profilehome .input-group {
    display: table;
}
[class^="profile-input-"].input-group-addon:not(:first-child):not(:last-child),
[class^="profile-input-"].input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 24px;
}


.panel-default > .panel-heading h4 {
    color: #00663f;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

.panel-default > .panel-footer {
    background-color: #f2f2f2;
    border-top: 1px solid #d9d9d9;
    color: #999999;
    padding: 0;
}

    .panel-default > .panel-footer button.btn,
    .panel-default > .panel-footer a.btn.btn-default {
        background: none;
        border: none;
        box-shadow: none;
        color: #999999;
    }

        .panel-default > .panel-footer .btn:hover,
        .panel-default > .panel-footer a.btn.btn-default:hover {
            background-color: #cccccc;
            color: #fff;
            text-shadow: none;
        }

.clear {
    clear: both;
}



h3 {
    font-weight: bold;
    font-size: 20px;
}

h4 {
    font-weight: bold;
    font-size: 18px;
}

h5, .h5 {
    font-size: 16px;
}

.title {
    font-size: 24px;
    font-weight: 600;
    text-shadow: 1px 1px rgba(220,220,220,0.3), -1px -1px rgba(220,220,220,0.3), 1px -1px rgba(220,220,220,0.3), -1px 1px rgba(220,220,220,0.3);
}

.page-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0.67em 0;
}

h2 {
    color: #666666;
}

h3.highlighted {
    margin-top: 10px;
}

    h3.highlighted span {
        color: #609683;
        display: inline-block;
        padding: 5px 10px;
        border-bottom: 2px solid #0e6e49;
        background-color: white;
    }

.right-separator {
    border-right: 2px solid #e6e6e6;
}
.left-separator {
    border-left: 2px solid #e6e6e6;
}

.subtitle {
    font-size: 18px;
    text-shadow: 1px 1px rgba(220,220,220,0.3), -1px -1px rgba(220,220,220,0.3), 1px -1px rgba(220,220,220,0.3), -1px 1px rgba(220,220,220,0.3);
}

span.subtitle {
    text-transform: uppercase;
}

.title-box {
    display: table;
}

    .title-box > * {
        display: table-cell;
    }

.navbar-fixed-top {
    background-image: none;
    background-color: #fff;
    border-bottom: 2px solid #b1b1b1;
}

    .navbar-fixed-top .navbar-brand {
        padding: 5px 15px;
    }

        .navbar-fixed-top .navbar-brand img {
            max-width: 200px;
        }

.x-loader {
    min-width: 100px;
    min-height: 150px;
 /*   background-image: url(data:image/gif;base64,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);
  */
    background-image:url('Images/humanitas-loader.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 5px;
    background-size: contain;
}
/*
.x-loader,
.x-loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.x-loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0,144,81, 0.2);
    border-right: 1.1em solid rgba(0,144,81, 0.2);
    border-bottom: 1.1em solid rgba(0,144,81, 0.2);
    border-left: 1.1em solid #009051;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
*/



.x-loader-small {
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
    background-image: url(Images/loader.gif);
    background-repeat: no-repeat;
    background-position: 48% 48%;
    margin: 5px;
    background-size: 16px;
    display: inline-block;
}

.x-page {
    min-height: 400px;
}

    .x-page .x-section {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .x-page .x-section.h250 {
            min-height: 250px;
            padding-bottom: 50px;
        }
/*
    .x-page.search .x-section + .x-section {
        border-top: 1px solid #dddddd;
    }
*/
.x-section.search.form {
    /* background-color: rgb(14,110,73);*/
    background-color: rgba(14,110,73,.8);
    background-image: linear-gradient(to right, #90D3BE,rgba(14,110,73,.8));
}


.x-loader-div {
    height: 100%;
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    color: black;
    background-color: rgba(255,255,255,.8) !important;
    z-index: 10000;
}

    .x-loader-div > div {
        background-color: rgba(255,255,255,.8) !important;
        margin-top: 150px;
        color: black;
        z-index: 13000;
    }

        .x-loader-div > div p {
            font-size: 2em;
        }

    .x-loader-div .x-loader {
        background-size: contain;
        min-height: 200px;
    }

@media (min-width: 768px) {
    .border-search {
        border-right: 1px solid #aaa;
        padding-right: 30px;
    }

    .search-form {
        min-height: 480px;
    }
}




.x-section.search.form .form-horizontal .form-group {
    margin-bottom: 0px;
}

.x-section.search.form .form-horizontal {
    padding-top: 10px;
}

.x-section.search.form .container {
    padding-top: 10px;
    padding-bottom: 5px;
}

.x-page.examdetails,
.x-page.basket,
.x-page.checkout,
.x-page.login,
.x-page.find-your-reservation,
.x-page.profilehome {
    padding-top: 10px;
    padding-bottom: 10px;
}


.animate-if.ng-enter, .animate-if.ng-leave {
    -webkit-transition: 1s linear all;
    -moz-transition: 1s linear all;
    -ms-transition: 1s linear all;
    -o-transition: 1s linear all;
    transition: 1s linear all;
    overflow: hidden;
}

.animate-if.ng-enter {
    max-height: 0;
    opacity: 0;
}

    .animate-if.ng-enter.ng-enter-active {
        max-height: 999px;
        opacity: 1;
    }

.animate-if.ng-leave {
    max-height: 999px;
    opacity: 1;
}

    .animate-if.ng-leave.ng-leave-active {
        max-height: 0;
        opacity: 1;
    }

.search-result .short-description-container {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.infobox {
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0 0 3px 1px #ddd;
}

    .infobox.green {
        background-color: #007850;
    }

    .infobox.grey {
        background-color: #f0f0f0;
    }

    .infobox.green .btn.btn-primary {
        background-color: #f8a036;
        background-image: -webkit-linear-gradient(top, #f8a036 0, #ef8d17 100%);
        background-image: -o-linear-gradient(top, #f8a036 0, #ef8d17 100%);
        background-image: linear-gradient(to bottom, #f8a036 0, #ef8d17 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8a036', endColorstr='#ef8d17', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-repeat: repeat-x;
        border-color: none;
        text-shadow: none;
        /*
    text-shadow: 1px 2px 2px rgba(200,200,200,1);
    */
    }

        .infobox.green .btn.btn-primary:focus,
        .infobox.green .btn.btn-primary:hover {
            background-color: #f8a036;
            background-image: -webkit-linear-gradient(top, #ef8d17 0, #f8a036 100%);
            background-image: -o-linear-gradient(top, #ef8d17 0, #f8a036 100%);
            background-image: linear-gradient(to bottom, #ef8d17 0, #f8a036 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef8d17', endColorstr='#f8a036', GradientType=0);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

        .infobox.green .btn.btn-primary:active {
            background-image: none;
            background-color: #ef8d17;
        }

.sidebar .infobox.green p {
    font-size: 24px;
    color: #fff;
    margin: 0;
}

    .sidebar .infobox.green p.title {
        font-size: 14px;
        text-transform: uppercase;
        color: #f7941d;
    }

    .sidebar .infobox.green p.small {
        font-size: 14px;
        text-transform: none;
    }

.infobox + .infobox {
    margin-top: 10px;
}

.infobox .small {
    font-size: 10px;
    text-transform: uppercase;
}

.basket .sidebar .infobox + .infobox {
    margin-top: 0;
    border-top-width: 0;
}

.center {
    text-align: center;
}

.bg_white {
    background-color: #ffffff;
}

.bg_darkgrey {
    background-color: #cccccc;
}

.lineseparator {
    height: 1px;
    background-color: #ffffff;
    margin: 25px 0 15px;
}

.exam-summary-container .lineseparator {
    height: 1px;
    background-color: #b3b3b3;
    margin: 0px 0 10px;
}

#x-footer {
    background-image: none;
    background-color: #f5f5f5;
    /*background-color: #0e6e49;*/
    color: gray;

    min-height:106px;
}

    #x-footer p {
        margin: 0;
    }

    #x-footer a {
        color: #999999;
        text-decoration: underline;
    }

        #x-footer a:hover {
            color: #999999;
            text-decoration: none;
        }

.infobox.search-result {
    padding-bottom: 0;
}

.infobox .actions {
    background-color: #f2f2f2;
    border-top: 1px solid #d9d9d9;
    color: #999999;
}

div.more-info {
    padding: 20px 0;
    height: 0;
}

    div.more-info.collapse.in {
        height: auto;
    }

.infobox .actions > div:first-child {
    padding-left: 0;
}

.infobox .actions > div:last-child {
    padding-right: 0;
}

.infobox .actions .btn {
    background: none;
    color: #898989;
    text-shadow: none;
    border: 0;
    box-shadow: none;
}

    .infobox .actions .btn i {
        padding: 0 3px;
    }

    .infobox .actions .btn:hover {
        background-color: #cccccc;
        color: #fff;
    }

.infobox.search-result span.x-label {
    color: #333;
    text-transform: uppercase;
}

p.light *,
p.light span.x-label {
    color: #999999;
}

.infobox.search-result h4 {
    font-weight: 600;
}

.x-section.calendar .row.block {
    min-height: 200px;
}

.x-section.calendar p.selecteddate {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    max-height: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.bookingcalendar-container tr.big-header > th {
    text-align: center;
    font-size: 18px;
    font-weight: 100;
}

.bookingcalendar-container td.cell-head {
    font-weight: 100;
    font-size: 16px;
}

.bookingcalendar-container tr.small-header > th {
    font-size: 9px;
    font-weight: 400;
    background-color: #eeeeee;
    border-top-width: 0;
    border-bottom-width: 0;
}

.bookingcalendar-container .booking_slot {
    width: 16.667%;
}

    .bookingcalendar-container .booking_slot.AVAILABLE.active .layer-a {
        background-color: #324e43;
    }

@media(min-width:320px) {
    .bookingcalendar-container .booking_slot.AVAILABLE .layer-a {
        background-color: #126e4b;
        color: white;
        text-align: center;
        cursor: pointer;
        font-size: 18px;
    }



    .bookingcalendar-container .booking_slot.NOT_AVAILABLE {
        background-color: white;
        color: white;
        text-align: center;
        font-size: 18px;
    }

    .bookingcalendar-container .booking_slot.NOT_BOOKABLE {
        background-color: white;
        color: white;
        text-align: center;
        font-size: 18px;
    }
}

@media(min-width:768px ) {
    .bookingcalendar-container .booking_slot.AVAILABLE .layer-a {
        background-color: #126e4b;
        color: white;
        text-align: center;
        cursor: pointer;
        font-size: 22px;
    }

    .bookingcalendar-container .booking_slot.NOT_AVAILABLE {
        background-color: white;
        color: white;
        text-align: center;
        font-size: 22px;
    }

    .bookingcalendar-container .booking_slot.NOT_BOOKABLE {
        background-color: white;
        color: white;
        text-align: center;
        font-size: 22px;
    }
}


.x-section.calendar.fullscreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    overflow: auto;
}

    .x-section.calendar.fullscreen .bookingcalendar-container div.innertable-container {
        height: 500px;
    }

    .x-section.calendar.fullscreen .bookingcalendar-container table tr.big-header th.filler {
        width: 0;
    }

    .x-section.calendar.fullscreen div.booking-summary {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100px;
        padding: 5px 0 10px;
        background-color: #fff;
    }

        .x-section.calendar.fullscreen div.booking-summary .horizontal-separator {
            margin: 0;
        }

/*.hours-container .btn.NOT_AVAILABLE {
    background-image: -webkit-linear-gradient(top, #e34444 0, #c73232 100%);
    background-image: -o-linear-gradient(top, #e34444 0, #c73232 100%);
    background-image: linear-gradient(to bottom, #e34444 0, #c73232 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e34444', endColorstr='#c73232', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    text-shadow: none;
    color: #fff;
    border-color: #c73232;
    background-color: #e34444;
    cursor: default;
}

.hours-container .btn.AVAILABLE {
    background-image: -webkit-linear-gradient(top, #0d8f61 0, #12704f 100%);
    background-image: -o-linear-gradient(top, #0d8f61 0, #12704f 100%);
    background-image: linear-gradient(to bottom, #0d8f61 0, #12704f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d8f61', endColorstr='#12704f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    text-shadow: none;
    color: #fff;
    border-color: #12704f;
    background-color: #0d8f61;
}

    .hours-container .btn.AVAILABLE.active {
        background: none;
        background-color: #f08e1f;
    }

.hours-container .btn.NOT_BOOKABLE {
    background-image: -webkit-linear-gradient(top, #fff 0, #cccccc 100%);
    background-image: -o-linear-gradient(top, #fff 0, #cccccc 100%);
    background-image: linear-gradient(to bottom, #fff 0, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#cccccc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    text-shadow: 0 1px 0 #fff;
    border-color: #999999;
    background-color: #ffffff;
    cursor: default;
}*/

.bookingcalendar-container table.table-bordered > tbody > tr > td {
    height: 45px;
}

.bookingcalendar-container table {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}


    .bookingcalendar-container table > tbody > tr td.cell-head {
        font-size: 90%;
        text-align: right;
        padding: 15px 5px;
    }

    .bookingcalendar-container table > tbody > tr span.small {
        font-size: 70%;
    }

.bookingcalendar-container td.booking_slot .layer-a {
    width: 100%;
    height: 100%;
}

.bookingcalendar-container div.innertable-container table > tbody > td:hover td.booking_slot .layer-a {
    background-color: rgba(0,0, 0, 0.3);
}

.bookingcalendar-container div.innertable-container table > tbody > tr:hover > td.booking_slot.active .layer-a,
.bookingcalendar-container div.innertable-container table > tbody > tr > td.booking_slot.active .layer-a {
    background-color: #324e43;
}

.bookingcalendar-container table.table-condensed > thead > tr > th {
    padding: 2px 0;
    border-bottom: 0;
}

.bookingcalendar-container table th p {
    margin-bottom: 2px;
    font-size: 70%;
}

    .bookingcalendar-container table th p.date {
        margin: 0;
        font-size: 100%;
        line-height: 14px;
        font-weight: 600;
    }

.bookingcalendar-container div.innertable-container {
    width: 100%;
    height: 268px;
    overflow: auto;
}

    .bookingcalendar-container div.innertable-container table {
        width: 100%;
        border: 0;
        margin: 0;
    }

        .bookingcalendar-container div.innertable-container table.table-condensed > thead > tr > th {
            padding: 0;
        }

/*.bookingcalendar-container table th:first-child {
    width: 50px;
}*/

.bookingcalendar-container table tr.big-header th.filler {
    width: 18px;
    border: 0;
}

.switchdate-container {
    padding: 10px 0;
}

    .switchdate-container .window-buttons button {
        background: none;
        margin-top: 10px;
    }

        .switchdate-container .window-buttons button:active {
            box-shadow: none;
            background-color: #eee;
        }

        .switchdate-container .window-buttons button.date-dropdrown {
            text-align: center;
            margin-top: 0;
            width: 160px;
        }

            .switchdate-container .window-buttons button.date-dropdrown span {
                text-transform: uppercase;
                font-size: 80%;
                color: #ccc;
            }

.btn p {
    margin: 0;
}

span.text-red {
  color:red;
}
.x-legend {
    font-size: 14px;
    padding-top: 15px;
}

    .x-legend table td:nth-child(2n) {
        padding: 0 15px 0 5px;
    }

    .x-legend span.red,
    .x-legend span.green,
    .x-legend span.grey {
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 10px;
    }

    .x-legend span.red {
        border: 1px solid #c73232;
        background-color: #e34444;
    }

    .x-legend span.green {
        border: 1px solid #12704f;
        background-color: #0d8f61;
    }

    .x-legend span.grey {
        border: 1px solid #999999;
        background-color: #cccccc;
    }

.cartmenu .badge {
    background-color: #007850;
    color: #fff;
    border-radius: 50px;
}

.cartmenu .dropdown-menu {
    padding-bottom: 0;
}

    .cartmenu .dropdown-menu > li > a:hover {
        background: none;
    }

    .cartmenu .dropdown-menu > li > a {
        background: none;
    }

    .cartmenu .dropdown-menu > li:not(.divider) {
        min-height: 50px;
        text-align: center;
    }

    .cartmenu .dropdown-menu > li:hover > a {
        background-color: #cccccc;
    }


    .cartmenu .dropdown-menu li.divider {
        margin-bottom: 0;
    }

    .cartmenu .dropdown-menu li.cartbutton {
        background-color: #999999;
        padding: 10px 0;
    }

        .cartmenu .dropdown-menu li.cartbutton a {
            color: #fff;
        }

        .cartmenu .dropdown-menu li.cartbutton:hover {
            background-color: #cccccc;
        }

        .cartmenu .dropdown-menu li.cartbutton a:hover {
            background: none;
        }

.infobox.reservation {
    padding-bottom: 0;
}

    .infobox.reservation h3 {
        margin-top: 0;
    }

.infobox .actions {
    margin-top: 10px;
}

.days-container .btn {
    padding: 3px 6px;
    min-width: 133px; /*add for buttons*/
}

.hours-container {
    height: 205px;
}

    .hours-container .btn {
        background: none;
    }

.x-planner-modalbody .x-label {
    margin-bottom: 0;
}

    .x-planner-modalbody .x-label + hr {
        margin-top: 0;
    }

.form-group .help-block.validator {
    display: none;
}

.form-group.has-error .help-block.validator {
    display: block;
}

.x-section.form-section {
    padding: 0;
    position: relative;
    color: #007850;
}

.readability-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.4);
    z-index: -1;
}

div.middle-line {
    text-align: center;
}

    div.middle-line span {
        display: inline-block;
        text-transform: uppercase;
    }

        div.middle-line span:before,
        div.middle-line span:after {
            border-top: 1px solid #cccccc;
            display: block;
            height: 1px;
            content: " ";
            width: 40%;
            position: absolute;
            left: 0;
            top: 0.8em;
        }

        div.middle-line span:after {
            right: 0;
            left: auto;
        }

div.starred-category-container {
    height: 200px;
}

    div.starred-category-container div.x-image {
        text-align: center;
    }

        div.starred-category-container div.x-image img {
            width: 48px;
            height: 48px;
        }

div#x-footer hr {
    border-top: 1px solid #dbdbdb;
    margin: 10px 0;
}

select.form-control {
    font-size: 15px;
}

.categories.checkboxes label {
    color: #002919;
    text-transform: lowercase;
}

    .categories.checkboxes label:first-letter {
        text-transform: capitalize;
    }

form.search-define div.section + div.section {
    margin-top: 20px;
}

form.search-define p.section-title {
    border-bottom: 1px solid #eee;
    margin: 0 0 5px;
    text-transform: uppercase;
}

form.search-define div.form-actions {
    padding-top: 20px;
    text-align: right;
}

.exam-summary-container p.x-label {
    font-weight: 600;
    font-size: 15px;
    padding-top: 2.5px;
}

.exam-summary-container p.x-value {
    text-align: right;
    font-size: 20px;
}

.x-page.login form.form-login {
    font-size: 16px;
}

    .x-page.login form.form-login + div {
        padding-left: 50px;
        border-left: 1px solid #dddddd;
    }

div.datepicker-dropdown.dropdown-menu {
    z-index: 1050 !important;
}

div.searchresults-item span.circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 5px;
}

    div.searchresults-item span.circle.red {
        background-color: red;
    }

div.faq-tabs li + li {
    border-top: 1px solid #ddd;
}

div.faq-tabs li.active {
    color: #fff;
    background-color: #00663f;
}

    div.faq-tabs li.active a {
        color: #fff;
    }

        div.faq-tabs li.active a:hover {
            color: #00663f;
        }

div.faq-tabs li a:after {
    content: '>';
    position: absolute;
    right: 10px;
    top: 10px;
}

.cartmenu .dropdown-menu li > div.basket-item {
    min-width: 300px;
    padding: 5px 10px;
}

    .cartmenu .dropdown-menu li > div.basket-item:hover {
        background-color: #eee;
    }

.cartmenu .dropdown-menu li + li {
    border-top: 1px solid #ddd;
}

.cartmenu .dropdown-menu li > div.basket-item span + i {
    margin-left: 10px;
}

div.privacy-container {
    max-height: 300px;
    overflow-y: auto;
    color: #000;
}

a.privacy-link {
    display: block;
}

div.readstandardsofpreparation-container {
    max-height: 300px;
    overflow-y: auto;
    color: #000;
}

a.readstandardsofpreparation-link {
    display: block;
}


div#cookiepolicy-container {
    min-height: 80px;
    background-image: none;
    background-color: #ccc;
    color: #000;
    padding: 10px 0;
    font-size: 13px;
}

    div#cookiepolicy-container div.close-button {
        text-align: center;
        margin: 10px;
        cursor: pointer;
    }

    div#cookiepolicy-container div.cookie-title {
        font-weight: bold;
    }

@media(max-width:600px) {
    div#cookiepolicy-container ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    div#cookiepolicy-container ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }

    div#cookiepolicy-container div.cookie-text {
        overflow-y: scroll;
        max-height: 30px;
    }
}
    

.validation-summary-errors li {
    padding: 0px 10px;
    background-color: red;
    color: #fff;
    border-radius: 5px;
}

.validation-summary-errors ul {
    list-style: none;
}

@media only screen and (max-width: 768px) {
    .x-page.maintenance {
        min-height: 0;
    }

    #x-footer {
        padding-top: 10px;
    }
}

.form-section .search-form {
    background-color: rgba(14,110,73,0.8);
    color: #ffffff;
    background-image: linear-gradient(to right, #90D3BE,rgba(14,110,73,.8));
}

    .form-section .search-form h1 {
        color: #ffffff;
        margin-bottom: 30px;
    }

.starred-exams-container .x-image {
    height: 110px;
    width: 100%;
    position: relative;
}

div#footer-links {
    border-top: 1px solid #b3b3b3;
    margin-top: 50px;
    padding-top: 20px;
    background-color: #ffffff;
}

    div#footer-links .head > * {
        float: left;
        padding: 0;
        margin: 0;
    }

    div#footer-links ul {
        padding-left: 36px;
    }

    div#footer-links,
    div#footer-links a {
        color: #4d4d4d;
        font-size: 12px;
    }

        div#footer-links .head > h3 {
            padding: 2px 10px;
        }

div.x-map {
    padding: 5px 10px 0 0;
}

div.x-image.chisiamo {
    width: 26px;
    height: 26px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAhgAA+9cAAIRaAAB1awAA8mQAADoRAAAWhnCit8wAAAKUSURBVHjaxNZNaFxVFAfw3zyDu74iBpRULO7qJkhVNNqNSQ08N2KlC6FQoRBw4UPciLhQEcFVkbcRAgEFaRaFlHSRC6WNm1qEoi3Z2LWLYCV+9Ab8KIhuzsBjOvMmU1H/MIs599zzf/d/z8ft6UBZVz3M4RiO4BD2x/It3MBlrOUmXemK1esgeQEfYgZnsYkt7ITLNGYxj+PYxju5SRt7Iirrah+WsYB3sZKbdHvMye/FKbyPS1jKTdodSVTW1YO4gO9wMjfpRxOgrKv78RkexmJu0vd3EMVJvsTV+KI/3QXKuronFHkSz/ZP1iZaxT68OIqkrKun8Vz8/SI36asOsnXs5ia9AkXr4hdCrlEkH+M8DsbvfFlXp4f5RoyTWIjYepHC32A5N+mTESRHQ/vDuUk3w/YAruNEbtKlEftewxIOF1EnM1jpkP55rPZJ4qtv4kwoMQorEXuuiGI8OyaFp/D7EPsfsWaEhLejBo8VUfGbY5LpGp4aYp8L2buwiSNFtJWtMc4XMFfW1cGW/o/giVjrwhYOFdG7dro8c5N+wCreaJlrnMlN+mkM0Q72FxPU4tWQuY9n8PVeN09FF57GL0PS83GcwFE8FP2sj4+wUtbV67iIz3OThhFP41YRrX52CMlCBPgLb2MmN2mtJec5HMBb4XMx9gxiFjemYp7MY23A4WWczk36oOPufsMGNsq6+jn2DBbvPC5PBcG5sq7eHKil+3CgrKv39ngNj+HXIePjOF4qYjJuD+gvmuK1CZLlevTCNk5hOzfpSq/VVD/Fo5POoDGz6Vu8mpu0MdGYmHAm3TkmAksxGZfD8Z+QLEespb69aGXQLhZjMq7H0e9GrvWIsdh+N/w/j5P/9Ln1bz0g/x4AdYwKQ6rkOacAAAAASUVORK5CYII=');
}

div.x-image.diagnostica {
    width: 26px;
    height: 26px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAhgAA+9cAAIRaAAB1awAA8mQAADoRAAAWhnCit8wAAAKTSURBVHjaxNZBaBVnFAXgL2NVpDihGEGEuhTbYii1LkRBUAhMUQtCFm6soAS6mVUXBSkSpNCNm9kIDwPqQhdCIFgcKBi6UDf2FYkLpUsLodCIZkRK01q6uQ8m0/eSUbHe5cydc+bce/97/iErRJpnQ9iDo9iHHRiO14t4iFuYroryzkpYQyuQfIZvsRXXMIs5LETKCEZxAOOYx+mqKG+0IkrzbCM6OIgzmKqKcmkV5etwEpO4iYmqKJ8NJErzbAt+wCN8URXlYy8RaZ5twiVsw1hVlL/9hyiU3Mbd+KMXXiHSPFsTFdmNvT1lSS2nE0pemQTi24nA6ixTFI2/iA/alCvNsw04h/1YE1XIq6J80ijjA5yoivLGUIzwz+hURXm+BckwutiE61jCYbzAh1VRPq3lfhnqPkninGzFVEuSe0gxWhXl8aooT2F7KCsan0wF9p4kDuO1FiPcI3kXu6qi/LXWl8VQt7vRr6U4g0eTOPGzLUh+wntNklqsxz99ns9iXxJrZa6Fks1YixN9ct7HIfzYB2IOO5LYXQstyrUT3+HrNM++aZB08Rhf9YFZwPA7q4xwt9GTs2meCTJxJLp4Hjl/DMJLYguP9Hl3Lka42fizPWW4HyQfx0D0ixEsJrHqR/sk7Mf3Axp/EX/h91VIBPbDJPzkwAC1fw5ofBdP8OkqJAL7VoJpjMeqr8ddHImBaJI8b6GkZx/jmE7CGefDT+qR42/8kubZhTTPLseoVm1IIk5ivirKO73tfRqTsQh7TX+Kj8Kf9mIXrmBnG5LAmgzsZX50FRvx+evYRM2TZvCsKspjTT+aCGfsRKLXNL5tgWkZUTjhWCzGmXoZX9LKZwJjrH5veDuXk//1uvWmLpD/DgA/cyFBVOdd0wAAAABJRU5ErkJggg==');
}

div.x-image.dovesiamo {
    width: 26px;
    height: 26px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAhgAA+9cAAIRaAAB1awAA8mQAADoRAAAWhnCit8wAAALaSURBVHjaxNZLaB5VFAfwX75+2ip2ihiK74VuWpCUloq0VhcRAuOiamihrqwUCm5mI20VBR+gJaVkMShCIFhXLgLVZJHBgi5CtIiSRTbtVoUqEhe5BS3RPjYnMI6TLw+EHpjNPY//nHPP+Z/bp4dkRd6HfRjGAezAtlAv4jJmcR4XU1ndXClWpwfI85jDF9iCM9iLe+PbG2dbwmYufFqlrwVgK8bwHN7BeCqrpVUyvxPH8B6+xvFUVldXBMqK/H5cwM94JZXVH9YhWZHfh8/wKIZSWf32H6DI5Fv8EH903QYkK/JNUZEn8fRyZvU7GotMNgwC4Xs8Yo39K6O4xHPYud5yrVLGSziaymq6L1p4DmOprD5pcbgL/fg1ldU/DV0XD2AhldVfLb6vRXZ7ujEnD2K8YfQURvAs/sb1rMjP4VSYjOAoNuGOrMhncCqV1fe1MON4F/s6MYwT9RbOinwPvsIUtqey2oydeAxfxtw8HqXejO1heyF8l+9rCRMY7sbEn2lk/TZGUlmN1px+yor8RcxHEz2Ryupa6BYwmhX5PeE7XIv1DU52glbmG0AHMN3SUdcwirPLIA2ZwjONs3ns6AZ3LTSUN+Ne2uR8j2Zbwo3G2QK2dVdwmMUhvN+S1e89gA7F0LeS6mK0b11O40RW5LvXMTe7cQIfNlT9WOwE1Q80/vpHvBFdNLAGkIHgyDfDty4DuNyJMg22lOjjyGwmK/KDPUAOYganU1l91GIyiNm+rMj3x1w80rYOItCnMQ8nU1mlOM9iLA7j1VRWUyusj1/wUieV1Xe4EvukjSSnsAsP4VJW5EeyIj8SPPYwdrWBhByL2BfXRapZkR/G2SDj11NZTayZVGuKz7EVL/RaE1mR3x2Z/rnKTprE1VRWL9+exRcHQ2EwGalvZAdNRoyh+rvh9jxOWp5bH8SumggWnq/xYn8M42C0+BW8lcpqek3PrRbA/f/HA/LWAPs6Nqowk30SAAAAAElFTkSuQmCC');
}

div.x-image.visite {
    width: 26px;
    height: 26px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAhgAA+9cAAIRaAAB1awAA8mQAADoRAAAWhnCit8wAAALpSURBVHjaxNZPaB1VFAbwX6ZBuukUMUoRtNkIEaEiVLFNVxGCo6JSKSiCCsUsXIwg1YWl1rfIxuVs1AcRC0oWoZVAyYBgUYiRIhYNohFMoC6CSqJmCkqLUjen8Po6b96zXXhgNnPPPd89f+733SENlubZEPbhIA5gDDtjeQsrWMQpfFEV5eVesZIGkEdwDh9hO97CXtwc3974tz18zsWeWhuqAdiBNh7CccxURXmpT+Y34TBa+ARTVVFe6AmU5tkufIyf8HxVlJv+g6V5dgtO4E5MVkX58zVAkcnn+DJO9I/rsDTPtkVF7sf4lcw6e9SOTK4bBGLvVMRqX5VRNPF93N1ZrjTPxvEG0ujB03gYX+G17j7UlPF7vFAV5UISIzyN410g9+EzXIxy/oXzUd5HcbZPZpsxTNNpng0Nxz25HTNdvsewWBXl4x3/ZuIQLfyW5tnuqijPN+DN4E3sS+IyztWM8B1RorrT/oE/Mdonq0uYw8EkbvyZGr+/sa1P7y8OMB9ncCAJWlmucdjE7h6NToIRfh8AaBljSXDXRo3DWezpsXkMl/HjAEAb2Jk0OHyI0TTPbq1ZezlAbkvz7Js0z7bSPDuZ5tlwE6luYaSmkWtYxTtdZRvBc3ElFqKXzwY3tmowRrCVBNX3KtGTeCzNszLNsxfTPHsFP+Drqig/wF14qSrK05gNsG7bg5Uk9GSix3h+h3uDGd4NljgRkwq/YDbNswfxVFzmbpvAYhKidSiovg5spSrKcbyHX/FqBxduYBc+xbd4vUY+DuHUcFWUS2merQeXvd0wHEewhtU0z07jgSjLPVVRrvbYcxjrVVEuXZm6o2gFEWpgg1GcDAlYw1gvkIjVithX6dEsduCJG5GJDk2ax4WqKJ/p1qOpUMZ2ON4ISDtiTV3zOAltmYyyzDeVsY8GzUeMyU69+n8eJzXPrenQqrlg4eUOXhyJqZuIEV7H0aooFwZ6btUA7h/kAVkV5VJTnH8HABc/GTWeW/K5AAAAAElFTkSuQmCC');
}

div.x-image.telefono {
    width: 41px;
    height: 41px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAYAAACoYAD2AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAhgAA+9cAAIRaAAB1awAA8mQAADoRAAAWhnCit8wAAAOBSURBVHja1JlNSFVBFMf/83wKhvUMaxVFmFimlVBEkQVBlItat8sEs3LRW0pSgUHrXNdCMSIKIhAJF4GBUVoRCBVREBF9QNoXWtGH/Vp0lOvN+959H9d4s3lvzpwz85+Z8znXKcsGVEraJalB0lpJKyWVSyqSNCXpk6QXkh5LuiXphnPueTZruQyBlUpqlnRQUq2kIUmDkh5Jeirpo6SfkoolLZZUbXw7JW03vh5J3c65b8pnA+JAEngLDANNQFmGc5SZ3LDNkwTi+QJYD4wCD4E9eZpzj803CtTnOlkLMAl05G3Xs2+nw+ZvyXaSTmAMaFCEDWiwdTqzAfgKqNY8NKDa1uvM5IrH5gugD+hY2qs3I5kMumJgIbAm4qufDDQmU+RRoCNgfCvwkr/tKrAoIqAdhiM+12DS3EJ8jrEa22EXUAU8AEaARAQg44Yj+U8kMQe7O0CwH7ji6ScM5E2gJAKguw1PqZfYBgwHCCSAKWCDj14BPAO6I7r2YaDNS7gLHAhg3mx66FKoQVMEIA8Ad2eyGeBLUCwGNhnIeMB4K/ABWJpnkGWGqzJm6daQc24ygP+Z/dYFjJ+3lOxIPkEaniFJu2KWDw6mYP4s6Z6kfQEsRZK+SqqIQDUHJTUIuA/sTXP0reYjS3z0YqDPQtqyCPRyL3BfwHi6EAgsAN4BR330Y+YqVkQYKscF/Aqj9Haa40CFh3YW6I8wTC4FfskstzyEQMx8l9eprwd+BgWBPIAsBwh9kiZUZX7xkId23LKXmihPcjyTtAzYD3wHdljfAb1mPKt9vMss3p8AluSik2mtew7hM7a5OusXAReA99N1ELDcgN+yiPYJaM7WunuB9gyFHdBjIKo8tFOmo9fN6vvMTTmgGZgALs5KHFKv0w70TlvtQBZXUWQLvgHWeejrzOqTQLFPZg3wBLgdJs0DBoDWtLE7BNBzwMewBZtlTyOWkybCxG5vFtSUpQU64LQZU2tImYTZwrUUPE0zWVC6fDJDq58ALnsdfgr+Veaj68Lmk9OZeWOOQKuAO9NVn18nfbxdwGtg4Rxjjf9k5ulqnAyBxoDDtshL4CRQa/QYsAG4ZKe+LXSNE6ZazAJsKXAEGAJ+m2v6Yf9vALUZV4th6u4cACeAjcCWVJEnbd1dMC8YBfMWVDCvagXzPlkwL72+Xf+3N/OC+PrgcjjdefuO82cAXU5bG5nwPNwAAAAASUVORK5CYII=');
}

.x-image.facebook {
    width: 26px;
    height: 26px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAhgAA+9cAAIRaAAB1awAA8mQAADoRAAAWhnCit8wAAAIuSURBVHjavJa9S9VRGMc/z0+wIKwbGkhjFDiIEViRCIXSEkFwQajZFofWhv6Cai6iIQgkHAQlsClwssZe7iBO0STqIF1rEuzT0KPdjHt/N8H7hQOH5zwv5znnOc/3BC2gBnAFqAKjwABwIpfrwAqwBMxFxPtWvooWQW4AH4B54CjwGBgGTuYYTtlRYF79mDbtQe1RZ9QNdUrtbsOmO3U30ranzKBfrakLai//CbU3bWtqf6tMauoLtYsDQu1KH7XGzKJBYQboAW5FxE4TJ+eAe8BF4AiwCrwDnkbEVmMw4DXwPSLu/HXxeb69LXZ6Xq2rz9Sb6rh6V91SrzY5xo29AlEjK2aq5Eim1Yf7ZMfUHbXSxGYqfQfqiLpeVl3qJ3U855fVzdzxl5JqXFdHinyMsxGx3UT5UjobBNZSPAhUgFPAm2aB0ucsUC3yxS+2SOY0sAkMAcspmwYuAM+BnZJCXARGi2wrtRLlHxGxHBHu7jQiPjdk2Ao1YAB/o9LinK+nzrZ6JmW3/YNHJXdbUS3KthMRb/M+1oDjKe4HZrLnPWjnIRfZhftKgtWBn/vE2xHxrdnjbkAfUC+y1Q9xeBgCVorkk7FDDDQGLBXAHDDRDh0coMF2AxPAXJHMuApMHkI2k8DqHvu22VS/ZhO9pj5RX7bBTRv/sG4y40IzLlJfZb/bHfdLOGkhqaezxNd5Ku/o52T/dytJaz0vv6qezd5VyXk119bLvlvRqQ/krwEA8QU9lkRhEIgAAAAASUVORK5CYII=');
}

.x-image.twitter {
    width: 26px;
    height: 26px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAhgAA+9cAAIRaAAB1awAA8mQAADoRAAAWhnCit8wAAAJPSURBVHjavNZNiFZlFAfw/321URJ1hgGVUGgxUJtmpQtl3LhUXDguCooKImKIyG0ra1kobcalO8FVmjgb3QkiRtTktMiKiGjTTIvGFiUZ/Fp4DLve98OE98CFyznnfz6e53w8TQYQmiT7k8wnmUvyfJLtJb6T5HaS60kuNE1zY5Ct3gAnh5N8meRiks1JPkqyN8lUfXuLtznJRSwXZjTCVpzHGhYwMQJmonTXCrt1GGAXVrCE6TwmYbqwK9g1KJMVnMWG/E/ChrKx0plZpbz0JE5azpZw/pGLr/OdHtFQD3N4BfvRYBt2to5x7d8CKaVlLLSMvYxv8VKLvxtf4GdcwSq+wR/4HXse0l0o201woJQnWga/x8kCn6iAGtzEGWwsvU14Fc8V5u1WNa7iQHAKiy0nT7lP27AP3+EWPsSvXSVfurfwbou/iFOpCOc7gHcw+1Bkr+FTfNzn3i7gUruYMI+bwTpmWsKnK6Mdj1FpP2BfB38G6ymDkx0Ka5gb0cl2/IWpDtkk9AbgTyc5M2JCR5N81TTNb4OieeToij+FP/HsCM35NV7vI5/Beq9G/WyHzqYknyRZwu4Bvt5Pci/JuT7y2SS3e7VPDrWieDPJT0mOJbmbZE+faN9L8laSF5um+buPo0NJrnc2LN6pzn8DW9rLEAdxFT/ihSHr437DFuM/I6iMHcdnuIvPcRnXqhp/wQfD9s6DETTSUMUzOFJj5jhmh1Rr91Ad65oY6+Ib2yof6+OkY+suV3ku1hSeqdk1Wf/zJVsd9txqxvWA/GcA3BVF14TMb98AAAAASUVORK5CYII=');
}

.x-image.gplus {
    width: 26px;
    height: 26px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAhgAA+9cAAIRaAAB1awAA8mQAADoRAAAWhnCit8wAAAKSSURBVHjavJZLSFVRFIa/fbUoyDLUKKggMrAGjaSHNclJZdRAgkToMUyCGgROBSmCmhQ5TJAgJIqcSIMQqbAHlkpOchINmqQQFBVED74GLeN6O/d2K3LB5hzWWY+z9v7/tXaihKgJ2A60AjuBBmBZfH4HTAEjwK2U0sNSsXIlkrQA48AAsAg4DzQCy2M1hm4RMKBOhE95olap/eqM2qEuLMNnYdjOhG/V7xxWqpPqoFrDH4paE76T6spSlUyqvWoFfylqRcSYzKwsSh78lyQFyQbV/lldyjv4PmBjSulNgVMd0AlsC9W3eC4F+oEDwCdgX0rpc/42As+BYyml27mA8FmgKyPJauAO8AV4AVwA9gYaq4BVwBjwEWhQF/+s4EesLuCsmlCb1OksdKnX1Gb1nrpVfaDWq0fU92qf2q6ejPfBDDROq025IOON/LLzZF1KaRioBEaBi8DBIGnKsJ9zvhHzBtCaC8YPFznXitjacWA/8AqoAzYA1yPhFqAZ6AXaMmIMAztR36r1RdBzRu1UV6iP1GfqUXVMXauuUR+rd4sRO7b6Lf6Q6iJGC9QedUS9HLoBdfcfQL1atWSivG5xXH2tLlH3qKOByLIT5aIL12Z1brUbuAmsB4aAE3Eup4CrZRZVC7zLRavfnGFwAqgGLgVg7gdfhoKIr9UNZSTaDExVxh82A7cKDFqAduAK0J5SehmVfg39hxgRv5NmYKQoYdXraoPaFoQ9pB5Qh9TDgbwFZYyPabVpVjGhdhQYNapP1F3qJvW02q2eU5+qO8oAQoc6MWeaxtCqyeBAT7Sex/HsVleVOZtmfpm6/3tMzP/gm7dRPq+Xk8LrVqBxOgDRGuCojlUfup6wKXndSvN1gfw+APQl1iOP+U3gAAAAAElFTkSuQmCC');
}

div#x-footer .btn-group.social .btn {
    background: none;
    border: 0;
    box-shadow: none;
}

div#x-footer .head > * {
    float: left;
}

div#x-footer .head > .x-image {
    margin-right: 5px;
}

div#x-footer .head > p {
    margin: 0;
}

div#x-footer .head p.small {
    font-size: 85%;
}

div#x-footer .head p.big {
    font-size: 140%;
    font-weight: bold;
}

div.x-image.home {
    width: 26px;
    height: 26px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAhgAA+9cAAIRaAAB1awAA8mQAADoRAAAWhnCit8wAAAKvSURBVHja3JZfSFNxFMc/Mwl86CKCoeFTo5ey9SpYDCL/XMEMJDJjKVE9aNzAMDDIKPShDcJdSCyw2DQxiyI0rkmgU5KQZA1qL+uS4CAh9GFBM52ul9/quu5MoyZ04D7c8/ud7/ee3zn3e36WeDxOOiyDNFnaiDKNLxaLxXSTpMh2oAawA3tEXAwIAT6gP6JqPrPYRGksxholE0mKfADoBKxADzACvAOiQBZQCJQCDkAHGiKqFtgUkaTIdcBtwAm4IqoWTXUskiJnAc3AZaAxomqeDREJEjdQGVG1iY3WQVLkQ8AgcDFBlpJIHNcrQN4MSRKZBhRHVC2QwDfruk7AuR7JkzdjjlRrIs4pcMzbW3SXFXCZgfRMDuef7m5/Ue+96XV0t70cDU7vTcHnAqwCzzSjGqDHrPDd40NH701q42/DH2y3qhvuB8L6vqbHnU/vjj07ZpJVVHRpTSoiu2jhNdY+5G29/tzzYPu2zM8tZbUVZ+2VZ1rKait27sieb9N6e9sGPddMshoReD/bL/FIirwsKXJ+Ym00OJ173usakBQ5rvS5J/S5cI4RSZ8L5yh97glJkePnPM5Ho8HpXEMZ8iVFXk5gZ5goxY9jC4T1ruH3UyVVtuKFlfiqbs0rWDButuYVLKzEV/UqW/H864/BI2OhQIdhOWpUnmSimPjjAfjy7eulO7VN1Yuxpdn1WnoxthS+Un7qsG3XbqfBnSXwftU6oV2FwCeAq5X1M8DM8a7W3/4/J4tK/EmuQoFnmpFPaNffsFKBZ5pRP/BQUuRWY4tnWDJi/tlQXXlHc10ymn82REF2rt9E+xzACVOiiKr5JEXWhUDeSPgPWvdfAIpSfXpsNTY1sNbVDOgRVfPhZou1TsyTRmBQBPEH6t2YPJe2dh6ldcL+0zvDf3Hd+j4At4pjmE+yWz4AAAAASUVORK5CYII=');
}

div.x-image.faq {
    width: 26px;
    height: 26px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAhgAA+9cAAIRaAAB1awAA8mQAADoRAAAWhnCit8wAAAH8SURBVHja3NY/SFVRHAfwzwsb3nKhKcFRrMVqL8RNuENLNNhQzRbcJqWpqUknL2RTQ4hgU0PQATeJaM1wE4ckkrY4BG95act59Hid+9ShF/SFO9zL73y//P59z20dHx8bBc4ZEUYmNNb/0mq1skFFVc5iHrOYSue62MM2NmMdtnNne61p9fdoUKioymtYwyTWsYVddNDGNOZwF/t4EOuwcyahoirv4xmWsRLr0GkqS1GVbSxiCQ9jHV6eSiiJrOJmrMO70/ahqMoZvMGjnlijUCrXe5Q5kaIqx3AR32Idug1iATdiHXZ6/LmpW8Nyg8gtHOILDouqvD0Yk84tJ578eKfpmsRKRmQCG3iMC3iKjfR9ECuYTHzZjOax3tD46/gY6/Ai1uF7rMMqDjCTyaqTpnS+SWg2jXAOAff6MhzHOD43xG8lvj8XNi3jbu5UrMOPtKCKqryC13gb6/ChQWg38WUzGkvLOGyEz6fsXuHOkNBOfyKDQt208cMwkZ4nsQ5HQ+LaiS8rtJdsZRiO0I11+HlC3HSv1Dmh7eRdjYh1OMDlUxjFXOLLCm3ibvKuYfh6Qh/byWg3s0LJ6veTQTaRTKX9GYZF7PdfHTkLWsBS8qxc6fZw6QRjXUo8v330n7n3SO+jPoKreH6GG3Yh1uHTma/yv/bP8F/8bv0aAK6J+yJp1ssBAAAAAElFTkSuQmCC');
}

div.x-image.prenotazioni {
    width: 26px;
    height: 26px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAhgAA+9cAAIRaAAB1awAA8mQAADoRAAAWhnCit8wAAAI4SURBVHja3JaxaxRBFMZ/G+6KI7jkD7C7pAtnYWeQA4vAFoFUcs1hSvVgVTCCCFZpcocBB4yVkCNC0qcYSHcE7QQT0h3XWYQ0wlhc4ZGz+RaGzazciV7hB8tjvn3zvn3zZt5sNB6PmQXmmBFmJlTyB1EUBZ3iNKkDDaAOLGneCOgDPeDQGdsLzc1KE/k1ygvFaXIL2AWqwD5wDJwDQ6ACLAOrQBMYAI+dsadTCcVp8gB4B7SBjjN2WLQscZpUgE3gBdByxnYnEpLIW2DNGXsyaR3iNLkLHAFPMrFCIS3XJyCZRiQnZoEVZ+xpFr8U8N0F2nmROE1uAF9UkwzHwG1n7I+McMaexGnSVpyV4PbW7qoCnRx/TztsEfjqPYtAX+99dICq4gXPUQPY9wsfp0kJOABeAV1n7EL2AF3xB/LLshpqlzaKhOpaDh83gXln7AdgR+I1vXsjfl5+5Ja1MKMlnZM8RnGalIGnGj+XfSZ+FJhzrnhBoZIO4zU4Y38CWxq+lt0SH8LQ32x5oZFOfGjbloFtDXdkt8WHUPEzzQv11VaKMmpp+FC29ZuMlhUvKNTLnROAK6CsL98T91F2T3xZfj5WFS8odAg01bsyfAMugZfARpwmC8B92Q3xl/Lze19T8a4LqdUP1CAz7gpYB9aAC+C791yIX5dfhk1g4F8doV5XAz7/hV53xxl7lsWfCxT9TEU/0iT+oHu3FIfCjGZ6H3kBasD7KW7YR/lMJhL6Z/8M/8Xv1q8BAERhGf14LqzDAAAAAElFTkSuQmCC');
}

div.x-image.trovaprenotazione {
    width: 26px;
    height: 26px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAhgAA+9cAAIRaAAB1awAA8mQAADoRAAAWhnCit8wAAAIsSURBVHja3Ja9a1RBFMV/z6TZZogI/gNLGgmxsBDUEPEjMIW1ixBSm4VJLJRUsRPZtXHEWChIWDEJNkKKkQTBNTFdIAlpJCxYpxGm2SayNvfBOJkXdxW38MJj2eHdc7j3nnvmZZ1Oh37EKfoUfSMaDP9kWZZ8SRk9DlSAcWBY8o6AA6AJLHvrmqncfDRZOKOYSBl9HlgAykADWAP2gTZQAkaACWASaAHT3rrdnoiU0VPAc6AG1L117aK2KKNLwH3gAVD11i12RSQkT4Fb3rqNbuegjB4DVoGZnKyQSNr1BdC9kERkDrjsrdvN8VOqWwBqPVZSVkafBZC8muCkVSfqKgP16PyGDD6OH8AHUV4FOJTzOjAteM1URRWgEQ5eGX0FeAWcBoai5zvwDnjmrfuc50h+Q/COVyR7MhOdXQDee+seJlr2FvgKvElUuyaCSs5oWPbklz3Od0oZfSYguQeck9ZcTxDtC16yokFZxlTcBKaU0ddkXnPARWAW2Em83w7x44qOZOOPhbfuCbAEbMrvHW/dtxPEWBK8JNFBgbpyskfAa5H/x9+ofkTwkq1rinetRxIeCMgen2TMQUzk0k69tAysKKPnA4lvAfPK6CEhDWMA0MDLhPdNAreTrROrb4lB5mfbwFWp8lP0rANjsWNLfiu8OlJeNypV/K3XXfLW7RV6nbduD6gCq5LEH7h3VXAorKiv91EAMAq86OGGvRtX0hXRP/tm+C8+t34OAOesC2n5Ch4TAAAAAElFTkSuQmCC');
}

div.x-image.userprofile {
    width: 26px;
    height: 26px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAhgAA+9cAAIRaAAB1awAA8mQAADoRAAAWhnCit8wAAAISSURBVHja3Na/SxdxGAfw11dcXK6gzaFFFAIhJAhCwk24IIgWXaQtSOGc+jE1taRTBzkbDtoQWQ4HbpL9AYGbuUS02XAEVgi2PF84zs8XNEihNxzc53PP837fc8/zeZ7rHB0dOQv0OSOcmVB/c9HpdJJGWZFPYBoTGA6/Q+xiC2t1WW2lfLup6TRz1BbKivwqljCEFWxiBwcYwCgmMYM9zNZl9elUQlmR38NLLGCxLquDXp8lK/IBPMQjzNVl9epEQiHyArfrsvpw0jxkRX4TG5jvivUUis/1EflpRFpiFcbrsvrU5U9V3RIWeolkRT6SFfmdrMhHUs/DbyF40uUd1TWExR4iz7GN+9iOdQqLGAq+ZETTWEklPivycUzhSl1Wt3AFU7HfjuogqnS6l9BElHAKN7Bel9V+kO1jPfZT2Ay+pNBwnJMUvmAsK/JORNjBWOynsBN8SaH+OIwpvMVlLMd6OdZve9gfNDtPW+gwTnw7P/1YRd0gfo8fWI3nbQwEX1JoN9pKG09wAdfrslqPHL3BNVzC44TPaPAlhbaidzWj6UOBB3VZ/WpV12/MYj7smpgMvuPdG2t4nRX500aJD+JnXVafsyIfxLPEC14Mu6+N3jcTx+F4RNHq96JBdvENd+P+O95FWTevu2HXxUPsNUfH+fW6mCdz2Agnf9G959pz6Xzn0ZlO2H/6z/Bf/G79GQCPiQuEAVvSogAAAABJRU5ErkJggg==');
}

@media(max-width:1200px) {
    a.menu-item div.x-image {
        display: none;
    }
}

@media(min-width: 601px) {
    
        a.menu-item > * {
            display: table-cell;
        }

        a.menu-item span {
            vertical-align: middle;
            padding-left: 10px;
        }
}

.searchresults-item a.btn-success {
    background: none;
    background-color: #0e6e49;
    border: 0;
}

.searchresults-item a.show-more {
    color: #b9b9b9;
    width: 180px;
    display: inline-block;
    cursor: pointer;
}

.searchresults-item + .searchresults-item {
    margin-top: 0px;
    padding-top: 10px;
}

div.calendar .window-buttons .btn {
    padding: 3px 6px;
}

.green {
    color: #0e6e49;
}

.round {
    position: relative;
}

    .round label {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        height: 28px;
        left: 0;
        position: absolute;
        top: 0;
        width: 28px;
    }

        .round label:after {
            border: 2px solid #fff;
            border-top: none;
            border-right: none;
            content: "";
            height: 6px;
            left: 7px;
            opacity: 0;
            position: absolute;
            top: 8px;
            transform: rotate(-45deg);
            width: 12px;
        }

    .round input[type="checkbox"] {
        visibility: hidden;
    }

        .round input[type="checkbox"]:checked + label {
            background-color: #66bb6a;
            border-color: #66bb6a;
        }

            .round input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }


.btn.booknow {
    background: none;
    background-color: #ea5b0c; /* #0e6e49 verdone  ea5b0c arancione*/
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 15px;
    min-width: 100px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
}

    .btn.booknow a {
    color:white;
    }

.cal-arrow-down {
    display: inline-block;
    width: 20px;
    height: 10px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAICAYAAAAftBSpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAADISURBVHjalNExSoNBEIbhZ9NYWqSzTWPlAZScIASERawEi4gnSLFYyxQ5gSSFYCWyYGNlWv8TWHiCnMDGSpvFIpioU8683zsMk5T8jHtRF/5bJU9wmpR8gCfc4UrUzz+EE65xhlFqzb0mesO5qB9bBDu4xT5Goq56IOoKQ+xiqeT+BkEfy8YNW07vG4j6jjFe0Sl5sCYYoGvzceNB2rBxiimORe2UfIhHzESdreNpy+0nuMECE1yK+vATmn75whHmuBD1ZRP2NQD0tDiK+elhZgAAAABJRU5ErkJggg==') no-repeat center center;
}

.cal-arrow-up {
    display: inline-block;
    width: 20px;
    height: 10px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAICAYAAAAftBSpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAADISURBVHjalM+hS8NRFMXxz89VTTarbcF/QFbGki4IDzXZjKsOHmZ5/4BrNpPCA2GbIIJl/gE2k2nZIFrHLA+UbU72bffccw731iwjhl2N+oNG/cXz6/gv29qSgkP0MUC/zCuUxHCGHtpS7qKNXtHnqGbCNVyiiT0pv/3abeMeT+hIeTJfEsM6brGBAym/L7hwE3f4xJGUv37eiWELI3ygtbAARW8V36jkVGLYwRDXOJfy1H/EUOECJ9ivxPCIGylfWZUYTnH8PQDo2TizXpUoHgAAAABJRU5ErkJggg==') no-repeat center center;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 10px 5px;
    }
}

@media (max-width: 800px) {
    .navbar-fixed-top .navbar-brand img {
        max-width: 120px;
    }
}

a.add-more {
    display: block;
    font-size: 20px;
    /*color: #6d6d6d; new grafica*/
    color: #0e6e49;
    text-decoration: underline;
    font-weight: bold;
}

h3.margin40 {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    h3.margin40 {
        margin-bottom: 10px;
    }
}

ul[id^=typeahead] * {
    text-shadow: none;
}


.calendar-left-arrow {
    margin-top: 145px;
    width: 15px;
    height: 26px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAaCAMAAABfE/ZQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAvVBMVEUAAAAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAAAAAnUq/OAAAAPXRSTlMAFGVTHOMBE9XICsdOBrejXY/gBHprY+kJUf15P/fwEC/xiAPoGNzTYhXkEsl4D40Mvvkg/jAHsrkrfZ77SC/92AAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAACkSURBVBjTXdFXFoIwEEDR2AALYldUQI299z7735YpkyL83UdOmARCzJPJ5iyRfAHAMXQ9gKJhqQwAFU2/yujp5U7ACDX9us7ZaCq2OKGt2BHs9pBhX3iAHEaCcSI5GgvCRJJOJaMZziUJc4qTLDAscbsVhrX63GYrw06Ns5chdlPhoI9zPHGfL+Y2RAjIf7jeTLg/WHha1+vz8EqFt/0D6Ocb/gCveSLDKrDhigAAAABJRU5ErkJggg==');
    cursor: pointer;
    background-repeat: no-repeat;
}

.calendar-right-arrow {
    margin-top: 145px;
    width: 15px;
    height: 26px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAaCAMAAACw0Z1uAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAclBMVEUAAAAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAAAAAK5JFWAAAAJHRSTlMApPt38HiAcRBpZAzs/VtYC+f6TnBNCfZCbQbi8zdo5lllpXZyT+RLAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAHhJREFUGNN10OsSgiAUBGC1SEsphdS8p+77P6MEmMAg/75ZBs7ZIIwugXGuADF4AxAfTESM+2EiiMefaSZIn3ZMXzvz4mfGd78hXWpWMkb90W5gue2U+0F5VMTko3PZfsr5SI/BvUOqFb7+BWU4n5TjVOcUu7DV0AbV3xPSYVWfcAAAAABJRU5ErkJggg==');
    cursor: pointer;
    background-repeat: no-repeat;
}

/*
    Stile per iPhone 6, 7, & 8 in portrait & landscape
*/
@media only screen and (max-device-width : 667px) {
    div.wizard-stepper .step .x-icon {
        padding: 5px !important;
        background-color: #DCDFE6;
    }

    div.wizard-stepper .step.active .x-icon {
        background-color: #268D6D;
    }

        div.wizard-stepper .step .x-icon img {
            display: none;
        }
    }

/* INIZIO STEPS BAR */

@-webkit-keyframes myanimation {
    from {
        left: 0%;
    }

    to {
        left: 50%;
    }
}

.checkout-wrap {
    color: #444;
    font-family: 'PT Sans Caption', sans-serif;
    margin: 20px auto;
    max-width: 1200px;
    position: relative;
    z-index: 0;
}

ul.checkout-bar li {
    color: #ccc;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 20px 14px 80px;
    position: relative;
}

    ul.checkout-bar li:before {
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        background: #ddd;
        border: 2px solid #FFF;
        border-radius: 50%;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        left: 20px;
        line-height: 37px;
        height: 35px;
        position: absolute;
        text-align: center;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
        top: 4px;
        width: 35px;
        z-index: 999;
    }

    ul.checkout-bar li.active {
        color: #0e6e49;
        font-weight: bold;
    }

        ul.checkout-bar li.active:before {
            background: #0e6e49;
            z-index: 99999;
        }

    ul.checkout-bar li.visited {
        background: #ECECEC;
        color: #0e6e49;
        z-index: 99999;
    }

        ul.checkout-bar li.visited:before {
            background: #0e6e49;
            z-index: 99999;
        }

    ul.checkout-bar li:nth-child(1):before {
        content: '';
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAIeSURBVHjatNU9SJVxFAbwn6+WkiBF0lKEDkJDIEFgJIQtpkNTYV8UBWVL2OBiUNnH0FBWUEvp0GQRBX2BFgRGKAUlOJQFQQZKFLlUhphYy7lweXmvufTAy+W+/3Oe/7nnPOe5RRVtzTJQgkZsQy3K8s6mMYK7eILZrOQ06nEWq/AQ5/ARUyhHNTbiMsZxAoP5BMWldTX531txBX04iHsYxWdMxudoVHgTq3EmLnydVekhnAyyfv/GNxzDM/TgD7ohiYAN6AzihRDmoz/yOoNHcWldTRlu4BGuZSStxWaswQ98z4j5gEocwK0EDTGUrozg07gaw2tEL/YWqLgreBpK0IL7MYh8dGA99mACRVgXU/+Kx6n4yeBpSUKHg6mAFWjC0SAUgxjGJezGooxqB1GbhLDHUofVQfYpI/EVlsSTxhjKEsyFzvLxE8sKLMfSqPp3xtkU5pKQVXnq8D1mcDgjsRUv8CvjrBxJSexyVfQrh9kQdk/09ylKsSUGdzt6mq62CtNJmEN9xq2j2BUX7McOvMOmUEFPymhyvjFSVNHW3BRarMuQVQ6Lo/c5R1oZy9KL8/FuOV7iSIKBcJv2eVZxJmVxEyG5vrx37cEzkOtpB+7geSpwPnyJB5qxD9sxnbO+8djpi3gbu7xQNEV/T+FB2k+HQ58XYuIjBWSTQ2UY9PEw9e5Czn8dbyJoKJx/qIDzb41fuDO95kX/4z/q7wCnWY50rcgFAAAAAABJRU5ErkJggg==');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 21px;
    }

    ul.checkout-bar li:nth-child(2):before {
        content: "";
        display: inline-block;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAJESURBVHjarJXPaxNBFMc/u01YQnX/Ab1IurdQDx4WrBLwENhDoTe9iPRmDV0VjIcePBWhCRYcsD2V1h+Inj0M5BZqhQiCKbklQRCK9SSMQgguwctbWNZNqNIHw+N938x3fr35jsUEc8OgDNwAyoAH5IAI6AEt4I1RupU11soguwhsAUXgJdAEusAQKAAloALcBAbAHaN0ZyKpGwa3gGdAHWgYpYdTdlIAasBDoGqUfv4XqRA+BRaN0vuc0NwwuAq8A+7GxFZiywdA8C+EKWINLBilOznBt4B6mtANg7PAJznD2JrAJaP0zxgwSu+7YVAXngVbbrkINFKE1+Sm54DPiTYH9CSftAZQdMOgbLlhsA38MkrXEoQ54AhYA64YpZcTuV3gPfAYOGeUjhK5BnDGljpspmY9D8wapXeATRkwL7kngs9KP1JHU7alsLsZ5x+5YZAH7kn8QPx9waOMMV3As+WlZNajUfo3sC7hI/HrgmfZEMjZMmNhQqnkgQ0JN8VvCJ5lBSCy5YZLU1ZalfC2+OqUlZaAni3iUEklx0BeVrQn2Cvxe4LnpV/SKkDLkjp9C1yI37obBraIxS6wDSRXlgdWgGWgaJQeJ7TgC3DdFvkaiDjE2x4DS8AicAz8SLRjwZdiQrEaMDBKt6xEDX44hbd/2Sh9OAMwave/O753BLxwfO9g1O5//Q+VWjVKNwFm4uSo3e84vvcNeO34Xs7xvY+jdj+apqeO763Jma9m6mmi87x0PKnyrxilD6d+J6fxR/0ZAHdK7AmUQ+tXAAAAAElFTkSuQmCC');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 21px;
    }

    ul.checkout-bar li:nth-child(3):before {
        content: "";
        display: inline-block;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAIYSURBVHjavNU7aBRRFAbgb8eFZZtRsLOwCSsEAhIEFxHZLjCCIGmSRuwEI46VDyysbEwqB9TWB5hYiFGLwXSLWqxdIF02TfCBhRaDsK6ksLkLyzorKuoPA3POPeefe+8555+KMYjTpIV5tNBAFTvYRBsrRZa3y3IrJWQHcRsTeIA1bKCHOqYwg1PYwkKR5etjSeM0OY1bWMRSkeW9n5ykjou4hHNFlt/7gTQQ3sSJIstf+kXEaXIMz3FhQFwZOvJrJL9DOEKc42iR5etR8N/G4jjCOE0OxGlyMk6TA2XrIW8x8IhClSewNIbwBl7hDF4FuwxLmIjTpBWFtnlQVpQ4TY5iDpNFlh/HJOaCf3S3vdAt81How7UxXz+C1SLLP4XET1gN/jKsoRWFxt4YE7SN6ThNBgWtYDr4y7CBRhQmZVw/PsF+3A323WA/GRPfQzUKo1cvuc8qllEMkTzDFyyH9VHUsROFWZ4qCbiC3ThcZPlquNPHOIS9uFySM4XNKIjDzMguI6Q4W2R5f6TK37CACyFuGDNoV7GCR3GaXBtqq334WmR5N06TfbiOUYI9Ie7tkBacwlwU5GsriMMA7zEb3j/jaWil4Wc2xA1wEVtFlrf/yezvgn6n+7HWbLzD/Vqz8brf6W7/gUqdL7L8BewaLPY73fVas/EBD2vNRrXWbLzpd7o7P9PTWrNxFXcC4b3/p/x/6x/1fQBB7Nx6XoTb5wAAAABJRU5ErkJggg==');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 21px;
    }

    ul.checkout-bar li:nth-child(4):before {
        content: "";
        display: inline-block;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAaCAYAAACkVDyJAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAIGNIUk0AAG2YAABzjgAA+YsAAIR4AAB8wwAA95IAAC/yAAARoZE2jZ4AAAJqSURBVHja3NZPiE9RFAfwz49JJvywsFI2409J7ChGrOQnVhKpYSmmfpPEli2jNK+MUhZMyYYUeRFlMuwsTJTSRCwkRV40/tXP5vzq9XrvNyizcOrV7bx7v9977v2ec26t1WqZTpthmq2r6KjVaqUT683GJuzBJiyLtT/xAqO4kiXpaNna/CnWikdaJKw3G2swjB6M4A6eYhLdWIUt6MMEDmVJ+uSvCOvNxn6cxSkMZkk6WXVU9WajG0dxDP1Zkl78I8IgG8L2LEnHfveO6s3GRtzAQJt0SsI4xofY+mno1tj8gW35KetwGJuxAO9x7dPQrYHcZjcixYYsSZ/kOapUOoxT7cg+Xx6bFf5duI/dsXYcM+MetVqtOZAl6YO4huEp0yLU2IPBtm/u3t7vWIoLmI3TWIG1WI69MfVLDmoQPYHXMcI9GCkRyEHMw70Qx8fwf8a7IkisHwm86jyMPBso+C6iEeMluIq2nFs4glclWHdCeB0Jl0We5e0l6jEew+t8muFrhRaeBl5Hwq5I6rwtCnEIZX4rEHZVEE4W/5Xd4c+oIHn7jg8xXhzrZua+KusOvI4RvgiZv835DmMh9uMNDvxmHVgVeB0jHI3aWLTzcXw7cSI2AHMiRcpsS+B1JLyCvqiNeXsUaoTjeI7HEcHtitraF3jVhNFiJiLXFCrNGezA3bi7lfiB6yUbP4qJYsuqqqWrI6Kt+cJd9TooaWntWro+S9LxKWtplqTj6MfNerPRmwcu+yq6RX/gmDLCkn54Mvrh13/WD3NAq3EuCvqlEMizko6/L+7+YDGyPyL852+a/+6ZOO2EvwYAqrz/IzQaGu8AAAAASUVORK5CYII=');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 21px;
    }

    ul.checkout-bar li:nth-child(5):before {
        content: "";
        display: inline-block;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAIrSURBVHjarNW9axRRFAXwXzYDS5pBEfwHwjYStLBYUEPEj8AU1gZBrFUctVDEInYiiU1G1EJBYsQPbASLkYhg/IIVBCNpJAmIIKKNME0IRLB5gWWcXRP1wmPgzTtn7p177nk9OkScJkMYwRAaiLCCeczgfpHlM1XYngqybbiGfkxhGnNYQh8GMIzDWMSxIstnO5LGaXIEVzGG8SLLl7pU0oczOIvjRZZP/kYaCCdwoMjyl9YYcZoM4jFOrhL3tJX8Gsl6CEvEOXYWWT5bC/vXMLbODPvjNNkMATcWeEShy/0YL4H2haaU4yeeBAWM4HvYH8exOE2GauHFVHtT4jTZhZvYiA2l9QMPcaXI8hermICfwkgUdHiylM12PCqy/EJF2XfxEXcqqpjGRC0Ie65Kv3GabIvTZFMb4WlsCaXvrSCdQyMKk9JJj/txJE6TPeH/nkMTp/C+4vwSoloYvb4qxiLLL+MeXoXnoSLLP3URRR9WamGWBzqdKrL8Im4FyT37g9IGMB+F/zOMpyXZ9LYRXyqBow6kw5iJcB8P4jQZbZPVG4zGabIhfKA9epHgRoUXHMbBWrCvxWAOq5m9w+6Q/fPSeorBsjMF/GKR5TOr0tkasvvX2d9RZPmHXlhuLXyrNxtfcLvebLxebi18/guXOlFk+bT2Ziy3FmbrzcZX3K03G1G92Xi73FpY6ean9WbjPK4Hwsluzr81HFyr8x8tsvxD1+vkf9xRvwYA2RLbnVVVc/cAAAAASUVORK5CYII=');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 21px;
    }

ul.checkout-bar a {
    color: #57aed1;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

@media all and (min-width: 800px) {
    .checkout-bar li.active:after {
        -webkit-animation: myanimation 3s 0;
        background-size: 35px 35px;
        background-color: #0e6e49;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        content: "";
        height: 15px;
        width: 100%;
        left: 50%;
        position: absolute;
        top: -50px;
        z-index: 0;
    }

    .checkout-wrap {
        margin: 10px auto 30px;
    }

    ul.checkout-bar {
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        background-size: 35px 35px;
        background-color: #EcEcEc;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
        border-radius: 15px;
        height: 15px;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        width: 100%;
    }

        ul.checkout-bar li span.text {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            font-size: 90%;
        }

        ul.checkout-bar:before {
            background-size: 35px 35px;
            background-color: #0e6e49;
            background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
            background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
            -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            border-radius: 15px;
            content: " ";
            height: 15px;
            left: 0;
            position: absolute;
            width: 10%;
        }

        ul.checkout-bar li {
            display: inline-block;
            margin: 50px 0 0;
            padding: 0;
            text-align: center;
            width: 19%;
        }

            ul.checkout-bar li:before {
                height: 45px;
                left: 40%;
                line-height: 45px;
                position: absolute;
                top: -65px;
                width: 45px;
                z-index: 99;
            }

            ul.checkout-bar li.visited {
                background: none;
            }

                ul.checkout-bar li.visited:after {
                    background-size: 35px 35px;
                    background-color: #0e6e49;
                    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
                    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
                    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
                    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
                    content: "";
                    height: 15px;
                    left: 50%;
                    position: absolute;
                    top: -50px;
                    width: 100%;
                    z-index: 99;
                }

}
/*SELECT2*/
.ui-select-container .btn-default,
.ui-select-container .btn-default:hover,
.ui-select-container .btn-default:focus,
.ui-select-container .btn-default:visited,
.ui-select-container .btn-default-focus {
    background: none;
}
/* FINE STEPS BAR */

.title-search-resault-top {
    font-size: 30px;
    color: #0e6e49;
}

.title-search-resault-other {
    font-size: 20px;
    color: #a7a7a7;
    margin: 10px 5px;
}

.search-box-result-top {
    background-color: #ececec;
}


.searchresults-letter {
    background-color: rgb(242,248,246);
}

  

h5.letterExam {
    font-weight: bold;
}

.searchresults-item {
    padding: 5px;
}

    .searchresults-item h4 {
        font-weight: normal;
    }


.search-box-result-top .btn-success {
    margin-top: 18px;
    background-color: #0e6e49;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    border-width: 0;
    background-image: none;
    filter: none;
}


.bookingcalendar-container .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 0;
    line-height: 1.4285;
    vertical-align: top;
}


.bookingcalendar-container .innertable-container .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-left: 2px solid #cfcfcf;
    border-right: 2px solid #cfcfcf;
    border-bottom: 0;
    border-top: 0;
    padding: 0 0 3px;
}

.bookingcalendar-container .innertable-container .table-bordered > thead > tr:first-child {
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #cfcfcf;
    border-top: 0;
    padding: 0;
}


.bookingcalendar-container .innertable-container .table-bordered > tbody > tr:first-child {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
    padding: 0;
}

.modal-footer button.btn + button.btn {
    margin-left: 20px;
}


.bookingcalendar-container .calendar-col {
    float: left;
    width: 124px;
}


.bookingcalendar-container .calendar-container-header {
    width: 100%;
    overflow-x: hidden;
}

.bookingcalendar-container .calendar-container {
    width: 100%;
    height: 282px;
    min-height: 282px;
    overflow: hidden;
}

.bookingcalendar-container .calendar-component {
    width: 6000px;
    margin: 0;
}

.bookingcalendar-container .calendar-col .calendar-item {
    padding-bottom: 2px;
    padding-right: 2px;
}

    .bookingcalendar-container .calendar-col .calendar-item.AVAILABLE {
        cursor: pointer;
    }


@media(min-width:320px) {

    .bookingcalendar-container .calendar-item div {
        height: 45px;
        width: 100%;
        text-align: center;
        background-color: #0e6e49;
        font-size: 13px;
        line-height: 40px;
        color: #fff;
    }
}

@media(min-width:768px) {

    .bookingcalendar-container .calendar-item div {
        height: 45px;
        width: 100%;
        text-align: center;
        background-color: #0e6e49;
        font-size: 14px;
        color: #fff;
        line-height: 40px;
    }


    .exit-full-search {
        padding: 15px !important;
    }
}

.bookingcalendar-container .calendar-border {
    border: 2px solid #cfcfcf;
    -ms-touch-action: none;
}


.bookingcalendar-container .big-header {
    text-align: center;
    font-size: 18px;
    font-weight: 100;
    vertical-align: top;
    margin: 0;
}

.bookingcalendar-container {
    margin-bottom: 20px;
}

@media(min-width:768px) {
    .bookingcalendar-container .big-header p.date {
        margin: 0;
        font-size: 20px;
        /*line-height: 14px;*/
        font-weight: 600;
    }
}

@media(min-width:320px) {
    .bookingcalendar-container .big-header p.date {
        margin: 0;
        font-size: 13px;
        /*line-height: 14px;*/
        font-weight: 600;
    }
}


.bookingcalendar-container .big-header p {
    margin-bottom: 2px;
    font-size: 70%;
}



.bookingcalendar-container .calendar-expand {
    padding: 5px;
    height: 30px;
    cursor: pointer;
    font-size: 15px;
}

.bookingcalendar-container .calendar-col .active div {
    background-color: #f08e1f;
}

.bookingcalendar-container .calendar-item:hover div {
    background-color: rgba(0,0, 0, 0.3);
}



.btn-calendar-date {
    background-color: #ededed;
    color: black;
    border-color: white;
    border-right-width: 2px;
    border-bottom-width: 2px;
    font-weight: 400;
}

    .btn-calendar-date:hover {
        background-color: #324e43;
        color: white;
        border-color: white;
        border-right-width: 2px;
        border-bottom-width: 2px;
    }

    .btn-calendar-date.hasAvailabilites {
        background-color: #0e6e49;
        color: white;
        width: 139px;
    }

    .btn-calendar-date.active {
        background-color: #324e43;
        color: white;
        border-color: white;
        border-right-width: 2px;
        border-bottom-width: 2px;
    }


.hours-container .btn-calendar-hour {
    background-color: #ededed;
    color: black;
    border-color: white;
    border-right-width: 2px;
    border-bottom-width: 2px;
    font-weight: 400;
    min-width:79px;
}

    .hours-container .btn-calendar-hour.AVAILABLE {
        background-image: none;
        background-color: #0e6e49;
        color: white;
        border-color: white;
        border-right-width: 2px;
        border-bottom-width: 2px;
    }

    .hours-container .btn-calendar-hour:hover {
        background-color: #324e43;
        color: white;
        border-color: white;
        border-right-width: 2px;
        border-bottom-width: 2px;
    }

    .hours-container .btn-calendar-hour.active {
        background-color: #f08e1f;
        border-color: white;
        border-right-width: 2px;
        border-bottom-width: 2px;
    }

.btn.success-humanitas {
    background: none;
    background-color: #0e6e49;
    color: #fff;
    text-transform: uppercase;
}

.btn.clear-humanitas {
    background: none;
    background-color: #cfcfcf;
    color: #000;
}

.btn-group .btn.clear-humanitas {
    margin-right: 2px;
}

div.x-page .review-form,
div.x-page .review-container {
    font-size: 15px;
    color: #b3b3b3;
    font-weight: 600;
}

p.rate-label {
    color: #00754c;
}

.rate-text-input {
    padding: 10px;
    font-weight: 400;
    margin-bottom: 40px;
    border: 0;
    box-shadow: -3px 2px 2px rgba(200,200,200,0.2), 3px 2px 2px rgba(200,200,200,0.2),0px 3px 3px rgba(200,200,200,0.8), 0px -1px 1px rgba(200,200,200,0.8);
}

    .rate-text-input + .rate-text-input {
        margin-top: -20px;
    }

.rate-state-off {
    height: 19px;
    width: 19px;
    background-size: contain;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATEAYAAAAiwOqPAAAACXBIWXMAAAsTAAALEwEAmpwYAAABOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarZGxSsNQFIa/G0XFoVYI4uBwJ1FQbNXBjElbiiBYq0OSrUlDldIk3NyqfQhHtw4u7j6Bk6PgoPgEvoHi1MEhSHASwW/6zs/hcOAHo2LXnYZRhkGsVbvpSNfz5ewTM0wBQCfMUrvVOgCIkzjiJwI+XxEAz5t23WnwN+bDVGlgAmx3oywEUQH6FzrVIMaAGfRTDeIOMNVJuwbiASj1cn8BSkHub0BJuZ4P4gMwe67ngzEHmEHuK4Cpo0sNUEvSkTrrnWpZtSxL2t0kiOTxKNPRIJP7cZioNFEdHXWB/D8AFvPFdtORa1XL2lvnn3E9X+b2foQAxNJjkRWEQ3X+3YWx8/tc3Bgvw+EtTE+KbPcKbjZg4brIVqtQ3oL78RfCs0/+HAmzJwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAADVklEQVR42rTWa0gUURQH8LuTiKjptpvPTMukJFETAjUfLFYaGgURll/UEk0qQkjNoKg+JAURQWVCZUuJWJiUhpqxWWZh+cjyUT6w0qUsHwUa6qq7ffj/V1grnzhffs7sXOfOueeeMzKVSqVSqYQQkpCEJITQC73QixkOWRVUSDAiHvZWwxfWcMRczPbg8ys0FZoKjRCSmNch84FKe7jjGgxthpZhYoGH2fyGmUdD7+Vw5yfYtAXeT4UDVfOd2FwjxoksjYW+/VArh/pk6PWZkT3BcfJFjpjsCnQ+Bz25dA/eQ7uDjGQPtA2Cv/i7cF2kiJl5ckKd0HovLLgKX7dDt0zokTvXCU2J2O4jUJcDx0aYxJW87yv/P5co2JdL2AE/HGBE0+HW6zDFAB/3wVGjj/g8poY5n6O/CIvlnFjyMHRMgI1lsOshJ8Zzl3A4weQuZdIPb4MdjGAVczCCLxT8BvbnQwu+4PpIuGIdrOM8io0R+7QB+uxnfXrKBz+HnV7QyoG77ThfgEk9lgIZEHGH1+s/MiL8YZAVMjSEkWXELD24q+OmLOXJW7CmG8bchv7MqXomcVUeU5MR0FPxyjRD+lhgKxt4XzkjyE0RcBS2Mzez6uBLY/0rl1Dpe2phgRZecIKKHJi+GUbyPkMRO8ThyU5hoiEXKgNgkgIeaoZf4mFmHKwch8MZpo1AMv41kAvLeK5OhMpkGOsHnYM5Ltp0vFGzAOithgm/YTfHqQdh7Wmos58cP30dm3CEz2xgVBR03wTH3/HGeyy4xlzj5RH2TN1aJrsLV/wYbLi0wDrmx5yQhticuWt7mTNrfrAlbWcy32BhDYUtzMHqbJYblgP32gVOzLeIEWqDbWza3qxDactgxll4ygkm8n47RrhBBlcWw1W7Zi6wUz9zTM4dkli/znBJWc+UaWw1zvD8E5YZNu2gURjIcd9bOSEWcts9fEDe9F9Bk0krZUO3eBhiB8OZtKt7YKMc3vSHdzthbirML4U/LeBGXg/j5grcB22a/to8/17KJUxm10L+nAVbteyJMfByDesavyZ0/CDsL4CFAbyPLUnDD8kupoAtN4uyZJZfFwYFHOKDyt6y8qthCVvPcOfsWnEjW9M3LrG2hb3SinlT/b+RfwYAcQkuYu1ys9UAAAAASUVORK5CYII=');
}

.rate-state-on {
    height: 19px;
    width: 19px;
    background-size: contain;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATEAYAAAAiwOqPAAAACXBIWXMAAAsTAAALEwEAmpwYAAABOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarZGxSsNQFIa/G0XFoVYI4uBwJ1FQbNXBjElbiiBYq0OSrUlDldIk3NyqfQhHtw4u7j6Bk6PgoPgEvoHi1MEhSHASwW/6zs/hcOAHo2LXnYZRhkGsVbvpSNfz5ewTM0wBQCfMUrvVOgCIkzjiJwI+XxEAz5t23WnwN+bDVGlgAmx3oywEUQH6FzrVIMaAGfRTDeIOMNVJuwbiASj1cn8BSkHub0BJuZ4P4gMwe67ngzEHmEHuK4Cpo0sNUEvSkTrrnWpZtSxL2t0kiOTxKNPRIJP7cZioNFEdHXWB/D8AFvPFdtORa1XL2lvnn3E9X+b2foQAxNJjkRWEQ3X+3YWx8/tc3Bgvw+EtTE+KbPcKbjZg4brIVqtQ3oL78RfCs0/+HAmzJwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAECklEQVR42sSWf0zUdRjH33f3veuQQw8EybiUDjopBzLUFKXbnTpllOw6UBdsRjRkoXNGrKNyWNgubXZhS4bDjHBKEw1nYFqOa64f102gtZqOiLQ/yGEel8Dt4r73/fbH8xw1V53Ipt9/Xt/n8+P5vvd8n8/zfBSyLMuyjDt+rFar1WrNKyNrQTXx6EW32+12u4Pld+pXOT1BqiqyMrXEVa8T9U00r3jjrgujZ76PuO4DYv524rJB4n1X7pGwx7YRs54kzjSxwBS2d94jYUt/4cgVtCx8p1IcFrxkm08TH9h414RR7iwqIGvJ+f0P1X8jVivL5zYkfy/no5DGja3Exz20PqZ7qt9RWCwWi8WSez+Zhi1ENSezopdzZQUn9T5i7kri6p2fjLc8GNoSn6XzxjpxCOg/NnhGEQQqmx1tgqbHRus+ayT+/DlxIp0YOkUUjhN9a4gjZwR6MfHC5/YS0w1EqYSFnSNqv3rtwIuhsFeXurgsM0M6DOi8sS64AAAiBMBUYrTJAnAQe78TTYtPVTY7Lgn9WXm0fzRA/DOfGO7h78QRO0aIfekcMVMGDTiSiE9Vt9040Byqi7fFaLRD8AOarzVz4AViNNpEfHn7v0SsEwOYBwSWB/OwFhBfEQE9UBRfkaZuCHNEf8wm7nmf2KPjHBvQEbdyxN50PD17a4W6/lqtb8x/QfHe1AVFHqFe0OEKoFylvAlNRNDEZprtolijrIt44veIHsWtlZ+SdXYtWRv5dO1Y92FbwznRY3LNS0wZlldABCBgIrqwsWDgUWwH1q9/ZpG68Y9UGm3/lejiX3k5mzqFrJlM/v9qSSQwbglZz+YQdyd35bYuDZXMrJ/hjHkJrdHP/IVGD5T9wK72tzeoMk6epYmXR0jITyVTLhe0cfQiWb1fcMbkhKVwARL+sdAMOzSA1C1NQH+LkwBwzX+9RjEcGbhaHE1QVGEcMZaQI9q7CmKlywm2uD06Iw4DMMOGGYBVtUGlllCzevemUvWYpJe6pQAS/xZm+GHukNwZ8fqwgfzOL59mgU3g5EzrSylOfle2IwhAgAbwDvQ5Fdsi63x8qgaz2rWdPuVywJfjz0AToH9r1oDsj6xL4qaetmOawpK44GYnptlTW2QTtEfRUaXMAxwLnLsE16fHaP75Ua6DJ5tePfKC6uy+/qJZFZnqut96xzvHBzEn4s/ILWvhzaiV//+Tv5Qrc8MTxBt8mj7mAtzBvbJnmHJHMtM+A98qzHwKN18lrrRzmeBbSNkRvredjyqMHKs/ImtTDbGQbwuni1iQkRyOF99eb13GLamUvyRxDJ2PEK/XcrmYzEbh391puRlfYoEDhbTRM+UbKe37tooEDrHAVP4DKr75Kj3coib3/TUAnH+TM2HTK6IAAAAASUVORK5CYII=');
}

.review-container {
    padding: 20px 0 10px;
}

    .review-container + .review-container {
        border-top: 1px solid #b3b3b3;
    }

a.chat_button {
    display: block;
    position: fixed;
    bottom: 150px;
    right: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    border-right-width: 0;
    z-index: 10;
}

    a.chat_button .chat_icon {
        height: 50px;
        background-image: url('data:image/png;base64,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');
        background-repeat: no-repeat;
        background-position: center center;
    }

    a.chat_button p {
        color: #666666;
        margin: 0;
    }

        a.chat_button p.link {
            color: #0e6e49;
            font-size: 110%;
        }

ul.dashed {
    list-style-type: none;
    padding-left: 5px;
}

    ul.dashed > li {
        text-indent: -5px;
    }

        ul.dashed > li:before {
            content: "-";
            text-indent: -5px;
            padding: 0 5px 0 0;
        }

.bold-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0e6e49;
}

i.quickbooking-icon {
    top: 47px;
    left: 300px;
    z-index: 10;
}

.quickbooking {
    display: none;
    margin-top: 10px;
}

.quick-booknow {
    background: none;
    background-color: #ea5b0c; /* #0e6e49 verdone*/
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}

.quickbooking-active {
    display: block;
}

p.bold-title button.info-popover {
    background: none;
    background-image: url('Images/help_50.png');
    background-size: 20px;
    border: 0;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

button.info-popover + .popover {
    background-color: #0e6e49;
    color: #fff;
}

    button.info-popover + .popover.bottom > .arrow:after {
        border-bottom-color: #0e6e49;
    }


div.paypal-container {
    margin: 10px 0;
}

a.pay-w_paypal {
    background-image: url('Images/pay_wpaypal.gif');
    display: inline-block;
    width: 127px;
    height: 45px;
    background-size: 100% 70%;
    background-repeat: no-repeat;
}

input[fo-lookup-field] + ul.dropdown-menu {
    height: auto !important;
    max-height: 300px;
    overflow-y: auto;
}

div.starred-exams-container h3 a {
    text-transform: uppercase;
}

div.hspace30 {
    width: 100%;
    height: 30px;
}

div.paymenttype-toggle {
    padding: 20px;
    border: 1px solid transparent;
    cursor: pointer;
}

    div.paymenttype-toggle span {
        display: inline-block;
        padding: 0 5px;
        width: 90%;
    }

div#x-header .navbar {
    border: 0;
    margin: 0;
}

div.paymenttype.active {
    background-color: #eee;
}

    div.paymenttype.active div.paymenttype-toggle,
    div.paymenttype-toggle:hover {
        background-color: #F7F7F7;
        border: 1px solid #ccc;
        box-shadow: 0px 0px 5px #ccc;
    }

div.paymenttype-form {
    padding: 10px;
    border: 1px solid #ccc;
}

div.paymenttype-toggle label {
    cursor: pointer;
}

.doctors-container {
    overflow: hidden;
}

    .doctors-container ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .doctors-container ul li {
            display: inline-block;
            margin-right: 20px;
            padding: 3px;
        }

.doctors-item {
    background-color: #eee;
    display: table-row;
    cursor: pointer;
}

.doctors-container li.active {
    background-color: #0e6e49 !important;
}

.doctors-container li:hover {
    background-color: #ccc;
}

.doctors-item > div {
    display: table-cell;
    padding: 10px;
}

    .doctors-item > div:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        color: #0e6e49;
        background-color: #ddd;
    }

    .doctors-item > div:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: #e3e3e3;
        color: #666666;
        vertical-align: middle;
        font-size: 18px;
    }

.doctors-item p,
.doctors-item span {
    margin: 0;
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.doctors-item span {
    font-size: 12px;
}

    .doctors-item span.description {
        display: inline-block;
    }

.docform-step {
    padding: 10px 0;
}

    .docform-step span.number {
        padding-top: 7px;
        background-color: #0e6e49;
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 20px;
        font-size: 20px;
        color: #fff;
    }

    .docform-step span.title {
        font-size: 28px;
        margin-left: 10px;
        font-weight: 100;
    }

    .docform-step .divider {
        height: 1px;
        margin-top: -1px;
        background-color: #0e6e49;
        margin-left: 30px;
    }

input.searchbox.loading {
    background-image: url(Images/loader.gif);
    background-position: 99% 50%;
    background-repeat: no-repeat;
    background-size: 16px;
}

.typeahead-group-header {
    color: #0e6e49;
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px;
}

div.faq-item + div.faq-item {
    border-top: 1px solid #eee;
}

.max2lines {
    display: block;
    display: -webkit-box;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.form-group.required label.control-label:after {
    content: '*';
}

div.highlighted {
    padding: 10px;
    background-color: #eee;
    margin: 10px 0;
    border-left: 10px solid #f08e1f;
}

.row.calendar .slick-slide {
    text-align: center;
    padding: 10px 5px;
}

.row.calendar .days-wrapper .slick-slide {
    text-align: center;
    font-weight: bold;
    padding: 10px 5px;
    cursor: pointer;
}

.row.calendar .slick-slide p {
    margin: 0;
}

.row.calendar .days-wrapper .slick-slide.slick-current {
    background-color: #f0f0f0;
    color: #0e6e47;
}

.slick-slider {
    margin-bottom: 0;
}

.datetime-wrapper .datetime-item {
    background-color: rgb(14,110,73);
    color: #fff;
    margin: 0;
    margin-left: 1px;
    cursor: pointer;
    height: 80px;
    padding-top: 25px !important;
    font-size: 20px;
}

    .datetime-wrapper .datetime-item:hover {
        background-color: #247856;
    }

.datetime-wrapper {
    background-color: #f0f0f0;
    margin: 0;
    margin-top: 1px;
}

    .datetime-wrapper .datetime-item.active {
        background-color: #f08e1f;
    }

/* Frame */

.sly-container {
    position: relative;
}

sly-container doctor-days li {
    font-weight: bold;
}

.sly-container .frame {
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
}

.sly-container.doctor-days .frame {
    width: 90%;
}

.sly-container .frame ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

    .sly-container .frame ul li {
        float: left;
        width: 100px;
        height: 100%;
        margin: 0 1px 0 0;
        padding: 0;
        text-align: center;
        cursor: pointer;
    }

.sly-container.doctor-days .frame ul li {
    width: 150px;
    padding: 10px 0;
    font-weight: bold;
}

    .sly-container.doctor-days .frame ul li.active {
        color: rgb(14,110,73);
        background: #f0f0f0;
    }

.sly-container .frame ul li.current .datetime-item {
    background: #f08e1f;
}

.sly-container button {
    float: left;
    width: 50px;
    height: 80px;
    font-size: 20px;
    background: none;
}

    .sly-container button.forward {
        float: right;
    }

table.table.small-doctors-availabilities td {
    padding: 3px 0;
}

.bigprice {
    font-size: 30px;
    color: #0e6e49;
    font-weight: bold;
}

.big-font {
    font-size: 30px;
    color: black;
    font-weight: bold;
}
/* INIZIO SSN */

.monthname {
    text-transform: uppercase;
    color: #f08e1f;
    padding: 0 15px;
    font-size: 30px;
    font-weight: 300;
}

.months-container .panel,
.months-container .panel-default > .panel-heading {
    background-color: transparent;
}


.months-container .panel-default .fstavl {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding-top: 20px;
}

.months-container .panel.panel-open {
    background-color: #00663f;
    color: #fff;
}

.months-container .panel-default.panel-open > .panel-heading h4 {
    color: #fff;
}

.months-container .panel-default {
    box-shadow: none;
    border-left-width: 0;
    border-right-width: 0;
}

    .months-container .dayname,
    .months-container .panel-default .note {
        text-transform: uppercase;
    }

    .months-container .panel-default .note {
        font-size: 90%;
    }

.months-container .panel-group .panel + .panel {
    margin: 0;
    border-top-width: 0;
}

.months-container .hours-container {
    height: auto;
    margin-bottom: 10px;
}

    .months-container .hours-container .btn-calendar-hour {
        background: none;
        border: 0;
        color: #fff;
        font-size: 20px;
    }


.months-container .daynumber {
    font-size: 30px;
}

.months-container tr.clickable-item td {
    padding: 5px 0;
}

.months-container tr.clickable-item:hover td {
    background-color: rgba(200,200,200,0.8);
}

.months-container .table > tbody > tr:first-child > td {
    border-top-width: 0;
}

/* FINE SSN */

.align-right {
    text-align: right;
}


.exam-name {
    color: #a6a6a6;
    font-size: 18px;
}

    .exam-name.newgroup * {
        border-top: 1px solid #a6a6a6;
    }

    .exam-name span.capitalization {
        display: inline-block;
        width: 5%;
        color: #00663f;
        font-weight: bold;
        padding: 15px 10px;
    }

    .exam-name a {
        text-transform: lowercase;
        color: #a6a6a6;
        display: inline-block;
        padding: 15px 0;
        width: 95%;
        margin-left: -1%;
    }

    .exam-name + .exam-name a {
        border-top: 1px solid #a6a6a6;
    }

    .exam-name a:first-letter {
        text-transform: capitalize;
    }


.private-calendar {
    background-color: rgba(204, 239, 214, 0.4);
    /*color:#b8d9ce;*/
}

.ssn-calendar {
    background-color: rgba(239, 239, 239, 0.4);
    /*color:#b8d9ce;*/
    color: grey;
}

.private-calendar .ssn {
    display: none;
}

.ssn-calendar .private {
    display: none;
}

.row.calendar-multiple {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .row.calendar-multiple > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    .row.calendar-multiple > .private-calendar > .months-container > h2.calendar-price {
        color: #80bba8;
    }

    .row.calendar-multiple > .ssn-calendar > .months-container > h2.calendar-price {
        color: grey;
    }

    .row.calendar-multiple > .private-calendar > .months-container .panel.panel-open {
        background-color: #80bba8;
        color: #fff;
    }

    .row.calendar-multiple > .ssn-calendar > .months-container .panel.panel-open {
        background-color: #7f7f7f;
        color: #fff;
    }

    .row.calendar-multiple > .private-calendar > .months-container .panel .daynumber {
        color: #80bba8;
    }

    .row.calendar-multiple > .private-calendar > .months-container .panel.panel-open .daynumber {
        color: #fff;
    }

    .row.calendar-multiple .glyphicon.glyphicon-info-sign {
        color: #037a54;
        background: white;
        border-radius: 10px;
    }

    .row.calendar-multiple h3 {
        white-space: pre;
    }

    .row.calendar-multiple > .private-calendar > h3 {
        color: #6dc3a7
    }

    .row.calendar-multiple > .ssn-calendar > h3 {
        color: grey;
    }

.ssn-calendar .panel-default > .panel-heading h4 {
    color: grey;
}

.row.calendar-multiple button[type='submit'].dates {
    background: none;
    border: none;
}

    .row.calendar-multiple button[type='submit'].dates:hover {
        background-color: white;
        border: none;
        color: orange;
        border: 2px white solid;
        border-radius: 5px;
        font-weight: bolder;
    }

.row.calendar-multiple
i.glyphicon.pull-right {
    text-align: right;
    padding-top: 20px;
}
.margin-5 {
    margin:5px;
}
.margin-10 {
    margin:10px;
}

.margin-15 {
    margin:15px;
}

.top-pad5 {
    padding-top: 5px;
}

.top-pad7 {
    padding-top: 7px;
}

.top-pad10 {
    padding-top: 10px;
}

.top-pad15 {
    padding-top: 15px;
}

.top-pad17 {
    padding-top: 17px;
}

.top-pad30 {
    padding-top: 30px;
}

.bot-pad5 {
    padding-bottom: 5px;
}

.bot-pad7 {
    padding-bottom: 7px;
}

.bot-pad10 {
    padding-bottom: 10px;
}

.bot-pad15 {
    padding-bottom: 15px;
}

.bot-pad17 {
    padding-bottom: 17px;
}

.bot-pad30 {
    padding-bottom: 30px;
}

.top5 {
    margin-top: 5px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top30 {
    margin-top: 30px;
}

.bot5 {
    margin-bottom: 5px;
}

.bot7 {
    margin-bottom: 7px;
}

.bot10 {
    margin-bottom: 10px;
}

.bot15 {
    margin-bottom: 15px;
}

.bot17 {
    margin-bottom: 17px;
}

.bot30 {
    margin-bottom: 30px;
}

/*INPUT */
.search-form
select.form-control,
.search-form .form-group input[type='text'],
.search-form .form-group input[type='password'],
.search-form .form-group .input-group-addon {
    background-color: #FDFDFD;
    border: 1px solid #FDFDFD;
}

a {
    cursor: pointer;
}

select.form-control, .form-group input[type='text']:not(:focus),
.form-group input[type='password']:not(:focus) {
    box-shadow: inset 0 1px 1px 1px #FDFDFD;
}

.form-group input[type='text']:focus, .form-group input[type='password']:focus {
    /*border-color:green;
    border-top : none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px  #0e6e49;*/
}

.form-group .searchbox:focus {
    border: none;
    box-shadow: inset 0 1px 1px 1px #FDFDFD;
}

/**********************/

label.control-label.no-label {
    display: none;
}

.basket .btn.clear-humanitas {
    background: none;
    box-shadow: none;
    border:none;
}
    .basket .btn.clear-humanitas:hover {
        box-shadow: none;
        border: none;
    }

    .btn-none {
    background: none;
    padding: 0px;
}

.faq-item a {
    color: black;
    font-size:16px;
}

.faq-item a::before {
    content: '>';
    width:20px;
    font-weight: bold;
    display: inline-block; 

}

.input-group-btn {
    background-color: #FDFDFD;
}

.glyphicon.glyphicon-search {
    color: #027953;
}

.glyphicon.glyphicon-pencil {
    color: #73b5a1;
}

.glyphicon.glyphicon-ok {
    color: #e79766;
}

.input-group-btn > button.btn.btn-default[type='submit'] {
    background: none;
    border: none;
    box-shadow: none;
}

a.accordion-toggle:focus {
    outline: none;
}

.panel-default {
    border-color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #fafafa;
}

.navbar-default .navbar-nav > li > a {
    cursor: pointer;
}


h4.book-exam {
    font-weight: 100;
}


.ricetta > button.active {
    background: #FDFDFD;
    color: #11704b;
    font-weight: bold;
    border: none;
}

.ricetta > button {
    background: #FDFDFD;
    border: none;
}

















/*WIZARD STEPPER*/



.wizard-stepper {
    background: none;
    margin-bottom: 10px;
    border-bottom: 3px solid darkgreen;
    padding: 20px 0;
}

    .wizard-stepper .step {
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #030A29;
        white-space: nowrap;
        font-size: 10px;
        width: 23%;
    }

        .wizard-stepper .step a {
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-align: center;
            align-items: center;
            display: -ms-flexbox;
            display: flex;
            color: #262626;
        }

            .wizard-stepper .step a .icon {
                border-color: #262626;
            }

        .wizard-stepper .step .icon {
            margin-bottom: 10px;
            font-size: 27px;
            width: 50px;
            height: 50px;
            border: 1px solid #027953;
            border-radius: 50%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .wizard-stepper .step.active .icon {
            border-color: #EA5B0C;
        }

        .wizard-stepper .step.visited {
            color: lightgray;
        }

            .wizard-stepper .step.visited .icon {
                border-color: #ddd;
            }

@media (max-width: 640px) {
    
    .wizard-stepper .step:not(.active) p {
        display: none;
    }

    .wizard-stepper .angular-shadow {
        width: 21px;
    }

        .wizard-stepper .step .icon {
            margin-bottom: 0;
        }

    .wizard-stepper .step {
        width: 10%;
    }

    .wizard-stepper .step.active {
        width: 60%;
    }

    .info-panel .x-icon,
    .icon-modal {
        display:none;
    }

}



/**********************************************
ICONS
**********************************************/

@font-face {
    font-family: 'humanitas-icons';
    src: url('../fonts/humanitas-icons.ttf?bzu72u') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.icon-humanitas {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'humanitas-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-view-all-centers:before {
    content: "\e924";
}

.icon-check-step:before {
    content: "\e925";
}

.icon-calendar:before {
    content: "\e926";
}

.icon-check:before {
    content: "\e927";
}

.icon-checkbox-checked:before {
    content: "\e928";
}

.icon-checkbox .path1:before {
    content: "\e929";
    color: rgb(217, 217, 217);
}

.icon-checkbox .path2:before {
    content: "\e92a";
    margin-left: -1em;
    color: rgb(0, 121, 83);
}

.icon-edit:before {
    content: "\e92b";
}

.icon-file-pdf:before {
    content: "\e92c";
}

.icon-preparation:before {
    content: "\e92f";
}

.icon-account:before {
    content: "\1F464";
}


.icon-radio-checked .path1:before {
    content: "\e932";
    color: rgb(217, 217, 217);
}

.icon-radio-checked .path2:before {
    content: "\e933";
    margin-left: -1em;
    color: rgb(0, 121, 83);
}

.icon-radio:before {
    content: "\e934";
}

.icon-menu:before {
    content: "\e914";
}

.icon-close:before {
    content: "\e915";
}

.icon-cancer-center:before {
    content: "\e916";
}

.icon-cardio-center:before {
    content: "\e917";
}

.icon-checkup-center:before {
    content: "\e918";
}

.icon-cuore-sostienilaricerca:before {
    content: "\e919";
}

.icon-fertility-center:before {
    content: "\e91a";
}

.icon-mail:before {
    content: "\e91b";
}

.icon-intestine-center:before {
    content: "\e91c";
}

.icon-internal-center:before {
    content: "\e91d";
}

.icon-neuro-center:before {
    content: "\e91e";
}

.icon-obesity-center:before {
    content: "\e91f";
}

.icon-oculistic-center:before {
    content: "\e920";
}

.icon-dentistry-center:before {
    content: "\e921";
}

.icon-ortho-center:before {
    content: "\e922";
}

.icon-share:before {
    content: "\e923";
}

.icon-twitter:before {
    content: "\e905";
}

.icon-youtube:before {
    content: "\e906";
}

.icon-facebook:before {
    content: "\e907";
}

.icon-phone-full:before {
    content: "\e908";
}

.icon-phone:before {
    content: "\e90c";
}

.icon-pin:before {
    content: "\e90d";
}

.icon-printer:before {
    content: "\e90e";
}

.icon-arrow-down:before {
    content: "\e90f";
}

.icon-arrow-left:before {
    content: "\e910";
}

.icon-arrow-right:before {
    content: "\e911";
}

.icon-arrow-top:before {
    content: "\e912";
}

.icon-google-plus:before {
    content: "\e900";
}

.icon-arrow-full-down:before {
    content: "\e901";
}

.icon-arrow-full-top:before {
    content: "\e902";
}

.icon-arrow-full-left:before {
    content: "\e903";
}

.icon-arrow-full-right:before {
    content: "\e904";
}

.icon-research:before {
    content: "\e909";
}

.icon-university:before {
    content: "\e90a";
}

.icon-hospital:before {
    content: "\e90b";
}

.icon-search:before {
    content: "\e913";
}

/**********************************************
SECTIONS
**********************************************/

section {
}

    section.centered-content {
        text-align: center;
    }

/**********************************************
HEADER
**********************************************/

header {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 65px;
    position: fixed;
    top: 0;
    z-index: 5;
    background: #FFFFFF;
    border-bottom: 1px solid #F2F2F2;
    transition: top 200ms;
}

    header ul, header li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    header .logo {
        width: 200px;
        min-width: 100px;
        margin-left: 20px;
        margin-right: 20px;
        -ms-flex-align: end;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        font-size: 0;
    }

        header .logo img, header .logo a {
            width: 100%;
        }

    header .mobile-header {
        display: -ms-flexbox;
        display: flex;
        font-size: 20px;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex: 1 1;
        flex: 1 1;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: none;
    }

        header .mobile-header .mobile-menu, header .mobile-header .search {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            /*justify-content: center;*/
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-item-align: stretch;
            align-self: stretch;
            width: 50px;
        }

    header .close-mobile-menu {
        position: fixed;
        top: -300%;
        right: 6px;
        width: 50px;
        height: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        color: rgba(255,255,255,0.8);
        font-size: 20px;
        display: none;
        z-index: 10;
    }

        header .close-mobile-menu:hover {
            color: #FFFFFF;
        }

    header nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex: 1;
        flex: 1;
    }

        header nav .main-nav {
            margin-top: -15px;
        }

            header nav .main-nav li a {
                color: #027953;
                -ms-flex-align: end;
                align-items: flex-end;
            }

            header nav .main-nav .submenu li a {
                color: #FFFFFF;
            }

        header nav ul {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: end;
            justify-content: flex-end;
            font-size: 13px;
            line-height: 1;
            text-transform: uppercase;
            text-align: center;
            align-items: center; /*HACK for Quantum firefox*/
        }
header nav ul a.menu-item
        img {
    border: 0;
    width: 13px;
    height: 13px;
}

@media(max-width: 767px) {
    header nav ul {
        flex-direction: column;
    }

    .input-group.search-term {
        display: inline;
        margin-top: 30px;
    }

    .input-group-addon {
        /*width: 100%;*/
    }

    .form-group.search-label {
        padding-left: 0px;
    }

    .search-form .row > div > .form-group.search-label > select {
        margin-left: 0px;
    }
}

header nav ul li {
    border-bottom: 0;
    border-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

    header nav ul li a, header nav ul li span {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 27px 15px 20px 15px;
        cursor: pointer;
        color: #027953;
    }

        header nav ul li a:active, header nav ul li span:active {
            background: #F2F2F2;
        }

    header nav ul li ul {
        position: absolute;
        top: 100%;
        right: 0;
        width: 320px;
        display: none;
        padding: 20px 0 10px;
        z-index: 9;
        margin-top: 1px;
        background-color: rgba(127,127,127,0.9);
    }

        header nav ul li ul li a {
            color: #FFFFFF;
        }

        header nav ul li ul li a {
            color: #FFFFFF;
            padding: 15px 20px 8px;
            -ms-flex-pack: start;
            justify-content: flex-start;
            text-transform: none;
        }

            header nav ul li ul li a:hover {
                background: rgba(128,188,169,0.9);
            }

    header nav ul li:before {
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        width: 100%;
        height: 0px;
        background: rgba(127,127,127,0.9);
        transition: height 400ms ease-in-out;
    }

    header nav ul li.active a {
        color: #EA5B0C;
    }

    header nav ul li.search {
        background: #FDFDFD;
        min-width: 52px;
        text-align: center;
        font-size: 25px;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        color: #027953;
        cursor: pointer;
    }

        header nav ul li.search:hover {
            background: rgb(248, 247, 247);
        }

        header nav ul li.search:active {
            background: #FDFDFD;
        }

    header nav ul li.social {
        font-size: 12px;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    header nav ul li.opened {
    }

        header nav ul li.opened:before {
            content: "";
            display: block;
            position: absolute;
            bottom: -1px;
            width: 100%;
            height: 8px;
            background: rgba(127,127,127,0.9);
            transition: height 300ms ease-in-out;
        }

header nav ul.top-nav {
    font-size: 12px;
}

    header nav ul.top-nav li a {
        padding: 17px 15px 10px 15px;
        color: #262626;
    }

    header nav ul.top-nav li.active a {
    }

        header nav ul.top-nav li.active a:after {
            display: none;
        }

    header nav ul.top-nav .languages {
        position: relative;
        text-align: left;
    }

        header nav ul.top-nav .languages > a:after {
            font-family: "humanitas-icons";
            content: "\e90f";
            color: #027953;
            display: block;
            margin-left: 5px;
            transition: all 100ms ease-in-out;
        }

        header nav ul.top-nav .languages ul {
            position: absolute;
            top: 100%;
            width: 100%;
            background: #FFFFFF;
            box-shadow: 0 2px 2px 2px rgba(0,0,0,0.1);
            display: block;
            display: none;
            padding: 0;
        }

        header nav ul.top-nav .languages a {
            font-size: 12px;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        header nav ul.top-nav .languages.select a:after {
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            transition: all 100ms ease-in-out;
        }

    header nav ul.top-nav li.languages a, header nav ul.top-nav .social a {
        padding-left: 10px;
        padding-right: 10px;
    }

        header nav ul.top-nav .social a i {
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

    header nav ul.top-nav .call {
        background: #027953;
        min-width: 52px;
        text-align: center;
        cursor: pointer;
        z-index: 2;
    }

        header nav ul.top-nav .call .icon {
            color: #FFFFFF;
            font-size: 20px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 1;
            flex: 1 1;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
        }

        header nav ul.top-nav .call:hover {
            background: rgb(21, 127, 93);
        }

        header nav ul.top-nav .call:active {
            background: #027953;
        }

header nav.active {
    transition: all 250ms ease-in-out;
    overflow: auto;
    display: inherit;
}

@media (min-width: 900px) {
    header nav.active .close-mobile-menu.menu-toggler {
        display: none;
    }

    /*AVOID BLANK SPACE 
        .x-section.stepsbar {
        padding-top: 50px !important;
    }*/

}

@media (max-width: 767px) {
    header nav {
        height: 0px;
    }
}

header nav.active
.close-mobile-menu.menu-toggler {
    text-align: center;
    padding: 6px;
}

header nav.active .close-mobile-menu {
    display: -ms-flexbox;
    display: flex !important;
    top: 0;
}

header .mobile-contacts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-order: 3;
    order: 3;
    color: #FFFFFF;
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
    font-size: 13px;
    display: none;
}

    header .mobile-contacts .title {
        margin-bottom: 10px;
        font-size: 15px;
    }

    header .mobile-contacts a {
        font-family: 'Gotham-bold';
        font-weight: normal;
        color: #FFFFFF;
    }

    header .mobile-contacts section {
        display: block;
        margin-bottom: 20px;
        width: 50%;
    }

        header .mobile-contacts section .phone-number {
            font-family: 'Gotham-bold';
            font-weight: normal;
            font-size: 20px;
            color: #FFFFFF;
        }

    .bap-floating-panel {
        padding: 40px;
    }


@media (max-width: 767px) {

    header {
        height: 55px;
    }

    .bap-floating-panel {
        padding: 20px;
    }

        .bap-floating-panel h5 {
            margin-bottom: 2px;
        }

}

@media (max-width: 1280px) {

    header .logo {
        width: 150px;
    }

}

@media (max-width: 767px) {

    header .logo {
        width: 100%;
        max-width: 140px;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin-left: 20px;
    }
}

@media (max-width: 767px) {

    header .mobile-header {
        display: -ms-flexbox;
        display: flex;
    }
}

header.nav-up {
    top: -101px;
    transition: top 150ms;
}

@media (max-width: 767px) {

    header.nav-up {
        top: -50px;
    }
}

@media (max-width: 767px) {

    header nav .main-nav li a {
        color: #FFFFFF;
    }
}

@media (max-width: 1280px) {

    header nav .main-nav {
        font-size: 13px;
    }

        header nav .main-nav li a {
            padding-left: 10px;
            padding-right: 10px;
        }
}

@media (max-width: 1200px) {

    header nav .main-nav {
        font-size: 12px;
    }
}

@media (max-width: 767px) {

    header nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        height: 0;
        background: rgba(127,127,127,0.95);
        transition: all 250ms ease-in-out;
    }

        header nav .top-nav, header nav .main-nav {
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            display: block;
        }

        header nav .top-nav {
            -ms-flex-order: 2;
            order: 2;
            border-top: 1px solid rgba(255,255,255,0.2);
        }

        header nav .search, header nav .call {
            display: none !important;
        }

    header nav{
       margin-top:60px;
    }
    header nav ul {
        padding-bottom: 10px;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (min-width: 769px) {
.cartmenu .badge {
    background-color: #fc6a34;
    color: #fff;
    border-radius: 50px;
    margin-top: -28px;
    display: block;
    margin-left: 20px;
}

.cartmenu img {
display:inline-block;
}
}
@media (max-width: 768px) {
   .cartmenu .badge {
    background-color: #fc6a34;
    color: #fff;
    border-radius: 50px;
    margin-top: -15px;
    display: table;
    margin-left: 0px;
}
 }  
@media (min-width: 768px) {
    img.doctor-picture {
        vertical-align: middle;
        border-radius: 20%;
        background-color: #dcf9dc;
        border: 1px solid #dcf9dc;
        max-width: 250px;
    }
 

    header nav ul li.active a {
        display: table;
    }

        header nav ul li.active a:after {
            content: "";
            display: block;
            position: absolute;
            bottom: -1px;
            left: 0;
            right: 0;
            height: 3px;
            background: #EA5B0C;
        }

    nav {
        height: auto !important;
    }

    .close-mobile-menu {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 767px) {

    header nav ul li {
        width:100%;

    }

        header nav ul li.active a {
            color: #FFFFFF;
            font-family: "Gotham-bold";
            border-left: 3px solid #FFFFFF;
        }
}

@media (max-width: 767px) {

    .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: bold;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-align: center;
    border: none;
}

    header nav ul li a, header nav ul li span {
        color: #FFFFFF;
        -ms-flex-pack: start;
        /* justify-content: flex-start; */
        padding:20px 20px 20px 17px;
        border-left: 3px solid transparent;
        border: 1px solid lightgray;
        color: black;
        font-size:16px;
        background: white;
        font-weight: bold;
        text-align: right;
        border-top: none;
    }
}
@media (min-width: 900px) {

header nav ul li a, header nav ul li span {
    display: table;
}
    header nav ul li a, header nav ul li span {
    }

        header nav ul li a:hover, header nav ul li span:hover {
            background: rgb(250, 250, 250);
        }
}

@media (max-width: 767px) {

    header nav ul li ul {
        position: static;
        padding-top: 0;
        width: 100%;
        background-color: transparent;
    }
}

@media (max-width: 767px) {

    header nav ul li ul li a {
        padding-left: 37px;
    }
}

@media (max-width: 767px) {

    header nav ul li.opened:before {
        display: none;
    }
}

@media (max-width: 767px) {

    header nav ul.top-nav li a {
        color: #FFFFFF;
        font-size: 13px;
        padding: 10px 20px;
    }
}

@media (min-width: 900px) {

    header nav ul.top-nav li.active a {
        color: #EA5B0C;
    }
}

@media (max-width: 767px) {

    header nav ul.top-nav .languages {
        padding-left: 10px;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        header nav ul.top-nav .languages ul {
            -ms-flex-direction: row;
            flex-direction: row;
        }
}

@media (max-width: 767px) {

    header nav ul.top-nav .languages > a:after {
        display: none;
    }
}

@media (max-width: 767px) {

    header nav ul.top-nav .languages ul {
        display: -ms-flexbox;
        display: flex;
        background: transparent;
        position: static;
        box-shadow: none;
        padding: 0;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {

    header nav ul.top-nav .languages a {
        font-size: 13px;
    }
}

@media (max-width: 767px) {

    header nav ul.top-nav .social {
        padding-left: 10px;
    }
}

@media (max-width: 767px) {

    header nav ul.top-nav .social a {
        -ms-flex: 0 0;
        flex: 0 0;
    }
}

@media (max-width: 767px) {

    header .mobile-contacts {
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 400px) {

    header .mobile-contacts section {
        width: 100%;
    }
}




.profile-input-confirm, .profile-input-remove {
    display: none;
}

.profile-input {
    box-shadow: none;
    border: none;
}

.profile-input-button {
    background-color: white;
}





.input-group:focus .profile-input {
    background-color: #FDFDFD;
    box-shadow: none;
}


.input-group:focus .profile-input-button {
    display: none;
}

.input-group:focus .profile-input-confirm {
    display: table-cell;
}

.input-group:focus .profile-input-remove {
    display: table-cell;
}

.profile-input:focus {
    background-color: #FDFDFD;
    box-shadow: none;
}

    .profile-input:focus ~ .profile-input-button {
        display: none;
    }


    .profile-input:focus ~ .profile-input-confirm {
        display: table-cell;
    }

    .profile-input:focus ~ .profile-input-remove {
        display: table-cell;
    }

.profile-input-button {
    z-index: 3;
}





.profile-input-confirm:active, .profile-input-remove:active {
    display: table-cell;
}

    .profile-input-confirm:active ~ .profile-input-button, .profile-input-remove:active ~ .profile-input-button {
        display: none;
    }


    .profile-input-confirm:active ~ .profile-input-remove {
        display: table-cell;
    }


.profile-input-confirm:active, .profile-input-remove:active {
    display: table-cell;
}

    .profile-input-confirm:active ~ .profile-input-button, .profile-input-remove:active ~ .profile-input-button {
        display: none;
    }

    .profile-input-confirm:active ~ .profile-input-remove, .profile-input-remove:active ~ .profile-input-confirm {
        display: table-cell;
    }

.delete-account {
    border: none;
    background-color: white;
    color: #73b5a1;
}

remove-account-button {
    vertical-align: middle;
}

.section-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    line-height: 1;
    color: #FFFFFF;
    transition: all 150ms ease-in-out;
}

    .section-menu .section-name {
        font-size: 20px;
        padding: 30px 20px 15px 50px;
        line-height: 1;
    }

    .section-menu .section-nav {
        list-style: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1;
        flex: 1 1;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-size: 15px;
        text-transform: uppercase;
    }

        .section-menu .section-nav li {
            border-left: 1px solid rgba(255,255,255,0.5);
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: stretch;
            align-items: stretch;
        }
        .section-nav li{
            display:inline;
        }

        .section-menu .section-nav a {
            padding: 0px 20px 15px;
            display: -ms-flexbox;
            display: flex;
            color: #FFFFFF;
            -ms-flex-align: end;
            align-items: flex-end;
            transition: all 150ms ease-in-out;
        }

            .section-menu .section-nav a:hover {
                background: transparent;
            }

    .section-menu .section-number {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
        padding: 0px 20px 18px 20px;
        font-size: 12px;
        line-height: 1;
        border-left: 1px solid rgba(255,255,255,0.5);
        transition: all 150ms ease-in-out;
    }

        .section-menu .section-number a {
            color: #FFFFFF;
            font-size: 20px;
            font-family: "Gotham-bold";
            transition: all 150ms ease-in-out;
        }

    .section-menu.scrolled {
        background: rgba(255,112,63,1);
        transition: all 150ms ease-in-out;
    }

        .section-menu.scrolled .section-number {
            background: rgba(255,255,255,0.9);
            color: rgb(255,112,63);
            transition: all 150ms ease-in-out;
        }

            .section-menu.scrolled .section-number a {
                color: rgb(255,112,63);
            }

div .cancel-order {
    color: #00663f;
    font-size: 16px;
    float: right;
}

div .filter-size {
    width: 230px;
}

a .download-exam {
    text-decoration: none;
}

@media (max-width: 767px) {
    .section-menu {
        -ms-flex-order: 0;
        order: 0;
        position: static;
        height: auto;
        display: block;
        border-left: 4px solid rgb(255,112,63);
    }

        .section-menu .section-name, .section-menu .section-number {
            display: none;
        }

        .section-menu .section-nav {
            display: block;
        }

            .section-menu .section-nav li {
                border-left: 0;
            }

            .section-menu .section-nav a {
                padding: 10px 20px 10px 17px;
            }
}

/*PERSONAL MENU*/

.personal-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    line-height: 1;
    color: #FFFFFF;
    background: #027953;
    padding-right: 52px;
    transition: all 150ms ease-in-out;
}

    .personal-menu .section-nav {
        list-style: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1;
        flex: 1 1;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-size: 0.8rem;
        text-transform: uppercase;
    }


        .personal-menu .section-nav li {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: stretch;
            align-items: stretch;
            text-align: left; /*adding for PRESTAZIONI TODO */
        }

        .personal-menu .section-nav a {
            padding: 15px 20px;
            display: -ms-flexbox;
            display: flex;
            color: #FFFFFF;
            -ms-flex-align: end;
            align-items: flex-end;
            transition: all 150ms ease-in-out;
        }

            .personal-menu .section-nav a:hover {
                background: transparent;
            }

    .personal-menu .section-number {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
        padding: 0px 20px 18px 20px;
        font-size: 12px;
        line-height: 1;
        border-left: 1px solid rgba(255,255,255,0.5);
        transition: all 150ms ease-in-out;
    }

        .personal-menu .section-number a {
            color: #FFFFFF;
            font-size: 20px;
            font-family: "Gotham-bold";
            transition: all 150ms ease-in-out;
        }

@media (max-width: 767px) {

    .personal-menu {
        -ms-flex-order: 0;
        order: 0;
        position: static;
        height: auto;
        display: block;
        background: transparent;
        border-left: 4px solid #027953;
    }

        .personal-menu .section-name, .personal-menu .section-number {
            display: none;
        }

        .personal-menu .section-nav {
            display: block;
        }

            .personal-menu .section-nav li {
                border-left: 0;
            }

            .personal-menu .section-nav a {
                padding: 10px 20px 10px 17px;
            }
}

@media (min-width: 900px) {

    .personal-menu .section-nav li.active a:after {
        background: #FDFDFD;
    }
}


.show-more {
    margin-top: 5px;
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #EA5B0C;
    cursor: pointer;
}

/*
body * {
    font-family: 'Gotham-light';
    font-weight: 300;
    margin: 0;
    padding: 0;
}
*/

@media (max-width: 767px) {

    body {
        padding-top: 0px;
        overflow-x:hidden;
    }

    .x-page{
        overflow-x:hidden;
    }

    /*FIX for input on search mobile*/
    body.modal-open {
        position: fixed;
        overflow: hidden;
        left:0;
        right:0;
    }
    .modal{
        -webkit-overflow-scrolling: auto;
    }
    /*end*/

    .first-availability-calendar div.caption {
        margin-left: 20px;
    }

    .first-availability h3.exam-specifics {
        white-space: normal;
    }
}

body.no-overflow {
    overflow: hidden;
}

* {
    box-sizing: border-box;
    outline: none;
}






.exit-full-search {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    color: white;
}

.badge {
    max-width: 30px;
    margin-left: 10px;
}

.full-search > div:not(.search) {
    display: none !important;
}

#searchpanel {
    background-image: linear-gradient(to right, #90D3BE,rgba(14,110,73,.5));
}

.full-search > div.search visible-xs {
    display: inline;
}

.container-search-row > .row-container > form > .row {
    border-radius: 25px;
}

@media (max-width: 767px) {

    .start-page {
        background-color: rgba(14,110,73,1);
        /*background-image: linear-gradient(to right, #90D3BE,rgba(14,110,73,0.9));*/
        position: fixed;
        top: 72px;
        margin: 0px;
        right: 0;
        left: 0;
        top: 0px;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1549;
        padding: 25px;
        overflow: auto;
    }
    

        .start-page .btn.btn-default.green {
            font-weight: bold;
            padding: 15px;
            width: 80%;
            background: white;
        }

    .container-search-row {
        padding-top: 40px;
    }

        .container-search-row > .row-container > form > .row {
            border-radius: 0px;
        }
}

.dropdown.cartmenu {
    line-height: 18px;
}

.full-search {
    background-color: rgba(14,110,73,.8);
    background-image: linear-gradient(to right, #90D3BE,rgba(14,110,73,.5));
}

.full-searchbar {
    display: block !important;
}


.x-section.search.form {
    padding-top: 60px;
}

    .x-section.search.form.overscroll {
        padding-top: 0px;
    }

    .x-section.search.form.searchinpage {
        padding-top: 0px;
        padding-bottom: 0px;
        /*display: none !important  DONATO*/
    }

        .x-section.search.form.searchinpage visible-xs {
            display: none;
        }

.dropdown-menu {
    background-color: #f3f8f6;
    color: #087952;
}

.personal-menu .section-nav .dropdown-menu > li, .personal-menu .section-nav .dropdown-menu > li > a {
    background-color: #f3f8f6;
    color: #087952;
}

    .personal-menu .section-nav .dropdown-menu > li:hover, .personal-menu .section-nav .dropdown-menu > li > a:hover {
        color: #f3f8f6;
        background-color: #087952;
    }

.personal-menu .section-nav a {
    font-size: 12px
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border: none;
    outline: 1px solid white;
}

hr.mid-5px {
    margin-left: 15px;
    margin-right: 15px;
}

.cartmenu .dropdown-menu li.cartbutton {
    background-color: #027953;
    padding: 10px 0;
}

.searchresults-item {
    border-radius: 5px;
}

select.form-control {
    background-color: white;
}

.filters {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #027953;
    padding-left: 15px;
    padding-right: 15px;
    background: white;
}

.search .form-control {
    box-shadow: inset 0 1px 1px 1px #FDFDFD;
}

.filters div.availabilities > .row:hover {
    outline: 1pt solid black;
    background-color: #cccccc;
}

.font-bold {
    font-weight: bold;
}


.filters-absolute-exams {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1549;
    padding: 25px;
    overflow: auto;
    display: flex;
    padding-top: 10px;
    align-items: flex-start;
    background-color: white;
}

@media (min-width: 992px) {
    .filters-absolute-exams > div {
        margin-left: 25%;
        width: 50%;
    }

    .filters-absolute-exams {
        padding-top: 0px;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.9);
    }
}

.filters-absolute-md {
    background-color: rgba(14,110,73,.8);
    background-image: linear-gradient(to right, #90D3BE,rgba(14,110,73,.5));
    position: fixed;
    top: 72px;
    margin: 0px;
    right: 0;
    left: 0;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1549;
    padding: 25px;
    overflow: auto;
}

@media (max-width: 767px) {
    .filters-absolute {
        background-color: rgba(14,110,73,.8);
        background-image: linear-gradient(to right, #90D3BE,rgba(14,110,73,.5));
        position: fixed;
        top: 72px;
        margin: 0px;
        right: 0;
        left: 0;
        top: 0px;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1549;
        padding: 25px;
        overflow: auto;
    }
}

.first-availability-calendar .first-dates > div > div:nth-child(2) > div:first-child > div:nth-child(2):not(.activated) > .row:first-child {
    background-color: #a3c7bc;
    color: white;
}

/*.availabilities >.row:hover{
     background:#F5F5F5;
     outline:30px 
    
}*/
.first-dates .btn:hover, .first-dates .btn:focus {
    font-weight: bold;
}
/* Center dialog */
div.info-panel {
    text-align: center;
    padding: 15px;
}


    div.info-panel.align-left {
        text-align: left;
    }

    div .info-panel > .x-icon {
        font-size: 20px;
        background-color: #F1F4F7;
        padding: 10px;
        margin-bottom: 20px;
        border-radius: 15px;
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
    }

        div .info-panel > .x-icon.green {
            background-color: #007A51;
            color: #ffffff;
        }

    div.info-panel > h1 {
        font-weight: bold;
    }
}

.first-dates .calendar-detail {
    border-color: lightgray;
}

.visible-xs.calendar-text {
    font-size: 12px;
}

.first-availability-calendar h2.month-name {
    text-transform: uppercase;
    color: black;
    font-weight: normal;
}

.first-availability p {
    white-space: normal;
}
.first-availability p > b {
    white-space: normal;
    font-weight:normal;
}
.first-availability .doctor-name {
    font-weight:bold;
    
}


    .first-dates .calendar .calendar-detail div h2 {
        color: white;
    }

.first-dates div > .row {
    background-color: #FDFDFD;
    color: #333;
}


.first-dates .bap-floating-panel hr.availabilities-separator{
    color:lightgray;
    width:100%;
}


.x-section.text-center.x-exam-name {
    /*background:white;*/
}

.filters .row label {
    cursor: pointer;
    font-size: 0.8em;
}
/* pagina ricerca esami*/

.first-availability-calendar div.row {
    /*border-bottom: 1pt solid #e2e2e2;*/
    /*margin-top: 20px;*/
}

    .first-availability-calendar div.first-availability i {
        color: #ea5b0c;
    }
 .first-availability-calendar .exam-specifics {
    font-size:15px;
}
 .first-availability-calendar 

.searchresults-item:hover h5 {
    font-weight: bold;
}


.tabexam-content .searchresults-item:hover > .row {
    box-shadow: 5px 5px 2.5px #0e6e49;
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .first-availability-calendar div.first-availability {
        border-left: none;
        border-right: none;
    }

    .quickbooking-bar {
        top: 10px;
    }
}
/*HACK FOR SAFARI*/
.row.calendar-multiple:before,
.row.calendar-multiple:after {
    content: normal;
}

@media (max-width: 767px) {
    .doctor-description {
        font-weight: 600;
        word-wrap: break-word;
        max-width: 85%;
        margin-bottom: 10%;
        font-size: 100%;
        min-height: 20px;
    }

    img.doctor-picture {
        vertical-align: middle;
        border-radius: 50%;
        background-color: #dcf9dc;
        width: 70px;
        height: 70px;
        border: 1px solid #dcf9dc;
        max-width: 150px;
    }
}

.btn.btn-ssn:hover {
    background-color: orange;
}

.btn.btn-ssn {
    padding: 30px;
    background-color: #f1bc28;
    color: white;
    font-weight: bold;
}

@media (min-width: 900px) {
    .btn.btn-ssn {
        margin-right: -15px;
    }
}

@media (max-width: 890px) {
    .btn.btn-ssn {
        width: 100%;
    }
}
.align-right-no-xs {
text-align:right;
 }
 .first-availability .doctor-name{
        white-space:pre;
    }


.calendar-separator {
    display: none;
}

.pagination-container {
    padding-left: 10px;
}

.first-availability-calendar div.first-availability h3 {
    margin: 0px;
}

    .first-availability-calendar div.first-availability h3.hospital {
        margin: 0px;
        letter-spacing: -1px;
        white-space: pre-wrap;
    }

/*.first-availability-calendar div.first-availability:hover {
    background-color: #ea5b0c;
    color: white;
    cursor: pointer;
}

.first-availability-calendar div.first-availability:hover h3{
    background-color: #ea5b0c;
    color: white;
    cursor: pointer;
}*/

.first-availability-calendar div.other-availabilities:hover {
    cursor: pointer !important;
}

.first-availability-calendar div.calendar-icon {
    margin-top: 10px;
    padding-right: 5px;
}

.first-availability-calendar div.calendar-text {
    padding-left: 10px;
}

.first-availability-calendar h2.ist-picture {
    text-align: center;
    font-size: 60px;
    border-radius: 50%;
    background-color: #dcf9dc;
    width: 70px;
    height: 70px;
    padding: 5px;
}

    .first-availability-calendar h2.ist-picture.icon {
        margin-bottom: 10px;
        font-size: 35px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #dcf9dc;
    }


.green {
    color: #027953;
}

.background-none {
    background: none;
}

div.btn-hour {
    display: inherit;
}

.choose-date {
    overflow-x: auto;
    max-height: 80px;
    width: 100%;
    overflow-y: hidden;
    border: none
}


div.btn-day {
    min-width: 80px;
    max-width: 80px;
    width: 80px;
    height:60px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    margin-left: 5px;
    padding-top:5px;
}

/*
    div.btn-day:hover {
        background-color: white;
        color: orange;
    }*/
.first-availability-calendar-doctor
div.btn-day:hover {
        background-color: white;
        color: orange;
    }



.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.nowrap {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-row .flex-container::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.flex-row .flex-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #a3c7bc;
}

.flex-row .flex-container::-webkit-scrollbar-thumb {
    background-color: #a3c7bc;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
}

.flex-container.choose-date .flex-item{
    min-width:100px;
}
.flex-item {
    text-align: center;
}


/***********
    FOOTER
    
    ***/
#x-footer h2 {
    padding-bottom: 10px;
    color: rgba(255,255,255,.7);
    font-size: 20px;
}

#x-footer a {
    text-decoration: none !important;
    color: white;
    font-size: 12px;
}


#x-footer p {
    font-size: 12px;
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-image: -webkit-linear-gradient(top, #a4c7bc 0#c4e7dc #c4e7dc 100%);
    background-image: -o-linear-gradient(top, #a4c7bc 0, #c4e7dc 100%);
    background-image: linear-gradient(to bottom, #a4c7bc 0, #c4e7dc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00663f', endColorstr='#ff004d2f', GradientType=0);
}

/*
.modal-dialog {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  margin:0 auto;
}

.modal-content {
  margin: 0 auto;
}

*/

.lightgray {
    color: lightgray;
}

@media only screen and (min-width: 700px) {
    .select2-container--default .select2-selection--single, .select2-dropdown {
        background-color: #FDFDFD;
        border: none;
        border-radius: 10px;
    }
}
/* SELECT SCROLLBAR*/
/* width */
.select2-dropdown ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.select2-dropdown ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.select2-dropdown ::-webkit-scrollbar-thumb {
    background: #BBB;
}

    /* Handle on hover */
    .select2-dropdown ::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.select2-dropdown ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.select2-dropdown ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}

/* .....SELECT SCROLLBAR.......*/

input[type=text].form-control,
input[type=email].form-control,
input[type=password].form-control,
input[type=tel].form-control {
    min-height: 50px;
    box-shadow: none;
    border: 1px solid #DCDFE6;
    border-radius: 5px;
}

    input[type=text].form-control:focus,
    input[type=email].form-control:focus,
    input[type=password].form-control:focus,
    input[type=tel].form-control:focus {
        border-color: #00774C;
    }

/* Customize the label (the container) */
label.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    label.checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
    label.checkbox-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        /*background-color: #01583B;*/
        border-radius: 2px;
    }

/* On mouse-over, add a grey background color */
    label.checkbox-container:hover input ~ .checkmark {
        background-color: #00774C;
    }

/* When the checkbox is checked, add a blue background */
    label.checkbox-container input:checked ~ .checkmark {
        background-color: #01583B;
    }

/* Create the checkmark/indicator (hidden when not checked) */
    label.checkbox-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

/* Show the checkmark when checked */
    label.checkbox-container input:checked ~ .checkmark:after {
        display: block;
    }

/* Style the checkmark/indicator */
    label.checkbox-container .checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.x-page.login .info-panel > ul,
.x-page.basket.pay ul{
    list-style-type:none;  
  padding: 0;
}

    .x-page.login .info-panel > ul > li,
    .x-page.basket.pay ul li {
    margin-left:30px;
    padding-bottom:10px
    }

.x-page.login .info-panel > ul > li::before,
.x-page.basket.pay ul li::before {
  content: "\2022";
  color: green;
  font-weight: bold;
  display: inline-block; 
  width: 30px;
  margin-left:-30px;
  padding:0px;
}
    div.info-panel .big-btn-green {
        display: inline-block;
        text-align: center;
        color: #ffffff;
        padding: 15px;
        border: 0;
        border-radius: 5px;
        background-color: #ea5b0c;
       /*background-color: #007A51;*/
        margin-top: 20px;
        margin-bottom: 20px;
        min-width: 120px;
        font-weight: 600;
    }
    div.info-panel .big-btn-orange {
       background-color: #ea5b0c;
         display: inline-block;
        text-align: center;
        color: #ffffff;
        padding: 15px;
        border: 0;
        border-radius: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
        min-width: 120px;
        font-weight: 600;
       
    }


    div.info-panel.right-separator {
        padding: 0 15px;
        margin: 15px;
    }

button[disabled] {
    cursor: not-allowed;
    background-color: #F1F4F7 !important;
    border: 1px solid #DCDFE6 !important;
    color: #ADB1BE !important;
}

.x-page {
    background: white;
}

.bap-floating-panel {
    border: 1px solid rgb(220,223,230);
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 2px 0px rgb(220,223,230);
    -moz-box-shadow: 0px 1px 2px 0px rgb(220,223,230);
    box-shadow: 0px 1px 2px 0px rgb(220,223,230);
    margin-bottom: 40px;
    margin-top: 40px;
    /*padding: 40px;*/
    background: white;
}
/*
.bap-floating-panel.home {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px;
    margin-left: 40px;
    margin-right: 40px;
}*/
    .bap-floating-panel.home .bap-floating-panel-header {
        /*padding-bottom:20px;*/
    }

    .bap-floating-panel .bap-floating-panel-header h5 {
        color: #3B4161;
        font-weight: normal;
    } 

#x-footer a {
    text-decoration: none !important;
    color: gray;
    font-size: 12px;
}

.float-right {
    float: right;
}

.class-hour {
    display: inline-block;
    color: black;
    background: #F5F5f5;
    padding: 9px;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 5px;
}



    /* The container */
    .class-hour .chk-container {
        /* display: block; */
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        font-size: 12px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        /* Hide the browser's default radio button */
        .class-hour .chk-container input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: white;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.class-hour .chk-container:hover input ~ .checkmark {
    background-color: #ccc;
    border: 1px solid #E6E9EE;
}

/* When the radio button is checked, add a blue background */
.class-hour .chk-container input:checked ~ .checkmark {
    background-color: white;
    border: none;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.class-hour .chk-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
/* Style the indicator (dot/circle) */
.class-hour .chk-container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: darkgreen;
}

.input-group {
    display: inline-flex;
    border: 1px solid lightgray;
    border-radius: 5px;
    width: 100%;
}

    .input-group > * {
        padding: 7px;
        height: auto
    }

    .input-group > div, .input-group > input {
    }

.input-group-prepend {
    border-right: 1px solid lightgray;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
}

div.search-term.input-group > input[name=Term].form-control {
    border-bottom: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 25px;
}

.btn.btn-disabled {
    background-color: #F2F3F7;
    color: #BBBECA;
    text-shadow: none;
}

.first-availability-calendar img.doctor-picture {
    vertical-align: middle;
    border-radius: 10px;
    background-color: lightgray;
    width: 90px;
    height: 90px;
    border: 1px solid lightgray;
    margin-top:0px;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}

.dropdown-menu {
    background-color: #FFFFFF;
    color: black;
}

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        background: #c4e7dc;
    }

h2 {
    color: black;
    font-weight: bold;
}

/*.first-dates .calendar .calendar-detail div, .first-dates .calendar .calendar-detail .row,*/

.calendar-detail b.hour {
    font-size:1.3em;
}
div.btn-day {
    min-width: 80px;
    max-width: 80px;
    margin: 5px;
    width: 80px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid lightgray;
    border-radius: 10px;
    text-align: left;
    padding-left: 15px;
}
div.btn-day {
    min-width: 70px;
    max-width: 70px;
    margin: 5px;
    width: 80px;
    /* padding-left: 5px; */
    /* padding-right: 0px; */
    /* margin-right: 5px; */
    /* margin-left: 5px; */
    border: 1px solid lightgray;
    border-radius: 10px;
    text-align: left;
    /* padding-left: 15px; */
    padding: 10px;
}



.first-dates .activated .row.calendar .row {
   
    background: white;
   
    border-color: #eef1f5;
}

.first-dates .activated .row {
    
    border-color: #eef1f5;
    background:#eef1f5;
}

.first-dates .activated .row.calendar {
    background-color: white;
    border-color: #eef1f5;
    border: 1px solid lightgray;
    color: black;
   /* border-radius: 10px;*/
    padding: 10px;
}

first-dates .activated .row.calendar div.btn-hour, div.btn-hour {
    display: inline-block;
    padding: 16px;
    border: 1px solid lightgray;
    border-radius: 5px;
    margin: 5px;
    width: 8em;
}


.booking-form {
    padding-bottom:15px;
}

.first-dates .calendar .calendar-detail div {
    border-color: lightgray;
    border-radius: 10px;
    color: black;
}

div.btn-hour.active b {
    background: coral;
    color: white;
}

div.btn-hour.active, div.btn-hour:hover {
    background-color: coral;
    border-color: coral;
    color: white;
}


.first-dates .calendar .calendar-detail div .btn-hour.active,
.first-dates .calendar .calendar-detail div .btn.btn-hour:hover,
.first-dates .calendar .calendar-detail div .btn.btn-hour:hover * {
    background-color: coral;
    color: white;
}

.x-page {
    margin-top: 60px;

}

.first-dates .calendar .calendar-detail div {
    background: none;
}

#x-header .x-section.search.form {
    display: none;
}



.bap-floating-panel .availabilities.activated {
    background: #eef1f5;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
}

label.control-label {
    color: black;
}

.form-control:focus {
    
    border:1px solid #00ad6b;   
    outline: 0;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(4, 149, 87, 0.8);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(4, 149, 87, 0.8);*/
    box-shadow: none;
    -webkit-box-shadow: none;
}


h5, .h5 {
    font-size: 14px;
    font-weight: bold;
}

.bap-floating-panel > .row {
    padding-left: 0px;
    padding-right: 0px;
}

#mobileChoice {
    display: none;
}

.x-section.search.form {
    background: none;
}

.form-section .search-form {
    background: none;
}

h2, .h2 {
    font-size: 25px;
}

.icon-modal {
    padding: 10px;
    background: #F5F5F5;
    border-radius: 10px;
    max-height:40px;
}

.container {
    max-width: 950px;
    width: unset;

}

div.wizard-stepper .step * {
    display: inline-block;
}

div.wizard-stepper .step .x-icon {
    padding: 10px;
    border: 1px solid #DCDFE6;
    border-radius: 32px;
}

div.wizard-stepper .step.active .x-icon {
    border-color: #268D6D;
}

div.wizard-stepper .angular-shadow + .step {
    margin-left: 10px;
}

div.wizard-stepper .step p {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding-left: 5px;
    overflow: hidden;
}

.calendar-detail {
    border-top: 1px solid lightgray;
    border-radius: 0px;
    margin-top: 15px;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
*******************************/
.sidepanel.modal.right .modal-dialog,
.modal.left .modal-dialog {
    position: fixed !important;
    margin: auto !important;
    width: 40% !important;
    height: 100% !important;
    -webkit-transform: translate3d(0%, 0, 0) !important;
    -ms-transform: translate3d(0%, 0, 0) !important;
    -o-transform: translate3d(0%, 0, 0) !important;
    transform: translate3d(0%, 0, 0) !important;
}

.sidepanel.modal.left .modal-content,
.sidepanel.modal.right .modal-content {
    height: 100% !important;
    overflow-y: auto !important;
}

.sidepanel.modal.left .modal-body,
.sidepanel.modal.right .modal-body {
    padding: 15px 15px 80px !important;
}

/*Left*/
.sidepanel.modal.left.fade .modal-dialog {
    left: -40% !important;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out !important;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out !important;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out !important;
    transition: opacity 0.3s linear, left 0.3s ease-out !important;
}

.sidepanel.modal.left.fade.in .modal-dialog {
    left: 0 !important;
}

/*Right*/
.sidepanel.modal.right.fade .modal-dialog {
    right: -40% !important;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out !important;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out !important;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out !important;
    transition: opacity 0.3s linear, right 0.3s ease-out !important;
}

.sidepanel.modal.right.fade.in .modal-dialog {
    right: 0 !important;
}

/*SIDEPANEL*/

@media (min-width: 992px) {
    .first-availability-calendar .flex-row .col-md-10 {
        width: 80.333333%;
    }
}
@media (min-width: 768px) {
    .paymenttype .x-loader-div {
        background: white;
        opacity: 1;
    }
}

@media (min-device-width :768px){
    .first-availability-calendar .paymenttype.active > .col-md-12 {
    width:40%;
    margin-left:60%;
}
.first-availability-calendar .paymenttype.active > .col-md-12 > .row {
background:none;
}
.first-availability-calendar .btn.btn-day:active{
 -webkit-box-shadow: unset;
                box-shadow: unset;
     }

.first-availability-calendar .btn.btn-hour-mobile {
background:white;
color:black;
}
    
    .first-availability-calendar

    .calendar{
    padding:0px;
    margin:0px;
    border-radius:0px;
    }


.first-availability-calendar

    .flex-row, .flex-row-mobile {
    padding:0px;
    }
.first-availability-calendar
    .flex-row-mobile .booking-form {
    padding-bottom:0px;
    }
    .first-availability-calendar
    .flex-row-mobile  .choose-date {
     overflow-x: hidden;
    max-height: unset;
    width: 100%;
    overflow-y: auto;
    border: none;
    height: calc(100vh - 285px);

    }
     .flex-row-mobile .choose-date > .btn.btn-none.btn-day.flex-item {
        
       
        }
     .flex-row-mobile .choose-date > .btn.btn-none.btn-day.flex-item:active {
                -webkit-box-shadow: unset;
                box-shadow: unset;
            }


    .first-availability-calendar
    .flex-row-mobile a.glyphicon {
        visibility:hidden;
    }

    .first-availability-calendar
    .flex-container.choose-date .flex-item {
    min-width: 80px;
    border: none;
    text-align: center;
    background: white;
}
.first-availability-calendar
        .btn-hour-mobile:hover, .first-availability-calendar
        .btn-hour-mobile.active {
            background:coral;
            border:1px solid coral;
            color:white;
        }
        .first-availability-calendar
    .paymenttype .modal-header {
        color: white;
         background: #007953;
         max-height:75px;
    }
    .first-availability-calendar
    .paymenttype .modal-header .x-label{
        color: white;
        font-weight:normal;
    }
    .first-availability-calendar
    .flex-container.choose-date .btn-hour {
        width: 70px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
.first-availability-calendar
 div.paymenttype.active {

        position:fixed;
        top:0;
        bottom:0;
        left:0px;
        right:0;
        z-index:1500;
        background:rgba(0,0,0,0.4);

    }
.examdetails .first-availability-calendar
div.paymenttype.active
.first-dates .activated .row {
background:none;
border:none;
}

.examdetails .first-availability-calendar
div.paymenttype.active .visible-xs {
display:inline!important;
}


}
  /*  */
/* iPad in portrait & landscape */
@media only screen /*and (min-device-width : 768px)*/ and (max-device-width : 1024px) {

    .x-section.stepsbar, .x-section.stepsbar .wizard-stepper {
        padding-top: 0;
    }

    .wizard-stepper .step p {
        max-width: 150px;
        overflow: auto;
        text-overflow: ellipsis;
    }

    .sidepanel-trigger-container.filters-trigger {
        display: block !important;
    }

    .sidepanel.modal.right .modal-dialog,
    .modal.left .modal-dialog {
        width: 100% !important;
    }

    .sidepanel.modal.left.fade .modal-dialog {
        left: 0% !important;
    }

    .sidepanel.modal.right.fade .modal-dialog {
        right: 0% !important;
    }
}

/* ----- MODAL STYLE ----- */
.sidepanel .modal-content {
    border-radius: 0 !important;
    border: none !important;
}

.sidepanel .modal-header {
    background-color: #007953;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.sidepanel-trigger-container {
    color: #000;
    font-size: 10px;
    width: 100%;
    cursor: pointer;
    margin: auto;
}

    .sidepanel-trigger-container .sidepanel-trigger-title {
        color: #248865;
        font-weight: bold;
        font-size: 14px;
    }

     .booknow.sidepanel-trigger-container .sidepanel-trigger-title {
        color: white;
    }

    .disabled .sidepanel-trigger-container .sidepanel-trigger-title,
    .sidepanel-trigger-container.disabled .sidepanel-trigger-title,
    .disabled .sidepanel-trigger-container .sidepanel-trigger-subtitle,
    .sidepanel-trigger-container.disabled .sidepanel-trigger-subtitle {
        color: #C4C5CE !important;
    }
    .sidepanel.appointments-container ul,
.sidepanel.visits-container ul,
.sidepanel.hospitals-container ul {
    padding: 0;
    list-style-type: none;
}

.sidepanel-trigger-container p {
    padding: 0;
    margin: 0;
}


.sidepanel.visits-container label {
    font-size: 12px;
    margin-bottom: 10px;
}

.sidepanel .modal-header input.form-control {
    border-radius: 5px;
}

.sidepanel.visits-container h4 {
    font-size: 12px;
}


.sidepanel.appointments-container ul li {
    list-style: none;
    border: 1px solid #D3E3DE;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px 0;
}
.sidepanel.appointments-container ul li.link:hover {
        border-color: #D0E1DC;
        background-color: #F2F8F6;
        color: #5EA58B;
        cursor: pointer;
    }
.sidepanel.hospitals-container ul li:hover {
        border-color: #D0E1DC;
        background-color: #F2F8F6;
        color: #5EA58B;
        cursor: pointer;
    }

.sidepanel.hospitals-container ul li {
    list-style: none;
    border: 1px solid #D3E3DE;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px 0;
}

    
    .sidepanel.appointments-container ul li .title,
    .sidepanel.visits-container ul li .title,
    .sidepanel.hospitals-container ul li .title {
        font-size: 16px;
        text-shadow: none;
    }

.sidepanel.visits-container ul li .title {
    font-weight: 400;
    margin: 0;
    padding: 5px;
}
.sidepanel.appointments-container ul li .subtitle,
.sidepanel.visits-container ul li .subtitle,
.sidepanel.hospitals-container ul li .subtitle {
    font-size: 12px;
    text-shadow: none;
}

.sidepanel.visits-container ul li {
    list-style: none;
    border: 1px solid #D3E3DE;
    border-left-width: 0;
    border-right-width: 0;
    padding: 5px 10px;
}

    .sidepanel.visits-container ul li + li {
        border-top-width: 0;
    }

    .sidepanel.visits-container ul li:hover {
        background-color: #F2F8F6;
        color: #5EA58B;
        cursor: pointer;
    }

.sidepanel.hospitals-container ul li:hover {
    border-color: #D0E1DC;
    background-color: #F2F8F6;
    color: #5EA58B;
    cursor: pointer;
}

.sidepanel.hospitals-container ul li .title {
    font-size: 16px;
}

.sidepanel.hospitals-container ul li .subtitle {
    padding: 0;
    margin: 0;
}

div.input-search {
    position: relative;
}
div.input-search i {
    color: #000 !important;
    position: absolute;
    padding: 16px 10px;
    font-size: 18px;
}
    div.input-search input {
        padding-left: 40px;
    }

.sidepanel button.close,
.sidepanel button.close {
    opacity: 1;
    text-shadow: none;
    color: #fff;
}

.sidepanel-trigger-container.filters-trigger {
    border: 1px solid lightgray;
    border-radius: 10px;
    margin: 5px;
    padding: 10px;
    display: inline;
    cursor: pointer;
}

.sidepanel-trigger-container.filters-trigger > p {
    display: inline-block;
    color: #666666;
    font-family: 'Gotham',sans-serif;
    font-size: 16px;
}

.sidepanel-trigger-container.filter-exams .sidepanel-trigger-title {
    display:inline;
}

.sidepanel-trigger-container.filter-exams p.sidepanel-trigger-subtitle {
    display:inline;
    color: #248865;
font-weight: bold;
font-size: 14px;
float:right;
}

.sidepanel-trigger-container.filter-exams p.sidepanel-trigger-subtitle::after {
    content:'\f0dc';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-left:10px;
    visibility:visible;
}

    .sidepanel-trigger-container.filters-trigger > p.sidepanel-trigger-title:before {
        content: '';
        background: url('Images/sort-tool.svg') left center no-repeat;
        width: 27px;
        height: 18px;
        display: inline-block;
        float: left;
    }
    
    .sidepanel-trigger-container.filters-trigger > p.sidepanel-trigger-title {
        font-weight: normal;
    }
    .sidepanel-trigger-container.filters-trigger > p.sidepanel-trigger-subtitle {
        font-weight: bold;
        padding-left: 5px;
    }

.search-form .sidepanel-servizi.referti {

    width: 100%;
    /* border: 1px solid lightgray; */
    border: 1px solid rgb(220,223,230);
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 2px 0px rgb(220,223,230);
    -moz-box-shadow: 0px 1px 2px 0px rgb(220,223,230);
    box-shadow: 0px 1px 2px 0px rgb(220,223,230);
}
.search-form .sidepanel-servizi.referti .sidepanel-trigger-title {
    color: black;
    font-weight: bold;
    font-size: 20px;
    padding-right: 10px;
    line-height: 0px;
}

.search-form .sidepanel-servizi.referti .sidepanel-trigger-subtitle {
        font-size: 14px;
    color: gray;
    font-weight: bold;color: gray;  
    font-size:12px; 
        line-height: 38px;
    margin-left: -80px;

}

@media (max-width: 767px) {
.search-form .sidepanel-servizi.referti .sidepanel-trigger-subtitle {
 display:none;
}
}

.sidepanel-trigger-container.sidepanel-servizi.referti:before {
    content: '';
    background: url(Images/referti.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: contain;
    margin-top: -20px;
    margin-left:-20px; 
}

    #x-footer    
.sidepanel-trigger-container.sidepanel-contatti > p.sidepanel-trigger-title {
    font-size:15px;
    white-space:pre;
    font-weight:bold;
     color: #248865
}
#x-footer
.sidepanel-trigger-container.sidepanel-contatti > p.sidepanel-trigger-subtitle {
    font-size:25px;
   color: #248865
}

.sidepanel.booking-container.modal.left .modal-body, .sidepanel.booking-container.modal.right .modal-body {
       padding: 15px 15px 0px !important;
}

.sidepanel.filters-hospitals-container div.modal-content,
.sidepanel.filters-doctors-container div.modal-content,
.sidepanel.filters-exams-container div.modal-content {
    position: relative;
}

.sidepanel.filters-hospitals-container div.modal-footer,
.sidepanel.filters-doctors-container div.modal-footer,
.sidepanel.filters-exams-container div.modal-footer, 
.sidepanel.booking-container div.modal-footer{
    bottom: 0;
    position: fixed;
    background:white;
    left: 0;
    right: 0;
}

.sidepanel.filters-hospitals-container .modal-body .row,
.sidepanel.filters-doctors-container .modal-body .row,
.sidepanel.filters-exams-container .modal-body .row {
    padding: 0 20px;
}

    .sidepanel.filters-hospitals-container .modal-body .row:hover,
    .sidepanel.filters-doctors-container .modal-body .row:hover,
    .sidepanel.filters-exams-container .modal-body .row:hover {
        background-color: #F3F8F7;
        color: #00774C;
    }

    .sidepanel.filters-hospitals-container .modal-body .row > div,
    .sidepanel.filters-doctors-container .modal-body .row > div,
    .sidepanel.filters-exams-container .modal-body .row > div {
        border-top: 1px solid #D7EFE6;
    }

    .sidepanel.filters-hospitals-container .modal-body .row label,
    .sidepanel.filters-doctors-container .modal-body .row label,
    .sidepanel.filters-exams-container .modal-body .row label {
        padding: 10px 0;
        width: 100%;
        cursor: pointer;
        font-weight: normal;
    }
        .sidepanel.filters-hospitals-container .modal-body .row label b {
            font-weight: normal;
        }

p.sidepanel-trigger-subtitle:empty {
    display: none;
}


#cardnumber {
    background: url(./Images/cc-holder.png);
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 74px;
    background-size: 65px;
}

#cardnumber.visa 
{
    background: url('Images/visa.png');
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 74px;
    background-size: 65px;
}
#cardnumber.mastercard 
{
    background: url('Images/mastercard.png');
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 74px;
    background-size: 65px;
}
#cardnumber.maestro 
{
    background: url('Images/maestro.png');
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 74px;
    background-size: 65px;
}


span.typeahead {
    font-weight: 600;
}

form[name="paymentdata"] label {
    text-transform: uppercase;
    /* font-weight: normal; */
    font-size: 10px;
}
.no-margin{
    margin:0px;
}
.no-padding{
    padding:0px;
}
.padding-20 {
padding:20px;
}

/*.filters-trigger {
    background-image: url('Images/sort-tool.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
}*/
p.price-result {
font-size:25px;
font-weight:bold;
}

.exam-specifics {
    font-size:3.75vw;
    white-space:pre;
}
.other-availabilities .glyphicon {
    font-size:10px;
}
.availabilities { padding-top: 10px; padding-bottom:10px;}


.btn-white {
background:white;
    cursor:pointer;
}
.btn-white:hover{
    background:white;
    font-weight:bold;
}

.panel.bap-floating-panel >div {margin:-40px;border:none}
.panel .panel-heading {
    border:none;
    border-top-left-radius:5px; 
    border-top-right-radius:5px; 
}
.panel .text-center .icon-modal{
    border-radius:50px;
    width:50px;
    padding:15px;
    margin:20px;
    background-color:white;
}

.x-page.checkout .panel-title {
    font-size:22px;
}
.panel.panel-success .panel-heading {
    background-color:rgb(1, 121, 83);
    background-image:none;
    color:white;

}
.panel.panel-danger .panel-heading {
    background-color:rgb(255, 0, 0);
    background-image:none;
    color:white;

}


.x-page.checkout .panel-border {
    padding:20px;
    border: 1pt solid lightgray;
    border-radius:10px;
    background:white;
}
.x-page.checkout .panel-border  .row {
    padding-top:10px;
    padding-bottom:10px
}
.x-page.checkout .panel.bap-floating-panel > div.panel-heading {
    margin-top: -40px;
    border: none;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 40px;
}
.x-page.checkout .row  p.x-label{
    color:gray;
    font-size:14px;
}
.x-page.checkout .row  p{
    color:black;
}

.btn-white-bord {
    border:1px solid  lightgray;
    background:white;
    border-radius:5px;padding-left:10px;padding-right:10px
}
.btn-white-bord:hover {
    background:white;
    font-weight:bold;
}

.privacybox-container {
    background-color: #F1F4F7;
    border-radius: 5px;
    padding: 5px 20px;
    margin: 10px auto;
}

.reservations-summary hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.reservations-summary .x-label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #A8ACB9;
}

.reservations-summary .x-value {
    text-align: right;
    color: #000;
}

.reservations-summary .total-row p {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.reservations-summary .x-icon i {
    font-size: 30px;
    padding: 10px;
    background: #F5F5F5;
    border-radius: 10px;
}



.btn-white-bord {
    border:1px solid  lightgray;
    border-radius:5px;padding-left:10px;padding-right:10px
} 

p.x-countdown {
    background-color: #FFE3DB;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    color: #D57C5D;
    font-size: 14px;
}

    p.x-countdown .timer-value {
        font-weight: bold;
    }

    p.x-countdown:before {
        content: '';
        background: url('Images/clock.svg') left center no-repeat;
        background-size: 100% 100%;
        width: 20px;
        height: 13px;
        display: inline-block;
    }

form.form-buttons {
    display: inline;
}
div.x-tooltip-container {
display:none;
}
.x-page {
  min-height: calc(100vh - 166px);
  background:none;
      
}
.x-page.search{
    display: flex;
    align-items: center;
    justify-content: center;
}

div:not(.sidepanel) div.modal-dialog {
    transform: none;
    transition: none;
    padding: 20px;
    border: 1px solid rgb(220,223,230);
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 2px 0px rgb(220,223,230);
    -moz-box-shadow: 0px 1px 2px 0px rgb(220,223,230);
    box-shadow: 0px 1px 2px 0px rgb(220,223,230);
    background: white;
}

    div:not(.sidepanel) div.modal-dialog h1 {
        color: #3B4161;
        font-weight: normal;
    }


    div:not(.sidepanel) div.modal-dialog .modal-content {
        box-shadow: none;
        background: none;
        border: none;
    }

    div:not(.sidepanel) div.modal-dialog .modal-header,
    div:not(.sidepanel) div.modal-dialog .modal-footer {
        text-align: center;
    }

    div:not(.sidepanel) div.modal-dialog .btn.success-humanitas {
        background: none;
        background-color: #0e6e49;
        color: #fff;
        display: inline-block;
        text-align: center;
        color: #ffffff;
        padding: 15px;
        border: 0;
        border-radius: 5px;
        background-color: #007A51;
        min-width: 120px;
        font-weight: 600;
    }

      div:not(.sidepanel) div.modal-dialog .btn.clear-humanitas {
        background: none;
        display: inline-block;
        text-align: center;
        padding: 15px;
        border: 0;
        border-radius: 5px;
        background-color: lightgray;
        min-width: 120px;
        font-weight: 600;
    }


div.mobile-menu.menu-toggler i,div.close-mobile-menu.menu-toggler i {
    background-color: white;
    padding: 10px 11px;
    border-radius: 50px;
    color: black;
}
.x-label.bollino{
         font-size: 12px;
    font-weight: bold;
    color: #027953;
    
    padding: 5px;
}
.x-label.bollino span:not(:empty){
    
    border:1px solid black;
    padding:5px;
     
}
div.row.bap-floating-panel {
    padding: 10px;
}
.float-right {
    float:right;
}
.pre {
        white-space:pre;
    }
.full-month-div .row > .col-md-12{
    min-height:0px;
}

.first-availability-calendar-doctor .first-dates div.btn-day.activated {
    background-color: #ffe3da;
    border-color: #ffe3da;
    border-radius: 5px;
    color: coral;
    text-align: left;
    margin: 5px;
    padding: 10px;
    }

@media (min-width: 768px){

    .text-right-sm {
        text-align:right;
    }
    .first-dates div.btn-day.activatedd {
    background-color: #ffe3da;
    border-color: #ffe3da;
    border-radius: 5px;
    color: coral;
    text-align: left;
    margin: 5px;
    padding: 10px;
    }

    .row.bap-floating-panel.doctor-panel
    {
        border:none;
        box-shadow:none;
        padding:0px;
    }
}
/* Portrait phones and smaller MOBILE */
@media (min-width:768px) {
    .calendar-text.btn.booknow{
        width: unset;
    }
}
@media (max-width: 767px) {
    .calendar-text.btn.booknow{
        width: 100%;
        text-align: center;
    }
    .font-xs{
        font-size:12px;
     }
    div.info-panel .big-btn-orange {
       width:100%;
    }
    
    div.info-panel h1 {
     text-align:center;

    }
    .sidepanel-trigger-container.filters-trigger {
  
    display: block;
    }

    .text-right-sm {
        text-align:left;
    }
    .x-page.checkout .panel.panel-success.bap-floating-panel,
    .x-page.checkout .panel.panel-success.bap-floating-panel .panel-heading {
        border: none;
        background: none;
        box-shadow: none;
        color:black;
    }
    /*
    .buttons-confirm .buttons {
        margin-bottom:10px;
    }*/
    .bap-floating-panel-header h2,
    .bap-floating-panel-header h5 {
        text-align:center;
    }
    .icon-modal{
        display:none;
    }
    .flex-row, .flex-row-mobile {
    padding:0px;
    }
    .flex-row-mobile .booking-form {
    padding-bottom:0px;
    }
    #x-footer .row > a {
    width:100%;
    display:block;
    text-align:center;
}

    .btn-hour-mobile{
        background-color:white;
    padding:10px 0px;
    border:1px solid lightgray;
    border-radius:7px;
    width:100%;
    margin:5px 0px;

    }
    .flex-row a.glyphicon {
        background: #ddd;
        padding: 10px;
        border-radius: 50px;
        color: black;
        z-index:2;
        margin-left: -15px;
    }

    .flex-row a.glyphicon-chevron-left {
        float:left;
    }.first-availability-calendar .flex-row-mobile .ch
     .flex-row a.glyphicon-chevron-right {
      float:right;
    }
      .flex-row, .flex-row-mobile {
    padding:0px;
    }
    .flex-row-mobile .booking-form {
    padding-bottom:0px;
    }
    .flex-row-mobile  .choose-date {
     overflow-x: hidden;
    max-height: unset;
    /* background-color: honeydew; */
    width: 100%;
    overflow-y: auto;
    border: none;
    height: calc(100vh - 285px);


    }
        .flex-row-mobile .choose-date > .btn.btn-none.btn-day.flex-item {
        
        }
            .flex-row-mobile .choose-date > .btn.btn-none.btn-day.flex-item:active {
                -webkit-box-shadow: unset;
                box-shadow: unset;
            }
    .flex-row-mobile a.glyphicon {
        visibility:hidden;
    }

    
    .flex-container.choose-date .flex-item {
    min-width: 80px;
    border: none;
    text-align: center;
    background: white;
}
        .btn-hour-mobile.active {
            background:coral;
            border:1px solid coral;
            color:white;
        }
    .paymenttype .modal-header {
        color: white;
         background: #007953;
         max-height:75px;
    }
    .paymenttype .modal-header .x-label{
        color: white;
        font-weight:normal;
    }
    .flex-container.choose-date .btn-hour {
        width: 70px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .x-page {
        background: #f1f3f7;
    }
    .row.bap-floating-panel.doctor-panel {
        margin-bottom:10px;
        background:white;
    }
   .first-availability-calendar div.paymenttype.active {

        position:fixed;
        top:0;
        bottom:0;
        left:0;
        right:0;
        z-index:1500;
        background:white;

    }
    h2 {
    font-size:20px;
    }
    .first-dates {
    padding:0px 5px;
    }
    .btn.booknow {
    padding:15px;
    }
     p.price-result{
    font-size:14px;
    }
    .x-label {
    font-size: 13px;
    color: #c3c5ce;
    font-weight: bold;
}
    .x-label b{
    color: #000;
}
     .align-right-no-xs {
            text-align:left;
    }
     .first-dates .bap-floating-panel hr.availabilities-separator {
     
        padding: 0px;
    margin-bottom: 10px;
    margin-top: 3px;
    }
    .first-availability .doctor-name{
        white-space:pre-wrap;
    }

    .sly-container button.forward {
        position: absolute;
        text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    }

    .sly-container button.backward {
        position: absolute;
        text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    }

    .btn.booknow {
        font-size: 13px;
        overflow: auto;
        text-overflow: ellipsis;
        width: 100%;
    }


    .row.calendar-multiple .panel-default > .panel-heading h4 .dayname,
    .row.calendar-multiple .panel-default > .panel-heading h4 .daynumber {
        font-size: small
    }

    .row.calendar-multiple .panel-default > .panel-heading h4 .fstavl {
        margin-top: 5px;
        padding-top: inherit;
        font-size: small;
    }

    .row.calendar-multiple h3 {
        font-size: 14px;
        white-space: normal;
    }

    .row.calendar-multiple div .panel-body .row div {
        font-size: 12px;
    }

    .months-container > div {
        font-size: 12px;
    }

    .months-container > h2 {
        font-size: 16px;
    }

    .row.calendar-multiple .content {
        padding: 2px;
    }

    .row.calendar-multiple .pull-right,
    .row.calendar-multiple i.glyphicon.pull-right {
        text-align: right;
        padding-top: 0px;
    }
    /*.row.calendar-multiple > div {padding:5px}*/

    .row.calendar-multiple button[type='submit'].dates {
        padding: 5px;
    }

  

    /*.calendar .flex-row .col-xs-10,.calendar .flex-row-mobile .col-xs-10,.paymenttype .col-xs-10{
        width:80%;
    }*/

    .first-availability-calendar .exam-specifics {
   font-size:3.75vw;
}
    .button-close {
        padding: 5px 7px;
    border: 2px solid white;
    border-radius: 50px;
    text-align: center;
    }
    .examdetails .container.first-availability-calendar {
        padding-left: 0px; 
        padding-right: 0px;
    }

   .examdetails .full-month-div.row.bap-floating-panel {
        padding:0px;
          border:none;
        box-shadow:none;
        padding:0px;
        margin:0px;
    }

    .first-dates .activated .row.calendar {
        padding: 2px;
        margin-left: -8px;
        margin-right: -8px;
    }
    /*.first-dates .calendar .calendar-detail div {
        text-align:center;
    }*/
    
    .first-dates .bap-floating-panel.activated {
        margin:inherit;
        padding:inherit;
    
    }
    .first-dates .activated .row.calendar div.btn-hour, div.btn-hour {
        display: inline-block;
        padding: 9px;
        border: 1px solid lightgray;
        border-radius: 5px;
        margin: 5px;
        width: 29%;
     }
   
    .first-availability-calendar div.first-availability {
        border-left: none;
        border-right: none;
        min-height:40px;
    }

    .first-availability-calendar div.row {
        background:none;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .first-availability-calendar div.calendar-text {
        text-align: left;
    }

    .exam-specifics {
        margin: 0px;
        font-size:3.75vw;
    }

    .first-availability-calendar img.doctor-picture {
        width: 80px !important;
        height: 80px !important;
    }

    .first-availability-calendar h2.ist-picture {
        margin-top: 15px;
        width: 80px !important;
        height: 80px !important;
    }
    .availabilities {
    padding-top: 0px;
    padding-bottom: 0px;
}
    .first-availability-calendar div.other-availabilities {
       padding:0px;
    }

    .calendar-separator {
        display: block !important;
        top: 10px;
        position: relative;
        width: 95%;
        border-top: 1px groove;
    }

    .other-availabilities span.calendar-icon {
        float: left;
        left: 5%;
        position: relative;
        margin-bottom: 10px;
    }

    .other-availabilities h5.calendar-text {
        position: relative;
        float: left;
        left: 10%;
        margin: 3px;
        font-size: 85%;
        white-space: nowrap;
        margin-bottom: 10px;
    }

    /*    i.glyphicon.pull-right {
        top: -30px;
    }*/

    div.price {
        white-space: nowrap;
        overflow: hidden;
    }

    div.first-availability {
        white-space: nowrap;
        overflow: visible;
    }



    .doctor-name {
        /*font-weight: 500;
        max-width: 85%;
        word-wrap: break-word;*/
        font-size: 100%;
    }

    .hospital {
        font-size: 100%;
    }

    .doctor-description {
        font-weight: 600;
        word-wrap: break-word;
        max-width: 85%;
        margin-bottom: 10%;
        font-size: 100%;
        min-height: 20px;
    }

    .costo {
        color: rgba(14,110,73,0.8);
        margin-bottom: 5px;
        font-size: 100%;
    }

    .prima-disponibilita {
        margin-bottom: 3px;
        font-size: 100%;
    }

    /*i.glyphicon.pull-right {
        top: -55px;
    }*/

    .first-availability .button {
        margin-top: -4%;
    }
}
.z-index-1 {
    z-index:1;
}




.sidepanel-trigger-container.filters-trigger.conventions > p.sidepanel-trigger-title:before {
   
    background: none;
    width: 0;
    height: 0;
   /* background: url(Images/c-info.svg) left center no-repeat;
    background-size:contain;
       */
}

.conventions a{
   color:#4d7898;
   cursor:pointer;
}


@media (max-width: 480px) {
.sidepanel.filters-hospitals-container .modal-body .row, 
.sidepanel.filters-doctors-container .modal-body .row, 
.sidepanel.filters-exams-container .modal-body .row {
    padding: 0 5px;
}

    .buttons>a{
    width:100%;
    margin:5px 0px;
    padding:15px;
    }
    div .info-panel > .x-icon {
    display:none;
    }
    .reservations-summary.bap-floating-panel {
        background:none;
        border:none;
        box-shadow:none;
    }
    .x-page .panel.bap-floating-panel {
        margin-top:0px;
    }
    .x-page.checkout .panel.bap-floating-panel > div.panel-heading.bn-mobile,
    
    .x-page.checkout .panel.bap-floating-panel > div.panel-heading.bn-mobile >* {
        background:none;
        color:black;
    }
 span.x-label.visible-xs,.reservations-summary span.x-label.visible-xs{
    float: left;
    width: 10px;
    margin-right: 10px;
    text-align: center;
    padding-bottom: 15px;
}



    .x-value {
        font-size:14px;
    }
    .col-xs-10 {
        width: 81.5%;
    }
    nav.active {
        background:white;
    }
    /*nav.active ul.section-nav > li:nth-child(1) > a,*/
    nav.active ul.section-nav .badge,
    nav.active ul.section-nav img,
    nav ul.section-nav > li:nth-child(1) > a,
    nav ul.section-nav .badge,
    nav ul.section-nav img
    {
        display:none;
    }


    .first-availability p {
        font-size: 80%;
    }

    .hospital {
        font-size: 80%;
    }
     
     .first-availability .doctor-name  {
        white-space:normal;
    }
    .x-page.examdetails .not-avail > .row > div {
        display:inline-grid;
    }


    
}

.conventions {
   color:#4d7898;
    background-color: #e1eaf1;
    border-radius: 12px;
    border: 2px solid #e1eaf1;
    text-align: left;
}
.conventions .btn.big-btn-orange {
    background: none;
    color: inherit;
    padding: 0px;
    margin: 0px;
}
img.doctor-picture{
    object-fit: cover;
}
.text-left {
text-align:left;
}
.text-wrap {
white-space:pre-wrap;
}
.padding-10 {
    padding: 10px;
}
.calendar-text.btn.booknow {
    background: none;
    background-color: #ea5b0c; /* #0e6e49 verdone  ea5b0c arancione*/
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px;
    min-width: 100px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
}


/*.sidepanel
input[type="checkbox"]:focus{
    outline:0;
}
.sidepanel
    input[type="checkbox"] {
        appearance: none;
        background-color: #fafafa;
        border: 1px solid #d3d3d3;
        border-radius: 26px;
        cursor: pointer;
        height: 20px;
        position: relative;
        transition: border .25s .15s, box-shadow .25s .3s, padding .25s;
        width: 29px;
        vertical-align: top;
        -webkit-appearance: none;
    }
.sidepanel
    input[type="checkbox"]:after {
        background-color: white;
        border: 1px solid #d3d3d3;
        border-radius: 24px;
        box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1);
        content:'';
        display: block;
        height: 18px;
        left: 0;
        position: absolute;
        right: 8px;
        top: 0;
        transition: border .25s .15s, left .25s .1s, right .15s .175s;
    }

.sidepanel input[type="checkbox"] {
    margin: unset;
    line-height: normal;
}
.sidepanel
    input[type="checkbox"]:checked {
        border-color: #53d76a;
        box-shadow: inset 0 0 0 13px #53d76a;
        padding-left: 0px;
        transition: border .25s, box-shadow .25s, padding .25s .15s;
    }
.sidepanel
    input[type="checkbox"]:checked:after {
        border-color: #53d76a;
        left: 8px;
        right: 0;
        transition: border .25s, left .15s .25s, right .25s .175s;
 }*/


 .sidepanel
input[type="checkbox"]:focus,
 .checkboxgreen  input[type="checkbox"]:focus{
    outline:0;
}
.sidepanel
    input[type="checkbox"],
.checkboxgreen  input[type="checkbox"] {
        appearance: none;
        background-color: #fafafa;
        border: 1px solid #d3d3d3;
        cursor: pointer;
        height: 15px;
        position: relative;
        /*transition: border .25s .15s, box-shadow .25s .3s, padding .25s;*/
        width: 15px;
        vertical-align: top;
        -webkit-appearance: none;
    }
.sidepanel
    input[type="checkbox"]:after,
.checkboxgreen  input[type="checkbox"]:after {
        background-color: white;
        border: 0px solid #d3d3d3;
        box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1);
        content:'';
        display: block;
        height: 13px;
        left: 0px;
        position: absolute;
        right: 0px;
        top: 0px;
       /* transition: border .25s .15s, left .25s .1s, right .15s .175s;*/
    }

.sidepanel input[type="checkbox"]
,.checkboxgreen  input[type="checkbox"] {
    margin: unset;
    line-height: normal;
}
.sidepanel
    input[type="checkbox"]:checked,
.checkboxgreen  input[type="checkbox"]:checked  {
        border-color: darkgreen;
        box-shadow: inset 0 0 0 13px darkgreen;
        padding-left: 0px;
        /*transition: border .25s, box-shadow .25s, padding .25s .15s;*/
    }
.sidepanel
    input[type="checkbox"]:checked:after,
.checkboxgreen
    input[type="checkbox"]:checked:after {
        border-color: darkgreen;
        font: normal normal normal 14px/1 FontAwesome;
        background-color: darkgreen;
        color:white;
        left: 0px;
        right: 0;
        content: "\f00c";
       /* transition: border .25s, left .15s .25s, right .25s .175s;*/
 }


 
.x-page.form .form_wait {
    background: url(Images/ajax-loader.gif?1392672223);
    color: #0d7854;
    font-size: 1.5em;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    height: 32px;
    margin: 30px
}
.x-page.form .form_error {
    margin: 30px;
    color: #900;
    font-size: 1.5em
}
.x-page.form .form_success {
    margin: 30px;
    color: #227b7f;
    font-size: 1.5em
}
.x-page.form .form_submit {
    padding: 30px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: right
}

.x-page.form form.prenotation_form div.form_success,
.x-page.form form.prenotation_form div.form_error,
.x-page.form form.prenotation_form div.form_wait {
    display: none;
}

.x-page.form form.prenotation_form.success div.form_success {
    display: block;
}
.x-page.form form.prenotation_form.error div.form_error {
    display: block;
}
.x-page.form form.prenotation_form.wait div.form_wait {
    display: block;
}
.x-page.form  textarea.form-control , 
.x-page.form select.form-control{
    border-radius: 5px;
}
.doctor-item {
    display:flex;
}
.doctor-item .inline-div {
    margin-right: 5px;
    display: inline-table;
}
label.doctor {display:flex;align-items:center}
    label.doctor > * {
    margin-left:10px;
    }
.doctor-item .inline-div img.doctor-picture,
label.doctor img.doctor-picture
 {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.select-div-hours {
    border:1px solid lightgray;border-radius:5px;padding:5px;
}
.select-hours{
    color: #248865;
    font-weight: bold;
    background-color: unset !important;
}
 
.buttons-url img{

    width:30px;
    height: 30px;
    text-align:center;

}
.buttons-url .bap-floating-panel{
    
    padding-top:15px;
    padding-bottom:15px;
    margin-top:0px;
    margin-bottom:10px;
    text-align:center;
    height:100px
   
}
.buttons-url span.button-url-title{

    font-size:18px;
   color:black;
   display:block;
}
.buttons-url h4{

    font-size:18px;
   color:black;
}


.buttons-url div{

    text-align:center;
}

@media (max-width: 767px){
 
   .buttons-url .bap-floating-panel > *{

   display:inline-table;
   padding-right:5px
    
   
    }
    .buttons-url .bap-floating-panel {

     text-align:left;
     height:unset; 
   
    }

        .buttons-url a .panel-default {
        
            box-shadow:unset;

        }
    
    .card-div{
        width: unset;
        padding:0px;min-height: 85px;
        padding:0px;
    }
   .card-div img{ 
        height: 40px;
    }
    .buttons-url .panel-body{
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .buttons-url .panel-heading{
        width:20%;
    }
     .container-search-row {
        margin-top: -40px;
    }
     .container-search-row .bap-floating-panel {
        padding:10px;
        margin:0px;
     }
   
}
.bap-floating-panel.home {
			padding:20px;
			margin-bottom: 20px;
    margin-top: 20px;
			}

			
.buttons-url h4 {
    color:black;
}
.label-services {
	text-transform:uppercase;
	color:gray;
	text-align:center;
}
 .round-warning{
    border: 2px solid orange;  
      border-radius:50px;    color:orange;    text-align: center;    width: 80px;    height: 80px;    line-height: 105px;    margin: 2px auto;

 }
 .round-success{
    border: 2px solid lime;  
      border-radius:50px;    color:lime;    text-align: center;    width: 80px;    height: 80px;    line-height: 105px;    margin: 2px auto;

 }

 .daterangepicker .ranges {
    width: 164px;
    text-align: left;
}

 .portal{

    margin-right:auto;
    margin-left:auto;
    
    max-width:900px;
}

@media (max-width: 930px) {
    .portal{
  max-width:700px;
    }
}