:root {
	--text-danger: #a94442;
	--layout-text: #959595;
	--footer-bac: #f5f5f5;
}
@font-face {
    font-family: 'Open Sans';
    src: local("Open Sans"), local("OpenSans"), url(/static/1663e709646feb079be2.woff2) format("fonts/woff2"), url(/static/3624373bce77a2ff170f.woff) format("woff"), url(/static/4fd93e7d9adef3658017.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(/static/b9d632faf18b2130c7b4.woff2) format("/fonts/woff2"), url(/static/6ad45a0ef3f478cb372b.woff) format("woff"), url(/static/94c3a69b7657c1c4f39a.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(/static/07550738c1b1dc2c3964.woff2) format("woff2"), url(/static/edeadb72433b3a70366a.woff) format("woff"), url(/static/b3078ce5617b3a91a7ab.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(/static/19ab73726eb7d53b956d.woff2) format("woff2"), url(/static/4f7c4bbf135a06fef7dd.woff) format("woff"), url(/static/07e82c85686362f20aea.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

html,
body {
    height: 100%;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 93.75%;
    line-height: 1.24em;
}

th {
    font-weight: 300;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 20px 15px 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ '\e151';
}

a.desc:after {
    content: /*"\e114"*/ '\e152';
}

.sort-numerical a.asc:after {
    content: '\e153';
}

.sort-numerical a.desc:after {
    content: '\e154';
}

.sort-ordinal a.asc:after {
    content: '\e155';
}

.sort-ordinal a.desc:after {
    content: '\e156';
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: var(--text-danger);
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover,
.btn-link:hover,
a:focus {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.table-active-row {
    cursor: pointer;
}

.table-active-row:hover {
    background-color: #fcf8e3;
}

.table-active-row .btn {
    opacity: 0;
}

.table-active-row:hover .btn {
    opacity: 1;
}

.table {
    width: auto;
    max-width: 100%;
}

.panel table:last-child {
    margin-bottom: 0;
}

.panel table tr th {
    border-top: 0;
    white-space: nowrap;
}

.form-group .form-control.with-buttons {
    width: 60px;
    border-radius: 4px;
    float: left;
}

.form-group .form-control.with-buttons ~ .btn-group {
    padding-left: 1.24rem;
    float: left;
}

.modal-footer .pull-left {
    width: 100%;
    text-align: left;
}

.link {
    cursor: pointer;
}

.department__checkbox-wrapper {
    background-image: url(/static/0146f349d60229cf316b.svg);
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    transition: opacity 0.3s;
    opacity: 0;
    position: relative;
    top: 0;
    margin-right: 0;
}

.department__checkbox-wrapper.checked {
    background-image: url(/static/595804c603f34f9c88e0.svg);
    opacity: 1;
}

.department__checkbox-wrapper.partial {
    background-image: url(/static/65b64147ea92c21f1259.svg);
    opacity: 1;
}

.department__checkbox-wrapper.radio {
    background-image: url(/static/369c4d41864ef0c22197.svg);
    margin-top: -3px;
}

.department__checkbox-wrapper.radio.checked {
    background-image: url(/static/1f81b2fc3b5c3fe08019.svg);
}

.department__checkbox-wrapper .department-check {
    opacity: 0;
    margin: 0;
    display: block;
    height: 20px;
    width: 20px;
}

.disabled {
    cursor: not-allowed !important;
}

.box-check {
    display: inline-block;
    vertical-align: top;
    position: relative;
    white-space: nowrap;
}

.search-wrapper {
    float: right;
    margin-top: 10px;
}

.modal-lg .modal-content .box-text {
    max-width: 540px !important;
}

.modal-lg .modal-content .sub-checkboxes .box-text {
    max-width: 500px !important;
}

.box-text {
    display: inline-block;
    position: relative;
    cursor: default;
    vertical-align: text-top;
    line-height: 22px;
    width: 100%;
    margin-top: -1px;
    max-width: 350px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box-text:hover {
    max-width: 100%;
    width: auto;
    text-overflow: initial;
    overflow: initial;
    word-break: break-word;
    white-space: initial;
}

.ico {
    display: inline-block;
    background-repeat: no-repeat;
}

.ico:hover,
.name-icons a:hover,
.btn:hover,
ul.dropdown-menu li:hover a {
    box-shadow: none;
}

.name-icons {
    padding: 8px;
    padding-right: 0;
    padding-left: 0;
    display: inline-block !important;
    width: 18px;
    float: right;
    margin-right: 0 !important;
}

.name-toggle .ico {
    vertical-align: middle;
    margin-right: 5px;
    width: 34px;
    height: 34px;
}

.ico-edit-name {
    background-image: url(/static/aaf62680e9ecb1c9f4fa.svg);
}

.ico-edit-name:hover {
    background-image: url(/static/a2318b666eab4cefc00b.svg);
}

.ico-preview-name {
    background-image: url(/static/00ea7c82c85ded6ce385.svg);
}

.ico-preview-name:hover {
    background-image: url(/static/db0cfd6cb8a70fc6c62b.svg);
}

.ico-save-name {
    background-image: url(/static/f59c0b540ecde7125f9f.svg);
}

.ico-save-name:hover {
    background-image: url(/static/e1250a2983eff2b5e43d.svg);
}

.input-group-addon-between {
    border-left: 0;
    border-right: 0;
}

.has-error .mce-tinymce {
    border-color: var(--text-danger);
}

.has-error .tox-sidebar-wrap {
    border: 1px solid var(--text-danger);
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    min-height: 27px;
}

table tr td p {
    margin-bottom: 5px;
}

table tr td p:last-child {
    margin-bottom: 0;
}

.loader {
    background: url(/static/131804db6891f75bc4a1.svg) no-repeat center center;
    -webkit-background-size: 45px 45px;
    -moz-background-size: 45px 45px;
    background-size: 45px 45px;
    min-height: 50px;
}

.sub-checkboxes {
    margin: 5px 0 5px 0;
}

.form-group .sub-checkboxes p {
    margin: 5px 0 0 0;
}

.form-group checkboxes p {
    margin: 5px 0 0 0;
}

a {
    display: inline-table;
}

checkboxes p a + .show-yet {
    margin-right: 5px;
}

.panel-heading .license-package {
    height: auto;
}

.panel-heading .license-package .progress {
    height: 10px;
    margin-bottom: 0;
}

.panel-heading .license-package .progress-info {
    margin-bottom: 2px;
}

.panel-heading .license-package .progress {
    margin-bottom: 3px;
}

.panel-heading .license-package:last-child .progress {
    margin-top: 0;
}

.panel-default > .panel-heading {
    background-color: #ffffff;
}

.navbar-default {
    background-color: #ffffff;
}

.navbar-default .navbar-brand {
    color: initial;
}

.navbar-default .navbar-nav > li > a {
    color: initial;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #337ab7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #337ab7;
    background-color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #337ab7;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #36397f;
}

.navbar-default .navbar-brand .description {
    text-align: left;
    font-size: 14px;
    line-height: 1.24em;
    color: var(--layout-text);
}

.actions {
    text-align: right;
    white-space: nowrap;
}

tr.disabled td {
    opacity: 0.5;
}

.disabled .actions {
    opacity: 1;
}

.btn-default.active.alert-danger,
.btn-default.alert-danger:hover {
    color: var(--text-danger);
    background-color: #f2dede;
    border-color: var(--text-danger);
}

.btn-default.active.alert-warning,
.btn-default.alert-warning:hover {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.btn-default.active.alert-info,
.btn-default.alert-info:hover {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #31708f;
}

.btn-default.active.alert-success,
.btn-default.alert-success:hover {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.footer {
    background-color: #ffffff !important;
    margin-top: 50px;
}

.fa-arrow-down:before {
    content: '↓';
}

.fa-arrow-up:before {
    content: '↑';
}

.modal-body .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}

.ui-select-bootstrap .ui-select-match-text {
    text-overflow: ellipsis;
    overflow: hidden;
}

.modal-checkbox-selector {
    margin-top: -7px;
}

.select-icon {
    width: 14px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
    opacity: 0.6;
}

.ui-select-bootstrap .ui-select-choices-row > span {
    width: calc(100% + 10px);
    position: relative;
    left: -10px;
}

.ico-most-dngrs {
    background-image: url(/static/4f05a9e9f2e0be099ead.svg);
    margin-right: 0 !important;
    width: 16px !important;
    top: 0 !important;
}

.ico-ext-attack {
    background-image: url(/static/482291d135a3b05d4ab3.svg);
}

.ico-corp-attack {
    background-image: url(/static/d4e32c89f014d1f6b9e7.svg);
}

.ico-pers-attack {
    background-image: url(/static/cc7baf5cc7da9a9411d7.svg);
}

tags-input.vectors-tags .tags {
    padding: 1px 0 8px 8px;
}

tags-input.vectors-tags .tags .tag-item {
    margin: 7px 7px 0 0 !important;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-family: 'Open Sans';
    font-style: normal;
    font-size: 14px;
}

tags-input.vectors-tags.dis .input {
    display: none;
}

tags-input.vectors-tags .input {
    margin-top: 7px !important;
}

.custom-color-item {
    height: 26px;
    margin: 0 -6px;
    padding: 0 6px;
    color: rgb(85, 85, 85);
    font-size: 14px !important;
}

.campaign-vectors-filters-wrapper .btn {
    padding-left: 12px !important;
    padding-right: 12px !important;
    line-height: 22px;
}

.campaign-vectors-filters-wrapper .btn i {
    position: relative;
    top: -2px;
}

.dropdown-menu-custom-a {
    width: calc(100% + 10px);
    position: relative;
    left: -10px;
}

.modal-policy-body {
    margin: 0 20px;
}

.input-group.gmt-group [uib-typeahead-popup].dropdown-menu {
    left: 0 !important;
}

.input-group.gmt-group .form-control {
    border-radius: 0 4px 4px 0 !important;
}

.input-group.gmt-group label {
    margin-bottom: 0;
}

.has-error .no-error {
    color: #555;
    background-color: #fff;
    border-color: #ccc;
}

.has-error .no-error:focus {
    color: #555;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    border-color: #66afe9;
}

.has-error .no-error.input-group-addon,
.has-error .no-error.input-group-addon:focus {
    background-color: #eee;
}

.btn-policy i {
    background-image: url(/static/4996cbabad15022d300d.svg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    top: 1px;
    left: 1px;
}

.policy-small-input-field {
    display: inline-block;
    width: 60px;
    margin: 0 10px;
}

.user-form-policy-wrapper {
    padding: 20px 10px 15px 10px;
    position: relative;
    left: 20px;
}

.control-label-policy {
    font-weight: 100;
}

a:hover {
    box-shadow: 0px 1px 0px 0px rgba(162, 197, 238, 1);
}

a:hover,
a:focus {
    text-decoration: none;
}

h1 small a.header_small_link {
    font-size: 14px;
}

.arrow-btn {
    opacity: 0.7;
    margin: 2px 4px 2px 0;
}

.arrow-btn.enabled {
    opacity: 1;
}

.template-arrows-wrapper {
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 4px;
}

.arrow-close-icon {
    margin-left: 3px;
}

.require-new-password-wrapper {
    padding: 6px 0 8px 0;
}

.erase-domain {
    position: absolute;
    right: -10px;
    top: 5px;
}

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

.modal-xxl {
    width: 800px;
}

.modal-small {
    width: 600px;
}

.dependent_modal-h5 {
    margin-bottom: 20px;
    margin-left: 10px;
    font-weight: 500;
}

.dependent_template {
    margin-left: 10px;
    margin-bottom: 20px;
}

.control-label {
    padding-top: 0 !important;
}

.form-group checkboxes p.no_margin {
    margin: 0;
}

.no-link,
.no-link:hover,
.no-link:visited,
.no-link:focus,
.no-link a,
.no-link a:hover,
.no-link a:visited,
.no-link a:focus {
    color: #333 !important;
    text-decoration: none;
    cursor: default !important;
    box-shadow: none;
}

.no-link.text-danger {
    color: var(--text-danger) !important;
}

.department-field + .dropdown-menu {
    display: none !important;
}

.department-field.department-has-matches + .dropdown-menu:not(.ng-hide) {
    display: block !important;
}

.word-wrap.table > tbody > tr > td {
    word-break: break-all;
}

.btn-group > input:last-child:not(:first-child) {
    width: auto;
    flex-grow: 1;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.break-word {
    word-break: break-all;
}

input.form-control.search {
    background-image: url(/static/582c00112daa9d325a4a.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    padding-right: 32px;
    width: 270px;
    font-weight: normal;
}

.close-search {
    display: block;
    margin-top: -35px;
    margin-right: -35px;
}

.close-search > span {
    padding: 10px;
    font-size: 15px !important;
}

.close-search > span > span {
    font-size: 15px !important;
}

search-panel .close-search {
    margin-right: -30px;
}

sync-user-access {
    display: block;
}

sync-user-access[variable] {
    width: 300px;
}

sync-user-access[variable] .box-text {
    width: 250px;
}

sync-user-access.no-data {
    display: block;
    width: auto;
}

.ui-select-bootstrap .ui-select-choices-row > span {
    white-space: normal !important;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-left-0 {
    padding-left: 0;
}

th .dropdown-toggle + .dropdown-menu {
    left: -20px;
}

.nav .dropdown-toggle + .dropdown-menu {
    left: -5px;
    min-width: min-content;
}

.role-section {
    margin-bottom: 5 box-text-wrapperpx;
}

.role-section.delimiter {
    margin-bottom: 15px;
}

.role-section .box-text {
    white-space: nowrap !important;
}

.role-section-rights {
    margin-left: -20px;
}

.role-section-rights .box-text {
    padding-left: 4px;
}

.role-section:not(.delimiter) .role-section-rights {
    margin-bottom: 5px;
}

.role-section-rights,
.role-sub-section-rights,
.role-section-sub-rights,
.role-sub-sections {
    display: table;
}

.role-section-rights .role-section-right,
.role-sub-sections .role-sub-section,
.role-sub-section-rights .role-sub-section-right,
.role-section-sub-rights .role-section-sub-right {
    padding-left: 20px;
    width: auto;
    display: table;
}

.role-section-sub-rights:last-child {
    margin-bottom: 5px;
}

.role-section .box-check,
.role-sub-section .box-check {
    top: 0px !important;
}

.role-section .box-text,
.role-sub-section .box-text {
    top: 1px !important;
}

.box-text-wrapper {
    display: inline-block;
}

.box-text-wrapper .small {
    color: gray;
}

.box-text-wrapper::first-letter {
    text-transform: uppercase;
}

.role-section-rights .box-text-wrapper::first-letter,
.role-section-rights .box-text-wrapper {
    text-transform: lowercase;
}

.form-horizontal .control-label.role-section-label {
    padding-top: 0;
}

.panel.panel-default .panel-body p.text-danger {
    margin-bottom: 0;
}

.text-danger {
    color: var(--text-danger) !important;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed !important;
}

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

.wrapper-links {
    margin-right: 5px;
}

.navbar-collapse {
    padding-right: 32px;
}

.af-logo {
    position: absolute;
    width: auto;
    height: 91px;
    top: 0;
    right: 3.33%;
}

.af-logo img {
    width: auto;
    max-height: 91px;
}

.btn-link .anonym-downloader-panel {
    color: initial;
}

.anonym-downloader-panel {
    color: initial;
    position: absolute;
    margin-left: -90px;
    width: auto;
    z-index: 9;
    line-height: 20px;
    bottom: 32px;
}

.anonym-downloader-panel p {
    padding-bottom: 10px;
    margin: 0;
    white-space: nowrap;
}

.anonym-downloader-panel a {
    cursor: pointer;
    color: #4b8fdf !important;
    border-bottom: none;
}

.anonym-downloader-panel a:hover {
    border-bottom: none;
    box-shadow: 0 1px 0 0 #a2c5ee;
}

.anonym-downloader-panel a.nolink {
    color: #333 !important;
}

.anonym-calends-wrapper {
    position: absolute;
    left: 20px;
    top: 60px;
    width: auto;
    height: auto;
    display: block;
}

.anonym-calends-wrapper .dropdown-menu {
    top: 0;
    position: relative;
    padding-top: 14px;
    white-space: initial;
}

.anonym-calends-wrapper .anonym-arrow {
    top: 2px;
    z-index: 1001;
}

.anonym-calends-wrapper .anonym-arrow-from {
    right: 200px;
}

.anonym-text-wrapper {
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.anonym-arrow {
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    transform: rotate(45deg);
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
    right: 100px;
    margin-top: -7px;
}

.anonym-arrow-bottom {
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    transform: rotate(45deg);
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #fff;
    left: 120px;
    margin-top: -7px;
}

a > .fa {
    padding-right: 5px;
    width: 15px;
    height: 15px;
    display: inline;
}

td a > .fa {
    padding-right: 0;
}

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

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

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

.disabled-tinymce {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1051;
}

.table > tbody > tr {
    background: white;
}

.table > tbody > tr > td {
    padding-right: 20px;
}

.table > tbody > tr > td:last-child {
    padding-right: initial;
}

.noresize {
    resize: none;
}

.text-danger a.download {
    color: var(--text-danger) !important;
}

.float-left {
    float: left;
}

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

.disabled {
    cursor: not-allowed;
}

.ext-richtext {
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(/static/0a1265f1fefe11b71883.svg);
    width: 34px;
    height: 34px;
    background-position: center;
    cursor: pointer;
    background-size: 30px;
    background-color: #ffffff;
}

.form-horizontal .form-group {
    display: flex;
    align-items: baseline; /* Задача AN-4036 */
}

.form-horizontal .aling-center {
    align-items: center;
}

.tox .tox-tbtn:focus,
.tox .tox-tbtn:hover {
    background: initial !important;
    cursor: pointer;
}

.tox .tox-tbtn--enabled,
.tox .tox-tbtn--enabled:hover {
    background: #c8cbcf !important;
}

.text-muted {
    color: #b8b8b8;
}

.industry-list {
    list-style: none;
    margin-top: -10px;
    padding: 0;
}

.industry-list > li:last-child {
    margin-bottom: 10px;
}

.industry-list__item {
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 25px;
    border-radius: 3px;
}

.table tr td:first-letter,
.table tr td strong:first-letter {
    text-transform: uppercase;
}

.download-certs {
    position: relative;
    margin-top: 10px;
    margin-left: 30px;
}

.table-row > .actions > a {
    opacity: 0;
}

.table-row:hover > .actions > a {
    opacity: 1;
}

.clicker {
    cursor: pointer;
}

.cert-dowloader-panel {
    color: initial;
    position: absolute;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    z-index: 9;
    line-height: 20px;
    top: -85px;
}

.pre-line {
    white-space: pre-line;
}

.table-row > .actions > a {
    opacity: 0;
}

.table-row:hover > .actions > a {
    opacity: 1;
}

.clicker {
    cursor: pointer;
}

.languages-ckeckbox {
    background-image: url(/static/0146f349d60229cf316b.svg);
}

.languages-checked {
    background-image: url(/static/595804c603f34f9c88e0.svg);
}

.email-field-login {
    padding-right: 0;
    width: 113px;
}

.login-form {
    padding-right: 0;
}

.list-attachment_ico {
    width: 1.3rem;
    height: 1.3rem;
    margin-right: .3rem;
}

.list-attachment_wrapper {
    display: flex;
    align-items: center;
}

.mng-error-container .form-control,
.mng-error-container .form-control:hover {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0 0 0 / 8%), 0 0 6px #ce8483;
}

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.8 - 2017-04-18T05:43:43.881Z
 * License: MIT
 */.ui-select-highlight{font-weight:700}.ui-select-offscreen{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.selectize-control.single>.selectize-input>input,.selectize-control>.selectize-dropdown{width:100%}.ui-select-choices-row:hover{background-color:#f5f5f5}.ng-dirty.ng-invalid>a.select2-choice{border-color:#D44950}.select2-result-single{padding-left:0}.select-locked>.ui-select-match-close,.select2-locked>.select2-search-choice-close{display:none}body>.select2-container.open{z-index:9999}.ui-select-container.select2.direction-up .ui-select-match,.ui-select-container[theme=select2].direction-up .ui-select-match{border-radius:0 0 4px 4px}.ui-select-container.select2.direction-up .ui-select-dropdown,.ui-select-container[theme=select2].direction-up .ui-select-dropdown{border-radius:4px 4px 0 0;border-top-width:1px;border-top-style:solid;box-shadow:0 -4px 8px rgba(0,0,0,.25);margin-top:-4px}.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search,.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search{margin-top:4px}.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match,.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match{border-bottom-color:#5897fb}.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0}.selectize-input.selectize-focus{border-color:#007FBB!important}.selectize-control.multi>.selectize-input>input{margin:0!important}.ng-dirty.ng-invalid>div.selectize-input{border-color:#D44950}.ui-select-container[theme=selectize].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25);margin-top:-2px}.ui-select-container[theme=selectize] input.ui-select-search-hidden{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0;width:0}.btn-default-focus{color:#333;background-color:#EBEBEB;border-color:#ADADAD;text-decoration:none;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.ui-select-bootstrap .ui-select-toggle{position:relative}.ui-select-bootstrap .ui-select-toggle>.caret{position:absolute;height:10px;top:50%;right:10px;margin-top:-2px}.input-group>.ui-select-bootstrap.dropdown{position:static}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control{border-radius:4px 0 0 4px}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control.direction-up{border-radius:4px 0 0 4px!important}.ui-select-bootstrap .ui-select-search-hidden{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0}.ui-select-bootstrap>.ui-select-match>.btn{text-align:left!important}.ui-select-bootstrap>.ui-select-match>.caret{position:absolute;top:45%;right:15px}.ui-select-bootstrap>.ui-select-choices,.ui-select-bootstrap>.ui-select-no-choice{width:100%;height:auto;max-height:200px;overflow-x:hidden;margin-top:-1px}body>.ui-select-bootstrap.open{z-index:1000}.ui-select-multiple.ui-select-bootstrap{height:auto;padding:3px 3px 0}.ui-select-multiple.ui-select-bootstrap input.ui-select-search{background-color:transparent!important;border:none;outline:0;height:1.666666em;margin-bottom:3px}.ui-select-multiple.ui-select-bootstrap .ui-select-match .close{font-size:1.6em;line-height:.75}.ui-select-multiple.ui-select-bootstrap .ui-select-match-item{outline:0;margin:0 3px 3px 0}.ui-select-multiple .ui-select-match-item{position:relative}.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close{pointer-events:none}.ui-select-multiple:hover .ui-select-match-item.dropping-before:before{content:"";position:absolute;top:0;right:100%;height:100%;margin-right:2px;border-left:1px solid #428bca}.ui-select-multiple:hover .ui-select-match-item.dropping-after:after{content:"";position:absolute;top:0;left:100%;height:100%;margin-left:2px;border-right:1px solid #428bca}.ui-select-bootstrap .ui-select-choices-row>span{cursor:pointer;display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.ui-select-bootstrap .ui-select-choices-row>span:focus,.ui-select-bootstrap .ui-select-choices-row>span:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.ui-select-bootstrap .ui-select-choices-row.active>span{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.ui-select-bootstrap .ui-select-choices-row.active.disabled>span,.ui-select-bootstrap .ui-select-choices-row.disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.ui-select-match.ng-hide-add,.ui-select-search.ng-hide-add{display:none!important}.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match{border-color:#D44950}.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25)}.ui-select-bootstrap .ui-select-match-text{width:100%;padding-right:1em}.ui-select-bootstrap .ui-select-match-text span{display:inline-block;width:100%;overflow:hidden}.ui-select-bootstrap .ui-select-toggle>a.btn{position:absolute;height:10px;right:10px;margin-top:-2px}.ui-select-refreshing.glyphicon{position:absolute;right:0;padding:8px 27px}@-webkit-keyframes ui-select-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes ui-select-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.ui-select-spin{-webkit-animation:ui-select-spin 2s infinite linear;animation:ui-select-spin 2s infinite linear}.ui-select-refreshing.ng-animate{-webkit-animation:none 0s}

.modal-form_checkbox {
    margin-right: 0.5rem;
}

.react-checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    flex-shrink: 0;
}

.react-checkbox_active::before {
    display: block;
    content: ' ';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: 2px solid #36397f;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

.modal-form_checkbox-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.modal-form {
    display: grid;
    grid-template-columns: 160px 466px 20px;
    column-gap: 16px;
    margin-bottom: 0.5rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.attachment_icon-wrapper {
    padding: 8px 12px;
    border: 1px solid #8C8C8C;
    border-right: none;
    cursor: pointer;
}

.attachment_icon-wrapper:hover {
    background-color: #D4D4D4;
}

.attachment_icon-wrapper:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.attachment_icon-wrapper:last-child {
    border-right: 1px solid #8C8C8C;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.attachment_icon-wrapper__active {
    background-color: #D4D4D4;
    cursor: default;
}

.e-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(2, 0, 25, 0.87);
}

.e-browser-error-wrapper {
    display: flex;
}

.e-browser-error-text {
    display: flex;
    flex-direction: column;
    width: 924px;
    justify-content: center;
}
.e-browser-error-title {
    line-height: 72px;
    font-size: 60px;
    font-weight: 900;
}
.e-browser-error-line {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.e-browser-error-ico {
    width: 297px;
}

@media(max-width: 1440px){
    .e-browser-error-text {
        width: 677px;
    }
}
@media(max-width: 1280px){
    .e-browser-error-text {
        width: 677px;
    }
}

tags-input {
  display: block;
}
tags-input *,
tags-input :after,
tags-input :before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
}
tags-input .host:active {
  outline: 0;
}
tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  box-shadow: 1px 1px 1px 0 #d3d3d3 inset;
  height: 100%;
}
tags-input .tags.focused {
  outline: 0;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}
tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
  background: linear-gradient(to bottom, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
}
tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top, #febbbb 0, #fe9090 45%, #ff5c5c 100%);
  background: linear-gradient(to bottom, #febbbb 0, #fe9090 45%, #ff5c5c 100%);
}
tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  vertical-align: middle;
  font: 700 16px Arial, sans-serif;
  color: #585858;
}
tags-input .tags .input.invalid-tag,
tags-input .tags .tag-item .remove-button:active {
  color: red;
}
tags-input .tags .input {
  border: 0;
  outline: 0;
  margin: 2px;
  padding: 0 0 0 5px;
  float: left;
  height: 26px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
tags-input .tags .input::-ms-clear {
  display: none;
}
tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}
tags-input[disabled] .host:focus {
  outline: 0;
}
tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
}
tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: -webkit-linear-gradient(top, #f0f9ff 0, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
  background: linear-gradient(to bottom, #f0f9ff 0, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
}
tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}
tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}
tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
}
tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -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);
}
tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}
tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
tags-input .autocomplete .suggestion-item.selected,
tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item em {
  font: normal 700 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
tags-input {
  box-shadow: none;
  border: none;
  padding: 0;
  min-height: 34px;
}
tags-input .host {
  margin: 0;
}
tags-input .tags {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
tags-input .tags .tag-item {
  color: #fff;
  background: #428bca;
  border: 1px solid #357ebd;
  border-radius: 4px;
}
tags-input .tags .tag-item.selected {
  color: #fff;
  background: #d9534f;
  border: 1px solid #d43f3a;
}
tags-input .tags .tag-item .remove-button:hover {
  text-decoration: none;
}
tags-input .tags.focused {
  border: 1px solid #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
tags-input .autocomplete {
  border-radius: 4px;
}
tags-input .autocomplete .suggestion-item.selected,
tags-input .autocomplete .suggestion-item.selected em {
  color: #262626;
  background-color: #f5f5f5;
}
tags-input .autocomplete .suggestion-item em {
  color: #000;
  background-color: #fff;
}
tags-input.ng-invalid .tags {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
tags-input[disabled] .tags {
  background-color: #eee;
}
tags-input[disabled] .tags .tag-item {
  background: #337ab7;
  opacity: 0.65;
}
tags-input[disabled] .tags .input {
  background-color: #eee;
}
.input-group tags-input {
  padding: 0;
  display: table-cell;
}
.input-group tags-input:not(:first-child) .tags {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group tags-input:not(:last-child) .tags {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-lg tags-input:first-child .tags {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.input-group-lg tags-input:last-child .tags {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.input-group-sm tags-input:first-child .tags {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.input-group-sm tags-input:last-child .tags {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input-group-lg tags-input,
tags-input.ti-input-lg {
  min-height: 46px;
}
.input-group-lg tags-input .tags,
tags-input.ti-input-lg .tags {
  border-radius: 6px;
}
.input-group-lg tags-input .tags .tag-item,
tags-input.ti-input-lg .tags .tag-item {
  height: 38px;
  line-height: 37px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-lg tags-input .tags .tag-item .remove-button,
tags-input.ti-input-lg .tags .tag-item .remove-button {
  font-size: 20px;
}
.input-group-lg tags-input .tags .input,
tags-input.ti-input-lg .tags .input {
  height: 38px;
  font-size: 18px;
}
.input-group-sm tags-input,
tags-input.ti-input-sm {
  min-height: 30px;
}
.input-group-sm tags-input .tags,
tags-input.ti-input-sm .tags {
  border-radius: 3px;
}
.input-group-sm tags-input .tags .tag-item,
tags-input.ti-input-sm .tags .tag-item {
  height: 22px;
  line-height: 21px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-sm tags-input .tags .tag-item .remove-button,
tags-input.ti-input-sm .tags .tag-item .remove-button {
  font-size: 16px;
}
.input-group-sm tags-input .tags .input,
tags-input.ti-input-sm .tags .input {
  height: 22px;
  font-size: 12px;
}
.has-feedback tags-input .tags {
  padding-right: 30px;
}
.has-success tags-input .tags {
  border-color: #3c763d;
}
.has-success tags-input .tags.focused {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-error tags-input .tags {
  border-color: var(--text-danger);
}
.has-error tags-input .tags.focused {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-warning tags-input .tags {
  border-color: #8a6d3b;
}
.has-warning tags-input .tags.focused {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.footer {
  height: 60px;
  background-color: var(--footer-bac);
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
header {
  clear: both;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 3.1rem 0 1.86rem 0;
  position: relative;
}
header .header-title {
  font-size: 2.2rem;
  line-height: 1.364rem;
  color: #36397f !important;
  font-weight: 600;
  border: none;
  box-shadow: none;
  text-decoration: none;
}
.header-title:hover {
  text-decoration: none;
  box-shadow: none !important;
}
header .header-logout {
  position: absolute;
  right: 15px;
  top: -15px;
}
header .header-logout.d-block {
  top: 3.1rem;
}
header .header-description {
  color: var(--layout-text);
  padding-top: 0.62rem;
}
header .header-user-fullname {
  vertical-align: baseline;
}
header .header-user-fullname > * {
  display: inline-block;
}
header .header-user-email {
  float: right;
  margin-right: 25px;
}
header .header-icon-logout {
  padding: 5px;
  margin: -5px;
  margin-left: 0;
  cursor: pointer;
}
footer {
  color: var(--layout-text);
  font-size: 0.92rem;
  line-height: 1.24rem;
  padding-top: 1.86rem;
  padding-bottom: 1.86rem;
  position: relative;
}
footer::before {
  background-color: #DFDFDF;
  content: " ";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tox-dropzone-container__active {
  border: 1px solid #ccc;
}
.tox-dropzone-container__error > .tox-dropzone {
  border-color: #FF5F5F;
  background-color: #feeeee;
}
.logo-awr {
  width: 200px;
}
.flex-wrapper {
  display: flex;
  align-items: center;
}
.flex-baseline {
  display: flex;
  align-items: baseline;
}
.wrapper {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.space-between {
  justify-content: space-between;
}
.flex-column {
  flex-direction: column;
}
.justify-between {
  justify-content: space-between;
}
.modal-qr {
  width: 600px;
}
.mng-table {
  width: 100%;
}
.mng-table_noborder {
  border: none!important;
}
.mng-table_body {
  border: none!important;
}
.mng-table_icon {
  width: 1.1rem;
  height: 1.1rem;
  stroke: #999999;
}
.mng-table_icon-wrapper {
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  opacity: 0;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.mng-table_icon-wrapper:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
.mng-table_icon-wrapper:hover > .mng-table_icon {
  stroke: black;
}
.mng-table_row {
  border-bottom: 1px solid #ddd;
}
.mng-table_row:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.mng-table_row:hover .mng-table_icon-wrapper {
  opacity: 1;
}
.mng-table_row:last-child {
  border: none;
}
.mng-table_row:last-child > .mng-table_row__notification {
  padding-bottom: 20px;
}
.mng-table_row:first-child {
  border-bottom: 1px solid #ddd;
}
.mng-table_cell {
  border-top: none!important;
  padding-top: 4px!important;
  padding-bottom: 4px!important;
  vertical-align: middle!important;
}
.mng-table_cell__icon {
  align-items: center;
  justify-content: right;
}
.mng-table_caption {
  line-height: 2rem!important;
  font-weight: 600;
}
h1 {
  margin-bottom: 20px;
}
h1 span {
  font-size: 14px;
}
h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-group textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 400px;
}
.form-group textarea.small {
  min-height: 150px;
}
.form-group textarea.very-small {
  min-height: 50px;
}
.form-group p {
  margin: 10px 0 0 0;
}
.drop-box-container {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.drop-box {
  position: relative;
  background: #f8f8f8;
  border: 5px dashed #ddd;
  width: 100%;
  height: 200px;
  text-align: center;
  margin: 0;
  font-size: 2em;
  color: #aaa;
  line-height: 4em;
}
.drop-box .btn {
  position: absolute;
  left: calc(50% - 70px);
  display: inline;
  bottom: 40px;
  margin: 0 auto;
}
ng-form[name='attachmentForm'] .progress {
  margin-bottom: 0;
}
.inline-items-group {
  display: block;
}
.inline-items-group .inline-item {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  height: 34px;
}
.inline-items-group .inline-item:last-child {
  margin-right: 0;
}
.inline-items-group .inline-item.inline-item-input {
  min-width: 300px;
  max-width: 300px;
}
.inline-items-group .inline-item input[type='text'] {
  height: 35px;
}
.links > * {
  padding-left: 5px;
}
.links > *:first-child {
  padding-left: 0px;
}
attachment-instances .form-group:last-child {
  margin-bottom: 0;
}
.process-container {
  margin-left: 15px;
  line-height: 28px;
  display: inline-block;
  text-align: left;
  width: calc(100% - 230px);
  float: right;
  min-height: 33px;
}
.process-container-xxl {
  width: calc(100% - 240px);
}
.process-container.large {
  width: 600px;
}
.process-container.small {
  width: 315px;
}
.process-container.text {
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
}
.process-container > div {
  display: inline-block;
}
.process-container .process-text {
  float: right;
  text-align: left;
  width: calc(100% - 20px);
}
.error-container {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  height: auto;
  margin: 85px 0;
}
.error-container .logo-container {
  display: block;
  height: 90px;
  width: 100%;
}
.error-container .logo-container .logo {
  display: block;
  float: left;
  background-size: cover;
  width: 75px;
  height: 90px;
  background-image: url('/logo.svg');
  background-repeat: no-repeat;
  margin-left: -35px;
}
.error-container .logo-container .separator {
  display: none;
}
.error-container .logo-container .slogan {
  display: none;
}
.error-container .message-container {
  width: 100%;
  display: block;
  margin-top: 20px;
}
.error-container .message-container h1 {
  font-size: 31px;
}
.error-container .message-container .message {
  margin-top: 45px;
  width: 100%;
  font-size: 14px;
  display: block;
}
#login {
  margin-top: 0px;
  line-height: 1.24em;
  color: #555;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#login a {
  /*color: #4B8FDF;*/
  text-decoration: none !important;
  cursor: pointer;
}
#login a:hover {
  box-shadow: 0px 1px 0px 0px #a2c5ee;
}
#login a:active,
#login a:focus {
  border: none;
}
#login a:hover,
#login a:active {
  outline: 0;
  text-decoration: none !important;
}
#login #form {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  clear: both;
  padding-top: 3.1rem;
  padding-bottom: 3.1rem;
}
#login #form .login-title {
  font-weight: 300;
  color: #333;
  padding-bottom: 1.24rem;
  font-size: 1.2rem;
  line-height: 1.5em;
}
.languages {
  text-align: left;
  margin: 0 auto;
  width: 85px;
  padding: 10px 0 0 0;
  margin-top: -10px;
}
.languages a {
  cursor: pointer;
}
.languages a:hover {
  text-decoration: none;
  box-shadow: none !important;
}
.languages > a {
  text-decoration: none;
  box-shadow: none !important;
  display: table;
  width: 85px;
}
.languages .lang-flag {
  width: 14px;
  height: 9px;
  display: inline-block;
  margin-right: 5px;
}
.languages .lang-flag.ru {
  background-image: url(/static/6ad1fb9417cea40f9c3f.png);
}
.languages .lang-flag.en {
  background-image: url(/static/62524a2cfca8529a4f77.png);
}
.languages .lang-flag.it {
  background-image: url(/static/e02acadbc40fff61c5b6.png);
}
.languages .lang-flag.de {
  background-image: url(/static/aabb2e6967caebd399d7.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.languages .fa {
  margin-left: 3px;
}
.languages:hover .languages-list {
  width: 120px !important;
  max-width: 120px;
  overflow: hidden;
  min-width: 120px;
  margin: 0 auto;
  display: table;
  position: absolute !important;
  left: calc(50% - 60px);
  top: -100px;
}
.languages:hover .languages-list.languages-login {
  top: -70px;
}
.languages .languages-list {
  position: relative !important;
  display: none;
  margin-top: -115px;
}
.languages .languages-list a {
  display: block;
  width: 100%;
  text-decoration: none;
  box-shadow: none;
}
.languages .languages-list a:hover {
  background-color: #428bca;
  color: #ffffff;
}
.box-attachment {
  display: block;
  line-height: 38px;
  float: left;
  padding-right: 10px;
  cursor: pointer;
  white-space: nowrap;
}
.box-attachment .attach-icon {
  display: block;
  width: 19px;
  height: 38px;
  background-image: url(/static/7a1c11e8e0eb94b03c8f.svg);
  background-repeat: no-repeat;
}
.box-attachment .attach-icon.checked {
  background-image: url(/static/79b22aadc3156dc674bb.svg);
}
.box-attachment .attach-icon.lnk {
  background-image: url(/static/cec3222ff1eddc6d7e4e.svg);
}
.box-attachment .attach-icon.file-lnk {
  background-image: url(/static/66dbd6131b3cbee595fb.svg);
}
sync-instances.updater label + .col-sm-7 {
  margin: 5px 0 5px 0;
}
.svg-red,
.svg-red * {
  fill: #d95350 !important;
}
.svg-gray,
.svg-gray * {
  fill: #888888 !important;
}
.spin-wrapper {
  margin-right: 7px;
}

.secondFactorPage__wrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: 300px;
    margin-bottom: 20px;
}

.secondFactorPage__form {
    width: 100%;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    padding: 15px 15px 20px;
}

.secondFactorPage__form-footer {
    display: flex;
    align-items: baseline;
}

.secondFactorPage__password {
    width: 100%;
    font-weight: normal;
}

.secondFactorPage__icon-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.secondFactorPage__icon-show {
    background-image: url(/static/64170287d7b1733d4087.svg);
}

.secondFactorPage__icon-hidden {
    background-image: url(/static/47290e80a9160591d297.svg);
}

.secondFactorPage__legend {
    width: 620px;
    border: none;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.secondFactorPage__password-label {
    width: 70px;
    text-align: right;
}

.secondFactorPage__header {
    display: flex;
    align-items: baseline;
}

.secondFactorPage__submit {
    margin-right: 20px;
}

.secondFactorPage__indicator {
    margin-left: 12px;
    display: flex;
    gap: 4px;
}

.twoFactorAuthModal__password-field {
    width: 300px!important;
}

.twoFactorAuthModal__label {
    width: 420px;
    color: #333;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0 auto 1.5rem;
}

.twoFactorAuthModal__qr-code__wrapper {
    display: flex;
    justify-content: center;
    border: 1px solid;
}

.twoFactorAuthModal__left {
    border-image: linear-gradient(#ccc 5%, transparent 5%, transparent 95%, #ccc 95%)0 0 0 1;
    position: relative;
}

.twoFactorAuthModal__left::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    border: 1px solid;
    left: -1px;
    border-image: linear-gradient(to right,#ccc 5%,transparent 0,transparent 95%,#ccc 0)1 0 0 0;
    right: -1px;
}

.twoFactorAuthModal__right {
    border-image: linear-gradient(#ccc 5%, transparent 5%, transparent 95%, #ccc 95%)0 1 0 0;
}

.twoFactorAuthModal__right::before {
    display: block;
    content: " ";
    position: absolute;
    bottom: 0;
    border: 1px solid;
    left: -1px;
    border-image: linear-gradient(to right,#ccc 5%,transparent 0,transparent 95%,#ccc 0)0 0 1 0;
    right: -1px;
}

.twoFactorAuthModal__qr-code {
    width: 240px;
}

.twoFactorAuthModal__secret {
    width: 100%;
    word-break: break-word;
    text-align: center;
    margin: 1.5rem 0;
}

.twoFactorAuthModal__disabled-button {
    padding-right: 24px !important;
    padding-left: 24px !important;
}

.notificationModal__input-wrapper {
    display: flex;
    align-items: center;
}

.notificationModal__row {
    width: 100%;
    float: left;
    margin-bottom: 1.5rem;
}

.notificationModal__footer {
    display: flex;
    justify-content: end;
    align-items: baseline;
}

.notificationModal__buttons {
    margin-left: 1rem;
}

.saveFile__common-link-error {
    white-space: nowrap;
}

.saveFile__error-left {
    padding-left: 0;
    padding-right: 10px;
}

.saveFile__error-right {
    padding-left: 10px;
}

.saveFile__error-classic {
    white-space: normal !important;
    display: block;
    padding-left: 0;
}

.checkboxes__text-wrapper {
    word-break: break-all;
}
.radios__text-wrapper {
    word-break: break-all;
}
.userModal__logo-error {
    display: inline-block;
    padding-left: 2rem;
}

.userModal__btn-wrapper {
    display: flex;
    width: 100%;
}

.userModal__no-required {
    font-weight: normal;
}

.userModal__variable {
    font-weight: normal;
    word-break: break-word;
}

.userModal__form-group {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
    align-items: center;
}

.userModal__align-baseline {
    align-items: baseline;
}

.userModal__inline {
    display: flex;
}

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

.userModal__certExpire {
    width: 60px;
}

.userModal__date-link, .userModal__date-link:hover, .userModal__date-link:focus {
    box-shadow: 0 1px 0 0 #a2c5ee;
}

.userModal__blocked-label {
    padding-left: 3px;
    font-weight: initial;
}

.userModal__link {
    cursor: pointer;
    font-size: 15px;
}

.userModal__link-disabled,
.userModal__link-disabled:hover {
    cursor: default;
    color: #A94442;
    outline: none;
    box-shadow: none;
}

.userModal__token {
    display: flex;
    gap: 10px;
    font-size: 15px;
}

.userModal__token-period {
    margin-left: 225px;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: -12px;
}

.accessTokenModal__align-baseline {
    align-items: baseline;
}

.accessTokenModal__inline {
    display: flex;
}

.accessTokenModal__form-group {
    display: flex;
    margin-bottom: 15px;
}

.accessTokenModal__label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.accessTokenModal__mr-10 {
    margin-right: 10px;
}
.accessTokenModal__exclamation {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #426F8C;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
}

.accessTokenModal__danger {
    display: flex;
    gap: 8px;
    align-items: baseline;
    color: #426F8C;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -12px;
    background-color: #DDECF6;
    border-color: #C5E7F0;
}

.accessTokenModal__new-token {
    margin-left: 142px;
}

.accessTokenModal__token-period {
    margin-left: 142px;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 16px;
}

a {
    cursor: pointer;
}


.templateModal__wrapper {
    line-height: 1.3rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.templateModal__checkbox-wrapper {
    vertical-align: baseline;
    margin-right: 7px;
}

.templateModal__attachment-wrapper {
    display: flex;
    align-items: flex-start;
    min-height: 36px;
    margin-bottom: 1rem;
}

.templateModal__is-in-link {
    justify-content: end;
    margin-right: 18%;
    align-items: center;
}

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

.templateModal__footer {
    border-top: none;
}

.certModal__img-wrapper {
    display: flex;
}

.certModal__img {
    width: 350px;
}

.certModal__image-atr {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.certModal__size {
    flex-grow: 1;
    white-space: nowrap;
}

.certModal__text-green {
    color: #417505;
}

.certModal__link {
    cursor: pointer;
    padding-top: 0px !important;
}

.certModal__spin {
    width: 14px;
}

.certModal__center {
    align-self: center;
}

.attachmentModal__progress {
    min-width: 100%;
}
.modalHeader__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modalHeader__wrapper::after,
.modalHeader__wrapper::before {
    display: none;
}

.modalHeader__close {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
    background-color: transparent;
    outline: none;
    border: none;
}

.modalFooter__wrapper {
    display: flex;
    align-items: baseline;
    padding: 20px 2em;
    border-top: 1px solid #e5e5e5;
}

.modalFooter__item {
    margin-right: 1em;
}

.courseModal__img-wrapper {
    display: flex;
}

.courseModal__img {
    width: 350px;
}

.courseModal__image-atr {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.courseModal__size {
    flex-grow: 1;
    white-space: nowrap;
}

.courseModal__text-green {
    color: #417505;
}

.courseModal__link {
    cursor: pointer;
    padding-top: 0px !important;
}

.courseModal__spin {
    width: 14px;
}

.courseModal__progress {
    min-width: 100%;
}

.searchPanel__full {
    width: 100% !important;
}

.urlInput__btn-wrapper {
    display: flex;
    width: 100%;
}

.filterDates__filter-dates {
    display: block;
    margin-bottom: 20px;
}

.filterDates__filter-dates-text {
    border: none;
    background: initial !important;
}

.filterDates__filter-dates-input {
    border-radius: 4px 0 0 4px !important;
}

.instanceUserN__section-box {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.instanceUserN__section-title {
    margin: 0;
}

.instanceUserN__section-item {
    margin: 10px 15px 0 auto;
}

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

.instanceUserN__wrapper {
    display: flex;
    flex-direction: column;
}

.managerRoles__text-wrapper {
    word-break: break-all;
}

.passwordField__wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.passwordField__password {
    width: 263px;
    font-weight: normal;
}

.passwordField__icon-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.passwordField__icon-show {
    background-image: url(/static/64170287d7b1733d4087.svg);
}

.passwordField__icon-hidden {
    background-image: url(/static/47290e80a9160591d297.svg);
}

.passwordField__password-label {
    margin-right: 15px;
    width: 70px;
    text-align: right;
}


.styles__loader {
    padding-top: 100vh;
}

.styles__link-margins {
    margin: -9px -2px -11px 0;
    padding: 8px 5px;
    display: inline-block;
}

.styles__link-margins:hover,
.styles__link-margins:focus {
    box-shadow: none;
}

.styles__copy-link {
    margin-right: 8px;
}

.templateAttachment__left {
    margin-right: auto;
}

.templateAttachment__input {
    width: 300px;
    margin-right: 15px;
}

.templateAttachment__name-icons {
    width: 20px !important;
    height: 20px !important;
}

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

.templateAttachment__ul-drop-menu {
    min-width: 86px !important;
}

.templateAttachment__input-wrapper {
    margin-bottom: 1rem;
}

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

.templateAttachment__zip {
    margin-bottom: 35px;
}

.attachmentIcon__wrapper {
    display: flex;
    align-items: center;
}

.presetModal__form-group {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
    align-items: center;
}

.presetModal__align-baseline {
    align-items: baseline;
}

.presetModal__label {
    text-align: right;
}

.presetModal__disabled {
    color: #ccc;
    border-color: #ccc;
    background-color: transparent !important;
}

.presetModal__no-required {
    font-weight: normal;
}

.presetModal__inline {
    display: flex;
}

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

.presetModal__blocked-label {
    padding-left: 3px;
    font-weight: initial;
}

.presetModal__error {
    color: #a94442;
}

.daemonMessageView__wrapper {
    display: flex;
    height: 20px;
    width: 300px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.daemonMessageView__progress {
    height: 20px;
    background-color: #5cb85c;
}

.daemonMessageView__message {
    margin-bottom: 0.5rem;
}

.daemonMessageView__link {
    display: flex;
    justify-content: space-between;
}

.daemonMessageView__save {
    display: flex;
}

.daemonMessage__wrapper {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 15px;
    z-index: 100;
    right: 15px;
}

.daemonDownload__download-cert-wrapper {
    position: relative;
}

.userListItem__add-button {
    margin-right: 5px;
}

.userListItem__table-wrapper {
    margin-bottom: 30px;
}

.userListItem__table-full {
    display: table;
}

.userListItem__table-head {
    display: table-header-group;
}

.userListItem__table-body {
    display: table-row-group;
}

.userListItem__table-row {
    display: table-row;
}

.userListItem__head-row {
    display: table-row;
}

.userListItem__table-row:hover > div {
    cursor: pointer;
    background-color: #fcf8e3;
}

.userListItem__table-row:hover > div:first-child {
    cursor: default;
    background-color: transparent;
}

.userListItem__table-row:hover > div:first-child > div {
    cursor: pointer;
    background-color: #fcf8e3;
}

.userListItem__table-head > .userListItem__table-row:hover {
    cursor: default;
    background-color: transparent;
}

.userListItem__table-cell {
    display: table-cell;
}

.userListItem__header-cell {
    display: table-cell;
    padding: 15px 11px 0;
    height: 40px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    box-sizing: content-box;
    white-space: nowrap;
}

.userListItem__header-cell:first-child {
    border-left: 1px solid #ddd;
}

.userListItem__header-cell:last-child {
    border-right: 1px solid #ddd;
}

.userListItem__package-head {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.userListItem__package-bottom {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.userListItem__wrapper-loader {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.userListItem__progress {
    height: 10px;
    margin-bottom: 3px;
}

.userListItem__arrow {
    padding: 0 5px;
}

.userListItem__cell-wrapper {
    display: inline-flex;
    line-height: 1rem;
}

.userListItem__caret-box {
    width: 10px;
    padding-left: 5px;
    padding-right: 15px;
    margin-right: -15px;
}

.userListItem__text-right {
    margin-right: 20px;
}

.userListItem__icon {
    margin: 2px 5px 0 -10px;
}

.userListItem__cell-content {
    max-width: 200px;
    width: max-content;
    padding: 10px 0;
    white-space: normal;
    word-break: break-word;
}

.userListItem__cell-line {
    margin-bottom: 6px;
}

.userListItem__row-content {
    display: table-cell;
    width: max-content;
    padding: 10px 0;
    white-space: normal;
    word-break: break-word;
}

.userItem__cell {
    display: table-cell;
    border-bottom: 1px solid #ddd;
    box-sizing: content-box;
    vertical-align: top;
    padding: 10px 11px;
}

.userItem__cell:first-child {
    border: none;
    padding: 0;
}

.userItem__cell:first-child::before {
    display: block;
    content: '';
    height: 1px;
    width: 30px;
    background-color: #ddd;
    position: relative;
    top: -1px;
}

.userItem__cell:last-child {
    border-right: 1px solid #ddd;
}

.userItem__number {
    text-align: right;
    padding-right: 22px;
}

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

.userItem__fa {
    padding: 0 !important;
}

.userItem__button-cell {
    display: none;
}

.userItem__meta {
    padding: 10px 11px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.userItem__cell-meta {
    padding: 0 0 0 30px !important;
    border: none !important;
}

.languagesComponent__table-row {
    background-color: white;
    border-bottom: 1px solid #ddd;
}.languagesComponent__table-cell {
     padding: 0 11px;
     vertical-align: baseline;
 }

.languagesModal__label {
    text-align: right;
}

.languagesModal__footer {
    clear: both;
}

.languagesModal__input {
    display: flex;
    align-items: center;
}

.langSelector__wrapper {
    display: flex;
    color: #555;
    width: 100%;
    flex-wrap: wrap;
    border-bottom: 1px solid #CCC;
    padding: 10px 15px 0;
    margin-bottom: 1rem;
}

.langSelector__item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 1px;
    padding: 12px 17px;
    cursor: pointer;
}

.langSelector__active {
    border: 1px solid #ccc;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    background-color: white;
    cursor: default;
}

.langSelector__checkbox-wrapper {
    width: 12px;
    height: 12px;
    margin-right: 1rem;
    background-size: 100%;
}

.langSelector__label {
    display: inline-flex;
    align-items: center;
    margin-left: 1rem;
    cursor: pointer;
}

.sourceHeader__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sourceHeader__title {
    width: 100%;
    flex-grow: 1;
    margin-bottom: 32px;
}

.sourceHeader__search {
    width: 50%;
    margin-right: auto;
}

.sourceHeader__button {
    display: flex;
    align-items: center;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
    line-height: 1.5rem;
    padding: 5px 12px;

    color: #333;
}

.sourceHeader__button-icon {
    margin-right: 7px;
    width: 9px;
    height: 9px;
    position: relative;
}

.sourceHeader__button-icon::after,
.sourceHeader__button-icon::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: black;
}

.sourceHeader__button-icon::after {
    width: 0px;
    border-left: 1px solid #333;
    height: 9px;
}

.sourceHeader__button-icon::before {
    width: 9px;
    height: 0px;
    border-top: 1px solid #333;
}

.attachmentDropDown__input-box {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
}

.attachmentDropDown__input-box:first-child {
    margin-bottom: 1rem;
}

.attachmentDropDown__text-wrapper {
    overflow: hidden;
    display: flex;
}

.attachmentDropDown__input {
    box-sizing: content-box;
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
}

.attachmentDropDown__type {
    margin-right: auto;
}

.attachmentDropDown__caret {
    margin-left: .5rem !important;
}

.attachmentDropDown__description {
    margin-top: .5rem;
}

.attachmentDropDown__extension {
    color: #333;
    opacity: .7;
}

.attachmentDropDown__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.attachmentDropDown__cross {
    width: 14px;
    height: 14px;
    position: relative;
    margin-left: .5rem;
}

.attachmentDropDown__cross::before,
.attachmentDropDown__cross::after {
    display: flex;
    position: absolute;
    top: 50%;
    width: 14px;
    height: 1px;
    content: ' ';
    border: 1px solid #000;
}

.attachmentDropDown__cross::before {
    transform: rotate(-45deg);
}

.attachmentDropDown__cross::after {
    transform: rotate(45deg);
}

.attachmentDropDown__dropdown {
    position: absolute;
    top: 41px;
    left: 0;
    flex-direction: column;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    padding: 5px 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-color: #fff;
}

.attachmentDropDown__dropdown_open {
    display: flex;
}

.attachmentDropDown__item {
    display: flex;
    align-items: center;
    padding: 3px 20px;
    cursor: pointer;
    white-space: nowrap;
}

.attachmentDropDown__item-active {
    background-color: #337ab7;
    color: #fff;
}

.attachmentDropDown__item:hover {
    background-color: #337ab7;
    color: #fff;
}

.attachmentDropDown__error {
    border-color: #a94442;
    background-color: rgba(211, 47, 47, 0.12);
}

.attachmentDropDown__ico {
    width: 1rem;
    height: 1rem;
    margin-right: .3rem;
}

.attachmentDropDown__check-icon {
    width: 24px;
    height: 24px;
    margin-left: auto;
}

.tableUsers__wrapper {
    display: flex;
    width: 100%;
    align-items: center;
}

.tableUsers__text {
    color: #337ab7;
}

.tableUsers__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    margin-left: 8px;
}

.tableUsers__arrow:hover {
    background-color: rgba(0, 0, 0, 0.12);
}

.tableUsers__names {
    margin-right: auto;
}

.tableUsers__rotate {
    transform: rotate(180deg);
}

