#preloader-background{
    display:none;
    top:0;
    left:0;
    z-index:9999;
    width:100%;
    height:100%;
    position:fixed;
    background:rgba(255,255,255,0.7);
}

#preloader-image-block{
    display:none;
    top:0;
    left:0;
    z-index:9999;
    width:100%;
    height:100%;
    position:fixed;
}

#preloader-image{
    position:fixed;
    left:50%;
    top:50%;
    width:16px;
    height:16px;
}

.danger-login {
    color: red;
    padding-bottom: 20px;
    display: block;
}

.position-info-block {
    color: green;
    font-size: 24px;
    padding: 5px;
}

.edit-info-block {
    color: green;
    font-size: 36px;
}

.url-info-video {
    display: none;
}

.trash-block-info {
    color: red;
    font-size: 36px;
}

a.editable-source {
    text-decoration: none;
    border-bottom: dashed 1px #08c;
}

.edit-item-wp-source {
    color: green;
    font-size: 18px;
}

.trash-item-wp-source {
    color: red;
    font-size: 18px;
}

.edit-wp-ceil, .trash-wp-ceil {
    text-align: center;
}

#updated-item-wp {
    display: none;
}

#not-updated-item-wp {
    display: none;
}

#wp-source-header {
    padding-bottom: 10px;
    display: flex;
	justify-content: space-between;
}

#select-billing-date {
    padding-bottom: 20px;
}

#date-search {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.check-credit-options {
    padding: 0 10px;
}

.check-credit-options-section {
    padding: 10px 10px 0 10px;
}

.check-credit-select-option {
    font-size: 14px !important;
}

.header-section {
    font-weight: bold !important;
}

.check-option-data {
    background: #F6F6F6;
}

.table tr {
    word-wrap: break-word;
}

.type-api-input {
    cursor: pointer;
}

.balance-client {
    display: none;
}

.reject-credit-item {
    color: red;
}

.td-employee-action {
    text-align: center;
}

.reminder-overdue {
    background: red;
}

.reminder-bell {
    color: #a90329;
}

.reminder-future {
    display: none;
}

.header-reminder-table {
    font-size: 18px;
    font-weight: 500;
}

#btn-check-reminder {
    padding: 5px;
}

.pb-10{
    padding-bottom: 10px;
}

.select-custom {
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    border: 1px solid #ccc;
}

#version-csv {
    margin-top: 5px;
}

#widget-version-csv {
    border: none;
    padding: 0px;
}


.wrapper-middle {
    display: flex;
    min-height: calc(100vh - 100px);
}

#main {
    flex: 1 0 calc(100% - 220px);
    margin-left: 0;
}

.minified #main {
    margin-left: 0;
}

#left-panel {
    position: relative;
    padding-top: 0;
    padding-bottom: 52px;
}

.minified .pagination > li > a,
.minified .pagination > li > span {
    padding: 6px 12px;
}

.form-check {
    display: flex;
	align-items: flex-end;
}

.form-check input[type=checkbox] {
    margin: 0 5px 2px 0;
}

.smart-form footer .form-check .btn {
    margin: 10px 0 0 25px;
}
