﻿/*
  Referente a toda a estrutura de formulário do sistema do Cetec
*/

.contentLinkBtn {
    text-align: right;
}

    .contentLinkBtn a:hover {
        text-decoration: underline;
    }

.span9 h2 {
    line-height: 7px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.Formulario {
    *zoom: 1;
}

    .Formulario:before,
    .Formulario:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .Formulario:after {
        clear: both;
    }

    .Formulario .box {
        *zoom: 1;
    }

        .Formulario .box:before,
        .Formulario .box:after {
            display: table;
            line-height: 0;
            content: "";
        }

    .Formulario .boxGrid {
        *zoom: 1;
        min-height: 200px;
        max-height: 400px;
        overflow: auto;
    }

        .Formulario .boxGrid:before,
        .Formulario .boxGrid:after {
            display: table;
            line-height: 0;
            content: "";
        }

    .Formulario .boxGridReduzida {
        *zoom: 1;
        min-height: 100px;
        max-height: 200px;
        overflow: auto;
    }

        .Formulario .boxGridReduzida:before,
        .Formulario .boxGridReduzida:after {
            display: table;
            line-height: 0;
            content: "";
        }

    .Formulario .boxButton {
        *zoom: 1;
        padding-top: 10px;
    }

        .Formulario .boxButton:before,
        .Formulario .boxButton:after {
            display: table;
            line-height: 0;
            content: "";
        }

    .Formulario .boxReduzida {
        clear: both;
        min-height: 18px;
        width: 100%;
    }

    .Formulario .box:after {
        clear: both;
    }

    .Formulario .contentForm {
        margin-bottom: 15px;
        float: left;
    }

        .Formulario .contentForm .span12 {
            width: 940px;
        }

        .Formulario .contentForm .span11 {
            width: 860px;
        }

        .Formulario .contentForm .span10 {
            width: 780px;
        }

        .Formulario .contentForm .span9 {
            width: 700px;
        }

        .Formulario .contentForm .span8 {
            width: 620px;
        }

        .Formulario .contentForm .span7 {
            width: 540px;
        }

        .Formulario .contentForm .span6 {
            width: 460px;
        }

        .Formulario .contentForm .span5 {
            width: 380px;
        }

        .Formulario .contentForm .span4 {
            width: 300px;
        }

        .Formulario .contentForm .span3 {
            width: 220px;
        }

        .Formulario .contentForm .span2 {
            width: 140px;
        }

        .Formulario .contentForm .span1 {
            width: 60px;
        }

    .Formulario .contentFormReduzida {
        margin-bottom: 2px;
        width: 100%;
        float: left;
    }

    .Formulario .contentForm p {
        clear: both;
        font-weight: 600;
        font-size: 0.9em;
        /*padding-left: 2px;*/
        padding-top: 5px;
        margin: 0;
        min-height: 20px;
        width: 98%;
    }

.moeda {
    text-align: right;
}

.Formulario .contentForm p .obrigatorio {
    color: #FF0000;
    cursor: help;
}

.Formulario .box-navigation-right {
    clear: both;
    width: 100%;
    background-color: #f8f8f8;
}

    .Formulario .box-navigation-right ul {
        margin: 0;
        padding: 0;
        float: right;
        list-style: none;
    }

.Formulario .box .navigation-right li {
    float: right;
    padding-left: 10px;
}

.boxToCaptionCollapsible {
    width: 100%;
    height: 50px;
    clear: both;
}

.contentAdd {
    width: 30px;
    float: left;
    margin-top: 10px;
    cursor: pointer;
}

    .contentAdd img {
        position: relative;
        top: -1px;
    }

.CaptionCollapsiblePanel {
    height: 37px;
    width: 95%;
    float: left;
    margin-top: 7px;
    cursor: pointer;
}

    .CaptionCollapsiblePanel ul {
        margin: 0;
        padding: 0;
    }

        .CaptionCollapsiblePanel ul li {
            float: left;
            padding-right: 8px;
            list-style: none;
        }

            .CaptionCollapsiblePanel ul li img {
                margin-top: 3px;
            }

            .CaptionCollapsiblePanel ul li p {
                margin: 0;
                padding: 0;
                font-size: 1.2em;
                text-align: left;
                font-weight: bold;
                padding-top: 10px;
            }

.CaptionCollapsiblePanelContent {
    width: 99%;
    clear: both;
    overflow-y: auto;
}

.Desabilar {
    display: none;
}

.WaterMark, moeda {
    color: #D3D3D3;
    font-style: italic;
}

.FieldBusca {
    border: 1px solid #B5B5B5;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 0;
    padding: 5px;
    background-color: #F9F9F9;
    margin-bottom: 15px;
}

.FieldCalibra {
    border: 1px solid #B5B5B5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0;
    padding: 5px;
    background-color: #F9F9F9;
    margin-bottom: 5px;
}

.FieldBusca legend {
    font-weight: bold;
    color: #000000;
}

.FieldCalibra legend {
    font-weight: bold;
    color: #000000;
}

.ajax__fileupload_dropzone:hover {
    background: #a9db80; /* Old browsers */
    background: -moz-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9db80), color-stop(100%,#96c56f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a9db80 0%,#96c56f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a9db80 0%,#96c56f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a9db80 0%,#96c56f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a9db80 0%,#96c56f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=0 ); /* IE6-9 */
}


/**TABLE*/
div.dataTables_length label {
    width: 460px;
    float: left;
    text-align: left;
}

div.dataTables_length select {
    width: 75px;
}

div.dataTables_filter label {
    float: right;
}

div.dataTables_info {
    padding-top: 8px;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
    margin-top: 10px;
}

.dataTables_filter {
    text-align: right;
}
