﻿.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.text-bold {
    font-weight: bold !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.img-responsive {
    width: auto;
    max-width: 100%;
    height: auto;
}

.block {
    display: block !important;
}

.page-heading .heading-link span {
    color: #bbb;
    text-transform: uppercase;
    font-weight: bold;
}

.title-modules {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 25px;
}

    .title-modules span {
        font-weight: 400;
    }

.last-tutorial span, .last-module span {
    display: block;
}

.last-tutorial span, .last-module span {
    text-transform: uppercase;
    color: #aeadad;
    font-weight: bold;
}

.last-tutorial:hover span, .last-module:hover span,
.last-tutorial:focus span, .last-module:focus span,
.last-tutorial:hover, .last-module:hover {
    color: #333;
}

.last-tutorial, .last-module {
    display: block;
    margin: 0 0 20px 0;
}

    .last-tutorial:last-child, .last-module:last-child {
        margin: 0;
    }

.title-functionality {
    margin: 0 0 30px;
    text-transform: uppercase;
}

.comments {
    position: relative;
    top: -8px;
    font-size: 17px;
    margin-left: 10px;
    padding: 5px;
    height: 25px;
    width: 25px;
    background-color: #eeeeee;
    border-radius: 3px;
}

    .comments:before {
        position: absolute;
        top: 7px;
        left: -4px;
        content: "";
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid #eeeeee;
    }

.title-divider {
    display: block;
    margin: 0px 0px 30px 0px;
    padding: 17px 20px 15px;
    width: 100%;
    background: #eeeeee;
    border-radius: 3px;
    border-left: 3px solid #fdc600;
    font-size: 18px;
    text-transform: uppercase;
}

.alert {
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .alert.alert-warning {
        background-color: #ffeca7;
    }

    .alert.alert-success {
        background-color: #a7e493;
    }

hr {
    height: 0;
    border: 0;
    border-bottom: 3px solid #fdc600;
    margin: 30px 0;
}

.nav-divider {
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    background-color: transparent !important;
    padding-top: 10px;
}

    .nav-divider:hover {
        background-color: transparent !important;
    }

    .nav-divider > span {
        display: block;
        padding: 5px 0px 5px 15px;
        text-transform: capitalize;
        font-weight: bold;
        color: #fff;
        background-color: #000;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

.tag-divider {
    margin-bottom: 8px;
    border-bottom: 3px solid #fdc600;
}

    .tag-divider > span {
        background-color: #fdc600;
        padding: 5px 30px;
        display: inline-block;
        text-transform: uppercase;
        border-radius: 3px 3px 0 0;
        color: #333;
    }

.text-article p {
    font-size: 16px;
}

.text-article a {
    color: #fdc600;
    text-decoration: underline;
}

    .text-article a:hover {
        color: #a58102;
    }

.text-article h4 {
    font-size: 20px;
}

.text-article h4, .text-article p {
    margin-bottom: 10px;
}

/*.text-article .row {
    margin-top: 15px;
    margin-bottom: 15px;
}*/
.ellipsis {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

.row.no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

    .row.no-margin > * {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

.home-text-content {
    padding: 30px;
}

.company-events {
    margin-bottom: 30px;
}

    .company-events .post-with-image {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: solid 1px #ccc;
        padding: 15px;
    }

        .company-events .post-with-image .title {
            margin-top: 0;
        }

    .company-events .tag {
        padding-bottom: 0;
    }

    .company-events .post-with-image:nth-child(odd) {
        background-color: #ffffff; /* colore per le posizioni dispari */
    }

    .company-events .post-with-image:nth-child(even) {
        background-color: #f7f7f7; /* colore per le posizioni pari */
    }

@media (max-width: 992px) {
    .home-text-content {
        padding-left: 0;
        padding-right: 0;
    }
}

.home-text-content h3 {
    margin-top: 0;
}

@media (max-width: 992px) {
    .row.search-value.no-margin {
        margin-right: 30px !important;
    }

    #page-content {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    #page-content {
        padding-top: 20px;
    }
}

input.error, textarea.error {
    border: 1px solid #ff0000 !important;
    border-left-width: 5px !important;
}

.btn-block {
    display: block;
    width: 100%;
}

.register-content .registration-details .alternate .h2 {
    text-align: center;
    margin: 0;
    height: 90px;
    width: 90px;
    line-height: 90px;
    font-size: 26px;
    background-color: #333333;
    color: #fdc600;
    border-radius: 50%;
}

input[type="checkbox"] {
    width: initial !important;
    float: initial !important;
    border: initial !important;
    height: initial !important;
    margin-bottom: initial !important;
}

.load-form {
    position: relative;
}

    .load-form:after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.50);
        background-image: url('/Content/css/select2-spinner.gif');
        background-repeat: no-repeat;
        background-position: center center;
    }

.box-chat-ai {
    padding: 15px;
    background-color: #000;
}

    .box-chat-ai::after {
        content: "";
        display: block;
        clear: both;
    }

    .box-chat-ai h4 {
        color: #FFF;
        font-size: 30px;
        margin: 0px;
    }

    .box-chat-ai > a {
        float: right;
        margin-top: 1px;
    }

.content-box-chat-ai {
    border: #000 solid 2px;
    border-top-width: 0;
}

@media (max-width: 480px) {
    .box-chat-ai h4 {
        font-size: 20px;
    }

    .box-chat-ai > a {
        margin-top: 0px;
    }
}

.back-bar {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}
.back-bar > a {
    font-size: 20px;
    min-width: 50px;
}