﻿.fform {
    border: 1px solid #128C59;
    padding: 5px;
    font-size: 12px;
    font-family: Calibri, Arial,Helvetica,sans-serif !important;
    background: #FFF;
}

.fform ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fform li {
    margin-bottom: 10px;
    overflow: hidden;
}

.fform .titulo {
    overflow: hidden;
    background: #128C59;
    height: 36px;
    line-height: 36px;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
}

.fform h1 {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    padding-left: 10px;
    display: block;
}

.fform label {
    display: block;
    margin-bottom: 2px;
    color: #128C59;
    font-weight: bold;
}

.fform .right {
    text-align: right;
    margin-right: 2%;
}

.fform .input {
    width: 98%;
    border: 1px solid #E0E0E0;
    background: #F6F6F6;
}

    .fform .input[type=number] {
        text-align: right;
        width: 100px !important;
    }

.fform select.input {
    border: 1px solid #E0E0E0;
    background: #F6F6F6;
}

.fform .fourth {
    float: left;
    width: 22%;
    margin-right: 2%;
}

    .fform .fourth .input {
        width: 98%;
    }

    .fform .fourth select.input {
        width: 98%;
    }

.fform .third {
    float: left;
    width: 31%;
    margin-right: 2%;
}

    .fform .third .input {
        width: 98%;
    }

    .fform .third select.input {
        width: 98%;
    }


.fform .half {
    float: left;
    width: 48%;
    margin-right: 2%;
}

    .fform .half .input {
        width: 98%;
    }

    .fform .half select.input {
        width: 98%;
    }

.fform .omega {
    margin-right: 0;
}


input[type="number"] {
    text-align: right;
}

.fform * + * {
    margin-top: 2px;
}


.ui-dialog-osx {
    border: 2px solid #DDD;
}