.asterisk_connector_call_notification_popup
{
    bottom: 1px;
    display: block;
    position: fixed;
    right: 20px;
    z-index: 9999;
    font-size: 12px;
    width: 312px;
    overflow:hidden;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.callboxmaintitle
{
    background-color: #ff0000;
    padding: 8px 10px 8px 10px;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    border-bottom: 2px solid #35AC19;
    float: left;
    width: 312px;
}

.callboxmaintitle a
{
    text-decoration: none;
}

.callboxminimizepopup
{
    background-image: url('images/minimize.png');
    background-repeat: no-repeat;
    background-size: 15px;
    padding-right: 35px;
    float: right;
    outline: 0;
}

.callboxmaximizepopup
{
    background-image: url('images/maximize.png');
    background-repeat: no-repeat;
    background-size: 15px;
    padding-right: 35px;
    float: right;
    outline: 0;
}

.callboxmain
{
    max-height: 329px;
    overflow:hidden;
    overflow-y:auto;
    background-color: #E5E5E5;
    width: 312px;
}

.callboxmainenjaylogo
{
    position: fixed;
    bottom: 1px;
    right: 332px;
    display: block;
    z-index: 9999;
    width: 50px;
    height: 283px;
    background-image: url('images/enjay_v_logo.png');
    background-repeat: no-repeat;
}

.callboxmaindirectcall
{
    overflow:hidden;
    overflow-y:auto;
    background-color: #E5E5E5;
    width: 312px;
    border-bottom: 2px solid #35ac19;
}

.callbox
{
    background-color: #ffffff;
    margin: 5px 10px 5px 10px;
    padding: 7px;
    font-size: 12px;
    border-top: 2px solid #4D90FE;
    border-bottom: 2px solid #4D90FE;
    border-left: 1px solid #4D90FE;
    border-right:  1px solid #4D90FE;
    float: left;
    color: #444;
    width: 275px;
}

.callboxdirectcall
{
    background-color: #ffffff;
    margin: 10px 10px 10px 10px;
    padding: 7px;
    font-size: 12px;
    border-top: 2px solid #4D90FE;
    border-bottom: 2px solid #4D90FE;
    border-left: 1px solid #4D90FE;
    border-right:  1px solid #4D90FE;
    float: left;
}

.directcalltextbox
{
    width: 230px !important;
    border: 1px solid #CCCCCC !important;
    border-radius: 0px !important;
    vertical-align: middle;
    height: 21px;
}

.directcallicon
{
    border: 1px solid #CCCCCC;
    margin: 0px 0px 0px 3px;
    padding: 7px 5px 6px 6px;
    vertical-align: middle;
}

.callbox:first-child
{
    margin-top: 10px;
}

.callbox:last-child
{
    margin-bottom: 10px;
}

.callbox_direction
{
    padding: 0px 0px 7px 21px;
    font-weight: bold;
    border-bottom: 2px solid #35AC19;
}

.directionimgincoming
{
    background-image: url('images/incoming-call.png');
    background-repeat: no-repeat;
    background-size: 14px;
}

.directionimgoutgoing
{
    background-image: url('images/outgoing-call.png');
    background-repeat: no-repeat;
    background-size: 14px;
}

.callbox_actions
{
    padding: 10px 0px 7px 5px;
    font-weight: bold;
    border-bottom: 2px solid #35AC19;
    position: relative;
}

.callbox_actions a
{
    text-decoration: none;
}

.callbox_menu
{
    background-image: url('images/call-menu.png');
    background-size: 15px auto;
    background-repeat: no-repeat;
    display: inline-flex;
    text-decoration: none;
    outline: 0;
    width: 20px;
}

.callbox_sms
{
    background-image: url('images/sms.png');
    background-size: 16px auto;
    background-repeat: no-repeat;
    display: inline-flex;
    text-decoration: none;
    outline: 0;
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.boxed_icon
{
    margin-left: 5px;
    height: 18px;
    border: 1px solid #404040;
    padding: 3px;
    float: right;
    margin-top: -7px;
}

.callerdetailspopup
{
    background-image: url('images/caller_details.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    display: inline-flex;
    text-decoration: none;
    width: 16px;
    height: 16px;
    float: right;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #E0E0E0;
}

.closepopup
{
    background-image: url('images/close.png');
    background-repeat: no-repeat;
    background-size: 15px;
    padding-right: 11px;
    float: right;
    margin-right: 2px;
}

.callheading
{
    width: 20%;
    float: left;
}

.callbox_duration_value
{
    /*float: left;*/
    display: inline-block;
}

.callbox_viewmore
{
    padding: 7px 7px 0px 5px;
    float: left;
    width: 196px;
    text-align: center;
}

.callbox_viewmore a
{
    text-decoration: none;
    color: #35AC19;
    font-weight: bold;
}

.callbox_save
{
    padding: 10px 7px 7px 5px;
    float: left;
    /*width: 339px;*/
    width: 275px;
}

.callbox_savenote
{
    border-top:thin solid  #e5e5e5;
    border-right:thin solid #e5e5e5;
    border-bottom:0;
    border-left:thin solid  #e5e5e5;
    box-shadow:0px 1px 1px 1px #e5e5e5;
    margin:0;
    outline:0;
    padding:.4em 0 .4em .6em;
    /*width:302px;*/
    width:219px;
    height:42px;
    float: left;
    resize: none;
    font-size: 11px;
}

.callbox_saveimg
{
    background-color: #f1f1f1;
    border-top: thin solid #e5e5e5;
    box-shadow: 1px 1px 1px 1px #e5e5e5;
    cursor: pointer;
    text-align: center;
    float: left;
    height: 29px;
    margin: 0px 0px 0px 5px;
    /*padding: 11px 0px 0px 0px;*/
    padding: 16px 0px 5px 0px;
    display: none;
}

.callbox_saveimg img{
    margin:0px 8px 0px 8px;
    width:16px;
}


.callbox_menu_options
{
    position: absolute;
    top: 23px;
    left: -5px;
    z-index: 100;
    width: auto;
    min-width: 135px;
    display: none;
    margin-left: 5px;
    padding: 0px;
    background-image: url('images/arrow.png');
    background-repeat: no-repeat;
    background-position: 5px 0px;
}

.callbox_menu_ul
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.callbox_menu_options ul li
{
    list-style-type: none;
    margin:0px;
    padding:0px;
}

.callbox_menu_ul li a
{
    color: #000000;
    display: block;
    padding: 6px 15px;
    cursor: pointer;
    text-decoration:none;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.45);
    border-bottom: 1px solid #4D90FE;
    border-left: 1px solid #4D90FE;
    border-right: 1px solid #4D90FE;
    font-size: 12px;
    font-weight: normal;
}

.callbox_menu_ul li:first-child
{
    margin-top: 8px;
    border-top: 1px solid #4D90FE;
}

.callbox_menu_ul li a:hover
{
    background:#404040;
    color: #FFFFFF;
    text-decoration: none;
}


/*new*/
.callbox_name_value_list {
    padding: 5px 0px 0px 0px;
    color:#444;
}
.callbox_name_value_list tr {
    /*padding: 7px 7px 0px 5px;*/
    padding: 0px 0px 0px 5px;
    float: left;
    width: 265px;
}
a.no_decoration {
    text-decoration: none;
    cursor:pointer;
}
.callbox_name_value_list tr td:nth-child(1)
{
    width: 70px;
    font-weight: bold;
}
.callbox_name_value_list tr td:nth-child(2)
{
    font-weight: bold;
    padding: 0px 2px 0px 0px;
}

/*scrollbar css */
.callboxmain::-webkit-scrollbar 
{
    width: 5px;
    height: 5px;
}
.callboxmain::-webkit-scrollbar-thumb 
{
    background: #3D4145;
    -webkit-box-shadow: inset 0 0 6px #3D4145;
}
.callboxmain::-webkit-scrollbar-thumb:window-inactive 
{
    background: #3D4145;
}
/*scrollbar css */