﻿* {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    margin: 0px;
    padding: 0px;
}

html, body {
    width: 100%;
}

input[type=text], input[type=password], textarea, select {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    box-sizing: border-box;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    padding: 0.2em 0.3em;
    border: 0.08em solid #99A;
    outline-offset: 0;
}

img {
    vertical-align: middle;
}

textarea {
    resize: none; /*disables bottom-right resizing in Chrome*/
    /*white-space: normal;*/
    overflow: auto !important;
}

label[for] {
    cursor: pointer;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
}

td, th {
    padding: 0;
}

.calendar {
    z-index: 50002 !important;
}

    .calendar tbody td {
        text-align: center !important;
    }

    .calendar tbody .rowhilite td {
        background: #ececec !important;
    }

    .calendar tbody td.hilite {
        background-color: #bbd7ff !important;
        border-top: 1px solid #fff;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        border-left: 1px solid #fff;
    }

    .calendar tbody td.selected {
        border: 1px inset #AAA;
        background-color: #94bbff !important;
    }

legend {
    margin-bottom: 0px !important;
}

input[disabled='disabled'], textarea[disabled='disabled'], select[disabled='disabled'] {
    color: black;
}

.DISABLEDBG {
    background-color: #efefef !important;
}

@media print {
    /* use this to default printing to LANDSCAPE:  @page { size: landscape; }*/

    #divFeedback, .XCALENDAR {
        display: none !important;
    }
}

.XCALENDAR {
    -moz-box-shadow: 2px 2px 5px #999999;
    -webkit-box-shadow: 2px 2px 5px #999999;
    box-shadow: 2px 2px 5px #999999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999');
    cursor: pointer;
    margin-left: 0.1em;
    vertical-align: middle;
    margin-top: -0.2em;
}

h1, .mainPanelTitle {
    font-weight: bold;
    font-size: 1.2rem !important;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

h2 {
    font-weight: bold;
    font-size: 1.1rem !important;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.hidden, .hidden0, .hiddenIf1, .visible0 /*used in reports - see displaying function of certain parameter*/ {
    display: none;
}

.visible {
    display: block;
}

.LINKTECHSUPPORT {
    background-color: #1f2c38;
    color: #8F8F8F;
    height: 20px;
    padding-top: 1px;
}

.footer {
    text-align: center;
}

    .footer span {
        color: #8F8F8F;
        font-weight: bold;
    }

    .footer a, .footer a:link, .footer a:visited {
        color: #FFF !important;
    }

        .footer a:hover, .footer a:hover * {
            color: #FFF !important;
        }

#masterFooter a, #masterFooter a:link, #masterFooter a:visited {
    color: #DDD !important;
}


.footerprint td, .footerprint span {
    color: #000000;
}

.footerprint b {
}


@media screen {
    .headerprint {
        display: none;
    }

    .footerprint {
        display: none;
    }

    .masterBackground {
        background-color: #F8F8F8;
    }
}

@media print {
    .noprint {
        display: none !important;
    }

    .header {
        display: none;
    }

    .footer {
        display: none;
    }
}

.popup, #divPOBPopup {
    background-color: #6FAED9;
    border: 1px solid #000000;
    position: absolute;
    text-align: right;
    padding-right: 1px;
    z-index: 1;
}

    .popup table td {
        vertical-align: top;
        background-color: #DDECFC;
        padding: 3px;
    }

.treeNode .hover {
    color: #303030;
    text-decoration: underline;
    cursor: pointer;
}

.treeNode .selected {
    font-weight: bold;
    color: #303030;
}

.nobreak {
    page-break-inside: avoid;
}

.accessDeniedSection {
    color: red;
    font-family: Arial;
    font-weight: normal;
    font-size: 1.2em;
    margin-top: 1em;
}


.egpsMenu, .egpsMenuItem, .egpsMenuTotals {
    background-color: #e5e9f5;
    white-space: nowrap;
}

.egpsMenuTotals {
    background-color: #d1d7de;
    border-top: 1px solid #b7bed2 !important;
    border-right: 1px solid #b7bed2 !important;
    border-bottom: 1px solid #b7bed2 !important;
}

.egpsMenu {
    z-index: 50001;
    padding-left: 2px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    filter: alpha(opacity=98);
    opacity: 0.98;
    border: solid 1px #777777;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
}

.egpsMenuColumnR {
    border-right: 1px dotted #acb0b9;
}

.egpsMenuItem, .egpsMenuItemSelected, .egpsMenuTotals {
    font-family: Arial;
    font-size: 1em;
    z-index: 50002;
}

.egpsMenuItem, .egpsMenuItemSelected {
    vertical-align: middle;
    padding-left: 10px;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
}

.egpsMenuItem {
    color: #000000;
    cursor: default;
}

.egpsMenuItemSelected {
    color: #FFFFFF;
    background-color: #252577 !important;
    cursor: pointer;
}

.egpsMenuTotals {
    color: #213e88;
    padding-left: 2px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 1px;
    font-style: italic;
    filter: alpha(opacity=98);
    opacity: 0.98;
    border-right: solid 1px #777777;
    border-bottom: solid 1px #777777;
}

.imgshading {
    -moz-box-shadow: 2px 2px 7px #A4A4A4;
    -webkit-box-shadow: 2px 2px 7px #A4A4A4;
    box-shadow: 2px 2px 7px #A4A4A4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#A4A4A4')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#A4A4A4');
    margin-right: 0.2em;
}


.DEVICEPICTURE, .INLINEUPLOAD .XINLINE {
    margin-bottom: 0.4em;
}

.imgshading2, .egpsMenu, .INLINEUPLOAD .XINLINE, .customtooltip {
    -moz-box-shadow: 3px 3px 7px #707070;
    -webkit-box-shadow: 3px 3px 7px #707070;
    box-shadow: 3px 3px 7px #707070;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#707070')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#707070');
    margin-right: 4px;
}

.imgshading3 {
    -moz-box-shadow: 3px 3px 7px #333333;
    -webkit-box-shadow: 3px 3px 7px #333333;
    box-shadow: 3px 3px 7px #333333;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');
    margin-right: 4px;
}

.imgshadingRED1 {
    -moz-box-shadow: 2px 2px 16px #551133;
    -webkit-box-shadow: 2px 2px 16px #551133;
    box-shadow: 2px 2px 16px #551133;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#551133')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#551133');
    margin-right: 4px;
}

.imgshadingRED2 {
    -moz-box-shadow: 2px 2px 24px #551133;
    -webkit-box-shadow: 2px 2px 24px #551133;
    box-shadow: 2px 2px 24px #551133;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#551133')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#551133');
    margin-right: 4px;
}

.imgshadingBLUE1 {
    -moz-box-shadow: 2px 2px 16px #113377;
    -webkit-box-shadow: 2px 2px 16px #113377;
    box-shadow: 2px 2px 16px #113377;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#113377')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#113377');
    margin-right: 4px;
}

.imgshadingBLUE2 {
    -moz-box-shadow: 2px 2px 24px #113377;
    -webkit-box-shadow: 2px 2px 24px #113377;
    box-shadow: 2px 2px 24px #113377;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#113377')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#113377');
    margin-right: 4px;
}

.imgshading5 {
    -moz-box-shadow: 2px 2px 14px #113355;
    -webkit-box-shadow: 2px 2px 14px #113355;
    box-shadow: 2px 2px 14px #113355;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#113355')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#113355');
    margin-right: 4px;
}

.imgshading6 {
    -moz-box-shadow: 2px 2px 14px #777777;
    -webkit-box-shadow: 2px 2px 14px #777777;
    box-shadow: 2px 2px 14px #777777;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777');
    margin-right: 4px;
}

.imgshading7 {
    -moz-box-shadow: 2px 2px 7px #777777;
    -webkit-box-shadow: 2px 2px 7px #777777;
    box-shadow: 2px 2px 7px #777777;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777');
    margin-right: 4px;
}


.Feedback {
    color: Blue;
    font-size: 1.2em;
}

#divFeedback {
    position: fixed;
    z-index: 99999;
    top: -400px; /* must sync with gUtils_feedbackHomeY / utils.js */
    left: 50%;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    -moz-box-shadow: 0.1em 0.1em 0.4em #555;
    -webkit-box-shadow: 0.1em 0.1em 0.4em #555;
    box-shadow: 0.1em 0.1em 0.4em #555;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444');
    border: 1px solid #89A;
    background-color: #FDFFFD;
}

    #divFeedback * {
        font-size: inherit;
    }

#divFeedbackText {
    color: #15B;
    font-size: 1em;
    font-family: Arial;
    padding: 0.5em 0.8em;
}

    #divFeedbackText img {
        vertical-align: top;
    }

.FeedbackOK {
    background: -webkit-gradient(linear, left top, left bottom, from(#FDFFFD), to(#F1FFF1));
    background: -ms-linear-gradient(top, #FDFFFD 0%, #F1FFF1 100%);
    background: -moz-linear-gradient(top, #FDFFFD, #F1FFF1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFFFD', endColorstr='#F1FFF1');
}

.FeedbackWARNING {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF8F4), to(#FFD0A8));
    background: -ms-linear-gradient(top, #FFF8F4 0%, #FFD0A8 100%);
    background: -moz-linear-gradient(top, #FFF8F4, #FFD0A8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF8F4', endColorstr='#FFD0A8');
}

.FeedbackERROR {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF7F7), to(#ffb2b2));
    background: -ms-linear-gradient(top, #FFF7F7 0%, #ffb2b2 100%);
    background: -moz-linear-gradient(top, #FFF7F7, #ffb2b2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7', endColorstr='#ffb2b2');
}

.roundBorder03em {
    -webkit-border-radius: 0.3em !important;
    -moz-border-radius: 0.3em !important;
    border-radius: 0.3em !important;
}

.roundBorder3 {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.roundBorder5 {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.roundBorder7 {
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
}

.roundBorder7TOP {
    -webkit-border-top-left-radius: 7px !important;
    -moz-border-top-left-radius: 7px !important;
    border-top-left-radius: 7px !important;
    -webkit-border-top-right-radius: 7px !important;
    -moz-border-top-right-radius: 7px !important;
    border-top-right-radius: 7px !important;
}

.roundBorder7BOTTOM {
    -webkit-border-bottom-left-radius: 7px !important;
    -moz-border-bottom-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
    -webkit-border-bottom-right-radius: 7px !important;
    -moz-border-bottom-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}

.roundBorder9 {
    -webkit-border-radius: 9px !important;
    -moz-border-radius: 9px !important;
    border-radius: 9px !important;
}

.roundBorder9BOTTOM {
    -webkit-border-bottom-left-radius: 9px !important;
    -moz-border-bottom-left-radius: 9px !important;
    border-bottom-left-radius: 9px !important;
    -webkit-border-bottom-right-radius: 9px !important;
    -moz-border-bottom-right-radius: 9px !important;
    border-bottom-right-radius: 9px !important;
}

.XIMG {
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
}

.XORANGEBTN, .XBLUEBTN, .XGREENBTN, .XSILVERBTN, .XSILVERBTN2, .XREDBTN, .XREDBTNNOHOVER {
    display: inline-block;
    padding: 0.1em 0.2em;
    white-space: nowrap;
    text-align: center;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    font-family: Helvetica, Tahoma;
    font-size: 1em;
    cursor: pointer;
    box-shadow: 3px 3px 5px #AAA;
    -moz-box-shadow: 3px 3px 5px #AAA;
    -webkit-box-shadow: 3px 3px 5px #AAA;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#AAA')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#AAA');
}

.XREDBTNNOHOVER {
    cursor: default;
}

.XORANGEBTN:hover, .XBLUEBTN:hover, .XGREENBTN:hover, .XSILVERBTN:hover, .XSILVERBTN2:hover, .XREDBTN:hover {
    box-shadow: 3px 3px 7px #777;
    -moz-box-shadow: 3px 3px 7px #777;
    -webkit-box-shadow: 3px 3px 7px #777;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=0, Color='#777')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=0, Color='#777');
}

.XBTNLETTERSPACING_00_01HOVER {
    letter-spacing: 0.0em;
}

    .XBTNLETTERSPACING_00_01HOVER:hover {
        letter-spacing: 0.1em;
    }

.XBTNLETTERSPACING_00_02HOVER {
    letter-spacing: 0.0em;
}

    .XBTNLETTERSPACING_00_02HOVER:hover {
        letter-spacing: 0.2em;
    }

.XBTNLETTERSPACING_01_02HOVER {
    letter-spacing: 0.1em;
}

    .XBTNLETTERSPACING_01_02HOVER:hover {
        letter-spacing: 0.2em;
    }

.XBTNLETTERSPACING_01_03HOVER {
    letter-spacing: 0.1em;
}

    .XBTNLETTERSPACING_01_03HOVER:hover {
        letter-spacing: 0.3em;
    }

.XORANGEBTN, .XBLUEBTN, .XGREENBTN, .XSILVERBTN, .XSILVERBTN2, .XREDBTN, .XREDBTNNOHOVER,
.XORANGEBTN:hover, .XBLUEBTN:hover, .XGREENBTN:hover, .XSILVERBTN:hover, .XSILVERBTN2:hover, .XREDBTN:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .XORANGEBTN, .XORANGEBTN:hover {
        color: #FFF;
        background-color: #9c3f00;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffae00), to(#9c3f00));
        background: -ms-linear-gradient(top, #ffae00 0%, #9c3f00 100%);
        background: -moz-linear-gradient(top, #ffae00, #9c3f00);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffae00', endColorstr='#9c3f00');
    }

    .XBLUEBTN, .XBLUEBTN:hover {
        color: #E2ECFF;
        background-color: #004984;
        background: -webkit-gradient(linear, left top, left bottom, from(#528AF5), to(#004984));
        background: -ms-linear-gradient(top, #528AF5 0%, #004984 100%);
        background: -moz-linear-gradient(top, #528AF5, #004984);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#528AF5', endColorstr='#004984');
    }

    .XGREENBTN, .XGREENBTN:hover {
        color: #E2FFE5;
        background-color: #0c5d00;
        background: -webkit-gradient(linear, left top, left bottom, from(#00CE18), to(#0c5d00));
        background: -ms-linear-gradient(top, #00CE18 0%, #0c5d00 100%);
        background: -moz-linear-gradient(top, #00CE18, #0c5d00);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00CE18', endColorstr='#0c5d00');
    }

    .XSILVERBTN, .XSILVERBTN:hover {
        color: #000000;
        background-color: #c5c5c5;
        background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#c5c5c5));
        background: -ms-linear-gradient(top, #F7F7F7 0%, #c5c5c5 100%);
        background: -moz-linear-gradient(top, #F7F7F7, #c5c5c5);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F7F7F7', endColorstr='#c5c5c5');
        border-top: 1px solid #eaeaea;
    }

    .XSILVERBTN2, .XSILVERBTN2:hover {
        color: #000000;
        background-color: #9499a5;
        background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#9499a5));
        background: -ms-linear-gradient(top, #f5f5f5 0%, #9499a5 100%);
        background: -moz-linear-gradient(top, #f5f5f5, #9499a5);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f5f5f5', endColorstr='#9499a5');
    }

    .XREDBTN, .XREDBTNNOHOVER, .XREDBTN:hover {
        color: #EDF3FF;
        background-color: #AD0101;
        background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#AD0101));
        background: -ms-linear-gradient(top, #FF0000 0%, #AD0101 100%);
        background: -moz-linear-gradient(top, #FF0000, #AD0101);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF0000', endColorstr='#AD0101');
    }

@media screen {
    a.BOXCLOSE, a.BOXCLOSE2, a.BOXCLOSE3, a.BOXCLOSE4 {
        float: right;
        cursor: pointer;
        color: #FFFFFF;
        border: 1px solid #AEAEAE;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        background-color: #C02F2F;
        font-family: Arial;
        font-weight: bold;
        display: inline-block;
        line-height: 0px;
        text-decoration: none !important;
        position: absolute;
        /*z-index:99000;*/
        right: 0px;
    }

    a.BOXCLOSE {
        margin-top: -12px;
        margin-right: -15px;
        font-size: 0.8rem;
        padding: 0.5rem 0.3rem 0.5rem 0.3rem;
    }

    a.BOXCLOSE2 {
        margin-top: -11px;
        margin-right: -13px;
        font-size: 0.75rem;
        padding: 0.7em 0.3em 0.6em 0.3em;
    }

    a.BOXCLOSE3 {
        margin-top: -10px;
        margin-right: -11px;
        font-size: 0.7rem;
        padding: 0.7rem 0.4rem;
    }

    a.BOXCLOSE4 {
        margin-top: -9px;
        margin-right: -9px;
        font-size: 0.7rem;
        padding: 0.9rem 0.5rem;
    }

    .BOXCLOSE:before, .BOXCLOSE2:before, .BOXCLOSE3:before, .BOXCLOSE4:before {
        content: "X";
    }

    .BOXCLOSE:hover {
        box-shadow: 0px 0px 7px #DDDDDD;
        -moz-box-shadow: 0px 0px 7px #DDDDDD;
        -webkit-box-shadow: 0px 0px 7px #DDDDDD;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=0, Color='#DDDDDD')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=0, Color='#DDDDDD');
        color: white;
    }

    .BOXCLOSE.TOPFEEDBACK:before {
        content: "x";
    }

    .BOXCLOSE.TOPFEEDBACK {
        position: absolute;
        right: 0;
        margin-top: -1px;
        margin-right: -0.5rem;
        border-radius: 35%;
        -webkit-border-radius: 35%;
        -moz-border-radius: 35%;
        padding: 0.4rem 0.2rem;
        font-size: 0.7rem;
        background-color: #dedede;
        border: 1px solid #d0d0d0;
        color: #a7a2a2;
    }

        .BOXCLOSE.TOPFEEDBACK:hover {
            background-color: #C02F2F;
            color: #FFF;
        }

    .BOXCLOSE2:hover {
        background-color: #f00;
        color: white;
    }

    .BOXCLOSE3:hover {
        box-shadow: 0px 0px 7px #DDDDDD;
        -moz-box-shadow: 0px 0px 7px #DDDDDD;
        -webkit-box-shadow: 0px 0px 7px #DDDDDD;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=0, Color='#DDDDDD')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=0, Color='#DDDDDD');
        color: white;
    }

    .BOXCLOSE4:hover {
        box-shadow: 0px 0px 7px #DDDDDD;
        -moz-box-shadow: 0px 0px 7px #DDDDDD;
        -webkit-box-shadow: 0px 0px 7px #DDDDDD;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=0, Color='#DDDDDD')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=0, Color='#DDDDDD');
        color: white;
    }
}

.FANCYBG_LIGHT_RED, .FANCYBG_LIGHT_GREEN, .FANCYBG_LIGHT_BLUE, .FANCYBG_BLUE {
    display: inline-block;
    padding: 4px 10px 4px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.2em;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
}

.FANCYBG_LIGHT_RED {
    color: #E6E6E6;
    background-color: #FFC8C8;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF9F9), to(#FFC8C8));
    background: -ms-linear-gradient(top, #FFF9F9 0%, #FFC8C8 100%);
    background: -moz-linear-gradient(top, #FFF9F9, #FFC8C8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFF9F9', endColorstr='#FFC8C8');
}

.FANCYBG_LIGHT_GREEN {
    color: #E6E6E6;
    background-color: #A7F1CD;
    background: -webkit-gradient(linear, left top, left bottom, from(#E4FBFC), to(#A7F1CD));
    background: -ms-linear-gradient(top, #E4FBFC 0%, #A7F1CD 100%);
    background: -moz-linear-gradient(top, #E4FBFC, #A7F1CD);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E4FBFC', endColorstr='#A7F1CD');
}

.FANCYBG_LIGHT_BLUE {
    color: #E6E6E6;
    background-color: #B6DFFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#E8F4FF), to(#B6DFFF));
    background: -ms-linear-gradient(top, #E8F4FF 0%, #B6DFFF 100%);
    background: -moz-linear-gradient(top, #E8F4FF, #B6DFFF);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E8F4FF', endColorstr='#B6DFFF');
}

.FANCYBG_BLUE {
    color: #E6E6E6;
    background-color: #061E65;
    background: -webkit-gradient(linear, left top, left bottom, from(#1D94E4), to(#061E65));
    background: -ms-linear-gradient(top, #1D94E4 0%, #061E65 100%);
    background: -moz-linear-gradient(top, #1D94E4, #061E65);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D94E4', endColorstr='#061E65');
}

.FANCYBTN_SILVER, .FANCYBTN_SILVER2, .FANCYBTN_YELLOW, .FANCYBTN_GREEN, .FANCYBTN_ORANGE, .FANCYBTN_MAGENTA, .FANCYBTN_BLUE, .FANCYBTN_BLUE2 {
    display: inline-block;
    padding: 0.2em 1em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    font-size: 1.2em;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
}

.FANCYBTN_SILVER {
    color: #222222;
    background: -webkit-gradient(linear, left top, left bottom, from(#E7E7E7), to(#BBBBBB));
    background: -ms-linear-gradient(top, #E7E7E7 0%, #BBBBBB 100%);
    background: -moz-linear-gradient(top, #E7E7E7, #BBBBBB);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E7E7E7', endColorstr='#BBBBBB');
}

    .FANCYBTN_SILVER:hover {
        color: #000000;
        background: -webkit-gradient(linear, left top, left bottom, from(#BBBBBB), to(#E7E7E7));
        background: -ms-linear-gradient(top, #BBBBBB 0%, #E7E7E7 100%);
        background: -moz-linear-gradient(top, #BBBBBB, #E7E7E7);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#BBBBBB', endColorstr='#E7E7E7');
    }

.FANCYBTN_SILVER2 {
    color: #222222;
    background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#D5D5D5));
    background: -ms-linear-gradient(top, #F7F7F7 0%, #D5D5D5 100%);
    background: -moz-linear-gradient(top, #F7F7F7, #D5D5D5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F7F7F7', endColorstr='#D5D5D5');
}

    .FANCYBTN_SILVER2:hover {
        color: #000000;
        background: -webkit-gradient(linear, left top, left bottom, from(#D5D5D5), to(#F7F7F7));
        background: -ms-linear-gradient(top, #D5D5D5 0%, #F7F7F7 100%);
        background: -moz-linear-gradient(top, #D5D5D5, #F7F7F7);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D5D5D5', endColorstr='#F7F7F7');
    }

.FANCYBTN_BLUE {
    color: #FFFFFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#0052F2), to(#064BA3));
    background: -ms-linear-gradient(top, #0052F2 0%, #064BA3 100%);
    background: -moz-linear-gradient(top, #0052F2, #064BA3);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0052F2', endColorstr='#064BA3');
}

    .FANCYBTN_BLUE:hover {
        color: #FFFFFF;
        background: -webkit-gradient(linear, left top, left bottom, from(#010C4D), to(#0052F2));
        background: -ms-linear-gradient(top, #010C4D 0%, #0052F2 100%);
        background: -moz-linear-gradient(top, #010C4D, #0052F2);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#010C4D', endColorstr='#0052F2');
    }

.FANCYBTN_BLUE2 {
    color: #FFFFFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#538DFD), to(#032879));
    background: -ms-linear-gradient(top, #538DFD 0%, #032879 100%);
    background: -moz-linear-gradient(top, #538DFD, #032879);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#538DFD', endColorstr='#032879');
}

    .FANCYBTN_BLUE2:hover {
        color: #FFFFFF;
        background: -webkit-gradient(linear, left top, left bottom, from(#032879), to(#538DFD));
        background: -ms-linear-gradient(top, #032879 0%, #538DFD 100%);
        background: -moz-linear-gradient(top, #032879, #538DFD);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#032879', endColorstr='#538DFD');
    }

.FANCYBTN_YELLOW {
    background: -webkit-gradient(linear, left top, left bottom, from(#FCFFB8), to(#FCD744));
    background: -ms-linear-gradient(top, #FCFFB8 0%, #FCD744 100%);
    background: -moz-linear-gradient(top, #FCFFB8, #FCD744);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FCFFB8', endColorstr='#FCD744');
    color: #025;
}

    .FANCYBTN_YELLOW:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(#FCD744), to(#FCFFB8));
        background: -ms-linear-gradient(top, #FCD744 0%, #FCFFB8 100%);
        background: -moz-linear-gradient(top, #FCD744, #FCFFB8);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FCD744', endColorstr='#FCFFB8');
        color: #000;
    }

.FANCYBTN_GREEN {
    background: -webkit-gradient(linear, left top, left bottom, from(#00D310), to(#025506));
    background: -ms-linear-gradient(top, #00D310 0%, #025506 100%);
    background: -moz-linear-gradient(top, #00D310, #025506);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00D310', endColorstr='#025506');
    color: #FFF;
}

    .FANCYBTN_GREEN:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(#025506), to(#00D310));
        background: -ms-linear-gradient(top, #025506 0%, #00D310 100%);
        background: -moz-linear-gradient(top, #025506, #00D310);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#025506', endColorstr='#00D310');
        color: #FFF;
    }

.FANCYBTN_ORANGE {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffae00), to(#9c3f00));
    background: -ms-linear-gradient(top, #ffae00 0%, #9c3f00 100%);
    background: -moz-linear-gradient(top, #ffae00, #9c3f00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffae00', endColorstr='#9c3f00');
    color: #FFF;
}

    .FANCYBTN_ORANGE:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(#9c3f00), to(#ffae00));
        background: -ms-linear-gradient(top, #9c3f00 0%, #ffae00 100%);
        background: -moz-linear-gradient(top, #9c3f00, #ffae00);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9c3f00', endColorstr='#ffae00');
        color: #FFF;
    }

.FANCYBTN_MAGENTA {
    background: -webkit-gradient(linear, left top, left bottom, from(#B20AE7), to(#510464));
    background: -ms-linear-gradient(top, #B20AE7 0%, #510464 100%);
    background: -moz-linear-gradient(top, #B20AE7, #510464);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B20AE7', endColorstr='#510464');
    color: #FFF;
}

    .FANCYBTN_MAGENTA:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(#510464), to(#B20AE7));
        background: -ms-linear-gradient(top, #510464 0%, #B20AE7 100%);
        background: -moz-linear-gradient(top, #510464, #B20AE7);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#510464', endColorstr='#B20AE7');
        color: #FFF;
    }

.LINKRELEASENOTES {
    color: #38b4ff !important
}

.LINKTECHSUPPORT {
    color: #fff !important;
    background-color: #bd00ba;
    padding: 0.2em 0.4em;
}

    .LINKTECHSUPPORT:hover {
        background-color: #e40000;
    }

.LED_BLINKRED, .LED_BLINKBLUE, .LED_BLINKGREEN {
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    margin-left: 0.4em;
}

.LED_BLINKRED {
    background-color: #A00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: BLINKRED 1s infinite;
    -moz-animation: BLINKRED 1s infinite;
    -ms-animation: BLINKRED 1s infinite;
    -o-animation: BLINKRED 1s infinite;
    animation: BLINKRED 1s infinite;
}

@-webkit-keyframes BLINKRED {
    from {
        background-color: #F00000;
    }

    50% {
        background-color: #A0000000;
    }

    to {
        background-color: #F00000;
    }
}

@-moz-keyframes BLINKRED {
    from {
        background-color: #F00000;
    }

    50% {
        background-color: #A0000000;
    }

    to {
        background-color: #F00000;
    }
}

@-ms-keyframes BLINKRED {
    from {
        background-color: #F00000;
    }

    50% {
        background-color: #A0000000;
    }

    to {
        background-color: #F00000;
    }
}

@-o-keyframes BLINKRED {
    from {
        background-color: #F00000;
    }

    50% {
        background-color: #A0000000;
    }

    to {
        background-color: #F00000;
    }
}

@keyframes BLINKRED { /*Chrome*/
    from {
        background-color: #F00000;
    }

    50% {
        background-color: #A0000000;
    }

    to {
        background-color: #F00000;
    }
}

.LED_BLINKBLUE {
    background-color: #204080;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: BLINKBLUE 1s infinite;
    -moz-animation: BLINKBLUE 1s infinite;
    -ms-animation: BLINKBLUE 1s infinite;
    -o-animation: BLINKBLUE 1s infinite;
    animation: BLINKBLUE 1s infinite;
}

@-webkit-keyframes BLINKBLUE {
    from {
        background-color: #0000FF;
    }

    50% {
        background-color: #0000FF00;
    }

    to {
        background-color: #0000FF;
    }
}

@-moz-keyframes BLINKBLUE {
    from {
        background-color: #0000FF;
    }

    50% {
        background-color: #0000FF00;
    }

    to {
        background-color: #0000FF;
    }
}

@-ms-keyframes BLINKBLUE {
    from {
        background-color: #0000FF;
    }

    50% {
        background-color: #0000FF00;
    }

    to {
        background-color: #0000FF;
    }
}

@-o-keyframes BLINKBLUE {
    from {
        background-color: #0000FF;
    }

    50% {
        background-color: #0000FF00;
    }

    to {
        background-color: #0000FF;
    }
}

@keyframes BLINKBLUE { /*Chrome*/
    from {
        background-color: #0000FF;
    }

    50% {
        background-color: #0000FF00;
    }

    to {
        background-color: #0000FF;
    }
}

.LED_BLINKGREEN {
    background-color: #108a00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: BLINKGREEN 1s infinite;
    -moz-animation: BLINKGREEN 1s infinite;
    -ms-animation: BLINKGREEN 1s infinite;
    -o-animation: BLINKGREEN 1s infinite;
    animation: BLINKGREEN 1s infinite;
}

@-webkit-keyframes BLINKGREEN {
    from {
        background-color: #108a00;
    }

    70% {
        background-color: #18d200;
    }

    to {
        background-color: #108a00;
    }
}

@-moz-keyframes BLINKGREEN {
    from {
        background-color: #108a00;
    }

    70% {
        background-color: #18d200;
    }

    to {
        background-color: #108a00;
    }
}

@-ms-keyframes BLINKGREEN {
    from {
        background-color: #108a00;
    }

    70% {
        background-color: #18d200;
    }

    to {
        background-color: #108a00;
    }
}

@-o-keyframes BLINKGREEN {
    from {
        background-color: #108a00;
    }

    70% {
        background-color: #18d200;
    }

    to {
        background-color: #108a00;
    }
}

@keyframes BLINKGREEN { /*Chrome*/
    from {
        background-color: #108a00;
    }

    70% {
        background-color: #18d200;
    }

    to {
        background-color: #108a00;
    }
}

.LED_BLUE, .LED_GREEN, .LED_RED {
    display: inline-block;
    margin: 0 auto;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.LED_BLUE {
    background-color: #5581ff;
}

.LED_GREEN {
    background-color: #00ab00;
}

.LED_RED {
    background-color: #ef0000;
}

/*
::-webkit-scrollbar {
    width: 1.3em;
    height: 1.3em;
}

::-webkit-scrollbar-button {
    background: no-repeat #e9ecef;
    background-size: 0.75em;
    background-position: center bottom;
}

    ::-webkit-scrollbar-button:vertical:decrement {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%235a6268'><polygon points='0,50 100,50 50,0'/></svg>");
    }

    ::-webkit-scrollbar-button:vertical:increment {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%235a6268'><polygon points='0,0 100,0 50,50'/></svg>");
    }

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #EEF;
}

::-webkit-scrollbar-thumb {
    background: #9FA2CA;
}*/

.STDPOPUP {
    position: fixed !important;
    z-index: 50001;
    width: 100px;
    height: 100px;
    background-color: white;
    border: inset 2px #DDDDDD;
    width: 90%;
    margin-right: -45%;
    right: 50%;
    height: 90%;
    top: 5%;
    left: auto;
}

.STDPOPUPCLOSE {
    cursor: pointer;
    float: right;
    width: 1.8em;
    height: 1.8em;
}

.STDPOPUPHEADER {
    background-color: #1e50b7;
    color: white;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.2em 0.5em;
}

.STDPOPUPBODY {
    position: absolute;
    width: 100%;
    top: 1.9em;
    bottom: 0;
    overflow: auto;
    background-color: white;
    padding: 0.2em;
}

.TBLSTRIPE {
}

    .TBLSTRIPE *:not(.NOSTRIPE) tr:not(.NOSTRIPE):hover td:not(.NOSTRIPE),
    .STRIPE:not(.NOSTRIPE):hover, .STRIPE:not(.NOSTRIPE):hover *,
    .HOVERHIGHLIGHT:not(.NOSTRIPE):hover, .HOVERHIGHLIGHT:not(.NOSTRIPE):hover *:not(input):not(textarea):not(select):not(.NOSTRIPE) {
        background-color: #bcd3ff !important;
    }

    .TBLSTRIPE *:not(.NOSTRIPE) tr:nth-child(odd) td, .STRIPE:not(.NOSTRIPE):nth-child(odd), .STRIPE:not(.NOSTRIPE):nth-child(odd) * {
        background-color: white;
    }

    .TBLSTRIPE *:not(.NOSTRIPE) tr:nth-child(even) td, .STRIPE:not(.NOSTRIPE):nth-child(even), .STRIPE:not(.NOSTRIPE):nth-child(even) * {
        background-color: #f5f8ff;
    }

.PDFTITLE a {
    font-weight: bold;
}

.PREDEFRESNOTES {
    vertical-align: top;
}

    .PREDEFRESNOTES .BTN {
        position: inherit !important;
        padding: 0.1em 1em 0.1em 1em !important;
        margin-right: 1em;
    }


.MENUITEM_OK {
    background-color: #65d665;
}

.MENUITEM_DEBUG {
    background-color: #f576ff;
}

.MENUITEM_WARN {
    background-color: #ffa500;
}

.MENUITEM_ERR {
    background-color: #ff9f9f;
}

.MENUITEM_HIGHLIGHTED {
    background-color: #fff376;
}

.MENUITEM_X {
    background-color: #5feaea;
}

.BORDERANIM {
    background: url(selection.gif);
}

    .BORDERANIM .XA { /*see setup for file uploading*/
        zoom: 90% !important;
        margin: 5% !important;
        display: inline-block;
    }

.BORDERANIMATION {
    color: #27B;
    outline: 3px dashed white;
    box-shadow: 0 0 0 3px #27B;
    animation: 1s animBORDERANIMATION ease infinite;
}

@keyframes animBORDERANIMATION {
    to {
        outline-color: #27B;
        box-shadow: 0 0 0 3px white;
    }
}

@-webkit-keyframes animBORDERANIMATION {
    to {
        outline-color: #27B;
        box-shadow: 0 0 0 3px white;
    }
}

@-moz-keyframes animBORDERANIMATION {
    to {
        outline-color: #27B;
        box-shadow: 0 0 0 3px white;
    }
}

@-ms-keyframes animBORDERANIMATION {
    to {
        outline-color: #27B;
        box-shadow: 0 0 0 3px white;
    }
}

@-o-keyframes animBORDERANIMATION {
    to {
        outline-color: #27B;
        box-shadow: 0 0 0 3px white;
    }
}

.FILEDROPWAIT {
    position: absolute;
    height: 10px;
}

.AUTOHEIGHT {
    width: 100%;
    height: 5em;
    background-color: #FFFFFA;
    min-height: 2em !important;
}

.XDATE {
    width: 7em !important;
    text-align: center;
}

.BOXLINK {
    display: inline-block;
    border: 1px solid #b7c5d4;
    margin: 2px 0px 0px 10px;
    padding: 2px 4px;
}

    .BOXLINK:hover {
        background-color: #cce3ff;
    }

.EGPSLabel {
    font-weight: bold;
}

/* e.g. % value displayed on pie charts*/
.jqplot-data-label {
    color: #fff !important;
    text-shadow: 1px 1px 5px #000000 !important;
    font-size: 1.1em !important;
}

/* Chart Title*/
.jqplot-title {
    color: #344673 !important;
    margin-top: 0.5em;
    font-size: 0.85em !important;
}

/* jqplot legend size e.g. in pie charts on Dashboard */
.jqplot-table-legend {
    /*width: 300px;*/
}

    .jqplot-table-legend td:first-child {
        width: 16px;
    }

.FIELDBORDEROK {
    border: 1px solid Transparent;
}

.FIELDBORDERERROR {
    border: 1px solid red;
}


@-webkit-keyframes ROTATE15 {
    from {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(15deg);
    }

    75% {
        transform: rotate(-15deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-moz-keyframes ROTATE15 {
    from {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(15deg);
    }

    75% {
        transform: rotate(-15deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-ms-keyframes ROTATE15 {
    from {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(15deg);
    }

    75% {
        transform: rotate(-15deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-o-keyframes ROTATE15 {
    from {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(15deg);
    }

    75% {
        transform: rotate(-15deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes ROTATE15 { /*Chrome*/
    from {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(15deg);
    }

    75% {
        transform: rotate(-15deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes ROTATE360 {
    from {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(360deg);
    }

    75% {
        transform: rotate(-360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-moz-keyframes ROTATE360 {
    from {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(360deg);
    }

    75% {
        transform: rotate(-360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-ms-keyframes ROTATE360 {
    from {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(360deg);
    }

    75% {
        transform: rotate(-360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-o-keyframes ROTATE360 {
    from {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(360deg);
    }

    75% {
        transform: rotate(-360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes ROTATE360 { /*Chrome*/
    from {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(360deg);
    }

    75% {
        transform: rotate(-360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes ROTATE360R {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@-moz-keyframes ROTATE360R {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@-ms-keyframes ROTATE360R {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@-o-keyframes ROTATE360R {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@keyframes ROTATE360R { /*Chrome*/
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.border01em {
    -webkit-border-radius: 0.1em;
    -moz-border-radius: 0.1em;
    border-radius: 0.1em;
}

.border02em {
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
}

.border03em {
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
}

.border04em {
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}

.border05em {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.statusActive, .statusInactive, .statusDisabled {
    display: inline-block;
    padding: 0.05em 0.3em;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    color: white !important;
    font-size: inherit;
}

.statusActive {
    background-color: green !important;
}

.statusInactive {
    background-color: red !important;
}

.statusDisabled {
    background-color: #707070 !important;
}

.ACTIVEFIELD {
    background-color: #a7ffa7 !important;
}

.MODALPOPUP {
    position: absolute;
    z-index: 50001;
    top: 3%;
    left: 4%;
    width: 92%;
    height: 92%;
    background-color: #fff;
    border: 1px solid #b5b5b5;
}

.MODALPOPUPTITLE {
    cursor: pointer;
    height: 1.8em;
    background-color: #2d5bab;
    color: #fff;
    padding: 0.3em 0.4em 0.3em 1.9em;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    background-image: url(../images/logo/logo64x64w.png);
    background-repeat: no-repeat;
    background-size: 1.2em;
    background-position: 0.22em 0.28em;
}

.MODALPOPUPCLOSE {
    cursor: pointer;
    float: right;
    width: 1.6em;
    margin-top: 0.1em;
}

.MODALPOPUPCONTENT {
    position: absolute;
    top: 1.8em;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

    .MODALPOPUPCONTENT iframe {
        border-width: 0px;
    }

.MASTERPOPUP_CONTENT {
    position: absolute;
    z-index: 777;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    height: calc(100% - 2.3em);
    padding: 0.2em;
    background-color: #FAFAFA;
    overflow: auto !important;
}

.MASTERPOPUP_BUTTONS_WRAP {
    position: fixed;
    display: table-cell;
    z-index: 777;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.3em;
    background-color: #2d5bab;
    border-top: 1px solid darkgrey;
    background-image: url(../images/bgsquarestopleft.png);
    background-position: -35px -10px;
    background-repeat: no-repeat;
}

    .MASTERPOPUP_BUTTONS_WRAP .BTN {
        float: right;
        margin: 0.25em 0.7em 0.4em 0.3em;
        padding: 0.3em 0.7em;
        min-width: 6.2em;
        box-shadow: 3px 3px 7px #424242;
        -moz-box-shadow: 3px 3px 7px #424242;
        -webkit-box-shadow: 3px 3px 7px #424242;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=0, Color='#424242')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=0, Color='#424242');
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }

        .MASTERPOPUP_BUTTONS_WRAP .BTN:hover {
            box-shadow: 3px 3px 7px #000;
            -moz-box-shadow: 3px 3px 7px #000;
            -webkit-box-shadow: 3px 3px 7px #000;
            -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=0, Color='#000')";
            filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=0, Color='#000');
        }

fieldset {
    padding: 0.1em 0.7em 0.7em 0.7em !important;
    border: solid 1px #D1D1E7;
    -moz-box-shadow: 3px 3px 7px #CACACA;
    -webkit-box-shadow: 3px 3px 7px #CACACA;
    box-shadow: 3px 3px 7px #CACACA;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CACACA')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CACACA');
    margin-right: 0.3em;
    background-color: #e2eaf7;
}

.fieldSetLegend {
    color: #006dad;
    font-weight: bold;
    padding-left: 0.25em;
    padding-right: 0.25em;
    font-size: 1em !important;
}

.requiredField, .invalidValue {
    background-color: red !important;
}

.requiredField2, .invalidValue2 {
    background-color: #ffc5c5 !important;
    border: 0.1em solid red !important;
}

.requiredFieldBorder, .invalidValueBorder {
    border: 0.1em solid red !important;
}

.requiredLabel {
    color: #0041d4 !important;
}

    .requiredLabel::before {
        content: "*";
        margin-right: 0.2em;
        color: red;
    }

.XADDRESS_MAPICON, .XADDRESS_MAPICON_DISABLED {
    border-width: 0;
    vertical-align: bottom;
    margin-bottom: -0.5em;
}

.XADDRESS_MAPICON {
    width: 4em;
    cursor: pointer;
}

.LASTUPDATEDLATLNG {
    display: inline-block;
    margin-left: 0.5em;
}

    .LASTUPDATEDLATLNG .XADDRESS_MAPICON, .LASTUPDATEDLATLNG .XADDRESS_MAPICON_DISABLED {
        width: 2em;
        margin-top: -0.5em;
        margin-bottom: -0.1em;
    }

.CAMERANOTE {
    font-size: 0.9em;
    font-style: italic;
    color: #777;
    padding-left: 1.4em;
}

.BTNLOGINAS {
    color: #b200de;
    font-weight: bold;
    padding: 0.3em 0.8em;
    cursor: pointer;
}

.BOLD {
    font-weight: bold;
}

.APPFOOTER {
    bottom: 0;
    background-color: #292929;
    color: #8F8F8F;
    font-size: 0.9em;
}

    .APPFOOTER a, .APPFOOTER a:link, .APPFOOTER a:visited {
        text-decoration: none !important;
    }

    .APPFOOTER table {
        table-layout: fixed;
    }

.APPFOOTER, .FOOTERLOGO {
    height: 1.4rem;
}

.FOOTERLOGO {
    position: absolute;
    bottom: 0;
    right: 0;
    vertical-align: middle;
    background-color: white;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.footerLeft, .footerRight {
    width: 2.4em;
}

.footerRight {
    text-align: right;
}

.APPFOOTER_CONSTRENGTH {
    height: 1.5em;
    width: 2.3em;
    float: left;
}

.APPFOOTER_LATLNG {
    float: left;
    display: inline-block;
    margin-left: 0.4em;
    margin-top: 0.2em;
    color: #8f8f8f;
}

.APPFOOTER_VERSION {
    padding: 0 0.2em;
}

    .APPFOOTER_VERSION:hover {
        color: white;
        background-color: #005692;
        -webkit-border-radius: 0.2em;
        -moz-border-radius: 0.2em;
        border-radius: 0.2em;
    }

.APPFOOTER_LOGGEDINUSERNAME {
    color: #D7D7D7 !important;
}

.APPFOOTER_LINKTECHSUPPORT {
    background-color: #b00000;
    color: #8F8F8F;
    padding: 0 0.2em;
    display: inline-block;
}

    .APPFOOTER_LINKTECHSUPPORT:hover {
        background-color: red;
    }

.FOOTER_LATLNG {
    position: absolute;
    float: left;
    display: inline-block;
    margin-left: 0.5em;
    color: #8f8f8f;
    margin-top: 0.2em;
}

/* tabs [BEGIN]*/
.TABCONTENT {
    padding: 0.5em 0 !important;
    background-color: #F9F9F9 !important;
}

.ui-tabs {
    border-width: 0 !important;
}

.ui-tabs-nav {
    background-color: transparent !important;
}

.ui-tabs .ui-tabs-nav {
    padding: 0 !important;
}

.ui-widget-header {
    border-width: 0 !important;
}

.ui-tabs-anchor {
    font-weight: bold;
}

.ui-tabs-active .ui-tabs-anchor {
    cursor: default !important;
}

/* tabs [END]*/

.ADMINONLY {
    display: none;
    border: 0.05em dotted #bbbbbb;
    background-color: #e2e2e2 !important;
}

    .ADMINONLY * {
        background-color: #e2e2e2;
    }

    .ADMINONLY input, .ADMINONLY textarea, .ADMINONLY select {
        background-color: white;
    }

.DIVACTIVESWITCHWRAP {
    margin-top: 0.3em;
}

.POPUPPANEL label {
    font-size: 0.9em;
}

.BG_DROPINDICATOR {
    background-image: url(../images/candrop.png?x);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2.4em;
    min-width: 3em;
}

.DELETED {
    position: absolute;
    z-index: 9;
    filter: alpha(opacity=90);
    opacity: 0.9;
    background-color: #f30000 !important;
    color: White !important;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    padding: 0.2em !important;
}

.LBL {
    font-weight: bold;
    color: #004790;
    margin-top: 1em;
}

.LBL_NOTE {
    margin-left: 0.7em;
    font-style: italic;
    color: #9e9e9e;
    font-weight: normal;
}

@keyframes BLINKRED { /*Chrome*/
    50% {
        background-color: red;
    }
}

@-webkit-keyframes BLINKRED {
    50% {
        background-color: red;
    }
}

@-moz-keyframes BLINKRED {
    50% {
        background-color: red;
    }
}

@-ms-keyframes BLINKRED {
    50% {
        background-color: red;
    }
}

@-o-keyframes BLINKRED {
    50% {
        background-color: red;
    }
}

.ANIMCUSTOMERINPUT {
    background-color: white;
    -webkit-animation: BLINKFORCUSTOMERINPUT 1s step-start 0s infinite;
    -moz-animation: BLINKFORCUSTOMERINPUT 1s step-start 0s infinite;
    -ms-animation: BLINKFORCUSTOMERINPUT 1s step-start 0s infinite;
    -o-animation: BLINKFORCUSTOMERINPUT 1s step-start 0s infinite;
    animation: BLINKFORCUSTOMERINPUT 1s step-start 0s infinite;
}

@keyframes BLINKFORCUSTOMERINPUT { /*Chrome*/
    50% {
        background-color: #bae4ff;
    }
}

@-webkit-keyframes BLINKFORCUSTOMERINPUT {
    50% {
        background-color: #bae4ff;
    }
}

@-moz-keyframes BLINKFORCUSTOMERINPUT {
    50% {
        background-color: #bae4ff;
    }
}

@-ms-keyframes BLINKFORCUSTOMERINPUT {
    50% {
        background-color: #bae4ff;
    }
}

@-o-keyframes BLINKFORCUSTOMERINPUT {
    50% {
        background-color: #bae4ff;
    }
}

.IMGHOME {
    width: 1.8em !important;
    height: 5em !important;
    -webkit-transition: all 0.32s ease;
    -moz-transition: all 0.32s ease;
    -o-transition: all 0.32s ease;
    -ms-transition: all 0.32s ease;
    transition: all 0.32s ease;
}

    .IMGHOME:hover {
        width: 2.6em !important;
        background-color: #006bb7;
        cursor: pointer;
    }

input[type="radio"], input[type="checkbox"] {
    position: relative;
    top: 0.1em;
}

input[type="text"], select {
    padding: 0.2em 0.3em;
    font-size: 1em;
}

.BOLDVALUE {
    margin-top: 0.15em;
    font-weight: bold;
    color: #006098;
}

.TBPOSTALCODE {
    width: 6.2em !important;
    text-align: center;
}

.ONLINEORDER_IMGPAYMENT {
    width: 4em !important;
}

.ONLINEORDER_IMGSTATUS {
    cursor: pointer;
    display: inline-block;
    border-width: 0px;
    width: 1.8em;
}

.ONLINEORDER_STATUSSTR {
    margin-top: 0.3em;
    font-size: 0.9em;
    font-weight: bold;
    color: #00264a;
}

.ONLINEORDER_ORDERNUMBER {
    text-align: center !important;
    font-size: 1.2em;
    letter-spacing: 0.03em;
}

    .ONLINEORDER_ORDERNUMBER, .ONLINEORDER_ORDERNUMBER a {
        color: #004bd4;
    }

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

@media only screen and (max-width: 1000px) {
    html, body, form {
        font-size: 0.95rem;
    }
}

@media only screen and (max-height: 800px) {
    html, body, form {
        font-size: 0.95rem;
    }
}

@media only screen and (max-width: 800px) {
    html, body, form {
        font-size: 0.9rem;
    }
}

@media only screen and (max-height: 600px) {
    html, body, form {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 600px) {
    html, body, form {
        font-size: 0.85rem;
    }
}

@media only screen and (max-height: 400px) {
    html, body, form {
        font-size: 0.85rem;
    }
}

.TEXTSPACING1 {
    letter-spacing: 0.03em
}

.TEXTSPACING2 {
    letter-spacing: 0.05em
}

.TEXTSPACING3 {
    letter-spacing: 0.07em
}

.TEXTSPACING4 {
    letter-spacing: 0.09em
}

.ABLUE {
    color: blue !important;
}

.CBLIST {
    display: block;
    background-color: white;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
}

    .CBLIST table {
        border-collapse: collapse;
    }

.CBLISTTOPTITLE {
    font-weight: bold;
    margin-bottom: 0.15em;
}

.CBLISTHEADER {
    display: block;
    width: 100%;
    background-color: #0a5e9b;
    padding: 0.15em 0.1em 0.15em 0;
}

    .CBLISTHEADER td {
        vertical-align: middle;
    }

        .CBLISTHEADER td:first-child {
            width: 1%;
            white-space: nowrap;
            padding-right: 3em;
        }

        .CBLISTHEADER td:last-child {
            text-align: right;
        }

.CBLISTHEADER_FILTER {
    background-color: #fafafa;
    width: 100%;
}

    .CBLISTHEADER_FILTER:focus {
        background-color: white;
        outline: 0.1em solid #00a8ff;
    }

.CBLISTROWS {
    overflow: auto;
}

.CBLIST label {
    cursor: pointer;
}

.CBLISTSELCOUNT {
    color: #FFF;
    font-weight: bold;
}

.CBLISTNATLANGVALUESEP {
    display: inline-block;
    color: #D00;
    padding: 0 0.25em;
}

.TOPNOTES {
    display: inline-block;
    letter-spacing: 0.01em;
    margin-bottom: 2em;
    background-color: #eef0f3;
    padding: 0.4em 0.1em;
    width: 100%;
    border-width: 0.2em;
    border-style: solid;
    border-color: #bfc5c9;
}

    .TOPNOTES .REDDISC {
        margin: 0 0.2em;
        font-style: italic;
        font-size: 0.9em;
    }

.REDDISC {
    background-color: red;
    color: white;
    padding: 0 0.3em 0.1em 0.3em;
    -webkit-border-radius: 0.7em !important;
    -moz-border-radius: 0.7em !important;
    border-radius: 0.7em !important;
}
