﻿/* DEFAULTS
----------------------------------------------------------
html,body,.dashboard{
    width:100%;
    height:100%;
    margin:0;
}
*/
body   
{
    background: #3c3c3c;
    font-size: .75em;
    font-family:  "Segoe UI","Helvetica Neue", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    color: #696969;
     
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #b91f41; /*#666666;*/
    /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    text-shadow: 1px 1px Black;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}










/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px Solid #3c3c3c;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}









table {
  border-collapse: collapse;
  border-spacing: 0;
}

 

.resultsSection 
{
    width: 100%;
    float: left;    
    overflow: auto;
}

.resultsSection fieldset 
{
    color: #FFFFFF;
    border: 1px Solid #3c3c3c;
}

.resultsTable 
{
    width: 100%;
    color: #000000;
}

.resultsTable th 
{
    text-align: left;
    background-color: #3c3c3c;
    color: Yellow;
    line-height: 28px;
}

.resultsRow 
{
    background-color: #2b2a2b;  
    line-height: 40px;
    color:White;
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:#3c3c3c;
    vertical-align: top; 

}

.resultsRowAlt
{
    background-color: #373737; /* #696969;*/
    line-height: 40px;
    color:White;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color:#3c3c3c;
    vertical-align: top;
}

.resultsTable tfoot a 
{
    margin-right: 5px;
}

.resultsTable tfoot span 
{
    margin-right: 5px;
    color: #FFFFFF;
    font-weight: bold;
}



.corisContainerDiv {
  margin-top: 15px; background-color:#221e1f;line-height: 30px;
  width: 100%; display:table
}

.corisGridSection {
  /*border: 1px solid #3697f6;*/
  width: 100%; display:table
}
.corisRowDivHeader {
  /*border: 1px solid #668db6;*/
  background-color: #221e1f;
  color: white;
  font-weight: bold; display:table-row
}
.corisCellDivHeader {
  /*border-right: 1px solid white;*/
  display: table-cell;
 /* width:12%; */
  padding: 1px;
  text-align: left; 
  overflow: hidden;
  background-color: #221e1f;
  font-size: 75%;
}

.corisCellDivHeader a {
    text-decoration: none;
}

/*a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}*/

.corisResultsRow {
  /*border: 1px solid #668db6;*/
      line-height: 40px;
  background-color: #2b2a2b;
  color:White;
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:#3c3c3c;
  display:table-row
}
.corisResultsRowAlt {
  /*border: 1px solid #668db6;
  background-color: #cee6fe;
    #696969;*/
  background-color: #373737;
    line-height: 40px;
    color:White;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color:#3c3c3c;
    vertical-align: top;
  display:table-row
}

.corisResultsRow:hover td {background:#26b3f7; color:#2b2a2b; cursor: pointer;}
.corisResultsRowAlt:hover td {background:#26b3f7; color:#2b2a2b; cursor: pointer;}

.gridSelectCheckBox {cursor: pointer;}

.corisCellDiv {
   /*border-right: 2px solid white;*/
  display: table-cell;
  /*width:10%;*/
  padding-right: 4px;
  text-align: left;
  /*border-bottom: none;*/
}




.searchFormSection 
{
    width: 100%;
    float: left;
}

.searchFormSection  select
{
    height: 18px; 
    box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width:100%;
  background-color:#3c3c3c; border:1px solid White;
  color: White;
}

.searchFormSection  input[type="text"]
{
     box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width:100%;
 
}

input[type=text] {
    height: 18px; 
    /*height: 50px;*/
    background-color:#3c3c3c; border:1px solid White;
    color: White;
}



div.Hover { background-color: #b2e1ff; color: #0b333c;}



hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #2b2a2b;
    margin: 1em 0; padding: 0; }





































.col1,.col2,.box7,.box11{
    float:left;
}

.col1{
    width:20%;
    height:100%;
}
.col1 > div{
    width:100%;
    height:25%;
}
.col2{
    width: 65%;
    height:100%;
}
.box6{
    /*float:right;
width: 47.5%;*/
    float:left;
    
    width: 100%;
    /*height:65%;*/
    height:50%;
}
.box5,.box8{
    width:100%;
}
.box5{
    height:30%;
}
.box8{
    height:35%;
}
.box9{
    height:15%;
}
.box10{
    height:20%;
}
.box7,.box11{
    width:15%;
}
.box7{
    height:90%;
}
.box11{
    height:10%;
}

/* following just to see what we are doing :) */
.dashboard > Div{
   /* border:1px solid red;
    box-sizing:border-box;*/
}


.jqplot-xaxis
{
    color:White;
}
 







::-webkit-scrollbar {
      width: 15px;
} /* this targets the default scrollbar (compulsory) */

::-webkit-scrollbar-track {
      background-color: #616c7e;
} /* the new scrollbar will have a flat appearance with the set background color */
 
::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2); 
} /* this will style the thumb, ignoring the track */
 
::-webkit-scrollbar-button {
      background-color: #616c7e;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
 
::-webkit-scrollbar-corner {
      background-color: black;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */






/* Query Editor classes */

.query-builder-plumb-pane
{
    position:relative; 
    background-color: #FFFFFF; 
    color: #000000; 
    height: 800px;
    width:70%;
    float:left;
    overflow:auto;
}

.query-builder-ui-property-pane
{
    position:relative;
    float:left;
    width: 29%; 
    height: 800px;
    background-color: #FFFFFF; 
    color: #000000; 
    margin-left: 10px;
    margin-bottom: 10px;
    overflow-y:auto;
}

.queryPropertySection
{
    margin-left: 10px;
    display: none;
}

.queryRequestEditPanel
{
    display: none;
}

.query-builder-ui-query-view
{
    /*display: none; */
    clear:both;
    margin-top:10px;
    white-space: nowrap;
    width: 99%; 
    height: 600px; 
    background-color: #FFFFFF; 
    color: #000000;
}

.query-builder-ui-query-view-text
{
    width:100%; 
    height: 580px;
}

.query-builder-ui-results-area
{
    margin-top: 10px; 
    width: 99%; 
    height: 600px; 
    background-color: #FFFFFF; 
    color: #000000;
    overflow-x:auto;
    overflow-y:auto;
}

.query-builder-connection-menu 
{
    display: none;
    z-index:1000;
    position: absolute;
    background-color:#C0C0C0;
    border: 1px solid black;
    padding: 2px;
}

.query-builder-connection-menu li {
    padding: 8px 12px;
    cursor: pointer;
    list-style-type: none;
}

.query-builder-connection-menu li:hover {
    background-color: #DEF;
}

.query-builder-ui-table
{
    font-size: 8pt; 
    /*min-height: 230px;*/
    /*min-width: 150px;*/ 
    max-width: 400px;
    overflow: hidden;
    border: 2px solid black; 
    margin: 10px;
    font-weight: bold;
    background-color: #E0E0E0;
}

.query-builder-ui-table-checkbox
{
    vertical-align: middle;
}

.query-builder-ui-table th 
{
    background-color: #C2C2C2;
}

.query-builder-ui-table li
{
    background-color: #E0E0E0;
}

.query-builder-ui-table-button
{
    font-weight: bold;
    font-size: 10pt;
    text-align: right;
    float:right;
}

.query-build-ui-table-field-name
{
    white-space:nowrap;
    width:100%;
}

.query-builder-results-table
{
    font-size: 7pt;
    width: 100%;
}

.query-builder-results-table th 
{
    background-color: #C2C2C2;
}

.query-builder-results-table tr
{
    background-color: #E0E0E0;
}

.queryRequestFilter
{
    margin-left:10px;
}


.query-builder-results-table tr:nth-child(even) {background-color: #E0E0E0;}
.query-builder-results-table tr:nth-child(odd) {background-color: #CCCCCC;}

.query-builder-results-table td + td { border-left:1px solid black; }
.query-builder-results-table th + th { border-left:1px solid black; }

.query-builder-default-table
{
    border-color: #000000;
    border-width: 5px;
    border-style: dashed;
}

.query-builder-ui-table li:hover
{
    background-color: #FFFFFF;
}

.query-builder-joined-style
{
    background-color: #FFFFFF !important;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.resultsDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.resultsDialog:target {
	opacity:1;
	pointer-events: auto;
}

.resultsDialog > div {
	width: 90%;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.resultsClose {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.resultsClose:hover { background: #00d9ff; }

.queryXMLDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.queryXMLDialog:target {
	opacity:1;
	pointer-events: auto;
}

.queryXMLDialog > div {
	width: 90%;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.queryXMLClose {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.queryXMLClose:hover { background: #00d9ff; }

.queryBuilderPropertyEditSection 
{
    margin-top: 20px;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
}

.queryEditorButtonBar 
{
}

a.queryEditorLinkButton
{
    font: bold 11px Arial;
      text-decoration: none;
      background-color: #EEEEEE;
      color: #333333;
      padding: 2px 6px 2px 6px;
      border-top: 1px solid #CCCCCC;
      border-right: 1px solid #333333;
      border-bottom: 1px solid #333333;
      border-left: 1px solid #CCCCCC;
}

a.queryEditorLinkButton:link, a.queryEditorLinkButton:visited, a.queryEditorLinkButton:hover
{
    font: bold 11px Arial;
      text-decoration: none;
      background-color: #EEEEEE;
      color: #333333;
      padding: 2px 6px 2px 6px;
      border-top: 1px solid #CCCCCC;
      border-right: 1px solid #333333;
      border-bottom: 1px solid #333333;
      border-left: 1px solid #CCCCCC;
}
/* end of Query Editor Classes */