html, body, body > .table {
  min-height: 100%;
  min-height: 100vh;
}
*, body {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    color: #3A3F40;
}
.scroll-visible {
    overflow: hidden auto;
    margin-right: -15px;
    padding-right: 5px;
    height: 75vh;
}
.scroll-visible:hover::-webkit-scrollbar {
    display: block;
}
.scroll-visible::-webkit-scrollbar {
    width: 5px;
    display: block;
}

.scroll-visible::-webkit-scrollbar-thumb {
    background: #018089;
    border-radius: 10px;
}

.scroll-visible::-webkit-scrollbar-track {
    background: rgba(122,122,122,0.1);
    border-radius: 10px;
}

.datetimepicker th.switch,
b, h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik Medium', sans-serif;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.3px;
}
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}
h1 {
    font-size: 28px;
    line-height: 35px;
}
h2 {
    font-size: 18px;
    line-height: 21px;
}
h3, h4, h5, h6 {
    font-size: 14px;
    line-height: 21px;
}
table {
    width: 100%;
}
th {
    padding: 7px 0 7px 22px;
    font-weight: normal;
}
td {
    padding: 14px 0 14px 22px;
}
th, td {
    white-space: nowrap;
}
th:first-child, td:first-child {
    padding-left: 14px;
}
th:last-child, td:last-child {
    padding-right: 0;
}
th p, td p {
    white-space: normal;
    margin: 0;
}
a.asc:after, a.desc:after {
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}
a.asc:after {
    content: "\e253";
}
a.desc:after {
    content: "\e252";
}
input, label, p, span, a {
    line-height: 21px;
}
th,
table a,
input::placeholder {
    color: #909090;
}
textarea,
input[type="text"],
input[type="number"] {
    background: #fff;
    border: 1px solid #DADCDF;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(0, 0, 0, 0.1)!important;
    padding: 6px 9px;
    outline: none;
}
input[disabled="disabled"] {
    border: 1px solid #DADCDF!important;
    background-color: #F0F0F0!important;
    cursor: default!important;
}
input[disabled="disabled"]:hover {
    border: 1px solid #DADCDF;
    background-color: #F0F0F0;
}
.chosen-single:hover,
.select2-selection:hover {
    border: 1px solid #B8BBC0!important;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(0, 0, 0, 0.1)!important;
}
.btn:hover,
textarea:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="text"]:hover,
input[type="number"]:hover  {
    border: 1px solid #B8BBC0;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(0, 0, 0, 0.1);
    outline: none;
}
.btn:focus,
textarea:focus,
.chosen-single:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="text"]:focus,
input[type="number"]:focus {
    border: 1px solid;
    border-color: #0088EB!important;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(0, 0, 0, 0.1);
    outline: none;
}
.btn:active,
input[type="submit"]:active,
input[type="reset"]:active {
    box-shadow: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

textarea{
    resize: none;
}
textarea::placeholder {
    color: #DADCDF;
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.search_by_id {
    margin-bottom: 24px;
}
.search_by_id input {
    width: 340px;
    margin: 0!important;
}
.icon-search {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: -30px;
    padding-top: 4px;
    cursor: pointer;
}
input[type=checkbox] {
    margin: 0;
    cursor: pointer;
    width: 14px;
    height: 13px;
}
input[type=checkbox] + label{
    padding-left: 8px;
    margin-bottom: 7px;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
input[type=checkbox]:after {
    content: '';
    width: 14px;
    height: 14px;
    margin: 0;
    background: #FFFFFF;
    border: 1px solid #DADCDF;
    border-radius: 2px;
    position: absolute;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
input[type=checkbox]:checked:after {
    background-image: url(/images/checkbox_checked.png);
    background-size: 10px;
    background-color: #0096A1;
    background-repeat: no-repeat;
    color: #fff;
    border-color: #0096A1;
    background-position: 1px;
}
input[type=checkbox]:focus,
input[type=checkbox]:focus:after,
.select2-search__field:focus {
    border: 1px solid #0088EB!important;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(0, 0, 0, 0.1)!important;
    outline: none;
}
#search-knowledge,
#right-edit-modal {
    min-width: 38vw;
}
.check-group {
    margin-top: 21px;
}
.check-group h3 {
    margin-bottom: 7px;
}
.check-group div {
    position: relative;
    margin-left: 1px;
}


.btn {
    border-radius: 4px;
    font-weight: normal;
    padding: 6px 16px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F3F3F3 100%);
    border: 1px solid #BDBEC6;
    color: #3A3F40;
    box-shadow: none;
    margin: 0 22px 0 0;
}
.btn:focus {
    box-shadow: #ffffff 0 0 0 1px, #0088EB 0 0 0 2px;
}
.btn-submit,
.btn-submit:focus,
.btn-submit:active {
    background: linear-gradient(180deg, #0096A1 0%, #007D86 100%);
    border: 1px solid #018089;
    color: #fff;
}
.btn-submit:hover {
    background: linear-gradient(180deg, #007D86 0%, #007D86 100%);
    border: 1px solid #018089;
    color: #fff;
}

.select2-search__field {
    background: url(/images/angle-down.png) 98% 50% no-repeat!important;
    background-size: 14px!important;
    border: 1px solid #DADCDF!important;
    border-radius: 4px!important;
    background-color: #fff!important;
}

.chosen-single,
.task-form-block select,
.select2-selection {
    background: url(/images/angle-down.png) 98% 50%;
    background-repeat: no-repeat!important;
    background-size: 14px;
    border: 1px solid #DADCDF;
    border-radius: 4px!important;
    text-align: left;
    padding: 6px 22px 6px 8px!important;
    outline: none;

    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;

    display: block;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(0, 0, 0, 0.1)!important;
}
.chosen-single,
.task-form-block select {
    border: 1px solid #DADCDF!important;
}

.chosen-container {
    position: relative;
}
.chosen-results {
    position: absolute;
    background-color: #fff;
    z-index: 1;
    list-style: none;
    padding: 0;
}
.chosen-results li {
    padding: 6px 8px;
    cursor: pointer;
    margin: 0;
    outline: none;
    border-left: 1px solid #DADCDF!important;
    border-right: 1px solid #DADCDF!important;
}
.chosen-results li:first-child {
    margin-top: 4px;
}
.chosen-results li:last-child {
    margin-bottom: 4px;
}
.chosen-drop {
    display: none;
}
.chosen-container-active .chosen-drop{
    display: block;
}
.task-form-block.section-1 .select2-container{
    width: 100%;
}
div#half-mode .select2-container {
    width: 120px!important;
}
.chosen-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.task-form-block.section-1 .select2-selection,
.task-form-block.section-1 .select2-selection:hover {
    background: url(/images/angle-down.png) 96% 50% no-repeat, linear-gradient(180deg, #FFFFFF 0%, #F3F3F3 100%);
    background-size: 14px, contain;
    box-shadow: none!important;
    border: 1px solid #DADCDF!important;
}
.chosen-search input {
    height: 35px;
}
.chosen-search input:hover {
    border: 1px solid #DADCDF;
}
.chosen-search input:focus {
    border: 1px solid #0088EB;
}
.task-field,
.task-form-block select {
    color: #909090;
    cursor: default!important;
}
.chosen-single span,
.select2-selection__rendered {
    color: #909090!important;
    padding: 0 0 3px 0!important;
    margin: 0;
}
.chosen-single:hover {
    text-decoration: none;
}
textarea:focus
{
    border: 1px solid #0088EB!important;
    outline: none!important;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(0, 0, 0, 0.1)!important;
}
.chosen-search:focus,
.task-form-block.section-1 .select2-selection:focus {
    box-shadow: #ffffff 0 0 0 1px, #0088EB 0 0 0 2px!important;
    border-radius: 4px!important;
    outline: none;
}
.select2-dropdown,
.chosen-results {
    margin-top: 6px!important;
    border-radius: 4px!important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15)!important;
}
.select2-dropdown {
    border: 1px solid #DADCDF!important;
}
.chosen-container-multi .chosen-results,
.select2-results__options {
    background: #fff;
    padding: 6px 0!important;
    border-radius: 4px;
}
.chosen-container-multi .chosen-results li {
    padding: 3px 9px!important;
}
.chosen-results {
    box-shadow: inset 0 0 0 1px #DADCDF!important;
}
.chosen-results li {
    outline: none;
    border: none!important;
}
.chosen-results li.highlighted {
    background-color: rgba(107, 107, 107, 0.1)!important;
    color: #3A3F40!important;
}
.chosen-results li.result-selected {
    background-color: rgba(1, 126, 136, 0.2)!important;
}
.chosen-results li:hover {
    background-color: rgba(107, 107, 107, 0.1);
}
.chosen-results li:focus,
.select2-dropdown li:hover {
    background-color: rgba(107, 107, 107, 0.1)!important;
}
.select2-results__option {
    color: #3A3F40!important;
}
.chosen-results .result-selected,
.select2-results__option[aria-selected="true"] {
    background-color: rgba(1, 126, 136, 0.2)!important;
}
.result-selected,
.chosen-container-multi .chosen-results li.highlighted,
.select2-results__option--highlighted {
    color: #3A3F40;
    background-color: rgba(107, 107, 107, 0.1)!important;
}
.select2-selection__arrow {
    display: none;
}
.tab-pane {
    padding: 0!important;
}
.tab-content {
    margin-top: 29px;
}
.tab-content > div {
    /*position: relative;*/
    /*overflow: hidden scroll;*/
    /*height: 72vh;*/
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #F0F0F0!important;
    border: 1px solid #CED1D5!important;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(0, 0, 0, 0.1)!important;
    color: #9C9C9C!important;
    cursor: default!important;
}
.has-success textarea.form-control {
    border: 1px solid #DADCDF;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(0, 0, 0, 0.1);
}
.form-control {
    padding: 6px 8px;
}

.user-icon {
    display: table-cell;
    width: 35px;
    vertical-align: top;
    padding-right: 14px;
}
.fa-user {
    background-color: #DADCDF;
    border-radius: 50%;
    color: #fff;
    line-height: 34px;
    text-align: center;
    width: 36px;
    height: 36px;
    font-size: 20px;
}
#task-comment-block {
    overflow: hidden scroll;
    margin-bottom: 220px;
}
.task-comment {
    background: #F7F9FA;
    width: 100%;
    margin-bottom: 14px;
    border-radius: 4px;
    padding: 14px;
    display: table;
}
.task-comment > div h3 {
    margin-bottom: 6px;
}
.small-text,
.task-comment > div h3 > span {
    color: #909090;
    font-size: 12px;
    line-height: 14px;
    margin-left: 14px;
}



.kaizen-table tbody tr td {
    border-top: 1px solid #DADCDF;
}
table span {
    color: #909090;
}

.soft_move {
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.empty {
    color: #909090;
}
.ajax-select-dropdown {
    margin-top: -34px!important;
    background: none!important;
    border: none!important;
    box-shadow: none!important;
}
.ajax-select-dropdown:hover {
    background-color: unset!important;
}
.ajax-select-dropdown .select2-search--dropdown {
    padding: 0;
}
.chosen-container,
.ajax-select-dropdown .select2-search__field {
    margin: 0;
    height: 34px;

}
.ajax-select-dropdown .select2-search__field {
    padding: 6px 8px !important;
}
.ajax-select-dropdown .select2-results__options {
    margin-top: 6px!important;
    border-radius: 4px!important;
    border: 1px solid #DADCDF!important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15)!important;
}


li.no-results {
    display: none;
}

.has-success.select2-container--krajee .select2-dropdown,
.has-success .select2-container--krajee .select2-selection {
    border-color: #16991B!important;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #16991B!important;
}
.has-error.search_by_id,
.has-error .form-control,
.has-error.select2-container--krajee .select2-dropdown,
.has-error .select2-container--krajee .select2-selection {
    border-color: #a94442;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442!important;
}


.datetimepicker {
    padding: 7px!important;
    margin-top: 6px!important;
    border: 1px solid #DADCDF!important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15)!important;
}
.datetimepicker table {
    border-collapse: separate;
}
.datetimepicker table tr:first-child td:first-child { border-top-left-radius: 10px; }
.datetimepicker table tr:first-child td:last-child { border-top-right-radius: 10px; }
.datetimepicker table tr:last-child td:first-child { border-bottom-left-radius: 10px; }
.datetimepicker table tr:last-child td:last-child { border-bottom-right-radius: 10px; }

/*.datetimepicker td,*/
/*.datetimepicker th {*/
    /*width: 24px!important;*/
    /*font-size: 12px;*/
    /*line-height: 14px;*/
/*}*/
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
    background: linear-gradient(180deg, #0096A1 0%, #007D86 100%);
    border-radius: 4px;
}
.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
    color: #DADCDF;
}
.datetimepicker th.switch {
    color: #3A3F40;
}
.table-condensed .next,
.table-condensed .next:hover,
.table-condensed .prev,
.table-condensed .prev:hover {
    background: url(/images/angle-down.png) 3px 0 no-repeat!important;
    background-size: 14px!important;
}
.datetimepicker-days .table-condensed .next,
.datetimepicker-days .table-condensed .next:hover,
.datetimepicker-days .table-condensed .prev,
.datetimepicker-days .table-condensed .prev:hover {
    background: url(/images/angle-down.png) 7px 0 no-repeat!important;
    background-size: 14px!important;
}
.table-condensed .prev {
    transform: rotate(90deg);
}
.table-condensed .next {
    transform: rotate(-90deg);
}
.table-condensed .next > span,
.table-condensed .prev > span {
    display: none;
}
[class*=" datetimepicker-dropdown"]:after,
[class*=" datetimepicker-dropdown"]:before {
    display: none!important;
}
.datetimepicker .datetimepicker-days .dow,
.datetimepicker .datetimepicker-days td {
    /*border: 4px solid!important;*/
    /*border-color: #fff!important;*/
}


.shadow_knowledge {
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.75);
    color: whitesmoke;
    padding: 15px;
    min-width: 300px;
    -webkit-box-shadow: 0px -15px 40px 35px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0px -15px 40px 35px rgba(0, 0, 0, .75);
    box-shadow: 0px -15px 40px 35px rgba(0, 0, 0, .75);

    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.shadow_knowledge.left {
    left: -3999px;
    top: 0;
    bottom: 0;
}

.shadow_knowledge.right {
    right: -3999px;
    top: 0;
    bottom: 0;
}

.shadow_knowledge.top {
    top: -3999px;
    left: 0;
    right: 0;
}

.shadow_knowledge.bottom {
    bottom: -3999px;
    left: 0;
    right: 0;
}
.search .shadow_knowledge {
    padding: 21px 15px 15px;
}

.shadow_inner {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
    border: 2px #fff dotted;
    margin: 10px auto;
}

.show_shadow {
    cursor: pointer;
}

.move_right {
    right: 0 !important;
}

.move_left {
    left: 0 !important;
}

.move_top {
    top: 0 !important;
}

.move_bottom {
    bottom: 0 !important;
}

#actions_knowledge,
#manual_knowledge,
#checkgroup_knowledge,
.shadow_knowledge {
    background: #FFFFFF;
    border-left: 1px solid #DADCDF;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

#actions_knowledge .close_shadow,
#manual_knowledge .close_shadow,
#checkgroup_knowledge .close_shadow,
.shadow_knowledge .close_shadow {
    outline: none;
    border: none;
}

#actions_knowledge .shadow_inner,
#manual_knowledge .shadow_inner,
#checkgroup_knowledge .shadow_inner,
.shadow_knowledge .shadow_inner {
    border-radius: 5px;
}

.task-form-block.section-1 .select2-selection .select2-container--disabled .select2-selection--single,
input[disabled],
input[readonly],
textarea[disabled],
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #F0F0F0!important;
    color: #9C9C9C!important;
}

input[type="checkbox"][disabled] + label,
input[type="checkbox"][readonly] + label {
    color: #9C9C9C!important;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a,
.pagination > li > span {
    background: linear-gradient(180deg, #FFFFFF 0%, #F3F3F3 100%);
    border: 1px solid #BDBEC6!important;
    border-radius: 4px;
    color: #909090!important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #3A3F40!important;
}
.fa-sign-in,
.fa-sign-out {
    color: #fff;
    margin-right: 10px;
}
#um_username {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
    display: block;
}
#um_position {
    color: #808080;
}

#left_menu_list li i,
#left_menu_list li img {
    opacity: 0.5;
}
#left_menu_list li.active i,
#left_menu_list li:hover i,
#left_menu_list li.active img,
#left_menu_list li:hover img {
    opacity: 1;
}
.main_menu_btn {
    margin: 0 auto;
    display: block;
    background: none;
    border: none;
    padding: 18px 0;
}
.main_menu_btn,
.main_menu_btn:hover,
.main_menu_btn:focus,
.main_menu_btn:active {
    margin: 0 auto;
    display: block;
    background: none!important;
    border: none;
    padding: 18px 0;
    box-shadow: none!important;
    outline: none!important;
}
.main_menu_btn .fa {
    color: #fff;
}

#edit-form-header {
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00636B;
    color: #fff;
    width: 100%;
    z-index: 1;
    padding: 0 40px;
    display: flex;
    align-items: center;
}
#edit-form-header span {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px 0 0 21px;
}
#edit-form-header h2,
#edit-form-header span {
    white-space: nowrap;
    color: #fff;
}
.nav-tabs {
    border: none;
    display: inline-block;
    box-shadow: inset 0 -2px 0 -1px #DADCDF;
}
.nav-tabs li {
    margin: 0;
    padding: 0;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.nav-tabs li a {
    padding: 3px 0;
    margin-right: 20px;
    background: #D0DDE8;
}
.nav-tabs a {
    background: none!important;
    color: #3A3F40;
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    border-bottom: 1px solid #DADCDF;
    border-radius: 0!important;
    padding: 10px 15px;
}
.nav-tabs li:first-child a {
    padding-left: 0;
    margin-left: 0;
}
.nav-tabs li:last-child a {
    padding-right: 0;
    margin-right: 0;
}
.nav-tabs a:focus,
.nav-tabs a:hover{
    box-shadow: none;
    border-bottom: 1px solid #DADCDF;
    color: #3A3F40!important;
}
.nav-tabs li.active a {
    border-bottom: 2px solid #0096A1;
}
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
    border-bottom: 2px solid #0096A1;
}
/*.tab-content > .active {*/
    /*border: none;*/
/*}*/
/*.chosen-container-multi .search-field,*/
/*.chosen-container-multi .search-choice {*/
    /*!*padding: 3px 0 3px 3px!important;*!*/
    /*!*height: 27px;*!*/
/*}*/
.select2-selection--multiple {
    padding: 0!important;
    border-radius: 4px!important;
}
.select2-selection--multiple .select2-selection__rendered > * {
    margin: 0 0 3px 3px!important;
    height: 27px;
}
.chosen-container-multi .search-choice,
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: 3px 28px 3px 10px!important;
    background: #DADCDF!important;
    color: #3A3F40;
    position: relative;
    box-shadow: none!important;
    border-radius: 4px;
}
.chosen-container-multi .search-choice-close,
.select2-selection--multiple .select2-selection__choice__remove {
    color: #3A3F40!important;
    position: absolute!important;
    right: 8px!important;
    top: 2px!important;
    font-size: 18px!important;
    margin: 0!important;
    opacity: 1!important;
    text-shadow: none!important;
}
.chosen-container-multi .search-choice-close:hover,
.select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #3A3F40!important;
}
.chosen-container-multi .search-field input,
.select2-selection--multiple .select2-search__field {
    height: 27px!important;
    padding: 0!important;
    margin: 0!important;
    border: none!important;
    background: #fff!important;
    outline: none!important;
}
.chosen-container-multi .search-field input,
.select2-selection--multiple .select2-search__field:focus {
    box-shadow: none!important;
}
.chosen-container-multi .search-field input {
    height: 27px!important;
    display: block;
    min-height: 27px;
}
.system-top-menu-block-container > a,
.system-top-menu-block-container > a:hover {
    background: url(/images/system-message.png) no-repeat!important;
    width: 24px;
    height: 24px;
    background-size: contain!important;
    padding: 0!important;
    margin: 0;
    border: none;
}
.system-top-menu-block-container > a:hover {
    opacity: 0.5;
}
.system-top-menu-block-container .label {
    bottom: -7px;
    right: -7px;
    padding: 3px 6px;
    background-color: #fff;
    color: #02636b;
    border-radius: 10px;
    top: auto;
    position: absolute;
}
#systemtopmenublock-items {
    transform: translate(-90%, 24px);
}

#toast-container {
    margin-top: 58px;
}

.chosen-container-single .chosen-single div > b,
.chosen-single .chosen-single div > b {
    display: none;
}
.chosen-container-multi a.search-choice-close {
    background: none!important;
}
.chosen-container-multi a.search-choice-close:after {
    content: '×';
    width: 10px;
    height: 10px;
    color: #3A3F40;
    position: relative;
    top: 1px;
    cursor: pointer;
}
.pagination {
    margin: 20px 0 0;
}

div[class*="col-"] {
    margin: 0;
    padding: 0 0 0 0;
}

.chosen-container-multi .chosen-choices .search-field {
    margin: 3px 0 3px 3px!important;
    height: 27px;
    width: 100%;
    padding: 6px 22px 6px 8px!important;
}
.chosen-container-multi .chosen-choices .search-choice,
.select2-selection--multiple .select2-selection__rendered > * {
    margin: 3px 0 0 3px!important;
}

.chosen-container-multi .chosen-drop {
    background: transparent;
    box-shadow: none;
    border: none;
}
.chosen-container-multi .chosen-results li {
    margin: 0!important;
}

.chosen-container .chosen-drop {
    background: transparent!important;
    box-shadow: none;
    border: none;
}
.chosen-container .chosen-results {
    margin: 0!important;
    outline: none;
    padding: 0;
    max-height: 200px;
    overflow: scroll;
}
.chosen-container-multi {
    height: auto;
}

#user-menu {
    position: absolute;
    right: 44px;
    top: 62px;
    width: 200px;
    padding: 4px 0;
    background: #FFFFFF;
    border: 1px solid #DADCDF;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: none;
}
#user-menu a {
    display: block;
    color: #3A3F40;
    padding: 6px 8px;
}
#user-menu a:hover {
    background: rgba(107, 107, 107, 0.1);
}
.show-menu {
    display: inherit;
    border-left: 1px solid #dadcdf;
}
.show-menu:hover > #user-menu {
    display: block;
}
.chosen-results {
    z-index: 9999;
}
.select2-selection__choice {
    white-space: normal;
    height: auto;
}
.select2-selection ul.select2-selection__rendered,
.select2-selection ul.select2-selection__rendered .select2-search--inline,
.select2-selection ul.select2-selection__rendered .select2-search--inline .select2-search__field {
    width: 100%!important;
    padding-left: 3px!important;
}
.select2-selection ul.select2-selection__rendered .select2-selection__choice {
    display: inline-block;
    float: left;
}

#login-form {
    width: 200px !important;
    margin: auto;
}

@media screen and (min-width: 996px) {
    #login-form {
        width: 55%;
        margin: auto;
        }
    }
