/*!
 * relatorio
 * Sistema para geração de relatórios
 * @license undefined
 * v0.0.1
 */
@import '../vendor/angular-material/angular-material.min.css';
@import '../vendor/odin-icons/css/odin-icons.min.css';
/*Import do css dos componentes*/
@import '../vendor/odin-components/odin-components.min.css';
@import '../vendor/codemirror/lib/codemirror.css';
@import '../vendor/codemirror/theme/eclipse.css';
@import '../vendor/codemirror/addon/display/fullscreen.css';
@import '../vendor/codemirror/addon/hint/show-hint.css';
[draggable] {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.drag-and-drop-column {
  outline: none;
  height: 25px;
  background-color: #BDD6E8;
  border-radius: 50px;
  margin-right: 4px;
  margin-bottom: 8px;
  font-size: 12px;
  cursor: move;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
.drag-and-drop-column span,
.drag-and-drop-column a {
  line-height: 25px;
  vertical-align: middle;
}
.drag-and-drop-column span i,
.drag-and-drop-column a i {
  vertical-align: middle;
}
.drag-and-drop-column.drag-and-drop-column__personalizada {
  background-color: #FFCC71;
}
.drag-and-drop-column.drag-and-drop-column__personalizada:hover {
  -webkit-transition: .3s;
          transition: .3s;
  background-color: #ffc13b;
}
.drag-and-drop-column .grag-and-drop__link {
  color: #757575;
  margin-left: 4px;
}
.drag-and-drop-column:hover {
  -webkit-transition: .3s;
          transition: .3s;
  background-color: #8cbfe8;
}
.drag-and-drop-column:hover i {
  color: #445862;
}
.drag-and-drop-column i {
  margin-left: 4px;
  cursor: pointer;
  outline: none;
  font-size: 16px;
  color: #757575;
}
.drag-and-drop-column:hover {
  cursor: pointer;
}
.drag-and-drop-column__selected {
  background-color: #A5C37D;
}
.ghost {
  border: 1px dashed #4794cf;
  height: 25px;
  width: 120px;
  border-radius: 50px;
  margin-right: 4px;
  margin-bottom: 8px;
}
drag-and-drop {
  width: 25%;
}
drag-and-drop .drag-and-drop-column {
  float: left;
}
drag-and-drop .drag-and-drop-column:hover {
  cursor: move;
  -webkit-transition: .3s;
          transition: .3s;
  background-color: #8cbfe8;
}
drop-container {
  width: 100%;
  height: 120px;
  padding: 5px;
  border: 2px dashed #aaa;
  -webkit-transition: background-color 0.1s;
          transition: background-color 0.1s;
  background-color: #efeeee;
  overflow-y: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
menu {
  margin: 0;
  /*
  & md-content > div {
    padding-bottom: 24px;
  }
  */
}
menu md-sidenav {
  width: 340px;
  max-width: 340px;
  overflow-y: auto;
}
menu md-backdrop {
  top: 0;
  bottom: 0;
}
menu a:link,
menu a:active,
menu a:visited,
menu a:hover {
  text-decoration: none;
}
/*
--- MENU HEADER ---
*/
.menu-header {
  height: 64px;
  position: relative;
  background-color: #f9f9f9;
}
.menu-header__close,
.menu-header__logo {
  height: 64px;
}
.menu-header__close {
  margin-left: 9px;
  margin-right: 8px;
}
.menu-header__close .odin-icons-arrow-back {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.69, 0.17, 0.43, 0.82);
          transition: transform 0.3s cubic-bezier(0.69, 0.17, 0.43, 0.82);
}
.menu-header__close:hover .odin-icons-arrow-back {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
/*
--- MENU SEARCH ---
*/
.menu-search {
  height: 45px;
  padding: 0 24px;
  position: relative;
  background-color: #F9F9F9;
  border-bottom: 1px solid #E8E8E8;
}
.menu-search input {
  background-color: transparent;
}
.menu-search__icon {
  top: auto;
  left: auto;
  font-size: 24px;
  position: relative;
  color: #616161;
}
.menu-search__input {
  outline: none;
  border: none;
  padding-left: 19px;
  width: 100%;
}
.menu-search__input::-webkit-input-placeholder {
  font-size: 14px;
  color: #b6b6b6;
}
.menu-search__input:-moz-placeholder {
  font-size: 14px;
  color: #b6b6b6;
}
.menu-search__input::-moz-placeholder {
  font-size: 14px;
  color: #b6b6b6;
}
.menu-search__input:-ms-input-placeholder {
  font-size: 14px;
  color: #b6b6b6;
}
.menu-list__blank {
  position: relative;
  min-height: 42px;
  padding: 0 24px;
  font-size: 14px;
  color: #b6b6b6;
}
/*
--- MENU HOME ---
*/
.menu-home {
  position: relative;
  border-bottom: 1px solid #E8E8E8;
}
.menu-home__link {
  min-height: 45px;
}
.menu-home__link:hover {
  background-color: #F7E9B9 !important;
}
.menu-home__link i {
  margin: 0 19px 0 24px;
}
.menu-home__label {
  font-size: 14px;
  color: #212121;
  line-height: 22px;
  font-weight: 500;
}
/*
--- MENU FOOTER ---
*/
.menu-footer {
  position: relative;
  border-top: 1px solid #E8E8E8;
  padding-bottom: 48px;
}
.menu-footer img.odin-icons-svg {
  height: 20px;
  width: 20px;
  margin: 0 19px 0 24px;
}
.menu-footer .sair {
  border-top: 1px solid #E8E8E8;
}
.menu-result-search .menu-list__button-module {
  padding-left: 24px !important;
}
/*
--- MENU LIST ---
*/
.menu-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.menu-list .odin-icons-arrow-drop-down {
  margin-left: 4px;
  color: #9F9F9F;
}
.menu-list__closed.odin-icons-arrow-drop-down {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.menu-list--isopen {
  opacity: 1 !important;
}
.menu-list__grupo .menu-list__button-icon {
  margin: 5%;
  font-weight: 500;
}
.menu-list__grupo .menu-list__button-title {
  font-weight: 800;
}
.menu-list__button.md-button {
  min-height: 45px;
  text-align: left;
  border-radius: 0;
  margin: 0;
  display: block;
  white-space: normal;
  line-height: inherit;
  padding: 0;
  text-transform: none;
}
.menu-list__button.md-button:hover {
  /*background-color: #F7E9B9 !important; */
}
.menu-list__button-icon {
  color: #797878;
  font-size: 22px;
  min-width: 42px;
}
.menu-list__button-title {
  font-weight: 600;
  font-size: 12px;
  color: #797878;
  /* line-height: 22px; */
}
.menu-list__button-module {
  min-height: 42px;
  padding: 10px 10px 10px 10px;
  text-decoration: initial;
}
.menu-list .menu-list__button .odin-menu-list__button-edit {
  position: absolute;
  right: -100px;
  margin-top: -12px;
  border-radius: 50px;
  background-color: #4E9E4E;
  color: #fff;
  -webkit-transition: .2s;
          transition: .2s;
}
.menu-list .menu-list__button .odin-menu-list__button-edit i {
  padding: 5px;
}
.menu-list .menu-list__button:hover .odin-menu-list__button-edit {
  right: 10px;
}
.menu-list__subitem {
  -webkit-transition: opacity 0.7s ease;
          transition: opacity 0.7s ease;
  opacity: 0;
}
.menu-list__subitem .odin-icons-arrow-drop-down {
  margin-left: 0;
  color: #9F9F9F;
}
.menu-list__subitem .menu-list__button {
  padding-left: 24px;
}
.menu-list__subitem .menu-list__button-icon {
  color: #0088d4;
  margin-left: 2px;
}
.menu-list__subitem .menu-list__button-title {
  font-weight: 400;
}
message {
  background-color: #F9F2C1;
  display: block;
  padding: 16px;
  border-radius: 2px;
}
input-search {
  outline: none;
}
md-input-container {
  padding-top: 0 !important;
}
view-bar {
  height: 64px;
  display: block;
}
view-bar section {
  height: 64px;
  padding: 0 40px 0 80px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
}
reporter-page {
  display: block;
  width: 100%;
}
.reporter-page__progress-circular {
  position: fixed;
  left: 50%;
  top: 50%;
}
.reporter-page__title {
  color: #445862;
  font-size: 20px;
  font-weight: bold;
}
table:not(.jrPage) {
  margin-top: 84px !important;
}
table.jrPage {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
table.jrPage tr:nth-child(3) {
  word-break: break-word;
}
@media (min-width: 960px) {
  .home-page__columns-reporter {
    right: 120px !important;
  }
}
.home-page-button-edit {
  margin-right: -100px;
  border-radius: 50px;
  background-color: #4E9E4E;
  color: #fff;
  -webkit-transition: .2s;
          transition: .2s;
}
.home-page-button-edit i {
  padding: 5px;
}
.home-page__reporter-item-parent:hover .home-page-button-edit {
  margin-right: 10px;
}
.home-page__columns-reporter {
  width: calc(50%);
  right: 64px;
  position: absolute;
}
.home-page__columns-reporter-icon {
  margin: 3px 5px 3px 0;
}
.home-page__whiteframe {
  padding: 30px 0;
  margin-top: 25px;
  background-color: white;
  overflow: hidden;
  z-index: 2;
}
.home-page__title {
  margin: 0 30px;
}
.home-page__reporter-item-parent:hover {
  background-color: #F4F5F6;
  cursor: pointer;
}
.home-page__reporter-item {
  padding: 16px 30px;
  text-decoration: none;
  color: #000000;
}
.home-page__reporter-item-icon {
  margin-right: 20px;
  font-size: 20px;
}
.home-page__reporter-item-text {
  font-weight: 500;
}
body {
  background-color: #e0e0e0;
}
odin-app-bar-action-area {
  margin-right: 8px;
}
odin-app-bar-breadcrumb ul[layout="row"] {
  min-height: 26px;
}
#odin-app-bar__novo-relatorio button {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background-color: #62A7DC;
}
.odin-action-button__button-amarelo-verde {
  background-color: #AFB42B;
  color: #fff;
}
odin-action-button {
  position: fixed;
  bottom: 50px;
  z-index: 10;
  right: 32px;
}
.odin-tabs__tab-item--disabled i,
.odin-tabs__tab-item--disabled span {
  color: rgba(255, 255, 255, 0.3) !important;
}
.odin-float-button__xls button {
  background: #43a047 !important;
  color: #fff;
}
odin-action-button-item > button {
  background: #526b77 !important;
  color: #fff;
}
odin-tabs[reporter-tabs] {
  overflow: hidden;
  max-height: calc(100% - 32px);
}
odin-tabs[reporter-tabs] ng-include {
  display: block;
}
odin-tabs[reporter-tabs] .odin-tabs__pagination {
  background-color: #2C6CAF;
  z-index: 4;
  position: relative;
  left: 0;
  right: 0;
}
odin-tabs[reporter-tabs] .odin-tabs__pagination i,
odin-tabs[reporter-tabs] .odin-tabs__pagination span {
  color: #fff;
}
odin-tabs[reporter-tabs] .odin-tabs__pagination .odin-tabs__bar {
  background: #fff;
}
odin-tabs[reporter-tabs] .odin-tabs__content {
  margin-top: 56px;
  overflow: auto;
}
odin-tabs[reporter-tabs].odin-tabs__data-table .odin-tabs__content {
  margin-top: 0px !important;
}
odin-tabs[reporter-tabs] .odin-tabs__content {
  margin-top: 0px !important;
}
.login__topo {
  padding: 0 10% 0 10%;
  height: 80px;
  background-color: #fff;
  z-index: 3;
}
odin-button > .login__topo-sobre {
  margin-right: -24px;
}
.login__background {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}
.login__office-img {
  width: 450px;
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: 2;
}
.login__box {
  border-radius: 2px;
  width: 350px;
  height: 300px;
  background-color: #fff;
  z-index: 3;
  margin-top: 75px;
}
.login__box-title {
  font-size: 22px;
  padding: 20px 0 20px 30px;
  background: #f5f5f5;
  border-bottom: 1px solid #E1E1E1;
}
.login__box-fields {
  padding: 20px 32px 20px 10px;
}
.login__box-fields md-input-container {
  padding-top: 20px !important;
}
.login__box-fields md-icon {
  font-size: 22px !important;
}
.login__box-fields odin-checkbox {
  margin-left: 10px;
}
.login__container {
  padding: 0 10%;
}
report-search {
  z-index: 50;
}
.report-search__background {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 36;
  display: none;
}
.search-line-selected,
.search-line:hover,
.search-line:focus {
  background-color: #F7E6B2;
}
.welcome {
  padding: 10px 72px 32px 72px;
}
.welcome__title h2 {
  margin-bottom: 10px;
}
.welcome__title span {
  font-size: 14px;
  color: #616161;
}
.welcome__item {
  margin: 20px 0;
}
.welcome__item h4 {
  margin: 0 0 10px 48px;
}
.welcome__item span {
  margin-left: 48px;
}
.welcome__item img {
  width: 48px;
  height: 48px;
}
.div__relogio {
  width: 240px;
  height: 280px;
  padding: 0px;
  position: absolute;
  top: 55px;
  left: 0px;
  background-color: white;
}
.div__top-relogio {
  height: 60px;
  color: white;
}
.div__am-pm-relogio {
  font-size: 14px;
  margin-top: 10px;
}
.span__alinhamento-am-pm-relogio {
  display: block;
  cursor: pointer;
}
.span__alinhamento-am-pm-relogio:focus {
  outline: none;
}
.div__top-content-relogio {
  width: 110px;
  font-size: 35px;
  margin-top: 2px;
}
.span__horario-relogio {
  display: inline-block;
  cursor: pointer;
}
.span__horario-relogio.selected {
  font-size: 40px;
  font-weight: 600;
}
.span__horario-relogio:focus {
  outline: none;
}
.dtp .dtp-picker-time > a {
  border-radius: 50% !important;
}
.dtp .dtp-picker-time > a {
  display: block;
  line-height: 23px;
  padding: 3px 3px 3px 3px;
}
.dtp .dtp-picker-time {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 1.1em;
  border-radius: 50%;
  cursor: pointer;
  text-align: center !important;
}
.dtp .dtp-picker-time > a.dtp-select-hour.hover:hover {
  background: #BDBDBD;
}
.dtp div.dtp-picker-clock {
  margin: 10px 20px 0 20px;
  padding: 10px;
  border-radius: 50% !important;
  background: #eee;
  width: 202px;
  height: 202px;
}
.dtp-clock-center {
  width: 15px;
  height: 15px;
  background: #757575;
  border-radius: 50%;
  position: absolute;
  z-index: 50;
  margin-left: 84px;
  margin-top: 84px;
}
.dtp .dtp-hand,
.dtp .dtp-hour-hand {
  position: absolute;
  width: 4px;
  background: #BDBDBD;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  z-index: 1;
  margin-left: 89px;
  height: 50px;
  margin-top: 42px;
}
.dtp .dtp-minute-hand {
  width: 2px;
  margin-left: 90px;
  height: 60px;
  margin-top: 32px;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url('../font/Roboto/Roboto-Thin.ttf');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('../font/Roboto/Roboto-Light.ttf');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url('../font/Roboto/Roboto-Regular.ttf');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../font/Roboto/Roboto-Medium.ttf');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../font/Roboto/Roboto-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url('../font/Roboto/Roboto-Black.ttf');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('../font/Roboto/Roboto-ThinItalic.ttf');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('../font/Roboto/Roboto-LightItalic.ttf');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url('../font/Roboto/Roboto-Italic.ttf');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('../font/Roboto/Roboto-MediumItalic.ttf');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('../font/Roboto/Roboto-BoldItalic.ttf');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('../font/Roboto/Roboto-BlackItalic.ttf');
}
html,
body,
.view-master {
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
body {
  font-family: 'Roboto' !important;
  -webkit-font-smoothing: antialiased;
}
md-backdrop,
menu md-sidenav {
  position: fixed;
}
md-backdrop.md-opaque {
  background-color: rgba(0, 0, 0, 0.5);
}
odin-app-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
odin-app-bar md-toolbar {
  background-color: #2c6caf !important;
}
odin-app-bar .md-toolbar-tools {
  height: auto;
  max-height: none;
  box-shadow: none;
}
odin-app-bar.subheader .md-toolbar-tools {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
}
.ciss-reporter__content {
  position: fixed;
  z-index: 4;
  margin-top: 64px;
  height: calc(100% - 32px);
  width: 100%;
}
odin-app-bar-breadcrumb {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}
odin-tabs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.odin-tabs {
  background-color: #e0e0e0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.odin-tabs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: visible;
}
.odin-tabs__pagination {
  z-index: 2;
  background-color: white;
  border-bottom: none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
}
.odin-tabs__item,
.crud-container__paper {
  padding: 0px;
  overflow: visible;
}
.crud-container__title {
  padding-left: 24px;
}
.crud-container {
  position: relative;
}
.crud-container__header {
  min-height: 80px;
  max-height: 80px;
  color: #445862;
}
.crud-container__title {
  font-size: 18px;
}
.crud-container__header .odin-icons-lg {
  line-height: 40px;
  vertical-align: middle;
}
.md-button.md-fab.icon {
  line-height: 40px;
}
.crud-container__body {
  background-color: white;
  padding: 24px 0;
}
.crud-container__row {
  padding: 0 24px;
}
.odin-data-table__container {
  box-shadow: none !important;
  border: 1px solid #EFEFEF;
}
.odin-data-table__tr--body:hover {
  cursor: pointer;
}
.odin-data-table__td {
  padding-left: 20px;
}
.nova-visao__btn-novo i {
  color: #0288d1;
}
h1.title-visao {
  margin-top: 0;
}
md-dialog {
  padding: 0;
  margin: 0 24px;
  width: 100%;
  max-width: 100%;
}
md-dialog form {
  padding: 0;
  max-height: calc(100% - 80px);
}
md-dialog form .md-title {
  margin: 0;
  height: 64px;
  min-height: 64px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
md-dialog form div.dialog-content {
  padding: 12px 0;
  overflow: auto;
  min-height: 260px;
}
md-dialog form div.dialog-content h4 {
  margin-bottom: 12px;
}
md-dialog form div.dialog-content-error {
  min-height: 80px;
  max-height: 80px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 12px 24px;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
md-dialog form div.dialog-content-error.ng-hide {
  max-height: 0px;
  overflow: hidden;
}
md-dialog form div.dialog-content-error .odin-text-float--label {
  color: #f44336;
}
md-dialog form div.dialog-content-error label.dialog-content-error--label {
  color: #f44336 !important;
  font-size: 14px;
  font-weight: 600;
}
md-dialog form div.dialog-content-error div.dialog-content-error--error {
  color: #f44336 !important;
  width: 100%;
  border: none;
  background-color: transparent;
  resize: none;
  font-size: 14px;
  -webkit-user-select: all;
      -ms-user-select: all;
          user-select: all;
}
md-dialog form .md-actions {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  height: 64px;
}
md-dialog form .error-area {
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
md-dialog form .error-area.ng-hide {
  max-height: 0px;
  overflow: hidden;
}
md-dialog form .error-area textarea#error {
  color: #f44336 !important;
}
md-dialog form .error-area .odin-text-float--label {
  color: #f44336;
}
@media (min-width: 960px) {
  .odin-tabs__item,
  .crud-container__paper {
    padding: 0 80px 24px 80px;
  }
  .crud-container__title {
    padding-left: 0px;
  }
  md-dialog {
    min-width: 912px;
    width: 912px;
  }
  .odin-tabs__data-table .odin-tabs__item {
    padding: 0px;
  }
}
@media (min-width: 600px) {
  .crud-container__row > div {
    padding-left: 6px;
    padding-right: 6px;
  }
  .crud-container__row > div:last-child {
    padding-right: 0px;
  }
  .crud-container__row > div:first-child {
    padding-left: 0px;
  }
}
.sidenav-details__header {
  font-weight: 500;
  height: 56px;
  padding: 0 8px 0 24px;
  border-bottom: 1px solid #E8E8E8;
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav-details__header .odin-icons-clear {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.69, 0.17, 0.43, 0.82);
          transition: transform 0.3s cubic-bezier(0.69, 0.17, 0.43, 0.82);
}
.sidenav-details__header button:hover .odin-icons-clear {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.detalhes-sidenav-right {
  min-width: 352px;
  max-width: 352px;
  width: 352px;
}
.sidenav-details {
  height: 100%;
}
.sidenav-details md-progress-linear {
  position: absolute;
}
.sidenav-details odin-checkbox .md-label span {
  white-space: nowrap;
  overflow-x: hidden;
}
.sidenav-details__save-status {
  position: absolute;
  margin: 0 auto;
  left: 24px;
  top: 58px;
  font-size: 12px;
}
.sidenav-details__body {
  padding: 12px 0px;
  max-height: calc(100% - 56px);
  height: calc(100% - 56px);
  overflow-y: auto;
}
.sidenav-details__subtitle {
  padding: 12px 24px;
  font-weight: 600;
  font-size: 16px;
}
.sidenav-details__divider {
  height: 1px;
  border-bottom: 1px solid #E8E8E8;
  margin: 12px 0;
}
.odin-radiobutton {
  margin: 0 12px;
  height: 56px;
}
.odin-radiobutton input[type="radio"] {
  margin: 0px 12px 0 0;
  font: normal normal normal 12px/1 'Material Design Iconic Font';
  -webkit-appearance: none;
          appearance: none;
  border-radius: 50%;
  outline: none;
  font-size: 22px;
  color: #616161;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  cursor: pointer;
}
.odin-radiobutton input[type="radio"]::before {
  color: #616161;
  content: '\f2e3';
  text-align: center;
}
.odin-radiobutton input[type="radio"]:checked::before {
  color: #4CAF50;
  content: '\f2e4';
}
.odin-radiobutton input[type="radio"]:checked::after {
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
  display: inline-block;
  position: relative;
  border-radius: 50%;
  top: -31px;
  left: -9px;
}
.md-actions {
  padding-right: 20px !important;
}
.pesquisa_input {
  margin: 10px 0 0 100px;
  height: 40px;
  line-height: 40px;
  background-color: #0D47A1;
  border: none;
  border-radius: 2px;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding-left: 60px;
  width: calc(90% - 70px);
  -webkit-transition: background 0.75s ease-in-out;
          transition: background 0.75s ease-in-out;
}
.pesquisa_input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.pesquisa_input:hover,
.pesquisa_input:focus {
  background-color: #0F3E82;
}
.pesquisa_icon {
  position: absolute;
  font-size: 24px;
  margin-left: 70px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.5);
}
.page-subheader {
  padding: 0 24px;
  min-height: 58px;
}
.page-subheader__title {
  font-size: 16px;
}
md-toolbar,
.md-toolbar-tools {
  -webkit-transition: all 0.35s;
          transition: all 0.35s;
}
.dialog-searchbar {
  min-height: 64px;
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #757575;
}
.dialog-searchbar .odin-text-float--input {
  border: 0;
  line-height: normal !important;
}
.dialog-searchbar .odin-text-float--content {
  display: none;
}
.dialog-searchbar #pesquisar-dados {
  padding-left: 34px !important;
}
.dialog-searchbar .odin-icons-search {
  color: #B6B6B6;
}
odin-app-bar-breadcrumb span,
odin-app-bar-breadcrumb a {
  font-weight: 500;
}
#upgradeBanner {
  z-index: 4;
  height: 85px;
  width: 100%;
  position: fixed;
  top: 64px;
  background: -webkit-linear-gradient(left, #1E8ECC, #0197A8);
  background: linear-gradient(to right, #1E8ECC, #0197A8);
}
#upgradeBanner img {
  margin-top: 10px;
}
.upgrade-active odin-action-button {
  top: 175px;
}
.upgrade-active .ciss-reporter__content {
  top: 85px;
  height: calc(100% - 149px);
}
.fazer-upgrade {
  background-color: #fff !important;
  color: #2C6CAF !important;
}
.close-upgrade .odin-icons-clear {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.69, 0.17, 0.43, 0.82);
          transition: transform 0.3s cubic-bezier(0.69, 0.17, 0.43, 0.82);
}
button.close-upgrade:hover .odin-icons-clear {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.upgrade-active .report-subheader {
  margin-top: 85px;
}
.report-subheader {
  background: #2c6caf;
  z-index: 4;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #bdbdbd;
  border-radius: 30px;
}
::-webkit-scrollbar-thumb {
  background: #757575;
  border-radius: 30px;
}
md-tooltip {
  border-radius: 2px;
  font-weight: 400;
}
md-tooltip .md-content {
  padding-left: 12px;
  padding-right: 12px;
}
md-tooltip .md-background,
.tooltip .tooltip__background {
  background-color: #545454 !important;
}
odin-action-button {
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
  opacity: 1;
}
odin-action-button.hide-float-button {
  right: 400px;
  opacity: 0;
  visibility: hidden;
}
md-dialog .textarea-sql__container {
  padding-left: 24px;
  padding-right: 24px;
}
.textarea-sql__container {
  padding-top: 8px;
  padding-bottom: 12px;
}
.textarea-sql__container .required {
  color: #f44336 !important;
}
.textarea-sql__container .cm-s-eclipse {
  border-bottom: 1px solid darkgray;
}
.textarea-sql__container .CodeMirror-focused {
  border-color: #03a9f4 !important;
  border-bottom-width: 2px;
}
.textarea-sql__container .CodeMirror {
  color: black;
  font-size: 14px;
  font-style: normal;
  -webkit-transition: top 0.2s linear 0s;
          transition: top 0.2s linear 0s;
}
.textarea-sql__container label {
  margin-bottom: 6px;
  margin-top: 8px;
  font-size: 12px;
  color: #727272;
}
.textarea-sql__container .cm-s-eclipse {
  color: #616161;
}
.textarea-sql__container .cm-s-eclipse span.cm-atom {
  color: #FF5722;
}
.textarea-sql__container .cm-s-eclipse span.cm-keyword {
  line-height: 1em;
  font-weight: bold;
  color: #7B1FA2;
}
.textarea-sql__container .cm-s-eclipse span.cm-number {
  color: #F57C00;
}
.textarea-sql__container .cm-s-eclipse span.cm-variable {
  color: #727272;
}
.textarea-sql__container .cm-s-eclipse span.cm-variable-2 {
  color: #727272;
}
.textarea-sql__container .cm-s-eclipse span.cm-variable-3 {
  color: #212121;
}
.textarea-sql__container .cm-s-eclipse span.cm-property {
  color: #212121;
}
.textarea-sql__container .cm-s-eclipse span.cm-operator {
  color: #727272;
}
.textarea-sql__container .cm-s-eclipse span.cm-comment {
  color: #4CAF50;
}
.textarea-sql__container .cm-s-eclipse span.cm-string {
  color: #536DFE;
}
.textarea-sql__container .cm-s-eclipse span.cm-string-2 {
  color: #536DFE;
}
div.seletor-edit .CodeMirror-fullscreen {
  top: 120px;
}
.upgrade-active .CodeMirror-fullscreen {
  top: 205px;
}
.upgrade-active .CodeMirror-fullscreen ~ label.descriptor {
  position: fixed;
}
.CodeMirror-fullscreen ~ label.descriptor {
  position: fixed;
}
odin-button md-icon {
  top: 0;
}
.md-chip-input-container {
  padding-left: 0px !important;
}
.md-chips {
  font-size: 16px;
  color: #212121;
  border-bottom: 1px solid darkgray;
  box-shadow: none !important;
  min-height: 50px;
  margin: 15px 0;
}
.md-chips.md-focused {
  border-bottom: 2px solid #03a9f4 !important;
}
.md-chips input {
  white-space: nowrap;
  word-break: normal;
  width: 240px;
}
.odin-upload {
  margin: 29px 0;
  width: 100%;
}
.easteregg-goku {
  position: fixed;
  top: 150px;
  right: -300px;
  z-index: 100;
  -webkit-transition: 2s;
          transition: 2s;
}
.odin-menu-subgrupo-title {
  font-weight: 600;
}
div[ui-view] {
  height: 100%;
}
div[ui-view].subheader {
  height: calc(100% - 32px);
}
md-tooltip.view-colunas {
  margin-top: -20px;
}
.CodeMirror-hints {
  z-index: 99999;
}
.manter-permissao__icon-edit .md-container,
.manter-permissao__icon-view .md-container {
  font: normal normal normal 14px/1 'Material Design Iconic Font';
  height: 28px;
  width: 28px;
}
.manter-permissao__icon-edit .md-container::after,
.manter-permissao__icon-view .md-container::after {
  font-size: 16px;
  top: 6px;
  left: 6px;
}
.manter-permissao__icon-edit.md-checked .md-container::after,
.manter-permissao__icon-view.md-checked .md-container::after {
  color: white;
}
.manter-permissao__icon-edit.md-checked .md-icon::after,
.manter-permissao__icon-view.md-checked .md-icon::after,
.manter-permissao__icon-edit.md-checked .md-icon::before,
.manter-permissao__icon-view.md-checked .md-icon::before {
  content: inherit;
  visibility: hidden;
}
.manter-permissao__icon-edit .md-icon,
.manter-permissao__icon-view .md-icon {
  border-radius: 50%;
  height: 28px;
  width: 28px;
}
.manter-permissao__icon-edit .md-icon::after,
.manter-permissao__icon-view .md-icon::after {
  content: '';
}
.manter-permissao__icon-edit .md-container::after {
  content: '\f106';
}
.manter-permissao__icon-view .md-container::after {
  content: '\f243';
}
odin-float-menu {
  margin-right: 6px;
}
.ciss-report__float-menu--header {
  background-color: #eeeeee;
}
.ciss-report__float-menu--nome {
  font-weight: 600;
}
md-menu-item img.odin-icons-svg {
  height: 22px;
  width: 22px;
}
.whiteframe-responsive {
  background: #fff;
  margin: 36px 0px;
}
@media (min-width: 600px) {
  .whiteframe-responsive {
    margin: 36px 24px;
  }
}
@media (min-width: 960px) {
  .whiteframe-responsive {
    margin: 36px 84px;
  }
}
md-dialog {
  display: block;
  overflow: hidden;
}
md-dialog .odin-data-table__container {
  min-height: 338px !important;
  height: 338px !important;
}
md-dialog form {
  overflow-x: hidden;
}
md-tabs[md-border-bottom]:not(.md-dynamic-height) md-tabs-content-wrapper {
  height: calc(100% - 88px);
}
md-tabs {
  height: 100%;
}
md-tabs[md-border-bottom] md-tabs-wrapper {
  border: none;
  z-index: 1;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
}
md-tabs .md-tab .md-ripple-container {
  color: #ffffff;
}
md-dialog-content {
  display: block;
}
md-tab-content {
  overflow: hidden;
}
md-tab-content.md-active {
  overflow: auto;
}
md-tab-content.md-left,
md-tab-content.md-right {
  overflow: hidden;
}
md-input-container[ng-click] input {
  cursor: pointer !important;
}
md-tab-item .md-ripple {
  background-color: #fff !important;
}
.odin-message-content {
  max-height: 300px;
  overflow: auto;
}
.importar {
  width: 335px;
  margin: 100px auto;
}
.importar button {
  width: 200px;
  margin: 30px auto;
  display: block;
}
.odin-tabs__item {
  height: 100%;
}
odin-pagination .odin-pagination li.active a.md-button.md-fab:not([disabled]),
odin-pagination .odin-pagination li.active button.md-button.md-fab:not([disabled]) {
  background-color: #2c6caf !important;
}
odin-pagination .odin-pagination .md-button {
  z-index: 1;
}
.divProdutos {
  margin-left: 05px;
  margin-top: 20px;
  width: 200px;
  height: 300px;
  display: inline-block;
}
.divInternaProdutos {
  height: 415px;
}
.divLimitaTextoProduto {
  width: 95%;
  margin: 2.5%;
  height: 110px;
  font-size: 11pt;
}
.divDiretoria {
  margin-left: 05px;
  margin-top: 20px;
  width: 200px;
  height: 375px;
  display: inline-block;
}
.imgDiretoria {
  margin-left: 05px;
  margin-top: 05px;
  margin-right: 05px;
  height: 97%;
  width: 95%;
}
.divInternaDiretoria {
  height: 415px;
}
.divEstatuto {
  margin-left: 05px;
  margin-top: 20px;
  display: inline;
  text-align: justify;
}
.divInstitucional {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  width: 98%;
  display: inline-block;
  text-align: justify;
}
.divInstitucionalPequena {
  margin-left: 10px;
  margin-right: 10px;
  width: 355px;
  display: inline-block;
  text-align: justify;
}
.divCardsInterna {
  margin-left: 20px;
  margin-right: 20px;
}
.divMaps {
  height: 500px;
  width: 80%;
  margin-left: 10%;
  max-width: 100%;
  display: inline-block;
  float: left;
}
.divWhiteframeOndeEstamos {
  overflow: hidden;
  margin-bottom: 5%;
  padding: 3%;
}
.divEnderecoOndeEstamos {
  position: relative;
  width: 80%;
  float: left;
  font-weight: 600;
  font-size: 13px;
  padding-left: 10%;
}
.div-total-extrato {
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
}
.div-total-extrato-label {
  display: inline-block;
}
.div-total-extrato-input {
  display: inline-block;
  float: right;
}
.div__margin-whiteframe {
  margin-top: 30px;
  margin-bottom: 30px;
}
.div__margin-list {
  margin-right: 84px;
  margin-left: 84px;
}
.reserva-cancelada {
  text-decoration: line-through;
}
.md-dialog__valores {
  max-width: 840px;
  min-height: 448px;
}
.div__button-valores-ambientes {
  margin-top: 20px;
}
.margin-card {
  margin-bottom: 30px;
}
