.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    margin-bottom: 0.333em;
    padding: 0.5em 1em;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    font-size: .88em;
    line-height: 1.6em;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    background-color: #e9e9e9;
    background-image: -webkit-linear-gradient(top,#fff 0,#e9e9e9 100%);
    background-image: -moz-linear-gradient(top,#fff 0,#e9e9e9 100%);
    background-image: -ms-linear-gradient(top,#fff 0,#e9e9e9 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e9e9e9 100%);
    background-image: linear-gradient(to bottom,#fff 0,#e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='white', EndColorStr='#e9e9e9');
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: 0;
}

.btn_green, .btn_blue, .btn_red, .btn_yellow, .btn_excel, .btn_purple, .btn_pdf, .btn_doc, .btn_zip{
    box-shadow: 0 0 0 0 rgb(34 36 38 / 15%) inset;
    color: #fff !important;
    text-shadow: none !important;
    background-image: none !important;
    font-weight: bold !important;

}
.btn_green{
    background-color: #21ba45 !important;
}
.btn_blue{
    background-color: #2185d0 !important;
}
.btn_blue :disable{
    background-color: #ff85d0 !important;
}
.btn_red{
    background-color: #d33 !important;
}
.btn_yellow{
    background-color: #FFB049 !important;
}

.btn_excel{
    background-color: #1F6E42 !important;
    background-image: url(../../includes/icons/excel.PNG) !important;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 10px center;
    padding-right: 30px;
}
.btn_purple{
    background-color: #7C007C !important;
}
.btn_pdf{
    background-color: #AD0B00 !important;
    background-image: url(../../includes/icons/icone_pdf_new.png) !important;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: right 5px center;
    padding-right: 30px;
}
.btn_doc{
    background-color: #185abd !important;
    background-image: url(../../includes/icons/icone_word_new.png) !important;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: right 5px center;
    padding-right: 30px;
}
.btn_zip{
    background-color: #fedf2c !important;
    background-image: url(../../includes/icons/zip-icon.png) !important;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: right 5px center;
    padding-right: 30px;
    color: #333333 !important;
}

.btn_disabled{
    opacity: 0.4;
    cursor: default !important;
}