﻿/* 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. */

/* Override Bootstrap's Media Elements */
@media (min-width: 576px) and (max-width: 12500px) {
    .container {
         max-width: none;
    }
}

/* Override Bootstrap's Media Elements */
/*@media (min-width: 576px) {
    .container {
        *max-width: 540px;*
        max-width: none;
    }
}

@media (min-width: 768px) {
    .container {
        *max-width: 720px;*
        max-width: none;
    }
}

@media (min-width: 992px) {
    .container {
        *max-width: 960px;*
        max-width: none;
    }
}

@media (min-width: 1200px) {
    .container {
        *max-width: 1140px;*
        max-width: none;
    }
}*/



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 */
}



/* Slickgrid styles
-------------------------------------------------- */
.slick-header-columns {
    background: none;
    background-color: #E0E0E0;
}

.slick-header-column.ui-state-default {
    /*display: table;*/
    background: none;
    background-color: #505050;
    color: #eeeeee;
    border: none;
    padding: 0px 0px 0px 4px;
    text-shadow: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    min-height: 30px;
    line-height: 30px;
    vertical-align: bottom;
}

.slick-header-column.ui-state-default, .slick-group-header-column.ui-state-default {
    vertical-align: bottom;
}

.slick-row.ui-widget-content, .slick-cell {
    /*background: none;
    background-color: #eeeeee;
    color: #666666;
    border: none;
    border-bottom: solid 1px #ffffff;
    font-size: 14px;*/
    /*height: 60px;*/
    /*line-height: 60px;*/
    /*padding: 0 5px;*/
}

input.editor-text {
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    background: transparent;
    outline: 0;
    padding: 0;
}

.slick-button {
    /*border: 1px outset blue;
    height: 50px;
    width: 50px;
    cursor: pointer;*/
    width: 100%;
    height: 100%;
    /*margin-bottom: 6px;*/
    display: block;
    /*display: table-cell;*/
    /*background-color: lightBlue;*/
    /*text-align: center;*/
}

/*.butt {
    border: 1px outset blue;
    height: 50px;
    width: 50px;
    cursor: pointer;
    width: 100%;
    display: block;
    display: table-cell;
    background-color: lightBlue;
    text-align: center;
}

    .butt:hover {
        background-color: blue;
        color: white;
    }

    .butt:active {
        background-color: purple;
        color: white;
    }*/


/*Blazor adds these classes as part of field validation: modified / valid / invalid */
.form-control {
    border: none;
}

label.valid {
    outline: none;
    box-shadow: none;
    /*    border-left: 5px solid green;*/
    border-width: 0px;
    border-style: none;
    /*border-bottom: 1px solid black;*/
    border: none;
}

label.modified.valid {
    outline: none;
    box-shadow: none;
    border-width: 0px;
    border-style: none;
    /*    border-right: 5px solid blue;*/
    /*border-bottom: 2px solid red;*/
    border: none;
}


input.valid {
    outline: none;
    box-shadow: none;
    /*    border-left: 5px solid green;*/
    border-width: 0px;
    border-style: none;
    border-bottom: 1px solid black;
}

input.invalid {
    outline: none;
    box-shadow: none;
    border-width: 0px;
    border-style: none;
    /*border-left: 3px solid red;*/
    border-bottom: 2px solid red;
}

input.modified.invalid {
    outline: none;
    box-shadow: none;
    border-width: 0px;
    border-style: none;
    /*    border-right: 5px solid blue;*/
    border-bottom: 2px solid red;
}

label {
    /* Allow labels to use `margin` for spacing. */
    display: inline-block;
    margin-bottom: 0rem;
}
