body {
 
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  color: #54536C;
  font-family: sans-serif;
  height: 100%; }

tfoot {
    display: table-header-group;
}

tfoot input[type="text"] {
    height: 2rem;
}

.dataTables_filter {
  display: none;
}

table {
    width: 100%;
    margin-bottom: 12px !important;
}
.dataTables_info {
  color: black;
  font-weight: 700!important;
}

table tbody tr td {
  color: black;
}

table>thead>tr>th {
  padding: 5px;
  font-weight: bold;
  color: black;
  background-color: #f5f5f5;
  font-size: 17px;
}

.title {
  font-weight: bold; }

.text {
  font-weight: normal; }

form label {
  display: block;
  font-weight: bold;
  font-size: 1.15em;
  color: #737145; }
  form label .asteriskField {
    color: red; }

form input[type='text'], form select {
  padding: 0.15em 0.25em;
  width: 100%; }

form input[type='submit'] {
  margin-left: 3em; }

form input[type='file'] {
  height: 2.75em; }

form textarea {
  width: 100%;
 }

form #file-clear_id {
  display: inline-block;
  margin-left: 3em;
  width: auto; }

form label[for="file-clear_id"] {
  display: inline-block;
  color: black;
  font-weight: normal; }

form table th td {
  border-style: none; }

/* 
table {
  border: 1px solid #a19e63; }
  table thead th, table tfoot th {
    background: #a19e63;
    border: 1px solid #a19e63;
    color: white;
    text-align: center;
    padding: .25em; }
  table tbody td {
    padding: .25em;
    vertical-align: middle;
    border: 1px solid #a19e63;
    text-align: left; } */
/* 
.btn-primary {
  min-width: 3em;
  border-radius: 1.5em;
  background-color: #8f191c;
  border-color: #8f191c;
  font-weight: bold; }
  .btn-primary.btn-sm {
    border-radius: 1em; }
  .btn-primary:hover {
    border-color: #ba2125;
    background-color: #ba2125;
    outline: 0; }
  .btn-primary.active {
    border-color: #db3337;
    background-color: #db3337;
    outline: 0; }
  .btn-primary.btnselecthome {
    border-color: #db3337;
    background-color: #db3337;
    outline: 0; }
  .btn-primary.btn-previous-next {
    background: transparent;
    color: #8f191c;
    min-width: 7em; }
    .btn-primary.btn-previous-next:hover {
      background-color: #db3337;
      border-color: #db3337;
      color: white; } */

/* a.button-link-white {
  border: 1px solid white;
  background: transparent;
  padding: 0.1em 1em;
  margin: 0 1em;
  color: white;
  font-weight: normal;
  font-size: 0.7em;
  border-radius: 0.5em;
  vertical-align: middle; }
  a.button-link-white:hover {
    text-decoration: none;
    background: #aaa; }

@media (max-width: 991.98px) {
  #main #main-inner #buttons.buttons-products #buttons-inner {
    margin: 3em; }
    #main #main-inner #buttons.buttons-products #buttons-inner a {
      margin: 1em;
      border-radius: 1em;
      text-align: center; } } */

/* .block {
  margin-bottom: 1em; }
  .block .block-inner .block-title {
    font-weight: bold;
    font-size: 1.15em; }
  .block.block-card .block-inner {
    height: 100%;
    border: 1px solid #aaa;
    border-radius: 0.5em; }
    .block.block-card .block-inner .block-title {
      padding: 0.5em 1em;
      text-align: center;
      font-weight: bold;
      font-size: 1.5em;
      background: #a19e63;
      color: white; }
    .block.block-card .block-inner .block-text {
      padding: 0.5em 1em; }
    .block.block-card .block-inner .block-actions {
      padding: 0.5em 1em;
      text-align: center; }
      .block.block-card .block-inner .block-actions a {
        display: inline-block; }
    .block.block-card .block-inner .block-image {
      text-align: center;
      padding: 1em; }
      .block.block-card .block-inner .block-image img {
        height: 100px;
        width: auto; } */

.card {
  /* box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2); */
  transition: 0.3s;
  width: 100%;
  min-height: 12em;
  margin: 1em 0;
  word-wrap: break-word; }
  .card.card-height-auto {
    min-height: 0; }
  .card .card-title {
    color: #034285;
    font-weight: bold; }
  .card .card-subtitle {
    font-weight: normal;
    color: black; }
  .card .card-body {
    padding: 25px;
    word-wrap: break-word; }
  .card .card-table.card-table-tall {
    min-height: 13em; }
  .card .card-table table {
    width: 100%; }
  .card .card-table .card-table-btn {
    font-size: 1rem;
    margin-top: 1em;
    padding: 0.25em 1em;
    border-radius: 0.25em;
    border: 1px solid #666;
    color: #666;
    background: transparent;
    outline: 0; }
    /* .card .card-table .card-table-btn:hover {
      background: #eee; }
  .card:hover {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
    z-index: 111; }
  .card .fa,
  .card .fab,
  .card .fas {
    color: #8f191c;
    padding-bottom: 15px; } */
  .card .btn {
    position: relative;
    right: -0.25em;
    bottom: -2.5em; }


/* 
.pagination {
  display: inline; }
  .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd; }
    .pagination a.active {
      background-color: #cccccc;
      color: #8f191c;
      border: 1px solid #cccccc; }
    .pagination a:hover:not(.active) {
      background-color: #ddd; } */

.main-index .main-index-table-pagination .pagination {
  display: inline; }

.main-index .main-index-table-pagination .pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd; }

.main-index .main-index-table-pagination .pagination a.active {
  background-color: #cccccc;
  color: #8f191c;
  border: 1px solid #cccccc; }

.main-index .main-index-table-pagination .pagination a:hover:not(.active) {
  background-color: #ddd; }

.page-message {
  background: #eec;
  color: black;
  border: none;
  width: 80%;
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  margin: 0 auto 1em; }

.status-bar .status-node {
  background: #c00;
  color: white;
  padding: 0.25em 1em;
  margin: 0;
  display: inline-block;
  border-radius: 1em;
  font-size: 14px;
  font-weight: bold; }
  .status-bar .status-node i {
    font-size: 16px; }
  .status-bar .status-node.complete {
    background: green; }

.status-bar .status-dash {
  display: inline-block;
  height: 7px;
  background: #ccc;
  width: 20px;
  min-width: 0;
  margin: 0;
  padding: 0; }

.section-title {
  text-align: center;
  color: #8f191c;
  font-weight: bold;
  font-size: 1.5em; }



#header, .header {
  background: #ffff;
  padding: 1em;
  position: relative !important; }
  #header #header-inner #header-left, #header #header-inner .header-left, #header .header-inner #header-left, #header .header-inner .header-left, .header #header-inner #header-left, .header #header-inner .header-left, .header .header-inner #header-left, .header .header-inner .header-left {
    margin: 0;
    padding: 0;
    text-align: left; }
    #header #header-inner #header-left a, #header #header-inner .header-left a, #header .header-inner #header-left a, #header .header-inner .header-left a, .header #header-inner #header-left a, .header #header-inner .header-left a, .header .header-inner #header-left a, .header .header-inner .header-left a {
      background: transparent; }
      #header #header-inner #header-left a .header-logo, #header #header-inner .header-left a .header-logo, #header .header-inner #header-left a .header-logo, #header .header-inner .header-left a .header-logo, .header #header-inner #header-left a .header-logo, .header #header-inner .header-left a .header-logo, .header .header-inner #header-left a .header-logo, .header .header-inner .header-left a .header-logo {
        background: transparent;
        height: 79px;
        max-width: 500px;
        margin: 1em 5em 0.5em;
        text-align: left; }
  #header #header-inner #header-center, #header #header-inner .header-center, #header .header-inner #header-center, #header .header-inner .header-center, .header #header-inner #header-center, .header #header-inner .header-center, .header .header-inner #header-center, .header .header-inner .header-center {
    margin: 0;
    padding: 0; }
    #header #header-inner #header-center a, #header #header-inner .header-center a, #header .header-inner #header-center a, #header .header-inner .header-center a, .header #header-inner #header-center a, .header #header-inner .header-center a, .header .header-inner #header-center a, .header .header-inner .header-center a {
      color: white !important; }
    #header #header-inner #header-center .header-titles, #header #header-inner .header-center .header-titles, #header .header-inner #header-center .header-titles, #header .header-inner .header-center .header-titles, .header #header-inner #header-center .header-titles, .header #header-inner .header-center .header-titles, .header .header-inner #header-center .header-titles, .header .header-inner .header-center .header-titles {
      margin-top: 0.5em;
      text-align: center; }
      #header #header-inner #header-center .header-titles .header-title, #header #header-inner .header-center .header-titles .header-title, #header .header-inner #header-center .header-titles .header-title, #header .header-inner .header-center .header-titles .header-title, .header #header-inner #header-center .header-titles .header-title, .header #header-inner .header-center .header-titles .header-title, .header .header-inner #header-center .header-titles .header-title, .header .header-inner .header-center .header-titles .header-title {
        font-size: 2em;
        font-weight: bold;
        color: white; }
      #header #header-inner #header-center .header-titles .header-subtitle, #header #header-inner .header-center .header-titles .header-subtitle, #header .header-inner #header-center .header-titles .header-subtitle, #header .header-inner .header-center .header-titles .header-subtitle, .header #header-inner #header-center .header-titles .header-subtitle, .header #header-inner .header-center .header-titles .header-subtitle, .header .header-inner #header-center .header-titles .header-subtitle, .header .header-inner .header-center .header-titles .header-subtitle {
        margin-top: 0.25em;
        font-size: 1.5em;
        color: white; }
  #header #header-inner #header-right, #header #header-inner .header-right, #header .header-inner #header-right, #header .header-inner .header-right, .header #header-inner #header-right, .header #header-inner .header-right, .header .header-inner #header-right, .header .header-inner .header-right {
    margin: 0;
    padding: 0.75em 1em 0;
    text-align: right; }
    #header #header-inner #header-right a i, #header #header-inner .header-right a i, #header .header-inner #header-right a i, #header .header-inner .header-right a i, .header #header-inner #header-right a i, .header #header-inner .header-right a i, .header .header-inner #header-right a i, .header .header-inner .header-right a i {
      margin: 0 0.25em;
      color: white; }
    #header #header-inner #header-right .header-right-user, #header #header-inner .header-right .header-right-user, #header .header-inner #header-right .header-right-user, #header .header-inner .header-right .header-right-user, .header #header-inner #header-right .header-right-user, .header #header-inner .header-right .header-right-user, .header .header-inner #header-right .header-right-user, .header .header-inner .header-right .header-right-user {
      display: inline-block;
      vertical-align: middle;
      margin-top: 0;
      margin-right: 2em;
      text-align: left;
      font-size: 0.95em;
      line-height: 1.15em;
      color: white; }
      #header #header-inner #header-right .header-right-user .header-username, #header #header-inner .header-right .header-right-user .header-username, #header .header-inner #header-right .header-right-user .header-username, #header .header-inner .header-right .header-right-user .header-username, .header #header-inner #header-right .header-right-user .header-username, .header #header-inner .header-right .header-right-user .header-username, .header .header-inner #header-right .header-right-user .header-username, .header .header-inner .header-right .header-right-user .header-username {
        font-weight: bold; }
    #header #header-inner #header-right .header-right-utility, #header #header-inner .header-right .header-right-utility, #header .header-inner #header-right .header-right-utility, #header .header-inner .header-right .header-right-utility, .header #header-inner #header-right .header-right-utility, .header #header-inner .header-right .header-right-utility, .header .header-inner #header-right .header-right-utility, .header .header-inner .header-right .header-right-utility {
      display: inline-block;
      vertical-align: middle; }
      #header #header-inner #header-right .header-right-utility a, #header #header-inner .header-right .header-right-utility a, #header .header-inner #header-right .header-right-utility a, #header .header-inner .header-right .header-right-utility a, .header #header-inner #header-right .header-right-utility a, .header #header-inner .header-right .header-right-utility a, .header .header-inner #header-right .header-right-utility a, .header .header-inner .header-right .header-right-utility a {
        padding: 0; }
        #header #header-inner #header-right .header-right-utility a i, #header #header-inner .header-right .header-right-utility a i, #header .header-inner #header-right .header-right-utility a i, #header .header-inner .header-right .header-right-utility a i, .header #header-inner #header-right .header-right-utility a i, .header #header-inner .header-right .header-right-utility a i, .header .header-inner #header-right .header-right-utility a i, .header .header-inner .header-right .header-right-utility a i {
          font-size: 1.5em; }
      #header #header-inner #header-right .header-right-utility .header-right-utility-guest, #header #header-inner .header-right .header-right-utility .header-right-utility-guest, #header .header-inner #header-right .header-right-utility .header-right-utility-guest, #header .header-inner .header-right .header-right-utility .header-right-utility-guest, .header #header-inner #header-right .header-right-utility .header-right-utility-guest, .header #header-inner .header-right .header-right-utility .header-right-utility-guest, .header .header-inner #header-right .header-right-utility .header-right-utility-guest, .header .header-inner .header-right .header-right-utility .header-right-utility-guest {
        padding-top: 1em; }
        #header #header-inner #header-right .header-right-utility .header-right-utility-guest a i, #header #header-inner .header-right .header-right-utility .header-right-utility-guest a i, #header .header-inner #header-right .header-right-utility .header-right-utility-guest a i, #header .header-inner .header-right .header-right-utility .header-right-utility-guest a i, .header #header-inner #header-right .header-right-utility .header-right-utility-guest a i, .header #header-inner .header-right .header-right-utility .header-right-utility-guest a i, .header .header-inner #header-right .header-right-utility .header-right-utility-guest a i, .header .header-inner .header-right .header-right-utility .header-right-utility-guest a i {
          font-size: 2em; }

@media (max-width: 1199.98px) {
  #header #header-inner #header-left, #header #header-inner #header-center, #header #header-inner #header-right,
  #header #header-inner .header-left, #header #header-inner .header-center, #header #header-inner .header-right {
    text-align: center; }
  #header #header-inner #header-right .header-right-user, #header #header-inner #header-right .header-right-utility, #header #header-inner .header-right .header-right-user, #header #header-inner .header-right .header-right-utility {
    display: block;
    text-align: center; }
  #header #header-inner #header-right .header-right-user, #header #header-inner .header-right .header-right-user {
    margin-right: 0; }
  #header #header-inner #header-right .header-right-utility, #header #header-inner .header-right .header-right-utility {
    margin-top: 1em; }
    #header #header-inner #header-right .header-right-utility a i, #header #header-inner .header-right .header-right-utility a i {
      margin: 0 0.25em; }
    #header #header-inner #header-right .header-right-utility .header-right-utility-guest, #header #header-inner .header-right .header-right-utility .header-right-utility-guest {
      padding-top: 0em; } }

#nav {
  border-top: 1px solid #aaa;
  background: #034285; }
  #nav #nav-inner {
    padding: 0 1em;
    text-align: center; }
    #nav #nav-inner a {
      font-size: 16px;
      font-weight: bold;
      color: white;
      display: inline-block;
      padding: 0.5em 1em;
      text-decoration: none;
      z-index: 100;
      outline: none; }
      #nav #nav-inner a:hover {
        color: #63613c;
        background-color: #8bc2fc; }
    #nav #nav-inner.reduced-width {
      max-width: 1180px;
      padding: 0;
      margin: 0 auto; }
      #nav #nav-inner.reduced-width a {
        margin-left: 1.5em; }
    #nav #nav-inner button {
      display: none;
      height: 2em;
      background: transparent;
      color: white;
      font-weight: bold;
      border: none;
      outline: none; }

@media (max-width: 991.98px) {
  #nav #nav-inner a {
    display: block;
    text-align: center; }
  #nav #nav-inner button {
    display: block;
    margin: 0 auto; } }

#banner {
  background: url("/static/img/oregon2.jpg");
  background-size: cover;
  height: 400px;
  background-position: bottom; }
  #banner #banner-inner {
    position: relative;
    text-align: center;
    font-weight: bold; }
    #banner #banner-inner h1 {
      position: absolute;
      top: 90px;
      left: 50px;
      right: 50px;
      padding: 0.25em 0;
      margin: 0 auto;
      font-size: 5em;
      font-weight: bold;
      color: white;
      background: rgba(0, 0, 0, 0.5); }

#main, .main {
  margin: 0 auto;
  background: white;
  padding: 0; }
  #main #main-inner, #main .main-inner, .main #main-inner, .main .main-inner {
    background: transparent; }
    #main #main-inner #main-header, #main #main-inner .main-header, #main .main-inner #main-header, #main .main-inner .main-header, .main #main-inner #main-header, .main #main-inner .main-header, .main .main-inner #main-header, .main .main-inner .main-header {
      padding: 1em 0;
      text-align: center; }
      #main #main-inner #main-header h1, #main #main-inner .main-header h1, #main .main-inner #main-header h1, #main .main-inner .main-header h1, .main #main-inner #main-header h1, .main #main-inner .main-header h1, .main .main-inner #main-header h1, .main .main-inner .main-header h1 {
        text-align: center;
        font-weight: bold;
        font-size: 2.5em;
        color: maroon; }
      #main #main-inner #main-header .subtitle, #main #main-inner .main-header .subtitle, #main .main-inner #main-header .subtitle, #main .main-inner .main-header .subtitle, .main #main-inner #main-header .subtitle, .main #main-inner .main-header .subtitle, .main .main-inner #main-header .subtitle, .main .main-inner .main-header .subtitle {
        margin-top: 0.75em;
        text-align: left;
        font-weight: bold;
        font-size: 1.75em;
        color: black; }
    #main #main-inner #main-content, #main #main-inner .main-content, #main .main-inner #main-content, #main .main-inner .main-content, .main #main-inner #main-content, .main #main-inner .main-content, .main .main-inner #main-content, .main .main-inner .main-content {
      padding: 0;
      margin: 0 0 1em; }
      #main #main-inner #main-content img.image-shadow, #main #main-inner .main-content img.image-shadow, #main .main-inner #main-content img.image-shadow, #main .main-inner .main-content img.image-shadow, .main #main-inner #main-content img.image-shadow, .main #main-inner .main-content img.image-shadow, .main .main-inner #main-content img.image-shadow, .main .main-inner .main-content img.image-shadow {
        border: 1px solid #aaa;
        box-shadow: 5px 5px 5px #ccc; }
      #main #main-inner #main-content .main-content-title, #main #main-inner .main-content .main-content-title, #main .main-inner #main-content .main-content-title, #main .main-inner .main-content .main-content-title, .main #main-inner #main-content .main-content-title, .main #main-inner .main-content .main-content-title, .main .main-inner #main-content .main-content-title, .main .main-inner .main-content .main-content-title {
        font-weight: bold;
        margin: 0.5em 0; }
      #main #main-inner #main-content .main-sidebar, #main #main-inner .main-content .main-sidebar, #main .main-inner #main-content .main-sidebar, #main .main-inner .main-content .main-sidebar, .main #main-inner #main-content .main-sidebar, .main #main-inner .main-content .main-sidebar, .main .main-inner #main-content .main-sidebar, .main .main-inner .main-content .main-sidebar {
        padding: 0 1em;
        margin: 0; }
        #main #main-inner #main-content .main-sidebar .main-sidebar-inner, #main #main-inner .main-content .main-sidebar .main-sidebar-inner, #main .main-inner #main-content .main-sidebar .main-sidebar-inner, #main .main-inner .main-content .main-sidebar .main-sidebar-inner, .main #main-inner #main-content .main-sidebar .main-sidebar-inner, .main #main-inner .main-content .main-sidebar .main-sidebar-inner, .main .main-inner #main-content .main-sidebar .main-sidebar-inner, .main .main-inner .main-content .main-sidebar .main-sidebar-inner {
          padding: 1em;
          background: #eee; }
          #main #main-inner #main-content .main-sidebar .main-sidebar-inner .nav-link.active, #main #main-inner .main-content .main-sidebar .main-sidebar-inner .nav-link.active, #main .main-inner #main-content .main-sidebar .main-sidebar-inner .nav-link.active, #main .main-inner .main-content .main-sidebar .main-sidebar-inner .nav-link.active, .main #main-inner #main-content .main-sidebar .main-sidebar-inner .nav-link.active, .main #main-inner .main-content .main-sidebar .main-sidebar-inner .nav-link.active, .main .main-inner #main-content .main-sidebar .main-sidebar-inner .nav-link.active, .main .main-inner .main-content .main-sidebar .main-sidebar-inner .nav-link.active {
            background: #278dfa; }
      #main #main-inner #main-content .main-form, #main #main-inner #main-content .main-view, #main #main-inner .main-content .main-form, #main #main-inner .main-content .main-view, #main .main-inner #main-content .main-form, #main .main-inner #main-content .main-view, #main .main-inner .main-content .main-form, #main .main-inner .main-content .main-view, .main #main-inner #main-content .main-form, .main #main-inner #main-content .main-view, .main #main-inner .main-content .main-form, .main #main-inner .main-content .main-view, .main .main-inner #main-content .main-form, .main .main-inner #main-content .main-view, .main .main-inner .main-content .main-form, .main .main-inner .main-content .main-view {
        margin-bottom: 1em;
        padding-bottom: 1em; }
        #main #main-inner #main-content .main-form .btn-primary, #main #main-inner #main-content .main-view .btn-primary, #main #main-inner .main-content .main-form .btn-primary, #main #main-inner .main-content .main-view .btn-primary, #main .main-inner #main-content .main-form .btn-primary, #main .main-inner #main-content .main-view .btn-primary, #main .main-inner .main-content .main-form .btn-primary, #main .main-inner .main-content .main-view .btn-primary, .main #main-inner #main-content .main-form .btn-primary, .main #main-inner #main-content .main-view .btn-primary, .main #main-inner .main-content .main-form .btn-primary, .main #main-inner .main-content .main-view .btn-primary, .main .main-inner #main-content .main-form .btn-primary, .main .main-inner #main-content .main-view .btn-primary, .main .main-inner .main-content .main-form .btn-primary, .main .main-inner .main-content .main-view .btn-primary {
          min-width: 5em;
          margin: 0 0.25em;
          padding: 0.25em; }

/* #superfooter {
  background: #034285;
  color: white; }
  #superfooter #superfooter-inner {
    text-align: left;
    padding: 2em 0 1.5em; }
    #superfooter #superfooter-inner hr {
      border: 1px solid #BEBC93; }
    #superfooter #superfooter-inner .superfooter-heading a {
      color: #eeede3;
      text-decoration: none;
      font-size: 1.15em;
      margin-bottom: 0.25em;
      font-weight: bold;
      margin-left: -2em; }
    #superfooter #superfooter-inner > div {
      text-align: left; }
      #superfooter #superfooter-inner > div .superfooter-link-wrapper {
        display: inline-block; }
        #superfooter #superfooter-inner > div .superfooter-link-wrapper a {
          display: inline-block;
          padding: 0.25em 0.25em;
          color: #fff;
          text-decoration: none; }
          #superfooter #superfooter-inner > div .superfooter-link-wrapper a:hover {
            background: #0574e9; }

@media (max-width: 991.98px) {
  #superfooter #superfooter-inner .superfooter-heading {
    margin-top: 1em;
    text-align: center; }
    #superfooter #superfooter-inner .superfooter-heading a {
      color: #eeede3; }
  #superfooter #superfooter-inner .col-12:first-child .superfooter-heading {
    margin-top: 0em; }
  #superfooter #superfooter-inner div a {
    text-align: center; } }

#superfooter2 {
  background: #034285;
  color: white; }
  #superfooter2 #superfooter2-inner {
    text-align: center;
    padding: 2em 1em;
    border-top: 1px solid #eee; }
    #superfooter2 #superfooter2-inner .superfooter2-title {
      margin-bottom: 0.5em;
      font-size: 2em;
      font-weight: bold; }
    #superfooter2 #superfooter2-inner .superfooter2-subtitle {
      margin-bottom: 1em;
      font-size: 1.5em;
      font-weight: bold; }
    #superfooter2 #superfooter2-inner .superfooter2-contact {
      margin-top: 1.5em; }
      #superfooter2 #superfooter2-inner .superfooter2-contact a {
        font-size: 1em;
        font-weight: bold;
        color: white;
        padding: 0.25em 1em; }
        #superfooter2 #superfooter2-inner .superfooter2-contact a:hover {
          background: #aaa; } */



.blocks-3-col {
  border-top: 1px solid #aaa;
  padding: 2em 0 1em; }
  .blocks-3-col .block {
    text-align: center;
    padding: 0.5em;
    margin-bottom: 1em; }
    .blocks-3-col .block .block-inner {
      padding: 1em;
      background: white;
      height: 100%;
      border: 1px solid #ccc;
      box-shadow: 5px 5px #eee;
      border-radius: 0.5em; }
      .blocks-3-col .block .block-inner .block-image img {
        height: 75px; }
      .blocks-3-col .block .block-inner .block-title {
        font-size: 1.5em;
        font-weight: bold;
        margin: 0.5em; }
      .blocks-3-col .block .block-inner .block-body {
        margin: 0.5em 0; }

.blocks-2-col {
  border-top: 1px solid #aaa;
  padding: 2em 0; }
  .blocks-2-col .block-text {
    text-align: left; }
    .blocks-2-col .block-text .block-title {
      font-weight: bold;
      font-size: 1.5em;
      margin-bottom: 0.5em;
      color: black; }
    .blocks-2-col .block-text .block-body {
      text-align: left;
      margin-bottom: 1em; }
      .blocks-2-col .block-text .block-body ul {
        list-style: disc;
        list-style-position: inside; }
  .blocks-2-col .block-image {
    text-align: center; }
    .blocks-2-col .block-image img {
      width: 95%; }

#main #main-inner #buttons {
  margin: 0.25em 0 1.5em; }
  #main #main-inner #buttons #buttons-inner {
    text-align: left;
    padding: 0;
    margin: 0; }
    #main #main-inner #buttons #buttons-inner .btn {
      margin-right: 1em; }
    #main #main-inner #buttons #buttons-inner a {
      display: inline-block;
      margin: 0 0.5em 0 0;
      min-width: 8em;
      color: white; }
    #main #main-inner #buttons #buttons-inner.active {
      background: #ba2125;
      outline: 0;
      box-shadow: none !important; }

#main #main-inner #buttons.buttons-products {
  margin: 0;
  padding: 1.5em 0 1em; }
  #main #main-inner #buttons.buttons-products #buttons-inner {
    text-align: center;
    margin: 10px; }
    #main #main-inner #buttons.buttons-products #buttons-inner a {
      border-radius: 1em;
      margin: 10px; }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none; }

@media (max-width: 991.98px) {
  #main #main-inner #buttons.buttons-products #buttons-inner {
    margin: 3em; }
    #main #main-inner #buttons.buttons-products #buttons-inner a {
      margin: 1em;
      border-radius: 1em; } }

#bar {
  background: #eec;
  padding: 1em; }
  #bar #bar-inner {
    text-align: center; }
    #bar #bar-inner img {
      margin: 0.5em 1em;
      width: 70px; }

.login-page .login-form {
  display: inline-block;
  padding: 2em 3em 1em;
  border: 1px solid #aaa; }
  .login-page .login-form p {
    font-size: 1.25em;
    font-weight: bold; }
  .login-page .login-form input[type='text'], .login-page .login-form input[type='password'] {
    width: 20em;
    font-size: 1.25em;
    padding: 0.25em; }
  .login-page .login-form input[type='submit'] {
    margin: 0;
    width: 12em; }

.login-page .login-password a, .login-page .login-home a {
  display: inline-block;
  width: 12em; }

.pages-home .card .card-body h3.card-title a {
  color: #034285;
  font-weight: bold; }

.pages-home h3.home-subtitle {
  font-weight: bold;
  color: #8f7b19; }

.btnselecthome {
  background: #820202; }

.post-card-title {
  text-align: left;
  font-size: 40px; }

.post-card-text {
  text-align: justify;
  font-size: 20px; }

.post-card-body {
  text-align: justify;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

#suggestmsg {
  color: #800000; }

#descsuggest {
  width: 300px;
  height: 250px; }

.brand a {
  color: #ffffff;
  font-size: 18px;
  min-width: 100%;
  border-radius: 8px;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  background-color: #27b; }

.comment_block {
  width: 65%;
  margin: 0 auto;
  padding: 10px; }
  .comment_block .comment_body {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 75px);
    min-height: 65px;
    margin-left: 10px;
    padding: 5px 10px;
    font-size: 0.9rem;
    color: #555;
    background-color: white;
    border-bottom: 2px solid #d0d0d0; }
  .comment_block .comment_toolbar {
    width: 100%; }
    .comment_block .comment_toolbar ul {
      list-style-type: none;
      padding-left: 75px;
      font-size: 0; }
      .comment_block .comment_toolbar ul li {
        display: inline-block;
        padding: 5px;
        font-size: 0.7rem;
        color: #b7b7b7; }
        .comment_block .comment_toolbar ul li:hover {
          cursor: pointer; }
    .comment_block .comment_toolbar .comment_details {
      display: inline-block;
      vertical-align: middle;
      width: 70%;
      text-align: left; }

.wrap-input100 {
  height: 2.40em; }





.experiences.create form, .experiences.edit form {
  padding: 1em; }

.experiences.create #id_name, .experiences.create #id_client, .experiences.create #id_project, .experiences.create #id_timeframe, .experiences.create #id_role, .experiences.edit #id_name, .experiences.edit #id_client, .experiences.edit #id_project, .experiences.edit #id_timeframe, .experiences.edit #id_role {
  width: 80%; }

.experiences.create textarea, .experiences.edit textarea {
  width: 100%; }

.experiences.create input[type="submit"], .experiences.edit input[type="submit"] {
  margin-top: 1em !important;
  margin-left: 0 !important;
  width: auto;
  padding: 0.25em 2em !important; }

.profiles-edit .main-form textarea {
  width: 100%; }

.profiles-edit .main-form input {
  width: 20em; }

.profiles-edit .main-form #id_user, .profiles-edit .main-form #id_years {
  width: 20em; }

.profiles-edit .main-form #id_title {
  width: 80%; }

.profiles-edit .main-form #id_start_year, .profiles-edit .main-form #id_start_month {
  width: 10em; }

.profiles-edit .main-form input[type="submit"] {
  margin-top: 1em !important;
  margin-left: 0 !important;
  width: auto;
  padding: 0.25em 2em !important; }

@media (min-width: 1200px) {
  .pages-dashboard {
    min-width: 1600px; } }

.objectives-edit .main-form textarea, .objectives-create .main-form textarea {
  width: 100%; }

.objectives-edit .main-form input, .objectives-create .main-form input {
  width: 20em; }

.objectives-edit .main-form input[type="submit"], .objectives-create .main-form input[type="submit"] {
  margin-top: 1em !important;
  margin-left: 0 !important;
  width: auto;
  padding: 0.25em 2em !important; }
.radio ul{
    margin-left: -41px;
}
.trainings-edit .main-form textarea, .trainings-create .main-form textarea {
  width: 100%; }

.trainings-edit .main-form input, .trainings-create .main-form input {
  width: 20em; }

.trainings-edit .main-form input[type="submit"], .trainings-create .main-form input[type="submit"] {
  margin-top: 1em !important;
  margin-left: 0 !important;
  width: auto;
  padding: 0.25em 2em !important; }

.projects-reqs table th {
  background: #BEBC93; }

.projects-reqs table td {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }
  .projects-reqs table td.spec {
    background: #ddb;
    color: #8f191c;
    font-weight: bold;
    padding: 0.25em; }
  .projects-reqs table td p:last-child {
    margin-bottom: 0; }

.btn .btn-primary {
  background: green; }

.crud .main-form table td {
  border-style: none; }

#header {
  background-color: #10133c; }

#header_org{
  background-color: #055078;
}
.header-right i {
  color: white !important; }

#nav {
  background: black;
  border-top: 4px solid #FFCC00 !important; }
/* 
#superfooter {
  background: black;
  border-top: 4px solid #FFCC00;
  z-index: -1;
  position: relative;
  margin-top: 233px;
}
  #superfooter #superfooter-inner > div .superfooter-link-wrapper {
    display: block; }
  #superfooter #superfooter-inner .superfooter-heading {
    margin-bottom: 1em;
    font-size: 1.375em;
    color: #FFCC00;
    text-align: left;
    margin-left: -2em; }

#superfooter2 {
  background: black; }
  #superfooter2 #superfooter2-inner {
    border-top: 1px solid #BEBC93; } */
/* 
#footer #footer-inner {
  border-top: none; 
                } */
/* footer {
  position: absolute;
  bottom: -50%;
  width: 100%; 
  background-color: #cac3c3;
}  */

.footer-area {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  background-color: #cac3c3;
  
}
#id_within_usa,#id_immediatenotification,#id_communicatewithexternal,#id_confidential_not,#id_notifications,#id_external_parties,#id_confidential_not,#id_copy_progrm,#id_programornot,#id_config_mfa,#id_config_state,#id_config_county{
  display: flex;
  list-style-type: none;
  margin-left: -28px;
}
#id_within_usa_1,#id_immediatenotification_1,#id_communicatewithexternal_1,#id_confidential_not_1,#id_notifications_1,#id_notifications_2,#id_external_parties_1,#confi_no_id,#id_confidential_not_1,#id_copy_progrm_1,#id_programornot_1,#id_config_mfa_1,#id_config_state_1,#id_config_county_1{
  margin-left: 10px;
}
.radio ul{
  margin-left: -41px;
}
.dataTables_info{

  text-transform: capitalize;

}

.hidefunctionrow {
  display: none;
}

.accordion-container {
  position: relative;
  height: auto;
  margin: 10px auto;
}

.accordion-container .row {
  margin-right: 10px;
  margin-left: 10px;
}

.accordion-container>h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.accordion-container .set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}

.accordion-container .set>a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.accordion-container .set>a i {
  float: right;
  margin-top: 2px;
}

.accordion-container .set>a.active {
  background-color: #3399cc;
  color: #fff;
}

.accordion-container .content {
  background-color: #fff;
  /* border-bottom: 1px solid #ddd; */
  display: none;
  /* border: solid 0.2px gainsboro; */
}

.accordion-container .content p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
#id_profitorg_not{
display: flex ;
flex-direction: row;
list-style-type: none;
}
#id_profitorg_not_1{
  margin-left: 13px;
}

.projectaccordion-container {
  position: relative;
  height: auto;
  margin: 10px auto;
}
.projectaccordion-container .row {
  margin-right: 10px;
  margin-left: 10px;
}
.projectaccordion-container>h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.projectaccordion-container .projectset {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.projectaccordion-container .projectset>a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.projectaccordion-container .projectset>a i {
  float: right;
  margin-top: 2px;
}
.projectaccordion-container .projectset>a.active {
  background-color: #3399cc;
  color: #fff;
}
.projectaccordion-container .projectcontent {
  background-color: #fff;
  /* border-bottom: 1px solid #ddd; */
  display: none;
  border: solid 0.2px gainsboro;
}
.projectaccordion-container .projectcontent p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

/* Application Required Information */
.appreqaccordion-container {
  position: relative;
  height: auto;
  margin: 10px auto;
}
.appreqaccordion-container .row {
  margin-right: 10px;
  margin-left: 10px;
}
.appreqaccordion-container>h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.appreqaccordion-container .appreqset {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.appreqaccordion-container .appreqset>a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.appreqaccordion-container .appreqset>a i {
  float: right;
  margin-top: 2px;
}
.appreqaccordion-container .appreqset>a.active {
  background-color: #3399cc;
  color: #fff;
}
.appreqaccordion-container .appreqcontent {
  background-color: #fff;
  /* border-bottom: 1px solid #ddd; */
  display: none;
  border: solid 0.2px gainsboro;
}
.appreqaccordion-container .appreqcontent p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

#documenttable_length{
  width: 54px;
}
#reportContainer{
  width:100%; 
  height:700px;
}  
.textarea {
  resize: none;
}

textarea {
  resize: none!important;
}

#showpreloader {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}

#showpreloader::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

#preloadtext {
  display: block;
  position: absolute;
  left: 47%;
  top: 49%;
  z-index: 967;
  font-weight: 600;
}
.captcha {
  width: 80px;
  height: 32px;
}
.js-captcha-refresh{
  padding: 0;
border: none;
background: none;
}
.js-captcha-refresh:focus, .js-captcha-refresh:active {
  outline: none !important;
  box-shadow: none !important;
}
.js-captcha-refresh i{
  font-size: 25px;
}
#captch_label {
  font-weight: bold;
  font-size: 1.15em;
  color: black;
}
@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

/* Apply the animation to the icon */
.refreshrotate {
  display: inline-block;
  animation: spin 2s linear infinite;  /* 2s is the speed, adjust as needed */
}

.dataTables_empty {
  text-align: center;
  padding: 11px; /* Optional padding for spacing */
  font-weight: bold; /* Optional styling */
  vertical-align: middle; /* Vertically centers the text */
}
