TABLE
{
    border-collapse: collapse;
}

BODY
{
    background-color: white;
    overflow-x: hidden;
}

HTML, BODY, FORM
{
    width: 100%;
	height: 100%;
	margin:0;
    padding:0;
    border:none
}

A,a:visited {
    text-decoration: none;
    color: #004E97;
}

IMG
{
    border:0px;
}

A:hover	
{
	text-decoration: underline;
}

A.White
{
    color: White;
}

input:not([type=button]):not([type=submit]):focus, select:focus, textarea:focus {
    background-color: #FFFFAA !important;
}

input[type="number"] {
    text-align: right;
}

pre
{
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.pointer
{
    cursor: pointer;
}

.help
{
    color: gray;
    font-style: italic;
}

.zoom05
{
    zoom: 0.5;
}

.zoom06
{
    zoom: 0.6;
}

.font06
{
    font-size: xx-small !important;
}

.wppButtonOrcamentoAprovar 
{
    width: 100px;
    height: 50px;
    background-color: Green;
    color: white;
    font-weight: bold;
    cursor: pointer;
    white-space: normal;
}

.wppButtonOrcamentoRecusar
{
    width: 100px;
    height: 50px;
    background-color: Red;
    color: black;
    font-weight: bold;
    cursor: pointer;
    white-space: normal;
}

.bottompadding
{
    padding:0px 0px 10px 0px !important;
    margin:0px !important;
}

.largebottompadding
{
    padding:0px 0px 15px 0px !important;
    margin:0px !important;
}

.removepaddings TD
{
    padding:0px !important;
    margin:0px !important;
}

.smallpadding
{
    padding:2px !important;
}

.transparent
{
    background-color:white;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.inline-block-middle
{
    display:inline-block;
    vertical-align:middle;
}

.inline-table
{
    display: inline-table;
}

.dxpc-content
{
    padding-bottom: 5px !important;
}

.alert .label
{
    display:inline-block;
    min-width: 300px;
}

.absolute
{
    position: absolute;
}

.relative
{
    position: relative;
}

.invisible
{
    visibility: hidden;
}

.hidden
{
    display: none;
}

.griddraghover {
    background-color: lightblue;
}
.rowdraghover
{
    background-color: lightblue;
}

.nospin {
    -moz-appearance: textfield;
}

    .nospin::-webkit-outer-spin-button, .nospin::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.tracer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20%;
    overflow-y: scroll;
    background-color: #fff3cd;
    border-top: 1px solid #ffeeba;
    padding: 5px;
    z-index: 9999;
}

    .tracer .command {
        color: blue;
    }

    .tracer .eventstart {
        color: green;
    }

    .tracer .eventfinish {
        color: red;
    }
    
    .tracer .close {
        position: fixed;
        right: 12px;
        bottom: 20%;
        margin-bottom: 12px;
        cursor: pointer;
    }

IFRAME.webclientprint {
    margin: 0;
    border: 0;
    width: 100%;
}

.operacoes TR > TD {
    padding-right: 12px;
}

    .operacoes TR > TD:last-of-type {
        padding-right: 0;
    }

/* toast */

.toast {
    display: table;
    visibility: hidden;
    height: 48px;
    width: 300px;
    background-color: #333355;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 9000;
    top: 15px;
    padding-right: 8px;
    left: 50%;
    margin-left: -150px;
}

    .toast .toasticon {
        display: table-cell;
        width: 48px;
        height: 48px;
        vertical-align: middle;
        text-align: center;
        background-color: #222233;
        color: #fff;
    }

    .toast .toastmsg {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        overflow: hidden;
        font-size: 13px;
        padding: 8px;
    }

    .toast.show {
        visibility: visible;
        -webkit-animation: toastfadein 0.5s, toaststay 3s 1s, toastfadeout 0.5s 2.5s, toasthidden 3s 5s;
        animation: toastfadein 0.5s, toaststay 3s 1s, toastfadeout 0.5s 4.5s, toasthidden 3s 5s;
    }

@-webkit-keyframes toastfadein {
    from {
        top: 30px;
        opacity: 0;
    }

    to {
        top: 15px;
        opacity: 1;
    }
}

@keyframes toastfadein {
    from {
        top: 30px;
        opacity: 0;
    }

    to {
        top: 15px;
        opacity: 1;
    }
}

@-webkit-keyframes toaststay {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

@keyframes toaststay {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes toastfadeout {
    from {
        top: 15px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes toastfadeout {
    from {
        top: 15px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@-webkit-keyframes toasthidden {
    from {
        opacity: 0;
    }

    to {
        opacity: 0;
    }
}

@keyframes toasthidden {
    from {
        opacity: 0;
    }

    to {
        opacity: 0;
    }
}

/* template */
.main {
    z-index: 8000;
    pointer-events: none;
    position: fixed;
}

    .main > .header {
        height: 48px;
        pointer-events: auto;
    }

        .main > .header .content {
            box-shadow: 0px 2px 10px 0 rgba(0,0,0,0.14);
            top: 0;
            position: absolute;
            background-color: white;
            z-index: 2;
        }

            .main > .header .content .menutogglertd {
                width: 48px;
            }

            .main > .header .content .menutoggler {
                background-color: #003464;
                cursor: pointer;
                display: table;
            }

                .main > .header .content .menutoggler > SPAN {
                    display: table-cell;
                    text-align: center;
                    vertical-align: middle;
                }

            .main > .header .content .usertd {
                width: 48px;
                text-align: center;
            }

            .main > .header .content .user {
                display: table;
            }

                .main > .header .content .user > SPAN {
                    display: table-cell;
                    text-align: center;
                    vertical-align: middle;
                    padding: 0 16px;
                    font-weight: bold;
                    font-size: 14px;
                    color: white;
                    white-space: nowrap;
                }

            .main > .header .content .logouttd {
                width: 1px;
            }

            .main > .header .content .logout {
                background-color: #003464;
                display: table;
            }

                .main > .header .content .logout > SPAN {
                    display: table-cell;
                    text-align: center;
                    vertical-align: middle;
                    padding: 0 16px;
                    font-weight: bold;
                    font-size: 14px;
                    color: white;
                    white-space: nowrap;
                }

            .main > .header .content .webpacktd {
                padding-right: 5px;
            }

    .main > .center {
    }

        .main > .center .centerleft {
            position: relative;
            border-right: 1px solid #E8E8E8;
            pointer-events: auto;
        }

            .main > .center .centerleft > .table > .header {
                height: 40px;
            }

                .main > .center .centerleft > .table > .header .cell {
                    vertical-align: middle;
                    text-align: center;
                    background-color: #F7F7F7;
                    border-bottom: 1px #E8E8E8 solid;
                    box-shadow: 0px 2px 10px 0 rgba(0,0,0,0.14);
                }

            .main > .center .centerleft > .table > .center .content {
                overflow-x: hidden;
                overflow-y: auto;
                box-sizing: border-box;
                padding: 10px 0 10px 0;
            }

            .main > .center .centerleft > .table > .footer {
                height: 1px;
            }

                .main > .center .centerleft > .table > .footer .cell {
                    padding: 10px;
                    border-top: 1px #E8E8E8 solid;
                    background-color: #F7F7F7;
                    box-shadow: 2px 0px 10px 0 rgba(0,0,0,0.14);
                }

                .main > .center .centerleft > .table > .footer .cell *:not(a) {                    
                    color: #777;
                }

        .main > .center .centersplitter {
            width: 4px;
            cursor: ew-resize;
            pointer-events: auto;
        }

            .main > .center .centersplitter .headerfill {
                height: 40px;
                background-color: #F7F7F7;
                border-bottom: 1px #E8E8E8 solid;
                box-sizing: border-box;
            }

            .main > .center .centersplitter:hover {
                background-color: #E8E8E8;
            }

                .main > .center .centersplitter:hover .headerfill {
                    background-color: #E8E8E8;
                    border-bottom: 0;
                }

        .main > .center .centerright .title {
            height: 40px;
            pointer-events: auto;
        }

            .main > .center .centerright .title > .cell {
                background-color: #F7F7F7;
                border-bottom: 1px #E8E8E8 solid;
                height: 40px;
            }

.main.smallheader > .header {
    height: 24px;
}

.maincontent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 88px;
}

    .maincontent .maincontentpadding {
        position: relative;
        box-sizing: border-box;
        height: 100%;
        display: flex;
    }

        .maincontent .maincontentpadding .maincontentholder {
            width: 100%;
            overflow-y: auto;
        }

    .maincontent.nomenu {
        padding-left: 0 !important;
    }

    .maincontent.noheader {
        padding-top: 0;
    }

    .maincontent.smallheader {
        padding-top: 64px;
    }

.cell {
    display: table-cell;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
}

.row {
    display: table-row;
}

.table {
    display: table;
}

.fullsize {
    width: 100%;
    height: 100%;
    position: relative;
}

.fullwidth {
    width: 100%;
    position: relative;
}

.fullheight {
    height: 100%;
    position: relative;
}