﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

label {
    font-weight: 600;
}

a, a:hover, .btn-link {
    color: #0366d6;
}

.btn {
    font-size: 14px;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
    }


h1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
}

h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
}

h3 {
    font-family: Montserrat, 'Times New Roman', Times, serif;
    font-weight: 600;
    font-size: 24px;
}

h4 {
    font-family: Montserrat, 'Times New Roman', Times, serif;
    font-weight: 600;
    font-size: 16px;
}


.dark-link {
    color: black;
}

.dark-link:hover {
    color: black;
}

.dark-link:visited {
    color: black;
}

.light-link {
    color: white;
}

.light-link:hover {
    color: white;
}

.navbar-brand {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    font-size: 34px;
}

.nav-link {
    font-family: Montserrat, 'Times New Roman', Times, serif;
    font-weight: 600;
    font-size: 16px;
    color: #FFF;
}
.navbar-collapse .nav-link {
    max-width: 80%;
    background-color: #FFF;
    color: #0D0D0D !important;
    padding-left: 20px;
    border-bottom: 2px solid #f2f2f2;
}

.navbar-nav .dropdown-menu {
    background-color: #0D0D0D;
    border: 1px solid #fff;
    min-width: 80%;
}

.navbar-nav .dropdown-item {
    color: #FFF;
    font-size: 14px;
}

.navbar-nav .dropdown-item:hover, .navbar-nav .dropdown-item:focus {
    color: #ffd736 !important;
    text-decoration: none;
    background-color: #0D0D0D;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
    color: #ffd736 !important;
}

.navbar-collapse .navbar-nav .nav-link:hover, .navbar-collapse .navbar-nav .nav-link:focus {
    color: #0D0D0D !important;
    text-decoration: none;
    background-color: #f2f2f2;
}

.nav-item.show .dropdown-toggle {
    color: #ffd736 !important;
}

.card-img, .card-img-top {
    height: 300px;
    object-fit: cover;
}

.view-img {
    height: 300px;
    /*object-fit: cover;
    width: 60%;*/
}

/*.component-container {
    padding-top: 180px
}*/

.btn-next {
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 16px;
    padding: 12px 16px;
    border-radius: 50%;
}

.btn-previous {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 16px;
    padding: 12px 16px;
    border-radius: 50%;
}

.nav-pills .nav-link.active, .nav-pills .nav-link {
    color: #0D0D0D;
    background-color: #f2f2f2;
    font-size: 1.5rem;
}

.nav-pills .nav-link.active {
    background-color: #FFD736;
}

a.skip {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

a.skip:active, a.skip:focus {
    left: 8px;
    top: 42px;
    width: auto;
    height: auto;
    overflow: auto;
    z-index: 999;
    padding: .625em;
    background-color: #FFD736 !important;
    color: #212224 !important;
    text-decoration: none;
    outline: 0;
}

.page-link {
    color: #0D0D0D;
}

.page-item.disabled .page-link {
    color: #6c757d;
    background-color: #dee2e6;
}

.page-item.active .page-link, .page-link:hover {
    color: #0D0D0D;
}

#ariaTitle {
    left: -9999px;
    position: absolute;
    z-index: -999;
    height: 0;
    width: 0;
}

.pop-container {
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.77);
}

.popconfirm {
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    border-radius: 15px;
    min-width: 250px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    background-color: #fff;
}

.pop-message-card, .pop-message-card div {
    background-color: rgba(0, 0, 0, 0.00);
    border: none;
}

.btn-yes {
    width: 100%;
}

.btn-no {
    width: 100%;
}

.search-link {
    color: #FFD736;
}

.search-link-nav {
    color: #FFD736;
    margin-left: 10px;
    margin-top: 7px;
}

.search-link:hover, .search-link:focus {
    color: #FFD736;
}

.search-link-nav:hover, .search-link-nav:focus {
    color: #FFD736;
}

.advanced-search-bg {
    background-color: #f2f2f2;
}

.advanced-search-check {
    margin-left: 1.3rem;
}

.z-index-1{
    z-index: 1;
}