/*!
* Ext JS Library 4.0
* Copyright(c) 2006-2011 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/

@import 'modulos.css';

/* Registro Ativo */
.x-action-col-cell img.active {
	height: 16px;
	width: 16px;
	background-image: url(../images/active.png);
}

/* Registro Inativo */
.x-action-col-cell img.inactive {
	height: 16px;
	width: 16px;
	background-image: url(../images/inactive.png);
}

/* Estrela Ativa */
.x-action-col-cell img.alterar {
	height: 16px;
	width: 16px;
	background-image: url(../images/edit.png);
}

/* Estrela Inativa */
.x-action-col-cell img.excluir {
	height: 16px;
	width: 16px;
	background-image: url(../images/delete2.png);
}

#poweredby {
    position: absolute;
    bottom: 40px;
    right: 20px;
    z-index: 15000;

    /* IE 5-7 */
    filter: alpha(opacity=70);
    /* Netscape */
    -moz-opacity: 0.7;
    /* Safari 1.x */
    -khtml-opacity: 0.7;
    /* Good browsers */
    opacity: 0.7;
}

#poweredby div {
    position: relative;
    width: 150px;
    height: 25px;
    background-image: url(../images/powered-by-ext-js.png);
    background-repeat: no-repeat;
}

/* The simple background image PNG does not work in IE6-8, but does in IE9 */
.x-ie6 #poweredby div,
.x-ie7 #poweredby div,
.x-ie8 #poweredby div {
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/powered-by-ext-js.png', sizingMethod='scale');
}

/*----------------------------------------------------
    Start Button
*/

.ux-start-button-icon {
    background-image: url(../images/glossy-home-icon-hi.png) !important;
    background-color: transparent;
}

.ux-start-button .x-btn-arrow {
    background-image: none;
}

.ux-start-button .x-btn-arrow-right {
    padding-left: 10px;
}

.ux-taskbar {
    padding-left: 4px !important;
}

/*
    Start Button (Black)
*/

.ux-desktop-black .ux-start-button {
    height: 28px;
    padding: 0px;
    display: block;
}

.ux-desktop-black .ux-start-button em {
    margin-top: 5px;
}

.ux-desktop-black .ux-start-button .x-btn-inner {
    color: black;
    font-size:11px;
    font-weight: bold;
}

.ux-desktop-black .ux-start-button {
    background-image: -moz-linear-gradient(center top , #E4F3FF, #D9EDFF 48%, #C2D8F2 52%, #C6DCF6);
    border-radius: 8px 8px 8px 8px;
    border-color: #81A4D0;
}

/*----------------------------------------------------
    Start Menu
*/

.ux-start-menu-toolbar .x-btn-inner {
    text-align: left;
}

.ux-start-menu-toolbar {
    padding: 4px !important;
}

/*----------------------------------------------------
    TaskBar
*/

.ux-taskbar .x-toolbar {
    background: transparent none;
    border-color: transparent;
}

.x-ie6 .ux-taskbar .x-toolbar {
    border-color: #d3e1f1;
}

.ux-desktop-windowbar .x-btn-inner,
.x-nbr .ux-desktop-windowbar .x-btn-icon-text-left button {
    text-align: left !important;
}

.ux-taskbar .x-toolbar {
    height: 28px;
}

.ux-taskbar {
    height: 28px;
    padding: 0;
}

.x-toolbar .x-toolbar {
    padding: 0;
}

/*
    TaskBar (Black)
*/

.ux-desktop-black .ux-taskbar {
    background: transparent url('../images/taskbar/black/taskbar-start-panel-bg.gif') repeat-x left top;
    border-color: transparent;
    /*height: 30px;*/
}

.ux-desktop-black .ux-taskbar .x-splitter {
    background: transparent url(../images/taskbar/black/taskbar-split-h.gif) no-repeat scroll 0 -2px;
}

.ux-desktop-black .ux-taskbar .x-toolbar-text {
    color: white !important;
}

.ux-desktop-black .ux-taskbar .x-btn-default-toolbar-small-over {
    background-color: yellow;
}

.ux-desktop-black .ux-taskbar .x-btn-inner {
    color: white;
}

.ux-desktop-black .ux-taskbar .x-btn-pressed .x-btn-inner, .ux-taskbar .x-btn-over .x-btn-inner {
    color: black;
}

/*----------------------------------------------------
    Tray Clock
*/

.ux-desktop-trayclock {
    text-align: center;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}

/*----------------------------------------------------
    Desktop DataView
*/

.ux-wallpaper {
    background-color: #3d71b8;
}

.ux-wallpaper-tiled {
    background-repeat: repeat;
}

.ux-desktop-shortcut {
    cursor: pointer;
    text-align: center;
    padding: 8px;
    margin: 8px;
    width: 84px;
	float: left;
}

.ux-desktop-shortcut-icon {
    width: 68px;
    height: 48px;
	background-position: top center;
    background-color: transparent;
    background-repeat: no-repeat;
}

.ux-desktop-shortcut-text {
    font: normal 10px tahoma,arial,verdana,sans-serif;
    text-decoration: none;
    padding-top: 5px;
	font-size:9pt;
    color: white;
}

.x-view-over .ux-desktop-shortcut-text {
    //text-decoration: underline;
}

.x-view-over {
	
}

.ux-desktop-shortcut x-item-selected {
	
}
/*-------------------------------------------------
    Icones dos Botoes
*/
.adicionar { background-image: url(../images/add.gif) !important; }
.adicionar2 { background-image: url(../images/add.png) !important; }
.editar { background-image: url(../images/edit.png) !important; }
.deletar2 { background-image: url(../images/delete2.png) !important; }
.cancelar { background-image: url(../images/inactive.png) !important; width: 16px; }
.abrircaixa { background-image: url(../images/16x16/8d09a1d7c383b84ecadd6f62646b7262.png) !important; }
.fecharcaixa { background-image: url(../images/16x16/f7dab1589b853e1384168ad5cf1e94eb.png) !important; }
.lotes { background-image: url(../images/16x16/lotes.gif) !important; }
.boleto { background-image: url(../images/boleto.png) !important; }
.baixados { background-image: url(../images/16x16/baixastitulos.png) !important; }
.baixar { background-image: url(../images/16x16/1381383679_US-dollar.png) !important; }
.pesquisa, .filtros { background-image: url(../images/16x16/1381381363_search_magnifying_glass_find.png) !important; }
.salvar { background-image: url(../images/active.png) !important; width: 16px; }
.salvar2 { background-image: url(../images/save.png) !important; }
.concluir { background-image: url(../images/active.png) !important; }
.extrato { background-image: url(../images/16x16/extrato.png) !important; }
.deletar { background-image: url(../images/16x16/1396209773_Trash.png) !important; }
.atualizar { background-image: url(../images/refresh.gif) !important; }
.imprimir { background-image: url(../images/16x16/0901bde0-7ba2-4b85-b9ae-813f347fe4b4_14.png) !important; width: 16px; }
.cadeado { background-image: url(../images/cadeado.png) !important; }
.logout { background-image: url(../images/logout.png) !important; }
.carregando { background-image: url(../images/loading.gif) !important; width: 16px;  }
.erro { background-image: url(../images/erro.gif) !important; width: 16px; }
.sucesso { background-image: url(../images/ok.gif) !important; width: 16px; }
.alterar { background-image: url(../images/alterar.png) !important; }
.undo { background-image: url(../images/16x16/1381381573_Undo.png) !important; }
.home { background-image: url(../images/glossy-home-icon-hi.png) !important; }
.filtro { background-image: url(../images/16x16/cidades16x16.png) !important; }
.cesta { background-image: url(../images/16x16/1381381217_e-commerce-px-png.png) !important; }
.mesas { background-image: url(../images/16x16/food-icon.png) !important; }
.admin { background-image: url(../images/16x16/1399668941_Administrador.png) !important; width: 16px; }
.gerente { background-image: url(../images/16x16/1399669002_Gerente.png) !important; width: 16px; }
.representante { background-image: url(../images/16x16/1399668994_Representante.png) !important; width: 16px; }
.operador { background-image: url(../images/16x16/1399668957_Usuario.png) !important; width: 16px; }
.entrega { background-image: url(../images/16x16/1381381663_empty-shopping-bag.png) !important; width: 16px; }
.xml { background-image: url(../images/16x16/xml.png) !important; width: 16px; }
.pdf { background-image: url(../images/16x16/pdf.png) !important; width: 16px; }
.edit-redo { background-image: url(../images/16x16/edit-redo.png) !important; width: 16px; }
.nfe { background-image: url(../images/16x16/nfe-icone.png) !important; width: 16px; }
.exportar { background-image: url(../images/16x16/document_export.png) !important; width: 16px; }
.importar { background-image: url(../images/16x16/document_import.png) !important; width: 16px; }
.novo { background-image: url(../images/hatch.gif) !important; width: 16px; }
.relogar { background-image: url(../images/16x16/1381381166_secure-server-px-png.png) !important; width: 16px; }
.transparente { background-image: url(../images/transparente.png) !important; width: 16px; }
.altquantidae { background-image: url(../images/16x16/icone_azul.png) !important; width: 16px; }
.olhos { background-image: url(../images/16x16/HOA-icons-09.png) !important; width: 16px; }

.sem_foto {
    background-image: url(../images/sem-foto_800.jpg); background-size: 100%;
}

.video {
    background-image: url(../images/gears.gif);
}

.bogus {
    background-image: url( ../images/bogus.png ) !important;
}

.notepad {
    background-image: url( ../images/bogus.png ) !important;
}

.logout {
    background-image: url( ../images/logout.gif ) !important;
}

.settings {
    background-image: url( ../images/gears.gif ) !important;
}

.icon-grid {
    background-image:url( ../images/grid.png ) !important;
}
.add {
    background-image:url(../../shared/icons/fam/add.gif) !important;
}
.option {
    background-image:url(../../shared/icons/fam/plugin.gif) !important;
}
.remove {
    background-image:url(../../shared/icons/fam/delete.gif) !important;
}
.save {
    background-image:url(../../shared/icons/save.gif) !important;
}
.accordion {
    background-image:url(../images/accordian.gif) !important;
}
.tabs {
    background-image:url(../images/tabs.gif) !important;
}

/*----------------------------------------------------
    IM window icons
*/

.usuario {
    background-image:url( ../images/usuario.png ) !important;
}
.user {
    background-image:url( ../../shared/icons/fam/user.gif ) !important;
}

.user-add {
    background-image:url(../../shared/icons/fam/user_add.gif) !important;
}

.user-delete {
    background-image:url(../../shared/icons/fam/user_delete.gif) !important;
}

.connect {
    background-image:url(../../shared/icons/fam/connect.gif) !important;
}

.user-girl {
    background-image:url(../../shared/icons/fam/user_female.gif) !important;
}

.user-kid {
    background-image:url(../../shared/icons/fam/user_green.gif) !important;
}

.user-suit {
    background-image:url(../../shared/icons/fam/user_suit.gif) !important;
}

#x-sessao {
	float:right;
	width:300px; 
	height:50px;
	position:relative;
	margin-top:20px;
	margin-right:20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.treenode-no-icon {
    display : none !important;
}

.x-big .x-cell {
    color: black;
    font-size: 24px !important;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}