/*
    base styles: body, reset, buttons, typography etc.
    1. main & typography
    2. buttons
    3. pop-ups
    4. forms
    5. tables
*/
/* 1. main & typography -------------------------------------------------------------------------------------- */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: #f5f5f5;
    color: #444;
    font: 12px/1.4 arial, helvetica, sans-serif;
}

#page-wrapper {
    min-height: 100%;
    position: relative;
}

p a {
    color: #0089D1;
}

.btn-panel-rollup:after, .btn-rollup:after {
    content: "";
    width: 12px;
    margin: 6px -5px 0 7px;
    height: 8px;
    float: right;
    background: url('/static/images/zwin_ikona01.png') top;
}

.btn-panel-rolldown:after, .btn-rolldown:after {
    content: "";
    width: 12px;
    height: 8px;
    margin: 6px -5px 0 7px;
    float: right;
    background: url('/static/images/rozwin_ikona01.png') top;
}

.btn-panel-rollup:hover:after, .btn-rollup:hover:after, .btn-panel-rolldown:hover:after, .btn-rolldown:hover:after {
    background-position: bottom;
}

.btn-panel-rollup, .btn-panel-rolldown, .btn-rollup, .btn-rolldown {
    margin-left: 15px;
}

.tips_accordion iframe {
    margin-left: -22px;
    margin-top: -10px;
    margin-bottom: -10px;
}

a img {
    border: none;
}

.who-logged-in span {
    vertical-align: bottom;
    margin-right: 5px;
    font-size: 12px;
}

.font-small {
    font-size: 11px;
}

.nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav a {
    text-decoration: none;
    display: inline-block;
}

.clear {
    clear: both;
}

.errorlist {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
    color: #DE0711;
    font-size: 11px;
    font-weight: bold;

}

.messages {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 420px;
    margin-left: -210px;
    margin-top: -66px;
    z-index: 100;
}

.msg:before {
    content: '\25C0';
    left: -9px;
    position: absolute;
    line-height: 20px;
}

.messages .close-message {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    background: url('/static/images/close-popup.png') center no-repeat;
    width: 24px;
    height: 24px;
}

.messages .close-message:hover {
    opacity: 0.7;
}

.msg.info:before {
    color: #2E8B57;
}

.msg.error:before {
    color: #b94630;
}

.msg p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.msg {
    margin-bottom: 10px;
    padding: 50px 20px;
    position: relative;
}

.msg.info {
    background: #2E8B57;
}

.msg.error {
    background: #b94630;
}

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.fl-none {
    float: none !important;
}

.relative {
    position: relative;
}

.block {
    display: block;
}

a {
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.italic {
    font-style: italic;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mr_15 {
    margin-right: 15px;
}

.non-decoration {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
}

.display-none {
    display: none;
}

.col-50 {
    width: 50%;
}

#cboxTitle {
    display: none !important;
}

#cover-page, .cover-page {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}

#cover-page.visibility, .cover-page.visibility {
    visibility: visible;
}

#inner-cover, .inner-cover {
    background: #fff;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    position: fixed;
    padding: 50px 40px;
    width: 560px;
    text-align: left;
    border: 1px solid #d9d9d9;

}

#inner-cover #dots, .inner-cover .dots {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

#inner-cover .tooltip-info, .inner-cover .tooltip-info {
    margin-bottom: 0;
}

#close-cover, .close-cover {
    position: absolute;
    right: 20px;
    top: 20px;
}

.exclamation-wrapper {
    padding: 30px;
}

#inner-footer .btn-red,
#inner-footer .btn-dark-grey {
    float: none;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 10px;
    vertical-align: middle;
}

.transition {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.loading-state {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.loading-state.display {
    display: flex;
}

.loading {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid #ddd;
    border-top-color: #ffe62e;
    animation: loading 1s linear infinite;
}

@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}

/* 2. buttons -------------------------------------------------------------------------------------- */
.btn, .add-row {
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    font-family: arial;
}

.btn-blue, .add-row {
    background: #008DD4;
    border: 1px solid #D4D4D4;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    float: right;
    line-height: 20px;
}

.btn-blue:hover, .add-row:hover {
    background-color: #007ABB;
}

.btn-plus:before, .add-row:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
    background: url('/static/images/icons/add_small.png') no-repeat center;
    margin-top: -4px;
}

.debt-not-active {
    color: #c72a01;
}

.debt-setteled {
    color: #03A860;
}

.ui-button {
    background: #c72a01 !important;
}

.btn-red {
    background: #000;
    color: #fff;
    padding: 5px 15px;
    line-height: 20px;
    border: none;
    float: right;
    cursor: pointer;
    border-radius: 5px;
}

.btn-dark-grey {
    background: #6d6d6d;
    color: #fff;
    padding: 5px 15px;
    line-height: 20px;
    border: none;
    float: right;
    cursor: pointer;
}

.btn-margin {
    margin-bottom: 15px;
}

.btn-red.no-float {
    float: none;
}

.btn-plus.btn-add-debt.margin {
    margin-right: 25px;
}

.promotion-btn span:after {
    left: 8px !important;
}

.ui-button.ui-state-hover {
    background-color: #FF0006 !important;
}

.btn-red:hover {
    background-color: #000;
    color: #fff;
}

.btn-dark-grey:hover {
    background-color: #929292;
    color: #fff;
}

.btn-grey {
    color: #000;
    line-height: 20px;
    padding: 5px 15px;
    border: 1px solid #d4d4d4;
    background: #e4e2e3;
}

.btn-grey.active,
.btn-grey:hover {
    background-color: #FFFDFE;
}

.btn-rsaquo:after {
    content: "";
    line-height: 20px;
    font-size: 20px;
    width: 9px;
    height: 13px;
    margin-right: -5px;
    margin-top: 4px;
    display: inline-block;
    margin-left: 7px;
    float: right;
    background: url('/static/images/btn-rsaquo.png');
}

.btn.disabled {
    color: #bbb;
    cursor: default;
}

.btn.prv-disabled {
    cursor: default;
    background-color: #df512b;
}

.next-step {
    cursor: pointer;
    font-family: arial;
}

.btn-red.big {
    font-size: 16px;
    margin: 10px 0 10px 0;
    padding: 13px 30px;
}

.btn-red.big.save {
    padding: 15px 25px 15px 40px;
}

.btn-pay.next-step.big {
    padding-left: 25px;
}

.tutorial-container {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.btn-trigger-tutorial {
    font-size: 22px;
}

.btn-mr-l15 {
    margin-left: 15px !important;
}

.next-step,
.btn-payment,
.btn-download {
    position: relative;
}

.btn-download span:after {
    display: inline-block;
    content: ' ';
    background: url('/static/images/icons/download_white.png') right center no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 17px;
    right: 18px;
}

.btn-payment span:after {
    display: inline-block;
    content: ' ';
    background: url('/static/images/icons/pay-btn.png') right center no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 18px;
    right: 20px;
}

.datagtm:after {
    display: block;
    content: ' ';
    background: url('/static/images/next_step_arrow.png') right center no-repeat;
    width: 18px;
    height: 11px;
    position: absolute;
    top: 20px;
    right: -30px;
}

.next-step span {
    position: relative;
}

.next-step.create-case span {
    position: relative;
}

.next-step.create-case span:after {
    top: 5px;
}

.btn-red.next-step.big span:after {
    top: 5px;
}

.btn-red.next-step.big.login-btn-onLoginPanel span:after {
    top: 12px !important;
}

.btn-red.next-step.big.btn-password-recover {
    padding: 15px 40px 15px 30px;
}

.btn-red.next-step.big.btn-password-recover span:after {
    top: 12px !important;
}

.prev-step {
    cursor: pointer;
    font-size: 12px;
    margin: 10px 0 25px 0;
    background: #000 url('/static/images/prev_step_arrow.png') 5px center no-repeat;
    color: #fff;
    float: left;
    padding: 15px 15px 15px 35px !important;
}

.message-content {
    border-radius: 3px;
    border: 1px solid #eee;
    background: #f5f5f5;
    margin-top: 15px;
    padding: 0 20px;
}

.save {
    cursor: pointer;
    font-size: 12px;
    margin: 10px 0 5px 0;
    padding-left: 35px;
    background: #007bff url('/static/images/icons/save.png') 12px center no-repeat;
}

.negotiation {
    cursor: pointer;
    margin: 10px 0 5px 0;
    padding-left: 35px;
    background: #007bff url('/static/images/icons/negotiation/negotiation.png') 25px center no-repeat;
}

.offer {
    cursor: pointer;
    margin: 10px 0 5px 0;
    padding-left: 35px;
    background: #007bff url('/static/images/icons/negotiation/offer.png') 25px center no-repeat;
}

.accept {
    cursor: pointer;
    margin: 10px 0 5px 0;
    padding-left: 35px;
    background: #007bff url('/static/images/icons/negotiation/accept.png') 25px center no-repeat;
}

.no-icon {
    background-image: none;
}

.accept-endcase {
    background: #ffed00;
    color: #000;
}

.accept-modal-btn {
    background: #ffed00;
    cursor: pointer;
    color: #000;
}

.confirm-modal-btn {
    cursor: pointer;
    margin: 10px 0 5px 0;
    padding-left: 35px;
    background: #ffed00;
    position: relative;
    color: #000;
}

.accept-icon:after {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 17px;
    right: 20px;
    background-image: url('/static/images/icons/negotiation/accept.png');
}

.send-icon:after {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 17px;
    right: 20px;
    background-image: url('/static/images/icons/send.png');
}

.big.accept {
    background-position: 20px center;
}

.preview {
    cursor: pointer;
    background: #007bff url('/static/images/icons/preview.png') 15px center no-repeat;
    padding-left: 18px;
}

.buy-doc {
    cursor: pointer;
    background: #007bff url('/static/images/icons/buy-doc.png') 15px center no-repeat;
    padding-left: 18px;
}

.break-deal {
    cursor: pointer;
    background: #007bff url('/static/images/icons/break-deal.png') 15px center no-repeat;
    padding-left: 18px;
}

.save-continue {
    text-transform: none;
    margin-right: 15px;
}

.submit {
    float: none;
    font-size: 12px;
    cursor: pointer;
    font-family: arial, sans-serif;
}

.submit-gray {
    font-size: 12px;
    text-transform: uppercase;
    font-family: arial, sans-serif;
    cursor: pointer;
    float: none;
}

.btn-import {
    text-transform: none;
    background: #007bff url('/static/images/icons/upload.png') 12px center no-repeat;
    padding: 4px 15px 4px 35px;
}

.btn-filter {
    float: none;
    position: relative;
}

.btn-proceed {
    text-transform: none;
    margin-bottom: 25px;
    font: 12px arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
}

.download-bg span:before {
    background: url('/static/images/icons/download_white.png');
}

.btn-conf span:before {
    background: url('/static/images/icons/case_preview.png') 97px 0;
    display: inline-block;
    content: ' ';
    position: relative;
    top: 2px;
    height: 17px;
    width: 17px;
    margin-right: 10px;
}

.btn-pay-delegate span:before {
    background: url('/static/images/icons/pay-btn-delegate.png') left center no-repeat;
    display: inline-block;
    content: ' ';
    position: relative;
    top: 2px;
    height: 17px;
    width: 17px;
    margin-right: 10px;
}

.btn-proceed-and-back {
    text-transform: none;
    margin-bottom: 25px;
    font: 12px arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    float: left;
}

.btn-required {
}

.btn-required.btn-red {
    background-color: #FF0006;
}

.btn-pay.next-step.big.register-card-btn {
    padding-right: 25px;
}

.btn-pay.next-step.big.change-payment-btn {
    padding-right: 25px;
}

.register-card-btn i::before {
    font-size: 19px;
    font-family: "Font Awesome 5 Free" !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline-block;
    position: relative;
    left: -10px;
    margin-left: 15px;
    content: "\f09d";
}

.margin-right {
    margin-right: 25px;
}

.add-row {
    float: none;
    margin-top: 15px;
}

.btn-proposed {
    width: 50px;
}

/* 3. pop-ups -------------------------------------------------------------------------------------- */
.popup-title {
    font-size: 20px;
    color: #333;
    margin: 0 0 25px 0;
}

.popup-regular-form label {
}

.popup-buttons .btn {
    float: none;
    -webkitransition: none;
    transition: none;
}

.popup-buttons {
    text-align: right;
    margin-top: 40px;
}

.popup-buttons .accept,
.popup-buttons #js_accept_button {
    background-position: 12px center;
    margin-left: 10px;
}

#js_popup_form .exclamation.warning {
    background-position: 0 20px;
    padding-left: 85px;
}

.exclamation.warning-popup-title {
    background-position: 0 0;
    color: #a80109;
    margin: 15px 0 0;
    padding-left: 90px;
    padding-top: 14px;
}

#cboxWrapper .tooltip-info {
    margin: 0;
}

#cboxWrapper .tooltip-info + form,
#js_popup_form {
    margin-top: 20px;
}

/* 4. forms --------------------------------------------------------------------------------- */
textarea,
.typical-form input[type="text"],
.typical-form input[type="number"],
.form_ul input[type="text"],
.form_ul input[type="email"],
.form_ul input[type="password"],
.form_ul input[type="number"],
.input-text,
.typical-form input[type="password"] {
    border: 1px solid #000;
    font-family: arial, sans-serif;
    margin-right: 5px;
    line-height: 25px;
    padding: 0 5px;
    transition: border 0.2s linear;
    font-family: 'Noto Sans', sans-serif;
    line-height: 25px;
    padding: 0 5px;
    transition: border 0.2s linear 0s;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    width: 200px;
}

#edit-profile-form .form_ul input[type="email"]#id_email {
    width: 280px;
}

.has-errors input[type="text"],
.has-errors input[type="password"] {
    border-color: #de0711;
}

textarea:focus, textarea:hover,
.typical-form input[type="text"]:hover,
.typical-form input[type="text"]:focus,
.form_ul input[type="text"]:hover,
.form_ul input[type="text"]:focus,
.input-text:hover, .input-text:focus,
.typical-form input[type="password"]:hover,
.typical-form input[type="password"]:focus {
    border-color: #FEED01;
}

.typical-form .form_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.typical-form label, .form_ul label {
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 4px;
    font-size: 14px;
}

textarea {
    height: 200px;
    width: 400px;
    font-size: 14px;
}

.change-form {
    width: 530px;
}

.change-form .btn {
    margin-right: 5px
}

.change-form label {
    display: inline-block;
    width: 325px;
    padding-right: 20px;
}

.change-form li {
    padding-bottom: 5px;
    position: relative;
}

.custom-form {
    width: 700px;
    margin: 0 auto;
}

.custom-form label {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    padding-bottom: 0;
    color: #424242;
}

.custom-form.reminder-form label {
    display: inline;
}

.reminder-form input[type="checkbox"] {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.custom-form .form_ul input[type="text"] {
    width: 280px;
}

.custom-form li {
    margin-bottom: 20px;
}

.custom-form .errorlist {
    margin-top: 5px;
}

.custom-form .errorlist li {
    margin-bottom: 0;
}

.horizontal-search-form label {
    font-weight: bold;
    display: block;
    margin-bottom: 0;
}

.horizontal-search-form {
    padding-bottom: 15px;
}

.horizontal-search-form .btn-red {
    padding-top: 6px;
}

.horizontal-search-form .btn-plus {
    margin-top: 17px;
}

.horizontal-search-form .js_row_query {
    margin-right: 20px;
}

.horizontal-search-form .js_row_csv label {
    margin-right: 10px;
}

.horizontal-search-form ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.horizontal-search-form li {
    display: inline-block;
}

.form_ul, .form_ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.form_ul, .form_ul ul.errorlist {
    margin: 8px 0 0 0;
}

.horizontal-form .form_ul {
    display: inline;
}

.inline-form label {
    display: inline !important;
}

.horizontal-form .form_ul li {
    display: inline-block;
    padding-right: 20px;
}

.horizontal-form .form_ul label {
    display: block;
    color: #1d1d1b;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
}

.collapse-filters-container .horizontal-form .form_ul label {
    margin-top: 10px;
}

.with-block-labels label {
    display: block !important;
    padding-top: 14px;
}

input.hasDatepicker {
    width: 140px !important;
}

.ui-datepicker-trigger {
    margin: 0 0 -3px 0;
    cursor: pointer;
}

.dynamic-form {
    margin: 0;
    padding: 0;
    list-style: none;
}

#js_invoice_popup_form .dynamic-form {
    width: 600px;
    padding: 2px 0
}

#js_invoice_popup_form .dynamic-form:after {
    content: "";
    clear: both;
}

.dynamic-form .delete-row {
    display: inline-block;
    margin: 0 0 -3px 20px;
    padding-bottom: 25px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    float: left;
    position: relative;
}

.dynamic-form .delete-row:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 7px;
    display: block;
    height: 16px;
    width: 16px;
    background: url('/static/images/del-row.png');
}

.dynamic-form .delete-row:hover {
    color: #008DD4;
    transition: all 0.2s linear;
}

.helptext {
}

.tooltip-icon {
    background: url('/static/images/icons/tooltip-icon.png') no-repeat 0 -12px;
    width: 11px;
    height: 11px;
    display: inline-block;
    cursor: pointer;
}

.tooltip-icon:hover {
    background-position: 0 -12px;
}

.red-button {
    background: #E40613;
    color: #fff;
    border: none;
    text-decoration: none;
    padding: 10px 45px;
    display: inline-block;
    font: 17px arial, sans-serif;
    font-weight: bold;
}

.cms-link {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    width: 190px;
    position: relative;
    display: block;
    margin: 0 15px;
    float: left;
    height: 90px;
}

.cms-link:before {
    float: left;
    content: "";
    width: 60px;
    background-repeat: no-repeat;
    background-position: top left;
    margin-right: 10px;
}

.cms-link:hover:before {
    background-position: bottom left;
}

.cl-1:before {
    background-image: url('/static/images/cms/samodzielna_windykacja.png');
    height: 52px;
}

.cl-2:before {
    background-image: url('/static/images/cms/zlecenie_windykacji.png');
    height: 51px;
}

.cl-3:before {
    background-image: url('/static/images/cms/gielda.png');
    height: 46px;
}

.cl-4:before {
    background-image: url('/static/images/cms/negocjacje.png');
    height: 42px;
}

.cms-link:after {
    content: "›";
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 5px;
}

.cl-1:after {
    right: 10px;
}

.cl-2:after {
    right: 25px;
}

.cl-3:after {
    right: 50px;
}

.cl-2 {
    margin: 0 0px 0 20px !important
}

.cl-3 {
    margin: 0 -10px 0 30px !important
}

/* 5. tables */
.content table.dataTable {
    margin-bottom: 25px;
}

.content table.dataTable.smaller-margin-bt {
    margin-bottom: 20px;
}

.content table.dataTable.no-margin-bottom {
    margin-bottom: 0;
}

.content table.dataTable tr:hover td,
.content table.dataTable tr:hover td.sorting_1 {
    background: #FFF8A8;
}

.content table.dataTable tr.odd.row-failure:hover td,
.content table.dataTable tr.odd.row-failure:hover td.sorting_1 {
    background: #f8d7da;
}

.content table.dataTable tr.even.row-failure:hover td,
.content table.dataTable tr.even.row-failure:hover td.sorting_1 {
    background: #f8d7da;
}

.content table.dataTable tr.odd.row-success:hover td,
.content table.dataTable tr.odd.row-success:hover td.sorting_1 {
    background: #d4edda;
}

.content table.dataTable tr.even.row-success:hover td,
.content table.dataTable tr.even.row-success:hover td.sorting_1 {
    background: #d4edda;
}

.content table.dataTable .past_event > td {
    background-color: #fff;
}

.content table.dataTable thead th {
    padding: 17px 7px;
    cursor: default;
}

.content table.dataTable thead th.sorting,
.content table.dataTable thead th.sorting_asc,
.content table.dataTable thead th.sorting_desc {
    cursor: pointer;
}

.content table.dataTable tbody td,
.content table.dataTable tfoot td{
    padding: 10px 7px;
}

/* Ustalane szerokości kolumn */
.content table.dataTable thead th.two-buttons-options {
    min-width: 55px;
}

.content table.dataTable thead th.w700 {
    min-width: 700px;
}

.dataTable th.w80 {
    min-width: 80px;
    max-width: 80px;
}

.dataTable th.w85 {
    min-width: 85px;
    max-width: 85px;
    width: 85px;
}

.dataTable th.w65 {
    min-width: 65px;
    max-width: 65px;
}

.dataTable th.w50 {
    min-width: 50px;
    width: 50px;
    max-width: 50px;
}

.dataTable th.w400 {
    width: 400px;
}

.dataTable th.w500 {
    width: 500px;
    max-width: 500px;
    min-width: 500px;
}

.dataTable th.w350 {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}

.dataTable th.w300 {
    width: 300px;
}

.dataTable th.w200 {
    width: 200px;
}

.dataTable th.w150 {
    min-width: 150px;
    width: 150px;
}

.dataTable th.w135 {
    min-width: 135px;
    max-width: 135px;
    width: 135px;
}

.dataTable th.options {
    width: 200px !important;
}

.dataTable th.w50 {
    min-width: 50px;
    max-width: 50px;
}

.dataTable th.w60 {
    min-width: 60px;
    max-width: 60px;
}

.dataTable th.w90 {
    min-width: 90px;
    max-width: 90px;
}

.dataTable th.w100 {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
}

.dataTable th.w105 {
    min-width: 105px;
    max-width: 105px;
    width: 105px;
}

.dataTable th.w120 {
    min-width: 120px;
    max-width: 120px;
}

.dataTable th.max-five-buttons {
    max-width: 145px;
    min-width: 125px;
}

td a {
    color: #000;
}

#js_table1.const-col .const-width {
    width: 280px !important;
}

#js_table2.const-col .const-width {
    width: 430px !important;
}

#js_table.const-col .const-width {
    width: 158px !important;
}

#js_table_wrapper .dataTables_length {
    float: right;
}

.dataTables_paginate {
    margin-top: -35px;
}

.dataTables_paginate a {
    background: none;
    color: #000;
    padding: 0;
}


.dataTables_paginate .paginate_disabled_previous,
.dataTables_paginate .paginate_disabled_next {
    display: none;
}

.dataTables_paginate .paginate_enabled_previous:before {
    content: '<< '
}

.dataTables_paginate .paginate_enabled_next:after {
    content: ' >>'
}

.system-tips {
    table-layout: fixed;
}

.system-tips th.date {
    width: 120px;
}

.system-tips th.proposed-action {
    width: 50%;
}

@media all and (min-width: 1920px) {
    .system-tips th.proposed-action {
        width: 45%;
    }

    .system-tips th.case {
        width: 10% !important;
    }
}

.system-tips th.proposed-law-action {
    width: 17%;
}

.system-tips th.debtor {
    width: 14%;
}

.system-tips th.case {
    width: 15%;
}

.system-tips__event {
    vertical-align: top;
}

.system-tips__description {
    display: inline-block;
    width: 95%;
}

#js_event_popup_form textarea {
    height: 150px;
    border-radius: 5px;
    background-color: #fff;
    border-color: #000;
}

#mobile-info {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #333;
    background: rgba(199, 199, 199, 0.9);
    color: #006f3f;
    font: 13px arial, sans-serif;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    z-index: 999998;
}

#mobile-info p {
    margin: 0 auto 5px auto;
    margin-bottom: 5px;
    width: 320px;
}

.close_info {
    transition: all 0.2s linear;
    border-radius: 5px;
    color: #666;
    text-decoration: none;
    background: #ddd;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 10px;
}

a#sugester_widget {
    top: 15% !important;
}

.fb-slide {
    position: fixed;
    top: calc(15% + 110px);
    right: -307px;
    -webkit-transition: right 400ms linear;
    -moz-transition: right 400ms linear;
    -ms-transition: right 400ms linear;
    -o-transition: right 400ms linear;
    transition: right 400ms linear;
    z-index: 50;
    width: 307px;
}

.fb-slide .fb-box {
    margin-left: -26px;
    background: #fff;
}

.fb-cover {
    background: url('/static/images/fb-bg.png') 0 0 no-repeat;
    width: 307px;
}

.fb-cover .first-line,
.fb-cover .second-line {
    font-family: Ubuntu;
    display: block;
    text-align: center;
}

.fb-cover .first-line {
    color: #000;
    font-size: 14px;
    padding: 85px 0 55px 20px;
}

.fb-cover .second-line {
    color: #39598a;
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 10px;
}

.fb-slide a {
    background: url('/static/images/loga/fb-slide.png') 0 0 no-repeat;
    width: 26px;
    height: 94px;
    display: block;
    opacity: 0.7;
    position: relative;
    left: -26px;
}

.fb-slide:hover {
    right: 0;
}

.fb-slide:hover a {
    opacity: 1;
}

.download-settlement {
    position: relative;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 25px;
    padding-right: 25px;
}

.download-settlement span {
    margin-left: 10px;
}

.download-settlement span::before {
    content: "";
    display: block;
    background: url('/static/images/icons/download_white.png');
    width: 17px;
    height: 17px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.case-prev {
    position: relative;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 25px;
    padding-right: 25px;
}

.case-prev span {
    margin-left: 10px;
}

.case-prev span::before {
    content: "";
    display: inline-block;
    background: url('/static/images/icons/preview.png');
    width: 15px;
    height: 15px;
    position: absolute;
    top: 11px;
    left: 12px;
}

.table-wrapper-container {
    width: 100%;
    position: relative;
}

.table-wrapper-overflow {
    width: auto;
    margin-left: 420px;
    overflow-x: scroll;
}

.fixed-first-col tr td:first-child, .fixed-first-col tr th:first-child {
    position: absolute;
    width: 390px;
    left: 0;
}

.fixed-first-col thead th {
    min-width: 45px;
}

.form-search-btn-box {
    float: right;
    margin-top: 10px;
}

.contract-entrusting-data a {
    color: #424242;
}

.btn-box {
    margin: 15px 0;
}

.btn-box .btn-blue {
    float: none;
}

.has-delegated-debts:after {
    background: url('/static/images/icons/pay-btn-delegate-black.png') left center no-repeat;
    display: block;
    content: ' ';
    position: relative;
    top: 5px;
    height: 17px;
    width: 17px;
}

@media screen and (min-width: 1100px) {
    #mobile-info {
        display: none;
    }
}

@media all and (max-width: 1380px) {
    .buttons-col .btn {
        margin-bottom: 5px !important;
    }
}

.login-btn-onLoginPanel {
    padding-right: 45px !important;
}

.login-btn-onLoginPanel span {
    position: relative;
}

label .big-nip {
    font-size: 16px;
}

table.centered-first-col tr td:first-child {
    text-align: center;
}

form li {
    list-style-type: none;
}

.import-data-form .file-container {
    margin: 10px 0 0 0;
}

.import-btn-box {
    display: flex;
    justify-content: flex-end;
}

.expl-file-import {
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    transition: all 300ms linear !important;
    color: #000;
}

.expl-file-import:hover {
    color: #000;
    text-decoration: none;
}

.confirm-card-payment-btn,
.confirm-online-payment-btn,
.register-card-btn,
.change-payment-btn{
    font-weight: 700;
}

.register-card-info-cash {
    font-size: 16px;
}

.btn-del {
    font-size: 11px;
    color: #fff;
    background-color: #bb303d;
    border-color: #bb303d;
    margin: 10px 0 5px 0;
    float: none;
}

.btn-del:hover {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-big {
    background-color: #007bff;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    margin: 10px 0 10px 0;
    padding: 15px 30px 15px 30px;
}

.btn-big:hover {
    background-color: #0069d9;
    color: #fff;
}

.pagination-list {
    margin-top: 25px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.pagination-step .previous-step,
.pagination-step .next-step {
    font-size: 13px;
    padding: 8px 12px 8px 12px;
    border-radius: 5px;
    background-color: #444444;
    color: #FFF;
}

.pagination-step .previous-step:hover,
.pagination-step .next-step:hover {
    background-color: #595959
}

.pagination-step .current {
    margin: 0 20px;
}

.all-select {
    vertical-align: bottom;
}

.show-white-space p {
    white-space: pre-wrap;
}

/*  Select 2 styles */

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border-radius: 5px;
    border: 1px solid #5e5e5e;
    min-height: 37px;
    padding-left: 13px;
    background: transparent url('/static/images/select-arrow.png') 95% center no-repeat;
}

.select2-container--default .selection {
    width: 100%;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
    border: solid #FEED01 1px;
}

.select2-container .select2-selection--multiple:hover,
.select2-container .select2-selection--single:hover {
    border: solid #FEED01 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 25px 0 5px;
    font-size: 14px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    overflow: clip;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.select2-selection__arrow {
    display: none;
}

.select2-results__option:empty {
    padding: 13px;
}

.select2-close-mask {
    z-index: 10000;
}

.select2-dropdown {
    z-index: 100011;
}

.select2-search {
    z-index: 10002;
}