@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
:root {
    --hsla-basic: 188;
    --bs-primary: hsla(var(--hsla-basic), 100%, 28%, 1);
    --bs-link-color: hsla(var(--hsla-basic), 100%, 28%, 1);
    --bs-font-sans-serif: Arial, system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-body-font-size: 14px;
}
.container {
    max-width: 1400px;
    min-width: 1000px;
}
.text-primary {
    /*color: hsla(var(--hsla-basic), 100%, 28%, 1)!important; */
    color: #007B8F!important;
    font-weight: 700;
    font-size: 20px;
}

.text-black {
    color: #000000!important;
    font-weight: 300;
    font-size: 15px;
}
    
.text-warning {
    color: hsla(11, 68%, 27%, 1)а!important;
}
.accordion .accordion-header .btn-close {
    --bs-btn-close-opacity: 1;
    --bs-btn-close-hover-opacity: 1;
}
.card.external {
    /*--bs-card-border-radius:0;*/
    /* --bs-card-border-width: 1px 0; */
}
.accordion {
    --bs-accordion-btn-icon: url(img/accordion.svg);
    --bs-accordion-btn-icon-width: 10px; 
    --bs-accordion-btn-active-icon: url(img/accordion-white.svg);
    --bs-accordion-btn-icon-transform: rotate(90deg);    
    --bs-accordion-btn-padding-x: 1rem;
    --bs-accordion-btn-padding-y: .2rem;
    --bs-accordion-inner-border-radius: 6px;
    /*--bs-accordion-border-width: 6px;*/
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion .accordion-item .accordion-item .accordion-button::before {
    background-image: url(img/accordion-2.svg);
    background-image: url(img/accordion-2.svg);
    background-size: contain;
    width: 10px;
    height: 10px;
    transform-origin: center;
}
.accordion .accordion-item {
    margin-bottom: 5px;
    border-top: 1px solid var(--bs-accordion-border-color);
    border-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-button.bg-warning {
    /*background-color: hsla(24, 71%, 96%, 1)!important;*/
    background-color: #FCF3ED !important;
    /*color: hsla(10, 66%, 28%, 1);*/
    color: #752718 !important
}

button.bg-warning small.text-danger{
    color: #752718 !important;
    font-size: 14px;
    padding-right: 15px;
}

.accordion .accordion-header .accordion-button.bg-warning ~ .btn-close {
    background-image: url(img/cross-red.svg) !important;
}
.accordion .accordion-header .accordion-button.bg-warning ~ .btn-close:hover {
    background-image: url(img/cross-red-hover.svg) !important;
}
.accordion-button.bg-warning[aria-expanded="true"] {
    background-color: hsla(11, 68%, 27%, 1)!important;
    color: hsla(0, 0%, 100%, 1);
}
.accordion-button.bg-warning[aria-expanded="true"] strong {
    color: hsla(0, 0%, 100%, 1);
}
.accordion-button.bg-warning strong {
    color: hsla(0, 0%, 0%, 1);
}
.accordion-button.bg-info {
    background-color: hsla(187, 38%, 91%, 1)!important;
    color: hsla(0, 0%, 29%, 1);
}
.accordion-button.bg-info[aria-expanded="true"] {
    background-color: hsla(188, 100%, 28%, 1)!important;    
    color: hsla(0, 0%, 100%, 1);
}
.accordion-button.bg-info[aria-expanded="true"] strong {
    color: hsla(0, 0%, 100%, 1);
}
.accordion-button.bg-info[aria-expanded="true"] span {
    color: #FFFFFF;
    font-weight: bolder;
}
.accordion-button.bg-info strong {
    color: hsla(0, 0%, 0%, 1);
}
.accordion-numeric .accordion-button[aria-expanded="true"]::before,
.accordion .accordion-header.bg-info .accordion-button[aria-expanded="true"]::before {
    background-image: url(img/accordion.svg);
}
.accordion-header.edit_check {
    align-items: center;
    font-size: 16px;
}
.accordion-header.edit_check .accordion-button {
    background-color: transparent;
    width: auto;
}
.accordion-button:not(.collapsed).bg-warning .text-danger {
    color: #FFF!important;
    font-weight: bolder;
}
/*
.accordion .accordion-header .accordion-button.bg-warning:not(.collapsed) ~ .btn-close {
    background-image: url(img/cross-white.svg);
}
*/
.accordion .accordion-header .accordion-button.bg-warning.collapsed ~ .btn-close {
    background-image: url(img/x-circle.svg);
    /*background-image: url(img/cross-red-hover.svg);*/
    color: hsla(0, 0%, 29%, 1);
    width: 21px;
    height: 21px;
    top: 11px;
}
.accordion .accordion-header .accordion-button.bg-warning:not(.collapsed) ~ .btn-close {
    /*background-image: url(img/x-circle-white.svg);*/
    background-image: url(img/cross-red.svg) !important;
    color: hsla(0, 0%, 100%, 1);
    width: 21px;
    height: 21px;
    top: 11px;
}
.accordion .accordion-header .accordion-button.bg-warning:not(.collapsed) ~ .btn-close:hover {
    background-image: url(img/cross-white.svg) !important;
    opacity: 1;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: hsla(188, 100%, 28%, 1);
    --bs-btn-border-color: hsla(188, 100%, 28%, 1);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: hsla(188, 61%, 48%, 1);
    --bs-btn-hover-border-color: hsla(188, 61%, 48%, 1);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: hsla(188, 100%, 28%, 1);
    --bs-btn-active-border-color: hsla(188, 100%, 28%, 1);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: hsla(188, 100%, 28%, 1);
    --bs-btn-disabled-border-color: hsla(188, 100%, 28%, 1);
}
.list-group {
    --bs-list-group-active-bg: hsla(188, 100%, 28%, 1);
    --bs-list-group-active-border-color: hsla(188, 100%, 28%, 1);
}
.text-bg-warning {
    color: hsla(10, 66%, 28%, 1)!important;
    background-color: hsla(24, 71%, 96%, 1)!important;
}
.bg-info {
    background-color: hsla(187, 38%, 91%, 1)!important;
}

.bg-info h5{
    color: #007B8F !important;    
}


.bg-danger {
    background-color: hsla(0, 100%, 98%, 1)!important;
}
.text-bg-info {
    color: hsla(188, 100%, 28%, 1)!important;
    background-color: hsla(188, 38%, 91%, 1)!important;
}
.pl-0 {
    padding-left: 0!important;
}
html,
body {
    height: 100%;
    min-height: 100%;
}

body {
    overflow-x:hidden;
}

.row {
    --bs-gutter-x: 1.5rem;
}

.h5 {
    color: hsla(188, 100%, 28%, 1);
    font-size: 16px;
    font-weight: 700;
    line-height: 18.4px;
    text-decoration: none;
}

.form-check-input:checked {
    background-color: hsla(188, 100%, 28%, 1);
    border-color: hsla(188, 100%, 28%, 1);
}

.navbar {
    --bs-navbar-color: hsla(var(--hsla-basic), 100%, 28%, 1);
    --bs-navbar-hover-color: hsla(var(--hsla-basic), 100%, 28%, .8);
    --bs-navbar-disabled-color: hsla(var(--hsla-basic), 100%, 28%, .3);
    --bs-navbar-active-color: hsla(var(--hsla-basic), 100%, 28%, 1);
    --bs-navbar-padding-y: 0rem;
    --bs-navbar-toggler-padding-y: 0.15rem;
    --bs-navbar-toggler-padding-x: 0.15rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    //--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 123, 143, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 123, 143, 1%29' stroke-linecap='square' stroke-miterlimit='10' stroke-width='3' d='M7 9h16M7 16h16M7 23h16'/%3e%3c/svg%3e");
}

body {
    padding-top: 35px;
}

header {
    position: fixed;
    height: 35px;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: hsla(0, 0%, 84%, 1) 1px solid;
    background-color: hsla(0, 0%, 100%, 1);
    z-index: 100;
}

.logo__action-ot {
    display: block;
    background: url(img/logo__action-ot.svg) center center no-repeat;
    background-size: cover;
    width: 128px;
    height: 10px;
    text-indent: -10000px;
    margin-right: auto;
    /* margin-left: 1rem; */
}

.sublogo a {
    display: inline-block;
    color: hsla(0, 0%, 40%, 1);
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
    border-left: hsla(0, 0%, 87%, 1) 1px solid;
    padding: 0 15px;
}

.sublogo a:first-of-type {
    border-left-width: 0;
}

.searchlist_block .dropdown-menu {
    width: 100%;
    border-top: 0 none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: none;
}

.searchlist_block .btn-outline-secondary {
    border: 1px solid var(--bs-border-color);
    border-left: 0;
    position: relative;
}

.searchlist_block .btn-outline-secondary::before {
    border-left: 1px solid var(--bs-border-color);
    content: "";
    height: calc(100% - 10px);
    position: absolute;
    left: 0;
    top: 5px;
}

.form-control.searchlist {
    border-right: 0;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--bs-border-color);
    outline: 0;
    box-shadow: none;
}

.searchlist_block .form-control.searchlist:focus {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.searchlist_block .input-group .form-control.searchlist:focus ~ button {
    border-bottom-right-radius: 0;
}

#navigation {
    position: absolute;
    right: calc(var(--bs-gutter-x) * -.5) !important;
    z-index: 1;
    top: 50px;
    right: 0;
}

#navigation .navbar-toggler:focus {
    box-shadow: none;
}

#navigation .navbar-toggler {
    background-color: hsla(0, 0%, 100%, 1);
}

#mainmenu {
    position: absolute;
    right: 45px;
    top: 50px;
    background-color: hsla(0, 0%, 100%, 1);
    z-index: 1;
}
#mainmenu li {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#mainmenu a {
    color: hsla(188, 100%, 28%, 1);
    font-size: 20px;
    font-weight: 400;
}

h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    padding-top: 50px;
    padding-bottom: 50px;   
    /* padding-left: 1rem; */
}

h2 {
    padding-right: 50px;
    font-size: 20px;
}
.accordion h2 {
    padding-right: 0;
}
h3, .h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
}

.table.table-card tr th,
.table.table-card tr td {
    vertical-align: top;
}

td.form-check {
    padding-left: 2rem!important;
    margin-bottom: 0;
}

.table-borderless.table-card thead tr th {
    background-color: #E1E1E1; /*hsla(0, 0%, 66%, 1);*/      
}

.table-borderless.table-card tbody tr:nth-of-type(even) td,
.table-borderless.table-card tbody tr:nth-of-type(even) td {
    background-color: #F2F2F2; /*hsla(0, 0%, 84%, 1);*/
}

.table-borderless.table-card tr th:first-of-type,
.table-borderless.table-card tr td:first-of-type {
    border-radius: .2rem 0 0 .2rem;
    padding-left: calc(var(--bs-gutter-x) * .6);
}

.table-borderless.table-card tr th:last-of-type,
.table-borderless.table-card tr td:last-of-type {
    border-radius: 0 .2rem .2rem 0;
}
.table-dotted.table-card tbody tr td {
    border-bottom-style: dashed;
}

.ps-2 {
    padding-left: calc(var(--bs-gutter-x) * .6) !important;
}
.list-group-item.active
{
    background-color: hsla(187, 38%, 91%, 1);
    color: hsla(188, 100%, 28%, 1);
}

.external {
    margin-left: calc(var(--bs-gutter-x) * -.55);
    padding-left: calc(var(--bs-gutter-x) * .5);
    width: calc(100% + var(--bs-gutter-x) + 2px);
}
.external-full {
    margin-left: calc(var(--bs-gutter-x) * -.5);
    width: calc(100% + var(--bs-gutter-x) + 2px);
}
/* Номер это ID и будет писаться напрямую
.accordion-numeric {
    counter-reset: pages topics;
}

.accordion-numeric > .accordion-item {
    counter-increment: pages;
}

.accordion-numeric > .accordion-item .accordion > .accordion-item {
    counter-increment: topics;
}

.accordion-numeric > .accordion-item > .accordion-header > .accordion-button::before {
    content: counter(pages) "\00a0";
}

.accordion-numeric > .accordion-item .accordion > .accordion-item > .accordion-header > .accordion-button::before {
    content: counter(pages) "." counter(topics) "\00a0";
}
 
  .accordion .accordion-header .accordion-button {
    width: calc(100% - 50px);
 }*/
.accordion .accordion-header {
    display:flex;
    min-height: 42px;
    align-items: center!
}

.accordion .accordion-header .btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url(img/cross.svg);
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: none;
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 14px;
    height: 14px;
    padding: 0;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center center no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
}
.accordion-button::after {
    content: none;
}
.accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    margin-right: 15px;
    background-size: contain;
}
.accordion-button:not(.collapsed)::before {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button.collapsed,
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #E1E1E1; /*hsla(0, 0%, 88%, 1);*/
}
.accordion-item .accordion-item {

}
.accordion-item .accordion-item .accordion-button {
    color: var(--bs-accordion-active-color);
    background-color: hsla(0, 0%, 96%, 1);
    box-shadow: none;
}
.accordion-item .accordion-item .accordion-body {
    background-color: hsla(0, 0%, 96%, 1);
    padding-top: 0px;
}

.info_system, .info_journal {
    display: inline-block;
    padding-right: 35px;
    background-position: right center;
    background-repeat: no-repeat;
    color: hsla(188, 100%, 28%, 1);
    min-height: 24px;
    line-height: 24px;
    font-size: 12px;
}
.info_system {
    background-image: url(img/spravsys.svg);
}
.info_journal {
    background-image: url(img/journal.svg);
}
.lock {
    background: hsla(0, 0%, 95%, 1) url(img/lock.svg) calc(100% + 50px) calc(100% - 20px) no-repeat;
    min-height: 310px;
    padding: 80px;
}
.navi {
    background: hsla(0, 0%, 95%, 1) url(img/image_8.svg) calc(100% - 20px) calc(100% - 20px) no-repeat;
    min-height: 310px;
    padding: 40px;
}
.constr {
    background: hsla(0, 0%, 95%, 1) url(img/image_7.svg) calc(100% - 20px) calc(100% - 20px) no-repeat;
    min-height: 310px;
    padding: 40px;
}
.navi h2, .constr h2, .lock h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
}
.logo__sys-ot {
    background: url(img/logo__sys-ot.svg) center center no-repeat;
    display: inline-block;
    text-indent: -10000px;
    width: 81px;
    height: 22px;
}
.logo__sprav-ot {
    background: url(img/logo__sprav-ot.svg) center center no-repeat;
    display: inline-block;
    text-indent: -10000px;
    width: 170px;
    height: 15px;
}
small.popover_danger {
    color: hsla(0, 80%, 51%, 1);
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 29px; 
    background: url(img/popower_danger.svg) left center no-repeat;   
    padding-left: 25px;
    cursor: help;
    text-decoration: underline;
}

h2.accordion-header[class*="edit_del"] {
    position: relative;
}
h2.accordion-header[class*="edit_del"] button.btn-close {
    position: absolute;
    right: 10px;
    top: 11px;
    z-index: 3;
    width: 21px;
    height: 21px;
}
h2.accordion-header[class*="edit_del"] button.btn-close:hover {
    background-image: url(img/cross-hover.svg);
}
h2.accordion-header[class*="edit_del"] button.bg-info ~ .btn-close:hover {
    background-image: url(img/cross-white.svg);
}
footer .row {
    height: 83px;
    display: flex;
    align-items: center;

}
footer .logo__action {
    width: 80px;
    height: 10px;
    background: url(img/logo__action-footer.svg) center center no-repeat;
    background-size: contain;
    text-indent: -10000px;
    display: inline-block;
}
#deleted button {
    min-width: 115px;
}
.form-switch .form-check-input {   
    width: 3.5em;
    height: 1.8em;
    margin-right: 15px;
}
.active-link a {
    display:inline-block;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    border-radius: 4px;  
    text-align: center;
    padding-top: 2px;
}
.active-link a:hover {
    color: #fff!important;
    background: #007B8F;    
}
.custom-popover {
    --bs-popover-max-width: 650px;
    background-color: hsla(0, 52%, 81%, 1);
    --bs-popover-body-color: hsla(0, 92%, 18%, 1);
    box-shadow: 4px 4px 6px 0px hsla(0, 0%, 0%, 0.25);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}
.custom-popover .popover-arrow::before,
.custom-popover .popover-arrow::after {
    border-left-color: hsla(0, 52%, 81%, 1)!important;
}
.custom-tooltip {
    --bs-tooltip-bg: hsla(0, 100%, 100%, 1);
    --bs-tooltip-color: var(--bs-black);
    --bs-tooltip-max-width: 650px;
    color: hsla(0, 0%, 51%, 1);
    box-shadow: 4px 4px 6px hsla(0, 0%, 0%, 0.06);
    border: hsla(0, 0%, 0%, 0.06) 2px solid;
    border-radius: .5rem;
    border: hsla(0, 0%, 29%, .5) solid 1px;
}

.custom-tooltipdg {
    --bs-tooltip-max-width: 650px;
    --bs-tooltip-bg: hsla(0, 52%, 81%, 1);
    --bs-tooltip-color: hsla(0, 92%, 18%, 1);
    color: hsla(0, 92%, 18%, 1);
    box-shadow: 4px 4px 6px 0px hsla(0, 0%, 0%, 0.25);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    border: hsla(0, 0%, 0%, 0.06) 2px solid;
    border-radius: .5rem;
    border: hsla(0, 0%, 29%, .5) solid 1px;
}
.custom-tooltipdg .tooltip-arrow::before,
.custom-tooltipdg .tooltip-arrow::after {
    border-left-color: hsla(0, 52%, 81%, 1)!important;
}
.custom-tooltipdg .tooltip-inner{
    color: var(--bs-tooltip-color)  !important;
    background-color: var(--bs-tooltip-bg)  !important;
    border-radius: var(--bs-tooltip-border-radius)  !important;
}

.accordion.noborder .accordion-item {
    border-width: 0;
}
.accordion.noborder .accordion-header {
    border-width: 1px;
    border-radius: 12px;
}
.bordershit > .show {
    box-shadow: 4px 4px 4px 0px hsla(0, 0%, 0%, 0.25);
}
.accordion .accordion-item {
    border: 0 none;
}
.accordion .accordion-item.bordershit {
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.bg-grey {
    background-color: hsla(0, 0%, 88%, 1);
}
.accordion-header.bg-grey .accordion-button:not(.collapsed)::before {
    background-image: url(img/accordion.svg);
}
.form-check.form-switch {

}
.form-check.form-switch .form-check-input {

}
.form-check.form-switch .form-check-label {

}
.text-underline {
    border-bottom:1px solid;
}
.text-underline:hover {
    border-bottom-color: transparent;
}
.editable {
    position:relative;
}
.editable textarea {
    resize: none;
    overflow: hidden;
    min-height: 30px;
    max-height: 1000px;
    width: 100%;
    border-width: 0;
    position: relative;
}
.editable::after {
    content:"";
    position:absolute;
    top:-22px;
    right:5px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: #007B8F url(img/pencil-square.svg) center center no-repeat;
    transition: .5s;
    visibility: hidden;
}
.editable:focus-within::after {
    top:5px;
    visibility: visible;
}

.scroll400{
    overflow:scroll; 
    height:400px;
}

.list-group-flush>.list-group-item {
    border-style: dotted;
}

.mycss{
    background-color: #E0EFF1 !important;
    color: #007B8F !important;
    border-radius: 4px !important;
    border-width: 0px !important;
}
.colorgrey{
    color: #666666;
}

.form-check .form-check-input[type=checkbox]{
    border-color: #007B8F;
    border-width: 2px;
}
h3.text-danger span{
    color: #752718;
    font-weight: 700;
    font-size: 20px;
}

h3.text-danger, h3.text-primary{
    padding-top: 20px;
}

.accordion-good .accordion-button.collapsed,
.accordion-good .accordion-button:not(.collapsed) {
    font-size: 14px;
    font-weight: 400;
    color: #494949;
}

.accordion-button.bg-warning[aria-expanded="true"] strong.text-black{
    color: #FFFFFF;
}

.list-group-item.colorgrey{
    padding-left: 30px;
}

.modal-content{
    width: 411px;
    height: 162px;  
}
.modal-body b.text-danger {
    text-align: center;
    font-size: 16px;
}
.modal-body div {
    padding-top: 30px;
    padding-right: 25px;
    padding-left: 25px;    
}

#deleted button.btn-default{
    border: 1px solid #BABABA;
    background-color: #FFFFFF;
    border-radius: var(--bs-btn-border-radius);
}
.codeprof{
    color: #8F8F8F;
    font-size: 16px;
}
footer div.row{
    max-width: 1400px;
    min-width: 1000px;
    margin-right: auto;
    margin-left: auto;    
}

nav.navbar{
    padding-right: 12px;
}

.accordion .accordion-header[class*="edit_del"] .accordion-button.bg-info.collapsed ~ .btn-smoke{
    background-image: url(img/cross_smoke.svg) !important;
}
.accordion .accordion-header[class*="edit_del"] .accordion-button.bg-info.collapsed ~ .btn-smoke:hover{
    background-image: url(img/cross-hover.svg) !important;
}
/*h2.accordion-header[class*="edit_del"] button.btn-smoke{
    background-image: url(img/cross_smoke.svg) !important;
}
h2.accordion-header[class*="edit_del"] button.bg-info ~ .btn-smoke:hover {
    background-image: url(img/cross-hover.svg) !important;
}*/

.accordion .accordion-header[class*="edit_del"] .accordion-button.bg-info:not(.collapsed) ~ .btn-smoke {
    background-image: url(img/cross_smoke.svg) !important;
}
.accordion .accordion-header[class*="edit_del"] .accordion-button.bg-info:not(.collapsed) ~ .btn-smoke:hover {
    background-image: url(img/cross-white.svg) !important;
    opacity: 1;
}

.accordion-item button.accordion-button{
    padding-right: 25px;
}

.list-group-item p{
    font-size: 16px;   
}

.bi.bi-x-lg{
    color: #BABABA;
}

.bi-x-lg::before {
    font-weight: bold !important;
}

.stblock .bi.bi-x-lg:hover {
    color: hsla(188, 100%, 28%, 1) !important;
    /*color: var(--bs-btn-hover-border-color);*/
    /*background-image: url(img/cross-hover.svg);*/
}
.accordion-body table th{
    background-color: #EFEFEF;
    border-bottom-width: 0px;
}
.accordion-body table th:first-child{
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    width: 25%
}
.accordion-body table th:last-child{
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    width: 13%
}
.card-body{
    padding-left: 2px;
    border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
}

.text-danger{
    color: #820000 !important;

}
.modal-body.bg-danger {
    padding: 30px;
}
#deleted button.btn-danger {
    background-color: #D40000;
    border-color: #F97575;
}

h4.text-danger-emphasis, h3.text-danger-emphasis {
    color: #CA8577!important;
    font-size: 20px;
    font-weight: 700;

}

h3.text-danger-emphasis {
    padding-top: 20px;
}
.bg-danger-emphasis {
    background-color: #F4E4E1;
    color:#B0695C;
}

.petpos{
    height: 53px;
}

.petpos h5{
    padding-top: 8px;
}

.nblock .accordion-button {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.accordion-button.bg-warning-emphasis{
    background-color: #F9E7E4 !important;
    color: #802700 !important;
}

.accordion-button.bg-warning-emphasis[aria-expanded="true"]{
    background-color: #AB6A5F !important;
    color: #FFFFFF !important;    
}

.nblock .bi.bi-x-lg:hover {
    color: #B0695C !important;
}

.accordion-button:not(.collapsed).bg-warning-emphasis .text-danger {
    color: #FFF!important;
    font-weight: bolder;
}

.accordion-danger-emphasis .accordion-item.bordershit{
    border-color: #AB6A5F !important;
}

.accordion .accordion-header .accordion-button.bg-warning-emphasis ~ .btn-close{
    background-image: url(img/cross-red.svg) !important;    
}

.accordion .accordion-header .accordion-button.bg-warning-emphasis ~ .btn-close:hover {
    background-image: url(img/cross-red-hover.svg) !important;
}

.accordion .accordion-header .accordion-button.bg-warning-emphasis:not(.collapsed) ~ .btn-close:hover {
    background-image: url(img/cross-white.svg) !important;
    opacity: 1;
}

.form-check-input.step3:checked{
    background-color: #666666 !important;
}
.form-check .form-check-input.step3[type=checkbox]{
  border-color: #666666 !important;
}

.form-check-input[type=radio]{
    border-color: #007B8F;
    border-width: 2px;
}
input.setinput{
    font-size: 14px;
    height: 24px;
    color: #666666;
    border: 1px solid #C2C2C2;
}
input.setinputcss{
    font-size: 14px;
    height: 24px;
    color: #666666;
    border: 1px solid #C2C2C2;
}

.tooltip-inner{
    background-color: #FFFFFF !important;
    color: #838383 !important;
    font-weight: 400;
    border: 1px solid #C3C3C3;
}
.constr, .navi{
    position: relative;
}
.constr form, .navi form{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 30px;
}
.constr div.btnblock, .navi div.btnblock{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 30px;
}
.constr button, .navi button{
    height: 50px;
    font-size: 20px;
}

.form-check-label{
    max-width: 95% !important;
}

tr.errorvalid td{
    color: #F1361D !important;
}

.bi-prof::before{
    content: url('/img/prof_btn.svg');
}
.bi-proflist::before{
    content: url('/img/prof_list.svg');
}
.bi-proflist_act::before{
    content: url('/img/prof_list_act.svg') !important;
}

.redsimpl{
    border-bottom: dashed hsla(0, 80%, 51%, 1); /*#802700;*/
}
