﻿/* 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?
/* GdC	 = ???? centering?
------------------------------*/


.GdC {
    text-align: center;
}



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;
}

.GdHdrSelect {
    text-align: left;
}

/*------------------------------*/
/* Input Labels
/*----------------------------------------------------------*/


.LbRC {
    font-weight: bold;
    text-align: right;
    background-color: #008993;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.LbInput {
    padding-left: 5px;
}

.ImageButtonInput {
    vertical-align: middle;
}

/*------------------------------*/
/* 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;
}

#tabSearchAndView, #tabAFSearchAndView {
    background-color: #E1E1E1;
    padding-top: 0.35em;
    position: sticky; /* Keeps it fixed within its parent */
    top: 0; /* Sticks to the top */
    z-index: 10; /* Ensure it stays above scrolling content */
}

    div.search .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);*/
}

#ejW_R_WaitingPopup.e-waitpopup-pane {
    color: black;
    background-color: white;
    z-index: 100000;
    height: 100%;
    width: 100%;
}

#ejCM_F, #ejCM_D, #ejCM_Notification {
    /*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,
    #ejCM_Notification .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 {
    
}

#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
#tabNote2 .e-treeview .e-item .e-text,
#tabNote2 .e-treeview ul,
#tabNote2 .e-treeview .e-text {
    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, #ejTAF, #ejTreeNote2 {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em;
    background-color: #FAFAFA;
}

.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;
}

#ejCM_F, #ejCM_D, #ejCM_Notification.e-menu.e-context {
    /* make width fit text in edit context menus */
    width: auto;
}


    /* 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: -22px;
}

#lgView_lgStatus {
    margin-right: 10px;
}

#lgView_lnkLogout {
    position: relative;
    top: -5px;
}
.pulldownbar {
}

.bold {
    font-weight: bold;
}

.boldunderline {
    font-weight: bold;
    text-decoration: underline;
}


.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: 1280px;
    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: white!important;
    font-weight: bold;
    background-color: red;
}

.error, .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, .notestatus {
    float: left;
    vertical-align: top;
    margin-top: 8px;
    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 ***/
.NavBarClock { /* adapted from ucf */
    /*margin-top: -25px;*/
/*    margin-left: -200px;
    margin-top: -55px !important;*/
    margin-right: 40px; /* make room for logout icon when block display */
    font-size: 7pt;
    color: #fff;
    white-space: nowrap;
    text-align: right;
    display: block;
}
.NavBarClockBreak {
    display: block; /* makes it have a width */
    content: ""; /* clears default height */
    margin-top: -20px; /* change this to whatever height you want it */
    height: 0.2em;
}
/*** 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;
}




.icAppDownAlert {
    float: right;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 42px;
    padding: 0px 0px 0px 5px;
}




/* 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;
}





































/* SEARCH AND RESET BUTTONS */
.bMinWidth67 {
    min-width: 67px;
}








/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */
/* ========== NOTIFICATIONS ==========  */

/* General label styles  */


.NoWrap {
    white-space:nowrap;
}


/* General label styles  */
.InLblR {
    text-align: right;
    font-weight: bold;
    vertical-align: middle;
}

.InLblL {
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
}

/* General label styles  */
.InLblRT {
    text-align: right;
    font-weight: bold;
    vertical-align: top;
}




.bang {
    height: 114px;
    width: 114px;
    background: url(../img/bang.png);
}


/* the titlebar and associated icons */
.SHB {
    width: 100%;
    height: 36px;
}

DIV.SHBIc {
    position: absolute;
    left: 0px;
    padding-left: 6px;
}

DIV.SHBTx {
    line-height: 26pt;
    font-weight: bold;
    height: 36px;
    padding-left: 38px;
}

.B24 {
    background-color: #008993;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 24px;
    color: White;
    overflow: hidden;
}

.B24Tx {
    
    font-size: 12px;
    line-height: 19pt;
    font-weight: bold;
    width: auto;
    padding-left: 40px; /*32*/
    padding-right: 6px;
    white-space: nowrap;
    overflow: hidden;
}

    .B24Tx span {
        font-size: 9pt;
        line-height: 18pt;
        font-weight: bold;
    }

DIV.B24Ic {
    position: absolute;
    left: 0px;
    
    margin-top: -3px;
    padding-left: 3px;
    padding-right: 5px;
    z-index: 1;
}


.B2Sub {
    
    background-color: #008993;
    color: #fff;
    position: absolute;
    width: 100%;
    color: White;
    overflow: hidden;
}
.B2Note {
   
    background-color: #008993;
    color: #fff;
    position: absolute;
    width: 100%;
    color: White;
    overflow: hidden;
}

tr.subscription, tr.subscriptionTop, tr.subscriptionBottom {
    background-color: white;
}

    tr.subscriptionTop td {
        border-top: 1px solid #F8B749;
    }
    tr.subscriptionBottom td {
        border-bottom: 1px solid #F8B749;
    }


table.subscription {
    border: 1px solid#F8B749 ;
}


DIV.TlBr {
    width: 100%;
    background: url(../Notifications/img/NavUserM.gif);
    height: 23px;
    padding: 5px 2px 2px 2px;
    border-bottom: 1px solid #999999;
}

DIV.TlBrTx {
    padding-top: 1px;
    
    
}




.TlBrTx span {
    position: relative;
}

DIV.DGTlBr {
    position: static;
    width: auto;
    border: 1px solid #999999 !important;
    padding: 5px 1px 3px 3px;
    left: 0px;
    top: 99px;
    background: url(../Notifications/img/NavUserM.gif);
    height: 23px;
    border-bottom: 1px solid #999999;
}

/*.TlBrTx input {
    font-size: 8pt;
    height: 21px;
    border: 1px solid;
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #333;
    border-bottom-color: #333;
    background-color: #eeeeee;
    filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffbbbbbb');
}*/


/* fancy rounded corner rectangles */
.round {
    background-color: #eeeeee;
    color: #000000;
    padding: 20px 10px 20px 10px;
}

/* fancy rounded corner rectangles */
.RoundIn {
    margin: 0px 10px 0px 10px;
}

/* fancy rounded corner rectangles */
.round p {
    margin: 0px 20px;
}

/* fancy rounded corner rectangles */
div.round scaled {
    width: 100%;
}

/* rounded-corner content */
.MTx {
    color: black;
    font-size: 7pt;
    line-height: 7pt;
    font-style: italic;
    font-weight: normal;
}

    .MTx a {
        color: #666 !important;
        
    }




/* notification landing page alarm colors */
.PopDn a:link, .PopDn a:visited, .PopDn a:active, .PopDn a:hover, .PopDn {
    color: #ff00ff;
}

/* class="warn" */
.warn {
    border: red solid 3px;
    padding: 20px;
    background-color: #eeeeee;
}







/* tagsearch and notification home only; spinner */
.notefade {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: white;
    overflow: hidden;
    filter: alpha(opacity=65);
    -moz-opacity: .65;
    opacity: .65;
}

/* tagsearch and notification home only; spinner */
.notespin {
    #position: relative;
    #top: 50%;
    #left: 50%;
    vertical-align: middle;
    display: table-cell;
}


/* elarm */
.scrollingControlContainer {
    overflow-x: hidden;
    overflow-y: scroll;
    resize: both;
}

/* elarm */
.scrollingCheckBoxList {
    border: 1px #808080 solid;
    margin: 5px 0px 0px 0px;
    height: 8em;
    background-color: white;
}


/* DURATION SELECTOR */

        .timeHeader {
            padding: 0px;
            margin: 0px;
            display: inline-block;
            font-size: 7pt;
        }

        .tdTimeCell {
            vertical-align: top;
        }

        .buttonDiv {
            height: 0.85em;
            vertical-align: top;
            margin-top: -0.175em;
        }

        .timeBtn {
            padding: 0px 8px 0px 3px;
            margin: 0px;
            clear: both;
            width: 0.9em; 
            height: 0.7em;
            border-width: 0px;
        }

        .timeInput {
            padding: 0px;
            margin: 0px;
            border-width: 1px;
            box-sizing: border-box;
            width: 42px;
            height: 1.5em;
            margin-bottom: 12px;
        }


        input.large {
            width: 200px;
        }


/* END DURATION SELECTOR */


/* for locations listbox */
.e-listbox .e-select {
    background: #008993 !important;
}
.e-ddl-popup div > ul li .e-align {
    /* add space to right of icon */
    padding-right: .5em;
}


DIV.TlBrTxR {
    padding-top: 1px;
    float: right;
    padding-right: 20px;
}

DIV.TlBrTxL {
    padding-top: 1px;
    float: left;
    padding-left: 5px;
}



   


table.padded td {
    padding: 4px;
}

/* spacing for divs when not using tables for formatting for notification pages */
.divSpacer {
    padding: 5px 0px 10px 0px;
}

/* ========== END NOTIFICATIONS ==========  */