.disptip {
    display: inline-block;
    width: 100%;
}

.disp {
    display: inline-block;
    width: .875rem;
    height: .875rem;
    border-radius: 50%;
    /*border: 1px solid orange;*/
}

.disp.dispyes {
    background: Forestgreen;
}

.disp.displim {
    background: gold;
}

.disp.dispno {
    background: red;
}

.disp.dispnogest {
    background: Mediumblue;
}

.disp.disppart {
    background: MediumAquamarine;
}

.desk {
    display: none;
}

.disp-legend {
    border-bottom: 1px solid #cccccc;
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
    padding: 0 0 1rem 0;
    margin-bottom: 1rem;
}

.disp-legend h5 {
    margin: 0 1rem 0 0;
    padding: 0;
}

.disp-legend ul {
    margin: 0;
    padding: 0;
}

.disp-legend ul li {
    list-style-type: none;
    display: flex;
    flex-flow: row;
    align-content: center;
    align-items: center;
}

.disp-legend ul li span {}

.disp-legend ul li span:first-child {
    margin: 0 .875rem 0 0;
}

@media( min-width: 768px) {
    .mob {
        display: none;
    }
    .desk {
        display: inline;
    }
}

@media( min-width: 1024px) {
    .disp-legend ul {
        display: flex;
        flex-flow: row;
        flex-wrap: nowrap;
    }
    .disp-legend ul li {
        margin: 0 0 0 1.5rem;
    }
    .disp-legend ul li span:first-child {
        margin: 0 .5rem 0 0;
    }
}


/* Destinazioni */

.legend-help {
    display: inline-block;
    font-size: 15px;
    margin-left: 1em;
}

.table-destination thead tr th {
    font-size: 12px;
    line-height: 15px;
    vertical-align: top;
}

.table-destination tbody tr td:first-child label {
    font-size: 16px;
    font-weight: bold;
    padding-left: 0;
    overflow: hidden;
}

.table-destination tbody tr td:first-child label:hover {
    color: #08c;
}

.table-destination tbody tr td:first-child input+i {
    color: transparent;
    font-size: 20px;
    display: inline-block;
    margin-right: .5em;
}

.table-destination tbody tr td:first-child input:checked+i {
    color: #468847;
}

.table-destination tbody tr td:first-child input:checked+i+span {
    color: #468847;
}

.table-destination tbody tr td:nth-child(2) {
    font-size: 14px;
}

.table-destination tbody tr td .btn-link:hover {
    text-decoration: none;
    border: 1px solid;
    border-radius: 3px;
}

.table-destination tbody tr td:nth-last-child(3) .btn-link {
    font-size: 18px;
    color: #468847;
}

.table-destination tbody tr td:last-child .btn-link {
    color: #b94a48;
}

.table-destination tbody tr td .btn-link.disabled {
    text-decoration: none;
    border: none;
    background: transparent;
    color: #aaa;
}


/*
.table-destination tbody tr.preset-destination{
  border: 1px solid #468847;
}
.table-destination tbody tr.preset-destination td {
  border-bottom: 1px solid #468847;
  border-top: 1px solid #468847;
}
*/

.table-destination tbody tr.new-destination td {
    border-bottom: 1px solid #ccc;
    padding-top: 1em;
    padding-bottom: 1em;
}

#modalDestination input {
    margin-bottom: 1em;
}

#modalDestination .modal-body {
    margin-bottom: 1em;
}

#modalDestination .preset-option {
    font-size: 16px;
    margin-bottom: 1em;
}

#modalDestination .preset-option:hover {
    color: #468847;
}

#modalDestination .preset-option input:checked+span {
    color: #468847;
    font-weight: bold;
}