﻿@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*  QUIRKS
----------------------------------------------------------*/

form
{
    padding: 0;
    margin: 0;
}
        
/*  GENERAL dfer
----------------------------------------------------------*/

.validation-summary-valid
{
    display:none;
}

body
{
    background-color: #5c87b2;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    width:100%;
    height:100%;
    min-height:500px !important;
}

.dars-button
{
    cursor:pointer;
}

/*a:link
{
    color: #034af3;
    text-decoration: underline;
}*/
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

/*p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}
*/
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
    margin-bottom:5px;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* 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: 97%;
    margin-left: auto;
    margin-right: auto;
}

#header
{   
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
	clear: both;
    padding: 18px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

.mainTop
{
	clear: both;
    padding: 18px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#window-footer
{
    color: #fff;
    text-align: center;
    font-size: .9em;
}

#window-footer a
{
    color: #fff;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    /*border-bottom: 1px #5C87B2 solid;*/
    /*padding: 0 0 2px;*/
    position: relative;
    margin: 0 0 1px;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 7px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.3em;
    background-color: #e8eef4;
    color: #034af3;
    border-bottom: solid 1px #DDDDDD;
    -moz-border-radius: 3px 3px 0 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

ul#menu li a i
{
    margin-right: 5px;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    border-bottom: solid 1px #fff !important;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    /*margin: 2px 12px 10px 10px;*/
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 0 4px 0 4px;
}

input[type="text"],
input[type="password"] 
{
    /*width: 200px;*/
    /*border: 1px solid #CCC;*/
    /*padding:3px;*/
}

input[type="submit"],
button[type="button"],
input[type="button"]
{
    /*height: 2em;*/
    /*margin-top:15px;*/
}

/* TABLE
----------------------------------------------------------*/

table
{
  border-top: hidden 1px #e8eef4;
  /*border-collapse: collapse;*/
  width: 100%;
}

/*table td 
{
  padding: 5px;
}
*/
/*table tr 
{
  background-color:#fff;
  margin: 1px;   
  border-bottom:1px solid #fff;
  border-top:1px solid #fff;
}
*/
/*table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}
*/

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:21px;
    float:right;
    clear:right;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
    margin-top:35px;
    text-shadow: 2px 1px 0px #5c87b2, 3px 4px 0px rgba(0, 0, 0, 0.15); 
    color:white;
    font-size:30px;
    font-family: Helvetica, Arial
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
    float:right;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* REGISTER TABLE
----------------------------------------------------------*/

tr.item > td
{
    background-color: #C4FFA3;
}
table.register
{
    width: 100%;
}
table.register tr.subitems table.register td
{
    background-color: #FFF684;
    /*border-top: 5px solid #FFFFFF; */
    border-bottom: 1px solid #C0C0C0;
    
}
table.register td.action-panel
{
    width: 90pt;
}
table.register tr.subitems table.register td.action-panel
{
    width: 80pt;
}
/*table.register tr.subitems table.register tr.action-panel td
{
    background-color: #FFFFFF;
}*/
table.register tr.subitems > td
{
    padding-left: 25px;
}
table.register tr.subitems table.register tr.action-panel td,
table.register tr th
{
    background-color: #E8EEF4;
    border-bottom: solid 1px #C0C0C0
}
table.register tr th.data-desc
{
    color: #0000FF;
}
/*
ul.sub-tabs
{
    margin: 0;
    padding: 3px;
    font-size:small;
    padding-left: 10px;
    background-color:#E8EEF4;
}
*/
ul.sub-tabs
{
    
}
ul.tabs
{
    display:block;
    margin: 0;
    padding: 0;
    border-bottom:5px solid #E8EEF4;
    /*font-size:medium;*/
    padding-left:20px;
    padding-top:8px;
}
ul.sub-tabs li,
ul.tabs li
{
    display: inline;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
ul.tabs li
{
    margin-right: 20px;
    padding: 5px;
}
ul.tabs li.selected
{
    background-color:#E8EEF4;
    -moz-border-radius:3px 3px 0 0;
    
}

ul.tabs li.selected a
{
    text-decoration: none;
    color: #696969;
}
ul.sub-tabs,
div.action-panel
{
    background-color:#E8EEF4;
    margin: 0px 0px 10px 0px;
    
    padding: 8px;
    border-bottom: solid 1px #C0C0C0;
    border-top: solid 1px #C0C0C0;
}

div.filter
{
    padding:10px;
    border-top: solid 0px !important
}

div.period-filter
{
    /*text-align:center;*/
}

/* Data
------------------------------------------*/
#data
{
    margin-top: 10px;
}
#data table
{
    width: 100%;
}
#data td, #data th
{
    text-align: center;
    
}
#data tr.group-header td
{
    font-weight: bold;
    text-align: left;
    border-bottom: 3px solid #e8eef4;
}
#data tr.group-footer td
{
    font-weight: bold;
    border-top: 3px solid #e8eef4;
    border-bottom-style: none;
}
table.b-table td
{
    border-bottom: solid 1px #e8eef4;
}
.panel-title
{
    border-bottom:1px solid;
    font-size:medium;
    font-weight:bold;
    margin-bottom:10px;
    text-align:left;
}
.ui-widget p
{
    line-height: normal;
    margin-top: 12px;
    margin-bottom: 12px;
}

.no-tdunderline td
{
    border: none;
}

/* POINT PANEL
----------------------------------------------------------- */
#metersPanel li
{
    list-style: none;
}
#metersPanel ul {margin-left: 0; padding-left: 1em;}

#metersPanel 
{
	width: 200px;
	/*float: left;*/
	/*background: #F9F9F9;*/
}
/*#metersPanel>ul
{
    border-right: solid 5px #e8eef4;
}*/
#param-panel {
}
#panelHeader
{
    padding-bottom:5px;
    padding-top:5px;
    text-align:center;
}
#panelContent
{
    width: 198px;
    overflow: auto;
    height: 638px;
    border-top: solid 0px !important
}
/* REPORTS PARAMETERS
----------------------------------------------------------- */
.report-param
{
    margin-bottom:10px;
    margin-top:10px;
    clear:both;
    float:left;
}
 
.report-checkbox
{
    width:100px;
    margin-left:50px;
}

.report-checkbox input[type="checkbox"]
{
    width:16px;
    /*height:20px;*/
}

.report-checkbox label
{
    width:auto;
    margin-top:0px;
    vertical-align:text-top;
}

#report-frame
{
    margin-top:20px;
}

input[type="checkbox"]{
    margin-top: 0;
}

/* DATA LEAK CONTROL
----------------------------------------------------------- */
table.data-leak
{
	font-size:5pt;
	border-top:solid 1px black;
	border-left:solid 1px black;
	border-bottom:solid 1px black;
	border-collapse:separate;
	
}
table.data-leak td
{
    border-right:solid 1px black;
    padding:0
	
}
table.data-leak td.good
{
	background: greenYellow
}
table.data-leak td.bad
{
	background: orangeRed
}


#gridbody
{
    /*height:350px;*/
    min-height:450px;
    _min-height:450px;
}

#multiDataPoints div div:hover {
    background: rgba(180, 180, 180, 0.2);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aadddddd,endColorstr=#aadddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aadddddd,endColorstr=#aadddddd);
}


/* JS disabled styles */  
.no-js nav li:hover ul { display:block; }  
  
/* base nav styles */  
nav { display:block; margin:0 auto 20px; border:1px solid #222; position:relative; background-color:#6a6a6a; font:16px Tahoma, Sans-serif; }  

nav ul { padding:0; margin:0; }  

nav li { position:relative; float:left; list-style-type:none; }  

nav ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }  

nav li a { display:block; padding:10px 20px; border-left:1px solid #999; border-right:1px solid #222; color:#eee; text-decoration:none; }  

nav li a:focus { outline:none; text-decoration:underline; }  

nav li:first-child a { border-left:none; }  

nav li.last a { border-right:none; }  

nav a span { display:block; float:rightright; margin-left:5px; }  

nav ul ul { display:none; width:100%; position:absolute; left:0; background:#6a6a6a; }  

nav ul ul li { float:none; }  

nav ul ul a { padding:5px 10px; border-left:none; border-right:none; font-size:14px; }  

nav ul ul a:hover { background-color:#555; }  



#templateMenu {
    list-style: none;
    background-color:#fff;
    padding:0px;
    
    margin:0;
    margin-right:auto;
    width:auto;
    float:left;
    height:24px;
    
    -webkit-border-radius: 1px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0);
    moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0);
  
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  /*-webkit-user-select: none;*/
    
  background-image:-webkit-linear-gradient(#FBFBFB, #F8F8F8 40%, #F0F0F0);
  background-image:-moz-linear-gradient(#FBFBFB, #F8F8F8 40%, #F0F0F0);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #FBFBFB 0%, #F8F8F8 40%, #F0F0F0 100%);

  -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FBFBFB,endColorstr=#F0F0F0);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FBFBFB,endColorstr=#F0F0F0);
  zoom: 1;
  
  /*background-position: -64px 0px;
  background-position: center right;
  background-repeat: no-repeat;*/
  border: 1px solid #d8d8d8;
  color: #333;
  font-size: inherit;
  margin: 0;
  margin-left:4px;
  /*overflow: hidden;*/
  padding:3px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#templateMenu:hover
{
    border: 1px solid #c8c8c8;
}

.subMenuGround
{
    margin:0px 0px;
    padding:0px 10px;
    color:#666;
    line-height:30px !important;
    height:30px;
}

.subMenuGround a
{
    color:#444;
    line-height:30px !important;
}

.subMenuGround:hover {
    background-color:#eee;
    text-align:left;
    
}

.subMenuGroundDisabled
{
    margin:0px 0px;
    padding:0px 10px;
    font-weight:bold;
    color:#222;
    line-height:30px !important;
}

#templateMenu > li {
    float: left;
    
}
#templateMenu li a {
    display: block;
    height: 2em;
    line-height: 2em;
    padding: 0 0;
    text-decoration: none;
}
#templateMenu ul 
{ 
    clear:both;
    list-style: none;
    background-color:#fff;
    position: absolute;
    display: none;
    z-index: 999;
    margin:0;
    margin-top:28px;
    *margin-top:4px;
    margin-left:-4px;
    padding:0;
    padding-top:6px;
    padding-bottom:6px;
    
    border: 1px solid #ccc;
    
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}

#templateMenu ul li a {
    width: 300px;
    margin:0;
}
/*#templateMenu li:hover ul {
    display: block;
}*/

/*#templateMenu:hover ul {
    display: block;
}*/

.rowDownIcon
{
    width:16px;
    height:16px;
    margin-left:0px;
    margin-right:6px;
    margin-top:4px;
    background: url(cupertino/images/ui-icons_222222_256x240.png);
    background-position: -64px 0px;
    background-color:transparent;
    float:left;
}

.rowUpIcon
{
    width:16px;
    height:16px;
    margin-left:0px;
    margin-right:0px;
    margin-top:4px;
    background: url(cupertino/images/ui-icons_222222_256x240.png);
    background-position: 0px 0px;
    background-color:transparent;
    float:left;
}


.searchIcon20
{
    width:20px;
    height:20px;
    margin-left:4px;
    margin-right:2px;
    margin-top:2px;
    background: url(Images/search_small20.jpg);
    background-color:transparent;
    float:left;
    cursor:pointer;
}

.searchIcon25
{
    width:25px;
    height:25px;
    margin-left:4px;
    margin-right:2px;
    margin-top:2px;
    background: url(Images/search_small.jpg);
    background-color:transparent;
    float:left;
}

#date-filter table td
{
    max-width:940px;
    border: 0px solid #555;
}


select {
  /*border: 1px solid #aaa;*/
  /*color: #333;*/
  /*font-size: inherit;*/
  margin: 0;
  padding:3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  }

.graphColumn
{
    /*display:inline-block;*/
    height:200px;
    margin-top:5px; 
    margin-left:0px;
    float:left;
}


.exceeded {
    color:red;
    line-height:1.5em;
    margin-top:0.5em;
}

.exceededInfoLink {
    line-height:1.5em;
    margin-top:0.5em;
}

.QuickLinksUL {
    -webkit-padding-start:30px; 
    -webkit-padding-end:10px; 
    -moz-padding-start:30px; 
    -moz-padding-end:10px; 
    padding-left:30px; 
    padding-right:10px; 
}

.licenseTitleColumn {
    float:left;
    width:200px;
}

.licenseColumn {
    float:left;
    width:100px;
}

.licenseItemTitle {
    clear:left;
    color:#666;
    font-size:10pt;
    margin-right:10px;
    line-height:20px;
}

.licenseItemInfo {
}

.licenseItem {
    line-height:20px;
}

.licenseLimitsTitle {
    color:#666;
    margin-right:10px;
}

.licenseTitleMargin {
    line-height:20px;
    margin-top:50px;
    margin-bottom:15px;
}

.licenseTitleFont {
    font-size:12pt;
}

.licenseWarnColor {
    color:#f5a020;
}

.licenseNormalColor {
    color:#666;
}

.tab-link {
    list-style: none;
    margin-top: 5px;
    margin-left: 3px;
    margin-bottom: 0;
}

    .tab-link span{
        margin-left: 2px;
    }

    .tab-link li {
        display: inline;
    }

    .tab-link li a.selected{
       font-weight: bold;
       text-decoration: none;
    }

.margin-destroyer input[type="text"] {
    margin-bottom: 0px;    
}

.lable-time-interval {
    float:left;
    margin-right: 10px;
    padding-top: 4px;
}

.duallistbox{
    margin-bottom: 10px
}

.schedule-select{
    margin-bottom: 10px
}