﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-image: url('../img/background-reporter.png');
    color: white;
    text-decoration: none;
    background-repeat: no-repeat;
    background-color: #565A63;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

@media (pointer:coarse) {
    input[type="submit"] {
        -webkit-appearance: none;
    }

    input[type="submit"] {
        color: white;
    }

    body {
        background-attachment: scroll;
    }
}

input[type="submit"] {
    background: #9E2B2B;
    color: white;
}

thead {
    font-weight: bold;
    background-color: silver;
}

tbody {
    background-color: aliceblue;
}

.Loginn {
    text-align: center;
}

.Vixod {
    position: relative;
    text-align: right;
    padding-right: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
    max-width: 280px;
    border-radius: 6px;
    border: 2px solid black;
    padding: 2px;
}

.login-component {
    padding-left: 15px;
    padding-right: 15px;
    left: 800px;
    top: 250px;
    position: absolute;
    width: 400px;
}

.report-button {
    background: #9E2B2B;
    border: 3px solid #9E2B2B;
    color: white;
    border-radius: 5px;
    margin: 2px;
    width: 263px;
}

    .report-button:active {
        background: #808080
    }

.btn, button {
    background: #9E2B2B;
    color: #c8c8c8;
}

    .btn, button:hover:active {
        background: #808080;
        border: 3px solid #808080;
    }

footer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50px;
}

.mvc-grid-pager .active, .mvc-grid-pager .active:focus, .mvc-grid-pager .active:hover {
    background-color: #9E2B2B;
    border-color: #9E2B2B;
    color: #c8c8c8;
}

td {
    /*background: #efefef;*/
    border: 2px solid black;
    padding-left: 5px;
    padding-right: 5px;
    color: #222222
}

.section-1, section-2 {
    display: flex;
}

.GetCashReports {
    display: flex;
    flex-direction: column;
}

@media (max-width: 500px) {
    .Vixod {
    }

    .Loginn {
        text-align: center;
    }

    footer {
        display: none;
    }

    .ddays-report {
        display: inherit;
    }

    .login-component {
        padding-left: 15px;
        padding-right: 15px;
        top: auto;
        position: relative;
        width: 340px;
        text-align: center;
        left: auto;
    }

    .GetTableCash {
        display: flex;
    }

    .ddays-report {
        display: inherit;
    }
}
