/* IXS-ui.css
 * 
 * Copyright (C) 2015 OSIsoft, LLC. All rights reserved.
 * 
 * THIS SOFTWARE CONTAINS CONFIDENTIAL INFORMATION AND TRADE SECRETS OF
 * OSIsoft, LLC.  USE, DISCLOSURE, OR REPRODUCTION IS PROHIBITED WITHOUT
 * THE PRIOR EXPRESS WRITTEN PERMISSION OF OSIsoft, LLC.
 * 
 * RESTRICTED RIGHTS LEGEND
 * Use, duplication, or disclosure by the Government is subject to restrictions
 * as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and
 * Computer Software clause at DFARS 252.227.7013
 * 
 * OSIsoft, LLC
 * 777 Davis Street, Suite 250, San Leandro CA 94577
*/ 

/* ******************************************************************************
/*   OSIsoft IXS Portal - General UI Constructs
/*
/*   (note: this css file should come after jquery, jquery-ui, and jqgrid )
/*   ( also ensure that jquery-osimetro.css preceeds this file            )
*********************************************************************************/

/* IXS General Styling */

a{
    color:rgb(0, 115, 207);
    text-decoration: none;
}

a:hover { 
    /*text-decoration: underline;*/
    color:orange;
}

#hd a, .dresser_facade a, .handle {
    color:white;
    font-weight: bold;
    }

#hd a:hover, .dresser_facade a:hover, .handle:hover { 
    /*text-decoration: underline;*/
    color:orange;
}

#hd .site-header-left a:hover {
    color:white;
}

/* IXS Site Header Details */

.site-header {
    height: 48px;
    margin: 0 auto;
    max-width: 980px;
    padding-bottom: 0;
    padding-top: 0;
    *width: 100%;
    }

.site-header-background
{
    background-color: rgb(41,61,93);
}

.site-header-hr
{
    height: 1.25pt;
    background-color:rgb(222,222,222);
    margin: 0 auto;
    max-width: 980px;
    border-style:none;
    border-width:0;
}

div.site-header-left {
    float: left;
    vertical-align:baseline;
    }

/*div.site-header-left a>p{
    color: white;
    }*/

div.site-header-right {
    float: right;
    color:white;
    margin-top:16px;
    margin-right: 15px;
    vertical-align:baseline;
    }

/*div.site-header-right a {
        color:white;
    }*/



.pics-expander
{
    float:left;
    margin-top:14px;
    margin-left:15px;
    border-left: 1px solid #656c74;
}

.pics-expander-ico-open
{
    background: url(../images/pics_chevron_open.svg);
    background-repeat: no-repeat;
    width:34px;
    height:12px;
    float:left;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 8px;
}

.pics-expander-ico-close
{
    background: url(../images/pics_chevron_close.svg);
    background-repeat: no-repeat;
    width:34px;
    height:12px;
    float:left;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 8px;
}


.pics-expanded-menu {
    background-color: rgb(41,61,93);
    height: 28px;
    margin: 0 auto;
    max-width: 980px;
    padding-bottom: 0;
    padding-top: 0;
    *width: 100%;
    }

.pics-expanded-menu-hr
{
    height: 0pt;
    background-color:rgb(222,222,222);
    margin: 0 auto;
    max-width: 980px;
    border-style:none;
    border-width:0;
}

.pics-expanded-menu > p {
    color:white;
    float:left;
    font-size:11pt;
    margin-left:15px;
    margin-bottom:0px; 
    margin-top:4px;
}

/*.pics-expanded-menu > p > a {
    color:white;
    float:left;
}*/



.ixs-logo
{
    background: url(../images/cloud_icon.svg);
    background-repeat: no-repeat;
    width:34px;
    height:29.29px;
    float:left;
    margin-top:8px;
    margin-left:15px;
}

.help-logo
{
    background: url(../images/help.svg);
    background-repeat: no-repeat;
    width:20px; 
    height:20px;
    position:relative;
    top:1.5px;
}

.osisoft-logo
{
    background: url(../images/osisoft_footer.svg);
    background-repeat: no-repeat;
    height:22px;
    width:69px;
    margin-left:15px;
    margin-top:6px;
}


/* IXS UI Left-Pane Right-Pane Table Layout */
.metro-table-layout
{
    display: table;
    border:none;
    table-layout:fixed;
}

.metro-table
{
    height:700px;
    margin:0;
    width:980px; 
}

.metro-table tr td
{
    vertical-align:top;
}

.metro-row 
{ 
    display: table-row; 
    width:980px;
} 

.metro-cell
{ 
    display: table-cell; 
} 

.metro-leftcell
{
    width: 200px; 
    height: 100%; 
    background:rgb(241,241,241); 
    padding:0;
    border-right: 1.8px solid rgb(222,222,222);
    position:relative;
} 

.metro-rightcell
{
    width: 778px;
    height:auto;
} 

#verticalmenu ul 
{
    margin:0px;
    border-width:0;
    padding:0px;
 }

#verticalmenu li {list-style: none; padding-top:10px}

#verticalmenu a 
{
 color: rgb(41,61,93);
 cursor: pointer;
 display:block;
 height:30px;
 width:200px;
 line-height: 30px;
 text-indent: 34px;  
 text-decoration:none;
}

.verticalmenu-highlight
{
    background-color: rgb(255,255,255);
    color:rgb(41,61,93);
}

#verticalmenu a:hover
{
 text-decoration:none;
 background-color:rgb(255,255,255);
 color:rgb(41,61,93);
}

.vertical-alien
{
    width:1.8px;
    height:3px;
    background-color:white;
    position:absolute;
    left:200px;
}

.vertical-alien2
{
    width:1.8px;
    height:3px;
    background-color:white;
    position:absolute;
    left:200px;
    top:-3px;
}

/* Generic Progress Indicator */

#progress-title
{
    float:left;
    margin-left:10px;
    margin-top:4px;
    margin-bottom:0px;
    font-size:10pt;
    width:320px;
    color:rgb(72,106,154);
}

#progress-progress
{
    position:relative;
    float:left;
    width:32px;
    height:32px;
}

#dd-progress-title, #ddw1-progress-title, #ddw2-progress-title
{
    position:absolute;
    left:35px;
    margin-top:0px;
    margin-bottom:0px;
    font-size:10pt;
    width:320px;
    color:rgb(68,68,68);
}

#dd-progress-progress, #ddw1-progress-progress, #ddw2-progress-progress
{
    position:absolute;
    left:0;
}


/********************************************/
/*           Button Bar                     */
/*                                          */
/*  Button Bar and Confirmation Bar styles  */
.reserved-space
{
    height:28px;
}

/* Button Bar within Main IXS UI */
.button-bar
{
    background-color:white;
    display: none;
    height:28px;
    width:718px;
}

.button-bar-buttons {
	padding: 0 0 2px;
	position: relative;
}

.button-bar-buttons li {
	display: inline;
    margin-top:3px;
	padding: 0 10px;
	float:left;
	list-style: none;
    font-size: 9pt;
}

/*.button-bar-buttons li a {
	background-color: transparent;
	color: #fff;
}*/

.button-bar-buttons li a p {
	margin-top:0;
    margin-bottom:0;
    margin-left:6px;
}


.button-bar-buttons a.button-add 
{ 
    position:absolute;
    left:6px;
    width:132px;
    height:32px;
}

.button-bar-buttons a.button-add p
{
    display:inline;
    position:absolute;
    top:0px;
    /*color:rgb(41,61,93)*/
}

.button-bar-buttons a.button-start 
{ 
    position:absolute;
    left:6px;
    width:132px;
    height:32px;
}

.button-bar-buttons a.button-start p
{
    display:inline;
    position:absolute;
    top:0px;
    /*color:rgb(41,61,93)*/
}

.button-bar-buttons a.button-stop 
{ 
    position:absolute;
    left:6px;
    width:132px;
    height:32px;
}

.button-bar-buttons a.button-stop p
{
    display:inline;
    position:absolute;
    top:0px;
    /*color:rgb(41,61,93)*/
}

.button-bar-buttons a.button-subscribe 
{ 
    position:absolute;
    left:365px;
    width:94px;
    height:32px;
}

.button-bar-buttons a.button-subscribe p
{
    display:inline;
    position:absolute;
    top:0px;
    /*color:rgb(41,61,93)*/
}


.button-bar-buttons a.button-trash 
{ 
    position:absolute;
    left:465px;
    width:110px;
}

.button-bar-buttons a.button-trash p
{
    display:inline;
    position:absolute;
    top:1px;
    margin-left:4px;
    /*color:rgb(41,61,93)*/
}

.button-bar-buttons a.button-edit 
{ 
    position:absolute;
    left:142px;
    width:220px;
}

.button-bar-buttons a.button-edit p
{
    display:inline;
    position:absolute;
    top:0px;
    /*color:rgb(41,61,93)*/
}


.button-bar-buttons a.button-edituser 
{ 
    position:absolute;
    left:6px;
    width:260px;
}

.button-bar-buttons a.button-edituser p
{
    display:inline;
    position:absolute;
    top:0px;
    /*color:rgb(41,61,93)*/
}

/*.button-bar-buttons li a:active, ul#menu li.selected a, .button-bar-buttons li a:hover { text-decoration: none; }*/

/************************************************/
/*              Confirmation Bar                */
/*                                              */
.confirmation-bar, .yesno-confirmation-bar
{
    background-color:rgb(255,197,0);
    display: none;
    height:28px;
    width:718px;
}

/* Button Bar (Action Bar) within Main IXS UI */
.confirmation-bar p, .yesno-confirmation-bar p
{
    float:left;
    margin-top:5px;
    margin-bottom:0px;
    margin-left:6px;
    /*font-family: "Segoe UI Semibold";*/ 
    font-weight:normal;
    font-size:9pt;
    color:rgb(41,61,93);
}

.yesno-confirmation-bar a
{
    font-family: "Segoe UI Semibold"; 
    font-weight:normal;
    font-size:9pt;
    color:rgb(41,61,93);
    margin-top:3px;
    text-decoration:underline;
}

.yesno-confirmation-bar a:hover
{
    
    color:white;
}

.yesno-confirmationbar-yes
{
    float:left;
    margin-left:30px;
}

.yesno-confirmationbar-no
{
    float:left;
    margin-left:10px;
}


/* Button Bar (Action Bar) within Main IXS UI */
.confirmationbar-closebutton, .yesno-confirmationbar-closebutton
{
    float:right;
    margin-top:0;
    height:14px;
    width:14px;
}

/************************************************/
/*             GENERAL GRID STYLING             */
/*                                              */
/*                                              */
 /*
        To shade vertical columns in jqgrid
        http://www.trirand.com/blog/?page_id=393/help/jqgrid-set-a-fixed-background-color-for-an-entire-column
 */
 .colshade
 {
    background-color: rgb(241,241,241);
    /*font-family: "Segoe UI Semibold"*/ 
 }

.colshade-bold
{
    /*font-weight:bold !important;*/
}

 /*  Hiding Borders
         see http://stackoverflow.com/questions/11790302/remove-vertical-lines-in-jqgrid for disussion of
        jqgrid borders  */
.ui-jqgrid { border-width: 0px; }
.ui-jqgrid table {  border-collapse:separate;   border-color: transparent;  }
th.ui-th-column { border-right-color: transparent !important }
.ui-jqgrid tr.ui-row-ltr td { border-right-color: transparent; }
.ui-jqgrid tr.ui-row-ltr td { border-right-width: 0px; }
.ui-jqgrid tr.ui-row-ltr td { border-left-color: transparent; }
.ui-jqgrid tr.ui-row-ltr td { border-bottom-color: white; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 0px;  }


/* Header Bar Text Alignment */
ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column    
{
     text-align: left;
}

/* Header Bar Height */
.ui-jqgrid .ui-jqgrid-htable th, .ui-jqgrid .ui-jqgrid-hdiv
{
    height:30px;
    /*font-size:10pt;
    font-weight:600*/
}

/* Header Bar get rid of pointer style cursor */
.ui-jqgrid .ui-jqgrid-sortable
{
    cursor: default;
}

 /* Sets grid header color to stay mango on hover-over */
.ui-jqgrid-htable .ui-state-hover
{
    color:white;
    background-color: rgb(41,61,93);
}

/* Text Color for Rows on Hover for content and header */
 .ui-state-hover, 
 .ui-widget-content .ui-state-hover, 
 .ui-widget-header .ui-state-hover, 
 .ui-state-focus, 
 .ui-widget-content .ui-state-focus,
 .ui-widget-header .ui-state-focus
{
    color:rgb(41,61,93);
}

.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus
{
    color:rgb(41,61,93);
}

/*  allows for multi-line rows */
.ui-jqgrid tr.jqgrow td 
{
    white-space: normal !important;
    /*height:auto;*/
    min-height:28px;
    height:28px;
    vertical-align:middle;
    padding-bottom:2px;
}

.ui-widget-header .ui-state-hover, 
.ui-widget-header .ui-state-focus
{
    border:none;
    background:rgb(41,61,93);
    border: 1px solid rgb(41,61,93);
    font-weight: bold;
    color: #ffffff;
}

/* Sets grid header color to stay dark blue on hover-over */
.ui-jqgrid-htable .ui-state-hover
{
    color:white;
    background-color: rgb(41,61,93);
}

/* Sets grid sort button to be single white arrow icons */
.ui-grid-ico-sort.ui-icon {
    background-image: url("../Content/themes/base/images/ui-icons_ffffff_256x240.png");
}
.ui-jqgrid .ui-icon-asc, .ui-jqgrid .ui-icon-desc {
    margin-top:0px;
}
.ui-state-disabled.ui-icon-desc, .ui-state-disabled.ui-icon-asc {
    display:none;
}
.ui-jqgrid .ui-jqgrid-sortable {
    cursor:pointer;
}

/* first column in grid should be indented by 6px */
td.firstcolumn 
{
    padding-left:8px !important;
}

.ui-dialog .ui-dialog-titlebar-close:hover 
{
    background:rgb(241,241,241);
    border:none;
}

/**********************************************/
/* A Grid Cell that has a custom icon in it. */
/*                                           */
/*                                           */
.statuscell
{ 
    margin-left:6px;
} 

/* Cells within the grid that display a Active/Inactive Status */
.statuscell p,
.statuscell span
{
    float:left;
    margin-left:4px;
    margin-top:0px;
    margin-bottom:0px;
    position:relative;
    left:14px;
    top:0px;
    white-space: nowrap;
}

/* These are for Publications, Subscriptions */
.statuscellicon-active
{
    background-image: url("../images/IXS_Active.svg");
    background-repeat: no-repeat;
    width:14px;
    height:14px;
    float:left;
    position:relative;
    /*left:14px;*/
    top:0px;
}

.statuscellicon-inactive
{
    background-image: url("../images/IXS_InActive.svg");
    background-repeat: no-repeat;
    width:14px;
    height:14px;
    float:left;
    position:relative;
    /*left:14px;*/
    top:0px;
}

/* These are for Node Status */
.statuscellicon-connected
{
    background-image: url("../images/IXS_Active.svg");
    background-repeat: no-repeat;
    width:14px;
    height:14px;
    float:left;
    position:relative;
    /*left:14px;*/
    top:0px;
}

.statuscellicon-disconnected
{
    background-image: url("../images/IXS_InActive.svg");
    background-repeat: no-repeat;
    width:14px;
    height:14px;
    float:left;
    position:relative;
    /*left:14px;*/
    top:0px;
}

/* These are for Instrumentation/Logging */
.statuscellicon-error
{
    background-image: url("../images/error.svg");
    background-repeat: no-repeat;
    width:14px;
    height:14px;
    float:left;
    position:relative;
    /*left:14px;*/
    top:0px;
}

.statuscellicon-warning
{
    background-image: url("../images/warning.svg");
    background-repeat: no-repeat;
    width:14px;
    height:14px;
    float:left;
    position:relative;
    /*left:14px;*/
    top:0px;
}

.statuscellicon-information
{
    background-image: url("../images/information.svg");
    background-repeat: no-repeat;
    width:14px;
    height:14px;
    float:left;
    position:relative;
    /*left:14px;*/
    top:0px;
}

.invite-ctrl
{
    color: rgb(68,68,68);
    vertical-align: middle !important;
    text-align: center;
}

.invite-ctrl-icon
{
    visibility:hidden;
}

.smalltrash
{
    background-image: url("../images/trashsmall.svg");
    background-repeat: no-repeat;
    width:14px;
    height:14px;
    margin-left: 10px;
    cursor: pointer;
}

.sm-next-icon
{
    background-image: url("../images/IXS_Next%20Sm.svg");
    background-repeat: no-repeat;
    width:22px;
    height:22px;
    margin-top:4px;
    float:left;
}

.available-icon
{
    float:left;
    width:22px;height:22px;
    background-image:url('../images/IXS_Warning%20Lg.svg');
    background-repeat:no-repeat;
    margin-top:5px
}

/************************************************/
/*             GENERAL Dialog/OVERLAY           */
/*             Styling                          */
/*                                              */

.dialog-closebutton 
{
    background-color : rgb(41,61,93);
    color:white;
}

/*.dialog-closebutton.ui-button.ui-widget.ui-state-default.ui-state-hover*/
.dialog-closebutton.ui-state-hover
{
    background-color : rgb(41,61,93);
    color:white;
}

.dialog-cancelbutton 
{
    text-decoration:underline;
    /*color:rgb(72,106,154);*/
}

.dd-tablelayout>tbody>tr, .sdd-tablelayout>tbody>tr
{
    vertical-align:top;
    height:46px;
}

.dd-tablelayout>tbody>tr>td:nth-child(1), .sdd-tablelayout>tbody>tr>td:nth-child(1)
{
    width:170px;
}

.dd-tablelayout>tbody>tr>td:nth-child(2), .sdd-tablelayout>tbody>tr>td:nth-child(2)
{
    width:450px;
}

.dd-tablelabel
{
    color:rgb(68,68,68);
    font-size:12pt;
    font-weight:bold;
    display:inline;
    float:left;
    margin-top:0;
    margin-bottom:0;
}

.dd-table-onelinedata
{
    color:rgb(68,68,68);
    font-size:12pt;
    display:inline;
    float:left;
    margin-top:0;
    margin-bottom:0;
}