/**
 * Copyright (C) 2013 - 2017 SkyTouch Solutions, LLC. All rights reserved.
 */
#toolTip{
    position:absolute;
    z-index: 999;
}

#toolTip span{
    position: absolute;
    color: #FFFFFF;
    background: #1b1b1b;    
    padding: 12px;
    text-align: center;
    display: block;
    right: -50px;
    margin-top: 4px;
}

#toolTip span:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 10%;
    width: 0; 
    height: 0;
    border-bottom: 10px solid #1b1b1b;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.CHI_POPUP label{
    white-space: nowrap; 
    color: #ffffff !important;
}

.CHI_POPUP p{
    white-space: nowrap; 
    color: #ffffff !important;
}
td.cell_selected {
    background-color: #cce3fa !important;
    border-top: 2px solid #0080ff !important;
    border-right: 2px solid #0080ff !important;
    border-bottom: 2px solid #0080ff !important;
    border-left: 2px solid #0080ff !important;
}

.CHI_DataSet.CHI_Weekview.CHI_State_MultipleSelect tbody tr td.cell_selected {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/*Copyright (C) 2013 - 2016 SkyTouch Solutions, LLC. All rights reserved.*/
#toolTipGoogle{
    position:absolute;
    z-index: 999;
}
.CHI_POPUP_GOOGLE{
    top: 520px;
    left: 250px;
    width: 700px;
}
#toolTipGoogle span{
    position: absolute;
    color: #FFFFFF;
    background: #1b1b1b;    
    padding: 12px;
    display: block;
    right: 0px;
    margin-top: 4px;
    line-height: 155%;
    bottom:-120px
}

#toolTipGoogle a{
    display: inline;
    padding: 1px 1px 1px 1px;
    margin: 1px 1px 1px 1px;
}

#toolTipGoogle span:after {
    content: '';
    position: absolute;
    bottom: -5%;
    right: 90%;
    width: 0; 
    height: 0;
    border-top: 10px solid #1b1b1b;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.CHI_POPUP label{
    white-space: nowrap; 
    color: #ffffff !important;
}

.CHI_POPUP p{
    white-space: nowrap; 
    color: #ffffff !important;
}
td.cell_selected {
    background-color: #cce3fa !important;
    border-top: 2px solid #0080ff !important;
    border-right: 2px solid #0080ff !important;
    border-bottom: 2px solid #0080ff !important;
    border-left: 2px solid #0080ff !important;
}

.CHI_DataSet.CHI_Weekview.CHI_State_MultipleSelect tbody tr td.cell_selected {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#googleLink {
   font-size: 11px;
   padding: 1px 1px 1px 1px;
   margin: 1px 1px 1px 1px;
   color: #999;
   text-decoration: underline;
}
