/* 
    Document   : table
    Created on : 22/11/2012, 11:47:53
    Author     : cheble
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.td_mini{width:20px; vertical-align: middle;}
.td_icons{width:130px; vertical-align: middle; position: relative;}
.td_icons span{margin: 0 5px;}
.td_normal {width: 70%;}

/* Tabela nas telas de agendamento */
.box_tbl_pdvs{margin-left:20px;}
.tbl_pdvs{border-collapse: collapse; width: 100%; margin:0 0 2em 0;}
	.tbl_pdvs tr{border-bottom: 1px solid #eee!important;}
		.tbl_pdvs tr td .input_busca{margin:.7em 0;}
	.tr_selecionado{background: #eee;}
		.tr_selecionado td{color:#000!important;}
	.tbl_pdvs tr:last-child{border-bottom: 0px!important;}
		.tbl_pdvs tr td{font-size: .85em; color: #333; line-height: 2em;}
			.divIntd{position: relative; padding-top:18px; display: inline;}