.help-block.help-block-error{
    color: #d9534f;
}
.table_footer .summary {
    float: left;
}
.table_footer .pagination {
    float: right;
    margin: 0;
}
.table_footer {
    display: block;
    overflow: hidden;
}
.pagination li a, .pagination li span {
    padding: 5px 10px;
    background: #eee;
    display: block;
    margin: 0 2px;
    color: #333;
    font-size: 12px;
    font-weight: 500;
}
.pagination li.active a {
    color: #fff;
    background: #512da8 !important;
}
.pagination .disabled {
    opacity: 0.5;
}
.grid-view .filters td {
    padding: 0;
}
.gridfilter {
    padding: 8px 15px;
    font-size: 13px;
    border: none;
    color: #333;
}
.grid-view table thead th a {
    color: #333;
}
.grid-view table thead th a:hover{
    color: #512da8;
}
.grid-view .filters td {
    padding: 0;
    width: auto;
}
.grid-view .filters td {
    padding: 0;
    width: auto;
}
div.required label:after {
    content: " *";
    color: red;
}
.dt-page__header {
    position: relative;
}
.header-buttons {
    position: absolute;
    top: -10px;
    right: 0px;
}
.help-block.help-block-info {
    color: #512DA8 !important;
    font-size: 12px;
    padding: 10px 0;
    margin: 0;
}

.dt-list-col-4 .dt-list__item {
    width: auto;
}
.auth-page{
    background: url('../images/login-bg.jpg');
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.tos-content {
    max-height: 350px;
    overflow-y: auto;
    margin-bottom: 25px;
    padding-right: 15px;
}
.dt-brand__logo {
    width: 100%;
}
.dt-brand__logo-link {
    width: 100%;
}
#main-sidebar .dt-brand__logo-img {
    width: 150px;
    padding: 15px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.dash-flags .flag-icon{
    height: 60px;
    width: 60px;
    margin: 0 auto;
    display: block;
}
.dash-flags {
    display: inline-block;
    padding: 5px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    margin-bottom: 3.2rem;
    background-color: #fff;
    border-radius: .4rem;
    width: 10%;
    margin: 1%;
}
.dash-flags.greyscale .flag-icon {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.dash-flags .name p {
    margin: 0;
    text-align: center;
    color: #333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    padding: 0 10px;
}
.user-balance-info {
    width: 100%;
    color: #fff !important;
    text-align: center;
    display: block;
    border: 2px solid rgba(255,255,255,0.1);
    padding: 11px;
    border-radius: 7px;
}
.text-color{
    color: #ef5335 !important;
    font-weight: 600;
}
.select2-container .select2-selection--single {
    height: 36.4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}
.all_floater span:not(.not-me){
    float: left;
}
.bootstrapiso {
    width: 100%;
}
.accordion > .card .card-header {
    padding: 5px;
    background: #fff;
}
.accordion .card-body {
    padding: 0 22px 22px;
}
.unset_max_width{
    max-width: unset !important;
}
.no-resize{
    resize: none;
}
#ticketmessages-message {
    padding: 0;
}
#ticketmessages-message {
    background: transparent;
}
#ticket_message_box {
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 15px;
}
.dt-module.dt-module--chat {
    margin: 0 !important;
}
.dt-chat-time{
    padding-top: 10px;
    font-size: 11px;
    opacity: 0.6;
}
