﻿a:link {
    text-decoration: none !important;
}

.shadow {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.no_shadow {
    box-shadow: none !important;
}

.ContentMain {
    padding: 10px;
}

.noVisibility {
    visibility: hidden !important;
    height: 0px !important;
    display: none !important;
}

.hideTab {
    height: 16px !important;
    padding: 0px !important;
}

    .hideTab Table {
        display: none;
    }

.titolo {
    background-color: #2c3e50;
    padding: 8px;
    text-align: center;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    color: white !important;
    text-transform: uppercase;
}

    .titolo span {
        color: white !important;
    }


.titolo_modal {
    padding: 4px;
}

.sub_titolo {
    font-size: medium;
    font-weight: bold;
    width: 19%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.space, .space_mini {
    width: 100%;
    float: none;
    overflow: visible;
}

.space {
    height: 10px;
}

.space_mini {
    height: 5px;
}


.ods_nota {
    width: 100%;
    height: auto;
    overflow: visible;
}

.ods_nota_left {
    padding: 10px;
    float: left;
    width: 89%;
}

.ods_nota_right {
    padding: 10px;
    height: auto;
    float: right;
}

.pasto, .stato_0, .stato_1, .stato_2, .stato_3, .stato_4, .stato_16, .stato_17, .stato_18, .stato_19, .stato_20, .stato_21, .stato_22, .stato_23, .stato_24, .stato_25, .stato_254, .stato_255 {
    width: 20px;
    height: 20px;
    color: white !important;
    padding-top: 3px;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    opacity: 0.5;
}

.pasto {
    background-color: #0026ff !important;
}

.stato_0 {
    background-color: #b054ae !important;
}

.stato_1 {
    background-color: #32f544 !important;
}

.stato_2 {
    background-color: #fae004 !important;
}

.stato_3 {
    background-color: #249ef4 !important;
}

.stato_4 {
    background-color: #ed0808 !important;
}

.stato_16, .stato_17, .stato_18, .stato_19, .stato_20, .stato_21, .stato_22, .stato_23, .stato_24, .stato_25 {
    background-color: #ec1be9 !important;
}

.right_buttons {
    flex-direction: row;
    flex-wrap: wrap;
    text-align: right;
}

    .right_buttons .dxbButton_Material {
        margin-bottom: 5px;
    }

.btn_vuoto {
    width: 50px;
    height: 26px;
}


.row_css_desel {
    color: gray !important;
}

.dxbButtonSys {
    margin-bottom: 4px;
}

#PageToolbarPanel .dxm-tmpl, #HeaderPanel .dxm-tmpl, .tb_dev .dxm-tmpl {
    padding-left: 2px;
    padding-right: 2px;
}



.ellipsis {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    float: none !important;
}

    .ellipsis span {
        display: inline !important;
    }

/* combobox  edateedit in adaptive mode...*/


.dxmodalSys.dxdd-root .dxpc-mainDiv {
    padding: 10px !important;
    border-radius: 0 !important;
    margin-top: 50px !important;
}

.dxmodalSys .dxdd-header {
    display: none;
}

.flexitem_auto img {
    margin-bottom: -4px;
    margin-right: 2px;
}

.menu_checked {
    box-shadow: inset 0px -3px 0px #3996d1;
    background-color: inherit !important;
}



.oggi {
    background-color: #3996d1 !important;
}

    .oggi td {
        color: white !important;
        font-weight: bold;
    }

.cellBgColor {
    opacity: 1;
}

    .cellBgColor:active {
        background-color: #64c3ff !important;
    }

    .cellBgColor:hover {
        background-color: #3996d1 !important;
    }


.align_right {
    text-align: right;
    align-content: flex-end;
}

.footer-menu {
    height: 50px; /* Footer Height */
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0px;
    background-color: white;
}

.hand {
    cursor: pointer;
}

/**** flexbox ****/


.flexbox {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
}

.flexbox_justify {
    justify-content: space-between;
}

.flexbox_right {
    justify-content: flex-end;
}

.flex_item_left {
    width: calc(100% - 70px - 4px) !important;
}

.flex_item_left_2 {
    width: calc(100% - 130px) !important;
}

.flex_item_left_50 {
    width: calc(((100% - 70px) / 2) - 4px) !important;
}

.flex_item_right {
    width: 66px !important;
    text-align: right;
}

    .flex_item_right > div {
        margin-bottom: 5px;
    }

.flex_item_right_2 {
    width: 120px !important;
    text-align: right;
}

    .flex_item_right_2 > div {
        margin-bottom: 5px;
    }

.flex_item_left, .flex_item_left_2, .flex_item_left_50, .flex_item_right, .flex_item_right_2 {
    padding: 5px 2px;
}

.flexitem_auto {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px;
    width: auto;
}

.flexitem {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px;
    width: calc(33% - 4px) !important;
}

.flexitem_15 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px;
    width: calc(15% - 4px) !important;
}

.flexitem_30 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px;
    width: calc(30% - 4px) !important;
}

.flexitem_50 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px;
    width: calc(50% - 4px) !important;
}

.flexitem_66 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px;
    width: calc(66% - 4px) !important;
}

.flexitem_75 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px;
    width: calc(75% - 4px) !important;
}

.flexitem_100 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px;
    width: calc(100% - 4px) !important;
}

.max_width {
    max-width: 100%;
    overflow: hidden;
}

@media (max-width: 1300px) {
    .small_header {
        font-size: 0.8em !important;
        padding: 16px 4px !important;
    }
}

@media (max-width: 1200px) {

    .flexitem_15 {
        width: calc(20% - 4px) !important;
    }

    .flexitem_100 {
        width: calc(100% - 4px) !important;
    }
}

@media (max-width: 800px) {
    .flexitem {
        width: calc(50% - 4px) !important;
    }

    .flexitem_15 {
        width: calc(33% - 4px) !important;
    }

    .flexitem_100 {
        width: calc(100% - 4px) !important;
    }

    .nota_mensile {
        display: none;
    }

    .flex_item_left, .flex_item_left_2, .flex_item_left_50, .flex_item_right, .flex_item_right_2 {
        width: calc(100% - 4px) !important;
        max-width: calc(100% - 4px) !important;
    }

    .btn_vuoto {
        display: none !important;
    }

    .hidden_800 {
        display: none !important;
    }
}

@media (max-width: 500px) {
    .flexitem {
        width: calc(100% - 4px) !important;
    }

    .flexitem_15 {
        width: calc(50% - 4px) !important;
    }

    .flexitem_50 {
        width: calc(100% - 4px) !important;
    }

    .flexitem_100 {
        width: calc(100% - 4px) !important;
    }
}

@media (max-width: 200px) {

    .flexitem_15 {
        width: calc(100% - 4px) !important;
    }

    .flexitem_100 {
        width: calc(100% - 4px) !important;
    }
}

@media (max-width: 300px) {

    .bt_chiudi {
        display: none !important;
    }
}

.middle_icon {
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.box-info {
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
    padding: 10px;
    padding: 10px;
    border-radius: 2px;
    white-space: normal !important;
    word-wrap: normal !important;
}

/*Centra l'immagine sulle colonne checkbox*/
.chk_images span {
    background-size: 20px;
}

/*toglie i bordi dalle celle del filtro sulle griglie*/
[class*="dxgvFilterRow"] td {
    border-right: none !important;
}

/*toglie i bordi dal filemanager*/
[class*="dxsplControl"] {
    border: none !important;
    box-shadow: none !important;
}

[class*="dxsplHSeparator"] {
    background-color: transparent !important;
}
/****************/

.labTab {
    font-weight: bold;
    text-transform: uppercase;
}

/**************** bottoni graduatoria ****/
.cButton {
    width: 130px !important;
    padding: 4px 0px 4px 0px !important;
    margin: 2px;
}

.grouprow_left {
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 90%;
}

.grouprow_right {
    overflow: hidden;
    float: right;
    padding-right: 10px;
}

.msgPopContent {
    text-align: center;
    padding: 20px;
    border-bottom: solid 1px #eaeaea;
}

.msgPopFooter {
    justify-content: flex-end;
    display: flex !important;
    flex-direction: row !important;
    padding: 10px;
}

.popButton {
    margin-left: 4px;
}

[class*="dxgvHeader"] {
    padding: 16px 10px;
}

[class*="dxgvFooter"] {
    padding: 16px 10px;
}

[class*="dxgvFilterBar"] {
    margin-top: 6px;
}

[class*="dxgv"], [class*="dxvg"] {
    box-shadow: none !important;
}

[class*="dxgvLoading"], [class*="dxgvLoading"] {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%) !important;
}

@media screen and (max-width: 500px) {
    .login_mobile {
        border: none !important;
        box-shadow: none !important;
    }

        .login_mobile .dxpc-content {
            padding: 4px !important;
        }
}

.prospetto_cell { /*per i prospetti*/
    padding: 16px 4px !important;
    font-size: 13px !important;
}

    .prospetto_cell td { /*per i prospetti*/
        font-size: 13px !important;
    }

    .prospetto_cell span { /*per i prospetti*/
        font-size: 13px !important;
    }

.pop_link {
    padding: 20px;
    margin-top: -50px;
    position: absolute;
    font-weight: bold;
}

.pop_link_no_msg {
    padding: 20px;
    top: 0px;
    position: absolute;
    font-weight: bold;
}

.text_red {
    color: red;
}
