﻿/*[data-role="contextMenu"] {
    background-color: @panelBackground;
    border: 1px solid @panelBorder;
    border-radius: @borderRadius;
    padding: 2px;

    &:not(.module-detail-view) > button, 
    &:not(.module-detail-view) > a[data-role="button"] {
        background: transparent;
        padding: (@spacing - 2) (@spacing - 1);

        &:first-child {
            border-top-left-radius: @borderRadius;
            border-bottom-left-radius: @borderRadius;
        }

        &:last-child {
            border-top-right-radius: @borderRadius;
            border-bottom-right-radius: @borderRadius;
        }

        &:not(:last-child) {
            border-right: 1px solid @panelBorder;
        }
    }
}

[data-role="contextMenu"].vertical {
    & > * {
        float: right;
        clear: both;
    }

    & > button, & > a[data-role="button"] {

        &:first-child {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        &:last-child {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        &:not(:last-child) {
            border-right: 0px;
            border-bottom: 1px solid @panelBorder;
        }
    }
}*/
[data-id='edit'] {
    background-color: #b5b5b5;
    color: white !important;
}
/*[data-role="mainMenu"] {
    right: 0;

    .group {
        background-color: @panelBackground;
        border-radius: @borderRadius 0 0 @borderRadius;
        border: 1px solid @panelBorder;
        border-right: 0;
        padding: 2px;

        & > * {
            display: block;

            &:first-child {
                border-top-left-radius: @borderRadius;
            }

            &:not(:last-child) {
                //border-bottom: 1px solid @panelBorder;
                border-radius: 0;
            }

            &:last-child {
                border-bottom-left-radius: @borderRadius;
            }
        }

        .icon16.twoD {
            margin-top: -5px;
        }

        .fa-camera.fa-lg {
            font-size: 1.2em;
        }
    }

    & > * {
        margin: @spacing 0;
        float: right;
        clear: both;
    }

    button,
    a[data-role="button"] {
        border: none;
        box-shadow: none;
        min-height: 32px;
        min-width: 32px;
        vertical-align: top;
    }

    button:hover,
    a[data-role="button"]:hover {
        border: none !important;
        border-radius: 0 !important;
    }
}*/
[data-id='share'] button,
[data-id='share'] a[data-role='button'] {
    width: 26px;
    height: 26px;
}
/*[data-role="contextMenu"], [data-role="mainMenu"] {
    position: fixed;
    overflow: hidden;
    top: @headHeigth * 2;
    z-index: @layerPanel;

    &:not(.active) {
        display: none;
    }

    &:not(.module-detail-view) button, 
    &:not(.module-detail-view)  a[data-role="button"] {
        background: transparent;
        cursor: pointer !important;

        &:hover {
            background: darken(@panelBackground, 7%) !important;
        }

        &.active {
            background: @defaultBorder !important;
        }

        & > span {
            display: none;
        }
    }
}*/
/*@media screen and (max-width: @responsiveMediumNormal) {
    [data-role="contextMenu"], [data-role="mainMenu"] {
        top: @headHeightSmallMedium;
    }
}

@media screen and (min-height: 650px) {
    [data-role="mainMenu"] {
        .group {
            button, [data-role="button"] {
                &:not(:last-child) {
                    border-bottom: 1px solid @panelBorder;
                    border-radius: 0;
                }

                &:hover:not(:last-child) {
                    border-bottom: 1px solid @panelBorder !important;
                }
            }
        }
    }
}*/
/*@media screen and (max-height: 650px) {
    [data-role="mainMenu"] {
        .group {
            & > * {
                display: inline-block;
                border-bottom: 0 !important;

                &:first-child {
                    border-top-left-radius: @borderRadius !important;
                    border-bottom-left-radius: @borderRadius !important;
                }

                &:last-child {
                    border-radius: 0;
                }
            }
        }

        & > * {
            margin: 1px 0;
        }
    }
}*/
/*@media screen and (max-height: 420px) {
    [data-role="mainMenu"] {
        .group {
            border-radius: 0;

            & > * {
                &:first-child, &:last-child {
                    border-radius: 0 !important;
                }
            }

            &:nth-last-child(2) {
                border-top-left-radius: @borderRadius;
                border-bottom-left-radius: @borderRadius;
            }
        }

        & > * {
            clear: none;
        }
    }
}*/
/*button[data-id="shoppingList"] {
    i {
        width: 48px;
        height: 48px;
    }
}*/
.header-buy {
    background: #d8d8d8;
    padding: 0 15px;
    min-width: 120px;
    font-family: 'allerregular' !important;
    text-align: center;
    cursor: pointer;
}
.header-buy .fa-shopping-cart {
    margin-right: 5px;
}
