table.data, table.data_equal, table.balance {
    border-collapse:collapse;
    background-color: white;
    width: 100%;
    min-width: 400px;
}

table.data tr.header, table.data_equal tr.header, table.balance tr.header, tr.total {
    font-weight: bold;
}

table.data tr.header td, table.data_equal tr.header td, table.balance tr.header td {
    text-align:center;
}

tr.chess0, tr.chess0, td.chess0 {
    background-color: #ffbaba;
}

tr.chess1, tr.chess1, td.chess1 {
    background-color: #ffffff;
}

table.data td.sortable, table.data_equal td.sortable {
    cursor: pointer;
    border: 1px solid #999999;
}

table.data td, th {
    border: 1px solid #999999;
    padding: 2px;
}

table.list td, th {
    vertical-align: middle;
}

th {
    color: #444444;
    background-color: #c0ffd0;
    font-weight: bold;
    text-align:center;
}

/* Complains from customers that tables don't fit screen
table.list td {
    white-space: nowrap;
}
*/

table.data td.placeholder {
    border: 0px;
    padding: 0px;
    border-collapse:collapse;
}

table.data_equal td {
    border: 1px solid #999999;
    padding: 2px;
    width: 50%;
}

table.tracked_equal td {
    width: 50%;
}

table.balance td {
    border: 1px solid #999999;
    padding: 2px;
    width: 25%;
}

.countdown {
    font-size:12px;
    background-color: #909090;
    border: 1px solid #444444;
    margin-left: 5px;
    margin-right: 1px;
    color: white;
    width: 30px;
    font-weight: bold;
}

.countdown_hover {
    font-size:12px;
    background-color: #909090;
    border: 1px solid #444444;
    margin-left: 5px;
    margin-right: 1px;
    color: white;
    width: 30px;
    font-weight: bold;
}

.countdown:hover {
    background-color: #bbbbbb;
}

table.data_equal td div.image_button {
    float:right;
}

table.data td div.image_button {
    float:right;
}

div.image_button {
    cursor: pointer;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
}

table.data_equal img {
    margin-left: 2px;
    vertical-align: middle;
}

table.data img {
    margin-left: 2px;
    vertical-align: middle;
}

table.report img {
    margin-right: 2px;
    margin-left: 2px;
    vertical-align: none;
}

table.report button.btn-small {
    width: 40px;
}

table.report .Wt-btn {
    margin-top: 4px;
    margin-right: 2px;
    margin-left: 2px;
    vertical-align: none;
}

.Wt-btn {
    font-weight: normal;
    font-size:14px;
    background-color: #65d2a5;
    border: 1px solid #909090;
    margin-left: 2px;
    margin-right: 2px;
    color: white;
    border-radius: 2px;
    cursor: pointer;
    padding-top: 1px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 8px;
    height: 22px;
    vertical-align: middle;
    min-width: 110px;
}

.Wt-btn:hover {
    background-color: #40AD80;
}

.Wt-btn:disabled {
    background-color: #85f2c5;
    color: #666666;
    cursor: not-allowed;
}

.Wt-btn.with-label img {
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 5px;
}

tr.highlightable:hover td {
    background-color: #eae5e0;
}

div.gui {
    width:100%;
    height:100%;
}

html {
    background-color: #dcdad5; /* konqueror needs this */
}

body {
    background-color: #dcdad5;
    position:absolute;
    padding:0px;
    margin:0px;
    line-height:22px;
    width:100%;
    height:100%;
}

div.gui-header {
    background-color: #eceae5;
    padding: 2px;
    text-align: center;
    width: 230px;
    vertical-align: middle;
}

div.gui-header span {
    margin-right: 10px;
    margin-left: 4px;
}

div.gui-header td img {
    vertical-align: middle;
}

div.content {
    background-color: #eceae5;
    overflow: auto;
    padding: 0px;
    display: inline;
}

div.path {
    padding: 15px;
    background-color: #eceae5;
}

span, input, select, textarea, div {
    font-size:12px;
    font-family:Verdana;
}

input, select, textarea {
    border:1px solid #bbbbbb;
    color:black;background:white;
    vertical-align: middle;
}

h3 {
    font-size: 18px;
    padding-bottom: 10px;
    font-family:Verdana;
}

table.data th.asc, table.data td.asc {
    padding-right: 14px;
    background-image: url(/images/asc.gif);
    background-repeat: no-repeat;
    background-position: center right;
}

table.data th.desc, table.data td.desc {
    padding-right: 14px;
    background-image: url(/images/desc.gif);
    background-repeat: no-repeat;
    background-position: center right;
}

div.user-info {
    background-color: #eceae5;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-top: 4px;
    margin:0px;
    display: inline-block;
    float: right;
/*    position: absolute;
    right:5px;
    z-index: 2;*/
}

div.user-info img {
    padding-left: 15px;
    padding-right: 5px;
}

div.gui-footer {
    background-color: #eceae5;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: center;
}

div.gui-footer span {
    font-size:11px;
    font-family:Verdana; 
}

div.navigator {
    background-color: #eceae5;
    padding: 5px;
    width: 250px;
    overflow: auto;
}

div.navigator li {
    list-style-type: none;
}

div.navigator ul {
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 8px;
    padding-left: 8px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

div.feature_navigator {
    width: 100%;
    height: 100%;
}

div.feature_navigator span img {
    vertical-align: middle;
}

div.feature_navigator .hover {
    background-color: #909090;
    color: white;
}

div.navigator span {
    font-size:11px;
    font-family:Verdana;
}

div.navigator span img {
    vertical-align: middle;
}

div.navigator div.Wt-item.Wt-end div {
    display: inline-block;
}

div.navigator div.Wt-item.Wt-trunk div {
    display: inline-block;
}

a, span.link {
    text-decoration: none;
    color: #121246;
    cursor: pointer;
}

a:hover, span.link:hover {
    color: #aaaaaa;
}

span.special_link {
    text-decoration: none;
    color: #444444;
    cursor: pointer;
}

span.special_link:hover {
    color: #aaaaaa;
}

div.authenticator {
    width: 100%;
    height: 100%;
    font-family: Verdana;
}

div.authenticator_center {
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 360px;
    height: 200px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #daf1d7;
    border: 1px solid #a8a998;
    border-radius: 3px;
}

div.authenticator_center input.login_password {
    display: block;
    font-size: 16px;
    width: 99%;
    height: 32px;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.authenticator_center label.remember_me input {
    margin-top: 20px;
    margin-bottom: 20px;
}

div.authenticator_center label.remember_me {
    color: #4A4A4A;
}

div.authenticator_center button.Wt-btn {
    display: block;
    font-size: 16px;
    width: 99%;
    height: 32px;
    border-radius: 3px;
    margin-top: 20px;
}

span.authenticator_vendor_label {
    position:absolute;
    left: 5px;
    bottom: 2px;
    font-size: 11px;
}

div.authenticator_tooltip {
    height: 32px;
    background: url(/images/alert.gif) no-repeat;
    background-size: 18px;
    color: red;
}

div.authenticator_tooltip span {
    margin-left: 25px;
}

img.authenticator_flag {
    position:absolute;
    top: 4px;
    right: 4px;
}

div.gui-header table {
    width: 100%;
}

div.gui-header img {
    padding-right: 2px;
    padding-left: 2px;
    margin-left: 1px;
}

div.gui-header div.image_button {
    margin-right: 2px;
}

td.index-category {
    width: 1px;
}

td.index-category span {
    color: #556060;
    font-size: 12px;
    font-weight: bold;
}

div.index-widget {
    width: 92px;
    height: 92px;
    background-color: white;
    float: left;
    margin: 2px;
    border: 1px solid #CFCFCF;
    padding: 2px;
    cursor: pointer;
}

div.index-widget:hover {
    background-color: #bbbbbb;
}

div.index-widget span {
    font-size:11px;
    word-wrap: break-word;
    line-height: 1.5;
    display: block;
}

table.index {
    width: 100%;
}

table.index td {
    vertical-align: top;
    border-bottom: 1px solid #AFAFAF;
    padding: 6px;
}

table.index h3 {
    padding-top: 30px;
}

table.bottomlinks {
    width: 100%;
}

table.bottomlinks td {
    padding-top: 2px;
}

div.gui-footer table {
    width: 100%;
}

div.gui-footer table td {
    width: 33%;
}

div.gui-footer span.link {
    text-decoration: underline;
}

div.Wt-panel {
    border: 1px solid #999999;
}

div.data_widget_panel {
    margin-bottom: 10px;
}

div.Wt-panel .body{
    background: #eeeeee;
    padding: 2px;
}

div.Wt-panel .titlebar {
    background: #dcdad5; 
    color: black;
    padding-bottom: 2px;
    padding-left: 2px;
}

div.quick_links {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}

span.null_text {
    color: #707070;
}

textarea.readonly {
    background: white;
    color: black;
}

textarea {
    min-height: 100px;
    min-width: 80%;
}

.column_highlight {
    background-color: #ffcdcd;
}

.panel_table_header {
    background-color: #dcdad5;
}

.navigator .hover {
    background-color: #909090;
    color: white;
}

.suggest {
  background-color: #eeeeee;
  color: black;
  border: 1px solid #666666;
  cursor: default;
  font-size: smaller;
  padding: 2px;
  width: 600px;
}

.suggest span {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.suggest .sel {
  background-color: #dad5d0;
}

div.acl_tree td {
    border: 0px;
}

div.acl_tree span.hover {
    background-color: #909090;
    color: white;
}


div.acl_tree div {
    line-height: 200%;
}

div.acl_tree select {
    margin-top: 3px;
}

.Wt-header {
    font-weight: bold;
}

div.MyTabWidget {
    background-color: #eceae5;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
}

table.call_detail_report_number {
    width: 100%;
}

table.call_detail_report_number td {
    border: none;
}

div.check_hunting_to_show_outbound_peer {
    height: 200px;
}

div.call_handler {
    width: 100%;
    border: 0px;
    height: 620px;
}

div.call_handler_palette {
    display: inline-block;
    background-color: #dad5d0;
    height: 620px;
    width: 194px;
    border-right:1px solid #999999;
    vertical-align: middle;
}

div.call_handler_palette img {
    margin-top:6px;
    margin-left: 10px;
    padding-right: 10px;
    width: 40px;
    height: auto;
}

div.call_handler_palette div.element {
    float: left;
    width: 64px;
    height: 64px;
    text-align: center;
}

div.call_handler_palette div.element span {
    font-size:10px;
    padding-bottom:10px;
}

div.call_handler_palette div.element_selected span {
    font-size:10px;
}

div.call_handler_palette div.element_selected {
    float: left;
    width: 64px;
    height: 64px;
    background-color: white;
    text-align: center;
}

div.call_handler_graph {
    display: inline-block;
    vertical-align: middle;
}

div.refill-item {
    width: 100px;
    height: 100px;
    background-color: white;
    float: left;
    margin: 2px;
/*    border: 1px solid #AFAFAF; */
    padding: 2px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 20px;
}

div.refill-item:hover {
    background-color: #bbbbbb;
}

a.attachment {
    background-image: url('../images/attachment.gif');
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 3px;
}

div.crm_contact_label_container {
    float: left;
    min-width: 220px;
}

div.index-container {
    padding: 3px;
}

fieldset {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #eae5d0;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

legend {
}

div.captcha div {
    margin: auto;
}

/*
 * XHTML Tooltips
 */

/* #1736: merge from bootsrap3 Wt theme */
.Wt-tooltip-inner {
  max-width: 700px;
  padding: 3px 8px;
  color: black;
  text-align: left;
  text-decoration: none;
  background-color: #f0f0f0;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  font-size: 11px;
}

/* #1736: merge from bootsrap3 Wt theme */
.Wt-tooltip-outer {
  position: absolute;
  z-index: 1030;
  display: block;
  line-height: 1.4;
  visibility: visible;
}

.Wt-tooltip-inner ul {
  padding-top: 0px;
  margin-top: 0px;
  padding-left: 10px;
  margin-bottom: 0px;
}

span.tooltiped {
  border-bottom: 1px dashed #999;
  text-decoration: none;
  cursor: help;
}

div.time_of_day_selector {
  display: inline-block;
}

div.informational_dialog_container {
  overflow: auto;
  border: 1px solid #bbbbbb;
  background-color: white;
}

div.informational_dialog_container div {
  background-color: white;
}

div.details {
   background-image: url('/images/details.gif');
}

div.details:hover {
   background-image: url('/images/details_lens.gif');
}

div.gohome {
   background-image: url('/images/gohome.gif');
}

div.gohome:hover {
   background-image: url('/images/gohome_lens.gif');
}

div.help {
   background-image: url('/images/help.gif');
}

div.help:hover {
   background-image: url('/images/help_lens.gif');
}

div.logout {
   background-image: url('/images/logout.gif');
}

div.logout:hover {
   background-image: url('/images/logout_lens.gif');
}

div.add {
   background-image: url('/images/add.gif');
}

div.add:hover {
   background-image: url('/images/add_lens.gif');
}

div.admin {
   background-image: url('/images/admin.gif');
}

div.admin:hover {
   background-image: url('/images/admin_lens.gif');
}

div.cancel {
   background-image: url('/images/cancel.gif');
}

div.cancel:hover {
   background-image: url('/images/cancel_lens.gif');
}

div.change {
   background-image: url('/images/change.gif');
}

div.change:hover {
   background-image: url('/images/change_lens.gif');
}

div.clone {
   background-image: url('/images/clone.gif');
}

div.clone:hover {
   background-image: url('/images/clone_lens.gif');
}

div.commit {
   background-image: url('/images/commit.gif');
}

div.commit:hover {
   background-image: url('/images/commit_lens.gif');
}

div.delete {
   background-image: url('/images/delete.gif');
}

div.delete:hover {
   background-image: url('/images/delete_lens.gif');
}

div.dial {
   background-image: url('/images/dial.gif');
}

div.dial:hover {
   background-image: url('/images/dial_lens.gif');
}

div.down {
   background-image: url('/images/down.gif');
}

div.down:hover {
   background-image: url('/images/down_lens.gif');
}

div.up {
   background-image: url('/images/up.gif');
}

div.up:hover {
   background-image: url('/images/up_lens.gif');
}

div.edit {
   background-image: url('/images/edit.gif');
}

div.edit:hover {
   background-image: url('/images/edit_lens.gif');
}

div.enter {
   background-image: url('/images/enter.gif');
}

div.enter:hover {
   background-image: url('/images/enter_lens.gif');
}

div.export {
   background-image: url('/images/export.gif');
}

div.export:hover {
   background-image: url('/images/export_lens.gif');
}

div.file {
   background-image: url('/images/file.gif');
}

div.file:hover {
   background-image: url('/images/file_lens.gif');
}

div.find {
   background-image: url('/images/find.gif');
}

div.find:hover {
   background-image: url('/images/find_lens.gif');
}

div.generate {
   background-image: url('/images/generate.gif');
}

div.generate:hover {
   background-image: url('/images/generate_lens.gif');
}

div.hangup {
   background-image: url('/images/hangup.gif');
}

div.hangup:hover {
   background-image: url('/images/hangup_lens.gif');
}

div.import {
   background-image: url('/images/import.gif');
}

div.import:hover {
   background-image: url('/images/import_lens.gif');
}

div.lock {
   background-image: url('/images/lock.gif');
}

div.lock:hover {
   background-image: url('/images/lock_lens.gif');
}

div.prev {
   width: 40px;
   background: url('/images/previous.gif') no-repeat center;
   background-repeat: no-repeat;
   background-color: #909090;;
   border-radius: 2px;
   cursor: pointer;
}

div.prev:hover {
   background-color: #bbbbbb;
}

div.next {
   width: 40px;
   background: url('/images/continue.gif') no-repeat center;
   background-repeat: no-repeat;
   background-color: #909090;;
   border-radius: 2px;
   cursor: pointer;
}

div.next:hover {
   background-color: #bbbbbb;
}

div.now {
   background-image: url('/images/now.gif');
}

div.now:hover {
   background-image: url('/images/now_lens.gif');
}

div.pause {
   background-image: url('/images/pause.gif');
}

div.pause:hover {
   background-image: url('/images/pause_lens.gif');
}

div.pdf {
   background-image: url('/images/pdf.gif');
}

div.pdf:hover {
   background-image: url('/images/pdf_lens.gif');
}

div.pickup {
   background-image: url('/images/pickup.gif');
}

div.pickup:hover {
   background-image: url('/images/pickup_lens.gif');
}

div.play {
   background-image: url('/images/play.gif');
}

div.play:hover {
   background-image: url('/images/play_lens.gif');
}

div.refresh {
   background-image: url('/images/refresh.gif');
}

div.refresh:hover {
   background-image: url('/images/refresh_lens.gif');
}

div.show {
   background-image: url('/images/show.gif');
}

div.show:hover {
   background-image: url('/images/show_lens.gif');
}

div.stop {
   background-image: url('/images/stop.gif');
}

div.stop:hover {
   background-image: url('/images/stop_lens.gif');
}

div.txt {
   background-image: url('/images/txt.gif');
}

div.txt:hover {
   background-image: url('/images/txt_lens.gif');
}

div.upload {
   background-image: url('/images/upload.gif');
}

div.upload:hover {
   background-image: url('/images/upload_lens.gif');
}

div.user {
   background-image: url('/images/user.gif');
}

div.user:hover {
   background-image: url('/images/user_lens.gif');
}

div.volume {
   background-image: url('/images/volume.gif');
}

div.volume:hover {
   background-image: url('/images/volume_lens.gif');
}

div.choose {
   background-image: url('/images/choose.gif');
}

div.choose:hover {
   background-image: url('/images/choose_lens.gif');
}


/* Navigator */
div.Wt-item span:hover {
    color: #aaaaaa;
}

/* Webphone */

div.dialpad-item {
    position: relative;
    width: 110px;
    height: 60px;
    background-color: white;
    margin: 2.2px;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
    text-align: center;
}

div.dialpad-item:hover {
    background-color: #bbbbbb;
}

div.dialpad-item span.dialpad-numeric {
    font-size: 30px;
    margin-top: 15px;
    display: block;
    color: #555555;
}

div.dialpad-item span.dialpad-alpha {
    font-size: 10px;
    margin-top: 5px;
    display: block;
    color: #555555;
}

td.dialpad-dial-number input {
    font-size: 46px;
    height: 64px;
    border-radius: 3px;
    margin-top: 5px;
    margin-left: 0px;
    width: 80%;
    padding-right: 113px;
}

td.dialpad-dial-number div.backspace {
    position:absolute;
    right:10px;
    top:45px;
    background-image: url('/images/backspace.gif');
    background-repeat: no-repeat;
    width: 40px;
    height: 28px;
    cursor: pointer;
}

td.dialpad-dial-number div.backspace:hover {
    background-image: url('/images/backspace_hover.gif');
}

div.country {
    position:absolute;
    right:60px;
    top:32px;
    display: inline-grid;
    text-align: center;
}

div.country span {
    line-height: 0px;
}

div.dialpad-call {
    width: 110px;
    position: relative;
    background-color: #81ed81;
    background-image: url('/images/dialpad_call.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 2.2px;
    border: 1px solid #AFCFAF;
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
    text-align: center;
}

div.dialpad-call:hover {
    background-color: #bbbbbb;
}

div.dialpad-call span {
    color: #555555;
    display: block;
    margin-top: 190px;
    font-size: 12px;
}

div.dialpad-hangup {
    position: relative;
    width: 110px;
    height: 213px;
    background-color: #ff7777;
    background-image: url('/images/dialpad_hangup.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 2.2px;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
    text-align: center;
}

div.dialpad-hangup:hover {
    background-color: #bbbbbb;
}

div.dialpad-hangup span {
    color: #555555;
    display: block;
    margin-top: 190px;
    font-size: 12px;
}

div.dialpad-echo-test {
    position: relative;
    width: 110px;
    height: 60px;
    background-color: white;
    background-image: url('/images/echo_test.gif');
    background-repeat: no-repeat;
    background-position: 50% 40%;
    margin: 2.2px;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
    text-align: center;
}

div.dialpad-echo-test:hover {
    background-color: #bbbbbb;
}

div.dialpad-echo-test span {
    color: #555555;
    display: block;
    margin-top: 44px;
    font-size: 12px;
}

table.webphone input {
    margin-right: 5px;
}

div.web_phone_answer_hangup {
    width: 210px;
    height: 110px;
    background-color: #ff7777;
    background-image: url('/images/dialpad_hangup.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 5px;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

div.web_phone_answer_hangup:hover {
    background-color: #bbbbbb;
}

div.web_phone_answer_hangup span {
    color: #555555;
    display: block;
    margin-top: 96px;
    font-size: 12px;
}

div.web_phone_answer_call {
    width: 210px;
    height: 110px;
    background-color: #aaffaa;
    background-image: url('/images/dialpad_call.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 5px;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

div.web_phone_answer_call:hover {
    background-color: #bbbbbb;
}

div.web_phone_answer_call span {
    color: #555555;
    display: block;
    margin-top: 96px;
    font-size: 12px;
}

div.web_phone_answer_pickup {
    width: 210px;
    height: 110px;
    background-color: #aaffaa;
    background-image: url('/images/dialpad_pickup.gif');
    background-repeat: no-repeat;
    background-position: 50% 40%;
    margin: 5px;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

div.web_phone_answer_pickup:hover {
    background-color: #bbbbbb;
}

div.web_phone_answer_pickup span {
    color: #555555;
    display: block;
    margin-top: 96px;
    font-size: 12px;
}

span.web_phone_answer_link_big {
    font-size: 30px;
}

span.web_phone_answer_link_small {
    font-size: 20px;
}

span.web_phone_answer_number_big {
    color: #555555;
    font-size: 30px;
}

span.web_phone_answer_number_small {
    color: #555555;
    font-size: 20px;
}

div.web_phone_answer table {
    width: 100%;
    height: 100%;
}

table.web_phone_answer td {
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: center;
    height: 30%;
}

table.web_phone_answer_bridged {
    height: 1px;
}

table.web_phone_answer_bridged td {
    padding-top: 12px;
    padding-bottom: 0px;
    text-align: center;
}

table.dialpad {
    margin-top: 5px;
}

table.dialpad td {
    padding-top: 0px;
    padding-bottom: 0px;
}

div.web_phone_answer_contact_label {
    padding: 3px;
    margin: 5px;
    background-color: white;
    display: inline-block;
    border-radius: 2px;
    color: #808080;
}

div.gui-header div.headset {
   background-image: url('/images/headset.gif');
   margin-right: 4px;
}

/*https://stackoverflow.com/questions/33667143/how-to-make-a-blinking-image-in-css3*/

/* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

div.gui-header div.headset_connecting {
   -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
   -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
   -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
   animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
   background-image: url('/images/headset_connected.gif');
   margin-right: 4px;
}

div.gui-header div.headset_connected {
   background-image: url('/images/headset_connected.gif');
   margin-right: 4px;
}

button.page_num {
    position: relative;
    background-color: #55c295;
    border: 1px solid #909090;
    color: white;
    font-size: 14px;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
}

button.page_num:hover {
    background-color: #40AD80;
}

button.page_num_selected {
    position: relative;
    background-color: white;
    color: #404040;
    font-size: 14px;
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid #aaaaaa;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
}

button.page_num_selected:hover {
    background-color: #bbbbbb;
}

div.presence_online {
   background-image: url('/images/online.gif');
}

div.presence_offline {
   background-image: url('/images/offline.gif');
}

div.gui-header div.queue_member {
   background-image: url('/images/queue_member.gif');
   margin-right: 4px;
}

div.gui-header div.not_queue_member {
   background-image: url('/images/not_queue_member.gif');
   margin-right: 4px;
}

div.mic_active {
    position: relative;
    width: 44px;
    height: 44px;
    background-color: white;
    margin: 0px;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    padding: 0px;
    cursor: pointer;
    text-align: center;
    background-image: url('/images/mic_active.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

div.mic_active:hover {
    background-color: #bbbbbb;
}

div.mic_muted {
    position: relative;
    width: 44px;
    height: 44px;
    background-color: #dcdccd;
    margin: 0px;
    border: 1px solid #804991;
    border-radius: 4px;
    padding: 0px;
    cursor: pointer;
    text-align: center;
    background-image: url('/images/mic_muted.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

div.mic_muted:hover {
    background-color: #bbbbbb;
}

div.speaker_active {
    position: relative;
    width: 44px;
    height: 44px;
    background-color: white;
    margin: 0px;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    padding: 0px;
    cursor: pointer;
    text-align: center;
    background-image: url('/images/speaker_active.gif');
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

div.speaker_active:hover {
    background-color: #bbbbbb;
}

div.speaker_muted {
    position: relative;
    width: 44px;
    height: 44px;
    background-color: #dcdccd;
    margin: 0px;
    border: 1px solid #804991;
    border-radius: 4px;
    padding: 0px;
    cursor: pointer;
    text-align: center;
    background-image: url('/images/speaker_muted.gif');
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

div.speaker_muted:hover {
    background-color: #bbbbbb;
}

table.web_phone_recents {
    width: 100%;
}

table.web_phone_recents td {
    border: 0px;
    padding: 5px;
}

td.web_phone_recents_call_status {
    vertical-align: middle;
    text-align: center;
}

td.web_phone_recents_main_data span {
    color: #555555;
    font-size: 25px;
}

td.web_phone_recents_main_data span.link {
    color: #121246;
}

td.web_phone_recents_time span {
    float: right;
    color: #555555;
}

td.web_phone_recents_call {
    width: 50px;
    height: 50px;
}

td.web_phone_recents_details {
    width: 50px;
    height: 50px;
}

td.web_phone_recents_call div {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #81ed81;
    background-image: url('/images/call.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #AFCFAF;
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
    text-align: center;
}

td.web_phone_recents_call div:hover {
    background-color: #bbbbbb;
}

td.web_phone_recents_details div {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #b1b1ed;
    background-image: url('/images/call_details.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #AFCFAF;
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
    text-align: center;
}

td.web_phone_recents_details div:hover {
    background-color: #bbbbbb;
}

button.btn-delete {
    background-color: #e09090;
}

button.btn-delete:hover {
    background-color: #d58585;
}

div.validator_tooltip {
    height: 32px;
    background: url(/images/alert.gif) no-repeat;
    background-size: 18px;
    color: red;
    float: right;
    height: 18px;
}

div.validator_tooltip span {
    margin-left: 25px;
}

div.validator_tooltip span.link {
    color: red;
    text-decoration: underline;
}

div.list_table_prev_next {
    margin-right: 3px;
    padding-left: 3px;
    padding-top: 10px;
    text-align: center;
    float:right;
}

div.list_table_prev_next table {
    display: inline-block;
}

div.list_table_prev_next table td {
    border: 0px;
}

div.Wt-panel div.list_table_prev_next table {
    width: auto; /* #2941: To overwrite div.Wt-panel table {width: 100%} */
}

div.list_table_prev_next button {
    width: 40px;
    height: 24px;
    min-width: 40px;
}

table.list_table_bottom_table {
    height: 40px;
    width: 100%;
}

div.on_page {
    margin-left: 3px;
    margin-top: 12px;
    float: left;
}

button.btn-small {
    min-width: 40px;
    width: 40px;
    margin-left: 1px;
    margin-right: 1px;
    padding: 2px;
}

table.data_equal td button.btn-small {
    float:right;
}

table.data td button.btn-small {
    float:right;
}

div.Wt-panel table {
    width: 100%;
}

div.Wt-panel tr:hover td {
    background-color: #eae5e0;
}

div.Wt-panel td button.btn-small {
    float:right;
}

div.Wt-panel span.link:hover {
    color: #006D20;
}

button.btn-small img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    vertical-align: middle;
}

button.btn-stop {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    margin: 0px;
    padding: 0px;
    height: 22px;
    min-width: 40px;
    min-height: 40px;
}

button.btn-stop:hover {
    background-color: transparent;
}

button.btn-big {
    height: 60px;
}

input.quick_filter {
    width: 100%;
    box-sizing: border-box;
    min-width: 40px;
}

select.quick_filter {
    width: 100%;
    min-width: 60px;
}

div.gui-header button.btn-small {
    margin-right: 4px;
}

button.btn-balance {
    background-color: #c0ffd0;
    color: #444444;
    border-color: #80bf90;
    margin-right: 4px;
}

button.btn-balance:hover {
    background-color: #b0efc0;
}

div.quick_filter {
    display: inline-block;
    white-space: nowrap;
}

div.quick_filter input {
    width: 40px;
}

div.ip_address_country img {
    float: right;
}

div.Wt-dialog div.navigator span {
    font-size:12px;
}

td.report_footer {
    background-color: #ecffdc;
    font-weight: bold;
    color: #505050;
}

td.report_footer_loss {
    background-color: #ffbaba;
    font-weight: bold;
    color: #505050;
}

span.ping_time {
    color: #505050;
}
