
/*
    Purpose: enable for Grid header in Kendo UI to wrap
    src: http://www.kendoui.com/forums/kendo-ui-web/grid/provide-kendo-grid-column-header-wrap-around-for-long-column-title-so-that-the-column-width-will-stayed-fix.aspx

*/
.k-grid-header .k-header {
   white-space: normal;
}

/*** Tooltip Styles for Kendo UI  Case 39100****/

.k-widget.glossary_tt, .k-widget.quick_tt, .k-widget.thumbnail_tt{
    background-image: none;
    background-color: #F7F3EC;
    color: #000 !important;
}

.k-widget.quick_tt{       border: 2px solid #5B91C9; }
.k-widget.glossary_tt{    border: 2px solid #6C276a; }
.k-widget.thumbnail_tt{   border: 2px solid #D5B889; }

.thumbnail_tt .k-callout-s{   border-top-color: #D5B889; }
.quick_tt .k-callout-s{       border-top-color: #5B91C9; }
.glossary_tt .k-callout-s{    border-top-color: #6C376A; }

.thumbnail_tt .k-callout-n{ border-bottom-color: #D5B889; }
.quick_tt .k-callout-n{     border-bottom-color: #5B91C9; }
.glossary_tt .k-callout-n{  border-bottom-color: #6C376A; }

.thumbnail_tt .k-callout-e{ border-left-color: #D5B889; }

.thumbnail_tt .k-callout-w{ border-right-color: #D5B889; }

.k-tooltip-content{
    text-align: left;
    margin: 5px;
    font-size: 10pt;
}
/* Glossary Label Style Case 39100 - Used by prdDSF and prdInfo page only*/
a.toolTitle{
    text-decoration: none;
}
a.toolTitle {
    font-weight: bold;
    color: #003366;
    border-bottom: 1px dotted #339933 ;
}

a.toolTitle:hover {
    color: #339933;
    border-bottom: 1px solid #339933 ;
}
a.definition_glossary img, a.definition_quick img{
    margin-left: 2px;
    margin-bottom: 5px;
}


/* Added for KENDO UI Demo Theme Switcher */
#themeDropDiv{
    margin: 20px 0px 20px 0px;
}

/* Create a standardized button which complements k-button; based off master.css buttonSearch */
.std-k-button {
    font-weight:bold;
    padding:.3em;
    margin:.3em;
    height:2.2em;
    width:9em;
    float:left;
}
.btnAdd{
    margin-right: 5px; 
}

/* Override icon used by trees to so it's simply an arrow icon */
.k-treeview .k-icon{
    background-color: transparent;
    background-image: url('../javascripts/kendo.ui.2013.2.918/styles/Silver/sprite.png');
}
