@charset "UTF-8";
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
main {
    display: block
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
pre {
    font-family: monospace,monospace;
    font-size: 1em
}
a {
    background-color: transparent
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}
b,
strong {
    font-weight: bolder
}
code,
kbd,
samp {
    font-family: monospace,monospace;
    font-size: 1em
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
img {
    border-style: none
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}
button,
input {
    overflow: visible
}
button,
select {
    text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}
fieldset {
    padding: .35em .75em .625em
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
progress {
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
details {
    display: block
}
summary {
    display: list-item
}
template {
    display: none
}
[hidden] {
    display: none
}
*,
::after,
::before {
    box-sizing: inherit
}
html {
    font-size: 16px
}
body,
html {
    max-width: 100%;
    box-sizing: border-box
}
body {
    min-width: 320px;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    color: #333;
    background-color: #fff;
    margin: 0
}
p {
    margin: 20px 0;
    font-size: 14px;
    line-height: 18px
}
p a {
    color: black;
}
h1 {
    font-size: 26px;
    line-height: 35px;
    color: #333;
    margin: 0 0 22px;
    font-weight: 500
}
@media screen and (max-width:767.98px) {
    h1 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 13px
    }
}
h3 {
    font-family: "Open Sans",sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 20px
}
img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
a {
    color: inherit;
    text-decoration: none
}
button {
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
    cursor: pointer
}
div::-webkit-scrollbar,
ul::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #fff
}
div::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb {
    background-color: #3E97FF
}
div::-webkit-scrollbar-thumb:hover,
ul::-webkit-scrollbar-thumb:hover {
    background-color: #3E97FF
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}
input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}
input[type=number]:focus,
input[type=number]:hover {
    -webkit-appearance: number-input;
    -moz-appearance: number-input;
    appearance: number-input
}
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.nc-demo-modal-wrapper {
    display: none !important;
}

.block_auth {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d6d6d6;
}
form#auth_form {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px;
    font-size: 14px;
    width: 300px;
    max-width: 95%;
}
.form-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.form-group input {
    margin-top: 5px;
    border: 1px solid #b6b6b6;
    outline: none;
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
}
.form-group button {
    background: #248bc0;
    color: white;
    padding: 10px;
    cursor: pointer;
}
.err {
    color: red;
    margin-bottom: 10px;
}
.tabs-source {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dadada;
    background: #dadada;
    justify-content: space-between;
}
.tab-source {
    padding: 5px 20px;
    font-size: 14px;
    cursor: pointer;
}
.tab-source.active {
    background: white;
    margin-bottom: -1px;
}
.tab-source-cont {
    display: none;
}
.tab-source-cont.active {
    display: block;
}
input[type=checkbox] {
    font-size: 14px;
    appearance: auto;
}
td.center-align {
    text-align: center;
}
.translate-table {
    margin-top: 30px;
    text-align: left;
    border-top: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
    width: 100%;
}
.translate-table th, .translate-table td {
    border-bottom: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    padding: 5px;
    font-size: 14px;
    position: relative;
}
.translate-table input {
    border: none;
    outline: none;
    width: calc(100% - 30px);
}
.descr-detail {
    display: none;
}
.descr-cont {
    position: absolute;
    right: 4px;
    top: 4px;
}
.descr-ico {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00a3ff;
    border-radius: 50%;
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}
.descr-cont.opened .descr-detail {
    display: block;
    position: absolute;
    width: 300px;
    background: white;
    z-index: 10;
    box-shadow: 0 0 10px;
    padding: 20px;
}
.history-ico {
    background: url(/app/template/res/img/history.png);

}
.history-detail {
    display: none;
}
.history-ico {
    background: url(/app/template/res/img/history.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
.history-cont {
    position: absolute;
    right: 4px;
    top: 6px;
}
.history-cont.opened .history-detail {
    display: block;
    position: absolute;
    width: 500px;
    background: white;
    z-index: 10;
    box-shadow: 0 0 10px;
    padding: 0px;
    right: 0;
    max-width: 40vw;
    overflow: auto;
    max-height: 300px;
}
table.history {
    text-align: left;
    border-top: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
    width: 100%;
}
.filter-cont {
    margin-top: 30px;
    padding: 0 10px;
}
span.translated-count {
    font-weight: bold;
}
.tab-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bt-add {
    background: #0075ff;
    color: white;
    padding: 6px 10px;
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
    margin-right: 5px;
}
.translate-add-block {
    display: none;
}
.translate-add-block {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(48, 48, 48, .53);
}
.translate-add-cont {
    position: absolute;
    left: 50%;
    top: 50%;
    background: white;
    padding: 20px;
    transform: translate(-50%, -50%);
}
.form-group label {
    font-size: 14px;
    line-height: 1.4;
}
.form-group.actions span {
    border: 1px solid #248bc0;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}
.form-group.actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.translate-add-cont input[type="checkbox"] {
    width: auto;
    vertical-align: middle;
    margin: 0;
}
.descr-cont + .history-cont {
    right: 30px;
}
.descr-cont + .history-cont + input {
    width: calc(100% - 45px);
}
.left-col .history-cont.opened .history-detail {
    right: auto;
    left: 0;
}
span.delete_bt {
    font-size: 20px;
    color: red;
    cursor: pointer;
    width: 20px;
    line-height: 20px;
    transform: rotate(45deg);
    display: block;
    text-align: center;
}
.exit-cont {
    flex: 1;
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
    color: red;
}
textarea {
    overflow: auto;
    width: 91%;
    height: 70px;
}