#page-title {
    padding: 1rem 0;
}
.mfp-iframe-holder .mfp-content {
    max-width: 70%;
}
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.styled-table  td.active ,th.active {
    font-weight: bold;
    color: #009879;
    background-color:  #f7e083;
}
.styled-table td.strong {
    font-weight: bold;
}
.styled-table td.bianco {
    text-align: right;
    padding-right: 6px;
    background-color: #ffffff;
    color:black;
}
caption {
    display: table-caption;
    text-align: center;
    caption-side: top;
    font-weight: bold;
}
.top-cart-content {

    width: 600px;
}


/*230622 - STEFANO*/
.flip-card-front {
    background: #F5F5F5;
    border:1px solid rgb(238, 238, 238)
}
.flip-card-front::after, .flip-card-back::after {
    background-color: transparent;
}
.flip-card-back {
    background:#6c757d
}
.card-image {
    max-width:250px
}

#inner-menu {
    border-bottom:1px solid #e6e6e6;
    padding:1rem 0;
    background-color:#F5F5F5
}
#inner-menu-lavoratore {
    border-bottom:1px solid #f3f3f3;
    padding:0.75rem 0;
    background-color:#fcfcfc
}
#inner-menu .btn-group .btn {
    font-size:1.1rem;
}
#inner-menu-lavoratore .btn-group .btn {
    font-size:1rem;
}
#inner-menu #breadcrumb-section.breadcrumb,
#inner-menu-lavoratore #breadcrumb-section-lavoratore.breadcrumb {
    position: relative !Important;
    width: auto !important;
    transform: none;
    top: inherit !important;
    font-size: inherit;
    right:inherit !important;
    left:inherit !important;
}
#breadcrumb-section a h3 {
    transition: 0.3 ease all;
}
#breadcrumb-section-lavoratore a h4 {
    transition: 0.3 ease all;
}
#breadcrumb-section a h3:hover {
    color:#009879 ;
}
#breadcrumb-section-lavoratore a h4:hover {
    color:#009879 ;
}
.accordion-button  {
    background:transparent
}
.accordion-button:not(.collapsed) {
    background-color: #e7f1ed
}

#grid_wrapperxx {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.dt-buttons {
    align-self: flex-end;
    margin-left: auto;
    order: 2;
    margin-bottom: auto;
    width: 50%;
    margin-top: auto;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}
#grid_filter {
    align-self: start;
    margin-right: auto;
    order: 1;
    width:50%
}
table#grid {
    order:3;
    width:100% !important
}

a.current  {
    color:#229838
}
a.current:hover  {
    color:#009879
}

#page-title.livello-superadmin .breadcrumb {
    position:relative !important;
    margin:auto 0 auto auto !important;
    transform:inherit !important;
    right:inherit !important;
    left:inherit !important;
}

#footer.dark {
    background-color:#022238
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: rgba(0,0,0,0.005);
}
#logo img {
    max-width: 200px;
}
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    padding:10px 0;
}
#primary-menu ul li > a {
    padding-left:15px;
    padding-right:15px
}
#header.sticky-header #primary-menu > ul > li.menu-item-emphasis:hover > a {
    background-color: #45ac34 !important;
    border-color: #45ac34 !important;
    color: #ffffff !important;
    transition:all 0.3s ease;
}
#header  #primary-menu > ul > li.menu-item-emphasis a div {
    padding:7px 10px;
    margin-top:-7px;
    border-radius:5px;
    background-color: #022238 !important;
    border-color: #022238 !important;
    color: #ffffff !important;
    transition:all 0.3s ease;
}
#header  #primary-menu > ul > li.menu-item-emphasis:hover a div {
    background-color: #45ac34 !important;
    border-color: #45ac34 !important;
}
#header.sticky-header  #primary-menu > ul > li.menu-item-emphasis:hover,
#header.sticky-header  #primary-menu > ul > li.menu-item-emphasis:hover a {
    background:transparent !important
}
#top-cart-span {
    display: block !important;
    position: absolute;
    top: 30px;
    left: auto;
    right: -1px;
    font-size: 10px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #45ac34;
    border-radius: 50%;
    transition:.4s ease;
}
#header.sticky-header  #top-cart-span {
    top: 15px;
}
#primary-menu > ul > li.menu-item-emphasis > a {
    margin-left:20px;
    padding: 39px 15px 32px
}
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li.menu-item-emphasis > a {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top:10px;
    margin-bottom:10px
}
#primary-menu ul li > a i {
    margin-right:0px;
    margin-left:3px
}

#primary-menu.corsi-interni ul.menu-corsi {
    border-right:1px solid #EEE;
    margin-right:10px;
    padding-right:10px
}
#primary-menu ul.icone-menu li > a {
    padding-left:10px;
    padding-right:10px
}
#primary-menu.corsi-interni > ul > li.menu-item-emphasis > a {
    margin-left:0px
}
/* STEFANO 6/12/2019 - in questa sezione sopra relativa a header e menu ho cambiato molte cose, sostituiscila */

#logo a img {
    width:150px;
    height:65px;
    margin-top:15px
}
#logo img.societa {
    max-width:200px;
    max-height:50px;
    height:auto;
    margin:25px 0 0 15px
}




#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height:55px;
    width:auto;
    margin-top:0px
}
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img.societa {
    height:55px !important;
    width:auto;
    margin-top: 0px;
}
#header .menu-item-emphasis a {
    -moz-transition:0.3s all ease;
    -webkit-transition:0.3s ease all;
    transition:0.3s ease all;
}
/* STEFANO 28/10/2019 tutte le righe sottostanti dell'header da 19 a 24 */
#logo a.retina-logo {
    float: left;
    display: block;
}
.material-symbols-outlined {
    vertical-align: middle;
    line-height: 1px;
}



.mfp-inline-holder .mfp-content {
    width: auto !Important;
}
.mfp-close {
    width: 54px !Important;
    height: 54px !Important;
    line-height: 54px !Important;
    font-size: 54px;
}

.light-background {
    background-color:#f9f9f9 !important
}
#content {
    width:100%;
    min-height:90vh
}

.pricing-box {
    background-color:#fcfcfc
}
.pricing-title {
    padding:15px;
    background-color:#ffffff
}
.pricing-title h3 {
    color:#45ac34;
    font-weight:800;
    font-size:1.3em;
    line-height:1.2
}
.pricing-title h5 {
    color:#555555;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:90%
}
.pricing-price {
    font-weight:bolder;
    color:#111111;
    padding:15px 0
}
.pricing-box .a-listino small {
    font-size: 100%;
    font-weight: bold;
    color: #666;
}
.pricing-features ul {
    padding:5px 0 15px
}
.pricing-action  {
    background-color:#ffffff
}

#section-chisiamo {
}

.card-corso.entry:after {
    display:none
}
.entry-card-title {
    display:block;
    width:100%;
    position:relative;
    margin-top:10px;
    margin-bottom:25px;
    padding-bottom:25px;
    border-bottom:2px solid #eeeeee
}
.entry-card-title .feature-box h3 {
    font-family: 'lato', sans-serif;
    margin-bottom:0px;
    margin-top:3px
}
.entry-card-title .feature-box.fbox-plain .fbox-icon i {
    color:#111111
}
.entry.card-corso .titolo-corso {
    margin-bottom:15px
}
.entry.card-corso .titolo-corso a {
    font-weight:bold;
    color:#1265A8;
    transition:0.4s ease;
}
.entry.card-corso .titolo-corso a:hover {
    color:#45ac34
}
.card-corso .entry-meta {
    margin: 10px 0;
}

.card-corso .entry-meta li {
    font-size: 15px;
    line-height: 18px;
    margin: 0 10px 15px 0;
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
}
.card-corso .entry-meta li .titoletto {
    text-transform:uppercase;
    margin-right:5px;
    transition:0.3s ease
}
.card-corso .entry-meta li i {
    font-size:15px;
    margin-right:3px
}
.card-corso .entry-meta li .number {
    padding: 4px 7px;
    border-radius: 50%;
    background-color: #cccccc;
    font-size: 12px;
    display: inline-block;
    line-height: 12px;
    font-family: 'lato', sans-serif;
    color:#111;
    margin:0 1px;
    cursor:not-allowed
}
.card-corso .entry-meta li .number:hover {
    color:#111
}
.card-corso .entry-meta li .number.number-fatto {
    background-color:#45ac34;
    color:#ffffff;
    cursor:pointer
}
.card-corso .entry-meta li .number.number-in-esecuzione {
    background-color:#e8b019;
    color:#ffffff;
    cursor:pointer
}
.risultato-test {
    font-family:'Lato', sans-serif;
    font-size:15px
}
.risultato {
    font-size:18px
}
.superato {
    color: #45ac34;
}
.non-superato {
    color:#6e140d;
}
.disabilitato {
    color:#cccccc !important;
    cursor:not-allowed
}

.card-footer .tempo {
    height:45px;
    width:45px;
    line-height:45px;
    text-align:center;
    border:1px solid rgba(0, 0, 0, 0.25) !important;
    font-weight:bold;
    font-size:20px;
    background:#ffffff
}

.list-corso ul li {
    list-style-type: disc
}
.list-corso .number {
    color:#999;
    cursor:not-allowed
}
.list-corso .number:hover {
    color:#999
}
.list-corso .number.number-fatto {
    color:#45ac34;
    cursor:pointer
}
.list-corso .number.number-in-esecuzione {
    color:#e8b019;
    cursor:pointer
}
.list-corso .number.number-fatto:hover, .list-corso .number.number-in-esecuzione:hover {
    color:#111111;
    cursor:pointer
}
.list-corso .risultato-test {
    font-size:12px;
    letter-spacing:1px;
    font-weight:bold
}

.list-corso p {
    font-size:1.1em
}

.card-corso .card-body .card-text ol,
.card-corso .card-body .card-text ul {
    padding:15px
}

.card-corso .card-body .card-text {
    font-size:1.1em
}

.btn-group-special {
    display: flex
}
.btn-group-special .btn {
    flex: 1
}
.grid-alink{
    display: flex; align-items: center;
}
a.link-nounder{
    text-decoration: none;
}
a.link-nounder:hover,a.link-nounder:visited,a.link-nounder:link,a.link-nounder:active   {
    text-decoration: none;
}
.radio-button-test {
    font-size:1em;
    line-height:1.8;
}


.entry-meta li:before {
    content: '|';
    display: inline-block;
    margin-right: 10px;
    opacity: 0.5
}

.entry-meta li a {
    color: #111;
    font-weight:bold
}

.entry-meta li a:hover {
    color: #45ac34;
}

.entry-meta li:first-child:before {
    display: none;
}

.entry-meta li ins {
    font-weight: 700;
    text-decoration: none;
}



#footer.dark {
    background-color:#022238
}
.footer-logo {
    max-width:250px
}
.i-social-footer {
    margin-right:15px;
    font-size:20px
}

.stretched #gotoTop {
    bottom:70px
}



/* CHAT */
.chatbox {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 300px;
    height: 400px;
    background-color: transparent;
    font-family: 'Lato', sans-serif;

    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);

    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    flex-direction: column;
    z-index:100000;

    -webkit-box-shadow: 0px 0px 10px -7px rgba(255,255,255,0.566);
    -moz-box-shadow: 0px 0px 10px -5px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 10px -5px rgba(255,255,255,0.5);
}

.chatbox--tray {
    bottom: -350px;
}

.chatbox--closed {
    bottom: -400px;
}

.chatbox .form-control:focus {
    border-color: #022238;
}

.chatbox__title,
.chatbox__body {
    border-bottom: none;
}

.chatbox__title {
    min-height: 50px;
    padding-right: 10px;
    background-color: #022238;
    cursor: pointer;

    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    align-items: center;
}

.chatbox__title h5 {
    height: 50px;
    margin: 0 0 0 15px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__title h5 a {
    color: #fff;
    max-width: 195px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chatbox__title h5:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    background: #4CAF50;
    border-radius: 6px;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chatbox__title__tray {
    width: 24px;
    height: 24px;
    outline: 0;
    border: none;
    background-color: transparent;
    opacity: 0.5;
    cursor: pointer;
    position:relative;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    margin-bottom:7px
}

.chatbox__title__tray:hover,
.chatbox__title__close:hover {
    opacity: 1;
}

.chatbox__title__tray span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-bottom: 2px solid #fff;
}

.chatbox.chatbox--empty.chatbox--tray .chatbox__title__tray span:after {
    position: relative;
    display: block;
    content: '';
    height: 12px;
    width: 2px;
    background:#fff;
    left: 5px;
    top: 5px;
}

.chatbox__title__close svg {
    vertical-align: middle;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
}

.chatbox__body,
.chatbox__credentials {
    padding: 15px;
    border-top: 0;
    background-color: #f5f5f5;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__credentials {
    display: none;
}

.chatbox__credentials .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chatbox__body {
    overflow-y: auto;
}

.chatbox__body__message {
    position: relative;
}

.chatbox__body__message p {
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
}

.chatbox__body__message img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 2px solid #fcfcfc;
    position: absolute;
    top: 15px;
}

.chatbox__body__message--left p {
    margin-left: 15px;
    padding-left: 30px;
    text-align: left;
}

.chatbox__body__message--left img {
    left: -5px;
}

.chatbox__body__message--right p {
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
}

.chatbox__body__message--right img {
    right: -5px;
}

.chatbox__message {
    padding: 15px;
    min-height: 50px;
    outline: 0;
    resize: none;
    border: none;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fefefe;
}

.chatbox--empty {
    height: 262px;
}

.chatbox--empty.chatbox--tray {
    bottom: -212px;
}

.chatbox--empty.chatbox--closed {
    bottom: -262px;
}

.chatbox--empty .chatbox__body,
.chatbox--empty .chatbox__message {
    display: block;
}


.chatbox-page {
    width:auto;
    position:relative;
    min-height:75vh;
    right:auto;
    height:auto;
    z-index:inherit
}
.chatbox-page .chatbox__body {
    border:1px solid #ddd;
    background-color:#f6f6f6
}
.chatbox-page .chatbox__message {
    border: 1px solid #ddd;
    margin-top: -1px;
    font-size: 13px
}

.sticky-side-element {
    position: fixed;
    top: 50%;
    margin-top: -24px;
    left: auto;
    right: -31px;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    background-color: #EEE;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    z-index: 100;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}


/* controls */
   #playerCard {color:#e6e8eb; background:#0e1116; border-color:#23262d; }
   #video-card-header, #video-card-footer { color:#e6e8eb;border-color:#23262d; }
    .ratio .video-frame {
      width: 100%; height: 100%;
      object-fit: contain; background: #000; border-radius: .5rem;
      user-select:none; -webkit-user-select:none; -webkit-touch-callout:none;
    }
    .time-text { color:#e6e8eb !important;font-variant-numeric: tabular-nums; }
    .hint { color:#9aa3ad; }



#page-title {
    position: relative;
    padding: 50px 0;
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
}

#page-title .container {
    position: relative;
}

#page-title h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
    font-size: 28px;
    text-transform: uppercase;
}

#page-title span {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    font-size: 18px;
}

.breadcrumb {
    position: absolute !important;
    width: auto !important;
    top: 50% !important;
    left: auto !important;
    right: 15px !important;
    margin: -10px 0 0 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 12px;
}

body.stretched .container-fullwidth .breadcrumb {
    right: 60px !important;
}

#header.transparent-header + #page-title.page-title-parallax .breadcrumb {
    margin-top: 35px !important;
}

.breadcrumb a {
    color: #555;
}

.breadcrumb a:hover {
    color: #45ac34;
}

.breadcrumb i {
    width: auto !important;
}


body,
.dropdown-menu {
    font-size: 0.875rem;
}

@media (max-width: 991.98px) {
    #top-cart-span	{
        display:inline-block !Important;
        position:relative !Important;
        top:0px;
        left:15px
    } /* STEFANO 6/12/2019*/
    .card-corso .entry-meta li {
        width:100%;
        margin-bottom:20px;
    }
    .entry-meta li:before {
        display:none
    }
    .card-corso .entry-meta li .number {
        margin:0 5px;
        font-size:14px;
        line-height:14px;
        padding: 5px 8px
    }
    .card-corso .entry-meta li .number:first-child {
        margin:0 5px 0 0;
    }


}




@media (min-width: 480px) and (max-width:990px) {
    .loghi-wrapper {
        padding:0 50px
    }

}



@media (max-width: 497.98px) {
    #logo a.retina-logo {
        padding-left:30px
    }
}
@media (min-width: 576px) {
    .chatbox--empty .chatbox__title .material-symbols-outlined.display-mobile {
        display: none;
    }
}

@media (max-width: 575.98px) {

    .chatbox {
        right:40px
    }
    .chatbox--empty.chatbox--tray {
        width:70px
    }
    .chatbox--empty.chatbox--tray .chatbox__title {
        padding-right:0px
    }
    .chatbox--empty.chatbox--tray .chatbox__title__tray {
        width:70px;
        height:44px
    }
    .chatbox--empty.chatbox--tray .chatbox__title h5 {
        display:none
    }
    .chatbox--empty.chatbox--tray .chatbox__title .material-symbols-outlined.display-mobile {
        display: inline-block;
        font-size: 15px;
        color:#fff;
        margin-right: 10px;
    }
    .chatbox--empty .chatbox__title .material-symbols-outlined.display-mobile {
        display:none;
    }
    .chatbox__title__tray span {
        margin-bottom:inherit
    }
}
.alert.upcoming {background-color:#FCEACE; background-image: url(../images/backgrounds/Background_01.svg); background-repeat: no-repeat; background-size: cover; background-position: right;}
