﻿/* DEFAULTS
----------------------------------------------------------*/

html, body, form {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Verdana, Tahoma,"Lucida Grande", "Segoe UI", Arial, Sans-serif;
    font-size: 13px;
    color: #000000;
    background: #e1e1e1;
}

input, textarea, select {
    font-family: Verdana, Tahoma,"Lucida Grande", "Segoe UI", Arial, Sans-serif;
    font-size: 13px;
}

.page {
    padding: 15px;
}

a:link, a:visited {
    color: #004C5C;
}

a:hover {
    color: #179ba8;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

fieldset {
    background-color: #e1e1e1;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #004c5c;
    text-transform: none;
}

h1 {
    font-size: 19px;
    font-weight: bold;
    margin-top: 0px;
    color: #000;
    padding-bottom: 1px;
    margin-bottom: 0px;
}

h2 {
    font-size: 12px;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

h4 {
    font-size: 12px;
}

h5, h6 {
    font-size: 12px;
}


/*------------------------------*/
/* GRIDS
/*----------------------------------------------------------*/
/* Gd	 = Grid (Table)
/* GdNW	 = Grid (Table - No Wrap whitespace)
/* GdI   = Grid Item 
/* GdAI  = Grid Alternating Item
/* GdHI  = Grid Highlighted Item
/* GdSI  = Grid Item Selected
/* GdAIS = Grid Alternating Item Selected (Not used?)
/* GdH   = Grid Header
/* GdF   = Grid Footer
/* GdEI  = Grid Empty Item
/* GdP	 = ???? footer/pager?
------------------------------*/
TABLE.Gd {
    border: 1px solid #E1EEF5;
}

TABLE.GdNW {
    white-space: nowrap;
}

TR.GdI TD {
    background-color: #ffffff;
    padding-left: 4px;
    padding-right: 4px;
    border: 1px solid #E1EEF5;
    border-top: solid 0px black;
    vertical-align: top;
}


TR.GdEI TD {
    background-color: #003971;
    color: White;
    font-weight: bold;
    padding-left: 4px;
    padding-right: 4px;
    border: 0px solid red;
}



TR.GdAI TD {
    border: 1px solid #cde0f2;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #E1EEF5;
    border-top: solid 0px black;
    color: #333333;
    vertical-align: top;
}

TR.GdSI TD {
    background-color: #ffb800;
    border-left: 1px solid #ffb800;
    border-right: 1px solid #ffb800;
    border-top: 0px none red;
    border-bottom: 0px none red;
    padding-left: 4px;
    padding-right: 4px;
    color: #000000;
}


TR.GdH TD A, TR.GdH TH A {
    color: White;
    font-weight: bold;
    padding-left: 4px;
    padding-right: 4px;
}

TR.GdH TD, TR.GdH TH {
    background: url(../img/bartwo.gif);
    background-position: center;
    color: White;
    font-weight: bold;
    padding-left: 4px;
    padding-right: 4px;
}


TR.GdF TD, TR.GdF TD A {
    background-color: #003971;
    color: White;
    font-weight: bold;
    padding-left: 4px;
    padding-right: 4px;
}


DIV.GdP {
    text-align: left;
}

    TR.GdP TD A, TR.GdP TH A, DIV.GdP, DIV.GdP A {
        margin-top: 5px;
        height: 30px;
        color: White;
        font-weight: bold;
    }

TR.GdP TD, TR.GdP TH {
    background: url(../img/glance-bar.gif);
    background-position: center;
    margin-top: 5px;
    height: 30px;
    color: White;
    font-weight: bold;
}

TR.GdH TH, TR.GdH TD {
    border-right: 1px solid #7b818e;
    min-height: 30px;
}

.GdH TH a:link, .GdH TD a:link {
    color: #fff;
}

.GdH TH a:hover, .GdH TD a:hover {
    color: #b4e1eb;
    text-decoration: underline;
}

.GdH TH a:active, .GdH TD a:active {
    color: #B9D4E2;
}


.GdF TH a:link, .GdF TD a:link {
    color: #B9D4E2;
}

.GdF TH a:hover, .GdF TD a:hover {
    color: White;
}

.GdF TH a:active, .GdF TD a:active {
    color: #B9D4E2;
}

TD.GdInp, TR.GdInp TD {
    background-color: #FFFFA0;
    color: #000000;
}

TR.GdP TD, DIV.GdP {
    color: white;
    text-align: center;
    font-weight: bold;
    padding-right: 16px;
    padding-left: 8px;
}

    TR.GdP A:link, DIV.GdP A:link {
        text-decoration: none;
        font-weight: bold;
        color: #B9D4E2;
    }

    TR.GdP A:visited, DIV.GdP A:visited {
        text-decoration: none;
        font-weight: bold;
        color: #B9D4E2;
    }

    TR.GdP A:active, DIV.GdP A:active {
        text-decoration: none;
        font-weight: bold;
        color: white;
    }

    TR.GdP A:hover, DIV.GdP A:hover {
        text-decoration: underline;
        font-weight: bold;
        color: white;
    }

TR.GdI TD A IMG, TR.GdAI TD A IMG {
    border: 0px none black;
}

.GdHdr {
    height: 27px;
}

    .GdHdr DIV, .GdHdr H3 {
        *margin-top: -20px;
    }

.GdHdrTxt {
    float: left;
    *padding-top: 34px;
}


/*------------------------------*/
/* Input Labels
/*----------------------------------------------------------*/


.LbRC {
    font-weight: bold;
    text-align: right;
    background-color: #008993;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.LbInput {
    padding-left: 5px;
}

/*------------------------------*/
/* Collapsible Panels
/*----------------------------------------------------------*/


.ColPanT {
    padding: 2px 5px 2px 5px; /*border: 1px solid black;*/
    background-image: url(../img/glance-bar.gif);
    background-position: left center;
    font-weight: bold;
    line-height: 19px;
}

    .ColPanT u:hover {
        text-decoration: none;
        color: White;
    }

    .ColPanT, .ColPanT A {
        color: White;
        cursor: default;
    }

TABLE.ColPanT TR TD A IMG {
    border: 0px none black;
}

.ColPanB {
    border: 1px solid #008993;
}

/*********************/
/*   SPLITTER */
/*********************/

div.paneSide {
    position: absolute;
    height: 100%;
    display: inline-block;
    *display: inline;
    padding: 0;
    margin: 0;
}

div.search {
    white-space: nowrap;
    overflow: hidden;
    height: 28px;
    margin-left: 6px;
    vertical-align: top;
    margin-top: 2px;
    *position: static;
}

    div.search .input {
        width: 165px;
        position: relative;
        top: -5px;
        top: -4px\9;
        height: 17px;
        *top: -10px;
        *position: static;
    }


div.afSearch {
    white-space: nowrap;
    overflow: hidden;
    height: 50px;
    margin-left: 6px;
    vertical-align: top;
    margin-top: 2px;
    *position: static;
}

    div.afSearch .input {
        width: 165px;
        position: relative;
        top: -5px;
        top: -4px\9;
        height: 17px;
        *top: -10px;
        *position: static;
    }




input::placeholder, .text-mask {
    color: #cdcdcd;
    font-weight: bold;
}

div.grip {
    background-color: #05919a;
    border-left: 1px solid #E1EEF5;
    border-right: 1px solid #E1EEF5;
    display: inline-block;
    *display: inline;
    height: 100%;
    width: 3px;
    position: absolute;
    cursor: e-resize;
    z-index: 10000;
}

div.search a:visited {
    color: Black;
    font-size: small;
}

div.tree {
    padding-bottom: 20px;
}

div.treeView {
}

    div.treeView .nodeHover {
        cursor: pointer;
    }

div.paneBody {
    display: inline-block;
    height: 100%;
    *display: inline;
    min-width: 504px; /* Match canvas.css */
    padding: 0;
    margin: 0;
    position: absolute;
}

div.header {
    background: url(../img/bartwo.gif);
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    *height: 44px;
    min-height: 44px;
    white-space: nowrap;
}

div.headerEditOn {
    background: url(../img/editmodepushed.png);
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    width: 42px;
    *height: 44px;
    min-height: 44px;
    display: inline-block;
    *display: inline;
    *position: static;
}

    div.headerEditOn img {
        display: none;
        *display: inline;
        *position: static;
    }

div.headerHideTree {
    position: static;
    display: inline-block;
    *display: inline;
}

div.headerEdit {
    position: static;
    display: inline-block;
    *display: inline;
}

div.paneBody iframe {
    position: absolute;
    left: 0;
    border: none;
    min-width: 504px;
    padding: 0;
    margin: 0;
    height: 100%;
}


/*** CUSTOM ***/
div.banner {
    background-color: #207e92;
    background: url(../img/glance-bar.gif);
    height: 44px;
}
/*** CUSTOM ***/


div.menu {
    display: inline-block;
}

#Ma {
}

#M_MN {
    height: 42px;
}

canvas {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

li.small {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
}





/* SYNCFUSION TREEVIEW, CONTEXT MENU STYLES, waitingpopup */

#ejW_WaitingPopup.e-waitpopup-pane {
    color: black;
    background-color: white;
    z-index: 100000;
    height: 100%;
    /*background-image: url(../img/loadingtree.gif);*/
}

#ejCM_F, #ejCM_D {
    /*width: 165px;*/
    background-color: #FDF5CE;
    font-size: 12px;
    font-family: tahoma;
    background-position: top left;
    background-repeat: repeat-y;
    /*    background-color: #f5f5f5;*/
    cursor: default;
    min-width: 164px;
    padding: 1px 3px 1px 3px;
    border: 1px solid #000000;
}

    #ejCM_F .e-menulink,
    #ejCM_D .e-menulink {
        /* can't do this with margin... otherwise link persists to the left of where the "seen" menu is and affects usability */
        /*margin-left: -22px;*/ /* place context menu items more to the left than center*/
        padding-left: 3px;
        padding-right: 3px;
    }

.cm2.e-menu.e-context > .e-list > .e-menulink,
.cm2.e-menu .e-list > .e-menulink {
    padding: 3px 3px 3px 3px;
}

#ejCM_F .e-menulink {
    /*        font-size: 12px;
        font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
        padding: 0px 15px 0px 15px;
        line-height: 15px;*/
}

#ejCM_F .e-menu.e-horizontal .e-mhover,
#ejCM_F .e-menu.e-context .e-mhover,
#ejCM_F .e-menu.e-vertical .e-mhover,
#ejCM_F .e-menu.e-horizontal .e-mhover > .e-menulink,
#ejCM_F .e-menu.e-context .e-mhover > .e-menulink,
#ejCM_F .e-menu.e-vertical .e-mhover > .e-menulink,
#ejCM_F .e-menu.e-horizontal .e-mfocused,
#ejCM_F .e-menu.e-context .e-mfocused,
#ejCM_F .e-menu.e-vertical .e-mfocused,
#ejCM_F .e-menu.e-horizontal .e-mfocused >
#ejCM_F .e-menulink,
#ejCM_F .e-menu.e-context .e-mfocused >
#ejCM_F .e-menulink,
#ejCM_F .e-menu.e-vertical .e-mfocused > .e-menulink,
#ejCM_F .e-menu-res-wrap .e-menu-res-in-wrap .e-icon.e-check-wrap:hover {
    background-color: #00FF00;
}

.cm2 {
    font-size: 12px;
    font-family: tahoma;
    background-position: top left;
    background-repeat: repeat-y;
    background-color: #f5f5f5;
    background-color: #fdf5ce;
    cursor: default;
    min-width: 164px;
    /*padding: 3px 3px 3px 3px;*/
    border: 1px solid #000000;
}

    .cm2.e-menu .e-list > .e-menulink {
        min-height: 13px;
    }

    .cm2.e-menu.e-context .e-list > ul .e-list,
    .cm2.e-menu.e-context .e-list,
    .cm2.e-menu.e-context > li.e-list.e-separator,
    .cm2.e-menu.e-context > .e-list > .e-menulink {
        line-height: 16px;
        font-size: 12px;
    }

        .cm2.e-menu.e-context .e-list:hover,
        .cm2.e-menu.e-context .e-mhover,
        .cm2.e-menu .e-hover {
            background-image: url(../img/glance-bar.gif);
        }

        .cm2.e-menu.e-context .e-list.e-mhover > .e-menulink {
            color: white;
        }


    /* get rid of big space at bottom of context menu..*/
    .cm2.e-menu.e-separator.e-context > li:last-child {
        height: inherit;
        width: 161px;
    }

    .cm2.e-menu.e-context > .e-list > .e-menulink {
        padding: 1px 18px 1px 28px;
    }


.BrItm.e-list.e-mhover {
    background: url(../img/tree/topmenu_item_break_bg.gif) !important;
    background-color: none !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    line-height: 1px !important;
    height: 6px !important;
}


/* SYNCFUSION TREEVIEW STYLES */

#tabNav2 .e-treeview .e-item .e-text,
#tabNav2 .e-treeview ul,
#tabAF2 .e-treeview .e-item .e-text,
#tabAF2 .e-treeview ul {
    font-size: 12px;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    padding-top: 1px; /*2*/
    padding-bottom: 0px; /*1*/
    padding-left: 1px; /*3*/
    padding-right: 3px;
    margin-left: 0px; /*2*/
    margin-right: 2px;
    overflow: inherit; /* set scrollbar to be in pane, not menu itself*/
}

#ejT {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

.ejTree.e-treeview-wrap .e-item div > a > span, .ejTree.e-treeview-wrap .e-item div > a > img, .ejTree.e-dragedNode .e-text > span, .ejTree.e-dragedNode .e-text > img {
    margin-right: 5px; /* give a little more space between icon and text */
}



/* https://www.syncfusion.com/kb/11843/how-to-show-dotted-lines-for-connecting-tree-nodes-in-treeview */
/* horizontal dotted image */
.ejTree.e-treeview .e-item {
    background-image: url(../img/tree/lines/i.gif);
    background-repeat: repeat-y;
}

    /* first node... not currently specific enough to remove top only so removing image url */
    .ejTree.e-treeview .e-item.first {
        /*background-image: url(../img/tree/lines/r.gif);*/
        /*background-repeat: repeat-y;*/
    }


    .ejTree.e-treeview .e-item img.e-align {
        /* align the treeview icons so they're over the dotted lines...*/
        /*vertical-align: middle;*/
        vertical-align: text-bottom;
        margin-left: -2px;
    }



.ejTree.e-treeview .e-text-wrap {
    padding-left: 4px;
}
/* vertical dotted image */
.ejTree .e-text-wrap:before {
    display: block;
    content: "";
    background: url(../img/tree/lines/dashm.gif);
    height: 20px; /*10*/
    position: absolute;
    width: 19px; /*20*/
    /*margin-left: -17px;*/
    margin-left: -10px;
    /*margin-top: 12px;*/
    /*background-repeat: repeat-x;*/
}
/* minus icon */
.ejTree.e-treeview .e-icon.e-minus:before {
    /*content: "";*/
    content: " ";
    background: url(../img/tree/lines/minus.gif);
    /*font-size: 12px;*/
    position: absolute; /* needed for z-index to keep in front of dotted line (dash/dashm)*/
    z-index: 1;
    margin-left: -3px;
    margin-top: -6px;
    width: 19px;
    height: 20px;
}
/* plus icon */
.ejTree.e-treeview .e-icon.e-plus:before {
    /*content: "";*/
    content: " ";
    background: url(../img/tree/lines/plus.gif);
    /*font-size: 12px;*/
    position: absolute; /* needed for z-index to keep in front of dotted line (dash/dashm)*/
    z-index: 1;
    margin-left: -3px;
    margin-top: -6px;
    width: 19px;
    height: 20px;
}

.ejTree.e-treeview .e-icon.e-minus, .ejTree.e-treeview .e-icon.e-plus {
    /*border: 1px solid gray;*/ /* use this border to determine clickable area for expanding/contracting nodes, determine where overlap for  */
    background-color: transparent;
    /*z-index:100000;*/ /*needed so that stays clickable with dash lines coming off to the side (dashm.gif)*/
    /*padding: 0px;*/
    /*display: flex;*/
    /*margin-left: -12px;*/
    /*align-items: center;*/
    /*width: 19px;*/
    /*height: 20px;*/
    /*background-color: darkgrey;*/
    /**/
}

.ejTree.last.e-collapse {
    background-repeat: no-repeat !important;
}

.ejTree.e-treeview .e-item.last {
    background-image: url(../img/tree/lines/l.gif);
    background-repeat: no-repeat;
}


/*cb*/
.ejTree.e-icon, ejTree.e-treeview-wrap {
    width: 19px;
    height: 20px;
}

    .ejTree.e-icon::before, .ejTree.e-icon:before {
        width: 19px;
        height: 20px;
    }

.ejTree.e-treeview .e-node-hover, .ejTree.e-treeview .e-node-focus, .ejTree.e-fullrow-wrap .e-li-hover > .e-fullrow, .ejTree.e-fullrow-wrap .e-li-focus > .e-fullrow {
    /* hover over node */
    /*    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 3px;
    margin-right: 4px;*/
    text-decoration: underline;
    cursor: default;
    color: #007d92;
    background: none;
    border-color: transparent;
}

.ejTree.e-treeview .e-active,
.ejTree.e-fullrow-wrap .e-li-active > .e-fullrow,
.ejTree.e-treeview .e-hover {
    /* selected node */
    background-image: url(../img/glance-bar.gif);
    background-position: center left;
    /*    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 3px;
    margin-right: 4px;*/
    cursor: default;
    color: White !important; /* mark as important so that overrides if marked red for search result when selected */
}

.ejTree.e-fullrow-wrap .e-li-active .e-active,
.ejTree.e-fullrow-wrap .e-li-hover .e-node-hover,
.ejTree.e-fullrow-wrap .e-li-hover .e-node-focus,
.ejTree.e-fullrow-wrap .e-li-focus .e-node-focus {
    margin-left: 1px !important; /* need this so text/node doesn't jump on hover when fullrowselect=true for treeview */
}

.ejTree.e-fullrow-wrap .e-fullrow {
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-user-select: none;
    margin-top: -18px;
    height: 20px;
    box-sizing: border-box;
    overflow: hidden;
}


/* END TREEVIEW STYLES */
/* END TREEVIEW STYLES */
/* TREE STYES */


.Nd, .HovNd, .SelNd, .HighNd {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

.HighNd {
    color: Red;
}

.HovNd {
    text-decoration: underline;
    cursor: default;
    color: #007d92;
}

.SelNd {
    background-image: url(../img/glance-bar.gif);
    background-position: center left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 3px;
    margin-right: 4px;
    cursor: default;
    color: White;
}


.Grp {
    font-size: 12px;
    font-family: tahoma;
    background-position: top left;
    background-repeat: repeat-y;
    background-color: #f5f5f5;
    background-color: #fdf5ce;
    cursor: default;
    min-width: 164px;
    padding: 3px 3px 3px 3px;
    border: 1px solid #000000;
}

.Itm {
    padding-top: 2px;
    padding-bottom: 2px;
}

.HovItm {
    background-image: url(../img/glance-bar.gif);
    background-position: center left;
    background-repeat: no-repeat;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff;
}

.BrItm {
    background-image: url(../img/tree/topmenu_item_break_bg.gif);
    background-position: left;
    background-repeat: no-repeat;
    line-height: 1px !important;
    height: 6px !important;
}


.TemplatedItem {
}


.noborder, a.noborder img {
    border-width: 0px;
    /* border-style: solid; */
}

TABLE.noborder TD {
    border-style: none;
}

#lgView_lgName {
    position: relative;
    top: -18px;
}

#lgView_lgStatus {
    margin-right: 10px;
}

.pulldownbar {
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}



div.indent {
    padding-top: 10px;
    padding-left: 20px;
}

.aboutbox {
    width: 960px;
    background-image: url(../img/aboutback.jpg);
    padding-top: 75px;
    margin: 0 auto;
    margin-top: 25px;
    color: #caf0f2;
    height: 960px;
    background-repeat: no-repeat;
}

.aboutstuff {
    *padding-top: 50px;
    margin: 50px;
    padding-bottom: 40px;
}

.licdetail {
    color: #fff;
    font-weight: bold;
}

.lickey {
    font-size: 10px;
}



.licerror, .licerror a:link, .licerror a:visited, .licerror a:active, .licerror a:hover {
    color: orange !important;
    font-weight: bold;
}

.error {
    color: Red;
    font-weight: bold;
}

.hidden {
    visibility: hidden;
    display: none;
}

.buttonContainer {
    *padding-top: 20px;
}

/* Example Targeting Different Versions of Internet Exploer (IE) */
.EXAMPLE {
    border: 1px solid red; /* standard */
    border: 1px solid blue\9; /* IE8 and below */
    *border: 1px solid orange; /* IE7 and below */
    _border: 1px solid blue; /* IE6 */
}

.flag {
    float: left;
    vertical-align: top;
    margin-top: 13px;
    margin-left: 12px;
    *float: none;
    *vertical-align: super;
    *position: relative;
    *top: -6px;
    *left: -8px;
}

/*** CUSTOM ***/
.SMloginview {
    float: right;
    color: #ffffff;
    height: 42px;
    *margin-top: -90px;
}
    /*** CUSTOM ***/

    /*** CUSTOM ***/
    .SMloginview, .SMloginview a {
        color: #ffffff;
        text-decoration: none;
    }
/*** CUSTOM ***/


.SMloginfloat {
    float: right;
    *margin-top: -90px;
    overflow: hidden;
}

.SMbadges {
    float: right;
    color: #fff;
    height: 42px;
    margin-right: 6px;
    *margin-top: -90px;
    overflow: hidden;
}

/*** CUSTOM ***/
.icLogoECG a {
    color: #ffffff !important;
    text-decoration: none;
}
    /*** CUSTOM ***/

    .icLogoECG a:hover {
        text-decoration: underline;
    }

.bannerwrapper {
    overflow: hidden;
    height: 42px;
}

div.inlineblock {
    display: inline-block;
    *display: inline;
}


/* Dropdown Checkbox List   
----------------------------------------------------------*/
div.DropdownCheckboxList, div.DropdownCheckboxList > div {
    display: inline-block;
}

    div.DropdownCheckboxList > div:nth-child(2) {
        display: none;
        position: absolute;
        background-color: aliceblue;
        border: 1px solid gray;
        overflow-y: scroll;
        max-height: 200px;
    }

        div.DropdownCheckboxList > div:nth-child(2) > div:nth-child(1) {
            padding: 0 6px;
            cursor: pointer;
        }

    div.DropdownCheckboxList a {
        margin-right: 2em;
    }

/* json forms*/
div.controls input[type=text].form-control, div.controls input[type=password].form-control {
    width: 100%;
    box-sizing: border-box;
}
