﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
    border: 0px;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
}

fieldset {
    border-width: 1px;
}

b {
    font-weight: bold;
}

html, html > body, html > body > form {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

body {
    background-color: #f5f5f5;
    line-height: 1;
}

th {
    text-align: left;
}

input, select {
    margin: 0px;
    padding: 0px;
    line-height: inherit;
}

textarea {
    resize: none;
    width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body, textarea {
    font-family: 'Roboto Condensed', 'sans-serif';
}

ol, ul {
    list-style: none;
}

em {
    font-style: normal;
    text-decoration: underline;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button[disabled] {
    background-color: #dddddd !important;
    color: #000000 !important;
    cursor: not-allowed;
}

    button[disabled]:hover, button[disabled]:active {
        background-color: #dddddd;
    }

input[type='text']:disabled, input[type='number']:disabled, span[disabled], textarea[disabled] {
    background-color: #dddddd !important;
    cursor: not-allowed !important;
}

label[disabled], i[disabled] {
    cursor: not-allowed;
    opacity: 0.6;
}

input[type='number']::-webkit-outer-spin-button, input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[data-value^='-'], span[data-value^='-'], label[data-value^='-'] {
    color: #d9534f !important;
}

hr {
    border-top: 3px solid #cccccc;
    border-radius: 5px;
/*    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
*/}
/*select[id*=AccountCode]
{
    width: 300px;
}*/
/**::-webkit-scrollbar
{
    width: 50px;
}
*::-webkit-scrollbar-track
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}*/
