/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
/*
#header {
    display: block;
    height: 50px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background-color: #F3F3F3;
    background-image: linear-gradient(to bottom, #F3F3F3, #E2E2E2);
    background-repeat: repeat-x;
    position: relative;
    z-index: 905;
}
#logo-group > span {
    display: inline-block;
    height: 50px;
    float: left;
}
#logo img {
    width: auto;
    height: auto;
    padding-left: 3px;
    margin: 0 0 0 0; padding:0
}
*/
/*Calendar*/
.calendar { vertical-align: top; font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #444444; text-align:center;}
.calendar-month { background-color:#FC9; }
.calendar-day { background-color:#9ddbfb; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
.calendar-today { color: #209ef1; font-weight:bold; }

/*Tooltop*/
.tooltip { position:absolute; top: -500px; left: 0; padding: 5px; visibility: hidden; border:1px solid black; font:normal 12px Arial; line-height: 18px; z-index: 100; background-color: #FFF; width: 350px; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135, Strength=5);
}
#arrowhead { z-index: 99; position:absolute; top: -500px; left: 0; visibility: hidden; }
.resspace { float: left; width: 15px; }
.resquestions { float: left; padding: 0 15px; }

/*Google charts -tooltip*/
div.gtooltip {
background-color: #ffffca;
border:solid 1px green;
padding: 10px;
font-size: 20px;
margin-left: -50px;
}
div.google-visualization-tooltip { background-color: #ffffca; }