/** ================================================================================================================ */
/** Cores / Contextos                                                                                                */
/** ---------------------------------------------------------------------------------------------------------------- */
/** as aplicacoes devem utilizar a classe correspondente pelo nome, ignorando a cor                                  */
/** assim podemos fazer alteracoes globais quando necessario                                                         */
/** ---------------------------------------------------------------------------------------------------------------- */
/** REGEX CORES AUTODOCUMENTACAO - !nao apagar! */
.tcolor-fail, .tcolor-error, .tcolor-fault, .tcolor-stop, .tcolor-false, .tcolor-hard { color: #900 !important;}
.tcolor-bug, .tcolor-panic { color: #F00 !important; }
.tcolor-success, .tcolor-go, .tcolor-true, .tcolor-easy {color: #090 !important;}

/** ---------------------------------------------------------------------------------------------------------------- */
/** Destruir / apagar em cascata / irrecuperavel                                                                     */
.tcolor-destroy,
.ticon.decor.tdecor-destroy {
	color: #F00 !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Alterar / Trocar / Atualizar / Salvar                                                                            */
.tcolor-change, .tcolor-swap, .tcolor-save,
.ticon.decor.tdecor-change, .ticon.decor.tdecor-swap, .ticon.decor.tdecor-save, 
.tbutton.tbutton-save .tbutton-content .ticon i.ticon {
	color: #32ADB8 !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Editar / Alterar                                                                                                 */
.tcolor-edit,
.ticon.decor.tdecor-edit,
.tbutton.tbutton-edit .tbutton-content .ticon i.ticon,
.tbutton.tbutton-update .tbutton-content .ticon i.ticon { 
	color: #32ADB8 !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Configurar                                                                                                       */
.tcolor-config,
.ticon.decor.tdecor-config { 
	color: #32ADB8 !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Ativo                                                                                                            */
.tcolor-active, .tcolor-ok,
.ticon.decor.tdecor-active, 
.ticon.decor.tdecor-ok,
.tbutton.tbutton-activate .tbutton-content .ticon i.ticon { 
	color: #090 !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Atencao                                                                                                          */
.tcolor-warning, .tcolor-attemption, .tcolor-moderate,
.ticon.decor.tdecor-warning, .ticon.decor.tdecor-attention, .ticon.decor.tdecor-alert {
	color: #990 !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Informacoes / Detalhes                                                                                           */
.tcolor-info, .tcolor-details,
.ticon.decor.tdecor-info, .ticon.decor.tdecor-details,
.tbutton.tbutton-view .tbutton-content .ticon i.ticon { 
	color: #286090 !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Busca                                                                                                            */
.tcolor-search, .tcolor-find,
.ticon.decor.tdecor-search,
.tbutton.tbutton-search .tbutton-content .ticon i.ticon { 
	color: black !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Inativo                                                                                                          */
.tcolor-inactive,
.ticon.decor.tdecor-inactive,
.tbutton.tbutton-inactivate .tbutton-content .ticon i.ticon {
	color: rgba(99,00,00,0.7) !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Cancelado                                                                                                        */
.tcolor-canceled,
.ticon.decor.tdecor-canceled,
.tbutton.tbutton-cancel .tbutton-content .ticon i.ticon {
	color: rgb(150,100,100) !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Confirmar                                                                                                        */
.tcolor-confirmed,
.ticon.decor.tdecor-confirmed,
.tbutton.tbutton-confirm .tbutton-content .ticon i.ticon {
	color: rgb(100,150,100) !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Retirar / remover no sentido de retirar                                                                          */
.tcolor-remove, .tcolor-less,
.ticon.decor.tdecor-remove, .ticon.decor.tdecor-less,
.tbutton.tbutton-remove .tbutton-content .ticon i.ticon {
	color: #900 !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Deletar / excluir                                                                                                */
.tcolor-delete,
.ticon.decor.tdecor-delete,
.tbutton.tbutton-exclude .tbutton-content .ticon i.ticon {
	color: #900 !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Novo, criar, mais no sentido de criar                                                                            */
.tcolor-create, .tcolor-new, .tcolor-more,
.ticon.decor.tdecor-create, .ticon.decor.tdecor-new, .ticon.decor.tdecor-more,
.tbutton.tbutton-create .tbutton-content .ticon i.ticon,
.tbutton.tbutton-savenew .tbutton-content .ticon i.ticon {
	color: #090 !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Urgente, requer atencao agora                                                                                    */
.tcolor-urgent, .tcolor-danger,
.ticon.decor.tdecor-urgent {
	color: #B00 !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Refazer / Reparar / Recosntruir a instancia                                                                      */
.tcolor-redo,
.ticon.decor.tdecor-redo {
	color: rgba(160,160,160,0.8) !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Desfazer / Voltar a instancia ao estado anterior                                                                 */
.tcolor-undo,
.ticon.decor.tdecor-undo {
	color: rgba(160,160,160,0.8) !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Bloqueado / trancado / inecessivel                                                                               */
.tcolor-blocked, .tcolor-locked,
.ticon.decor.tdecor-blocked,
.ticon.decor.tdecor-locked,
.tbutton[tdisabled=true] .tbutton-disabled.ticon i.ticon,
body.action-active .tbutton .tbutton-disabled.ticon i.ticon {
	color: #990 !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Desbloqueado / destrancado / acessivel                                                                           */
.tcolor-unblocked, .tcolor-unlocked,
.ticon.decor.tdecor-unblocked,
.ticon.decor.tdecor-unlocked {
	color: #060 !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Carregando / processando                                                                                         */
.tcolor-load, .tcolor-loading,
.ticon.decor.tdecor-loading {
	color: rgba(60,60,230,0.5) !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Visualizar. Recomendado para documentos e imagens.                                                               */
.tcolor-visualize,
.ticon.decor.tdecor-visualize {
	color: rgba(60,60,230,0.5) !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Aguardando, ficando pronto                                                                                       */
.tcolor-waiting,
.ticon.decor.tdecor-waiting,
body.action-active .tbutton.action-waiting .tbutton-content .ticon i.ticon {
	color: #FF6600 !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Selecionar, incluir na ação                                                                                      */
.tcolor-select,
.ticon.decor.tdecor-select {
	color: rgb(30,120,30) !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Deselecionar, remover da ação                                                                                    */
.tcolor-deselect,
.ticon.decor.tdecor-deselect {
	color: rgb(150,0,0) !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Deselecionar, remover da ação                                                                                    */
.tcolor-help,
.ticon.decor.tdecor-help {
	color: #AAAAFF !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** PDF Adobe file                                                                                                   */
.ticon.decor.tdecor-adobe {
	color: #DD0000 !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Word file                                                                                                   */
.ticon.decor.tdecor-word {
	color: #000077 !important;
}
/** ---------------------------------------------------------------------------------------------------------------- */
/** Spreadsheet file                                                                                                   */
.ticon.decor.tdecor-spreadsheet {
	color: #007700 !important;
}

/** FIM REGEX CORES AUTODOCUMENTACAO - !nao apagar! */