/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 29, 2015, 9:25:54 AM
    Author     : fsiammenou
*/
h2  {
    background: linear-gradient(to bottom, #2e6e9e 0%, #bfdbec 100%) repeat scroll 0px 0px transparent !important;
    border-color:  #020005 !important;
    color: #FFF !important;
    text-shadow: 0px 1px 0px #666 !important;
    font-family: Verdana,Arial !important;
    font-size: 14px !important;
    font-weight: bold !important;
    border-radius: 3px 3px 0px 0px !important;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.5) inset !important;
    line-height: 34px !important;
    padding-left: 10px !important;
    position: relative !important;
}
h3  {
    background: linear-gradient(to bottom, #CCCCCC 0%, #EAEAEA 100%) repeat scroll 0px 0px transparent !important;
    border-color:   #2e6e9e !important;
    color: #2e6e9e !important;
    text-shadow: 0px 1px 0px #666 !important;
    font-family: Verdana,Arial !important;
    font-size: 13px !important;
    font-weight: bold !important;
    border-radius: 3px 3px 0px 0px !important;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.5) inset !important;
    line-height: 24px !important;
    position: relative !important;
    text-align: center;   
    letter-spacing: 0.8px;
    margin: 15px !important;
    width: 97% !important;
}

legend{
    border-width: 0 !important;
    font-family: Verdana,Arial !important;
    font-size: 10pt !important;   
    color: #2e6e9e !important;
    margin-bottom: 5px !important;
    width:4% !important;
}

fieldset{    
    margin: 15px !important;
    font-family: Verdana,Arial !important;
    font-size: 10pt !important; 
    border: 1px solid !important;    
    border-radius: 1%; 
    border-color: #e5e5e5 !important;
}

.filters_box{
    border-radius: 5%;
    padding: 1px 10px 2px 10px;
}

.filters_button{
    display: inline-block;    
    background: url("./refresh-image.gif") no-repeat  #ebebff ;        
    border: 1px solid  #c9c9c9 ;
    color: #2e6e9e;
    border-radius: 5%;
    font-weight: bold;
    font-size: 1em;
    padding-left: 32px;
    height: 32px;
}

.filters_button:hover {
  text-shadow: 0 1px #A1BDCE;  
  border: 1px solid #BEBEBE;
  background-color: #DCDCF0;
  box-shadow: inset 0 1.5px #ebebff;
}

.filters_table{
   border-collapse: separate; 
   border-spacing: 5px; 
}

.highcharts-tooltip span {
/*  height:auto;
    background-color:green;
    overflow:auto;*/
    width:180px;
    white-space:normal !important; // add this line...
}
html {
    height: 100%;
}
body {
    min-height: 100%;
    position: relative;
}
body:after {
    content: '';
    display: block;
    height: 100px;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: lightgray;
    padding-top: 10px;
    font-size: 9pt;
    text-align: center;
    margin: 0 auto;
}

.chartDivYpomnhmaClass{
    background: linear-gradient(to bottom,  #cccccc 0%, #eaeaea 100%) repeat scroll 0px 0px transparent !important;
    padding: 10px;
    font-size: 9pt;
    text-align: center;
    margin: 0 auto;
    width: 60%;
    border-radius: 3px 3px 0px 0px !important;
}

/*// cellpadding
th, td { padding: 5px; }

// cellspacing
table { border-collapse: separate; border-spacing: 5px; } // cellspacing="5"
table { border-collapse: collapse; border-spacing: 0; }   // cellspacing="0"

// valign
th, td { vertical-align: top; }

// align (center)
table { margin: 0 auto; }*/

