@font-face {
    font-family: MavenPro;
    src: url(../../assets/fonts/MavenPro-Regular.ttf);
}

* {
    font-family: MavenPro;
}

input, input:before, input:after {
    -webkit-user-select: initial !important;
    -khtml-user-select: initial !important;
    -moz-user-select: initial !important;
    -ms-user-select: initial !important;
    user-select: initial !important;
}

textarea, textarea:before, textarea:after {
    -webkit-user-select: initial !important;
    -khtml-user-select: initial !important;
    -moz-user-select: initial !important;
    -ms-user-select: initial !important;
    user-select: initial !important;
}

li.disable_sub a {
    background-color: #d9d9d9 !important;
    cursor:pointer;
}

.course {
    margin-left: 20px;
}

.box_athlete {
    margin-top: 15px;
    padding-left: 70px !important;
}

.in_list {
    font-weight: 600;
    max-width: 350px;
    padding: 5px 5px 5px 10px!important;
    background: #66cc66;
}

.out_list {
    font-weight: 600;
    max-width: 350px;
    padding: 5px 5px 5px 10px !important;
    background: #00ccff;
}

li.disable_event a {
    cursor: pointer;
}

.k-filtercell .k-widget.k-dropdown.k-header.k-dropdown-operator, .k-filtercell > span > .k-button {
    right: 0px !important;
    width: 30.08px !important;
    height: 30.08px !important;
    margin: 0px !important;
}

.k-grid-content .k-alt {
    background-color: #fff;
}

.round_div{
    margin:auto;
    width:25px;
    height:25px;
    border-radius:30px;
}

.custom_grid_button a {
    padding: 5px !important;
    max-width: 40px !important;
    min-width: 40px !important;
}

.k-filtercell > span {
    padding-right: 35px !important;
}

.k-chart text {
    font-family: MavenPro !important;
    font-weight: bold !important;
}

.select2-container {
    width: 100%;
}

.k-dialog .k-button-group {
    width: 100%;
}

.spinner {
    display: none;
}

.no_data {
    padding: 20px 0px 20px 0px;
}

.loader {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #43a047;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 100001;
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fb8c00;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e53935;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.overlay-grey {
    opacity: 0.7;
    background-color: #000000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100000;
    color: #000
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loginLogo {
    margin-top: 50px;
    width: 40%;
}

.k-handle {
    background: #a9afbb !important;
}

input[type="radio"] {
    margin-right: 5px !important;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5) !important;
}

h4 {
    font-size: 16px !important;
}

hr {
    margin: 30px 10% 30px 10% !important;
    width: 80% !important;
    border: 1px solid #333;
}

input[type="checkbox"] {
    vertical-align: middle !important;
    margin: 0px 5px 0px 0px;
}

.select2-search__field {
    border: none !important;
    min-width: 150px !important;
}

.select2-selection {
    border-radius: 5px!important;
}

.cred_send {
    background: #fff2c0;
}

.field {
    margin: 0px 0px 0px 0px !important;
}

.ui.input {
    display: block !important;
}

.ui.input input {
    width: 100% !important;
}

label {
    color: #73879C!important;
    font-size: 14px!important;
}

.alert_lang {
    background: #fcf8e3 !important;
}

th, td {
    vertical-align: middle !important;
}

td button {
    margin: 0px!important;
}

.center {
    text-align: center;
}

.field {
    margin-bottom: 8px;
}

.circle {
    border-radius: 50px;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    vertical-align: bottom;
    display: inline-block;
}

.event_not_open {
    background: #c0c0c0;
}

.event_opened {
    background: #fff2c0;
}

.event_event_started {
    background: #cbff8a;
}

.event_event_finished {
    background: #ff9393;
}

#drop_zone {
    border: 2px dashed #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px !important;
    text-align: center;
    font: 20px bold;
}

.first_button {
    float: right;
    position: absolute;
    right: 30px;
    color: #000 !important;
}

.second_button {
    float: right;
    position: absolute;
    right: 70px;
    color: #000 !important;
}

.third_button {
    float: right;
    position: absolute;
    right: 110px;
    color: #000 !important;
}

.fourth_button {
    float: right;
    position: absolute;
    right: 150px;
    color: #000 !important;
}

.fifth_button {
    float: right;
    position: absolute;
    right: 190px;
    color: #000 !important;
}

.sixth_button {
    float: right;
    position: absolute;
    right: 230px;
    color: #000 !important;
}

.seventh_button {
    float: right;
    position: absolute;
    right: 270px;
    color: #000 !important;
}

.eighth_button {
    float: right;
    position: absolute;
    right: 310px;
    color: #000 !important;
}

.ui.segment {
    border: none !important;
    box-shadow: 0px 0px !important;
}

input {
    border: none!important;
}

.login_wrapper {
    width: 50%;
    margin-left: 25%;
}

.card-header i {
    vertical-align: middle;
    display: inline-block;
    font-size: 40px;
}

.card-header p {
    vertical-align: middle;
    font-size: 25px;
    margin-left: 10px;
    display: inline-block;
}

.imageMap {
    width: 100%;
}

.content {
    overflow: auto;
}

map area {
    outline: solid 2px red !important;
}

ul {
    list-style-type: none;
}

.button_selected {
    background: #9c27b0 !important;
}

.coords {
    margin-right: 10px!important;
}

.timeline {
    background: #fff;
    padding: 0 20px !important;
    margin: 0 !important;
    list-style: none;
}

.line_vertical {
    width: 2px;
    position: absolute;
    background: grey;
    margin-left: 52px !important;
}

.timeline__item {
    list-style-type: none;
    padding: 20px 0 !important;
}

.timeline__step {
    display: inline-block;
    padding-right: 20px !important;
}

.timeline__step__marker.marker_green{
    position: relative;
    display: table-cell;
    height: 24px;
    min-height: 24px;
    width: 24px;
    min-width: 24px;
    border: 4px solid #c6d76a;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #c6d76a;
    z-index: 0;
}

.timeline__step__marker.marker_red {
    position: relative;
    display: table-cell;
    height: 24px;
    min-height: 24px;
    width: 24px;
    min-width: 24px;
    border: 4px solid #e74b43;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #e74b43;
    z-index: 0;
}

.timeline__time {
    display: inline-block;
    font-size: 20px;
    color: #000 !important;
    font-weight:800;
}

.timeline__content {
    width: calc(100% - 44px);
    margin-left: 50px !important;
}

.timeline__title {
    text-transform: uppercase;
    padding-bottom: 0px !important;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timeline__points {
    padding: 0 !important;
    list-style: none;
    font-size: 17px;
    max-height: 36px;
    line-height: 19px;
    overflow: hidden;
}

/* FRONT-END */
.sidebar.front-end .sidebar-wrapper,
.off-canvas-sidebar .sidebar-wrapper.front-end {
    width: 360px;
}

.sidebar.front-end .sidebar-wrapper {
    background:#333!important;
}

.sidebar.front-end {
    width: 360px !important;
}

.main-panel.front-end {
    width: calc(100% - 360px) !important;
}

.main-panel.front-end > .footer {
    min-width: calc(100% - 360px)!important;
}

.main-panel.front-end > .navbar {
    min-width: calc(100% - 360px) !important;
}

.logo.front-end {
    width: 360px !important;
    height: 215px !important;
    padding:0px!important;
}

.logo.front-end img{
    width: 70% !important;
    height:auto!important;
    margin:15%;
}

.side_front {
    text-align:center;
}

    .side_front :hover {
        background: #333 !important;
    }

    .side_front a p {
        color:#fff !important;
        font-weight: bold !important;
        font-size: 20px !important;
    }

.side_front_active a p {
    color: #c6d76a !important;
}

.btn-more {
    background: #c6d76a !important;
    border: 0 !important;
    cursor: pointer !important;
    width: auto;
    height: 45px !important;
    padding: 0 25px !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #000 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    text-align: center !important;
    line-height: 45px !important;
    display: inline-block !important;
}

.content.front-end {
    padding:50px!important;
}

.listino {

}

.listino_title {
    font-size:22px!important;
    font-weight:bold !important;
}

.listino td {
    border:1px solid #333!important;
    font-size: 18px;
    font-weight: bold;
    text-align: center !important;
}

.bill_text {
    margin:5px 0px;
    font-weight:normal;
}

.bill_body {
    width: 70%;
    margin-left: 15%;
    margin-top: 20px;
    text-align: left;
}

@media (max-width: 991px) {

    .bill_body {
        width: 80%;
        margin-left: 10%;
        margin-top: 20px;
        text-align: left;
    }

    .sidebar.front-end .sidebar-wrapper, .off-canvas-sidebar .sidebar-wrapper.front-end {
        width: 260px !important;
    }

    .sidebar.front-end {
        width: 260px !important;
    }

    .main-panel.front-end {
        width: 100% !important;
    }

        .main-panel.front-end > .footer {
            width: 100% !important;
        }

        .main-panel.front-end > .navbar {
            width: 100% !important;
        }

    .logo.front-end {
        width: 260px !important;
        height: 155px !important;
        padding: 0px !important;
    }

        .logo.front-end img {
            width: 70% !important;
            height: auto !important;
            margin: 15%;
        }

    .content.front-end {
        padding: 20px !important;
    }
}

@media (max-width: 500px) {

    .bill_body {
        width: 90%;
        margin-left: 5%;
        margin-top: 20px;
        text-align: left;
    }

    .appuntamenti_timeline h1 {
        font-size:20px;
    }

    .timeline__title, .timeline__time {
        font-size: 16px;
    }

    .home_title {
        font-size: 18px !important;
    }

    .home_text {
        font-size: 14px !important;
    }
}