@import url(offlinefonts.css);
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;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

img {
  vertical-align: middle; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  a:hover {
    color: #1F3C72; }

hr {
  border: none;
  height: 1px !important;
  background-color: rgba(31, 60, 114, 0.25); }

button:focus {
  outline: 0; }

h1 {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #464646; }

h2 {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #464646; }

h3 {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #464646; }

.cWhite {
  color: white; }

.cGrey {
  color: #606060; }

.cBlue {
  color: #1F3C72; }

.cGreen {
  color: #05554d; }

.cOrange {
  color: #aa5c22; }

.cRed {
  color: #860811; }

.cRedOp50 {
  color: rgba(134, 8, 17, 0.5); }

.bcGrey {
  background-color: #606060; }

.bcGreen {
  background-color: #05554d; }

.bcRed {
  background-color: #860811; }

.bcOrange {
  background-color: #aa5c22; }

.bdcGreen {
  border-color: #05554d; }

.bdcRed {
  border-color: #860811; }

.scrollbar, .scrollbarinvisible, .container .nav .mods, .container .main, .curtain .modal .modalcont {
  overflow-x: auto;
  overflow-y: scroll; }
  .scrollbar::-webkit-scrollbar, .scrollbarinvisible::-webkit-scrollbar, .container .nav .mods::-webkit-scrollbar, .container .main::-webkit-scrollbar, .curtain .modal .modalcont::-webkit-scrollbar {
    width: 5px;
    height: 10px; }
  .scrollbar::-webkit-scrollbar-thumb, .scrollbarinvisible::-webkit-scrollbar-thumb, .container .nav .mods::-webkit-scrollbar-thumb, .container .main::-webkit-scrollbar-thumb, .curtain .modal .modalcont::-webkit-scrollbar-thumb {
    background: rgba(31, 60, 114, 0.75); }
  .scrollbar::-webkit-scrollbar-track, .scrollbarinvisible::-webkit-scrollbar-track, .container .nav .mods::-webkit-scrollbar-track, .container .main::-webkit-scrollbar-track, .curtain .modal .modalcont::-webkit-scrollbar-track {
    background: transparent; }

.scrollbarinvisible::-webkit-scrollbar, .container .nav .mods::-webkit-scrollbar {
  width: 0;
  height: 0; }

.ai-fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.fullsize, .posAFS, .posFFS, .bg, .curtain {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.posAFS {
  position: absolute; }

.posFFS, .bg, .curtain {
  position: fixed; }

.fwb {
  font-weight: bold; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.vam {
  vertical-align: middle; }

.w100 {
  width: 100%; }

.rotate90 {
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  overflow: hidden; }

.pill {
  display: inline-block;
  margin: 0 1px;
  border-radius: 8px;
  padding: 3px 6px;
  background: rgba(31, 60, 114, 0.6);
  color: white;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  background: rgba(31, 60, 114, 0.2);
  color: rgba(31, 60, 114, 0.95);
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
  font-size: 11px;
  line-height: 11px; }
  .pill.sq {
    border-radius: 2px;
    padding: 3px 5px; }
  .pill.sup {
    border-radius: 7px;
    padding: 2px 5px;
    font-size: 10px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    background: rgba(31, 60, 114, 0.6);
    color: white; }
  .pill.tighter {
    margin: 0 1px 0 0;
    padding: 3px 4px; }
  .pill.lighter {
    background: rgba(31, 60, 114, 0.4);
    background: rgba(31, 60, 114, 0.1); }
  .pill.alert {
    background: #b60b17;
    color: white; }
  .pill.red {
    background: #860811;
    color: white; }
  .pill.green {
    background: #05554d;
    color: white; }
  .pill.grey {
    background: #464646;
    color: white; }
  .pill:empty {
    display: none; }

.domino {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(31, 60, 114, 0.4);
  border-radius: 2px;
  color: #464646;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap; }
  .domino .tit {
    display: inline-block;
    padding: 3px 5px;
    background: rgba(31, 60, 114, 0.4);
    color: white; }
  .domino .val {
    display: inline-block;
    padding: 3px 5px;
    background: white;
    color: #464646; }
  .domino:empty {
    display: none; }

.minide {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(31, 60, 114, 0.25);
  border-radius: 2px;
  color: #464646;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap; }
  .minide .min {
    display: inline-block;
    padding: 3px 5px;
    background: #860811;
    color: white;
    text-align: center; }
    .minide .min:empty {
      display: none; }
  .minide .ide {
    display: inline-block;
    padding: 3px 5px;
    background: #05554d;
    color: white;
    text-align: center; }
    .minide .ide:empty {
      display: none; }
  .minide:empty {
    display: none; }

.card-1, .container .main .maincont .cont .tabs .tab.selected, .btn.sh, .btn:hover, .frotacards .veiculo, .timeline .linha .info, .legenda:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.card-2 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.card-3 {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.card-4 {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.card-5 {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.op25 {
  opacity: 0.25; }

.op50 {
  opacity: 0.55; }

.op75 {
  opacity: 0.75; }

@media print {
  .noprint,
  .noprint * {
    display: none !important; } }

.pulse {
  -webkit-animation: pulsezoom 2s infinite;
  animation: pulsezoom 2s infinite; }

@-webkit-keyframes pulsezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulsezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.pulseshadow {
  -webkit-animation: pulseshadow 2s infinite;
  animation: pulseshadow 2s infinite; }

@-webkit-keyframes pulseshadow {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
  50% {
    -webkit-box-shadow: 0 0 10px 2px #1f3c72;
    box-shadow: 0 0 10px 2px #1f3c72; }
  100% {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); } }

@keyframes pulseshadow {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
  50% {
    -webkit-box-shadow: 0 0 10px 2px #1f3c72;
    box-shadow: 0 0 10px 2px #1f3c72; }
  100% {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); } }

.container .nav {
  position: relative;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 0.9em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }
  .container .nav .top {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px; }
  .container .nav .mods {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .container .nav .bottom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px; }
  .container .nav .top,
  .container .nav .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2); }
    .container .nav .top .logo,
    .container .nav .bottom .logo {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      background: url(../imgs/logoseprigroupW.png) right no-repeat transparent;
      background-size: contain;
      margin-right: 10px;
      opacity: 0.75;
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      .container .nav .top .logo:hover,
      .container .nav .bottom .logo:hover {
        opacity: 1.0; }
    .container .nav .top .text,
    .container .nav .bottom .text {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: left;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      font-size: 0.9em;
      opacity: 0.75;
      -webkit-transition: ease 300ms all;
      -o-transition: ease 300ms all;
      transition: ease 300ms all; }
    .container .nav .top .icon,
    .container .nav .bottom .icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
      flex: 0 0 20px;
      text-align: center;
      opacity: 0.75;
      -webkit-transition: ease 300ms all;
      -o-transition: ease 300ms all;
      transition: ease 300ms all; }
      .container .nav .top .icon:hover,
      .container .nav .bottom .icon:hover {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1.0;
        -webkit-transition: ease 100ms all;
        -o-transition: ease 100ms all;
        transition: ease 100ms all; }
  .container .nav .mods .mod {
    position: relative;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: ease 300ms all;
    -o-transition: ease 300ms all;
    transition: ease 300ms all; }
    .container .nav .mods .mod.selected {
      color: white; }
      .container .nav .mods .mod.selected .n1 {
        height: auto;
        padding: 10px 20px;
        opacity: 1.00; }
      .container .nav .mods .mod.selected .n2 {
        height: auto;
        padding: 5px 20px;
        opacity: 1.00; }
    .container .nav .mods .mod i {
      font-size: 1.0em;
      margin-right: 10px; }
    .container .nav .mods .mod .nome {
      margin-top: 1px;
      padding: 15px 20px;
      font-size: 1.1em;
      font-weight: bold;
      background: rgba(0, 0, 0, 0.1); }
    .container .nav .mods .mod .n1, .container .nav .mods .mod .n2 {
      padding: 0 20px;
      height: 0;
      opacity: 0.0;
      -webkit-transition: ease 300ms all;
      -o-transition: ease 300ms all;
      transition: ease 300ms all; }
    .container .nav .mods .mod .n1 {
      font-size: 0.8em;
      letter-spacing: 1px;
      color: #7BC3D2;
      opacity: 0.0;
      text-transform: uppercase; }
    .container .nav .mods .mod .n1.selected,
    .container .nav .mods .mod .n2.selected {
      background: rgba(255, 255, 255, 0.96);
      color: #464646; }
    .container .nav .mods .mod .n1:not(.selected):hover,
    .container .nav .mods .mod .n2:not(.selected):hover {
      background: rgba(255, 255, 255, 0.2);
      -webkit-transition: ease 100ms all;
      -o-transition: ease 100ms all;
      transition: ease 100ms all; }

.container .main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: url(../imgs/logoseprigroupO10.png) bottom 20px right 30px no-repeat rgba(255, 255, 255, 0.96);
  padding: 0px;
  width: 0;
  max-width: 100%;
  opacity: 0.0;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .container .main.active {
    width: auto;
    opacity: 1.0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .container .main .maincont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 100%; }
    .container .main .maincont .top {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
      flex: 0 0 50px;
      -ms-flex-item-align: auto;
      align-self: auto;
      padding: 0 20px;
      background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(31, 60, 114, 0.75)), to(rgba(31, 60, 114, 0)));
      background: -webkit-linear-gradient(left, rgba(31, 60, 114, 0.75) 50%, rgba(31, 60, 114, 0) 100%);
      background: -o-linear-gradient(left, rgba(31, 60, 114, 0.75) 50%, rgba(31, 60, 114, 0) 100%);
      background: linear-gradient(90deg, rgba(31, 60, 114, 0.75) 50%, rgba(31, 60, 114, 0) 100%);
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .container .main .maincont .top div.path i {
        padding: 0 10px; }
      .container .main .maincont .top div.userinfo {
        color: #1F3C72;
        font-size: 0.8em;
        line-height: 20px; }
        .container .main .maincont .top div.userinfo span {
          vertical-align: middle; }
        .container .main .maincont .top div.userinfo i {
          vertical-align: middle;
          padding-left: 10px;
          font-size: 20px; }
    .container .main .maincont .cont {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
      padding: 10px;
      font-size: 11px;
      min-height: 100%; }
      .container .main .maincont .cont .filtro, .container .main .maincont .cont .tabs {
        display: inline-block;
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 2px;
        width: 100%;
        background: rgba(31, 60, 114, 0.2);
        overflow: none; }
      .container .main .maincont .cont .tabs {
        display: block;
        margin: 10px 0 20px 0;
        padding: 0 10px;
        background: none; }
        .container .main .maincont .cont .tabs .tab {
          display: inline-block;
          margin: 1px;
          padding: 8px 10px;
          border: 1px solid transparent;
          border-radius: 2px;
          color: #1F3C72;
          background: none;
          font-weight: bold;
          -webkit-transition: all 300ms ease;
          -o-transition: all 300ms ease;
          transition: all 300ms ease; }
          .container .main .maincont .cont .tabs .tab.title {
            opacity: 0.50; }
          .container .main .maincont .cont .tabs .tab.revealer {
            cursor: pointer;
            color: rgba(31, 60, 114, 0.5); }
            .container .main .maincont .cont .tabs .tab.revealer:hover {
              background: rgba(255, 255, 255, 0.5); }
          .container .main .maincont .cont .tabs .tab.selected {
            background: white;
            color: #1f3c72; }
      .container .main .maincont .cont .n2group {
        padding: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .container .main .maincont .cont .n2group .n2item {
          margin: 10px;
          padding: 20px;
          color: white;
          background: rgba(31, 60, 114, 0.75);
          text-align: center;
          font-size: 1.2em;
          cursor: pointer;
          -webkit-transition: all 300ms ease;
          -o-transition: all 300ms ease;
          transition: all 300ms ease; }
          .container .main .maincont .cont .n2group .n2item:hover {
            background: #1f3c72;
            -webkit-transition: all 100ms ease;
            -o-transition: all 100ms ease;
            transition: all 100ms ease; }
          .container .main .maincont .cont .n2group .n2item i {
            display: inline-block;
            margin-bottom: 10px;
            font-size: 2.0em;
            text-align: center; }
    .container .main .maincont .bottom {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
      flex: 0 0 30px;
      padding: 10px; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif; }

html {
  height: 100vh;
  min-height: 100% !important;
  overflow: hidden; }

body {
  height: 100%;
  min-height: 100% !important;
  color: #464646;
  font-size: 12px;
  line-height: 1.1rem;
  z-index: 0;
  cursor: auto !important;
  overflow: hidden; }

.ok {
  font-weight: bold;
  color: #05554d; }

.nok {
  font-weight: bold;
  color: #860811; }

.nowrap {
  white-space: nowrap; }

.bg {
  background: url(../imgs/bg/bg.jpg) center no-repeat;
  background-size: cover;
  opacity: 1.0;
  z-index: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: blur(5px);
  filter: blur(5px); }

.loading {
  position: fixed;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  min-width: 960px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background: -webkit-linear-gradient(315deg, #1f3c72 0%, black 100%);
  background: -o-linear-gradient(315deg, #1f3c72 0%, black 100%);
  background: linear-gradient(135deg, #1f3c72 0%, black 100%);
  color: white;
  opacity: 0.0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  z-index: 501;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 1440px) {
    .loading {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }
  .loading.active {
    opacity: 1.0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease; }
  .loading div {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    width: 30px;
    height: 30px;
    font-size: 24px; }

.curtain {
  z-index: 500;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 100ms, -webkit-transform 0;
  transition: opacity 100ms, -webkit-transform 0;
  -o-transition: transform 0, opacity 100ms;
  transition: transform 0, opacity 100ms;
  transition: transform 0, opacity 100ms, -webkit-transform 0; }
  .curtain.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 300ms, 100ms -webkit-transform 0;
    transition: opacity 300ms, 100ms -webkit-transform 0;
    -o-transition: 100ms transform 0, opacity 300ms;
    transition: 100ms transform 0, opacity 300ms;
    transition: 100ms transform 0, opacity 300ms, 100ms -webkit-transform 0; }
  .curtain .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #464646;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.75);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.75);
    padding: 0;
    border: none;
    border-radius: 3px;
    overflow: hidden; }
    .curtain .modal.active {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      -webkit-transition: all 100ms ease;
      -o-transition: all 100ms ease;
      transition: all 100ms ease; }
    .curtain .modal > i {
      margin: 25px; }
    .curtain .modal .modalclose {
      position: absolute;
      top: 0;
      right: 0;
      padding: 10px 15px;
      opacity: 0.50;
      color: white;
      cursor: pointer;
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      .curtain .modal .modalclose:hover {
        opacity: 1.00; }
    .curtain .modal .modaltitle {
      border: none;
      padding: 15px 30px 15px 20px;
      background: -webkit-linear-gradient(315deg, #1f3c72 0%, black 100%);
      background: -o-linear-gradient(315deg, #1f3c72 0%, black 100%);
      background: linear-gradient(135deg, #1f3c72 0%, black 100%);
      color: white;
      font-weight: bold; }
    .curtain .modal .modalcont {
      padding: 20px;
      max-width: 90vw;
      max-height: 90vh;
      background: white; }
      .curtain .modal .modalcont .modalmidtitle {
        margin: 10px 0;
        padding: 5px 10px;
        width: 100%;
        background: rgba(31, 60, 114, 0.1);
        border-bottom: 1px solid #1F3C72;
        color: #1F3C72;
        font-weight: bold; }

.msg {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 25px;
  border: 1px solid white;
  padding: 10px 30px;
  max-width: 300px;
  font-size: 11px;
  font-weight: normal;
  -webkit-transform: translateX(500px);
  -ms-transform: translateX(500px);
  transform: translateX(500px);
  opacity: 0.0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1000;
  background: white;
  color: #464646; }
  .msg.ok {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25), inset 6px 0 0 0 #088579;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25), inset 6px 0 0 0 #088579; }
  .msg.nok {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25), inset 6px 0 0 0 #b60b17;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25), inset 6px 0 0 0 #b60b17; }
  .msg.info {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25), inset 6px 0 0 0 #2a519a;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25), inset 6px 0 0 0 #2a519a; }
  .msg.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1.0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .msg:hover #msgClose {
    color: rgba(0, 0, 0, 0.5); }
  .msg #msgClose {
    position: absolute;
    top: 5px;
    right: 5px;
    color: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    line-height: 12px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }

.container {
  position: fixed;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  min-width: 960px;
  min-height: 640px;
  background: rgba(31, 60, 114, 0.75);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media only screen and (max-width: 1440px) {
    .container {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }

.login {
  position: fixed;
  top: 55%;
  left: 50%;
  z-index: 10;
  opacity: 0.0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .login .info {
    position: relative;
    background: -webkit-linear-gradient(315deg, #1f3c72 0%, black 100%);
    background: -o-linear-gradient(315deg, #1f3c72 0%, black 100%);
    background: linear-gradient(135deg, #1f3c72 0%, black 100%);
    color: white;
    z-index: 12; }
    .login .info .logo {
      padding: 75px; }
    .login .info .cred {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 8px;
      color: white;
      text-align: center;
      font-size: 10px;
      opacity: 0.10;
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      .login .info .cred:hover {
        opacity: 0.50;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
  .login .form {
    padding: 10px;
    min-width: 200px;
    background: white;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .login .form input, .login .form button {
      margin: 2px;
      width: 100%; }
  .login.active {
    top: 50%;
    opacity: 1.0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }

form {
  display: inline-block; }

label {
  cursor: pointer; }

select {
  -webkit-appearance: none;
  -moz-appearance: none; }

textarea,
input,
select {
  border: 1px solid rgba(70, 70, 70, 0.5);
  border-radius: 2px;
  padding: 4px 6px;
  background: white;
  color: #464646;
  font-size: 10px;
  line-height: 1.0em;
  vertical-align: middle; }
  textarea:focus,
  input:focus,
  select:focus {
    outline: none; }
  textarea:-moz-read-only,
  input:-moz-read-only,
  select:-moz-read-only {
    background: #e0e0e0; }
  textarea:read-only,
  input:read-only,
  select:read-only {
    background: #e0e0e0; }

input, button {
  height: 20px; }

input[type="radio"],
input[type="checkbox"] {
  height: auto; }

td input[type="checkbox"]:checked {
  background: #05554d; }

select {
  -webkit-box-shadow: inset 0 -1px rgba(70, 70, 70, 0.25);
  box-shadow: inset 0 -1px rgba(70, 70, 70, 0.25);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  select:hover {
    -webkit-box-shadow: inset 0 -1px rgba(70, 70, 70, 0.55);
    box-shadow: inset 0 -1px rgba(70, 70, 70, 0.55);
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease; }
  select optgroup {
    color: #464646;
    font-weight: bold; }

.btn {
  border: 1px solid #464646;
  border-radius: 2px;
  padding: 3px 6px;
  background: white;
  color: #464646;
  font-size: 11px;
  line-height: 1em;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer; }
  .btn.c.save {
    border-color: #05554d;
    background: -webkit-linear-gradient(315deg, #05554d 0%, rgba(5, 85, 77, 0.9) 100%);
    background: -o-linear-gradient(315deg, #05554d 0%, rgba(5, 85, 77, 0.9) 100%);
    background: linear-gradient(135deg, #05554d 0%, rgba(5, 85, 77, 0.9) 100%);
    color: white; }
  .btn.c.del {
    border-color: #860811;
    background: -webkit-linear-gradient(315deg, #860811 0%, rgba(134, 8, 17, 0.9) 100%);
    background: -o-linear-gradient(315deg, #860811 0%, rgba(134, 8, 17, 0.9) 100%);
    background: linear-gradient(135deg, #860811 0%, rgba(134, 8, 17, 0.9) 100%);
    color: white; }
  .btn.c.action {
    border-color: #1F3C72;
    background: -webkit-linear-gradient(315deg, #1f3c72 0%, rgba(31, 60, 114, 0.9) 100%);
    background: -o-linear-gradient(315deg, #1f3c72 0%, rgba(31, 60, 114, 0.9) 100%);
    background: linear-gradient(135deg, #1f3c72 0%, rgba(31, 60, 114, 0.9) 100%);
    color: white; }
  .btn.c.default {
    border-color: #464646;
    background: #606060;
    color: white; }
  .btn.o {
    background: white; }
    .btn.o.save {
      border-color: rgba(5, 85, 77, 0.33);
      color: #05554d; }
      .btn.o.save:hover {
        background: rgba(5, 85, 77, 0.15); }
    .btn.o.del {
      border-color: rgba(134, 8, 17, 0.33);
      color: #860811; }
      .btn.o.del:hover {
        background: rgba(134, 8, 17, 0.15); }
    .btn.o.action {
      border-color: rgba(31, 60, 114, 0.33);
      color: #1F3C72; }
      .btn.o.action:hover {
        background: rgba(31, 60, 114, 0.15); }
    .btn.o.default {
      border-color: rgba(70, 70, 70, 0.33);
      color: #464646; }
      .btn.o.default:hover {
        background: rgba(70, 70, 70, 0.15); }
  .btn.f {
    border-color: transparent; }
    .btn.f.save {
      color: #05554d; }
      .btn.f.save:hover {
        background: rgba(5, 85, 77, 0.15); }
    .btn.f.del {
      color: #860811; }
      .btn.f.del:hover {
        background: rgba(134, 8, 17, 0.15); }
    .btn.f.action {
      color: #1F3C72; }
      .btn.f.action:hover {
        background: rgba(31, 60, 114, 0.15); }
    .btn.f.default {
      color: #464646; }
      .btn.f.default:hover {
        background: rgba(70, 70, 70, 0.15); }
  .btn.inlist {
    margin: 2px; }
  .btn.tighter {
    padding: 3px 3px; }
  .btn.xl {
    display: inline-block;
    padding: 8px 10px;
    font-weight: bold;
    height: auto !important;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .btn.tac {
    text-align: center; }
  .btn.tar {
    text-align: right; }
  .btn.warning {
    background: #aa5c22;
    color: white; }
  .btn.alert {
    background: #860811;
    color: white; }
  .btn:hover {
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease; }
  .btn:disabled {
    opacity: 0.50;
    cursor: not-allowed; }
  .btn:empty {
    display: none; }
  .btn i {
    padding-right: 4px; }
    .btn i.solo {
      padding-right: 0; }
  .btn .count {
    margin-left: 4px;
    padding: 0 4px;
    background: #a9bfe7;
    color: white;
    font-weight: bold; }
    .btn .count.alert {
      background: #860811;
      color: white; }

.matricula, td.matricula, .frotacards .veiculo .matricula {
  vertical-align: middle;
  font-weight: bold;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(171, 224, 244, 0.5)));
  background: -webkit-linear-gradient(top, white 0%, rgba(171, 224, 244, 0.5) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(171, 224, 244, 0.5) 100%);
  background: linear-gradient(180deg, white 0%, rgba(171, 224, 244, 0.5) 100%);
  white-space: nowrap; }
  .matricula img, .frotacards .veiculo .matricula img {
    vertical-align: baseline; }

table.tabela0 tr {
  border-bottom: 1px solid rgba(31, 60, 114, 0.1);
  background: white; }
  table.tabela0 tr th {
    padding: 8px 8px;
    color: rgba(0, 0, 0, 0.5);
    background: white; }
    table.tabela0 tr th.subtit {
      font-weight: bold;
      background: #e0e0e0; }
  table.tabela0 tr td {
    padding: 4px 8px; }
  table.tabela0 tr th, table.tabela0 tr td {
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease; }
    table.tabela0 tr th.tal, table.tabela0 tr td.tal {
      text-align: left !important; }
    table.tabela0 tr th.tac, table.tabela0 tr td.tac {
      text-align: center !important; }
    table.tabela0 tr th.tar, table.tabela0 tr td.tar {
      text-align: right !important; }
    table.tabela0 tr th.hidden, table.tabela0 tr td.hidden {
      display: none; }
    table.tabela0 tr th.br, table.tabela0 tr td.br {
      border-right: 1px solid rgba(31, 60, 114, 0.1); }
    table.tabela0 tr th.sep, table.tabela0 tr td.sep {
      background: rgba(31, 60, 114, 0.5);
      padding: 0;
      width: 2px; }
    table.tabela0 tr th > i, table.tabela0 tr td > i {
      font-size: 13px; }
      table.tabela0 tr th > i.xs, table.tabela0 tr td > i.xs {
        font-size: 11px; }
  table.tabela0 tr:last-child {
    border-bottom: none; }
  table.tabela0 tr.tac th, table.tabela0 tr.tac td {
    text-align: center; }
  table.tabela0 tr.fssmall th, table.tabela0 tr.fssmall td {
    font-size: 11px; }
  table.tabela0 tr.fssmallest th, table.tabela0 tr.fssmallest td {
    font-size: 10px; }
  table.tabela0 tr.tabfooter td {
    text-align: left;
    padding: 8px 8px;
    color: rgba(70, 70, 70, 0.75); }
  table.tabela0 tr.sec {
    background: #e6e6e6; }
  table.tabela0 tr.new {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(31, 60, 114, 0.75)), to(rgba(31, 60, 114, 0)));
    background: -webkit-linear-gradient(left, rgba(31, 60, 114, 0.75) 50%, rgba(31, 60, 114, 0) 100%);
    background: -o-linear-gradient(left, rgba(31, 60, 114, 0.75) 50%, rgba(31, 60, 114, 0) 100%);
    background: linear-gradient(90deg, rgba(31, 60, 114, 0.75) 50%, rgba(31, 60, 114, 0) 100%); }
  table.tabela0 tr.alert {
    background: #860811; }
  table.tabela0 tr.checked {
    background: rgba(5, 85, 77, 0.2); }
  table.tabela0 tr.sep {
    background: rgba(31, 60, 114, 0.5); }
    table.tabela0 tr.sep td {
      padding: 0;
      height: 2px; }
  table.tabela0 tr.sepblack {
    background: #1F3C72; }
    table.tabela0 tr.sepblack td {
      padding: 0;
      height: 2px;
      max-height: 2px; }
  table.tabela0 tr.hidden {
    display: none; }
  table.tabela0 tr:hover td {
    -webkit-box-shadow: inset 0 100px 0px rgba(70, 70, 70, 0.05);
    box-shadow: inset 0 100px 0px rgba(70, 70, 70, 0.05);
    -webkit-transition: all 50ms ease;
    -o-transition: all 50ms ease;
    transition: all 50ms ease; }

table.tabela0.smallerpadding th {
  padding: 4px 4px; }

table.tabela0.smallerpadding td {
  padding: 2px 4px; }

table.tabela0.smallerpadding .tabfooter td {
  padding: 8px 4px; }

table.tabela0.bordered td, table.tabela0.bordered th {
  border-right: 1px solid rgba(31, 60, 114, 0.1); }
  table.tabela0.bordered td:last-child, table.tabela0.bordered th:last-child {
    border-right: none; }

table.tabela0.borderless tr {
  border: none; }

table.tabela0.simple tr {
  border: none; }

table.tabela0.sticky-header th {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2; }

td.entidadenome {
  padding: 15px; }
  td.entidadenome .entidade {
    margin-top: 10px;
    font-size: 0.9em;
    opacity: 0.50; }
  td.entidadenome .nome {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px; }

td .avatar {
  display: inline-block;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  width: 32px;
  height: 32px;
  text-align: center; }
  td .avatar i {
    line-height: 32px; }
  td .avatar:empty {
    display: none; }

.frotacards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .frotacards .unidade {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 20px 0 5px 0;
    padding: 5px 10px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(31, 60, 114, 0.75)), to(rgba(31, 60, 114, 0)));
    background: -webkit-linear-gradient(left, rgba(31, 60, 114, 0.75) 50%, rgba(31, 60, 114, 0) 100%);
    background: -o-linear-gradient(left, rgba(31, 60, 114, 0.75) 50%, rgba(31, 60, 114, 0) 100%);
    background: linear-gradient(90deg, rgba(31, 60, 114, 0.75) 50%, rgba(31, 60, 114, 0) 100%);
    background: rgba(31, 60, 114, 0.2);
    color: #1F3C72;
    font-weight: bold; }
  .frotacards .veiculo {
    margin: 4px;
    background: white;
    text-align: left; }
    .frotacards .veiculo .info {
      padding: 5px 10px;
      line-height: 2em; }
    .frotacards .veiculo .matricula {
      display: block;
      line-height: 2em;
      border: 1px solid rgba(0, 0, 0, 0.05);
      text-align: center; }

.timeline .linha {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .timeline .linha.hidden {
    display: none; }
  .timeline .linha .momento {
    margin-bottom: 15px;
    padding-right: 5px;
    width: 350px;
    font-size: 9px;
    text-align: left;
    color: rgba(70, 70, 70, 0.66);
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease; }
    .timeline .linha .momento:hover {
      color: #464646;
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
    .timeline .linha .momento .user {
      line-height: 1.2em;
      font-weight: bold;
      font-style: italic; }
  .timeline .linha .sep {
    width: 1px;
    margin: 0 10px;
    height: auto;
    background: #1F3C72; }
    .timeline .linha .sep.clean {
      background: none; }
  .timeline .linha .info {
    margin-bottom: 20px;
    width: 350px;
    background: rgba(31, 60, 114, 0.02); }
    .timeline .linha .info div {
      padding: 6px 12px; }
      .timeline .linha .info div:empty {
        display: none; }
    .timeline .linha .info .infoest {
      font-weight: bold; }
    .timeline .linha .info .infotxt {
      border-top: 1px solid rgba(31, 60, 114, 0.1); }
      .timeline .linha .info .infotxt .tit {
        line-height: 2em;
        font-weight: bold; }
      .timeline .linha .info .infotxt:empty {
        display: none; }
  .timeline .linha.eu .momento {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: right; }
  .timeline .linha.eu .sep {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .timeline .linha.eu .info {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    background: rgba(31, 60, 114, 0.05); }
    .timeline .linha.eu .info.clean {
      background: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

@media print {
  html, body {
    height: 99%;
    overflow: visible; }
  table, tr, td, th {
    page-break-inside: avoid; }
  tr {
    page-break-before: auto; } }

table.guia {
  page-break-inside: auto;
  page-break-after: always;
  border-collapse: collapse;
  width: 100%;
  font-size: 11px;
  font-weight: normal; }
  table.guia thead {
    display: table-header-group; }
    table.guia thead td, table.guia thead th {
      padding: 5px;
      border: 1px solid #ccc;
      height: 85px; }
      table.guia thead td div, table.guia thead th div {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center; }
        table.guia thead td div .logo, table.guia thead th div .logo {
          height: 85px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 150px;
          flex: 0 0 150px;
          background: url(../imgs/logoseprihcc.png) center no-repeat transparent;
          background-size: contain; }
        table.guia thead td div .centro, table.guia thead th div .centro {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
          flex: 0 1 100%;
          font-size: 11px;
          font-weight: bold;
          display: inline-block;
          text-align: center; }
          table.guia thead td div .centro .morada, table.guia thead th div .centro .morada {
            font-size: 10px;
            font-weight: normal;
            color: #666; }
          table.guia thead td div .centro hr, table.guia thead th div .centro hr {
            color: #ccc;
            background: #ccc; }
          table.guia thead td div .centro .titulo, table.guia thead th div .centro .titulo {
            line-height: 2.5em; }
        table.guia thead td div .info, table.guia thead th div .info {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 150px;
          flex: 0 0 150px;
          font-weight: normal;
          font-size: 10px;
          line-height: 1.25em;
          display: inline-block;
          text-align: center; }
  table.guia tfoot {
    display: table-footer-group; }
  table.guia tbody tr {
    page-break-inside: avoid;
    page-break-after: auto; }
    table.guia tbody tr td {
      padding: 2px 4px;
      font-size: 11px;
      font-weight: normal; }
  table.guia tbody tr.blocoinfo td {
    padding: 0; }
    table.guia tbody tr.blocoinfo td span {
      position: relative;
      display: inline-block;
      margin-right: 12px;
      margin-bottom: 2px 4px;
      line-height: 1.5em;
      padding: 2px; }
      table.guia tbody tr.blocoinfo td span.barra {
        display: block;
        background: rgba(0, 0, 0, 0.05); }
      table.guia tbody tr.blocoinfo td span.break {
        display: block;
        margin-bottom: 0;
        height: 1px;
        line-height: 1px;
        font-size: 1px;
        background: rgba(255, 192, 203, 0); }
  table.guia tbody tr.break td {
    height: 15px; }
  table.guia tbody tr.mat td {
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
    font-weight: normal; }
  table.guia tbody tr.matH td {
    font-weight: bold; }
  table.guia tbody tr.obs td {
    border: 1px solid #ccc; }

.link,
.load2modal,
.revealer {
  cursor: pointer; }
  .link.cursorud,
  .load2modal.cursorud,
  .revealer.cursorud {
    cursor: n-resize; }

.legenda {
  display: inline-block;
  border-left: 2px solid rgba(31, 60, 114, 0.75);
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0);
  color: rgba(31, 60, 114, 0.75);
  font-weight: normal;
  -webkit-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease; }
  .legenda:hover {
    border-left: 2px solid #1f3c72;
    background: white;
    color: #1f3c72;
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease; }

@media only screen and (min-width: 768px) {
  .vp-only-small {
    display: none; } }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .vp-not-small {
    display: none; } }

@media only screen and (min-width: 1024px) {
  .vp-only-medium {
    display: none; } }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .vp-only-medium {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .vp-not-medium {
    display: none; } }
