@font-face {
  font-family: Pragmatica;
  src: url(/fonts/pragmatica/PpragmaticaCTT.woff);
}
@font-face {
  font-family: Pragmatica Bold;
  src: url(/fonts/pragmatica/PragmaticaCTTbold.woff);
}
@font-face {
  font-family: Seropro;
  src: url(/fonts/seropro/SeroPro.otf);
}
.m-bold {
  font-family: "Pragmatica Bold";
}
.m-regular {
  font-family: "Pragmatica";
  font-weight: normal;
}
.m-center {
  text-align: center;
}
.color-red {
  color: #dc3545;
}
html {
  height: 100%;
}
body {
  min-width: 1024px;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Pragmatica', 'Arial' !important;
  font-size: 17px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .main-content {
  flex-grow: 2;
}
ul {
  list-style: none;
  padding-left: 0;
}
p {
  margin: 0;
}
.btn.btn-yellow {
  background-color: #f2aa00;
  color: white;
}
.btn.btn-yellow:hover {
  background-color: #e09d00;
}
.btn.btn-icon .fa,
.btn.btn-icon .fal,
.btn.btn-icon .far {
  font-size: 25px;
  vertical-align: middle;
}
.btn.btn-icon span {
  vertical-align: middle;
  padding-left: 5px;
}
.btn.btn-red-border {
  background-color: white;
  color: black;
  border: 2px solid #dc3545;
}
.btn.btn-red-border:hover {
  background-color: white;
  border: 2px solid red;
}
a.btn.btn-danger {
  color: white !important;
}
a.btn.btn-danger:visited {
  color: white !important;
}
.preloader-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
a.gray-color,
span.gray-color {
  border-bottom: 1px solid #f2a900;
  color: #484848;
  text-decoration: none;
  cursor: pointer;
}
a.gray-color:hover,
span.gray-color:hover {
  border-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: #484848;
}
a.gray-color:visited,
span.gray-color:visited {
  border-bottom: 1px solid #f2a900;
  text-decoration: none;
  color: #484848;
}
table th {
  font-family: "Pragmatica Bold";
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #f2aa00;
}
.custom-radio .custom-control-input:focus ~ .custom-control-label:before,
.custom-checkbox .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(242, 170, 0, 0.25);
}
.custom-radio .custom-control-input:active ~ .custom-control-label:before,
.custom-checkbox .custom-control-input:active ~ .custom-control-label:before {
  background-color: rgba(242, 170, 0, 0.25);
}
.table td,
.table th {
  vertical-align: middle;
}
.modal .close {
  font-family: "Seropro";
}
.thumb-wrapper {
  width: 202px;
  height: 202px;
  border: 1px solid lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
}
.thumb-wrapper img {
  vertical-align: middle;
}
.thumb-wrapper.js-upload-document {
  cursor: pointer;
  font-size: 30px;
}
.title1 {
  font-family: Pragmatica Bold;
  font-size: 14px;
  color: #353535;
}
.registration-alert-message {
  width: 100%;
  padding: 5px 30px;
  color: white;
  font-family: Pragmatica Bold;
  background-color: red;
  text-align: center;
  margin-top: -20px;
  font-size: 13px;
  margin-bottom: 10px;
}
.registration-alert-message.warning {
  background-color: #ffa500;
}
.header-view {
  background-color: #231f20;
  flex-basis: 110px;
  padding-top: 3px;
  margin-bottom: 20px;
}
.header-view .menu {
  padding: 0;
  margin: 0 20px;
  position: relative;
}
.header-view .menu li {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 20px;
}
.header-view .menu li a {
  font-size: 20px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: none;
}
.header-view .menu li a.active {
  color: #f2aa00;
}
.header-view .menu li.right-item {
  position: absolute;
  right: 0;
  top: 36px;
  font-size: 20px;
  color: white;
}
.header-view .menu li.right-item .logout {
  position: absolute;
  top: -26px;
  right: 0;
  min-width: 100px;
  text-align: right;
}
.header-view .menu li.right-item .logout a {
  font-size: 15px;
}
.header-view .menu li.right-item .rating {
  position: absolute;
  bottom: -15px;
  right: 0;
  font-size: 15px;
  color: #f2aa00;
  min-width: 150px;
  text-align: right;
  white-space: nowrap;
}
.header-view .menu li.right-item .rating .rating-details {
  cursor: pointer;
  text-decoration: underline;
}
.header-view .menu li.right-item .rating .rating-details:hover {
  text-decoration: none;
}
.header-view .menu li.right-item .fa-user {
  font-size: 15px;
  vertical-align: top;
  padding-top: 7px;
}
.header-view .menu li.right-item .user-name {
  display: inline-block;
  text-overflow: ellipsis;
  max-width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-transform: none;
}
.header-view .menu li .fa-sign-in,
.header-view .menu li .fa-sign-out {
  color: #f2aa00;
}
.page-not-found-view {
  padding: 0 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.footer-view {
  background-color: #231f20;
  color: white;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.footer-view p {
  margin-bottom: 0;
}
.footer-view p span {
  padding-right: 20px;
}
.footer-view p span:last-child {
  padding-right: 0;
}
.footer-view p span a {
  color: white;
  text-decoration: underline;
  border-bottom: none;
}
.footer-view p span a:visited {
  color: white;
}
.login-view {
  flex-grow: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: white;
}
.background-img {
  background-image: url(/img/background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.background-img .header-view {
  background-color: rgba(35, 31, 32, 0.95);
}
.background-img a.gray-color {
  color: white;
  border-bottom: 1px solid #f2a900;
}
.background-img a.gray-color:hover {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.modal-agreement-view ol li {
  padding-top: 15px;
}
.modal-confidence-view ul li {
  padding-top: 15px;
}
.employee-tenders-view .tenders-list tbody tr {
  cursor: pointer;
}
.employee-tenders-view .tenders-list tbody tr:hover {
  background-color: #fffaef;
}
.employee-tenders-view .tenders-list tbody tr td.description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.employee-tenders-view .tenders-list tbody tr td.tender-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.employee-tender-view {
  display: flex;
  flex-direction: column;
}
.employee-tender-view .title1 {
  margin-bottom: 0;
}
.employee-tender-view .badge {
  font-size: 14px;
  font-family: Pragmatica;
  padding: 10px;
  margin-bottom: 4px;
  font-weight: normal;
  background-color: #f2aa00;
  color: black;
}
.employee-tender-view .deadline-is-came-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 2;
}
.admin-tenders-view table tbody tr td.description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.admin-tenders-view table tbody tr td.tender-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.admin-employes-view .table tbody tr td:first-child {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin-employes-view .requirements {
  font-size: 11px;
}
.sub-capability-view .answers {
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.sub-capability-view .answers .answer-row.checkbox {
  width: 300px;
  max-width: 300px;
}
.sub-capability-view .answers .answer-row.radio {
  margin-right: 20px;
}
.sub-capability-view .invalid-feedback {
  display: block;
}
.sub-capability-view label[for="audio_review-0"],
.sub-capability-view label[for="design-0"],
.sub-capability-view label[for="editing-0"] {
  white-space: nowrap;
}
.employee-main-info-view .capability-block .custom-control-label.capability {
  font-family: Pragmatica Bold;
}
.employee-main-info-view .science-block {
  display: flex;
  flex-wrap: wrap;
}
.employee-main-info-view .science-block .science-row {
  width: 350px;
  min-width: 350px;
}
.admin-bids-view .tenders-list th.areas {
  width: 250px;
}
.admin-bids-view .tenders-list th.work-examples {
  width: 100px;
}
.admin-bids-view .tenders-list td:first-child {
  max-width: 400px;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin-bids-view .tenders-list td.work-examples {
  max-width: 100px;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommendations-wiew .modal-body {
  padding-top: 30px;
}
.recommendations-wiew .text {
  font-size: 18px;
  color: #282828;
  padding: 0 20px;
}
.recommendations-wiew .list {
  color: #282828;
  margin-top: 46px;
}
.recommendations-wiew .list li {
  display: flex;
  padding: 0 20px 20px 20px;
}
.recommendations-wiew .list li:before {
  content: '';
  min-width: 12px;
  width: 12px;
  height: 12px;
  background-color: #f2aa00;
  margin-right: 15px;
  margin-top: 6px;
}
.recommendations-wiew .list li.container:before {
  display: none;
}
.recommendations-wiew .list li .sublist {
  margin-top: -10px;
}
.recommendations-wiew .list li .sublist li {
  padding-bottom: 10px;
  padding-left: 50px;
}
.recommendations-wiew .list li .sublist li:before {
  background-color: white;
  border: 1px solid #f2aa00;
  border-radius: 50%;
}
.recommendations-wiew .list li .sublist li .sublist {
  margin-top: 0;
}
