﻿/*
 * Copyright 2018-2019 the original author or authors.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 * http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*Dom Reset*/
*, *::before, *::after {
    box-sizing: border-box;
}

html, body, blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2,
h3, h4, h5, h6, input, li, ol, p, td, textarea, th, ul {
    padding: 0;
    margin: 0
}

xmp {
    font-family: Calibri;
    display:inline;
}

pre {
    display: inline;
    font-size: 1.2rem;
    font-family: Calibri;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav,
section {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-size: 100%
}
/*Table Reset*/
table {
    border-collapse: collapse;
    border-spacing: 0
}

    table tr th {
        text-align: center;
        word-break: break-all
    }

    table tr td {
        word-break: break-all
    }
/*Img Reset*/
img {
    vertical-align: middle;
    border-style: none;
}
/*UL Reset*/
ul {
    list-style: none;
    display: block;
}

abbr, acronym {
    border: 0
}
/*A Reset*/
a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        text-decoration: underline;
    }

    a.ln:hover {
        text-decoration: none;
    }

    a:not ([href] ):not ([tabindex] ) {
        color: inherit;
        text-decoration: none;
    }

        a:not ([href] ):not ([tabindex] ):hover, a:not ([href] ):not ([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not ([href] ):not ([tabindex] ):focus {
            outline: 0;
        }

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
/*Attr Reset*/
[tabindex="-1"]:focus {
    outline: 0 !important;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

[hidden] {
    display: none !important;
}
/*Button Reset*/
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

    button:not (:disabled ), [type="button"]:not (:disabled ), [type="reset"]:not
    (:disabled ), [type="submit"]:not (:disabled ) {
        cursor: pointer;
    }

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
/*Input Reset*/
input[type="date"], input[type="time"], input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}
input::-ms-clear {
    display:none;
}
textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

.clearfix {
    overflow: auto;
    _height: 1%;
    zoom: 1;
}

    .clearfix:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
    }

task {
    display: none;
}

hr {
    background-color: "#000"
}
