﻿body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

/*new layout style starts here*/
.topnav {
    width: 100%;
    /*    overflow: hidden;*/
    background-color: #BCC6CC; /*#333;*/
    color: black;
    border: 0px;
    padding: 0px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
}

    .topnav a {
        float: left;
        color: black; /*#f2f2f2;*/
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {
            background-color: #009688; /*#ddd;*/
            color: white; /*black;*/
        }

        .topnav a.active {
            background-color: #009688; /*#4CAF50;*/
            color: white;
        }

.topnav-right {
    float: right;
    background-color: #BCC6CC; /*#333;*/
    color: black;
}

    .topnav-right > div > form > button {
        float: left;
        color: black; /*#f2f2f2;*/
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        border: none;
        background-color: #BCC6CC; /*#333;*/
        border-color: none;
    }

        .topnav-right > div > form > button:hover {
            background-color: #009688; /*#ddd;*/
            color: white; /*black;*/
        }

        .topnav-right > div > form > button.active {
            background-color: #009688; /*#4CAF50;*/
            color: white;
        }

.dropbtn {
    background-color: #BCC6CC; /*#4CAF50;*/
    color: black; /*white;*/
    padding: 14px 16px;
    font-size: 16px;
    border: none;
}

    .dropbtn:hover {
        background-color: #009688;
        color: white;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdowncontent {
    display: none;
    position: absolute;
    background-color: #E5E4E2; /*#f1f1f1;*/
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdowncontent a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdowncontent a:hover {
            background-color: #009688; /*#ddd;*/
            color: white;
        }

        .dropdowncontent a:active {
            background-color: #009688; /*#ddd;*/
            color: white;
        }

.dropdown:hover .dropdowncontent {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #009688; /*#3e8e41;*/
}

/* Fixed sidenav, full height */
.sidenavbar {
    height: 100%;
    width: 20%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #E5E4E2; /*#111;*/
    color: black;
    overflow-x: hidden;
    /*    padding-top: 20px;*/
}

    /* Style the sidenav links and the dropdown button */
    .sidenavbar a, .dropdown-btn {
        padding: 10px 4px 10px 10px;
        text-decoration: none;
        font-size: 18px;
        color: black;
        display: block;
        /*border-top: 1px solid grey;*/
        border-top: none;
        border-bottom: 1px solid grey;
        border-left: 1px solid grey;
        border-right: 1px solid grey;
        background: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
    }

        /* Add an active class to the active dropdown button */
        .sidenavbar a.active {
            background-color: #009688; /*#4CAF50;*/
            color: white;
        }

        /* On mouse-over */
        .sidenavbar a:hover {
            color: white; /*#f1f1f1;*/
            background-color: #009688;
        }

        .dropdown-btn:hover {
            color: black;
        }

        .dropdown-btn:active {
            color: black;
        }

        .dropdown-btn:focus {
            color: black;
            background: none !important;
        }

/* Main content */
.main {
    /*    height: 100vh !important;*/
    overflow-y: scroll;
    margin-left: 20%; /* Same as the width of the sidenav */
    /*font-size: 20px;*/ /* Increased text to enable scrolling */
    padding: 0px 10px;
    position: relative;
    /*background-image: url(../image/tax.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;*/
}

    .main::after {
        content: "";
        background: url(../image/tax.png);
        opacity: 0.1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: fixed;
        z-index: -1;
    }

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #D1D0CE;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
    font-size: 30px;
    height: 1em !important;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #BCC6CC; /*#333;*/
    color: black;
    text-align: center;
    padding: 10px 0px;
}

.animate-left0 {
    position: relative;
    animation: animateleft 0.2s
}

.animate-left1 {
    position: relative;
    animation: animateleft 0.4s
}

.animate-left2 {
    position: relative;
    animation: animateleft 0.6s
}

.animate-left3 {
    position: relative;
    animation: animateleft 0.8s
}

.animate-left4 {
    position: relative;
    animation: animateleft 1s
}

.animate-left5 {
    position: relative;
    animation: animateleft 1.2s
}

.animate-left6 {
    position: relative;
    animation: animateleft 1.4s
}

.animate-left7 {
    position: relative;
    animation: animateleft 1.6s
}

.animate-left8 {
    position: relative;
    animation: animateleft 1.8s
}

.animate-left9 {
    position: relative;
    animation: animateleft 2s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.animate-opacity0 {
    animation: opac 0.3s
}

.animate-opacity1 {
    animation: opac 0.6s
}

.animate-opacity2 {
    animation: opac 0.9s
}

.animate-opacity3 {
    animation: opac 1.2s
}

.animate-opacity4 {
    animation: opac 1.5s
}

.animate-opacity5 {
    animation: opac 1.8s
}

.animate-opacity6 {
    animation: opac 2.1s
}

.animate-opacity7 {
    animation: opac 2.4s
}

.animate-opacity8 {
    animation: opac 2.7s
}

.animate-opacity9 {
    animation: opac 3s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


/*new style ends here*/

/*header, footer {*/
/*padding-left: 300px !important;*/
/*transition: margin-left .5s;*/
/*padding-left: 16px;*/
/*margin-left: 50px;*/
/*width: window.innerWidth -50px !important;*/
/*}*/

/*main {*/
/*padding-left: 300px !important;*/
/*height: 90vh !important;*/
/*width: 100% -50px !important;*/
/*overflow: auto;
            transition: margin-left .5s;*/
/*padding-left: 16px;*/
/*margin-left: 50px;
            flex: 1 0 auto;
        }*/

/*.sidebar {
            height: 100%;
            width: 50px;
            position: fixed;
            z-index: 1;
            top: 0;
            left: 0;*/
/*background-color: #111;*/
/*overflow-x: hidden;
            transition: 0.5s;
            padding-top: 30px;
        }*/

/*.sidebar a {
                padding: 8px 8px 8px 10px;
                text-decoration: none;
                color: #818181;
                display: block;
                transition: 0.3s;
            }

                .sidebar a:hover {
                    color: blue;
                }

                .sidebar a:active {
                    color:mediumpurple;
                }*/

/*.sidebar > ul > li > a {
                padding: 8px 8px 8px 10px;
                text-decoration: none;*/
/*font-size: 25px;*/
/*color: #818181;
                display: block;
                transition: 0.3s;
            }*/

/*.sidebar > ul > li > a:hover {
                    color: blue;
                }*/

/*.sidebar > ul > li:active {
                color: mediumpurple;
            }*/

/*.sidebar .closebtn {
                position: absolute;
                top: 0;
                right: 1px;*/
/*font-size: 20px;*/
/*margin-left: 50px;
            }*/

ul.no-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav_circle {
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

label {
    color: #000;
}

input:focus + label {
    color: #000;
}

input:focus {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

input.valid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

input.invalid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 red;
}

.td-border-all {
    border: 1px solid black;
}

.td-border-top {
    border-top: 1px solid black;
}

.td-border-right {
    border-right: 1px solid black;
}

.td-border-bottom {
    border-bottom: 1px solid black;
}

.td-border-left {
    border-left: 1px solid black;
}

.td-border-none {
    border: none;
}

.td-border-top-none {
    border-top: none;
}

.td-border-right-none {
    border-right: none;
}

.td-border-bottom-none {
    border-bottom: none;
}

.td-border-left-none {
    border-left: none;
}

.top-align {
    vertical-align: top;
}

.auto-size {
    width: auto;
    height: auto;
}

.rotate90 {
    transform: rotate(90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate_minus_90 {
    transform: rotate(-90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate180 {
    transform: rotate(180deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(180deg);
    /* Firefox */
    -moz-transform: rotate(180deg);
    /* IE */
    -ms-transform: rotate(180deg);
    /* Opera */
    -o-transform: rotate(180deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.rotate_minus_180 {
    transform: rotate(-180deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(-180deg);
    /* Firefox */
    -moz-transform: rotate(-180deg);
    /* IE */
    -ms-transform: rotate(-180deg);
    /* Opera */
    -o-transform: rotate(-180deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.rotate270 {
    transform: rotate(270deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(270deg);
    /* Firefox */
    -moz-transform: rotate(270deg);
    /* IE */
    -ms-transform: rotate(270deg);
    /* Opera */
    -o-transform: rotate(270deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
}

.rotate_minus_270 {
    transform: rotate(-270deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(-270deg);
    /* Firefox */
    -moz-transform: rotate(-270deg);
    /* IE */
    -ms-transform: rotate(-270deg);
    /* Opera */
    -o-transform: rotate(-270deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
}

.letters {
    /*height: 8px;
            line-height: 16px;
            border-bottom: 1px solid green;*/
    position: relative;
}

    .letters > span {
        float: left;
        -webkit-transform: rotate(-270deg);
    }

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.reportDiv {
    text-align: center !important;
}

    .reportDiv > div > div > div {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center !important;
        -webkit-align-items: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }

        .reportDiv > div > div > div > input[type="text"] {
            font-family: Arial,sans-serif !important;
            font-size: calc(40px * 0.4) !important;
            text-align: center !important;
            border: 0 !important;
            background: transparent !important;
            /*border-radius: 4px !important;*/
            height: calc(40px * 0.8) !important;
            width: 3em !important;
            margin-top: calc(40px * 0.1) !important;
            margin-bottom: calc(40px * 0.1) !important;
            margin-left: calc(40px * 0.1) !important;
            margin-right: calc(40px * 0.1) !important;
            padding: 0 !important;
            vertical-align: middle !important;
            display: block !important;
        }

        .reportDiv > div > div > div > img {
            height: calc(40px * 0.8) !important;
            padding-top: calc(40px * 0.1) !important;
            padding-bottom: calc(40px * 0.1) !important;
            padding-left: calc(40px * 0.25) !important;
            padding-right: calc(40px * 0.25) !important;
            vertical-align: middle !important;
            text-align: center !important;
            opacity: 0.5 !important;
            display: block !important;
        }


/*Slideshow CSS starts here*/
* {
    box-sizing: border-box
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: inherit;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    color: black;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
        color: white;
    }

/* Caption text */
.text {
    color: darkgreen;
    font-size: 30px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

/* Number text (1/3 etc) */
.numbertext {
    color: darkgreen;
    font-size: 30px;
    font-weight: bold;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.current .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}
/*Slideshow CSS ends here*/

.current {
    background-color: black;
}

.blink {
    animation: blinker 1s linear infinite;
    color: red;
    font-size: 20px;
    font-weight: bold;
    font-family: sans-serif;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


.item {
    width: -moz-fit-content;
    width: fit-content;
}