﻿.hide {
    display: none !important;
}

.membership-body {
    background: url('../images/login_background_myrapallo.jpg') no-repeat center center fixed;
    background-size: auto;
    background-size: cover;
    position: relative;
}

    .membership-body:after {
        content: '';
        display: block;
        width: 200px;
        height: 33px;
        position: absolute;
        right: 20px;
        bottom: 20px;
        z-index: 200;
        background: url('../images/logo-LiveForum.svg') no-repeat;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.small-text {
    font-size: 12px;
}

.k-grid .k-filtercell .k-dropdown-wrap {
    min-height: 31px;
    background: #fff;
}

#operator-grid td {
    font-size: 15px;
}

.k-grid .k-filtercell .k-i-arrow-60-down::before {
    top: 10px;
}

#operator-grid tbody .k-button {
    min-width: 40px;
}

.k-grid-content {
    overflow: auto;
}

div.k-grid-footer,
div.k-grid-header {
    padding-right: 0 !important;
}

.k-list-container ul.k-list {
    background: #fff;
}

.validation-summary-errors ul {
    padding: 0;
    list-style: none;
}

input:checked + label.btn {
    color: #fff;
    background-color: #1985ac;
    border-color: #187da0;
    font-weight: bold;
    padding: 0.375rem 0.6rem;
}

.k-widget.k-numerictextbox,
.k-widget.k-multiselect {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: #5c6873;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e7ea;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-sizing: border-box;
}

.k-widget.k-datepicker {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 0.875rem;
    font-weight: 400;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-sizing: border-box;
}

.k-widget.k-multiselect {
    padding: 0;
}

.k-numeric-wrap,
.k-picker-wrap,
.k-multiselect-wrap,
.k-popup.k-list-container {
    border: none;
}

    .k-numeric-wrap .k-input,
    .k-picker-wrap .k-input {
        line-height: inherit;
        text-indent: inherit;
        padding: 0;
        vertical-align: middle;
    }

    .k-numeric-wrap .k-select,
    .k-picker-wrap .k-select {
        width: auto;
        border: none;
    }

.k-widget.k-calendar .k-calendar-view {
    width: 100%;
}

.k-calendar-container,
.k-grid.k-widget,
.k-widget.k-window,
.k-tooltip {
    background-color: #fff;
}

.k-calendar .k-state-selected.k-state-focused a {
    background-color: #20a8d8;
}

.k-grid.k-widget {
    width: 100%;
    margin-bottom: 1rem;
    color: #4f5d73;
    border-collapse: collapse;
    /*border: none;*/
}

.k-grid-header th.k-header > .k-link {
    line-height: 1.2;
}

.k-grid.k-widget th,
.k-grid.k-widget td {
    padding: 0.75rem;
    vertical-align: top;
    border: none;
    border-top: 1px solid;
    border-top-color: #d8dbe0;
    max-width: 70px;
    line-height: 1.2;
    font-size: 14px;
}

.attachment-grid.k-grid.k-widget th,
.attachment-grid.k-grid.k-widget td {
    max-width: initial;
}

.k-grid.k-widget thead th {
    vertical-align: bottom;
    border-bottom: 2px solid;
    border-bottom-color: #d8dbe0;
    font-weight: bold;
}

.k-grid.k-widget .k-grid-header th.k-header > .k-link {
    color: #000;
    font-weight: bold;
}

.k-pager-wrap .k-pager-numbers {
    margin: 0;
}

.k-pager-numbers-wrap .k-dropdown {
    display: none;
}

.k-pager-numbers {
    padding-right: 40px;
}

.k-grid.k-widget tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 21, 0.05);
}

.min-vh-50 {
    min-height: 50vh;
}

.k-widget.k-window .k-window-title {
    min-height: 0.9em;
}

.k-filter-menu.k-popup {
    background-color: #fff;
}

.dialog_buttons .confirm_yes {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8;
}

.dialog_buttons .confirm_no {
    color: #23282c;
    background-color: #c8ced3;
    border-color: #c8ced3;
}

.btn-group input + .btn {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.k-grid .k-invalid {
    border-color: red;
}

.k-grid .k-tooltip-error {
    display: none;
}

.k-tooltip {
    color: #000 !important;
}

.k-button.k-button-icontext.btn.btn-warning.k-grid-add {
    color: #23282c;
    background-color: #ffc107;
    border-color: #ffc107;
}

.meter {
    height: 40px; /* Can be anything */
    position: relative;
    background: #555;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 10px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

    .meter > span {
        display: block;
        height: 100%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: rgb(43, 194, 83);
        background-image: linear-gradient(center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
        box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
        position: relative;
        overflow: hidden;
    }

.flag-property-disabled {
    color: #d1d1d1;
}

input[type='file'].form-control {
    height: 50px;
    padding: 11px 0.75rem 0 0.75rem;
}

.input-validation-error {
    border-color: #f86c6b;
    box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.25);
}

.switch.switch-3d {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

    .switch.switch-3d .switch-input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .switch.switch-3d .switch-label {
        position: relative;
        display: block;
        height: inherit;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #f0f3f5;
        border: 1px solid #a4b7c1;
        border-radius: 2px;
        transition: opacity background 0.15s ease-out;
    }

    .switch.switch-3d .switch-input:checked ~ .switch-label::before {
        opacity: 0;
    }

    .switch.switch-3d .switch-input:checked ~ .switch-label::after {
        opacity: 1;
    }

    .switch.switch-3d .switch-handle {
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: #fff;
        border: 1px solid #a4b7c1;
        border-radius: 1px;
        transition: left 0.15s ease-out;
        border: 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }

    .switch.switch-3d .switch-input:checked ~ .switch-handle {
        left: 16px;
    }

    .switch.switch-3d.switch-lg {
        width: 48px;
        height: 28px;
    }

        .switch.switch-3d.switch-lg .switch-label {
            font-size: 12px;
        }

        .switch.switch-3d.switch-lg .switch-handle {
            width: 28px;
            height: 28px;
        }

        .switch.switch-3d.switch-lg .switch-input:checked ~ .switch-handle {
            left: 20px;
        }

    .switch.switch-3d.switch-sm {
        width: 32px;
        height: 20px;
    }

        .switch.switch-3d.switch-sm .switch-label {
            font-size: 8px;
        }

        .switch.switch-3d.switch-sm .switch-handle {
            width: 20px;
            height: 20px;
        }

        .switch.switch-3d.switch-sm .switch-input:checked ~ .switch-handle {
            left: 12px;
        }

    .switch.switch-3d.switch-xs {
        width: 24px;
        height: 16px;
    }

        .switch.switch-3d.switch-xs .switch-label {
            font-size: 7px;
        }

        .switch.switch-3d.switch-xs .switch-handle {
            width: 16px;
            height: 16px;
        }

        .switch.switch-3d.switch-xs .switch-input:checked ~ .switch-handle {
            left: 8px;
        }

    .switch-pill .switch-label,
    .switch.switch-3d .switch-label,
    .switch-pill .switch-handle,
    .switch.switch-3d .switch-handle {
        border-radius: 50em !important;
    }

        .switch-pill .switch-label::before,
        .switch.switch-3d .switch-label::before {
            right: 2px !important;
        }

        .switch-pill .switch-label::after,
        .switch.switch-3d .switch-label::after {
            left: 2px !important;
        }

.switch-primary > .switch-input:checked ~ .switch-label {
    background: #20a8d8 !important;
    border-color: #1985ac;
}

.switch-primary > .switch-input:checked ~ .switch-handle {
    border-color: #1985ac;
}

.switch-primary-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #20a8d8;
}

    .switch-primary-outline > .switch-input:checked ~ .switch-label::after {
        color: #20a8d8;
    }

.switch-primary-outline > .switch-input:checked ~ .switch-handle {
    border-color: #20a8d8;
}

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #20a8d8;
}

    .switch-primary-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #20a8d8;
    }

.switch-primary-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #20a8d8 !important;
    border-color: #20a8d8;
}

.switch-secondary > .switch-input:checked ~ .switch-label {
    background: #a4b7c1 !important;
    border-color: #869fac;
}

.switch-secondary > .switch-input:checked ~ .switch-handle {
    border-color: #869fac;
}

.switch-secondary-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #a4b7c1;
}

    .switch-secondary-outline > .switch-input:checked ~ .switch-label::after {
        color: #a4b7c1;
    }

.switch-secondary-outline > .switch-input:checked ~ .switch-handle {
    border-color: #a4b7c1;
}

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #a4b7c1;
}

    .switch-secondary-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #a4b7c1;
    }

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #a4b7c1 !important;
    border-color: #a4b7c1;
}

.switch-success > .switch-input:checked ~ .switch-label {
    background: #4dbd74 !important;
    border-color: #3a9d5d;
}

.switch-success > .switch-input:checked ~ .switch-handle {
    border-color: #3a9d5d;
}

.switch-success-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #4dbd74;
}

    .switch-success-outline > .switch-input:checked ~ .switch-label::after {
        color: #4dbd74;
    }

.switch-success-outline > .switch-input:checked ~ .switch-handle {
    border-color: #4dbd74;
}

.switch-success-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #4dbd74;
}

    .switch-success-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #4dbd74;
    }

.switch-success-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #4dbd74 !important;
    border-color: #4dbd74;
}

.switch-info > .switch-input:checked ~ .switch-label {
    background: #63c2de !important;
    border-color: #39b2d5;
}

.switch-info > .switch-input:checked ~ .switch-handle {
    border-color: #39b2d5;
}

.switch-info-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #63c2de;
}

    .switch-info-outline > .switch-input:checked ~ .switch-label::after {
        color: #63c2de;
    }

.switch-info-outline > .switch-input:checked ~ .switch-handle {
    border-color: #63c2de;
}

.switch-info-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #63c2de;
}

    .switch-info-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #63c2de;
    }

.switch-info-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #63c2de !important;
    border-color: #63c2de;
}

.switch-warning > .switch-input:checked ~ .switch-label {
    background: #ffc107 !important;
    border-color: #d39e00;
}

.switch-warning > .switch-input:checked ~ .switch-handle {
    border-color: #d39e00;
}

.switch-warning-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #ffc107;
}

    .switch-warning-outline > .switch-input:checked ~ .switch-label::after {
        color: #ffc107;
    }

.switch-warning-outline > .switch-input:checked ~ .switch-handle {
    border-color: #ffc107;
}

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #ffc107;
}

    .switch-warning-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #ffc107;
    }

.switch-warning-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #ffc107 !important;
    border-color: #ffc107;
}

.switch-danger > .switch-input:checked ~ .switch-label {
    background: #f86c6b !important;
    border-color: #f63c3a;
}

.switch-danger > .switch-input:checked ~ .switch-handle {
    border-color: #f63c3a;
}

.switch-danger-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #f86c6b;
}

    .switch-danger-outline > .switch-input:checked ~ .switch-label::after {
        color: #f86c6b;
    }

.switch-danger-outline > .switch-input:checked ~ .switch-handle {
    border-color: #f86c6b;
}

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #f86c6b;
}

    .switch-danger-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #f86c6b;
    }

.switch-danger-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #f86c6b !important;
    border-color: #f86c6b;
}

.switch-light > .switch-input:checked ~ .switch-label {
    background: #f0f3f5 !important;
    border-color: #d1dbe1;
}

.switch-light > .switch-input:checked ~ .switch-handle {
    border-color: #d1dbe1;
}

.switch-light-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #f0f3f5;
}

    .switch-light-outline > .switch-input:checked ~ .switch-label::after {
        color: #f0f3f5;
    }

.switch-light-outline > .switch-input:checked ~ .switch-handle {
    border-color: #f0f3f5;
}

.switch-light-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #f0f3f5;
}

    .switch-light-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #f0f3f5;
    }

.switch-light-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #f0f3f5 !important;
    border-color: #f0f3f5;
}

.switch-dark > .switch-input:checked ~ .switch-label {
    background: #29363d !important;
    border-color: #151b1f;
}

.switch-dark > .switch-input:checked ~ .switch-handle {
    border-color: #151b1f;
}

.switch-dark-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #29363d;
}

    .switch-dark-outline > .switch-input:checked ~ .switch-label::after {
        color: #29363d;
    }

.switch-dark-outline > .switch-input:checked ~ .switch-handle {
    border-color: #29363d;
}

.switch-dark-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #29363d;
}

    .switch-dark-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #29363d;
    }

.switch-dark-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #29363d !important;
    border-color: #29363d;
}

.switch-blue > .switch-input:checked ~ .switch-label {
    background: #20a8d8 !important;
    border-color: #1985ac;
}

.switch-blue > .switch-input:checked ~ .switch-handle {
    border-color: #1985ac;
}

.switch-blue-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #20a8d8;
}

    .switch-blue-outline > .switch-input:checked ~ .switch-label::after {
        color: #20a8d8;
    }

.switch-blue-outline > .switch-input:checked ~ .switch-handle {
    border-color: #20a8d8;
}

.switch-blue-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #20a8d8;
}

    .switch-blue-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #20a8d8;
    }

.switch-blue-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #20a8d8 !important;
    border-color: #20a8d8;
}

.switch-indigo > .switch-input:checked ~ .switch-label {
    background: #6610f2 !important;
    border-color: #510bc4;
}

.switch-indigo > .switch-input:checked ~ .switch-handle {
    border-color: #510bc4;
}

.switch-indigo-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #6610f2;
}

    .switch-indigo-outline > .switch-input:checked ~ .switch-label::after {
        color: #6610f2;
    }

.switch-indigo-outline > .switch-input:checked ~ .switch-handle {
    border-color: #6610f2;
}

.switch-indigo-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #6610f2;
}

    .switch-indigo-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #6610f2;
    }

.switch-indigo-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #6610f2 !important;
    border-color: #6610f2;
}

.switch-purple > .switch-input:checked ~ .switch-label {
    background: #6f42c1 !important;
    border-color: #59339d;
}

.switch-purple > .switch-input:checked ~ .switch-handle {
    border-color: #59339d;
}

.switch-purple-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #6f42c1;
}

    .switch-purple-outline > .switch-input:checked ~ .switch-label::after {
        color: #6f42c1;
    }

.switch-purple-outline > .switch-input:checked ~ .switch-handle {
    border-color: #6f42c1;
}

.switch-purple-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #6f42c1;
}

    .switch-purple-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #6f42c1;
    }

.switch-purple-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #6f42c1 !important;
    border-color: #6f42c1;
}

.switch-pink > .switch-input:checked ~ .switch-label {
    background: #e83e8c !important;
    border-color: #d91a72;
}

.switch-pink > .switch-input:checked ~ .switch-handle {
    border-color: #d91a72;
}

.switch-pink-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #e83e8c;
}

    .switch-pink-outline > .switch-input:checked ~ .switch-label::after {
        color: #e83e8c;
    }

.switch-pink-outline > .switch-input:checked ~ .switch-handle {
    border-color: #e83e8c;
}

.switch-pink-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #e83e8c;
}

    .switch-pink-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #e83e8c;
    }

.switch-pink-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #e83e8c !important;
    border-color: #e83e8c;
}

.switch-red > .switch-input:checked ~ .switch-label {
    background: #f86c6b !important;
    border-color: #f63c3a;
}

.switch-red > .switch-input:checked ~ .switch-handle {
    border-color: #f63c3a;
}

.switch-red-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #f86c6b;
}

    .switch-red-outline > .switch-input:checked ~ .switch-label::after {
        color: #f86c6b;
    }

.switch-red-outline > .switch-input:checked ~ .switch-handle {
    border-color: #f86c6b;
}

.switch-red-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #f86c6b;
}

    .switch-red-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #f86c6b;
    }

.switch-red-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #f86c6b !important;
    border-color: #f86c6b;
}

.switch-orange > .switch-input:checked ~ .switch-label {
    background: #f8cb00 !important;
    border-color: #c5a100;
}

.switch-orange > .switch-input:checked ~ .switch-handle {
    border-color: #c5a100;
}

.switch-orange-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #f8cb00;
}

    .switch-orange-outline > .switch-input:checked ~ .switch-label::after {
        color: #f8cb00;
    }

.switch-orange-outline > .switch-input:checked ~ .switch-handle {
    border-color: #f8cb00;
}

.switch-orange-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #f8cb00;
}

    .switch-orange-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #f8cb00;
    }

.switch-orange-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #f8cb00 !important;
    border-color: #f8cb00;
}

.switch-yellow > .switch-input:checked ~ .switch-label {
    background: #ffc107 !important;
    border-color: #d39e00;
}

.switch-yellow > .switch-input:checked ~ .switch-handle {
    border-color: #d39e00;
}

.switch-yellow-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #ffc107;
}

    .switch-yellow-outline > .switch-input:checked ~ .switch-label::after {
        color: #ffc107;
    }

.switch-yellow-outline > .switch-input:checked ~ .switch-handle {
    border-color: #ffc107;
}

.switch-yellow-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #ffc107;
}

    .switch-yellow-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #ffc107;
    }

.switch-yellow-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #ffc107 !important;
    border-color: #ffc107;
}

.switch-green > .switch-input:checked ~ .switch-label {
    background: #4dbd74 !important;
    border-color: #3a9d5d;
}

.switch-green > .switch-input:checked ~ .switch-handle {
    border-color: #3a9d5d;
}

.switch-green-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #4dbd74;
}

    .switch-green-outline > .switch-input:checked ~ .switch-label::after {
        color: #4dbd74;
    }

.switch-green-outline > .switch-input:checked ~ .switch-handle {
    border-color: #4dbd74;
}

.switch-green-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #4dbd74;
}

    .switch-green-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #4dbd74;
    }

.switch-green-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #4dbd74 !important;
    border-color: #4dbd74;
}

.switch-teal > .switch-input:checked ~ .switch-label {
    background: #20c997 !important;
    border-color: #199d76;
}

.switch-teal > .switch-input:checked ~ .switch-handle {
    border-color: #199d76;
}

.switch-teal-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #20c997;
}

    .switch-teal-outline > .switch-input:checked ~ .switch-label::after {
        color: #20c997;
    }

.switch-teal-outline > .switch-input:checked ~ .switch-handle {
    border-color: #20c997;
}

.switch-teal-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #20c997;
}

    .switch-teal-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #20c997;
    }

.switch-teal-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #20c997 !important;
    border-color: #20c997;
}

.switch-cyan > .switch-input:checked ~ .switch-label {
    background: #63c2de !important;
    border-color: #39b2d5;
}

.switch-cyan > .switch-input:checked ~ .switch-handle {
    border-color: #39b2d5;
}

.switch-cyan-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #63c2de;
}

    .switch-cyan-outline > .switch-input:checked ~ .switch-label::after {
        color: #63c2de;
    }

.switch-cyan-outline > .switch-input:checked ~ .switch-handle {
    border-color: #63c2de;
}

.switch-cyan-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #63c2de;
}

    .switch-cyan-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #63c2de;
    }

.switch-cyan-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #63c2de !important;
    border-color: #63c2de;
}

.switch-gray-100 > .switch-input:checked ~ .switch-label {
    background: #f0f3f5 !important;
    border-color: #d1dbe1;
}

.switch-gray-100 > .switch-input:checked ~ .switch-handle {
    border-color: #d1dbe1;
}

.switch-gray-100-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #f0f3f5;
}

    .switch-gray-100-outline > .switch-input:checked ~ .switch-label::after {
        color: #f0f3f5;
    }

.switch-gray-100-outline > .switch-input:checked ~ .switch-handle {
    border-color: #f0f3f5;
}

.switch-gray-100-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #f0f3f5;
}

    .switch-gray-100-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #f0f3f5;
    }

.switch-gray-100-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #f0f3f5 !important;
    border-color: #f0f3f5;
}

.switch-gray-200 > .switch-input:checked ~ .switch-label {
    background: #c2cfd6 !important;
    border-color: #a4b7c2;
}

.switch-gray-200 > .switch-input:checked ~ .switch-handle {
    border-color: #a4b7c2;
}

.switch-gray-200-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #c2cfd6;
}

    .switch-gray-200-outline > .switch-input:checked ~ .switch-label::after {
        color: #c2cfd6;
    }

.switch-gray-200-outline > .switch-input:checked ~ .switch-handle {
    border-color: #c2cfd6;
}

.switch-gray-200-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #c2cfd6;
}

    .switch-gray-200-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #c2cfd6;
    }

.switch-gray-200-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #c2cfd6 !important;
    border-color: #c2cfd6;
}

.switch-gray-300 > .switch-input:checked ~ .switch-label {
    background: #a4b7c1 !important;
    border-color: #869fac;
}

.switch-gray-300 > .switch-input:checked ~ .switch-handle {
    border-color: #869fac;
}

.switch-gray-300-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #a4b7c1;
}

    .switch-gray-300-outline > .switch-input:checked ~ .switch-label::after {
        color: #a4b7c1;
    }

.switch-gray-300-outline > .switch-input:checked ~ .switch-handle {
    border-color: #a4b7c1;
}

.switch-gray-300-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #a4b7c1;
}

    .switch-gray-300-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #a4b7c1;
    }

.switch-gray-300-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #a4b7c1 !important;
    border-color: #a4b7c1;
}

.switch-gray-400 > .switch-input:checked ~ .switch-label {
    background: #869fac !important;
    border-color: #688797;
}

.switch-gray-400 > .switch-input:checked ~ .switch-handle {
    border-color: #688797;
}

.switch-gray-400-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #869fac;
}

    .switch-gray-400-outline > .switch-input:checked ~ .switch-label::after {
        color: #869fac;
    }

.switch-gray-400-outline > .switch-input:checked ~ .switch-handle {
    border-color: #869fac;
}

.switch-gray-400-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #869fac;
}

    .switch-gray-400-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #869fac;
    }

.switch-gray-400-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #869fac !important;
    border-color: #869fac;
}

.switch-gray-500 > .switch-input:checked ~ .switch-label {
    background: #678898 !important;
    border-color: #526d7a;
}

.switch-gray-500 > .switch-input:checked ~ .switch-handle {
    border-color: #526d7a;
}

.switch-gray-500-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #678898;
}

    .switch-gray-500-outline > .switch-input:checked ~ .switch-label::after {
        color: #678898;
    }

.switch-gray-500-outline > .switch-input:checked ~ .switch-handle {
    border-color: #678898;
}

.switch-gray-500-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #678898;
}

    .switch-gray-500-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #678898;
    }

.switch-gray-500-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #678898 !important;
    border-color: #678898;
}

.switch-gray-600 > .switch-input:checked ~ .switch-label {
    background: #536c79 !important;
    border-color: #3e515b;
}

.switch-gray-600 > .switch-input:checked ~ .switch-handle {
    border-color: #3e515b;
}

.switch-gray-600-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #536c79;
}

    .switch-gray-600-outline > .switch-input:checked ~ .switch-label::after {
        color: #536c79;
    }

.switch-gray-600-outline > .switch-input:checked ~ .switch-handle {
    border-color: #536c79;
}

.switch-gray-600-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #536c79;
}

    .switch-gray-600-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #536c79;
    }

.switch-gray-600-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #536c79 !important;
    border-color: #536c79;
}

.switch-gray-700 > .switch-input:checked ~ .switch-label {
    background: #3e515b !important;
    border-color: #29363d;
}

.switch-gray-700 > .switch-input:checked ~ .switch-handle {
    border-color: #29363d;
}

.switch-gray-700-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #3e515b;
}

    .switch-gray-700-outline > .switch-input:checked ~ .switch-label::after {
        color: #3e515b;
    }

.switch-gray-700-outline > .switch-input:checked ~ .switch-handle {
    border-color: #3e515b;
}

.switch-gray-700-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #3e515b;
}

    .switch-gray-700-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #3e515b;
    }

.switch-gray-700-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #3e515b !important;
    border-color: #3e515b;
}

.switch-gray-800 > .switch-input:checked ~ .switch-label {
    background: #29363d !important;
    border-color: #151b1f;
}

.switch-gray-800 > .switch-input:checked ~ .switch-handle {
    border-color: #151b1f;
}

.switch-gray-800-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #29363d;
}

    .switch-gray-800-outline > .switch-input:checked ~ .switch-label::after {
        color: #29363d;
    }

.switch-gray-800-outline > .switch-input:checked ~ .switch-handle {
    border-color: #29363d;
}

.switch-gray-800-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #29363d;
}

    .switch-gray-800-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #29363d;
    }

.switch-gray-800-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #29363d !important;
    border-color: #29363d;
}

.switch-gray-900 > .switch-input:checked ~ .switch-label {
    background: #151b1e !important;
    border-color: black;
}

.switch-gray-900 > .switch-input:checked ~ .switch-handle {
    border-color: black;
}

.switch-gray-900-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #151b1e;
}

    .switch-gray-900-outline > .switch-input:checked ~ .switch-label::after {
        color: #151b1e;
    }

.switch-gray-900-outline > .switch-input:checked ~ .switch-handle {
    border-color: #151b1e;
}

.switch-gray-900-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #151b1e;
}

    .switch-gray-900-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #151b1e;
    }

.switch-gray-900-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #151b1e !important;
    border-color: #151b1e;
}

.form-data ul li:last-child {
    right: 25px;
    position: absolute;
}

ul li label.switch {
    right: 0;
    float: right;
}

.switch.switch-3d .switch-input:checked ~ .switch-handle {
    left: 23px;
}

#cnt-img {
    min-width: 200px;
    margin-bottom: 20px;
}

.imgUser .btn {
    width: auto;
    text-decoration: underline;
}

.imgUser img {
    width: auto;
    max-width: 150px;
    height: auto;
    max-height: 350px;
}

.dropZoneElement {
    margin-top: 20px;
    position: relative;
    display: inline-block;
    background-color: #dbefff;
    border: 1px solid #c7c7c7;
    width: 100%;
    height: 70px;
    text-align: center;
    transition: 0.25s ease-out;
}

    .dropZoneElement:hover,
    .dropZoneElement.hover {
        border-color: #8ad4ee;
    }

/* .dropZoneElement:hover .dropImageHereText,
.dropZoneElement.hover .dropImageHereText {
	font-weight: bold;
} */

.textWrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size: 24px;
    line-height: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

.dropImageHereText {
    margin-top: 20px;
    color: #555;
    text-transform: uppercase;
    font-size: 16px;
}

.attachment-row {
    box-sizing: border-box;
}

    .attachment-row * {
        box-sizing: border-box;
    }

.video-responsive {
    overflow: hidden;
    position: relative;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.k-upload .k-action-buttons {
    display: none;
}

#attachment-grid.k-grid.k-widget tbody tr:nth-of-type(odd),
#attachment-grid.k-grid tbody tr:hover {
    background: none;
}

#attachment-grid.k-grid.k-widget,
#attachment-grid.k-grid.k-widget td {
    border: none;
}

#attachment-grid .card {
    margin-bottom: 0;
}

#attachment-grid .attachment-row > .col-md-12 {
    padding: 0;
}

#attachment-grid .attachment-row.download > .col-md-12 {
    padding: 0 15px;
}

.label-download {
    margin-bottom: 0;
    font-size: 16px;
}

#option-grid.k-grid.k-widget tbody tr:nth-of-type(odd),
#option-grid.k-grid tbody tr:hover {
    background: none;
}

#option-grid.k-grid.k-widget,
#option-grid.k-grid.k-widget td {
    border: none;
}

#option-grid .card {
    margin-bottom: 0;
}

#option-grid .attachment-row > .col-md-12 {
    padding: 0;
}

#option-grid.k-grid.k-widget th,
#option-grid.k-grid.k-widget td {
    max-width: 100%;
}

.align-bottom-1 {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.align-bottom-2 {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.k-event {
    min-height: 40px !important;
}

div.k-grid-norecords {
    height: auto !important;
}

#grid td.selecteable {
    border: solid 1px #d8dbe0;
    background-color: #c0edfa;
    cursor: grab;
}

    #grid td.selecteable:hover {
        background-color: #20a8d8;
        color: #fff;
    }

.k-scheduler-toolbar .k-dropdown.k-views-dropdown {
    display: none;
}

.k-scheduler-toolbar span.k-lg-date-format {
    word-wrap: break-word !important;
}

.sidebar .nav-title {
    font-size: 100% !important;
}

.sidebar .nav-title {
    padding: 0rem 0rem;
}

.sidebar .nav-dropdown-toggle::before {
    right: 2rem;
}

.large table.k-editor {
    min-height: 500px;
}

.k-window-titlebar .k-window-actions {
    top: 14px;
}

.card-body .control-label {
    display: block;
}

#attachment .col-md-3 .control-label {
    display: block;
}

.attachment-row .cnt-upload {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 1rem;
}

    .attachment-row .cnt-upload .col-md-3 {
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

.card-body .video-responsive {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.video-cover img {
    width: 200px;
}

.k-list-container table {
    width: 100%;
}

    .k-list-container table td {
        width: 50%;
    }

.k-datetimepicker .k-picker-wrap .k-icon {
    margin: 10px 2px;
}

.custom-control.custom-switch.text-right .custom-control-label {
    width: 20px;
    text-align: center;
}

.k-widget.k-window.center-window {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

body.open-k-window {
    overflow: hidden;
}

.combo-tr {
    font-weight: bold;
}

.k-list .combo-tr {
    font-weight: normal;
}

.combo-hd-td {
    padding-left: 5px;
}

#addon-wrapping {
    height: 100%;
    max-height: 35px;
}

.form-data ul.k-upload-files li:last-child {
    right: 0;
}

.k-multiselect .k-multiselect-wrap li.k-button {
    padding-right: 30px;
    position: relative;
    right: 0;
}

#anagrafica .row {
    position: relative;
}

    #anagrafica .row .password-and-mail-container {
        padding: 20px;
        border: 1px solid #c8ced3;
        border-radius: 4px;
        max-height: 250px;
    }

.password-and-mail-container-create {
    padding: 20px;
    border: 1px solid #c8ced3;
    border-radius: 4px;
    max-height: 250px;
    margin: 25px;
}

label {
    margin-bottom: 3px !important;
}

#removeImage {
    margin: 20px 0;
}

.form-group.description {
    height: calc(100% - 38px);
    min-height: 150px;
}

    .form-group.description textarea {
        height: 100%;
        resize: none;
    }

#matrix > .row {
    padding: 0 15px;
}

.permission-group {
    font-weight: 700;
    padding: 5px 0;
}

.permission-description {
    font-size: 11px;
    color: #777;
    padding: 5px 0;
}

.row-group {
    padding: 0 15px;
}

    .row-group:nth-child(even) {
        background: rgba(0, 0, 0, 0.05);
    }

    .row-group:nth-child(odd) .row:last-child {
        margin-bottom: 0 !important;
    }

.reset-filter-permission {
    margin-top: 24px;
}

#form-poster .imageContainer img {
    max-width: 400px;
}

/*********** DASHBOARD ***********/

.navbar-nav.d-md-down-none .nav-link {
    background: #06f;
    color: #fff;
    padding: 5px 20px;
    font-weight: 700;
    border-radius: 5px;
    font-size: 18px;
}

.container-fluid.dashboard {
    height: calc(100vh - 105px);
}

    .container-fluid.dashboard > .row:first-child {
        height: calc(100% - 160px);
    }

    .container-fluid.dashboard > .row:last-child {
        justify-content: space-between;
    }

    .container-fluid.dashboard .sponsor-info-container,
    .container-fluid.dashboard .sponsor-note-container,
    .container-fluid.dashboard .sponsor-activity-container {
        padding: 15px 5px;
    }

.sponsor-activity-container .card,
.sponsor-info-container .card,
.sponsor-note-container .card {
    height: 100%;
    overflow-y: auto;
}

.sponsor-activity-container,
.sponsor-note-container,
.sponsor-info-container {
    max-height: 100%;
}

    .sponsor-activity-container .card .card-header,
    .sponsor-info-container .card .card-header,
    .sponsor-note-container .card .card-header {
        background: #fff;
        font-weight: 700;
        border-bottom: none;
        font-size: 18px;
    }

        .sponsor-note-container .card .card-header .subtitle-section {
            font-size: 16px;
            font-weight: 400;
        }

    .sponsor-info-container .card-body {
        display: flex;
        flex-direction: column;
    }

    .sponsor-activity-container .card-body,
    .sponsor-info-container .card-body,
    .sponsor-note-container .card-body {
        padding-top: 0;
    }

        .sponsor-info-container .card-body > .row:first-child {
            margin-bottom: 15px;
        }

        .sponsor-info-container .card-body > .row:last-child {
            margin-top: auto;
        }

        .sponsor-info-container .card-body > .row:first-child .col-md-12 {
            display: flex;
            justify-content: center;
        }

        .sponsor-info-container .card-body img {
            max-width: 250px;
        }

.sponsor-info-data p {
    margin-bottom: 10px;
    display: flex;
    /* border-bottom: 1px solid rgba(32, 168, 216, 0.3); */
}

    .sponsor-info-data p span {
        font-size: 0.9em;
        margin-bottom: 10px;
        font-weight: 600;
        width: 50%;
        font-size: 12px;
    }

.sponsor-note-data p,
.sponsor-note-data ul {
    padding: 10px 20px;
    background: #f3fdff;
    border: 1px solid #86b1bf;
    border-radius: 5px;
}

.sponsor-note-data ul {
    list-style: none;
}

    .sponsor-note-data ul li {
        position: relative;
        padding-left: 20px;
    }

        .sponsor-note-data ul li::before {
            content: '';
            display: block;
            position: absolute;
            top: 8px;
            left: 0;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #86b1bf;
        }

/* .sponsor-activity-container .row {
	height: 100%;
} */
.sponsor-activity-data:first-child {
    margin-bottom: 50px;
}
/* .sponsor-activity-data:not(:first-child) {
	margin-top: auto;
} */
.activity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .activity span {
        width: 50%;
        padding: 5px 0;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .activity.done span:last-child {
        color: #38b563;
    }

    .activity.todo span:last-child {
        color: #f5a80c;
    }

    .activity.speakercount {
        padding-top: 5px;
        margin-top: 5px;
        border-top: 1px solid rgba(32, 168, 216, 0.5);
    }

.staff-dashboard-button,
.exhibitor-dashboard-button {
    width: calc(20% - 5px);
}

    .staff-dashboard-button:first-child {
        padding-left: 15px;
    }

    .exhibitor-dashboard-button:first-child {
        padding-left: 5px;
    }

    .staff-dashboard-button:last-child {
        padding-right: 15px;
    }

    .exhibitor-dashboard-button:last-child {
        padding-right: 5px;
    }

    .staff-dashboard-button:hover,
    .exhibitor-dashboard-button:hover {
        text-decoration: none;
    }

/*********** NOTE ***********/
.title-section h4,
.subtitle-section h4 {
    padding: 0 15px;
}

.notegrid th:first-child,
.notegrid td:first-child {
    width: 70%;
}

    .notegrid td:first-child div {
        max-width: 80%;
        white-space: nowrap;
        overflow-x: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
    }

.kendo-window-addnewspeaker * {
    box-sizing: border-box;
}

.kendo-window-addnewspeaker .password-and-mail-container,
.kendo-window-addnewspeaker .password-and-mail-container-create {
    margin: 0;
}

/*********** TOOLTIP TEMPLATE *************/
.template-data,
.upload-data {
    display: flex;
    align-items: center;
}

.template-data {
    margin-left: auto;
    margin-right: 20px;
}

    .template-data .icon-question,
    .upload-data .icon-question {
        margin-left: 5px;
        cursor: pointer;
    }

.tooltip-template .pop-up {
    /* background: transparent; */
    z-index: 1020;
}

.tooltip-template .inner-pop-up {
    border-radius: 5px;
    box-shadow: 5px 7px 10px 5px rgba(0, 0, 0, 0.1);
}

    .tooltip-template .inner-pop-up .icon-close {
        cursor: pointer;
    }

    .tooltip-template .inner-pop-up div:first-child {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        padding: 20px;
        margin-bottom: 10px;
    }

    .tooltip-template .inner-pop-up p {
        margin-bottom: 5px;
    }

    .tooltip-template .inner-pop-up p,
    .tooltip-template .inner-pop-up h6 {
        font-size: 14px;
        margin-top: auto;
        padding: 0 20px;
        text-align: left;
        line-height: 1.2;
    }

        .tooltip-template .inner-pop-up h6 span {
            font-weight: 600;
        }

.invite .btn.k-grid-add,
.invite .btn.k-grid-invites,
.invite .btn.k-grid-invites-not-subscribed,
.invite .template-data .btn,
.invite .upload-data .btn {
    font-size: 14px;
}

.btn.k-grid-add {
    border: 1px solid #20a8d8;
}

    .btn.k-grid-add:hover {
        color: #000;
    }

.hyperlink-popup {
    min-width: 500px !important;
    min-height: 485px !important;
    resize: both;
    overflow: auto;
}

    .hyperlink-popup .k-window-content {
        width: 100%;
        height: 100%;
    }

    .hyperlink-popup .k-edit-form-container {
        padding: 20px;
    }

        .hyperlink-popup .k-edit-form-container .k-edit-label {
            text-align: left;
        }

        .hyperlink-popup .k-edit-form-container .k-edit-buttons {
            margin: 0;
            padding: 20px;
        }

/******** BOTTONI POSTER ***********/
.poster-media {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 210px;
    margin-bottom: 10px;
}

    .poster-media input[type='radio'] {
        position: absolute;
        visibility: hidden;
        opacity: 0;
    }

    .poster-media label {
        padding: 10px 0;
        width: 100px;
        background: #20a8d8;
        color: #fff;
        cursor: pointer;
        border-radius: 5px;
        transition: 0.3s ease-in;
        text-align: center;
    }

    .poster-media input[type='radio']:checked + label {
        background: #06f;
        font-weight: 700;
    }

    .poster-media input[type='radio']:disabled + label {
        background: #ccc;
        color: #666;
        font-weight: 400;
        cursor: default;
    }

/******** BOTTONI LOGO STAND ********/
.button-logo {
    margin-top: auto;
    margin-left: auto;
    padding-right: 15px;
}

/******* QR CODE ********/

.row.qrcode-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
}

    .row.qrcode-section img {
        max-width: 100%;
    }

    .row.qrcode-section .qr-buttons a:hover,
    .row.qrcode-section .qr-buttons a:link:hover {
        text-decoration: none;
    }

/******** CAMPI MICO *********/

.sponsor-info-data .mico {
    background: rgba(32, 168, 216, 0.05);
    padding: 10px;
    margin: 20px 0;
    border: 1px solid rgba(32, 168, 216, 0.4);
    border-radius: 5px;
}

    .sponsor-info-data .mico strong {
        color: #20a8d8;
        font-size: 15px;
    }

    .sponsor-info-data .mico p:first-of-type {
        margin-top: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .sponsor-info-data .mico p:last-of-type {
        margin-bottom: 0;
    }

.pop-up {
    position: fixed;
    z-index: 1020;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
    outline: none;
}

.inner-pop-up {
    border-radius: 5px;
    box-shadow: 5px 7px 10px 5px rgba(0, 0, 0, 0.1);
    width: 400px;
    min-height: 220px;
    text-align: center;
    border: none;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
}

    .inner-pop-up.leave-pop-up.confirm-popup {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

        .inner-pop-up.leave-pop-up.confirm-popup h4 {
            font-size: 18px;
            margin-bottom: 20px;
            margin: 20px 0;
        }

        .inner-pop-up.leave-pop-up.confirm-popup .btn {
            color: #fff;
            cursor: pointer;
        }

        .inner-pop-up.leave-pop-up.confirm-popup .icon-close {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 18px;
            cursor: pointer;
        }

        .inner-pop-up.leave-pop-up.confirm-popup .upload-error {
            color: #ea0e0e;
        }

    .inner-pop-up.promotioncode-userinfo {
        width: 100%;
        max-width: 600px;
        padding: 50px 50px;
    }

        .inner-pop-up.promotioncode-userinfo .info {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid #ddd;
            align-items: center;
            padding: 10px 0;
        }

            .inner-pop-up.promotioncode-userinfo .info p:first-child {
                font-weight: 700;
            }

            .inner-pop-up.promotioncode-userinfo .info a,
            .inner-pop-up.promotioncode-userinfo .info a:link {
                text-decoration: none;
                color: #06f;
            }

        .inner-pop-up.promotioncode-userinfo .row-btn {
            margin-top: 50px;
        }

            .inner-pop-up.promotioncode-userinfo .row-btn .btn.btn-primary {
                padding: 5px 30px;
            }

        .inner-pop-up.promotioncode-userinfo .message {
            font-size: 21px;
        }

#SendQRCodePopUp .inner-pop-up {
    width: 450px;
}

#SendQRCodePopUp .qrcode-popup-role,
#SendQRCodePopUp .qrcode-popup-mailtemplate {
    padding: 0 20px;
    text-align: left;
    margin-bottom: 20px;
}

#SendQRCodePopUp .qrcode-popup-fisico {
    display: flex;
    align-items: center;
    padding: 0 20px;
    text-align: left;
    margin-bottom: 10px;
}

    #SendQRCodePopUp .qrcode-popup-fisico label {
        margin-bottom: 0;
    }

    #SendQRCodePopUp .qrcode-popup-fisico .form-control {
        order: -1;
        width: 18px;
        margin-right: 10px;
    }

#SendQRCodePopUp .row-btn {
    margin: 30px 0;
}

@media only screen and (min-width: 1680px) {
    .k-grid.k-widget th,
    .k-grid.k-widget td {
        font-size: 16px;
    }

    .activity {
        flex-wrap: nowrap;
    }

        .activity span {
            width: 49%;
        }

    .sponsor-info-data p span {
        width: 40%;
    }
}

@media only screen and (min-width: 1920px) {
    .sponsor-info-data p span {
        font-size: 13px;
    }
}
