@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans&display=swap');

*, div, p, a {
    font-family: 'Merriweather Sans', sans-serif;
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.multiselect-container .input-group {
    margin: 5px
}

.multiselect-container > li {
    padding: 0
}

.multiselect-container > li > a.multiselect-all label {
    font-weight: 700
}

.multiselect-container > li.multiselect-group label {
    margin: 0;
    padding: 3px 20px;
    height: 100%;
    font-weight: 700
}

.multiselect-container > li.multiselect-group-clickable label {
    cursor: pointer
}

.multiselect-container > li > a {
    padding: 0
}

.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px
}

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
    margin: 0
}

.multiselect-container > li > a > label > input[type=checkbox] {
    margin-bottom: 5px
}

.filter .btn {
    padding: 6px 3px
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}

.multiselect.btn {
    border: none;
    overflow: hidden;
}

.multiselect.btn:hover {
    color: #065B8C
}

.multiselect-clear-filter {
    border: 1px solid #ccc;
}

.multiselect-clear-filter:hover {
    background: #065B8C
}

#holdon-overlay {
    filter: alpha(opacity=80);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .8;
    z-index: 9999
}

#holdon-content-container {
    width: 100%;
    padding: 0;
    vertical-align: middle;
    display: table-cell !important;
    margin: 0;
    text-align: center
}

#holdon-content {
    text-align: center;
    width: 50px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px
}

#holdon-message {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 55%;
    color: white
}

.sk-rect {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.sk-rect > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-rect-anim 1.2s infinite ease-in-out;
    animation: sk-rect-anim 1.2s infinite ease-in-out
}

.sk-rect .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-rect .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

.sk-rect .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.sk-rect .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

@-webkit-keyframes sk-rect-anim {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-rect-anim {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0)
    }
}

.sk-cube {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.sk-cube1, .sk-cube2 {
    background-color: #333;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cube 1.8s infinite ease-in-out;
    animation: sk-cube 1.8s infinite ease-in-out
}

.sk-cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

@-webkit-keyframes sk-cube {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cube {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg)
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.sk-dot {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    -webkit-animation: sk-dot-rotate 2.0s infinite linear;
    animation: sk-dot-rotate 2.0s infinite linear
}

.sk-dot1, .sk-dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-dot-bounce 2.0s infinite ease-in-out;
    animation: sk-dot-bounce 2.0s infinite ease-in-out
}

.sk-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes sk-dot-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-dot-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-dot-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-dot-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0)
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0)
    }
}

.sk-bounce {
    width: 60px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.sk-bounce > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.sk-bounce .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.sk-bounce .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0)
    }
}

.sk-circle {
    width: 60px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.sk-cube-grid {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 10px
}

.sk-cube-grid .sk-cube-child {
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube-grid1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.sk-cube-grid .sk-cube-grid2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-cube-grid .sk-cube-grid3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.sk-cube-grid .sk-cube-grid4 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.sk-cube-grid .sk-cube-grid5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.sk-cube-grid .sk-cube-grid6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-cube-grid .sk-cube-grid7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.sk-cube-grid .sk-cube-grid8 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.sk-cube-grid .sk-cube-grid9 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.sk-folding-cube .sk-cube-parent {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sk-folding-cube .sk-cube-parent:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.sk-folding-cube .sk-cubechild2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cubechild3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cubechild4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cubechild2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-folding-cube .sk-cubechild3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.sk-folding-cube .sk-cubechild4:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

.sk-fading-circle {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.sk-fading-circle .sk-circle-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-fading-circle .sk-circle-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both
}

.sk-fading-circle .sk-fading-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-fading-circle .sk-fading-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-fading-circle .sk-fading-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-fading-circle .sk-fading-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-fading-circle .sk-fading-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-fading-circle .sk-fading-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-fading-circle .sk-fading-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-fading-circle .sk-fading-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-fading-circle .sk-fading-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-fading-circle .sk-fading-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-fading-circle .sk-fading-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-fading-circle .sk-fading-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-fading-circle .sk-fading-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-fading-circle .sk-fading-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.sk-fading-circle .sk-fading-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

.sk-fading-circle .sk-fading-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s
}

.sk-fading-circle .sk-fading-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s
}

.sk-fading-circle .sk-fading-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s
}

.sk-fading-circle .sk-fading-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s
}

.sk-fading-circle .sk-fading-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.sk-fading-circle .sk-fading-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s
}

.sk-fading-circle .sk-fading-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s
}

@-webkit-keyframes sk-fading-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}

html, body {
    background: #fff;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    min-height: 2000px;
}

@media (min-width: 1200px) {
    body.eventi .container, body.admin .container {
        width: 1170px
    }
}

::selection {
    background: #ccc;
    color: #fff;
    text-shadow: none;
}

/* Safari */
::-moz-selection {
    background: #ccc;
    color: #fff;
    text-shadow: none;
}

/* Firefox */
:-moz-placeholder {
    color: #bbb;
}

::-webkit-input-placeholder {
    color: #bbb;
}

:-ms-input-placeholder {
    color: #bbb;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.capitalize {
    text-transform: capitalize
}

p a {
    text-decoration: underline
}

a, a:link, a:focus, a:visited {
    text-decoration: none;
    color: #065B8C;
    font-weight: 400
}

a.dt-link {
    text-decoration: underline;
    margin-right: 3px;
    text-transform: capitalize
}

a:hover {
    text-decoration: none;
    color: #547F98 !important
}

a.link-sm {
    text-transform: capitalize;
    margin-left: 10px;
    font-size: 12px
}

a.btn-primary {
    color: #fff;
}

.btn.btn-sirm:hover, a.btn:hover, button.btn:hover {
    color: #e5c600;
    text-shadow: none;
}

.btn.btn-sirm:hover {
    color: #e5c600 !important;
}

.btn.btn-default:hover {
    color: #065B8C;
}

a.btn-default, .btn.btn-default {
    border: 1px solid #ccc;
}

.btn {
    padding: 4px 10px;
    border-radius: 4px;
}

.btn.btn-sirm, .btn.btn-sirm:link, .btn.btn-sirm:focus, .btn.btn-sirm:active {
    background-color: #0064d2;
    color: #fff;
    border-color: #0c426f;
    text-shadow: none;
}

.btn.btn-gold, .btn.btn-gold:link, .btn.btn-gold:focus, .btn.btn-gold:active {
    background-color: #e5c600;
    color: #0c426f;
    border-color: #FFB800;
    text-shadow: none;
}

a.btn-assicurazione {
    background: #008AAC;
    color: #fff;
    margin: 20px
}

.btn.btn-gold:hover {
    color: #0c426f;
}

#btn-iscriviti {
    margin-right: 5px;
}

.btn-no-style {
    border: none;
    background: none;
    color: #fff;
}

.btn-small {
    padding: 2px 5px;
    margin: 0 0 5px;
    font-size: 12px;
    border-radius: 3px;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

table .btn-small {
    margin: 0 5px;
    padding: 2px 5px;
}

.btn-nav {
    background-color: #0064d2;
    color: #fff;
    border-color: #0c426f;
    margin-bottom: 0;
}

.btn-nav > i {
    color: #fff !important;
}

.btn-menu {
    float: right;
    box-shadow: none;
}

.btn-menu .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #ccc;
    margin-top: 4px;
    cursor: pointer
}

.btn-gestore {
    width: 100%;
    margin-bottom: 20px;
}

.btn-iscrizione {
    width: 100%;
    margin-top: 20px;
}

a {
    cursor: pointer;
}

a.btn-success, a.btn-danger {
    color: #fff;
}

.btn[disabled], button[disabled] {
    pointer-events: inherit;
    cursor: not-allowed;
}

.btn[disabled]:hover, button[disabled]:hover {
    color: #fff;
}

.li-gold {
    background-color: #e5c600;
}

.li-gold a {
    color: #0c426f !important;
    text-shadow: 1px 1px 1px #A9C4DA
}

.li-red {
    background-color: white;
}

.li-red a {
    color: #0c426f !important;
    text-shadow: 1px 1px 1px #A9C4DA
}

h4 {
    font-size: 16px;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
    color: #535353;
}

div, p, a {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    color: #535353;
}

td a {
    font-weight: 700;
}

.table > tbody > tr > td.td-vertical {
    vertical-align: middle
}

ol > li {
    line-height: 1.7em;
    margin-bottom: 3px;
}

body {
    height: 100%;
    min-height: 100%;
}

.breadcrumb {
    background-color: #fff;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.oh {
    overflow: hidden;
}

.blu-2019 {
    background-color: #005689;
}

.black-2021 {
    background-color: #000000;
}

.blu-gradient {
    background: #0c426f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTY4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzQyNmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #1e5684 0%, #0c426f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5684), color-stop(100%, #0c426f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e5684 0%, #0c426f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e5684 0%, #0c426f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1e5684 0%, #0c426f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1e5684 0%, #0c426f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5684', endColorstr='#0c426f', GradientType=0); /* IE6-8 */
    text-shadow: 1px 1px 1px #000000;
}

.cyan-gradient {
    background: #547f98;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViOGVhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NDdmOTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5b8eae 0%, #547f98 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b8eae), color-stop(100%, #547f98)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5b8eae 0%, #547f98 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5b8eae 0%, #547f98 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5b8eae 0%, #547f98 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5b8eae 0%, #547f98 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b8eae', endColorstr='#547f98', GradientType=0); /* IE6-8 */
    text-shadow: 1px 1px 1px #0c426f;
}

/* TOPBAR */
.topbar {
    display: flex;
    padding: 0;
    color: #fff;
}

.topbar .topbar-container {
    display: flex;
    justify-content: space-between;
}

.topbar .menu-socials {
    display: flex;
    flex-direction: row;
    line-height: 36px;
}

.topbar .topbar-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 15px;
}

.topbar .td-social-icon-wrap a i {
    color: #fff;
}

.topbar .td-social-icon-wrap a i:hover {
    color: #e5c600;
}

.topbar-logo > span {
    color: #fff;
}

.topbar-logo > img {
    margin: 5px 0 15px 0;
}

.top-bar .top-right {
}

.topbar .menu-socials .td-social-icon-wrap a i {
    font-size: 12px;
    width: 30px;
    height: 24px;
    line-height: 24px;
}
/* FINE TOPBAR */

/* NAVBAR */
.navbar-2019 {
    background-color: #00507f;
}

.navbar-2021 {
    background-color: #000000;
    padding-bottom: 30px;
}

.navbar-2021::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    display: block !important;
    width: 100vw;
    height: 1px;
    background: rgba(255,255,255,0.15);
}

#navbar {
    background-color: #000000;
}

.nav {
    padding: 0;
}

.nav > li > a {
    font-family: 'Lato', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans', sans-serif;
    color: #ffffff;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 32px;
    text-transform: none !important;
    padding: 5px 16px;
}

.navbar-nav > li > a {
    border: none !important;
}

.nav > li > a.nhome {
    padding-left: 8px;
    font-size: 14px;
}

.textHome {
    margin-left: 10px;
    font-family: 'Lato', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans', sans-serif;
}

.navbar .navbar-toggle .icon-bar {
    border-color: #fff;
}

.navbar-nav .open .dropdown-menu {
    background-color: #fff;
    max-width: 300px;
}

.navbar-nav .open .dropdown-menu li:hover, .navbar-nav .open .dropdown-menu a:focus {
    background-color: #e5c600;
}

.dropdown-eventi {
    float: left;
    margin-right: 4px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    text-shadow: 1px 1px 1px #A9C4DA
}

.HeaderButton {
    border:2px solid #e5c600;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Lato sans-serif;
    font-weight:600;
    font-size:14px;
    text-decoration:none;
    transition: 0.2s;
}

.HeaderButton:hover {
    background-color:#e5c600;
    color:#000000 !important;
}

.HeaderButton:active {
    position:relative;
    top:1px;
}

.dropdown-menu > li > a {
    text-shadow: none;
}

.liCarrello .badge-notify {
    line-height: 10px;
}

.liCarrello i {
    line-height: 9px;
}

.badge-notify {
    display: inline;
    background-color: #e5c600;
    color: #000;
    text-shadow: none;
    margin-left: 5px;
}

#carousel-homepage {
    margin: 30px 10px 15px;
}

.header-homepage, .content-home {
    padding-left: 0;
    padding-right: 0;
}

.carousel-caption {
    padding-bottom: 15px;
    left: 0;
    right: 0;
}

.carousel-caption p {
    font-size: 12px
}

.carousel-caption h3 {
    font-size: 14px
}

.carousel-indicators {
    bottom: 3px;
}

.carousel-indicators li, .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0
}

@media (max-width: 768px) {
    .carousel-caption {
        padding-bottom: 0
    }

    .carousel-indicators {
        display: none;
    }
}

.riq-homepage {
    margin-top: 15px;
}

.riq {
    padding: 0 10px;
    margin-top: 17px;
    margin-bottom: 17px;
}

.riq-content {
    background: #eee;
    padding: 15px 10px;
    border-bottom: 1px solid #065B8C
}

.riq-title {
    color: #fff;
    line-height: 40px;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 400;
}

.riq-ico {
    float: right;
    margin-top: 10px;
    font-size: 18px;
}

.riq-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #0c436f transparent transparent transparent;
    position: absolute;
    right: 20px;
}

.riq-ul {
    list-style: none;
    padding-left: 0;
}

.riq-ul > li {
    border-bottom: 1px dotted #333;
    color: #065B8C
}

.riq-ul > li > a {
    color: #065B8C;
    padding: 0 3px;
    font-size: 12px;
    line-height: 20px;
    display: block;
}

.riq-ul > li:hover, .riq-ul > li:hover a {
    color: #e5c600;
    background-color: #065B8C
}

.riq-tutti {
    font-size: 12px;
    font-style: italic
}

.riq-tutti:hover {
    text-decoration: underline
}

.riq-sidebar {
    margin: 0 0 15px;
    border-bottom: 1px solid #065B8C
}

.side {
    padding: 0 10px;
}

@media (min-width: 992px) {
    .side {
        padding: 0;
    }
}

.riq-sidebar-title {
    color: #fff;
    font-size: 12px;
    padding: 3px;
    text-align: right
}

.riq-sidebar img {
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .riq-sidebar img {
        height: 66px;
        width: 230px;
    }
}

#descrizione-sirm {
    margin-top: 39px;
}

#descrizione-sirm p {
    font-size: 13px;
    text-align: justify;
    font-family: Arial, sans-serif;
    color: #0c436f
}

@media (max-width: 768px) {
    #descrizione-sirm {
        padding: 0 25px;
    }
}

.list-group-item-simple {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item-simple > .badge {
    float: right
}

.badge a {
    color: #fff;
    cursor: pointer;
}

dl {
    margin-bottom: 5px;
}

dd {
    font-weight: 300;
    margin-left: 0;
    margin-bottom: 2px;
}

.dl-horizontal {
    font-size: 12px;
}

.dl-horizontal dt {
    width: 120px;
    padding: 0 3px;
    float: left;
}

.dl-horizontal dd {
    margin-left: 120px;
    padding: 0 3px;
}

.info-rivista.dl-horizontal dt {
    width: 160px;
}

.info-rivista.dl-horizontal dd {
    margin-left: 160px;
}

.info-corsi.dl-horizontal dt {
    width: 100px;
}

.info-corsi.dl-horizontal dd {
    margin-left: 100px;
}

.cScaduto {
    text-decoration: line-through;
}

.btn-corso {
    margin-top: 22px;
    display: block;
}

.maxIscritti {
    font-weight: bold;
}

.overHidden {
    overflow: hidden;
}

div.dataTables_processing { /*override cdn*/
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 20px;
    text-align: center;
    font-size: 2em;
    background: #000;
    opacity: .5;
}

.dataTable td {
    text-transform: capitalize
}

.dataTable .btn {
    margin-bottom: 0;
}

.lineThrought {
    text-decoration: line-through;
}

.paddingFlat {
    padding: 10px 0 !important;
    overflow: hidden;
}

.hideColumns {
    padding-top: 7px;
}

.hide {
    display: none
}

.breadcrumb > li + li:before {
    padding: 0 2px;
}

.navbar-default .navbar-nav > li.bg-gold > a {
    background-color: #e5c600;
    color: #282828
}

.list-relatori {
    margin-top: 10px;
}

.list-relatori li {
    padding: 3px 0;
}

/* TAPULLI BRUTTI */
#dataTable_filter {
    display: none;
}

.bootstrap-date {
    display: inline-flex
}

.filtro-multi-select {
    display: none;
}

/* FINE TAPULLI BRUTTI */
select {
    min-width: 55px;
}

.homepage .cover {
    background: url('../img/sf-blu-4.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 153px 0 110px 0;
}

.homepage .cover h2 {
    color: #fff;
    font-weight: 300;
    font-size: 60px;
}

.homepage .cover h3 {
    color: #fff;
    font-weight: 300
}

.homepage .cfa {
    padding: 30px 0;
    margin-bottom: 20px;
    background: #fff;
    border-bottom: 1px solid #dadada;
    text-align: center;
}

.homepage .cfa-text {
    font-size: 20px;
    font-weight: 300;
    color: #065B8C
}

.btn-web {
    background-color: #065B8C;
    color: #fff !important;
    padding: 15px 30px;
    border: 1px solid #065B8C;
    border-radius: 3px;
    font-size: 16px;
}

.btn-web:hover {
    background: #fff;
    color: #065B8C !important;
    text-decoration: none;
    font-weight: 300;
    transition: all .1s ease-in-out;
}

.corsi-home {
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 40px;
    margin: 40px 40px 80px 40px;
    border: 1px solid #dadada;
    border-bottom: 5px solid #dadada;
}

.corso-home {
    background: url(../img/hat.png) no-repeat left 20px;
    padding: 20px 20px 10px 50px;
}

.corso-home h5 {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}

.corso-data {
    color: #666;
    margin-right: 10px;
}

.corso-iscriviti {
    color: #ddd;
    font-size: 12px;
}

.title-home {
    text-align: center;
    margin: 40px 0;
    font-weight: 300;
    font-size: 24px;
    padding: 0;
    color: #065B8C
}

.homepage .link-home {
    background: #fff;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    padding: 20px 0 80px 0;
}

.riq-home {
    padding: 40px 10px;
    background-color: #065B8C;
    margin: 0;
    text-align: center; /*box-shadow:0 1px 4px 0 rgba(0, 0, 0, 0.12),0 1px  4px 0 rgba(0, 0, 0, 0.12);*/
    transition: all .1s ease-in-out;
}

.riq-home:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.38), 0 4px 15px 0 rgba(0, 0, 0, 0.35);
    cursor: pointer;
    -ms-transform: scale(1.05, 1.05); /* IE 9 */
    -webkit-transform: scale(1.05, 1.05); /* Safari */
    transform: scale(1.05, 1.05);
    z-index: 999;
}

.riq-home:nth-child(even) {
    background-color: #dadada;
}

.riq-home > span {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0 10px;
}

.riq-home > span i {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
}

.riq-home:nth-child(even) > span, .riq-home:nth-child(even) > span i {
    color: #065B8C;
}

.vertical-align {
    display: flex;
    flex-direction: row;
}

.vertical-align > [class^="col-"], .vertical-align > [class*=" col-"], .vertical-align li {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* START FOOTER */
.footer {
    color: #fff;
    font-size: 12px;
    background: #222;
    position: relative;
}

@media only screen and (min-width: 640px) {
    .footer {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 639px) {
    .footer {
        padding: 30px 0;
    }
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0064d2;
}

.footer .container::before {
    display: table;
    content: '';
    line-height: 0;
}

.footer-content {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    flex-direction: column;
    position: relative;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.footer-column {
    float: left;
    width: 33%;
}

.footer-column h1 {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
}

.footer-subcontent {
    display: block;
    align-items: center;
    padding: 40px 10px 0 10px;
    position: relative;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.footer-info {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.15em !important;
    color: #fff;
}

.footer-logo-wrap {
    max-width: 100%;
    margin-bottom: 40px;
}

.footer-text-wrap {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.footer-subtext-wrap {
    float: left;
    max-width: 75%;
}

.footer-subtext-wrap p {
    color: #ccc;
}

.footer-text-wrap p {
    margin: 15px 0;
    font-weight: 500;
    color: #fff;
}

.footer-social-wrap {
    float: right;
    max-width: 25%;
    color: #ccc;
    opacity: 0.6;
}

.footer-social-wrap p {
    color: #ccc;
}

.td-social-icon-wrap {
    display: inline-block;
    margin: 0 0 10px 10px;
}

.td-social-icon-wrap a {
    color: #fff;
    text-align: center;
}

.td-social-icon-wrap a i {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 30px;
    position: relative;
}

.sub-footer {
    height: 36px;
    line-height: 36px;
    background: #222;
    color: #fff;
}

.footer-social-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.sub-footer-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.sub-footer-copy {
    color: #fff;
}

.footer a {
    line-height: 18px;
    color: #ccc;
}

.footer a:hover {
    color: #e5c600
}

.footer .top {
    padding-top: 8px;
}

.footer .top a {
    margin-left: 10px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .footer .top {
        width: 100%;
        text-align: center;
    }

    .footer .top a {
        color: #fff
    }
}

.elco-powered {
    line-height: 34px;
    font-size: 10px;
    text-align: center
}

@media (min-width: 768px) {
    .footer-info {
        float: left !important
    }

    .elco-powered {
        float: right !important
    }
}

.riq-info {
    background: #fff;
    border: 1px dotted #dadada;
    border-radius: 3px;
    padding: 20px;
    margin: 0 0 40px 0;
}

.panel-tabs {
    margin-left: 0; /*text-align:center;*/
    background: #065B8C
}

.panel-tabs > li {
    padding: 7px 15px 5px;
}

.panel-tabs > li:hover {
    border-bottom: 3px solid gold;
}

.panel-tabs > li:hover a {
    text-decoration: none;
}

.panel-tabs > li, .panel-tabs > li a {
    color: #fff;
}

.panel-tabs > li.active {
    border-bottom: 3px solid gold;
}

.panel-tabs > li.active a {
    color: gold
}

.tab-pane h5.title-form-group {
    border-bottom: 1px solid #dadada;
    padding: 5px 0;
    margin: 0 0 15px;
    text-transform: uppercase;
}

/* ADMIN    */
body.adminPage {
    padding-top: 60px;
}

.titlePage {
    margin-bottom: 20px;
}

.titlePage h2 {
    border-bottom: 1px solid #ddd;
    padding: 5px 0 0;
    margin-bottom: 0;
    font-weight: 400;
}

.titlePage h2 > i {
    margin-right: 10px;
    font-size: 24px;
    color: #333
}

.titlePage .pull-right {
    margin-top: -5px;
}

.titlePage.noBreadcrumb {
    margin-bottom: 0
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb li a {
    font-size: 10px;
    text-transform: uppercase;
}

.breadcrumb li.active {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.sidebar {
    margin-top: 30px;
}

.admin .sidebar, .news-page .sidebar, .page .sidebar {
    margin-top: 0;
}

.account .sidebar {
    margin-top: 0;
}

.login .sidebar {
    margin-top: 0;
}

/*.sidebar h5,.sidebar p,.sidebar a{font-size:12px;}*/

.widget {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #DADADA;
    border-radius: 3px;
    display: block;
    margin-bottom: 20px;
}

.widget-title {
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
    color: #333;
    font-weight: 700
}

.widget-list {
    overflow: hidden;
}

.widget-list ul {
    list-style: none;
    padding: 0;
}

.widget-list i {
    float: left;
    color: #ccc;
}

.widget-list ul > li {
    border-bottom: 1px dotted #dadada;
    overflow: hidden;
    position: relative;
    padding: 0 5px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.admin .widget-list ul > li {
    padding-right: 25px;
}

.widget-list ul > li:hover a { /*font-weight:700;transition: all .1s ease-in-out;*/
}

.widget-list ul > li a { /*color:#666;*/
}

.widget-list.image li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.president {
    height: 150px;
}

.president img {
    width: 100px;
    height: auto;
    float: left;
    margin-right: 5px;
}

.widget-list.image h5 {
    margin: 3px 0;
}

.widget-list.image small {
    font-size: 80%;
}

.widget-list .members li > i {
    margin-left: -4px;
    line-height: 41px;
    font-size: 28px;
    width: 34px;
}

.widget-list .members h5 {
    margin: 4px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-list .members small {
    font-size: 80%;
}

.widget-list .members li .icons-row {
    overflow: hidden;
    float: left;
    position: absolute;
    top: 0;
    right: 0
}

.widget-list .members li .icons-row a {
    padding: 8px;
    font-size: 120%;
    float: right;
}

.widget-list .members li p {
    margin: 2px 0 5px;
    line-height: 20px;
}

.widget-list .docs li i, i.download {
    line-height: 25px;
    font-size: 20px;
    margin-right: 5px;
}

.widget-list .docs a {
    margin: 5px 0 0;
    padding: 0;
    text-transform: capitalize;
    line-height: 25px;
}

.widget-list .social li img {
    width: 20px;
    height: 20px;
    margin: 2px 5px 2px 0;
}

.widget-list .social li {
    border: none
}

.widget-list .social a {
    margin: 5px 0 0;
    padding: 0;
    text-transform: capitalize;
    line-height: 25px;
}

.table-docs tbody tr td i {
    color: #999;
    margin-right: 10px;
    font-size: 20px;
    float: left;
}

.widget-news {
    list-style: none;
    padding: 0;
    overflow: hidden
}

.widget-news > li {
    border-bottom: 1px dotted #dadada;
    overflow: hidden;
    padding: 2px 0;
    position: relative;
    font-size: 12px;
}

.widget-news > li:hover a { /*font-weight:700;transition: all .1s ease-in-out;*/
}

.widget-news > li a {
    display: block;
    color: #666;
    padding: 5px 0 0;
    font-weight: 700;
    font-size: 12px;
}

.widget-table a {
    color: #666;
}

.widget-body {
    padding: 15px 0 0;
    overflow: hidden;
}

.widget-body h5 {
    text-transform: uppercase;
}

.widget-body-filter {
    padding: 15px 0 0;
}

.widget-footer {
    background: #fff;
    border: 1px solid #dadada;
    border-top: 0;
    margin: -20px 0 20px 0;
    padding: 5px;
}

.widget-sidebar {
    display: block;
    padding: 0;
    border: none;
    background: transparent;
    margin-bottom: 30px;
}

.widget-sidebar .widget-title {
    padding: 0 3px;
    margin-bottom: 5px;
    color: #666;
    border-bottom: 1px solid #DDD;
}

.widget-sidebar p, .widget-sidebar a, .widget-sidebar li, .widget-sidebar div {
    font-size: 12px;
}

.widget-anchor {
    font-size: 12px;
    font-style: italic
}

.widget .form-group {
    clear: both;
}

.login .widget-footer {
    text-align: center;
}

.wButtons {
    margin-top: 15px;
}

.footer .widget {
    background-color: transparent;
    padding: 20px;
    display: block;
    border: none;
    overflow: hidden;
    color: #fff;
    margin-bottom: 0;
}

.footer .widget-title {
    color: #fff;
}

.footer .widget-list > li a {
    color: #fff;
}

.footer-img-logo {
    margin-left: 20px;
}

.filtri .btn-group, .filtri .btn-group-vertical {
    border-radius: 2px;
    margin: 2px 1px;
    box-shadow: none;
    transition: none;
    border: 1px solid #dadada;
}

.filtri .btn-group:hover, .filtri .btn-group-vertical:hover {
    background: #f2f2f2;
    transition: all .2s ease-in-out;
}

.dashboard {
    margin-bottom: 40px;
}

#dashboard-row .widget {
    min-height: 270px;
}

.datiPersonali dd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

form .form-group .radio {
    float: left;
    display: inline;
}

form .radio, form .checkbox {
    min-height: 27px;
}

form .radio:after {
    content: "\00a0\00a0\00a0\00a0";
}

.ui-menu {
    list-style: none;
    border: 1px solid #dadada;
    background: #fff;
    padding: 0;
}

.ui-menu-item {
    padding: 5px 10px;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #065B8C !important;
    color: white !important;
    font-weight: bold;
}

.ui-state-default {
    border: none;
    background: none !important;
    font-weight: normal !important;
}

.lista > div {
    padding-left: 5px;
    padding-right: 5px
}

.div-list {
    margin: 5px 0;
    background: #fff;
    border: 1px solid #dadada;
    height: 50px;
    display: block;
}

.div-list:hover {
    background: #f2f2f2;
}

.div-list a {
    padding: 5px 10px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

.lista-membri > div {
    padding-left: 5px;
    padding-right: 5px;
}

.div-membro {
    background: #fff;
    border: 1px solid #DADADA;
    padding: 5px 10px;
    overflow: hidden;
    margin-bottom: 5px
}

.div-membro .carica {
    font-style: italic
}

.div-membro .membro {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.div-membro .email {
    font-size: 12px
}

.widget.info {
    min-height: 200px;
    padding: 20px 20px 10px;
}

.ora_fine {
    cursor: pointer;
    text-decoration: underline;
}

@-webkit-keyframes pulse_animation {
    0% {
        border-bottom: 1px solid #757575;
        background: transparent;
    }
    50% {
        border-bottom: 1px solid green;
        background: #ddd;
        transition: all .2s ease-in-out;
    }
    100% {
        border-bottom: 1px solid #757575;
        background: transparent;
    }
}

.pulse {
    -webkit-animation-name: 'pulse_animation';
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
}

.relatoreElaborato {
    list-style: circle;
    font-weight: 700;
    margin-left: 19px;
}

.decaduto, .moroso, .ui-widget-content a.decaduto, .ui-widget-content a.moroso {
    color: red
}

.mai-socio, .ui-widget-content a.mai-socio {
    color: rgb(7, 144, 255);
}

.ruolo-rifiutato {
    color: #d43f3a;
    font-weight: 700;
}

.ruolo-accettato {
    color: #4cae4c;
    font-weight: 700;
}

a.aEvento {
    text-decoration: underline;
    color: #666;
}

.ui-datepicker-year, .ui-datepicker-year * {
    color: black !important;
}

.ui-datepicker-month, .ui-datepicker-month * {
    color: black !important;
}

.ui-autocomplete {
    max-width: 550px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.ui-state-focus {
    background: #065B8C;
    color: #fff;
}

.ui-state-focus a {
    color: #fff;
}

.tooltip-inner {
    text-align: left;
}

.table-riviste p {
    font-size: 12px
}

.rivista-nome {
    font-weight: 700;
    color: #065B8C;
    margin-bottom: 10px;
}

.thumb-volantino img {
    margin: 5px auto;
}

@media (min-width: 990px) {
    .thumb-volantino img {
        max-height: 170px;
    }
}

.titolo-corso {
    font-weight: 700;
    color: #065B8C;
    margin-bottom: 20px;
    /*text-transform: capitalize;*/
}

.info-corso, .info-rivista {
    font-size: 12px;
    margin-bottom: 0;
}

.info-corso strong, .info-rivista strong {
    color: #666;
}

.d-block {
    display: block;
}

.tr-patrocinio {
    text-align: center
}

.patrocinio {
    width: 30px;
    height: 30px;
    background: url(../img/patrocinio.png) no-repeat center center;
    margin: 0 auto;
}

.filterBoxWeb {
    padding: 3px 10px;
}

/*  ARTICOLI    */
section.posts {
    padding: 0;
    margin: 30px 0 40px 0;
}

section.posts:first-of-type {
    margin-top: 0;
}

.articolo {
    background: white;
    clear: both;
    margin: 0 0 20px 0;
    position: relative;
    border: 1px solid #DFDFDF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.articolo header {
    margin-bottom: 10px;
    padding: 0 10px 0;
}

.articolo header h3 {
    color: #065B8C;
    margin: 10px 0 0;
    text-transform: initial;
    font-size: 1.4rem;
}

.articolo header h5 {
    margin: 5px 0 0;
    font-weight: 400;
    display: inline-block;
    font-size: 1.2rem;
}

.articolo time.bar-time {
    display: inline-block;
    font-size: 1.2rem;
    text-transform: capitalize;
    color: #999;
}

.articolo.sds {
    border-top: 3px solid #12D603
}

.articolo.sds header h5 {
    color: #0B9600;
}

.articolo.gr {
    border-top: 3px solid #FFA31D
}

.articolo.gr header h5 {
    color: #DC7606;
}

.articolo.news {
    border-top: 3px solid #5887A3
}

.articolo.news header h5 {
    color: #5887A3;
}

.articolo .img-articolo {
}

.articolo .img-articolo.limitImgHeight {
    /*max-height: 250px;*/
    overflow: hidden;
}

.articolo .img-articolo.limitImgHeight img {
    margin: auto;
}

.articolo blockquote {
    margin: 20px 10px;
    padding: 10px;
}

.articolo blockquote h3 {
    font-size: 12px;
}

.loadingArticle {
    background-color: #174E7C;
    color: white;
    width: 100%;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    line-height: 30px;
    margin-top: 30px;
}

.bacheca .loadingArticle {
    margin-top: 0
}

.articolo-documenti {
    margin: 20px 10px;
    border: none;
    border-left: 3px solid #ccc;
    background: #fff;
    padding: 0 10px;
}

.articolo-documenti h5 {
    margin: 0 0 10px
}

.articolo .articolo-testo {
    padding: 10px 10px 0;
}

.articolo-testo a {
    word-break: break-all;
}

.articolo .autore {
    padding: 10px 15px 0;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
    margin-top: 20px;
}

.mostraCommenti {
    font-size: 12px;
}

.commento-textarea {
    width: 100%;
    border: 1px solid #dcdee3;
    resize: none;
    padding: 5px;
    font-size: 12px;
}

.btn-commenti a {
    font-size: 12px;
}

.articolo footer {
    /*padding: 5px 15px;*/
    background: #F6F7F8;
    /*border-top: 1px solid #dcdee3;*/
}

.articolo footer p {
    font-style: italic;
    color: #999;
}

.articolo footer p {
    /*text-align: right;*/
    font-style: italic;
    color: #999;
}

i.link:hover {
    color: darkgray;
}

table.list-table tr td {
    border: 0;
    vertical-align: middle;
}

table.list-table tr th {
    border-bottom: 1px solid #ddd;
}

table.list-table li a {
    color: #666;
    font-weight: 400;
}

.aRiq {
    margin: 5px 0;
}

.aRiq a {
    display: block;
    height: 70px;
    background: #065B8C;
    padding: 5px 10px;
    color: #dadada;
    font-size: 12px;
}

.aRiq a:hover {
    background: #dadada;
    transition: all .1s ease-in-out;
    color: #000;
}

blockquote {
    background: #deebfc;
    border: 1px dotted #0064d2;
    border-left: 5px solid #0064d2;
}

blockquote.danger {
    background: #ffd6d6;
    border: 1px dotted #f44336;
    border-left: 5px solid #f44336;
}

blockquote#aggregati {
    background: #f44336;
    color: #fff;
}

blockquote.dove {
    padding: 4px 20px;
    background: #174E7B;
    border-radius: 3px;
    border-left: 5px solid #174E7B;
}

blockquote.dove p {
    font-size: 0.8em;
    text-align: center;
    color: #ffffff;
}

blockquote h3 {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0;
}

blockquote p {
    font-size: 12px;
}

blockquote li {
    font-size: 12px;
}

.form-control {
    padding: 3px;
}

select.form-control, input.form-control {
    background-color: #efefef;
}

li.success {
    background-color: #dff0d8
}

li.danger {
    background-color: #f2dede
}

li.info {
    background-color: #d9edf7
}

/*
#sortable li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; height: 1.5em; }
html>body #sortable li { height: 1.5em; line-height: 1.2em; }*/
.ui-state-highlight {
    /*height: 1.5em; line-height: 1.5em;*/
    background: yellow;
    overflow: hidden;
}

.ui-state-highlight:before {
    content: '\00a0';
}

.ui-sortable i {
    color: #666;
    font-size: 20px;
    margin-right: 6px;
    cursor: move
}

/* CORSO FAD PLAYLIST */
.widget.widget-video {
    background-color: #fff;
    padding: 10px;
    position: relative;
}

.video-holder {
    background: #333;
    padding: 10px;
}

.playlist-components {
    position: relative;
}

.playlist {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: auto;
}

.playlist li {
    padding-right: 20px;
}

.playlist li.active {
    background-color: #d9edf7
}

.playlist li:hover {
    cursor: pointer;
}

.playlist .poster, .playlist .description, .playlist .visto {
    display: inline-block;
    vertical-align: middle;
}

.playlist .description {
    width: 100%;
}

.playlist .title {
    font-weight: 700;
}

.playlist .author {
    font-size: 12px;
}

.playlist .visto {
    margin-left: 10px;
    background-color: #fff;
    color: #222;
    border: 1px solid #ddd;
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 3px;
}

.video-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 10px;
}

/* END CORSO FAD PLAYLIST */

.panel-sirm {
    border-color: #bce8f1;
}

.panel-sirm > .panel-heading {
    background-color: #065B8C;
}

.panel-sirm > .panel-heading {
    color: #fff;
    background-color: #065B8C;
    border-color: #bce8f1;
}

.pager.wizard {
    padding-left: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.pager .first a {
    margin-left: 5px;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    display: none
}

.error-box {
    margin-bottom: 15px;
    padding: 5px;
}

.error-box .error-list {
    font-size: 12px;
    color: red;
    font-weight: 700;
}

.panel-sirm .panel-body {
    padding: 0 10px;
}

textarea.form-control {
    background-color: #efefef;
    padding: 3px;
}

.bootstrap-datetime .form-control {
    display: inline-block;
    width: 40%;
    margin-right: 4%;
}

.articolo-testo p {
    line-height: inherit !important;
}

.blue {
    color: #065B8C;
}

.p-flat {
    margin: 0 0 5px;
    font-size: 0.8em;
}

a#aggiungiArticoliMobile {
    width: 90%;
    margin: 15px auto;
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 1em;
    background-color: #0C426F;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
}

.div-corso {
    display: inline;
    float: left;
}

.logo-sirm-barra-menu {
    position: absolute;
    top: 5px;
    left: 10px;
}

.back-sm-xs {
    background-color: #4cae4c;
    position: absolute;
    width: 100%;
    height: 100%;
}

.ui-helper-hidden-accessible {
    /*compariva nella pagina di assegna membro dicendo quanti risultati ha trovato*/
    display: none;
}

.dialog-assegna .ui-autocomplete-input {
    min-width: 300pt;
    padding: 8px;
    border: 0;
    border-bottom: 1px solid #898989;
    margin: 8px 8px 20px;
}

.panel-info > .panel-heading {
    background-color: #18507D;
}

.wTicket time.bar-time {
    display: inline-block;
    font-size: 1.2rem;
    text-transform: capitalize;
    color: #666;
    margin-bottom: 0;
}

.wTicket .label {
    font-size: 14px;
}

.wTicket .widget-title {
    margin-bottom: 0;
}

.wTicket .wStato {
    margin: 0 10px 0 0;
}

.wTicket blockquote {
    margin: 0 0 0;
    padding-bottom: 20px;
}

.ticket-i {
    color: blue
}

.ticket-a {
    color: red
}

.ticket-c {
    color: green
}

.container-admin {
    padding-bottom: 40px
}

.selDocCont {
    padding: 15px;
    border: 1px dotted #BCBCBC;
}

#divtableAllegabili {
    padding: 15px
}

.body-doc {
    max-height: 300px;
    overflow: auto;
    margin-bottom: 15px;
}

.ul-spaced {
    padding-left: 20px;
    list-style-type: square;
}

.ul-spaced li {
    margin: 10px 0;
}

.widget-list ul.ul-normal > li {
    white-space: normal;
}

.riqWizard {
    background: #f1f1f1;
    border-radius: 4px;
    padding: 5px 10px 1px;
    margin: 10px 0;
}

.riqWizard h4 {
    margin-bottom: 25px;
}

.riqWizard p {
    margin-left: 10px;
}

.table-assic {
}

.table-assic > tbody > tr > td {
    padding: 3px;
    line-height: 25px;
}

.table-assic > thead > tr > th {
    vertical-align: middle;
}

.table-assic td .settore {
    line-height: 25px;
}

.table-assic .radio, .table-assic .checkbox {
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.table-assic .radio label span {
    top: 5px;
}

.pager .totale {
    line-height: 30px;
}

.iframe-modulo-adesione {
    width: 100%;
    height: 600px;
    border: 1px solid #ccc;
}

#chkConfermaModuloAdesione, #chkConfermaInterm {
    margin-left: 20px;
    display: inline;
}

.titolo-corso a.volantino {
    font-size: 11px;
}

.micro-consiglio {
    font-size: 9px;
}

#wrap-content {
    padding-bottom: 20px;
}

.questionario .radio {
    margin-right: 30px;
}

.questionario .radios {
    margin-left: 30px;
}

.questionario .domanda {
    margin: 10px 30px;
}

.questionario .radio label {
    padding-left: 35px;
}

.questionario .btn-iscrizione {
    margin-bottom: 20px;
}

label.error {
    color: red;
}

.socioCorretto, .verificaInCorso {
    color: green;
    font-size: 14px;
    font-weight: bold;
    margin-left: 6px;
    text-transform: none;
}

.verificaInCorso {
    font-size: 12px;
}

.table-pagamenti.table > tbody > tr > td {
    font-size: 12px;
    padding: 5px 8px;
}

.tdCenter {
    text-align: center;
}

.sLink {
    text-align: center;
    margin-top: 15px;
    padding: 0 10px;
}

.sTitle {
    border-bottom: 1px solid #065B8C;
    color: #065B8C;
    padding: 0 0 1px;
    text-align: left;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.sWhite {
    display: block;
    background-color: #fff;
}

.sLink img {
    margin: 0 auto;
}

#cookie-bar {
    background: #111111;
    height: auto;
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 3px 0;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}

#cookie-bar p {
    margin: 0;
    padding: 0;
}

#cookie-bar a {
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px;
}

#cookie-bar .cb-enable {
    background: #007700;
}

#cookie-bar .cb-enable:hover {
    background: #009900;
}

#cookie-bar .cb-disable {
    background: #990000;
}

#cookie-bar .cb-disable:hover {
    background: #bb0000;
}

#cookie-bar .cb-policy {
    background: #0033bb;
}

#cookie-bar .cb-policy:hover {
    background: #0055dd;
}

.assi-tipo-titolo {
    padding-top: 8px;
    color: #0089A8;
    height: 75px;
}

.assi-tipo-titolo strong {
    text-decoration: underline;
}

.assi-descrizione {
    color: gray;
}

.red {
    color: #bb0000;
    font-size: 1.2em;
}

.top5 {
    margin-top: 5px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.pt10 {
    padding-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top30 {
    margin-top: 30px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] {
    background-color: #eeeeee;
    color: #BBBBBB;
}

.pEspandi {
    margin-bottom: -20px;
}

.aDocDisabilitato {
    text-decoration: none !important;
    color: black !important;
    cursor: default;
}

#resFind {
    display: block;
    margin: 5px auto;
    font-size: 12px;
}

.widget-abstract {
}

.widget-abstract blockquote {
    border: none;
    background: none;
    border-left: 3px solid #ccc;
    padding: 0 10px;
    margin-top: 18px
}

.widget-abstract p {
    font-size: 12px;
    font-weight: 500;
}

.widget-abstract .row-abstract { /*border-bottom:1px dotted #ccc;*/
    padding: 10px 0 0;
}

.widget-abstract dd {
    margin-bottom: 15px;
}

.limit-reached {
    color: red
}

.table-abstract tbody tr td {
    vertical-align: middle;
}

.table-abstract tbody tr td i {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 2px 0;
}

.table-abstract tbody tr td a.btn-default i {
    color: #065B8C
}

.table-abstract .btn-small {
    margin: 2px;
}

ul.autori input[type=text] {
    text-transform: capitalize;
}

.zero-top {
    margin-top: 0;
}

ul.autori {
    padding-left: 0;
}

ul.autori > li {
    display: block;
    list-style: none;
    overflow: hidden;
}

ul.autori > li > div {
    display: inline;
    float: left;
}

ul.autori > li > .btn {
    display: inline;
    float: left;
    margin-top: 31px;
}

ul.autori > li .form-group {
    display: inline-block;
    margin: 5px 15px 10px 0
}

ul.autori > li .form-group label {;
}

ul.autori > li .form-group input {
    width: 300px;
}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
    .checkbox input[type="checkbox"]:checked + .checkbox-material .check, .checkbox-default input[type="checkbox"]:checked + .checkbox-material .check {
        background: #4CAF50
    }
}

.container-iscrizione p {
    font-size: 13px;
}

.container-iscrizione .checkbox {
    padding-top: 10px;
}

.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: 5px;
}

.confirmElimina {
    padding: 2px 7px;
}

/*IE VECCHI*/
.ieold .radio input[type=radio] {
    opacity: 1;
    height: auto;
    width: auto;
    overflow: hidden
}

.ieold .checkbox input[type=checkbox] {
    opacity: 1;
    position: inherit;
    margin: 0;
    z-index: 9999;
    width: auto;
    height: auto;
    overflow: hidden;
    left: 0;
    pointer-events: none
}

.ieold .caret {
    border-top-style: solid;
}

.ieold .form-control {
    background-color: #f2f2f2;
}

.ieold .panel {
    border: 1px solid #ccc;
}

.ieold .alert-danger {
    color: #222
}

.ieold .dropdown.open {
    z-index: 999999;
    border: 1px solid #ccc
}

/*FINE IE VECCHI*/

.img-centered {
    max-width: 600px;
    margin: 0 auto;
}

.header-sindacato {
    padding: 15px 15px 6px;
    margin-top: 30px;
    position: relative;
    background: url(../img/sindacato.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/sindacato.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/sindacato.jpg', sizingMethod='scale')";
}

.header-sindacato h3 {
    background: #154C7A;
    background: rgba(21, 76, 122, 0.7);
    color: #fff;
    display: table;
    padding: 10px;
    margin: 0 0 60px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.header-sindacato h5 {
    background: #eee;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: table;
}

.logo-snr {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.widget-sindacato {
    border-radius: 0 0 3px 3px
}

ul.list-sindacato {
    list-style: square;
    padding-left: 15px;
}

ul.list-sindacato > li {
    font-size: 13px;
    margin: 5px 0;
}

.widget-sindacato p {
    font-size: 13px;
}

.tiles {
    display: block;
    margin: 30px auto;
    text-align: center;
}

.tiles .tile {
    display: inline-block;
    margin: 3px 2px;
    padding: 3px;
    text-align: center;
    background: #065B8C;
    font-size: 11px;
    border: 1px solid #0C426F;
    transition: all .2s ease-in-out;
}

.tiles .tile:hover {
    background: #0C426F;
    transition: all .2s ease-in-out;
}

.tiles .tile:last-child {
    margin-right: 0;
}

.tiles .tile a {
    font-size: 10px;
    color: #fff !important;
    vertical-align: middle;
    width: 82px;
    height: 82px;
    display: block;
    position: relative;
}

.tiles .tile a i {
    font-size: 50px;
    position: absolute;
    top: 15%;
    left: 24%;
    color: rgb(144, 197, 228);
    transition: all .2s ease-in-out;
}

@media (min-width: 370px) {
    .tiles .tile a {
        font-size: 11px;
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 768px) {
    .tiles .tile {
        margin: 2px 1px;
        padding: 2px;
    }

    .tiles .tile a i {
        font-size: 40px;
        top: 14%;
        left: 20%;
    }

    .tiles .tile a {
        width: 68px;
        height: 68px;
    }
}

@media (min-width: 992px) {
    .tiles .tile {
        margin: 3px 2px;
        padding: 3px;
    }

    .tiles .tile a i {
        font-size: 50px;
        top: 15%;
        left: 24%;
    }

    .tiles .tile a {
        font-size: 12px;
        width: 89px;
        height: 89px;
    }
}

.tiles .tile a:hover i {
    color: #FFD700;
    transition: all .2s ease-in-out;
}

.tiles .tile a span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.tiles .tile.disabled {
    background: #ddd;
    border-color: #ccc
}

.tiles .tile.disabled a span {
    color: #bbb
}

.tiles .tile.disabled a i {
    color: #ccc
}

.widget-list ul > li {
    padding: 0;
}

.widget-list ul > li a {
    color: #333;
    padding: 3px;
}

.widget-list ul > li:hover {
    background: #ddd;
}

.widget-list ul > li a:hover {
}

.widget-list ul > li a.widget-anchor {
    color: #0C426F
}

.widget-list ul.members > li {
    border: none;
}

.widget-list ul.members > li:hover {
    background: transparent;
}

.btn-big {
    padding: 15px;
    font-size: 16px;
}

blockquote.stato-iscrizone {
    padding: 5px;
    background: #fff;
}

.widget {
    /*min-height: 250px;*/
    position: relative;
    /*padding-bottom: 10px;*/
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.widget::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    background-size: cover;
    background-position: center;
}

.widget:hover::before {
    opacity: 1;
}

.testo-widget > p {
    color: #fff !important;
}

.titolo {
    color: #fff !important;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 300;
}

#bottom {
    position: absolute;
    bottom: 29px;
    right: 20px;
}

.widget-bacheca {
    min-height: 250px;
}

.widget-custom-minHeight {
    min-height: 165px;
    padding: 20px;
}

.widget.corsi {
    background-image: url("../img/corsi1.jpg");
}

.widget.corsi::before {
    background-image:url("../img/corsi2.jpg");
}

.widget.corsiIstituzionali {
    background-image: url("../img/corsi1.jpg");
}

.widget.corsiIstituzionali::before {
    background-image:linear-gradient(-135deg, rgba(0,101,209,0.4), #0064d2), url("../img/corsi2.jpg");
}

.widget.corsiPatrocinati {
    background-image: url("../img/eventi-ist.jpg");
}

.widget.corsiPatrocinati::before {
    background-image:linear-gradient(-135deg, rgba(0,101,209,0.4), #0064d2), url("../img/eventi-ist.jpg");
}

.widget.corsiResidenziali {
    background-image: url("../img/corsi-patrocinati.jpg");
}

.widget.corsiResidenziali::before {
    background-image: linear-gradient(-135deg, rgba(0,101,209,0.4), #0064d2), url("../img/corsi-patrocinati.jpg");
}

.widget.corsiFondazione {
    background-image:linear-gradient(-135deg, rgba(0,0,0,0.3) 42%, rgba(0,0,0,0.3) 95%), url('../img/corsi-fondazione-bacheca.jpg');
}

.widget.corsiFondazione::before {
    background-image:linear-gradient( -135deg,rgba(0,101,209,0.4),#0064d2 ), url('../img/corsi-fondazione-bacheca.jpg');
}

.widget.corsiWebinar {
    background-image: url("../img/webinar.jpg");
}

.widget.corsiWebinar::before {
    background-image:linear-gradient( -135deg,rgba(0,101,209,0.4),#0064d2 ), url("../img/webinar.jpg");
}

.widget.corsiWebinar2 {
    background-image: url("../img/webinar_patrocinati.jpg");
}

.widget.corsiWebinar2::before {
    background-image:linear-gradient( -135deg,rgba(0,101,209,0.4),#0064d2 ), url("../img/webinar_patrocinati.jpg");
}

.widget.corsiWebinarFondazione {
    background-image: url("../img/webinar.jpg");
}

.widget.corsiWebinarFondazione:before {
    background-image:linear-gradient( -135deg,rgba(0,101,209,0.4),#0064d2 ), url("../img/webinar.jpg");
}

.widget.corsiFAD {
    background-image: url("../img/fad.jpg");
}

.widget.corsiFAD::before {
    background-image:linear-gradient( -135deg,rgba(0,101,209,0.4),#0064d2 ), url("../img/fad.jpg");
}

.widget.corsiFAD2 {
    background-image: url("../img/fad-patrocinato.jpg");
}

.widget.corsiFAD2::before {
    background-image:linear-gradient( -135deg,rgba(0,101,209,0.4),#0064d2 ), url("../img/fad-patrocinato.jpg");
}

.widget.corsiPresenza {
    background-image: url("../img/eventi-ist.jpg");
}

.widget.corsiPresenza::before {
    background-image:linear-gradient( -135deg,rgba(0,101,209,0.4),#0064d2 ), url("../img/eventi-ist.jpg");
}

.widget.eventiPresenza {
    background-image: url("../img/header_cardello-1140x1024.jpg");
}

.widget.eventiPresenza::before {
    background-image:linear-gradient( -135deg,rgba(0,101,209,0.4),#0064d2 ), url("../img/header_cardello-1140x1024.jpg");
}

.widget.attestati {
    background-image: url("../img/attestati1.jpg");
}

.widget.attestati::before {
    background-image:url("../img/attestati2.jpg");
}

.widget.pagamenti {
    background-image: url("../img/pagamenti1.jpg");
}

.widget.pagamenti::before {
    background-image:url("../img/pagamenti2.jpg");
}

.widget.profilo {
    background-image: url("../img/profilo1.jpg");
}

.widget.profilo::before {
    background-image:url("../img/profilo2.jpg");
}

.widget.assicurazione {
    background-image: url("../img/assicurazione1.jpg");
}

.widget.assicurazione::before {
    background-image:url("../img/assicurazione2.jpg");
}

.widget.assicurazioneInfo {
    background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 0%), url("../img/assicurazioneInfo1.jpg");
}

.widget.assicurazioneInfo::before {
    background-image: linear-gradient(-135deg, rgba(0,101,209,0.4), #0064d2), url("../img/assicurazioneInfo1.jpg");
}

.widget.assicurazioneCertificati {
    background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 0%), url("../img/assicurazioneCertificati.jpg");
}

.widget.assicurazioneCertificati::before {
    background-image: linear-gradient(-135deg, rgba(0,101,209,0.4), #0064d2), url("../img/assicurazioneCertificati.jpg");
}

.widget.biblioteca {
    background-image: url("../img/biblioteca1.jpg");
}

.widget.biblioteca::before {
    background-image:url("../img/biblioteca2.jpg");
}

.widget.profilo-scientifico {
    background-image: url('../img/profilo-scientifico-bacheca.jpg');
}

.widget.profilo-scientifico::before {
    background-image: url('../img/profilo-scientifico-bacheca2.jpg');
}

.widget.riviste {
    background-image:linear-gradient(-135deg, rgba(0,0,0,0.5) 42%, rgba(0,0,0,0.5) 95%), url('../img/riviste-bacheca.jpg');
}

.widget.riviste::before {
    background-image:linear-gradient(-135deg, rgba(0,121,255,0.4) 10%, rgba(0,68,143,0.8) 42%, rgba(0,75,184,0.85) 75%), url('../img/riviste-bacheca.jpg');
}

.widget.email-bacheca {
    background-image:linear-gradient(-135deg, rgba(0,0,0,0.3) 42%, rgba(0,0,0,0.3) 95%), url('../img/email-bacheca.jpg');
}

.widget.email-bacheca::before {
    background-image:linear-gradient(-135deg, rgba(0, 92, 194, 0.4) 10%, rgba(0, 50, 105, 0.65) 42%, rgba(0, 52, 129, 0.85) 75%), url('../img/email-bacheca.jpg');
}

.widget.questionario {
    background-image:linear-gradient(-135deg, rgba(0,0,0,0.5) 42%, rgba(0,0,0,0.5) 95%), url('../img/questionario-bacheca.jpg');
}

.widget.questionario::before {
    background-image:linear-gradient(-135deg, rgba(0,121,255,0.4) 10%, rgba(0,68,143,0.8) 42%, rgba(0,75,184,0.85) 75%), url('../img/questionario-bacheca.jpg');
}

.widget.il-radiologo {
    background-image:linear-gradient(-135deg, rgba(0,0,0,0.3) 42%, rgba(0,0,0,0.3) 95%), url('../img/il-radiologo.jpg');
}

.widget.jmiir {
    background-image:linear-gradient(-135deg, rgba(0,0,0,0.3) 42%, rgba(0,0,0,0.3) 95%), url('../img/jmiir.jpg');
}

.widget.radiologia-medica {
    background-image:linear-gradient(-135deg, rgba(0,0,0,0.3) 42%, rgba(0,0,0,0.3) 95%), url('../img/radiologia-medica.png');
}

.widget.journal-radiology-review {
    background-image:linear-gradient(-135deg, rgba(0,0,0,0.3) 42%, rgba(0,0,0,0.3) 95%), url('../img/journal-of-radiological-review.png');
}

/*Start css icona notifica*/
.notifica {
    padding: 5px 2px;
    box-shadow: none !important;
    background-color: transparent !important;
    transition: border ease-out 250ms;
}

.notification-icon {
    vertical-align: middle;
    position: relative;
    top: 0;
    font-size: 1.5em;
    background-color: transparent;
    user-select: none;
    color: #ffffff;
    transition: color 150ms;
}

.navbar-default .navbar-nav > .open > a > div > i, .navbar-default .navbar-nav > .open > a:hover > div > i, .navbar-default .navbar-nav > .open > a:focus > div > i {
    color: #0c426f;
}

#liNotifica:hover a > div > i {
    color: #547f98;
}

.notify {
    -webkit-animation-name: swing;
    -webkit-animation-duration: 500ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
    }
}

.hasNotifications {
    display: block;
    content: "";
    position: absolute;
    bottom: -12px;
    right: -12px;
    border: 1px solid #fff;
    width: 8px; height: 8px;
    border-radius: 60px;
    background-color: #0064d2;
    transition: all 100ms;
    opacity: 0;
}

.hasNotifications-active {
    opacity: 1;
}

.animate-swing {
    bottom: -3px;
    right: -3px;
}

.navbar-nav .open .notificationPanel {
    max-width: 350px !important;
}

.notificationPanel {
    width: 350px;
    height: auto;
    background: #fff;
    position: absolute;
    display: none;
    top: 55px;
    border-top: 2px solid #e5c600;
    padding: 0;
    max-height: 500px;
}

@media only screen and (min-width: 1200px) {
    .notificationPanel {
        top: 55px;
    }

    .notificationPanel:before {
        content: "";
        position: absolute;
        top: -30px;
        right: -3px;
        transform: translateX(-50%);
        border: 15px solid;
        border-color: transparent transparent #e5c600 transparent;
    }
}

@media only screen and (min-width: 770px) and (max-width: 1199px) {
    .notificationPanel {
        top: 75px;
    }

    .notificationPanel:before {
        content: "";
        position: absolute;
        top: -30px;
        right: -3px;
        transform: translateX(-50%);
        border: 15px solid;
        border-color: transparent transparent #e5c600 transparent;
    }
}

.notificationTitle {
    padding: 10px 15px 10px 15px;
    font-size: large;
    /*border-bottom: 1px solid #dbdaff;*/
}

.notificationsTitleText {
    vertical-align: middle;
}

.notificationTitle .badge {
    margin-left: 5px;
    background-color: white;
    border: 2px solid #0064d2;
    color: #535353;
}

.notifyItemBadge {
    display: block;
    content: "";
    position: absolute;
    top: 40%;
    left: 3px;
    border: 1px solid #fff;
    width: 8px; height: 9px;
    border-radius: 60px;
    background-color: #0064d2;
    opacity: 0;
}

.notifyItemBadge-active {
    opacity: 1;
}

.navbar-nav .open .notificationPanel li.list-group-item:hover, .navbar-nav .open .notificationPanel li.list-group-item:focus {
    text-decoration: none;
    color: #0c426f;
    background-color: #e5c600;
}

.notificationPanel > li > div > .notify_item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #dbdaff;
}

.notificationPanel .notifyItem:last-child {
    border-bottom: 0;
}

.notificationPanel .notifyItem .notifyItemBadge {
    margin-right: 15px;
}

.notificationPanel .notifyItem .notifyInfo p {
    margin: 5px;
}

.notificationPanel .notifyItem .notifyInfo p span {
    margin-left: 5px;
}

.notificationPanel .notifyItem .notifyInfo p span a, .notificationPanel li .notifyItem .notifyInfo p a:focus {
    background-color: transparent!important;
}

.notificationPanel .notifyItem .notifyInfo .notifyTime {
    color: #c5c5e6;
    font-size: 12px;
}

.list-notifiche {
    border-left: none;
    border-right: none;
}

/*Fine css icona notifica*/

.home-tiles {
    display: block;
    margin: 0;
}

.home-tiles .tile {
    margin: 0 1px 1px 5px;
    padding: 4px 15px;
    border-color: #4d9ae1;
    background-color: #5aa1e3;
    font-size: 11px;
    /*border: 1px solid #0C426F;*/
    transition: all .2s ease-in-out;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

.home-tiles .tile:hover {
    background-color: #4d99e1;
    transition: all .2s ease-in-out;
}

.home-tiles .tile a {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    display: block;
}

.home-tiles .tile a:hover {
    color: #fff!important;
}

.home-tiles .tile:active {
    border-color: #f0f0f0!important;
    background-color: #f8f8f8!important;
}

.home-tiles .tile:active a span {
    color: #666!important;
}

.home-tiles .tile:active a i {
    color: #666!important;
}

.home-tiles .tile a i {
    /*float: right;*/
    font-size: 20px;
    line-height: 40px;
    color: rgb(144, 197, 228);
    /*transition: all .2s ease-in-out;*/
    padding-right: 10px;
}

.home-tiles .tile a:hover i {
    color: #fff;
    /*transition: all .2s ease-in-out;*/
}

@media (min-width: 768px) {
    .congresso #wrap-content {
        padding: 20px 0
    }

    .congresso.ver2 #wrap-content {
        padding: 0 0 20px
    }

    .napoli {
        height: 255px;
        margin: 0 -10px 30px;
    }

    .home-tiles {
        display: block;
        margin: 0 auto;
    }

    .home-tiles .tile a {
        font-size: 12px;
        line-height: 50px;
        color: #fff;
        display: block;
    }

    .home-tiles .tile a i {
        /*float: right;*/
        font-size: 30px;
        line-height: 50px;
        color: rgb(144, 197, 228);
        /*transition: all .2s ease-in-out;*/
    }
}

.congresso .sidebar {
    margin-top: 0;
}

.congresso .sidebar .home-tiles .tile {
    margin: 0 0 1px 0;
}

.congresso .sidebar .home-tiles .tile a {
    line-height: 30px;
}

.congresso .sidebar .home-tiles .tile a i {
    font-size: 14px;
    line-height: 30px;
}

.congresso .titlePage h2 {
    margin-top: 0;
    padding: 0;
    font-size: 24px;
}

.congresso .breadcrumb {
    margin-top: -3px;
}

.congresso .lettera .widget-body p {
    font-style: italic;
}

.congresso .persone {
    margin: 30px 0 25px;
}

.congresso .persone .persona {
    padding: 0 15px;
}

.congresso .persone .persona img {
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
}

.congresso .persone .persona span {
    padding: 0 5px;
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin: 7px 0 0;
}

.congresso .persone .persona small {
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .congresso .persone .persona {
        padding: 0 5px;
    }
}

.congresso.ver2.landing #wrap-content {
    padding: 25px 0 20px
}

.congresso.ver2.landing .napoli-960 {
    margin-bottom: 25px;
}

.congresso.ver2.landing .persone {
    margin: 0 0 15px;
}

.congresso.ver2.landing .persona {
    padding: 0 15px
}

.congresso.ver2.landing .sidebar .home-tiles .tile a {
    line-height: 41px;
}

.congresso.ver2.landing .sidebar .home-tiles .tile a i {
    font-size: 14px;
    line-height: 41px;
}

.congresso .home-tiles .tile.tileMostraOltremare {
    height: 120px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #B5AA6F;
}

.congresso .home-tiles .tile.tileMostraOltremare a {
    height: 120px;
    padding: 0;
}

.congresso .home-tiles .tile.tileNapoli {
    height: 120px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #4170B4;
}

.congresso .home-tiles .tile.tileNapoli a {
    height: 120px;
    padding: 0;
    position: relative;
}

.congresso .home-tiles .tile.tileNapoli span {
    position: absolute;
    top: -6px;
    left: 15px;
}

@media (min-width: 768px) {
    .congresso .home-tiles .tile.tileMostraOltremare {
        height: 60px;
    }

    .congresso .home-tiles .tile.tileNapoli {
        height: 60px;
    }
}

@media (min-width: 992px) {
    .congresso .home-tiles .tile.tileMostraOltremare {
        height: 90px;
    }

    .congresso .home-tiles .tile.tileNapoli {
        height: 90px;
    }
}

.google-maps {
    position: relative;
    padding-bottom: 45%;
    height: 0;
    overflow: hidden;
    margin: 40px 5px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.youtube-congresso {
    position: absolute;
    top: 10px;
    right: 10px;
}

.congresso .col-xs-1, .congresso .col-sm-1, .congresso .col-md-1, .congresso .col-lg-1, .congresso .col-xs-2, .congresso .col-sm-2, .congresso .col-md-2, .congresso .col-lg-2, .congresso .col-xs-3, .congresso .col-sm-3, .congresso .col-md-3, .congresso .col-lg-3, .congresso .col-xs-4, .congresso .col-sm-4, .congresso .col-md-4, .congresso .col-lg-4, .congresso .col-xs-5, .congresso .col-sm-5, .congresso .col-md-5, .congresso .col-lg-5, .congresso .col-xs-6, .congresso .col-sm-6, .congresso .col-md-6, .congresso .col-lg-6, .congresso .col-xs-7, .congresso .col-sm-7, .congresso .col-md-7, .congresso .col-lg-7, .congresso .col-xs-8, .congresso .col-sm-8, .congresso .col-md-8, .congresso .col-lg-8, .congresso .col-xs-9, .congresso .col-sm-9, .congresso .col-md-9, .congresso .col-lg-9, .congresso .col-xs-10, .congresso .col-sm-10, .congresso .col-md-10, .congresso .col-lg-10, .congresso .col-xs-11, .congresso .col-sm-11, .congresso .col-md-11, .congresso .col-lg-11, .congresso .col-xs-12, .congresso .col-sm-12, .congresso .col-md-12, .congresso .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px
}

.gestione .listaGestori li {
    padding: 3px 5px;
    background: #fff;
}

.gestione .listaGestori li:hover {
    background: transparent;
}

.mce-panel {
    border: 0 solid #DADADA;
}

body.be {
    margin: 0;
}

.be #wrap-content {
    padding: 0;
}

.be .be-container {
    width: 100%;
    display: block;
}

.header-be {
    padding: 15px 15px 6px;
    margin: 30px 0 10px;
    position: relative;
}

.header-be h3 {
    background: #FF7F00;
    color: #fff;
    display: table;
    padding: 10px;
    margin: 0 0 23px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.header-be .absolute-top-right {
    position: absolute;
    right: 45px;
    top: 22px; /*text-align:center;*/
}

.header-be h5 {
    background: #eee;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: table;
}

.logo-be {
    width: 440px;
}

.widget-be {
    border-radius: 0 0 3px 3px
}

ul.list-be {
    list-style: square;
    padding-left: 15px;
}

ul.list-be > li {
    font-size: 13px;
    margin: 5px 0;
}

.widget-be p {
    font-size: 13px;
}

a.btn-be {
    margin-top: 10px;
    background: #065B8C;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.symbol {
    display: inline-block;
    border-radius: 50%;
    border: 5px double white;
    width: 30px;
    height: 30px;
}

.symbol-empty {
    background-color: #ccc;
}

.symbol-filled {
    background-color: black;
}

.rating-symbol {
    font-size: 30px;
    cursor: pointer;
}

#valutazioneDataTable .label {
    display: block;
    line-height: 1.5;
    margin: 0 2px;
    cursor: default
}

td.tdValutatore > span {
    text-transform: capitalize
}

.div404 {
    text-align: center;
}

.div404 h3 {
    font-size: 400px;
    text-align: center;
    color: #ccc;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 340px;
}

.div404 p {
    color: #CCC;
    text-transform: uppercase;
    font-size: 65px;
    font-weight: 300;
}

.header-homepage blockquote {
    margin: 20px 0 0
}

.header-homepage blockquote h3 {
    font-size: 12px;
}

.header-homepage blockquote p {
    font-size: 12px;
}

.modal-body {
    width: 100%;
}

.tile.gold {
    background: #e5c600;
    border: 1px solid #D8B600;
}

.tile.gold a {
    color: #065B8C
}

.tile.gold:hover a {
    color: #e5c600
}

.tile.gold a i {
    color: #065B8C
}

#televoto-container {

}

.televoto #attesa {
    margin: 0 auto;
    padding-left: 40px;
    height: 300px;
    line-height: 300px;
    width: 300px;
    font-weight: bold;

    background: url(../img/loading1.gif) left center no-repeat;
}

.televoto-admin .progress {
    height: 18px;
    margin-bottom: 0;
}

.televoto .domanda {
    padding: 0 5px;
}

.televoto .domanda-testo {
    background: #fff;
    border: 1px dotted #333;
    padding: 7px 10px;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 30px;
}

.televoto ul.domanda-opzioni {

}

.televoto ul.domanda-opzioni li {
    white-space: pre-line;
    font-size: 13px;
    padding: 10px 10px;
}

.td-voti, .td-per {
    text-align: center;
}

fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #065B8C
}

tr.corretta > td {
    background: #49bd41;
    color: #fff;
}

.modal-content .modal-body {
    padding: 24px 24px 16px;
}

.widget-slide {
    text-align: center;
}

.slide-title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    margin-bottom: 20px;
    background: url(../img/congresso/sfondo-shade.jpg) center no-repeat;
    width: 200px;
    height: 133px;
    line-height: 133px;
}

#slide_body {
    text-align: center;
}

.slide-proiettata .slide-title {
    font-size: 45px;
}

.slide-testo {
    margin-bottom: 20px;
    text-align: center;
    margin-left: 220px;
}

.slide-testo > div {
    font-size: 30px;
    text-align: left;
    display: inline-block;
}

.slide-proiettata .slide-testo {
    font-size: 30px;
}

.slide-immagine {
    display: block;
    overflow: hidden;
}

.slide-proiettata .slide-immagine {
    margin: 0 auto;
}

.sameH {
    min-height: 400px;
}

.list-slides {
    overflow: auto;
    height: 335px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 2px 2px 17px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 2px 2px 17px -6px rgba(0, 0, 0, 0.75);
    box-shadow: inset 2px 2px 17px -6px rgba(0, 0, 0, 0.75);
}

.list-slides > li {
    overflow: hidden;
    border-bottom: 1px dotted #666;
    padding: 5px;
}

.list-slides > li.active {
    background: #eee;
}

.list-slides > li h5 {
    line-height: 50px;
    margin: 0;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-slides > li h5.h5noIMG {
    padding-left: 65px
}

.list-slides > li img {
    float: left;
    min-width: 50px;
}

/*.slide-container{position:absolute;}*/

.slide-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slide-container .widget {
    font-size: 20px;
}

#proiettore-container {
    padding: 20px;
}

.table-slide {
    min-width: 1200px;
}

.table-slide th {
    text-align: center;
}

.table-risultati td:nth-child(1) {
    text-align: left;
}

nav.side-eposter {
    padding-left: 0;
    margin-top: 0;
}

nav.side-eposter > ul {
    background: #fff;
    border: 1px solid #ccc
}

/*snackbar - pupup che nascono dal basso https://goo.gl/X52wfv */

#snackbar-container {
    position: fixed;
    left: 20px;
    bottom: 0;
    z-index: 99999
}

.snackbar {
    overflow: hidden;
    clear: both;
    min-width: 288px;
    max-width: 568px;
    cursor: pointer;
    opacity: 0
}

.snackbar.snackbar-opened {
    height: auto;
    opacity: 1
}

@media (max-width: 767px) {
    #snackbar-container {
        left: 0 !important;
        right: 0;
        width: 100%
    }

    #snackbar-container .snackbar {
        min-width: 100%
    }

    #snackbar-container [class="snackbar snackbar-opened"] ~ .snackbar.toast {
        margin-top: 20px
    }

    #snackbar-container [class="snackbar snackbar-opened"] {
        border-radius: 0;
        margin-bottom: 0
    }
}

/*Tema snackbar*/
.snackbar {
    background-color: #323232;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    height: 0;
    -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
    -moz-transform: translateY(200%);
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
}

.snackbar.snackbar-opened {
    padding: 14px 15px;
    margin-bottom: 20px;
    height: auto;
    -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
}

.snackbar.toast {
    border-radius: 200px;
}

.navbar-widget {
    background-color: #fff;
    border: 1px solid #DADADA;
    border-radius: 3px;
}

.badge-notify {
    background: red;
    position: relative;
    top: -20px;
    left: -35px;
}

.sezione_membri {
    font-size: 85%;
}

.categoria-articolo {
    font-size: 95%;
}

.liCarrello .badge {
    display: inline !important;
    background-color: #e5c600 !important;
    position: initial !important;
}

h3.widget-title {
    font-size: 15px;
}