﻿.errorPanelRed
{
    padding-top:20px;
}

#brazlite-layout-container
{
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    position: relative;
    border-color: #c6c6c6;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#brazlite-content-container
{
    margin: 20px 20px 20px 30px;
}

#brazlite-layout-container > form
{
    margin-bottom: 0px;
}

.brazlite-relative-div
{
    position: relative;
}

.brazlite-layout-container-top-row
{
    height: 120px;
}

.brazlite-logo
{
    top: -8px;
    left: 5px;
    width: 200px;
    height: 108px;
    margin-top: 10px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url('images/logo.png');
}

.brazlite-logo-text
{
    top: 24px;
    left: 115px;
    position: absolute;
    font-family: Times New Roman;
    font-size: 1.8em;
    line-height: 25px;
}

.brazlite-logo-text > a
{
    color: #000000;
    text-decoration: none;
}

.brazlite-logo-text > a:hover
{
    color: #000000;
    text-decoration: none;
}

.brazlite-logo-text > a > span
{
    font-size: 0.7em;
}

.brazlite-confidentially-to-fill
{
    top: 60px;
    right: 16px;
    color: #ff1e29;
    position: absolute;
    text-transform: uppercase;
}

.brazlite-back-to-portal
{
    top: 20px;
    right: 16px;
    position: absolute;
}
.brazlite-adminMenu
{
    top: 18px;
    right: 221px;
    position: absolute;
}   

#loader {
    display:block;
    width:100%;
    text-align:center;
    z-index: 99;
    margin-top:10px;
    margin-bottom:10px;
}
.hidden {display:none;}

#law-text {font-size:12px; line-height:16px;}
#tables ul { list-style: none; margin:0;}
#tables ul li {margin-bottom:22px;}
#tables ul li input.btn {margin-top: 4px;}
#emp {margin-left:12px;margin-top:12px;}
#emp .title {font-size:16px;}
#emp {font-size:8px;}
#emp td {padding-right:4px;}
#emp td input {font-size:12px;padding:0;margin:0;}

.btn-file {
  display: inline-block;
  *display: inline;
  width:600px !important;
  padding: 0px;
  padding-left: 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: left;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}