.btn span.glyphicon+span, .btn span+span.glyphicon,
.btn span.glyphicon-regular+span, .btn span+span.glyphicon-regular {
	margin-left: 10px;
}

.btn-success.outline, .btn-warning.outline {
  color: #333;
  background-color: #fff;
}

.btn-warning.outline.blinking {
  -webkit-animation: wblink 0.5s; /* Chrome, Safari, Opera */
  animation: wblink 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes wblink {
    0% {background-color: #fff;}
    50% {background-color: #f0ad4e;}
    100% {background-color: #fff;}
}

/* Standard syntax */
@keyframes wblink {
    0% {background-color: #fff;}
    50% {background-color: #f0ad4e;}
    100% {background-color: #fff;}
}

#Keypad {
	margin-top: 25px;
}
#InfoScreen {
  position: relative;
}
#InfoScreen h3.status {
	text-transform: capitalize;
}
#InfoScreen .info-icons-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  max-height: 20px;
  width: 100%;
}
#InfoScreen .info-icons-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  max-height: 20px;
  width: 100%;
  font-size: 12px;
}
#LineSwitch {
  margin-top: 20px;
}

#StatusManager {
  margin-top: 20px;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="username"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin input[type="appname"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="accountname"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
h3.status-title {
	text-transform: capitalize;
}
.progress-bar {
	width: 100%;			
}

span.buttontext.line1 {
  font-weight: bold;
}

span.buttontext.line2 {
  font-size: 60%;
}

.btn-group-justified>.btn-group .modal-footer .btn {
  width: auto;
}

/* 'VoxImplant Network Font' */
@font-face {
  font-family: 'VoxImplant Network';

  src: url('../fonts/voximplant-network.eot');
  src: url('../fonts/voximplant-network.eot?#iefix') format('embedded-opentype'), url('../fonts/voximplant-network.woff') format('woff'), url('../fonts/voximplant-network.ttf') format('truetype'), url('../fonts/voximplant-network.svg#voximplantnetwork') format('svg');
}

/* 'VoxImplant Mic Font' */
@font-face {
  font-family: 'VoxImplant Mic';

  src: url('../fonts/voximplant-mic.eot');
  src: url('../fonts/voximplant-mic.eot?#iefix') format('embedded-opentype'), url('../fonts/voximplant-mic.woff') format('woff'), url('../fonts/voximplant-mic.ttf') format('truetype'), url('../fonts/voximplant-mic.svg#mic') format('svg');
}

/* 'Glyphicons Regular Font' */
@font-face {
  font-family: 'Glyphicons Regular';

  src: url('../fonts/glyphicons-regular.eot');
  src: url('../fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-regular.woff') format('woff'), url('../fonts/glyphicons-regular.ttf') format('truetype'), url('../fonts/glyphicons-regular.svg#glyphiconsregular') format('svg');
}
.glyphicon-regular, .glyphicon-vox-network, .glyphicon-vox-mic {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: 400;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-vox-network {
  font-family: 'VoxImplant Network';
}

.glyphicon-vox-mic {
  font-family: 'VoxImplant Mic';
}

.glyphicon-network-4:before {
  content: '\e600';
}

.glyphicon-network-3:before {
  content: '\e601';
}

.glyphicon-network-2:before {
  content: '\e602';
}

.glyphicon-network-1:before {
  content: '\e603';
}

.glyphicon-network-0:before {
  content: '\e604';
}

.glyphicon-microphone:before {
	content: '\e605';
}

.glyphicon-microphone-off:before {
  content: '\e606';
}

.glyphicon-delete:before {
	content: '\e257';
}

.glyphicon-warning-sign:before {
	content: '\e079';
}

.glyphicon-keys:before {
	content: '\e045';
}

.glyphicon-log-in:before {
  content: '\e387';
}

.glyphicon-log-out:before {
  content: '\e388';
}

.glyphicon-headset:before {
  content: '\e078';
}

.glyphicon-ban:before {
  content: '\e200';
}

.glyphicon-ok:before {
  content: '\e199';
}

.glyphicon-pen:before {
  content: '\e236';
}

.glyphicon-drink:before {
  content: '\e274';
}

.glyphicon-globe:before {
  content: '\e341';
}

#volume-progress {
  width: 300px;
}

#controls-block div.nav.navbar-text.volume-block {
  margin-left: 6px;
  margin-right: 14px;
}

#volume-block-root {
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #dddddd;
  margin: 0 0 20px 0;
}

#volume-block-root div.nav.volume-block {
  margin-left: 8px;
  margin-right: 13px;
}

.volume-block .slider {
  float: left !important;
}

#controls-block .glyphicon {
  top: 3px;
  font-size: 120%;
}

#device-manager {
  margin-left: 10px;
}

#controls-block {
  margin-top: 25px;
  min-height: inherit !important;
}

#device-manager label {
  margin:0;
}
.panel-body.closed {
  display: none;
}
#callhistory, #contacts {
  margin-top: 25px;
}

#callhistory table {
  margin-bottom: 0;
  border: 0;
}

.centered {
  text-align: center;
}
.list-group a {
  cursor: pointer;
}
.list-group-item-heading {
  font-size: 15px;
  font-weight: bold;
}
.list-group-item {
  word-wrap: break-word;
}
#contactList .list-group {
  overflow-y: scroll;
  /*height: 200px;*/
}
#callhistory .panel-body {
  overflow-y: scroll;
  max-height: 300px;
}
#callhistory a {
  cursor: pointer;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-word
}
#callhistory td {
  font-size: 12px;
}
.info-icons-top span, .info-icons-bottom span {
  font-size: 12px;
  float: left;
  line-height: 30px;
  margin-left: 10px;
}
small.mini {
  font-size: 10px; 
}
#lang-switcher {
  margin-bottom: 10px;
}

.icon.call_out {
    background: url("../img/call_out_16.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 16px;
    width: 16px;
}

.icon.call_in {
    background: url("../img/call_in_16.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 16px;
    width: 16px;
}


body > .container {
  width: 800px;
}

#contactList input {
  border-radius:0;
  border: 0;

}

#contactList .list-group {
  margin-bottom:0;
  border-bottom: 1px solid #333333;
}

#contactList .list-group-item:first-child, #contactList .list-group-item:last-child {
  border-radius:0;
}

#contactList > button {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 6px;
}

#callhistory .panel-body, #contacts .panel-body {
  padding: 0;
}

#webphoneApp .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

#main-panel {
  padding-left: 0;
  padding-right: 0;
}

#Keypad button {
  font-size: 24px;
  line-height: 21px;
}

#Keypad .btn-group button {
  border-radius: 0 !important;
}
#Keypad > .btn-group:first-child > .btn-group:first-child button {
  border-top-left-radius: 5px !important;
}
#Keypad > .btn-group:first-child > .btn-group:last-child button {
  border-top-right-radius: 5px !important;
}

#Keypad > .btn-group:last-child > .btn-group:first-child button {
  border-bottom-left-radius: 5px !important;
}

#Keypad > .btn-group:last-child > .btn-group:last-child button {
  border-bottom-right-radius: 5px !important;
}

#volume-slider {
  width: 157px;
}

#mute-button {
  margin-right: 10px;
}

.progress-block {
  text-align: center;
}
.progress {
  width: 75%;
  left: 10%;
  position: relative;
  text-align: center;
}
.glyphicon-volume-up, .glyphicon-volume-down {
  top: 3px;
}
.test-logout > span { display: none; }