/* Palette generated by Material Palette - materialpalette.com/blue/teal */
@import url("../fonts/Montserrat/font.css");
@import url("../fonts/iconfont/material-icons.css");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: .85; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: .85; }

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: .85; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: .85; }

body {
  color: #31607C;
  font-family: 'Montserrat', arial;
  font-size: 95%; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1px transparent inset !important;
  box-shadow: 0 0 0 1px transparent inset !important;
  background-color: transparent !important; }

input::-webkit-calendar-picker-indicator {
  display: none; }

h1.x-title {
  width: 200px;
  position: absolute;
  font-weight: 200;
  text-align: center;
  top: 50%;
  left: 50%;
  color: #FFF;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  h1.x-title:before {
    padding-right: 0;
    border-right: 1px #FFF solid;
    right: 100%; }
  h1.x-title:after {
    padding-left: 0;
    border-left: 1px #FFF solid;
    left: 100%; }

a {
  text-decoration: none;
  color: inherit; }

p {
  line-height: 2;
  font-size: .9rem;
  font-weight: 500; }

.ipt-select {
  margin-bottom: 1.5rem; }

.is-money-field {
  position: relative; }
  .is-money-field[coin="EUR"] span:after {
    content: "EUR"; }
  .is-money-field[coin="STN"] span:after {
    content: "STN"; }
  .is-money-field[coin="USD"] span:after {
    content: "USD"; }
  .is-money-field[coin="XAF"] span:after {
    content: "XAF"; }
  .is-money-field span {
    display: block;
    position: absolute;
    right: 0;
    bottom: 1.32rem;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer; }
  .is-money-field input {
    text-align: right;
    width: calc(100% - 2.5rem) !important;
    padding-right: 3rem !important;
    font-weight: 600;
    text-indent: 30rem !important; }

.max-1180 {
  width: 100%;
  max-width: calc(1180px + 2rem);
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto; }

.select-wrapper * {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

ul li {
  list-style: none;
  line-height: 2.4rem; }

.img-container {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1; }
  .img-container.round {
    border-radius: 50%; }
  .img-container.artigo:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: -1; }
  .img-container.artigo:hover:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-10%, rgba(0, 0, 0, 0.7)), color-stop(transparent), color-stop(90%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7) -10%, transparent, rgba(0, 0, 0, 0.7) 90%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.7) -10%, transparent, rgba(0, 0, 0, 0.7) 90%);
    background: linear-gradient(rgba(0, 0, 0, 0.7) -10%, transparent, rgba(0, 0, 0, 0.7) 90%); }
  .img-container.empty {
    background-color: #308DE9;
    color: #FFF;
    min-height: 80px; }
    .img-container.empty:after {
      content: "SEM FOTO";
      font-size: 1.2rem;
      opacity: .4;
      position: absolute;
      font-weight: 500;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      text-align: center; }
    .img-container.empty.big:after {
      content: attr(label);
      font-size: 5rem; }

/*######################   MINFO   #########################*/
.pattern-minfo {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #EDF4F7;
  left: 0;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }
  .pattern-minfo.show {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

/*######################   MODAL FRAME   #########################*/
.x-modal {
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  color: #555;
  z-index: 1000;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: none;
  overflow: auto; }
  .x-modal .modal-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .x-modal .x-container {
    margin: 1rem;
    background: #FFF;
    min-width: 360px;
    min-height: 100px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .x-modal .x-container.scale {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      -webkit-transition: all .15s;
      -o-transition: all .15s;
      transition: all .15s; }
    .x-modal .x-container .header-top {
      padding: 10px 1.5rem;
      border-bottom: 2px #eee solid; }
      .x-modal .x-container .header-top b {
        font-weight: 500;
        font-size: .9rem;
        font-weight: 600;
        color: #777; }
      .x-modal .x-container .header-top li {
        width: 40px;
        text-align: center;
        line-height: 3.3rem;
        height: 2.7rem; }
        .x-modal .x-container .header-top li:hover {
          background: #eee; }
      .x-modal .x-container .header-top i {
        font-size: 1.2rem;
        font-style: normal;
        cursor: pointer;
        display: block;
        line-height: 2.5rem; }
        .x-modal .x-container .header-top i:before {
          content: "\2716";
          font-weight: bold;
          color: tomato;
          font-size: .9rem; }
    .x-modal .x-container .body-modal {
      padding: 2rem;
      padding-top: 1rem; }
      .x-modal .x-container .body-modal .master-btn-right {
        margin-top: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .x-modal .x-container .body-modal .master-btn-right .btn {
          margin-left: 1rem; }
        .x-modal .x-container .body-modal .master-btn-right .cancel {
          font-size: .9rem;
          cursor: pointer;
          padding-right: 1.5rem;
          margin-right: 1.5rem;
          border-right: 1px #444 solid; }

/*######################   RIGHT-SIDE-FRAME   #########################*/
.xframe-close-click {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  z-index: 500;
  visibility: hidden;
  opacity: 0; }
  .xframe-close-click * {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .xframe-close-click.show {
    cursor: default;
    visibility: visible;
    opacity: 1; }
    .xframe-close-click.show .c-c-container {
      right: 0; }
  .xframe-close-click .c-c-container {
    position: absolute;
    width: 100%;
    max-width: 480px;
    height: 100%;
    right: -50px;
    bottom: 0;
    background: #FFF;
    border-left: 1px solid #eaeaea;
    -webkit-box-shadow: -30px 0px 30px -30px rgba(0, 0, 0, 0.2);
    box-shadow: -30px 0px 30px -30px rgba(0, 0, 0, 0.2); }
    .xframe-close-click .c-c-container .--top {
      position: absolute;
      width: calc(100% - 15px);
      padding: 3rem 2rem 1rem;
      background: #FFF;
      z-index: 10000; }
    .xframe-close-click .c-c-container > * {
      padding-left: 2rem;
      padding-right: 2rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .xframe-close-click .c-c-container h4 {
      font-size: 1.4rem;
      font-weight: 400;
      color: #685EFF; }
    .xframe-close-click .c-c-container .close-target {
      color: tomato; }
    .xframe-close-click .c-c-container .scroll-body {
      padding-top: 120px;
      padding-bottom: 1rem;
      max-height: 100%;
      overflow: auto; }
    .xframe-close-click .c-c-container b.sep {
      display: block;
      margin: 2rem 0;
      font-size: .9rem;
      font-weight: 500;
      color: #2196F3; }
    .xframe-close-click .c-c-container .ttl {
      margin-top: 2.2rem; }
    .xframe-close-click .c-c-container .btn-large {
      margin-top: 2rem;
      width: 100%; }
    .xframe-close-click .c-c-container .xframe-btn {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }

/*######################   XTABLE   #########################*/
.x-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .x-table.have-row-fixed {
    position: relative; }
    .x-table.have-row-fixed .xbody ul.is-row-fixed {
      width: 100%;
      left: 0;
      border-top: 1px #ddd solid;
      background: #FFF; }
      .x-table.have-row-fixed .xbody ul.is-row-fixed li {
        line-height: 3rem;
        font-weight: bold;
        font-size: .9rem; }
  .x-table, .x-table * {
    -webkit-transition: all .25s ease !important;
    -o-transition: all .25s ease !important;
    transition: all .25s ease !important; }
  .x-table ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto; }
  .x-table li {
    line-height: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden; }
    .x-table li:first-child {
      padding-left: 15px; }
  .x-table .xheader {
    padding-right: 15px; }
    .x-table .xheader ul {
      margin: auto; }
      .x-table .xheader ul li {
        text-transform: uppercase;
        font-weight: 700;
        font-size: .85rem;
        opacity: .8; }
  .x-table .xbody {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: scroll;
    position: relative; }
    .x-table .xbody ul {
      margin-bottom: 10px;
      position: relative;
      border-radius: 3px;
      -webkit-box-shadow: 0 2px 5px rgba(102, 102, 102, 0.05);
      box-shadow: 0 2px 5px rgba(102, 102, 102, 0.05);
      background: #FFF; }
      .x-table .xbody ul.active {
        opacity: 1;
        z-index: 10;
        -webkit-box-shadow: 5px 5px 15px rgba(102, 102, 102, 0.18);
        box-shadow: 5px 5px 15px rgba(102, 102, 102, 0.18);
        color: #685EFF; }
      .x-table .xbody ul li {
        background: #FFF;
        cursor: pointer;
        font-weight: 500;
        font-size: .87rem;
        line-height: 4.5; }

@media (max-width: 1180px) {
  .x-table .xheader {
    display: none; }
  .x-table .xbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .x-table .xbody ul {
      width: 48.5%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0;
      margin-bottom: 1.7rem;
      -webkit-box-shadow: 5px 5px 15px rgba(102, 102, 102, 0.18);
      box-shadow: 5px 5px 15px rgba(102, 102, 102, 0.18); }
      .x-table .xbody ul.active {
        width: 48.5%; }
      .x-table .xbody ul li {
        padding-left: 15px;
        padding-right: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100% !important;
        color: #444;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: .9rem; }
        .x-table .xbody ul li:before {
          content: attr(label) " : ";
          margin-right: 10px;
          color: #888;
          text-transform: capitalize; } }

@media (max-width: 640px) {
  .x-table .xbody ul {
    width: 100%; }
    .x-table .xbody ul.active {
      width: 100%; } }

.pointer, .tgl, .stgl, .close-target {
  cursor: pointer; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex.h-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex.h-ct {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex.v-ct {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex.v-tp {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex .grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.flex .grow-2 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }
