﻿/* Classi Generiche */
body {
    margin: 10px;
    zoom: 0.9;
}

/* CheckBox */
.form-check-input {
    border-radius: 1px;
    cursor: pointer;
    height: 20px;
    margin-top: 3px !important;
    width: 20px;
}

.form-check-label span {
    margin-left: 10px !important;
}

/* Maiuscolo */
.UpperCase {
    text-transform: uppercase;
}

    .UpperCase input {
        text-transform: uppercase;
    }

/* Titolo Pagina */
.customPageTitle {
    padding: 2rem !important;
    height: 20px !important;
    margin-top: 5px !important;
}

    .customPageTitle h1 {
        /*font-size: 32px !important;*/
        margin-top: -25px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        text-transform: uppercase;
        white-space: nowrap !important;
    }

/* Item Combo con spaziatura ridotta */
.cmbItemLineHeightSmall {
    line-height: 0.3;
}

/* Drop down grid */
.divDropDownGrid {
    height: 200px;
    overflow-y: auto;
    min-width: 300px;
    max-width: 1200px;
}

.dropDownGridHeader {
    font-size: 14px;
    text-align: center;
}

.dropDownGridFilter {
    font-size: 14px;
    padding: 1px;
}

.dropDownGridCell {
    font-size: 14px;
}

/* Stile per griglie standard  */
.standardGridHeader {
    font-size: 14px;
    text-align: center;
    text-overflow: ellipsis;
}

.standardGridCell {
    font-size: 14px;
    padding: 2px;
}

.standardCommandColumn {
    font-size: 20px;
    padding: 1px;
}

/* Pop up messaggi demo (metto lo stile qui per non stare a fare un nuovo foglio di stile per poche classi) */
.popUpMessageDemoStyle {
    min-height: 250px !important;
    min-width: 400px !important;
    max-height: 450px !important;
    max-width: 600px !important;
    width: 500px !important;
}

.user-contacts-demo {
    display: block;
    margin-top: 5px;
}

    .user-contacts-demo span {
        display: inline-block;
        margin-left: 5px;
    }

/* Css per tool tip personalizzati */
.customHintTooltip {
    max-width: 500px !important;
    zoom: 110% !important;
}
