/*******************************************************************************
 * hiding boxes "segnalazione odori" and "new users" for calcinato initiative,
 * may 2016
 ******************************************************************************/
.MyQmapSection.boxes ul#activeBoxes li:nth-child(6) {
    display: none;
}

.MyQmapSection.boxes ul#activeBoxes {
}

/******************************************************************************/

.stakeholders dd, .groups dd, .groups .accordion {
    max-height: 350px;
    overflow-y: auto;
}

.copernicus_devices > .list {
    max-height: 355px;
    overflow-y: auto;
    padding-left: 15px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(238, 238, 238, 0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
}

#healthSymptoms {
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    padding: 15px;
}

#healthSymptoms li {
    list-style-type: none;
    margin-left: 10px;
    display: block;
}

#QpostForm #id_hlt-symptom_types {
    max-height: 210px;
    overflow-y: auto;
}

#QpostForm #id_hlt-symptom_types li {
    list-style-type: none;
    margin-left: 10px;
    display: block;
}

#QpostForm #id_hlt-symptom_types label {
    font-weight: normal;
}

#transportRouteTool span.routeColor {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 5px;
    margin-right: 5px;
    height: 5px;
    width: 5px;
}

#transportRouteTool fieldset {
    padding: 5px;
}

#transportRouteTool .latLon {
    width: 95%;
    font-size: 12px;
    margin: 0px 5px 0px 5px;
}

#transportRouteTool label[for="startLatLon"],
#transportRouteTool label[for="endLatLon"] {
    margin-left: 5px;
}

.testata .pictures {
    width: 120px;
    float: left;
    margin-left: 20px;
}

.testata .user_info {
    width: 400px;
    float: left;
    margin-left: 20px;
}

.testata .picture.group {
    width: 100px;
    height: auto;
    border-radius: 0;
    margin-top: 10px;
}

.testata .picture.member {
    width: 50px;
    height: 50px;
    border-radius: 0;
    margin-top: 10px;
}

.testata .picture {
    margin: 0;
    float: none;
    width: 100px;
    height: 100px;
}

.testata .descrizione, .testata .descrizione_full {
    float: none;
    width: auto;
}

.testata .username {
    margin: 0;
}

.qgauge {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

#header.main #menuSx {
    margin-left: 260px;
}

#header.main #menuSx a:nth-child(1), #header.main #menuSx a:nth-child(2) {
    border-right: 0;
}

#header.main #menuSx .float-right {
    padding: 0 11px;
}

#header.main #menu_wrapper > a {
    width: 260px;
}

#header.main #menu_wrapper > a > img#favicon {
    margin: 7px 12px;
}

#message_compose_form th {
    vertical-align: middle;
}

#message_compose_form ul.tagit {
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #cccccc;
    margin: 0px 0px 10px 0px;
    padding: 0px 7px 0px 7px;
}

div#getList .lista_folders dd {
    margin-top: -14px;
    margin-left: 54px;
}

div#getList .lista_folders dt {
    margin-bottom: 5px;
}

.ws-alert-dialog .ws-alert-message {
    font-size: 1.4rem;
    line-height: 1.4;
}

.pics_wrapper table td img {
    border: 1px solid #082E2C;
}

#bigBox-newstyle #contenuto.seamless {
    padding: 0;
    position: relative;
}

i.action {
    color: #082E2C;
}

i.action:hover {
    color: #83BFBC;
    cursor: pointer;
}

.help:hover {
    cursor: help;
}

.screening-tool-disabled .numero-verde {
    width: 160px;
    background: white;
    padding: 10px;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #eeeeee;
}

.screening-tool-disabled i {
    margin-right: 10px;
    font-size: 20px;
    color: #082E2C;
}

.screening-tool-disabled a {
    font-size: 16px;
    color: #082E2C;
    text-decoration: none;
}

#pannello2 #layers .titolo h4 {
    font-size: 13px;
    font-weight: bold;
}

.disabled-link {
    pointer-events: none;
}

.ai-feature-icon {
    width: 12px;
    height: 12px;
}
