@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    border-top: 1px solid #d3e0e9;
    border-bottom: 1px solid #d3e0e9;
    height: 90px;
}

.dataTables_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.dataTables_wrapper .dataTables_length {
    padding-left: 20px;
}

.dataTables_wrapper .dataTables_length label select {
    margin-right: 3px;
}

.dataTables_wrapper .dataTables_filter {
    padding-right: 20px;
}

.dataTables_wrapper .dataTables_filter label {
    float: right;
}

.dataTables_wrapper .dataTables_filter label input {
    margin-left: 5px;
}

.dataTables_wrapper .dataTables_info {
    padding-left: 20px;
}

.dataTables_wrapper .dataTables_paginate {
    padding-right: 20px;
}

.userinfo .panel-body {
    max-height: 150px;
    overflow: scroll;
}

.panel-leads .panel-body {
    padding: 0px;
}

.panel-leads .panel-body table {
    margin-bottom: 0px;
}

.panel .panel-heading .badge {
    line-height: 16px;
    font-size: 13px;
}

.panel-notes,
.panel-mutations,
.panel-notifications {
    position: relative;
}

.panel-notes .panel-body {
    max-height: 200px;
    overflow-y: scroll;
}

.panel-mutations .panel-body {
    max-height: 400px;
    overflow-y: scroll;
    padding: 0px;
}

.panel-mutations .panel-body table {
    margin-bottom: 0px;
}

.panel-notes .panel-body hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.userinfo .has-more,
.panel-notes .has-more,
.panel-mutations .has-more,
.panel-notifications .has-more {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);

    opacity: 0.5;

    animation: bounce 1s infinite;
}

.userinfo .has-more {
    bottom: 25px;
}

.panel-notifications .panel-body {
    max-height: 200px;
    overflow: scroll;
    padding: 0px;
}

.notifications-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.notifications-list .notification {
    margin-bottom: 0px;
    padding: 11px 15px;
}

.notifications-list .notification:not(:last-child) {
    border-bottom: 1px solid #d3e0e9;
}

.notifications-list .notification-unread {
    background-color: #d9edf7;
}

@keyframes bounce {
    from {
        transform: translate3d(0,0,0);
    }

    50% {
        transform: translate3d(0,-10px,0);
    }

    to {
        transform: translate3d(0,0,0);
    }
}

.edit-customer-number-field {
    margin-bottom: 5px !important;
}