﻿.actionset-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    /*overflow-y: hidden; 
    overflow-x: hidden;*/
    z-index: 6000;
    /*animation-duration: 1s;*/
    animation-fill-mode: both;
    border: 1px solid #e7e7e7;
    /*padding: 15px 0;*/
    animation-name: fadeIn;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    background-color: #fcfcfc;
    -webkit-animation-name: fadeIn;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-background-clip: padding-box;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    /*max-height: 400px;*/


    overflow-x-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.actionset-container ul {
    /*min-width: 160px;*/
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    padding: 4px 0;
}

.actionset > li > a:focus, .actionset > li > a:hover, .actionset > li > ul > li > a:focus, .actionset > li > ul > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.actionset > li > a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.4285;
    color: #333;
    white-space: nowrap;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
}

.actionset > .divider {
    border-bottom: 1px solid #e0e0e0;
}

.sweet-alert {
    position: absolute;
}

.actionset > li.has-submenu {
    position: relative;
}

    .actionset > li.has-submenu ul {
        display: none;
        position: absolute;
        top: -8px;
        left: 100%;
        padding-top: 5px;
        margin-left: 1px;
        background: #fff;
        animation-fill-mode: both;
        border: 1px solid #e7e7e7;
        animation-name: fadeIn;
        box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
        background-color: #fcfcfc;
        -webkit-animation-name: fadeIn;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        -webkit-background-clip: padding-box;
        -webkit-animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        overflow-x-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
        -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
        box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    }

.actionset > li.has-submenu ul li {
    display: block;
}

.actionset > li.has-submenu:hover ul {
    display: block;
}

.actionset > li.has-submenu .submenu li {
    position: relative;
}

.actionset > li.has-submenu li {
    display: block;
}

    .actionset > li.has-submenu li > a {
        display: block;
        padding: 6px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.4285;
        color: #333;
        white-space: nowrap;
        touch-action: manipulation;
        -ms-touch-action: manipulation;
    }

.actionset > li.has-submenu > a:after {
    content: "\e649";
    font-family: "themify";
    position: absolute;
    padding-top: 5px;
    padding-right: 15px;
    right: -10px;
    font-size: 9px;
}