div.list-item {
	background-color: #F5F5F5;
	padding: 12px;
	margin: 5px 0px;
	box-sizing: border-box;
	font-size: 14px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
}

div.list-item.light {
    background-color: #FFF;
    padding: 0px;
    margin: 5px 0px;
    box-sizing: border-box;
    font-size: 14px;

    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -khtml-border-radius: 0px;
}

.row-fluid.compact [class*="span"] {
    min-height: 15px;
}


div.list-item input[type="checkbox"] {
	margin: -3px 5px 0px 0px;
}

.hasEmpty:empty {
    display: none !important;
}

/* Separators */
.separator-right {
	padding-right: 10px;
	border-right: 1px solid #e8e8e8;
	/*margin-right: 10px;*/
}

.separator-left {
	padding-left: 8px;
	border-left: 1px solid #e8e8e8;
	margin-left: 8px;
}

.row-fluid.line-border {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 5px;
	display: inline-block;
}

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

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

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

.scroll-block {
    overflow-y: scroll;
    height: 600px;


    &::-webkit-scrollbar {
        width: 7px;
        height: 0;
    }

    &::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: #cdcdcd;
    }

    &::-webkit-scrollbar-track {
        background: #eaeaea;
    }
}

#rebpm-calendar {
    z-index: 1090;
}

.no-margin { margin: 0 !important; }
.no-padding { padding: 0px; }

.margin10 {
	margin-left: 10px;
	margin-right: 10px;
}

.margin-left-5 {
    margin-left: 5px;
}

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

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

.margin-top-10 {
	margin-top: 10px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-top-20 {
	margin-top: 20px;
}

.space-bottom-20 {
	margin-bottom: 20px;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.space-bottom-10 {
	margin-bottom: 10px;
}

.padding-left-20 {
	padding-left: 20px;
}

.pt-0 {
    padding-top: 0;
}

.\!pt-0 {
    padding-top: 0 !important;
}

.padding-top-10 {
    padding-top: 10px; !important;
}

.padding-left-10 {
    padding-left: 10px; !important;
}

.padding-right-10 {
    padding-right: 10px; !important;
}

.padding-5 {
    padding: 5px;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.displayInlineBlock {
    display: inline-block;
}

.breakWord {
    overflow-wrap: break-word;
}

.mb-badge {
	font-size: 14px;
	padding: 1px 5px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
}
.mb-badge a, .text-white{
	color:#fff;
}

.mb-badge .displayInlineBlock a {
    color: inherit;
}

.mb-badge.error {
	background-color: #FFE1E1;
	color: #FF0000;
}

.mb-badge.mb-red {background-color: #FFE1E1; color: #900000;}
.mb-badge.mb-green, .mb-badge.mb-green a {background-color: #E1FFE1; color: #005a00;}
.mb-badge.mb-black, .mb-badge.mb-black a {background-color: black; color: white;}
.mb-badge.mb-gray, .mb-badge.mb-gray a {background-color: #8c8c8c; color: white;}

.mb-badge.mb-color-green {color: #005a00;}
.mb-badge.mb-color-orange {color: #ffd9a0;}
.mb-badge.mb-color-violet {color: #9900ae;}
.mb-badge.mb-color-gray {color: #8c8c8c;}

.mb-badge.blue {
	background-color: #daf0ff;
	color: #183d65;
}

.mb-badge.orange {
	background-color: #ffd9a0;
	color: #736248;
}

.mb-badge.red {
	background-color: #d05e5e;
	color: #fff
}

.mb-badge.gray {
	background-color: #8c8c8c;
	color: #fff;
}

.text-xs {
    font-size: 12px;
}

.whitespace-pre-wrap {
    white-space: pre-wrap;
}

.text-sm {
    font-size: 14px;
}

.row-fluid.small-text-gray {
	font-size: 12px;
}

.nowrap {
	white-space: nowrap;
}

.prewrap {
    white-space: pre-wrap;
}

.col4 {
    display: block;
    float: left;
    width: 30%;
    padding: 5px;
}

/*** Поля ввода ***/

input[type="text"].input-inline, .input-inline textarea {
    user-select: text;
    outline: 0;
    border: 1px solid transparent;
    box-shadow: none;
    border-radius: 0;
}

input[type="text"].input-inline:focus {
    border-color: transparent;
    border-bottom-color: #4c8bf7;
    box-shadow: none;
}

.microblock-select {
    font-size: 14px;
    position: relative;
    display: inline-block;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    cursor: pointer;
}

.microblock-select-options {
    position: absolute;
    left: 0;
    min-width: max-content;
    padding: 10px;
    min-height: 40px;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    border: lightgray 1px solid;
    cursor: pointer;
    z-index: 5000;
}

.microblock-select-options::-webkit-scrollbar {
    width: 7px;
    height: 0;
}

.microblock-select-options::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #cdcdcd;
}

.microblock-select-options::-webkit-scrollbar-track {
    background: #eaeaea;
}

.microblock-select-options .selected_option {
    text-decoration: underline;
    text-decoration-style: dashed;
}

.microblock-select-options .option_item.hasChildren {
    cursor: default;
}

.microblock-select-options .hasChildren .option_item {
    margin-left: 10px;
    cursor: pointer;
}

.microblock-required {
    position: absolute;
    color: red;
    top: 15px;
    left: -1px;
    font-size: 12px;
    white-space: nowrap;
}

.microblock-select-options .microblock_select_search_inputs {
    width: 90%;
    box-sizing: border-box;
    border: 1px solid #aaa;
}

.microblock-select-options .microblock_select_search_inputs:focus {
    box-shadow: none;
}

.control-group .controls .microblock-select, .input.select .microblock-select:not(.select2) {
    height: 20px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    text-decoration: none;
}

.control-group .controls .microblock-select .microblock-select-options, .input.select .microblock-select:not(.select2) .microblock-select-options {
    top: 25px;
}

.control-group .controls .microblock-select .microblock-required, .input.select .microblock-select .microblock-required {
    top: 27px;
}

.input.select .microblock-select.has-microblock-required {
    margin-bottom: 10px;
}
.item-selected-react-deleted {
    border: none;
    margin-left: 3px;
}

.microblock-upload_add-inner {
    background-color: transparent;
    border: none;
    height: 100%;
}

.microblock-upload_add-inner:focus {
    outline: none;
}

.microblock-select-ajax {
    min-width: 230px;
}

.mb-line-height-30 {
    line-height: 30px;
}

.microblock_select_search {
    position: relative;
}

.microblock_select_search_clear {
    position: absolute;
    color: black;
    display: flex;
    align-items: center;
    top: 0px;
    height: 20px;
    right: 5px;
}

.microblock_select_search_clear:hover {
    color: black;
    text-decoration: none;
}

.item-selected-react + .item-selected-react {
    margin-left: 5px;
}

.microblock_no_border {
    border: none !important;
}

.microblock-select.microblock-cleared {
    padding-right: 12px;
}

.microblock-select .microblock-clear {
    position: absolute;
    top: 0;
    right: 0;
}

.microblock-select.select2 {
    font-size: 14px;
    box-sizing: border-box;
    /*height: 30px;*/
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: pre;
    width: fit-content;
    min-width: 180px;
    color: #444;
    line-height: 28px;
}
.microblock-select.select2:first-child {
    padding-right: 33px;
}

.microblock-select.select2.microblock-multiple {
    height: auto;
    white-space: normal;
}

.microblock-select.select2.microblock-multiple .microblock_no_border {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    overflow-y: auto;
    max-height: 90px;
}

.microblock-select.select2.microblock-multiple .item-selected-react {
    position: relative;
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    padding: 0 5px 0 15px;
}

.microblock-select.select2.microblock-multiple  .item-selected-react-deleted {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    bottom: 0;
    cursor: pointer;
}

.microblock-select.select2:after {
    position: absolute;
    height: 26px;
    content: "▼";
    top: 1px;
    right: 1px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.microblock-select.microblock-select--opened.select2:after {
    content: "▲";
}

.option_item--empty {
    cursor: default !important;
}
.option_item--empty:hover {
    background: none !important;
    color: inherit !important;
}

.microblock-select.select2 .microblock-select-options {
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-radius: 0 0 4px 4px;
}

.microblock-select.select2 .microblock-select-options .option_item {
    line-height: 20px;
    padding: 6px;
}

.microblock-select.select2 .microblock-select-options .option_item.selected_option {
    background-color: #ddd;
    text-decoration: none;
}

.microblock-select.select2 .microblock-select-options .option_item:not(.hasChildren):hover{
    background-color: #5897fb;
    color: white;
}

.microblock-select.select2 .microblock-clear {
    display: flex;
    align-items: center;
    top: 2px;
    right: 20px;
    justify-content: center;
    height: 26px;
}

.flex-grow {
    flex-grow: 1;
}

.flex-grow-0 {
    flex-grow: 0;
}

.\!flex-grow-0 {
    flex-grow: 0 !important;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

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

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

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.flex-1 {
    flex: 1 1 0;
}

.px-5 {
    padding-left: 5px;
    padding-right: 5px;
}

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

.flex-row-reverse {
    flex-direction: row-reverse;
}

.justify-end {
    justify-content: flex-end;
}

.min-w-min {
    min-width: min-content;
}

.\!min-w-min {
    min-width: min-content !important;
}

.min-w-max {
    min-width: max-content;
}

.float-right {
    float: right;
}

.flex-inline {
    display: inline-flex;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.label\:whitespace-nowrap label {
    white-space: nowrap;
}

.hover\:text-black:hover {
    color: black;
}

.no-underline {
    text-decoration: none;
}

.hover\:no-underline:hover {
    text-decoration: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.left-auto {
    left: auto;
}

.right-auto {
    left: auto;
}

.top-auto {
    left: auto;
}

.bottom-auto {
    left: auto;
}

.top-0 {
    top: 0;
}

.top-5 {
    top: 5px;
}

.left-0 {
    left: 0
}

.right-0 {
    right: 0
}

.right-10 {
    right: 10px
}

.justify-center {
    justify-content: center;
}

.justify-evenly {
    justify-content: space-evenly;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.w-130 {
    width: 130px;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.h-min-600 {
    min-height: 600px;
}

.min-w-150 {
    min-width: 150px;
}

.max-w-150 {
    max-width: 150px;
}

.min-h-150 {
    min-height: 150px;
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.box-border {
    box-sizing: border-box;
}
.\!box-border {
    box-sizing: border-box !important;
}

.box-content {
    box-sizing: content-box;
}
.\!box-content {
    box-sizing: content-box !important;
}

.overflow-y-visible {
    overflow-y: visible;
}

.h-one-line {
    height: 30px;
}

.w-full, .w-100 {
    width: 100%;
}

.max-w-full {
    max-width: 100%;
}

.min-w-full {
    min-width: 100%;
}

.separator-content-comma > *:not(*:last-child):after {
    content: " ,";
}

.custom-file label {
    display: inline-block;
    margin-left: -15px;
    padding-left: 20px;
}
.custom-file input {
    display: none;
}

.text-inherit {
    color: inherit;
}
.\!text-inherit {
    color: inherit !important;
}

.column-gap-1 {
    column-gap: 4px;
}

.gap-1 {
    gap: 4px;
}

.p-0 {
    padding: 0;
}
.\!p-0 {
    padding: 0 !important;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.\!py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.px-[\3px] {
    padding-left: 3px;
    padding-right: 3px;
}
.\!px-[\3px] {
    padding-left: 3px !important;
    padding-right: 3px !important;
}


.m-0 {
    margin: 0;
}
.\!m-0 {
    margin: 0 !important;
}

.border-0 {
    border-width: 0;
}
.\!border-0 {
    border-width: 0 !important;
}

.shadow-none {
    box-shadow: 0 0 #0000;
}

.focus\:shadow-none:focus {
    box-shadow: 0 0 #0000;
}

.\!focus\:shadow-none:focus {
    box-shadow: 0 0 #0000 !important;
}

.peer\/checkbox-item:checked~ .peer-checked\/checkbox-item\:hidden {
    display: none;
}

.peer\/checkbox-item:checked~ .peer-checked\/checkbox-item\:block {
    display: block;
}
.peer\/checkbox-item:checked~ .peer-checked\/checkbox-item\:inline {
    display: inline-block;
}
.peer\/checkbox-item:not(:checked)~ .peer-unchecked\/checkbox-item\:hidden {
    display: none;
}

.text-\[\#0088CC\] {
    color: #0088CC;
}

.hover\:pointer:hover {
    cursor: pointer;
}

.first\:nowrap > *:first-child {
    white-space: nowrap;
}

.text-ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hover\:peer\/inside-item:hover .peer\/inside-item-hover\:inline-flex{
    display: inline-flex;
    visibility: visible;
}

.hover\:peer\/inside-item:hover .peer\/inside-item-hover\:visible {
    visibility: visible;
}

.hover\:inline-flex:hover {
    display: inline-flex;
    visibility: visible;
}

.text-\[\#00ff00\] {
    color: #00ff00;
}
.text-black {
    color: black;
}
.text-\[\#ff1200\] {
    color: #ff1200;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.invisible {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.max-w-md {
    max-width: 28rem;
}

.min-w-md {
    min-width: 28rem;
}

@media (max-width: 768px) {
    .col4 {
        width: 45%;
    }

    .md\:flex-wrap {
        flex-wrap: wrap;
    }

    .md\:min-w-max {
        min-width: max-content;
    }
}

@media (min-width: 1280px) {
    .xl\:flex-initial {
        flex-wrap: initial;
    }

    .xl\:min-w-initial {
        min-width: initial;
    }
}


@media (max-width: 480px) {
	.small-separator-bottom {
		border-left: 0;
		border-right: 0;
		border-top: 0;
		border-bottom: 1px solid #e8e8e8;
		margin: 10px;
		padding: 5px;
	}
}
