/* Minification failed. Returning unminified contents.
(45,22): run-time error CSS1039: Token not allowed after unary operator: '-zd-navy'
(57,21): run-time error CSS1039: Token not allowed after unary operator: '-zd-white-on-navy'
(72,17): run-time error CSS1039: Token not allowed after unary operator: '-zd-tree-width'
(128,18): run-time error CSS1039: Token not allowed after unary operator: '-zd-header-height'
(691,18): run-time error CSS1039: Token not allowed after unary operator: '-zd-header-height'
(692,17): run-time error CSS1039: Token not allowed after unary operator: '-zd-tree-width'
(695,22): run-time error CSS1039: Token not allowed after unary operator: '-zd-navy'
(711,15): run-time error CSS1039: Token not allowed after unary operator: '-zd-header-height'
(740,63): run-time error CSS1039: Token not allowed after unary operator: '-zd-white-on-navy'
(890,28): run-time error CSS1039: Token not allowed after unary operator: '-zd-navy'
(891,18): run-time error CSS1039: Token not allowed after unary operator: '-zd-header-height'
(926,22): run-time error CSS1039: Token not allowed after unary operator: '-zd-navy'
(927,17): run-time error CSS1039: Token not allowed after unary operator: '-zd-white-on-navy'
(933,21): run-time error CSS1039: Token not allowed after unary operator: '-zd-navy'
(987,17): run-time error CSS1039: Token not allowed after unary operator: '-zd-white-on-navy'
(992,28): run-time error CSS1039: Token not allowed after unary operator: '-zd-navy'
(1001,21): run-time error CSS1039: Token not allowed after unary operator: '-zd-white-on-navy'
(1010,21): run-time error CSS1039: Token not allowed after unary operator: '-zd-navy'
(1015,32): run-time error CSS1039: Token not allowed after unary operator: '-zd-navy'
(1016,21): run-time error CSS1039: Token not allowed after unary operator: '-zd-white-on-navy'
(1022,19): run-time error CSS1039: Token not allowed after unary operator: '-zd-header-height'
(3145,20): run-time error CSS1039: Token not allowed after unary operator: '-zd-box-shadow'
(3230,26): run-time error CSS1039: Token not allowed after unary operator: '-zd-box-shadow'
(7299,28): run-time error CSS1039: Token not allowed after unary operator: '-zd-default-highlight'
(7303,28): run-time error CSS1039: Token not allowed after unary operator: '-zd-navy'
(7307,28): run-time error CSS1039: Token not allowed after unary operator: '-zd-navy'
(7308,17): run-time error CSS1039: Token not allowed after unary operator: '-zd-white-on-navy'
(7317,32): run-time error CSS1039: Token not allowed after unary operator: '-zd-default-highlight'
 */


body, html, form {
    margin:0;
    padding:0;
    height: 100%;
    width: 100%;
}
a {
    color:inherit;
}

.fillContainer {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
}

.zdWeb-wrapper {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    height: 100%;
    min-width: 982px;
    position: relative;
    white-space: nowrap;
}

.zdWeb-middle {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    flex-grow: 1;
    overflow: hidden;
    align-items: stretch;
}

.zdWeb-footer {
    height: 25px;
    width: 100%;
    color: #000;
    line-height: 25px;
    background: var(--zd-navy);
    display: flex;
    flex-flow: row nowrap;
}

.zdWeb-footer > div {
    flex-grow: 0;
    padding: 0 10px;
}

    .zdWeb-footer > .zdWeb-footer-left {
        text-align: left;
        color: var(--zd-white-on-navy);
    }

    .zdWeb-footer > .zdWeb-footer-middle {
        flex-grow: 1;
        text-align: center;
        color: whitesmoke;
    }

    .zdWeb-footer > .zdWeb-footer-right {
        text-align: right;
        color: whitesmoke;
    }

.zdWeb-left-flyout {
    width: var(--zd-tree-width);
    min-width: 226px;
    max-width: 450px;
    overflow: hidden;
    position: relative;
    padding-right: 1px;
}

    .zdWeb-wrapper.hide-device-list .zdWeb-left-flyout {
        display: none;
    }

.zdWeb-left-flyout.collapsed {
    min-width: 31px;
    width: 31px !important;
    resize: unset;
    border-right: 1px solid #333;
}

.zdWeb-left-flyout-expand {
    height: 100%;
}

.zdWeb-left-flyout-collapsed {
    height: 100%;
    width: 30px;
    display: none;
}

.zdWeb-left-flyout.collapsed .zdWeb-left-flyout-expand {
    display: none;
}

.zdWeb-left-flyout.collapsed .zdWeb-left-flyout-collapsed {
    display: block;
}

.zdWeb-left-flyout-expand-border {
    height: 100%;
    width: 1px;
    background: darkgray;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: ew-resize;
    z-index: 20;
}

    .zdWeb-left-flyout-expand-border:hover,
    .zdWeb-left-flyout-expand-border.moving {
        background: #3f80e6;
        width: 4px;
    }

.zdWeb-header {
    height: var(--zd-header-height);
    width: 100%;
    background: #2b2b2b;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
}

.zdWeb-content {
    flex-grow: 1;
    position: relative;
    font-size: 12px;
}

.title_img {
    display: block;
    width:175px;
}

.title_img_collapsed {
    display: none;
    width: 25px;
}

.logo_panel.collapsed > .title_img {
    display: none;
}

.logo_panel.collapsed > .title_img_collapsed {
    display: block;
}

.title_text {
    width: 300px;
    float: left;
    padding-top: 2px;
    padding-left: 8px;
    height: auto;
    font-size: 30px;
    color: #f3ec19;
}

.log_off_but {
  font-weight: bold !important;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  background-color: #f3ec19 !important;
  color: black !important;
  z-index: 1;
}

.btn-yellow {
    padding-top: 3px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    background-color: #f3ec19 !important;
    color: black !important;
    height: 23px;
}

.btn-light-yellow {
    padding-top: 3px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    background-color: #eee !important;
    color: black !important;
    height: 23px;
}


.btn-yellow-rg {
    font-weight: bold !important;
    text-transform: uppercase;
    background-color: #f3ec19 !important;
    color: black !important;
}


.btn-yellow:hover {
    background-color: #f5f074;
}

.btn-yellow-rg:hover {
    background-color: #f5f074;
}

.zdButtonList {
    float:left;
    margin:0 !important;
    padding:0 !important;
    text-align: left;
    display: inline;
    list-style: none;
    position:relative;
    top:124px;
    width:100%;
    border:1px solid #858585;
    background:lightgray;
    background: -webkit-linear-gradient(#e0e0e0, #b7b7b7);
    background: linear-gradient(#e0e0e0, #b7b7b7);
    cursor:pointer;
}

.zdButtonList:hover {
    -webkit-transform: translateZ(5px);
    z-index:5;
}

.zdButtonList li ul{
  padding: 0;
  position: absolute;
  bottom:100%;
  width:100px;
  background-color:lightgray;
  display: none;
  border: 1pt solid #858585;
}

.zdButtonList li ul li div{
  background:lightgray !important;
}

.zdButtonList li ul li:hover div{
      background: linear-gradient(white, whitesmoke) !important;
}

.zdButtonList li ul li{
  display: block;
}

.zdButtonList li ul li div{
  width:98px;
}

.zdButtonList li:hover ul {
  display: block;
  -webkit-transform: translateZ(5px);
  z-index: 5;
}

.zdFlatButtonTitle{
    float:left;
/*    position: relative;
    top: 50%;
    transform: translateY(-50%); */
    padding: 6px 12px 3px 12px;
    display:inline-block;
    font-weight: bold;
    font-size: 12px;
    border: none;
    background: linear-gradient(#e0e0e0, #b7b7b7);
    height:30px;
}
.zdFlatButtonTitle:hover {
    background: linear-gradient(white, whitesmoke);
    color:royalblue;
    text-decoration: none;
}

.zdFlatButtonTitle img {
    margin-top:-2px;
    margin-right:6px;
}

.zdFlatButtonTitleAlt{
    float:left;
    padding: 6px 12px 3px 12px;
    display:inline-block;
    font-weight: bold;
    font-size: 12px;
    border: none;
    background: linear-gradient(#e0e0e0, #b7b7b7);
    height:30px;
}
.zdFlatButtonTitleAlt:hover {
    background: linear-gradient(white, whitesmoke);
    color:royalblue;
    text-decoration: none;
}

.zdFlatButtonTitleAlt img {
    margin-top:-2px;
    margin-right:6px;
}

.zdFlatButtonGray {
    float:left;
    padding: 5px 8px 4px 6px;
    margin: 0px 0px 0px 0px;
    display:inline-block;
    font: bold 12px arial;
    background: linear-gradient(#e0e0e0, #b7b7b7);
    height:24px;
}

.zdFlatButtonGray img {
    margin-top:-1px;
    margin-right:6px;
}


.zdFlatButtonGray:hover {
    background: linear-gradient(white, whitesmoke);
    color:royalblue;
}



.zdFlatButton {
    float:left;
    padding: 5px 6px 4px 6px;
    margin: 2px 2px 2px 2px;
    display:inline-block;
    font: bold 12px arial;
    /*height:24px;*/

}

.zdFlatButton img {
    margin-top:-1px;
    margin-right:6px;
}


.zdFlatButton:hover {
    color:white;
    border-radius:4px;
}


.DocGroup {
    float:left;
    border: 2px solid;
    border-color:darkgray;
    padding:0;
    font-size:10px;
    width:454px;
    margin-bottom:4px;
}

.DocRow {
    /*border: 1px solid;
    border-color:#FAFAFA;*/
    float:left;
    width:450px;
    height:26px;
    margin:0;
    background-color:whitesmoke;
 }

.DocRowAlternate {
    /*border: 1px solid;
    border-color:#FAFAFA;*/
    float:left;
    width:450px;
    height:26px;
    margin:0;
    background-color:lightsteelblue;
 }

.DocLabel {
    position:static;
    float:left;
    width:402px;
    height:26px;

    line-height:26px;
    padding-left:4px;
    padding-top:1px;
    font-size:12px;
    font-weight:bold;

}


.DocControl {
    position:static;
    float:right;
    width:24px;
    height:26px;
    padding-top:6px;
    padding-left:3px;
}

.ItemGroup {
    width: 100%;
    float:left;
    padding:0;
    margin-bottom:4px;
}

.ItemRow, .zd-ar {
    /*border: 1px solid;
    border-color:#FAFAFA;*/
    float:left;
    width:100%;
    height:26px;
    margin:0;
    padding-right:8px;
    background-color:white;
    border-top:1px solid lightgray;
    border-bottom:1px solid lightgray;
    margin-top:-1px;
 }
.zd-ar:nth-child(odd) {
    background-color:white;
}
.zd-ar:nth-child(even) {
    background-color:#E5F2F7;
}

.ItemRowAlternate {
    /*border: 1px solid;
    border-color:#FAFAFA;*/
    float:left;
    width:100%;
    height:26px;
    margin:0;
    padding-right:8px;
    background-color:#E5F2F7;
    border-top:1px solid lightgray;
    border-bottom:1px solid lightgray;
    margin-top:-1px;
 }

.ItemRow input[type="radio"] {
    display:inline !important;
}

.ItemLabel {
    position:static;
    float:left;
    /*width:302px;*/
    height:26px;

    line-height:26px;
    padding-left:12px;
    padding-right:12px;
    padding-top:1px;
    font-size:12px;
}

.ItemLabel:hover {
    cursor: pointer;
    background-color: #c4daff;
}

.ItemHeaderLabel {
    position:static;
    float:left;
    height:26px;
    line-height:26px;
    padding-left:4px;
    padding-top:1px;
    font-size:14px;
    font-weight:bold;
}

.ItemGroupWide {
    float:left;
    border: 2px solid;
    border-color:darkgray;
    padding:0;
    font-size:10px;
    width:454px;
    margin-bottom:4px;
}

.ItemRowWide {
    /*border: 1px solid;
    border-color:#FAFAFA;*/
    float:left;
    width:450px;
    height:26px;
    margin:0;
    background-color:whitesmoke;
 }

.ItemRowWideAlternate {
    /*border: 1px solid;
    border-color:#FAFAFA;*/
    float:left;
    width:450px;
    height:26px;
    margin:0;
    background-color:lightsteelblue;
 }

.ItemControl {
    position:static;
    float:right;
    width:24px;
    height:26px;
    padding-top:4px;
    padding-left:3px;
}
.ItemControl:hover {
    cursor: pointer;
}

.SmallItemLabel {
    padding-top:4px;
    text-align:left;
    float:left;
    /*width:150px;*/
}
.SmallItemDropDown {
    position:static;
    padding-top:6px;
    float:right;
    padding-left:3px;
    padding-right:3px;
}

.SmallGroupItemDropDown {
    padding-top:3px;
    padding-right:3px;
    float:right;
}

.UserGroup {
    float:left;
    padding:0;
    margin-bottom:4px;
    min-width: 660px;
}

.UserRow {
    float:left;
    width:625px;
    height:26px;
    margin:0;
    background-color:whitesmoke;
 }

.UserRowSecond {
    float:left;
    width:625px;
    height:26px;
    margin:0;
    background-color:gainsboro;
 }

.UserRowAlternate {
    float:left;
    width:625px;
    height:26px;
    margin:0;
    background-color:lightsteelblue;
 }

.UserRowMed {
    float:left;
    width:525px;
    height:30px;
    margin:0;
    padding-left:20px;
    text-align:left;
 }

.UserRowMedSecond {
    float:left;
    width:100%;
    height:30px;
    padding-top:3px;
    padding-left:3px;
    padding-right:8px;
    margin:0;
 }

.UserRowMedAlternate {
    float:left;
    width:100%;
    height:30px;
    padding-top:3px;
    padding-left:3px;
    padding-right:8px;
    margin:0;
    background-color:gainsboro;
 }

.UserLabel {
    position:static;
    float:left;
    /*width:625px;*/
    height:26px;
    line-height:26px;
    padding-left:4px;
    padding-top:1px;
    font-size:12px;
    font-weight:bold;

}

.UserLabelRight {
    position:static;
    float:right;
    /*width:625px;*/
    height:26px;
    line-height:26px;
    padding-left:4px;
    padding-right:4px;
    padding-top:1px;
    font-size:12px;
    font-weight:bold;
}

.UserLabelRight:hover {
    cursor: pointer;
    background-color: #c4daff;
}

.UserLabelRightNorm {
    position:static;
    float:right;
    /*width:625px;*/
    height:25px;
    line-height:26px;
    padding-left:4px;
    font-size:12px;
}

.BlueGradientHover:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
    background:-moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
    background:-webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
    background:-o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
    background:-ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
    background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
    background-color:#63b8ee;
}


.RedGradientHover:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
    background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
    background-color:#f24537;
}


.GrayGradientHover:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    background-color:#f9f9f9;
}


.log_off_panel {
    float: right;
    padding-top: 8px;
    padding-right: 8px;
}

.logo_panel {
    height: var(--zd-header-height);
    width: var(--zd-tree-width);
    min-width: 226px;
    max-width: 450px;
    background: var(--zd-navy);
    display: flex;
    align-content: center;
    justify-content: center;
}

    .logo_panel.collapsed {
        min-width: 31px;
        width: 31px !important;
        resize: unset;
    }

.bot_panel {
    padding: 0;
    margin: 0;
    position: absolute;
    top: var(--zd-header-height);
    bottom: 25px;
    width: 100%;
    font-size: 12px;
}

.PanelBotLeft {
    padding:0;
    margin:0;
    float:left;
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    width:225px;
    overflow:auto;
    /*border-color: black;
    border-style:solid;*/
}

.PanelBotLeftTop {
    padding:0;
    margin:0;
    float:left;
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    height:25px;
    background-image: linear-gradient(to bottom, #fff 0%,var(--zd-white-on-navy) 100%);
}

.PanelBotLeftBot {
    padding:0;
    margin:0;
    float:left;
    position:absolute;
    margin-top:25px;
    top:0px;
    left:0px;
    bottom:0px;
    width:225px;
    /*overflow:hidden;*/


}




.PanelGroupControls {

    padding:0;
    margin:0;
    float:left;
    position:absolute;
    left:0px;
    right:0px;
    bottom:0px;
    width:225px;
    height:150px;
    overflow:auto;
}

/*.PanelGroupControls:hover {
    z-index:5;
}*/


.SearchButton {
	border:none !important;
    position:absolute !important;
    padding:1px 1px 1px 1px !important;
	margin-left:3px;
    top:0px !important;
    left:0px !important;
    color:black;
    font-size: 16px;
}

.SearchButton:hover {
        color: #1a9ece;
}

.modal-search-content {
    min-height: 400px;
    overflow:auto;
    /*width:1000px !important;*/
}

.search-modal-dialog {
    width: 900px;
}
.CompanyList {
    border: none;
    height: 25px;
    width: 100%;
    padding: 0px 10px;
    color: #444343;
}

.CompanyList > span {
    line-height: 25px;
}

select.disabled,
option.disabled,
option:disabled {
    color: #adadad;
}
select.disabled option:not(:disabled) {
    color: #333;
}

/*Overrides non-disabled color for specific classes*/
select.form-control.disabled option:not(:disabled) {
    color: #555;
}

select.CompanyList.disabled {
    color: white;
    background-color: #d63a3a;
}

select.CompanyList option {
    background-color: white;
}

select.CompanyList option.disabled {
    color: #adadad;
}

.main_panel {
    background: #2b2b2b;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.logo_text_panel {
    background: #2b2b2b;
    position: relative;
}

.link_separator {
    float:right;
    font-family: Arial,"Helvetica",sans-serif;
    color:lightgray;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-color: red;
    padding-right:5px;
}

.link_button {
    float:right;
    font-family: Arial,"Helvetica",sans-serif;
    color:lightgray;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-color: red;
    padding-right:5px;
}

.link_button:hover {
    color:lightblue;
    text-decoration: none !important;
}

.menuTable {
    height: 100%;
}

.menu_panel {
    background-color: var(--zd-navy);
    height: var(--zd-header-height);
    left: 226px;
    font-family: Arial,"Helvetica",sans-serif;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    flex-grow: 1;
}

.menu_panel ul {
    height: 100%;
}

.menu_panel li {
    color: #d7d7d7;
    height: 100%;
    min-width: 70px;
    float:left;
    font-weight: normal;
    text-decoration: none;
}

/* Icon only with text transition deactived until tab revamp.
    Commented out rules are for this.
*/
.MenuTab {
    overflow: hidden;
    position: relative;
    margin-top: 5px;
    padding-top: 1px;
    margin-right: 2px;
    margin-left: 2px;
    display: flex !important; /* Override ASP Menu classes */
    flex-flow: column nowrap;
    justify-content: center;
    background: var(--zd-navy);
    color: var(--zd-white-on-navy);
}

    .MenuTab.selected, .MenuTab.selected:hover, .MenuTab:hover {
        border-radius: 4px;
        background: rgba(255,255,255,0.8);
        color: var(--zd-navy);
    }

    .MenuTab > div {
        /*height: 100%;
        position: absolute;*/
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        width: 100%;

    }

    .MenuTab > .menuIcon {
        font-size: 18px;
        padding-top: 2px;
        /*transition: ease 0.5s;*/
    }

    .MenuTab.selected .iconOverlay,
    .MenuTab:hover .iconOverlay {
        background-color:rgb(77,103,136);
    }

    .MenuTab.selected .iconOverlay.myAlarms,
    .MenuTab:hover .iconOverlay.myAlarms {
        background-color:#CCD3DD;
    }

    .MenuTab > .menuCaption {
        text-decoration: none;
        font-size: 14px;
        /*transition: ease 0.5s;
        transform: translateY(130%);*/
    }



    .MenuTab:focus {
        outline: none;
    }

/*        .MenuTab:hover > .menuIcon {
            transform: translateY(-130%);
        }

        .MenuTab:hover > .menuCaption {
            transform: translateY(0);
        }*/

.user-options {
    float: right;
    cursor: pointer;
    color: var(--zd-white-on-navy);
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 11px;
    height: 100%;
    background-color: var(--zd-navy);
}

    .user-options a:hover,
    .user-options a:focus {
        color: unset;
    }

    .user-options > i {
        color: var(--zd-white-on-navy);
    }

.user-options:hover {
        background-color: whitesmoke;
}

    .user-options:hover > i {
        background-color: whitesmoke;
        color: var(--zd-navy);
    }

    .user-options .user-options-flyout {
        display: none;
        background-color: var(--zd-navy);
        color: var(--zd-white-on-navy);
    }

    .user-options:hover .user-options-flyout {
        display: block;
        position: absolute;
        top: var(--zd-header-height);
        right: 0px;
        width: 150px;
        z-index: 999999;
    }

.user-options-flyout .item {
	display: block;
	text-decoration: none;
	padding: 10px;
}

    .user-options-flyout .item:hover {
        background-color: #4e4e4e;
    }

.activity_panel {
    padding:0;
    margin:0;
    background-color: white;
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    overflow-y: auto;
}


.HistoricalRightPanel {
    background-color:lightgray;
    position:absolute;
    right: 0px;
    left: 0px;
    height: 65px;
    text-align: left;
    border-bottom: 1px solid #999999;
    z-index:5;
}

.HistoricalLeftPanel {
    position:absolute;
    top:95px;
    left:0px;
    bottom:0px;
    right: 0px;
    overflow-x:auto;
    margin-right: 0px;
}

.HistoricalLeftBottomPanel {

    height:100%;
    overflow-y:auto;
    overflow-x:hidden;
    padding-right:18px;
}

.HistoricalLeftTopPanel {
    position: absolute;
    top:10px;
    left:10px;
    z-index:10;
    /*overflow:hidden;*/
}

.HistoricalGrid {
    table-layout:fixed;
    font-size: 9pt;
    font-family:Arial;

}

.HistoricalGrid a{
    color:blue;
}


.HistoricalGrid td {
    width:50px;
    min-width:50px;
    padding-left:3px;
    padding-right:3px;
    vertical-align:bottom;
    border-color: #ccc;
    border-style:solid;
    border-width:1px;

}

.HistoricalGrid tr:nth-of-type(even) {
	background-color:#eeeeee;
}

.HistoricalGrid th {
    background: lightgray;
    background: linear-gradient(white, lightgray); /* Standard syntax */
    background: -webkit-linear-gradient(white, lightgray); /* Standard syntax */
    white-space:normal;
    word-wrap:break-word;
    width:50px;
    min-width:50px;
    padding-left:3px;
    padding-right:3px;
    vertical-align:bottom;
    text-align:center;
    border-color: #ccc;
    border-style:solid;
    border-width:1px;
}

.HistoricalShadowPanel {
    position:absolute;
    top:0px;
    left:0px;
    bottom: 0px;
}

.HistGrpSep {
    border-right-color: black !important;
}



.ChannelRadioGroup {
}

.legacyLabel {
    margin-right: 5px;
    margin-left: 5px;
}

.Toolbar {
    position: absolute;
    left:0px;
    right:0px;
    top:0px;
    height:30px;
    text-align:center;
    background: lightgray;
    background: linear-gradient(whitesmoke, lightgray);
    background: -webkit-linear-gradient(whitesmoke, lightgray);
    padding-top:2px;
}

.ToolbarBelow {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 30px;
    bottom: 0px;
    overflow: auto;
    float: none;
    background-color:#e9eaed;
}

.ShadowPanel {
     float:left;
    display:inline-block;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    background: #FAFAFA;
    border:solid;
    border-color: darkgray;
    border-width:1px;
    padding:10px;
    margin:10px;
    border-radius: 4px;
}

.ShadowPanel2 {
        display:inline-block;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    background: #FAFAFA;
    border:solid;
    border-color: darkgray;
    border-width:1px;
    padding:10px;
    margin-top:5px;
    border-radius: 4px;
}


.ShadowHeader {
    background: lightgray;
    background: linear-gradient(whitesmoke, lightgray);
    background: -webkit-linear-gradient(whitesmoke, lightgray);
    color: #3d3d3d;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    text-align: center;
    min-height: 30px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
    padding-left:5px;
    padding-right:5px;
}




.ErrorPanel {
    background: #FFDADA !important;
    z-index: 10;
}

.ErrorPanel > div {
    background: red !important;
    background: linear-gradient(red, firebrick) !important;
    background: -webkit-linear-gradient(red, firebrick) !important;
    color: #fff !important;
}

.normalPanel {
    display:block;
    float:none;
    clear:both;
    padding:0;
}

.ToolbarTitle {
    display:inline-block;

    /*background-color: #f3ec19;
    border-style:solid;
    border-width:2px;
    border-color:black;
    */
    width:200px;
    text-align:center;
    vertical-align:middle;
    font-size:16px;
    padding-top:4px;
}

.BackButton {
    display:block;
    float:left;
    margin-top:2px;
    height:25px;
    margin-left:2px;
    margin-right:5px
}

.RightButton {
    display:block;
    float:right;
    height: 25px;
    margin-top:2px;
    margin-left:2px;
    margin-right:5px;
}

.RightFloat {
    float:right;
}

.ToolbarButtonGroupRight {
    position:absolute;
    width:50%;
    right:0px;
    top:0px;
    bottom:0px;
}

.ToolbarButtonGroupLeft {
    position:absolute;
    left:0px;
    width:50%;
    top:0px;
    bottom:0px;
}

.SummaryGrid tr td {
    border-width:1px;
    padding: 2px;
    padding-right:4px;
}




.DeviceInfoTable tr td {
    padding: 2px;
    padding-right:8px;
}

.DeviceFunctionDescription {
    width:240px;
    padding-bottom:10px;
    display:block;
    white-space:normal;
    font: bold 12px arial, verdana;
}

.FieldHelpIcon {
    float: right;
}

.hidden1 {
    display: none;
    background-color: blue;
}


.overlay
{
 position: absolute;
 background-color: white;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 opacity: 0.8;
 -moz-opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 z-index: 10000;
 text-align:center;
}

.center
{
    display:inline;
}

.graph-div {
    margin-top: 0px;
    height: 700px;

}

.report-graph-div {
    height: 600px;
}

.text-center {
    text-align: center;
}

.margin-center {
    margin: auto;
}

@media (min-height: 700px) {
    .graph-div {
        height: 700px;
    }

    .report-graph-div {
        height: 700px;
    }
}

.graph-list {
    text-align: left !important;
    overflow-y: scroll;
}

.cal {
    float: left;
}

.ui-datepicker {
    z-index: 11 !important;
}

.HistoricalMenu {
    /*border: 1px solid #eee;*/
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
}

.HistoricalMenuTable {
    border-collapse: collapse;
    border-style: hidden;
}

.HistoricalFixMargin {
    margin-bottom: -16px;
}

    thead {
    display: table-header-group;
}

.SearchMain {
    margin-top: 30px;
    padding: 30px;
}

.searchbox {
    margin: 10px;
}

.SearchTable-Header {
    text-align: center;
    padding: 3px;
    font-size: 10pt;
}

.SearchResults {
    width: 100%;
    table-layout: auto;
}

.SearchTable-Item {
    padding: 3px;
}

    .SearchTable-Item a {
        color: #000;
    }

.hidde {
    display: none;
}

.visible {
    display: block;
}

.FunctionTable th {
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}

.FunctionTable td {
    padding: 3px;
}

.GroupList {
    float:left;
}

.GroupItem {
    float:left;
    background-color:whitesmoke;
    /*height:25px;*/
       width:280px;
}

.GroupItemAlternate {
    float:left;
    background-color:lightsteelblue;
    /*height:25px;*/
       width:280px;
}

.GroupItemCheck {
    padding-top:2px;
    float:left;
    width:30px;
}

.GroupItemLabel {
    padding-top:4px;
    text-align:left;
    float:left;
    width:150px;
}
.GroupItemDropDown {
    padding-top:3px;
    margin-right: 5px;
    float:right;
    width:100px;
}


.AP {
    width:624px;
    height:30px;
    border-style:solid;
    /*border-color:#151515;*/
    border-color:#ccc;
    border-width:1px;
    /*background: -webkit-linear-gradient(whitesmoke, silver);
    background: linear-gradient(whitesmoke, silver);*/
    background:white;
    margin-top:-1px;
    display:block;
    box-sizing: content-box !important;
    page-break-inside: avoid;
}

.icon {
    height: 14px;
}

.AP_top-padding {
    margin-top:5px;
}

.AP_Left_Alarm {
    position:static;
    float:left;
    width:25px;
    height:30px;
    border-color:#ccc;
    border-right-width:1px;
    border-right-style:solid;
    background: #fdbf1f;
    background: -webkit-linear-gradient(#fdd451, #fdbf1f);
    background: linear-gradient(#fdd451, #fdbf1f);
    font-size:20pt;
    font-weight:bold;
    text-align:center;
    padding:0px;
    line-height:30px;
}

.AP_Left_Normal {
    position:static;
    float:left;
    width:25px;
    height:30px;
    border-color:#ccc;
    border-right-width:1px;
    border-right-style:solid;
    background:#35b82b;
    background: -webkit-linear-gradient(#3ee831, #35b82b);
    background: linear-gradient(#3ee831, #35b82b);
    font-size:12pt;
    text-align:center;
    padding:0px;
    line-height:30px;
}

.AP_Right {
    position:static;
    float:left;
    width:598px;
    height:30px;
}

.AP_Right_Left {
    position:static;
    float:left;
    width:533px;
    height:30px;
}



.AP_Table {
    width:100%;
    height:100%;
    padding:0px;
    border-spacing:0px;

}

.AP_Table tr td {
    padding-top:1px;
    padding-bottom:0px;
    line-height:0px;
}

.AP_Device {
    font-weight:bold;
    width:180px;
    padding-left:3px;
}

.AP_Device a {
    color: #000;
}

.AP_Field {
    font-style:italic;
    padding-left:15px;
}

.AP_Field_UserRow {
    font-style:italic;
    padding-left:15px;
    float: left;
    line-height: 26px;
}

.AP_Label1 {
    text-align:right;
    width:80px;
}

.AP_Label2 {
    text-align:right;
    width:80px;
}

.AP_Value1 {
    text-align:center;
    font-weight:bold;
    width:100px;
    padding-left:15px;
}

.AP_Value2 {
    text-align:right;
    font-weight:bold;
    padding-right:3px;
    width:60px;
}

.AP_Right_Right {
    position:static;
    float:left;
    width:64px;
    height:30px;
    border-color:#ccc;
    border-left-width:1px;
    border-left-style:solid;
}

.AP_Button {
    text-align:center;
    line-height:30px;
    font-size:14px;
    background-color:whitesmoke;
}

.AP_ButtonH a {
    color: #47D147;
}

.AP_ButtonE a {
    color:blue;
}

.AP_ButtonD a {
    color:darkred;
}



.AP_Button:hover {
    background-color:lightblue;
}

/*.AP_Right_Right a{
    padding-top:2px;
    margin-top:2px;
    border-style:none;

    color:black;
    line-height:0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 14pt;
    vertical-align:central;
    text-align:center;
}*/


/*.AP_Right_Right a:hover{
    background-color:lightblue;
}*/

 button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {     padding: 0 !important;     border: 0 none !important; }

.AP_Right_Right_Left {
    position:static;
    float:left;
    width:44px;
    height:30px;
}

.AP_Right_Right_Left_Left {
    position:static;
    float:left;
    width:22px;
    height:30px;
}

.AP_Right_Right_Left_Right {
    position:static;
    float:right;
    width:22px;
    height:30px;
    border-color:#ccc;
    border-left-width:1px;
    border-left-style:solid;

}

.AP_Right_Right_Right {
    position:static;
    float:right;
    width:22px;
    height:30px;

    margin-right:-3px;
    border-color:#ccc;
    border-left-width:1px;
    border-left-style:solid;
    border-right-width:1px;
    border-right-style:solid;
    text-align:center;
}

.AlarmGroup {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    line-height: 1 !important;
}

.AP_EditTable {
    width: 100%;
}

.AP_EditTable td {
    padding: 4px;
}

.AlarmEditPanel {
    width: 450px;
}

.wordwrap {
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
}

.ContactListDiv {
    margin-left:0px;
    margin-right:0px;
    width:100%;
    float:left;
    background-color: #fff;
    margin-top:0px;
}

.mapLabel {
    padding:2px;
    font-weight:bold;
    font-size:12pt;
        color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;

}

.ContactList td {
    padding-left: 5px;
}
.ContactList label {
    margin-left: 4px;
}

.CP_label {
    font-weight: bold;
    font-size: 14px;
}

.CP_table {
    width: 400px;
    text-align: left;
}
    .CP_table label {
        font-weight: normal !important;
    }

.dateLabel span{
    width: 46px !important;
}

.dateLabel{
    width: 140px;
}

.dateRange {
    width: 600px;
}

.AlarmHistoryGrid {
    width: 572px;
}

.logo_img {
    float: left;
    margin-left: 20px;
    margin-right: 12px;
    margin-top: 10px;
}

.SettingsTopPanel {
    background-color: black;
    height: 60px;
    width: 100%;
}

.SettingsBotPanel {
    position: relative;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.SettingsMain {
    background-color: #fff;
    height: 100%;
    overflow: auto;
}

.SettingsBottom {
    margin-top: 30px;
}

.ChangePasswordTable {
    width: 320px;
	margin:10px 10px 10px 10px;
}
    .ChangePasswordTable td {
        padding: 4px;
        text-align: left;
        font-weight: normal;
    }

.ChangePasswordPanel {
    text-align: center;
    font-weight: bold;
}

.CI-right {
    float: right;
}

.CI-right-btn {
    float: right;
    margin-top: -3px;
}

.ContactItem {
    text-align: left;
    border-color: #ccc;
    background-color: #fff;
    border-width: 0px;
    border-style: solid;
    padding: 8px;
    min-height: 35px;
    border-bottom-width: 1px;
}

.ReportList {
    width: 450px;
    border: solid;
    border-color: #ccc;
    border-width: 1px;
}


.ReportBelow {
    margin-top: 30px;
}

.ReportProp {
    float:left;
    display:inline-block;
    background: #FAFAFA;
    border:solid;
    border-color: darkgray;
    border-width:1px;
    padding:10px;
    width:100%;
    height:80px;
}

.ReportBelowLeft {
    position: absolute;
    left: 0px;
    top: 79px;
    bottom: 0px;
    width:475px;

    overflow:initial;
    float: none;
    border:solid;
    border-color: darkgray;
    border-width:1px;
    background: #FFffff;
    padding-top:5px;
    display:none;
}

.ReportShowData {
    position:absolute;
    top:81px;
    left:0px;
    width:70px ;
    z-index: 15;
    height:25px;

}

.ReportShowData label {
    width:70px !important;
    padding: 2px 4px !important;
    border: 1px solid darkgray !important;
}

.ReportDataButtons {

    padding:0;
    margin:0;
    float:left;
    position:absolute;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
    height:25px;
}

.ReportDataHeader {

    padding:0;
    margin:0;
    float:left;
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    width:100%;
    height:25px;

    float:left;
    margin:0 !important;
    padding:0 !important;
    text-align: left;
    display: inline;
    list-style: none;
    border:1px solid #858585;
    background:lightgray;
    border-right:none;
    border-top:none;
    border-left:none;
    background: -webkit-linear-gradient(#e0e0e0, #b7b7b7);
    background: linear-gradient(#e0e0e0, #b7b7b7);

    text-align: center;
    font-size:16px;

}


.ReportDataButtonsList{

    float:left;
    margin:0 !important;
    padding:0 !important;
    text-align: left;
    display: inline;
    list-style: none;
    position:relative;
    top:0px;
    width:100%;
    border:1px solid #858585;
    background:lightgray;
    border-right:none;
    border-bottom:none;
    border-left:none;
    background: -webkit-linear-gradient(#e0e0e0, #b7b7b7);
    background: linear-gradient(#e0e0e0, #b7b7b7);
}


.ReportDeviceList {
    padding:0;
    margin:0;
    float:left;
    position:absolute;
    left:0px;
    right:0px;
    top:30px;
    bottom:30px;
    overflow:auto;
}


.ReportBelowRight {
    position: absolute;
    left: 75px;
    right: 0px;
    top: 81px;
    bottom: 0px;
    overflow: auto;
    float: none;
}

@media print {

    .bot_panel {
        float:none;
        display:inline;
        position:relative;
    }
    .activity_panel {
        overflow:visible;
        float:none;
        display:inline;
        position:relative;
    }

    .ToolbarBelow {
        overflow:visible;
        float:none;
        display:inline;
        position:relative;

    }

    .ReportBelowRight {
        float:none;
        display:inline;
        position:relative;
        overflow:visible !important;
        left:0px;
        top:0px;
    }

    .normalPanel {
        float:none;
        display:inline;
        position:relative;
    }
    .ShadowPanel {
        float:none;
        display:inline;
        position:relative;
        border:none;
        padding:0;
        margin:0;
        background:none;
    }


}


.ReportInputList {
    cursor: pointer;
}

.ReportInputList li {
    /* Width/height defined inline due to sortable jqueryUI issue */
    background-color: #fafafa;
    border: 1px solid darkgray;
    padding: 5px;
}

.ReportInputList  select{
    float: right;
    width: 100px;
}

.ModalList {
    height: 400px;
    overflow-y: auto;
    background-color: white;
}

.ReportExtraField {
    margin-bottom: 5px;
    margin-top: 10px;
}

.ReportAuxInputs {
    width: 280px;
}

.logo {
    margin-top: -20px;
}

.header {
    height: 338px;
    background-color: transparent;
}

.headerText {
    margin-left: 300px;
}

.ReportTable td {
    padding-left: 4px;
    padding-right: 4px;
    /*white-space: normal;
    word-wrap: break-word;*/
}

.ReportTable tbody>:first-child{
    white-space: normal;
    word-wrap: break-word;
}

.ReportDate1 {
    width:150px !important;
    float:left !important;
}

.ReportDate2 {
    width:85px !important;
    float:left !important;
}

.SchedulePanel {
    width: 220px;
}

/* The edit report XML definition edit button is tall so this normalizes appearanes a bit */
.ReportXml {
    padding-top: 2px;
    padding-bottom: 2px;
}

.RedButton {
    background-color:firebrick !important;
    color:white !important;

    margin-bottom:5px !important;


    padding-left:3px !important;
    padding-right:3px !important;
    font-weight: bold !important;
    text-transform: uppercase;

    border-radius: 4px !important;

}

.legacyRadio input[type="radio"], .checkboxBtn input {
    display:none;
}


.legacyRadio input[type="radio"] + label, .checkboxBtn label {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #b3b3b3;
    display:inline-block;
    padding: 4px 12px;
    margin-bottom: 0px;
    width:100px;

    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    font-weight: normal;
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-image: -webkit-linear-gradient(to bottom,#fff,#e6e6e6);
}

.legacyRadio input[type="radio"] + label, .legacyBtn label {
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -2px;
}

.legacyRadio input[type="radio"] + label {
    width:100%;
}

.legacyRadio input[type=radio]:checked + label, .checkboxBtn input:checked + label {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    /*background-color:#e0e0e0;*/
    background-color:#f3ec19;
}

.UserInfo {
    color: #999;
    margin-right: 8px;
}

.DeviceEdit {
    float: left;
    padding: 4px;
    text-align: left;
}

.DeviceCompaniesList {
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    max-height: 375px;
    overflow-y: auto;
}

.Protocol {
    height: 34px;
}

    .SortBy select {
        margin-left: 6px;
        width: 125px;
        display: inline;
    }
.word-wrap {
    white-space: normal;
}

.tooltip.bottom .tooltip-inner {
    margin-left: 33px;
}

.mapDiv {
    width: 100%;
    height: 100%;
}

.modal-body {
    white-space: normal;
}
.toolbar-label {
    font-size: 10pt;
    margin-top: 4px;
}


.expand {
    height: 2em;
    vertical-align: top;
    width: 236px;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    font-size: 12px;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
    resize: vertical
}

.colnum {
    font-weight: bold;
}

.cbDisplay {
    margin-left: 4px;
}

.dsButtons {
    margin-bottom: 8px;
}

.wide {
    left: 0px !important;
}

.mp_wide {
    left: 226px;
}

.CalcLabel {
    width: 124px;
}


input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }


.DL_Tree {
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    float:left;
    text-align:left;
    line-height:20px;
    font-size:13px;
	background-color:whitesmoke;
	z-index:4;
	width:100%;
	padding:0;
    margin:0;
	border-top:1px solid #333;

}

/*dl = device List cd = container device g = group*/
.dl-g {
    float:left;
    width:100%;
    height:25px;
    margin:0;
	margin-top:0px;

    padding-left:0px;
    background: #f4f4f4;
	border-right:none;
	color:#303030;
	cursor: pointer; cursor: hand;
}

.dl-g.last {
    border-bottom: 1px solid gray;
}

.dl-sub .dl-g {
	border-left: 1px solid gray;
}

/*device list group*/
.dl-g:hover, .dl-g-selected {
    background: #c4daff;
}

.dl-gi {
    float:left;

    height:25px;
    padding-left:7px;
	padding-right:7px;
    line-height:25px;
}
.dl-gi:hover {
	background:#a2c3f9;
}
/*device list group image*/
.dl-gi img {
	margin-top:-1px;
	width:12px;
    height:12px;
}


/*device list group name*/
.dl-gn {
    position:absolute;
    float:left;
    height:25px;
    padding-left:0px;
	padding-top:1px;
    line-height:25px;
	margin-left:25px;
	max-width:calc(100% - 60px);
	overflow:hidden;
}

/*device list group count*/
.dl-gc {
    position:absolute;
    right:0px;
    height:25px;
    padding-left:4px;
	padding-top:1px;
    line-height:25px;
	padding-right:7px;
	font-size:11px;
	color:gray;

}

.dl-gn img{
    margin-right:0px;
}

/*Device List Sub groups and devices*/
.dl-sub {
    float:left;
    display:none;
	background:white;
    padding-left:5px;
    width:100%;
	border-left: 1px solid #0084b4;

	border-top:1px solid gray;
	border-left:1px solid gray;
	border-bottom:1px solid gray;
}
.dl-sub.cd {
    border: none;
    padding-left: 8px;
}


.dl-di {

    float: left;
    width: 100%;
    height: 18px;
    margin: 0;
    padding-left: 5px;
    background: white;
    font-size: 11px;
    line-height: 18px;
    color: black;
    margin-left: -5px;
}

.dl-di.cd {
    padding-left: 22px;
    padding-top: 1px;
    line-height: 22px;
	height:22px;
    font-size: 12px;
    position: relative;

}
.dname {
    display: inline-block;
}
.dl-cd-i {
    /*width: 12px;
    height: 12px;
    margin-left: 5px;
    margin-right: 5px;*/

    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 23px;
    display: inline-block;
    position: absolute;
    left: -8px;
    padding-left: 4px;
    font-style: normal;
    color: #6c6969;
}

.dl-sub.cd>.dl-di.cd {
    /*padding-left: 0px;*/
    padding-left: 22px;
}
.dl-sub.cd>.dl-di.cd>.dl-cd-i {
    left: -8px;
}

.dl-di.lu {
    border-left: 5px solid white;
}

 .dl-di:not(.lu):hover, .dl-selected, .dl-lb:hover, .dl-cd:hover {
     margin-left:-5px;
 }

.dl-di:hover, .dl-selected, .dl-lb:hover {
    color: black;
    background: #c4daff;
    width: calc(100% + 5px);
    cursor: pointer;
}
.dl-sub.cd > .dl-di:hover::before, .dl-sub.cd > .dl-di.dl-selected::before {
    color: #c4daff;
}

.dl-sub.cd>.dl-di {
    padding-left: 22px;
    /*border-left: 3px solid rgba(0, 0, 0, .5);*/ /**/
}
/**/

/*.dl-sub.cd>.dl-di::before {
    content: "__";
    border-bottom: 3px solid rgba(0, 0, 0, .5);
    color: white;
    margin-right: 5px;
}*/

.scaling-svg {
    /*position: relative;*/
    height: 100%;
    width: 100%;
    padding: 0;
    padding-bottom: 10px; /* 100% * 55/60 */;
}

.DL_Spacer {
    float:left;
    width:100%;
    height:200px;
}
/*device list logbook*/
.dl-lb {
    position:relative;
    float:left;
    width:100%;
    height:35px;
    padding:0;
    padding-left:2px;
    background: white;
    border-bottom:1px solid lightgray;
}


.dl-lb > div:nth-child(1) {
    float:left;
    height:20px;
    margin:0;
    padding-right:5px;
    padding-top:2px;
    font-size:12px;
    line-height:20px;
    color:black;
    width:90%;
    overflow:hidden;
}

.dl-lb > div:nth-child(2) {
    position:absolute;
    bottom:0px;
    right:0px;
    float:right;
    width:100%;
    height:15px;
    margin:0;

    padding-left:30px;
    padding-right:5px;
    font-size:11px;
    line-height:13px;
    text-align:right;
    font-style:italic;
    color:gray;
}
.dl-lb.dl-selected, .dl-lb:hover {
    padding-left: 7px;
    background: #c4daff;
    width: calc(100% + 5px);
}

.z-pl5, .dl-di.cd.z-pl5 {
    padding-left: 5px;
}

.DL_DeviceCfg {
    position:absolute;
    top:0px;
    right:0px;
    float:right;
    width:16px;
    height:16px;
    margin:0;
    padding:0;
    margin-top:-3px;
}

.DL_DeviceCfg img {
    width:16px;
    height:16px;
}

.LB_AddEdit
{
    float:left;
}

.SummaryTop {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 60px;
}

.SummaryTop.SummaryTop-dual {
    height:70px;
}



.SummaryTopInfoBoxBottom {
    margin: 0px 0px 0px 0px;
    width: 100%;
    background-color: whitesmoke;
    height: 32px;
    font-size: 14px;
    float: left;
}



.SummaryTopInfoBox{
    margin:0px 0px 0px 0px;
    border:1px solid darkgray;
    border-top:none;
    border-left:none;
    border-right:none;
    width:100%;
    background-color:white;
    height:100%;
    background-image:linear-gradient(to bottom, whitesmoke, white);
    font-size:14px;
    float:left;
}

.SummaryTopInfoBox table {
    float:left;
    margin-top:3px;
    margin-left:20px;
    margin-right:20px;
}
.SummaryTopInfoBox td{
    padding:4px 4px 4px 4px;
}

.SummaryTopInfoBox tr > td:first-child {
    color:gray;
}

#PanelTop {
    z-index: 500;
}


.SummaryTopInfoBox-dual {
    margin: 0px 0px 0px 0px;
    border: 1px solid darkgray;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    width: 100%;
    background-color: whitesmoke;
    height: 35px;
    font-size: 14px;
    float: left;
    position:relative;
    z-index: 499;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

    .SummaryTopInfoBox-dual .DropdownButtonSmall {
        margin-right: 0;
    }

.SummaryTopInfoBox-dual-extra {
    margin: 0px 0px 0px 0px;
    border: 1px solid darkgray;
    border-left: none;
    border-right: none;
    border-bottom: none;
    width: 100%;
    height: 35px;
    font-size: 14px;
    float: left;
    position: absolute;
    top: 65px;
}

.SummaryTopInfoBox-dual-extra+.SummaryBottom-daul {
    border: none;
}
/* Used to put top border around the Group Marketing and Group Balance views. */
.SummaryTopInfoBox-dual-extra-with-border+.SummaryBottom-daul .dataTables_scrollHeadInner{
    border: 1px solid darkgray;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.SummaryTopInfoBox-dual table {
    float: left;
    margin-top: 3px;
    margin-left: 20px;
    margin-right: 20px;
}

.SummaryTopInfoBox-dual td {
    padding: 4px 4px 4px 4px;
}

.SummaryTopInfoBox-dual tr>td:first-child {
    color: gray;
}

.summaryTop-lower-nav-box>.selected {
    background-color:#c4daff;
}

.summaryTop-lower-nav-box label {
    cursor: pointer;
}

.summaryTop-lower-nav-box.selected {
    background-color:#c4daff;
    cursor: default;
}
.summaryTop-lower-nav-box.new-graph{
    cursor: pointer;
}

.summaryTop-lower-nav-box:hover {
    background-color:#c4daff;
}

.summary-top-header-image {
    width: 20px;
}

.group-view-tab:hover {
    cursor: pointer;
}
.group-view-tab.firstPublicView {
    margin-left: 10px;
    border-left: 1px solid darkgray;
}

.SummaryBottom {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 60px;
    bottom: 0px;
    overflow: auto;
    float: none;
    background-color: white; /*#e9eaed;*/
}

.SummaryBottom-daul {
    border: 1px solid darkgray;
    border-left: none;
    border-right: none;
    border-bottom: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 65px;
    bottom: 0px;
    overflow: auto;
    float: none;
    background-color: white;
}

.summary-name-info {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    cursor: default;
    min-width: 250px;
    margin-left: 10px;
}

    .summary-name-info > div {
        color: cornflowerblue;
        font-size: 20px;
        padding: 0 8px;
        height: 100%;
        align-content: center;
        display: inline-grid;
    }

    .summary-name-info > div:not([disabled]):hover {
        background-color: #c4daff;
    }

.summary-top-info-box-fluid {
    padding-left: 10px;
    background-color: whitesmoke;
}

.summary-top-info-box-fluid > a {
	background-color:white;
	color:unset;
}

.summaryTop-lower-nav-box div{
    font-size: 13px;
    font-weight: 400;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}

.summaryTop-lower-nav-box i{
    display: inline-block;
    padding-left: 5px;
    padding-top: 6px;
}

.summaryTop-lower-nav-box{
    display: block;
    height: 31px;
    border: 1px solid darkgray;
    border-left: none;
	background-color:white;
}

.summary-top-info-box-fluid > a:first-child > .summaryTop-lower-nav-box,
.summary-top-info-box-fluid > .summaryTop-lower-nav-box:first-child,
.summary-top-info-box-fluid > a ~ .summaryTop-lower-nav-box {
    border-left: 1px solid darkgray;
}

.DB_StatusPanel {
	position: relative;
	float: left;
	margin: 10px 10px 10px 10px;
}

.DB_StatusPanel_Header
{
    position:absolute;
    left:0px;
    top:0px;
    height:50px;
    width:100%;
    border:1px solid darkgray;
    border-bottom:none;
    text-align:left;
    border-radius: 10px 10px 0px 0px;
    background-color: #0084b4;  /*#E5F2F7;*/
    color:white;
    padding-left:10px;
}

.DB_StatusPanel_Header_1
{
    font-size:16px;
    line-height:32px;
    font-weight:bold;
}

.DB_StatusPanel_Header_2
{
    font-size:11px;
    font-style:italic;
    line-height:12px;
}

.DB_StatusPanel_Body {
    position:absolute;
    top:50px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:white;
    border-radius:0px 0px 10px 10px;
    border:1px solid darkgray;
    border-top:none;
    padding-top:5px;
}

.DB_StatusPanel_Body > div {
    position:absolute;
}
.DB_StatusPanel_Body > img {
    position:absolute;
}



.DB_InfoPanel_Header {
    position:static;
    height:25px;
    width:100%;

    border:1px solid lightblue;
    background-color:#E5F2F7;
    text-align:center;
    border-radius: 10px 10px 0px 0px;
    font-size:14px;
    font-weight:bold;
    line-height:23px;
}


.DB_InfoPanel_Body {
    position:static;
    background-color:white;
    border-radius:0px 0px 10px 10px;
    border:1px solid darkgray;
    border-top:none;
}

.DB_InfoPanel_Body tr:nth-child(even) {
    background-color:gainsboro;
}

.DB_InfoPanel_Body tr:last-child > td:first-child{
    border-radius:0px 0px 0px 10px;
}

.DB_InfoPanel_Body tr:last-child > td:last-child{
    border-radius:0px 0px 10px 0px;
}


.DB_InfoPanel_Body td {
    padding:4px 6px 4px 6px;

}


.DB_InfoPanel2 {
    width:100%;
    position:static !important;
    margin-top:16px;
}


.DB_InfoPanel2_Header {
    position:static;
    height:25px;
    width:100%;

    border:1px solid lightblue;
    border-left:none;
    border-right:none;

    background-color:#E5F2F7;
    text-align:center;

    font-size:14px;
    font-weight:bold;
    line-height:23px;
}


.DB_InfoPanel2_Body {
    position:static;
    background-color:white;
    border-bottom:1px solid lightgray;
    padding-bottom:15px;
}

.DB_InfoPanel2_Body tr {
    border-bottom: 1px solid lightgray;
}

.DB_InfoPanel2_Body table {
    width:100%;
}

.DB_InfoPanel2_Body td {
	font-size: 12px;
    padding:3px 8px 2px 8px;
}

.DB_InfoPanel2_Body td input {
	padding-right: 5px;
}

.DB_InfoPanel2_Body tr td:first-child {
	font-weight: bold;
}

.DB_InfoPanel2_Body tr td:nth-child(2) {
    text-align:right;
}

.DB_InfoPanel2 tr.blank-row {
	border-bottom: none;
}

.DB_InfoPanel2 tr.group-title {
	border-bottom: 1px solid black;
}

.DB_Button
{
    background-color:#0084b4;
    color:white!important;
    margin:5px 5px 5px 5px;
    padding:8px 12px 8px 12px;
    font-weight: bold ;
    border-radius: 0px ;
    text-decoration:none !important;

    /*box-shadow:inset 0px 0px 0px 1px rgba(0,0,0,0.15), inset 0px 0px 6px rgba(0,0,0,0.2);*/
    /*border-color:#000;*/
}

.DB_Button:hover
{
    background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))
}

.DB_updateButton
{
    position:absolute;
    right:0px;
    top:0px;
    padding: 8px 4px 4px 4px;
    background-color:#00A5E0;
    border-radius:0px 6px 0px 0px;
    color:white;
    font-weight:bold;
    height:49px;
    /*border: 1px solid lightblue;*/
}

.DB_updateButton div {
    float:right;
    padding-left:3px;
    padding-right:2px;
    line-height:32px;
    font-size:14px;
}

.DB_updateButton:hover
{
    background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
    color:white;
}

.GroupSummaryPanelBody{
    position:static;
    margin-top:50px;
    padding-top:8px;
    padding-bottom:7px;
}

.GroupSummaryPanelBody > div{
    position:static;
}

.GroupSummaryPanel {
    margin-left:20px;
    margin-top:20px;
}

.GroupSummaryPanel table {
    position:static;
}

.GroupSummaryPanel td {
    padding: 2px 4px 2px 4px;
}



.GroupSummaryPanel tr:nth-child(odd) {
    background-color:gainsboro;
}

.GroupSummaryPanel tr:first-child {
    background-color:white;
}

.GroupSummaryPanel tr > td:first-child {
    font-weight:bold;
    padding:2px 12px 2px 12px;
}

.GroupSummaryPanel tr > td:last-child {
    padding:2px 12px 2px 0px;
}

.GroupSummaryPanel tr:first-child > td {
    font-weight:bold;
}

.GroupSummaryPanel tr:nth-child(2) > td {
    font-weight:bold;
}

.DropdownButtonBig {
    z-index: 25;
    display: inline-block;
    position: relative;
    padding: 18px 10px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 59px;
    /*float: left;*/
}
.DropdownButtonBig img {
    margin-right:4px;
    margin-top:-4px;
}

.DropdownButtonBig span {
    margin-right: 4px;
    margin-top: -4px;
}

.DropdownButtonBig i {
    font-size: 32px;
    margin-top: -4px;
    margin-right: 4px;
    vertical-align: middle;
}
.DropdownButtonBig:hover {
    background: linear-gradient(white, whitesmoke);
    color:royalblue;
    z-index: 55;
}
.DropdownButtonBig ul {
  font-size:14px;
  padding: 0;
  position: absolute;
  top: 59px;
  left: 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  box-shadow: var(--zd-box-shadow);
}
.DropdownButtonBig.pull-right ul {
    left: auto;
    right: 0px;
}
.DropdownButtonBig ul li {
  background: lightgray;
  display: block;
  color: black;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:15px;
  padding-right:15px;
}


.DropdownButtonBig ul li.dropDownHeader {
    font-weight: bold;
    cursor: default;
}

.DropdownButtonBig ul li.dropDownItem div,
.DropdownButtonBig ul li.dropDownItem a {
    font-weight:normal;
    padding-left: 10px;
    padding-left: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.DropdownButtonBig ul li div,
.DropdownButtonBig ul li a {
    padding: 7px 0px 7px 0px;
    width:100%;
    height:100%;
    display:block;
}

.DropdownButtonBig a {
        text-decoration:none !important;
}
.DropdownButtonBig ul li:hover:not(.dropDownHeader) {
  background: linear-gradient(white, whitesmoke);
  color:royalblue;
}
.DropdownButtonBig:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.DropdownButtonSmall {
        z-index: 25;
        display: inline-block;
        position: relative;
        padding: 9px 5px;
        margin-right: 5px;
        cursor: pointer;
        font-size: 14px;
        height: 35px;
    }
    .DropdownButtonSmall img {
        margin-right:4px;
        margin-top:-4px;
    }
    .DropdownButtonSmall i {
        font-size: 32px;
        margin-top: -4px;
        margin-right: 4px;
        vertical-align: middle;
    }
    .DropdownButtonSmall:hover {
        background-color: #c4daff;
        z-index: 55;
    }
    .DropdownButtonSmall ul {
        font-size:14px;
        padding: 0;
        position: absolute;
        top: 34px;
        left: 0;
        display: none;
        opacity: 0;
        visibility: hidden;
        box-shadow: var(--zd-box-shadow);
    }
    .DropdownButtonSmall.pull-right ul {
        left: auto;
        right: 0px;
    }
    .DropdownButtonSmall ul li {
        background: lightgray;
        display: block;
        color: black;
        padding-top:0px;
        padding-bottom:0px;
        padding-left:15px;
        padding-right:15px;
    }


    .DropdownButtonSmall ul li.dropDownHeader {
        font-weight: bold;
        cursor: default;
    }

    .DropdownButtonSmall ul li.dropDownItem div,
    .DropdownButtonSmall ul li.dropDownItem a {
        font-weight:normal;
        padding-left: 10px;
        padding-left: 7px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .DropdownButtonSmall ul li div,
    .DropdownButtonSmall ul li a {
        padding: 7px 0px 7px 0px;
        width:100%;
        height:100%;
        display:block;
    }

    .DropdownButtonSmall a {
        text-decoration:none !important;
    }
    .DropdownButtonSmall ul li:hover:not(.dropDownHeader) {
        background: linear-gradient(white, whitesmoke);
        color:royalblue;
    }
    .DropdownButtonSmall:hover ul {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .DropdownButtonSmall .DropDownButtonNested ul {
        top: 0;
        left: 100%;
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    .DropdownButtonSmall .DropDownButtonNested ul li {
        display: block;
        position: relative;
        top: 0;
    }

    .DropdownButtonSmall .DropDownButtonNested:hover ul {
        display: block;
        opacity: 1;
        visibility: visible;
    }

.small-form-control {
    margin-right:5px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.small-form-control:focus {
  border-color: #f3ec19;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(243, 236, 25, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(243, 236, 25, 0.6);
}
.small-form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.small-form-control:-ms-input-placeholder {
  color: #999999;
}
.small-form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

.DB_Modal_Header {
    height: 50px;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    text-align: left;
    background-color: #0084B4;
    color: #FFF;
    padding-left: 10px;
    width: 100%;
    border-image: none;
    left: 0px;
    border-radius: 5px 5px 0px 0px;
}

.DB_Modal_Header_Error {
    height: 50px;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    text-align: left;
    padding-left: 10px;
    width: 100%;
    border-image: none;
    left: 0px;
    border-radius: 5px 5px 0px 0px;
    background: red !important;
    background: linear-gradient(red, firebrick) !important;
    background: -webkit-linear-gradient(red, firebrick) !important;
    color: #fff !important;
}

.DB_Modal_Panel {
    display:block;
    margin-top:5px;
}

.DB_ModalPanel_Header {
    float:left;
    position:static;
    height:25px;
    width:100%;
    border:1px solid lightblue;
    background-color:#E5F2F7;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    line-height:23px;
}



.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.AlarmsTableDiv > span {
    margin:10px 10px 10px 10px;
    font: normal 16px arial;
    color:gray;
}
.AlarmsTable {
    margin-left:0px;
    table-layout:fixed;
}

.AlarmsTable tr td{

    border: 1px solid lightgray;
    padding:4px;
    padding-bottom:2px;
    padding-top:6px;
    font-size:12px;

}

.AlarmsTable tr td div {
    overflow:hidden;
    white-space:nowrap;
}

.AlarmsTable tr:nth-child(n).disabled {
    color: #848484;
}

 .AlarmsTable tr:nth-child(n).row-selected {
    font-weight: bold;
}

.AlarmsTable tr:nth-child(2n) {
    background-color:#E5F2F7;
}

.AlarmsTable tr:nth-child(2n+1) {
    background-color:white;
}

/*Enable/Disable Indicator*/
.AlarmsTable tr td:nth-child(1) {
    min-width: 30px;
}

/*Status Indicator*/
.AlarmsTable tr td:nth-child(2) {
    min-width: 30px;
}

/*Service Point*/
.AlarmsTable tr td:nth-child(3) {
    min-width: 210px;
    max-width: 210px
}

/*Description*/
.AlarmsTable tr td:nth-child(4) {
    min-width: 210px;
    max-width: 210px;
}

/*Current*/
.AlarmsTable tr td:nth-child(5) {
    min-width: 70px;
    max-width: 70px;
}

/*Low Limit*/
.AlarmsTable tr td:nth-child(6) {
    min-width: 70px;
    max-width: 70px;
}

/*High Limit*/
.AlarmsTable tr td:nth-child(7) {
    min-width: 70px;
    max-width: 70px;
}

/*Notification Indicator*/
.AlarmsTable tr td:nth-child(8) {
    min-width: 30px;
}

/*Edit/History/Delete*/
.AlarmsTable tr td:nth-child(9) {
    min-width: 70px;
}

.AlarmsTable tr td:nth-child(9) span{
    padding-left:4px;
    padding-right:4px;
}

.AlarmsHeader {
    height:50px;
    padding-top:12px;
    padding-bottom:10px;
    text-align:center !important;
    font: bold 15px arial;
    background:linear-gradient(#1a9ece, #0084b4) !important;/* #0084b4 !important;*/
    color:white;
    /*border: none;*/
    border-top:none;
    border-bottom:none;
    word-wrap:break-word;
    white-space:normal;
    vertical-align:bottom;
}

.AlarmsHeader td:nth-child(9) {
    min-width: 74px;
}

.AlarmsYellow {
    /*background:#FADA5E !important;*/
}



.AlarmConfigTable {
    margin:10px;

}

.AlarmConfigTable td {
    padding:4px 8px 4px 8px;
    font: normal 12px arial;
}

.AlarmConfigTable tr td:first-child {
    color:#505050;
    font: bold 14px arial;
}


.zdCheckBox {
  width: 20px;
  position: relative;
  margin: 0;

}
.zdCheckBox label {
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: relative;
  top: 3px;
  left: 0;
  background: white;
  border:1px solid #aaa;
  border-radius: 2px;
  margin: 0px 4px 0px 2px;
}
.zdCheckBox label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 3px;
    border: 3px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.zdCheckBox label:hover::after {
  opacity: 0.3;
}
.zdCheckBox input[type=checkbox] {
  visibility: hidden;
}
.zdCheckBox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.zdCheckBoxList {
  width: 20px;
  position: relative;
  margin: 0;
}

.zdCheckBoxList label {
	position:relative;
	padding-left:20px;
}

.zdCheckBoxList label:before {
	content: '';
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  left: 0px;
  background: white;
  border:1px solid #aaa;
  border-radius: 2px;
}
.zdCheckBoxList label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 3px;
    border: 3px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.zdCheckBoxList label:hover::after {
  opacity: 0.3;
}
.zdCheckBoxList input[type=checkbox] {
  visibility: hidden;
}
.zdCheckBoxList input[type=checkbox]:disabled + label:before {
  background: lightgray;
}
.zdCheckBoxList input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.zdTextBox {
    padding-left: 5px;
    padding-right: 5px;
    height: 25px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #aaa;
    background-color: white;
    border-radius:2px;
}


.zdTextBox:disabled {
    background-color: #f5f5f5;
}


.DataPointTable {
    margin:40px 12px 12px 12px;
}



.DataPointTable tr td{
    padding:4px;
    padding-bottom:2px;
    padding-top:6px;
    font-size:12px;
    background-color:white;
}

.DataPointTable tr td:last-child {
    border:none;
}

.DataPointTable tr th{

    padding:4px;
    padding-bottom:2px;
    padding-top:6px;
    font-size:12px;
    text-align:center;
}

.DataPointTable tr:first-child th {
    color:#505050;
    font: bold 14px arial;

}


.notification-checkbox {
    float: right;
    margin-right: 5px;
    margin-left: 5px;
    width: 30px;
    text-align: center;
}

.notification-dropdown {
    width: 50px;
    height: 25px;
    display: inline-block;
}

.notification-header {
    float: left;
    width: 100%;
}

.notification-dropdown:disabled {
    color: #848484;
    background: #ececec;
}

.appear-disabled {
    color: #848484;
    background: #ececec;
}

.disabled-div {
    opacity: 0.5;
    cursor: no-drop;
}

.tooltip-inner {
    max-width: 500px !important;
    white-space: pre-line;
}

.tooltip {
    white-space: pre-wrap;
    text-align-last: left;
}

.zdPanel {
    float:left;
    display:inline-block;
    background: white;
    border:1px solid darkgray;
    padding:0;
    padding-bottom:10px;
    margin:10px;

    border-radius:10px 10px 0px 0px;
}

.zdHeader {
    margin: -1px -1px 0px -1px;

    height:45px;
    border:none;
    text-align:left;
    border:1px solid #0084b4;
    border-bottom:none;
    border-radius:10px 10px 0px 0px;
    /*background-color: #0084b4;*/
    background:linear-gradient(#1a9ece, #0084b4);
    color:white;
    padding:0px 10px 0px 10px;
    font-weight:bold;
    font-size:16px;
    line-height:36px;
}

.zdButton {
    float: left;
    background-color: #0084b4;
    background: linear-gradient(to bottom, #1a9ece, #0084b4);
    color: white !important;
    margin: 5px 5px 5px 5px;
    padding: 8px 12px 8px 12px;
    font-weight: bold;
    border: none;
    text-decoration: none !important;
    white-space: normal;
}

.zdButton:hover {
    background:linear-gradient(to bottom, #26aada,  #1a9ece);
    cursor: pointer;
}

.zdButton[disabled], .zdButton[disabled]:hover, .zdButton[disabled]:focus, .zdButton[disabled]:active {
	background:linear-gradient(to bottom, #a7a7a7,  #808080);
}

.zdButtonSmall
{
    float:left;
    background-color:#0084b4;
    background:linear-gradient(to bottom, #1a9ece, #0084b4);
    color:white!important;
    margin:5px 5px 5px 5px;
    padding:4px 8px 4px 8px;
    font-weight: bold ;
    border: none;
    text-decoration:none !important;
}

.zdButtonSmall:hover {
    background:linear-gradient(to bottom, #26aada,  #1a9ece);
}

.zdButtonSmall[disabled], .zdButtonSmall[disabled]:hover, .zdButtonSmall[disabled]:focus, .zdButtonSmall[disabled]:active {
    background:linear-gradient(to bottom, #a7a7a7,  #808080);
}

.zdTextBoxSmall {
    padding-left: 5px;
    padding-right: 5px;
    top: -2px;
    height: 25px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #aaa;
    background-color: white;
    border-radius:2px;
}



.zdTextBoxSmall:disabled {
    background-color: #f5f5f5;
}

.zdRadio input[type="radio"] + label {
	/*background: linear-gradient(#ffffff, #f0f0f0);*/
	background-color:white;
	background: none;
	border-top: none;
	border-bottom: 1px solid lightgray;
	text-align: left;
}

.zdRadio td:hover label{
	background: linear-gradient(#d4ebf2, lightblue);
}

.zdRadio tr:last-child label {
	border-bottom:none;
}

.zdRadio input[type="radio"]:checked + label{
	background: linear-gradient(#d4ebf2, lightblue);
}


.zdTableAlternate tr:nth-child(2n) {
    background-color:#E5F2F7;
}

.zdTableAlternate tr:nth-child(2n+1) {
    background-color:white;
}


.zdInfoBoxButton1 {
  cursor: pointer;
  height: 100%;
  float: left;
  display: table;
  table-layout: fixed;
}

.zdInfoBoxButton1 span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  border-right: 1px solid darkgray;
        max-width: 120px;
  min-width: 100px;
  word-wrap: break-word;
  white-space: normal;
        padding: 5px 8px;
        font-weight: 500;
}
.zdInfoBoxButton1 img {
    margin-right:4px;
    margin-top:-4px;
}

.zdInfoBoxButton1:hover {
  background-color:#e9eaed ;
  color:royalblue;
  text-decoration:none;
}

.zdInfoBoxButton1Selected,
.zdInfoBoxButton1Selected:hover,
.DropdownButtonBig.zdInfoBoxButton1Selected:hover {
    background: none;
    background-color: #1a9ece;
    color: white;
    text-decoration: none;
}

.zdExplainPanel {
    font: bold 16px arial;
    color:#777;
    padding:20px 20px 20px 20px;
    border-left:1px solid gray;
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:white;
    text-wrap:normal;
    white-space: normal;

}


.zdVueTable td:hover > i.BlueHover,
.BlueHover:hover {
    color:#0066ff !important;
}

.zdVueTable td:hover > i.RedHover,
.RedHover:hover {
    color:#ff0066 !important;
}

.zdVueTable td:hover > i.BlackHover,
.BlackHover:hover {
    color:#000000 !important;
}

.zdVueTable td:hover > i.PencilHover,
.PencilHover:hover {
    color:#ffcc00 !important;
}

.GreenHover:hover {
    color:green !important;
}

.GreyHover:hover {
    color:#ccc !important;
}

.zd-blue-back-hover:hover {
    background-color:#c4daff;
}

.zdRadioGroup input[type=radio] + label{
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #b3b3b3;
    display:inline-block;
    padding: 4px 12px;
    margin-bottom: 0px;
    width:100px;

    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    font-weight: normal;
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-image: -webkit-linear-gradient(to bottom,#fff,#e6e6e6);
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -2px;
}

.zdRadioGroup input[type=radio]:checked + label{
    text-shadow:none;
    color:white;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-image: linear-gradient(to bottom,#1a9ece, #0084b4);
}


.zdRadioGroup input[type=radio] {
    display:none;
}


.zdRadioGroup input[type=radio] + label {
    width:100%;
}


.zdRadioGroup td {
    padding-left:0px;
	padding-right: 0px;
}

.no-radio-spacing td {
	padding:0px;
}

.GroupSummary {
	background-color: white;
	font-family:Calibri;
	cursor:pointer;
}

.clickable-row {
	cursor:pointer !important;
}

.clickable-row:hover {
	background-color:#EBF5FB !important;
}

.TableHeader tr th {
    padding-top:12px;
    padding-bottom:10px;
    text-align:center !important;
    font: bold 15px arial;
    background:linear-gradient(#1a9ece, #0084b4) !important;/* #0084b4 !important;*/
    color:white;
    /*border: none;*/
    border-top:none;
    border-bottom:none;
    word-wrap:break-word;
    white-space:normal;
    vertical-align:bottom;
}

.TableDiv > span {
    margin:10px 10px 10px 10px;
    font: normal 16px arial;
    color:gray;
}
.TableBody {
    margin-left:0px;
    table-layout:fixed;
}

.TableBody tr td{
    border: 1px solid lightgray;
    padding:4px;
    padding-bottom:2px;
    padding-top:6px;
    font-size:12px;
}

.TableBody tr td div {
    overflow:hidden;
    white-space:nowrap;
}

.TableBody tr:nth-child(2n) {
    background-color:#E5F2F7;
}

.TableBody tr:nth-child(2n+1) {
    background-color:white;
}
.GroupSummaryTable {
	/*border-right: 1px solid gainsboro;
	border-bottom: 1px solid gainsboro;*/
}

.GroupSummaryTable tr th:first-child{
	/*width:170px;
	font: bold 12px arial;
	padding: 3px 6px 1px 12px;*/
}

.GroupSummaryTable tr:first-child th:last-child {
	/*border-right: thin solid #1a9ece;*/
}

.GroupSummaryTable td{
	width:60px;
	min-width:60px;
	border: 1px solid gainsboro;

	/*border: thin solid #c0c0c0;
	padding: 4px 6px 0px 6px;
	vertical-align:bottom;*/
}


.GroupSummaryTable tr:nth-child(1) th{
    /*padding-top:12px;
    padding-bottom:10px;*/
    /*text-align:center !important;*/
    /*font: bold 12px arial;*/
    /*background:linear-gradient(#1a9ece, #0084b4) !important;*/
	background-color:#eaecf0;
	color:black;
    /*color:white;*/
    /*border: none;*/
    /*border-top:none;*/
    /*border-bottom:none;*/
	border-bottom:1px solid #a2a9b1;
	border-top:none;
	border-right: 1px solid #a2a9b1;
    word-wrap:break-word;
    white-space:normal;
    vertical-align:bottom;
	/*border:none;*/
}

.GroupMarketingTable tr:nth-child(1) th{
    padding-top:12px;
    padding-bottom:10px;
    text-align:center !important;
    font: bold 12px arial;
    background:linear-gradient(#1a9ece, #0084b4) !important;/* #0084b4 !important;*/
    color:white;
    /*border: none;*/
    border-top:none;
    border-bottom:none;
    word-wrap:break-word;
    white-space:normal;
    vertical-align:bottom;
	border:none;
}
.GroupMarketingTable td{
	padding: 4px 6px 0px 6px;
	vertical-align:bottom;
}


.SummaryTable {
    padding-left:0;
    padding-right:0;
    width:100%;
    margin-top:10px;
    margin-bottom:-10px;
    table-layout:fixed;
}
.SummaryTable tr{
    border-bottom: 1px solid lightgray;
}

.SummaryTable tr:last-child{
    border:none;
}


.SummaryTable tr td {
   padding: 4px 0px 2px 0px;
   /*white-space:nowrap;
   overflow:hidden;
   text-overflow:ellipsis;*/
   white-space:normal;

}

.SummaryTable tr td:nth-child(1) {
    font-weight:bold;
    width:160px;
    padding-left:10px;

}

.SummaryTable tr td:nth-child(2) {
    text-align:right;
    width:75px;
    padding-left:0px;
}

.SummaryTable tr td:nth-child(3) {
    text-align:center;
    width:63px;
    padding-right:5px;
    padding-left:5px;
    color:gray;
}


.ManagementTableDiv > span {
    margin:10px 10px 10px 10px;
    font: normal 16px arial;
    color:gray;
}
.ManagementTable {
    margin-left:0px;
    table-layout:fixed;
}

.ManagementTable tr td{
    border: 1px solid lightgray;
    padding:4px;
    padding-bottom:2px;
    padding-top:6px;
    font-size:12px;
}

.ManagementTable tr td div {
    overflow:hidden;
    white-space:nowrap;
}

.ManagementTable tr:nth-child(2n) {
    background-color:#E5F2F7;
}

.ManagementTable tr:nth-child(2n+1) {
    background-color:white;
}

.ManagementTable tr td:nth-child(1){
    width:60px;
}
.ManagementTable tr td:nth-child(2){
    width:100px;
}
.ManagementTable tr td:nth-child(3){
    width:180px;
}
.ManagementTable tr td:nth-child(3) div{
    width:170px;
}
.ManagementTable tr td:nth-child(4){
    width:375px;
    overflow: hidden;
}
.ManagementTable tr td:nth-child(4) div{
    width:365px;
}
.ManagementTable tr td:nth-child(5){
    width:119px;
    text-align: right;
}
.ManagementTable tr td:nth-child(5) div{
    width:110px;
}
.ManagementTable tr td:nth-child(5) a{
    padding-left:4px;
    padding-right:4px;
    text-decoration:none;
}

.ManagementHeader tr td {
    padding-top:12px;
    padding-bottom:10px;
    text-align:center !important;
    font: bold 15px arial;
    background:linear-gradient(#1a9ece, #0084b4) !important;/* #0084b4 !important;*/
    color:white;
    /*border: none;*/
    border-top:none;
    border-bottom:none;
    word-wrap:break-word;
    white-space:normal;
    vertical-align:bottom;
}

.BillTableDiv > span {
    margin:10px 10px 10px 10px;
    font: normal 16px arial;
    color:gray;
}
.BillTable {
    margin-left:0px;
    table-layout:fixed;
}

.BillTable tr td{
    border: 1px solid lightgray;
    padding:4px;
    padding-bottom:2px;
    padding-top:6px;
    font-size:12px;
}

.BillTable tr td div {
    overflow:hidden;
    white-space:nowrap;
}

.BillTable tr:nth-child(2n) {
    background-color:#E5F2F7;
}

.BillTable tr:nth-child(2n+1) {
    background-color:white;
}

.BillTable tr td:nth-child(1){
    width:60px;
}
.BillTable tr td:nth-child(2){
    width:100px;
}
.BillTable tr td:nth-child(3){
    width:180px;
}
.BillTable tr td:nth-child(3) div{
    width:170px;
}
.BillTable tr td:nth-child(4){
    width:180px;
}
.BillTable tr td:nth-child(4) div{
    width:170px;
}
.BillTable tr td:nth-child(5){
    width:375px;
}
.BillTable tr td:nth-child(5) div{
    width:365px;
}
.BillTable tr td:nth-child(6){
    width:100px;
    text-align:right;
}
.BillTable tr td:nth-child(7){
    width:52px;
}
.BillTable tr td:nth-child(7) div{
    width:52px;
}
.BillTable tr td:nth-child(7) a{
    padding-left:4px;
    padding-right:4px;
    text-decoration:none;
}

.BillHeader tr td {
    padding-top:12px;
    padding-bottom:10px;
    text-align:center !important;
    font: bold 15px arial;
    background:linear-gradient(#1a9ece, #0084b4) !important;/* #0084b4 !important;*/
    color:white;
    /*border: none;*/
    border-top:none;
    border-bottom:none;
    word-wrap:break-word;
    white-space:normal;
    vertical-align:bottom;
}

.FilesTableDiv > span {
    margin:10px 10px 10px 10px;
    font: normal 16px arial;
    color:gray;
}
.FilesTable {
    margin-left:0px;
    table-layout:fixed;
}

.FilesTable tr td{
    border: 1px solid lightgray;
    padding:4px;
    padding-bottom:2px;
    padding-top:6px;
    font-size:12px;
}

.FilesTable tr td div {
    overflow:hidden;
    white-space:nowrap;
}

.FilesTable tr:nth-child(2n) {
    background-color:#E5F2F7;
}

.FilesTable tr:nth-child(2n+1) {
    background-color:white;
}

.FilesTable tr td:nth-child(1){
    width:40px;
}
.FilesTable tr td:nth-child(2){
    width:375px;
}
.FilesTable tr td:nth-child(3){
    width:125px;
}
.FilesTable tr td:nth-child(4){
    width:79px;
    text-align: right;
}
.FilesTable tr td:nth-child(4) div{
    width:70px;
}
.FilesTable tr td:nth-child(4) a{
    padding-left:4px;
    padding-right:4px;
    text-decoration:none;
}

.FilesHeader tr td {
    padding-top:12px;
    padding-bottom:10px;
    text-align:center !important;
    font: bold 15px arial;
    background:linear-gradient(#1a9ece, #0084b4) !important;/* #0084b4 !important;*/
    color:white;
    /*border: none;*/
    border-top:none;
    border-bottom:none;
    word-wrap:break-word;
    white-space:normal;
    vertical-align:bottom;
}

.ReportsTable tr td:first-child {
    padding-left:15px
}

/* so that an empty report list does not have headers smushed together */
.ReportsTable th:nth-child(1) {
    width: 325px;
}
.ReportsTable th:nth-child(2) {
    width: 200px;
}
.ReportsTable th:nth-child(3) {
    width: 203px;
    text-align: right;
}

.ReportsTable tr td:nth-child(1){
    width:325px;
}
.ReportsTable tr td:nth-child(2){
    width:200px;
}
.ReportsTable tr td:nth-child(3){
    width:203px;
    text-align: right;
}
.ReportsTable tr td:nth-child(3) a{
    padding-left:4px;
    padding-right:4px;
    text-decoration:none;
}

.PointsTableDiv > span {
    margin:10px 10px 10px 10px;
    font: normal 16px arial;
    color:gray;
}
.PointsTable {
    margin-left:0px;
    table-layout:fixed;
}

.PointsTable tr td{
    border: 1px solid lightgray;
    padding:4px;
    padding-bottom:2px;
    padding-top:6px;
    font-size:12px;
}

.PointsTable tr td div {
    overflow:hidden;
    white-space:nowrap;
}

.PointsTable tr:nth-child(2n) {
    background-color:#E5F2F7;
}

.PointsTable tr:nth-child(2n+1) {
    background-color:white;
}

.PointsTable tr td:nth-child(1){
    width:40px;
}
.PointsTable tr td:nth-child(2){
    width:375px;
}
.PointsTable tr td:nth-child(3){
    width:125px;
}
.PointsTable tr td:nth-child(4){
    width:99px;
    text-align: right;
}
.PointsTable tr td:nth-child(4) a{
    padding-left:4px;
    padding-right:4px;
    text-decoration:none;
}

.PointsHeader tr td {
    padding-top:12px;
    padding-bottom:10px;
    text-align:center !important;
    font: bold 15px arial;
    background:linear-gradient(#1a9ece, #0084b4) !important;/* #0084b4 !important;*/
    color:white;
    /*border: none;*/
    border-top:none;
    border-bottom:none;
    word-wrap:break-word;
    white-space:normal;
    vertical-align:bottom;
}

.MenubarDatePicker {
  z-index: 25;
  display: inline-block;
  position: relative;
  margin-right:10px;
  font-size:16px;
  font-weight:bold;
  height:59px;
  float:left;
}
.MenubarDatePicker img {
    margin-right:4px;
    margin-top:-4px;
}
.MenubarDatePicker i {
    font-size: 32px;
    margin-top: -4px;
    margin-right: 4px;
    vertical-align: middle;
}


.GroupDeviceSelectTable tr td:first-child,
.GroupDeviceSelectTable tr th:first-child{
	width:300px;
	font: bold 12px arial;
	padding: 3px 6px 1px 12px;
	text-align:left;

}
.GroupDeviceSelectTable tr td:first-child {
	cursor:move;
}


.GroupDeviceSelectTable tr td:nth-child(2) {
	width:150px;
	padding: 2px 6px 2px 6px;
}

.GroupDeviceSelectTable tr:first-child th:last-child {
	border-right: thin solid #1a9ece;
}

.GroupDeviceSelectTable td,
.GroupDeviceSelectTable th
{
	width:60px;
	border: thin solid #c0c0c0;
	padding: 4px 6px 0px 6px;
	vertical-align:bottom;
	text-align:center;
}

.GroupDeviceSelectTable tr td:nth-last-child(2) {
	padding: 1px 6px 3px 6px;
}

.GroupDeviceSelectTable tr td:last-child {
	width:0px;
	display:none;
}




.GroupDeviceSelectTable tr th{
    padding-top:12px;
    padding-bottom:10px;
    text-align:center !important;
    font: bold 12px arial;
    background:linear-gradient(#1a9ece, #0084b4) !important;/* #0084b4 !important;*/
    color:white;
    /*border: none;*/
    border-top:none;
    border-bottom:none;
    word-wrap:break-word;
    white-space:normal;
    vertical-align:bottom;
	border:none;
}

/*
	Table sorting
*/
th.tablesortHeader:after {content: " \2195"; }
th.tablesortHeaderSortUp:after { content: " \2191"; }
th.tablesortHeaderSortDown:after { content: " \2193"; }



.PollingTable td,
.PollingTable th
{
	width:60px;
	border: thin solid #c0c0c0;
	padding: 4px 6px 0px 6px;
	vertical-align:bottom;
	text-align:center;
}

.PollingTable tr th{
    padding-top:12px;
    padding-bottom:10px;
    text-align:center !important;
    font: bold 12px arial;
    background:linear-gradient(#1a9ece, #0084b4) !important;/* #0084b4 !important;*/
    color:white;
    /*border: none;*/
    border-top:none;
    border-bottom:none;
    word-wrap:break-word;
    white-space:normal;
    vertical-align:bottom;
	border:none;
}


@media (min-width: 768px) {
    .IP-form-group {
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .Input-Panel-Group > input, select, textarea {
            font-size: 16px !important;
    }
}

.Input-Panel-Group > input[type="number"] {
    -moz-appearance:textfield;
}

.Input-Panel-Group > input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.Input-Panel-Group-Header {
    background-color:lightgoldenrodyellow;
	border:1px solid lightgray;
	margin-left:-15px;
	margin-bottom:10px;
	margin-top:15px;
	padding:3px 7px 3px 7px;
}

.Ip-group-remove {
    display:inline-block;
    float: right;
}

.Input-Panel-Group .form-control, .Input-Panel-Group .input-group-addon {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none !important;
    border-radius: 0px !important;
    -moz-box-shadow: 1px 0 0 0 #ccc, 0 1px 0 0 #ccc, 1px 1px 0 0 #ccc, 1px 0px 0 0 #ccc inset, 0 1px 0 0 #ccc inset !important;
    -webkit-box-shadow: 1px 0 0 0 #ccc, 0 1px 0 0 #ccc, 1px 1px 0 0 #ccc, 1px 0px 0 0 #ccc inset, 0 1px 0 0 #ccc inset !important;
    box-shadow: 1px 0 0 0 #ccc, 0 1px 0 0 #ccc, 1px 1px 0 0 #ccc, 1px 0px 0 0 #ccc inset, 0 1px 0 0 #ccc inset !important;
}


.IP-no-input-zoom {
    font-size: 16px !important;
}

.IP-previous-size {
    overflow: hidden;
    min-width: 100px;
    max-width: 130px;
}

.no-glow {
    outline: none;
    border: 1px solid rgb(204, 204, 204) !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.back-btn {
	padding:9px 11px 7px 10px;
	color:darkgray;
	margin-left:10px;
	position:relative;
	border: 1px solid white;
	border-radius:4px;
	margin-top:8px;
	margin-right:10px;
}

/* Progress Tracker v2 */
ol.zd-progress[data-steps="2"] li { width: 49%; }
ol.zd-progress[data-steps="3"] li { width: 33.33%; width: calc(100%/3); }
ol.zd-progress[data-steps="4"] li { width: 24%; }
ol.zd-progress[data-steps="5"] li { width: 19%; }
ol.zd-progress[data-steps="6"] li { width: 16%; }
ol.zd-progress[data-steps="7"] li { width: 14%; }
ol.zd-progress[data-steps="8"] li { width: 12%; }
ol.zd-progress[data-steps="9"] li { width: 11%; }

.zd-progress {
    width: 100%;
    list-style: none;
    list-style-image: none;
    margin: 20px 0 20px 0;
    padding: 0;
    overflow: hidden;
}

.zd-progress li {
    float: left;
    text-align: center;
    position: relative;
}

.zd-progress .name {
    display: block;
    vertical-align: bottom;
    text-align: center;
    margin-bottom: 1em;
    color: black;
    opacity: 0.3;
}

.zd-progress .step {
    color: black;
    border: 3px solid silver;
    background-color: silver;
    border-radius: 50%;
    line-height: 1.2;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    z-index: 2000;
	position: relative;
}

.zd-progress .active .name,
.zd-progress .done .name,
.zd-progress .error .name {
    opacity: 1;
}

.zd-progress .step-before {
    content: "";
    display: block;
    background-color: silver;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 0.7em;
    left: 0;
    z-index: 1999;
}

.zd-progress .step-after {
    content: "";
    display: block;
    background-color: silver;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 0.7em;
    right: 0;
    z-index: 1999;
}

.zd-progress li:first-of-type .step-before {
    display: none;
}

.zd-progress li:last-of-type .step-after {
    display: none;
}

.zd-progress .done .step,
.zd-progress .done .step-before,
.zd-progress .done .step-after,
.zd-progress .active .step,
.zd-progress .active .step-before,
.zd-progress .error .step,
.zd-progress .error .step-before {
    background-color: #0084B4;
}

.zd-progress .done .step,
.zd-progress .active .step {
    border: 3px solid #0084B4;
}

.zd-progress .active .step {
    background-color: silver;
    animation: blink-animation normal .75s infinite ease-in-out;
}

.zd-progress .error .step {
  background-color: darkred;
  border: 3px solid darkred;
}


@keyframes blink-animation {
    0% {
           background-color: white
    }
    25% {
           background-color: #0084B4
    }
    26% {
           background-color: white
    }
    100% {
           background-color: white
    }
}


/*Fixes mobile modal scrolling/zooming nightmare*/
.modal {
	position:absolute !important;
	left:0px !important;
	top:0px !important;
	right:0px !important;
	bottom:0px !important;
}

/* DataTables */

table.dataTable{
    border-collapse: separate !important;
}

table.dataTable td {
	border: 1px solid gainsboro;
	border-collapse: separate;
	border-top: none;
	border-left: none;
	padding: 5px;
	line-height: 12px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #333;

}

table.dataTable td:not(:first-child) {
    min-width: 80px;
    /*width: 80px;*/
}

table.dataTable tbody td {
	text-align: right;
}

table.dataTable.left-text tbody td {
    text-align: left;
}


    table.dataTable tr:not(.sortRemoveRow):nth-child(even), table.dataTable tr:not(.sortRemoveRow):nth-child(even) input {
        background-color: #fff;
    }

    table.dataTable tr:not(.sortRemoveRow):nth-child(odd), table.dataTable tr:not(.sortRemoveRow):nth-child(odd) input {
        background-color: #f9f9f9;
    }

table.dataTable tbody tr.sortRemoveRow:last-child td {
    border-bottom: none;
}
/*DataTable header*/
table.dataTable th {
	border: 1px solid #a2a9b1;
	border-collapse: separate;
	border-left: none;
	padding: 5px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #eaecf0;
	color: #000;
	word-wrap: break-word;
	white-space: normal;
	vertical-align: bottom;
}
table.dataTable th:not(:first-child) {
    /*width: 80px;*/
    min-width: 80px;
}
table.dataTable.summaryTable th:not(:first-child),
.summaryTable table.dataTable th:not(:first-child) {
    width: 80px;
    min-width: 80px;
}

/*Datatable column width is difficult to work with.*/
/*table.dataTable.has-alarm-col th:first-child {
    width:54px !important;
    min-width:54px !important;
}*/

/*DataTable footer*/
table.dataTable tfoot td {
	border-collapse: separate;
	border: 1px solid #a2a9b1;
	border-left: none;
	text-align: right;
	padding: 5px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #eaecf0;
	color: #000;
	font-weight: bold;

}
table.dataTable tfoot td:not(:first-child) {
    /*width: 80px;*/
    min-width: 80px;
}
table.dataTable.summaryTable tfoot td:not(:first-child),
.summaryTable table.dataTable tfoot td:not(:first-child) {
    width: 80px;
    min-width: 80px;
}

/*table.dataTable tfoot td {
    width: 45px;
    min-width:45px;
}*/



/*table.dataTable.has-alarm-col tfoot td:nth-child(1){
    width:54px !important;
    min-width:54px !important;
}*/

/*table.dataTable.has-alarm-col thead tr th:nth-child(1){
    width:54px !important;
    min-width:54px !important;
}*/
/*.DTFC_LeftHeadWrapper table.dataTable.has-alarm-col thead tr th:nth-child(1){
    width:44px !important;
    min-width:44px !important;
}*/

/*table.dataTable.has-alarm-col tbody tr td:nth-child(1){
    text-align: center;
    width:54px !important;
    min-width:54px !important;
}*/

table.dataTable.has-alarm-col tbody tr td:nth-child(1) i {
    cursor: pointer;
}

table.dataTable.has-alarm-col thead tr th:nth-child(1) i::after {
    content: "\f071";
    display: inline-block;
    font: normal normal normal 14px/1;
    font-family: "Font Awesome 5 Free";
    font-size: large;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    width: 40.5px;
}

table.dataTable .sortRemoveRow td {
    border-right: none;
    font-weight:bold;
}

table.dataTable .sortRemoveRow.totalRow td {
	border-bottom: none;
}

.sortRemoveRowLast td{
    border-bottom: 1px solid gainsboro !important;
}

table.dataTable tfoot tr td:first-child{
    text-align: left;
}

/* Include a border on the left edge */
table.dataTable thead tr th:first-child,
table.dataTable tbody tr td:first-child,
table.dataTable tfoot tr td:first-child {
	border-left: 1px solid #a2a9b1;
}

/*We desire to never see dataTable at body level*/
body > table.dataTable {
    display: none;
}
/*This fixes an issue where the x-scroll was hiding the no-data message*/
.dataTable .dataTables_empty {
    text-align: center !important;
}

table.dataTable .sortRemoveRow td:first-of-type {
    border-left: none;
}

.table-nonfluid {
    width: auto !important;
}

.ViewDivWrap {
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:whitesmoke;
}

.ViewDiv {
	position: absolute;
	top:5px;
	bottom:5px;
	left:5px;
	right:5px;
}
.ViewDiv.fullScreen {
    top:-1px;
    bottom:0px;
    left:-1px;
    right:0px;
}

/*If we have a view-time-panel we need to move this div down*/
.ViewDivWrap .view-time-panel + .ViewDiv {
    top:40px;
}

.ViewDivLayout {
	position:absolute;
	overflow:visible;
}



.ViewShadowOuter {
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.3);
	/*border:10px solid black;*/
	background-color: white;
}

.ViewShadowInner {
	position:absolute;
	left:8px;
	right:8px;
	top:8px;
	bottom:8px;
	overflow:visible;
}

.ViewControlPanel {
	width: 100%;
	height: 100%;
}

/*.ViewShadow:after {
    content:"";
    position:absolute;
    width:100%;
    bottom:1px;
    z-index:-1;
    transform:scale(.9);

}*/


.ViewHistoryTable td {
	text-align:center;
	/*border:1px solid darkgray;*/
	padding-top:3px;
	font-size:11px;
	padding-left:2px;
	padding-right:2px;
}

.ViewHistoryTable th {

	text-align:center;
	/*border:1px solid black;*/
	padding-top:3px;
	padding-left:2px;
	padding-right:2px;
	font-size:12px;
	/*background-color:whitesmoke;*/
}

.ViewHistoryTable thead tr:nth-child(1) th {
	font-size:14px;
}


.ViewHistoryTable tbody tr:nth-child(even) {
	background-color:#c4daff;
}
.ViewHistoryTable tbody tr:nth-child(1) {
	border-top: 2px solid black;
}


.ViewFieldList td {
	text-align:center;
	padding:3px 4px 2px 4px;
	line-height:19px;
	border-bottom:1px solid lightgray;
}


.ViewFieldList thead tr:last-child {
	border-bottom: 1px solid black;
	font-size:11px;
}
.ViewFieldList thead tr:first-child {
	font-size:14px;
	font-weight:bold;
}
.ViewFieldList thead tr th{
	text-align:left;
	padding:4px 4px 4px 4px;
}

.ViewFieldList tbody tr td:nth-child(1){
	text-align:left;
	font-weight:bold;
}
.ViewFieldList tr td:nth-child(2){
	font-size:12px;
	text-align:right;


}
.ViewFieldList tr td:nth-child(3){
	font-size:11px;
	width:65px;
	text-align:left;
}

/* This allows botom borders of cells in a table to have a lighter border, while other cell borders have a darker border */
.ViewSingleFieldList td {
    text-align: center;
    padding: 3px 4px 2px 4px;
    line-height: 19px;
    border-bottom: 1px solid lightgray;
    opacity: .85;
    border-width: thin;
    border-style: solid;
    border-color: #555555;
    background: whitesmoke;
}

/* This allows the bottom border of the bottom-most cell in a table to have a dark border */
.ViewSingleFieldList tr:last-child > td {
    border-bottom: 1px solid #555555;
    font-size: 11px;
}


.ViewTabControl {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ViewTabControlUpper {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:50px;
}

.ViewTabControlUpper > table {
	width:100%;
	margin-top:10px;
	border-collapse: separate;
}

.ViewTabControlUpper > table tr {
	width:100%;
	margin-top:10px;
	display:table-row !important;
}

.ViewTabControlUpper > table td{
	width:200px;
	display:table-cell !important;
	float:none !important;
}

.ViewTabControlUpper > table td:not(:first-child) {
	border-left: none;
}

.ViewTabControlLower {
	position:absolute;
	top:50px;
	bottom:0px;
	left:0px;
	right:0px;

}

.ViewTabControlTab {
	position:absolute;
	width:100%;
	height:100%;
}

.ViewTabControlTab:not(.active) {
  display: none;
}


.checktree, .checktree *{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.checktree ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

.checktree li {
    float: left;
    padding: 3px 0;
    width: 100%;
}

.checktree li label {
    vertical-align: middle;
    cursor: pointer;
    padding: 4px 0 2px 0;
    font-size: 14px;
    line-height: 15px;
    float: left;
}

.checktree li .arrow {
    width: 14px;
    height: 14px;
    margin: 5px 8px 0;
    cursor: pointer;
    float: left;
}

.checktree,
.checktree * {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.checktree ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

.checktree li {
    float: left;
    padding: 3px 0;
    width: 100%;
}

.checktree li label {
    vertical-align: middle;
    cursor: pointer;
    padding: 4px 0 2px 0;
    font-size: 14px;
    line-height: 15px;
    float: left;
}

.checktree li .arrow {
    width: 14px;
    height: 14px;
    margin: 5px 8px 0;
    cursor: pointer;
    float: left;
}

.checktree li .collapsed {
    background: green;
    background-position: -1px;
}

.checktree li .expanded {
    background: black;
}

.checktree li .checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    float: left;
    background: url(../Images/checktree_icon.png) no-repeat;
    background-position: 1px 0;
    margin-right: 7px;
}

div.itemListContainer.hide-checkbox .checktree li .checkbox {
    display: none;
}

.checktree li .checked {
    background-position: -15px 0;

}

.checktree li .checked~label {
    background: #c4daff;
}

.checktree li .half_checked {
    background-position: -31px 0;
}

.checktree li li .arrow {
    margin-left: 24px;
}

.checktree li li li .arrow {
    margin-left: 48px;
}

.checktree li li li li .arrow {
    margin-left: 72px;
}

.checktree li li li li li .arrow {
    margin-left: 96px;
}

.UserGroup div .UserListTable tr:hover {
    cursor: pointer;
    background-color: #c4daff !important;
}

.UserGroup div:nth-child(2n) .UserListTable tr {
    background-color: #E5F2F7;
}

.UserGroup div:nth-child(2n+1) .UserListTable tr {
    background-color: white;
}

.UserListTable {
    margin-left: 0px;
    table-layout: fixed;
}

.UserListTable tr td,
.UserListTable tr th {
    border: 1px solid lightgray;
    border-bottom: 0px solid lightgray;
    padding: 4px;
    padding-bottom: 2px;
    padding-top: 6px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
}

.UserListTable tr td:nth-child(1),
.UserListTable tr th:nth-child(1) {
    width: 200px;
    max-width: 200px;
}

.UserListTable tr td:nth-child(2),
.UserListTable tr th:nth-child(2) {
    width: 260px;
    max-width: 260px;
}

.UserListTable tr td:nth-child(3),
.UserListTable tr th:nth-child(3) {
    width: 303px;
    max-width: 303px;
}

.UserListTable tr td:nth-child(4),
.UserListTable tr th:nth-child(4) {
    width: 80px;
    max-width: 80px;
}

.UserListTable tr td:nth-child(5),
.UserListTable tr th:nth-child(5) {
    width: 85px;
}

.PresetTableDiv > span
        {
    margin: 10px 10px 10px 10px;
    font: normal 16px arial;
    color: gray;
}

.PresetTable {
    margin-left:0px;
    table-layout:fixed;
}

.PresetTable tr td{
    border: 1px solid lightgray;
    padding:4px;
    padding-bottom:2px;
    padding-top:6px;
    font-size:12px;
}

.PresetTable tr td div {
    overflow:hidden;
    white-space:nowrap;
}

.PresetTable tr:nth-child(2n) {
    background-color:#E5F2F7;
}

.PresetTable tr:nth-child(2n+1) {
    background-color:white;
}

.PresetTable tr td:nth-child(1){
    width:200px;
}
.PresetTable tr td:nth-child(2){
    width:95px;
}
.PresetTable tr td:nth-child(3){
    width:95px;
}
.PresetTable tr td:nth-child(4){
    width:90px;
    text-align:right;
}
.PresetTable tr td:nth-child(4) div{
    width:110px;
}
.PresetTable tr td:nth-child(4) a{
    padding-left:6px;
    padding-right:6px;
    text-decoration:none;
}

.PresetHeader tr td {
    padding-top:12px;
    padding-bottom:10px;
    text-align:center !important;
    font: bold 15px arial;
    background:linear-gradient(#1a9ece, #0084b4) !important;
    color:white;
    border-top:none;
    border-bottom:none;
    word-wrap:break-word;
    white-space:normal;
    vertical-align:bottom;
}


.itemListBox {
    top: 25px;
    left: 25px;
    bottom: 25px;
    right: 25px;
    position: absolute;
}

.itemListModal-body {
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 80px;
    margin-top: 10px;
}

/*Gets rid of IE's clear input x button'*/
.itemListModal-body .treeItemFilter::-ms-clear {
    display: none;
}

 .itemListContainer {
     position: absolute;
     top: 50px;
     left: 0px;
     right: 0px;
     bottom: 0px;
 }

itemListBox.modal-footer {
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0px;
}

.itemListBox-left {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 400px;
}

.itemListBox-thin {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 415px;
  width: 40px;
}

.itemListBox-thin button {
  height: 100%;
  font-size: 14px;
}

.itemListBox-thin-top {
    height: 33%;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 5px;
}

.itemListBox-thin-middle {
    height: 33%;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.itemListBox-thin-bottom {
    height: 33%;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
}

.itemListBox-panel {
    margin-bottom: 0px;
}

    .itemListBox-panel .selected-row span.selected-label {
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: calc(100% - 30px);
        display: inline-block;
    }


.itemListBox-right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 470px;
  right: 10px;
}

.itemListBox-right-top {
    height: 33%;
    margin-bottom: 5px;
}

.itemListBox-right-middle {
    height: 33%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.itemListBox-right-bottom {
    height: 33%;
    margin-top: 5px;
}

.itemListBox-right-content {
    overflow-y: auto;
    height: calc(100% - 40px);
}



.selectedItemsTable>tbody>tr>td:nth-child(3) {
    display: none;
}

.selectedItemsTable>tbody>tr>td:nth-child(1) {
    font-weight: bold;
}

.selected-row {
    width: 100%;
    border-bottom: 1px solid #ddd;
    height: 30px;
}

.selected-row>.selected-id {
    display: none;
}

.selected-row>.seleceted-remove {
  float: right;
  right: 10px;
  margin-top: 2px;
}

.selected-row>.selected-label {
  left: 10px;
  right: 45px;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 10px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.transitionHighlight {
  background: #c4daff;
  transition: 300ms;
}

.transitionMoveLeft {
  position: absolute;
  background: grey;
  opacity: 0.5;
  transition: 600ms;
  transform: translate(-490px, 0);
}

.transitionMoveLeftUp {
  position: absolute;
  background: grey;
  opacity: 0.5;
  transition: 600ms;
  transform: translate(-490px, -200px);
}

.itemListContainerHeader {
  padding-left: 10px;
  padding-top: 5px;
}

.itemListContainer.modal-body label:hover {
  background: #c4daff;
}

.itemListContainer.modal-body label,.selected-label,.itemListContainer label {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

div.modal-footer>.info-tooltip{
    color: blue;
    font-size: 26px;
    position: absolute;
    left: 100px;
    bottom: 22px;
}


.graph-editor-refresh-button:hover,
.graph-editor-control > button:hover,
.graph-editor-control > .btn:hover,
.graph-editor-control > .graph-editor-control-configure.flyout-open {
	background-color: #c4daff;
}

.preset-body {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    overflow: auto;
    float: none;
    background-color: white;
    width: 480px;
}

.preset-header {
    position: absolute;
    left: 5px;
    top: 5px;
    overflow: auto;
    float: none;
    background-color: white; /*#e9eaed;*/
    z-index: 100;
}

.preset-header button:hover,.preset-header input:hover {
    background-color: #c4daff;
}

.preset-mgmt-no-devices {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    top: 40px;
    left: 0px;
    right: 0px;
    position: absolute;
}

.graph-editor-save>div {
    margin-bottom: 10px;
}

.upload-hist-day-item {
    border-radius: 0px;
}


.upload-hist-day-item.active {
    background-color: #c4daff;
}

.upload-hist-days {

    width: 150px;
}


.upload-hist-channel-item {
    width: 50%;
    border-radius: 0px;
    margin-left: 0px !important;
}

.upload-hist-channel-item.active {
    background-color: #c4daff;
}

.upload-hist-channel-label {
    border-radius: 0px;
    margin-left: 0px !important;
}

.zdGraphContainer > span {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 30px;
}

.item-list-modal-panel {
    overflow-y: hidden !important;
}
.item-list-modal-panel .itemListContainer {
    padding-left: 15px;
}

.default-cursor {
	cursor:default;
}

/*Graph Editor Start*/

/* keep the refresh button under the modal grey overlay*/
.graph-editor-refresh-button+.tooltip {
z-index: 900;
}

.graph-editor-wrapper{
	overflow:hidden;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.graph-editor-top{
	position: absolute;
	top: 43px;
	bottom: 30px;
	left: 0px;
	right: 0px;
}
.graph-editor-top.flyout {
	bottom:300px;
}
.graph-editor-preview  {
	height:100%;
}

.graph-editor-top-control{
	position: absolute;
	top:0px;
	height:39px;
	left:0px;
	right:0px;
}

.graph-editor-flyout {
	display: none;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0px;
	height: 295px;
	border-top: 1px solid gray;
	background-color: whitesmoke;
	z-index: 50;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.graph-editor-flyout-header {
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    background-color: #e6e6e6;
    text-align: center;
    cursor: pointer;
}
.graph-editor-flyout-header>label {
    cursor: pointer;
}

.graph-editor-flyout.flyout {
	display: block;
}
.graph-editor-flyout:not(.flyout) {
    display: block;
    height: 26px;
}

.graph-editor-flyout-header-caret {
    width: 25px;
    display: inline-block;
    height: 25px;
    vertical-align: text-bottom;
}

.graph-editor-flyout.flyout .graph-editor-flyout-header-caret.up,
.graph-editor-flyout:not(.flyout) .graph-editor-flyout-header-caret.down {
    display: none;
}

.graph-editor-selector{
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    height: -moz-calc(100% - (25px));
    height: -webkit-calc(100% - (25px));
    height: calc(100% - (25px));
    width: 77px;
}

.graph-editor-selector-inner-left {
    position: absolute;
    height: 100%;
    width: 62px;
    border-right: 1px solid gray;
    border-top: 1px solid gray;
}
.graph-editor-selector-inner-right {
    position: absolute;
    height: 100%;
    width: 15px;
    right: 0;
    z-index: -1;
}

.graph-editor-selector input {
	margin-left:10px;
}
.graph-editor-properties{
	position:absolute;
	overflow:auto;
    height: -moz-calc(100% - (25px));
    height: -webkit-calc(100% - (25px));
    height: calc(100% - (25px));
	left:75px;
	right:0;
	word-wrap:break-word;
}

.graph-editor-list-item {
	height:35px;
	line-height: 35px;
	cursor: pointer;
	position:relative;
	border-bottom:1px solid lightgray;
    text-align: center;
}

.graph-editor-reset-graph:hover button {
    background-color:#c4daff;
}

.graph-editor-list-item.active{
    background-color:#c4daff;
}

.graph-editor-list-item:hover, .graph-editor-plus-chart:hover {
    border-left: 3px solid blue;
}

.graph-editor-plus-chart:hover i {
    margin-left: -3px;
}
.graph-editor-plus-chart+div {
    display: inline !important;
}

.graph-editor-list-item:hover .list-chart-icon {
    left: 7px;
}

.chart-list-wrapper {
	background-color:white;
	border-bottom:1px solid lightgray;
}

.chart-list{
	padding-left: 0;
    margin-bottom: 0px;
}

.series-list {
	padding-left: 0;
}

.chart-item > div:not(.chart-label)  {
	padding-left: 15px;
}

.chart-list li {
	list-style-type:none;
}

.chart-item:first-child:last-child .graph-editor-list-delete {
    display: none;
}

.list-chart-icon {
    left: 10px;
    display: inline-block;
    width: 30px;
    font-size: large;
    color: darkcyan;
}


.graph-editor-list-delete {
    position: absolute;
    right: 0px;
    width: 18px;
    text-align: center;
    display: inline-block;
    top: 0px;
    height: 20px;
    display: table;
}

.graph-editor-list-delete > i {
    display: table-cell;
    padding-top: 5px;
}

.graph-editor-list-delete:hover {
	background-color:darksalmon;
}

.graph-editor-selector-group {
	position:relative;
}

.graph-editor-selector-dropdown {
	display:none;
	background-color:#dcdcdc;
	position:absolute;
	top:30px;
	width:100%;
	z-index:50;
}

.graph-editor-selector-dropdown.shown {
	display:block;
}

.graph-editor-selector-item {
	cursor: pointer;
	padding:10px;
}

.graph-editor-selector-item:hover {
	background-color:#efefef;
}

.sp-replacer {
	width:50px;
	margin:0 5px;
}

.full-spectrum .sp-palette {
	max-width: 200px;
}

.series-row {
	border-bottom:1px solid gray;
	background-color:white;
	cursor:move;
}

.series-settings {
	height:35px;
}

.grab-handle {
	cursor: move;
}

.series-advanced {
	width:100%;
	display:none;
	padding:15px;
	background-color:#fff;
	padding-left:25px;
}

.series-advanced.shown {
	display:table;
}

.series-advanced > div {
	margin-bottom: 5px;
}

.series-advanced-button {
	width:100%;
	text-align:left;
}

.series-deviceSelector {
    height: 30px;
    overflow: hidden;
}

.resolvedDeviceName {
    overflow: hidden;
    color: #b0b0b0;
    padding-left: 4px;
}

.series-formulaID {
    width:25px;
    height: 30px;
    padding: 0px;
    border: none;
    text-align: left;
    cursor: default;
    font-weight: bold;
}

    .series-formulaID.fx {
        font-style: italic;
        font-weight: 200;
    }


.graph-editor-items-left {
    float: left;
}

.graph-editor-items-left > :not(.sp-replacer):not(.series-visible-name) {
	line-height: 34px;
	display:inline-block;
	text-align:center;
	margin-bottom:0px;
}

.graph-editor-items-right {
	float:right;
}

.graph-editor-items-right > div {
	padding: 0 10px;
	line-height: 35px;
	display: inline-block;
	width: 35px;
	text-align: center;
	cursor: pointer;
}

.graph-editor-items-right div:hover,
.series-row.shown .advanced-toggle {
	background-color: #c4daff;
}

.axis-section {
	width:200px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

#properties-panel hr {
	margin-bottom:0;
}

.add_series {
	margin:10px;
}

.properties-panel {
	float:left;
	width:462px;
	margin: 10px;
	border: 1px solid #ccc;
	background-color:white;
}

.properties-panel-header {
	height: 25px;
	line-height:25px;
	font-weight:bold;
	background-color: #e6e6e6;
}

.properties-panel-header > div {
	display:inline-block;
	text-align:center;
	font-weight: bold;
}

.graph-editor-chart-options-header {
    cursor: pointer;
    text-align: center;
}

.graph-editor-chart-options-header-caret {
    display: inline-block;
}

.graph-editor-chart-options-header.collapsed .graph-editor-chart-options-header-caret.up,
.graph-editor-chart-options-header:not(.collapsed) .graph-editor-chart-options-header-caret.down {
    display: none;
}

.series-spacing > :nth-child(1) { width:30px; }
.series-spacing > :nth-child(2) { display:none; }
.series-spacing > :nth-child(3):not(.sp-replacer) { width:51px; }
.series-spacing > :nth-child(4) { width:50px; }
.series-spacing > :nth-child(5) { width:60px; }
.series-spacing > :nth-child(6):not(.series-visible-name) { padding-left: 3px; }

.properties-chart-wrapper {
	padding: 10px;
}

.header-axis {
	width: 77px;
}

#properties-panel .input-group {
	margin-bottom: 5px;
}

.series-visible-name {
	max-width: 150px;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* hide up/down arrows ("spinners") on input fields marked type="number" */
.no-spinners {
  -moz-appearance:textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.graph-editor-other-smart-filtering:hover{
	cursor: pointer;
	background-color:#c4daff;
}

.graph-editor-other-smart-filtering-input{
	width:15px;
	height:15px;
	background:white;
	border-radius:5px;
	border:2px solid #555;
	margin-left: 10px !important;
	vertical-align: bottom;
}

.graph-editor-other {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.graph-editor-other-edit-associations:hover {
    cursor: pointer;
}

.graph-editor-availability-toggle:hover{
    cursor: pointer;
    background-color:#c4daff;
}

.graph-editor-availability-toggle {
    width:40px;
    height:15px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
    margin-left: 10px !important;
    vertical-align: bottom;
}

.graph-editor-other-smart-filtering + .tooltip {
	position: fixed;
}

.graph-editor-other-smart-filtering.tooltip-inner {
	max-width: 350px;
	width: 350px;
}

.graph-editor-other-mouse-hover + .tooltip {
    position: fixed;
}

.graph-editor-other-mouse-hover.tooltip-inner {
    max-width: 350px;
    width: 350px;
}

.graph-editor-custom-dropdown {
	display: none;
	top: 34px;
	right: 5px;
	position: absolute;
	z-index: 1000;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.graph-editor-custom-dropdown.open {
	display: table;
}

.zd-caret-dropdown-target {
    display: none;
    z-index: 1000;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.zd-caret-dropdown-target.open {
    display: table;
}


.graph-editor-data-reduced >button{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.graph-editor-top-control-right {
    top: 0px;
    right: 0px;
    position: absolute;
}

.graph-editor-top-control-right > div {
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.graph-editor-top-control-right:last-child{
    margin-right: 7px;
}
.graph-editor-plus-chart {
    font-size: large;
    color: green;
    vertical-align: top;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    position: relative;
    padding-left: -19px;
    list-style-type: none;
    text-align: center;
    vertical-align: bottom;
}

.graph-editor-graph-window-box {
    border: 1px solid #e5e5e5;
    padding: 5px;
    margin-top: 10px;
    border-radius: 4px;
}

.graph-editor-graph-window-box>div {
    padding-bottom: 10px;
}

.graph-editor-saveAs-options {
    height: 80px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
}

.graph-editor-graph-window-btn {
    width: 92px;
}

.graph-editor-graph-window-btn:hover, .graph-editor-graph-window-btn.active {
    background-color:#c4daff;
}

.graph-editor-plus-chart {
    cursor: pointer;
}

/*Graph Editor End*/

.zd-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.zd-column {
    float: left;
    padding-bottom: 100%;
    margin-bottom: -100%;
}

.graph-editor-save-addon {
    width: 260px;
    border-left: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-left: 15px;
    font-weight: bold;
}

.graph-editor-save-addon img {
    padding-left: 2px;
    border-style:none;
    vertical-align:middle;
}

.graph-editor-save-addon img + span {
    color: black;
    font-size: 2.2em;
}

.ajax-loading {
    visibility: visible;
    z-index: 4001;
    bottom: 0px;
    /*display: none;*/
    left: 0px;
    overflow-y: auto;
    padding-top: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    /*opacity: 1;*/
    transition: visibility 0.25s linear;

}
    .ajax-loading.ajax-loading-hide {
        visibility: hidden;
        /*opacity: 0;*/
        z-index: 0;
    }

.ajax-loading img {
    left: 50%;
    position: absolute;
    top: 50%;
    margin: -33px 0 0 -33px;
}

/*GraphCreationWizard Start*/
    .zd-wizard-step-content {
         background-color: whitesmoke;
    }

    .zd-wizard-content {
        height: 95%;
        position: absolute;
        width: 100%;
    }

    .zd-wizard-title {
        height: 50px;
        padding: 7px;
        width: 100%;
    }

    .zd-wizard-title h4, .zd-wizard-title button {
        padding-right: 10px;
        padding-top: 10px;
    }

    .zd-wizard-pages-content {
        background-color: whitesmoke;
        bottom: 60px;
        overflow-y: auto;
        position: absolute;
        top: 50px;
        width: 100%;
    }

    .zd-wizard-footer {
        background-color: #fff;
        border-top: 1px solid #e5e5e5;
        bottom: 0px;
        height: 60px;
        position: absolute;
        width: 100%;
    }

    .zd-wizard-footer>label{
        color: red;
        position: absolute;
        top: 18px;
        right: 165px;
    }

    .zd-wizard-nav-btns {
        float: right;
        padding-right: 10px;
        padding-top: 10px;
    }

    .zd-wizard-step-content {
        height: 100%;
        width: 100%;
    }

    .zd-wizard-step-content .itemListContainer {
         padding-left: 15px;
    }

    .zd-wizard-step-content > label {
        font-size: large;
        padding-left: 10px;
        padding-top: 10px;
    }

    .zd-wizard-step-content:not(.active) {
         display: none;
    }

    .graph-type-container {
        display: block;
        height: calc(100% - 160px);
        overflow: auto;
        padding-top: 10px;
    }

    .graph-type {
        border: 3px solid #ccc;
        border-radius: 3px;
        display: inline-block;
        margin: 5px;
    }

    .graph-type:hover {
        background-color: #c4daff;
        border-width: 3px;
    }

    .graph-type.active {
        border-color: #0084B4;
        border-width: 4px;
    }

    .graph-type > img {
        height: calc(100% - 40px);
        width: 100%;
    }

    .graph-type > label {
        background-color: #0084B4;
        color: #FFF;
        display: inherit;
        font-size: initial;
        height: 41px;
        margin-bottom: 0px;
        padding-top: 10px;
        text-align: center;
        width: 100%;
    }

    .zd-description-container {
        background-color: whitesmoke;
        border-top: 1px solid #e5e5e5;
        bottom: 0px;
        height: 120px;
        position: absolute;
        width: 100%;
    }
    /*GraphCreationWizard End*/

.graph-view-control-menu {
	position: absolute;
	top: -10px;
	right: -10px;
	transition: 0.3s;
	z-index: 500;
	height: 50px;
	padding: 10px;
}

	.graph-view-control-menu.show {
		transition: 0.3s;
		background-color: whitesmoke;
		top: 0;
		right: 0;
		border: 1px solid lightgray;
		border-radius: 3px;
	}

.graph-view-control-menu.no-offset {
    top: 0px;
    right: 0px;
}

.flyout-toggle,
.flyout-content,
.flyout-content > div {
	display: inline-block;
	vertical-align: middle;
}

.flyout-content {
	display: none;
	opacity: 0;
	transition: all 0.3s;
	width: 0px;
}

.graph-view-control-menu.show .flyout-content {
	display: inline-block;
	opacity: 1;
	width: auto;
	transition: all 0.3s;
}

.flyout-toggle:hover {
	background-color: #c4daff;
}

.graph-view-control-menu.show .flyout-toggle {
	background-color: #c4daff;
}
.DateTimeRefreshPannel {
    width: 230px;
    height: 30px;
}
    .DateTimeRefreshPannel.with-time {
        width: 476px;
        /*width: 478px;*/
    }
        .DateTimeRefreshPannel.with-time input {
            width: 100px;
        }

/*zd hide*/
.zd-h {
    display: none;
}

/*zd show*/
.zd-s {
    display:block;
}

.zd-btn {
    cursor: pointer;
}

.ViewGrid {
	width:100%;
	height:100%;
}


.ViewGrid td {
	text-align:right;
	border: 1px solid darkgray;
	padding:4px 4px 2px 4px;
	background-color: white;
}
.ViewGrid th {
	background-color: #eaecf0 ;
	text-align: center;
	border: 1px solid #a2a9b1;
	padding: 8px 5px 5px 5px;

}
.ViewGrid .gv-title {
	color:white;
	background-color: #1a9ece;
	border: 1px solid #1a9ece;
	font-size:13px;
}
.ViewGrid .gv-header {
	background-color: #eaecf0;
	text-align:left;
	font-weight:bold;
}

.ed-col-matches-tbl .ui-sortable-handle{
     cursor: move;
}
.ed-col-matches-tbl tbody tr {
    border: 1px solid #ccc;
}


.alarms-tbl {
    margin-left:0px;
    table-layout:fixed;
}
.alarms-tbl tr td{
    border: 1px solid lightgray;
    padding:4px;
    padding-bottom:2px;
    padding-top:6px;
    font-size:12px;
}
.alarms-tbl tr td div {
    overflow:hidden;
    white-space:nowrap;
}
.alarms-tbl tr:nth-child(2n) {
    background-color:#E5F2F7;
}
.alarms-tbl tr td:nth-child(1){
    text-align:center;
    width:200px;
}
.alarms-tbl tr td:nth-child(2){
    width:70px;
}
.alarms-tbl tr td:nth-child(3),.alarms-tbl tr td:nth-child(4){
    width:60px;
}
.alarms-tbl tr td:nth-child(5),.alarms-tbl tr td:nth-child(6){
    width:140px;
}
.alarms-header tr td {
    text-align: left;
    font-weight: bold;
    border: 1px solid #a2a9b1;
    border-collapse: separate;
    padding: 5px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #eaecf0;
    color: #000;
    word-wrap: break-word;
    white-space: normal;
    width: 80px;
    min-width: 50px;
    vertical-align: bottom;
}

.zd-cp:hover {
    cursor:pointer;
}

.ch-hist-box {
    width: 100%;
    height: 100%;
}
.hist-data {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.quick-hist-history {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 370px;
}
.zd-selected {
    background-color: #c4daff;
}
.zd-hov:hover {
    background-color: #c4daff;
}
.zd-disabled {
    background-color: #eee;
    opacity: 1;
}
.ch-time-panel {
    height: 40px;
    top: 4px;
    z-index: 10;
    position: absolute;
    left: 175px;
    width: 470px;
}
.action-result-info {
    height: 35px;
    top: 4px;
    z-index: 10;
    position: absolute;
    left: 675px;
    width: 250px;
    display: none;
}
.action-result-info.shown {
    display:block;
}
.cs-copy-menu, .cs-totals {
    z-index: 9999 !important;
}
.ch-time-data-reduction {
    position: absolute;
    left: 14px;
    top: 10px;
    z-index: 1055;
}

.alarm-row {
    background-color:#fff5f5;
}

.normal-row {
    background-color:#f5fff5;
}

.report-table {
    font-family: segoe ui;
    font-size: 10pt;
    background-color: white;
}

.report-table td, .report-table th {
    white-space: nowrap;
    min-width: 60px;
    padding-left: 4px;
    padding-right: 4px;
    border: thin solid gray;
    padding-top: 3px;
    padding-bottom: 3px;
}

.report-table th {
    font-weight: bold;
    text-align: center;
    background-color: #dce6f1;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.confirm-model {
    display: block;
}

.confirm-model .modal-dialog{
    height: 320px;
    width: 500px;
}
.confirm-model .modal-content{
    height: 100%;
    width: 100%;
}
.confirm-model .modal-header{
    height: 50px;
    position: absolute;
    top: 0px;
    width: 100%;
}
.delete-confirm-model .modal-header i{
    color: #d43f3a;
    font-size: 3em;
    left: 50%;
    position: absolute;
    top: 5px;
}

.confirm-model .modal-body{
    bottom: 80px;
    overflow-y: auto;
    padding-top: 0px;
    position: absolute;
    top: 70px;
}
.confirm-model .modal-body .delete-associated-things span{
    padding-left:15px;
}
.delete-confirm-model .modal-body .delete-associated-things .users-removeContact{
    width:15px;
    height:15px;
}
.confirm-model .modal-footer{
    bottom: 0px;
    height: 80px;
    position: absolute;
    width: 100%;
    text-align: center;
}
.confirm-model .modal-footer .btn{
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.dataTable.secondWrap td {
    word-wrap: break-word !important;
    white-space: normal !important;
}


.zd-rb-list>span.active{
    background-color: #c4daff;
}

.paginate_button {
    padding: 3px;
    margin-right: 3px;
    cursor: pointer;
    border: solid 1px #c0c0c0;
    color: black;
}

.paginate_button:hover {
    background-color: #e6e3e3;
}

    .group-view-panel {
        background-color: white;
        border: 1px solid #ccc;
        float: left;
        margin: 10px;
        width: 462px;
    }

    .group-view-panel-header {
        background-color: #e6e6e6;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
    }

    .group-view-panel-header > div {
        display: inline-block;
        font-weight: bold;
        text-align: center;
    }

    .group-view-edit {
        background-color: white;
        border-left: 1px solid gray;
        bottom: 0px;
        color: #777;
        font: bold 16px arial;
        left: 0px;
        padding: 20px 20px 20px 20px;
        position: absolute;
        right: 0px;
        text-wrap: normal;
        top: 0px;
        white-space: normal;
    }

    .associated-groups {
        border: 1px solid gray;
        left: 20px;
        position: absolute;
        width: 250px;
    }

    .info-panel {
        background-color: white;
        border-radius: 3px;
        float: left;
        margin: 10px;
        padding: 10px;
        min-width: 300px;
    }

    #Summary1_GroupSummaryColEditModal_EditColumnModalPanel {
        z-index: 3000;
    }

     .gsv-view-edit-panel {
         background-color: white;
         display:-ms-grid;
         display: grid;

         -ms-grid-columns: 200px auto;
         -ms-grid-rows: 70px auto;
         grid-template-columns: 200px auto;
         grid-template-rows: 70px auto;
         height: 100%;
     }

    .gsv-view-edit-panel-inner {
        background-color: white;
        overflow-y: auto;

        -ms-grid-column: 2;
        -ms-grid-row: 2;
        grid-column: 2;
        grid-row: 2;
    }
    .gsv-view-meta-info-span {
        -ms-grid-column: 1;
        -ms-grid-column-span:2;
        -ms-grid-row: 1;
        grid-column: 1 / span 2;
        grid-row: 1;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    .gsv-view-meta-info {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        grid-column: 2;
        grid-row: 1;
    }

    .gsv-edit-panel-items {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
        grid-column: 1;
        grid-row: 2;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }

    .edit-panel-item {
        font: bold 14px arial;
        padding-top: 5px;
        padding-bottom: 5px;
        height: 45px;
    }

    .edit-panel-item span:nth-child(1) {
        display: inline-block;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 1.733333em;
        padding-top: 8px;
    }

    .edit-panel-item div {
        display: inline-block;
        text-align: center;
        padding-right: 30px;
        width: 140px;
        height: 35px;
    }

    .edit-panel-item:hover, .edit-panel-item.selected {
        background-color:#c4daff;
        cursor: pointer;
    }

    .view-edit-panel-top {
        height: 60px;
    }

    .gsv-setup-groups-main {
        background-color: white;
        height: 100%;
    }

    .gsv-view-meta-info td, .edit-save-as td {
        padding: 0 10px;
    }

    .gsv-view-edit-panel-inner .info-panel {
        float: none;
    }

    .gsv-view-edit-panel-inner .group-assignemnt {
         padding-left: 25px;
    }

    .gsv-displayVisibility {
        padding-left: 20px;
        font: bold 12px arial;
        font-style: normal;
        font-weight: bold;
        font-stretch: normal;
        font-size: 12px;
        line-height: normal;
        font-family: arial;
    }

    .group-view-row.selected, .group-view-row:hover {
         background-color: #c4daff !important;
    }

    .group-view-row:hover {
        cursor: pointer;
    }

    div.view-edit-panel-top > .input-group-btn:first-child{
        padding-left: 28px;
    }

    .summary-col-row a:hover {
        cursor: pointer;
    }

    .GroupDeviceSelectTable :not(.ui-sortable) tr td:first-child {
        cursor:default;
    }
    .SummaryTopInfoBox>.btn {
        width: 120px;
    }
    .disable:not(.h) {
        background-color: #bbb;
        opacity: 0.5;
    }
    .disable.h {
        display: none;
    }
    .alarm-status-tbl {
        width:350px;
        margin-left: 20px;
        font: bold 12px arial;
        padding: 3px 6px 1px 12px;
        text-align:left;
    }
    .alarm-status-tbl tr {
        height: 35px;
    }
    .alarm-status-tbl .toggle.btn {
        width: 60px !important;
    }
    .alarm-status-tbl tbody tr td:nth-child(2) {
        text-align:center;
        padding-right: 10px;
    }

	.pointerLink {
	    cursor: pointer;
	    color: blue;
	}
	    .pointerLink:hover {
	        text-decoration: underline;
	}

    .graphTypePictures {
        display:-ms-grid;
        display: grid;

        grid-gap: 10px;

        -ms-grid-columns: 206px 206px 206px;
        -ms-grid-rows: 216px;
        grid-template-columns: 206px 206px 206px;
        grid-template-rows: 216px;
    }

.graphOptionsPictures {
    display:-ms-grid;
    display: grid;

    grid-gap: 10px;

    -ms-grid-columns: 310px 310px;
    -ms-grid-rows: 230px;
    grid-template-columns: 310px 310px;
    grid-template-rows: 230px;
}

    .graphTypePictures .graph-type:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        grid-column: 1;
        grid-row: 1;
    }
.graphTypePictures .graph-type:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    grid-column: 2;
    grid-row: 1;
}
.graphTypePictures .graph-type:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    grid-column: 3;
    grid-row: 1;
}
.graphCreationWizard .wizard-content-info {
    font: 1.05em "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}

.graphCreationWizard .customContent {
    height: calc(100% - 40px);
}
.qh-link, .db-wrapper td > a[href] {
    color: black; /*#0052ce;*/

    /*0057d9  #0052ce    #23527c  <-This is the hov color*/
}
.qh-link:hover, .qh-link:focus {
    color: #23527c;
    text-decoration: underline;
    cursor: pointer;
}

.fieldList-units {
    text-align: left;
    font-size: 11px;
    color: gray;
    padding-left: 4px;
    overflow: hidden;
    width:100%;
}

.hunderline:hover {
    color: dodgerblue;
    text-decoration: underline;
    cursor: pointer;
}


.has-edit-col tbody tr td {
    padding: 0;
    border: 0px;
}
    .has-edit-col tbody tr td:nth-child(2), .has-edit-col tbody tr td:nth-child(3) {
        padding: 5px;
    }

    .has-edit-col tbody tr td input {
        height: 25px;
        min-width: 100px;
        border: 1px solid gainsboro;
        border-left: 0px;
        border-bottom: 0px;
        text-align: right;
		width:80px;
		padding-right:3px;
    }

    .has-edit-col tbody tr td:nth-child(1), .has-edit-col tbody tr td:nth-child(2), .has-edit-col tbody tr td:nth-child(3) {
        border: 1px solid gainsboro;
        border-left: 0px;
        border-bottom: 0px;
    }

td.zdA, input.zdA {
    background-color: #f2dede;
    box-shadow: inset 0 0 0 1px #d48e8e;
}

table.dataTable td.zdE, input.zdE, table.dataTable tr:not(.sortRemoveRow):nth-child(odd) input.zdE{
    background-color: #faebd7;
    box-shadow: inset 0 0 0 1px #ffd399;
}

.has-alarm-col tbody td.zdA::after {
	padding-left: 3px;
}

/* hide up down arrows on chrome*/
.zd-date::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

/* hide red border for the required attribute firefox */
.zd-date:required {
    box-shadow: none;
}

.channel-nav {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: min-content min-content;
    margin-top: 5px;
}

.channel-center {
    text-align: center;
    line-height: 17px;
    vertical-align: bottom;
    font-weight: bold;
    font-size: 14px;
    color: cornflowerblue;
}
.channel-center label{
    margin-bottom: 0px;
}
.channel-right {
    text-align: right;
    line-height: 24px;
    vertical-align: bottom;
    font-size: 11px;
    color: cornflowerblue;
}

.channel-left {
    line-height: 24px;
    vertical-align: bottom;
    font-size: 11px;
    color: cornflowerblue;
}

.documents-page {
    padding: 20px;
}

.zd-active, .zdActive {
    background-color: var(--zd-default-highlight);
}

.navbar-custom {
    background-color: var(--zd-navy);
}

.login-footer {
    background-color: var(--zd-navy);
    color: var(--zd-white-on-navy);
}
/*tab collapsing*/
.summaryTop-lower-nav-box.navbar-header.overflowTabs {
    cursor: pointer;
    position: relative;
}

    .summaryTop-lower-nav-box.navbar-header.overflowTabs.selected {
        background-color: var(--zd-default-highlight);
        border: solid 1px darkgray;
    }

    .summaryTop-lower-nav-box.navbar-header.overflowTabs .group-view-tab.vdd-spacer {
        background-color: #E8E8E8;
        border: none;
        cursor: default;
        text-align: center;
        font-size: .85em;
        color: #4d4d4d;
        height: unset;
        border: solid 1px lightgray;
        border-right: solid 1px darkgray;
        border-left: solid 1px darkgray;
        padding-top:5px;
    }

    .summaryTop-lower-nav-box.navbar-header.overflowTabs .ddlDownArrow {
        padding-right:5px;
        float:right;
        clear: right;
    }

    .summaryTop-lower-nav-box.navbar-header.overflowTabs > .listContainer {
        display: none;
    }


    .summaryTop-lower-nav-box.navbar-header.overflowTabs:hover > .listContainer {
        display: block;
        position: absolute;
        z-index: 9999;
        margin-left: -6px;
        margin-top:5px;
    }

    .summaryTop-lower-nav-box.navbar-header.overflowTabs > .listContainer > a > div {
        border: solid 1px darkgray;
        width: 100%;
        overflow: hidden;
    }
/*end tab collapsing*/


.box-shadow-header th {
    box-shadow: inset 1px 0 lightgrey, 0 1px lightgrey;
}


h1.pageHeading {
    font-size: 30px;
    font-family: arial, sans-serif;
    font-weight: bold;
}

/* wrench menu, aka old sidekick */
div.item.toolDropDown {
    cursor: pointer;
    padding: 5px;
    padding-left: 20px;
}

    div.item.toolDropDown.listHead {
        cursor: default;
        font-weight: bold;
        padding: 12px;
        padding-bottom: 8px;
        text-overflow: ellipsis;
        white-space: normal;
        text-align: center;
        border-bottom: dashed 1px #c0c0c0;
    }

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs/dt-1.10.15/fc-3.2.2/sc-1.4.2
 *
 * Included libraries:
 *   DataTables 1.10.15, FixedColumns 3.2.2, Scroller 1.4.2
 */

table.dataTable.dataTableOrdering th {padding-right:30px;}
table.dataTable.dataTableOrdering th::after {content: '';}

table.dataTable{clear:both;margin-top:0px !important;margin-bottom:0px !important;max-width:none !important;}table.dataTable td,/*ZD Custom Removed table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}*/table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:5px;right:8px;display:block;font-family:'Glyphicons Halflings';opacity:0.5}table.dataTable thead .sorting:after{opacity:0.2;content:"\e150"}table.dataTable thead .sorting_asc:after{content:"\e155"}table.dataTable thead .sorting_desc:after{content:"\e156"}table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{color:#eee}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody>table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody>table>thead .sorting:after,div.dataTables_scrollBody>table>thead .sorting_asc:after,div.dataTables_scrollBody>table>thead .sorting_desc:after{display:none}div.dataTables_scrollBody>table>tbody>tr:first-child>th,div.dataTables_scrollBody>table>tbody>tr:first-child>td{border-top:none}div.dataTables_scrollFoot>table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:0}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{padding-right:0}


table.DTFC_Cloned tr{background-color:white;margin-bottom:0}div.DTFC_LeftHeadWrapper table,div.DTFC_RightHeadWrapper table{border-bottom:none !important;margin-bottom:0 !important;background-color:white}div.DTFC_LeftBodyWrapper table,div.DTFC_RightBodyWrapper table{border-top:none;margin:0 !important}div.DTFC_LeftBodyWrapper table thead .sorting:after,div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,div.DTFC_LeftBodyWrapper table thead .sorting:after,div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,div.DTFC_RightBodyWrapper table thead .sorting:after,div.DTFC_RightBodyWrapper table thead .sorting_asc:after,div.DTFC_RightBodyWrapper table thead .sorting_desc:after,div.DTFC_RightBodyWrapper table thead .sorting:after,div.DTFC_RightBodyWrapper table thead .sorting_asc:after,div.DTFC_RightBodyWrapper table thead .sorting_desc:after{display:none}div.DTFC_LeftBodyWrapper table tbody tr:first-child th,div.DTFC_LeftBodyWrapper table tbody tr:first-child td,div.DTFC_RightBodyWrapper table tbody tr:first-child th,div.DTFC_RightBodyWrapper table tbody tr:first-child td{border-top:none}div.DTFC_LeftFootWrapper table,div.DTFC_RightFootWrapper table{border-top:none;margin-top:0 !important;background-color:white}


div.DTS{display:block !important}div.DTS tbody th,div.DTS tbody td{white-space:nowrap}div.DTS div.DTS_Loading{z-index:1}div.DTS div.dataTables_scrollBody{background:repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, #fff 10px, #fff 20px)}div.DTS div.dataTables_scrollBody table{z-index:2}div.DTS div.dataTables_paginate,div.DTS div.dataTables_length{display:none}div.DTS tbody tr.even{background-color:white}

table.dataTable.noRowBorder > tbody > tr > td {border-top: none;}

table.dataTable.summaryTable:not(.has-alarm-col):not(.has-edit-col) tr > *:first-child,
.summaryTable table.dataTable:not(.has-alarm-col):not(.has-edit-col) tr > *:first-child {
    text-align: left;
    width: 200px;
    min-width: 200px;
}

.quick-history-table table.dataTable tbody tr td:first-child {
    text-align: left;
    width: 160px;
}
/*Datatables with alarm columns*/
table.dataTable.has-alarm-col td:nth-child(1) {
    width: 50px;
    min-width: 50px;
}
table.dataTable.has-alarm-col.DTFC_Cloned thead tr th:nth-child(1) {
    width: 40px !important;
    min-width:40px !important;
}
table.dataTable.has-alarm-col tbody tr td:nth-child(2){
    text-align: left;
    width: 200px;
    min-width:200px;
}
table.dataTable.has-alarm-col tbody tr td:nth-child(1){
    width: 50px;
    min-width:50px;
    text-align: center;
}

/*Datatables with Edit columns*/
table.dataTable.has-edit-col td:nth-child(1) {
    width: 70px;
    min-width:70px;
}
table.dataTable.has-edit-col.DTFC_Cloned thead tr th:nth-child(1) {
    width: 60px !important;
    min-width:60px !important;
}
/*table.dataTable.has-edit-col tbody tr td:nth-child(2){
    text-align: left;
    width: 200px;
    min-width:200px;
}*/
table.dataTable.has-edit-col tbody tr td:nth-child(1){
    width: 70px;
    min-width:70px;
}

table.dataTable.has-edit-col tbody tr td:nth-child(1)>div:nth-child(1) {
    text-align: left;
    margin-left: 7px;
    float: left;
    cursor: pointer;
}
table.dataTable.has-edit-col tbody tr td:nth-child(1)>div:nth-child(2) {
    text-align: right;
    margin-right: 7px;
    float: right;
    cursor: pointer;
}
table.dataTable.has-edit-col tbody tr td>span[contenteditable="true"]:empty {
    content:'';
    /*padding:0.5em;*/
    width: 100%;
    display: inline-block;
    height: 14px;
    text-align: right;
}

/* Fix for scrollbar appearing for fixed first columns */
.DTFC_LeftBodyLiner {
    overflow-x: hidden;
}

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/sc-2.0.0
 *
 * Included libraries:
 *   Scroller 2.0.0
 */

div.dts {
    display: block !important;
}

div.dts tbody th,
div.dts tbody td {
    white-space: nowrap;
}

div.dts div.dts_loading {
    z-index: 1;
}

div.dts div.dts_label {
    position: absolute;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    text-align: right;
    border-radius: 3px;
    padding: 0.4em;
    z-index: 2;
    display: none;
}

div.dts div.dataTables_scrollBody {
    background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
}

    div.dts div.dataTables_scrollBody table {
        z-index: 2;
    }

div.dts div.dataTables_paginate,
div.dts div.dataTables_length {
    display: none;
}

/* End Scroll 2.0.0 */
div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: white;
    border: 2px solid #111;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    text-align: center;
    z-index: 21;
}

    div.dt-button-info h2 {
        padding: 0.5em;
        margin: 0;
        font-weight: normal;
        border-bottom: 1px solid #ddd;
        background-color: #f3f3f3;
    }

    div.dt-button-info > div {
        padding: 1em;
    }

div.dt-button-collection-title {
    text-align: center;
    padding: 0.3em 0 0.5em;
    font-size: 0.9em;
}

    div.dt-button-collection-title:empty {
        display: none;
    }

button.dt-button,
div.dt-button,
a.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    margin-bottom: 0.333em;
    padding: 0.5em 1em;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.88em;
    line-height: 1.6em;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    background-color: #e9e9e9;
    /* Fallback */
    background-image: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, white 0%, #e9e9e9 100%);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, white 0%, #e9e9e9 100%);
    /* IE10 */
    background-image: -o-linear-gradient(top, white 0%, #e9e9e9 100%);
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, white 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
}

    button.dt-button.disabled,
    div.dt-button.disabled,
    a.dt-button.disabled {
        color: #999;
        border: 1px solid #d0d0d0;
        cursor: default;
        background-color: #f9f9f9;
        /* Fallback */
        background-image: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
        /* IE10 */
        background-image: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
        /* Opera 11.10+ */
        background-image: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f9f9');
    }

    button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled),
    div.dt-button:active:not(.disabled),
    div.dt-button.active:not(.disabled),
    a.dt-button:active:not(.disabled),
    a.dt-button.active:not(.disabled) {
        background-color: #e2e2e2;
        /* Fallback */
        background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
        /* IE10 */
        background-image: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
        /* Opera 11.10+ */
        background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
        box-shadow: inset 1px 1px 3px #999999;
    }

        button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled),
        div.dt-button:active:not(.disabled):hover:not(.disabled),
        div.dt-button.active:not(.disabled):hover:not(.disabled),
        a.dt-button:active:not(.disabled):hover:not(.disabled),
        a.dt-button.active:not(.disabled):hover:not(.disabled) {
            box-shadow: inset 1px 1px 3px #999999;
            background-color: #cccccc;
            /* Fallback */
            background-image: -webkit-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
            /* Chrome 10+, Saf5.1+, iOS 5+ */
            background-image: -moz-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
            /* FF3.6 */
            background-image: -ms-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
            /* IE10 */
            background-image: -o-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
            /* Opera 11.10+ */
            background-image: linear-gradient(to bottom, #eaeaea 0%, #cccccc 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc');
        }

    button.dt-button:hover,
    div.dt-button:hover,
    a.dt-button:hover {
        text-decoration: none;
    }

        button.dt-button:hover:not(.disabled),
        div.dt-button:hover:not(.disabled),
        a.dt-button:hover:not(.disabled) {
            border: 1px solid #666;
            background-color: #e0e0e0;
            /* Fallback */
            background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
            /* Chrome 10+, Saf5.1+, iOS 5+ */
            background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
            /* FF3.6 */
            background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
            /* IE10 */
            background-image: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
            /* Opera 11.10+ */
            background-image: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0');
        }

    button.dt-button:focus:not(.disabled),
    div.dt-button:focus:not(.disabled),
    a.dt-button:focus:not(.disabled) {
        border: 1px solid #426c9e;
        text-shadow: 0 1px 0 #c4def1;
        outline: none;
        background-color: #79ace9;
        /* Fallback */
        background-image: -webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #bddef4 0%, #79ace9 100%);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #bddef4 0%, #79ace9 100%);
        /* IE10 */
        background-image: -o-linear-gradient(top, #bddef4 0%, #79ace9 100%);
        /* Opera 11.10+ */
        background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9');
    }

.dt-button embed {
    outline: none;
}

div.dt-buttons {
    position: relative;
    float: left;
}

    div.dt-buttons.buttons-right {
        float: right;
    }

div.dt-button-collection {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    margin-top: 3px;
    padding: 8px 8px 4px 8px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: white;
    overflow: hidden;
    z-index: 2002;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    -ms-column-gap: 8px;
    -o-column-gap: 8px;
    column-gap: 8px;
}

    div.dt-button-collection button.dt-button,
    div.dt-button-collection div.dt-button,
    div.dt-button-collection a.dt-button {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        display: block;
        float: none;
        margin-bottom: 4px;
        margin-right: 0;
    }

        div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
        div.dt-button-collection div.dt-button:active:not(.disabled),
        div.dt-button-collection div.dt-button.active:not(.disabled),
        div.dt-button-collection a.dt-button:active:not(.disabled),
        div.dt-button-collection a.dt-button.active:not(.disabled) {
            background-color: #dadada;
            /* Fallback */
            background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
            /* Chrome 10+, Saf5.1+, iOS 5+ */
            background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
            /* FF3.6 */
            background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
            /* IE10 */
            background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
            /* Opera 11.10+ */
            background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
            box-shadow: inset 1px 1px 3px #666;
        }

    div.dt-button-collection.fixed {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -75px;
        border-radius: 0;
    }

        div.dt-button-collection.fixed.two-column {
            margin-left: -150px;
        }

        div.dt-button-collection.fixed.three-column {
            margin-left: -225px;
        }

        div.dt-button-collection.fixed.four-column {
            margin-left: -300px;
        }

    div.dt-button-collection > * {
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
    }

    div.dt-button-collection.two-column {
        width: 300px;
        padding-bottom: 1px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
    }

    div.dt-button-collection.three-column {
        width: 450px;
        padding-bottom: 1px;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
    }

    div.dt-button-collection.four-column {
        width: 600px;
        padding-bottom: 1px;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        -ms-column-count: 4;
        -o-column-count: 4;
        column-count: 4;
    }

    div.dt-button-collection .dt-button {
        border-radius: 0;
    }

div.dt-button-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* Fallback */
    background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* IE10 Consumer Preview */
    background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Firefox */
    background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Opera */
    background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
    /* Webkit (Safari/Chrome 10) */
    background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Webkit (Chrome 11+) */
    background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C Markup, IE10 Release Preview */
    z-index: 2001;
}

@media screen and (max-width: 640px) {
    div.dt-buttons {
        float: none !important;
        text-align: center;
    }
}

button.dt-button.processing,
div.dt-button.processing,
a.dt-button.processing {
    color: rgba(0, 0, 0, 0.2);
}

    button.dt-button.processing:after,
    div.dt-button.processing:after,
    a.dt-button.processing:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 16px;
        margin: -8px 0 0 -8px;
        box-sizing: border-box;
        display: block;
        content: ' ';
        border: 2px solid #282828;
        border-radius: 50%;
        border-left-color: transparent;
        border-right-color: transparent;
        animation: dtb-spinner 1500ms infinite linear;
        -o-animation: dtb-spinner 1500ms infinite linear;
        -ms-animation: dtb-spinner 1500ms infinite linear;
        -webkit-animation: dtb-spinner 1500ms infinite linear;
        -moz-animation: dtb-spinner 1500ms infinite linear;
    }

/**
 * Default styles for the dygraphs charting library.
 */



/* styles for a solid line in the legend */
.dygraph-legend-line {
  display: inline-block;
  position: relative;
  bottom: .5ex;
  padding-left: 1em;
  height: 1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  /* border-bottom-color is set based on the series color */
}

/* styles for a dashed line in the legend, e.g. when strokePattern is set */
.dygraph-legend-dash {
  display: inline-block;
  position: relative;
  bottom: .5ex;
  height: 1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  /* border-bottom-color is set based on the series color */
  /* margin-right is set based on the stroke pattern */
  /* padding-left is set based on the stroke pattern */
}

.dygraph-roller {
  position: absolute;
  z-index: 10;
}

/* This class is shared by all annotations, including those with icons */
.dygraph-annotation {
  position: absolute;
  z-index: 10;
  overflow: hidden;
}

/* This class only applies to annotations without icons */
/* Old class name: .dygraphDefaultAnnotation */
.dygraph-default-annotation {
  border: 1px solid black;
  background-color: white;
  text-align: center;
}

.dygraph-axis-label {
  /* position: absolute; */
  /* font-size: 14px; */
  z-index: 10;
  line-height: normal;
  overflow: hidden;
  color: black;  /* replaces old axisLabelColor option */
}

.dygraph-axis-label-x {
}

.dygraph-axis-label-y {
}

.dygraph-axis-label-y2 {
}

.dygraph-title {
  font-weight: bold;
  z-index: 10;
  text-align: center;
  /* font-size: based on titleHeight option */
}

.dygraph-xlabel {
  text-align: center;
  /* font-size: based on xLabelHeight option */
}

/* For y-axis label */
.dygraph-label-rotate-left {
  text-align: center;
  /* See http://caniuse.com/#feat=transforms2d */
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

/* For y2-axis label */
.dygraph-label-rotate-right {
  text-align: center;
  /* See http://caniuse.com/#feat=transforms2d */
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

.dygraph-legend {
	position: absolute;
	font-size: 14px;
	z-index: 1000;
	line-height: normal;
	overflow: hidden;
	text-align: right;
	background-color: rgba(200, 200, 255, 0.95) !important;
	padding: 4px;
	border: 2px solid gray;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #888;
	pointer-events: none;
	width: auto;
	font-weight: bold;
}

.zdGraph {
	overflow: visible !important;
}

.zdGraph-table{
  width:100%;
  height:100%;
  border-collapse: collapse;
}

.zdGraph-table .titlerow {
	font-size:18px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 25px;
}

.zdGraph-table .spacer {
	height: 20px;
}

.zdGraph-table td{
  padding:0px;
}

.zdGraph-table .dygraphrow td:first-child{
  width:auto;
}

.zdGraph-table .dygraphrow td:last-child{
  white-space: nowrap;
  font-weight: bold;
  width:1px;
}

.zdGraph-table .legendTextLabel {
	cursor: pointer;
}

.dygraph-axis-label-first-in-axis {
	margin-top:-8px;
}

.dygraph-div {
	width: 100%;
	height: 100%;
}

.fillChartRightAxis {
	padding-right: 65px !important;
}
/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}



.svg-wrapper {
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding: 10px
}

.scaling-svg {
    height: 100%;
    width: 100%;   
}

/*Make all of the clickable summary views look clickable. */
.svg-wrapper [data-device-summary]:hover {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
    fill: blue;
}

.tooltip {
    z-index: 3000;
}

.deviceSummaryTooltip {
    z-index: 300;
    min-height: 150px;
    background-color: white;
    box-sizing: border-box;
    border-radius: 8px;
    /*transform: translate(-50%,-100%);*/
    border: 2px solid rgba(0, 0, 0, 0.2);
    padding: 12px;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
}

.qh-link:hover, .qh-link:focus {
    color: #23527c;
    text-decoration: underline;
    cursor: pointer;
}
