.btnxs-transparent-icon-inputfields,
.btnxs-transparent-icon,
.btnxs-transparent-icondanger,
.btnxs-transparent,
.btnmd,
.btnmd-danger,
.btncommonproperties {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff !important;
    margin-left: 5px !important;
}

.btnmd,
.btnmd-danger {
    font-family: Roboto-Regular !important;
    font-size: 15px !important;
}

.btnxs:hover,
.btnmd:hover {
    background: #2188CE !important;
}

.btnxs:focus,
.btnmd:focus,
btn:focus {
    /* background: #0067AC !important; */
    outline: 0px auto -webkit-focus-ring-color;
    outline: 0px auto -webkit-focus-ring-color;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.btnxsrowshowhide,
.btnxs,
.btnxs-danger {
    padding: 0px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-left: 3px !important;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
}

.btnxsrowshowhide,
.btnxsrowshowhide i {
    background: transparent;
    color: transparent;
}

.btnxs,
.btnmd {
    background: #319BE2 !important;
}

.btnmd-danger,
.btnxs-danger {
    background: #dc3545 !important;
}

.btnmd-danger:hover,
.btnxs-danger:hover {
    background: #c82333 !important;
}

.btnxs-transparent-icon-inputfields,
.btnxs-transparent-icon-inputfields:focus,
.btnxs-transparent-icondanger,
.btnxs-transparent-icondanger:focus,
.btnxs-transparent-icon:focus,
.btnxs-transparent-icon {
    background-color: transparent;
    padding: 3px 6px !important;
    line-height: 1.5;
    color: #cccccc;
    outline: none;
}


/*  used in UMs TMS & Chats  */

.btnxs-transparent-icon-inputfields {
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
}

.btnxs-transparent-icon-inputfields + .btnxs-transparent-icon-inputfields {
    right: 25px;
}

.btnxs-transparent-icon-inputfields,
.btnxs-transparent-icondanger,
.btnxs-transparent-icon {
    margin-left: 0px !important;
}

.btnxs-transparent-icondanger i {
    font-size: 13px;
    color: #cccccc;
}

.btnxs-transparent-icon-inputfields,
.btnxs-transparent-icon i {
    color: #cccccc;
    font-size: 12px;
}

.btnxs-transparent-icon-inputfields:hover,
.btnxs-transparent-icon-inputfields i,
.btnxs-transparent-icon:hover .btnxs-transparent-icon i {
    color: #7E7E7E;
}

.btnxs-transparent-icon-inputfields i + i {
    margin-left: 8px;
}

.btnxs-transparent-icondanger:hover .btnxs-transparent-icondanger i {
    color: #B90000;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
    line-height: 25px !important;
}

button[disabled] i,
button[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btnsummaryoldwizard {
    float: right;
    margin-right: 10px;
    margin-top: 4px;
    cursor: pointer;
    display: block;
    z-index: 2 !important;
    position: relative;
}

.btnsummarynewwizard {
    float: right;
    margin-right: 10px;
    margin-top: 4px;
    cursor: pointer;
    display: block;
    z-index: 2 !important;
    position: relative;
}