@import "https://fonts.googleapis.com/css?family=Open+Sans:400,300,500,600,700,800";
@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900";
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;;
    font-size: 13px;
    background: #fff;
    color:#666;
    position:relative
}

* {
    margin: 0;
    padding: 0;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

h1 {
    margin: 0;
    padding: 0
}

h2 {
    margin: 0;
    padding: 0;
    color: #99cc33;
}

h3 {
    margin: 0;
    padding: 0
}

h4 {
    margin: 0;
    padding: 0
}

h5 {
    margin: 0;
    padding: 0
}

h6 {
    margin: 0;
    padding: 0
}

p {
    margin: 0;
    padding: 0
}

div {
    margin: 0;
    padding: 0
}

input {
    margin: 0;
    padding: 0
}

table {
    margin: 0;
    padding: 0
}

td {
    margin: 0;
    padding: 0
}

ul {
    margin: 0;
    padding: 0
}

li {
    margin: 0;
    padding: 0
}

input {
    margin: 0;
    padding: 0
}

select {
    margin: 0;
    padding: 0
}

::-webkit-input-placeholder { 
    color: #a4abb1;
}

:-ms-input-placeholder { 
    color: #a4abb1;
}

::placeholder {
    color: #a4abb1;
}

.clear {
    clear: both
}

.full_width_c {
    width: 100%;
}

.top_header_continer {
    width: 100%;
    height: 57px;
    background: #535c69 url(../img/header_rpt_bg.jpg) left repeat-x;
  
}

.logo_left_continer {
    width: 57px;
    height: 56px;
    background: #cc0000 url(../img/avaya-logo.gif) center no-repeat;
    float: left;
    margin-right:10px;
}

.call_tools_left_continer {
    width:auto;
    float: left;
}

.container_input_phone_number {
    width:200px;
    display: block;
    padding-top:12px;
    float: left;
}

.input_phone_number {
    width: 100%;
    line-height:32px;
    padding: 0 10px;
    border: none;
    outline: none;
    height: 32px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:11px;
    background: #717a84;
    font-weight: 600;
    border-radius:50px;
    border: 1px solid #5c6571;
    letter-spacing: -0.21px;
    color: #cfd3d7
}

.input_phone_number:focus {
    background: #fff;
    color: #666
}

.call_pad_list{

    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
    float: left;
}

.call_pad_list li{

    padding:11px 6px 0 0;
    margin: 0;
    display: inline;float: left;
}

.call_pad_list li a{

    font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;   
    width: 35px;
    height: 35px;
    border: 1px solid #ff0000;
    text-align: center;
    border-radius: 50px;
    background: #545c69;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.call_pad_list li .icon_dialpad {
    font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;   
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50px;
    background: url(../img/icon_dialpad.png) center no-repeat;
    position: relative;
    cursor: pointer;
}

.call_pad_list li .icon_dialpad:hover {
    border: 1px solid #fff; 
    background: #fff url(../img/icon_dialpad_hover.png) center no-repeat;
}

.call_pad_list li .icon_dialpad:disabled {
    border: 1px solid #656e7b;
    background: url(../img/icon_dialpad.png) center no-repeat;
    cursor: not-allowed;
}

.call_pad_list li .icon_dialpad:hover .menu_dailpad_hover {
    display: block;   
    position: absolute;
    left: 0;
    top:8px;
    padding-top:38px;
    z-index: 9999;
}

.menu_dailpad_hover {
    display: none;
}

.call_pad_list li .icon_dialpad:hover .menu_dailpad_hover .container_dialpad {
    background: #fff;
    border-radius:0 0 4px 4px ;
    border-color: rgba(0,0,0,.2);  
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3);
    box-shadow: 0 2px 10px rgba(0,0,0,.3);   
    width:180px;
    padding:20px 0;    
    -webkit-animation: gb__a .2s;
    animation: gb__a .2s;
    -webkit-user-select: text;
}

.container_dialpad_buttons {
    width:140px;
    margin: 0 auto;
    padding-bottom:0px;
    padding-top:6px;    
}

.dail_digit_cancel{

    width: 100%;
    position: relative;
    padding-bottom: 8px;
    padding-top:10px;
}

.digit_icon_right{

    width: 23px;
    height: 13px;
    display: block;
    background: url(../img/cancel_icon.png) center no-repeat;
    position: absolute;
    right:20px;
    bottom: 9px;
    cursor: pointer
}


.button_round {
    width: 42px;
    height: 42px;
    float: left;
    border: 1px solid #fff;
    border-radius:50px;
    margin-right: 7px;
    margin-bottom: 7px;
    background: #fff;
    line-height: 42px;
    font-size: 17px;
    color: #545c69;
    font-weight: 600;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);  
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
}

.button_round:hover {
    background: #f5f5f5;
    border: 1px solid #83b1bd;
    color: #000;
}

.margin_nt {
    margin-right: 0;
}

.button_call {
    width: 42px;
    height: 42px;
    margin: 0 auto;
    border: 1px solid #4cd964;
    border-radius:50px;
    background: #4cd964 url(../img/icon_call.png) center no-repeat;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);  
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
}

.call_pad_list li .icon_make_call {
    font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;   
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50px;
    background: #fff url(../img/icon_make_call.png) center no-repeat;
    background-size:normal;
    cursor: pointer;
    outline: none;
}

.call_pad_list li .icon_make_call:hover {
    border: 1px solid #fff;  
    background:#fff url(../img/icon_make_call_hover.png) center no-repeat;
    background-size:normal;
    outline: none;
}

.call_pad_list li .icon_make_call:disabled {
    border: 1px solid #656e7b;
    background: url(../img/icon_make_call_disabled.png) center no-repeat;
    background-size:normal;
    cursor: not-allowed;
    outline: none;
}

.call_pad_list li .icon_answer {
    font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;   
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50px;
    background: url(../img/icon_answer.png) center no-repeat;
    cursor: pointer;
    outline: none;
}

.call_pad_list li .icon_answer:hover {
    border: 1px solid #fff;  
    background: #fff url(../img/icon_answer_hover.png) center no-repeat;
    outline: none;
}

.call_pad_list li .icon_answer:disabled {
    border: 1px solid #656e7b;
    background: url(../img/icon_answer_disabled.png) center no-repeat;
    cursor: not-allowed;
    outline: none;
}

.call_pad_list li .icon_hangup {
    font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;   
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50px;
    background: #fff url(../img/icon_hangup.png) center no-repeat;
    background-size:normal;
    cursor: pointer;
    outline: none;
}

.call_pad_list li .icon_hangup:hover {
    border: 1px solid #fff;   
    background: #fff url(../img/icon_hangup_hover.png) center no-repeat;
    background-size:normal;
    outline: none;
}

.call_pad_list li .icon_hangup:disabled {
    border: 1px solid #656e7b;
    background: url(../img/icon_hangup_disabled.png) center no-repeat;
    background-size:normal;
    cursor: not-allowed;
    outline: none;
}

.call_pad_list li .icon_hold {
    font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;   
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50px;
    background: url(../img/icon_hold.png) center no-repeat;
    cursor: pointer;
    background-size:normal;
    outline: none;
}

.call_pad_list li .icon_hold:hover {
    border: 1px solid #fff;  
    background: #fff url(../img/icon_hold_hover.png) center no-repeat;
    background-size:normal;
    outline: none;
}

.call_pad_list li .icon_hold:disabled {
    border: 1px solid #656e7b;
    background: url(../img/icon_hold_disabled.png) center no-repeat;
    cursor: not-allowed;
    background-size:normal;
    outline: none;
}

.call_pad_list li .icon_unhold {
    font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;   
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50px;
    background: #fff url(../img/icon_unhold.png) center no-repeat;
    cursor: pointer;
    background-size:normal;
    outline: none;
}

.call_pad_list li .icon_unhold:hover {
    border: 1px solid #fff;
    background: #fff url(../img/icon_unhold_hover.png) center no-repeat;
    background-size:normal;
    outline: none;
}

.call_pad_list li .icon_unhold:disabled {
    border: 1px solid #656e7b;
    background: url(../img/icon_unhold_disabled.png) center no-repeat;
    background-size:normal;
    cursor: not-allowed;
    outline: none;

}

.call_pad_list li .icon_transfer {
    font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;   
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50px;
    background: url(../img/icon_transfer.png) center no-repeat;
    background-size:normal;
    cursor: pointer;
    outline: none;
}

.call_pad_list li .icon_transfer:hover {
    border: 1px solid #fff;
    background: #fff url(../img/icon_transfer_hover.png) center no-repeat;
    background-size:normal;
    outline: none;
}

.call_pad_list li .icon_transfer:disabled {
    border: 1px solid #656e7b;
    background: url(../img/icon_transfer_disabled.png) center no-repeat;
    background-size:normal;
    cursor: not-allowed;
    outline: none;
}

.call_pad_list li .icon_conference {
    font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;   
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50px;
    background: url(../img/icon_conference.png) center no-repeat;
    cursor: pointer;
    outline: none;
}

.call_pad_list li .icon_conference:hover {
    border: 1px solid #fff; 
    background: #fff url(../img/icon_conference_hover.png) center no-repeat;
    outline: none;
}

.call_pad_list li .icon_conference:disabled {
    border: 1px solid #656e7b;
    background: url(../img/icon_conference_disabled.png) center no-repeat;
    cursor: not-allowed;
    outline: none;
}

.call_pad_list li .icon_consult {
    font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;   
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50px;
    background: url(../img/icon_consult.png) center no-repeat;
    background-size:normal;
    cursor: pointer;
    outline: none;
}

.call_pad_list li .icon_consult:hover {
    border: 1px solid #fff; 
    background: #fff url(../img/icon_consult_hover.png) center no-repeat;
    background-size:normal;
    outline: none;
}

.call_pad_list li .icon_consult:disabled {
    border: 1px solid #656e7b;
    background: url(../img/icon_consult_disabled.png) center no-repeat;
    background-size:normal;
    cursor: not-allowed;
    outline: none;
}

.call_pad_list li .icon_consult_cancel {
    font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;   
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50px;
    background: url(../img/icon_consult_cancel.png) center no-repeat;
    cursor: pointer;
    outline: none;
}

.call_pad_list li .icon_consult_cancel:hover {
    border: 1px solid #fff;
    background: #fff url(../img/icon_consult_cancel_hover.png) center no-repeat;
    outline: none;
}

.call_pad_list li .icon_consult_cancel:disabled {
    border: 1px solid #656e7b;
    background: url(../img/icon_consult_cancel_disabled.png) center no-repeat;
    cursor: not-allowed;
    outline: none;
}

.right_tools_continer {
    float: right;
}

.right_agent_continer {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
}

.right_agent_continer li {
    display: inline;
    float: left;
}

.icon_login {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    background: url(../img/icon_login.png) center no-repeat;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    border: none;
    outline: none
}

.icon_login:hover {   
    background: url(../img/icon_login_hover.png) center no-repeat;
}

.icon_login:hover .drowpdown_hover_sd {
    display: block;   
    position: absolute;
    right: 0;
    top:20px;
    padding-top:38px;
    z-index: 9999;
}

.icon_login:hover .drowpdown_hover_sd .drowdown_inner_white {
    background: #fff;
    border-radius:0 0 4px 4px ;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);  
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);   
    width:255px;
    padding: 15px 20px;
    -webkit-animation: gb__a .2s;
    animation: gb__a .2s;
    -webkit-border-radius: 5px;
    border-radius:5px;
    -webkit-user-select: text; 
}

.right_agent_continer .wrap_icon_login {
    padding-top: 11px;
    padding-left: 10px;
    padding-right: 5px;
}

.form_login_sumbit {
    font: normal 15px/40px 'Open Sans', sans-serif;
    text-align: center;
    display:block;
    padding: 0 0;
    width:100%;
    line-height: 40px;
    background: #da291c;
    border-radius:2px;
    font-weight: 700;
    outline: none;
    cursor: pointer;
    color: #fff;
    border:none;
    margin:10px 0 6px 0;
    text-decoration:none;
    letter-spacing:-0.20px;
    position: relative;
    overflow: hidden
}

.form_login_sumbit:hover {
    background: #c01a1e;
    color: #fff;
}

.right_agent_continer .wrap_icon_logout {
    padding-top: 11px;
    padding-left: 10px;
    padding-right: 5px;
}

.icon_logout {
    position: relative;
    display: block;
    height: 35px;
    width: 35px;
    background: url(../img/icon_logout.png) center no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    border: none;
    outline: none;
}

.icon_logout:hover{
    background: url(../img/icon_logout_hover.png) center no-repeat;   
}

.right_agent_continer .wrap_agent_info {
    padding-top:13px;
    padding-left:15px;
    padding-right:5px;
}

.agent_info {
    display: block;
    font-family:  "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #ccc;
    text-align: right;
    font-weight: 600;
}

.right_agent_continer .wrap_agent_status {
    padding-top: 11px;
    padding-left:4px;
    padding-right:4px;
    position: relative;
}

.agent_status_inactive {
    background: #535c69 !important;
    color: #ccc !important;
    border: 1px solid #656e7b !important; 
}

.agent_status_inactive:hover {
    background: #48505b !important;
}

.agent_status_ready {
    height: 35px;
    width: 90px;
    padding: 0 13px;
    line-height: 35px;
    background: #4cd964;
    font-family:  "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    color: #fff;
    border-radius:2px;
    text-align: center;
    cursor: pointer;
}

.agent_status_acw {
    height: 35px;
    width: 90px;
    padding: 0 13px;
    line-height: 35px;
    background: #ffa339;
    font-family:  "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    color: #fff;
    border-radius:2px;
    text-align: center;
    cursor: pointer;
}

.agent_status_busy {
    height: 35px;
    width: 90px;
    padding: 0 13px;
    line-height: 35px;
    background: #ffa339;
    font-family:  "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    color: #fff;
    border-radius:2px;
    text-align: center;
    cursor: pointer;
}

.agent_status_not_ready {
    height: 35px;
    width: 90px;
    padding: 0 13px;
    line-height: 35px;
    background: #ff4039;
    font-family:  "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    color: #fff;
    border-radius:2px;
    text-align: center;
    cursor: pointer;
    position: relative
}

.selected_not_ready_tool{

    display: block;
    position: relative;
}

.notready_hover {
    display: none;
}

.selected_not_ready_tool:hover .notready_hover {
    display: block;   
    position: absolute;
    left:4px;
    top:46px;
  padding-top:11px;
    z-index: 9999;
}

.selected_not_ready_tool:hover .notready_hover .container_notready {
    background: #fff;
    border-radius:0 0 4px 4px ;
    border-color: rgba(0,0,0,.2);  
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3);
    box-shadow: 0 2px 10px rgba(0,0,0,.3);   
    width:170px;
    padding:10px 10px 10px 15px;    
    -webkit-animation: gb__a .2s;
    animation: gb__a .2s;
    -webkit-user-select: text;
}

.container_notready a {
    font: normal 12px/24px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    text-decoration: none;
    font-weight: 600;
    color: #999;
    background: url(../img/not_ready_timer_iocn.gif) left center no-repeat;
    letter-spacing: -0.25px;
    padding-left: 23px;
    
}

.container_notready a:hover {
   color: #e53933
}

.container_notready a:focus {
    color: #e53933
 }

.drowpdown_hover_sd {
    display: none;
}

.form_login {
    width: 100%;

}

.form_login label {
    display: block;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    display: block;
    letter-spacing: -0.29px;
    text-align: left;
    padding-bottom: 4px;

}

.input-login_form {
    padding: 0 9px 0 9px;
    width: 100%;
    outline: none;
    display: block;
    border: 1px solid #bdbab8;
    color: #999!important;
    margin-bottom:8px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    background: #fff;
    line-height:32px;
    height: 32px;
    vertical-align: middle;
    border-radius: 2px;
    letter-spacing: -0.25px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.input-login_form:focus{

    border: 1px solid rgba(218, 41, 28, 1);
    color: #da291c!important;
    box-shadow: 0 0 5px rgba(218, 41, 28, 1);
}


.container_info_msg {
    width:95%;
    padding:13px 35px 13px 13px;
    margin: 0 auto;
    background: #F5FFF5;
    font-size: 13px;
    border: 1px solid #8bf78b;
    border-radius:4px;
    color: #0d180d;
    letter-spacing:normal;
    margin-bottom: 10px;
    font-weight: 400;
    position: relative;
    font-size:13px;
    letter-spacing: -0.25px;
    box-shadow: 0 0 5px rgba(139, 247, 139, 1); 
    margin-top: 16px;  
    z-index: 99999;
}

.btn_info_msg_cancel {
    position: absolute;
    right:12px;
    top:11px;
    font-size: 16px;
    color: #8bf78b;
    cursor: pointer;
}

.btn_info_msg_cancel:hover {
    color: #7fef7f;
}

.container_error_msg {
    width:95%;
    padding:13px 35px 13px 13px;
    margin: 0 auto;
    background: #fff5f5;
    font-size: 13px;
    border: 1px solid #f78b8b;
    border-radius:4px;
    color: #f78b8b;
    letter-spacing:normal;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
    font-size:13px;
    letter-spacing: -0.25px;
    box-shadow: 0 0 5px rgba(247, 139, 139, 1); 
    margin-top: 16px;  
    z-index: 99999;
}

.m_style{

    width:95%;
    position: relative;
    right: 0px;
    
}

.btn_error_msg_cancel {
    position: absolute;
    right:12px;
    top:11px;
    font-size: 16px;
    color: #f78b8b;
    cursor: pointer;
}

.btn_error_msg_cancel:hover {
    color: #ef7f7f
}

.clear_mobile {
    display: none;
}

.inbound_alert {
    width: 100%;
    position: relative;
    padding-bottom: 40px;
    padding-top:40px;
    background: rgba(255, 255, 255, 0.3);

}

.inbound_alert_auto_width {
    width: 280px;
    margin: 0 auto;
    text-align: center;
    padding:45px 0;
    border-radius:12px;
    background: linear-gradient(to bottom, #ff6e7f 0%, #bfe9ff 100%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
    border: 8px solid #fff;
    border-top:23px solid #fff;
    border-bottom:17px solid #fff;;
   
}

.icon_inbound_alert {
    width:140px;
    text-align: center;
    margin: 0 auto;
}

.icon_inbound_alert img {
    width:140px;
    height:140px;
}

.info_inbound_alert {
    width: 100%;
    padding-top:5px;
}




.info_ani {
    display: block;
    font-size: 24px;
    color: #fff;
    font-family:  "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding-bottom: 6px;
    letter-spacing: -0.34px;
}

.info_dnis {
    display: block;
    font-size:15px;
    color: #fff;
    font-family:  "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:normal;
    letter-spacing: -0.34px;
}

.info_uui {
    display: block;
    font-size:15px;
    color: #fff;
    font-family:  "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: -0.34px;
}

.two_call_icon{

    width: 100%;
    margin: 0 auto;
    padding-top:60px;
    padding-left: 30px;
    padding-right:30px;
    
}

.icon_decline_s{

    width: 54px;
    height: 54px;
    float: left;
   
}

.icon_decline_s a {
    width: 54px;
    height: 54px;
    display: block;
    background: #f15b49 url(../img/decline_icon.png) no-repeat center  ;
    background-size:31px;
    border-radius:50px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
   
}

.icon_accept_s{

    width: 54px;
    height: 54px;
    float: right;
   
}


.icon_accept_s a {
    width: 54px;
    height: 54px;
    display: block;
    background: #4cd964 url(../img/incoming_call.png) no-repeat center  ;
    background-size:29px;
    border-radius:50px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
   
}

.middle_continer_area{

    width: 100%;

}

.two_column_active_call_area{

    width: 100%;
    position: relative;
    height: 100%;
}

.right_all_act_con{

    width:230px;
    position:absolute;
    bottom:0;
    right:15px;
    top:15px;

}

.active_call_background_show{

    width: 100%;
    padding:10px 10px 9px 11px;
    margin-bottom: 16px;
    background: linear-gradient(to bottom, #ff6e7f 0%, #bfe9ff 100%);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.10);
    border-radius:8px;
    position: relative;
    
}

.timer_right{

    position: absolute;
    right: 10px;
    top:6px;
    color: #fff;
    font-size: 13px;

}

.active_line2_background_show{

    width: 100%;
    padding:10px 10px 9px 11px;
    margin-bottom: 16px;
    background:#eefdd4;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 6px 0 rgba(0, 0, 0, 0.10);
    border-radius:8px;
    position: relative;
    
}

.active_confrence_call_background_show{

    width: 100%;
    padding:10px 10px 9px 11px;
    margin-bottom: 16px;
    background:#d4eefd;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 6px 0 rgba(0, 0, 0, 0.10);
    border-radius:8px;
    position: relative;
    
}

.color_g_1{

    color: #3cb0d7;
}


.call_ac_number{

    font: normal 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    color: #fff;
    background: url(../img/active_call_icon.png) left  center no-repeat;
    padding-left:40px;
    line-height: 1.2em
}

.call_con_number{

    font: normal 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    color: #3cb0d7;
    background: url(../img/con_icon.png) left  center no-repeat;
    padding-left:40px;
    line-height: 1.2em;
}



.act_s{

    display: block;
    font-size: 11px;
    font-weight:600;
   
}

.color_gray_con{

    color: #545c69
}

.logo_login{

    display: none;
}

@media (max-width:980px) { 
    html {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        background: #fff;
    }
    
    body {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;;
        font-size: 13px;
        background: #fff;
        color:#666;
        position:relative
    }
   
    .middle_continer_area{
        width: 100%;
        padding-left:78px;
    }

    .right_all_act_con{

        width:100%;
        position:absolute;
        bottom:0;
        right:10px;
        top:10px;
    
    }

    .active_call_background_show{

       
        margin-bottom:10px;
       
        
    }

    .inbound_alert {
        width: 100%;
        bottom: 0;
        top: 0;
        right: 0;
        left: 0;
        position:relative;
        height: 100%;
        background: rgba(255, 255, 255, 0.3);
       
    }


    .logo_login{

        width: 180px;
        margin: 0 auto 38px;
        padding-top: 28px;
        display: block;
    }


    .logo_login img{

        width:180px;
        margin: 0 auto;
    }


    .inbound_alert_auto_width {
        
        
        bottom: 0;
        top: 0;
        right: 0;
        left: 0;
        position: absolute;
        z-index: 19999;
        width: 100%;
        
        padding-bottom:30px;
       
      
        text-align: center;
        padding:45px 0 0 0;
        border-radius:0;
        background: linear-gradient(to bottom, #ff6e7f 0%, #bfe9ff 100%);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0), 0 6px 20px 0 rgba(0, 0, 0, 0.0);
        border:none;
        border-top:none;
        border-bottom:none;
      
    }



    .container_input_phone_number {
        max-width:140px;
        display: block;
        padding-top:12px;
        float: left;
    }

    

    .info_inbound_alert {
        width: 100%;
        padding-top:5px;
        z-index: 99999;
    }
        
    .info_ani {    
        display: block;
        font-size:30px;
    color: #fff;
    font-family:  "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding-bottom: 6px;
    letter-spacing: -0.34px;
    }
    
    .info_dnis {
        display: block;
        font-size:16px;
    color: #fff;
    font-family:  "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:normal;
    letter-spacing: -0.34px;
    }
    
    .info_uui {
        display: block;
        font-size:16px;
        color: #fff;
        font-family:  "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight:normal;
        letter-spacing: -0.34px;
    }
   
    .clear_mobile {
        clear: both;
        display: block;
    }

    .icon_inbound_alert {
        width:170px;
        text-align: center;
        margin: 0 auto;
    }
    
    .icon_inbound_alert img {
        width:170px;
        height:170px;
    }

    .icon_login:hover .drowpdown_hover_sd {
        display: block;   
        position:fixed;
        left:0;
        right:0;    
        top:0;
       overflow-x: scroll;
        height:100%;    
        padding-top:0;
       background: #fff;
        z-index: 19999;
    }

    .right_agent_continer {
        list-style: none;
        margin: 0 5px 0 0;
        padding: 0;
    }

    .icon_login:hover .drowpdown_hover_sd .drowdown_inner_white {       
        background: #fff;
        border-radius:0 0 0 0 ;
        border: 1px solid #ccc;
        border-color: rgba(0,0,0,.0);  
        -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.0);      
        padding:20px 20px 0px 20px;  
        border-radius:0;
        border: 1px solid #fff;
        border-color: rgba(255,255,255,.1);    
        width:100%;
        height: 100%;
    }

    .mobile_set {
        position: fixed;
        display: block;
        bottom: 0;
        width: 100%;
        background: #fafafa;
        left: 0;
        right: 0;
        border-top: 1px solid #dadada;
        z-index: 19999;
    }

    .mobile_style_padding {
        display: block;
        width: 100%;
        padding-bottom:11px;
        padding-left:7px;
    }

    .right_agent_continer .wrap_agent_info {
        padding: top 0;;
        padding-left:0;
        padding-right:11px;
        float: right
       
    }
    
    .agent_info {
        display: block;
        font-family:  "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 11px;
        color: #999;
        text-align: right;
        font-weight: 600;
    }

    .agent_status_ready {
        height: 35px;
        width: 95px;
        padding: 0 13px;
        line-height: 35px;
        background: #4cd964;
        font-family:  "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        color: #fff;
        text-align: center;
        cursor: pointer;
        border-radius:50px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);  
        border: 1px solid #44c35a;
    }

    .agent_status_ready:hover {
        background: #5ddc73!important;
        color: #fff !important;
        border-radius:50px !important;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07) !important;  
        border: 1px solid #44c35a!important
    }

    .agent_status_acw {
        height: 35px;
        width: 95px;
        padding: 0 13px;
        line-height: 35px;
        background: #ffa339;
        font-family:  "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        color: #fff;
        text-align: center;
        cursor: pointer;
        border-radius:50px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);  
        border: 1px solid #e59233;
    }

    .agent_status_acw:hover {
        background: #ffac4c!important;
        color: #fff !important;
        border-radius:50px !important;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07) !important;  
        border: 1px solid #e59233!important
    }

    .agent_status_busy {
        height: 35px;
        width: 95px;
        padding: 0 13px;
        line-height: 35px;
        background: #ffa339;
        font-family:  "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        color: #fff;
        text-align: center;
        cursor: pointer;
        border-radius:50px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);  
        border: 1px solid #e59233;
    }

    .agent_status_busy:hover {
        background: #ffac4c!important;
        color: #fff !important;
        border-radius:50px !important;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07) !important;  
        border: 1px solid #e59233!important
    }
    
    .agent_status_inactive {
        background: #e2e2e2 !important;
        color: #666 !important;
        border: 1px solid #d5d5d5 !important;
        border-radius:50px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    }

    .form_login label {
        display: block;
        cursor: pointer;
        font-size:15px;
        font-weight: 600;
        color: #666;
        display: block;
        letter-spacing: -0.29px;
        text-align: left;
        padding-bottom: 4px;
    
    }

    .agent_status_not_ready {
        height: 35px;
        width: 95px;
        padding: 0 13px;
        line-height: 35px;
        background: #ff4039;
        font-family:  "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        color: #fff;
        border-radius:2px;
        text-align: center;
        cursor: pointer;
        border-radius:50px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
        border: 1px solid #e53933;
        position: relative;
    }

    .agent_status_not_ready:hover {
        background: #ff534c!important;
        border-radius:50px!important;
        color: #fff!important;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
        border: 1px solid #e53933!important;
    }

    .notready_hover {
        display: none;
    }
    
    .selected_not_ready_tool:hover .notready_hover {
        display: block;   
        position: absolute;
        left:4px;
        top:-141px;
      padding-top:0;
        z-index: 9999;
    }
    
    
    
    .selected_not_ready_tool:hover .notready_hover .container_notready {
        background: #fff;
        border-radius:4px 4px 0 0 ;
        border-color: rgba(0,0,0,.2);  
        -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
        box-shadow: 0 -2px 10px rgba(0,0,0,.2);   
        width:170px;
        padding:10px 10px 10px 15px;    
        -webkit-animation: gb__a .2s;
        animation: gb__a .2s;
        -webkit-user-select: text;
        border-bottom: 1px solid #fff;
    }
    
    .container_notready a {
    
        font: normal 12px/24px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        display: block;
        text-decoration: none;
        font-weight: 600;
        color: #999;
        background: url(../img/not_ready_timer_iocn.gif) left center no-repeat;
        letter-spacing: -0.25px;
        padding-left: 23px;
        
    }
    
    .container_notready a:hover {
       color: #e53933;
    }
    
    .container_notready a:focus {
        color: #e53933;
     }
    
    .call_pad_list li .icon_dialpad:hover .menu_dailpad_hover {
        left:-140px;
    }

    .input-login_form {
        padding: 0 16px 0 16px;
        width: 100%;
        outline: none;
        display: block;
        border: 1px solid #bdbab8;
        color: #999!important;
        margin-bottom:14px;
        font-size:16px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        background: #fff;
        line-height:51px;
        height:51px;
        vertical-align: middle;
        border-radius:5px;
        letter-spacing: -0.25px;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
    }
    
    .input-login_form:focus{
    
        border: 1px solid rgba(218, 41, 28, 1);
        color: #da291c!important;
        box-shadow: 0 0 5px rgba(218, 41, 28, 1);
    }

    .form_login_sumbit {
        font: normal 23px/80px 'Open Sans', sans-serif;
        text-align: center;
        display:block;
        padding: 0 0;
        width:100%;
        line-height:80px;
        background: #da291c;
        border-radius:5px;
        font-weight: 700;
        outline: none;
        cursor: pointer;
        color: #fff;
        border:none;
        margin:20px auto;
        text-decoration:none;
        letter-spacing:-0.20px;
        position: relative;
        overflow: hidden;
        letter-spacing: -1px;
    }
    
    .form_login_sumbit:hover {
        background: #f7a59f;
        color: #fff;
    }

    .form_login_sumbit:focus {
        background: #f7a59f;
        color: #fff;
    }

    .mobile_left_area{

        display: block;
        position: absolute;
        left:0;
        top:57px;
        background: #fff;
        border-right:1px solid #dadada;
        height: 100%;
        z-index: 19999;
    }


    .call_pad_list {
        margin: 0 0 0 10px;
        padding: 0;
        list-style: none;
        float: left;
    }

    .call_pad_list li {
        padding:0 0 0 0;
        margin: 0;
        display: block;
        float: none;
    }

    .call_pad_list li a {
        font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        display: block;   
        width: 35px;
        height: 35px;
        border-bottom: 1px solid #dadada;
        text-align: center;
        border-radius: 50px;
        background: #545c69;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
    }

    .call_pad_list li .icon_dialpad {
        display: block;
        margin-top: 11px;
    }


    .call_pad_list li .icon_make_call {
        display: block;     
        text-align: center;
        font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        cursor: pointer;
        width: 57px;
        height: 57px;
        border: none;
        border-radius: 0px;
        border-bottom: 1px solid #dadada;
        background:  url(../img/icon_make_call.png) center no-repeat;
        outline: none;
    }

    .call_pad_list li .icon_make_call:hover {
        border: none;
        outline: none;
        border-bottom: 1px solid #dadada;
        background:#f5f5f5 url(../img/icon_make_call.png) center no-repeat;
    }

    .call_pad_list li .icon_make_call:disabled {
        border: none;
        border-bottom: 1px solid #dadada;
        background: #f5f5f5 url(../img/icon_make_call_disabled.png) center no-repeat;
        background-size:normal;
        cursor: not-allowed;
    }
    
    .call_pad_list li .icon_answer {
        display: block;     
        text-align: center;
        font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        cursor: pointer;
        width: 57px;
        height: 57px;
        border: none;
        border-radius: 0px;
        outline: none;
        border-bottom: 1px solid #dadada;
        background: #f5f5f5 url(../img/icon_answer.png) center no-repeat;
    }

    .call_pad_list li .icon_answer:hover {
        border: none;
        outline: none;
        border-bottom: 1px solid #dadada;
        background:#f5f5f5 url(../img/icon_answer_hover.png) center no-repeat;
    }

    .call_pad_list li .icon_answer:disabled {
        border: none;
        outline: none;
        border-bottom: 1px solid #dadada;
        background: #f5f5f5 url(../img/icon_answer_disabled.png) center no-repeat;
        cursor: not-allowed;
    }

    .call_pad_list li .icon_hangup {
        display: block;     
        text-align: center;
        font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        cursor: pointer;
        width: 57px;
        height: 57px;
        border: none;
        outline: none;
        border-radius: 0px;
        border-bottom: 1px solid #dadada;
        background:  url(../img/icon_hangup.png) center no-repeat;
    }

    .call_pad_list li .icon_hangup:hover {
        border: none;
        outline: none;
        border-bottom: 1px solid #dadada;
        background:#f5f5f5 url(../img/icon_hangup_hover.png) center no-repeat;
    }

    .call_pad_list li .icon_hangup:disabled {
        border: none;
        outline: none;
        border-bottom: 1px solid #dadada;
        background: #f5f5f5 url(../img/icon_hangup_disabled.png) center no-repeat;
        cursor: not-allowed;
    }

    .call_pad_list li .icon_hold {
        display: block;     
        text-align: center;
        font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        cursor: pointer;
        width: 57px;
        height: 57px;
        border: none;
        border-radius: 0px;
        border-bottom: 1px solid #dadada;
        outline: none;
        background: url(../img/icon_hold_hover.png) center no-repeat;
    }

    .call_pad_list li .icon_hold:hover {
        border: none;
        outline: none;
        border-bottom: 1px solid #dadada;
        background:#f5f5f5 url(../img/icon_hold_hover.png) center no-repeat;
    }

    .call_pad_list li .icon_hold:disabled {
        border: none;
        outline: none;
        border-bottom: 1px solid #dadada;
        background: #f5f5f5 url(../img/icon_hold_disabled.png) center no-repeat;
        cursor: not-allowed;
    }

    .call_pad_list li .icon_unhold {
        display: block;     
        text-align: center;
        font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        cursor: pointer;
        width: 57px;
        height: 57px;
        border: none;
        outline: none;
        border-radius: 0px;
        border-bottom: 1px solid #dadada;
        background:  url(../img/icon_unhold.png) center no-repeat;
    }

    .call_pad_list li .icon_unhold:hover {
        border: none;
        border-bottom: 1px solid #dadada;
        background:#f5f5f5 url(../img/icon_unhold_hover.png) center no-repeat;
        outline: none;
    }

    .call_pad_list li .icon_unhold:disabled {
        border: none;
        border-bottom: 1px solid #dadada;
        background: #f5f5f5 url(../img/icon_unhold_disabled.png) center no-repeat;
        cursor: not-allowed;
        outline: none;



    }

    .call_pad_list li .icon_transfer {
        display: block;     
        text-align: center;
        font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        cursor: pointer;
        width: 57px;
        height: 57px;
        border: none;
        border-radius: 0px;
        border-bottom: 1px solid #dadada;
        background:  url(../img/icon_transfer_hover.png) center no-repeat;
        outline: none;
    }

    .call_pad_list li .icon_transfer:hover {
        border: none;
        border-bottom: 1px solid #dadada;
        background:#f5f5f5 url(../img/icon_transfer_hover.png) center no-repeat;
        outline: none;
    }

    .call_pad_list li .icon_transfer:disabled {
        border: none;
        border-bottom: 1px solid #dadada;
        background: #f5f5f5 url(../img/icon_transfer_disabled.png) center no-repeat;
        cursor: not-allowed;
        outline: none;
    }

    .call_pad_list li .icon_conference {
        display: block;     
        text-align: center;
        font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        cursor: pointer;
        width: 57px;
        height: 57px;
        border: none;
        border-radius: 0px;
        border-bottom: 1px solid #dadada;
        background:  url(../img/icon_conference_hover.png) center no-repeat;
        outline: none;
    }

    .call_pad_list li .icon_conference:hover {
        border: none;
        border-bottom: 1px solid #dadada;
        background:#f5f5f5 url(../img/icon_conference_hover.png) center no-repeat;
        outline: none;
    }

    .call_pad_list li .icon_conference:disabled {
        border: none;
        border-bottom: 1px solid #dadada;
        background: #f5f5f5 url(../img/icon_conference_disabled.png) center no-repeat;
        cursor: not-allowed;
        outline: none;
    }

    .call_pad_list li .icon_consult {
        display: block;     
        text-align: center;
        font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        cursor: pointer;
        width: 57px;
        height: 57px;
        border: none;
        border-radius: 0px;
        border-bottom: 1px solid #dadada;
        background: url(../img/icon_consult_hover.png) center no-repeat;
        outline: none;
    }

    .call_pad_list li .icon_consult:hover {
        border: none;
        border-bottom: 1px solid #dadada;
        background:#f5f5f5 url(../img/icon_consult_hover.png) center no-repeat;
        outline: none;
    }

    .call_pad_list li .icon_consult:disabled {
        border: none;
        border-bottom: 1px solid #dadada;
        background: #f5f5f5 url(../img/icon_consult_disabled.png) center no-repeat;
        cursor: not-allowed;
        outline: none;
    }

    .call_pad_list li .icon_consult_cancel {
        display: block;     
        text-align: center;
        font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        cursor: pointer;
        width: 57px;
        height: 57px;
        border: none;
        border-radius: 0px;
        border-bottom: 1px solid #dadada;
        outline: none;
        background: #f5f5f5 url(../img/icon_consult_cancel_hover.png) center no-repeat;
    }

    .call_pad_list li .icon_consult_cancel:hover {
        border: none;
        border-bottom: 1px solid #dadada;
        outline: none;
        background:#f5f5f5 url(../img/icon_consult_cancel_hover.png) center no-repeat;
    }

    .call_pad_list li .icon_consult_cancel:disabled {
        border: none;
        border-bottom: 1px solid #dadada;
        background: #f5f5f5 url(../img/icon_consult_cancel_disabled.png) center no-repeat;
        cursor: not-allowed;
        outline: none;
    }

    .m_style{

        width:100%;
        position: relative;
        right:10px;
        font-size: 11px;
        margin-top: 10px;  
    }

    
    .two_call_icon{

        width:100%;
        margin: 0 auto;
        padding-top:60px;
        padding-left: 53px;
        padding-right: 53px;
        position: absolute;
        left: 0;
        right: 0;
        bottom:110px;
        
    }
    
    .icon_decline_s{
    
        width:75px;
        height:75px;
        float: left;
       
    }
    
    .icon_decline_s a {
        width:75px;
        height:75px;
        display: block;
        background: #f15b49 url(../img/decline_icon.png) no-repeat center  ;
        background-size:36px;
        border-radius:50px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
       
    }
    
    .icon_accept_s{
    
        width:75px;
        height:75px;
        float: right;
       
    }
    
    
    .icon_accept_s a {
        width:75px;
        height:75px;
        display: block;
        background: #4cd964 url(../img/incoming_call.png) no-repeat center  ;
        background-size:36px;
        border-radius:50px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
       
    }
    
}
