.dropdown-anker {
            position: absolute;
            width: 0px;
            height: 0px;
            left: 7px;
            top: 0px;
            border: 8px solid;
            border-color: transparent transparent #2b5797 transparent;
			background: transparent !important;
        }

        .metrouicss .toolbar.noteicons a {
            background: transparent;
            background-color: transparent;
            margin-bottom: 0px;
            padding: 0;
            text-align: left;
        }

        .metrouicss .toolbar.noteicons  span {
            background: transparent;
            right: -1px;
            bottom: -1px;
        }

        .click-nav  > .js > .item-list {
			position: absolute;
            width: 300px;
            margin-top: 0px;
			margin-left: 0px;
			display: none;
			z-index: 1001;
        }

        .click-nav > ul {
            margin-left: 0px;
        }

        .click-nav .item {
            background: #FFF;
            padding: 5px;
            cursor: pointer;
			border: 1px solid #ddd;
            border-top: none;
			border-bottom: none;
        }
		
		.click-nav .item:first-child{
		height: 15px;
		border: none;
		background: transparent !important;
		cursor: default;
		}

            .click-nav .item:nth-child(odd) {
                background: #f9f9f9;
            }

            .click-nav .item:nth-child(2) {
                background: #2b5797 !important;
                color: white;
                cursor: default;
                font: normal 16px sans-serif;
				border: none;
            }

            .click-nav .item:last-child {
                background: #2b5797 !important;
				border: none;
				height: 32px;
				padding-top: 7px;
            }

                .click-nav .item:last-child > a {                    
                    text-align: right;
                    color: white;
					float: right;					
                }

                    .click-nav .item:last-child > a > i {                        
                        top: 1px;
                    }

            .click-nav .item span {
                display: block;
                position: relative;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                -ms-text-overflow: ellipsis;
                margin-top: 2px;
                width: 78%;
                left: 0px;
                font-weight: 400;
				font-size: 12px;
            }

            .click-nav .item .headline {
                margin-right: 0;
                margin-bottom: 2;
            }

        .click-nav ul li > ul > li > a {
            text-align: left;
        }

        .click-nav .item .label-date {
            position: absolute;
            background-color: transparent;
            right: 0px;
            width: 21%;
            display: inline-block;
            line-height: inherit;
            font-size: 0.75em;
            vertical-align: 3%;
        }

        .click-nav {
            width: 32px;
            float: left;
        }

            .click-nav > .no-js, .click-nav > js {
                margin-left: 0px !important;
            }

            .click-nav ul {
                position: relative;
                font-weight: 900;
                background: #FFF;
            }

                .click-nav ul li {
                    position: relative;
                    list-style: none;
                    cursor: pointer;
                }

                    .click-nav ul li ul {
                        width: 300px;
                        position: absolute;
                        left: 0;
                        right: 0;
                        background: transparent;
                        top: 25px;
                    }

                .click-nav ul > li > ul > li {
                    padding-left: 5px;
                    padding-right: 5px;
                }

                .click-nav ul li > ul > li:last-child > a {
                    text-align: center;
                }

                .click-nav ul .clicker {
                    position: relative;
                    background: #2284B5;
                    color: #FFF;
                }

                    .click-nav ul .clicker:hover, .click-nav ul .active {
                        background: #196F9A;
                    }

            .click-nav img {
                position: absolute;
                top: 9px;
                left: 12px;
            }

            .click-nav ul li a {
                transition: background-color 0.2s ease-in-out;
                -webkit-transition: background-color 0.2s ease-in-out;
                -moz-transition: background-color 0.2s ease-in-out;                
                color: #333;
                width: 100% !important;
                text-decoration: none;
            }   
.worklist-item > div.label{			
	max-width:400px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}