﻿html
{
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}

body
{
    background-color: #FFFFFF;
    color: #333;
    font-size: 10pt;
    font-family: Calibri;
    margin: 0;
    padding: 0;
    min-width: 1140px;
}

.fundo {
	width: 100%;
	height: 100%;
	background-image: url('../../Images/fundo.png');
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 4999;
	display: none;
}

.divbody
{
    overflow-x: hidden;
    background-color: #FFFFFF;
    color: #333;
    font-size: 10pt;
    font-family: Calibri;
    margin: 4px;
	padding: 4px;
}

.codigo
{
    font-size: 14pt;
    text-align: center;
    color: red;
}

.txtRelatorio
{
    font-size: 14pt;
    text-align: center;
    color: black;
}
.setFocus
{
    border: solid 1px #95ce61;
    background: #fff;
    color: #000;
    font-family: Calibri;
    font-size: 10pt;
}
.setIdle
{
    background: transparent;
    color: black;
    border: solid 1px #DFDFDF;
    font-family: Calibri;
    font-size: 10pt;
}
.setIdleRed
{
    border: solid 1px #DFDFDF;
    font-family: Calibri;
    font-size: 10pt;
    color: #FF0000 !important;
    background-color: #FFFF00 !important;
}
input.border
{
    border: 1px solid white;
}

select.border
{
    border: 1px solid white;
}

form
{
    margin: 0px;
    padding: 0px;
}

.ClearBoth
{
    clear: both;
}
.ClearLeft
{
    clear: left;
}
.ClearRight
{
    clear: right;
}

.FloatLeft
{
    float: left;
}
.FloatRight
{
    float: right;
}

.MarginLeftDefault
{
    margin-left: 6px;
}
.MarginRightDefault
{
    margin-right: 6px;
}

.Width50pc
{
    width: 50%;
}
.Width100pc
{
    width: 100%;
}

.FormHeaderColeta
{
    background-color: #82186E;
    height: 80px;
}

.header-app-icon
{
    width: 64px;
    height: 64px;
    float: left;
    margin: 5px;
}

.header-app-text
{
    font-size: 30px;
    float: left;
    margin: 10px;
    margin-top: 20px;
    text-shadow: 1px 1px 2px #111;
    color: #fff;
    font-family: Arial;
}

.header-area-logo {
    float: right;
    margin: 5px;
    background-image: url('../../Images/company_logo.png');
    width: 166px;
    height: 68px;
    background-repeat: no-repeat;
}

.AntesMenu
{
    background-color: #DFDFDF;
    height: 10px;
}

.FundoMenu
{
    background-color: #F2F2F2;
    height: 40px;
    padding-top: 5px;
    text-align: center;
}

.FormHeaderLoggedUser
{
    text-align: right;
    padding: 2px 5px 2px 5px;
    z-index: 1009;
    background-color: #6A1057;
    height: 20px;
    color: #fff;
    font-size: .80em;
}

.FormHeaderLoggedUser a
{
    color: #FFFFFF;
}

.FormHeaderLoggedUserLabel
{
    font-weight: bold;
}

fieldset
{
    margin-top: 5px;
}

legend
{
    padding-left: 5px;
    padding-right: 10px;
    width: auto;
    color: #0078AB;
    font-weight: bold;
    font-family: Calibri;
    font-size: 18px;
    margin-bottom: 5px;
}

.FormMiddle
{
    width: auto;
    height: auto;
    border: 1px solid #ccc;
    margin: 4px 0px 4px 0px;
    padding: 4px;
}

.FormFooter
{
    padding: 2px;
    font-size: 10px;
    color: #333;
    border-top: 1px solid #ddd;
    margin-top: 1em;
    height: 30px;
}

.FormFooterText
{
    width: 90%;
    margin: 10px;
    float: left;
    text-align: center;
}

.FormFooterIcon
{
    margin: 10px;
    float: right;
}

.PopUpPanelContainer
{
    width: 600px;
    padding: 5px;
    min-height: 60px;
    border: none;
    background-color: #F9F9F9;
}

.PopUpIcon
{
    position: absolute;
    top: 20px;
    left: 15px;
    width: 48px;
    height: 48px;
}

.PopUpSucessIcon
{
    background: url(     '../../Images/icoPopUp-Sucess.png' ) no-repeat;
}

.PopUpInformationIcon
{
    background: url(     '../../Images/icoPopUp-Information.png' ) no-repeat;
}

.PopUpWarningIcon
{
    background: url(     '../../Images/icoPopUp-Warning.png' ) no-repeat;
}

.PopUpErrorIcon
{
    background: url(     '../../Images/icoPopUp-Error.png' ) no-repeat;
}

.PopUpQuestionIcon
{
    background: url(     '../../Images/icoPopUp-Question.png' ) no-repeat;
}

.PopUpCloseIcon
{
    position: absolute;
    top: -7px;
    right: -7px;
    width: 22px;
    height: 22px;
    background: url(     '../../Images/icoPopUp-Close.png' ) no-repeat;
    cursor: pointer;
}

.PopUpPanelTextContainer
{
    width: auto;
    height: auto;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-top: 0px;
    margin-bottom: 3px;
    padding: 30px 30px 30px 70px;
}

.PopUpPanelTextContainerTermoUso {
    width: auto;
    height: auto;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-top: 0px;
    margin-bottom: 3px;
    padding: 0px 10px 10px 10px;
    max-height: 300px;
    overflow-x: scroll;
}

.ModalPopUpBackground {
    background-color: #414141;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.PanelContainer1
{
    width: auto;
    min-height: 60px;
    border: none;
    background-color: #F9F9F9;
    
}

.PanelContainer1 label
{
    display: block;
}

.PanelContainer2
{
    width: 50%;
    min-height: 60px;
    border: none;
    background-color: #F9F9F9;
}

.PanelContainer2 label
{
    display: block;
}

.FormFieldContainerNoBG
{
    width: auto;
    min-height: 60px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 4px;
    vertical-align: top;
}

.FormFieldContainer
{
    width: auto;
    min-height: 60px;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 4px;
    vertical-align: top;
}

.SummaryFieldContainer
{
    width: auto;
    min-height: 60px;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 4px;
    vertical-align: top;
    float: left;
}

.FormFieldContainerNoBorder
{
    width: auto;
    min-height: 60px;
    border: 0px solid #ccc;
    background-color: #f2f2f2;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 4px;
}

.FormFieldContainer .Column
{
    float: left;
    display: block;
    padding-right: 2%;
    width: auto;
}

.FormFieldContainer label
{
    width: 95px;
    height: auto;
    border: 1px solid transparent;
    font-family: Calibri;
    font-size: 10pt;
    display: inline-block;
    margin-top: 5px;
}

.FormFieldContainer .tabelaChecagem label
{
    width: 150px;
}

.FormFieldContainer span
{
    vertical-align: -5px;
    margin-right: 10px;
}

.FormFieldContainer input[type=text], input[type=password], select
{
    margin: 3px 0px 3px 5px;
    width: 200px;
    vertical-align: bottom;
    min-height: 0px;
    font-family: Calibri;
    font-size: 10pt;
    background: white;
}

.FormFieldContainer input[readonly], select[disabled]
{
    background-color: #dcdcdc !important;
    color: black !important;
    cursor: default;
}

.FormFieldContainer input.setIdleRed
{
    border: solid 1px #DFDFDF;
    font-family: Calibri;
    font-size: 10pt;
    color: #FF0000 !important;
    background-color: #FFFF00 !important;
}

.FormFieldContainer select
{
    margin: 3px 0px 3px 0px;
    width: 200px;
    vertical-align: bottom;
    min-height: 0px;
    font-family: Calibri;
    font-size: 10pt;
    background: white;
}

.FormFieldContainer input[type=image]
{
    margin: 3px 0px 3px 0px;
    width: 15px;
    vertical-align: bottom;
    min-height: 0px;
    font-family: Calibri;
    font-size: 10pt;
}

.FormFieldContainer input[type=checkbox]
{
    width: 13px;
}

.FormFieldContainer select
{
    width: 200px;
    margin: 3px 0px 4px 0px;
    vertical-align: bottom;
    min-height: 0px;
    font-family: Calibri;
    font-size: 10pt;
}

.FormFieldContainer th
{
    font-weight: normal;
}

.FormFieldContainer textarea
{
    width: 400px;
}

.FormActions
{
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    margin-bottom: 0px;
    padding: 6px;
}

.ExcelButton
{
    width: auto;
    min-width: 100px;
    height: 30px;
    padding-top: 2px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
    color: #62be57;
    border: 1px solid #999;
    background: url(     '../../Images/Excel.png' ) no-repeat 5px 6px;
    background-color: #fff;
}

.HelpButton {
    width: auto;
    min-width: 100px;
    height: 30px;
    padding-top: 2px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
    color: blue;
    border: 1px solid #999;
    background: url( '../../Images/Help.png' ) no-repeat 5px 6px;
    background-color: #fff;
}

.HelpOkButton {
    width: auto;
    min-width: 30px;
    height: 30px;
    padding-top: 2px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
    border-color:transparent;
    background: url( '../../Images/Accept.png' ) no-repeat 5px 6px;
    background-color: transparent;
}

.tooltip{
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

    .tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


.CsvButton
{
    width: auto;
    min-width: 100px;
    height: 30px;
    padding-top: 2px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
    color: #62be57;
    border: 1px solid #999;
    background: url(     '../../Images/csv.png' ) no-repeat 5px 6px;
    background-color: #fff;
    title: Teste;
}


.SubmitButton
{
    width: auto;
    min-width: 100px;
    height: 30px;
    padding-top: 2px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
    color: #62be57;
    border: 1px solid #999;
    background: url(     '../../Images/Accept.png' ) no-repeat 5px 6px;
    background-color: #fff;
}

.SolicitarButton
{
    width: auto;
    min-width: 200px;
    height: 30px;
    padding-top: 2px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
    color: #62be57;
    border: 1px solid #999;
    background: url(     '../../Images/Accept.png' ) no-repeat 5px 6px;
    background-color: #fff;
}

.CalcButton
{
    width: auto;
    min-width: 100px;
    height: 23px;
    padding-top: 4px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 10pt;
    text-align: right;
    color: rgb(150, 26, 141);
    border: 1px solid #999;
    background: url(     '../../Images/calc_icon.png' ) no-repeat 5px 5px;
    background-color: #fff;
    visibility: hidden;
}

.AccessButton
{
    width: auto;
    min-width: 100px;
    height: 23px;
    padding-top: 4px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 10pt;
    text-align: right;
    color: rgb(150, 26, 141);
    border: 1px solid #999;
    background: url(     '../../Images/access_icon.png' ) no-repeat 5px 5px;
    background-color: #fff;
}

.ForgetPasswordButton
{
    width: auto;
    min-width: 100px;
    height: 23px;
    padding-top: 4px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 10pt;
    text-align: right;
    color: rgb(150, 26, 141);
    border: 1px solid #999;
    background: url(     '../../Images/forget_icon.png' ) no-repeat 5px 5px;
    background-color: #fff;
}

.Button
{
    width: auto;
    height: 30px;
    padding-top: 2px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
    color: #62be57;
    border: 1px solid #999;
    background-color: #fff;
}

.AprovarButton
{
    width: auto;
    min-width: 100px;
    height: 30px;
    padding-top: 2px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
    color: #62be57;
    border: 1px solid #999;
    background: url(     '../../Images/ValidacaoMini.png' ) no-repeat 5px 6px;
    background-color: #fff;
}
.CancelButton
{
    width: auto;
    min-width: 100px;
    height: 30px;
    padding-top: 2px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
    color: #e66353;
    border: 1px solid #999;
    background: url(     '../../Images/Cancel.png' ) no-repeat 5px 6px;
    background-color: #f2f2f2;
}

.DeleteButton
{
    width: auto;
    min-width: 100px;
    height: 30px;
    padding-top: 2px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
    color: #e66353;
    border: 1px solid #999;
    background: url('../../Images/Bin.png') no-repeat 5px 6px;
    background-color: #f2f2f2;
}

.CommentButton
{
    width: auto;
    min-width: 110px;
    height: 30px;
    padding-top: 2px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 10pt;
    text-align: right;
    color: #0066FF;
    border: 1px solid #999;
    background: url('../../Images/ComentarioMini.PNG') no-repeat;
    background-color: #f2f2f2;
}

.ValidateButton
{
    width: auto;
    min-width: 110px;
    height: 30px;
    padding-top: 2px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 10pt;
    text-align: right;
    color: #FF9900;
    border: 1px solid #999;
    background: url('../../Images/ValidacaoMini.PNG') no-repeat;
    background-color: #f2f2f2;
}

.SendMailButton
{
    width: auto;
    min-width: 110px;
    height: 30px;
    padding-top: 2px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 10pt;
    text-align: right;
    color: #660033;
    border: 1px solid #999;
    background: url('../../Images/EmailMini.PNG') no-repeat 5px 6px;
    background-color: #f2f2f2;
}
.BackButton
{
    width: auto;
    min-width: 100px;
    height: 30px;
    padding-top: 2px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
    color: #0078AB;
    border: 1px solid #999;
    background: url(     '../../Images/Resultset_previous.png' ) no-repeat 5px 6px;
    background-color: #fff;
}
.AddButton
{
    width: auto;
    min-width: 100px;
    height: 30px;
    padding-top: 2px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
    color: #62be57;
    border: 1px solid #999;
    background: url(     '../../Images/Add.png' ) no-repeat 5px 6px;
    background-color: #fff;
}

.SpotcheckButton
{
    width: auto;
    min-width: 100px;
    height: 30px;
    padding-top: 2px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
    color: #62be57;
    border: 1px solid #999;
    background: url(     '../../Images/spot.png' ) no-repeat 5px 6px;
    background-color: #fff;
}

.ChecklistButton
{
    width: auto;
    min-width: 100px;
    height: 30px;
    padding-top: 2px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
    color: #62be57;
    border: 1px solid #999;
    background: url(     '../../Images/checklist.png' ) no-repeat 5px 6px;
    background-color: #fff;
}

.PrintButton
{
    width: auto;
    min-width: 100px;
    height: 30px;
    padding-top: 2px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
    color: #62be57;
    border: 1px solid #999;
    background: url(     '../../Images/printer.png' ) no-repeat 5px 6px;
    background-color: #fff;
}

.BuscarButton
{
    width: auto;
    min-width: 100px;
    height: 30px;
    padding-top: 2px;
    padding-right: 6px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
    color: #62be57;
    border: 1px solid #999;
    background: url(     '../../Images/Magnifier.png' ) no-repeat 5px 6px;
    background-color: #fff;
}

.PanelContainerFilter
{
    width: auto;
    min-height: 25px;
    border: 1px solid #ccc;
}

.PanelContainerFilterHeader
{
    width: auto;
    height: 17px;
    background: url(    '../../Images/sprite.png' ) repeat-x 0px 0px;
    border-bottom: 1px solid #989898;
    vertical-align: middle;
    padding: 3px 3px 3px 3px;
    font-weight: bold;
}

.PanelContainerFilterForm
{
    padding: 6px;
}

.Space
{
    height: 5px;
}

.InvalidField
{
    background-color: #fffacd;
}

.RequiredField
{
    color: #dd0000;
    margin-top: 5px;
    margin-left: 2px;
}

.PanelContainerReport
{
    height: 430px;
    border: 1px solid black;
    background-color: #F9F9F9;
}

/* GridView */
.Grid
{
    background: #FFF;
    margin-left: 0px;
    font-size: 12px;
    font-family: Calibri;
}
.Grid td
{
    border: solid 1px #000033;
    padding: 2px;
}
.Grid td tr
{
    border: solid 1px #000033;
}
.Grid td input
{
    font-size: 10px;
    font-family: Calibri;
}
.ColunaTitulo
{
    padding-left: 4px;
}
.Total
{
    text-align: center;
}
.RowTitulo
{
    background: #CCC;
    color: #000;
    padding: 4px;
}
.RowTitulo th
{
    border: solid 1px #000033;
    text-align: center;
    color: #000;
}
.RowTitulo th span
{
    text-align: center;
    margin: auto;
}
.SelectRow
{
    background: #E5E5E5;
}
.RowFooter
{
    background: #CCC;
}
.RowFooter td
{
    border: solid 1px #000033;
    text-align: right;
    color: #000;
    font-weight: bold;
}

.FormFilterFieldContainer
{
    width: auto;
    min-height: 60px;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 4px;
}

.FormFilterFieldContainer .Column
{
    float: left;
    display: block;
    padding-right: 2%;
    width: auto;
}

.FormFilterFieldContainer .Row
{
    margin-top: 2px;
    clear: both;
    width: auto;
}

.FormFilterFieldContainer input[readonly], input[type=text], input[type=password]
{
    background-color: #dcdcdc;
    color: #000000;
    cursor: default;
}

.FormFilterFieldContainer label
{
    width: 186px;
    height: auto;
    border: 1px solid transparent;
    font-family: Calibri;
    font-size: 10pt;
    display: inline-block;
    margin-top: 5px;
}

.FormFilterFieldContainer span
{
    vertical-align: -6px;
    margin-right: 10px;
}

.FormFilterFieldContainer input[type=text], input[type=password]
{
    margin: 3px 0px 3px 0px;
    width: 200px;
    vertical-align: bottom;
    min-height: 0px;
    font-family: Calibri;
    font-size: 10pt;
    background: white;
}

.FormFilterFieldContainer select
{
    margin: 3px 0px 3px 0px;
    width: 200px;
    vertical-align: bottom;
    min-height: 0px;
    font-family: Calibri;
    font-size: 10pt;
    background: white;
}

.FormFilterFieldContainer input[type=image]
{
    margin: 3px 0px 3px 0px;
    width: 15px;
    vertical-align: bottom;
    min-height: 0px;
    font-family: Calibri;
    font-size: 10pt;
}

.FormFilterFieldContainer input[type=checkbox]
{
    width: 13px;
}

.FormFilterFieldContainer select
{
    width: 200px;
    margin: 3px 0px 4px 0px;
    vertical-align: bottom;
    min-height: 0px;
    font-family: Calibri;
    font-size: 10pt;
}

.FormFilterFieldContainer th
{
    font-weight: normal;
}

.FormFilterFieldContainer textarea
{
    width: 400px;
}

.checkbox, .radio
{
    width: 19px;
    height: 25px;
    padding: 1px 5px 1px 1px;
    position: absolute;
    background: url('../../Images/checkbox.gif') no-repeat;
    display: block;
    clear: left;
    float: left;
}
.radio
{
    background: url('../../Images/radio.gif') no-repeat;
    
}

.ajax__calendar_container 
{
    z-index: 1;    
}

.divFlutuante {
display:none;
position:absolute;
top:50%;
left:50%;
margin-left:-150px;
margin-top:-100px;
padding:10px;
width:300px;
height:200px;
border:1px solid #d0d0d0;
background-color:white;
}

/* PAGER */
.pager {
    width: auto;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #6A1057;
    text-decoration: none;
    background-color: #EEE;
}

    .pager .pager-info {
        margin-right: auto;
        margin-left: auto;
        width: auto !important;
        display: block;
        padding-top: 10px;
    }

    .pager .pager-table {
        margin-right: auto;
        margin-left: auto;
        width: auto !important;
    }

        .pager .pager-table tbody tr {
            font-family: Arial;
            font-size: 12px;
            color: #6A1057;
            text-decoration: none;
            border: none !important;
        }

            .pager .pager-table tbody tr:hover td {
                background-color: #EEE !important;
            }

            .pager .pager-table tbody tr td {
                padding: 0px 4px 4px 0px;
                text-align: center;
            }

                .pager .pager-table tbody tr td a {
                    font-family: Arial;
                    font-size: 12px;
                    color: #6A1057;
                    padding: 0px;
                }

                    .pager .pager-table tbody tr td a:hover {
                        font-family: Arial;
                        font-size: 12px;
                        background-color: #6A1057;
                        color: #FFFFFF;
                        padding: 0px;
                    }
