.fa fa-info-circle {
  font-size: 16px; }

.card {
  border: 1px solid #315386;
  box-shadow: 0 0 5px 1px rgba(49, 83, 134, 0.25);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem; }

.card > * {
  flex-grow: 1; }

.card-title {
  background: #315386;
  color: white;
  flex-grow: 1;
  font-size: 22px;
  margin: 0;
  padding: 1rem; }
  .card-title a {
    color: white; }
    .card-title a:hover {
      color: white; }

.card-body {
  padding: 1rem;
  width: 100%; }

.panel-group .panel {
  border-radius: 0; }

.panel-custom-heading-table {
  color: white;
  vertical-align: top;
  width: 100%;
  text-align: left; }
  .panel-custom-heading-table .panel-label {
    color: white;
    display: block;
    font-weight: bold;
    font-size: 12px; }
  .panel-custom-heading-table .panel-value {
    color: white;
    font-size: 18px; }
  .panel-custom-heading-table td {
    padding: 1rem; }

.commodity-card {
  border: 2px solid #315386;
  border-radius: 5px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem; }
  .commodity-card .table-commodity {
    margin-bottom: 0; }
  .commodity-card > .tile {
    background: white; }
  .commodity-card > .tile:first-child {
    border-top-left-radius: 5px; }
  .commodity-card > .tile:last-child {
    border-top-right-radius: 5px; }

.commodity-card--header > a {
  background: #315386 !important;
  border-color: #315386;
  transition: all 0.2s ease; }
  .commodity-card--header > a:hover {
    background: #233c61 !important; }

.tile-simp {
  background: #315386 !important;
  border-color: #315386 !important;
  color: white;
  text-align: center;
  transition: all 0.2s ease; }
  .tile-simp:hover {
    background: #233c61 !important; }

.document-preview {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }
  .document-preview .close-document-menu {
    align-items: center;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    padding: 1rem;
    position: absolute;
    right: 1rem;
    top: 1rem; }

.document-preview-container {
  display: flex;
  flex-grow: 1;
  justify-content: center; }
  .document-preview-container object {
    height: 100%;
    margin: 1rem auto;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%; }
  .document-preview-container .txt-preview {
    background: #ffffff;
    max-width: 1200px; }
  .document-preview-container .pdf-preview {
    margin: 0; }
  .document-preview-container .docx-preview {
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center; }

.document-menu {
  background: rgba(0, 0, 0, 0.5); }
  .document-menu .fas {
    margin-right: 0.5rem; }
  .document-menu .btn {
    margin-left: 0.5rem; }
  .document-menu .document-menu-container {
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1400px; }
    .document-menu .document-menu-container .left,
    .document-menu .document-menu-container .right {
      align-items: center;
      display: flex;
      padding: 1rem; }
    .document-menu .document-menu-container .left .document-name {
      color: rgba(255, 255, 255, 0.7);
      font-size: 16px;
      margin-right: 2rem; }

.document-table {
  box-sizing: border-box;
  width: 100%; }
  .document-table td {
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem; }
    .document-table td:first-child {
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .document-table td.document-block {
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
      .document-table td.document-block:last-child {
        border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .document-table th {
    font-size: 14px;
    font-weight: normal;
    color: #2D333B;
    padding: 1rem; }
  .document-table .document-block .document-container {
    align-items: center;
    display: flex;
    flex-direction: row; }
    .document-table .document-block .document-container label {
      margin-bottom: 0;
      margin-left: 0.5rem; }
    .document-table .document-block .document-container .document-attachment {
      color: #315386;
      cursor: pointer;
      font-size: 24px;
      margin-left: auto; }
    .document-table .document-block .document-container .document-review-status {
      align-items: center;
      background: #DCDCDC;
      border-radius: 50%;
      display: flex;
      height: 24px;
      justify-content: center;
      margin-left: auto;
      width: 24px; }
      .document-table .document-block .document-container .document-review-status .fas {
        color: #ffffff; }
  .document-table .dropdown-menu.list-group {
    padding: 0; }
    .document-table .dropdown-menu.list-group li {
      display: flex;
      justify-content: space-between; }
      .document-table .dropdown-menu.list-group li > div {
        display: flex; }
    .document-table .dropdown-menu.list-group .icon-button {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin-left: 1.5rem; }
      .document-table .dropdown-menu.list-group .icon-button .fas {
        margin-right: 0.5rem; }
      .document-table .dropdown-menu.list-group .icon-button.accept-button {
        color: #57886C;
        cursor: pointer; }
        .document-table .dropdown-menu.list-group .icon-button.accept-button:hover {
          text-decoration: underline; }
      .document-table .dropdown-menu.list-group .icon-button.reject-button {
        color: #ED4747;
        cursor: pointer; }
        .document-table .dropdown-menu.list-group .icon-button.reject-button:hover {
          text-decoration: underline; }

.approved .document-container .document-status,
.approved .document-container label {
  opacity: 0.33; }

.approved .document-review-status {
  background: #57886C !important; }

.rejected .document-container .document-status,
.rejected .document-container label {
  opacity: 0.33; }

.rejected .document-review-status {
  background: #ED4747 !important; }

.login-form {
  max-width: 400px;
  margin: auto; }

.input-icon {
  color: #999999;
  font-size: 16px; }

.label-icon {
  display: inline-block;
  font-size: 16px;
  width: 16px;
  color: #999999; }

.form-group {
  position: relative; }

.form-control.error {
  border-color: #DB3838;
  background-color: #fefafa; }
  .form-control.error:focus {
    box-shadow: 0 0 8px rgba(219, 56, 56, 0.6); }
  .form-control.error + .input-group-addon {
    border-color: #DB3838;
    background-color: #DB3838; }
    .form-control.error + .input-group-addon .fa fa-info-circle {
      color: white; }

.form-control.success {
  border-color: #35912A;
  background-color: #f3fbf2; }
  .form-control.success:focus {
    box-shadow: 0 0 8px rgba(53, 145, 42, 0.6); }
  .form-control.success + .input-group-addon {
    border-color: #35912A;
    background-color: #35912A; }
    .form-control.success + .input-group-addon .fa fa-info-circle {
      color: white; }

.password-input {
  padding-right: 5rem; }

.show-toggle {
  position: absolute;
  bottom: 0.8rem;
  right: 1rem; }

.tile {
  background: white;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  flex-grow: 1; }

.tile-label {
  font-size: 12px;
  opacity: 0.7; }

.tile-value {
  font-size: 18px; }

button.tile {
  height: 100% !important; }

.loading {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 4000; }

.loading-icon {
  position: absolute;
  top: 50%;
  left: 45%;
  font-size: 28px;
  color: white; }

a,
.btn {
  transition: all 0.2s ease; }

.btn {
  display: inline-flex;
  align-items: center; }

a,
.btn-link {
  color: #6d92ca; }
  a:hover,
  .btn-link:hover {
    color: #3f6aab; }

.btn-primary {
  background: #315386; }
  .btn-primary:hover {
    background: #233c61; }

.btn-default {
  background: #f5f5f5;
  text-shadow: none; }
  .btn-default:hover {
    background: gainsboro; }

.btn .fa fa-info-circle {
  margin-right: 1rem; }

.file-input-mask {
  position: relative;
  display: block;
  cursor: pointer; }
  .file-input-mask input {
    display: none; }
  .file-input-mask .file-input-button {
    background: #315386;
    border-radius: 5px;
    color: white;
    display: inline-block;
    padding: 1rem 2rem;
    transition: all 0.2s ease; }
    .file-input-mask .file-input-button:hover {
      background: #233c61; }

.file-input-mask input {
  display: none; }

.navbar-header {
  height: 68px; }

.navbar-brand,
.brand-img {
  height: 40px; }

.navbar {
  background: #315386;
  color: white;
  border: none; }

.navbar-collapse {
  background: #315386; }

.navbar-default .navbar-nav > li > a {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .navbar-default .navbar-nav > li > a:focus {
    color: white; }
  .navbar-default .navbar-nav > li > a:hover {
    height: 68px;
    line-height: normal; }

.navbar .navbar-brand {
  color: white;
  transition: all 0.2s ease; }
  .navbar .navbar-brand:hover {
    color: #cad8ec; }

.navbar-default .navbar-nav > li > a {
  color: white;
  text-shadow: none; }
  .navbar-default .navbar-nav > li > a:hover {
    background: #233c61;
    color: white; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: white; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: white; }
  .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #315386; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
  background: #233c61;
  color: white;
  height: 68px; }

.table-pack-docs tr {
  background: none !important; }

.table-pack-docs th {
  border-top: none !important;
  font-size: 12px;
  opacity: 0.7; }

.table-pack-docs td {
  border-top: none;
  border-bottom: 1px solid #cccccc; }

.table-pack-docs tr:nth-child(even) td {
  background: #f5f5f5; }

.simp-container {
  display: flex;
  overflow: hidden;
  align-items: flex-start; }

.simp-documentation,
.simp-form {
  width: 50%;
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%; }

.simp-documentation {
  background: #f5f5f5; }

.simp-documentation-section {
  padding: 2rem; }

.simp-form {
  padding-right: 2rem; }

.simp-documentation-section.active {
  background: #315386;
  color: white; }
  .simp-documentation-section.active .table-striped > tbody > tr:nth-of-type(odd) {
    color: #315386; }
  .simp-documentation-section.active a.simp-reference {
    color: white; }
    .simp-documentation-section.active a.simp-reference:hover {
      text-decoration: underline; }

.simp-reference {
  display: block;
  cursor: pointer; }

a.simp-reference {
  color: #315386; }

.form-section.disabled {
  position: relative; }
  .form-section.disabled input,
  .form-section.disabled select {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    user-focus: none; }

.disabled-section-info {
  display: none; }

.form-section.disabled .disabled-section-info {
  background: rgba(245, 245, 245, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  font-size: 16px;
  text-align: center;
  font-weight: bold; }

.flex-row {
  display: flex; }

.break {
  height: 2rem; }

.p-4 {
  padding: 2rem; }

.pr-1 {
  padding-right: 1rem; }

body {
  background: #F7F7F7; }
.document-container {
  display: inline-flex;
  flex-direction: column;
  margin-right: 0.5rem; }

.document-status {
  align-items: center;
  background: #e6e6e6;
  border: 1px solid #aaaaaa;
  border-radius: 50%;
  color: #aaaaaa;
  display: inline-flex;
  font-size: 18px;
  height: 34px;
  justify-content: center;
  opacity: 0.75;
  width: 34px; }
  .document-status:hover,
  .document-status *:hover {
    text-decoration: none; }

.document-added {
  opacity: 1; }
  .document-added.document-bill,
  .document-added .document-bill {
    background: #efccdb;
    border-color: #8F2D56;
    color: #8F2D56; }
  .document-added.document-country,
  .document-added .document-country {
    background: #f8e1d8;
    border-color: #DD6E42;
    color: #DD6E42; }
  .document-added.document-invoice,
  .document-added .document-invoice {
    background: #e0ebe4;
    border-color: #57886C;
    color: #57886C; }
  .document-added.document-packing,
  .document-added .document-packing {
    background: #cad8ec;
    border-color: #315386;
    color: #315386; }

.close-drawer {
  align-items: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: flex;
  font-size: 18px;
  height: 34px;
  justify-content: center;
  position: fixed;
  right: 2rem;
  top: 1rem;
  transition: all 0.2s ease;
  width: 34px; }
  .close-drawer:hover {
    background: #e6e6e6; }

.drawer.closed {
  margin-right: -100%; }
  .drawer.closed .close-drawer {
    display: none; }

.drawer.open {
  -webkit-animation: drawer-open 0.4s linear;
          animation: drawer-open 0.4s linear; }
  .drawer.open .close-drawer {
    display: flex; }

.drawer.closing {
  -webkit-animation: drawer-close 0.4s linear;
          animation: drawer-close 0.4s linear; }

@-webkit-keyframes drawer-close {
  from {
    margin-right: 0; }
  to {
    margin-right: -100%; } }

@keyframes drawer-close {
  from {
    margin-right: 0; }
  to {
    margin-right: -100%; } }

@-webkit-keyframes drawer-open {
  from {
    margin-right: -100%; }
  to {
    margin-right: 0; } }

@keyframes drawer-open {
  from {
    margin-right: -100%; }
  to {
    margin-right: 0; } }

.simp-documentation {
  bottom: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001; }

.simp-form {
  padding-right: 0;
  overflow: auto;
  transition: all 0.2s ease; }

.simp-docs-open h3 {
  padding-right: 2rem;
  transition: all 0.2s ease;
  width: 50%; }

.simp-docs-open .simp-form {
  width: 50%;
  flex-grow: 0;
  padding-right: 2rem; }

.body-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.main-content {
  flex-grow: 1;
  width: 100%; }

.login-form {
  width: 350px; }
