﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('rel/stylesheet/nn-core-min.css');
@import url('fonts/font.css');

.formbutton {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.8rem 2rem;
    background-color: #ea650d;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    width: 20rem;
    height: 3rem;
    cursor: pointer;
}


    .formbutton::before {
        background-image: url("https://www.nn-group.com/nn-group-static/static/design/F87BB2D2-1799-461D-A93D-57FDF1ACC1F9-96E5-fsm/rel/icons/search-white.svg");
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
        display: block;
        width: 2rem;
        min-width: 3rem;
        height: 2rem;
        margin-left: .8rem;
    }


html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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;
    }

/* Styles for wrapping the search box */

.main {
    width: 50%;
    margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #ea650d;
    padding: 0.5rem;
}


.tabs {
    position: relative;
    min-height: 200px; /* This part sucks */
    clear: both;
    margin: 25px 0;
}

.tab {
    float: left;
}

    .tab label {
        background: #eee;
        padding: 10px;
        border: 1px solid #ccc;
        margin-left: -1px;
        position: relative;
        left: 1px;
    }

    .tab [type="radio"] {
        opacity: 0;
    }

.content {
    position: absolute;
    top: 32px;
    left: 0;
    background: white;
    right: 0;
    bottom: 0;
    padding: 20px;
    border: 1px solid #ccc;
    overflow: hidden;
    width:100%;
    height:50rem;
}

    .content > * {
        opacity: 0;
        transform: translateX(-100%);
        transition: all 0.6s ease;
    }

[type="radio"]:focus ~ label {
    outline: 2px solid blue;
}

[type="radio"]:checked ~ label {
    background: white;
    border-bottom: 1px solid white;
    z-index: 2;
}

    [type="radio"]:checked ~ label ~ .content {
        z-index: 1;
    }

        [type="radio"]:checked ~ label ~ .content > * {
            opacity: 1;
            transform: translateX(0);
        }



.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}


/* Use a media query to add a break point at 800px: */
@media screen and (max-width: 800px) {
    .left, .main, .right {
        width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
    }
}
.filter {
    display: inline;
}
.filterdiv {
    display: none;
}
.mobilefilterdiv
    {   
        display: block;
        
    }
@media screen and (min-width: 480px) {
    .filter {
            display: none;
      }
      .filterdiv {
        display: block;
    }
    .mobilefilterdiv
    {   
        display: none;
    }
}

.result-body {
    height: 53rem;
    width: 50rem;
}

#container {
    width: 40rem; /* Can be in percentage also. */
    height: 50rem;
    margin: 0 auto;
    padding: 1px;
    position: relative;
}

.multicolortext {
    background-image: repeating-linear-gradient(to right, #ee7f00, #ea650d, #e64415, #ea650d, #ee7f00);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 32px;
}


html, body, div, img, h4, p {
    padding: 0;
    margin: 0;
}

html, body {
    width: 100%;
    font-size: 1em;
    font-family: sans-serif;

}
.grid-container{
    max-width: 80em;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1em 1em;
    box-sizing: border-box;
}

.grid-item {
    flex: 0 33%;
    height: 12em;
    padding: 2em 2em;
    margin-bottom: 1em;
    text-align: center;
    box-sizing: border-box;
}

.grid-item img {
    width: 3em;
}

.grid-item h4 {
    margin: 1em 0;
}

.grid-item p {
    font-size: 0.9em;

}

.remarks, .note {
    font-size: 0.7em;

    text-align: center;
    width: 100%;

    margin: 1em auto;
}

 /* Responsive styles -- reduce amount of columns when screen size becomes smaller */


        /* 2-column layout */
        @media only screen and (max-width: 1100px) {
            .grid-item {
                flex: 0 49%;
            }
        }


        /* 1-column layout */

        @media only screen and (max-width: 700px) {
            .grid-item {
                flex: 0 100%;
            }
        }