﻿/* 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: #1b6ec2;
}

.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 #1b6ec2;
}

.border-bottom {
    border-bottom: 1px solid #1b6ec2;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

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

html {
    position: relative;
    min-height: 100%;
}

body {
    color: #000000;
}

.button {
    background-color: #049ff8;
    border: none;
    color: white;
    padding: 10px 10px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.banner {
   /* background-image: url('../images/cool-background.jpg'); */
   background-color: #95dbff;
    width: 100%;    
    margin-bottom: 20px;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.navbar, .navbar.border-bottom {
    background-color: #049ff8 !important;
    margin-bottom: 0px !important;
}

.border-bottom {
    border-bottom: 0px !important;
}

.navbar-brand {
    color: white !important;
}

header .nav-link {
    color: #dde4eb !important;
}

.newReport a:link, .newReport a:visited {
    font-weight: 500;
}

.application {
    width: 500px;
    padding: 15px;
    margin-bottom: 20px;
    margin-right: 20px;       
}

.application a {
    /*width: 85%;*/
}

    .application.a:visited,
    .application.a:link {
        padding-left: 0px;
        color: #065cf7 !important;
        list-style-type: none
    }

.application a:hover {
    color: #049ff8 !important;
}

    .application ul {        
        height: 300px;
        overflow: auto;
    }

.application ul, .application li {
    padding-left: 0px;
    list-style-type: none
}

    .application.proton {
        /*display: block;*/        
        background-color: #d7e6ee;
    }

    .application.contas {
        /*display: block;*/
        background-color: #e7e9eb;
    }

.delete-link {
    color: red !important;
}

    .application .delete-link:hover {        
        color: maroon !important;        
    }

    /*.application .delete-link:visited,
    .application .delete-link:link {
        padding-left: 0px;
        color: red !important;
        list-style-type: none;
        float: left;
    }*/
   

.container-fluid {
    flex-grow: 1;
    padding: 0;
}

    .container-fluid main {
        height: 100%;        
    }

.footer {
    /*bottom: 0;*/
    width: 300px;
    text-align: left;
    /*white-space: nowrap;*/
    /*line-height: 20px;*/
    /*height: 20px;*/    
    display: none;    
}

.footerContainer {
    padding-left: 10px;
}

.border-top {
}

.nav-item {
    line-height: 30px;    
}

.application .nav-item {
    line-height: 30px;    
    display: flex;
}

.tenantSelection {
    padding: 10px;
    padding-left: 15px;
}

    .tenantSelection .dropdown {
        padding-left: 10px;        
    }

        .tenantSelection .dropdown select {
            color: black !important;
        }

.dxrd-overflow-hidden {
    overflow: auto !important;
}

   