﻿a.button {
        -webkit-transition: width 500ms ease;
		-moz-transition: width 500ms ease;
		-o-transition: width 500ms ease;
		transition: width 500ms ease;
}

.scrolled-to-bottom a.goBot {
    display: none;
}

a.more.button {
    width: calc(100% - 7em);
    margin: 1px auto;
    font-size: 1em;
    position: absolute;
    bottom: -0.5em;
}
a.button.clicked{
    color:green;
    background:#fff;
}

a.button.add-dynamic-field {
    width: auto !important;
    min-width: 6em;
    text-align: center;
}
a.button.continue{
    width:calc(100% - 2em);
    margin:0 1em;
}

 div.valueDetail > a.button.wide{
    position:absolute;
    top:5em;
    height:2em;
    padding-top:0.5em;
    width:calc(100% - 6em);
    left:1em;
}

    div.valueDetail > a.button.wide.relative {
        position:relative;
        top:2em;
    }


div.list-item.edit > span.list-item-cmds a.button {
            width: 1em;
            margin: 1em;
            display: block;
            text-indent: 0;
        }

            div.list-item.edit > span.list-item-cmds a.button:first-child {
                margin-right: 1em;
            }


a.button.appendable {
    font-size: 0.6em;
    margin-left: 1.5em;
}

a.del-confirm.button:hover {
    background: red;
    color: #fff;
}

div.friend-candiate a.button {
    float: right;
}

a.button.center {
    width: 50%;
    text-align: center;
    margin: 0 25%;
}

a.button.filter {
    width:2em;
}
a.button.back.alone {
    position:absolute;
    bottom:1em;
    right:1px;
    width:30%;
}
a.button.del.price
{
    position:absolute;
    top:1px;
    right:1px;
    z-index:9;
}

a.button.wide{    
    text-align:center;
    width:89%;
    margin:2em 5%;
    height: 1em;
    padding:0.5em 0;
}

a.button.notes {
    width:calc(100% - 3em);
    margin:1em;
}

a.button.seemap {
    width:2em;
}

a.button.off {
    text-decoration: line-through;
    opacity: 0.5;
}


a.button.add-new {
    position: absolute;
    top: 0;
    right: 1.5em;
    width: 1.5em;
    margin: 0;
}
    div.cell a.button.secure span {
        margin: 0.2em 0 0.2em 1em;
    }

    div.cell a.button.secure.closed {
        display: inline-block;
        bottom: calc(50% - 1em);
        left: calc(50% - 6em);
        width: 12em !important;
        height: 2em;
        line-height: 40px !important;
        pointer-events: auto;
    }

div.cell a.button {
    /*   display:none;*/
}


div.cell div.editc a.button, div.cell:hover a.button {
    /*display:inline;*/
}

div.cell div.content a.button.add-new {
    position: absolute;
    top: 0;
    left: -2em;
    width: 1em;
}

div.cell div.editc div.url a.button,
div.cell div.editc .formula a.button {
    position: relative;
    display: inline-block;
    width: 4em;
    left: 0;
}
a.button.scroll2top {
    display: inline-block;
    width: 2em;
    opacity: 0.1;
    position: absolute;
    top: 0;
    right: 0;
}

    a.button.scroll2top.clicked {
        display: none;
    }

    a.button.scroll2top:hover {
        opacity: 1;
        background: #fff;
    }

    div > a.button.scroll2top, a.button.scroll2top.clicked {
        display: none !important;
    }

div.scroll-y > a.button.scroll2top {
    display: inline-block;
}

div#fileUpd a.button {
    width: 4em;
}

div.cell a.button.nohide {
    display: block;
    opacity: 1;
}

div.cell> .circle.button, div.eCmds .button, 
div.cell div.content .circle.button{
    width:1em;
    height:1em;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em;
    vertical-align:middle;
    display:inline-block;
    line-height:1em;
    opacity:0.5;
}
    div.eCmds .button:hover, div.content .button:hover
    {
        opacity:1;
    }
 