﻿@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;
    stroke 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;
    display: block;
    margin-top: 20px;
    height: 450px;
    padding: 15px;
    position: relative;
}

.BoxAppuntamentoAnnullato {
    border: 1px solid #cbcbcb;
    padding: 15px;
    border-left: 3px solid #ff0000;
    margin-top: 20px;
    height: 450px;
    position: relative;
}

.BoxAppuntamentoDaGestire {
    border: 1px solid #cbcbcb;
    border-left: 3px solid #ff6a00;
    padding: 15px;
    margin-top: 20px;
    height: 450px;
    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;
}

/*DASHBOARD*/
.pnlDashAppuntamentoConfermato {
    border-left: 3px solid #459523;
}

.pnlDashAppuntamentoDaGestire {
    border-left: 3px solid #ff6a00;
}

.NDashAppuntamentoConfermato {
    background-color: #459523;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom:10px;
}

.NDashAppuntamentoDaGestire {
    background-color: #ff6a00;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .NDashAppuntamentoConfermato,
    .NDashAppuntamentoDaGestire {
        display:block;
        text-align:center;
    }
}
