.dataTables tr,
.dataTables-th {
  font-size: 16px !important;
}
.dataTables-pagination {
  float: right;
  margin-top: 20px;
}
.dataTables-sinfo {
  position: absolute;
  top: 11px;
  right: 230px;
  text-rendering: optimizelegibility;
  font-weight: 200;
  font-size: 16px;
}
.dataTables-filter {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .dataTables-filter,
  .dataTables-sinfo {
    display: none;
  }
}
.dataTables-filter-bottom {
  float: left;
  margin-top: -10px;
}
.dataTables-processing {
  display: none;
}
::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  background: #ddd;
}
::-webkit-scrollbar-thumb {
  background: #aaa;
}
.dropdown-menu .dataTables {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #000;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.list-header {
  padding: 10px;
  margin-top: 10px;
  font-size: 17.5px;
  font-family: Rubik, sans-serif;
  font-weight: 400;
  color: #222;
  background-color: #f1f1f1;
  border: 1px solid #e3e3e3;
}
.list-content {
  padding: 0 10px;
  background-color: #f5f5f5;
  border-left: 5px solid #e3e3e3;
}
#profileview span.copyText {
  position: relative;
  display: inline;
}
#profileview textarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 transparent;
  margin: 0;
  padding: 0;
  outline: 0;
  resize: none;
  overflow: hidden;
  font-family: inherit;
  font-size: 1em;
}
.rating {
  width: 100%;
  text-align: center;
  font-size: 22px;
  overflow: hidden;
  white-space: nowrap;
}
.dataTables_wrapper .dataTables-pagination,
.dataTables_wrapper .dataTables_paginate {
  float: none !important;
}
.rating i {
  padding-left: 3px;
}
.rating i:first {
  padding-left: 0;
}
.dropdown-menu li a {
  cursor: pointer;
}
.popover,
.tooltip {
  z-index: 9000;
}
#wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
#main-nav-bg {
  position: fixed !important;
}
#main-nav {
  direction: rtl;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  overflow-x: hidden;
}
#main-nav .navigation {
  direction: ltr;
}
.tooltip {
  pointer-events: none;
  font-size: 13px;
}
table.dataTable thead td,
table.dataTable thead th,
table.dataTable.no-footer {
  border-bottom: 2px solid #ddd !important;
}
.dataTables_wrapper .dataTables_paginate {
  margin: 0 !important;
  padding-top: 0 !important;
}
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length {
  float: none !important;
  margin: 0 !important;
  text-align: center;
}
.datatables_footOpt {
  display: none;
  margin: 10px 0 0 0;
}
.datatables_headOpt {
  display: none;
  margin-bottom: 5px;
}
.dataTables_wrapper {
  position: inherit !important;
}
table.dataTable tfoot td,
table.dataTable tfoot th {
  border-top: 2px solid #ddd !important;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected,
table.dataTable.display tbody > tr.even.selected > .sorting_1,
table.dataTable.display tbody > tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: unset !important;
}
#menu-notifications-tab {
  width: 500px;
}
#menu-notifications-tab li {
  width: 100%;
}
#menu-notifications-tab .zero-notifications {
  text-align: center;
  font-size: 12px;
  color: #aaa;
  padding: 10px;
}
#menu-notifications-tab-inner .unread-notification {
  background-color: #f5f6f8;
}
#menu-notifications-tab-inner li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #dedede;
}
#menu-notifications-tab-inner {
  margin-left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 320px;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
#menu-notifications-tab-inner .menu-notification-text {
  min-height: 25px;
  margin: 5px 20px 5px 50px;
}
#menu-notifications-tab-inner .menu-notification-icon {
  float: left;
  width: 50px;
  text-align: center;
}
#menu-notifications-tab-inner .menu-notification-actions {
  clear: both;
  margin: 10px 10px 0 10px;
  font-size: 12px;
  color: #6e7488;
}
#menu-notifications-tab-inner .menu-notification-actions a {
  color: #6e7488;
}
#menu-notifications-tab-inner .menu-notification-actions a:hover {
  background: unset !important;
}
#menu-notifications-tab-inner .menu-notification-actions .readspan,
#menu-notifications-tab-inner .menu-notification-actions .rmspan {
  display: inline;
  margin: 0;
}
#menu-notifications-tab-inner .menu-notification-actions .timespan {
  display: inline;
  margin-right: 10px;
  margin-left: 0;
}
#badge-notifications {
  position: absolute;
  top: 12px;
  left: 30px;
  border-radius: 5px;
  padding: 1px 4px;
  margin: 0;
  font-size: 9px;
  text-align: center;
  min-width: 10px;
}
#side-hoje {
  position: absolute;
  bottom: 12px;
  left: 30px;
  border-radius: 5px;
  padding: 1px 4px;
  margin: 0;
  font-size: 9px;
  text-align: center;
  min-width: 10px;
}
#side-atrasados {
  position: absolute;
  top: 12px;
  left: 30px;
  border-radius: 5px;
  padding: 1px 4px;
  margin: 0;
  font-size: 9px;
  text-align: center;
  min-width: 10px;
}
#header-notifications-inner {
  padding: 10px;
  height: 35px;
  line-height: 35px;
}
#header-notifications .pull-right a {
  margin: 0;
  padding: 0 10px;
}
#header-notifications .pull-right a:hover {
  background: unset !important;
}
#content-processo .accordion-heading {
  border: none !important;
}
#content-processo .accordion-toggle {
  background-color: #f3f3f3;
  font-weight: 400;
  color: #777 !important;
}
#content-processo .accordion-heading.open .accordion-toggle {
  background-color: #e8e8e8;
  color: #222 !important;
}
#content-processo .accordion-heading.open a:focus,
.accordion-heading.open a:hover {
  color: #222 !important;
}
#content-processo .accordion-heading a:focus,
.accordion-heading a:hover {
  color: #777 !important;
}
#content-processo .accordion-group {
  margin: 2px;
  border: 1px solid #ddd;
}
#content-processo .accordion .accordion-group {
  margin-bottom: 0;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
}
.blurry-text {
  text-shadow: 0 0 5px #ccc;
  color: transparent;
}
#menu-user-options-wrapper .dropdown-menu li {
  width: initial;
}
#menu-user-options-wrapper .dropdown-menu li a {
  padding: 3px 20px;
}
#menu-user-options-wrapper .dropdown-menu li:first-child a {
  margin-top: 5px;
}
#menu-user-options-wrapper .dropdown-menu li:last-child a {
  margin-bottom: 5px;
}
#menu-user-options-wrapper .dropdown-menu .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
body.standalone_page {
  background-size: cover;
  overflow: hidden;
  padding-top: 0;
}
body.standalone_page_no_bg {
  overflow: hidden;
  padding-top: 0 !important;
}
body.standalone_page #midDiv {
  background: 0 0;
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
  border: none;
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}
body.standalone_page #midDiv input[type="password"],
body.standalone_page #midDiv input[type="text"],
body.standalone_page .uneditable-input {
  margin: 5px 0 10px 0;
  padding: 4px;
  border: 1px solid #eee;
  border-radius: 0.5em;
  height: 40px;
  line-height: 30px;
}
body.standalone_page fieldset {
  margin-bottom: 20px;
}
.box-header-2 {
  line-height: 30px;
  padding: 10px 15px;
}
input[type="search"] {
  border-radius: 0.5em !important;
}
.blink {
  animation: blinker 1s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}
@keyframes blinker {
  to {
    opacity: 0.2;
  }
}
.page-header {
  border-bottom: unset;
  margin-bottom: 0;
  padding-top: 0;
}
.modal .page-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal .page-header h1 {
  font-family: Rubik, sans-serif;
  font-weight: 400;
  font-size: 24.5px;
  color: #222;
  line-height: 40px;
  margin: 10px 0;
  text-rendering: optimizelegibility;
}
.modal .page-content {
  overflow: auto;
}
.box {
  background-color: #fff;
  border-radius: 1em;
  padding: 1em;
  -webkit-box-shadow: 0 0.95rem 2rem rgba(56, 65, 74, 0.03);
  -moz-box-shadow: 0 0.95rem 2rem rgba(56, 65, 74, 0.03);
  box-shadow: 0 0.95rem 2rem rgba(56, 65, 74, 0.03);
}
.box-content {
  border-radius: 0.5em;
  border: 1px solid #eee !important;
}
.box.box-transparent {
  background-color: #fff;
  border-radius: 1em;
  padding: 1em;
}
.box-no-border {
  border: unset !important;
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  box-shadow: unset !important;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.btn:not(.btn-link) {
  border-radius: 0.5em !important;
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  box-shadow: unset !important;
  border-bottom-color: #ddd;
}
.btn.active {
  background-color: #ddd;
  text-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  box-shadow: unset !important;
}
.btn:hover {
  text-shadow: unset !important;
}
.btn:focus {
  outline: 1px solid #ccc;
  outline-offset: unset !important;
}
.btn-group > .btn {
  border-radius: 0 !important;
}
.btn-group > a.btn:first-of-type {
  border-top-left-radius: 0.5em !important;
  border-bottom-left-radius: 0.5em !important;
}
.btn-group > button.btn:first-of-type {
  border-top-left-radius: 0.5em !important;
  border-bottom-left-radius: 0.5em !important;
}
.btn-group > a.btn:last-of-type {
  border-top-right-radius: 0.5em !important;
  border-bottom-right-radius: 0.5em !important;
}
.btn-group > button.btn:last-of-type {
  border-top-right-radius: 0.5em !important;
  border-bottom-right-radius: 0.5em !important;
}
.box .box-header .actions .btn-link {
  border-bottom-color: transparent !important;
}
.navbar-inner.primary .nav li.dropdown .dropdown-menu,
.navbar-inner.secondary .nav li.dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
  animation-name: DropDownSlide;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  top: 100%;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.45);
}
.navbar-inner.primary .nav li.dropdown .dropdown-menu .divider,
.navbar-inner.secondary .nav li.dropdown .dropdown-menu .divider {
  padding: 1px 0;
  margin: 0;
  background-color: #eee;
}
.navbar-inner.primary .nav li.dropdown .dropdown-menu li,
.navbar-inner.secondary .nav li.dropdown .dropdown-menu li {
  padding: 0;
  margin: 0;
}
.navbar-inner.primary .nav li.dropdown .dropdown-menu li a,
.navbar-inner.secondary .nav li.dropdown .dropdown-menu li a {
  padding: 0.5rem 1.25rem;
  min-width: 180px;
  margin: 0;
  width: auto;
}
#menu-notifications-tab-inner li a {
  padding: 0.5rem 0.5rem;
}
.navbar-inner.primary .nav li.dropdown .dropdown-menu li a {
  min-width: 130px;
  color: #6e7488;
}
.navbar-inner.primary .nav li.dropdown .dropdown-menu li a:hover,
.navbar-inner.primary .nav li.dropdown .dropdown-menu li a:focus,
.navbar-inner.secondary .nav li.dropdown .dropdown-menu li a:hover,
.navbar-inner.secondary .nav li.dropdown .dropdown-menu li a:focus {
  background-color: #f5f6f8 !important;
  color: #333;
  outline: unset;
}
.navbar .nav > li > .dropdown-menu:after {
  content: unset !important;
}
.navbar .nav > li > .dropdown-menu:before {
  content: unset !important;
}
@keyframes DropDownSlide {
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(10px);
  }
}
header .navbar {
  -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.25);
  -moz-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.25);
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.25);
  background: #fff;
}
header .navbar .navbar-inner.primary {
  padding: 0 !important;
  height: 70px;
}
header .navbar .navbar-inner.secondary {
  color: #ccc !important;
  background-color: #fff !important;
  padding: 0 !important;
  max-height: 50px;
  max-width: 1600px;
  margin: 0 auto;
}
header .navbar .navbar-inner.secondary a {
  color: rgba(0, 0, 0, 0.7);
}
header .navbar .navbar-inner.secondary a {
  color: #6e7488;
}
header .navbar .navbar-inner.secondary a:focus,
header .navbar .navbar-inner.secondary a:hover {
  color: #000;
}
header .navbar .navbar-inner.secondary ul li {
  padding: 5px 0;
}
header .navbar .navbar-inner.primary .navbar-search {
  margin: 0;
}
#content {
  margin-left: 0;
  min-width: unset;
}
header .navbar .navbar-inner.primary .container-fluid {
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  max-width: 1560px;
}
header .navbar .navbar-inner.secondary .container-fluid {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
}
header .navbar .navbar-inner.primary .container-fluid > .nav {
  height: 70px;
  line-height: 70px;
}
header .navbar .navbar-inner.primary .container-fluid > .nav > li {
  height: 70px;
  line-height: 70px;
  margin: 0 0 0 5px;
}
header .navbar .navbar-inner.primary .container-fluid > .nav > li > a {
  font-size: 140%;
}
header .navbar .navbar-inner.primary .container-fluid > .nav > li > a {
  padding: 0 10px;
}
header .navbar .navbar-inner.primary .container-fluid > .nav > li > a:hover,
header .navbar .navbar-inner.primary .container-fluid > .nav > li > a:focus {
  color: #fff;
}
header .navbar .navbar-inner.primary .container-fluid > form {
  height: 70px;
  line-height: 70px;
  display: grid;
  align-items: center;
}
header .navbar .secondary li.dropdown.open > .dropdown-toggle {
  color: #000;
}
#content,
body {
  background: #f5f6f8;
}
@media (min-width: 980px) {
  body.fixed-header {
    padding-top: 150px;
  }
}
#logado-como {
  margin: 0 0 15px 0;
  padding: 10px 15px;
  background-color: #6e7488;
  border-radius: 1em;
  line-height: 30px;
}
#apps-menu.open .dropdown-menu {
  display: flex;
  flex-wrap: wrap;
  min-width: 290px;
  max-width: 100%;
  padding: 5px;
}
#apps-menu .dropdown-menu {
  display: none;
}
#apps-menu .dropdown-item {
  flex: 0 0 49.99%;
  text-align: center;
  box-sizing: border-box;
  line-height: 35px;
}
#apps-menu .dropdown-item a i {
  font-size: 140%;
}
#apps-menu .dropdown-item a {
  color: #444;
  padding: 15px 0 10px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#apps-menu .dropdown-item a:hover {
  background-color: #f5f6f8;
}
@media (max-width: 979px) {
  body {
    padding-top: 70px;
  }
  header .navbar .navbar-inner.primary .container-fluid > .nav:not(.pull-left) > li {
    margin: 0 0 0 5px;
  }
  header .navbar .navbar-inner.primary .container-fluid > .nav:not(.pull-left) > li > a {
    padding: 0 0 0 5px;
  }
  header .navbar .navbar-inner.primary .container-fluid > .nav.pull-left > li > a {
    padding: 0;
  }
  header .navbar .navbar-inner.primary .container-fluid > .nav.pull-left > li {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .navbar-inner.primary .nav li.dropdown .dropdown-menu {
    position: fixed;
    top: 70px;
    left: 0;
    min-width: 100%;
    max-width: 100%;
  }
  #apps-menu.open .dropdown-menu {
    min-width: 100%;
  }
}
.box-content .table {
  margin-bottom: 0;
}
.box-content form.form {
  margin: 0;
}
.box .box .box-header {
  background-color: #f5f6f8 !important;
  color: #333 !important;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  font-weight: 400;
}
.box .box {
  margin-bottom: 0;
}
.box .box .box-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 0;
}
.box .box .box-header .title {
  color: #6e7488 !important;
}
.box .box .box-header.muted-background .actions .btn-link {
  color: #6e7488 !important;
}
.box .form-actions,
.modal-body .form-actions {
  margin-bottom: 0;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.form-actions p {
  margin: 0;
}
body {
  font-family: Rubik, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Rubik, sans-serif;
  font-weight: 400;
}
.box-statistic [class*="fa-"].align-left {
  position: absolute;
  left: 10px;
}
.box-statistic [class*="fa-"].align-right {
  position: absolute;
  right: 10px;
}
.box-statistic [class*="fa-"] {
  font-size: 30px;
  top: 9px;
}
.page-header h1 {
  color: rgb(50, 58, 70);
  font-size: 20px;
}
.box .box-content .box-header .title {
  font-size: 16px;
}
.page-header .head-filters {
  float: right;
  width: 100%;
}
.button-icon-menu .row-fluid:first-child {
  margin-top: 0;
}
.button-icon-menu .row-fluid {
  margin-top: 15px;
}
@media (max-width: 979px) {
  .button-icon-menu .row-fluid {
    margin-top: 0;
  }
  .button-icon-menu > .row-fluid:last-child > .span3:last-child {
    margin-bottom: 0;
  }
  .button-icon-menu .row-fluid .span3 {
    margin-bottom: 10px;
  }
  .button-icon-menu > .row-fluid:last-child > .span4:last-child {
    margin-bottom: 0;
  }
  .button-icon-menu .row-fluid .span4 {
    margin-bottom: 10px;
  }
}
#searchForm .select2-container {
  margin-bottom: 0;
}
.filter-bar {
  text-align: right;
}
.filter-bar .dropdown-menu {
  text-align: left;
}
.modal .page-header .span {
  align-self: center;
}
@media (max-width: 767px) {
  .filter-bar {
    text-align: center;
  }
  .filter-bar-inner > *:last-child {
    margin-bottom: 0 !important;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
}
@media (max-width: 360px) {
  .nav {
    font-size: 100%;
  }
  header .navbar .navbar-inner.primary .container-fluid > .nav > li {
    margin: 0 2px;
  }
  header .navbar .navbar-inner.primary .container-fluid > .nav > li > a {
    padding: 0 4px;
  }
  #badge-notifications,
  #side-atrasados,
  #side-hoje {
    display: none;
  }
}
@media (max-width: 979px) {
  #badge-notifications,
  #side-atrasados,
  #side-hoje {
    left: 20px;
  }
}
.tab-pane .box {
  padding: 0;
}
.badge,
.label {
  font-weight: 500;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 500;
}
.table th {
  font-weight: 500;
}
b,
strong {
  font-weight: 500;
}
.group-with-select {
  margin-top: 0 !important;
  margin-left: -8px;
}
.group-with-select .btn.dropdown-toggle {
  border-left: 0;
  background-color: #eee;
  border-radius: 0 !important;
}
.btn-group.group-with-select > a.btn:first-of-type {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-color: #eee;
}
.box-sub-menu-headers {
  margin: 0 auto;
}
.box-sub-menu-headers .box-content {
  border: unset !important;
}
.box-sub-menu-headers .box-statistic {
  margin-bottom: 0;
  border-radius: 1em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 24px;
}
@media (min-width: 980px) {
  .box-sub-menu-headers .box-statistic {
    min-height: 24px;
  }
  .box-sub-menu-headers .box-statistic h3.title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 979px) {
  #content-processo .box-sub-menu-headers .box-statistic h3.title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #content-processo .box-sub-menu-headers .box-statistic h3.title {
    display: none;
  }
}
.box-sub-menu-headers .box-content {
  background-color: #fafafa;
  border-bottom: unset !important;
  color: #ccc;
}
.box-sub-menu-headers .box-content:not(.active):not(:hover) .title {
  color: #ccc !important;
}
.box-sub-menu-headers .box-content:not(.active):not(:hover) .align-left {
  color: #ccc !important;
}
.box-sub-menu-headers .box-content.active,
.box-sub-menu-headers .box-content:hover {
  background-color: #fff;
  color: #222;
}
.box-sub-menu-headers .box-statistic [class*="fa-"] {
  font-size: 24px;
}
.box.no-top-radius {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.page-header.sub h1 {
  font-size: 18px;
}
.offcanvas {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  background-color: #ffff;
  overflow-x: hidden;
  transition: 0.3s;
  max-width: 100%;
}
.offcanvas.offcanvas-left {
  right: 0;
  left: unset;
}
.offcanvas.offcanvas-right {
  right: 0;
  left: unset;
}
.offcanvas.offcanvas-full-screen.show {
  width: 100%;
}
.offcanvas.offcanvas-sm.show {
  width: 300px;
}
.offcanvas.offcanvas-lg.show {
  width: 600px;
}
.offcanvas.offcanvas-xlg.show {
  width: 900px;
}
.offcanvas .closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1499;
  display: none;
  opacity: 0;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  display: block;
  opacity: 0.6;
}
.offcanvas-header {
  padding: 20px;
}
.offcanvas-header .offcanvas-title {
  font-size: 21px;
}
.offcanvas-body {
  padding: 20px;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  z-index: 990;
}
.offcanvas-body.table-filters .title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
}
.offcanvas-body.table-filters .row-fluid {
  margin-bottom: 10px;
}
.offcanvas-body.table-filters .title:first-child {
  margin-top: 0;
}
#push {
  display: none;
}
.row-fluid.responsive {
  display: flex;
  flex-wrap: wrap;
}
.row-fluid.responsive > [class*="span"] {
  align-self: center;
}
.row-fluid.responsive > .span {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 5px;
  flex-basis: calc(19% - 20px);
}
@media (max-width: 979px) {
  .row-fluid.responsive > .span {
    flex-basis: calc(100% - 20px);
  }
  .box-sub-menu-headers .row-fluid.responsive > .span {
    flex-basis: calc(20% - 20px);
  }
  .box-sub-menu-headers .row-fluid.responsive .box-statistic {
    min-height: 16px;
  }
  .box-sub-menu-headers .row-fluid.responsive .box-statistic div,
  .box-sub-menu-headers .row-fluid.responsive .box-statistic h3 {
    font-size: 16px;
    line-height: 16px;
  }
}
.box-sub-menu-headers .row-fluid.responsive > .span {
  margin: 0 5px 0 0;
}
.box-sub-menu-headers .row-fluid.responsive > .span:last-child {
  margin: 0;
}
body.hide-secondary-menu .navbar-inner.secondary {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  display: none;
}
body.hide-secondary-menu {
  padding-top: 100px;
}
@media (max-width: 979px) {
  body.hide-secondary-menu {
    padding-top: 150px;
  }
}
.secondary-menu-button {
  display: none !important;
}
body.hide-secondary-menu .secondary-menu-button {
  display: block !important;
}
body.show-secondary-menu .navbar-inner.secondary {
  position: fixed;
  top: 70px;
  z-index: 0;
  height: 100vh;
  max-height: 100vh;
  overflow: auto;
  display: block;
}
body.show-secondary-menu .navbar-inner.secondary .nav {
  margin-bottom: 500px;
}
body.show-secondary-menu {
  overflow: hidden;
}
@media (max-width: 979px) {
  body.show-secondary-menu .navbar-inner.secondary {
    top: 120px;
  }
}
body.show-secondary-menu .navbar-inner.secondary li {
  width: 100%;
}
body.show-secondary-menu .navbar-inner.secondary .dropdown-menu {
  position: relative;
  width: 100%;
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  box-shadow: unset !important;
  border: 0 !important;
}
body.show-secondary-menu .navbar-inner.secondary .dropdown {
  width: 100%;
}
.navbar-inner.tertiary {
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
  width: 100%;
  padding: 0px !important;
}
@media (max-width: 767px) {
  .input-large.with-select {
    width: 85%;
    margin: 0 auto;
  }
}
.navbar-search .search-query,
button,
input,
select,
textarea {
  font-family: Rubik, sans-serif;
}
.pull-right.filter-bar {
  margin-bottom: 10px;
}
.centerForm {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.centerForm .box {
  width: 100%;
  max-width: 356px;
}
.centerForm img {
  width: auto;
  max-width: 80%;
  max-height: 60px;
  margin-bottom: 10px;
}
.centerForm button {
  margin-bottom: 10px;
}
.centerForm form {
  margin-bottom: 0;
}
.centerForm input {
  height: 40px;
}
.centerForm .checkbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 13px;
  cursor: pointer;
  line-height: 26px;
}
.centerForm .checkbox input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.centerForm .checkbox input[type="checkbox"]:checked {
  background-color: #007bff;
  border-color: #007bff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.centerForm .checkbox input[type="checkbox"]:checked::before {
  content: "✔";
  color: white;
  font-size: 14px;
  line-height: 1;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #noty_topLeft_layout_container,
  #noty_top_layout_container,
  #noty_topCenter_layout_container,
  #noty_center_layout_container,
  #noty_bottom_layout_container,
  #noty_bottomCenter_layout_container,
  #noty_inline_layout_container,
  #noty_topLeft_layout_container,
  #noty_topRight_layout_container,
  #noty_bottomLeft_layout_container,
  #noty_bottomRight_layout_container,
  #noty_centerLeft_layout_container,
  #noty_centerRight_layout_container {
    width: 95% !important;
  }
  #noty_topLeft_layout_container li,
  #noty_top_layout_container li,
  #noty_topCenter_layout_container li,
  #noty_center_layout_container li,
  #noty_bottom_layout_container li,
  #noty_bottomCenter_layout_container li,
  #noty_inline_layout_container li,
  #noty_topLeft_layout_container li,
  #noty_topRight_layout_container li,
  #noty_bottomLeft_layout_container li,
  #noty_bottomRight_layout_container li,
  #noty_centerLeft_layout_container li,
  #noty_centerRight_layout_container li {
    max-width: 90% !important;
    margin: 10px auto !important;
    text-align: center !important;
  }
  .noty_message {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  #noty_topLeft_layout_container li,
  #noty_top_layout_container li,
  #noty_topCenter_layout_container li,
  #noty_center_layout_container li,
  #noty_bottom_layout_container li,
  #noty_bottomCenter_layout_container li,
  #noty_inline_layout_container li,
  #noty_topLeft_layout_container li,
  #noty_topRight_layout_container li,
  #noty_bottomLeft_layout_container li,
  #noty_bottomRight_layout_container li,
  #noty_centerLeft_layout_container li,
  #noty_centerRight_layout_container li {
    margin: 10px auto !important;
  }
  #noty_bottom_layout_container,
  #noty_top_layout_container {
    left: 30% !important;
    width: 40% !important;
    margin: 10px auto;
  }
  #noty_top_layout_container li,
  #noty_bottom_layout_container li {
    max-width: 100% !important;
    margin: 10px 0;
    text-align: center !important;
  }
}
.modal-sm {
  width: 300px;
  margin-left: -150px;
}
@media (max-width: 767px) {
  .modal-sm {
    width: 90%;
    left: 0;
    margin-left: 5%;
  }
}
.modal-lg {
  width: 900px;
  margin-left: -450px;
}
@media (max-width: 979px) {
  .modal-lg {
    width: 90%;
    margin-left: 5%;
    left: 0;
  }
}
.modal-xl {
  width: 1200px;
  margin-left: -600px;
}
@media (max-width: 1225px) {
  .modal-xl {
    width: 90%;
    margin-left: 5%;
    left: 0;
  }
}
.modal {
  border: unset !important;
}
.modal-body {
  max-height: calc(80vh - 200px);
  padding: 20px;
}
.modal form {
  margin-bottom: 0;
}
.modal-fs > .modal-body {
  background: #f5f6f8;
  padding: 20px;
}
.modal .nav-pills {
  margin-bottom: 0;
}
.pull-right + .pull-right {
  margin-left: 5px;
}
.nav-fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.nav-fill > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-bordered {
  margin-bottom: 20px;
}
.nav-bordered li a {
  color: #555;
  border: unset;
  border-bottom: 2px solid #efefef;
}
.nav-bordered li.active a,
.nav-bordered li.active a:focus {
  color: #555;
  border: unset;
  border-bottom: 2px solid #cacaca;
}
.nav-bordered li a:hover {
  color: #333;
  border: unset;
  border-bottom: 2px solid #efefef;
  background-color: #efefef;
}
.nav-bordered li.active a:hover {
  color: #000;
  cursor: pointer;
  border: unset;
  border-bottom: 2px solid #efefef;
  background-color: #efefef;
}
.tabdrop li a {
  border-bottom: unset !important;
  line-height: 26px;
}
.tabdrop .dropdown-menu {
  margin: 0;
  padding: 5px 0 5px 0;
}
.tabdrop.open .dropdown-toggle {
  background-color: #eee;
  border-bottom: none;
}
.tabdrop .dropdown-toggle .caret {
  border-top-color: #000 !important;
  border-bottom-color: #000 !important;
}
.tabdrop.open .dropdown-toggle,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #eee;
  border-color: #eee;
}

.navbar-inner.secondary .nav > li.dropdown > .dropdown-menu > li.dropdown > .dropdown-menu {
  left: 100%;
  top: 0 !important;
}
.hide-secondary-menu .navbar-inner.secondary .nav > li.dropdown > .dropdown-menu > li.dropdown > .dropdown-menu {
  left: 15px !important;
}
form {
  margin-bottom: 0;
}
.dropdown-toggle .fa-caret-right {
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.nav-step li a {
  background-color: rgba(82, 109, 238, 0.2);
  border: 1px solid rgba(82, 109, 238, 0.2);
  color: rgba(82, 109, 238, 1);
  border-radius: unset;
}
.nav-step li:first-child a {
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
.nav-step li:last-child a {
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
@media (max-width: 979px) {
  .modal-actions-footer .responsive > .span {
    flex-basis: calc(19% - 20px);
  }
  .nav-step li a {
    margin: 0 5%;
  }
}
.nav-step li a:hover {
  background-color: rgba(82, 109, 238, 0.8);
  border: 1px solid rgba(82, 109, 238, 0.8);
  color: white;
}
.nav-step li.active a,
.nav-step li.active a:hover {
  background-color: #526dee;
  color: white;
  border: 1px solid rgba(82, 109, 238, 1);
}
.nav-step li a {
  cursor: pointer;
  margin: 0;
}
.nav-step li a.disabled,
.nav-step li a.disabled:hover {
  cursor: default;
  background-color: #ddd;
  border: 1px solid #ddd;
  color: #aaa;
}
.nav-step {
  border: unset;
}
.gray-box {
  padding: 10px;
  margin: 0 0 10px 0;
  background-color: #efefef;
  border-radius: 0.5em;
}
.gray-box h4 {
  margin-bottom: 0;
}
.tab-content {
  overflow: unset;
}
.has-tooltip,
.has-popover {
  cursor: pointer;
}
.navbar .nav.pull-right {
  margin-right: 0px;
}
.navbar-inner.primary .brand-img {
  float: left;
  line-height: 50px;
  margin: 9px 9px 9px 0;
  max-width: 200px;
}
.navbar-inner.primary .brand-img img {
  max-height: 30px;
  max-width: 200px;
}
.progress {
  background-color: #eee;
}

.box-menu-headers .box-statistic:not(.active):not(:hover) {
  background-color: #fafafa;
  color: #ccc;
}
.box-menu-headers .box-statistic:not(.active):not(:hover) * {
  color: #ccc !important;
}

.box-menu-headers .box-statistic.active {
  background-color: #fff;
}

.input-group {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon,
.input-group > .btn-group.dropdown > button {
  padding: 0px 12px;
  height: 30px;
  line-height: 30px;
  color: #555;
  text-align: center;
  background-color: #eee;
}
.input-group-addon.btn,
.input-group > .btn-group.dropdown > button {
  border: none;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
  margin-bottom: 0px;
}
.input-group-addon,
.input-group-btn {
  flex-basis: calc(1%);
  flex-shrink: 1;
}
.input-group .form-control {
  flex-grow: 1;
  border-radius: 0px;
  width: 50px;
}
.input-group > *:first-child {
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
.input-group > *:last-child {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.input-group > .btn-group.dropdown > button {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.input-group > .btn-group.dropdown > button .caret {
  top: 5px !important;
  position: relative;
}
.custom .introjs-tooltiptext {
  padding: 10px;
}
.custom .introjs-tooltip-title,
.custom .introjs-tooltiptext {
  font-family: Rubik, sans-serif;
}
.custom .introjs-tooltip-title {
  font-weight: 400;
  font-size: 18px;
}
.custom .introjs-tooltiptext {
  padding: 0px 10px 10px 10px;
  font-size: 13px;
}
.custom .introjs-tooltip-header {
  padding: 10px;
}
.custom .introjs-button {
  padding: 5px;
  border: none;
  width: 45%;
  text-align: center;
}
.custom .introjs-tooltipbuttons {
  padding: 10px;
}
.custom .introjs-button:focus {
  box-shadow: none;
}
.custom.disableSkip .introjs-skipbutton {
  display: none;
}
.custom.disableSkip .introjs-tooltip-title {
  text-align: center;
  width: 100%;
}
.flex-btn-group-processos {
  display: flex;
  flex-direction: column;
}
.flex-btn-group-processos .processo {
  display: flex;
}
.flex-btn-group-processos .processo.btn-group .btn {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom: unset;
  flex-grow: 1;
}
.flex-btn-group-processos .actions {
  display: flex;
  margin: 0;
}
.flex-btn-group-processos .actions .btn {
  flex-grow: 1;
}
.flex-btn-group-processos .actions.btn-group .btn {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.history-wrapper {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

.standalone_page #history-button {
  display: none;
}

#history-button {
  background-color: #aaa;
  width: 10px;
  padding-right: 6px;
  height: 100px;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  z-index: 9999;
}

#history-list-wrapper {
  position: fixed;
  width: 250px;
  left: 16px;
  top: -50%;
  display: none;
  background-color: #eee;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#history-list {
  width: 100%;
  color: #333;
  padding: 0px;
  z-index: 9998;
  height: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  text-align: left;
  white-space: normal;
}

#history-list a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
#history-list a:hover {
  background-color: #f1f1f1;
}

#history-list a .title {
  display: block;
}
#history-list a .subtitle {
  display: block;
  font-size: 12px;
}
.history-title {
  font-size: 15px;
  padding: 5px 0;
  text-align: center;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  background-color: #fafafa;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.history-none {
  font-size: 11px;
  text-align: center;
  padding: 5px 0;
}
.history-spin {
  position: absolute;
  top: 7px;
  right: 7px;
}

.responsive-sticky-table {
  overflow-x: auto;
  width: 100%;
}

.responsive-sticky-table table {
  width: auto;
  border-collapse: separate;
  table-layout: fixed;
}

.responsive-sticky-table th,
.responsive-sticky-table td {
  white-space: nowrap;
  overflow: hidden;
}

.responsive-sticky-table table th:first-child,
.responsive-sticky-table table td:first-child,
.responsive-sticky-table table th:last-child,
.responsive-sticky-table table td:last-child {
  background-color: #ffffff;
}

.responsive-sticky-table table tr.other-background th:first-child,
.responsive-sticky-table table tr.other-background td:first-child,
.responsive-sticky-table table tr.other-background th:last-child,
.responsive-sticky-table table tr.other-background td:last-child {
  background-color: #eee !important;
}

.responsive-sticky-table table tr.other-first th:first-child,
.responsive-sticky-table table tr.other-first td:first-child,
.responsive-sticky-table table tr.other-first th:last-child,
.responsive-sticky-table table tr.other-first td:last-child {
  background-color: #eee !important;
}

.responsive-sticky-table table tr.other-last th:first-child,
.responsive-sticky-table table tr.other-last td:first-child,
.responsive-sticky-table table tr.other-last th:last-child,
.responsive-sticky-table table tr.other-last td:last-child {
  background-color: #eee !important;
}

.responsive-sticky-table.sticky-column-left table th:first-child,
.responsive-sticky-table.sticky-column-left table td:first-child {
  position: sticky;
  left: 0;
  display: block;
  width: 160px;
  border-right: 1px solid #ddd;
}

@media (min-width: 767px) {
  .responsive-sticky-table.sticky-column-right table th:last-child,
  .responsive-sticky-table.sticky-column-right table td:last-child {
    position: sticky;
    right: -1px;
    display: block;
    width: 110px;
    border-left: 1px solid #ddd;
  }
}

.responsive-sticky-table th:not(:first-child):not(:last-child),
.responsive-sticky-table td:not(:first-child):not(:last-child) {
  min-width: 82px;
  width: calc(100% / (var(--column-count, 1)));
}

.responsive-sticky-table.sticky-header thead {
  position: sticky;
  top: 0;
}
.responsive-sticky-table.sticky-header thead {
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: #fff;
}
.responsive-sticky-table.sticky-header thead td,
.responsive-sticky-table.sticky-header thead th {
  border-bottom: 1px solid #ccc;
}

.responsive-sticky-table.sticky-header tfoot {
  position: sticky;
  bottom: -1px;
}
.responsive-sticky-table.sticky-header tfoot {
  position: sticky;
  bottom: -1px;
  z-index: 3;
  background-color: #fff;
}
.responsive-sticky-table.sticky-header tfoot td,
.responsive-sticky-table.sticky-header tfoot th {
  border-top: 1px solid #ccc;
}

.secondary-scroll-style::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.secondary-scroll-style::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px !important;
}

.popover-content {
  word-wrap: break-word;
}

.row-fluid.box-container {
  display: flex;
}

.row-fluid.box-container .span6 {
  display: flex;
  flex-direction: column;
}

.row-fluid.box-container .box.equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.row-fluid.box-container .box.equal-height .box-content {
  flex: 1;
}

@media (max-width: 767px) {
  .row-fluid.box-container {
    flex-direction: column;
  }
}
.no-copy {
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
}

.card-container__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.credit-card__container {
  width: 300px;
  height: 180px;
  border-radius: 15px;
  background: linear-gradient(135deg, #1e5799 0%, #2989d8 50%, #207cca 100%);
  color: #fff;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(83, 63, 63, 0.2);
  font-family: Arial, sans-serif;
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.credit-card__front,
.credit-card__back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
}
.credit-card__front {
  background: linear-gradient(135deg, #1e5799 0%, #2989d8 50%, #207cca 100%);
  color: #fff;
}
.credit-card__back {
  background: #333;
  color: #fff;
  transform: rotateY(180deg);
}
.credit-card__number {
  font-size: 1.4em;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.credit-card__number-label {
  font-size: 0.7em;
  margin-bottom: 5px;
}
.credit-card__holder {
  text-transform: uppercase;
  font-size: 0.9em;
}
.credit-card__holder-label {
  font-size: 0.7em;
  margin-bottom: 5px;
}
.credit-card__expiry-date {
  font-size: 0.9em;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.credit-card__expiry-date-label {
  font-size: 0.7em;
  position: absolute;
  bottom: 40px;
  right: 20px;
}
.credit-card__brand {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: auto;
}
.credit-card__cvv {
  background: #fff;
  color: #000;
  padding: 5px;
  border-radius: 3px;
}
.credit-card__cvv-label {
  font-size: 0.7em;
  margin-bottom: 5px;
}
.credit-card__flip {
  perspective: 1000px;
}
.credit-card__flip .credit-card__container.is-flipped {
  transform: rotateY(180deg);
}
