﻿.designer-actions {
    /*position: relative;
    display: block;
    text-align: center;
    border-bottom: 1px solid transparent;*/
}

ul.floating-menu {
    position: absolute;
    background-color: #eee;
    border-radius: 4px;
	margin-right:10px;
}


ul.floating-menu[data-fm-floated="bottom"]:before {
    content: "";
    position: absolute;
    width: 0; 
    height: 0; 
    top: -9px;
    left: 50%;
    margin-left: -9px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #eee;
}

ul.floating-menu li {
    position: relative;
    height: 100%;
	width:4rem;
}

ul.floating-menu li a {
    position: relative;
    float: left;
    color: #666;
    font-size: 12px;
    padding: 3px;
    text-decoration: none;
    line-height: 20px;
}

ul.floating-menu li .fm-icon {
    position: relative;
    float: left;
    margin-right: 8px;
    font-size: 16px;
    line-height: 20px;
    color: #999;
}

ul.floating-menu.animated {
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    -ms-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
}

ul.floating-menu.visible-transit {
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s; 
}
 

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.winClose{margin-right:10px;}