.context_menu li {
    list-style: none;
}

.context_menu a:hover {
    color: rgba(0, 0, 0, 0.5);
}

.context_menu ul {
    margin: 0;
    padding: 0;
}

#ivr_send_mail_client_address_wrapper .combobox_control_wrapper {
    margin-right: 1px;
}

.sfButton {
        min-width: 100px;
	border-radius: 3px;
        border: none !important;
        height: 22px;
	color: #cfdeef;
	font-size: 12px !important;
	padding: 3px 10px 3px 10px;
        background: #3d76b0;
	background-image: linear-gradient(180deg, 
            #3c7cc0 0px,
            #d5e9fc 1px,
            #3c7cc0 25%,
            #3c7cc0 90%,
            #000022 100%
        );
	background-position: 0px 0px;
	background-repeat:   no-repeat;
	box-shadow: 2px 2px 1px -1px #14273b;
	cursor: pointer;
}

#ivr_compare_time_dows_select_combo .combobox_control_wrapper,
#ivr_compare_time_dows_select_text
{
    width: 100% !important;
}

#ivr_compare_time_dows_select_combo {
    width: 260px !important;
}


#ivr_stats_container
{
        position: relative;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}

.ivr_stats_event_title
{
        font-weight: bold;
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
}

.ivr_stats_event
{
        background-color: white;
        border: solid 1px black;
        width: 250px;
}

.ivr_stats_component
{
        background-color: white;
        border: solid 1px black;
        min-width: 300px;
}

.ivr_stats_component_name
{
        font-weight: bold;
        font-size: 12px;
}

.ivr_stats_event_title
{
        font-weight: bold;
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
}

.ivr_stats_flow
{
        width: 100px;
        height: 15px;
        background: url(../images/ivr_stats_flow.png) center no-repeat;
        text-align: center;
        padding-top: 2px;
        padding-bottom: 2px;
}

.ivr_stats_component_events_table
{
        width: 100%;
        table-layout: auto;
}

.ivr_stats_component_events_table .event_timestamp
{
        width: 1%;
        white-space: nowrap;
        padding-left: 5px;
        padding-right: 5px;
        min-width: 120px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        color: blue;
}

.ivr_stats_component_events_table  .event_type
{
        text-align: left;
        white-space: nowrap;
        color: green;
}

.ivr_stats_component_events_table  .event_attributes_separator
{
        border-top: solid 1px black;
        font-size: 0px;
        line-height: 1px;
        padding: 0px;
}

.ivr_stats_component_events_table  .event_attributes_header
{
        border-top: dashed 1px black;
        font-size: 0px;
        line-height: 1px;
        padding: 0px;
}

.ivr_stats_component_events_table  .event_attr_name
{
        text-align: right;
        padding-right: 5px;
}

.ivr_stats_component_events_table  .event_attr_value
{
        text-align: left;
}
