.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-item td, .aspNetDisabled {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 0.95;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.giua {
    text-align: center
}

.table {
    border-top: 1px solid #e5e5e5
}

.table-bordered, td, th {
    border-radius: 0 !important
}

    .table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #ddd
    }

.table > thead > tr > th {
    border-color: #ddd;
    font-weight: 700
}

.table thead:first-child tr {
    background: repeat-x #f2f2f2;
    background-image: -webkit-linear-gradient(top,#f8f8f8 0,#ececec 100%);
    background-image: -o-linear-gradient(top,#f8f8f8 0,#ececec 100%);
    background-image: linear-gradient(to bottom,#f8f8f8 0,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
    font-weight:500;
    color:#333;
}

.trheader {
    background: url(tr_back.gif) repeat-x 0 0 #328aa4;
    padding: .5em;
    color: #00f;
    font-size: 1em;
    text-align: center
}

.TitleLable {
    display: inline-block;
    padding-left: 6px;
    text-align: right;
    min-width: 88px
}

.Left100, .Left300 {
    text-align: left;
    min-width: 113px
}

.Left300 {
    min-width: 300px
}

.dnnFormItem input[type=email], .dnnFormItem input[type=password], .dnnFormItem input[type=tel], .dnnFormItem input[type=text], .dnnFormItem select, .dnnFormItem textarea {
    width: 45%;
    max-width: 100%
}

#dnn_news_export .txt_date {
    padding: 6px;
    width: 99px;
    text-align: center
}

#dnn_news_export .dnnFormItem > .RadPicker_Default {
    width: 111px !important;
    display: inline-block;
    margin-bottom: 0 !important
}

#dnn_news_export caption, caption {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

#dnn_news_import .dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone {
    display: none
}

#dnn_news_import .dnnFileUploadScope {
    width: auto !important
}

    #dnn_news_import .dnnFileUploadScope .dnnFormItem .RadComboBox_Default, #dnn_news_import .dnnFileUploadScope .dnnFormItem .dnnDropDownList {
        width: 350px;
        margin: 0;
        float: none
    }

#dnn_news_import .dnnForm {
    padding: 12px
}

.txt_date {
    width: 83px !important
}
.ad_float_right {
    text-align: right;
    font-weight: 700;
    padding: 6px;
    border-bottom: solid 2px #333;
    margin-bottom: 16px;
}

.dt-audio .prel .aud-bg {
    height: 100%;
    flex: 1;
    position: relative;
    cursor: pointer;
}
.dt-audio {
     background: #f4f4f4;
    font-family: SF Pro Display;
    flex: 1;
    width: 160px;
    border: solid 1px #333;
    border-radius: 33px;
    height: 40px;
    padding-left: 20px;
}

/*.dt-audio {
    background: #1a7900;
    background: linear-gradient(
135deg,#1a7900,#3d4d91);
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    flex-direction: column;
}*/
.dt-audio .aud-btn {
    color: #fff;
    height: 100%;
}
.dt-audio .play {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTggNXYxNGwxMS03eiIgZmlsbD0iIzAwNzkxNiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
 .dt-audio .pause {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTYgMTloNFY1SDZ2MTR6bTgtMTR2MTRoNFY1aC00eiIgZmlsbD0iIzAwNzkxNiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
 .dt-audio .icon40 {
    height: 100%;
    width: 40px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 40px;
    border:none;
}
 .dt-audio .dta-main {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
}
.aud-bg {
    height: 100%;
    flex: 1;
    position: relative;
    cursor: pointer;
}

.aud-bg::before {
    background: rgba(0,121,22,.3);
}
.aud-bg .seek {
    background-color: #007916;
}