﻿.tooltip {
    font-family: inherit !important;
}

.stick-menu-border i {
    font-size: 21px !important;
}

.stick-menu-content {
    margin-bottom: 5px;
    cursor: pointer;
}

.stick-menu-border {
    margin-bottom: 0px !important;
    border: 1px gray solid;
    background: #008EC4;
    color: white;
}

.stick-menu {
    position: fixed !important;
    top: 27%;
    left: 0px;
    z-index: 10;
}

label {
    word-wrap: break-word;
}

.unread {
    background: #dedede none repeat scroll 0 0;
}

.dropdown-menu.dropdown-message.scroll {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.hasCalendarsPicker {
    width: 75% !important;
    display: inline !important;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #aaa;
    }

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    padding: 5px;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 8px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #aaa;
    }

.textarea-counter {
    font-size: 12px;
    color: gray !important;
}

.PagedList-skipToPrevious a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    /*border-left: 1px solid #F3EEEE !important;*/
}

.PagedList-skipToNext a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    /*border-right: 1px solid #F3EEEE !important;*/
}

.calendar-switch-icon {
    float: left;
    margin-top: 4px;
    margin-left: 7px;
}

.navbar-default .navbar-nav > .open > .notify:after {
    content: "";
    position: absolute;
    top: 82%;
    left: 50%;
    border-bottom: 10px solid white;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -9px;
}
