.table a {
    text-decoration: none;
}

.c-btn {
    padding: 0 5px;
    margin-left: 3px;
}

.c-filter {
    display: inline;
    margin-right: 15px;
}

.c-filter label {
    margin-top: 1px;
}

.c-select {
    padding: 0 0;
    padding-left: 10px;
    height: 24px;
    max-width: 240px;
}

.bootstrap-select {
    max-width: 240px;
    color: white;
    margin-left: 5px !important;
}

.filter-option {
    color: white;
}

.formElement {
    width: 130px !important;
}

.date {
    width: 105px;
    display: inline-block;
    max-height: 24px;
    background-color: #009688;
    outline: none;
    border: 1px solid transparent;
    border-radius: .215rem;
    border-color: #009688;
    color: white;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);

}

.date:hover {
    background-color: #26a69a;
    border-color: #26a69a;
}

.selected > a {
    background-color: #eee;
}

.link-bad {
    color: red;
    opacity: 0;
    position: absolute;
    left: 15px;
    transition: 0.3s;
}

.link-ok {
    color: green;
    opacity: 0;
    transition: 0.3s;
}

.szt {
    width: 80px;
}

.podstawowy {
    color: #4caf50;
    height: 23px;
    cursor: pointer;
}

.form-error {
    background-color: #FE2F34;
    color: #f4f4f4;
}

.slider-list-img {
    width: 100%;
}

.sortable {
    padding: 0;
}

.li-sort {
    border-top: solid 1px #cccccc;
}

.li-sort a:hover {
    text-decoration: none;
}

.li-sort:hover {
    background-color: #f4f4f4 !important;
}

.card-shadow {
    border: 1px solid #ccc;
    opacity: 0.9;
    transition: 0.5s all;
}

.card-shadow:hover {
    opacity: 1;
}

.ribbon-inner {
    padding-right: 16px;
}

.card-footer-action {
    padding: 10px;
    display: none;
}

.button-link:hover {
    text-decoration: none;
}

.ml-10 {
    margin-left: 10px;
}

.panel-actions .input-search {
    display: inline-block !important;
    margin-left: 20px;
}

.btn-select .filter-option {
    color: #000000;
}

.sa-button-container .cancel {
    margin-right: 40px;
}

.bootstrap-select {
    width: 100%;
    max-width: 100%;
    margin-left: 0px !important;
}

.btn-select .filter-option {
    color: #000;
    font-weight: 400;
}

.project-block-title {
    font-weight: bold;
    font-size: 15px;
}

.project-block {
    margin-top: 30px;
}

.icheckbox_flat-blue, .iradio_flat-blue {
    margin-right: 10px !important;
}

#project_typWskaznika .radio {
    display: inline-block;
    margin-right: 20px;
    margin-top: 7px;
}

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

.text-white {
    color: #fff;
}

.project-date-block {
    padding-bottom: 0px !important;
}

@keyframes spinmeround {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.card {
    webkit-animation: spinmeround-disabled 5s infinite; /* Safari 4+ */
    -moz-animation: spinmeround-disabled 5s infinite; /* Fx 5+ */
    -o-animation: spinmeround-disabled 5s infinite; /* Opera 12+ */
    animation: spinmeround-disabled 5s infinite; /* IE 10+, Fx 29+ */
}

.card .card-form-name {
    font-size: 1.4rem;
}

.card .card-form-project {
    font-size: 1rem;
}

.card .card-form-date {
    font-size: 0.88rem;
}

.pointer-block {
    display: inline-block;
    width: 49%;
    float: left;
    text-align: center;
}

.pointer-block:hover {
    cursor: pointer;
}

.pointer-block-j:hover {
    cursor: pointer;
}

.pointer-block-j {
    text-align: center;
}

.pointer-block:first-child {
    border-right: 1px solid #ccc;
}

.input-dynamicTable {
    display: none;
    text-align: center;
    width: 100%;
}

.save-dynamic-input {
    display: none;
    text-align: center;
    margin: 0 auto;
    width: 50%;
    height: 20px;
    font-size: 12px;
}

.displayblock {
    display: block !important;
}

.pointer-table-cell {
    text-align: center;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.scrollStyle {
    overflow-x: auto;
}

.pointer-disabled:hover {
    cursor: auto;
}

.project-block-info {
    margin-bottom: 50px;
}

.form-lp {
    display: inline-block !important;
    width: 10% !important;
}

.form-name {
    display: inline-block !important;
    width: 90% !important;
}

.disabled {
    pointer-events: none;
}

.disabled:hover {
    cursor: not-allowed;
}

.td-gray {
    background-color: #eee;
}

.filters-rekrutacja a {
    padding: 8px;
    background-color: #eee;
    border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.filters-rekrutacja a:hover {
    text-decoration: none;
    background-color: #ccc;
}

.filters-rekrutacja a:focus {
    text-decoration: none;
}

.filters-rekrutacja a.filter-active {
    background-color: #3f51b5;
    color: white;
}

.filters-rekrutacja {
    margin-bottom: 30px;
    margin-left: 10px;
}

.btn-animate-side span > .icon {
    left: -7px;
}

.button-submitnocopy {
    float: right;
}

.button-savecopy {
    float: right;
    margin-right: 20px;
}

.label-checkbox {
    display: inline-block;
}

.category-element {
    display: inline-block;
    width: 100%;
    height: 60px;
    text-align: center;
}

.category-element div:first-child {
    width: 40%;
    display: inline-block;
}

.category-element div:nth-child(2) {
    width: 40%;
    display: inline-block;
}

.category-element div:last-child {
    width: 50%;
    display: inline;
}

.category-element table tr td {
    vertical-align: middle;
    border-top-width: 0px;
}

.category-element table {
    margin-bottom: 0px;
}

.category-form-name {
    background-color: #eee;
    padding: 10px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.category-form-name label {
    font-weight: bold;
}

.ajax-loader {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
}

.ajax-loader-gif {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 40px;
}

.progress-lg {
    margin-bottom: 0px;
}

.status-success {
    font-weight: bold;
    color: #4caf50;
}

.status-normal {
    font-weight: normal;
}

.none-cursor {
    background-color: #f9e5e5;
}

.koordynator_select {
    display: inline-block;
}

.heading-wrapper {
    display: flex;
    justify-content: space-between;
    margin-right: 32px;
}

.heading-wrapper-left {
    display: flex;
    gap: 15px;
    align-items: center;
}

@media (max-width: 730px) {
    .heading-wrapper {
        flex-direction: column;
    }

    .heading-wrapper-right {
        margin-left: 51px;
    }
}

.project-name-heading {
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
}


/*==========  DODANE PRZEZ PM ====== */


.page-login .page-content {
    background: rgba(255, 255, 255, 0.8);
}

td.td-bold {
    font-weight: 500;
}

label.required::after {
    content: "*";
    color: red;
}

.radio label.required::after {
    content: "";
}

#project .table-bordered td, #project .table-bordered th {
    border: none;
    border-top: 1px solid #e0e0e0;
}

#project .table-bordered {
    border: none;
}

#project .table-bordered thead th {
    text-align: center;
    font-weight: 500;
    background: #eee;
}


@media (min-width: 768px) {
    .control-label-right {
        padding-top: 5px;
        margin-bottom: 0;
        text-align: right;
    }
}

.pytania-type .collection-element:nth-child(even) {
    background: #e8e8e8
}

.pytania-type .collection-element:nth-child(odd) {
    background: #f6f6f6
}

.pytania-type .collection-element td {
    border: none;
    border-top: 1px solid #e0e0e0;
}

.pytania-type .collection-element table {
    border: none;
}

.pytania-type thead th {
    background: #242c5c;
    color: #fff;
    font-weight: 500;
    text-align: center;
}


.zwin-pytanie {
    border-color: #8c8c8c;
    background-color: #6f6f6f;
    width: 250px;
}

.zwin-pytanie.focus, .zwin-pytanie:focus, .zwin-pytanie:hover {
    border-color: #000000;
    background-color: #000000;
}


.card-outline-primary .card-footer-bordered, .card-outline-primary .card-header-bordered, .card-outline-primary.card-bordered {
    border-color: #252d5d;
    background: #eaecf7;
}

.zbior_pytan_kategoria {
    background: #d7d7d7;
    color: #fff;
    font-weight: 500;
    padding: 0 20px;
    border: 1px solid #797979;
    border-radius: 5px;
    margin-bottom: 20px;
}

.zbior_pytan_kategoria_table {
    border: none;
}

#formularz_rekrutacyjny .table-bordered th {
    background: #242c5c;
    color: #fff !important;
    font-weight: 500;
    text-align: center;
}

.form-action {
    position: absolute;
    top: 15px;
    right: 20px;
}

.form-action input {
    padding: 5px;
}

.red-border-input, .red-border-input:focus, .red-border-input:hover, .red-border-input:active, .red-border-input:visited {
    border-color: #ff0000;
    border-width: 1px;
}

.godziny-pracy input, .godziny-pracy .buttongodziny {
    height: 30px;
}

.godziny-pracy input, .godziny-pracy .buttongodziny i {
    color: #f00;
    font-size: 20px;
    line-height: 30px;
}

.godziny-pracy input, .godziny-pracy .buttongodziny a {
    height: 30px;
}

.godziny-pracy .spantext {
    margin-top: 4px;
    text-align: right;
    font-weight: bold;
}

.dni-godziny > .form-group:nth-child(odd) {
    background-color: #eee;
}

.dni-godziny > .form-group {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 0px;
}

.godziny-pracy-label-data {
    font-weight: bold;
    font-size: 25px !important;
    margin-top: 1px;
}

#zglosBlad {
    position: fixed;
    right: 0;
    top: 100px;

}

.zglosBlad:hover, .zglosBlad:active, .zglosBlad:focus, .zglosBlad:visited {
    color: #fff;
    text-decoration: none;
}

.zglosBlad {
    color: #fff;
}

a.button-link {
    display: inline-block;
}

#accessibility-block-top {
    font-size: 1em;
    float: right;
    position: relative;
}

#accessibility-block-top div.current {
    padding: 9px 20px 9px 0;
    line-height: 18px;
    color: #000;
    cursor: default;
    display: flex;
}

#accessibility-block-top div.current span {
    cursor: pointer;
}

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

.font-medium {
    font-size: 14px;
}

.accessibility {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.586rem;
    padding-bottom: 0.586rem;
}

.accessibility .option {
    font-size: 2rem;
}

.accessibility .normal {
    font-size: 20px;
}

.accessibility .bigger {
    font-size: 25px;
}

.accessibility .biggest {
    font-size: 28px;
}

.accessibility .options .color {
    font-size: 14px;
    display: flex;
    border: 1px solid #000;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.accessibility .options {

    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 5px;
    cursor: default;
}

.accessibility .options a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

.accessibility .options .change-font-size {
    padding-right: 0.3rem;
}

.accessibility .options .change-font-size a {
    display: inline;
}

.accessibility .options .color.contrast-1 {
    background-color: #000 !important;
    border-color: #ff0 !important;
}

.accessibility .options .color {
    cursor: pointer;
    color: #000 !important;
    background: #fff !important;
}

.accessibility .options .color a {
    cursor: pointer;
    background: #fff !important;
    color: #000 !important;

}

.accessibility .options .color.contrast-1 a {
    color: #ff0 !important;
    background-color: #000 !important;

}

.accessibility .options .color.contrast-2 {
    background-color: #000 !important;
    border-color: #ff0 !important;
}

.accessibility .options .color.contrast-2 a {
    color: #fff !important;
    background-color: #000 !important;

}

.contrast2 * {
    color: #fff !important;
    background: #000 !important;
}

.contrast * {
    color: #ff0 !important;
    background: #000 !important;
}

.contrast .category-form-name, .contrast .category-form-name *, .contrast2 .category-form-name, .contrast2 .category-form-name * {
    background: #0c0c0c !important;
}

.contrast .page, .contrast2 .page {
    background: #101010 !important;

}

.contrast .page-content.container-fluid, .page-content.container-fluid {
    background: unset !important;
}

.contrast .select2-selection__arrow, .select2-selection__arrow {
    background: unset !important;
}

.contrast select.form-control, .contrast2 select.form-control {
    padding-right: 30px;
    background: #000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAFCAYAAABB9hwOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiNWZkMzNlMC0zNTcxLTI4NDgtYjA3NC01ZTRhN2RjMWVmNjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTUxRUI3MDdEQjk4MTFFNUI1NDA5QTcyNTlFQzRERTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTUxRUI3MDZEQjk4MTFFNUI1NDA5QTcyNTlFQzRERTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZWNiNjQzMjYtNDc1Yi01OTQxLWIxYjItNDVkZjU5YjZlODA2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6N2RlYzI2YWMtZGI5OC0xMWU1LWIwMjgtY2ZhNDhhOGNjNWY1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+AXTIGgAAAFRJREFUeNpidI1KSWFgYDBlwASngXjOrqWzGcgBTEC8DIjfo4m/h4qTDUAGfwPi+UD8Hyr2H8r/RqnBIHATiPdC2XuhfIoACxJ7PRDzQmmKAUCAAQDxOxHyb4DjOAAAAABJRU5ErkJggg==) no-repeat center right !important
}

.font-bigger {
    font-size: 20px !important;
}

.font-biggest {
    font-size: 22px !important;
}

.display-flex {
    display: flex !important;
}

.navbar-brand {
    padding: 22px 7px;
    height: 66px;
}

.navbar {
    min-height: 66px;
}

.navbar-toolbar .nav-link {
    padding: 22px 15px;
}

.hide-punktacja .pytanie-z-odpowiedziami-naglowek-punktacja, .hide-punktacja .pytanie-z-odpowiedziami-punktacja {
    display: none;
}

.hide-podzapytanie .pytanie-z-odpowiedziami-naglowek-podzapytanie, .hide-podzapytanie .pytanie-z-odpowiedziami-podzapytanie {
    display: none;
}

.form-login-errors {
    color: #f00;
}

.form-login-errors ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


/*Typerhead*/
.twitter-typeahead {
    width: 100%;
}

.typeahead,
.tt-query,
.tt-hint {
    width: 100%
}

.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
    padding: 3px 20px;
    border-radius: 0;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #22af47;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}

#multiple-datasets .league-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}

#rtl-support .tt-menu {
    text-align: right;
}


.rounded-label {
    display: inline-block;
    padding: 4px 12px;
    background-color: #ececec;
    border-radius: 15px;
    margin-bottom: 5px;
    margin-right: 12px;
}

.list-group-item {
    background: none !important;
}

.page-aside-project {
    padding: 10px 30px;
    margin: 0px 0 10px;
}

.page-aside-project h5 {
    font-weight: 700;
    color: #616161;
    text-overflow: ellipsis;
    cursor: default;
    margin-bottom: 0;
}

.panel-filtr {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
}

.panel {

    -webkit-box-shadow: none;
    box-shadow: none;
}

.project-link {
    color: #000;
    font-weight: 500;

}

.panel-title {
    display: block;
    padding: 20px 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    color: #424242;
    font-weight: 500;
}

.panel-body {
    position: relative;
    padding: 30px 20px;
}

.page-aside .list-group-item .icon {
    font-size: 16px;
}

.site-menubar {
    background: #272d5b;
    color: #fff;
}

.site-menu .dropdown-menu {
    background-color: #2a2e5a;
    color: #fff;
}


.page-aside-title .page-aside-title-text, .page-aside-title .page-aside-title-dropdown {
    display: inline-block;
}

.page-aside-title .page-aside-title-text {
    width: calc(100% - 20px);
}

.page-aside-title .page-aside-title-dropdown {
    cursor: pointer;
}

#powiadomieniaBtn {
    margin-top: -3px;
}

.button-accept {
    font-size: 12px;
    padding: 0;
    width: 80px;
    height: 40px;
    margin: 0 15px;
    background: #ff0000;
    color: white;
    border-radius: 8px;
    border: 1px solid #030000;
}

.button-accept:hover {
    cursor: pointer;
}

.button-unselect {
    font-size: 12px;
    padding: 0;
    width: 80px;
    height: 40px;
    margin: 0 15px;
    color: white;
    background: #66bb6a;
    border-radius: 8px;
    border: 1px solid #030000;
}

.button-unselect:hover {
    cursor: pointer;
}

.top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.top > div {
    width: 48%;
    margin-bottom: 10px;
}

.dataTables_length select,
.dataTables_filter input {
    width: 100%;
    display: inline-block;
}

.budget-order-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.budget-order-header a {
    color: white !important;
}

.swal2-top-end{
    z-index: 9999;
}

.info-badge {
    display: inline-block;
    padding: 4px 12px;
    background-color: #f5f5f5;
    border-radius: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 12px;
    border: 1px solid #e0e0e0;
}

.nav-link.select-okres.active{
    background-color: #c5cae9 !important;
    /*color: white !important;*/
}

.nav-link.select-partner.active{
    background-color: #c5cae9 !important;
    /*color: white !important;*/
}

.hide-sidebar {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: #272d5b;
    width: 30px;
    height: 30px;
    justify-content: center;
    display: flex;
    color: white;
}

.show-sidebar {
    position:fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9999;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    justify-content: center;
    display: none;
    background-color: #272d5b;
    color: white;
}
.table-border-black{
    color: black;
    border-color: black;
    td, th {
        border-color: black !important;
    }
}
table.center-cells{
    td, th {
        text-align: center;
    }
}

.error-cell {
    background-color: #f8d7da;
}

.help-block {
    color: red;
}

.hide-sidebar {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: #272d5b;
    width: 30px;
    height: 30px;
    justify-content: center;
    display: flex;
    color: white;
}

.show-sidebar {
    position:fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9999;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    justify-content: center;
    display: none;
    background-color: #272d5b;
    color: white;
}