.button {
    text-decoration: none;
    line-height: 17px;
    display: inline-block;
    position: relative;
    margin: 1px;
    padding: 4px 16px 4px 30px;
    background: #505050!important;
    border: solid 1px rgba(0,0,0,0.05)!important;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font: bold 11px Helvetica, Arial, sans-serif !important;
    color: white !important;
    line-height: 17px;
    -webkit-transition: border .20s;
    -moz-transition: border .20s;
    -o-transition: border .20s;
    transition: border .20s;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -o-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
    min-height: 26px;
    min-width: 31px;
    outline: none !important;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    text-shadow: none;
}


a.button {
    min-height: 15px;
    vertical-align: middle;
}

label.button {
    min-height: 15px;
    vertical-align: middle;
}


.button.selectmenu {
    padding-right: 30px;
}

.button.selectmenu::after {
    background-image: url(../img/buttons/selectmenu.png);
}

.small.button {
    padding: 4px;
    font-size: 0 !important;
    margin: 2px;
    vertical-align: middle;
}

.button.disabled,
.button.valid.disabled,
.button.warning.disabled,
.button.danger.disabled,
.button.action.disabled,
.button[disabled],
.button.valid[disabled],
.button.warning[disabled],
.button.danger[disabled],
.button.action[disabled],
.button.disabled:hover,
.button.valid.disabled:hover,
.button.warning.disabled:hover,
.button.danger.disabled:hover,
.button.action.disabled:hover,
.button[disabled]:hover,
.button.valid[disabled]:hover,
.button.warning[disabled]:hover,
.button.danger[disabled]:hover,
.button.action[disabled]:hover {
    cursor: not-allowed;
    opacity: 0.25;
    background: #aaa!important;
    border: 1px solid #222 !important;
    box-shadow: 0 0 8px #222 inset;
    color: #000 !important;


}

.button::before {
    content: '';
    display: block;
    position: absolute;
    background-color: transparent;
    height: 102%;
    line-height: 24px;
    width: 29px;
    left: 0;
    top: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    z-index: 0;
    background-size: 15px;
    color: white !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 200;
    font-family: 'Font Awesome\ 5 Pro';
}

.button.disabled::before,
.button[disabled]::before,
.button.disabled.action::before,
.button[disabled].action::before,
.button.disabled::after,
.button[disabled]::after,
.button.disabled.action::after,
.button[disabled].action::after {
    -webkit-filter: invert(1) !important;
    -moz-filter: invert(1) !important;
    -o-filter: invert(1) !important;
    -ms-filter: invert(1) !important;
    filter: invert(1) !important;
}

[data-useragent*="MSIE"] .button {
    padding-left: 45px;
}

[data-useragent*="MSIE"] .button.valid,
[data-useragent*="MSIE"] .button.warning,
[data-useragent*="MSIE"] .button.danger,
[data-useragent*="MSIE"] .button.action {
    padding-left: 30px;
}

[data-useragent*="MSIE"] .button::before {
    background: #888;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    border: 0;
}

[data-useragent*="MSIE"] .button.valid::before,
[data-useragent*="MSIE"] .button.warning::before,
[data-useragent*="MSIE"] .button.danger::before,
[data-useragent*="MSIE"] .button.action::before {
    background: none;
}

.button:hover {

}

.button.import {
    text-align: center;
}

.button.help.noLoader {
    text-align: center;
    min-width: 20px;
}

.button.danger {
    background: #e84a36!important;
}

.button.action {
    background: #2196F3!important;
}

.button.warning {
    background: #f37a21!important;
}

.button.valid {
    background: #3fbb0e!important;
}

.button.dn-matrix {
    margin-left: 3px;
}


/** icons **/
.button.ok:before {
    background-image: url(../img/messages/success.png) !important;
}

.button.search:before {
    background-image: url(../img/buttons/search.png) !important;
}

a.button.noLoader.help {
    /* margin: 1px; */
    padding: 5px 5px 4px 25px;
    min-height: 15px !important;
    vertical-align: bottom;
}

a.button.help {
    margin: 1px;
    padding: 5px 5px 4px;
    min-height: 15px !important;
    vertical-align: bottom;
}

.button.help:before {
    content: '\f128'; /* save icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 18px;
}

.button.save:before {
    content: '\f0c7'; /* save icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.apply:before {
    background-image: url(../img/buttons/apply.png) !important;
}

.button.continue:before {
    background-image: url(../img/buttons/continue.png) !important;
}

.button.delete:before {
    /* background-image: url(../img/buttons/delete.png) !important; */
    content: '\f2ed'; /* trash icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.stop:before {
    content: '\f05e'; /* no entry icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.cancel:before {
    content: '\f053'; /* chevron left icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.reset:before {
    content: '\f0e2'; /* undo icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.userlock:before {
    content: '\f502'; /* undo icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.userunlock:before {
    content: '\f3c2'; /* undo icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.reboot:before {
    /* background-image: url(../img/buttons/reboot.png) !important;*/
    content: '\f021'; /* refresh icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.broadcast:before {
    /* background-image: url(../img/buttons/reboot.png) !important;*/
    content: '\f4a6'; /* refresh icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.add:before,.button.create:before {
    content: '\f067'; /* add icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.remove:before {
    content: '\f068' !important; /* minus icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.edit:before {
    content: '\f303'; /* pencil icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.manage-service:before {
    content: '\f0ad'; /* earth icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.unlink:before {
    content: '\f127'; /* broken chain */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.clone:before {
    content: '\f24d'; /* copy icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.replace:before {
    content: '\f358'; /* arrow down */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.copy:before {
    content: '\f0c5'; /* copy icon */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.dn-matrix::before,
.button.range-select::before {
    content: '\f00a'; /* th icon */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.more:after {
    content: '\f054'; /* undo icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-left: 6px;
    font-size: 14px;
}


.button.less:before {
    content: '\f053'; /* undo icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.user:before {
    content: '\f007'; /* user icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.clear:before {
    content: '\f12d'; /* user icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.provisioning:before {
    content: '\f0e7'; /* user icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}



.button.pwd:before {
    content: '\f084'; /* key icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.blf:before {
    content: '\f00b'; /* th list icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.fwd:before {
    content: '\f362'; /* th list icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.fastdial:before {
    content: '\f2b9'; /* adress book icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.less.advanced:before {
    color: black;
}

.button.print:before {
    content: '\f02f'; /* print icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.login:before {
    content: '\f35a'; /* arrow circle right icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.list:before {
    content: '\f0cb'; /* arrow circle right icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.templates:before {
    content: '\f044'; /* arrow circle right icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.import:before {
    content: '\f019'; /* download icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.button.csv:before {
    content: '\f1c3'; /* file-excel */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
    text-align: center;
    width: 27px;
}

.button.apply-scripts:before {
    content: '\f120'; /* script */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
    text-align: center;
    width: 27px;
}

.button.download {
    min-height: 14px;
    padding-top: 6px;
    vertical-align: bottom;
}

.button.download.csv {
    padding-left: 27px;
}

.button.call:before {
    background-image: url("../img/buttons/dn.png") !important;
}

.button.dn:before {
    background-image: url("../img/buttons/dn.png") !important;
}

.button.userconf:before {
    background-image: url("../img/buttons/userconf.png") !important;
}

.button.users:before {
    background-image: url("../img/buttons/users.png") !important;
}

.button.device:before {
    background-image: url("../img/buttons/phone.png") !important;
}

.button.group:before {
    background-image: url("../img/buttons/group.png") !important;
}

.button.hunt:before {
    background-image: url("../img/buttons/hunt.png") !important;
}

.button.pickupgroup:before {
    background-image: url("../img/buttons/pickupgroup.png") !important;
}

.button.remote:before {
    content: '\f3cd'; /* mobile-alt */
    font-size: 13px;
    position: absolute;
    left: 11px;
}

.button.voicemail:not(.actions-advanced):before {
    background-image: url("../img/buttons/voicemail.png") !important;
}

/**** Fixes ****/
.button a, .button a:hover {
    color: inherit;
    text-decoration: none !important;
}

.button .ui-button-text {
    line-height: inherit;
    padding: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

div.button {
    float: left;
    margin: 2px;
    padding-right: 0;
    border: 1px solid #BDBDBD !important;
    background: #DADADA !important;
    color: #222 !important;
    font-size: 12px !important;
}

div.button:hover {
    border: 1px solid #aaa !important;
    background: #ddd !important;
    color: #222 !important;
}

.button .button {
    background: none !important;
    outline: none !important;
    color: #999 !important;
    padding: 0;
    margin: 0 5px;
}

.button .button:hover {
    color: #222 !important;
}

/** file upload **/
span.upload {
    display: inline-block;
    overflow: hidden;
    line-height: 20px !important;
    min-height: 20px;
    float: none;
    position: relative;
    vertical-align: middle;
}

span.upload input {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0 !important;
    overflow: hidden !important;
    line-height: 20px !important;
    min-height: 20px;
    cursor: pointer;
}

/** button icons **/
.buttonIcon {
    text-decoration: none;
    line-height: 17px;
    height: 26px;
    width: 26px;
    display: inline-block;
    position: relative;
    margin-right: 2px;
    padding: 5px 8px 4px 8px;
    background: #F3F3F3;
    border: solid 1px #bbb;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;

    color: #444 !important;
    -webkit-transition: border .20s;
    -moz-transition: border .20s;
    -o-transition: border .20s;
    transition: border .20s;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.buttonIcon span {
    margin-top: 7px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #333;
    color: #ddd;
    font-family: arial;
    font-size: 7px;
    z-index: 2;
    text-transform: uppercase;
    padding: 2px 6px;
    white-space: nowrap;
}

.buttonIcon:hover {
    color: #333;
    border: 1px solid #aaa !important;
    background: #F3F3F3;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.buttonIcon:hover span {
    display: block;
}

.buttonIcon:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    opacity: 0.7;
}

.buttonIcon:hover:before {
    opacity: 1;
}

.button.loading {
    opacity: 0.4;
    cursor: wait !important;
}

.button.loading:before {
    content: '\f110' !important;
    animation: a 1s infinite steps(8);
    background-image: none !important;
}

.button::after {
    content: '';
    display: block;
    position: absolute;
    background-color: transparent;
    height: 102%;
    width: 29px;
    right: 0;
    top: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    line-height: 24px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    z-index: 1;
    opacity: 0.6;
    background-size: 15px;
    font-weight: normal;
    text-shadow: none;
    color: white;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.button.more {
    padding: 4px 30px 4px 16px;
}

.button.more.loading::before {
    background-image: none !important;
}

.button.more.loading::after {
    background-image: url(../img/loader/loading.gif) !important;
}

/*** === buttonpane ****/

.ui-dialog .ui-dialog-buttonpane {
    padding: 8px;
    margin-top: 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane .button {
    margin: 0 5px 0 0;
    display: inline-block;
}

.ui-dialog .ui-dialog-buttonpane .button:last-child {
    margin-right: 0;
}

.ui-dialog .ui-dialog-buttonpane .button.save {
    margin-left: 10px;
}




.button.job::after {
    display: none;
}

.button.job {
    padding: 4px 16px 4px 16px;
}

.button.job::before {
    margin-right: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    color: #545454!important;
}

.button.job.run-now::before {
    content: '\f04b';
}

.button.reschedule::before {
    content: '\f271';
}

.button.job.unschedule::before {
    content: '\f05e';
}

.button.job.remove::before {
    content: '\f2ed';
}

.button.job.pause::before {
    content: '\f04c';
}

.button.undo::before {
    content: '\f1da';
}

.button.resume::before {
    content: '\f04b';
}

.button.abort::before {
    content: '\f04d';
}

.button.job.remove::before {
    content: '\f2ed' !important;
}


.button.monitoring::before {
    content: '\f06e' !important;
    font-weight: 400;
    font-size: 15px;
}

/* fast access button*/

.fast-access.button:before {
    font-size: 25px;
    line-height: 28px;
    padding: 9px;
    font-weight: 400;
}

.fast-access.button.add {
    width: 46px;
    height: 46px;
    position: relative;
    z-index: 1;
    border-radius: 100px;
    font-size: 0px!important;
    background: #e84a36!important;
    right: 47px;
    bottom: -25px;
}

.swal-footer {
    text-align: center;
}

/* remote control buttons */


.fake-faceplate button:hover {

 }

.fake-faceplate button:active {
    background: #f37a21!important;
}

.fake-faceplate button.pressed {
    background: #f37a21!important;
    transition: background 0.4s ease-out;
}

.fake-faceplate .navplate button:after {
    display: inline-block;
    font-family: "Font Awesome\ 5 Pro";
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    vertical-align: middle;
}



.fake-faceplate .navplate button.arrow-back:after {
    content: "\f2ea"; /* undo-alt */
    font-size: 20px;
}

.fake-faceplate .navplate button.arrow-up:after {
    content: "\f0d8"; /* caret-up */
    padding-bottom: 4px;
}

.fake-faceplate .navplate button.arrow-down:after {
    content: "\f0d7"; /* caret-down */
    padding-top: 4px;
}

.fake-faceplate .navplate button.arrow-left:after {
    content: "\f0d9"; /* caret-left */
    padding-right: 5px;
}

.fake-faceplate .navplate button.arrow-right:after {
    content: "\f0da"; /* caret-right */
    padding-left: 5px;
}

.fake-faceplate .navplate button.arrow-enter:after {
    content: "\f04d";
    font-size: 12px;
}

.fake-faceplate .fake-faceplate-button.double-cell button:before {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    font-family: "Font Awesome\ 5 Pro";
    font-size: 14px;
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    border-radius: 65px;
    padding: 0px 8px;
    margin: 0;
    line-height: 30px;
    min-width: 17px;
}

.fake-faceplate .fake-faceplate-button.double-cell button.Applications:before,
.fake-faceplate .fake-faceplate-button.double-cell button.AppMenu:before {
    content: "\f04b"; /* play */
}

.fake-faceplate .fake-faceplate-button.double-cell button.Contacts:before {
    content: "\f0c0"; /* users */
}

.fake-faceplate .fake-faceplate-button.double-cell button#DisplayOptions:before {
    content: "\f011"; /* power-off */
}

.fake-faceplate .fake-faceplate-button.double-cell button.Directories:before {
    content: "\f518"; /* book-open */
}

.fake-faceplate .fake-faceplate-button.double-cell button.HeadSet:before {
    content: "\f58f"; /* headphones-alt */
}

.fake-faceplate .fake-faceplate-button.double-cell button.Hold:before {
    content: "\f026"; /* volume-off */
}

.fake-faceplate .fake-faceplate-button.double-cell button.Info:before {
    content: "\f05a"; /* info-circle */
}

.fake-faceplate .fake-faceplate-button.double-cell button.KemPage:before {
    content: "\f424"; /* expand-alt */
}

.fake-faceplate .fake-faceplate-button.double-cell button.Messages:before {
    content: "\f0e0"; /* envelope */
}

.fake-faceplate .fake-faceplate-button.double-cell button.Mute:before {
    content: "\f131"; /* microphone-slash */
}

.fake-faceplate .fake-faceplate-button.double-cell button.Release:before {
    content: "\f124"; /* location-arrow */
}

.fake-faceplate .fake-faceplate-button.double-cell button.Services:before {
    content: "\f57d"; /* globe-americas */
}

.fake-faceplate .fake-faceplate-button.double-cell button.Settings:before {
    content: "\f013"; /* fa-cog */
}

.fake-faceplate .fake-faceplate-button.double-cell button.Speaker:before {
    content: "\f2a0"; /* phone-volume */
}

.fake-faceplate .fake-faceplate-button.double-cell button.volume-dwn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
}

.fake-faceplate .fake-faceplate-button.double-cell button.volume-dwn:before {
    content: "\f027"; /* volume-down */
    font-size: 21px;
}

.fake-faceplate .fake-faceplate-button.double-cell button.volume-up {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    padding-right: 33px;
    background: #2980b9d6;
}


.fake-faceplate .fake-faceplate-button.double-cell button.volume-up:before {
    content: "\f028"; /* volume-up */
    font-size: 19px;
    right: 0;
    left: auto;
}

.button.range.hidden {
    display: none;
}

.button.remove.range:before {
    content: '\f00d' !important; /* times icon font */
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 10px;
    margin-top: -4px;
    margin-left: 4px;
}

.button.remove.range{
    min-height:11px;
    min-width:11px;
    margin-bottom: -4px;
}

.button.wp-sitecomplete.search {
    color: #444 !important;
    background: #F3F3F3 !important;
    display: inline-table;
    margin: 0 0 0 3px;
    width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    height: 27px;
}

.button.wp-sitecomplete.search.selected:before {
    display: none;
}

.button.wp-sitecomplete.search.selected.inline {
    position: relative;
    top: 1px;
}

.button.wp-sitecomplete.search.selected {
    padding: 4px 6px 4px 6px !important;
}

.button.wp-sitecomplete.search:before {
    content: '\f002';
    font-family: 'Font Awesome\ 5 Pro';
    border-radius: 100%;
    color: #444 !important;
    background: none !important;
}

.button.consult.variable:before {
    content: '\f03a';
    font-family: 'Font Awesome\ 5 Pro';
    margin-right: 6px;
    font-size: 14px;
}

.greetingsExpired.filed > .button.scheduler-option,
.greetingsExpired.empty > .button.delete {
    display: none;
}

.greetingsExpired.empty > .button.scheduler-option,
.greetingsExpired.filed > .button.delete {
    display: inline-block;
}

.button.upload:before {
    content: '\f093';
    font-family: 'Font Awesome\ 5 Pro';
}

.button.small.record,
.button.small.recording {
    border-radius: 20px;
}

.button.small.record:before ,
.button.small.recording:before {
    font-family: 'Font Awesome\ 5 Pro';
    argin-right: 6px;
    font-size: 14px;
    content: '\f8d9';
}

.button.recording {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.param.audio.empty > .button.delete {
    display: none;
}

a.button{
    vertical-align: top;
    min-height: 16px;
    padding-top: 6px;
    padding-bottom: 2px;
}