
.small-box a.small-box-link {
    color: #FFF;
}

.small-box a.small-box-link:hover {
    color: #E0E0FF;
}

.message-icon-right{
    position: absolute;
    top: 0;
    right: 0;
}

.sorting-sort{
    position: relative;
}

.sorting-sort-two-arrows-blend::before{
    font-family: 'Glyphicons Halflings';
    top: -12px;
    display: block;
    position: absolute;
    opacity: 0.2;
    content: "\e150";
}

.sorting-sort-amount-asc::before{
    font-family: 'Glyphicons Halflings';
    top: -12px;
    display: block;
    position: absolute;
    opacity: 0.5;
    content: "\e155";
}

.sorting-sort-amount-desc::before{
    font-family: 'Glyphicons Halflings';
    top: -12px;
    display: block;
    position: absolute;
    opacity: 0.5;
    content: "\e156";
}

.widget-user-2 .widget-user-image-full {
    width: 65px;
    height: 65px;
    float: left;
    border-radius: 65px;
    overflow: hidden;
    text-align: center;
    
}

.widget-user-2 .widget-user-image-full>img {
    min-width: 65px;
    height: 65px; 
    border-radius: 0;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: block !important;
    position: absolute;
    width: 250px;
    left: 50px;
}

.chat .item > img,
.navbar-nav > .user-menu .user-image,
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    display: inline-block;
    overflow:hidden;
    background-color: #efefef;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    background-color: #63A4CA;
}

.user-panel > .image > img {
    min-height: 45px;
    display: inline-block;
    overflow: hidden;
    background-color: #efefef;
}

.sidebar-collapse .user-panel > .image > img{
    min-height: 30px;
    max-width:30px
}

.cursor-pointer {
    cursor: pointer;
}

.select2.select2-container {
    min-width: 165px;
}

/* project slots */
.project-slot {
    width: 100%;
    height: 370px;
    position: relative;
    margin-bottom: 30px;
}

.project > .project-slot {
    height: auto;
}

.project-slot .empty {
    background-color: #e8ecf1;
    border-radius: 10px;
    position: absolute;
    left: 25%;
    top: 25%;
    width: 50%;
    height: 50%;
    cursor: pointer;
}

.project-slot .empty:hover {
    background-color: #eaddf3;
}

.project-slot .box {
    height: 100%;
}

.project-slot .empty i {
    font-size: 112px;
    text-align: center;
    line-height: 168%;
    display: block;
    height: 100%;
    width: 100%;
    color: #e8ecf1;
}

.todo-list li {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
}

.todo-list > li .tools {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1000;
    background: #f4f4f4;
    padding-left: 10px;
    padding-right: 10px;
}

.todo-list > li .text {
    display: inline;
}
/* project slots */

.click-edit {
    cursor: text;
    color: #0f00ff;
}

.navbar-text {
    color: #f6f6f6;
}

/* search */
#search .search-result {
    left: 56px;
}

/* page reload */
.blackened {
    background: transparent;
    position: absolute;
    background-image: url(../img/load.gif);
    background-position: center top;
    background-repeat: no-repeat;
}
/* page reload */

/* avatars */
.avatar-small {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    float: none;
}
/* avatars */

#taskHeader {
    max-width: 220px;
}

#taskHeader > a > div.text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.direct-chat-messages {
    height: 400px;
}

div.direct-chat-text a {
  color: #badfff;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.active {
    background: #fce2c5;
}

.nav-pills > .active > a > .badge
{
    background: #337ab7;
    color: #fff;
}

/* drop down checkboxes */

.checkbox-dropdown > li > a > .fa{
    visibility:hidden;
}
.checkbox-dropdown > li.selected > a > .fa{
    visibility:visible;
}

/* drop down checkboxes */

.ui-sortable-placeholder {
    height: 400px;
}