﻿/* 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. */

/* Remove ALL round corners */
* {
    border-radius: 0 !important;
}

* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.spinner {
    border-radius: 50px !important;
}

.spinner {
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
}

body {
    background-color: #F8F9FA;
}

main {
    padding-top: 5rem;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}






.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}




.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

.bg-secondary {
    background-color: #164D72 !important;
}

.table-wrapper {
    /*max-width: 100%;*/
    /*overflow: scroll;*/
}

.bg-form-section {
    background: #c6c7c8;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.slidecontainer {
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none; /* Override default CSS styles */
    -moz-appearance: none;
    appearance: none;
    width: 100%; /* Full-width */
    height: 25px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    /*opacity: 0.7;*/ /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

    /* Mouse-over effects */
    .slider:hover {
        /*opacity: 1;*/ /* Fully shown on mouse-over */
    }

    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .slider::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        -moz-appearance: none;
        appearance: none;
        width: 25px; /* Set a specific slider handle width */
        height: 25px; /* Slider handle height */
        background: #164D72; /* Blue background */
        cursor: pointer; /* Cursor on hover */
    }

    .slider::-moz-range-thumb {
        width: 25px; /* Set a specific slider handle width */
        height: 25px; /* Slider handle height */
        background: #164D72; /* Blue background */
        cursor: pointer; /* Cursor on hover */
    }

.resultPass {
    background-color: #00F08F!important;
}

.resultFail {
    background-color: #DE6A6A!important;
}
.resultConditional {
    background-color: #F59C42!important;
}
.resultError {
    background-color: #DE6A6A!important;
}
.resultNotApplicable {
    background-color: #DE6A6A!important;
}

.resultPassPOA {
    background-color: #00F08F!important;
}

.resultUnknown {
    background-color: #DE6A6A!important;
}

.containAddressCell {
    max-width: 300px;
    word-wrap: break-word
}

.termsBox {
    border: 1px solid #CCC;
    padding: 10px;
    margin: 20px 0;
    background-color: #E9ECEF;
    width: 100%;
    height: 200px;
    overflow: auto;
    font-size: 0.8em !important;
}

    .termsBox h4 {
        font-size: 1em !important;
        font-weight: bold;
        line-height: 1.5;
    }

    .termsBox h3 {
        font-size: 1em !important;
        font-weight: 400;
    }
    .termsBox p {
        line-height: 1.5;
        text-decoration: none;
    }

    .termsBox li {
        text-decoration: none;
    }

.nbnTransfeFromDifferentEntityBox {
    border: 0px solid #f00;
    /*padding: 5px;*/
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef; 
    opacity: .4; 
}

a {
    color: #2EA3F2
}

.residental-tab-title {
    padding: 1em;
    text-transform: uppercase;
}

    .residental-tab-title h5 {
        font-weight: bold;
    }

.residential-address-search {
    width: 100%;
    margin: 4px;
    padding: 1px;
    box-sizing: border-box;
}

.display-table {
    display: table;
}
.display-cell{
    display: table-cell;
}

.list-item-no-marker li {
    list-style-type: none;
}


