﻿.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 {
    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;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.actionset > .divider {
    border-bottom: 1px solid #e0e0e0;
}

.sweet-alert {
    position: absolute;
}