﻿div.frmModelloMod {
    font-size: 12px;
}

h1, h2 {
    clear: both;
    font-size: 13px;
    font-weight: bold;
    color: blue;
    font-variant: small-caps;
    font-style: italic;
    border-bottom-style: dotted;
    border-bottom-color: blue;
    border-bottom-width: 1px;
    line-height: 2;
    margin:  3px 0 10px 0;
}

h1 img {
    float: right;
}

span.hidden {
    display: none !important;
}

#star {
    float: right;
    margin-bottom: -10px;
}

div.frmModelloMod div.amb {
    background-color: whitesmoke;
    color: darkblue;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-radius: 1px 1px 5px 5px;
    border-color: black;
    cursor: pointer;
    margin-right: 7px;
    padding: 0 2px 0 2px;
    line-height: 23px;
    float: left;
    margin-bottom: 15px;
}


div.disabled {
    text-decoration: line-through;
    opacity: 0.4;
}

span.fld {
    line-height: 20px;
    margin-bottom: 5px;
    vertical-align: top;
    margin-right: 10px;
    display: inline-block;
}

    span.fld span {
        /*float: left;*/
        width: 90px;
        display: inline-block;
        vertical-align: top;
    }

    span.fld input {
        width: 190px;
    }

        span.fld input[readonly=''] {
            background-color: lightgray;
            cursor: not-allowed;
        }

        span.fld input[type=checkbox] {
            width: 14px !important;
        }

        span.fld input.ndComboBox {
            width: 178px;
        }

    span.fld div.ndComboBox {
        height: 18px;
        margin-top: -1px;
        overflow: inherit;
    }

    span.fld.flg input {
        width: 20px;
    }

span.note {
    width: 100%;
    height: 100%;
}

    span.note textarea {
        width: 100%;
        height: 120px;
    }

div.frmModelloMod button.ndSave {
    background-color: white;
    color: blue;
    border: 1px solid black;
    border-radius: 4px;
    box-shadow: 1px 0 2px #666666;
    font-family: Verdana;
    font-size: 12px;
    letter-spacing: 0.2px;
    cursor: pointer;
    line-height: 20px;
    font-weight: bold;
    margin-top: 10px;
}
