#table_content table.table thead .sorting:after {
    margin-left: 5px;
    content: "\f0dc";
    font-family: 'FontAwesome';
}
#table_content table.table thead .sorting_asc:after {
    margin-left: 5px;
    content: "\f0dd";
    font-family: 'FontAwesome';
}
#table_content table.table thead .sorting_desc:after {
    margin-left: 5px;
    content: "\f0de";
    font-family: 'FontAwesome';
}
#table_content table.table thead .sorting_asc_disabled {
    margin-left: 5px;
    color:rgba(255,255,255,0.3);
    content: "\f0dd";
    font-family: 'FontAwesome';
}
#table_content table.table thead .sorting_desc_disabled {
    margin-left: 5px;
    color:rgba(255,255,255,0.3);
    content: "\f0de";
    font-family: 'FontAwesome';
}
#table_content table.table th > a.ajax_sorting{
    color: #666;
    text-decoration: none;
}
/*Show Error Tab*/


.wizard > .steps .error a .number:after,
.wizard > .steps .error a:hover .number:after,
.wizard > .steps .error a:active .number:after {
    font-family: 'FontAwesome';
    content: "\f057";
    display: inline-block;
    margin-left: -20px;
    visibility: visible
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
    background: #d24d33 !important;
    color: #fff;
}

/**
 * Login Page
 */
body.external-page #content .admin-form
{
    max-width: 500px;
}

body.external-page #content .admin-form .logo
{
    color: #FFFFFF;
    font-size:40px;
    text-decoration: none;
    line-height: 45px;
}

.bootstrap-tagsinput
{
    border: 1px solid #DDD;
    color: #626262;
    outline: none;
    min-height: 45px;
    width: 100%;
    border-radius:0px !important;
    text-shadow: 0px !important;
}
.bootstrap-tagsinput:hover
{
    border-color: #5d9cec
}

.bootstrap-tagsinput .tag
{
    padding: inherit !important;
    font-size:14px;
    font-weight: normal;
}

body.iframe_view
{
    min-height: 200px !important;
    height:inherit !important;
}
body.iframe_view > .iframe-container > .panel{
    margin-bottom: 0px !important;
}
body.iframe_view > .iframe-container > .panel > .panel-body{
    max-height: 450px;
    overflow-y: auto;
}

body.iframe_view > .iframe-container > .panel .row .panel-body{
    max-height: none;
    overflow-y: auto;
}

.admin-form .multiselect-container.dropdown-menu .checkbox,
.admin-form .multiselect-container.dropdown-menu .radio
{
    background: inherit !important;
    display: inherit !important;
    border: inherit !important;
    width: 100%;
}

.admin-form .multiselect-container.dropdown-menu li.active .checkbox,
.admin-form .multiselect-container.dropdown-menu li.active .radio
{
    color: #FFFFFF;
}

.admin-form .gui-textarea:focus {
    height: 96px !important;
}

#content_wrapper
{
    position: relative !important;
}


/**
 * Dialer IQ block CSS
 */

#dialer-iq-block
{
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 0px;
    z-index: 1000;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.75);
}
#dialer-iq-block .call-type {
    float: left;
    position: absolute;
    top: -25px;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 25px;
    border-radius: 3px 25px 0px 0px;
    color: #FFFFFF;
    text-shadow: #FFFFFF 0px 0px 2px;
}
#dialer-iq-block .ready-next-call {
    position: absolute;
    margin: auto;
    top: -35px;
    line-height: 25px;
    width: 0%;
    left: 50%;
}
#dialer-iq-block.minimized .ready-next-call {
    top: -133px;
}

#dialer-iq-block .ready-next-call button {
    position: relative;
    width: 300px;
    left: -150px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px 35px 0px 0px;
    font-weight: bold;
    padding: 0px 0px;
}
#dialer-iq-block.minimized
{
    bottom:-98px;
}

#dialer-iq-block .toggle-btn
{
    outline-style: none;
    position: absolute;
    right: 0px;
    bottom:0px;
    height: 140px;
    width: 40px;
}

#dialer-iq-block .toggle-btn .panel-icon {

    font-size: 22px;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    text-align: center;
}
#dialer-iq-block .toggle-btn .title
{

    top:43px;
    height: 98px;
    width: 98px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

body.sb-l-o #dialer-iq-block{
    margin-left: 230px;
}
body.sb-l-m #dialer-iq-block{
    margin-left: 60px;
}
#dialer-iq-block.opened
{
    height: 98px;
}

#dialer-iq-block .call-type {
    float: left;
    position: absolute;
    top: -25px;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 25px;
    border-radius: 3px 25px 0px 0px;
    color: #FFFFFF;
    text-shadow: #FFFFFF 0px 0px 2px;
}

.navbar.navbar-fixed-top + #sidebar_left + #dialer-iq-block + #content_wrapper {
    padding-top: 60px;
}

#dialer-iq-block.opened + #content_wrapper
{
    padding-bottom: 110px !important;
}


#dialer-iq-block .normal .lead-actions
{
    float: left;
    width:90%;
}
#dialer-iq-block .normal .action-tabs
{
    float: left;
    width:10%;
}

#dialer-iq-block .normal .action-tabs .next-lead-btn .btn
{
    width:70%;
}
#dialer-iq-block .normal .action-tabs .next-lead-btn .btn.dropdown-toggle
{
    width:30%;
}

#dialer-iq-block .normal .action-tabs .action-buttons{

    width:100%;
}

#dialer-iq-block .normal .action-tabs .log-list{
    display: none;
    width:0%;
}


#dialer-iq-block .compact .lead-actions
{
    float: left;
    width:60%;
}
#dialer-iq-block .compact .action-tabs
{
    float: left;
    width:40%;
}

#dialer-iq-block .compact .action-tabs .action-buttons{
    float: left;
    width:10%;
}
#dialer-iq-block .compact .action-tabs .action-buttons .btn span{
    display: none
}

#dialer-iq-block .compact .action-tabs .action-buttons .btn.active{
    background: #FFFFFF !important;
    color: black;
    width:120%;
    border: none  !important;
    box-shadow: none  !important;

}
#dialer-iq-block .compact .action-tabs .call-logs{
    display: block;
    float:left;
    width:90%;
}

#dialer-iq-block .compact .action-tabs table
{
    font-size: 11px;
    border: 0px;
}
#dialer-iq-block .compact .action-tabs table .day
{
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}
#dialer-iq-block .compact .action-tabs table tr td
{
    padding: 1px;
    padding-left: 3px;
}
#dialer-iq-block .compact  #next-btn-content #lead-view-type{
    display: none;
}

#dialer-iq-block .compact .log-detail .title
{
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

#dialer-iq-block .compact .call-logs
{
    width:100%;
    position: relative;
    overflow: hidden;
    height: 98px;
}
#dialer-iq-block .compact .call-logs .log-slider
{
    position: absolute;
    width:200%;
    height: 98px;
    left:0%;
}

#dialer-iq-block .compact .call-logs .log-slider .slide
{
    width:50%;
    height: 98px;
    float: left;
}

#dialer-iq-block .compact .call-logs .log-slider .slide .scroller-xs
{
    height: 98px;
}
#dialer-iq-block .normal  #next-btn-content .input-group-btn .btn{
    padding-left: 2px;
    padding-right: 2px;
    margin-left: -1px;
}


#dialer-iq-block .popover .popover-content
{
    color: #666;
}
#dialer-iq-block .normal .next-lead-btn
{
    width: 100%;
}
#dialer-iq-block .normal .next-lead-btn.open > .dropdown-menu
{
    bottom: 100%;
    right: 0;
    top: inherit;
    left: inherit;
    min-width: 100px;
}
#dialer-iq-block .compact .next-lead-btn .dropdown-toggle
{
    display: none;
}
#dialer-iq-block .btn-group > .btn + .dropdown-toggle
{
    padding-left: 10px;
    padding-right: 10px;
}


#dialer-iq-block .select-action-block.open > .dropdown-menu
{
    bottom: 100%;
    right: 0;
    top: inherit;
    left: inherit;
    min-width: 100%;
}
#dialer-iq-block.no-lead-selected.opened:not(.log-view)
{
    bottom:-50px;
}
#dialer-iq-block.no-lead-selected.minimized:not(.log-view)
{
    bottom:-98px;
}

#dialer-iq-block.no-lead-selected:not(.log-view) .toggle-btn .title
{
    display: none;
}

#dialer-iq-block.no-lead-selected .normal .lead-actions
{
    float: left;
    width:78%;
}
#dialer-iq-block.no-lead-selected .normal .lead-actions .lead-call-status,
#dialer-iq-block.no-lead-selected .normal .lead-actions .lead-action-form
{
    display: none;
}
#dialer-iq-block.no-lead-selected:not(.log-view) .normal .action-tabs
{
    float: left;
    width:22%;
}

#dialer-iq-block.no-lead-selected:not(.log-view) .normal .action-tabs .action-buttons > div.p5
{
    width:50%;
    float: left;
    height: 50px;
}
#dialer-iq-block.no-lead-selected .normal .action-tabs  .log-slider
{
    display: none;
}
#dialer-iq-block .dial-iq-info
{
    display: none;
}
#dialer-iq-block.no-lead-selected .dial-iq-info
{
    height: 50px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
    display: block;
    text-shadow:  2px 2px 3px rgba(0, 0, 0, 0.4);
}
#dialer-iq-block.no-lead-selected.log-view .lead-actions .dial-iq-info
{
    height: 98px;
    line-height: 98px;
}
#dialer-iq-block.no-lead-selected .lead-actions.initializing .dial-iq-info
{
    display: none;
}
#dialer-iq-block.no-lead-selected .lead-actions.initializing > .lead-call-status
{
    display: block;
}
#dialer-iq-block.no-lead-selected .lead-actions.initializing > .lead-action-form
{
    display: none;
}
#dialer-iq-block.no-lead-selected .lead-actions.initializing > .lead-call-status .col-md-1
{
    display: none;
}
#dialer-iq-block.no-lead-selected .lead-actions.initializing > .lead-call-status .input-group
{
    width: 100%;
}
#dialer-iq-block.no-lead-selected .lead-actions.initializing > .lead-call-status .input-group-btn
{
    display: none;
}
#dialer-iq-block .popover.in{
    max-width: none !important;
}
#dialer-iq-block .popover-title{
    color: black;
}

/*** End of Dialer IQ block CSS ***/


/**
 * Mini table
 */

.table.mini-table
{
    font-size: 11px;
}
.table.mini-table > thead > tr > th,
.table.mini-table > tbody > tr > th,
.table.mini-table > tfoot > tr > th,
.table.mini-table > thead > tr > td,
.table.mini-table > tbody > tr > td,
.table.mini-table > tfoot > tr > td {
    padding: 2px;
    line-height: 1.3;
}
.table.mini-table > thead > tr > th,
.table.mini-table > tbody > tr > th,
.table.mini-table > tfoot > tr > th{
    padding-top: 4px;
    padding-bottom: 4px;
}
.table.mini-table td i{

    line-height: 1;
    border-radius: 2px;
}
.table.mini-table .btn-xs,
.table.mini-table .btn-group-xs > .btn,
.table.mini-table span.label
{
    font-size: smaller;
    line-height: 1.3;
    padding: 1px 3px;
    border-radius: 2px;
}
.table.mini-table > tbody > tr.in-call{
    background-color: #ffecc1 !important;
}
.table.mini-table > tbody > tr.highlight{
    background-color: #a3c3ed !important;
}
/*** End of mini table ***/
.panel-sortable
{
    overflow: hidden;
    margin-bottom: 20px;
}
.panel-sortable .action-select-panel
{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.panel-sortable .heading
{

    line-height: 30px;
    background: #fff;
    color: #666666;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0;
    border: 1px solid #e5e5e5;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}
.panel-sortable .sortable-body ul
{
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top:none;
}

.panel-sortable .action-box{
    width: 100%;
    /*overflow: hidden;*/
    height: 250px;


}
.panel-sortable ul.connectedSortable
{
    list-style: none;
    padding: 0;
    margin: 0;
    /*overflow: hidden;*/
}
.panel-sortable ul.connectedSortable li.item-sortable {
    position: relative;
    background: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px;
}
.panel-sortable ul.connectedSortable li.item-sortable small{
    font-size: 11px;
}
.panel-sortable ul.connectedSortable li.item-sortable.selected-trigger{
    background: #e8e8e8;
}
.panel-sortable ul.connectedSortable li.item-sortable > .item-menu:before {
    content: "";
    position: absolute;
    background: url("../assets/img/plugins/grippy_large.png") no-repeat top left;
    width: 6px;
    height: 20px;
    top: 8px;
    right: 15px;
}

.connectedSortable li.item-sortable > .item-menu{
    cursor: move !important;
}
.connectedSortable li.item-sortable > .item-desc{
    line-height: 20px;
}
.connectedSortable{
    height: 250px;
    overflow-y: scroll;
}

a[data-toggle="collapse"],
a[data-toggle="collapse"]:visited,
a[data-toggle="collapse"]:hover
{
    font-size: 14px;
    color: #626262;
    text-decoration: none;
}
a[data-toggle="collapse"] > i.fa
{
    float: right;
    opacity: 0.5;
    line-height: inherit;
    padding-right: 10px;
}
a[data-toggle="collapse"] > i.fa:before
{
    content: "\f068";
}
a[data-toggle="collapse"].collapsed > i.fa:before
{
    content: "\f067";
}
/**
 * golw button
 *
 **/

@keyframes glowing-light {
    25% {
        background: rgba(255,255,255,0.25);

    }
    50% {
        background: rgba(255,255,255,0.50);

    }
    75% {
        background: rgba(255,255,255,0.75);

    }
    0% {
        background: rgba(255,255,255,0.25);
    }
}
@keyframes glowing {
    25% {
        background: rgba(74,137,220,0.25);

    }
    50% {
        background: rgba(74,137,220,0.50);

    }
    75% {
        background: rgba(74,137,220,0.75);

    }
    0% {
        background: rgba(74,137,220,0.25);
    }
}

.btn-glow-light {
    -webkit-animation: glowing-light 1500ms infinite;
    -moz-animation: glowing-light 1500ms infinite;
    -o-animation: glowing-light 1500ms infinite;
    animation: glowing-light 1500ms infinite;
}

.btn-glow {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.admin-form .state-error .bootstrap-tagsinput + em
{
    display: block!important;
    margin-top: 6px;
    padding: 0 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 0.85em;
    color: #DE888A;
}

.admin-form .state-error .bootstrap-tagsinput
{
    background: #FEE9EA;
    border-color: #DE888A;
    margin-bottom: 0px;
}

.admin-form .state-success .bootstrap-tagsinput
{
    background: #F0FEE9;
    border-color: #A5D491;
}
#history_panel #lead_history .scroller-content{
    overflow-y: auto;
}

.in-call-status
{
    color:#fff;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -4px;
    border-radius:50%

}

.in-call-status.running{
    color: #fff;
    background-color: #ec971f;
    border-radius:50%;
    background-color:#ec971f;
    color: #4A89DC;
}
.in-call-status.running .pulser{
    border:3px solid #ec971f
}
.in-call-status.running .pulse{
    position:absolute;
    z-index:0;
    content:'R';
    top:0px;
    left: 0px;
}
.in-call-status.running .pulse .pulser{
    position:absolute;
    width:30px;
    height:30px;
    border-radius:50%;
    -webkit-animation:pulsate 1.5s ease-in-out;
    -webkit-animation-iteration-count:infinite;
    animation:pulsate 1.5s ease-in-out;animation-iteration-count:infinite;opacity:0
}
@-webkit-keyframes pulsate{
    0%{
        -webkit-transform:scale(1.2);
        opacity:.5
    }
    50%{
        -webkit-transform:scale(1.75);
        opacity:.5
    }
    to{
        -webkit-transform:scale(1.2);
        opacity:.5
    }
}
@keyframes pulsate{
    0%{
        transform:scale(1.2);opacity:.5
    }
    50%{
        transform:scale(1.75);
        opacity:.5
    }
    to{
        transform:scale(1.2);opacity:.5
    }
}

/**
 * Lead Filters
 */
.lead-filters{

}
.lead-filters .filter-area
{
    position: relative;
    background: #EEEEEE;
    font-weight: bold;
    font-size: smaller;
}

.lead-filters .btn-gray,
.lead-filters .bg-gray
{
    background: #AAAAAA;
    color: #FFFFFF;
}
.lead-filters .filter-area .bg-gray
{
    padding-left: 0px !important;
}
.lead-filters .filter-area > .row > .col-md-2,
.lead-filters .filter-area > .row > .col-md-1,
.lead-filters .filter-area > .row > .col-md-3
{
    padding-left: 0px;
    padding-right: 0px;
    border-left:1px solid #BBBBBB;
}
.lead-filters .filter-area > .row
{
    border:1px solid #BBBBBB;
}
.lead-filters .filter-area .filter-label
{
    display: none;
}
.lead-filters .filter-area > .row.toggle-block
{
    border-top:0px !important;
}
.lead-filters .filter-area > .row.toggle-block
{
    width: 100%;
    position: absolute;
    background: #EEEEEE;
    z-index: 100;
    display: none;
}
.lead-filters .filter-area > .row.toggle-block > .col-md-2,
.lead-filters .filter-area > .row.toggle-block > .col-md-1,
.lead-filters .filter-area > .row.toggle-block > .col-md-3
{
    padding: 5px;
    min-height: 100px;
}

.lead-filters .filter-area.toggled .btn-filter
{
    display: none;
}
.lead-filters .filter-area.toggled .filter-label
{
    display: block;
}
.lead-filters .filter-area.toggled > .row.toggle-block
{
    display: block;
}


.navbar-form.navbar-search .multiselect.btn-default{
    background-color: #FFFFFF;
}
.navbar-form.navbar-search .multiselect-container input[type="radio"]{
    height: auto !important;
}
.navbar-form.navbar-search .multiselect-container > li > a > label{
    padding-left:10px;
}
.navbar-form.navbar-search input{
    height: 30px !important;
}
.disabled-a{
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-selection__rendered {
    min-height: 36px !important;
}
.select2-selection{
    background-color: #FFFFFF !important;
}
.select2-search__field{
    margin-top: 10px !important;
}
.nano > .nano-content {
    overflow-y:  auto;
}

.call-queue .badge
{
    position: absolute;
    top:32px;
    left: 25px;
    font-size: 8px !important;
    padding: 4px !important;
}
.call-queue .dropdown-toggle
{
    position: relative;
}
.call-queue .dropdown-menu.call-queue-list:after
{
    left: 11px;
    right:auto;
}
.call-queue .call-queue-list .queue {
    border-top: 1px solid #EEE;
    padding: 5px;
    color:#000000;
    font-size: 12px;
}
.call-queue .call-queue-list .queue h5
{
    padding: 2px;
    margin: 0px;
}
.call-queue .call-queue-list .queue p
{
    padding: 0px;
    margin:0px;
}
.call-queue .call-queue-list .queue .lead-info{
    color: #333333;
}
.call-queue .call-queue-list .scroller-pn{
    max-height: 150px;
    overflow-y: auto;
}

#current_call_queue_popup{
    box-shadow: 0px 0px 10px #000000; 
    border-radius: 5px;
}
#current_call_queue_popup .panel-heading
{
    border-radius: 5px 5px 0px 0px;
    cursor: move;
}

#current_call_queue_popup .panel-footer
{
    border-radius: 0px 0px 5px 5px;
}
/**
 *
 */
.placeholder_container {
    max-height: 200px;
    overflow-y: auto;
    background-color: #FFFFFF;
}
.placeholder_container > div{
    cursor: pointer;
    line-height: 18px;
    font-size: 13px;
    padding: 2px 3px;
}
.placeholder_container > div:hover{
    background-color: #4a89dc;
    color: #FFFFFF;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.admin-form .select2-container .select2-selection--multiple {
    max-height:38px;
    overflow-y:auto;
}
.breadcrumb {
    margin-top: 5px;
}

.load-overlay
{
    position: fixed;
    z-index: 10000;
    top:0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(255,255,255,0.5);
}


.cssload-spin-box {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    box-shadow: 21px 21px rgb(241,95,50), -21px 21px rgb(11,59,91), -21px -21px rgb(241,95,50), 21px -21px rgb(11,59,91);
    -o-box-shadow: 21px 21px rgb(241,95,50), -21px 21px rgb(11,59,91), -21px -21px rgb(241,95,50), 21px -21px rgb(11,59,91);
    -ms-box-shadow: 21px 21px rgb(241,95,50), -21px 21px rgb(11,59,91), -21px -21px rgb(241,95,50), 21px -21px rgb(11,59,91);
    -webkit-box-shadow: 21px 21px rgb(241,95,50), -21px 21px rgb(11,59,91), -21px -21px rgb(241,95,50), 21px -21px rgb(11,59,91);
    -moz-box-shadow: 21px 21px rgb(241,95,50), -21px 21px rgb(11,59,91), -21px -21px rgb(241,95,50), 21px -21px rgb(11,59,91);
    animation: cssload-spin ease infinite 4.6s;
    -o-animation: cssload-spin ease infinite 4.6s;
    -ms-animation: cssload-spin ease infinite 4.6s;
    -webkit-animation: cssload-spin ease infinite 4.6s;
    -moz-animation: cssload-spin ease infinite 4.6s;
}



@keyframes cssload-spin {
    0%,
    100% {
        box-shadow: 21px 21px rgb(241,95,50), -21px 21px rgb(11,59,91), -21px -21px rgb(241,95,50), 21px -21px rgb(11,59,91);
    }
    25% {
        box-shadow: -21px 21px rgb(11,59,91), -21px -21px rgb(241,95,50), 21px -21px rgb(11,59,91), 21px 21px rgb(241,95,50);
    }
    50% {
        box-shadow: -21px -21px rgb(241,95,50), 21px -21px rgb(11,59,91), 21px 21px rgb(241,95,50), -21px 21px rgb(11,59,91);
    }
    75% {
        box-shadow: 21px -21px #dfdfdf, 21px 21px #4f4d49, -21px 21px #dfdfdf, -21px -21px #4f4d49;
    }
}

@-o-keyframes cssload-spin {
    0%,
    100% {
        box-shadow: 21px 21px rgb(241,95,50), -21px 21px rgb(11,59,91), -21px -21px rgb(241,95,50), 21px -21px rgb(11,59,91);
    }
    25% {
        box-shadow: -21px 21px rgb(11,59,91), -21px -21px rgb(241,95,50), 21px -21px rgb(11,59,91), 21px 21px rgb(241,95,50);
    }
    50% {
        box-shadow: -21px -21px rgb(241,95,50), 21px -21px rgb(11,59,91), 21px 21px rgb(241,95,50), -21px 21px rgb(11,59,91);
    }
    75% {
        box-shadow: 21px -21px #dfdfdf, 21px 21px #4f4d49, -21px 21px #dfdfdf, -21px -21px #4f4d49;
    }
}

@-ms-keyframes cssload-spin {
    0%,
    100% {
        box-shadow: 21px 21px rgb(241,95,50), -21px 21px rgb(11,59,91), -21px -21px rgb(241,95,50), 21px -21px rgb(11,59,91);
    }
    25% {
        box-shadow: -21px 21px rgb(11,59,91), -21px -21px rgb(241,95,50), 21px -21px rgb(11,59,91), 21px 21px rgb(241,95,50);
    }
    50% {
        box-shadow: -21px -21px rgb(241,95,50), 21px -21px rgb(11,59,91), 21px 21px rgb(241,95,50), -21px 21px rgb(11,59,91);
    }
    75% {
        box-shadow: 21px -21px #dfdfdf, 21px 21px #4f4d49, -21px 21px #dfdfdf, -21px -21px #4f4d49;
    }
}

@-webkit-keyframes cssload-spin {
    0%,
    100% {
        box-shadow: 21px 21px rgb(241,95,50), -21px 21px rgb(11,59,91), -21px -21px rgb(241,95,50), 21px -21px rgb(11,59,91);
    }
    25% {
        box-shadow: -21px 21px rgb(11,59,91), -21px -21px rgb(241,95,50), 21px -21px rgb(11,59,91), 21px 21px rgb(241,95,50);
    }
    50% {
        box-shadow: -21px -21px rgb(241,95,50), 21px -21px rgb(11,59,91), 21px 21px rgb(241,95,50), -21px 21px rgb(11,59,91);
    }
    75% {
        box-shadow: 21px -21px #dfdfdf, 21px 21px #4f4d49, -21px 21px #dfdfdf, -21px -21px #4f4d49;
    }
}

@-moz-keyframes cssload-spin {
    0%,
    100% {
        box-shadow: 21px 21px rgb(241,95,50), -21px 21px rgb(11,59,91), -21px -21px rgb(241,95,50), 21px -21px rgb(11,59,91);
    }
    25% {
        box-shadow: -21px 21px rgb(11,59,91), -21px -21px rgb(241,95,50), 21px -21px rgb(11,59,91), 21px 21px rgb(241,95,50);
    }
    50% {
        box-shadow: -21px -21px rgb(241,95,50), 21px -21px rgb(11,59,91), 21px 21px rgb(241,95,50), -21px 21px rgb(11,59,91);
    }
    75% {
        box-shadow: 21px -21px #dfdfdf, 21px 21px #4f4d49, -21px 21px #dfdfdf, -21px -21px #4f4d49;
    }
}

#dialer-pad-popup
{
    position: fixed;
    z-index: 10000;
    margin: auto;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 190px;
    height: 249px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
#dialer-pad-popup .overlay
{
    position: fixed;
    z-index: 100;
    margin: auto;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,0.3);
}


.dialer-pad {
    width:190px;
    padding: 5px;
    border: 1ps solid #AAAAAA;
    background: #FFFFFF;
    position: relative;
    z-index: 101;

}
.dialer-pad input:focus,
.dialer-pad button:focus {
    outline: none;
}

.dialer-pad div {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}
.dialer-pad .span4
{
    width: 35px;
    float: left;
    margin: 0 4px 5px 4px;
}
.dialer-pad .span8
{
    width: 35px;
    height:75px;
    float: left;
    margin: 0 4px 5px 4px;
}

.dialer-pad .phone
{
    margin-top: 15px;
    background: #fff;
}
.dialer-pad #display
{
    margin-bottom: 10px;
    border: 1px solid #9e9e9e;
    border-radius: 0px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    position: relative;

}
.dialer-pad #display .text
{
    min-width: 170px;
    position: absolute;
    right:5px;

}
.dialer-pad #display .text .current-num
{
    font-size: 18px;
    color: #333333;
}


.dialer-pad .num-pad
{
    width:134px;
    float:left;
    padding-left: 3px;
}
.dialer-pad .extra-pad
{
    width:30px;
    float:left;

}


.dialer-pad .num
{
    border: 1px solid #9e9e9e;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    height: 35px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}
.dialer-pad .num:hover
{
    background-color: #9e9e9e;
    color: #fff;
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
}
.dialer-pad .txt
{
    font-size: 18px;
    text-align: center;
    margin-top: 7px;
    font-family: 'Lato' , sans-serif;
    line-height: 18px;
    color: #333;
}
.dialer-pad .extra-pad .num
{
    height: 75px;

}
.dialer-pad .extra-pad .txt
{
    font-size: 12px;
    line-height: 60px;
    color: #FFFFFF;
}
.dialer-pad .small
{
    font-size: 15px;
}

.dialer-pad .btn
{
    font-weight: bold;
    -webkit-transition: .1s ease-in background-color;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
}
.dialer-pad .btn:hover
{
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
}
.dialer-pad .active
{
    color: #3498db;
}

#livechat-compact-container,
#livechat-full
{
	right:none !important;
	left:15px !important;
}
