
/************ Global ****************/

html
{
    height: 100%;
    width: 100%;

}

#fullscreenLogo
{
    position: absolute;
    right: 0px;
    top: 0px;
    margin-bottom: 10px;
    color: #888;
    z-index: 1400;
    display: none;
    opacity: 1;
}


#fullscreen-toggle
{
    top: 40px;
}

#fullscreen-toggle:hover {
    color: black;
}

#export-button:hover {
    color: black;
}

#export-button
{
    top: 100px;
}

.bar {
    /*fill: #5f89ad;*/
    padding: 3px;
}

.axis {
    font-size: 13px;
}
.BarLabel
{
    font-size: 10px;
    
}

.axis path,
.axis line {
    fill: none;
    display: none;
}


.ConfigButton
{
    color: black;
}


.infoconfig-open
{
    margin-right: 310px !important;

}
.Hoverinfo
{
    width: 350px !important;
}
.infoconfig-closed
{
    margin-right: 45px !important;
}


.info {
    padding: 6px 8px;
    font: 12px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    /*margin-right: 45px !important;*/
    text-align: left;
   
}
.info h4 {

    font-size: 13px;
    color: black;
    text-align: center;
    /*color: #777;*/
}

.LegendHeader
{
    font-size: 12px;
    color: black;
    text-align: center;
    margin-left: 10px;
    /*font-weight: normal;*/
}

.InfoHeader
{
    font-size: 15px;
    color: black;
    text-align: center;
}

.InfoHeader2
{
    font-size: 13px;
    color: black;
    text-align: center;
}



.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

#mapid { 
    width: 100%;
    position: absolute !important; 
    /*margin-top: 40px;*/

    height: 100px; }

.slider-selection {
    background: #BABABA !important;
}


.Config_Dropdowns
{
    color:black;
}

.Filter_Headline
{
    /*margin-left: 20px;*/
    margin-top: 10px;
    font-weight: bold;
}

.Popup_NominationLabel
{
    font-weight: normal;
    cursor: pointer;
    margin-left: 20px;
    color: #0078A8;
}

.PopupHeadline
{
    font-size: 16px;
    font-weight: bold;
}


.Radio_Labels2
{
    font-weight: normal;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-left: 2px;
    cursor: pointer;
}
.Radio_Labels
{
    font-weight: normal;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-left: 2px;
    cursor: pointer;
}

.FilterRadioButtons2
{
    margin-left: 30px !important;
    vertical-align: middle;
    cursor: pointer;
}

.FilterRadioButtons
{
    margin: 0px !important;
    vertical-align: middle;
    cursor: pointer;
}

.ActionSelectionPageLabel
{
    font-weight: unset !important;
    display: unset !important;
}


#searchbutton
{
    top: 90px;
    /*position: absolute;
    right: 7px;
    top: 20px;
    padding: 1em;
    margin: 0.2em;
    cursor: pointer;
    color: #888;
    z-index: 9999999;*/

}


.searchbutton:hover
{
    color: black;
}

.slider_labels
{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;

}
.slider-list
{
    margin-left: 10px;
    font-size: 11px;
}



.config {
    position: absolute;
    right: 0px;
    top: 40px;
    bottom: 0;
    width: 300px; /*17em;*/
    background: rgba(0, 0, 0, 0.75);
    box-sizing: border-box;
    padding: 1em;
    color: #fff;
    transition-property: opacity;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    overflow: auto;
    z-index: 999999;
    text-align: left;
}

.config-toggle {
    position: absolute;
    right: 7px;
    top: 70px;
    padding: 1em;
    margin: 0.2em;
    cursor: pointer;
    color: #888;
    z-index: 9999999;
    
}


.config-toggle:hover {
    color: black;
}

/*



.config-toggle {
    position: absolute;
    right: 7px;
    top: 65px;
    padding: 1em;
    margin: 0.2em;
    cursor: pointer;
    color: #888;
    z-index: 9999999;

}


.config-toggle:hover {
    color: black;
}
*/
.config-closed .config {
    opacity: 0;
    pointer-events: none;
}

.config-closed #cy {
    right: 0;
}

body {
    margin: 0;
    font-family: helvetica, sans-serif;

    height: 100%;
    width: 100%;
    background-color: #f5f6f7 !important;
}
body td
{
    font-size: 10pt;
}

#stage
{
    width: 100%;
    height: 100%;
    text-align: center;
}

#cycontainer
{
    height: 1000px;
    width: 100%;
    text-align: left;
    background-color: rgb(245, 246, 247);
}

#cy {
    width: 100%;
    height: 100%;
    /*top: 0;
    left: 0;*/
    /*position: absolute;*/
    /*width: 100%;
    height: 100%;
    */
    /*position: absolute;
    left: 0;
    top: 0;*/
    z-index: 999;
}


#site
{
    min-width: 800px;
}

#site textarea
{
    font-family: helvetica;
    font-size: 10pt;
}

#overlayDiv
{
    position:absolute;
    top:0;
    right:0;

    width: 100%;
    height: 100%;

    display: none;
    z-index: 99999;
}

#site input[type="text"]
{
    background-color: #FEFBF6;
}


/************ Page ****************/

#page
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
    position:absolute; 
    top: 20%;
}

#page table
{
    /*text-align: left; */
}

.tableRowEntry
{
    text-align: left;
}


#ModulesFramePage
{
    width:auto;
}

/************ Framework (Login, Load/Create Workshop, etc.)****************/

.FrameworkBox
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px; 

    border: #c1cdd6 solid 1px;
    border-radius: 5px;
    box-shadow: 10px 10px 5px #888;

    text-align: left;
    font-size: small;
}

.BoxHeader
{
    margin-top: 5px;
    width:100%;
    height:50px;
    vertical-align: middle;
}

.ActionHeader
{
    width: auto;
    float: left;
    font-weight: bold;
    font-size: 12pt;
    margin-top: 10px;
    margin-left: 10px;
}

.BoxMain
{
    margin-top: 12px;
}

.BoxMainLine
{
    display: table-row;
}

#FASLogoklein
{
    float:right;
}

.BoxLabel
{   
    display: table-cell;
    padding-left: 10px;
    padding-right: 5px;
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom: 2px;
}

#BoxButtons
{
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

.BoxTextBox
{
    width: 210px;

    display: table-cell;
    margin-top: 2px;
    margin-bottom: 2px;
}

#BoxFooter
{
    font-size: small;
}

/************ Login ****************/

#LoginBox
{
    height: 160px;
    width: 305px;
}

.BoxHeader #ImpactNetBox
{
    background-color: #c1cdd6;
    color:white;
    border-radius: 5px; 
    vertical-align: middle;
    float: left;
    width:150px;
    margin-left: 5px;
    text-align: center;
    border: #c1cdd6 solid 1px;
}

.BoxHeader #ImpactNetText
{
    text-align: center;
    line-height: 50px;
    font-size: 12pt;
}

#LoginButton
{
    margin-top: 0px;
}

/************** ActionSelectionPage *****************/

#ActionSelectionBox
{
    height: 145px;
    width: 230px;
}

#ActionSelectionBoxAdmin
{
    height: 165px;
    width: 230px;
}

#radioActions
{
    margin-top: 10px; 
    margin-left: 10px;
    margin-bottom: 5px;
}


/************ CreateWorkshop ****************/

#CreateWorkshopBox
{
    width: 450px;
    height: 260px;
}


#chkModules
{
    margin-top: 5px;
    float:right;
    margin-right: 10px;
    width: 310px;
    border: #a3aeb9 solid 1px;

}

#txtWorkshopTopic
{
    width: 307px;
}
/************** AboutPage *****************/


#AboutBox
{
    height: 275px;
    width: 330px;
    background-color: #f5f6f7;
    z-index: 999999999999;
}

#AboutMain
{
    margin-left: 10px;
}

#AboutButtonDiv
{
    text-align: center;
    margin-top: 7px
}


/************** ExportDialoguePage *****************/

#exportButton
{
    margin-left: 5px;

}

#ExportBox
{
    height: 110px;
    width: 250px;
    background-color: white;
}

#ExportHeader
{
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
    font-weight: bold;
}

#ExportMain
{
    margin-left: 20px;
}

#ExportButtonDiv
{
    text-align: right;
    margin-right: 10px;
    margin-top: 7px
}

/************** Modify Workshop *****************/

#ModifyWorkshopBox
{
    width: 450px;
    height: 260px;
    background-color: white;
    z-index: 20;    
}

/************** Load Workshop *****************/

#LoadWorkshopBox
{
    margin-top: 0px; 

    width: 550px;
    height: auto;
}
#LoadWorkshopTable
{
    margin-right: 10px;
    margin-left: 10px;
}

#LoadWorkshopTableInner
{
    margin-right: auto;
    margin-left: auto;
}

#LoadWorkshopTableInnerViewer
{
    width: 300px;
}

#chkLoadAsReadOnly
{
    margin-left:10px;
}

#LoadWorkshopTable th
{
    text-align: left;

}


#ReadOnlyLabel
{
    font-weight: inherit;
    display: unset;
}

#LoadWorkshopTable td
{
    text-align: left;
    border: #a2adb8 0.5px solid;
    cursor: pointer;
}

#thDate
{
    width: 70px;
    text-align: left;
}


.WorkshopText{
    cursor: pointer;
    font-weight: inherit;
}

.LoadWorkshopError
{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

/************** UserManagement Page *****************/

#UserManagementBox
{
    margin-top: 0px; 
    width: 750px;
    height: auto;
}

#UserList
{
    text-align: center;
}

#UserManagementLabel
{
    text-align: left;
    font-weight: bold;
    margin-left: 15px;
    margin-bottom: 10px;

}

#UserSavingChanges
{
    height: 20px;
    text-align: left;
    margin-bottom: 15px;
    margin-left: 10px;
}

#DropdownWorkshop
{
    width: 120px;
}

#NewAssociation    
{
    margin-left: 30px;
}

.ErrorMessage
{
    display: none;
    font-weight: bold;
}

#UserBoxButtons
{
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

/************** Navigation *****************/

#LogoutButton
{
    text-decoration: none;
    text-underline: none;
}


#NavigationTop
{
    height:40px;
    background-color: #f5f6f7;
    box-shadow: 0px 0px 8px #888;
    width: auto;
    border-bottom: #ACA796 solid 1px;
    z-index: 9999999999999;
    /*display: none;*/
}

#ImpactNetHeading
{
    float: left;
    margin-left: 20px;
    margin-top: 6px;
    width: 200px;
    font-weight: bold;
    font-size: 19pt;    
    color: #5A5A5A;
}

#WorkshopTopic
{
    float: left;
    margin-top: 16px;
    margin-left: 2px;
    font-weight: bold;
    font-size: 12pt;
    color: #5A5A5A;

}

#NavigationTopRight
{
    height: 43px;
    float: right;
    right:10px;
    margin-right: 3px;
    font-size: 9pt;
}

#buttons
{
    float: left; 
    margin-top: 21px;
}


#NavigationTopLeft
{
    margin-left: 30px;
    float: left;
}

.NavigationTopLeftButton
{
    font-weight: bold;
    color: #5A5A5A;
    font-size: 12px;
    cursor: pointer;
    text-decoration:none;
    text-underline: none;
    
    
     height: 43px;
    /*float: right;*/
    left:10px;
    margin-left: 3px;
    margin-top: 21px;
    font-size: 9pt;
}

.NavigationTopLeftButton:hover
{
    text-shadow: grey 0px 0px 2px;
}

.NavigationTopRightButton
{
    font-weight: bold;
    color: #5A5A5A;
    font-size: 12px;
    cursor: pointer;
    text-decoration:none;
    text-underline: none;
}

.NavigationTopRightButton:hover
{
    text-shadow: grey 0px 0px 2px;
}

#FASLogo
{
    float: right;
    margin-right: 3px;
    margin-left: 10px;
    margin-top: 3px;
}

#HeadingsStage
{
    display: none;
    margin-top: 5px;
    margin-left: 220px;
    width: auto;
    height: auto;
    /* display: block;
    /* height:33px; */
    background-color: #c1cdd6;
    color: #6D6A5F;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 4px;
    margin-right: 7px;
    border-radius: 5px;        
}

#HeadingStageRow
{
    /*display: table-row;*/
    display: block;
}

#goalName
{
    margin-top: 10px;
    font-weight: bold;
    font-size: 15pt;
    line-height: 35px;
    /*display: table-cell;*/
    display: block;
    padding-left: 5px;
    padding-right: 10px;
}

#stageName
{
    border-left: #EBE4CE 0px solid;
    font-weight: bold;
    font-size: 15pt;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;    
    display: block;
    /*display: table-cell;*/
    color: #000;
    background: #c1cdd6;
    text-align: left;
}

#NavigationStage
{
    margin-left: 220px;
    height:30px; 
    background-color: #c1cdd6; 
    margin-right: 10px;
    margin-top: 0px;
    padding-top: 5px;
    border-bottom: solid 1px #c1cdd6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

#NavigationStageRight
{
    float: right;
    margin-right: 5px;
}

#NavigationLeft 
{
    float: left;
    width: 200px;
    margin-left: 10px;
    background-color: #c1cdd6;
    color: #5a5a5a;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    display: none;
}



#NavigationLeftMenu
{
    margin-left: 5px;
}

.ModuleName
{
    font-weight: bold;
    font-size: 11pt;
    cursor: pointer;
}

.ModuleButton
{
    font-size: 13pt;
}

.StageButton
{
    background-color: #F5F6F7 /*OLD #F9F2D9 */;

    color: #5A5A5A;
    margin-top: 12px;
    margin-bottom: 10px;
    margin-right: 8px;
    cursor: pointer;

    /*border-top-left-radius:5px;
    border-bottom-left-radius:5px;*/
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: #6CB6DF /*OLD #EA6B24 */ 0.5px solid;

}

.StageButton:hover   
{
    background-color: #E6F6FF /*OLD #F3A16F */; 
}
.highlighted
{
    margin-right: 0px;
    margin-left: 5px;
    border-right: none;
    background-color: #D2EBFA !IMPORTANT /*OLD #F9F2D9 */;
}



.StageButtonTitle
{
    font-size: 9pt;
    line-height: 25px;
    text-align: left;
    height: 100%;
    margin-left: 10px;
}

.StageButtonLabel
{
    height: 100%;
    margin-top: 7px;
    font-size: 10pt;
    cursor: pointer;
    font-weight: unset;
}

.chkStageValidated
{
    line-height: 100%;
    float: left;  
    margin-left: 5px;
    margin-top: 5px;
}

#NavigationLeftButtons
{
    margin-left: 10px;
    text-align: center;
}


#SavingChangesLabel
{
    display: none;
    font-size: small;
    font-weight: bold;
}


/*******************
Content
*******************/

#content
{
    background-color: #F5F6F7;
    /*text-align: center;*/
    /*margin-left: 220px;
    margin-right: 7px;*/
    /*padding-top: 5px;
    padding-bottom: 5px;
    /*position: fixed; */
    /*left: 200px;*/
}

#content h1
{
    font-size: 2em;
    font-weight: bold;
    color: #666666;
}

#content table
{
    /*border-collapse: collapse;    
    margin-left:auto;
    margin-right:auto;
    border: #a2adb8 1px solid;
    */
}

#content tr
{
    /*
    border-style:solid;
    border-width:2px;
    border-color: white;   /* invisible border to align the height of the entire row with possibly selected cells
    */
}



#content .active_cell
{
    border-style:solid;
    border-width:2px;
    border-color: #c1cdd6;    
}

#content th
{

    text-align: left;


    /*background-color: #ACA796;    */
    font-size: 10pt;
    font-weight: bold;

    color: white;

}

/*#content .alt
{
    background-color: #eeeeee;
}
*/

/******************* Stages ***********************/

#objectiveDescription
{
    width: 90%;
    text-align:  center;
    font-size: 18px;
}

#StoryTextbox
{
    width: 90%;
    background-color: #fefbf6;
}

#stage #logoutStageButton
{
    font-weight: normal;
    color: #5a5a5a;
    cursor: pointer;
    text-decoration: none;
}

#stage #logoutStageButton a
{
    font-weight: normal;
    color: #5a5a5a;
    cursor: pointer;
    text-decoration: none;
}

/******************* MatrixHeader ***********************/


.radioInfluenceLeft
{
    text-align: left;
}

#MatrixHeader
{
    /*margin-left: 220px;*/
    width: auto;
    /*height: 105px;*/
    height: auto;
    margin-right: 0px;
    /*border-top: 0px solid #EBE4CE;
    border-bottom: 10px solid #EBE4CE;*/
}

#MatrixHeaderMiddle
{
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

#MatrixShowExamplesDiv
{
    text-align: right;
    margin-bottom: 10px;
    margin-right: 5px;
}

.ExampleLabels
{
    font-style: italic;
}

#InfluenceLabel
{
    font-size: 14pt;
    color: #c1cdd6;
    font-weight: bold;	
    margin-top: 5px;
    margin-bottom: 5px;
}

.ActivePassiveLabels
{
    font-size: 17pt;
    color: #5A5A5A;
    font-weight: bold;
    font-style: italic;

}

#MatrixButtonLeft
{
    margin-left: 10px;
    height: 100%;
    float: left;
    margin-top: 40px;
}

#MatrixButtonRight
{
    height: 100%;
    float: right;
    margin-top: 40px;
    margin-right: 10px;
}

#ToggleMatrixButton
{
    float: right;
    margin-top: 55px;
    margin-right: 2px;
}

.matrixRadioTable
{
    margin-left: auto;
    margin-right: auto;    
}

.matrixRadioTable td
{
    width:30px;
    text-align: center;

    background-color: #c1cdd6;
    height: 50px;

    margin-left: 5px;
    float: left;
    border-radius: 4px;   

    color: white;
    font-weight: bold; 
    cursor: pointer;
    font-size: 12pt;


}


#MatrixRadioButtons
{
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


.radioText
{
    cursor: pointer;
}



#radioVorzeichen
{
    width:40px;
    text-align: left;
    background-color: #c1cdd6;
    height: 50px;
    margin-left: 5px;
    float: left;
    border-radius: 4px;   
    color: #EBE4CE;
    font-weight: bold; 
    cursor: pointer;
    margin-right: 40px; 
    margin-bottom: 0px;
}


/******************* Matrix ***********************/

.matrixTable
{
    /*border-spacing: 0px;*/
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate !important;
    border-spacing: 2px !important;
}


.matrixTable td
{
    font-size: 12pt; 
}
.matrixTable th
{
    background-color: #a3aeb9;
    color:white;
    border-radius: 5px;    
}

.tdColumnCategory
{
    background-color: #c1cdd6;
    color: white;
    border-radius: 5px;     

}



.tdRowCategory
{
    background-color: #c1cdd6;
    color: white;
    font-size: 12pt;
    height: 30px; 
    border-radius: 7px; 
    text-align: left;
}

.RowCategoryText
{
    margin-left: 5px;
    font-weight: unset;

}

.radioCategoryText_Bold
{
    font-weight: bold;
}

#HeaderRow
{
    height: 180px;
    text-align: left;
    font-size: 12pt;

}

#Legend
{
    text-align: left;
    white-space: nowrap;
    font-size: small;
    color: Black;
    width: 150px;

    margin-right: 10px;
    border: #c1cdd6 2px solid; 
    border-radius: 7px; 
    cursor: default;

}

#LegendLabel
{
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;

    height: 100%
}

.MatrixCell
{
    text-align: center;
    cursor: pointer;
    background-color: #f1f4f8;
}

.MatrixCell:hover
{
    border: #c1cdd6 solid 2px;
}

.MatrixCell-stddev-0
{
    background-color: #6CBF67;
    cursor: pointer;
}

.MatrixCell-stddev-1
{
    background-color: #EA8B56;
    cursor: pointer;
}

.MatrixCell-stddev-2
{
    background-color: #EA8B56;
    cursor: pointer;
}

.MatrixCell-stddev-3
{
    background-color: #EA565C;
    cursor: pointer;
}

.MatrixCell-stddev-4
{
    background-color: #EA565C;
    cursor: pointer;
}

.MatrixCell-stddev-5
{
    background-color: #EA565C;
    cursor: pointer;
}

.MatrixCell-stddev-6
{
    background-color: #EA565C;
    cursor: pointer;
}

.MatrixCell-alt-1
{
    background-color: #f1f4f8;
    cursor: pointer;
}

.MatrixCell-alt-1:hover
{
    border: #c1cdd6 solid 2px;
}

.MatrixCell-alt-2
{
    background-color: white;
    cursor: pointer;
}

.MatrixCell-alt-2:hover
{
    border: #c1cdd6 solid 2px;
}

.MatrixCell-symmetric
{
    color: #aaaeb9;
}
.MatrixCell-alt-1-symmetric
{
    color: #aaaeb9;
    background-color: #f1f4f8;
}
.MatrixCell-alt-2-symmetric
{
    color: #aaaeb9;
    background-color: white;
}

.Sum
{
    background-color: #c1cdd6;
    color: white;
    border: 0px;
    border-radius: 7px

}

/******************* ListControl ***********************/

.list-table
{
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #a2adb8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    /*border-spacing: 0px;*/
    border-collapse: separate !important;
    border-spacing: 2px !important;
}

.list-table td
{

    border: #ACA796 1px solid;

}

.list-table .ListCell .propertyGreen
{
    color:		rgb(0,97,0);
    background-color:	rgb(198,239,206);
}

.list-table .ListCell .propertyYellow
{
    color:		rgb(156,101,0);
    background-color:	rgb(255,235,156);
}

.list-table .ListCell .propertyRed
{
    color:		rgb(156,0,6);
    background-color:	rgb(255,199,206);
}

.list-table .ListCell .DropDownNULL
{
    color:		black;
    background-color:	white;
}

.list-header
{
    background-color: #c1cdd6;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    color: white;
    border-radius: 2px;
}



#SpaceTimeTable
{
    margin: auto;
}

#ExportTable
{
    margin: auto;
}

.ListCell
{
    text-align: left;
    font-size: 10pt;
    overflow: hidden;
}
.ListCellCentered
{
    text-align: center;
    overflow: hidden;
}

.ListCellCheckBox
{
    text-align: center;
    overflow: hidden;
}


.Row
{
    background-color: #f1f4f8;
}

.Row-alt
{
    background-color: white;
}

.Row:hover
{
    background-color: #D5E8F0;
}
.Row-alt:hover
{
    background-color: #DDEFF4;
}


.rowNumber
{
    text-align: center;
    font-size: 10pt;
}

/******************* General Charting ***********************/

.chartFixed
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.chartAuto
{
    display: block;
    /*padding-top: 10px;*/
}

.chartControlsTable
{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    color: #5A5A5A;
}

.chartControlsTable input[type="radio"]
{
    margin-left: 0px;
}

.chartControlsTitle
{
    margin-right: 10px;
}

.chartSizeLabel
{
    margin-right: 10px;
}



/******************* BubbleChart ***********************/

.bubbleSlider
{
    width: auto;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}


/********************* Tooltips ********************/
/* Core qTip styles */
.ui-tooltip, .qtip
{
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;

    max-width: 280px;
    min-width: 50px;

    font-size: 14px;
    line-height: 16px;

    z-index: 15000;
}

.qtip
{
    border-color: #c1cdd6 !important;
    background-color: #f1f4f8 !important;
    border-radius: 2px !important;
    color: #555 !important;
    font-size: 13px !important;
    line-height: 16px !important;
}

/*! Default tooltip style */
.ui-tooltip-default .ui-tooltip-titlebar,
.ui-tooltip-default .ui-tooltip-content{
    border-color: #c1cdd6 !important;
    background-color: #f1f4f8;
    border-radius: 2px;
    color: #555;
}

/****************** IE hacks ********************/

.tdInnerIE8
{
    writing-mode: tb-rl;
    filter: flipv fliph;
    height: 80px;
    margin-bottom: 5px;
    margin-top: 70px;
    margin-right: 7px;
    margin-left: 7px;    
}

.tdInnerIE8-rowsum
{
    writing-mode: tb-rl;
    filter: flipv fliph;
    height: 80px;
    width: 35px;
    margin-top: 70px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

.HideSVG
{
    height: 1px;
    position:absolute; 
    top:-9999px;
    width: 1px;
    display: none;
    visibility: hidden;
    overflow: hidden;
}