﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    text-decoration: none;
}
/* Rasel CSS Start */
.header {
    background-color: #0cb8b6;
}

.img-fluid {
    max-height: 60px !important;
    padding: 4px;
}

#banner_image {
    background-image: url("/lab_banner_barind.jpg");
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    height: 430px;
}

.submit_form {
    padding: 4%;
    text-align: center;
}

.input_box {
    width: 35%;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 14px 32px;
    font-size: 16px;
}

@media only screen and (max-width: 600px) {
    .input_box {
        width: 65%;
        background-color: #f7f7f7;
        border: 1px solid #e8e8e8;
        -ms-border-radius: 3px;
        border-radius: 3px;
        padding: 14px 32px;
        font-size: 12px;
    }
}

.search_button {
    background-color: #0cb8b6;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.navbar_brand {
    display: flex;
    text-decoration: none;
    padding: 2px;
    line-height: 32px !important;
    color: white;
    letter-spacing: normal !important;
    font-family: "Roboto",sans-serif !important;
}

@media only screen and (max-width: 600px) {
    #banner_image {
        background-image: url("/banner_mobile_barind_report.jpg");
        -ms-background-repeat: no-repeat;
        background-repeat: no-repeat;
        width: 100%;
        max-height: 316px;
        -ms-background-size: contain;
        background-size: contain;
        overflow: hidden;
        height: 316px;
    }

    .navbar_brand {
        -moz-align-content: center;
        -o-align-content: center;
        -webkit-align-content: center;
        align-content: center;
        -moz-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        -o-flex-flow: column wrap;
        -webkit-flex-flow: column wrap;
        flex-flow: column wrap;
        justify-items: center;
        font-size: 18px !important;
    }

    #banner_image {
        height: 210px;
    }
}

@media only screen and (min-width: 600px) {
    .navbar_brand {
        -moz-align-content: center;
        -o-align-content: center;
        -webkit-align-content: center;
        align-content: center;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -o-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 24px !important;
    }

    #banner_image {
        height: 430px;
    }
}
/* Rasel CSS End */

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        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: 0px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    white-space: nowrap;
    line-height: 60px;
    background-color: #FBFCFC;
    text-align: center;
    color: #0cb8b6;
    letter-spacing: .2em;
    border-top: 1px solid #0cb8b6;
    font-family: "Roboto",sans-serif !important;
}

@media only screen and (max-width: 600px) {
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        font-size: 10px;
        white-space: nowrap;
        background-color: #FBFCFC;
        text-align: center;
        color: #0cb8b6;
        border-top: 1px solid #0cb8b6;
        font-family: "Roboto",sans-serif !important;
    }
}
