﻿/* 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: 'museosansrounded';
    src: url('../fonts/museosansrounded-100-webfont.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'museosansrounded';
    src: url('../fonts/museosansrounded-300-webfont.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'museosansrounded';
    src: url('../fonts/museosansrounded-500-webfont.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'museosansrounded';
    src: url('../fonts/museosansrounded-700-webfont.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'museosansrounded';
    src: url('../fonts/museosansrounded-900-webfont.ttf') format('truetype');
    font-weight: 900;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    text-transform: uppercase;
    font-size: 15px;
}

.navbar-logo {
    width: 24px;
    height: 24px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    font-family: roboto, sans-serif !important;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

img {
    max-width: 1100px;
}

h2:first-child {
    margin-top: 0 !important;
}

h2 {
    margin-top: 65px;
    font-size: 32px;
}

h3 {
    margin-top: 35px;
    font-size: 23px;
}

h4 {
    margin-top: 10px;
    font-size: 17px;
}

body {
    font-family: roboto, sans-serif !important;
    background-color: #ededed;
    color: #4a4a4a;
}

.tab-content {
    font-weight: 300;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, h7 {
    font-weight: bold;
}

.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);
}

.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

#welcomePage {
    background-color: #4a4a4a
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}


.navbar a {
    color: #fff !important;
}

.navbar {
    color: #fff;
    height: 50px;
    padding: 0;
    line-height: 0;
    background-color: #1f2d3d;
}

.navbar-brand .brand-value {
    font-size: 0.9rem;
}

.row {
    margin: 0;
}

.nav-pills .nav-link.active {
    color: #6ebf4a !important;
    background-color: #ededed !important;
}

.nav-pills .nav-link:hover a {
    color: #6ebf4a !important;
    background-color: #ededed !important;
}

.nav-pills .nav-link.active a {
    color: #6ebf4a !important;
    background-color: #ededed !important;
}

.right-bar a {
    color: #6ebf4a;
}

.nav-link {
    padding: 3px 15px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: none;
}

.dropdown-toggle::after {
    display: none;
}

ul {
    margin-bottom: 0;
}

a.dropdown-toggle {
    display: block;
    color: #000;
    float: left;
    margin-right: 7px;
    margin-left: 40px;
    font-size: 12px;
    margin-top: 6px;
}

.titleItem {
    padding: 0 0 0 40px;
}

    .titleItem .nav-link {
        padding: 5px 0 0 0;
    }

.nav-pills .nav-link a {
    padding: 0px 24px !important;
    border-radius: 0;
    background: none;
    min-height: 35px;
    font-size: 16px;
    display: block;
    color: #4a4a4a;
}

ul.p-0 ul {
    padding-left: 25px;
}

.right-bar.scrolled {
    top: 0;
    min-height: 100vh;
}

.right-bar {
    min-height: 95vh;
    padding: 30px;
    position: fixed;
    background-color: #fff;
    right: 0;
    top: 50px;
    min-width: 230px;
}

    .right-bar h3 {
        font-size: 17px !important;
    }

    .right-bar ol li {
        line-height: 1.3;
        font-size: 14px;
        border-left: 3px solid transparent;
        padding: 2px 0;
        padding-left: 4px;
        margin: 4px 0;
    }

    .right-bar ol .selected {
        border-left: 3px solid #6ebf4a;
    }

.listItem:hover {
    border-left: 3px solid #6ebf4a;
}

.right-bar ol {
    list-style-type: none;
    padding: 0;
}

svg {
    width: 20px;
    color: #fff;
    fill: currentColor;
}

li.nav-item.active {
    background-color: rgba(255, 255, 255, 0.25);
}

#welcomeBlock {
    margin-top: 100px;
}

.welcomeSearch {
    width: 90% !important;
    color: #fff;
    border-radius: 0;
    border-left: none;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
}

    .welcomeSearch:active, .welcomeSearch:focus {
        background: rgba(255, 255, 255, 0.1);
        box-shadow: none !important;
        color: #fff;
        text-shadow: none !important;
    }

input:focus,
select:focus,
textarea:focus,
button:focus {
    border-top: 1px solid #ced4da !important;
    border-bottom: 1px solid #ced4da !important;
    border-right: 1px solid #ced4da !important;
}


.SearchPage:active, .SearchPage:focus {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none !important;
    color: #000;
    text-shadow: none !important;
}

.searchButton {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    font-size: 25px;
    color: #fff;
    border-right: none;
    height: 50px;
}

.SearchPage {
    font-weight: 300;
    width: 80% !important;
    color: #000;
    border-radius: 0;
    border-left: none;
    height: 30px;
    background: transparent;
}

.head {
    padding: 40px 0 0 14px;
}

.formSearchPage {
    padding: 10px 0 20px 39px;
    justify-content: left !important;
}

#sticky {
    position: fixed;
    bottom: 0;
    right: 230px;
    border-radius: 5px 0 0 0;
    width: 379px;
    border-color: #ededed;
    background: #fafafa;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
}

#email-form {
    color: #4a4a4a !important;
}

    #email-form input[type="email"] {
        width: 250px;
        height: 25px;
        border: 1px solid #dbdbdb !important;
        border-radius: 3px 0px 0px 3px;
        background: transparent !important;
        color: #4a4a4a !important;
        padding: 10px !important;
    }

    #email-form input[type="submit"]:disabled {
        background: #92cf77 !important;
        cursor: no-drop;
    }

    #email-form input[type="submit"] {
        width: 110px;
        height: 25px;
        margin: -5px !important;
        margin-bottom: 10px;
        cursor: pointer;
        color: #fff !important;
        border-radius: 0px 3px 3px 0px;
        border: 0px !important;
        background: #6ebf4a !important;
    }

.searchButtonPage {
    background: transparent;
    border-radius: 0;
    font-size: 15px;
    color: rgba(74, 74, 74, 0.25);
    border-right: none;
    height: 30px;
}

.welcomeSearch::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.welcomeSearch::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.welcomeSearch:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.welcomeSearch:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.NoMatches {
    padding-left: 40px;
}

#welcomeText {
    color: #fff;
    padding: 0;
    font-size: 60px;
    text-align: center;
}

.updatesBlock, .documentationBlock, .downloadsBlock {
    background-color: rgba(255, 255, 255, 0.1);
    height: 220px;
    width: 220px;
    color: #fff;
    margin: 25px 25px;
    text-align: center;
    border-radius: 500px;
}

    .updatesBlock:hover, .documentationBlock:hover, .downloadsBlock:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .updatesBlock .fas, .documentationBlock .fas, .downloadsBlock .fas {
        font-size: 90px;
        padding: 40px 0 10px 0;
        display: block;
    }

.blockText {
    display: block;
    font-size: 18px;
    text-align: center;
}

li.nav-item {
    padding: 15px 35px;
}

    li.nav-item a {
        display: block;
        line-height: 20px;
    }

    li.nav-item:hover {
        background-color: rgba(255, 255, 255, 0.25);
    }


a:hover {
    text-decoration: none;
}

.menuField {
    min-height: 95vh;
    overflow-x: hidden;
    padding: 0;
    background-color: #ededed;
}

header .container-fluid {
    padding-left: 15px;
}

.btn {
    background: #6ebf4a;
    color: #fff !important;
}

    .btn:hover {
        background: #92cf77;
        color: #fff;
    }

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.pills-header {
    color: #4a4a4a;
    font-size: 24px;
    font-weight: 700;
    padding: 40px 0 25px 0;
}

.tab-pane {
    background: #fafafa;
    min-height: 91vh;
    padding: 30px 260px 30px 30px;
}

.signout {
    background-color: #50a72a;
    display: none;
}

li.nav-item:hover.signout:hover {
    background-color: #448e23;
}

.fa-user {
    margin-right: 5px;
}

.navbar-collapse {
    background-color: #1f2d3d;
    z-index: 9;
}

#respo {
    display: none;
}

#not-respo {
    display: flex;
}

@media screen and (max-width: 1310px) {
    .right-bar {
        display: none;
    }

    .tab-pane {
        padding: 30px 0px 30px 30px;
    }
}

@media screen and (max-width: 975px) {
    #searchSubmit {
        display: none;
    }

    img {
        width: 100%;
    }
}

@media screen and (max-width: 780px) {
    li.nav-link {
        margin: 0px 35px;
        padding: 12px 0;
    }

        li.nav-link a {
            display: block;
            line-height: 20px;
        }

        li.nav-link:hover {
            background-color: rgba(255, 255, 255, 0.25);
        }

        li.nav-link.active {
            background-color: rgba(255, 255, 255, 0.25);
        }

    #respo {
        display: flex;
    }

    #not-respo {
        display: none;
    }

    .navbar-toggler {
        float: right;
    }

    .menuField {
        display: none;
    }

    .navbar-brand, .navbar-toggler {
        margin: 7px;
    }

    a.dropdown-toggle {
        display: block;
        color: #000;
        float: left;
        margin-bottom: -28px;
        margin-left: 20px;
        font-size: 12px;
        margin-top: 17px;
    }
}

@media screen and (max-width: 770px) {
    .updatesBlock {
        float: none;
    }

    .updatesBlock, .documentationBlock, .downloadsBlock {
        margin: 25px auto;
    }
}

.download-button-block {
    display:flex;
    justify-content:flex-end;
}
