@charset "UTF-8";
/* CSS Document */


.center {
    text-align: center;
}

.clear {
    clear: both;
}


@media print {
    #menu {
        display: none;
    }

    .btn {
        display: none;
    }
}


body {
    background-color: #fff !important;
    font-family: Arial;

}

h1, h2, h3, h4, h5 {
    margin: 0px 0px 0px 0px;
}

.small_text {
    font-size: 9px !important;
}


.db_col {
    color: #999;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 5px;
    margin-top: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;

}


.col {
    text-align: right;
    margin-top: 4px;
}

.num {
    text-align: right;
}

.dbdata {
    font-size: 20px;
    color: #800;
    font-family: "Times New Roman", Times, serif;
}

.dbalias {
    color: #999;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.medium {
    font-size: 20px;
}

.big {
    font-size: 30px;
}

.ui_info {
    margin-left: 10px;
}

.ui_container {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
}

.number {
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}


.menu_item {
    display: inline-block;
    margin-top: 4px;
    margin-left: 8px;
    margin-right: 8px;
}

.user_info {
    float: right;
}

.menu_table {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.menu_table td {
    vertical-align: top;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 16px;
    font-size: 12px;
}

.menu_icon {
    width: 60px;
}

.didascalie {
    margin-top: 3px;
}


.sem {
    width: 16px;
    height: 16px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.d-grid {
    display: grid !important;
}


/****************   B E G I N:  O V E R R I D E     O F      B O O T S T R A  P    ******************/
.alert {
    margin-bottom: 0px;
}

.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-warning {
    border-left-color: #aa6708;
}

.bg-primary {
    background-color: #0d6efd !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #198754 !important;
}

.bg-info {
    background-color: #0dcaf0 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark {
    background-color: #212529 !important;
}

.bg-body {
    background-color: #fff !important;
}

.bg-white {
    background-color: #fff !important;
}

label {
    font-weight: normal;
}

/****************   E N D :  O V E R R I D E     O F      B O O T S T R A  P       ******************/


/*  ++++++++++++++++++++++++++++++++++++++++++++++++   B E G I N    G R I D      S T Y L E    */
.data_iso {
    /* serve a evitare che le colonne che contengono le date abbiano valori a capo */
    min-width: 80px;
}

.selectedPage {
    font-weight: bold;
    text-decoration: underline;
}

th[order_direction] {
    border-bottom: 3px solid #000;
}

.page_no {
    cursor: pointer;
}

.row_selected {
    background-color: #ffffcb !important;
}

.grid {
    border: 1px solid #999;
}

.even_row tbody tr:nth-child(even) {
    background: #f1f1f1;
}

.grid td {
    font-size: 12px;
    vertical-align: top;
}

.grid td {
    border-right: 1px solid #88dddd;
    border-left: 1px solid #88dddd;
}

.filter {
    border: 2px solid rgb(150, 165, 194);
    font-size: 12px;
    background-color: #fff;
    padding: 2px;
    font-weight: normal;
    height: 25px;
}

.table_pagination {
    margin-top: 10px;
}

.table_button {
    margin-top: 10px;
    text-align: right;
}

.table_button_l {
    margin-top: 10px;
    text-align: left;
}

.pages_container {
    display: inline-block;
}

.total_row {
    display: inline-block;
    margin-left: 40px;
}

.grid_head {
    background-image: url(../img/bg/table-header-bg.png);
    border-bottom: 1px solid #999;
    font-size: 12px;
}

.grid th {
    text-shadow: #fff 1px 1px 2px;
}

.fixed_header {
    /*  FIXED HEADER WHEN USER SCROLL*/
    top: 0px;
    position: fixed;
    display: none;
}

.fixed_header th {
    padding: 0px;
}

.alert-danger-prioritized {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

/*  ++++++++++++++++++++++++++++++++++++++++++++++++   E N D    G R I D      S T Y L E    */


/* ++++++++++++++++++++++++++++++++++++++++++++++ BEGIN STILE FORM */

.error {
    font-size: 14px;
    font-weight: bold;
    color: #F00;
    padding-left: 5px;
    display: inline;
}

.small {
    width: 104px;
}

.boxItem label {
    margin-left: 4px;
}

.num-fields {
    /* number fields*/
    text-align: right;
    color: #C0F;
}

.min {
    width: 40px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ END STILE FORM */


/* ++++++++++++++++++++++++++++++++++++++++++++++ BEGIN STILE FINESTRE MODALI E LOADING */

.finestre_modali {
    position: absolute;
    top: -1500px;
    left: 10px;
    border: 5px solid #333;
    background-color: #FFF;
    padding: 10px;
    z-index: 9002;
}

.with_title {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.finestre_modali .title {
    background-color: #dff0d8;
    margin-bottom: 10px;
    padding: 8px;
    text-align: center;
    font-weight: bold;
}

.finestre_modali .content {
    padding: 10px;
}

#close_modal { /* E' LA  CROCETTA PER CHIUDERE LE FINESTRE MODALI */
    position: absolute;
    top: -1000px;
    left: 10px;
    padding: 10px;
    z-index: 9003;
    padding: 0px;
}

#modalDiv {
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    height: 1px;
    width: 1px;
    z-index: 9001;
    top: 0px;
    left: 0px;
    background-color: #000;
}

#importerModalContainer {
    position: fixed;
    bottom: -1000px;
    width: 100%;
    height: 300px;
    text-align: center;
    border: 0px solid #ccc;
}

#importerModal {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 300px;
    border-top: 5px solid #333;
    border-left: 5px solid #333;
    border-right: 5px solid #333;
    background-color: #FFF;
    z-index: 9003;
}

#importerModalContainer .title {
    background-color: #dff0d8;
    margin-bottom: 0px;
    padding: 8px;
    text-align: center;
    font-weight: bold;
}

#importerModalTableContainer {
    overflow: auto;
    overflow-y: auto;
    height: 290px;
}

#importerModalTableContainer table {
    font-size: 10px;
}

.import_row_error {
    background-color: #f2dede;
}

.importer_cell_error {
    background-color: #fffa73;
}

.import_row_saved {
    background-color: #d9edf7;
}

.modal_btn_box {
    text-align: center;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ END STILE FINESTRE MODALI E LOADING  */


/* ++++++++++++++++++++++++++++++++++++++++++++++ BEGIN STILE PULSANTI */
.confirm {
    display: none;
}

a.pulsante {
    font-size: 14px;
    margin: 0 auto;
    color: #fff;
    background-color: #C53727;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 4px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);

}

a.pulsante_tabelle {
    font-size: 10px;
    color: #fff;
    background-color: #6a6a6b;
    background-image: url(../img/BUTTON/button_bg.png);
    border: 1px solid #666666;
    /* -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; */
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    letter-spacing: 2px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
    cursor: pointer;

}

/* ++++++++++++++++++++++++++++++++++++++++++++++ END STILE PULSANTI */


/* ++++++++++++++++++++++++++++++++++++++++++++++ BEGIN STILE VALIDAZIONE FORM */
.parsley-errors-list {
    font-size: 11px;
    margin: 2px;
    padding: 0px;
    list-style-type: none !important;
}

ul.parsley-errors-list li {
    line-height: 11px;
    color: #A60000 !important;
}

ul.parsley-errorrs-list {
    padding-left: 0px;
}

input.parsley-errors, textarea.parsley-errors {
    /*
    color: #B94A48 !important;
    background-color: #F2DEDE !important;
    */
    border: 1px solid #FF0000 !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ END STILE VALIDAZIONE FORM */


/*  ++++++++++++++++++++++++++++++++++++++++++++++++   B E G I N    M E N U    */
.debug {
    border: 1px solid #000;
}

#menu {
    font-size: 12px;
}

#menu .didascalie {
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
}

.didascalie a {
    text-decoration: none;
}

#menu .icon {
    text-align: center;
}

#menu .icon img {
    border-bottom: 1px solid #ccc;
}

#menu .voce {
    height: 20px;
}

#menu .voce img {
    margin-right: 5px;
}

/*  ++++++++++++++++++++++++++++++++++++++++++++++++   E N D    M E N U    */


/* ++++++++++++++++++++++++++++++++++++++++++++++ B E G I N     N O T I F I C H E    */
#box_notifiche {
    padding-left: 30px;
    padding-right: 30px;
}

.msg_notifica {
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
}

.msg_notifica .badge {
    font-weight: normal;
!important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ E N D     N O T I F I C H E     */

