﻿#emr-useful-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

    #emr-useful-links li {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
        min-height: 30px;
        line-height: 30px;
        background-color: #fafafa;
        margin-bottom: 5px;
    }

        #emr-useful-links li:hover {
            cursor: pointer;
        }

        #emr-useful-links li a, #emr-useful-links li a:visited {
            color: #666;
            text-decoration: none;
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
        }

            #emr-useful-links li a:hover {
                /*color: #0079c1;*/
            }

        #emr-useful-links li > a {
            margin-left: 43px;
        }

        #emr-useful-links li .toolbar {
            display: block;
            position: absolute;
            left: -30px;
            height: 100%;
            background-color: #0079c1;
            width: 30px;
            /*top: 50%;
            margin-top: -6px;*/
        }

            #emr-useful-links li .toolbar:after {
                left: 100%;
                top: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: transparent;
                border-left-color: #0079c1;
                border-width: 9px;
                margin-top: -9px;
            }

            #emr-useful-links li .toolbar a.new-window {
                display: block;
                min-width: 21px;
                min-height: 21px;
                width: 21px;
                height: 100%;
                background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEcSURBVDhPnZI9bsJAEEZ3XXEEylBRwgEoUqbkABSgXACKiNClTBduYI4QOjqQoMgNaJBoKCgi0aYyvFmPrTVeo8CTRvOzM+NvVzbXJEkSn+/A6lwOtS6unWbV0Ney1nZLC3xoquNqaVbggPWw2GVVcJ2lyAzwhPUlsHJn7ff5jaLojbMXZIoKUfNK3HGnxjSwZyyWgzONJ2zv2dq1KeRD7duKh1yBWwAf2lvCG/7CuSHIF0TaF0SGkS2DU6400nKBygWhYeIjtiL8k9xBQShcgdzJE9laKpH1VClYYBNftr7Bu6Y5wQVIP2Kfmma0WdDUWNiRz24+4i34wAaFg4cXZFh5CPhm41xrQegZ437kq2lFSef/Bw959dsbcwHl40F7Sv6gYgAAAABJRU5ErkJggg==') /*../images/new-window-16x16-fff.png*/;
                /*background-position: center center;*/
                background-repeat: no-repeat;
                background-position: 5px;
            }

            #emr-useful-links li .toolbar:hover {
                background-color: #19a3f6;
            }

                #emr-useful-links li .toolbar:hover:after {
                    border-left-color: #19a3f6;
                }

        #emr-useful-links li .hover-overlay {
            display: block;
            height: 100%;
            position: absolute;
            width: 0;
            background-color: #f1f1f1;
        }
