﻿/* 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. */

@media print {
    a[href]:after {
        content: none !important;
    }

    .footer-region{ visibility: hidden }

    .row-action-button{ visibility: hidden }
}

:root {
    --color-primary-orange: #F46321;
    --color-secondary-yellow: #FBB03F;
    --color-foreground: #231F20;
    --test-color: #2196F3;
    --footer-background: white;
    --header-background: white;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.header-bottom-borderbar {
    /*style ="height:2px; background-color:black"*/
    height:2px;
    background-color:black;
}

.header-logo {
    display:block;
    width:100%;
    height:auto;
}

.footer-region {
    /*style ="vertical-align:bottom;position:fixed; bottom:0; width:100%; background-color:white;"*/
    vertical-align: bottom;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--footer-background);
}

.footer-region-top-border {
    /*style ="height:5px; background-color:black"*/
    height:5px;
    background-color:black;
}

.footer-region-top-separator {
    height: 10px;
    background-color: var(--color-primary-orange);
}

.badlands-software-copyright-container {
    /*style ="background-color:#ffffff;float:right;padding:10px"*/
    background-color:var(--footer-background);
    float:right;
    padding:10px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dashboard-button {
    /*background-color: #F46321;*/
    background-image: linear-gradient(#FBB03F,var(--color-primary-orange),var(--color-primary-orange),var(--color-primary-orange),#FBB03F);
    background-size: 200% auto;
    color: white;
    width: 205px;
    height: 40px;
    margin-left: 5px;
    margin-bottom: 5px;
    font-family: Arial;
    font-size: 18px;
    border-radius:0;
}

.dashboard-button:hover {
    border-width:1px;
    border-color:white;
}

.btn-primary {
    background-image: linear-gradient(#FBB03F,var(--color-primary-orange),var(--color-primary-orange),var(--color-primary-orange),#FBB03F);
    border-color: black;
    border-width: 1px;
    color: white;
}

    /*.btn-primary:visited {
        background-image: linear-gradient(#FBB03F,var(--color-primary-orange),var(--color-primary-orange),var(--color-primary-orange),#FBB03F);
        background-color: yellow;
        border-color: black;
        border-width: 1px;
        color: white;
    }*/

    .btn-primary:hover {
        background-image: linear-gradient(#FBB03F,var(--color-primary-orange),#FBB03F);
        border-color: black;
        border-width: 1px;
        color: white;
    }

    .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-color: var(--color-secondary-yellow);
        border-color: black;
        border-width: 1px;
        color: white;
    }

/*.btn-primary:active  {
    background-image: linear-gradient(var(--color-primary-orange));
    border-color: black;
    border-width: 1px;
    color: white;
}

    .btn-primary:default.active {
        background-image: linear-gradient(var(--color-primary-orange));
        border-color: black;
        border-width: 1px;
        color: white;
    }

.btn-primary:checked {
    background-image: linear-gradient(var(--color-primary-orange));
    border-color: black;
    border-width: 1px;
    color: white;
}

.btn-primary:current {
    background-image: linear-gradient(var(--color-primary-orange));
    border-color: black;
    border-width: 1px;
    color: white;
}*/

.add-button {
    /*background-color: #F46321;*/
    background-image: linear-gradient(#FBB03F,var(--color-primary-orange),var(--color-primary-orange),var(--color-primary-orange),#FBB03F);
    background-size: 200% auto;
    float: right;
    border-color: black;
    border-width: 2px;
    color: white;
    width: 250px;
    height: 40px;
    margin-left: 5px;
    margin-top: 10px;
    font-family: Arial;
    font-size: 18px;
    border-radius: 0;
}

.row-action-button {
    background-color: #F46321;
    /*background-image: linear-gradient(#FBB03F,var(--color-primary-orange),var(--color-primary-orange),var(--color-primary-orange),#FBB03F);*/
    background-size: 200% auto;
    float: right;
    border-color: black;
    /*border-radius:3px;
    border-width: 1px;*/
    color: white;
    /*width: 50px;*/
    height: 30px;
    /*margin-left: 5px;
    margin-top: 10px;*/
    font-family: Arial;
    font-size: 14px;
    /*border-radius: 0;*/
}

/*.add-button:hover {
    border-width: 5px;
    border-color: black;
}*/

.page-header {
    float: left;
    font-family: Arial;
    margin-top:20px;
    border-bottom:0px;
}

.tablinks {
    width:200px;
    margin-right:10px;
    margin-bottom:10px;
}

.dashboard-group-context {
    /*style ="color:white;font-weight:bolder;font-family:Arial"*/
    color:white;
    font-family:Arial;
    padding-left:40px;
}

.dashboard-group-header{
       color:white;
       font-family:Arial;
}

.separator-list-item {
    border-top: 1px solid black;
    padding: 2px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


#menu-toggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #000000;
    border-radius: 0px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}

th.rotate {
    /* Something you can count on */
    height: 140px;
    white-space: nowrap;
}

    th.rotate > div {
        transform:
        /* Magic Numbers */
        translate(25px, 51px)
        /* 45 is really 360 - 45 */
        rotate(315deg);
        width: 30px;
    }

        th.rotate > div > span {
            border-bottom: 1px solid #ccc;
            padding: 5px 10px;
        }


/* Customize the label (the container) */
.radio-button-container {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-right:15px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
.radio-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    float: left;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-button-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-button-container input:checked ~ .checkmark {
    background-color: var(--color-primary-orange);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-button-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-button-container .checkmark:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.sticky {
    position: fixed;
    top: 500px;
    width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 102px;
}

.fixed_header {
    width: 400px;
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header tbody {
    display: block;
    width: 100%;
    overflow: auto;
    height:;
}

.fixed_header thead tr {
    /*display: block;*/
}

.fixed_header thead {
    /*background: black;
    color: #fff;*/
}

.fixed_header th, .fixed_header td {
    padding: 5px;
    text-align: left;
    /*width: 200px;*/
}

