html, body {
    background-color: #fff;
    color: #35393b;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;

}

.full-height {
    min-height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 16px;
}

.welcome-content {
    min-width: 70vw;
}

.title {
    text-align: center;
    font-size: 60px;
}

.links > a {
    color: #636b6f;
    padding: 0 24px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 32px;
}

.tab-content {
    background-color: rgba(255, 255, 255, 0.5);
}

.valign-center {
  display: inline-flex;
  vertical-align: bottom;
  align-items: center;
}

.nav-menu-text {
  margin-bottom:-4px;
  margin-left: 8px;
}

.content-container {
  margin: 16px;
}

.navbar-brand {
  margin-right: 40px;
}

table.dataTable td {
  padding: 8px;
}

/*
.tab-pane{
  transition: all 1s ease;
}
.tab-pane.active.show {
  transition: all 1s ease;
}

.fg-nav-menu {
  min-height: 60px;
}


.fg-nav-filter {
  margin: 4px 32px 4px 32px;
  min-width: 20%;
}

.fg-nav-filter.active {
  min-width: 20%;
  border: none;
  background-color: transparent !important;
  color: inherit !important;
}
*/


/*
.fg-nav-filter {
  margin: 4px 32px 4px 32px;
  min-width: 80%;
  text-align: center;
  font-size: 54px;
  border: 1px solid black;
}

.fg-nav-filter .fg-nav-arrow {
  font-weight: 1000;
}

.fg-nav-filter.active {
  min-width: 20%;
  border: none;
  background-color: transparent !important;
  color: inherit !important;

}
*/


/*
div.cst-line {
  background-image: linear-gradient(to right, rgb(0,123,255,1) 70%, rgb(0,123,255,0));
  width: 0;
  margin: 0;
  display: none;
  transition: all 0.5s ease;
}

.fg-nav-filter.active div.cst-line {
  display: inline;
  width: 50%;
  height: 1px;
  margin-left: 16px;
}
*/

.fg-nav-menu-header {
  /*
  display: none;
  */
  margin: auto;
  text-align: left;
}


.cst-page-overlay {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.cst-center-loader {
  width: 64px;
  height: 64px;
}

#page-loader {
  display: none;
}


.cst-fixed-footer {
  padding-top: 16px;
  background: rgba(255,255,255,0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 160px;
  margin: auto;
  z-index: 999;
}

.cst-content-with-fixed-footer {
  padding-bottom: 120px;
}

.cst-document-btn {
  width: 100%;
}














.cst-modal {
  color: #636363;
  width: 400px;
}
.cst-modal .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}
.cst-modal .modal-header {
  border-bottom: none;
  position: relative;
}
.cst-modal h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -16px;
}
.cst-modal .form-control, .cst-modal .btn {
  min-height: 40px;
  border-radius: 2px;
}
.cst-modal .close {
  position: absolute;
  top: -4px;
  right: -4px;
}

.cst-modal .icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #82ce34;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.cst-modal .icon-box.icon-box-success {
  background: #82ce34;
}
.cst-modal .icon-box.icon-box-failure {
  background: #dc3545;
}

.cst-modal .icon-box i {
  font-size: 58px;
  position: relative;
  top: 3px;
}
.cst-modal.modal-dialog {
  margin-top: 80px;
}


.warning-content i {
  font-size: 128px;
  color: #FB8C00;
}
.info-content i {
  font-size: 128px;
  color: #138496;
}
.info-content i.accepted {
  color: #28a745;
}
.info-content i.refused {
  color: #dc3545;
}
.content-message {
  display: flex;
  justify-content: center;
  text-align: center;
}


.fg_data_not_set {
  color: darkred;
  font-style: italic;
}

#document-viewer-card {
  margin: 0 auto; /* Added */
  float: none; /* Added */
  margin-bottom: 10px; /* Added */
}


#document-page-card .card-body {
  padding: 0;
}
#document-page-header {
  font-size: 18px;
}
#document-page-header h1 {
  font-size: 2em;
}
#document-page-header h4 {
  font-size: 1em;
}

#cst-responsive-msg {
  display: none;
}

#cst-fullscreen-btn {
  display: none;
}

@media (max-width: 480px) {
  .title {
    font-size: 40px;
  }
  #document-page-card {
    margin-left: -31px;
    min-width: 98vw;
  }
  #document-page-header, #document-page-card-header  {
    font-size: 16px;
  }
  #document-page-header {
    margin-bottom: 16px;
  }
  #acceptanceButton, #refusalButton {
    font-size: 16px;
  }
  #pdf_container {
    max-height: 60vh;
  }
  #document-page {
    padding-bottom: 160px;
  }
  #cst-responsive-msg {
    display: block;
    font-size: 13px;
    text-align: center;
    width: 100%;
    background-color: rgba(200, 255, 0, 0.4);
    padding: 8px;
  }
  #cst-fullscreen-btn {
    display: inline-block;
    float: right;
    vertical-align: middle;
    cursor: pointer;
  }
}

@media (max-width: 400px) {
  #document-page-header, #document-page-card-header  {
    font-size: 13px;
  }
  #acceptanceButton, #refusalButton {
    font-size: 13px;
  }
  #pdf_container {
    max-height: 50vh;
  }
  #cst-fullscreen-btn {
    font-size: 18px;
  }
}
