<!DOCTYPE html>
<!--[if !IE]><!-->
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <base href="/">
    <title>TJDFT - Balcão Virtual - Unidade de Atendimento</title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width">
    <link rel="stylesheet" href="css/style.css">
  </head>
  <body>
    <!--[if lt IE 7]>
      <p class="browsehappy">Você está usando um navegador <strong>muito antigo</strong>. Por favor, <a href="http://browsehappy.com/">atualize seu navegador</a> para melhorar sua experiência.</p>
    <![endif]-->

    <div ng-include="'components/navbar/navbar.html'"></div>

    <div ui-view=""></div>
    <div id="divLoading" ng-show="polling2" style="display:block;position:fixed;z-index:1;left:0px;top:51px;width:100%;height:100%;overflow:auto;background-color: rgb(255,255,255); opacity: 0.8; text-align:center; padding-top: 100px;">
      <img src="images/carregando2.gif" style="margin:auto" /><br>
    </div>
    

    <script src="js/script.js"></script>
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  </body>
</html>
<!--<![endif]-->
<!--[if IE]>
<html class="no-js">
  <head>
    <meta charset="utf-8">
  </head>
  <body>
    Sistema não suportado no Internet Explorer.<br/>
    Favor utilizar outro navegador, como: <br/>
    - Google Chrome: <a href="https://www.google.com/chrome/browser/desktop/index.html">https://www.google.com/chrome/browser/desktop/index.html</a> ou<br/>
    - Mozilla Firefox: <a href="http://br.mozdev.org/firefox/download/">http://br.mozdev.org/firefox/download/</a>
  </body>
</html>
<![endif]-->