.main-menu ul.navigation-main{
	padding-top: 10px;
}
.white-space-normal{
	white-space: normal;
}

tbody.inner{
	display: none;
}
tbody.inner tr td:first-child{
	padding-left: 40px;
}
.hiddenRow {
    padding: 0 !important;
}

tbody tr.has_inner{
	/*--bs-table-accent-bg: #7366f02b !important;*/
}



.nested_table{
    overflow-x: auto;
}
.nested_table .outer{
	width: 100%;
	min-width: 700px;
    background: #00000005;
}
.nested_table .outer .outer .tr > *:first-child{
	padding-left: 3rem;
}
.nested_table .outer .outer{
	display: none;
}

.nested_table .tr{
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 25em;
    letter-spacing: 0.5px;
    border-bottom: 1px solid;
    border-bottom-color: #ebe9f1;
    font-size: inherit;
    align-items: center;
}

.nested_table .tr.th{
    background-color: #f3f2f7;
    font-weight: bold;
    text-transform: uppercase;
	font-size: 0.857rem;
}

.nested_table .tr > *{
	padding: 0.72rem 2rem;
  	flex: 1;
  	margin: 0;
}
.nested_table .tr .toggle{
	display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 15px;
    background: #9288f4;
    color: white;
    border-radius: 3px;
    margin-right: 4px;
    margin-bottom: 3px;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #9288f4;
}
.nested_table .tr .toggle::before{
	content: "+";
	line-height: inherit;
}
.nested_table .tr .toggle.opened{
	background-color: transparent;
	color: #9288f4;
}
.nested_table .tr .toggle.opened::before{
	content: "-";
}
.nested_table .nested_list{

}
.nested_table .nested_list p{
	margin: 0;
}

/*.nested_table .outer > .tr:nth-of-type(odd){
    background: #00000014;
}*/

.nested_table.first_big .tr > *:first-child{
	flex: 1.5;
}

@media screen and (max-width: 800px) {
    .nested_table .outer{
        min-width: unset;
    }
    .nested_table .tr.th{
        display: none;
    }
    .nested_table .tr{
        display: block;
        padding: 13px 0px 50px;
        position: relative;
    }
    .nested_table.first_big .tr > *:first-child{
        font-weight: bold;
    }
    .nested_table .tr > *{
        padding: 2px 1.5rem;
        display: flex;
        justify-content: space-between;
        font-weight: bold;
        gap: 10px;
        text-align: right;
    }
    .nested_table .tr p:before{
        content: attr(data-title);
        font-weight: normal;
        color: #959595;
        text-align: left;
    }

    .nested_table .outer .outer .tr > *:first-child{
        padding-left: 1.5rem;
    }
    .nested_table .outer .outer{
        margin-left: 20px;
        width: unset;
    }

    .nested_table .tr .toggle{
        position: absolute;
        bottom: 10px;
        left: 1.5rem;
        width: calc(100% - 3rem);
        height: 29px;
        line-height: 25px;
    }
    .nested_table .tr .toggle::before{
        content: "Открыть";
        line-height: inherit;
    }
    .nested_table .tr .toggle.opened::before{
        content: "Закрыть";
    }

	/* .nested_table .tr > *{
		flex: 0 0 200px;
	}

	.nested_table.first_big .tr > *:first-child{
		flex: 0 0 300px;
	} */
}

.page-item .page-link{
    cursor: pointer;
}

.page-item .page-link.not_link{
    cursor: default;
}


.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    float: left;
    position: relative;
    margin-right: 7px;
}
.table tr.space{
    height: 30px;
}
.table td.fill{
    background: #e1e1e1;
}
.table td.without_border{
    border-bottom-width: 0px;
}
.table td.t-right, .table th.t-right{
    text-align: right;
}
.table td.t-center, .table th.t-center{
    text-align: center;
}

.table.small > :not(caption) > * > *{
    padding: 5px 7px !important;
}


.main-menu .navbar-header{
    height: 90px;
}
.navbar-brand .logo, .brand-logo .logo{
    height: 60px;
}
.pre{
    white-space: pre-wrap;
}
.line_break{
    line-break: anywhere;
}

.ql-align-right {
	text-align: right;
}
.ql-align-center {
	text-align: center;
}
.ql-align-left {
	text-align: left;
}
.ql-syntax{
    padding: 14px 20px;
    font-family: monospace;
}

.no-flex{
    flex: none;
}
.flex-fix{
    min-width: 1px;
    min-height: 1px;
}

.card-text img{
    max-width: 100%;
    border-radius: 6px;
}
.badge{
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
