﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype')
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
  font-size: 14px;
}

.forgot-link {
    margin-left: 6px;
    color: #757575;

    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.forgot-link:hover {
    text-decoration: none;
    color: #595959;
}
.hr-form {
    margin-top: 38px;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Забележка Двуфакторната автентикация (2FA) не е включена. */
p.hr-text-size {
    font-size: 14px;
    color: #125E97;
    font-family: Roboto;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
}
.hr-heading {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #125E97 !important;
}

.hr-alert {
    background: rgba(190, 227, 249, 0.5) !important;
    border-radius: 4px !important;
}
.hr-btn {
    color: #FFFFFF !important;
    text-transform: uppercase;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 6px 8px 10px;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    height: 36px;
    width: auto;
    text-align:center;
}

.hr-btn-success {
    background: #5FD966;
}

.hr-btn-success:hover {
    background: #30cf38;
    text-decoration: none;
}

.hr-btn-warning {
    background: #FF9800;
}

.hr-btn-warning:hover {
    background: #e68a00;
    text-decoration: none;
}

.hr-btn-danger {
    background: #F44336;
}

.hr-btn-danger:hover {
    background: #f21c0d;
    text-decoration: none;
}


label.hr-text {
    font-size: 14px;
    color: #125E97;
    font-family: Roboto;
    line-height: 20px;
    font-weight: bold;
    font-style: normal;
}

.hr-btn-outline {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;

    background: #FFFFFF;
    border: 1px solid #757575;
    box-sizing: border-box;
    border-radius: 4px;
    height: 36px;
    width: auto;

    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    color: #757575;
    text-transform: uppercase;
}

.hr-btn-outline:hover {
    text-decoration: none;
    border: 1px solid #757575;
    color: #757575;
    background-color: #E5E5E5
}

.hr-home-btn {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    color: #757575;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.hr-home-btn:hover {
    text-decoration: none;
    color: #333333;
}

.hr-input-icon-group {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #F5F5F6 !important;
}

.hr-input-icon-group > span {
    position: absolute !important;
    padding-left: 5px;
}

.hr-input-icon-group > input {
    height: 50px;
    padding-left: 35px !important;
}

.hr-text-primary-blue {
    color: #125E97;
}

.hr-label {
    color: #125E97;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
}








.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-family: Roboto;
    font-style: normal;
    font-size: 14px;
}
@media (min-width: 768px) {
    html {
        font-family: Roboto;
        font-style: normal;
        font-size: 16px;
    }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Roboto';
    font-size: 22px
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
.hr_img {
    width: 100%;
    height: 100px;
    background: url('../../images/sun_bg2012_final4.jpg') right no-repeat;
}
label {
    font-size: 13px;
}

.hr-btn-resp {
    /*    margin-top: 0px;
    margin-left: 10px;*/
    background-color: #FF9800 !important;
    padding: 8px 16px !important;

    color: #FFFFFF !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 4px !important;

    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 16px !important;
    max-height: 36px;
}

.hr-btn-light {
    /*    margin-top: 0px;
    margin-left: 10px;*/
    background-color: #fbfbfb !important;
    padding: 8px 24px !important;
    color: #444444 !important;
    font-size: 12px !important;
}
.hr-item-resp {
    
    margin-bottom: 10px;    
}

.hr-view-title {
    font-size: medium;
    font-weight: bold;
    margin: 10px;
}

.hr-text-muted {
    color: #757575;
}

.hr-form-content {
    box-shadow: 0px 0px 15px 5px rgba(117, 117, 117, 0.2);
    border-radius: 4px;
    padding: 36px 48px 36px 48px !important;
}

@media(max-width: 640px) {

    .hr-btn-light {
        width: 100%;
        background-color: #fbfbfb !important;
        padding: 8px 24px !important;
    }
    .hr-btn-resp {
        width: 100%;
        /*       margin-top: 5px;
    margin-left: 0px;*/
        background-color: #FF9800 !important;
        padding: 8px 24px !important;
    }
    .hr-item-resp {
        width: 100%;
        margin-bottom: 10px;
    }
}
.cookie-consent-title {
    margin-left:10px;
}

.cookie-consent-body {
    color: black;
    font-size: 14px;
}
.cookie-consent-content {
    margin: 0px 20px 20px 20px;
}

select,
select.hr-form-control {
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 0;
    padding-right: 0\9;
    width: 100px;
    background-image: url(../images/arrow-down.png);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right center;
    box-shadow: inset 0 -1px 0 #dddddd;
    font-size: 16px;
    line-height: 1.5;
}

select:focus,
select.hr-form-control:focus {
    box-shadow: inset 0 -2px 0 #2196f3;
    background-image: url(../images/arrow-down.png);
}

a.btn-default {
    background-color: #ffffff;
}

.hr-logo {
    z-index: -1;
}