.select2-container .select2-selection__rendered > *:first-child.select2-search--inline {
    width: 100% !important;
}
.select2-container .select2-selection__rendered > *:first-child.select2-search--inline .select2-search__field {
    width: 100% !important;
}

.count-number {
    background: #1695f5;
    color: white;
    border-radius: 8px;
    text-align: right;
    float: right;
    margin-right: 10px;
    padding: 0px 2px 0 2px;
    font-size: 13px;
}

.modal-full-screen.dialog-iframe-modal {
    display: block !important;
    position: absolute;
    max-width: inherit;
}

.table-primary>tbody>tr>td, .table-primary>tbody>tr>th, body  {
    color: #111010;
}

#wdr-toolbar-wrapper #wdr-toolbar, #wdr-toolbar-wrapper #wdr-toolbar a, #wdr-toolbar-wrapper #wdr-toolbar div, #wdr-toolbar-wrapper #wdr-toolbar input, #wdr-toolbar-wrapper #wdr-toolbar li, #wdr-toolbar-wrapper #wdr-toolbar p, #wdr-toolbar-wrapper #wdr-toolbar select, #wdr-toolbar-wrapper #wdr-toolbar span, #wdr-toolbar-wrapper #wdr-toolbar table, #wdr-toolbar-wrapper #wdr-toolbar table td, #wdr-toolbar-wrapper #wdr-toolbar table th, #wdr-toolbar-wrapper #wdr-toolbar table tr, #wdr-toolbar-wrapper #wdr-toolbar textarea, #wdr-toolbar-wrapper #wdr-toolbar ul {
    color: #111010;
}

.tx-gray-light {
    color: #111010 !important;
}

label {
    color: #101010;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.wd-header-container {
    width: 100%;
    color: #fff !important;
    background: url(../images/bg-header.jpg) no-repeat top center !important;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
}