/*
This script is the sole property of AD-EX International
It may not be copied for any reason
*/
/* 
    Created on : Feb 14, 2018, 11:20:14 AM
    Author     : floydresler
*/

.action_widget {
    display: inline-block;
    width: 190px;
    border: 1px solid #aaa;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #888888;
}

.action_widget_menu {
    width: 190px;
    border: 1px solid #aaa;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #888888;
}

.action_widget_header {
    padding: 5px;
}

.action_widget_content {
    padding-left: 5px;
    padding-right: 5px;
}

.goButton {
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
}

#widget_menu {
    width: 99%;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 10px;
    background-color: #fff
}