﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: White;
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: Black;
}

header,
footer,
nav,
section 
{
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

a
{
    color: #696969;
}

li
{
    line-height: 1.6;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/*header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 118px;
    background-image: url(images/silver_header_BG.gif);
    background-repeat: repeat-x;
}



#header2
{
    padding: 0px;  
    margin-left: 0px;
    width: 100%;
    height: 118px;  
    background-image: url(images/scwa-header.gif);
    background-image: url(images/grabdata16.jpg);
    background-repeat:no-repeat;
    background-position: 20px center;
    font-size: 14px;
    color: White;
    vertical-align: middle;
}*/

header, #header
{
    /*position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;*/
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 118px;
    /*background-image: url(images/SCheader.png);*/
    background-image: url(images/blue-grade-bg.jpg);   
    background-repeat: repeat-x;
}


/* Added for top horizontal menu */
#headerright {
    float: right;
    /*width: 500px;*/
    height: 118px;
    padding-right: 40px;
    padding-top:0px;
    background-image: url(images/powered-by-Eyasco.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

#header1 
{
    float: right;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 34px;
    margin-top: 41px;
}

/* Added for top horizontal menu items */
td.horizMenu {
    position:relative;
    left:126px;
    background-image: url(images/horizNav.png);
    background-repeat: no-repeat;
    width: 73px;
    /*width: 20%;*/
    height: 28px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: black;
    border: none;
    padding: 5px;
    padding: 0px 5px 0px 0px;
    text-align: center;
    vertical-align: middle;
    cursor: default;
}

td.horizMenu:hover {
    background-image: url(images/horizNav-hover.png);
}

#header2 {
    padding: 0px;
    margin-left: 0px;
    width: 100%;
    height: 118px;
    /*background-image: url(images/SCwater.png);*/
    /*background-image: url(images/scwa-header.gif);*/
    background-image: url(images/SCWD-Merlin-banner3.jpg);
    background-repeat: no-repeat;
    background-position: 20px center;
    font-size: 14px;
    color: White;
    vertical-align: middle;
}

#login
{
    padding-right: 5px;
    float: right;
    padding-top: 10px;
    text-align: left;
    width: 125px;
    color: White;
    font-size: 12px;
}

.logincntl td
{
    border-style: hidden;
    vertical-align: middle;
    height: 15px;
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
}

.logincntl a
{
    color: White;
    font-style: normal;
    text-decoration: none;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#main
{
    /*background: #fff;*/
    padding: 0px 30px 15px 80px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

footer, #footer
{
    color: #999;
    padding: 20px 0 0 25px;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: 12px;
    color: Black;
    position:relative;
    /*left:70px;*/
}

/* MENU   
----------------------------------------------------------*/
#menu
{
    position: relative;
    margin: 0;
    text-align: right;
}

#menu .t-item
{
    border-width: 0 0 0 1px;
}

#menu .t-link
{
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.8em;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}


input[type="text"] 
{
    width: 300px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 300px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  /*border: solid 1px #e8eef4;*/
  border-collapse: collapse;
  border: hidden
}

table td 
{
  padding: 5px;   
  /*border: solid 1px #e8eef4;*/
  border: hidden
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  /*border: solid 1px #e8eef4; */  
  border: hidden
}

/* MISC  
----------------------------------------------------------*/
.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.clear
{
    clear: both;
}

.error
{
    color:Red;
}

div#title
{
    display:block;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.grid-button
{
    height: 18px; 
    width: 40px; 
    background-color: #DEEDF4;
    border-color: #94C0D2;
    border-width: thin;
    text-align: center;
}

.grid-button2
{
    height: 18px; 
    width: 20px; 
    background-color: #DEEDF4;
    border-color: #94C0D2;
    border-width: thin;
    text-align: center;
    padding: 0 0 0 0;
}

.sidebar {
    position: absolute;
    width: 100%; /*155px;*/
    vertical-align: top;
    /*padding-top: 20px;*/
    padding: 0px;
    background: #e8eef4 ;/*#bbdceb;*/
    border-bottom: 1px solid #a3d0e4;
    border-top: 1px solid #a3d0e4;
}

.sidebar tr td
{
    padding-top: 1px;
    padding-bottom: 1px;
    vertical-align: middle;
}

.middlebar
{
    position:relative;
    /*left: 70px;*/ /*155px;*/
    width:98%;
    float:left;
    top:27px;
}

.menubutton
{
    background-image: url(images/leftNav-default.gif);
    background-repeat:no-repeat;
    vertical-align:top;
    color: Black;
    text-align: center;
    font-family: Tahoma,Verdana;
    font-size: 12px;
    width: 151px;
    height: 42px;/*35px;*/
    position: relative;
    margin: 0px;
}

.menubutton p
{
    padding-top: 10px;
}

.menubutton:hover
{
    background-image: url(images/leftNav-hover.gif);
    color: Black;
    cursor: pointer;
}

.hidden
{
    display: none;
}

#chart td
{
    border-style: hidden;
    vertical-align: top;
    text-align: center;
}

.abutton
{
    height: 30px; 
    width: 120px; 
    background-color: #DEEDF4;
    border-color: #94C0D2;
    border-width: thin;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
}

.abutton a
{
    color: Black;
    font-style: normal;
    text-decoration: none;
}

/*.data-library
{
    position: relative;
    float: left;
    width: 80%;
}

#data-selector 
{
    position: relative;
    float: left;
    width: 80%;
}*/

#grid-data-selector, grid-data-selector-RC
{
    /*padding-top: 20px;*/
}

/*
#rc-data-selector .k-button
{
    display: none;
}*/



.ui-dialog-titlebar
{
    background-color: #D9EBF3;
    background-image: none;
}

.ui-dialog
{
    border-color: #94C0D2;
}

.dialog-buttons
{
    background-color: #D9EBF3;
}

.ui-widget-header
{
    background-color: transparent;
    background-image: none;
    border-style: hidden;
    border-color: transparent;
}

.ui-widget-content
{
    border-style: hidden;
}

.metadata-tab
{
    height: 240px; 
    width: 500px; 
    padding-top: 0;
}

.ui-tabs
{
    border-style: hidden;
}

.ui-tabs-nav
{
    border-style: hidden;
}

.md-proj-header
{
    width: 450px;
    font-weight: bold;
}

.w-100
{
    width: 100px;
}

.k-grid table 
{
    table-layout: fixed;
}

.k-icon
{
    width: 16px;
    height: 16px;
}

.button-45
{
    min-width: 45px; 
    min-height: 22px;  
    height: 22px; 
    padding-top: 0; 
    padding-right: 0;
}

.tabButton
{
    min-height: 20px;   
}

.area-label
{
    font-size: 14px;
    font-weight: bold;
    padding-left: 20;
}

.hide-linear-gradient
{
    background-image: none; 
    background-image: none; 
    background-image: none; 
    background-image: none; 
    background-image: none; 
    background-image: none; 
    background-repeat: no-repeat; 
    filter: none; 
}

.w-25
{
    width: 25%;
}

.w-75
{
    width: 75%;
}

.fbold
{
    font-weight: bold;
}

.level1-color
{
    background-color: #6DC972;
}

#data-selector-RC
{
    background-color: #999999;
}

#grid-data-selector-RC
{
    background-color: #333333;
}

.dl-toolbar
{
    border-style: solid;
    border-width: 2px;
    border-color: #94C0D2;
    border-radius: 4px;
    /*height: 32px;*/
    vertical-align: middle;
    width: 100%;
    background-color: rgb(204, 214, 219);
    background-image: none, linear-gradient(rgb(204, 214, 219) 0px, rgb(189, 206, 214) 100%);

}

.series-details
{
    border-style: solid;
    border-width: 1px;
    border-color: #94C0D2;
    border-radius: 4px;
    height: 190px;
    width: 100%;
    margin-top: 5px;
    /*background-color: rgb(218, 236, 244);*/
    /*background-image: none, linear-gradient(rgb(234, 244, 249) 0px, rgb(219, 236, 244) 100%);*/
    background-color: #fff7e3;
    background-image: none, linear-gradient(#fff7e3 0px, #ffefc6 100%);
    vertical-align: middle;
}

.series-details-table
{
    margin-left: 10px;
    margin-right: 10px;
}

.series-details-table .detailes-table
{
    height: 120px;
}

.series-details-table .detailes-table td
{
    padding-top: 0px;
    vertical-align: top;
    height: 22px;
}

.work-space-toolbar-element
{
    margin-left: 10px;
    margin-top: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    border-radius: 4px;
    height: 22px;
    vertical-align: middle;
    background-color: White;
    background-image: none; 
    background-image: none; 
    background-image: none; 
    background-image: none; 
    background-image: none; 
    background-image: none; 
    background-repeat: no-repeat; 
    filter: none;
}

.qa-button-hide
{
    display: none;
}

.spinner {
    background-color: White;
    position: fixed;
    top: 50%;
    left: 50%;
    /*margin-left: -50px; /* half width of the spinner gif */
    /*margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
    border-style: solid;
    border-width: thin;
    border-color: #94C0D2;
}

.blockui-header 
{
    border: 1px solid #94C0D2;     
    border-radius: 4px;
    background: #daecf4; 
    background-image: url(images/highlight.png); 
    background-repeat: repeat-x;
    color: #222222; 
    font-weight: bold;
    font-size: larger;
    height: 30px;
    vertical-align: middle;
    text-align: left;
    padding-left: 2px;
    padding-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

#WorkingSeries tbody tr
{
    height: 22px;
}

#WorkingSeries tbody td
{
    font-size: smaller;
    font-weight: bold;
    padding-left: 2px;
}

#WorkingSeries thead th
{
    font-size: 11px;
}

.k-grid td
{
    text-overflow: clip; 
}

.k-grid-icon
{
    padding-right: 6px;
    padding-bottom: 8px;
    padding-top: 0px;
}



#rc-data-selector .k-grid
{
    border-color: #014607;
}

#rc-data-selector .ui-state-default
{
    /*background-color: #b7d5b3;
    background-image: url(images/ui-bg_glass_65g_ffffff_1x400.png);*/
}

#rc-data-selector .ui-state-active
{
    /*background-color: #c1e5bc;
     background-image: url(images/ui-bg_glass_65g2_ffffff_1x400.png);*/
}

#middlebar .ui-state-default,  #rc-dialog-form .k-picker-wrap, .rc-button, #chart .rc-button
{
    /*background-color: #b7d5b3;
    background-image: url(images/ui-bg_glass_65g_ffffff_1x400.png);*/
    background-color: #99D3FF;
}

#middlebar .k-button, #rc-working-grid .k-button, #rc-dialog-form .k-picker-wrap, .rc-button, #chart .rc-button
{
    /*background-color: #c1e5bc;
     background-image: url(images/ui-bg_glass_65g2_ffffff_1x400.png);*/
     border-color: #014607;
}

.rc-button :hover, #chart .rc-button: hover
{
    /*background-color: #0b7916;*/
    color: White;
}

#rc-data-selector .k-link, #rc-working-grid .k-link
{
    color: #003f59;
}
#rc-data-selector .k-alt, #rc-working-grid .k-alt
{
    /*background-color: #ddffd8;*/
    
}

#rc-data-selector .k-grid-header, #rc-data-selector .k-grid .k-hierarchy-cell,  #rc-data-selector .k-grid .k-header, #rc-working-grid .k-grid-header, #rc-working-grid .k-grid .k-hierarchy-cell,  #rc-working-grid .k-grid .k-header, #rc-dialog-form .k-picker
{
    /*background-color: #ddffd8;
    background-image: none, -webkit-linear-gradient(#c4eabf 0px, #f4fff2 100%);
    background-image: none, -moz-linear-gradient(#c4eabf 0px, #f4fff2 100%);
    background-image: none, -o-linear-gradient(#c4eabf 0px, #f4fff2 100%);
    background-image: none, linear-gradient(to bottom,#c4eabf 0px, #f4fff2 100%);
    border-color: #014607;*/

    /*background-color: #80C8FF;
    background-image: none, -webkit-linear-gradient(#80C8FF 0px, #80C8FF 100%);
    background-image: none, -moz-linear-gradient(#80C8FF 0px, #80C8FF 100%);
    background-image: none, -o-linear-gradient(#80C8FF 0px, #80C8FF 100%);
    background-image: none, linear-gradient(to bottom,#80C8FF 0px, #80C8FF 100%);
    border-color: #406480;*/
}

#rc-data-selector .k-state-selected, #rc-working-grid .k-state-selected
{
    /*background-color: #0c6600;
    background-image: none, -webkit-linear-gradient(#0c6600 0px, #3c8c31 100%);
    background-image: none, -moz-linear-gradient(#0c6600 0px, #3c8c31 100%);
    background-image: none, -o-linear-gradient(#0c6600 0px, #3c8c31 100%);
    background-image: none, linear-gradient(to bottom,#0c6600 0px, #3c8c31 100%);
    border-color: #014607;*/

    background-color: #195380;
    background-image: none, -webkit-linear-gradient(#265980 0px, #265980 100%);
    background-image: none, -moz-linear-gradient(#265980 0px, #265980 100%);
    background-image: none, -o-linear-gradient(#265980 0px, #265980 100%);
    background-image: none, linear-gradient(to bottom,#265980 0px, #265980 100%);
    border-color: #014607;
}

.rc-toolbar
{
    border-style: solid;
    border-width: 2px;
    /*border-color: #014607;*/
    border-color: #406480;
    border-radius: 4px;
    height: 32px;
    vertical-align: middle;
    width: 100%;
    /*background-color: #7bac74;
    background-image: none, -webkit-linear-gradient(#70bd77 0px, #b2f3b8 100%);
    background-image: none, -moz-linear-gradient(#70bd77 0px, #b2f3b8 100%);
    background-image: none, -o-linear-gradient(#70bd77 0px, #b2f3b8 100%);
    background-image: none, linear-gradient(to bottom,#70bd77 0px, #b2f3b8 100%);*/
    background-color: #99D3FF;
    background-image: none, -webkit-linear-gradient(#99D3FF 0px, #33A7FF 100%);
    background-image: none, -moz-linear-gradient(#99D3FF 0px, #33A7FF 100%);
    background-image: none, -o-linear-gradient(#99D3FF 0px, #33A7FF 100%);
    background-image: none, linear-gradient(to bottom,#99D3FF 0px, #33A7FF 100%);

}

.gap-handling-dropdown
{
    width: 250px;
}

.incr-time-interval
{
    width:250px;    
}
.drop-data-handling-dropdown
{
    width:250px;    
}

.series-details .k-dropdown-wrap 
{
    background-color: White !important;
    background-image: none !important; 
    background-repeat: no-repeat !important; 
    filter: none !important;
}

.bold
{ 
    font-weight: bold;
}

.boldm
{ 
    font-weight: bold;
    font-size: 14px;
}

.boldl
{ 
    font-weight: bold;
    font-size: 16px;
}

.center
{
    text-align: center;
}

.quality-multiselect td
{
    padding-left: 0px;
}

.quality-multiselect .chzn-container 
{
    width: 300px !important;
}

.quality-multiselect .chzn-choices input 
{
    width: 290px !important;
}

#pnlSeriesDetails_Container
{
    height: 220px;
}