body > div {
  width: 450px;
  height: 100%;
}
@media only screen and (max-width: 479px) {
  body > div {
    width: 100%;
    padding: 0;
  }
}
.main-app {
  border-radius: 0px;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(110, 110, 110, 0.5);
}
.header {
  position: relative;
  background: linear-gradient(to bottom, #f6f6f6, #e1e1e1);
  text-align: center;
  padding: 12px 20px 0px 20px;
  margin-bottom: 30px;
}
.header .menu {
  position: relative;
  bottom: 5px;
  left: -3px;
  font-size: 25px;
  color: #595959;
}
.header .menu:hover {
  color: #e67d39;
}
.header .logo {
  position: absolute;
  left: 20px;
  top: 12px;
}
.header .version {
  position: absolute;
  left: 20px;
  top: 32px;
  font-size: 10px;
  color: #c8c8c8;
}
.header .user {
  font-size: 20px;
  color: #595959;
  font-family: Dyno;
  margin-left: 20px;
}
.header .forward-number {
  color: #959595;
  font-size: 12px;
}
.header .forward-number:before {
  content: '[ ';
}
.header .forward-number:after {
  content: ' ]';
}
.header .btn img {
  margin-bottom: 3px;
}
.header .btn.btn-round {
  margin-top: 10px;
}
.header .user-action {
  margin: 20px 0;
}
.header .user-action .popover {
  min-width: 130px;
  text-align: center;
}
.header .context {
  position: relative;
  margin: -15px 0;
  display: inline-block;
}
.header .context .btn {
  position: absolute;
  right: 0;
  bottom: 5px;
  background-color: #595959;
  box-shadow: none;
}
.header .context .btn:hover {
  background-color: #e67d39;
}
.head-icon.img {
  width: 100%;
}
.navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.navigation > li {
  position: relative;
  display: block;
  float: left;
  margin-left: 18px;
}
.navigation > li + li {
  margin-left: 10px;
}
.navigation .menuselected .btn {
  background: #595959;
}
.navigation .btn-lg.btn-circle .badge {
  top: 38px;
  right: -3px;
  color: #fff;
  background: #e67d39;
  height: 20px;
  width: 20px;
  padding: 4px 0 0 1px;
}
.search-form {
  padding: 0 16px 0 10px;
}
.search-form .form-control {
  border-radius: 50px;
  border-right: 0 none;
  height: 50px;
  font-size: 14px;
}
.search-form .input-group-btn > .btn {
  color: #959595;
  border: 1px solid #959595;
  border-left: 0 none;
  border-radius: 0px 30px 30px 0px;
  padding: 3px 12px 0 10px;
  font-size: 18px;
  height: 50px;
  width: 40px;
}
.search-form .input-group-btn > .btn:hover {
  color: #fff;
}
.search-form .input-group-btn > .btn .fa {
  padding-bottom: 7px;
}
.search-form:focus .form-control,
.search-form:focus .input-group-btn > .btn {
  border-color: #d2621a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f1b894;
}
.search-form:focus .form-control:focus,
.search-form:focus .input-group-btn > .btn:focus {
  outline: 0 none;
}
.no-result {
  font-style: italic;
  padding: 10px;
  border-top: 1px solid #dddddd;
}
.content-view {
  padding-top: 30px;
  height: calc(100% - 220px);
  overflow-y: auto;
}
.content-view table {
  border-bottom: 1px solid #dddddd;
}
.content-view table tr {
  height: 50px;
}
.content-view table tr.history-day {
  height: 10px;
  background: #f6f6f6;
  color: #595959;
  font-weight: bold;
  font-size: 12px;
}
.content-view table tr.history-day td {
  padding: 3px 8px;
}
.content-view table tr.history-day:hover {
  background: #f6f6f6;
}
.content-view table tr.history-day:hover td {
  color: #595959;
}
.content-view table tr:hover {
  background: #e67d39;
  color: #fff;
}
.content-view table tr:hover td,
.content-view table tr:hover td.favorite,
.content-view table tr:hover td.call {
  color: #fff;
}
.content-view table tr:hover td.name,
.content-view table tr:hover td.history-phone {
  font-weight: bold;
}
.content-view table tr:hover td.history-status img,
.content-view table tr:hover td.history-time span {
  display: none;
}
.content-view table tr:hover td.history-time i,
.content-view table tr:hover td.history-status i {
  display: inline-block;
  color: #fff;
}
.content-view table tr:hover td.history-time i {
  font-size: 30px;
}
.content-view table tr:hover td.history-status i {
  font-size: 25px;
}
.content-view table tr:hover td.call-name .conference-name {
  display: none;
}
.content-view table tr:hover td.call-name .conference-participant-count {
  display: inline;
}
.content-view table tr:hover td.call-duration-actions span {
  display: none;
}
.content-view table tr:hover td.call-duration-actions .call-actions {
  display: block;
}
.content-view table tr td {
  vertical-align: middle;
}
.content-view table tr td.user-status {
  padding: 0;
  width: 10px;
}
.content-view table tr td.favorite {
  width: 50px;
  color: #e67d39;
  padding: 0;
}
.content-view table tr td.call {
  font-size: 30px;
  padding: 0;
  width: 70px;
  color: #e67d39;
}
.content-view table tr td.call .dropdown-menu {
  left: initial;
  right: 0;
  color: #fff;
  background: none;
  border: 0px none;
  box-shadow: none;
  margin: 0;
  margin-top: -1px;
  padding: 0;
}
.content-view table tr td.call .dropdown-menu > li {
  float: right;
  margin-top: 1px;
}
.content-view table tr td.call .dropdown-menu > li .input-group-btn.group-btn-copy {
  max-width: 390px;
}
.content-view table tr td.call .dropdown-menu .btn {
  text-transform: none;
  text-align: left;
  font-weight: bold;
  color: #fff;
}
.content-view table tr td.call .dropdown-menu .btn .glyphicon,
.content-view table tr td.call .dropdown-menu .btn .fa {
  visibility: hidden;
}
.content-view table tr td.call .dropdown-menu .btn:hover {
  background-color: #595959;
}
.content-view table tr td.call .dropdown-menu .btn:hover .glyphicon,
.content-view table tr td.call .dropdown-menu .btn:hover .fa {
  visibility: visible;
  color: #e67d39;
}
.content-view table tr td.edit {
  font-size: 25px;
  padding: 0;
  width: 70px;
}
.content-view table tr td.edit.action {
  cursor: pointer;
}
.content-view table tr td.history-time {
  font-size: 12px;
  width: 60px;
  color: #959595;
}
.content-view table tr td.history-time i {
  display: none;
}
.content-view table tr td.history-status {
  width: 50px;
}
.content-view table tr td.history-status i {
  display: none;
}
.content-view table tr td.history-phone {
  padding-left: 20px;
}
.content-view table tr td.call-state {
  width: 50px;
  text-align: center;
}
.content-view table tr td.call-state.extended {
  width: 60px;
  padding: 0;
  text-align: left;
}
.content-view table tr td span.volume-state {
  display: inline-flex;
  padding-left: 10px;
}
.content-view table tr td span.volume-state > volume-meter {
  padding-right: 6px;
  padding-top: 4px;
}
.content-view table tr td span.volume-state .fa-volume-up,
.content-view table tr td span.volume-state .fa-microphone {
  width: 8px;
  font-size: 13px;
}
.content-view table tr td span.volume-state .fa-microphone {
  padding-left: 1px;
}
.content-view table tr td span.volume-state .primary-color {
  color: #e67d39;
}
.content-view table tr td span.volume-state .dark-color {
  color: #595959;
}
.content-view table tr td span.volume-state .progress-bar-vertical {
  width: 10px;
  height: 25px;
  margin-bottom: 0px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  align-items: flex-end;
  -webkit-align-items: flex-end;
  /* Safari 7.0+ */
}
.content-view table tr td span.volume-state .progress-bar-vertical .progress-bar {
  height: 0%;
  width: 10px;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.content-view table tr td span.volume-state .primary-background-color {
  background-color: #e67d39;
}
.content-view table tr td span.volume-state .dark-background-color {
  background-color: #595959;
}
.content-view table tr td.call-name {
  font-weight: bold;
}
.content-view table tr td .conference-name {
  display: inline;
}
.content-view table tr td .conference-participant-count {
  display: none;
}
.content-view table tr td.call-duration-actions {
  position: relative;
  width: 100px;
  padding: 0;
  text-align: center;
}
.content-view table tr td.call-duration-actions span {
  display: inline;
  font-size: 12px;
  color: #959595;
}
.content-view table tr td.call-duration-actions .call-actions {
  display: none;
  width: 110px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.content-view table tr td.call-duration-actions .call-actions.extended {
  width: 220px;
}
.content-view table tr td.call-duration-actions .call-actions a {
  width: 60px;
  height: 49px;
  display: inline-block;
  float: left;
  font-size: 40px;
  text-align: center;
}
.content-view table tr td.call-duration-actions .call-actions a.call-hangup {
  background: #cd4747;
}
.content-view table tr td.call-duration-actions .call-actions a.call-hangup img {
  margin-bottom: 12px;
}
.content-view table tr td.call-duration-actions .call-actions a.call-keyboard {
  color: #595959;
}
.content-view table tr td.call-duration-actions .call-actions a.call-keyboard img {
  width: 32px;
  position: relative;
  top: -6px;
  right: -6px;
}
.content-view table tr td.call-duration-actions .call-actions a.call-hold,
.content-view table tr td.call-duration-actions .call-actions a.conference-mute-all,
.content-view table tr td.call-duration-actions .call-actions a.conference-unmute-all {
  width: 50px;
  color: #595959;
}
.content-view table tr td.call-duration-actions .call-actions a.call-hold i,
.content-view table tr td.call-duration-actions .call-actions a.conference-mute-all i,
.content-view table tr td.call-duration-actions .call-actions a.conference-unmute-all i {
  vertical-align: middle;
  margin-bottom: 12px;
}
.content-view table tr td.call-duration-actions .call-actions a.call-transfer,
.content-view table tr td.call-duration-actions .call-actions a.call-conference,
.content-view table tr td.call-duration-actions .call-actions a.call-answer {
  color: #fff;
  background: #e67d39;
}
.content-view table tr td.call-duration-actions .call-actions a.call-transfer i,
.content-view table tr td.call-duration-actions .call-actions a.call-conference i,
.content-view table tr td.call-duration-actions .call-actions a.call-answer i {
  vertical-align: middle;
  margin-bottom: 12px;
}
.content-view table tr td.call-duration-actions .call-actions a.call-transfer:hover,
.content-view table tr td.call-duration-actions .call-actions a.call-conference:hover,
.content-view table tr td.call-duration-actions .call-actions a.call-answer:hover {
  background: #595959;
}
.content-view table tr td.call-duration-actions .call-actions a.call-transfer,
.content-view table tr td.call-duration-actions .call-actions a.call-answer {
  margin-left: 1px;
}
.content-view table tr td.call-duration-actions .call-actions a.call-transfer,
.content-view table tr td.call-duration-actions .call-actions a.call-conference {
  font-size: 20px;
}
.content-view table tr td.call-duration-actions .call-actions a.call-transfer i,
.content-view table tr td.call-duration-actions .call-actions a.call-conference i {
  margin-top: 14px;
}
.content-view table tr td.favorite a,
.content-view table tr td.call a[uib-dropdown-toggle] {
  color: inherit;
  background: inherit;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
}
.content-view table tr.conferences.role-organizer {
  color: #e67d39;
}
.content-view table tr.conferences.role-organizer .call-state {
  color: #e67d39;
}
.content-view table tr.conferences.kicked {
  color: #959595;
}
.content-view .call-control table tr:hover {
  background: #f5f5f5;
  color: #555555;
}
.content-view .call-control table tr:hover td {
  color: #555555;
}
.content-view .call-control table tr:hover.conferences.kicked {
  color: #959595;
}
.content-view .call-control table tr:hover.conferences.kicked td {
  color: inherit;
}
.content-view .call-control table tr.conferences:hover.role-organizer td {
  color: #e67d39;
}
.content-view .call-control table tr.conferences:hover td.call-duration-actions span {
  display: inline;
}
.content-view .conferences .call-state {
  display: inline-block;
  color: #959595;
  margin-right: 15px;
}
.content-view .conferences .call-duration-actions .call-actions {
  width: 120px;
  background: #f5f5f5;
}
.content-view .conferences .call-duration-actions .call-actions a {
  color: #595959;
}
.content-view .fa-stack {
  font-size: 20px;
  vertical-align: middle;
  margin-bottom: 12px;
}
.conference .call-name {
  text-transform: uppercase;
}
.participant-speaking {
  margin-right: 12px;
}
.participant-speaking,
.participant-muted {
  font-size: 20px;
  float: right;
  transition-property: visibility, opacity;
  transition-duration: 0s, .2s;
}
.participant-speaking.inactive,
.participant-muted.inactive {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0s, .2s;
  transition-property: opacity, visibility;
  transition-duration: .2s, 0s;
}
.participant-speaking {
  color: #e67d39;
}
.modal .incoming-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
}
.modal .incoming-number {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.modal .incoming-name {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin-top: 10px;
}
.modal .confirmation-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 20px;
}
.modal .confirmation-text {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.modal .onhold-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 20px;
}
.modal .onhold-timer {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.modal .onhold-caller {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.modal .onhold-center-div {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  text-align: center;
}
.modal .onhold-button {
  width: 100%;
  margin-top: 25px;
}
.modal .onhold-separator {
  margin-top: 30px;
  margin-bottom: 15px;
  border-top: 1px solid #7f7f7f;
}
.modal .onhold-footer {
  text-align: center;
  padding: 0 25px 25px 25px;
}
.modal-header {
  text-align: center;
}
.modal-header .title-icon {
  margin-top: -50px;
}
.modal-content .alert {
  padding: 10px;
  margin-top: 30px;
  font-size: 13px;
}
.modal-footer .btn-dark:hover {
  background-color: #ffffff;
  color: #595959;
}
.modal.phone-keyboard .modal-dialog {
  width: 100%;
  top: 222px;
  margin: 0;
}
.modal.phone-keyboard .modal-dialog .modal-content {
  color: #555555;
  background-color: #FFFFFF;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal.phone-keyboard .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid #dddddd;
  text-align: center;
}
.modal.phone-keyboard .modal-dialog .modal-content .modal-header .history {
  height: 42px;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #595959;
}
.modal.phone-keyboard .modal-dialog .modal-content .modal-body {
  border: 0;
  text-align: center;
}
.modal.phone-keyboard .modal-dialog .modal-content .modal-body table {
  width: 180px;
  margin: 0 auto 0 auto;
}
.modal.phone-keyboard .modal-dialog .modal-content .modal-body table td {
  border: 0;
  text-align: center;
}
.modal.phone-keyboard .modal-dialog .modal-content .modal-body table td img {
  cursor: pointer;
}
.modal.phone-keyboard .modal-dialog .modal-content .modal-footer {
  text-align: center;
  border: 0;
  padding: 0;
}
.modal.phone-keyboard .modal-dialog .modal-content .modal-footer .btn-primary {
  background-color: #9f1414;
  color: #ffffff;
}
.modal.phone-keyboard .modal-dialog .modal-content .modal-footer .btn-primary:hover {
  background-color: #e67c39;
  color: #ffffff;
}
.modal.fatal-error .modal-body {
  text-align: center;
  font-size: 18px;
}
.modal.fatal-error .modal-footer {
  text-align: center;
  border: 0;
  padding: 20px;
}
.modal .forward-header {
  height: 40px;
}
.modal .forward-footer {
  text-align: center;
  padding: 0 25px 25px 25px;
}
.modal .form-group {
  margin-bottom: 0;
}
.modal .forward-warning {
  font-size: 12px;
  color: #e67d39;
  text-align: center;
}
.modal .forward-center-div {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  text-align: center;
}
.modal .forward-type-container {
  padding-left: 5%;
  padding-right: 5%;
}
.modal .forward-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  padding-top: 10px;
}
.modal .forward-type-title {
  font-size: 13px;
  padding-top: 20px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.modal .forward-type-text {
  font-size: 12px;
  padding-top: 10px;
  padding-left: 26px;
  float: left;
}
.modal .forward-type-text.disabled {
  opacity: 0.65;
}
.modal .forward-type-number {
  height: 35px;
  border-radius: 35px;
  font-size: 20px;
  width: 240px;
  float: right;
}
.modal .forward-type-button {
  width: 100%;
  margin-top: 25px;
}
.modal .forward-type-button.dnd {
  margin-top: 18px;
}
.modal .forward-separator {
  margin-top: 30px;
  margin-bottom: 15px;
  border-top: 1px solid #7f7f7f;
}
.modal .forward-error-text {
  text-align: center;
  font-size: 17px;
}
.modal .forward-type-number {
  box-shadow: none;
}
.modal .forward-type-number.ng-valid {
  border-color: green;
  border-width: 2px;
}
.modal .forward-type-number.ng-valid.disabled {
  opacity: 0.8;
  border-color: inherit;
  color: #959595;
}
.modal .forward-type-number.ng-invalid {
  border-color: red;
  border-width: 2px;
}
.modal .forward-type-number.ng-invalid.disabled {
  opacity: 0.8;
  border-color: inherit;
  color: #959595;
}
.import-loading {
  color: #c1c1c1;
  margin-top: 30px;
}
.personal-contacts .modal-pre-title {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.personal-contacts .modal-title {
  font-size: 18px;
  font-weight: bold;
}
.personal-contacts .alert {
  margin-top: 0;
}
.personal-contacts .modal-actions {
  padding-top: 20px;
  display: inline-flex;
}
.personal-contacts .modal-actions > div:first-of-type {
  margin-right: 15px;
}
.personal-contacts .modal-actions .favorites {
  height: 40px;
  width: 40px;
}
.personal-contacts .modal-actions .favorites .background {
  color: #c6c6c6;
}
.personal-contacts .modal-actions .favorites .foreground {
  color: #ffffff;
}
.personal-contacts .modal-actions .favorites.active .background {
  color: #e67d39;
}
.personal-contacts .modal-actions .favorites:hover .background {
  color: #e67d39;
}
.personal-contacts .modal-actions .delete {
  height: 40px;
  width: 40px;
}
.personal-contacts .modal-actions .delete .background {
  color: #595959;
}
.personal-contacts .modal-actions .delete .foreground {
  color: #ffffff;
}
.personal-contacts .modal-actions .delete:hover .background {
  color: #cd4747;
}
.personal-contacts input[type="text"] {
  border-radius: 50px;
  height: 45px;
  margin-bottom: 20px;
}
/*# sourceMappingURL=structure.css.map */