﻿@media (min-width: 200px) {
    .CalendarioAppuntamenti .col-md-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
        max-width: 14.285714285714285714285714285714% !important;
        flex: none !important;
        border: 1px solid #a8a8a8;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.CalendarioSelected {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
    flex: none !important;
    border: 1px solid #a8a8a8;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #325721;
}

    .CalendarioSelected a {
        display: block;
        color: #ffffff !important;
    }

.BoxAppuntamentoConfermato {
    border: 1px solid #cbcbcb;
    border-left: 3px solid #459523;
    position: relative;
    display: block;
    margin-top: 20px;
    height: 530px;
    padding: 15px;
    position: relative;
}

.BoxAppuntamentoAnnullato {
    border: 1px solid #cbcbcb;
    padding: 15px;
    border-left: 3px solid #ff0000;
    position: relative;
    margin-top: 20px;
    height: 530px;
    position: relative;
}

.BoxAppuntamentoDaGestire {
    border: 1px solid #cbcbcb;
    border-left: 3px solid #ff6a00;
    position: relative;
    padding: 15px;
    margin-top: 20px;
    height: 530px;
    position: relative;
}

.RigheBox div {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 30px;
}

.NAppuntamentoConfermato {
    position: absolute;
    background-color: #459523;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    top: -15px;
    border-radius: 5px;
}

.NAppuntamentoAnnullato {
    position: absolute;
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    top: -15px;
    border-radius: 5px;
}

.NAppuntamentoDaGestire {
    position: absolute;
    background-color: #ff6a00;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    top: -15px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .BoxAppuntamentoConfermato,
    .BoxAppuntamentoAnnullato,
    .BoxAppuntamentoDaGestire {
        height: auto;
    }

    .RigheBox div {
        padding-top: 0;
        padding-bottom: 0;
        min-height: inherit;
    }

        .RigheBox div.col-md-4 {
            padding-top: 10px;
        }
}
