﻿.graphLine {
    min-height: 8px;
    max-height: 8px;
    height: 8px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;   
}
.graphCol {
    min-height: 8px;
    max-height: 8px;    
    height: 8px;
    width: 2%;
    min-width: 2%;
    max-width: 2%;
    border-right:none;
    float:left;
}

pre {
    /*font-size:10px;*/
    float:left;
}
.canvasParentBackground
{
    background: url(images/BackgroundNoGrid.jpg) no-repeat; 
}

.canvas-parent
{   
    /*centers the graph */
    position: absolute; 
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 50%;
    height: 30%;
    margin: auto;
    /*centers the graph*/
    min-height: 510px;    
    max-height: 510px;    
    min-width: 890px;    
    max-width: 890px;
}
.canvasRow {
    /*height:470px !Important;
    max-height:470px !Important;
    min-height:470px !Important;*/
    height:445px !Important;
    max-height:445px !Important;
    min-height:445px !Important;

}
.canvas {
    
    min-height: 420px;  /*On changing this, change .canvasRow which is = height of .canvas + margin-top of .canvas*/
    max-height: 420px;  /*On changing this, change .canvasRow which is = height of .canvas + margin-top of .canvas*/
    height: 420px;      /*On changing this, change .canvasRow which is = height of .canvas + margin-top of .canvas*/
    width: 600px;    
    min-width: 600px;    
    max-width: 600px;
    margin-top:10px; /*On changing this, change .canvasRow which is = height of .canvas + margin-top of .canvas*/
    margin-right:auto;
    margin-bottom:10px;
    margin-left:auto;
    padding-right:25px;
    padding-bottom:35px;
    border-bottom:2px solid black;
    border-left:2px solid black;
    position:relative;    
    /*background: #f0f9ff;*/ /* Old browsers */
    background: url(images/BackgroundGrid.jpg) no-repeat ;    
    /*background-size:600px 420px;*/
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjlmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2NiZWJmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMWRiZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    /*background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 );*/ /* IE6-8 */
}

.person {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0px auto;
    position: absolute;
    /*box-shadow: 2px 2px 2px #aaa; Geoff requested to remove the shadows
    -o-box-shadow: 2px 2px 2px #aaa;
    -webkit-box-shadow: 2px 2px 2px #aaa;
    -moz-box-shadow: 2px 2px 2px #aaa;*/
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    opacity: 0.8;
    filter: alpha(opacity=80);

}

/*.Nonperson.clearBack,.Nonperson.clearBack:hover
{
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border:none;
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}*/

.person .img-large
{
    height:8px !important;
}
.person.quin1
{
    background: url(images/Quin1.png) no-repeat;
}
.person.quin2
{
    background: url(images/Quin2.png) no-repeat;
}
.person.quin3
{
    background: url(images/Quin3.png) no-repeat;
}
.person.quin4
{
    background: url(images/Quin4.png) no-repeat;
}
.person.quin5
{
    background: url(images/Quin5.png) no-repeat;
}
.person.quin6
{
    background: url(images/Quin6.png) no-repeat;
}

.LegendImage {
    position:relative !Important;
}

/* for image within Quin5 */
.image-quin5 {
    height: 45px;
    width: 45px;
    max-height: 45px;
    max-width: 45px;
    position:relative;
    margin-top:5px;
}

.image-quin6 {
    height: 45px;
    width: 45px;
    max-height: 45px;
    max-width: 45px;
    position:relative;
    margin-top:5px;
}


.quin6
{
    display: inline-block;
    margin: 0px auto;    
     height: 45px;
    width: 45px;
    max-height: 45px;
    max-width: 45px;
}

.quin5
{
    display: inline-block;
    margin: 0px auto;
    /*position: absolute;*/
    height: 45px;
    width: 45px;
    max-height: 45px;
    max-width: 45px;
}

/* for image within Quin4 */
.image-quin4 {
    height: 40px;
    width: 40px;
    max-height: 40px;
    max-width: 40px;
    position:relative;     
    margin-top:5px;
}

.quin4
{
    display: inline-block;
    margin: 0px auto;
    /*position: absolute;*/
    height: 40px;
    width: 40px;
    max-height: 40px;
    max-width: 40px;
}

.quin3
{
    display: inline-block;
    margin: 0px auto;
    position: absolute;
    height: 35px;
    width: 35px;
    max-height: 35px;
    max-width: 35px;
}

.quin2
{
    display: inline-block;
    margin: 0px auto;
    position: absolute;
    height: 32px;
    width: 32px;
    max-height: 32px;
    max-width: 32px;
}

.quin1
{
    display: inline-block;
    margin: 0px auto;
    position: absolute;
    height: 27px;
    width: 27px;
    max-height: 27px;
    max-width: 27px;
}
.graph-y-axis-header-parent
{
    margin-top: 70px;
    padding-left: 15px; 
    padding-right: 1px;
}
.graph-y-axis-header
{
    margin-top:180px;
    margin-left: 0px; 
    padding-top:40px;
    padding-bottom:1px;
    padding-right:1px;
    padding-left: 0px;    
     white-space: nowrap; 
     word-spacing:10px;
}
.graph-z-axis-header-parent
{
    margin-top:45px;
    margin-left:0px; 
    max-width:180px;
    min-width:180px;
    width:180px;
}
.graph-z-axis-header
{
    margin-top:150px;
}
.graph-x-axis-header
{    
     word-spacing:10px;
    margin-left:250px;
    /*margin-top:150px;*/
}
.legend {
    margin-bottom: 5px;    
}
.legendtext {
    color : white;
    margin-left:5px;
}
.legend [class*="col-"]
{
    padding:1px 1px 1px 10px;
}

.matrixHeading {
    font-size:20px;
    font-weight:bold;
    color : white;
    text-align:center;
}

.person:hover {
    box-shadow: 2px 2px 19px #444;
    -o-box-shadow: 2px 2px 19px #444;
    -webkit-box-shadow: 2px 2px 19px #444;
    -moz-box-shadow: 2px 2px 19px #444;
}
.img-large {
    display: inline-block;
    margin: 0px auto;
    position: relative;
    height: 70%;
    width: 70%;
    max-height: 100%;
    max-width: 100%;
}
.img-thumbnail {
    display: inline-block;
    margin: 0px auto;
    position: relative;
    border-radius: 0.7em;
    opacity: 1.0;
    height: 50%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
}
.text-over
{
    position:absolute;
    top:9px;
    left:3px;
    font-size: 11pt !Important;
    font-weight:bold;
    color : darkslategrey;
}
.rotate {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    /* Should be unset in IE9+ I think. */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.rotateZaxis {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    /* Should be unset in IE9+ I think. */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.popover
{
    min-width:160px;    
    padding:1px;
    z-index:1500;
}
.popover-title,.popover-content
{
    font-size: 11px;
    /*font-family:Verdana,Tahoma,Arial,Garamond;*/
    font-family:Arial, Helvetica, sans-serif,"Segoe UI";
    text-transform:capitalize;
    min-width:160px;    
    padding:3px;
}

.popover-title {
    background-color:rgb(112,146,190);            
    color: white;     
     padding:3px;
     min-width:160px;    
}



.canvasBackground
{
    background: url(images/BackgroundGrid.jpg) no-repeat;
    background-size:contain;
}



.xLabelRow {
    margin-left:60px !Important;
    min-width:600px;
    max-width:600px;
    width:600px;
}

.graphName {
    font-size:20pt;   
    color : white;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif,"Segoe UI";
}

.barGraphPoint{
    background-color: yellow;    
    position: absolute;
    border:solid 0.4px black !important;
    /*opacity: 0.6;*/
}

.barGraphcanvas {     
    /*background: none;*/
    background: url(images/barBackgroundGrid.jpg) no-repeat ;    
    background-size:contain;
}

.barGraphParentBackground
{
    background: url(images/barBackgroundNoGrid.jpg) no-repeat; 
}

.barHeading {
    font-size:20px;
    font-weight:bold;
    color : white;
    text-align:center;
}