﻿
.po_tool_div {
	position: fixed;
	right: 32px;
	bottom: 32px;
	background: rgba(255, 255, 255, 0.5);
	/*border: 1px solid #c8c8c8;*/
	overflow: visible;
	/*min-width: 100px;*/
	font-size: 12px;
	font-weight: normal;
	/*color: #787878;*/
	max-width: 50%;
	/*z-index: 100000;*/
	padding: 6px 4px 6px 4px;
	text-align: center;
	box-shadow: 0px 2px 3px #989898;
    z-index: 10000;
}

    .po_tool_div:hover {
        background: rgba(255, 255, 255, 1.0);
    }
    .po_tool_div > .mgrip_div {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 6px;
        cursor: move;
    }

.po_tool {
    display: inline-block;
    vertical-align: bottom;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .po_tool > li {
        display: inline-block;
        float: left;
        padding: 0px;
    }

        .po_tool > li > button {
            border: 0px;
            padding: 0px 8px;
            background-color: transparent;
            /*opacity: 0.5;*/
        }
		.po_tool > li > button > img {
			border: none;
			height: 16px;
			width: 16px;
		}

            .po_tool > li > button:disabled {
                /*border: 0px;
	background-color:transparent;*/
                opacity: 0.3;
            }

            .po_tool > li > button:hover {
                background-color: lightgray;
                opacity: 1.0;
            }

                .po_tool > li > button:hover:disabled {
                    background-color: transparent;
                    opacity: 0.3;
                    cursor: auto;
                }

.po_tool_rec {
    display: inline-block;
}
