.button-icon {
    cursor: default;    
    border: 0;
    
    padding: 4px 8px;
    display: flex;
    align-items: center;
    width: 34px;
    margin: 0px 0px 0px 1px;
    justify-content: center;

    -webkit-transition: all 0.45s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
}

.button-icon-default:hover {
    background-color: #dfdfdf;
}

.button-icon-default {
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 2px 1px -1px rgba(0,0,0,0.12);
    background-color: white;
    font-size: 14px;    
}

.button-icon-flat:hover {
    background-color: #dfdfdf;
}

.button-icon-flat {    
    border: 1px solid #CCC;
    background-color: white;
}

.button-icon-inline-side-bar:hover {
    background-color: #787878;;
}

.button-icon-inline-side-bar {
    cursor: default;
    font-size: 14px;
    /*box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 2px 1px -1px rgba(0,0,0,0.12);*/
    
    border: 0;
    display: flex;
    align-items: center;
    margin: 0px 0px 0px 1px;
    justify-content: center;

    background-color: transparent;

    /* border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0; */

    -webkit-transition: all 0.45s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);

    color: white;
}

.button-icon-inline-small:hover {
    background-color: #dfdfdf;
}

.button-icon-inline-small {
    cursor: default;
    font-size: 14px;
    /*box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 2px 1px -1px rgba(0,0,0,0.12);*/
    
    border: 0;
    display: flex;
    align-items: center;
    margin: 0px 0px 0px 1px;
    justify-content: center;

    background-color: transparent;

    /* border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0; */

    -webkit-transition: all 0.45s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);

    color: #303030;
}

.button-icon-overlay-small:hover {
    background-color: #ebebeb;
}

.button-icon-overlay-small {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 24px;
    width: 24px;

    cursor: default;
    font-size: 12px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 2px 1px -1px rgba(0,0,0,0.12);
    border: 0;
    display: flex;
    align-items: center;
    margin: 0px 0px 0px 1px;
    justify-content: center;

    -webkit-transition: all 0.45s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
}

.button-bar {
    position: relative;
}

.button-icon-small:hover {
    background-color: #ebebeb;
}

.button-icon-small {
    padding: 0px;
    height: 14px;
    cursor: default;
    font-size: 12px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 2px 1px -1px rgba(0,0,0,0.12);
    border: 0;
    background-color: white;
    display: flex;
    align-items: center;
    margin: 0px 0px 0px 1px;
    justify-content: center;

    -webkit-transition: all 0.45s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
}

.button-icon-small-top-button:hover {
    background-color: #ebebeb;
}

.button-icon-small-top-button {
    padding: 0px;
    height: 13px;
    cursor: default;
    font-size: 12px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 2px 1px -1px rgba(0,0,0,0.12);
    border: 0;
    background-color: white;
    display: flex;
    align-items: center;
    margin: 0px 0px 1px 1px;
    justify-content: center;

    -webkit-transition: all 0.45s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
}

[disabled].button-icon {
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.38);
    cursor: default;
}