﻿.g-fieldset {
  position: relative;
  padding: 5em 2em 2em 2em;
  border: 1px solid #cccccc;
  line-height: 2em;
  margin-bottom: 2em;
  box-shadow: #d9d9d9 0 1px 2px;
  clear: both;
  background: #ffffff;
}
.g-fieldset:after {
  content: '';
  display: block;
  clear: both;
}
.g-fieldset > legend {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3em;
  line-height: 3em;
  border-bottom: 1px solid #dddddd;
  padding: 0 2em;
  width: 100%;
  box-sizing: border-box;
}
.g-fieldset.no-legend {
  padding-top: 2em;
}
.g-fieldset.no-legend > legend {
  display: none;
}
.g-fieldset-field {
  position: relative;
  display: table;
  float: left;
  border: 1px solid #cccccc;
  margin-bottom: 1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.g-fieldset-field.focus {
  border-color: #4fa7fc;
  box-shadow: #4fa7fc 0 0 2px;
}
.g-fieldset-field.invalid {
  border-color: #F98859 !important;
  box-shadow: #F98859 0 0 2px !important;
}
.input-validation-error {
  border-color: #b94a48 !important;
  box-shadow: #b94a48 0 0 2px !important;
}
.g-fieldset-column {
  width: 50%;
  padding-left: .5em;
  padding-right: .5em;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
}
.g-fieldset-column.alpha {
  padding-left: 0;
  clear: both;
}
.g-fieldset-column.omega {
  padding-right: 0;
}
.g-fieldset-column.right {
  float: right;
}
.g-fieldset-field > label {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  padding: 0 .6em;
  border-right: 1px solid #dddddd;
  color: #777777;
}
.g-fieldset-field-editor {
  display: table-cell;
  width: auto;
  box-shadow: inset 0 1px 2px #e6e6e6;
}
.g-fieldset-field-display {
  display: table-cell;
  width: auto;
}
.g-fieldset-field-editor,
.g-fieldset-field-display {
  padding: 0 .5em;
}
.g-fieldset-field-editor input,
.g-fieldset-field-editor select,
.g-fieldset-field-editor textarea {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.g-fieldset-field.checkbox .g-fieldset-field-editor,
.g-fieldset-field.checkbox .g-fieldset-field-display {
  width: 2.4em;
  float: left;
  padding: 0;
  border-right: 1px solid #dddddd;
  text-align: center;
}
.g-fieldset-field.checkbox .g-fieldset-field-editor input,
.g-fieldset-field.checkbox .g-fieldset-field-display input {
  position: relative;
  top: 2px;
}
.g-fieldset-field.checkbox {
  width: 100%;
}
.g-fieldset-field.checkbox label {
  width: inherit;
  display: inline;
  border: 0;
}
.g-fieldset-field.file .g-fieldset-field-editor,
.g-fieldset-field.file .g-fieldset-field-display {
  padding: 0 1px;
}
.g-fieldset-field.file .g-fieldset-field-editor .file-card,
.g-fieldset-field.file .g-fieldset-field-display .file-card {
  height: 1.7em;
  /*&:not(.no-file) {
                display: block;
            }*/
}
.g-fieldset-field.file .g-fieldset-field-editor .file-card.no-file,
.g-fieldset-field.file .g-fieldset-field-display .file-card.no-file {
  margin-left: .7em;
}
.g-fieldset-field.file .g-fieldset-field-editor .attach-file-button,
.g-fieldset-field.file .g-fieldset-field-display .attach-file-button {
  margin-right: .5em;
}
.g-fieldset-field.file .g-fieldset-field-editor {
  padding: 0 1px;
}
.g-fieldset-field.textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.g-fieldset-field.textarea label {
  display: none;
}
.g-fieldset-field.textarea .g-fieldset-field-editor {
  padding: .4em .6em;
}
.g-fieldset-field.no-label {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.g-fieldset-field.no-label label {
  display: none;
}
.g-fieldset-checkbox-list {
  margin-bottom: 1em;
}
.g-fieldset-checkbox-list::after {
  content: '';
  display: block;
  clear: both;
}
.g-fieldset-checkbox-list li {
  float: left;
  line-height: 2em;
}
.g-fieldset-checkbox-list.col li {
  width: 33%;
}
.g-fieldset-checkbox-list li input {
  position: relative;
  top: 2px;
}
.g-fieldset-field.wisywyg {
  width: 100%;
  box-sizing: border-box;
  min-height: 2em;
}
.g-fieldset-field.wisywyg > label {
  display: none;
}
.g-fieldset-field.wisywyg > .g-fieldset-field-editor,
.g-fieldset-field.wisywyg > .g-fieldset-field-display {
  padding: 0;
  box-shadow: none;
}
.g-table {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}
.g-fieldset-field-editor.codpostal input {
  width: 45%;
}
.g-fieldset-field-editor.codpostal .hiffen {
  color: #777777;
}
.g-table thead th {
  text-align: left;
  color: #777777;
}
.g-table tr {
  border-bottom: 1px solid #dddddd;
}
.g-table th,
.g-table td {
  padding: 0 .3em;
  line-height: 2.9em;
}
.g-table td input[type=checkbox] {
  position: relative;
  top: 2px;
}
.g-secondary-button,
.g-primary-button,
.g-link-button {
  border: 0 !important;
  display: inline-block;
  cursor: pointer;
  font-size: 1em !important;
  height: 1.9em !important;
  line-height: 1.9em !important;
  margin: 0;
  padding: 0 1em !important;
  position: relative;
  text-decoration: none;
  /*top: -1px;*/
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.g-primary-button {
  background: #1d8efb;
  border: 1px solid #1d8efb !important;
  color: #fff;
  /*height: 2.1em!important;
    line-height: 2.1em!important;*/
}
.g-primary-button:hover,
.g-primary-button:focus {
  background-color: #047cf0;
}
.g-secondary-button {
  background: #f3f3f3;
  border: 1px solid #cccccc !important;
  color: #333333;
}
.g-secondary-button:hover,
.g-secondary-button:focus {
  background-color: #e6e6e6;
}
.g-primary-button[type=submit],
.g-secondary-button[type=submit] {
  height: 2.05em !important;
}
.g-return-button,
.g-go-button {
  width: 13px;
  text-align: left;
  text-indent: -9999px;
  margin-left: 0 !important;
  background-image: url(../../images/arrow_left_15x13.png);
  background-position: 50%;
  background-repeat: no-repeat;
}
.g-return-button {
  background-image: url(../../images/arrow_left_15x13.png);
}
.g-go-button {
  background-image: url(../../images/arrow_right_15x13.png);
}
.g-history-button {
  width: 16px;
  text-align: left;
  text-indent: -9999px;
  margin-left: 0 !important;
  background-image: url(../../images/history_16x16.svg);
  background-position: 50%;
  background-repeat: no-repeat;
}
.g-buttons-group {
  display: inline;
}
.g-buttons-group > li {
  float: left;
  margin-left: 1em;
}
.g-buttons-group .g-primary-button,
.g-buttons-group .g-secondary-button,
.g-buttons-group .g-link-button {
  margin-left: 0;
}
.g-buttons-cluster > .g-secondary-button {
  margin-left: -5px;
}
.g-buttons-cluster > .g-secondary-button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.g-buttons-cluster > .g-secondary-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.g-action-bar {
  margin: 0 0 1em 0;
  line-height: 2em;
  max-height: 2em;
  display: block;
  text-align: right;
  clear: both;
}
.g-action-bar:after {
  content: '';
  display: block;
  clear: both;
}
.g-action-bar > .g-primary-button,
.g-action-bar > .g-secondary-button,
.g-action-bar > .g-link-button,
.g-action-bar form {
  margin-left: .5em;
}
.g-action-bar > .g-buttons-group {
  margin-left: .5em;
}
.g-action-bar form {
  display: inline-block;
}
.g-editable-grid td {
  padding: .5em .3em;
  line-height: 2em;
}
.g-editable-grid thead th {
  padding: 0 .3em;
}
.g-editable-grid td input,
.g-editable-grid td select {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  line-height: 2em;
  height: 2em;
  box-shadow: inset 0 1px 2px #e6e6e6;
  padding: 0 .3em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.records-list tbody tr td:last-child {
  text-align: right;
}
.g-tabs {
  border-bottom: 3px solid #dddddd;
  margin-bottom: 2em;
}
.g-tabs:after {
  content: '';
  display: block;
  clear: both;
}
.g-tabs > li {
  height: 3em;
  line-height: 3em;
  float: left;
  border-bottom: 3px solid transparent;
  position: relative;
  bottom: -3px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.g-tabs > li a {
  display: block;
}
.g-tabs > li.active {
  border-bottom-color: #777777;
}
.g-tabs > li.active a {
  color: inherit;
  cursor: default;
}
.brasao {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.brasao .image-editor {
  display: -webkit-inline-box;
}
.brasao .image-editor > .cropit-preview-image-container {
  border: solid #ccc 1px;
}
.brasao .display-brasao {
  width: 130px;
  height: auto;
}
.brasao .brasao-atual > .edit-brasao {
  width: 130px;
  height: auto;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ellipses {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-center {
  text-align: center!important;
}
.text-left {
  text-align: left!important;
}
.text-right {
  text-align: right!important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.no-padding {
  padding: 0!important;
}
.hidden {
  display: none!important;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
body {
  font-size: 1em;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font: 13px 'Open Sans', sans-serif;
  color: #333;
  background: #f2f2f2;
}
input,
select,
textarea {
  font: 1em 'Open Sans', sans-serif;
}
a {
  color: #1d8efb;
}
body {
  width: 400px;
  margin: 2em auto 5em auto;
}
.field-validation-error {
  display: none!important;
}
.widget-alert {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  top: 8.3em;
}
.widget-alert-message {
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 2em;
  padding: 0 1em;
  font-size: .9em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.widget-alert-message.success {
  background: #E7FBD1;
  border: 1px solid #80D227;
  color: green;
}
.widget-alert-message.error {
  background: #FFE3CE;
  border: 1px solid #FDAC70;
  color: #D24500;
}
.banner {
  text-align: center;
  font-weight: bold;
  color: #666;
  position: relative;
  margin-bottom: 4em;
}
.banner .logo {
  height: 36px;
  margin: auto;
  display: block;
}
.banner span {
  display: block;
}
.banner em {
  display: block;
  color: #999;
  font-size: .9em;
  font-weight: normal;
}
/*# sourceMappingURL=login.css.map */