﻿body
{
	background-color: #ffffff;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.Invisivel
{
    visibility:hidden;
}

.btnInclui
{
    position:absolute;
    margin:0px;
    padding:0px;
    font: bold 12px/24px arial, helvetica, sans-aerif;	
    padding:0px;
    text-decoration: none;
    text-align:center;	
    background-image: url(./images/inclui_med.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width:24px;  
    height:24px;	
    display:inline;
    background-color: Transparent;
    border-style:none;
}
.btnExclui
{
    position:absolute;
    margin:0px;
    padding:0px;
    font: bold 12px/24px arial, helvetica, sans-aerif;	
    padding:0px;
    text-decoration: none;
    text-align:center;	
    background-image: url(./images/exclui_med.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width:24px;  
    height:24px;	
    display:inline;
    background-color: Transparent;
    border-style:none;
}

.btn-disabled
{
    cursor: not-allowed;
    color: #a1a1a1;
}



/******************* Added after jqueryUI conversion ****************************/
.PainelPDFLogin
{
    visibility:hidden;
    display:none;
}

/* Estilo para cabeçalho de grid componentone */
.wijmo-wijgrid .wijmo-wijgrid-groupheaderrow td
{
    font-weight: bold;
}

.wijmo-wijgrid .wijmo-wijgrid-datarow.wijmo-wijgrid-alternatingrow
{
    background: none #F7F7F7;
}

/* Estilo para alternatingrows, aplicado em grids não componentone */
.grd-alternatingrow
{
    background: none #F7F7F7;
}

/* Estilo para cabaçalhos de grids, aplicado em grids não componentone */
.grd-headerrow
{
    background: none #e6e6e6;
    padding: 0.5em 1em;
}

.noborder
{
    border-style:none;
}

.alternateTable, .alternateTable th, .alternateTable td { border: 1px solid #aaaaaa; border-collapse:collapse; }
.alternateTableEven {background: #dadada;}
.alternateTableOdd {background: #ffffff;}
/*.alternateTable tr:nth-child(even) {background: #dadada;}
.alternateTable tr:nth-child(odd) {background: #ffffff;} não funciona com IE*/

.ui-accordion .ui-accordion-icons {padding-left: 2.2em;}
.ui-accordion .ui-accordion-content {padding: 10px;}

.border-padrao, .table-padrao
{
    border: 1px solid;
    border-color: #aaaaaa;
    border-radius: 4px;
    border-spacing: 0px;
    overflow: auto;
}

.table-padrao
{
    empty-cells: show;
    width: 100%;
    margin: -1px;
}

.table-padrao thead, .table-padrao th
{
    background-color: #e6e6e6;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #d3d3d3;
    padding: 8px;
    font-weight: normal;
}

.table-padrao th:first-child
{
    border-top-left-radius: 4px;
}

.table-padrao th:last-child
{
    border-top-right-radius: 4px;
    border-right: none;
}

.table-padrao tr, .table-padrao td
{
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #aaaaaa;
}

.table-padrao tr:hover, .table-padrao tr:nth-child(even):hover
{
    background-color: #dadada;
    border-color: #999999;
}

.table-padrao tr:nth-child(even)
{
    background-color: #f7f7f7;
}

.table-padrao td:last-child
{
    border-right: none;
}
