﻿.vim-tooltip,
.vim-tooltip table {
    font-family: arial,helvetica,clean,sans-serif;
    white-space:normal;
}

    .vim-tooltip table {
        margin-bottom: 10px;
        border-collapse: collapse;
    }

    .vim-tooltip table.grid {
        border: 1px solid #D0D7E5;
        border-collapse: collapse;
        table-layout: fixed;
        word-wrap: break-word;
        border-spacing: 0px 0;
    }

    .vim-tooltip table.grid:last-child{
        margin-bottom:0px;
    }

        .vim-tooltip table.grid .thead td {
            font-weight: bold;
            padding-top: 8px;
            padding-bottom: 8px;
            color: #29304F;
            background-color: #ebecf6;
        }

        .vim-tooltip table.grid td {
            padding: 4px;
            border-bottom: 1px solid #D0D7E5;
            border-top: 1px solid #D0D7E5;
        }

        .vim-tooltip table.title {
            table-layout: fixed;
            font-size: 1.5em !important;
            padding: 5px;
            line-height: 25px;
        }

        .vim-tooltip table.title td {
            font-weight: 900;
        }

            .vim-tooltip table.title td.key {
                color: #29304F;
            }

            .vim-tooltip table.title td.val {
                padding-left: 5px;
            }

    /* Value Styles */
    .vim-tooltip table.vals {
        table-layout: fixed;
        word-wrap: break-word;
    }

        .vim-tooltip table.vals td.key {
            text-align: right;
            color: #29304F;
            vertical-align: top;
            font-weight: bold;
        }

        .vim-tooltip table.vals td.val {
            width: 1%;
            padding-left: 5px;
            vertical-align: top;
        }

    /* Smaller Grid Styles */
        .vim-tooltip table.grid td {
            vertical-align: top;
        }

            .vim-tooltip table.grid td.col {
                color: #29304F;
                background-color: #ebecf6;
            }

            .vim-tooltip table.grid td.imgcol {
                width: 30px;
                color: #29304F;
            }

        .vim-tooltip table.grid tr.evenRow td {
            background-color: #f8f7f7;
        }
         
    /*=======================================
        TOOLTIP SPECIFIC
    =========================================*/
    .vim-tooltip .tooltip-timecard-event-details,
    .vim-tooltip .tooltip-br-booking-view{
        min-width: 400px;
        max-width: 600px;
    }
    .vim-tooltip .tooltip-vimnotes {
        min-width: 600px;
        max-width: 800px;
    }