﻿body {
  font-family: "Roboto", sans-serif;
}

.hrpro-main-container,
#mainSection {
  padding: 16px;
}

/*COLORS*/
/*Main content*/
#personalInformationDiv a {
  color: #000000;
  font-weight: 500;
  cursor: pointer;
  background: #ffdf00;
  padding: 8px 10px;
  border-radius: 20px;
  display: block;
  width: fit-content;
}

#personalInformationDiv a:hover {
  color: #000000;
  font-weight: 500;
  cursor: pointer;
  background: #ffdf00;
  padding: 8px 10px;
}

.hrpro-spinner .spinner-border {
  border: 4px #0072bc solid;
}

/*Tenders*/
.navigationDiv {
  margin-right: 0px;
  line-height: unset;
  gap: 15px;
  align-items: center;
}

.navigationDiv a {
  margin: 0px;
  border-radius: 20px;
}

.tenders-header-personal,
.tenders-header {
  font-family: "Roboto", sans-serif;
  color: #000000;
}

.hrpro-partials {
  padding: 0px;
}

tr:first-child {
  color: #000000;
  font-weight: 500;
  border-bottom: 1px solid #e3e3e3;
}

.fa_custom,
.navigationDiv .logout-link {
  color: #0072bc;
  padding: 8px 10px;
}

.tenders-link-back {
  top: 16px;
  left: 16px;
  color: #0072bc;
}

.tenders-link {
  color: #0072bc;
  border: 3px solid #ffdf00;
  padding: 8px 10px;
}

.fileupload-button button, .fileupload-button button:focus, .fileupload-button button:active {
  color: #0072bc;
  border: 3px solid #ffdf00;
}

a:hover {
  color: #0072bc;
}

/*File uploader*/
.fileupload-file {
  border-color: #ffdf00;
  background: rgba(255, 223, 0, 0.2);
}

.fileupload-file-name {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

/*Table*/
#tenders .hrpro-form-personal-info-group {
  border-radius: 4px;
  border: 1px solid #e3e3e3;
}

table {
  font-family: "Roboto", sans-serif;
}

tr:first-child {
  color: #000000;
  font-weight: 500;
  border-bottom: 1px solid #e3e3e3;
}

th {
  font-weight: 500;
  padding: 10px 15px;
}

tr {
  border-color: #e3e3e3;
}

td {
  padding: 10px 15px;
}

/*Search*/
#personalInformationDiv .box {
  background: #e3e3e3;
  width: 100%;
  margin: 0px;
  height: 50px;
  align-content: space-around;
}

#personalInformationDiv .container-4 {
  margin: 0 auto;
}

#personalInformationDiv #search {
  border-radius: 20px;
  border: solid 1px #e3e3e3;
}

#personalInformationDiv .container-4 input#search {
  font-family: "Roboto", sans-serif;
  color: #000000;
}

#personalInformationDiv input::placeholder {
  font-family: "Roboto", sans-serif;
  color: #e3e3e3;
  font-weight: 300 !important;
}

#personalInformationDiv .container-4 button.icon {
  border: none;
  color: #e3e3e3;
  font-weight: 300;
  font-size: 17px;
}

#personalInformationDiv .container-4 button.icon i {
  font-family: "Font Awesome 6 Pro";
}

#personalInformationDiv .container-4:hover button.icon:hover {
  background: none;
}

/*Buttons*/
.appQuickBtn,
.btn-primary {
  display: inline-block;
  min-width: 80px;
  height: 40px;
  line-height: normal;
  padding: 10px 20px;
  text-align: center;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: white;
  border: 2px solid #0072bc;
  color: #0072bc;
}

.appQuickBtn:hover,
.btn-primary:hover {
  background-color: #0072bc;
  color: #ffffff;
}

.hrpro-button-application.appQuickBtn {
  color: #000000;
  font-family: "Roboto", sans-serif;
  background: #ffdf00;
  border-color: #ffdf00;
}

.btn-secondary {
  display: inline-block;
  min-width: 80px;
  height: 40px;
  line-height: normal;
  padding: 10px 20px;
  text-align: center;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: #0072bc;
  border: 2px solid #0072bc;
  color: #ffffff;
}

.btn-secondary:hover {
  border-color: #0072bc;
  background-color: #0072bc;
  color: #ffdf00;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #0072bc;
  color: #ffdf00;
  box-shadow: none;
  border-color: #0072bc;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: none;
}

.ui-menu,
.dropdown-menu {
  background: rgba(80, 80, 80, 0.9);
  color: #ffffff;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.ui-menu-item,
.dropdown-item {
  color: #ffffff;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 0px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover,
.dropdown-item:focus, .dropdown-item:active, .dropdown-item:hover {
  background: transparent;
  border-color: transparent;
  color: #ffdf00;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  padding: 0px;
}

/*Form text*/
.disclaimer {
  color: #000000;
  font-family: "Roboto", sans-serif;
}

.hrpro-input-field__textarea,
.hrpro-input-field__regular {
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  color: #000000;
  padding: 7px 9px;
  border-radius: 4px;
}

.hrpro-input-field__regular {
  padding-top: 15px;
}

input:focus,
.hrpro-input-field__textarea:focus {
  border-color: #0072bc;
}

.hrpro-input-labels_extra-small {
  font-family: "Roboto", sans-serif;
}

#charCounter {
  right: 24px;
  bottom: 19px;
}

/*Checkmark*/
.form-check input:checked ~ .checkmark {
  background-color: #0072bc;
  border: 1px solid #e3e3e3;
}

.hrpro-endpage-info-main__h2 {
  color: #0072bc;
}

@media screen and (min-width: 1366px) {
  .tenders-form {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
