/*******************************************************************************
dialfire Stylesheet
    dialfire.less
        Variablen
*******************************************************************************/
/*******************************************************************************
    Material Design Bullet Badges
        Color Mixin + Animation
*******************************************************************************/
.label.label-deleted {
    background: #c28989;
}

.label.label-deleted.label-delete {
    background: #e57373;
}

.label.label-deleted.label-backup {
    background: rgba(222, 164, 164, 0.6);
}

.label.label-deleted.label-backup.label-delete {
    background: #e57373;
}

.label.label-chip {
    padding: 6px 8px;
    color: #545454;
    background: #eeeeee;
}

.label.label-chip:hover {
    color: #ffffff;
    background: #e57373;
}

.label.label-chip.add:hover {
    color: #ffffff;
    background: #98cc47;
}

.label.label-admin {
    background: #616161;
}

.label.label-info {
    background: #479fcc;
}

.label.label-warning {
    background: #FFC107;
}

.label.label-success {
    background: #98cc47;
}

.label.label-danger,
.label.label-delete {
    background: #e57373;
}

.label.revoked {
    background: #bdbdbd;
    text-decoration: line-through;
}

.label.label-state {
    margin-right: 0;
    color: #9e9e9e;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 5px;
    cursor: default;
}

.label.label-state.label-info {
    color: #657888;
    background: #BBDEFB;
}

.label.label-state.label-warning {
    color: #8a7946;
    background: #FFE082;
}

.label.label-state.label-success {
    color: #6a7a59;
    background: #C5E1A5;
}

.label.label-state.label-default {
    color: hsl(0, 0%, 54%);
    background: hsl(0, 0%, 84%);
}

.no-touch .editor-toolbar .ghost-switch:hover .fa-show {
    display: none;
}

.no-touch .editor-toolbar .ghost-switch:hover .fa-hide {
    display: inline-block;
}

.editor-toolbar .ghost-switch .fa-hide {
    display: none;
}

.editor-toolbar .ghost-switch .fa-show {
    display: inline-block;
}

.editor-toolbar .ghost-switch:focus .fa-show,
.editor-toolbar .ghost-switch:active .fa-show {
    display: none;
}

.editor-toolbar .ghost-switch:focus .fa-hide,
.editor-toolbar .ghost-switch:active .fa-hide {
    display: inline-block;
}

/*.alert-default {
      color: hsl(0, 0%, 48%);
      border-color: hsl(0, 0%, 78%);
      background: hsl(0, 0%, 82%);
  }*/
.alert-text::first-letter {
    text-transform: uppercase;
}

.overflow-text {
    display: inline-block;
    max-width: 100%;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overflow-text.ot-user {
    max-width: -webkit-calc(100% - 48px);
    max-width: calc(100% - 48px);
}

.guiding-sort {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.table tr td.doubleline {
    line-height: 1.2;
}

.table.guiding-table>tbody>tr>td:first-child {
    padding-right: 8px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

html input[disabled],
html select[disabled],
a[disabled],
html a[disabled] {
    color: #9e9e9e;
    font-style: normal;
    opacity: 1;
}

button[disabled],
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    color: #9e9e9e;
    font-style: normal;
    opacity: 1;
}

html input[disabled],
html input:disabled,
html select:disabled,
html select[disabled],
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background: transparent;
    cursor: default;
    border-bottom-color: transparent;
}

input[type="radio"]:disabled~span,
input[type="radio"]:disabled~i,
input[type="checkbox"]:disabled~span,
input[type="checkbox"]:disabled~i,
input[type="radio"]:checked:disabled~span,
input[type="radio"]:checked:disabled~i,
input[type="checkbox"]:checked:disabled~span,
input[type="checkbox"]:checked:disabled~i,
.checkbox:disabled,
.radio:disabled,
.label-checkbox input[type="checkbox"]:disabled,
.checkbox:disabled>.label-checkbox,
.checkbox:disabled>label {
    color: #9e9e9e;
}

.label-checkbox input[type="radio"]:disabled~span,
.label-checkbox input[type="radio"]:disabled~i,
.label-checkbox input[type="checkbox"]:disabled~span,
.label-checkbox input[type="checkbox"]:disabled~i,
.label-checkbox input[type="radio"]:checked:disabled~span,
.label-checkbox input[type="radio"]:checked:disabled~i,
.label-checkbox input[type="checkbox"]:checked:disabled~span,
.label-checkbox input[type="checkbox"]:checked:disabled~i,
.label-checkbox .checkbox:disabled,
.label-checkbox .radio:disabled,
.label-checkbox .label-checkbox input[type="checkbox"]:disabled,
.label-checkbox .checkbox:disabled>.label-checkbox,
.label-checkbox .checkbox:disabled>label {
    color: #9e9e9e;
}

a.btn:disabled,
a.btn[disabled] {
    cursor: default;
    pointer-events: none;
}

a.btn:disabled:focus,
a.btn[disabled]:focus {
    color: #9e9e9e;
}

html input:read-only {
    border-bottom-color: transparent;
    color: #9e9e9e;
    font-style: normal;
    cursor: default;
    background: transparent;
}

html input:-moz-read-only {
    border-bottom-color: transparent;
    color: #9e9e9e;
    font-style: normal;
    cursor: default;
    background: transparent;
}

*:focus {
    outline: none;
}

@-webkit-keyframes badge-animation-attention {

    100%,
    0% {
        background: #e0e0e0;
    }

    50% {
        background: #e57373;
    }
}

@keyframes badge-animation-attention {

    100%,
    0% {
        background: #e0e0e0;
    }

    50% {
        background: #e57373;
    }
}

/*******************************************************************************
      Material Design Buttonanimation i - Auslagern in seperate less via include!
          Keyframes success enabled error
  *******************************************************************************/
@-webkit-keyframes action-state-i-success {
    0% {
        color: #545454;
    }

    8% {
        color: #98cc47;
    }

    92% {
        color: #98cc47;
    }

    100% {
        color: inherit;
    }
}

@keyframes action-state-i-success {
    0% {
        color: #545454;
    }

    8% {
        color: #98cc47;
    }

    92% {
        color: #98cc47;
    }

    100% {
        color: inherit;
    }
}

@-webkit-keyframes action-state-i-enabled {
    0% {
        color: #e0e0e0;
    }

    80% {
        color: #e0e0e0;
    }

    100% {
        color: inherit;
    }
}

@keyframes action-state-i-enabled {
    0% {
        color: #e0e0e0;
    }

    80% {
        color: #e0e0e0;
    }

    100% {
        color: inherit;
    }
}

@-webkit-keyframes action-state-i-error {
    0% {
        color: #545454;
    }

    8% {
        color: #e57373;
    }

    92% {
        color: #e57373;
    }

    100% {
        color: inherit;
    }
}

@keyframes action-state-i-error {
    0% {
        color: #545454;
    }

    8% {
        color: #e57373;
    }

    92% {
        color: #e57373;
    }

    100% {
        color: inherit;
    }
}

/*******************************************************************************
      Material Design Buttonanimation - auslagern
          Keyframes success enabled error
  *******************************************************************************/
@-webkit-keyframes action-state-success {
    0% {
        -webkit-transform: scale(0.8);
        opacity: 0.9;
        background: #81C784;
    }

    32% {
        -webkit-transform: scale(1);
        opacity: 0.6;
        background: #81C784;
    }

    100% {
        -webkit-transform: scale(0);
        opacity: 1;
        background: #81C784;
    }
}

@keyframes action-state-success {
    0% {
        transform: scale(0.8);
        opacity: 0.9;
        background: #81C784;
    }

    32% {
        transform: scale(1);
        opacity: 0.6;
        background: #81C784;
    }

    100% {
        transform: scale(0);
        opacity: 1;
        background: #81C784;
    }
}

@-webkit-keyframes action-state-enabled {
    0% {
        -webkit-transform: scale(0);
        background: #e0e0e0;
        opacity: 0.8;
    }

    65% {
        -webkit-transform: scale(1);
        opacity: 0.4;
    }

    80% {
        background: #9e9e9e;
    }

    100% {
        -webkit-transform: scale(0);
        background: #545454;
        opacity: 0.8;
    }
}

@keyframes action-state-enabled {
    0% {
        transform: scale(0);
        background: #e0e0e0;
        opacity: 0.8;
    }

    65% {
        transform: scale(1);
        opacity: 0.4;
    }

    80% {
        background: #9e9e9e;
    }

    100% {
        transform: scale(0);
        background: #545454;
        opacity: 0.8;
    }
}

@-webkit-keyframes action-state-error {
    0% {
        -webkit-transform: scale(0.8);
        opacity: 0.9;
        background: #e57373;
    }

    32% {
        -webkit-transform: scale(1);
        opacity: 0.6;
        background: #e57373;
    }

    100% {
        -webkit-transform: scale(0);
        opacity: 1;
        background: #e57373;
    }
}

@keyframes action-state-error {
    0% {
        transform: scale(0.8);
        opacity: 0.9;
        background: #e57373;
    }

    32% {
        transform: scale(1);
        opacity: 0.6;
        background: #e57373;
    }

    100% {
        transform: scale(0);
        opacity: 1;
        background: #e57373;
    }
}

@-webkit-keyframes action-state-running {
    0% {
        -webkit-transform: scale(0.8);
        opacity: 0.7;
        background: #e0e0e0;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 0.9;
        background: #e0e0e0;
    }

    100% {
        -webkit-transform: scale(0.8);
        opacity: 0.7;
        background: #e0e0e0;
    }
}

@keyframes action-state-running {
    0% {
        transform: scale(0.8);
        opacity: 0.7;
        background: #e0e0e0;
    }

    50% {
        transform: scale(1);
        opacity: 0.9;
        background: #e0e0e0;
    }

    100% {
        transform: scale(0.8);
        opacity: 0.7;
        background: #e0e0e0;
    }
}

@-webkit-keyframes action-animation {
    0% {
        -webkit-transform: scale(0.4);
        opacity: 0.8;
        background: #479fcc;
    }

    100% {
        -webkit-transform: scale(1.2);
        opacity: 0;
        background: transparent;
    }
}

@keyframes action-animation {
    0% {
        transform: scale(0.4);
        opacity: 0.8;
        background: #479fcc;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
        background: transparent;
    }
}

@-webkit-keyframes action-animation-default {
    0% {
        -webkit-transform: scale(0.4);
        opacity: 0.8;
        background: #e0e0e0;
    }

    100% {
        -webkit-transform: scale(1.2);
        opacity: 0;
        background: transparent;
    }
}

@keyframes action-animation-default {
    0% {
        transform: scale(0.4);
        opacity: 0.8;
        background: #e0e0e0;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
        background: transparent;
    }
}

@-webkit-keyframes action-animation-success {
    0% {
        -webkit-transform: scale(0.4);
        opacity: 0.8;
        background: #81C784;
    }

    100% {
        -webkit-transform: scale(1.2);
        opacity: 0;
        background: transparent;
    }
}

@keyframes action-animation-success {
    0% {
        transform: scale(0.4);
        opacity: 0.8;
        background: #81C784;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
        background: transparent;
    }
}

@-webkit-keyframes action-animation-error {
    0% {
        -webkit-transform: scale(0.4);
        opacity: 0.8;
        background: #e57373;
    }

    100% {
        -webkit-transform: scale(1.2);
        opacity: 0;
        background: transparent;
    }
}

@keyframes action-animation-error {
    0% {
        transform: scale(0.4);
        opacity: 0.8;
        background: #e57373;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
        background: transparent;
    }
}

/*******************************************************************************
      Modal
  *******************************************************************************/
.modal-open>.modal,
.modal.open {
    display: block;
    overflow: hidden;
}

.modal {
    display: none;
    text-align: center;
    background: transparent;
    z-index: 9200;
    overflow: hidden;
}

.modal:focus {
    outline: none;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: auto;
        margin: 30px;
    }
}

.modal-dialog {
    display: inline-block;
    min-width: 300px;
    text-align: left;
}

.modal-content {
    border: 0;
    border-radius: 2px;
    box-shadow: 0 0 26px hsla(0, 0%, 0%, 0.35);
}

.modal-content> :first-child:not(.modal-header) {
    padding: 20px 15px 15px;
}

.modal-header,
.modal-footer {
    border: 0;
}

.modal-header.ng-hide~.modal-body {
    padding-top: 24px;
    font-size: 18px;
}

.modal-body {
    max-height: calc(80vh - 170px);
    max-height: -webkit-calc(80vh - 170px);
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    white-space: normal;
    overflow-y: auto;
    word-break: break-word;
}

.modal-body .modal-body-details {
    padding: 8px 12px;
    font-size: 16px;
}

.modal-body h5.details {
    color: #479fcc;
    font-size: 16px;
    cursor: pointer;
}

.modal-body h5.details .fa {
    font-size: 12px;
}

.modal-body h5.details .fa-chevron-right {
    display: inline-block;
}

.modal-body h5.details .fa-chevron-down {
    display: none;
}

.modal-body h5.details.show-details .fa-chevron-right {
    display: none;
}

.modal-body h5.details.show-details .fa-chevron-down {
    display: inline-block;
}

.modal-body h5.details.show-details~.details-content {
    display: block;
}

.modal-body .details-content {
    display: none;
    color: #bdbdbd;
    font-weight: 300;
}

.modal-footer {
    margin: 0;
    padding-top: 0;
}

.modal-footer .btn {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.modal-footer .btn:hover,
.modal-footer .btn:focus {
    background: transparent;
}

.modal-footer .btn.btn-primary {
    background: transparent;
    color: #479fcc;
}

.modal-footer .btn.btn-primary:hover {
    color: #2b759b;
}

.modal-footer .btn-default {
    color: #479fcc;
}

.modal-footer .btn-default:focus {
    color: #479fcc;
}

.modal-footer .btn-delete {
    color: #e57373;
}

.modal-footer .btn-delete:focus {
    color: #e57373;
}

.editor-modal {
    width: 100%;
    height: 100%;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.editor-modal .editor-modal-content {
    width: 100%;
    height: calc(100% - 56px);
    overflow: auto;
}

.editor-modal .editor-modal-footer {
    padding: 12px 16px 6px;
    text-align: right;
}

.editor-modal .editor-modal-footer button {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.editor-modal .editor-modal-footer button.btn-primary {
    background: transparent;
    color: #479fcc;
}

.editor-modal .editor-modal-footer button.btn-primary:hover {
    color: #2b759b;
}

.editor-modal .editor-modal-footer button.btn-primary[disabled] {
    color: #9e9e9e;
}

.no-touch .modal-footer .btn-default:hover {
    color: #2b759b;
}

.no-touch .modal-footer .btn-delete:hover {
    color: #d93232;
}

.modal-backdrop {
    z-index: 9000;
}

/*******************************************************************************
      Material Design Formular
          campaign form
  *******************************************************************************/
.no-touch .list-group-item .btn-ghost-small.ghost-select:hover,
.no-touch .list-group-item .btn-ghost-small.ghost-select:focus:hover {
    color: #bdbdbd;
}

.no-touch .list-group-item .btn-ghost-small.ghost-select.active:hover,
.no-touch .list-group-item .btn-ghost-small.ghost-select.active:focus:hover {
    color: #479fcc;
}

.no-touch .list-group-item.f-col.selected,
.no-touch .list-group-item.f-col:hover {
    background-color: #eeeeee;
}

.no-touch .list-group-item.f-col.selected:hover,
.no-touch .list-group-item.f-col:hover:hover {
    background-color: #eeeeee;
}

.no-touch .list-group-item.selected:hover {
    background-color: #f5f5f5;
}

.no-touch .list-group-item:hover {
    background-color: #fafafa;
}

.list-group-item {
    margin: 0;
    border: none;
}

.list-group-item .f-field-icon {
    padding: 11px 0 0;
    vertical-align: top;
}

.list-group-item .f-sec-icon {
    padding: 20px 0 0;
    font-size: 18px;
    vertical-align: top;
}

.list-group-item .btn-ghost-small.ghost-select {
    color: #bdbdbd;
}

.list-group-item .btn-ghost-small.ghost-select.active {
    color: #479fcc;
    background: transparent;
}

.list-group-item .btn-ghost-small.ghost-select:focus.active {
    color: #479fcc;
}

.list-group-item .key-value {
    color: #bdbdbd;
    font-style: italic;
}

.list-group-item .inputgroup.ipt-wm {
    margin: 0 4px;
}

.list-group-item .inputgroup input {
    margin: 0;
    font-size: 14px;
    border-bottom: 1px solid #CFCFCF;
    vertical-align: top;
}

.list-group-item .inputgroup .bar:before,
.list-group-item .inputgroup .bar:after {
    bottom: 0px;
}

.list-group-item.f-sec {
    margin-top: 12px;
    background-color: #ffffff;
    border-top: 6px solid #e0e0e0;
    border-radius: 2px 2px 0 0;
}

.list-group-item.f-sec .inputgroup input {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
}

.list-group-item.f-sec .inputgroup .bar:before,
.list-group-item.f-sec .inputgroup .bar:after {
    bottom: 10px;
}

.list-group-item.f-sec .actions .btn-group {
    margin: 10px 0;
}

.list-group-item.f-sec .col-sm-9 {
    padding: 0;
}

.list-group-item.f-col {
    margin-top: 20px;
    background-color: #eeeeee;
    background-image: url('/web/img/dot.png');
    background-repeat: repeat-x;
    background-position: center center;
}

.list-group-item.f-col.selected {
    background-color: #eeeeee;
}

.list-group-item.f-col:before,
.list-group-item.f-col:after {
    content: '';
    position: absolute;
    top: 0;
    width: 30px;
    height: 20px;
}

.list-group-item.f-col:before {
    left: 0;
    background: linear-gradient(to right, hsl(0, 0%, 93%) 0%, hsla(0, 0%, 93%, 0) 100%);
}

.list-group-item.f-col:after {
    right: 0;
    background: linear-gradient(to left, hsl(0, 0%, 93%) 0%, hsla(0, 0%, 93%, 0) 100%);
}

.list-group-item.f-col .column {
    display: block;
    position: absolute;
    top: -17px;
    left: 50%;
    width: 180px;
    min-height: 36px;
    margin: 0 0 0 -90px;
    padding: 3px 16px 0;
    color: #bdbdbd;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background-color: #eeeeee;
}

.list-group-item .col-sm-col {
    position: absolute;
    right: 0;
    top: -19px;
    padding: 8px 13px;
    background-color: #eeeeee;
}

.list-group-item.selected {
    background-color: #f5f5f5;
}

.list-group {
    border-radius: 2px 2px 0 0;
}

/*******************************************************************************
      Material Design allgemeine Styles - bitte noch aufräumen
  *******************************************************************************/
.no-touch .dashboard {
    color: #545454;
}

.dashboard {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40vh;
    height: 40vh;
    margin-top: -20vh;
    margin-left: -20vh;
    color: #e57373;
    font-size: 30vh;
    text-align: center;
    opacity: 0.3;
    text-shadow: 1px 1px 10px hsl(0, 0%, 100%);
}

.youtube-responsive {
    padding-top: 56.25%;
}

@media only screen and (min-width: 768px) {
    .youtube-responsive {
        padding-top: 37.5%;
    }
}

.no-touch a:hover {
    text-decoration: none;
}

a {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

a:focus,
a:active {
    text-decoration: none;
}

.key-value {
    color: hsl(0, 0%, 60%);
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

i.fa-phone {
    font-weight: bold;
}

.text-danger {
    color: #e57373;
}

.text-danger:hover {
    color: #e57373;
}

.text-success {
    color: #98cc47;
}

.text-success:hover {
    color: #98cc47;
}

.text-warning {
    color: #FFC107;
}

.text-warning:hover {
    color: #FFC107;
}

.text-info {
    color: #479fcc;
}

.text-info:hover {
    color: #479fcc;
}

.form-group,
.form-horizontal .form-group {
    margin: 0;
}

.tooltip {
    z-index: 9000;
}

label {
    font-weight: 300;
}

.ellipsis-span {
    font-weight: 600;
    letter-spacing: 1px;
}

.ace-eclipse.error {
    border: 2px solid #e57373;
}

.expandable {
    display: none;
}

.expandable.exp-open {
    display: block;
}

.navbar {
    min-height: auto;
    margin-bottom: 0;
}

.navbar-hidden-sm {
    display: block;
}

@media only screen and (min-width: 953px) {
    .navbar-hidden-sm {
        display: none;
    }
}

.no-touch .nav .open>a:hover {
    background: transparent;
}

.nav .open>a,
.nav .open>a:focus {
    background: transparent;
}

.no-touch .dropdown-menu li a:hover,
.no-touch .dropdown-menu li a:active {
    color: #479fcc;
    background: transparent;
}

.no-touch .dropdown-menu li a[disabled]:hover,
.no-touch .dropdown-menu li a:disabled:hover,
.no-touch .dropdown-menu li a[disabled]:active,
.no-touch .dropdown-menu li a:disabled:active {
    color: #bdbdbd;
}

.no-touch .dropdown-menu li.active>a:hover {
    color: #479fcc;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 2px;
    box-shadow: 0px 0px 2px 1px hsla(0, 0%, 0%, 0.06), 0px 3px 4px hsla(0, 0%, 0%, 0.2), 0 4px 8px hsla(0, 0%, 0%, 0.09);
    z-index: 1000;
}

.dropdown-menu.open {
    display: block;
}

.dropdown-menu .scroll-list,
.dropdown-menu[role="listbox"] {
    max-height: 300px;
    margin-right: 0px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdown-menu li {
    position: relative;
    display: block;
    margin: 5px 0 0 0;
}

.dropdown-menu li a {
    display: block;
    position: relative;
    max-width: 300px;
    padding: 4px 10px 4px 10px;
    color: #545454;
    text-align: left;
    border: none;
    background: transparent;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
}

.dropdown-menu li a:focus {
    color: #479fcc;
    background: transparent;
}

.dropdown-menu li a:active {
    background: transparent;
}

.dropdown-menu li a[disabled],
.dropdown-menu li a:disabled {
    color: #bdbdbd;
    font-style: normal;
    cursor: default;
}

.dropdown-menu li a[disabled]:focus,
.dropdown-menu li a:disabled:focus {
    color: #bdbdbd;
}

.dropdown-menu li a i {
    margin-right: 8px;
}

.dropdown-menu li.active>a,
.dropdown-menu li.active>a:focus {
    color: #545454;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.dropdown-menu .action-animation-small:hover:after {
    background: #479fcc;
    opacity: 0.3;
}

.dropdown-menu table .action-animation-small:after,
.dropdown-menu table .action-animation-success-small:after,
.dropdown-menu table .action-animation-error-small:after {
    left: -4px;
    top: -2px;
}

.dropup .dropdown-menu {
    box-shadow: 0px 0px 2px 1px hsla(0, 0%, 0%, 0.06), 0px 0 4px hsla(0, 0%, 0%, 0.2), 0 0 8px hsla(0, 0%, 0%, 0.09);
}

.timepicker.dropdown-menu {
    min-width: 84px;
    padding: 0;
}

.timepicker.dropdown-menu input {
    padding: 0 4px;
    border: none;
    box-shadow: none;
}

.no-touch div[uib-datepicker] td .btn:hover,
.no-touch div[uib-datepicker-popup-wrap] td .btn:hover,
.no-touch div[uib-datepicker] td.uib-day .btn.btn-default:hover,
.no-touch div[uib-datepicker-popup-wrap] td.uib-day .btn.btn-default:hover {
    background: #e7f2f8;
}

.no-touch div[uib-datepicker] td .btn.btn-info,
.no-touch div[uib-datepicker-popup-wrap] td .btn.btn-info,
.no-touch div[uib-datepicker] td.uib-day .btn.btn-default.btn-info,
.no-touch div[uib-datepicker-popup-wrap] td.uib-day .btn.btn-default.btn-info {
    background: #479fcc;
}

.no-touch div[uib-datepicker] td .btn-info:hover,
.no-touch div[uib-datepicker-popup-wrap] td .btn-info:hover,
.no-touch div[uib-datepicker] td.uib-day .btn-info:hover,
.no-touch div[uib-datepicker-popup-wrap] td.uib-day .btn-info:hover {
    background: #479fcc;
}

div[uib-datepicker-popup-wrap] .btn-default:hover,
div[uib-datepicker] .btn-default:hover,
div[uib-datepicker-popup-wrap] .btn-default:focus,
div[uib-datepicker] .btn-default:focus {
    background: transparent;
}

div[uib-datepicker-popup-wrap] td .btn,
div[uib-datepicker] td .btn {
    width: auto;
    padding: 8px;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 5px;
}

div[uib-datepicker-popup-wrap] td.uib-day .btn.btn-default,
div[uib-datepicker] td.uib-day .btn.btn-default {
    height: 36px;
    width: 36px;
    padding: 7px 9px;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 50px;
}

div[uib-datepicker-popup-wrap] td .btn-info,
div[uib-datepicker] td .btn-info,
div[uib-datepicker-popup-wrap] td .btn-default.btn-info,
div[uib-datepicker] td .btn-default.btn-info,
div[uib-datepicker-popup-wrap] td.uib-day .btn-info,
div[uib-datepicker] td.uib-day .btn-info,
div[uib-datepicker-popup-wrap] td.uib-day .btn-default.btn-info,
div[uib-datepicker] td.uib-day .btn-default.btn-info {
    color: #ffffff;
    font-weight: 500;
    background: #479fcc;
}

div[uib-datepicker-popup-wrap] .text-muted,
div[uib-datepicker] .text-muted {
    color: #e0e0e0;
}

div[uib-datepicker-popup-wrap] .text-info,
div[uib-datepicker] .text-info {
    color: #479fcc;
    font-weight: 500;
}

div[uib-datepicker-popup-wrap] .btn-info .text-info,
div[uib-datepicker] .btn-info .text-info {
    color: #545454;
    font-weight: 500;
}

.open .dropdown-toggle,
.btn-group.open .dropdown-toggle {
    color: #479fcc;
    box-shadow: none;
}

.open .label-team.dropdown-toggle {
    color: #ffffff;
    background: #479fcc;
}

.label-team~.dropdown-menu li a {
    padding: 4px 8px;
}

.no-touch .scroll.dropdown-menu .btn-link:hover,
.no-touch .scroll.dropdown-menu a:hover {
    text-decoration: none;
}

.no-touch .scroll.dropdown-menu .active>.btn:hover,
.no-touch .scroll.dropdown-menu .active>.btn-link:hover {
    color: #479fcc;
}

.no-touch .scroll.dropdown-menu a.link-delete:hover {
    color: #e57373;
}

.no-touch .scroll.dropdown-menu a.link-delete[disabled],
.no-touch .scroll.dropdown-menu a.link-delete:disabled {
    color: #bdbdbd;
    font-style: normal;
    cursor: default;
}

.no-touch .scroll.dropdown-menu a.link-delete[disabled]:focus,
.no-touch .scroll.dropdown-menu a.link-delete:disabled:focus {
    color: #bdbdbd;
}

.no-touch .btn-link:hover {
    text-decoration: none;
}

.scroll.dropdown-menu {
    max-width: 300px;
    overflow: hidden;
}

.scroll.dropdown-menu .btn-link,
.scroll.dropdown-menu a {
    text-overflow: ellipsis;
}

.scroll.dropdown-menu .active>.btn,
.scroll.dropdown-menu .active>.btn-link {
    color: #479fcc;
    font-weight: 500;
}

.guiding-dropdown.alert,
.filter-alert.alert {
    position: absolute;
    display: block;
    top: -1px;
    right: -1px;
    padding: 0;
    margin: 0;
    padding-left: 16px;
    text-align: left;
    border: 1px solid hsl(350, 44%, 86%);
    border-radius: 0;
    z-index: 13;
    box-shadow: none;
}

.filter-alert.alert {
    display: none;
    align-items: stretch;
    top: 0px;
    right: -5px;
    max-width: 500px;
}

.filter-alert.alert.open {
    display: block;
}

.btn-link:focus {
    text-decoration: none;
}

.link-delete:focus {
    color: #e57373;
}

.link-delete[disabled],
.link-delete:disabled {
    color: #bdbdbd;
    font-style: normal;
    cursor: default;
}

.link-delete[disabled]:focus,
.link-delete:disabled:focus {
    color: #bdbdbd;
}

/*******************************************************************************
      Material Design Editor Layer
          editor-layer, editor-toolbar, editor-content, editor-body
  *******************************************************************************/
.list-content {
    position: absolute;
    top: 78px;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    overflow: auto;
    z-index: 1100;
}

.list-content.list-content-iframe {
    top: 0;
}

.list-content.list-content-onecolumn {
    width: auto;
}

.list-content.table-scroll-content {
    top: 64px;
}

.list-content.table-scroll-content.scroll-edit {
    top: 121px;
}

.scroll-table-header {
    position: fixed;
    top: 78px;
    height: 64px;
}

.scroll-table-header.fixed-edit {
    height: 121px;
}

.editor-layer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    border: 0;
    background: #ffffff;
    border-radius: 0;
    z-index: 1500;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.06), 0px 0px 2px rgba(0, 0, 0, 0.01), 0px 0 4px rgba(0, 0, 0, 0.09);
    -webkit-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.editor-layer.no-head {
    top: 0;
    right: 0;
    margin-left: 300px;
    background: #fafafa;
    z-index: 1200;
    box-shadow: -1px 2px 3px #e0e0e0;
}

.editor-layer.no-head .editor-content {
    padding: 0;
    overflow: hidden;
}

.editor-layer.no-head .editor-content .no-head-content {
    height: 100%;
    overflow: hidden;
    clear: both;
}

.editor-layer.no-head .editor-content .no-head-scroll-content {
    height: 100%;
    width: 100%;
    overflow: auto;
    clear: both;
}

.editor-layer.task-layer {
    right: 0;
}

.editor-layer .editor-content {
    position: absolute;
    top: 78px;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
}

.editor-layer .editor-content.content-toolbar-bottom {
    bottom: 110px;
}

.editor-layer .editor-content-sub {
    top: 117px;
}

.editor-layer.editor {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
}

.editor-iframe {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.editor-iframe .editor-content {
    position: absolute;
    top: 78px;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    overflow-y: scroll;
}

.editor-iframe .editor-toolbar,
.editor-iframe .editor .editor-toolbar {
    padding: 30px 0 0 0;
}

.editor-body {
    position: relative;
    padding: 16px 16px 12px;
}

@-webkit-keyframes toolbar-btn {
    0% {
        -webkit-transform: translate(160px, 0);
    }

    70% {
        -webkit-transform: translate(-40px, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

@keyframes toolbar-btn {
    0% {
        transform: translate(160px, 0);
    }

    70% {
        transform: translate(-40px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.ready .toolbar .edit-toolbar .navbar-right .btn,
.ready .toolbar .edit-toolbar .navbar-right .btn-search {
    -webkit-transform: translate(160px, 0);
    transform: translate(160px, 0);
    -webkit-animation: toolbar-btn 0.6s 1 ease-out forwards;
    animation: toolbar-btn 0.6s 1 ease-out forwards;
}

.ready .editor-toolbar .navbar-right .btn,
.ready .editor-toolbar .navbar-right .btn-search {
    -webkit-transform: translate(160px, 0);
    transform: translate(160px, 0);
    -webkit-animation: toolbar-btn 0.6s 1 ease-out forwards;
    animation: toolbar-btn 0.6s 1 ease-out forwards;
}

.toolbar .edit-toolbar .navbar-right .btn,
.toolbar .edit-toolbar .navbar-right .btn-search,
.editor-toolbar .navbar-right .btn,
.editor-toolbar .navbar-right .btn-search {
    -webkit-transform: translate(160px, 0);
    transform: translate(160px, 0);
}

.ready-made .toolbar .edit-toolbar .navbar-right .btn,
.ready-made .toolbar .edit-toolbar .navbar-right .btn-search,
.ready-made .editor-toolbar .navbar-right .btn,
.ready-made .editor-toolbar .navbar-right .btn-search {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
}

.editor-toolbar,
.editor .editor-toolbar {
    display: block;
    position: absolute;
    height: 78px;
    padding: 30px 0 0 0;
    width: 100%;
    border-bottom: #e0e0e0 1px solid;
    background: #fafafa;
    z-index: 1600;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.editor-toolbar.sub-toolbar,
.editor .editor-toolbar.sub-toolbar {
    top: 78px;
    height: 39px;
    padding-top: 0px;
}

.sub-toolbar .inputgroup input {
    margin: 0;
    padding: 8px 16px;
}

.sub-toolbar .inputgroup .bar:before,
.sub-toolbar .inputgroup .bar:after {
    bottom: 0px;
}

.pepperdial-tab-content {
    height: 100%;
    padding: 16px 0;
}

.pepperdial-tab-content.tab-script {
    position: absolute;
    top: 78px;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0;
}

.pepperdial-tab-content.tab-preferences {
    padding: 16px;
}

.pepperdial-content-wo-top {
    top: 0;
    overflow: hidden;
}

.pepperdial-content-w-bottom {
    bottom: 78px;
}

.pepperdial-content-w-bottom .card_content .card_content_field {
    display: block;
}

.pepperdial-content-w-bottom .card_content .card_content_field .field {
    width: 210px;
    margin: 0 0px 24px;
    padding: 0 8px;
}

.pepperdial-content-w-bottom .card_content .card_content_field .field.group-field {
    width: auto;
}

.pepperdial-content-w-bottom .card_content ng-include {
    display: block;
}

.pepperdial-content-w-bottom .card_content ng-include .field {
    width: 210px;
    margin: 0 0px 24px;
    padding: 0 8px;
}

.pepperdial-content-w-bottom .card_content ng-include .field.group-field {
    width: auto;
}

.editor-area h4 {
    margin: 30px 0;
}

.editor-area h5 {
    margin: 26px 0;
}

/*******************************************************************************
          Material Design Toolbar
              campaign dropdown
  *******************************************************************************/
.no-touch .campaign-toolbar li .campaign-btn:hover>.campaign-label {
    color: #479fcc;
}

.no-touch .campaign-toolbar li .campaign-btn:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.7);
}

.no-touch .campaign-toolbar li .dropdown-menu .campaign-new a:hover {
    color: #98cc47;
}

.no-touch .campaign-toolbar li .dropdown-menu .campaign-new.campaign-first a:hover {
    color: #7eaf31;
}

.no-touch .campaign-toolbar li .dropdown-menu .campaign-new.campaign-first ul li a:hover {
    color: #98cc47;
}

.no-touch .campaign-toolbar li .dropdown-menu li a:hover {
    color: #479fcc;
    background: transparent;
}

.no-touch .campaign-toolbar li .dropdown-menu li.active>a:hover {
    color: #479fcc;
    background: #f5f5f5;
}

.no-touch .campaign-toolbar li .dropdown-menu li.hidden-campaign a:hover {
    color: #97c9e2;
    background: transparent;
}

.no-touch .campaign-toolbar li .dropdown-menu li.hidden-campaign.active>a:hover {
    color: #97c9e2;
    background: #f5f5f5;
}

.campaign-toolbar {
    width: 287px;
    margin: 5px 5px 0 5px;
    padding: 0;
    float: left;
}

.campaign-toolbar li {
    position: relative;
    display: block;
}

.campaign-toolbar li .campaign-btn {
    width: 287px;
    padding: 10px 10px 14px 10px;
    color: #545454;
    text-align: left;
    background: transparent;
    white-space: nowrap;
    border-radius: 2px 2px 0 0;
    cursor: pointer;
    transition: background 0.3s ease;
}

.campaign-toolbar li .campaign-btn:focus>.campaign-label {
    color: #479fcc;
}

.campaign-toolbar li .campaign-btn:focus {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.7);
}

.campaign-toolbar li .campaign-bullet {
    font-size: 16px;
    font-weight: normal;
}

.campaign-toolbar li .campaign-label {
    display: block;
    position: absolute;
    top: 11px;
    left: 73px;
    font-size: 12px;
    color: #b5b5b5;
    font-weight: 400;
    transition: color 0.3s ease;
}

.campaign-toolbar li .campaign-select {
    display: inline-block;
    max-width: 190px;
    margin-top: 20px;
    color: #545454;
    font-size: 16px;
    font-weight: 300;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

.campaign-toolbar li .campaign-caret {
    display: inline-block;
    margin-top: 20px;
    vertical-align: middle;
}

.campaign-toolbar li .dropdown-menu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    color: #545454;
    font-size: 14px;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.06), 0px 3px 4px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.09);
    z-index: 1700;
}

.campaign-toolbar li .dropdown-menu .campaign-dropdown {
    margin: 0;
    padding: 0;
}

.campaign-toolbar li .dropdown-menu .campaign-dropdown a {
    padding: 10px;
}

.campaign-toolbar li .dropdown-menu .campaign-dropdown i {
    margin-right: 0;
    font-weight: normal;
}

.campaign-toolbar li .dropdown-menu .campaign-dropdown .campaign-label {
    color: #479fcc;
}

.campaign-toolbar li .dropdown-menu .scroll-list {
    max-height: calc(100vh - 192px);
    margin-right: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.campaign-toolbar li .dropdown-menu .campaign-new {
    font-size: 16px;
}

.campaign-toolbar li .dropdown-menu .campaign-new a {
    color: #479fcc;
    font-weight: 400;
}

.campaign-toolbar li .dropdown-menu .campaign-new>a:focus {
    color: #98cc47;
}

.campaign-toolbar li .dropdown-menu .campaign-new.campaign-first a {
    color: #98cc47;
}

.campaign-toolbar li .dropdown-menu .campaign-new.campaign-first a:focus {
    color: #7eaf31;
}

.campaign-toolbar li .dropdown-menu .campaign-new.campaign-first ul li a {
    color: #545454;
}

.campaign-toolbar li .dropdown-menu .campaign-new~.scroll-list,
.campaign-toolbar li .dropdown-menu .campaign-new.campaign-new-close~.scroll-list {
    max-height: calc(100vh - 192px);
}

.campaign-toolbar li .dropdown-menu .campaign-new.campaign-new-open~.scroll-list,
.campaign-toolbar li .dropdown-menu .campaign-new.campaign-new-open .scroll-list {
    max-height: calc(50vh - 96px);
}

.campaign-toolbar li .dropdown-menu .divider {
    margin: 4px 0 0;
}

.campaign-toolbar li .dropdown-menu li a {
    padding: 12px;
    color: #545454;
    font-weight: 300;
}

.campaign-toolbar li .dropdown-menu li a:focus,
.campaign-toolbar li .dropdown-menu li a:active {
    color: #479fcc;
    background: transparent;
}

.campaign-toolbar li .dropdown-menu li a i {
    margin-right: 8px;
}

.campaign-toolbar li .dropdown-menu li.active>a,
.campaign-toolbar li .dropdown-menu li.active>a:focus {
    color: #479fcc;
    background: #f5f5f5;
}

.campaign-toolbar li .dropdown-menu li.hidden-campaign a {
    color: #bdbdbd;
}

.campaign-toolbar li .dropdown-menu li.hidden-campaign a:focus,
.campaign-toolbar li .dropdown-menu li.hidden-campaign a:active {
    color: #97c9e2;
}

.campaign-toolbar li .dropdown-menu li.hidden-campaign.active>a,
.campaign-toolbar li .dropdown-menu li.hidden-campaign.active>a:focus {
    color: #97c9e2;
    background: #f5f5f5;
}

.campaign-toolbar li.open .dropdown-menu {
    display: block;
    width: 287px;
    max-height: 100vh;
}

/*******************************************************************************
          Material Design Toolbar
              Dailing
  *******************************************************************************/
.toolbar-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 8px 0 6px;
    border-top: 1px solid hsl(0, 0%, 85%);
    background: hsl(0, 0%, 97%);
    z-index: 1500;
}

.toolbar-bottom .dropdown-menu .btn {
    margin: 0;
}

.toolbar-bottom .dropdown-menu li {
    display: block;
    position: relative;
    margin: 0;
}

.toolbar-bottom .dropdown-menu li .btn {
    padding: 4px 8px;
}

.toolbar-bottom .dropdown-menu li table .btn {
    padding: 0;
}

.toolbar-bottom .dropdown-menu li.list-item-open {
    border-left: 3px solid #479fcc;
}

.toolbar-bottom .dropdown-menu li.list-item-declined {
    border-left: 3px solid #e57373;
}

.toolbar-bottom .dropdown-menu li.list-item-success {
    border-left: 3px solid #98cc47;
}

.toolbar-bottom .dropdown-menu li.list-item-failed {
    border-left: 3px solid #FFC107;
}

.toolbar-bottom .btn {
    padding: 8px;
    margin: 0 4px;
}

.toolbar-bottom .navbar {
    min-height: 0;
    border: none 0;
}

.toolbar-bottom .navbar-button {
    height: auto;
    margin-bottom: 4px;
}

.toolbar-bottom .navbar-button.navbar-left {
    padding-left: 0px;
}

.toolbar-bottom .navbar-nav.navbar-left:first-child {
    margin-left: 6px;
}

.toolbar-bottom .navbar-nav.navbar-right:last-child {
    margin-right: 6px;
}

.toolbar-bottom .navbar-comment {
    margin: 4px 16px 0;
    clear: both;
}

.toolbar-bottom .inputgroup input {
    margin: 0;
    padding: 8px 4px 5px;
    border-color: #bdbdbd;
}

.toolbar-bottom .inputgroup .bar:before,
.toolbar-bottom .inputgroup .bar:after {
    bottom: 0px;
}

.toolbar-bottom textarea {
    margin: 0;
    padding: 8px 4px 5px;
    border: none 0;
    border-bottom: 1px solid #CFCFCF;
    overflow-x: hidden;
}

.toolbar-bottom textarea:focus {
    outline: 0 none;
    box-shadow: none;
}

.toolbar-bottom .bar:before,
.toolbar-bottom .bar:after {
    bottom: 0px;
}

.toolbar-bottom .dropdown-toggle .dropup-span {
    display: inline-block;
    max-width: 150px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 1100px) {
    .toolbar-bottom .navbar {
        display: flex;
        flex-wrap: wrap;
    }

    .toolbar-bottom .navbar .navbar-button {
        margin-bottom: 0;
    }

    .toolbar-bottom .navbar .navbar-left {
        flex: 1 0 100%;
    }

    .toolbar-bottom .navbar .navbar-right {
        flex: 0 1 auto;
        order: 2;
    }

    .toolbar-bottom .navbar .navbar-comment {
        flex: 1 1 auto;
        margin: 0 16px;
    }
}

/*******************************************************************************
      Material Design Badges
          badge-bullet
  *******************************************************************************/
.badge_bullet {
    display: inline-block;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    margin: 0 12px 0 0;
    color: #fafafa;
    text-align: center;
    vertical-align: middle;
    background-color: #479fcc;
    border-radius: 50px;
}

.badge_bullet.badge_bullet-expand,
.badge_bullet.badge_bullet-extern {
    background: #bdbdbd;
}

.badge_bullet.badge_bullet-line2 {
    background: #BA68C8;
}

.badge_bullet.badge_bullet-line {
    background: #4DB6AC;
}

.badge_bullet.badge-attention {
    background: transparent;
    -webkit-animation: badge-animation-attention 1.2s ease-in-out infinite;
    animation: badge-animation-attention 1.2s ease-in-out infinite;
}

.badge_bullet.badge-attention.badge_bullet-inbound {
    background: transparent;
}

.badge_bullet.badge_bullet-list-item,
.badge_bullet.badge_bullet-inbound {
    background: #e0e0e0;
}

.badge_bullet.badge_bullet-action,
.badge_bullet.badge_bullet-danger {
    background: #e57373;
}

.badge_bullet.badge_bullet-fav,
.badge_bullet.badge_bullet-report {
    background: #FFC107;
}

.badge_bullet.badge_bullet-new,
.badge_bullet.badge_bullet-list-new {
    background: #98cc47;
}

.badge_bullet.badge_bullet-task {
    background: #479fcc;
}

.badge_bullet i {
    line-height: 36px;
}

.badge_bullet.badge_bullet-md {
    width: 42px;
    height: 42px;
    line-height: 43px;
}

.badge_bullet.badge_bullet-md i {
    margin-left: -1px;
    line-height: 42px;
}

.badge_bullet.badge_bullet-lg {
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.badge_bullet.badge_bullet-lg i {
    margin-left: -1px;
    line-height: 48px;
}

.badge_bullet.badge_bullet-pic {
    background: transparent 50% 50% no-repeat;
    background-size: cover;
    overflow: hidden;
}

.badge_bullet.badge_bullet-wom {
    margin: 0;
}

.badge_bullet.badge-attention {
    -webkit-animation: badge-animation-attention 1.2s ease-in-out infinite;
    animation: badge-animation-attention 1.2s ease-in-out infinite;
}

.badge_bullet.badge-attention.badge_bullet-line {
    background: transparent;
}

/*******************************************************************************
      Material Design Wizard
          Chevron
  *******************************************************************************/
.no-touch .dialing-method .btn-ghost-medium.ghost-select:hover,
.no-touch .thead .btn-ghost-small.ghost-select:hover,
.no-touch .dialing-method .btn-ghost-medium.ghost-select:focus:hover,
.no-touch .thead .btn-ghost-small.ghost-select:focus:hover {
    color: #bdbdbd;
}

.no-touch .dialing-method .btn-ghost-medium.ghost-select.active:hover,
.no-touch .thead .btn-ghost-small.ghost-select.active:hover,
.no-touch .dialing-method .btn-ghost-medium.ghost-select.active:focus:hover,
.no-touch .thead .btn-ghost-small.ghost-select.active:focus:hover {
    color: #479fcc;
}

.dialing-method .btn-ghost-medium.ghost-select,
.thead .btn-ghost-small.ghost-select {
    color: #bdbdbd;
}

.dialing-method .btn-ghost-medium.ghost-select.active,
.thead .btn-ghost-small.ghost-select.active {
    color: #479fcc;
    background: transparent;
}

.dialing-method .btn-ghost-medium.ghost-select:focus.active,
.thead .btn-ghost-small.ghost-select:focus.active {
    color: #479fcc;
}

.taskflow {
    table-layout: fixed;
    min-width: 1166px;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.taskflow.table>thead>tr>th,
.taskflow.table>tbody>tr>th.thead,
.taskflow.table>thead>tr>th:first-child,
.taskflow.table>tbody>tr>th.thead:first-child,
.taskflow.table>thead>tr>th:last-child,
.taskflow.table>tbody>tr>th.thead:last-child {
    height: auto;
    padding: 0;
}

.taskflow .btn-group,
.taskflow .btn-group .btn {
    max-width: calc(100% - 8px);
    max-width: -webkit-calc(100% - 8px);
}

.taskflow .btn-group.chevron-before {
    max-width: calc(100% - 24px);
    max-width: -webkit-calc(100% - 24px);
}

.taskflow .btn-group.chevron-before.filled {
    max-width: calc(100% - 8px);
    max-width: -webkit-calc(100% - 8px);
}

.taskflow .btn-group.chevron-before.filled .btn .workflow-text {
    max-width: calc(100% - 18px);
    max-width: -webkit-calc(100% - 18px);
}

.taskflow .btn {
    text-align: left;
}

.taskflow .btn.ghost-delete,
.taskflow .btn.ghost-check {
    text-align: center;
}

.taskflow.table>tbody>tr>td {
    position: relative;
    line-height: 1;
    vertical-align: middle;
    background: hsl(0, 0%, 80%);
}

.taskflow.table>tbody>tr>td.declined {
    background: #f2dede;
}

.taskflow.table>tbody>tr>td.declined .chevron.step1.default:after,
.taskflow.table>tbody>tr>td.declined .chevron.step3.default:after {
    border-left: 14px solid #f2dede;
}

.taskflow.table>tbody>tr>td.failed {
    background: #fcf8e3;
}

.taskflow.table>tbody>tr>td.failed .chevron.step1.default:after,
.taskflow.table>tbody>tr>td.failed .chevron.step3.default:after {
    border-left: 14px solid #fcf8e3;
}

.taskflow.table>tbody>tr>td.success {
    background: #dff0d8;
}

.taskflow.table>tbody>tr>td.success .chevron.step1.default:after,
.taskflow.table>tbody>tr>td.success .chevron.step3.default:after {
    border-left: 14px solid #dff0d8;
}

.taskflow.table>tbody>tr>td.open {
    background: #d9edf7;
}

.taskflow.table>tbody>tr>td.open .chevron.step1.default:after,
.taskflow.table>tbody>tr>td.open .chevron.step3.default:after {
    border-left: 14px solid #d9edf7;
}

.taskflow.table>tbody>tr>td:first-child {
    padding-right: 8px;
}

.taskflow.table>tbody>tr>td:last-child {
    padding-left: 8px;
}

.btn .workflow-text {
    display: inline-block;
    min-width: 0;
    max-width: 100%;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

.workflow-text {
    display: inline-block;
    min-width: 150px;
    max-width: 100%;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-text {
    display: inline-block;
    max-width: calc(100% - 12px);
    max-width: -webkit-calc(100% - 12px);
    float: left;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chevron {
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
    border: 28px solid hsla(0, 0%, 0%, 0);
    border-left: 14px solid hsl(0, 0%, 100%);
    border-right: 0;
    z-index: 1;
}

.chevron:before {
    content: '';
    display: block;
    position: absolute;
    right: 14px;
    top: -28px;
    height: 56px;
    width: 6px;
    background: white;
    z-index: 2;
}

.chevron:after {
    content: '';
    display: block;
    position: absolute;
    right: 6px;
    top: -28px;
    border: 28px solid hsla(0, 0%, 0%, 0);
    border-left: 14px solid hsl(0, 0%, 80%);
    border-right: 0;
    z-index: 3;
}

.chevron.step0 {
    right: auto;
    left: 0;
}

.chevron.step0:after,
.chevron.step0:before {
    display: none;
}

.chevron.step1:after {
    border-left: 14px solid hsl(0, 0%, 70%);
}

.chevron.step3 {
    right: 0;
    border-color: white;
}

.chevron.step3:after {
    border-left: 14px solid hsl(0, 0%, 90%);
}

.chevron.start {
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: -24px;
    border: 24px solid hsla(0, 0%, 0%, 0);
    border-left: 14px solid hsl(120, 58%, 94%);
    border-right: 0;
}

/*******************************************************************************
      Material Design Import
          Snackbaranzeige
  *******************************************************************************/
.import-snack {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: -1px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 0px 2px 1px hsla(0, 0%, 0%, 0.06), 0px 3px 4px hsla(0, 0%, 0%, 0.2), 0 4px 8px hsla(0, 0%, 0%, 0.09);
    overflow-x: auto;
    z-index: 10;
    -webkit-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
}

.import-snack.import-snack-show {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.title-new {
    color: #FFC107;
}

.title-phone {
    color: hsl(0, 0%, 64%);
}

/*******************************************************************************
          Material Design
              loader
  *******************************************************************************/
.loader {
    position: fixed;
    height: 4px;
    width: 100%;
    background-color: #ddd;
    z-index: 3000;
    overflow: hidden;
}

.loader:before {
    content: "";
    display: block;
    position: absolute;
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #479fcc;
    -webkit-animation: indeterminate 2s linear infinite;
    animation: indeterminate 2s linear infinite;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -200px;
    }

    50% {
        width: 50%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        width: 30%;
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

@keyframes indeterminate {
    0% {
        left: -200px;
    }

    50% {
        width: 50%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        width: 30%;
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes indeterminate-determinate {
    0% {
        right: -200px;
    }

    50% {
        width: 35%;
    }

    70% {
        width: 70%;
    }

    80% {
        right: 50%;
    }

    90% {
        width: 35%;
    }

    100% {
        right: 100%;
    }
}

@keyframes indeterminate-determinate {
    0% {
        right: -200px;
    }

    50% {
        width: 35%;
    }

    70% {
        width: 70%;
    }

    80% {
        right: 50%;
    }

    90% {
        width: 35%;
    }

    100% {
        right: 100%;
    }
}

.progress {
    height: 5px;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
}

.progress-bar {
    border-radius: 0;
    box-shadow: none;
}

.progress-a {
    position: relative;
}

.progress-b {
    position: absolute;
    top: 0;
    background: #479fcc;
}

.progress-b.done {
    background: #98cc47;
    -webkit-transition: background 0.3s 0.3s ease;
    transition: background 0.3s 0.3s ease;
}

.loader-determinate {
    position: relative;
    height: 20px;
    width: 100%;
    background-color: #ddd;
    overflow: hidden;
}

.loader-determinate:before {
    display: block;
    position: absolute;
    content: "";
    right: -200px;
    width: 200px;
    height: 20px;
    background-color: #479fcc;
    opacity: 0.4;
    -webkit-animation: indeterminate-determinate 2.6s linear infinite;
    animation: indeterminate-determinate 2.6s linear infinite;
}

/*******************************************************************************
          Material Design Inputs
              Textarea
  *******************************************************************************/
textarea {
    display: block;
    width: 100%;
    margin: 8px 0;
    padding: 8px;
    color: #616161;
    font-size: 16px;
    font-weight: 400;
    border: none 0;
    border-bottom: 1px solid #CFCFCF;
    background: transparent;
    border-radius: 0;
}

textarea:focus,
textarea.used {
    box-shadow: none;
    outline: none;
}

textarea.txtarea {
    height: 39px;
    transition: height 0.25s ease;
}

textarea.txtarea:focus,
textarea.txtarea.used {
    height: 105px;
}

textarea:read-only,
textarea:-moz-read-only {
    cursor: text;
    -webkit-user-select: all;
    user-select: all;
}

/*******************************************************************************
          Material Design Card
  *******************************************************************************/
.card {
    margin: 0 0 20px;
    border-top: 6px solid #e0e0e0;
    background: #ffffff;
    border-radius: 2px;
    overflow: hidden;
    clear: both;
}

.card .card_head {
    padding: 16px;
}

.card .card_content {
    padding: 16px;
    overflow: hidden;
}

.card.contact-edit {
    overflow: visible;
}

.card.contact-edit .card_content {
    overflow: visible;
}

.card.contact-edit .fa-chevron-up {
    display: none;
}

.card.contact-edit.collapsed .card_hr,
.card.contact-edit.collapsed .card_content,
.card.contact-edit.collapsed .fa-chevron-down {
    display: none;
}

.card.contact-edit.collapsed .fa-chevron-up {
    display: inline-block;
}

.card_hr,
.hr {
    height: 1px;
    width: 100%;
    margin: 16px 0 8px 0;
    background: #e0e0e0;
    clear: both;
}

/*******************************************************************************
          Material Design Navbar
              Buttonnavbar
  *******************************************************************************/
.navbar-button {
    height: 45px;
    cursor: default;
}

.navbar-button.navbar-left {
    padding-left: 16px;
}

.navbar-tab {
    margin: 0 16px !important;
}

@media only screen and (min-width: 1150px) {
    .navbar-tab {
        margin: 0 112px 0 16px !important;
    }
}

/*******************************************************************************
          Material Design Buttons
              raised + ghost
  *******************************************************************************/
.no-touch .btn:hover {
    color: #479fcc;
}

.no-touch .btn-save:hover {
    color: #f2f2f2;
    background: #8cc336;
}

.no-touch .btn-ghost-small.ghost-select:hover {
    color: #479fcc;
    background: transparent;
}

.no-touch .btn-ghost-small.ghost-select:focus:hover {
    color: #479fcc;
}

.no-touch .btn-ghost-small:disabled:hover,
.no-touch .btn-ghost-small[disabled]:hover {
    color: #bdbdbd;
}

.no-touch .btn-ghost-small.ghost-danger:hover,
.no-touch .btn-ghost-small.ghost-delete:hover {
    color: #e57373;
}

.no-touch .btn-ghost-small.ghost-check:hover,
.no-touch .btn-ghost-small.ghost-save:hover {
    color: #81C784;
}

.no-touch .btn-ghost-small.ghost-check:hover:disabled:hover,
.no-touch .btn-ghost-small.ghost-save:hover:disabled:hover,
.no-touch .btn-ghost-small.ghost-check:hover[disabled]:hover,
.no-touch .btn-ghost-small.ghost-save:hover[disabled]:hover {
    color: #bdbdbd;
}

.no-touch .btn-ghost-small.call:hover {
    color: #4CAF50;
}

.no-touch .btn-ghost-small.hang-up:hover,
.no-touch .btn-ghost-small.error:hover {
    color: #F44336;
}

.no-touch .btn-ghost-medium.ghost-select:hover {
    color: #479fcc;
    background: transparent;
}

.no-touch .btn-ghost-medium.ghost-select:focus:hover {
    color: #479fcc;
}

.no-touch .btn-ghost-medium:disabled:hover,
.no-touch .btn-ghost-medium[disabled]:hover {
    color: #bdbdbd;
}

.no-touch .btn-ghost-medium.ghost-danger:hover,
.no-touch .btn-ghost-medium.ghost-delete:hover {
    color: #e57373;
}

.no-touch .btn-ghost-medium.ghost-check:hover,
.no-touch .btn-ghost-medium.ghost-save:hover {
    color: #81C784;
}

.no-touch .btn-ghost-medium.ghost-check:hover:disabled:hover,
.no-touch .btn-ghost-medium.ghost-save:hover:disabled:hover,
.no-touch .btn-ghost-medium.ghost-check:hover[disabled]:hover,
.no-touch .btn-ghost-medium.ghost-save:hover[disabled]:hover {
    color: #bdbdbd;
}

.no-touch .btn-ghost-medium.call:hover,
.no-touch .btn-ghost-medium.guiding:hover {
    color: #4CAF50;
}

.no-touch .btn-ghost-medium.hang-up:disabled:hover,
.no-touch .btn-ghost-medium.unguiding:disabled:hover {
    color: hsl(0, 0%, 74%);
}

.no-touch .btn-ghost-medium.hang-up:hover,
.no-touch .btn-ghost-medium.unguiding:hover {
    color: #F44336;
}

.no-touch .btn-ghost-medium.hang-up.ghost-default:hover,
.no-touch .btn-ghost-medium.unguiding.ghost-default:hover {
    color: #479fcc;
}

.no-touch .btn-ghost-medium.hang-up.ghost-default:disabled:hover,
.no-touch .btn-ghost-medium.unguiding.ghost-default:disabled:hover {
    color: hsl(0, 0%, 74%);
}

.no-touch .btn-ghost.ghost-select:hover {
    color: #479fcc;
    background: transparent;
}

.no-touch .btn-ghost.ghost-select:focus:hover {
    color: #479fcc;
}

.no-touch .btn-ghost.ghost-delete:hover,
.no-touch .btn-ghost.ghost-danger:hover {
    color: #e57373;
}

.no-touch .btn-ghost.ghost-edit:hover {
    color: #FFC107;
}

.no-touch .btn-ghost.ghost-edit:disabled:hover,
.no-touch .btn-ghost.ghost-edit[disabled]:hover {
    color: #bdbdbd;
}

.no-touch .btn-ghost.ghost-save:hover,
.no-touch .btn-ghost.ghost-check:hover {
    color: #81C784;
}

.no-touch .btn-ghost.ghost-save:disabled:hover,
.no-touch .btn-ghost.ghost-check:disabled:hover,
.no-touch .btn-ghost.ghost-save[disabled]:hover,
.no-touch .btn-ghost.ghost-check[disabled]:hover {
    color: #bdbdbd;
}

.no-touch .btn-ghost.ghost-record:hover {
    color: #cc2626;
}

.no-touch .btn-ghost.ghost-content:hover {
    color: #266687;
}

.no-touch .btn-ghost.btn-back:hover:not([disabled]) {
    color: #479fcc;
}

.no-touch .btn-ghost:disabled:hover,
.no-touch .btn-ghost[disabled]:hover {
    color: #bdbdbd;
}

.btn {
    padding: 8px 12px;
    color: #545454;
    border: none;
    background: transparent;
    transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.btn:focus {
    color: #479fcc;
}

.btn:active {
    box-shadow: none;
}

.btn.active {
    color: #545454;
    background: #479fcc;
    box-shadow: none;
}

.btn.btn-animation {
    width: 36px;
    height: 36px;
    padding: 0;
    line-height: 36px;
}

.btn.btn-animation i {
    line-height: 36px;
}

.btn.btn-animation-small {
    width: 34px;
    height: 34px;
    padding: 0;
    line-height: 34px;
}

.btn.btn-animation-small i {
    line-height: 34px;
}

.btn-hidden {
    display: none;
}

.btn-save {
    color: #ffffff;
    background: #98cc47;
}

.btn-save:focus {
    color: #f2f2f2;
    background: #8cc336;
}

.btn-ghost-small {
    position: relative;
    padding: 8px 10px;
    color: #545454;
    font-size: 14px;
    background: transparent;
    border-radius: 0;
}

.btn-ghost-small.ghost-select {
    color: #bdbdbd;
}

.btn-ghost-small.ghost-select.active {
    color: #479fcc;
    background: transparent;
}

.btn-ghost-small.ghost-select:focus {
    color: #bdbdbd;
}

.btn-ghost-small.ghost-select:focus.active,
.btn-ghost-small.ghost-select:focus:hover {
    color: #479fcc;
}

.btn-ghost-small.ghost-danger:focus,
.btn-ghost-small.ghost-delete:focus {
    color: #e57373;
}

.btn-ghost-small.ghost-check:focus,
.btn-ghost-small.ghost-save:focus {
    color: #81C784;
}

.btn-ghost-small.call {
    color: #81C784;
}

.btn-ghost-small.call:focus {
    color: #4CAF50;
}

.btn-ghost-small.hang-up,
.btn-ghost-small.error {
    color: #e57373;
}

.btn-ghost-small.hang-up:focus,
.btn-ghost-small.error:focus {
    color: #F44336;
}

.btn-ghost-medium {
    position: relative;
    color: #545454;
    font-size: 16px;
    background: transparent;
}

.btn-ghost-medium.ghost-select {
    color: #bdbdbd;
}

.btn-ghost-medium.ghost-select.active {
    color: #479fcc;
    background: transparent;
}

.btn-ghost-medium.ghost-select:focus {
    color: #bdbdbd;
}

.btn-ghost-medium.ghost-select:focus.active,
.btn-ghost-medium.ghost-select:focus:hover {
    color: #479fcc;
}

.btn-ghost-medium[disabled]:focus,
.btn-ghost-medium:disabled:focus {
    color: #bdbdbd;
}

.btn-ghost-medium.ghost-danger:focus,
.btn-ghost-medium.ghost-delete:focus {
    color: #e57373;
}

.btn-ghost-medium.ghost-check:focus,
.btn-ghost-medium.ghost-save:focus {
    color: #81C784;
}

.btn-ghost-medium.ghost-check:focus[disabled]:focus,
.btn-ghost-medium.ghost-save:focus[disabled]:focus,
.btn-ghost-medium.ghost-check:focus:disabled:focus,
.btn-ghost-medium.ghost-save:focus:disabled:focus {
    color: #bdbdbd;
}

.btn-ghost-medium.ghost-absolute {
    position: absolute;
    top: 0;
    right: 0;
}

.btn-ghost-medium.call {
    color: #81C784;
}

.btn-ghost-medium.call i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.btn-ghost-medium.call:focus {
    color: #4CAF50;
}

.btn-ghost-medium.hang-up {
    color: #e57373;
}

.btn-ghost-medium.hang-up:disabled {
    color: #bdbdbd;
}

.btn-ghost-medium.hang-up i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.btn-ghost-medium.hang-up:focus {
    color: #F44336;
}

.btn-ghost-medium.hang-up.ghost-default {
    color: #545454;
}

.btn-ghost-medium.hang-up.ghost-default:disabled {
    color: #bdbdbd;
}

.btn-ghost-medium.hang-up.ghost-default.active {
    color: #479fcc;
    background: transparent;
}

.btn-ghost-medium.hang-up.ghost-default:focus {
    color: #479fcc;
}

.btn-ghost-medium.hang-up.ghost-default:focus.active,
.btn-ghost-medium.hang-up.ghost-default:focus:hover {
    color: #479fcc;
}

.btn-ghost-medium.guiding {
    color: #81C784;
}

.btn-ghost-medium.guiding:focus {
    color: #4CAF50;
}

.btn-ghost-medium.guiding[disabled],
.btn-ghost-medium.guiding:disabled {
    color: #bdbdbd;
}

.btn-ghost-medium.unguiding {
    color: #e57373;
}

.btn-ghost-medium.unguiding:focus {
    color: #F44336;
}

.btn-ghost-medium.unguiding[disabled],
.btn-ghost-medium.unguiding:disabled {
    color: #bdbdbd;
}

.btn-ghost {
    position: relative;
    color: #545454;
    font-size: 18px;
    background: transparent;
}

.btn-ghost.ghost-select {
    color: #bdbdbd;
}

.btn-ghost.ghost-select.active {
    color: #479fcc;
    background: transparent;
}

.btn-ghost.ghost-select:focus {
    color: #bdbdbd;
}

.btn-ghost.ghost-select:focus.active,
.btn-ghost.ghost-select:focus:hover {
    color: #479fcc;
}

.btn-ghost.ghost-delete:focus,
.btn-ghost.ghost-danger:focus {
    color: #e57373;
}

.btn-ghost.ghost-edit:focus {
    color: #FFC107;
}

.btn-ghost.ghost-edit[disabled]:focus,
.btn-ghost.ghost-edit:disabled:focus {
    color: #bdbdbd;
}

.btn-ghost.ghost-save:focus,
.btn-ghost.ghost-check:focus {
    color: #81C784;
}

.btn-ghost.ghost-save[disabled]:focus,
.btn-ghost.ghost-check[disabled]:focus,
.btn-ghost.ghost-save:disabled:focus,
.btn-ghost.ghost-check:disabled:focus {
    color: #bdbdbd;
}

.btn-ghost.ghost-record {
    color: #e57373;
    box-shadow: 0px 0px 2px 1px hsla(0, 0%, 0%, 0.06), 0px 3px 4px hsla(0, 0%, 0%, 0.2);
}

.btn-ghost.ghost-record:focus {
    color: #cc2626;
}

.btn-ghost.ghost-content {
    border-radius: 2px;
    color: #479fcc;
    box-shadow: 0px 0px 2px 1px hsla(0, 0%, 0%, 0.06), 0px 3px 4px hsla(0, 0%, 0%, 0.2);
}

.btn-ghost.ghost-content:focus {
    color: #266687;
}

.btn-ghost[disabled]:focus,
.btn-ghost:disabled:focus {
    color: #bdbdbd;
}

.btn-ghost.btn-back {
    margin: -26px 0;
    padding: 0px 54px 0 32px;
    color: #bdbdbd;
    font-size: 36px;
}

.btn-ghost.btn-back:focus {
    color: #479fcc;
}

.btn-raised {
    margin: 0 8px;
    border-radius: 2px;
    box-shadow: 0px 1px 0px 1px hsla(0, 0%, 0%, 0.1), 0px 2px 2px hsla(0, 0%, 0%, 0.2);
}

.btn-raised.raised-check {
    color: #ffffff;
    background: #81C784;
}

.btn-raised.raised-check:hover,
.btn-raised.raised-check:focus,
.btn-raised.raised-check:active {
    color: #eeeeee;
}

.btn-raised.raised-check:disabled,
.btn-raised.raised-check[disabled] {
    opacity: 0.65;
}

.btn-raised.raised-check:disabled:hover,
.btn-raised.raised-check[disabled]:hover {
    color: #ffffff;
}

.btn-raised.raised-default {
    color: #ffffff;
    background: #479fcc;
}

.btn-raised.raised-default:hover,
.btn-raised.raised-default:focus,
.btn-raised.raised-default:active {
    color: #eeeeee;
}

.btn-raised.raised-default:disabled,
.btn-raised.raised-default[disabled] {
    opacity: 0.65;
}

.btn-raised.raised-default:disabled:hover,
.btn-raised.raised-default[disabled]:hover {
    color: #ffffff;
}

.btn-raised.raised-error {
    color: #ffffff;
    background: #e57373;
}

.btn-raised.raised-error:hover,
.btn-raised.raised-error:focus,
.btn-raised.raised-error:active {
    color: #eeeeee;
}

.btn-raised.raised-error:disabled,
.btn-raised.raised-error[disabled] {
    opacity: 0.65;
}

.btn-raised.raised-error:disabled:hover,
.btn-raised.raised-error[disabled]:hover {
    color: #ffffff;
}

.cc.bcc .btn-cc {
    position: absolute;
    right: 54px;
    top: 15px;
    padding: 0 8px;
}

.cc.bcc .btn-bcc {
    position: absolute;
    right: 8px;
    top: 15px;
    padding: 0 8px;
}

.cc.bcc .inputgroup input {
    padding-right: 102px;
}

.cc .btn-cc {
    position: absolute;
    right: 8px;
    top: 15px;
    padding: 0 8px;
}

.cc .inputgroup input {
    padding-right: 48px;
}

.bcc .btn-bcc {
    position: absolute;
    right: 8px;
    top: 15px;
    padding: 0 8px;
}

.bcc .inputgroup input {
    padding-right: 54px;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: 0;
}

.btn:disabled,
.btn[disabled] {
    pointer-events: auto;
}

/*******************************************************************************
          Material Design Buttons
              action-state + action-animation
  *******************************************************************************/
.action-state-disabled {
    color: #bdbdbd;
}

.action-state-enabled,
.action-state-running,
.action-state-error,
.action-state-success,
.action-state-success-inside,
.action-animation,
.action-animation-success,
.action-animation-error {
    z-index: 6;
}

.action-state-enabled:after,
.action-state-running:after,
.action-state-error:after,
.action-state-success:after,
.action-state-success-inside:after,
.action-animation:after,
.action-animation-success:after,
.action-animation-error:after {
    content: '';
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    left: -7.5px;
    top: -7.5px;
    background: transparent;
    border-radius: 50%;
    z-index: 0;
}

.action-state-enabled.btn-row-hover:after,
.action-state-running.btn-row-hover:after,
.action-state-error.btn-row-hover:after,
.action-state-success.btn-row-hover:after,
.action-state-success-inside.btn-row-hover:after,
.action-animation.btn-row-hover:after,
.action-animation-success.btn-row-hover:after,
.action-animation-error.btn-row-hover:after {
    left: -9.5px;
    top: -7.5px;
}

.action-animation-default:after,
.action-animation-small:after,
.action-animation-success-small:after,
.action-animation-error-small:after {
    content: '';
    display: block;
    position: absolute;
    width: 41px;
    height: 41px;
    left: -1.5px;
    top: -1.5px;
    background: transparent;
    border-radius: 50%;
    z-index: 0;
}

.action-animation-default.btn-animation-small:after,
.action-animation-small.btn-animation-small:after,
.action-animation-success-small.btn-animation-small:after,
.action-animation-error-small.btn-animation-small:after {
    left: -3px;
    top: -3px;
}

.action-animation-default.dtmf:after,
.action-animation-small.dtmf:after,
.action-animation-success-small.dtmf:after,
.action-animation-error-small.dtmf:after {
    left: -3px;
    top: -4px;
}

.action-animation-error.animate-click:after,
.action-animation-error-small.animate-click:after {
    -webkit-animation: action-animation-error 0.6s ease-out 1;
    animation: action-animation-error 0.6s ease-out 1;
}

.action-animation-success.animate-click:after,
.action-animation-success-small.animate-click:after {
    -webkit-animation: action-animation-success 0.6s ease-out 1;
    animation: action-animation-success 0.6s ease-out 1;
}

.action-animation-default.animate-click:after {
    -webkit-animation: action-animation-default 0.6s ease-out 1;
    animation: action-animation-default 0.6s ease-out 1;
}

.action-animation.animate-click:after,
.action-animation-small.animate-click:after {
    -webkit-animation: action-animation 0.6s ease-out 1;
    animation: action-animation 0.6s ease-out 1;
}

.action-state-error:after {
    -webkit-animation: action-state-error 1s ease-out 1;
    animation: action-state-error 1s ease-out 1;
}

.action-state-error i {
    -webkit-animation: action-state-i-error 3.6s 0.5s ease-out 1;
    animation: action-state-i-error 3.6s 0.5s ease-out 1;
}

.action-state-running:after {
    -webkit-animation: action-state-running 1.1s ease infinite;
    animation: action-state-running 1.1s ease infinite;
}

.action-state-enabled:after {
    -webkit-animation: action-state-enabled 1s ease-in-out 1;
    animation: action-state-enabled 1s ease-in-out 1;
}

.action-state-enabled i {
    -webkit-animation: action-state-i-enabled 1s ease-out 1;
    animation: action-state-i-enabled 1s ease-out 1;
}

.action-state-success:after {
    -webkit-animation: action-state-success 1s ease-out 1;
    animation: action-state-success 1s ease-out 1;
}

.action-state-success i {
    -webkit-animation: action-state-i-success 3.6s 0.5s ease-in 1;
    animation: action-state-i-success 3.6s 0.5s ease-in 1;
}

/******************************************************************************
      Call Animation
  ******************************************************************************/
@-webkit-keyframes action-animation-call {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        opacity: 1;
        background: transparent;
    }

    100% {
        -webkit-transform: scale(1) rotate(360deg);
        opacity: 1;
        background: transparent;
    }
}

@keyframes action-animation-call {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
        background: transparent;
    }

    100% {
        transform: scale(1) rotate(360deg);
        opacity: 1;
        background: transparent;
    }
}

@-webkit-keyframes action-animation-hangUp {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
        background: transparent;
    }

    100% {
        transform: scale(1) rotate(360deg);
        opacity: 1;
        background: transparent;
    }
}

@keyframes action-animation-hangUp {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
        background: transparent;
    }

    100% {
        transform: scale(1) rotate(360deg);
        opacity: 1;
        background: transparent;
    }
}

.btn-group-call {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.btn-group-call+.btn-group-call {
    margin: 0 4px 0 2px;
}

.btn-group-call .btn-ghost-small {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    line-height: 40px;
}

.btn-group-call .btn-ghost-small i {
    font-size: 18px;
    line-height: 40px;
}

.btn-group-call .btn-ghost-small i.fa-phone {
    font-weight: normal;
}

.btn-group-call .btn-ghost-small~.animation-state {
    height: 44px;
    width: 44px;
}

.btn-group-call .btn-ghost-small:disabled {
    color: #bdbdbd;
    font-style: normal;
    pointer-events: none;
}

.animation-state {
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    background: transparent;
    border-radius: 50%;
    outline: 1px solid transparent;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.action-animation-call~.animation-state {
    border: 3px solid #CFCFCF;
    border-top-color: #81C784;
    border-bottom-color: #81C784;
    -webkit-animation: action-animation-call 2s normal infinite;
    animation: action-animation-call 2s normal infinite;
    transition: border-top-color 0.225s ease-out, border-bottom-color 0.225s ease-out;
}

.action-animation-call.paused~.animation-state {
    border-top-color: #CFCFCF;
    border-bottom-color: #CFCFCF;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.action-animation-hangUp~.animation-state {
    border: 3px solid #CFCFCF;
    border-top-color: #e57373;
    border-bottom-color: #e57373;
    -webkit-animation: action-animation-hangUp 2s ease infinite;
    animation: action-animation-hangUp 2s ease infinite;
}

/******************************************************************************
      Content Tabs und Statistik und scrollable bereiche im content
  ******************************************************************************/
.statistic {
    flex: 1 0 0;
    min-height: 120px;
    max-height: 230px;
    padding: 16px 8px;
    overflow-y: auto;
    background: #eeeeee;
}

.statistic .table-statistic {
    table-layout: fixed;
    width: 100%;
}

.statistic .table-statistic>thead>tr>th {
    height: 0;
    padding: 2px 4px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.statistic .table-statistic>thead>tr>th,
.statistic .table-statistic>tbody>tr>td {
    text-align: center;
}

.no-touch .scrollable-table .navbar-tab.navbar-nav>.active>a:hover {
    display: block;
    color: #545454;
    border-bottom: 0;
    background: #fafafa;
}

.no-touch .scrollable-table .navbar-tab.navbar-nav>li>a:hover {
    color: #479fcc;
}

.scrollable-table {
    flex: 3 0 0;
    position: relative;
    width: 100%;
    overflow: auto;
}

.scrollable-table .scrollable-content {
    position: relative;
    width: 100%;
}

.tab-nav-container {
    flex: 0 1 auto;
    width: 100%;
    height: 52px;
    text-align: center;
    background: #eeeeee;
}

.tab-nav-container .navbar-tab.navbar-nav>li>a,
.tab-nav-container .navbar-tab.navbar-nav>li>a:active {
    padding: 16px;
    color: #479fcc;
    border-bottom: none 0;
    background: transparent;
}

.tab-nav-container .navbar-tab.navbar-nav>.active>a,
.tab-nav-container .navbar-tab.navbar-nav>.active>a:hover,
.tab-nav-container .navbar-tab.navbar-nav>.active>a:focus {
    display: block;
    color: #545454;
    border-bottom: 0;
    background: #fafafa;
}

.tab-nav-container .navbar-tab.navbar-nav>li>a:hover,
.tab-nav-container .navbar-tab.navbar-nav>li>a:focus {
    color: #479fcc;
}

.tab-nav-container .navbar-tab {
    margin: auto;
    margin-right: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    float: none;
}

.tab-nav-container .navbar-tab li {
    display: inline-block;
    width: 33%;
    float: none;
}

.tab-nav-container .navbar-tab li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-nav-container .navbar-tab a {
    outline: none;
}

.dialing-comment {
    display: inline-block;
    max-width: 175px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (min-width: 697px) and (max-width: 953px) {
    .dialing-comment {
        max-width: 430px;
    }
}

@media only screen and (min-width: 953px) and (max-width: 1209px) {
    .dialing-comment {
        max-width: 695px;
    }
}

@media only screen and (min-width: 1209px) {
    .dialing-comment {
        max-width: none;
    }
}

/*******************************************************************************
          Material Design Users and Tables
              table, table-users
  *******************************************************************************/
@-webkit-keyframes bg-success {
    0% {
        background: transparent;
    }

    10% {
        background: #D2F8D2;
    }

    20% {
        background: #D2F8D2;
    }

    100% {
        background: transparent;
    }
}

@keyframes bg-success {
    0% {
        background: transparent;
    }

    10% {
        background: #D2F8D2;
    }

    20% {
        background: #D2F8D2;
    }

    100% {
        background: transparent;
    }
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td,
.table>tbody>tr>th.thead {
    border: none;
    background: transparent;
}

.table>thead>tr>th,
.table>tbody>tr>th.thead {
    height: 58px;
    padding: 12px 8px;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    vertical-align: bottom;
    border-bottom: none;
}

.table>thead>tr>th:first-child,
.table>tbody>tr>th.thead:first-child,
.table>thead>tr>th:last-child,
.table>tbody>tr>th.thead:last-child {
    padding: 12px 16px;
}

/*.table-header > thead > tr.thead-assigned > th {
      height: auto;
      padding: 0 8px;
      &:first-child, &:last-child {
          padding: 0 16px;
      }
  }*/
.table-white.table-header thead th {
    background: white;
}

.table-filter>thead>tr>th,
.table-filter>tbody>tr>th.thead {
    height: 0;
    padding: 0 8px;
    line-height: 0;
    visibility: hidden;
}

.table-filter>thead>tr>th:first-child,
.table-filter>tbody>tr>th.thead:first-child,
.table-filter>thead>tr>th:last-child,
.table-filter>tbody>tr>th.thead:last-child {
    padding: 0 16px;
}

.table-filter>thead>tr>th,
.table-filter>thead>tr>td,
.table-filter>tbody>tr>th,
.table-filter>tbody>tr>td,
.table-filter>tfoot>tr>th,
.table-filter>tfoot>tr>td {
    padding: 0 8px;
}

.table-filter>thead>tr>th:first-child,
.table-filter>thead>tr>td:first-child,
.table-filter>tbody>tr>th:first-child,
.table-filter>tbody>tr>td:first-child,
.table-filter>tfoot>tr>th:first-child,
.table-filter>tfoot>tr>td:first-child,
.table-filter>thead>tr>th:last-child,
.table-filter>thead>tr>td:last-child,
.table-filter>tbody>tr>th:last-child,
.table-filter>tbody>tr>td:last-child,
.table-filter>tfoot>tr>th:last-child,
.table-filter>tfoot>tr>td:last-child {
    padding: 0 16px;
}

.table-filter>thead>tr>th .form-control,
.table-filter>thead>tr>td .form-control,
.table-filter>tbody>tr>th .form-control,
.table-filter>tbody>tr>td .form-control,
.table-filter>tfoot>tr>th .form-control,
.table-filter>tfoot>tr>td .form-control {
    height: 0px;
    padding: 0 12px;
    font-size: 0;
}

.table-filter .row-edit td {
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.table>tbody>tr.bg-success>td {
    background: transparent;
    -webkit-animation: bg-success 1.5s ease-out;
    animation: bg-success 1.5s ease-out;
}

.table>tbody>tr.bg-success:hover>td {
    background: hsl(0, 0%, 90%);
}

.medium {
    width: 185px;
}

.short {
    width: 50px;
}

.table-call .row-pd.row-pd-selected td.call-pd {
    background: #E8F5E9;
}

.no-touch .table-pd .row-pd td.select-pd .link-badge-pd.link-badge-deselect:hover {
    color: #bdbdbd;
}

.no-touch .table-pd .row-pd td.select-pd .link-badge-pd .close-span:hover {
    color: #e57373;
}

.no-touch .table-pd .row-pd td.select-pd .link-badge-pd .download-span:hover {
    color: #479fcc;
}

.no-touch .table-pd .row-pd td.select-pd .link-badge-pd:hover {
    color: #3184af;
    text-decoration: none;
}

.no-touch .table-pd .row-pd.row-pd-selected:hover .call-pd {
    background: #E8F5E9;
}

.no-touch .table-pd .row-pd.row-pd-selected .link-badge-pd.call-ready:hover {
    color: #81C784;
}

.no-touch .table-pd .row-pd.row-pd-selected .link-badge-pd.call-ready:hover .badge_bullet {
    background: #81C784;
}

.no-touch .table-pd .row-pd.row-pd-selected .link-badge-pd.call-ready:hover .btn-row-hover {
    color: #545454;
}

.no-touch .table-pd .row-pd.row-pd-selected .link-badge-pd.link-badge-deselect.call-ready:hover {
    color: #81C784;
}

.no-touch .table-pd .row-pd.read:hover td.select-pd .link-badge-pd {
    color: #616161;
}

.no-touch .table-pd .row-pd:hover .btn-row-hover {
    display: block;
}

.no-touch .table-pd .row-pd:hover td.select-pd .link-badge-pd {
    color: #3184af;
}

.no-touch .table-pd .row-pd:hover td.select-pd .link-badge-pd.link-badge-deselect {
    color: #bdbdbd;
}

.no-touch .table-pd.table-call .row-pd:hover td.select-pd {
    background: #E8F5E9;
}

.no-touch .table-pd.table-call .row-pd:hover td.select-pd .link-badge-pd:not(.link-badge-deselected) {
    color: #81C784;
}

.no-touch .table-pd.table-call .row-pd:hover td.select-pd .link-badge-pd:not(.link-badge-deselected) .badge_bullet {
    background: #81C784;
}

.no-touch .table-pd.table-call .row-pd:hover td.select-pd .link-badge-pd:not(.link-badge-deselected) .btn-row-hover {
    color: #545454;
}

.table-pd {
    margin: 0;
}

.table-pd .row-pd.task-row td {
    vertical-align: top;
}

.table-pd .row-pd td {
    vertical-align: middle;
    text-align: left;
}

.table-pd .row-pd td.thead {
    width: 300px;
    min-width: 300px;
}

.table-pd .row-pd td.td-ellipsis {
    white-space: normal;
}

.table-pd .row-pd td.td-ellipsis span {
    display: inline-block;
    height: 17px;
    overflow: hidden;
}

.table-pd .row-pd td.select-pd {
    width: 300px;
    min-width: 300px;
    padding: 0 8px 0 15px;
}

.table-pd .row-pd td.select-pd.support {
    width: 50%;
    min-width: 30%;
}

.table-pd .row-pd td.select-pd.support .link-badge-pd {
    max-width: 100%;
}

.table-pd .row-pd td.select-pd .placeholder-no-task {
    max-width: 277px;
    white-space: normal;
}

.table-pd .row-pd td.select-pd .link-badge-pd {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 277px;
    padding: 14px 8px;
    color: #479fcc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.table-pd .row-pd td.select-pd .link-badge-pd.fav-stat {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.table-pd .row-pd td.select-pd .link-badge-pd.fav-stat .badge_bullet {
    flex: 0 0 36px;
}

.table-pd .row-pd td.select-pd .link-badge-pd.fav-stat .badge-span-stat {
    flex: 2 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-pd .row-pd td.select-pd .link-badge-pd.fav-stat .fav-form {
    flex: 0 0 40px;
    text-align: center;
}

.table-pd .row-pd td.select-pd .link-badge-pd.fav-stat .close-span {
    position: relative;
    width: auto;
    top: -4px;
    right: auto;
    flex: 0 0 84px;
}

.table-pd .row-pd td.select-pd .link-badge-pd.link-badge-deselect {
    color: #e0e0e0;
}

.table-pd .row-pd td.select-pd .link-badge-pd.link-badge-deselect:focus {
    color: #bdbdbd;
}

.table-pd .row-pd td.select-pd .link-badge-pd .badge-span {
    display: inline-block;
    flex: 1 1 auto;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-pd .row-pd td.select-pd .link-badge-pd .badge-count {
    flex: 0 0 auto;
}

.table-pd .row-pd td.select-pd .link-badge-pd .close-span,
.table-pd .row-pd td.select-pd .link-badge-pd .download-span {
    display: none;
    flex: 0 0 auto;
    position: relative;
    width: 36px;
    color: #545454;
    text-align: center;
}

.table-pd .row-pd td.select-pd .link-badge-pd .close-span i,
.table-pd .row-pd td.select-pd .link-badge-pd .download-span i {
    vertical-align: middle;
}

.table-pd .row-pd td.select-pd .link-badge-pd.close-visible .close-span {
    display: inline-block;
}

.table-pd .row-pd td.select-pd .link-badge-pd.close-visible .download-span {
    display: inline-block;
}

.table-pd .row-pd td.select-pd .link-badge-pd.close-visible .fav-form {
    display: none;
}

.table-pd .row-pd td.select-pd .link-badge-pd:focus {
    color: #3184af;
    text-decoration: none;
}

.table-pd .row-pd.row-pd-selected .btn-row-hover {
    display: block;
}

.table-pd .row-pd.row-pd-selected .link-badge-pd.call-ready:hover {
    color: #81C784;
}

.table-pd .row-pd.row-pd-selected .link-badge-pd.call-ready:hover .badge_bullet {
    background: #81C784;
}

.table-pd .row-pd.row-pd-selected .link-badge-pd.call-ready:hover .btn-row-hover {
    color: #545454;
}

.table-pd .row-pd.row-pd-selected td,
.table-pd .row-pd.row-pd-selected>td,
.table-pd .row-pd.row-pd-selected~td {
    background: #e0e0e0;
}

.table-pd .row-pd.row-pd-selected td.select-pd .link-badge-pd {
    color: #3184af;
    font-weight: 500;
}

.table-pd .row-pd.row-pd-selected td.select-pd .link-badge-pd.link-badge-deselect {
    color: #bdbdbd;
}

.table-pd .row-pd.row-pd-selected.read td.select-pd .link-badge-pd {
    color: #616161;
}

.table-pd .row-pd.read td.select-pd .link-badge-pd {
    color: #9e9e9e;
}

.table-pd .row-pd.active td,
.table-pd .row-pd.active>td,
.table-pd .row-pd.active~td {
    background: #e0e0e0;
}

.table-pd .row-pd.active td.select-pd .link-badge-pd {
    color: #3184af;
    font-weight: 500;
}

.table-pd .row-pd .btn-row-hover {
    display: none;
    flex: 0 0 auto;
}

.table-pd .row-pd:focus .btn-row-hover,
.table-pd .row-pd:active .btn-row-hover {
    display: block;
}

.table-pd .row-pd:focus td.select-pd .link-badge-pd,
.table-pd .row-pd:active td.select-pd .link-badge-pd {
    color: #3184af;
}

.table-pd.reset td.select-pd {
    width: auto;
}

.table-pd.reset td.select-pd .link-badge-pd {
    max-width: none;
    text-overflow: clip;
}

.table-pd.reset td.select-pd .link-badge-pd .badge-span {
    width: auto;
    overflow: visible;
    text-overflow: clip;
}

/*******************************************************************************
          Appbox Checkboxes und Radiobuttons
              label-checkbox, radio
  *******************************************************************************/
.checkboxes {
    margin: 10px 0 6px 0;
}

.checkboxes-inline .checkboxes {
    display: inline-block;
}

.radio {
    display: inline-block;
    position: relative;
    max-width: 100%;
    min-height: 23px;
    margin-bottom: 0;
    padding: 8px 8px 8px 30px;
    color: #757575;
    font-weight: 300;
    cursor: pointer;
}

.radio input[type="radio"] {
    opacity: 0;
    cursor: pointer;
}

.radio input[type="radio"]:focus~.unchecked,
.radio input[type="radio"]:checked~span {
    color: #479fcc;
}

.radio input[type="radio"]:checked~.checked {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio input[type="radio"]:checked~.unchecked {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    color: #479fcc;
}

.radio input[type="radio"].ng-invalid~span,
.radio input[type="radio"] .ng-invalid:focus~span,
.radio input[type="radio"] .ng-invalid~.unchecked {
    color: #e57373;
}

.radio .unchecked {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio .checked {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    color: #479fcc;
}

.radio input[type="radio"]:checked~span {
    color: #479fcc;
}

.radio i {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 20px;
    font-weight: normal;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: 10px;
}

.label-checkbox {
    display: inline-block;
    position: relative;
    max-width: 100%;
    min-height: 23px;
    margin-bottom: 0;
    padding: 8px 8px 8px 30px;
    color: #757575;
    font-weight: 300;
    cursor: pointer;
}

.label-checkbox input[type="checkbox"] {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
}

.label-checkbox input[type="checkbox"]:focus~.unchecked {
    color: #479fcc;
}

.label-checkbox input[type="checkbox"]:checked~.checked {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.label-checkbox input[type="checkbox"]:checked~.unchecked {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    color: #479fcc;
}

.label-checkbox input[type="checkbox"].ng-invalid~span,
.label-checkbox input[type="checkbox"] .ng-invalid:focus~span,
.label-checkbox input[type="checkbox"] .ng-invalid~.unchecked {
    color: #e57373;
}

.label-checkbox .unchecked {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.label-checkbox .checked {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    color: #479fcc;
}

.label-checkbox input[type="checkbox"]:checked~span {
    color: #479fcc;
}

.label-checkbox input[type="checkbox"]:checked~span.key-value {
    color: hsl(0, 0%, 60%);
}

.label-checkbox i {
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 20px;
    font-weight: normal;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.label-checkbox i.fa-question-circle {
    position: relative;
    top: auto;
    left: auto;
    font-size: 16px;
    transition: none 0;
}

/*******************************************************************************
          Material Design Profilbild
              inputgroup-file, profile
  ******************************************************************************
  
  //user.html - list.html
  .profile-picture {
      .profile-status-bar {
          position: absolute;
          bottom: -7px;
          left: 50%;
          width: 170px;
          margin-left: -85px;
          padding: 6px 12px;
          color: @color-md-grey-100;
          text-align: center;
          background: @color-md-grey-800;
          border-radius: 10px;
          z-index: 4;
      }
      .profile-upload-bar {
          position: absolute;
          bottom: 30px;
          left: 50%;
          width: 170px;
          height: 40px;
          margin-left: -85px;
          z-index: 3;
          .upload-picture, .safe-picture {
              position: absolute;
              width: 40px;
              height: 40px;
              color: @color-pd-grey;
              line-height: 40px;
              text-align: center;
              border-radius: 50%;
              background: @color-white;
              overflow: hidden;
              cursor: pointer;
              box-shadow: 0 0 0px 3px hsla(0, 0%, 0%, 0.24);
              i {
                  font-size: 18px;
                  line-height: 40px;
              }
          }
          .upload-picture {
              left: 0;
              &:hover {
                  color: @color-pd-blue;
              }
          }
          .safe-picture {
              right: 0;
              &:hover {
                  color: @color-white;
                  background: @color-pd-green;
              }
          }
          .profile-button {
              display: block;
              position: absolute;
              top: -100%;
              width: 100%;
              height: 200%;
              opacity: 0;
              cursor: pointer;
          }
      }
  }*/
.profile-pic-upload {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    margin-left: -75px;
    margin-top: -93px;
    z-index: 6;
    cursor: pointer;
    overflow: hidden;
}

.no-touch .profile-pic-upload:hover .profile-camera {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.profile-camera {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    pointer-events: none;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    z-index: 4;
    cursor: pointer;
    transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.profile-camera i {
    margin-left: 1px;
    line-height: 40px;
}

.profile-button {
    position: absolute;
    top: -100%;
    bottom: 0;
    right: 0;
    left: 0;
    height: 200%;
    line-height: 0;
    cursor: pointer;
    opacity: 0;
}

/*******************************************************************************
          Material Design Suche
              searchgroup
  *******************************************************************************/
.searchgroup input {
    display: block;
    width: 0px;
    margin-top: 2px;
    padding: 8px 26px;
    color: #616161;
    font-family: Roboto, 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid transparent;
    background: transparent;
    opacity: 0;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.searchgroup input:focus,
.searchgroup input.used,
.searchgroup input.focused {
    width: 200px;
    padding: 8px 55px 8px 8px;
    border-bottom: 1px solid #e0e0e0;
    cursor: text;
    opacity: 1;
}

.searchgroup input[disabled],
.searchgroup input:disabled {
    background: transparent;
}

.searchgroup input.search-input:focus,
.searchgroup input.search-input.used,
.searchgroup input.search-input.focused {
    width: 50vw;
}

.searchgroup input.search-input:focus~.btn-search,
.searchgroup input.search-input.used~.btn-search,
.searchgroup input.search-input.focused~.btn-search {
    pointer-events: auto;
    cursor: pointer;
}

.searchgroup .bar {
    position: relative;
    display: block;
    width: 100%;
}

.searchgroup .bar:before,
.searchgroup .bar:after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 0;
    background: #479fcc;
    z-index: 6;
    transition: all 0.2s 0.2s ease;
}

.searchgroup .bar:before {
    left: 50%;
}

.searchgroup .bar:after {
    right: 50%;
}

.searchgroup .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    cursor: pointer;
}

.btn-group-data-list .bar-data-list {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.btn-group-data-list .bar-data-list:before,
.btn-group-data-list .bar-data-list:after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 0;
    background: #479fcc;
    z-index: 6;
    transition: all 0.2s ease;
}

.btn-group-data-list .bar-data-list:before {
    left: 50%;
}

.btn-group-data-list .bar-data-list:after {
    right: 50%;
}

.btn-group-data-list.open .bar-data-list:before,
.btn-group-data-list.open .bar-data-list:after {
    width: 50%;
}

.btn-group-data-list.open label {
    color: #479fcc;
}

.no-touch .btn-group:hover .btn-search {
    color: #479fcc;
}

.no-touch .btn-group:hover .btn-search[disabled],
.no-touch .btn-group:hover .btn-search:disabled {
    color: hsl(0, 0%, 74%);
}

.btn-group input:focus+.btn-search {
    color: #479fcc;
}

@media only screen and (min-width: 360px) {

    .searchgroup input:focus,
    .searchgroup input.used,
    .searchgroup input.focused {
        width: 250px;
    }
}

@media only screen and (min-width: 768px) {

    .searchgroup input:focus,
    .searchgroup input.used,
    .searchgroup input.focused {
        width: 350px;
    }
}

/*******************************************************************************
          Material Design Formularfelder
              input-group, input, bar, label, select
  *******************************************************************************/
.inputgroup input:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

::-webkit-input-placeholder {
    color: #9e9e9e;
    font-weight: 300;
}

::-moz-placeholder {
    color: #9e9e9e;
    font-weight: 300;
}

input:-moz-placeholder {
    color: #9e9e9e;
    font-weight: 300;
}

.pepperdial-content-w-bottom .card_content .card_content_field .field {
    margin-bottom: 16px;
}

#contactEditForm .card_content .field .btn.btn-ghost {
    font-size: 16px;
    margin-bottom: 8px;
    padding: 6px 8px;
}

#contactEditForm .card_content .field .inputgroup {
    margin-bottom: 8px;
}

#contactEditForm .card_content .field .inputgroup input,
#contactEditForm .card_content .field select,
#contactEditForm .card_content .field textarea {
    height: auto;
    margin: 4px 0;
    padding: 4px 0;
}

#contactEditForm .card_content .field .inputgroup .label-ph {
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

#contactEditForm .card_content .field .inputgroup .bar:before,
#contactEditForm .card_content .field .inputgroup .bar:after {
    bottom: 4px;
}

#contactEditForm .card_content .field input:focus~.label-ph,
#contactEditForm .card_content .field select:focus~.label-ph,
#contactEditForm .card_content .field textarea:focus~.label-ph,
#contactEditForm .card_content .field input.used~.label-ph,
#contactEditForm .card_content .field input.ng-invalid~.label-ph,
#contactEditForm .card_content .field select.used~.label-ph,
#contactEditForm .card_content .field textarea.used~.label-ph {
    -webkit-transform: scale(0.75) translate(0, -24px);
    transform: scale(0.75) translate(0, -24px);
}

#contactEditForm .card_content .field .select:after {
    height: auto;
    padding: 0;
    padding-bottom: 2px;
}

#contactEditForm .card_content .field .label-radio {
    padding-bottom: 0px;
    color: hsl(0, 0%, 26%);
}

#contactEditForm .card_content .field .radio {
    margin-bottom: 4px;
}

#contactEditForm .card_content .field .label-checkbox {
    padding: 0px 8px 0px 30px;
}

#contactEditForm .card_content .field .label-checkbox i {
    top: 0;
}

#contactEditForm .card_content .btn-ghost-medium.call {
    padding: 2px 8px;
}

#contactEditForm .card_content .btn-ghost.ghost-record,
#contactEditForm .card_content .btn-ghost.ghost-delete {
    margin-bottom: 8px;
}

#contactEditForm .card.contact-edit .card_head {
    padding: 0 8px;
}

#contactEditForm .card.contact-edit .card_head h4 {
    margin: 0;
    padding: 8px 0;
}

#contactEditForm .card.contact-edit .card_hr {
    margin: 0;
}

#contactEditForm .card.contact-edit .card_content {
    padding: 24px 8px 8px;
}

.inputgroup {
    position: relative;
    margin-bottom: 36px;
    /*&.ipt-guiding {
          display: inline-block;
          input {
              width: 0;
              margin: 0;
              padding: 5px 32px 8px 8px;
              border-color: transparent;
              cursor: pointer;
              &~button {
                  pointer-events: none;
                  &:focus {
                      color: hsl(0, 0%, 33%);
                  }
              }
              &:hover {
                  &~button {
                      color: @color-pd-blue;
                  }
              }
              &:focus, &.used, &.focused {
                  width: 100%;
                  border-color: @color-md-grey-350;
                  cursor: default;
                  &~button {
                      pointer-events: auto;
                  }
                  &:hover {
                      cursor: text;
                      &~button {
                          color: hsl(0, 0%, 33%);
                      }
                  }
              }
          }
          button {
              position: absolute;
              right: 0;
              top: 0
          }
          input.focused~.bar:before, input.focused~.bar:after {
              width: 0;
          }
          input.focused.used~.bar:before, input.focused.used~.bar:after, input.focused:focus~.bar:before, input.focused:focus~.bar:after {
              width: 50%;
          }
          .bar:before, .bar:after {
              bottom: 0px;
          }
      }*/
}

.inputgroup.ipt-small {
    margin: 16px 0;
}

.inputgroup.ipt-table,
.inputgroup.ipt-wm {
    margin: 0;
    padding: 2px;
}

.inputgroup.ipt-table-token,
.inputgroup.ipt-guiding {
    margin: 0;
}

.inputgroup.ipt-table-token input,
.inputgroup.ipt-guiding input,
.inputgroup.ipt-table-token textarea,
.inputgroup.ipt-guiding textarea,
.inputgroup.ipt-table-token select,
.inputgroup.ipt-guiding select {
    margin: 0;
}

.inputgroup.ipt-table-token .bar:before,
.inputgroup.ipt-guiding .bar:before,
.inputgroup.ipt-table-token .bar:after,
.inputgroup.ipt-guiding .bar:after {
    bottom: 0px;
}

.inputgroup.ipt-table-head {
    margin: 0;
}

.inputgroup.ipt-table-head input,
.inputgroup.ipt-table-head select {
    margin: 0;
}

.inputgroup.ipt-table-head .bar:before,
.inputgroup.ipt-table-head .bar:after {
    bottom: 0px;
}

.inputgroup.ipt-dashboard {
    margin: 0;
}

.inputgroup.ipt-dashboard input {
    margin: 0;
    padding: 2px 0;
}

.ipt-small.inputgroup.ipt-dashboard input {
    padding: 4px 0;
}

.inputgroup.ipt-dashboard .bar:before,
.inputgroup.ipt-dashboard .bar:after {
    bottom: 0px;
}

.inputgroup.ipt-import {
    margin: 0;
}

.inputgroup.ipt-import input {
    margin: 0;
    padding: 4px 0 0;
    font-size: 14px;
    font-weight: 600;
}

.inputgroup.ipt-import .bar:before,
.inputgroup.ipt-import .bar:after {
    bottom: 0px;
}

.inputgroup.ipt-import.custom-new input {
    color: #FFB300;
}

.inputgroup.ipt-token {
    margin: 0;
}

.inputgroup.ipt-token input {
    margin: 0;
    padding: 4px 6px;
    font-size: 14px;
    border-bottom: none;
}

.inputgroup.ipt-token input:focus {
    border-bottom: none;
}

.inputgroup.ipt-token input:-moz-read-only {
    cursor: text;
}

.inputgroup.ipt-token input:read-only {
    cursor: text;
}

.inputgroup.ipt-dropdown {
    display: inline-block;
    margin: 0;
    padding-right: 3px;
}

.inputgroup.ipt-dropdown input {
    width: auto;
    min-width: 120px;
    max-width: 200px;
    margin: 0;
    padding: 6px 34px 6px 6px;
}

.inputgroup.ipt-dropdown .bar:before,
.inputgroup.ipt-dropdown .bar:after {
    bottom: 0px;
}

.inputgroup.ipt-dropdown.ipt-campaign input {
    min-width: 225px;
    max-width: 225px;
    padding: 6px 6px 6px 6px;
}

.inputgroup.ipt-dnd {
    margin: 0;
}

.inputgroup.ipt-dnd input {
    margin: 0;
    padding: 6px 6px 0;
    font-size: 14px;
    font-weight: 300;
    border-color: transparent;
}

.inputgroup.ipt-dnd input.focused~.bar:before,
.inputgroup.ipt-dnd input.focused~.bar:after {
    width: 0;
}

.inputgroup.ipt-dnd input.focused.used~.bar:before,
.inputgroup.ipt-dnd input.focused.used~.bar:after,
.inputgroup.ipt-dnd input.focused:focus~.bar:before,
.inputgroup.ipt-dnd input.focused:focus~.bar:after {
    width: 50%;
}

.inputgroup.ipt-dnd .bar:before,
.inputgroup.ipt-dnd .bar:after {
    bottom: 0px;
}

.inputgroup.checkbox {
    padding-left: 0;
}

.inputgroup input {
    display: block;
    width: 100%;
    margin: 8px 0;
    padding: 8px;
    color: #616161;
    font-family: Roboto, 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    border-bottom: 1px solid #CFCFCF;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
}

.inputgroup input.error,
.inputgroup input.ng-invalid {
    border: none !important;
    border-bottom: 1px solid #CFCFCF !important;
}

.inputgroup input.error~.label-ph,
.inputgroup input.error:focus~.label-ph,
.inputgroup input.ng-invalid~.label-ph,
.inputgroup input.ng-invalid:focus~.label-ph {
    color: #e57373;
    font-weight: 500;
    -webkit-transform: scale(0.75) translate(0, -24px);
    transform: scale(0.75) translate(0, -24px);
}

.inputgroup input.invisible-input,
.inputgroup input.hidden-input {
    border-bottom: 1px solid transparent;
}

.inputgroup input:focus {
    border: 0;
    border-bottom: 1px solid #CFCFCF;
    outline: none;
    box-shadow: none;
}

.inputgroup input:read-only {
    border-bottom-color: transparent;
    color: #9e9e9e;
    font-style: normal;
    cursor: default;
    background: transparent;
}

.inputgroup input:-moz-read-only {
    border-bottom-color: transparent;
    color: #9e9e9e;
    font-style: normal;
    cursor: default;
    background: transparent;
}

.inputgroup .label-ph,
.inputgroup div.error {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #9e9e9e;
    font-size: 16px;
    font-weight: 300;
    pointer-events: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    transition: all 0.2s ease;
}

.inputgroup.ipt-loading .bar {
    position: absolute;
    bottom: 0;
    height: 2px;
    overflow: hidden;
}

.inputgroup.ipt-loading .bar:after,
.inputgroup.ipt-loading .bar:before {
    bottom: 0;
}

.inputgroup.ipt-loading .bar:before {
    left: 0;
    right: 0;
    width: auto;
    background: #e0e0e0;
}

.inputgroup.ipt-loading .bar:after {
    left: -20%;
    width: 20%;
    background-color: #479fcc;
    -webkit-animation: indeterminate 2s linear infinite;
    animation: indeterminate 2s linear infinite;
}

.inputgroup .bar {
    position: relative;
    display: block;
    width: 100%;
}

.inputgroup .bar.bar-danger:before,
.inputgroup .bar.bar-danger:after {
    background: #e57373;
}

.inputgroup .bar.bar-warning:before,
.inputgroup .bar.bar-warning:after {
    background: #FFC107;
}

.inputgroup .bar.bar-success:before,
.inputgroup .bar.bar-success:after {
    background: #81C784;
}

.inputgroup .bar:before,
.inputgroup .bar:after {
    content: '';
    position: absolute;
    bottom: 8px;
    height: 2px;
    width: 0;
    background: #479fcc;
    z-index: 6;
    transition: width 0.2s ease;
}

.inputgroup .bar:before {
    left: 50%;
}

.inputgroup .bar:after {
    right: 50%;
}

input:not(:read-only):focus~.bar:before,
input:not(:read-only):focus~.bar:after,
input:not(:read-only).focused~.bar:before,
input:not(:read-only).focused~.bar:after,
select:focus~.bar:before,
select:focus~.bar:after,
textarea:not(:read-only):focus~.bar:before,
textarea:not(:read-only):focus~.bar:after,
input:not(:read-only).error~.bar:after,
input:not(:read-only).error~.bar:before,
input:not(:read-only).ng-invalid~.bar:after,
input:not(:read-only).ng-invalid~.bar:before,
select.ng-invalid~.bar:after,
select.ng-invalid~.bar:before {
    width: 50%;
}

input:not(:-moz-read-only):focus~.bar:before,
input:not(:-moz-read-only):focus~.bar:after,
input:not(:-moz-read-only).focused~.bar:before,
input:not(:-moz-read-only).focused~.bar:after,
select:focus~.bar:before,
select:focus~.bar:after,
textarea:not(:-moz-read-only):focus~.bar:before,
textarea:not(:-moz-read-only):focus~.bar:after,
input:not(:-moz-read-only).error~.bar:after,
input:not(:-moz-read-only).error~.bar:before,
input:not(:-moz-read-only).ng-invalid~.bar:after,
input:not(:-moz-read-only).ng-invalid~.bar:before,
select.ng-invalid~.bar:after,
select.ng-invalid~.bar:before {
    width: 50%;
}

input:not(:read-only).error~.bar:after,
input:not(:read-only).error~.bar:before,
input:not(:read-only).error:focus~.bar:after,
input:not(:read-only).error:focus~.bar:before,
input:not(:read-only).ng-invalid~.bar:after,
input:not(:read-only).ng-invalid~.bar:before,
input:not(:read-only).ng-invalid:focus~.bar:after,
input:not(:read-only).ng-invalid:focus~.bar:before,
select.ng-invalid~.bar:after,
select.ng-invalid~.bar:before,
select.ng-invalid:focus~.bar:after,
select.ng-invalid:focus~.bar:before {
    background: #e57373;
}

input:not(:-moz-read-only).error~.bar:after,
input:not(:-moz-read-only).error~.bar:before,
input:not(:-moz-read-only).error:focus~.bar:after,
input:not(:-moz-read-only).error:focus~.bar:before,
input:not(:-moz-read-only).ng-invalid~.bar:after,
input:not(:-moz-read-only).ng-invalid~.bar:before,
input:not(:-moz-read-only).ng-invalid:focus~.bar:after,
input:not(:-moz-read-only).ng-invalid:focus~.bar:before,
select.ng-invalid~.bar:after,
select.ng-invalid~.bar:before,
select.ng-invalid:focus~.bar:after,
select.ng-invalid:focus~.bar:before {
    background: #e57373;
}

.ipt-loading input:not(:read-only).error~.bar:after,
.ipt-loading input:not(:read-only).error:focus~.bar:after,
.ipt-loading input:not(:read-only).ng-invalid~.bar:after,
.ipt-loading input:not(:read-only).ng-invalid:focus~.bar:after {
    background: #e57373;
}

.ipt-loading input:not(:-moz-read-only).error~.bar:after,
.ipt-loading input:not(:-moz-read-only).error:focus~.bar:after,
.ipt-loading input:not(:-moz-read-only).ng-invalid~.bar:after,
.ipt-loading input:not(:-moz-read-only).ng-invalid:focus~.bar:after {
    background: #e57373;
}

.ipt-loading input:not(:read-only).error~.bar:before,
.ipt-loading input:not(:read-only).error:focus~.bar:before,
.ipt-loading input:not(:read-only).ng-invalid~.bar:before,
.ipt-loading input:not(:read-only).ng-invalid:focus~.bar:before {
    background: #e0e0e0;
}

.ipt-loading input:not(:-moz-read-only).error~.bar:before,
.ipt-loading input:not(:-moz-read-only).error:focus~.bar:before,
.ipt-loading input:not(:-moz-read-only).ng-invalid~.bar:before,
.ipt-loading input:not(:-moz-read-only).ng-invalid:focus~.bar:before {
    background: #e0e0e0;
}

input:not(:read-only):focus~.label-ph,
select:focus~.label-ph,
input:not(:read-only).used:focus~.label-ph,
select.used:focus~.label-ph,
textarea:not(:read-only):focus~.label-ph,
textarea:not(:read-only).used:focus~.label-ph {
    color: #479fcc;
    font-weight: 500;
    -webkit-transform: scale(0.75) translate(0, -24px);
    transform: scale(0.75) translate(0, -24px);
}

input:not(:read-only):focus~.label-ph.label-ph-danger,
select:focus~.label-ph.label-ph-danger,
input:not(:read-only).used:focus~.label-ph.label-ph-danger,
select.used:focus~.label-ph.label-ph-danger,
textarea:not(:read-only):focus~.label-ph.label-ph-danger,
textarea:not(:read-only).used:focus~.label-ph.label-ph-danger {
    color: #e57373;
}

input:not(:read-only):focus~.label-ph.label-ph-warning,
select:focus~.label-ph.label-ph-warning,
input:not(:read-only).used:focus~.label-ph.label-ph-warning,
select.used:focus~.label-ph.label-ph-warning,
textarea:not(:read-only):focus~.label-ph.label-ph-warning,
textarea:not(:read-only).used:focus~.label-ph.label-ph-warning {
    color: #FFC107;
}

input:not(:read-only):focus~.label-ph.label-ph-success,
select:focus~.label-ph.label-ph-success,
input:not(:read-only).used:focus~.label-ph.label-ph-success,
select.used:focus~.label-ph.label-ph-success,
textarea:not(:read-only):focus~.label-ph.label-ph-success,
textarea:not(:read-only).used:focus~.label-ph.label-ph-success {
    color: #81C784;
}

input:not(:-moz-read-only):focus~.label-ph,
select:focus~.label-ph,
input:not(:-moz-read-only).used:focus~.label-ph,
select.used:focus~.label-ph,
textarea:not(:-moz-read-only):focus~.label-ph,
textarea:not(:-moz-read-only).used:focus~.label-ph {
    color: #479fcc;
    font-weight: 500;
    -webkit-transform: scale(0.75) translate(0, -24px);
    transform: scale(0.75) translate(0, -24px);
}

input:not(:-moz-read-only):focus~.label-ph.label-ph-danger,
select:focus~.label-ph.label-ph-danger,
input:not(:-moz-read-only).used:focus~.label-ph.label-ph-danger,
select.used:focus~.label-ph.label-ph-danger,
textarea:not(:-moz-read-only):focus~.label-ph.label-ph-danger,
textarea:not(:-moz-read-only).used:focus~.label-ph.label-ph-danger {
    color: #e57373;
}

input:not(:-moz-read-only):focus~.label-ph.label-ph-warning,
select:focus~.label-ph.label-ph-warning,
input:not(:-moz-read-only).used:focus~.label-ph.label-ph-warning,
select.used:focus~.label-ph.label-ph-warning,
textarea:not(:-moz-read-only):focus~.label-ph.label-ph-warning,
textarea:not(:-moz-read-only).used:focus~.label-ph.label-ph-warning {
    color: #FFC107;
}

input:not(:-moz-read-only):focus~.label-ph.label-ph-success,
select:focus~.label-ph.label-ph-success,
input:not(:-moz-read-only).used:focus~.label-ph.label-ph-success,
select.used:focus~.label-ph.label-ph-success,
textarea:not(:-moz-read-only):focus~.label-ph.label-ph-success,
textarea:not(:-moz-read-only).used:focus~.label-ph.label-ph-success {
    color: #81C784;
}

input.error~div.error {
    color: #9e9e9e;
    font-weight: 300;
    opacity: 1;
    transition: opacity 0.3s ease;
}

input.error:focus~div.error {
    opacity: 0;
}

select {
    position: relative;
    display: block;
    width: 100%;
    height: 39px;
    margin: 8px 0;
    padding: 8px;
    color: #616161;
    font-family: Roboto, 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #CFCFCF;
    background: transparent;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

select:focus,
select:active {
    outline: none;
}

select.error,
select.ng-invalid {
    border: none !important;
    border-bottom: 1px solid #CFCFCF !important;
}

select.error~.label-ph,
select.error:focus~.label-ph,
select.ng-invalid~.label-ph,
select.ng-invalid:focus~.label-ph {
    color: #e57373;
    font-weight: 500;
    -webkit-transform: scale(0.75) translate(0, -24px);
    transform: scale(0.75) translate(0, -24px);
}

.select:after {
    content: "\f0d7";
    display: block;
    position: absolute;
    bottom: 1px;
    right: 0;
    width: 30px;
    height: 38px;
    padding: 8px 0 0;
    font-family: appbox-font;
    font-size: 16px;
    text-align: center;
    background: #ffffff;
    z-index: 5;
    pointer-events: none;
}

.select.select-inline:after {
    bottom: 9px;
}

.select.disabled:after {
    display: none;
    background: transparent;
}

.select.select-badge select {
    padding: 8px 8px 8px 32px;
}

.select.select-badge .badge-select {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
    color: #757575;
    font-size: 16px;
}

input.used~.label-ph,
select.used~.label-ph,
textarea.used~.label-ph {
    color: #424242;
    font-weight: 500;
    -webkit-transform: scale(0.75) translate(0, -24px);
    transform: scale(0.75) translate(0, -24px);
    pointer-events: auto;
}

input.used~.label-ph.label-ph-danger,
select.used~.label-ph.label-ph-danger,
textarea.used~.label-ph.label-ph-danger {
    color: #e57373;
}

input.used~.label-ph.label-ph-warning,
select.used~.label-ph.label-ph-warning,
textarea.used~.label-ph.label-ph-warning {
    color: #FFC107;
}

input.used~.label-ph.label-ph-success,
select.used~.label-ph.label-ph-success,
textarea.used~.label-ph.label-ph-success {
    color: #81C784;
}

.label-radio {
    display: block;
    margin-top: -10px;
    padding-bottom: 6px;
    color: #757575;
    font-weight: 500;
    font-size: 12px;
}

.select:disabled select:after,
.select select:disabled:after,
.select select[disabled]:after {
    background: #f5f5f5;
}

.table-hover>tbody>tr:hover>td .select:after,
.table-hover>tbody>tr:hover>th .select:after {
    background: hsl(0, 0%, 90%);
}

.table-hover.table-white>tbody>tr:hover>td .select:after,
.table-hover-table-white>tbody>tr:hover>th .select:after {
    background: #f5f5f5;
}

.table-header>thead>tr>th {
    min-width: 100%;
}

.label-explain {
    display: block;
    padding: 0 8px;
    color: #bdbdbd;
}

.label-explain.pwstatus-danger {
    color: #e57373;
}

.inputgroup-hashtags {
    min-height: 50px;
    margin: 8px 0 28px;
    padding: 8px 0;
}

.inputgroup-hashtags span {
    cursor: hand;
    cursor: pointer;
}

.inputgroup-hashtags.used .label-ph {
    color: #424242;
    font-weight: 500;
    pointer-events: auto;
}

.inputgroup-hashtags span~.label-ph {
    -webkit-transform: scale(0.75) translate(0, -24px);
    transform: scale(0.75) translate(0, -24px);
    color: #757575;
    font-weight: 500;
}

.pw-meter {
    display: none;
}

.fa-pwstatus {
    position: absolute;
    top: 12px;
    right: 6px;
    font-size: 16px;
}

.fa-pwstatus.pwstatus-danger {
    color: #e57373;
}

.fa-pwstatus.pwstatus-warning {
    color: #FFC107;
}

.fa-pwstatus.pwstatus-success {
    color: #81C784;
}

@media only screen and (min-width: 768px) {
    .navbar-nav.navbar-right:last-child {
        margin: 0 16px;
    }
}

@media only screen and (min-width: 953px) {

    .editor-layer.editor,
    .editor-layer {
        margin-left: 300px;
    }

    .editor-layer.editor.expanded-editor,
    .editor-layer.expanded-editor {
        margin-left: 0;
    }

    .editor-layer.editor.expanded-animation,
    .editor-layer.expanded-animation {
        transition: margin-left 0.25s ease;
    }
}

@media only screen and (min-width: 1800px) {

    .editor-layer.editor,
    .editor-layer {
        margin-left: 400px;
    }

    .editor-layer.no-head {
        margin-left: 400px;
    }

    .table-pd .row-pd td.thead {
        width: 400px;
        min-width: 400px;
    }

    .table-pd .row-pd td.select-pd {
        width: 400px;
        min-width: 400px;
    }

    .table-pd .row-pd td.select-pd .link-badge-pd {
        max-width: 377px;
    }

    .table-pd.reset td.select-pd {
        width: auto;
    }

    .table-pd.reset td.select-pd .link-badge-pd {
        max-width: none;
        text-overflow: clip;
    }

    .table-pd.reset td.select-pd .link-badge-pd .badge-span {
        max-width: none;
        overflow: visible;
        text-overflow: clip;
    }

    .campaign-toolbar li .campaign-btn {
        width: 300px;
    }

    .campaign-toolbar li .campaign-select {
        max-width: 200px;
    }

    .campaign-toolbar li.open .dropdown-menu {
        width: 300px;
    }

    .scroll.dropdown-menu {
        max-width: 300px;
    }

    .dropdown-menu li a {
        max-width: 300px;
    }
}