/* http://google.github.io/material-design-icons/ */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(iconfont/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(iconfont/MaterialIcons-Regular.woff2) format('woff2'),
    url(iconfont/MaterialIcons-Regular.woff) format('woff'),
    url(iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.material-icons.md-16 { font-size: 16px; }
.material-icons.md-24 { font-size: 24px; }

.material-icons.blue { color: #3185b9; }

i {
    display: inline !important;
}

.tooltip {
    width: 310px !important;
}

.tooltip-inner {
    max-width: 310px !important;
}

.tooltip-custom .tooltip-inner {
    text-align: justify !important;
    white-space:  normal !important;
    padding: 0px;
    background-color: #dae0ea !important;
}
.tooltip-arrow {
    border-top-color: #3185b9 !important;
    border-right-color: #3185b9 !important;
    border-bottom-color: #3185b9 !important;
    border-left-color: #3185b9 !important;
}
.tooltip-inner  {
    border: 2px solid #3185b9;
    color: #444;
}
.tooltip-inner .tooltipTitle {
    padding: 7px;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #c0cbdd;
}
.tooltip-inner .tooltipBody {
    padding: 7px;
    font-size: 12px;
    text-align: justify;
    background-color: white;/*#dae0ea;*/
}
.tooltip-inner .tooltipLabel {
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
}

.tooltip-inner .tooltipBodySmall {
    padding: 7px;
    font-size: 11px;
    text-align: justify;
    background-color: white;/*#dae0ea;*/
}
.tooltip-inner .tooltipLabelSmall {
    margin-right: 5px;
    font-size: 11px;
    font-weight: bold;
}