.popUpBox {
    position: absolute;
    z-index: 1;
}

@media all and (max-width:750px) {

    .popUpBox {
        width: 180px;
        position: absolute;
        z-index: 10;
    }

    .popUp_DataBox {
        position: absolute !important;
        left: -95px !important;
        top: 0px !important;
    }
}

.popUp_Collapse {
    position: relative;
}

.popUp_Open {
    padding: 0px;
}

.popUp_DataBox {
    display: block;
    display: none;
    background: #FFF;
    border: solid 1px #bab4b4;
    border-radius: 5px;
    box-shadow: 0px 0px 15px #999;
    position: absolute;
    width: 270px;
    top: 16px !important;
}

    .popUp_DataBox a.close {
        color: red;
        font-size: 12px;
        text-decoration: underline;
    }

.popUp_Arrow {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #FFF;
    position: absolute;
    left: 1px;
    top: -10px;
    z-index: 1001;
}

.popUp_Arrow-border {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #BBBBBB;
    position: absolute;
    top: -12px;
    z-index: 1000;
}

/*--------------------------------------------*/

.popUp_ItemList {
    width: auto !important;
    height: auto !important;
    margin: 0px auto !important;
    padding: 0px !important;
    background-color: #fff;
}

    .popUp_ItemList ul {
        list-style: none;
        padding: 0px !important;
        height: auto !important;
    }


    .popUp_ItemList #nav li {
        background-color: #fff !important;
        color: #00437B !important;
        margin: 0px !important;
    }

        .popUp_ItemList #nav li a:hover {
            background-color: #00437B !important;
            color: #fff !important;
        }

        .popUp_ItemList #nav li ul li {
            padding: 0px !important;
            width: 100% !important;
            border-right: 0px solid black !important;
            border-bottom: 1px solid #bab4b4 !important;
            background: #fff !important;
        }

        .popUp_ItemList #nav li.seeAllNotifications {
            color: #009FDA !important;
            padding: 0px;
            text-align: center;
            margin: 0 !important;
            width: 100% !important;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            border-bottom: 0px solid #bab4b4 !important;
        }

            .popUp_ItemList #nav li.seeAllNotifications a {
                color: #00437B !important;
                font-weight: bold !important;
                display: block;
            }




                .popUp_ItemList #nav li.seeAllNotifications a:hover {
                    color: #00437B !important;
                    background: #7DCEF1 !important;
                    font-weight: bold !important;
                    display: block;
                }

        .popUp_ItemList #nav li a {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100% !important;
            display: block;
            width: inherit;
            text-align: left;
            font-size: 8pt;
            font-weight: normal;
            text-decoration: none;
            color: #000;
            padding: 10px !important;
            margin: 1px !important;
        }



#InfoTip {
    color: black !important;
}


    #InfoTip .popover.bottom > .arrow {
        left: 15%;
    }



.popover-inner {
    background-color: #fff;
    border-radius: 0 !important;
    border: 0 !important;
    font-size: 12px;
}

.popover-title {
    background-color: #279dda !important;
    border-radius: 0 !important;
    border: 0 !important;
    color: white;
}

.redcolor {
    color: red;
}

.greencolor {
    color: green;
}









/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 0;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
            padding: 20px;
            font-size: 18px;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon,
            div.bhoechie-tab-menu div.list-group > a .fa {
                color: #5A55A3;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a.active,
            div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
            div.bhoechie-tab-menu div.list-group > a.active .fa {
                background-color: #00437B;
                border: 0px;
                color: #fff !important;
                font-weight: bold;
            }

                div.bhoechie-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid #00437B;
                }

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}


.bhoechie-tab {
    border-left: 1px solid #ddd;
}