/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* 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-bottom: 60px;
    font-family: 'Source Sans Pro', sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}




.part2, .part3, .part4, .part5, .part6, .part7, .part8, .part9, .part10, .part2i, .part3i {
    display: none;
}

.probability {
    position: relative;
    top: 3px;
    left: 9px;
}

#calculateButtonContainer {
    margin-top: 30px;
    margin-bottom: 120px;
}

.logo-icon {
    height: 90px;
    margin-top: 25px;
}

#home-title {
    margin-top: 50px;
    margin-bottom: 50px;
}

.main-text {
    font-size: 25px;
}

.inputLabel {
    font-size: 25px;
    margin-top: 20px;
}

.inputLabel2 {
    font-size: 25px;
    margin-top: 20px;
}

.logo-big {
    height: 200px;
    margin: 0 auto;
}

/*Desktop only*/
@media (min-width: 768px) {
    .desktop-only {
        display: inherit;
    }

    .mobile-only {
        display: none;
    }

    .logo-icon {
        left: 15px;
        height: 140px;
        position: relative;
        top: -16px;
    }

    p#base-rate {
        margin-left: 404px;
    }
}

/*Mobile Only*/
@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    #home-title {
        font-size: 34px;
        margin-top: 0;
        /* margin-bottom: 30px; */
    }

    .main-text {
        font-size: 22px;
    }

    .display-4 {
        font-size: 2.5em;
    }
}

#graphBackButtonContainer {
    margin-top: 0px;
}

.text-input {
    color: black;
    width: 50px;
    height: 31px;
    margin: 0 auto;
    font-size: 25px;
    padding: 5px;
    display: inline-block;
}


img#graphLoading {
    margin-top: 50px;
    height: 100px;
}

form#dataForm {
    margin-top: 50px;
}

input[type=checkbox], input[type=radio] {
    margin-left: 10px;
}

.chosen-container.chosen-container-single {
    width: 300px !important; /* or any value that fits your needs */
    margin-top: 25px;
    text-align: left;
}

.parent-region {
    font-weight: bold;
}

/*for region drop down*/
.region-level1{
    padding-left: 10px !important;
}
.region-level2{
    padding-left:20px !important;
}
.region-level3 {
    padding-left: 30px !important;
}
.region-level4 {
    padding-left: 40px !important;
}
.region-level5 {
    padding-left: 50px !important;
}
.region-level6 {
    padding-left: 60px !important;
}
.region-level7 {
    padding-left: 70px !important;
}

.highcharts-data-label span {
    white-space: normal !important;
}

#riskList {
    text-align: left;
    font-size:20px;
    margin-bottom: 50px;
}

#riskList a{
    text-decoration:none;
    color:black;
}

hr {
    margin: 10px;
}


hr.hr-level-0 {
    border-bottom: solid 10px black;
}
    hr.hr-level-1 {
        border-bottom: solid 7px black;
    }
    hr.hr-level-2 {
        border-bottom: solid 4px black;
    }
    hr.hr-level-3 {
        border-bottom: solid 2px black;
    }
    hr.hr-level-4 {
        border-bottom: solid 1px black;
    }
    hr.hr-level-5 {
        border-bottom: solid 1px black;
    }

.list-cat-1 {
    border-color: #c98411 !important;
}
.list-cat-2 {
    border-color: #880303 !important;
}
.list-cat-3 {
    border-color: #8a5d0f !important;
}

hr{
    border-top:0;
}