﻿/*
    33, 33, 42
    #21212a 
    Light gery rgb(95,95,95)
    Dark grey rgb(31,31,31)
*/
/* cyrillic-ext */
:root {
    --primary-color: #ec0000;
    --primary-color-transparent: rgba(0,70,131,80);
    --background-color: rgb(31,31,31);
    --menu-font-color: white;
}

.TabpopButton {
    color: white;
    padding: 5px;
    border-top-right-radius: 13px;
    border: 2px solid black;
    background-color: #004a8b;
    cursor: pointer;
    transition: background-color 0.5s ease;
    font-weight: bold;
}

.CircleGreen {
    border-radius: 50%;
    border: 10px solid rgb(0,255,5);
    background-color: rgba(0,255,5,0.3);
    font-size: 24px;
    font-weight: bold;
    width: 75px;
    height: 55px;
    position: relative;
    text-align: center;
    padding-top: 20px
}

.CircleRed {
    border-radius: 50%;
    border: 10px solid rgb(255 0 0);
    background-color: rgba(255,0,0,0.3);
    font-size: 24px;
    font-weight: bold;
    width: 75px;
    height: 55px;
    position: relative;
    text-align: center;
    padding-top: 20px
}

.HideValidation {
    display: none;
}


.TabpopButton:hover {
    background-color: gray;
}


.TabShipperpopButton {
    color: white;
    padding: 5px;
    border-top-right-radius: 13px;
    border: 2px solid black;
    background-color: #004a8b;
    cursor: pointer;
    transition: background-color 0.5s ease;
    font-weight: bold;
}


    .TabShipperpopButton:hover {
        background-color: gray;
    }

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../fonts/glyphicons-halflings-regular.woff') format('woff');
}

@font-face {
    font-family: 'Barcode128';
    src: url('../../../fonts/code128.ttf') format('truetype');
}

@font-face {
    font-family: 'Barcode3of9';
    src: url('../../../fonts/fre3of9x.ttf') format('truetype');
}

@media print {
    table {
        page-break-after: auto
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto
    }

    td {
        page-break-inside: avoid;
        page-break-after: auto
    }

    thead {
        display: table-header-group
    }

    tfoot {
        display: table-footer-group
    }
}


#divNotifications::-webkit-scrollbar {
    width: 10px;
    height: 15px;
    border-radius: 5px;
}

#divNotifications::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-image: linear-gradient(#21212a, var(--background-color));
}

.Barcode128 {
    font-family: 'Barcode128';
    font-size: 40px;
}

.Barcode3of9 {
    font-family: 'Barcode3of9';
    font-size: 40px;
}

.icon {
    font-family: 'Glyphicons Halflings';
    line-height: 1;
}

.icon-support:before {
    content: "\e162";
}

.icon-camera:before {
    content: "\01f4f7";
}

.icon-filter:before {
    content: "\e138";
}

.icon-help:before {
    content: "\e085";
}

.icon-eye:before {
    content: "\e105";
}

.icon-plus:before {
    content: "\2b";
}

.icon-plus-sign:before {
    content: "\e081";
}

.icon-ok:before {
    content: "\e013";
}

.icon-export:before {
    content: "\e025";
}

.icon-calendar:before {
    content: "\1F4C5";
}

.icon-check:before {
    content: "\e067";
}

.icon-arrow:before {
    content: "\e092";
}

.icon-arrow-left:before {
    content: "\e091";
}

.icon-next:before {
    content: "\e080";
}

.icon-back:before {
    content: "\e079";
}

.icon-empty:before {
    content: "\e000";
}

.icon-bell:before {
    content: "\1f514";
}

.icon-time:before {
    content: "\e023";
}

.icon-cross:before {
    content: "\e014";
}

.icon-tasks:before {
    content: "\e141";
}

.icon-home:before {
    content: "\e021";
}

.icon-save:before {
    content: "\e172";
}

.icon-fullscreen:before {
    content: "\e140";
}

.icon-user:before {
    content: "\e008";
}

.icon-suggest:before {
    content: "\e107";
}

.icon-usd:before {
    content: "\e148";
}

.icon-minus:before {
    content: "\2212";
}

.icon-link:before {
    content: "\e144";
}

.icon-cog:before {
    content: "\e019";
}

.icon-copy:before {
    content: "\e178";
}

.icon-heart:before {
    content: "\e143";
}

.icon-undo:before {
    content: "\e020";
}

.icon-send:before {
    content: "\e171";
}

.icon-bug:before {
    content: "\e107";
}

.icon-account:before {
    content: "\e185";
}

.icon-bold:before {
    content: "\e048";
}

.icon-share:before {
    content: "\e066";
}

.icon-italic:before {
    content: "\e049";
}

.icon-text-height:before {
    content: "\e050";
}

.icon-text-width:before {
    content: "\e051";
}

.icon-align-left:before {
    content: "\e052";
}

.icon-align-center:before {
    content: "\e053";
}

.icon-align-right:before {
    content: "\e054";
}

.icon-align-justify:before {
    content: "\e055";
}

.icon-list:before {
    content: "\e056";
}

.icon-indent-left:before {
    content: "\e057";
}

.icon-indent-right:before {
    content: "\e058";
}

.icon-font:before {
    content: "\e047";
}

.icon-print:before {
    content: "\e047";
}

.ActiveMenuItem {
    text-decoration: underline;
}

@media (max-width:780px) {

    .QRCode {
        max-width: 49%;
    }

    .BarCode {
        max-width: 49%;
    }

    .CompanySection {
        font-size: 22px;
        position: fixed;
        top: 1px;
        left: 25px;
    }

    .MainMenu {
        display: none;
        background-color: var(--background-color);
        position: fixed;
        top: 50px;
        left: 0px;
        height: 100vh;
        width: 100vw;
        color: var(--menu-font-color);
        list-style: none;
        overflow: auto;
        margin: 0;
        padding: 5px;
        font-size: 14px;
    }

        .MainMenu > li > ul {
            list-style: none;
        }
}

.CompanyLogo {
    height: 85px;
}

.SVGColours {
    width: 18%;
    position: fixed;
    bottom: 25px;
    left: 5px;
    z-index: 1;
}

.DashboardNav {
    background-color: var(--background-color);
    color: var(--menu-font-color);
    font-size: 12px;
    height: 100vh;
    position: fixed;
    left: 0px;
    width: 18%;
    padding: 10px;
    background-image: linear-gradient(to right, var(--background-color), #4b4b4b);
}

.DashboardBox {
    text-align: center;
    font-size: 26px;
    color: white;
    margin: 10px;
    cursor: pointer;
    opacity: 0.8;
    border: 3px solid;
    border-radius: 7px;
}

.btn-leftpane {
    text-align: left;
    border: 1px solid transparent;
    cursor: pointer;
    margin: 0;
    margin-left: 2px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

    .btn-leftpane > div {
        text-align: left;
        border: 1px solid transparent;
        cursor: pointer;
        margin: 0;
        margin-left: 2px;
        font-size: 14px;
        font-weight: bold;
        padding: 10px;
        padding-left: 25px;
    }

    .btn-leftpane:hover {
        border-bottom: 1px solid var(--primary-color);
    }

@media (min-width:780px) {
    .CompanySection {
        position: fixed;
        top: 5px;
        right: 150px;
    }

    .MainMenu {
        list-style: none;
        background-color: var(--background-color);
        color: var(--menu-font-color);
        margin-top: 0px;
        position: relative;
        top: 28px;
    }

        .MainMenu > li {
            background-color: var(--background-color);
            float: left;
            padding: 10px 15px 0px 15px;
            height: 32px;
            border: 1px solid gray;
            border-bottom: 2px solid gray;
            text-decoration: none;
            text-align: center;
            font-size: 12px;
            font-weight: bold;
            cursor: pointer;
            margin: 1px;
            transition: border-top-left-radius 1s ease, border-top-right-radius 1s ease;
            width: 100px;
            overflow: hidden;
        }

            .MainMenu > li > div {
                height: 48px;
            }

            .MainMenu > li:hover {
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
                border-bottom: 2px solid var(--primary-color);
                overflow: inherit;
            }

            .MainMenu > li > ul {
                list-style: none;
                position: absolute;
                transition: opacity .5s ease;
                z-index: 100;
                max-height: 0px;
                overflow: hidden;
                opacity: 0;
            }

            .MainMenu > li:hover > ul {
                max-height: inherit;
                overflow: inherit;
                opacity: 1;
            }

            .MainMenu > li > ul > li {
                background-color: var(--background-color);
                position: relative;
                top: -14px;
                left: -56px;
                padding: 15px;
                border: 2px solid black;
                border-top: none;
                width: 100px;
            }

                .MainMenu > li > ul > li > ul {
                    list-style: none;
                    position: absolute;
                    /*display: none;*/
                    width: 0px;
                    overflow: hidden;
                    opacity: 0;
                    transition: opacity .5s ease, width .5s ease;
                    white-space: nowrap;
                }

                .MainMenu > li > ul > li:hover {
                    border-bottom: 2px solid var(--primary-color);
                }

                    .MainMenu > li > ul > li:hover > ul {
                        display: block;
                        width: 150px;
                        overflow: inherit;
                        opacity: 1;
                    }

                .MainMenu > li > ul > li > ul > li:hover {
                    border-bottom: 2px solid var(--primary-color);
                }

                .MainMenu > li > ul > li > ul > li {
                    background-color: var(--background-color);
                    position: relative;
                    top: -29px;
                    left: 77px;
                    padding: 15px;
                    border: 2px solid black;
                    width: 100px;
                }

                    .MainMenu > li > ul > li > ul > li > ul {
                        list-style: none;
                        position: absolute;
                        /*display: none;*/
                        width: 0px;
                        overflow: hidden;
                        opacity: 0;
                        transition: opacity .5s ease, width .5s ease;
                        white-space: nowrap;
                    }

                    .MainMenu > li > ul > li > ul > li:hover > ul {
                        display: block;
                        width: 150px;
                        overflow: inherit;
                        opacity: 1;
                    }

                    .MainMenu > li > ul > li > ul > li > ul > li {
                        background-color: var(--background-color);
                        position: relative;
                        top: -30px;
                        left: 126px;
                        padding: 15px;
                        border: 1px solid black;
                        width: 100px;
                    }

                        .MainMenu > li > ul > li > ul > li > ul > li:hover {
                            background-color: #5d5d5d;
                        }
}

.SearchImage {
    float: right;
    height: 24px;
    position: relative;
    top: -25px;
    margin-bottom: -24px;
    cursor: pointer;
}

.InfoImage {
    height: 24px;
    position: relative;
    top: -16px;
    margin-bottom: -24px;
    cursor: pointer;
}

.SearchFilters {
    border-bottom: 2px solid var(--background-color);
}

.helpicon {
    color: black;
    font-size: 16px;
    margin-right: 5px;
    float: left;
}

    .helpicon > div {
        display: none;
        border: 1px solid var(--background-color);
        background-color: black;
        color: var(--menu-font-color);
        padding: 5px 15px 10px 15px;
        font-size: 12px;
        z-index: 100;
        min-width: 300px;
        width: 37vw;
        font-family: 'Noto Sans', sans-serif;
        margin-left: 25px;
        margin-top: -25px;
    }

        .helpicon > div > i {
            font-weight: bold;
            text-decoration: underline;
        }

        .helpicon > div > p {
            padding-top: 5px;
        }

    .helpicon:hover {
        color: #21212a;
    }

        .helpicon:hover > div {
            display: block;
        }


.speech-bubble {
    position: absolute;
    background: #21212a;
    border-radius: .4em;
}

    .speech-bubble:after {
        content: '';
        position: absolute;
        left: 0;
        top: 15px;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-right-color: var(--background-color);
        border-left: 0;
        margin-top: -7px;
        margin-left: -7px;
    }

.body-content, body {
    background-color: white;
    color: Black;
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.bodyAdmin {
    padding: 0;
}

body {
    line-height: 1.3;
    font-family: 'Open Sans', sans-serif;
}

input {
    font-family: 'Open Sans', sans-serif;
}

textarea {
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    color: #21212a;
}

    a:hover {
        text-decoration: underline;
    }

p {
    margin: 0 0 10px;
    text-align: justify;
    text-justify: inter-word;
}

img {
    vertical-align: middle;
}

table {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
}

.SearchHighlight {
    background-color: #fffa0f;
    color: black;
}

.SearchHighlightRed {
    background-color: red;
    color: black;
}

.SearchHighlightGreen {
    background-color: green;
    color: black;
}

.SearchHighlightYellow {
    background-color: yellow;
    color: black;
}


.Highlight {
    border: 3px solid black;
    border-radius: 7px;
    padding: 0px 5px 0px 5px;
    float: right;
}

.Good {
    border: 3px solid green;
}

.Medium {
    border: 3px solid orange;
}

.Medium {
    border: 3px solid var(--primary-color);
}

.RadioButtons {
    font-size: larger;
    font-weight: bold;
    table-layout: fixed;
    text-align: center;
}

.H-leftpane {
    padding: 10px;
    margin-left: 2px;
    color: black;
    font-size: 22px;
}

.img-float-left {
    float: left;
    width: 33%;
}

.img-float-right {
    float: right;
    width: 33%;
}

.float-right {
    float: right;
}

.NoWrap {
    white-space: nowrap;
}

.full-width {
    width: 100%;
}

.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    min-height: 1px;
    float: none;
    padding-left: .5%;
    padding-right: .5%;
    width: 98%;
    margin: 0 .5%;
}

.row {
    padding-bottom: 3px;
}

.alt {
    background-color: rgba(33, 33, 42, 0.10);
}

@media (min-width:780px) {
    .row:after, .row:before {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

    .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
        min-height: 1px;
        float: left;
        padding: 0;
    }

    .col-1, .col-10, .col-11, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
        float: left;
    }

    .col-1 {
        width: 7.000000332%;
    }

    .col-2 {
        width: 15.666666666666664%;
    }

    .col-3 {
        width: 24%;
    }

    .col-4 {
        width: 32.333333333333333%;
    }

    .col-5 {
        width: 40.66666666666667%;
    }

    .col-6 {
        width: 49%;
    }

    .col-7 {
        width: 57.000000336%;
    }

    .col-8 {
        width: 65.66666666666666%;
    }

    .col-9 {
        width: 74%;
    }

    .col-10 {
        width: 82.00000034%;
    }

    .col-11 {
        width: 90.66666666666666%;
    }

    .col-12 {
        width: 99%;
    }
}

.SpinArm {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 15px;
    width: 15px;
    animation: spinMe 2.5s infinite ease;
}

.Ball {
    float: right;
    height: 15px;
    width: 15px;
    background-color: var(--background-color);
    border: 1px solid var(--background-color);
    border-radius: 50%;
    box-shadow: gray 6px 6px 6px;
}

@keyframes spinMe {
    0%, 100% {
        transform: translate(-85px);
        z-index: 2;
    }

    49% {
        z-index: 2;
    }

    50% {
        transform: translate(85px);
        z-index: 0;
    }

    99% {
        z-index: 0;
    }
}

.WaitBox {
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 999999999999;
}

.SpinArm:nth-child(1) {
    animation-delay: 0s;
}

.SpinArm:nth-child(2) {
    animation-delay: 0.1s;
}

.SpinArm:nth-child(3) {
    animation-delay: 0.2s;
}

.SpinArm:nth-child(4) {
    animation-delay: 0.3s;
}

.SpinArm:nth-child(5) {
    animation-delay: 0.4s;
}

.SpinArm:nth-child(6) {
    animation-delay: 0.5s;
}

.SpinArm:nth-child(7) {
    animation-delay: 0.6s;
}

.WaitBox150 {
    position: relative;
    top: inherit;
    left: inherit
}

    .WaitBox150 > .balls > .outerBall > .ball {
        width: 20px;
        height: 8px;
        margin: 0;
        padding: 0
    }

    .WaitBox150 > .balls > .outerBall {
        width: 75px;
        left: 50%;
        top: 75px
    }

.WaitBox100 {
    position: relative;
    top: inherit;
    left: inherit
}

    .WaitBox100 > .balls > .outerBall > .ball {
        width: 15px;
        height: 6px;
        margin: 0;
        padding: 0
    }

    .WaitBox100 > .balls > .outerBall {
        width: 50px;
        left: 50%;
        top: 50px
    }

.WaitBox50 {
    position: relative;
    top: inherit;
    left: inherit
}

    .WaitBox50 > .balls > .outerBall > .ball {
        width: 7px;
        height: 3px;
        margin: 0;
        padding: 0
    }

    .WaitBox50 > .balls > .outerBall {
        width: 25px;
        left: 50%;
        top: 25px
    }

.WaitBoxMini {
    position: relative;
    height: 20px;
    width: 20px;
    border: 4px dotted var(--background-color);
    border-bottom-color: transparent;
    animation: 1s WaitBoxMini linear infinite;
    border-radius: 50%;
    margin-bottom: -28px;
    float: right;
    top: -28px;
    display: none;
}

@keyframes WaitBoxMini {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform-origin: 100% 50%;
        transform: rotate(0deg)
    }

    10% {
        transform: rotate(60deg)
    }

    25% {
        transform: rotate(180deg)
    }

    40% {
        transform: rotate(300deg)
    }

    50% {
        transform: rotate(360deg)
    }

    80% {
        transform: rotate(0deg)
    }
}

@keyframes rotate2 {
    0% {
        transform-origin: 0 50%;
        transform: rotate(130deg)
    }

    7.5% {
        transform: rotate(190deg)
    }

    20% {
        transform: rotate(270deg)
    }

    67.5% {
        transform: rotate(830deg)
    }

    75% {
        transform: rotate(890deg)
    }

    100% {
        transform-origin: 0 50%;
        transform: rotate(850deg)
    }
}

.BWait {
    animation: rotate 2s infinite linear;
    color: #21212a;
    width: 20px;
}

.ChartWarning {
    animation: chartWarningAnim 4s ease-in-out infinite;
    border-radius: 50px;
}

@keyframes chartWarningAnim {
    0% {
        background-color: transparent;
        border: 1px solid transparent;
    }

    50% {
        background-color: transparent;
        border: 1px solid transparent;
    }

    75% {
        background-color: rgba(255, 0, 0, 0.70);
        border: 1px solid var(--primary-color);
    }

    100% {
        background-color: transparent;
        border: 1px solid transparent;
    }
}


@keyframes scale {
    0% {
        opacity: 0;
        transform: rotate(-130deg);
    }

    7.5% {
        transform: rotate(-190deg);
    }

    10% {
        opacity: 1;
    }

    20% {
        transform: rotate(-270deg);
    }

    60% {
        opacity: 1;
    }

    67.5% {
        transform: rotate(-830deg);
    }

    75% {
        opacity: 0;
        transform: rotate(-890deg);
    }

    100% {
        opacity: 0;
        transform: rotate(-850deg);
    }
}

.form-control {
    height: auto;
    padding: 5px 1px;
    vertical-align: middle;
    border: 1px solid black;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: 'Open Sans', sans-serif;
}

    .form-control:focus {
        border-color: transparent;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #21212a;
    }

    .form-control:disabled {
        color: gray;
    }

.form-control-grid {
    height: auto;
    vertical-align: middle;
    border: 1px solid black;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: 'Open Sans', sans-serif;
}

    .form-control-grid:focus {
        border-color: transparent;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #21212a;
    }

    .form-control-grid:disabled {
        color: gray;
    }

.header-form-control {
    font-size: inherit;
    text-shadow: inherit;
    width: 97%;
    color: inherit;
}

    .header-form-control:focus {
        border-color: transparent;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #21212a;
    }

    .header-form-control:disabled {
        color: gray;
    }

.Progress {
    position: relative;
    left: 10%;
    width: 80%;
    border: 1px solid rgba(182, 182, 182, 0.50);
    height: 50px;
}

.Breadcrum {
    color: white;
    font-weight: bold;
}

.divFilters {
    background-color: #5d5d5d
}
#spnBreadCrumbs {
    color: white;
    font-weight: bold;
}


.Breadcrums {
    font-size: 14px;
    cursor: pointer;
    border-bottom: 2px solid #201a16;
    background-color: var(--background-color);
    margin-top: -4px;
    padding: 4px;
    width: 100%;
    color: black;
    z-index: 100;
    text-align: center;
    position: fixed;
    top: 82px;
    background-image: linear-gradient(to right, var(--background-color), white);
    font-weight: bold;
}

.ProgressBar {
    height: inherit;
}

    .ProgressBar:nth-child(1) {
        float: left;
        background-color: rgba(234, 127, 156, 0.50);
        border: 1px solid #21212a;
    }

    .ProgressBar:nth-child(2) {
        position: absolute;
        left: 0%;
        width: 100%;
        top: -7px;
        text-align: center;
    }

.ProgressPres {
    color: #21212a;
    text-shadow: 0px 0px 1px black;
    font-weight: bold;
}



.block {
    font-variant: small-caps;
    padding-left: 5px;
    border-left: 7px solid #21212a;
    border-bottom: 1px solid #21212a;
}

.blockSection {
    vertical-align: top;
    padding: 1px;
    border: 2px solid #21212a;
    border-left: 7px solid #21212a;
    color: inherit;
    background-color: inherit;
    margin-left: 0;
    margin-right: 0;
    background-color: white;
    color: black;
}

.FullScreen {
    position: fixed;
    top: 1%;
    left: 1%;
    width: 98%;
    height: 98%;
}

.HideScroll {
    overflow: hidden;
}

.FullMask {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: .2;
}

.ListBig {
    list-style: none;
    font-size: 18px;
}

    .ListBig > li > img {
        height: 18px;
    }

.FullMaskClear {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
}

.footer {
    width: 100%;
    padding-top: 5px;
    border: none;
    border-top: 2px solid gray;
    color: black;
}

.Copyright {
    font-size: 12px;
}

.PopupWindowHeader {
    color: white;
    text-align: center;
    font-weight: bold;
    height: 28px;
    background-color: var(--background-color);
    border: 1px solid gray;
    border-bottom: 1px solid #21212a;
}

.PopupWindowContainer {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 100000;
}

.RollupHeader {
    padding: 3px;
    margin: 0px;
    font-weight: bold;
    border: 1px solid rgba(182, 182, 182, 0.50);
}

    .RollupHeader:hover {
        cursor: pointer;
        background-color: rgba(33, 33, 42, 0.73);
        border: 1px solid #21212a;
    }

.RollupBody {
    display: none;
    border: 1px solid rgba(182, 182, 182, 0.50);
    padding: 3px;
}

.QRCode {
    width: 75%;
    margin-top: 20px
}

.BarCode {
    width: 100%;
    margin-top: 20px
}

.Design {
    color: black;
    font-weight: bold;
    font-size: 11px;
    background-color: lightblue;
    border: 1px solid black;
    padding: 3px;
    display: none;
}

.PopupWindowBody {
    position: fixed;
    top: 10%;
    left: 10%;
    width: 80%;
    z-index: 100000;
    overflow: auto;
    background-color: white;
    height: 80%;
    border: 1px solid #21212a;
    transition: width .5s ease, height .5s ease, top .5s ease, left .5s ease;
    box-shadow: 4px 4px 15px 0px;
}

.ConfirmWindowBody {
    position: fixed;
    width: 40%;
    height: 200px;
    left: 30%;
    top: 30%;
    z-index: 100001;
    overflow: auto;
    border: 1px solid #21212a;
    box-shadow: 4px 4px 15px 0px;
}

.ConfirmWindowBodyLC {
    position: fixed;
    width: 63%;
    height: 73%;
    left: 19%;
    top: 12%;
    z-index: 100001;
    overflow: auto;
    border: 1px solid #21212a;
    box-shadow: 4px 4px 15px 0px;
}

.ConfirmWindowBodyShipmentDate {
    position: fixed;
    width: 71%;
    height: 52%;
    left: 15%;
    top: 31%;
    z-index: 100002;
    overflow: auto;
    border: 1px solid #21212a;
    box-shadow: 4px 4px 15px 0px;
}

.ConfirmWindowBodyMainPageLC {
    position: fixed;
    right: 300px;
    bottom: 100px;
    left: 300px;
    top: 100px;
    z-index: 100001;
    overflow: auto;
    border: 1px solid #21212a;
    box-shadow: 4px 4px 15px 0px;
}

.HintInline {
    background-color: rgba(234,127,156,0.50);
    border: 1px solid #21212a;
    padding: 2px;
    border-radius: 5px;
    text-align: center;
}

.HintPopup {
    position: fixed;
    top: 50px;
    right: 20px;
    background-color: black;
    border: 1px solid #21212a;
    width: 200px;
    padding: 10px;
    z-index: 100002;
    display: none;
    color: white;
}

    .HintPopup > img {
        position: absolute;
        top: -40px;
        right: 15px;
    }

.HintHeader {
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}

.RollUp {
    transition: max-height 1s ease;
    max-height: 17px;
    overflow: hidden;
}

.HR {
    border: none;
    height: 1px;
    background-color: gray;
}

.ColorHR {
    border: none;
    height: 1px;
    background-color: #21212a;
}

.LoginFloating {
    position: fixed;
    right: 10px;
    top: 2px;
    z-index: 10000;
    transition: top 1s ease;
    color: gray;
    border-radius: 3px;
    padding: 5px;
    border: 1px solid transparent;
    background-color: white;
}

.News {
    width: 100%;
    height: 100%;
}

    .News > div {
        height: 0%;
        transition: height 1s ease-in-out;
        overflow: hidden;
    }

    .News:hover > div {
        height: 50%;
    }

.NewsHeader {
    position: absolute;
    transform: translate(10px, 10px);
    white-space: nowrap;
}

.NewsText {
    position: absolute;
    transform: translate(20px, 50px);
    white-space: nowrap;
}

.NewsParagraphs {
    position: absolute;
    transform: translate(20px, 100px);
}

.SocialMediaBar {
    color: black;
    padding: 10px;
    width: 100%;
}

.SocialMediaButton {
    text-align: left;
}

    .SocialMediaButton > div {
        background-color: white;
        opacity: 0;
        position: relative;
        padding: 15px;
        padding-right: 75px;
        padding-top: 0px;
        text-align: left;
        transition: opacity .4s linear;
        box-shadow: rgba(33, 33, 42, 0.73) 0px 0px 10px 5px;
        border: 1px solid #21212a;
        border-radius: 10px;
        font-size: 14px;
        display: none;
        width: 200px;
    }

    .SocialMediaButton:hover > div {
        position: absolute;
        opacity: 1;
        display: block;
    }

.CornerImage {
    position: relative;
    left: 0px;
    top: 0;
    height: 80px;
    transition: height 1s ease,left 1s ease;
    z-index: 10;
    padding: 10px;
}

.Link {
    color: #21212a;
}

.Devide {
    border-left: 2px solid rgba(182, 182, 182, 0.50);
    padding-left: 5px
}

.Line {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px;
    background-color: white;
    border-color: white;
}

.RadioPicture {
    float: left;
    cursor: pointer;
    border: 3px solid transparent;
}

    .RadioPicture:hover > span {
        display: block;
    }

    .RadioPicture > span {
        display: none;
    }

    .RadioPicture:hover > img {
        display: none;
    }

    .RadioPicture > img {
        height: 75px;
    }

    .RadioPicture > span > img {
        height: 75px;
    }

.RadioPictureSelected > img {
    display: none;
}

.RadioPictureSelected > span {
    display: block;
}

.RadioPictureSelected {
    border: 3px solid var(--primary-color);
    border-radius: 10px;
}

.CurrentPicture {
    width: 80%;
}

.btnHead {
    float: right;
    font-size: 18px;
    padding: 2px;
    padding-right: 5px;
    transition: color .5s ease;
}

    .btnHead:hover {
        cursor: pointer;
        color: #21212a;
    }

.btnIcon {
    transition: color .5s ease;
}

    .btnIcon:hover {
        cursor: pointer;
        color: #21212a;
    }

.Article {
    transition: opacity 0.5s ease;
    opacity: 0;
}

.ArticlePhoto {
    margin: 5px;
    margin-top: 20px;
}

.HeaderImage {
    width: 100%;
    position: relative;
    left: 0%;
}

.ProfileHome {
    position: fixed;
    top: 3px;
    right: 10px;
    display: none;
}

.Show {
    opacity: 1;
    display: inherit;
}

.chkEditPage {
}

    .chkEditPage > input {
        display: none;
    }

    .chkEditPage > label {
    }

.MenuPicture {
    text-align: center;
    font-size: 12px;
    width: 68px;
    max-width: 105px;
    overflow: hidden;
}

    .MenuPicture > img {
        width: 42px;
    }

.Navbar {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 1px -20px 20px;
    height: 75px;
    margin-bottom: 10px;
    z-index: 1000;
    font-size: 16px;
    background-color: var(--background-color);
    background-image: linear-gradient(to right, var(--background-color), white);
    border-top: 3px solid var(--primary-color);
    color: var(--menu-font-color);
    font-weight: bold;
}

.NavSmall {
    height: 64px;
    border-bottom: 1px solid #21212a;
}

.NavbarAdmin {
    background-color: rgb(33, 33, 42);
    border-top: 3px solid #21212a;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 1px -20px 20px;
    height: 45px;
    margin-bottom: 10px;
    z-index: 1000;
    transition: height 0.4s linear;
    border-bottom: 1px solid #21212a;
    color: var(--menu-font-color);
}

.NavbarDashboard {
    background-color: rgb(33, 33, 42);
    text-align: center;
    box-shadow: 1px -20px 20px;
    height: 45px;
    margin-bottom: 10px;
    z-index: 1000;
    transition: height 0.4s linear;
    border-bottom: 1px solid #21212a;
    color: var(--menu-font-color);
}


.FlashPinkShort {
    animation: flashPink .2s linear;
}

@keyframes flashPink {
    0%, 100% {
        background-color: white;
    }

    0%, 100% {
        background-color: #21212a;
    }
}

.SEOSMOTooltip {
    text-align: left;
}

    .SEOSMOTooltip > img {
        top: -5px;
        position: relative;
    }

    .SEOSMOTooltip > span {
        display: none;
        position: absolute;
        background-color: white;
        color: black;
        border: 1px solid #21212a;
        border-radius: 5px;
        font-size: 14px;
        font-weight: normal;
        z-index: 99;
        padding: 7px;
    }

        .SEOSMOTooltip > span > b {
            font-size: 16px;
            padding-left: 5px;
            border-left: 7px solid #21212a;
            border-bottom: 1px solid #21212a;
        }

    .SEOSMOTooltip:hover > span {
        display: inline;
    }

.EditBanner {
    border: 1px solid #21212a;
}

.CounterText {
    text-align: center;
    font-size: xx-large;
    width: 15%;
}


.CornerSmall {
    height: 50px;
}

.BackToTop {
    z-index: 1;
    text-align: center;
    position: fixed;
    bottom: 0%;
    left: 30%;
    width: 40%;
    background-color: var(--background-color);
    border: 2px solid black;
    box-shadow: rgba(0, 0, 0, 0.65) 2px 2px 5px;
    padding: 10px;
    color: var(--menu-font-color);
    font-weight: bold;
    opacity: 0;
    transition: opacity 2s ease, color .5s ease;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .BackToTop:hover {
        color: #21212a;
        text-decoration: none;
    }

.AlphabetBar {
    border-right: 1px solid #21212a;
    background-color: rgb(31,31,31);
    white-space: nowrap;
    margin: 0;
}

.ButtonBar {
    position: relative;
    width: 100%;
    width: 80%;
    left: 9.5%;
    top: -5px;
    font-size: inherit;
    border: 1px solid #21212a;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: var(--background-color);
    white-space: nowrap;
}

.ButtonBarBottom {
    position: fixed;
    bottom: 2px;
    width: 90%;
    left: 5%;
}

.ButtonBarFloat {
    position: fixed;
    width: 80%;
    left: 9.5%;
    font-size: inherit;
    background-color: var(--background-color);
    border: 1px solid #201a16;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0px 6px 0px 6px;
    white-space: nowrap;
    z-index: 100;
    top: 118px;
    color: var(--menu-font-color);
    background-image: linear-gradient(to right, #363636, #e9e9e9);
}

.Top {
    top: 0px;
}

.ddlButtonBar {
    background-color: #5d5d5d;
    color: white;
}

.btnButtonBar {
    border-radius: 7px;
    border: none;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    text-align: center;
    background-color: transparent;
    padding: 40px;
    transition: color 1s ease, box-shadow 1s ease, background-color 1s ease, border-color 1s ease;
    color: white;
    cursor: pointer;
}

    .btnButtonBar:hover {
        border-radius: 7px;
        background-color: rgba(33, 33, 42, 0.73);
        border-left: 3px solid var(--background-color);
        border-right: 3px solid var(--background-color);
    }

.ButtonBarSelected {
    border-left: 3px solid var(--background-color);
    border-right: 3px solid var(--background-color);
    border-radius: 7px;
}

.ButtonBarSave {
    animation: ColourBlack 9s linear infinite;
}



@keyframes ColourBlack {
    0% {
    }

    50% {
        background-color: inherit;
    }

    75% {
        background-color: rgba(33, 33, 42, 0.73);
    }

    100% {
    }
}


.ClickRow {
    border: 1px solid transparent;
    border-bottom: 1px solid var(--background-color);
    cursor: pointer;
    padding-top: 8px;
    transition: border 0.3s ease;
}

    .ClickRow:hover {
        background-color: rgba(0, 74, 139, 0.15);
        cursor: pointer;
        border: 1px solid var(--background-color);
        padding-top: 8px;
    }

    .ClickRow > section {
        height: 0px;
        transition: height 1s ease;
        overflow: hidden;
    }

    .ClickRow:hover > section {
        height: 55px;
    }

.Buttonize {
    border: 1px solid rgba(182, 182, 182, 0.50);
    padding: 3px;
}

    .Buttonize:hover {
        cursor: pointer;
        background-color: rgba(33, 33, 42, 0.73);
        border: 1px solid #21212a;
    }

#AdminVisibleFooter {
    background-color: black;
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 20px;
    width: 100%;
    color: white;
    border-top: 1px solid #21212a;
    text-align: center;
}

.NoWrap {
    text-align: left;
    text-wrap: none;
    overflow: visible;
}

.Save {
    display: none;
}

.ProfilePicture {
    border-radius: 50%;
    border: 2px solid black;
    width: 100%;
}

.ModalFooter {
    padding: 15px;
    text-align: right;
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: white;
    border-radius: 5px;
    border: 2px solid #21212a;
    z-index: 1000;
}

.ModalFooterSmall {
    padding: 15px;
    text-align: right;
    position: absolute;
    bottom: 1px;
    right: 1px;
}

.PortalDesc {
    position: absolute;
    left: 40%;
    top: 0%;
    font-size: 20px;
    font-weight: bold;
}

.WaterMark {
    background-position: top;
    background-repeat: no-repeat;
}

.WaterMark-Contain {
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: white;
}


.WaterMark-Contain2 {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
}

.LoginForm {
    position: absolute;
    left: 30%;
    width: 40%;
    top: 200px;
    padding: 10px;
}

.text-small {
    font-size: 12px;
}

.LoginFail {
    box-shadow: rgba(0, 0, 0, 0.65) 2px 2px 5px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    transition: color .5s ease;
}

.center {
    text-align: center;
}

.Deleted {
    box-shadow: rgba(0, 0, 0, 0.65) 2px 2px 5px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    background-color: rgb(255, 0, 0);
    border: 1px solid black;
    margin-bottom: 5px;
    color: black;
    font-weight: bold;
}

.ValidationCreateSAD {
    display: none;
}


.Validation {
    display: none;
    /*float: right;*/
    /*position: relative;*/
    /*top: -25px;*/
    /*right: 20px;*/
    color: black;
    font-weight: bold;
    height: 0px;
    color: red;
}

.InvoiceValidation {
    display: none;
}

.SingleValidation {
    display: none;
}

.SingleNoteValidation {
    display: none;
}

.SingleLessonValidation {
    display: none;
}

.SingleAnnexureAValidation {
    display: none;
}

.ProgressValidation {
    display: none;
}



.ErrorList {
    position: fixed;
    background-color: white;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    right: 10px;
    bottom: 25px;
    z-index: 1000000;
    padding: 5px;
    display: none;
    min-height: 150px;
    min-width: 200px;
    border-radius: 5px;
}

    .ErrorList > a {
        color: var(--primary-color);
    }

.TabBar {
    margin: 3px;
    margin-bottom: -2px;
    z-index: 100;
}

.TabBorder {
    border: 2px solid black;
    padding: 5px;
    margin: 1px;
    margin-top: 0px;
    box-shadow: rgba(111, 111, 111, 0.50) 3px 3px 5px 3px;
    margin: 3px;
    margin-top: 0px;
    z-index: 101;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.TabButton {
    color: white;
    padding: 5px;
    border-top-right-radius: 13px;
    border: 2px solid black;
    background-color: var(--background-color);
    cursor: pointer;
    transition: background-color 0.5s ease;
    font-weight: bold;
}

    .TabButton:hover {
        background-color: gray;
    }

.TabButtonContainer {
    color: white;
    padding: 5px;
    border-top-right-radius: 13px;
    border: 2px solid black;
    background-color: var(--background-color);
    cursor: pointer;
    transition: background-color 0.5s ease;
    font-weight: bold;
}

    .TabButtonContainer:hover {
        background-color: gray;
    }

.Selected {
    border: 1px solid #21212a;
    background-color: var(--primary-color);
    color: white;
}

.btn {
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    border: 1px solid gray;
    border-bottom: 3px solid var(--primary-color);
    background-color: rgb(35, 35, 35);
    padding: 7px;
    margin: 1px;
    overflow: hidden;
    transition: background-color 0.5s ease;
    color: white;
}

    .btn:focus {
        border-color: black;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.73);
    }

    .btn:hover {
        background-color: rgb(95, 95, 95);
    }

    .btn > .icon {
        font-size: 18px;
    }

.default {
    border-color: green;
    box-shadow: 2px 2px 4px rgba(0, 255, 0, 0.73);
}


.floatRight {
    right: 0px;
    position: fixed;
}

.btnRight {
    text-align: left;
    padding: 2px;
    float: right;
}

.intencity {
    border: 1px solid rgba(182, 182, 182, 0.50);
    background-color: white;
    padding: 7px;
    padding-left: 3px;
    margin: 0;
    font-size: 20px;
    box-shadow: 2px 2px 4px rgba(234, 127, 156, 0.50);
    overflow: hidden;
}




.btnDisabled {
    color: rgba(182, 182, 182, 0.80);
}

    .btnDisabled > .icon {
        border: 1px solid rgba(182, 182, 182, 0.80);
        background-color: rgba(182, 182, 182, 0.50);
    }


.btnBig {
    font-size: xx-large;
}

    .btnBig > .icon {
        height: 32px;
        width: 32px;
    }

.right {
    padding: 7px;
    padding-right: 2px;
}

    .right > .icon {
        margin-left: 3px;
    }

.ProfileInlineBig {
    padding: 5px;
    font-size: 16px;
    white-space: nowrap;
}

    .ProfileInlineBig > img {
        border-radius: 50%;
        height: 48px;
        width: 48px;
        border: 2px solid #21212a;
    }


.AgeBoxInline {
    position: relative;
    top: 1px;
    left: -14px;
    border: 2px solid #21212a;
    background-color: white;
    border-radius: 50%;
    padding: 1px;
    padding-right: 2px;
    font-weight: bold;
}

.AgeBoxSmall {
    position: relative;
    top: 22px;
    left: 22px;
    border: 2px solid #21212a;
    background-color: white;
    border-radius: 50%;
    padding: 1px;
    padding-right: 2px;
    font-weight: bold;
    font-size: 11px;
    height: 15px;
    width: 15px;
    text-align: center;
}

.ScoreBox {
    border: 2px solid #21212a;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    padding: 3px;
    vertical-align: middle;
    top: 1px;
    position: relative;
}


.Score {
    border: 4px solid #21212a;
    border-radius: 50%;
    float: right;
    width: 75px;
    height: 75px;
}

    .Score > div {
        position: relative;
        top: 10px;
        text-align: center;
        height: 0px;
        font-size: 38px;
        font-weight: bold;
    }

.Disabled {
    color: white;
}

.Label {
}

.Labalize {
    height: auto;
    padding: 1px;
    color: inherit;
    vertical-align: middle;
    background-color: transparent;
    border-color: transparent;
    font-weight: bold;
    box-shadow: none;
}

.ddlProfile {
    position: absolute;
    z-index: 100;
    background-color: white;
    display: none;
    min-height: 75px;
    max-height: 50%;
    width: 80%;
    border: 1px solid lightblue;
    padding-bottom: 20px;
}

.ddlProfileText {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
    display: none;
}

.ProfileInline {
    padding: 5px;
}

    .ProfileInline > img {
        border-radius: 50%;
        height: 32px;
        width: 32px;
        border: 1px solid #21212a;
    }

    .ProfileInline > div > img {
        border-radius: 50%;
        height: 32px;
        border: 1px solid #21212a;
    }

.TabBody {
    padding-top: 10px;
    z-index: 1;
}

.TabHeader {
    z-index: 10;
    border-top-right-radius: 20px;
    cursor: pointer;
    border: 2px solid #21212a;
    padding: 10px;
}

.AccordianHead {
    border: 1px solid grey;
    padding: 3px;
    cursor: pointer;
}

.AccordianBody {
    border: 1px solid grey;
}

.FilterHeader {
    background-color: #5d5d5d;
    color: white;
    padding: 3px;
    font-size: 14px;
}



.TreeContainer {
    float: left;
}

.MainTree {
    height: calc(100vh - 550px);
    overflow: auto;
    vertical-align: text-top;
    list-style: none;
    text-indent: 0px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 300px;
}

.SubTree {
    vertical-align: text-top;
    list-style: none;
}

.TreeNode {
    width: 100%;
    text-align: left;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

    .TreeNode:hover {
        color: var(--primary-color);
        cursor: pointer;
    }

    .TreeNode > tbody > tr > td {
        vertical-align: text-top;
        font-size: 14px;
    }

        .TreeNode > tbody > tr > td > p {
            text-align: left;
        }

.MainIFrame {
    width: 100%;
    height: calc(100vh - 180px);
}

.TopNavIcon {
    float: right;
    padding: 7px;
    cursor: pointer;
    transition: color 1s ease;
}

    .TopNavIcon:hover {
        color: #21212a;
    }

    .TopNavIcon > div {
        font-size: 25px;
        padding: 0;
        position: relative;
        left: 0px;
    }

        .TopNavIcon > div > .rem {
            animation: pinkBlack 4s ease-in-out infinite;
        }

        .TopNavIcon > div > .vs {
            position: relative;
            left: -22px;
            top: 3px;
            border: 2px solid #FDF6AB;
            font-family: Arial;
            font-size: 11px;
            text-shadow: none;
            background-color: white;
            padding: 1px;
            max-width: 12px;
            border-radius: 50%;
            text-align: center;
            color: black;
        }



.ReminderPopup {
    font-size: 12px;
    display: none;
    text-align: left;
    background-color: #5d5d5d;
    min-width: 350px;
    width: 30%;
    position: fixed;
    right: 0px;
    top: 61px;
    padding: 7px;
    padding-right: 0px;
    border: 2px solid #21212a;
    color: white;
}

.ReminderTimeSpan {
    font-size: smaller;
}


.ReadHighlight {
    border: 2px solid transparent;
    border-bottom: 2px solid groove;
    padding: 5px;
    margin: 3px;
    border-radius: 5px;
    cursor: pointer;
    background-color: rgb(31, 31, 31);
    overflow: hidden;
    transition: color 0.5s ease, box-shadow 0.5s ease, background-color 0.5s ease,text-shadow 1s ease;
    color: white;
}

    .ReadHighlight:hover {
        border: 2px solid #21212a;
        cursor: pointer;
        color: white;
        background-color: rgb(95, 95, 95);
    }

        .ReadHighlight:hover > div {
            display: block;
        }

    .ReadHighlight > div {
        display: none;
        position: fixed;
        left: 10px;
        top: 100px;
        background-color: white;
        overflow: hidden;
        border: 2px solid #21212a;
        padding: 7px;
        max-width: 50%;
        color: black;
        box-shadow: 5px 6px 9px 0px;
    }

.NotRead {
    border: 2px solid var(--background-color);
}

.MiniPopupContainer:hover > div {
    display: block;
}

.MiniPopup {
    display: none;
    border: 1px solid #21212a;
    position: absolute;
    background-color: white;
    width: 50%;
    padding: 5px;
    left: 150px;
    box-shadow: 5px 5px 10px;
}

@keyframes pinkBlack {
    0% {
        color: black;
    }

    50% {
        color: black;
    }

    75% {
        color: darkvar(--primary-color);
    }

    100% {
        color: black;
    }
}



.CompanyStructurePoint {
    font-size: 15px;
    cursor: pointer;
    border-bottom: 2px solid #21212a;
    background-color: #5d5d5d;
    margin-top: -4px;
    padding: 4px;
    margin-top: -23px;
    width: 100%;
    color: white;
    z-index: 100;
    top: 86px;
    position: fixed;
}

.SideMenu {
    height: 100vh;
    width: 250px;
    float: left;
    position: absolute;
    left: 10px;
    top: 40px;
    transition: width 1s ease;
    background-color: white;
    border-right: 1px solid #21212a;
    white-space: nowrap;
    z-index: 1;
}

.FrameInline {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}

.FrameFull {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border: none;
    display: none;
    background-color: white;
    z-index: 10000;
}

.ContextMenu {
    border: 1px solid #21212a;
    background-color: rgb(31,31,31);
    color: white;
}

.ContextItem {
    cursor: pointer;
    padding: 3px;
    transition: color 1s ease, box-shadow 1s ease, background-color 1s ease, border-color 1s ease;
    border: 1px solid transparent;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

    .ContextItem:hover {
        background-color: rgba(33, 33, 42, 0.73);
        border-color: #21212a;
        border-bottom-color: #21212a;
    }

#SmallLogo {
    cursor: pointer;
}

.MenuTopAdmin {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0px;
    z-index: 999;
    float: right;
    transition: width 1s ease;
    position: fixed;
    top: 48px;
    left: 0;
    overflow: auto;
    background-color: white;
    width: 0;
    padding: 0;
    padding-top: 5px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left center;
    border-top: 3px solid #21212a;
    min-height: 93%;
    max-height: 93%;
}

    .MenuTopAdmin > li {
        white-space: nowrap;
        transition: border 0.5s ease, background-color 1s ease;
        padding: 10px;
    }

    .MenuTopAdmin::-webkit-scrollbar {
        width: 10px;
        height: 15px;
        border-radius: 5px;
    }

    .MenuTopAdmin::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-image: linear-gradient(#21212a, var(--background-color));
    }


.ProfileTopRight {
    cursor: pointer;
    float: right;
    z-index: 1000;
    padding: 5px;
    padding-top: 5px;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: White;
    margin-right: 1px;
    min-width: 150px;
    top: 5px;
}

    .ProfileTopRight:hover {
        border: 1px solid #21212a;
        border-bottom: 3px solid var(--background-color);
        background-color: #5d5d5d;
        color: white
    }

    .ProfileTopRight > img {
        border-radius: 50%;
        height: 30px;
        border: 2px solid black;
        box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.60);
    }

    .ProfileTopRight > div {
        position: relative;
        left: 1px;
        top: 1px;
        display: none;
    }

        .ProfileTopRight > div > ul {
            list-style: none;
            border-color: #21212a;
        }

            .ProfileTopRight > div > ul > li {
                padding: 10px;
                border: 1px solid #21212a;
            }

                .ProfileTopRight > div > ul > li:hover {
                    padding: 10px;
                    border-bottom: 1px solid #21212a;
                }

                .ProfileTopRight > div > ul > li > a:hover {
                    text-decoration: none;
                }

    .ProfileTopRight:hover > div {
        display: block;
    }


.Small {
    display: none;
}

.Big {
    display: block;
}

.ListItem {
    overflow: hidden;
    border: 1px solid rgba(182, 182, 182, 0.50);
    cursor: pointer;
    margin: 2px;
    padding: 2px;
}

    .ListItem > span > img {
        width: 15%;
    }

.ClockFace {
    font-size: 15vw;
    border: 1px solid rgba(182, 182, 182, 0.50);
}

.TimeExpivar(--primary-color) {
    display: none;
}

.ClockSmall {
    font-size: 4vw;
    position: relative;
    bottom: -4vw;
    left: -15vw;
    width: 0px;
}

.TimerButton {
    font-size: 8vw;
    padding: 10px;
    vertical-align: middle;
    border: 1px solid rgba(182, 182, 182, 0.50);
    box-shadow: 2px 2px 4px rgba(234, 127, 156, 0.50);
    border-radius: 50%;
    float: right;
    margin: 10px;
}

    .TimerButton:hover {
        cursor: pointer;
        background-color: rgba(234,127,156,0.50);
        border: 1px solid #21212a;
    }

.ClockWarning {
    animation: var(--primary-color)Black 2s infinite ease-in-out;
}

.FloatTimer {
    position: fixed;
    left: 1px;
    top: 1px;
    width: 100%;
    height: 100%;
    background-color: white;
}


.CropBox {
    border: 1px dashed blue;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0px;
    left: 0px;
    -webkit-box-shadow: 0px 0px 20px 0px black;
    -moz-box-shadow: 0px 0px 20px 0px black;
    box-shadow: 0px 0px 20px 0px black;
    cursor: move;
}

.ResizeBox {
    border: 1px dashed blue;
    bottom: 0px;
    right: 0px;
    height: 20px;
    width: 20px;
    border-top-left-radius: 50%;
    position: absolute;
    cursor: se-resize;
    -webkit-box-shadow: 0px 0px 10px 0px black;
    -moz-box-shadow: 0px 0px 10px 0px black;
    box-shadow: 0px 0px 10px 0px black;
}

.CropPhoto {
    width: 100%;
    box-shadow: 10px 10px 23px -8px rgba(5,5,5,0.68);
    cursor: pointer;
    background-image: url(../Images/Static/EPB.png);
}

.rightPage {
    border: 1px solid #ff6a00;
}

.ZoomBox {
    width: 200px;
    background-color: white;
    padding: 5px;
    border: 1px solid black;
    box-shadow: 10px 10px 23px -8px rgba(5,5,5,0.68);
    margin: 5px;
    white-space: nowrap;
}

.EditPhoto {
    width: 100%;
    min-height: 100px;
    min-width: 100px;
    cursor: pointer;
    border: 1px solid gray;
}

    .EditPhoto:hover {
        opacity: 0.55;
    }

@keyframes

var(--primary-color)Black {
    0%

{
    color: black;
}

50% {
    color: var(--primary-color);
}

100% {
    color: black;
}

}

.ClockFaceDigit {
    height: inherit;
    margin-right: -15vw;
}

    .ClockFaceDigit:nth-child(3) {
        font-size: 10vw;
    }

.MoveOut {
    top: 75px;
    border: 1px solid #21212a;
}

.Picture {
    border: 1px solid rgba(182,182,182,0.50);
}

.PictureHolder {
    border: 1px solid rgba(182,182,182,0.50);
    white-space: nowrap;
    overflow: hidden;
}

.DateDiv {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: white;
}

.CalTable {
    table-layout: fixed;
    border: 1px solid #21212a;
    width: 330px;
}

.CalHeader {
    color: white;
    padding: 10px;
    background-color: #21212a;
}

.CalMonthYearHeader {
    text-align: center;
}

.CalMonthMinus {
    padding: 10px;
    float: left;
    font-weight: bold;
    cursor: pointer;
}

.CalMonthPlus {
    padding: 10px;
    float: right;
    font-weight: bold;
    cursor: pointer;
}

.CalAll {
    padding: 7px;
    cursor: pointer;
    border: 1px solid transparent;
    text-align: center;
}

    .CalAll:hover {
        background-color: rgba(33, 33, 42, 0.73);
        border: 1px solid #21212a;
    }

.Cookie {
    position: fixed;
    height: 100px;
    bottom: 0px;
    left: 5%;
    width: 90%;
    height: 0px;
    text-align: center;
    transition: height 3s ease;
    background-color: white;
    border: 3px solid var(--primary-color);
    border-bottom: none;
    z-index: 10000;
}

.NoPad {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    border: 0px;
}


.NotThisMonth {
    background-color: lightgray;
}

.DateGroup {
    float: right;
    padding-right: 3%;
    position: relative;
}

    .DateGroup > h4 {
        float: right;
        background-color: white;
        border: 1px solid #21212a;
        border-left: none;
        border-right: none;
        top: 25px;
        position: relative;
        z-index: 1;
        margin: -1px;
    }

    .DateGroup:hover > .DateBox {
        border-bottom-right-radius: 0px;
    }

        .DateGroup:hover > .DateBox > span {
            height: 20px;
            bottom: -27px;
            opacity: 1;
        }

.DateBox {
    background-color: white;
    border: 1px solid #21212a;
    border-radius: 10px;
    width: 100px;
    overflow: visible;
    float: right;
    position: relative;
}

    .DateBox > h4 {
        text-align: center;
        padding: 3px;
        background-image: linear-gradient(#21212a, #21212a, white);
        border: 1px solid #21212a;
        border-bottom: none;
        margin: -1px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .DateBox > div {
        padding: 0px;
        margin: 0px;
        text-align: center;
        font-weight: bold;
    }

    .DateBox > span {
        bottom: 0px;
        right: -1px;
        border: 1px solid #21212a;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top: none;
        background-color: white;
        position: absolute;
        font-size: 16px;
        padding: 3px;
        height: 0px;
        overflow: hidden;
        opacity: 0;
        transition: height 1s ease, bottom 1s ease;
        font-weight: bold;
    }


    .DateBox:hover > div > b {
        opacity: 1;
    }

    .DateBox > p {
        padding: 0px;
        margin: 0px;
        text-align: center;
        font-size: 60px;
        font-weight: normal;
    }

        .DateBox > p > span {
            position: relative;
            top: -26px;
            font-size: 24px;
            border-bottom: 3px solid #21212a;
        }

.PicHolderNav {
    border: 1px solid rgba(182,182,182,0.50);
    height: 64px;
    padding-top: 42px;
    width: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

    .PicHolderNav:hover {
        cursor: pointer;
        background-color: rgba(234,127,156,0.50);
        border: 1px solid #21212a;
    }

.DropDownList {
    display: none;
    width: 30%;
}

.Backward {
    float: left;
    border-right: 1px solid transparent;
}

.Forward {
    float: right;
    border-left: 1px solid transparent;
}

.PictureButton {
    padding: 5px;
    border: 1px solid transparent;
    float: left;
}

    .PictureButton > img {
        height: 92px;
    }

    .PictureButton:hover {
        cursor: pointer;
        background-color: rgba(234,127,156,0.50);
        border: 1px solid #21212a;
    }


.frmAll {
    width: 100%;
    overflow: hidden;
    height: 350px;
    transition: height 1s ease;
}

iframe {
    border: 0px solid black;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    line-height: 1.1;
    font-weight: 300;
    text-align: justify;
}

h1, h2, h3 {
    margin-top: 20px;
}

h4, h5, h6 {
    margin-top: 10px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.frmInline {
    position: fixed;
    width: 67%;
    left: 33%;
    height: 600px
}

.NonWorkingDay {
    background-color: var(--background-color);
    color: white;
}

.MainLogo {
    height: 78px;
    padding: 1px;
    float: left
}

@media (max-width:900px) {
    .Progress {
        height: 40px;
    }

    body {
    }

    .CornerImage {
        height: 55px;
    }

    .CornerSmall {
        height: 50px;
    }
}

@media (max-width:780px) {
    .ButtonBarFloat {
        top: 74px;
    }

    .Navbar {
        height: 43px
    }

    .MainLogo {
        height: 40px;
        float: right;
        position: relative;
        top: -40px;
    }

    .Breadcrums {
        top: 50px;
    }

    #top {
        margin-top: 0px;
    }

    .frmInline {
        position: fixed;
        width: 100%;
        left: 0px;
        top: 115px;
        height: 600px
    }

    .TreeContainer {
        display: none;
    }

    .Big {
        display: none;
    }

    .Intencities {
        margin-top: 100px;
    }

    .YesNo {
        width: 40vw;
        height: 20VW;
    }

    .ClockFace {
        font-size: 20vw;
    }

    .ClockSmall {
        left: -18vw;
    }

    .Devide {
        border-left: inherit;
        padding-left: inherit;
        border-top: 2px solid rgba(182, 182, 182, 0.50);
        margin-top: 20px;
    }

    .ProfileTopRight {
        right: 0px;
        max-width: 215px;
        overflow: hidden;
        white-space: nowrap;
    }

    .LoginForm {
        left: 5%;
        width: 80%;
    }

    .MoveOut {
        top: 1px;
        background-color: transparent;
        border: 1px solid transparent;
    }

    .CornerImage {
        height: 38px;
        padding: 5px;
        z-index: 1000;
    }

    .Navbar {
    }

    .CornerSmall {
        height: 38px;
    }

    body {
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content {
        padding: 2px;
        margin-top: 51px;
    }

    .Small {
        display: inherit;
    }

    .MenuTop {
        position: fixed;
        top: 50px;
        left: 0;
        overflow: hidden;
        background-color: #5d5d5d;
        width: 0%;
        padding: 0;
        padding-top: 5px;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: left center;
        border-top: 3px solid #21212a;
        display: block;
        height: 80vh;
        transition: width 1s ease;
    }

        .MenuTop > li {
            float: none;
        }

    .ShowMenu {
        background-color: rgb(31,31,31);
        width: 100%;
    }

    .HintPopup {
        top: 15px;
        right: 10px;
        font-size: 10px;
        width: 150px;
        padding: 10px;
        padding-right: 20px;
    }

        .HintPopup > img {
            top: -20px;
            right: 15px;
            height: 36px;
        }

    .HintHeader {
        margin-bottom: 3px;
    }

    .PopupWindowBody {
        top: 2%;
        left: 2%;
        width: 94%;
        height: 96%;
    }

    .PortalDesc {
        display: none;
    }

    .SideMenu {
        width: 0%;
        left: 0px;
        top: 40px;
        overflow: hidden;
    }

        .SideMenu > .btn-leftpane {
            background-position: 110%;
        }
}

@media (max-width:420px) {


    .bodyAdmin {
        padding: 0;
        margin-top: 130px;
    }

    .float-right {
        float: none;
    }

    .Big {
        display: none;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4, h5, h6 {
        font-size: 16px;
    }
}

.PopFullscreen {
    top: 0px;
    left: -1px;
    width: 100vw;
    height: 100vh;
}

.btnSmall {
    padding: 3px;
}

    .btnSmall > .icon {
    }

.warning {
    border-color: #c80000;
    box-shadow: 2px 2px 4px rgba(255, 0, 0, 0.73);
}

    .warning:hover {
        color: #c80000;
        border-color: #c80000;
    }

.info {
    border-color: #21212a;
}

    .info:hover {
        color: #21212a;
        border-color: #21212a;
    }

.hideMe {
    /*height: 0px;*/
    width: 0px;
    padding: 0px;
    margin: 0px;
    position: relative;
    display: none;
}

.GridHeaderRow {
    color: white;
    background-color: #21212a;
    cursor: pointer;
}

    .GridHeaderRow > th > a {
        color: white;
        text-decoration: none;
    }

.GridRow {
    font-size: 14px;
    cursor: pointer;
}

    .GridRow:hover {
        background-color: #21212a;
    }


.CalendarPopOut {
    position: fixed;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-color: white;
    content: 'Testing';
    word-wrap: normal;
}

.CalendarPopOutIn {
    white-space: nowrap;
}

.CalendarEntry {
    cursor: pointer;
    border: 5px solid transparent;
    border-radius: 7px;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    font-size: 14px;
    padding: 3px;
    background-color: white;
}

    .CalendarEntry > div {
        padding: 3px;
        border: 1px solid #21212a;
        display: none;
        position: absolute;
        max-width: 25%;
        font-size: 14px;
        background-color: white;
        z-index: 1;
    }

    .CalendarEntry:hover > div {
        display: block;
    }

.TaskEntry {
    cursor: pointer;
    font-size: 14px;
}

    .TaskEntry > div {
        padding: 3px;
        border: 1px solid #21212a;
        display: none;
        position: absolute;
        font-size: 12px;
        background-color: white;
        z-index: 1;
        white-space: normal;
    }

    .TaskEntry:hover > div {
        display: block;
    }

@keyframes CalendarLateAnimation {
    0% {
        color: black;
    }

    3% {
        color: black;
        transform: scale(1.5);
    }

    5% {
        color: #21212a;
        transform: rotate(180deg);
    }

    10% {
        color: black;
    }

    15% {
        color: #21212a;
        transform: rotate(360deg);
    }

    30% {
        color: black;
    }

    40% {
        color: #21212a;
    }

    50% {
        color: black;
        transform: scale(1.5) rotate(180deg);
    }

    75% {
        color: #21212a;
    }

    100% {
        color: black;
    }
}

.Calendar {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0px
}

.CalendarHeaderRow {
    background-color: rgb(35, 35, 35);
    color: white;
}

    .CalendarHeaderRow > td {
        text-align: center;
        padding: 10px;
        border: 0px;
    }

.CalendarHeaderMonth {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.1;
    font-size: larger;
}

.Vacation {
    background-color: #21212a;
    color: white;
}

.CalendarDayHeader {
    font-size: 12px;
    font-weight: bold;
}

.CalendarDay {
    white-space: nowrap;
    cursor: pointer;
    padding: 3px;
}

.CalendarBox {
    font-size: 14px;
    height: 75px;
    vertical-align: top;
    text-align: center;
    border: 1px solid rgba(182, 182, 182, 0.50);
}

.CalendarFirstDayOfWeek {
}

.CalendarFirstDayOfEntry {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    width: 80%;
    float: right;
    padding-left: 5px;
}

.CalendarLastDayOfWeek {
}

.CalendarLastDayOfEntry {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    width: 80%;
    float: left;
}

.CalendarFullDay {
    text-align: center;
    border-radius: 20px;
}

.Weekend {
    background-color: lightgray;
}

.NonWorkingDay {
    background-color: #21212a;
    color: white;
}


.WorkflowTypeHeader {
    border: 3px solid transparent;
    border-radius: 7px;
    border-bottom: none;
    border-top: none;
    padding: 3px;
}

.picture {
    position: fixed;
    right: 10px;
    bottom: 35px;
    min-width: 200px;
    width: 40%;
    animation: Twist 2s linear;
    transform: rotateY(360deg);
}

.NewPage {
    page-break-after: always;
}

.SamePage {
    page-break-after: avoid;
    page-break-before: avoid;
}

.PrintPage {
    margin: 20px;
    box-shadow: 3px 3px 5px rgba(83, 83, 83, 0.75);
    border: 1px solid gray;
}

.PageHeader {
    position: fixed;
    left: 0px;
    width: 100%;
    top: 0px
}

.Print {
    display: none;
}

.NotPrint {
}

#top {
    margin-top: 145px;
}

@keyframes flashOrange {
    0% {
        background-color: transparent;
        border: 1px solid transparent;
    }

    15% {
        background-color: rgba(255, 106, 0, 0.70);
        border: 1px solid #ff6a00;
    }

    25% {
        background-color: rgba(255, 106, 0, 0.70);
        border: 1px solid #ff6a00;
    }

    60% {
        background-color: transparent;
        border: 1px solid transparent;
    }

    100% {
        background-color: transparent;
        border: 1px solid transparent;
    }
}

@keyframes flashRed {
    0% {
        background-color: transparent;
        border: 1px solid transparent;
    }

    5% {
        transform: translate(20px);
    }

    6% {
        transform: translate(-20px);
    }

    7% {
        transform: translate(20px);
    }

    8% {
        transform: translate(-20px);
    }

    9% {
        transform: translate(20px);
    }

    10% {
        transform: translate(-20px);
    }

    11% {
        transform: translate(20px);
    }

    12% {
        transform: translate(-20px);
    }

    13% {
        transform: translate(20px);
    }

    14% {
        transform: translate(-20px);
    }

    15% {
        background-color: rgba(255, 0, 0, 0.70);
        border: 1px solid var(--primary-color);
        transform: translate(0px);
    }

    25% {
        background-color: rgba(255, 0, 0, 0.70);
        border: 1px solid var(--primary-color);
    }

    60% {
        background-color: transparent;
        border: 1px solid transparent;
    }

    80% {
        top: 50px;
    }

    100% {
        background-color: transparent;
        border: 1px solid transparent;
    }
}

.FlashRed {
    animation: flashRed 4s linear infinite;
}

.FlashOrange {
    animation: flashOrange 4s linear infinite;
}


@media print {
    body {
        padding: 0px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }

    table {
        page-break-after: auto;
        border-collapse: collapse;
        width: 100%;
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto;
        border-collapse: collapse;
    }

    td {
        page-break-inside: avoid;
        page-break-after: auto;
        border-collapse: collapse;
    }

    thead {
        display: table-header-group;
        border-collapse: collapse;
    }

    tfoot {
        display: table-footer-group;
        border-collapse: collapse;
    }
}
