﻿/* 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;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

#calls-tab {
    width: 100%;
    text-align: left;
    overflow: auto;
    margin-top: 1.5rem;
    word-break: break-word;
}

    #calls-tab tr {
        border-bottom: 1px solid darkgray;
    }

    #calls-tab th {
        text-shadow: none;
    }

    #calls-tab th, #calls-tab td {
        padding: 5px 10px 5px 25px;
        width: auto;
        min-width: 25%;
        /*border-left: 1px solid #fff;*/
        /*border-right: 1px solid #fff;*/
    }

    #calls-tab tr:nth-child(even) {
        background-color: rgba(0,145,255,0.55);
        color: white;
        text-shadow: 2px 2px 3px #000000;
        border-bottom: 1px solid darkgray;
        /*border-left: 1px solid #000;*/
        /*border-right: 1px solid #000;*/
    }

    #calls-tab tr:nth-child(odd) {
        text-shadow: 2px 2px 3px #73c2ff;
    }

.container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 2rem;
}

.page-error {
}
    .page-error h1 {
        background: rgba(0,145,255,0.55);
        padding: 5px 0 5px 0;
        color:white;
    }



/*-------------------------------media responsive personal-------------------------------*/

@media screen and (min-width: 1200px) {

    .navbar-brand {
        font-size: 2em;
    }

    .container {
        font-size: 2.60rem;
    }
}
