﻿html, body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
  overflow-y: visible !important;
  overflow-x: hidden !important;
  position: relative;
  margin: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
}

.content {
  overflow-x: hidden !important;
}

.cybereval-footer {
  bottom: 0;
  height: 40px;
  width: 100%;
}


.agency-logo {
  width: 400px;
  padding-top: 12px;
}

.breadcrumb a {
  color: #204a78;
}

a:hover {
  text-decoration: none !important;
}

p {
  line-height: 1.6;
}

.dropdown-label {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: .8em;
  color: #3a474d;
}

.cyberevalH1 { 
  color: #12303b;
  font-weight: bold !important;
  padding-top: 15px;
  text-transform: capitalize;
 }

 .cyberevalH1-sub { 
  color: #12303b;
  font-weight: bold !important;
  text-transform: capitalize;
 }

 .cybereval-header h3 {
   color: #3a474d;
   text-transform: capitalize;
   font-weight: bold;
 }

#bootstrap-overrides .navbar-brand {
  text-transform: capitalize;
  font-size: 1.5rem;
}

.cybereval-navbar {
  background-color: #12303b;
}

.navbar-brand img {
  height: 55px;
}

.cybereval-navbar-link {
  color: #fff;
  padding-left: 20px;
}

.body-content {
  padding-top: 20px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
}

.SA-title {
  padding-top: 10px;
}

.cybereval-icon {
  padding-right: 10px;
}

.cybereval-review-note {
  padding: 20px 0 1px 0
}

.table-icon {
  color: #47b61f;
}

.table-background {
  background-color: white;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

.button-text {
  background: none !important;
  border: none;
  padding: 0 !important;
  /*optional*/
  font-family: arial,sans-serif; /*input has OS specific font-family*/
  color: #204a78;
  cursor: pointer;
}

  .button-text:hover {
    text-decoration: underline;
  }

/* Password Success Page */
.success {
  margin-top: 7%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: 50%;
  width: 80%;
}

  .success h2 {
    font-weight: 600;
    font-size: 4em;
    letter-spacing: 2px;
    color: #204a78;
  }

  .success h1 {
    font-size: 1.5em;
    letter-spacing: 2px;
    color: #696969;
  }

/********************
  LOGIN
 ********************/

.agency-link {
  padding-top: 1.8%;
}

.divmain {
  margin-top: 100px;
}

.listhead {
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

ul.requirement {
  list-style-type: none;
}

div.qansweru {
  border-radius: 5px;
  background-color: yellow;
  border: solid 1px black;
  padding-left: 15px;
  padding-right: 15px;
}

div.qanswer {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: yellow;
  border: solid 1px black;
  padding-left: 15px;
  padding-right: 15px;
}

div.qreview {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #5bc0de;
  border-bottom: solid 1px black;
  border-left: solid 1px black;
  border-right: solid 1px black;
  padding-left: 15px;
  padding-right: 15px;
}

.gvhdrrow {
  background-color: navy;
  border: solid 1px black;
  color: white;
  text-align: center;
}

/********************
 Overall Reports
 ********************/

.card-status:hover {
  border: 1px solid #76aae3;
}

.card-status-active {
  box-shadow: rgb(118, 170, 227) 0px 0px 0px 3px inset;
}


.status-icon {
  padding-bottom: 10px;
  padding-top: 10px;
}

.cybereval-card-title {
  font-weight: bold;
  color: #212529;
}

.cybereval-card-subtitle {
  font-weight: bold;
  color: #204a78;
  font-size: 2rem;
}

.badge-teal {
  background-color: #0C616E;
  color: white;
}

  .badge-teal:hover {
    color: white;
    background-color: #08464f;
  }

.badge-cybereval {
  background-color: #204a78;
  color: white;
}

  .badge-cybereval:hover {
    color: white;
    background-color: #122c47;
  }

.text-purple {
  color: #9B59B6;
}

.text-orange {
  color: #F17726;
}

.text-cyberevalblue {
  color: #204a78;
}

.tableHeader {
  color: #227aa7;
  font-weight: bold;
  text-transform: capitalize;
}

/********************
 Evaluations
 ********************/

.cybereval-chevron > a, .cybereval-chevron-small > a {
  display: block;
  position: relative;
}

  .cybereval-chevron > a:after {
    content: "\f055" !important; /* fa-plus-circle */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    margin: 5px 0 0 10px;
  }

  .cybereval-chevron-small > a:after {
    content: "\f055" !important; /* fa-plus-circle */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    margin: 2px 0 0 8px;
  }

  .cybereval-chevron > a[aria-expanded="true"]:after, .cybereval-chevron-small > a[aria-expanded="true"]:after {
    content: "\f056" !important; /* fa-minus-circle */
  }

  .cybereval-chevron > a:after:hover {
    color: #122c47;
    text-decoration: none;
  }

.filter-icon {
  padding-right: 5px;
}

.btn-light {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.filter-btn {
  margin: 0 5px 0 5px;
  padding: 5px 15px 5px 15px;
  font-size: 0.875rem;
}

.filter-button {
  margin-bottom: 10px;
}

.eval-status {
  padding-top: 20px;
  padding-right: 20px;
}

.eval-status-pill {
  margin-top: 13px;
}

.expand-icon {
margin-left: 10px !important;
margin-top: -4px;
}

.body-header {
  padding-bottom: 20px;
}

.entries-label {
  margin-top: 20px;
}

.entries-dropdown {
  margin-top: 9px;
  min-height: none;
}

/********************
 Login Banner
 ********************/

.cybereval-banner {
  padding-top: 20px;
  background-color: #153352;
  background-image: linear-gradient(to right, #12303b, #215f75);
  border-radius: 10px;
}

  .cybereval-banner h1 {
    color: white;
    text-transform: capitalize;
    font-weight: bold !important;
  }

.btn-ok {
  padding-left: 30px;
  padding-right: 30px;
}

.login-list ul li {
  list-style-position: outside;
  margin-left: 1.2em;
  line-height: 1.6;
}

.login-subtitle {
  text-transform: capitalize;
  font-size: 1.5em;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

  #blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
  }


.dropArea {
  border: 2px dashed gray;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: lightgray;
  font-size: 1.5rem;
  cursor: pointer;
  position: relative;
  min-height: 150px;
}

  .dropArea:hover {
    background-color: antiquewhite;
    color: #333;
  }

  .dropArea input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }

.dropAreaDrug {
  background-color: darkgray;
}

/***************
Radzen Overrides
***********/

#bootstrap-overrides .container { 
  max-width: 100%;
 }

#bootstrap-overrides .rz-datatable-thead th .rz-column-title {
  color: #12303b;
  font-size: .9rem;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 5px;
  text-transform: capitalize; 
}

#bootstrap-overrides .rz-sortable-column .rzi-sort:before {
  color: #88989b;
  font-size: 1.1rem;
  padding-bottom: 10px;
  background-color: #fff;
}

#bootstrap-overrides .rz-datatable, #bootstrap-overrides .rz-cell-filter, #bootstrap-overrides .rz-datatable-data td:not(:last-child){
  border: none;
}

#bootstrap-overrides .rz-datatable-thead th {
  background-color: #fff;
  border-color: #fff;
  padding-bottom: 0;
}

#bootstrap-overrides .rz-datatable-thead th:not(:last-child) {
  border: none;
  padding-left: 10px;
  padding-right: 10px;
}

#bootstrap-overrides .rz-cell-filter {
  border-radius: 20px;
  margin: 0px 0px 15px 10px;
}

#bootstrap-overrides .rz-cell-data {
padding: 10px;
}

#bootstrap-overrides .rz-cell-filter-content {
  height: 1.5rem;
}

#bootstrap-overrides .rz-cell-filter input {
  font-size: .9rem;
}

#bootstrap-overrides .rz-datatable-even td{
  background-color: #fff;
  border: none;
}

#bootstrap-overrides .rz-datatable-odd td{
  background-color: #f6f8f9;
  border: none;
}

#bootstrap-overrides .rz-paginator-page.rz-state-active {
  color: #12303b;
  background-color: #f6f8f9;
  border-radius: 50px;
  font-weight: bold;
}

#bootstrap-overrides .rz-paginator-page {
  background-color: #fff;
  }

#bootstrap-overrides .rz-paginator-last, #bootstrap-overrides .rz-paginator-next {
  background-color: #227aa7;
  margin-right: 10px;
}

#bootstrap-overrides .progress {
  margin: 20px 20px 10px 20px;
}

#bootstrap-overrides .badge-pill {
  padding: 8px 20px 8px 20px;
}


#bootstrap-overrides .breadcrumb {
  padding: 0rem;
  list-style: none;
  background-color: transparent;
}

#bootstrap-overrides h3 {
  font-weight: bold;
}

#bootstrap-overrides .dropdown-menu {
  top: 195%;
  min-width: 13rem;
  background-color:#22596e;
  margin-left: 20px;
}

#bootstrap-overrides .dropdown-item {
  color: white;
}

#bootstrap-overrides .dropdown-divider {
  border-top: 1px solid #2b718c;
}

#bootstrap-overrides .dropdown-item:hover, .dropdown-item:focus {
  background-color: #2b718c;
  color: white;
}

#bootstrap-overrides .form-control:focus {
  border-color: #ced4da;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
  box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}

/***************
Blazor Modal 
***********/

.blazored-modal {
  max-width: 80%;
}

.blazored-modal-close {
  padding: .5rem 1rem 1rem 1rem !important;
}

.panel-body {
  width: 40rem;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto !important;
  max-height: calc(100vh - 340px) !important;
}

/***************
Color Overrides
***********/

#bootstrap-overrides .text-danger {
  color: #CC0033 !important;
}

#bootstrap-overrides .text-info {
  color: #27829E !important;
}

.bg-cybereval-light {
  background-color: #f6f8f9;
}

#bootstrap-overrides .bg-success {
  background-color: #28a745 !important;
}

#bootstrap-overrides .bg-danger {
  background-color: #CC0033 !important;
}

#bootstrap-overrides .badge-success {
  background-color: rgba(93, 191, 116, 0.2);
  border: 2px solid #5dbf74;
  }

  #bootstrap-overrides .badge-info {
    background-color: #27829E !important;
    color: white;
  }
  
#bootstrap-overrides .badge-light {
border: 2px solid #8a949e;
}

.text-danger-cybereval {
color: #CC0033 !important;
}

/*************
Navigation
************/
#topNav {
  margin-bottom:0;
}

#nav2 {
  width: 100%;
}

#nav2.affix-top {
  position: static;
}

#nav2.affix {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 2;
   transition: all .6s ease-in-out;
   -webkit-transition: all .6s ease-in-out;
}

.navbar-toggle {
	outline:0;
}

.cybereval-subnav {
  background-color: white;
  margin-top:55px;
}

.cyberevalH1-header {
  color: #12303b;
  font-weight: bold !important;
  padding-top: 11px;
  text-transform: capitalize;
}
