@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?fu4e3k');
  src:  url('fonts/icomoon.eot?fu4e3k#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?fu4e3k') format('truetype'),
    url('fonts/icomoon.woff?fu4e3k') format('woff'),
    url('fonts/icomoon.svg?fu4e3k#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-document-file-xml:before {
    content: "\e922";
}
.icon-document-file-pptx:before {
    content: "\e91e";
}
.icon-document-file-xlsx:before {
    content: "\e920";
}
.icon-document-file-docx:before {
    content: "\e91f";
}
.icon-document-file-pdf:before {
    content: "\e921";
}
.icon-translate-text:before {
  content: "\e900";
}
.icon-translate-email:before {
  content: "\e901";
}
.icon-translate-copy:before {
  content: "\e918";
}
.icon-navigation:before {
  content: "\e902";
}
.icon-keyboard:before {
  content: "\e903";
}
.icon-small-caps:before {
  content: "\e904";
}
.icon-list-arrow:before {
  content: "\e905";
}
.icon-email:before {
  content: "\e906";
}
.icon-context-table:before {
  content: "\e907";
}
.icon-context-book:before {
  content: "\e908";
}
.icon-voice:before {
  content: "\e909";
}
.icon-sandwich:before {
  content: "\e90a";
}
.icon-results-arrow:before {
  content: "\e90b";
}
.icon-context-arrows:before {
  content: "\e90c";
}
.icon-checked:before {
  content: "\e90d";
}
.icon-x-clear:before {
  content: "\e90e";
}
.icon-translate-print:before {
  content: "\e90f";
}
.icon-top-icon:before {
  content: "\e910";
}
.icon-tools:before {
  content: "\e911";
}
.icon-search:before {
  content: "\e912";
}
.icon-right-icon:before {
  content: "\e913";
}
.icon-left-icon:before {
  content: "\e914";
}
.icon-info-blue:before {
  content: "\e915";
}
.icon-info:before {
  content: "\e916";
}
.icon-bottom-icon:before {
  content: "\e917";
}
.icon-replace:before {
    content: "\e919";
}
.icon-syn-2:before {
    content: "\e91a";
    color: #0970ac;
}
.icon-syn-2:after {
    content: 's';
    font-family: sans-serif;
    position: absolute;
    left: 43%;
    top: 1px;
    font-size: 0.675em;
    line-height: 1;
}
.icon-syn-2 {
    position: relative;
}
.icon-small-caps {
    font-size: 20px;
    font-weight: bold;
}
.icon-tools {
    font-size: 23px;
    font-weight: bold;
}
.icon-sandwich {
    color: #fff;
    font-size: 22px;
}
.icon-pencil2:before {
    content: "\e91b";
}
.icon-pencil2.unlocked {
    color: #ffbd00;
}
.icon-cloud-download:before {
    content: "\e9c2";
}
.icon-cloud-upload:before {
    content: "\e9c3";
}
.icon-cancel-circle:before {
    content: "\ea0d";
}
.icon-arrow-right:before {
    content: "\ea34";
}
.icon-open_in_new:before {
    content: "\e91c";
}
.icon-reply:before {
    content: "\e96a";
}
.icon-revert:before {
    content: "\e923";
    font-size: 35px;
}
.icon-snippet:before {
    content: "\e924";
}
.icon-books:before {
    content: "\e925";
}
.icon-user-group:before {
    content: "\e926";
}
.icon-minus-square:before {
    content: "\e927";
}
.icon-plus-square:before {
    content: "\e928";
}
.icon-question-circle-o:before {
    content: "\e929";
}
.small-caps:hover, .dropdown-toggle:hover, .x-clear:hover, .icon-keyboard:hover, .context-list .trans .icons a:hover, .icon-list a:hover, .icon-list-dk a:hover, .reverso-result .reverso-result-field .icons a:hover, .keyboard:hover, .revert-arrows a:hover, .revert-arrows-dk a:hover {
    text-decoration: none;
}
.small-caps:focus, .dropdown-toggle:focus, .icon-keyboard:focus, .context-list .trans .icons a:focus, .icon-list a:focus, .icon-list-dk a:focus, .reverso-result .reverso-result-field .icons a:focus, .revert-arrows a:focus, .revert-arrows-dk a:focus {
    color: #0970ac;
    text-decoration: none;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
* Remove default margin.
*/
body {
    margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
    display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
    background-color: transparent;
}

    /**
* Improve readability when focused and also mouse hovered in all browsers.
*/
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
    border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
    font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
    font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
    background: #ff0;
    color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
    border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
    margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
    overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
    overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
    text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
* Re-set default cursor for disabled elements.
*/
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
* Remove inner padding and border in Firefox 4+.
*/
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
    line-height: normal;
}

    /**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        /* 2 */
        box-sizing: content-box;
    }

        /**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
* Define consistent border, margin, and padding.
*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
    overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
    font-weight: bold;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    /*font-family: "helveticA neue", helvetica, arial, sans-serif;*/
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: black;
    text-decoration: none;
}

    a:hover, a:focus {
        color: black;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

.img-info {
    cursor: pointer;
}

    .img-info::before {
        content: "i";
        width: 22px;
        height: 22px;
        padding: 1px 0 0 1px;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        text-align: center;
        color: #fff;
        background: #0970ac;
        /* css3 */
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        display: inline-block;
    }

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
}

.red {
    color: red;
}

.green {
    color: darkgreen;
}

.bold {
    font-weight: bold;
}

.text-truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 9px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #aab2bd;
    border-radius: 4px;
    -webkit-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;
    -o-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;
}

    .form-control:focus {
        border-color: #555;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 85, 85, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 85, 85, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #c9c9c9;
        opacity: 1;
        font-style: italic;
    }

    .form-control:-ms-input-placeholder {
        color: #c9c9c9;
        font-style: italic;
    }

    .form-control::-webkit-input-placeholder {
        color: #c9c9c9;
        font-style: italic;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px;
    }

        input[type="date"].input-sm, .input-group-sm input[type="date"],
        input[type="time"].input-sm, .input-group-sm input[type="time"],
        input[type="datetime-local"].input-sm, .input-group-sm input[type="datetime-local"],
        input[type="month"].input-sm, .input-group-sm input[type="month"] {
            line-height: 30px;
        }

        input[type="date"].input-lg, .input-group-lg input[type="date"],
        input[type="time"].input-lg, .input-group-lg input[type="time"],
        input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"],
        input[type="month"].input-lg, .input-group-lg input[type="month"] {
            line-height: 46px;
        }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 32px;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    min-height: 38px;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.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: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-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-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.warning {
    font-weight: bold;
    border: solid 1px red;
    background: #fff696;
    margin: 10px;
    padding: 5px;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-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;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.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;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-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-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33333px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 9px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: black;
    border-color: black;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: black;
        border-color: black;
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
        background-color: black;
        border-color: black;
    }

    .btn-primary .badge {
        color: black;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #8cc152;
    border-color: #7fb842;
}

    .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #72a53b;
        border-color: #608b32;
    }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
        background-color: #8cc152;
        border-color: #7fb842;
    }

    .btn-success .badge {
        color: #8cc152;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f6bb42;
    border-color: #f5b22a;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #f4a911;
        border-color: #d7940a;
    }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
        background-color: #f6bb42;
        border-color: #f5b22a;
    }

    .btn-warning .badge {
        color: #f6bb42;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #fc091b;
    border-color: #e90314;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #cf0312;
        border-color: #ac020f;
    }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
        background-color: #fc091b;
        border-color: #e90314;
    }

    .btn-danger .badge {
        color: #fc091b;
        background-color: #fff;
    }

.btn-link {
    color: black;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: black;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

html {
    height: 100%;
}

*::before, *::after {
    box-sizing: border-box;
}

a, .btn {
    color: #0970ac;
}

    a:hover, .btn:hover {
        color: #0970ac;
    }

    a, a:focus {
        outline: none;
    }

img {
    max-width: 100%;
}

/*Remove button padding in FF*/
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*Remove text in input*/
input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

/* Clearfix */
.clearfix {
    display: inline-block;
}

    .clearfix:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }

.clearfix {
    display: block;
}

/*Fonts*/
@font-face {
    font-family: 'helvetiCaneUELtcOmroman';
    src: url("../../fonts/HelveticaNeueLTCom-Roman.eot");
    src: url("../../fonts/HelveticaNeueLTCom-Roman.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeueLTCom-Roman.woff2") format("woff2"), url("../../fonts/HelveticaNeueLTCom-Roman.woff") format("woff"), url("../../fonts/HelveticaNeueLTCom-Roman.ttf") format("truetype"), url("../../fonts/HelveticaNeueLTCom-Roman.svg#HelveticaNeueLTCom-Roman") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    color: #5b5d60;
    letter-spacing: 0.036em;
    height: 100%;
}

.wrapper {
    min-height: calc(100% - 93px);
    /* margin: 0 0 -75px; */
}

.center {
    max-width: 1360px;
    padding: 0 10px;
    margin: 0 auto;
}

.content {
    padding: 25px 0 0;
}

@media screen and (max-width: 767px) {
    .content {
        padding: 10px 0 0;
        display: none;
    }
}

.content .conditions,
.content .help,
.content .error {
    padding: 0 10px 0 10px;
}

.form-control {
    color: #000;
    font-size: 15px;
    height: 43px;
    border: 1px solid #d7d7d7;
}

.btn-yellow {
    background: #ffca32;
    color: #0970ac;
}

    .btn-yellow:hover {
        background: #ffbd00;
    }

.btn-gray {
    background: #e8edf6;
}

.btn-white {
    background: #fff;
}

@media screen and (max-width: 767px) {
    .wrapper {
        margin: 0px;
    }
}

.header {
    background: #ffffff;
    padding: 7px 0 7px;
}

    .header .logo, .header .header-right, .header .navigation, .header .navigation ul, .header .navigation ul li, .header .company-logo, .header .languages-sel, .header .current-lang, .header .current-lang span {
        display: inline-block;
    }

    .header .nav-left {
        display: inline-block;
        position: relative;
        top: 1px;
    }

        .header .nav-left li {
            list-style-type: none;
            display: inline-block;
            padding: 0 5px 0 9px;
            line-height: 1.2em;
        }

        .header .nav-left a {
            color: #000000;
        }

        .header .nav-left .contact {
            border-left: 1px solid #000000;
        }

    .header .logo {
        vertical-align: middle;
    }
    .header .left-logo {
        width: 20%;
    }

        .header .logo a {
            max-width: 250px;
            display: block;
        }

            .header .logo a img {
                background-color: #fff;
                border-radius: 3px;
                width: 150px;
                height: 50px;
                padding: 7px;
            }

    .header .header-right {
        width: 80%;
        padding: 0;
        margin: 0 0 0 -5px;
        text-align: right;
        vertical-align: middle;
    }

    .header .navigation {
        vertical-align: middle;
        margin: 5px 15px 0 0;
    }

        .header .navigation .sandwich {
            display: none;
        }

        .header .navigation ul {
            padding: 0px;
            margin: 0px;
        }

            .header .navigation ul li {
                padding: 0 3px 0 3px;
                border-left: 1px solid #fff;
                line-height: 1.2em;
            }

                .header .navigation ul li.has-submenu {
                    padding: 0 30px 0 9px;
                }

                .header .navigation ul li:first-child {
                    border-left: 1px solid #fff;
                }

                .header .navigation ul li a {
                    color: #000000;
                    font-size: 14px;
                    line-height: 14px;
                    width: auto;
                    display: inline-block;
                }

                    .header .navigation ul li a img {
                        vertical-align: top;
                        margin: 3px 0;
                    }

                .header .navigation ul li.current a {
                    text-decoration: underline;
                }

                .header .navigation ul li ul {
                    width: auto;
                    min-width: 120px;
                    padding-top: 10px;
                    display: none;
                }

                    .header .navigation ul li ul li {
                        display: block;
                        float: none;
                        border: none;
                    }

                        .header .navigation ul li ul li:first-child {
                            border-left: none;
                        }

    .header .right-logo {
        margin: 0 15px 0 0;
    }

        .header .company-logo img {
            -webkit-border-radius: 0px;
            border-radius: 0px;
            max-width: 200px;
            max-height: 60px;
        }

    .header .languages-sel {
        background: #ffffff;
        position: relative;
        vertical-align: middle;
        letter-spacing: 0.054em;
    }

        .header .languages-sel.open, .header .languages-sel:hover {
            background: #0b5d8c;
        }

        .header .languages-sel .current-lang {
            color: #000000;
            font-size: 14px;
            /*font-family: 'helvetiCaneUELtcOmroman';*/
            border: 1px solid #000000;
            cursor: pointer;
            padding: 7px 42px 10px 12px;
            position: relative;
            text-transform: capitalize;
            z-index: 1;
            vertical-align: bottom;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

            .header .languages-sel .current-lang .current-lang-arrow {
                border: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-top: 14px solid #000000;
                position: absolute;
                right: 10px;
                top: 12px;
            }

        .header .languages-sel .dropdown {
            left: auto;
            width: 100%;
        }

            .header .languages-sel .dropdown li {
                padding: 5px;
                cursor: pointer;
            }

                .header .languages-sel .dropdown li:hover {
                    background: #000000;
                }

.dropdown {
    background: #f6f6f6;
    padding: 0px;
    margin: 0px;
    border: 1px solid #ffffff;
    display: none;
    position: absolute;
    top: 100%;
    z-index: 9999;
    text-align: left;
}

    .dropdown li {
        color: #0970ac;
        display: block;
    }

/*@media screen and (max-width: 1080px) {
    .header .company-logo {
        max-width: 132px;
        height: 40px;
    }
}*/

@media screen and (min-width: 1024px) {
    .header .navigation .dropdown {
        background: none;
        position: static;
        height: auto !important;
    }
}

@media screen and (max-width: 1329px) {
    
    .header .languages-sel .current-lang {
        font-family: Tahoma, Arial, sans-serif;
    }

    .header .languages-sel:hover {
        background: inherit;
    }

    .header .languages-sel.open {
        background: #0b5d8c;
    }
}

@media screen and (max-width: 1023px) {
    .header .navigation {
        background: #0970ac;
        margin: 0 0 0 35px;
        position: relative;
    }

    .header .navigation.open {
        background: #0b5d8c;
    }

    .header .navigation .sandwich {
        display: inline-block;
        padding: 6px;
        border: 1px solid #fff;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .header .navigation .dropdown {
        display: none;
        right: 7px;
        width: 250px;
    }

    .header .navigation .dropdown li {
        border-top: 1px solid #0970ac;
        display: block;
        padding: 0px;
    }

    .header .navigation .dropdown li a {
        color: #0970ac;
        display: block;
        padding: 7px;
        text-decoration: none !important;
    }

    .header .navigation .dropdown li a:hover {
        background: #fff;
    }
}

@media screen and (max-width: 767px) {
    .header .left-logo, .header .header-right {
        width: 50%;
    }

    .header .nav-left {
        display: none;
    }

    .translate-block .keyboard {
        visibility: hidden;
    }

    .translated-text .keyboard {
        visibility: hidden;
    }

    .translated-text .empty-box {
        display: none!important;
    }

    .menu-collapser, .right-logo {
        display: none !important;
    }
}

@media screen and (max-width: 1223px) {
    .translate-holder .domain-holder-dk {
        display: none !important;
        margin: 0;
    }
}

@media screen and (max-width: 1023px) {
    .header .navigation {
        display: none;
    }

    .header .logo a {
        width: 150px;
        overflow: hidden;
    }

        .header .logo a img {
            max-width: 250px;
        }
}

@media screen and (max-width: 479px) {
    .header {
        position: relative;
    }

        .header .navigation {
            position: static;
        }

            .header .navigation .dropdown {
                width: 100%;
                margin: 0px;
            }
}
/*================================================
Home Page
================================================*/
.left-content {
    width: 62%;
    float: left;
    padding: 0 0 25px;
}

    .left-content .translate-holder {
        padding: 15px;
    }

.translate-holder {
    background: #e8edf6;
    border: 1px solid #d7d7d7;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 0 18px;
}

    .translate-holder .instrument-pane-dk {
        padding: 0 0 12px;
    }

        .translate-holder .instrument-pane-dk .spellchecker, .translate-holder .instrument-pane .small-caps, .translate-holder .instrument-pane .tools, .translate-holder .instrument-pane .voice {
            display: inline-block;
            vertical-align: middle;
        }

        .translate-holder .instrument-pane-dk .spellchecker {
            background: #0970ac;
            color: #fff;
            font-size: 14px;
            padding: 6px;
            display: inline-block;
            border: 1px solid #c9c9c9;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            margin: 0 17px 0 0;
            letter-spacing: 0.054em;
        }

            .translate-holder .instrument-pane-dk .spellchecker span {
                background: url("../../img/elem/checked.png") no-repeat right bottom;
                display: inline-block;
                padding: 0 8px 8px 0;
                margin: 0 7px -5px 0;
                line-height: 1em;
                font-weight: bold;
                position: relative;
                top: -5px;
                letter-spacing: 0.018em;
            }

        .translate-holder .instrument-pane-dk .tools {
            margin: 0 0 0 10px;
            position: relative;
            display: inline-block;
        }

            .translate-holder .instrument-pane-dk .tools .dropdown {
                left: 0px;
                min-width: 100%;
            }

                .translate-holder .instrument-pane-dk .tools .dropdown li {
                    list-style-type: none;
                    border-top: 1px solid #0970ac;
                    padding: 2px 5px;
                }

                    .translate-holder .instrument-pane-dk .tools .dropdown li:first-child {
                        border: none;
                    }

    .translate-holder .instrument-pane {
        text-align: right;
        padding: 0 0 12px;
    }

        .translate-holder .instrument-pane .spellchecker, .translate-holder .instrument-pane .small-caps, .translate-holder .instrument-pane .tools, .translate-holder .instrument-pane .voice {
            display: inline-block;
            vertical-align: middle;
        }

        .translate-holder .instrument-pane .spellchecker {
            background: #0970ac;
            color: #fff;
            font-size: 14px;
            padding: 6px;
            display: inline-block;
            border: 1px solid #c9c9c9;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            margin: 0 17px 0 0;
            letter-spacing: 0.054em;
        }

            .translate-holder .instrument-pane .spellchecker span {
                background: url("../../img/elem/checked.png") no-repeat right bottom;
                display: inline-block;
                padding: 0 8px 8px 0;
                margin: 0 7px -5px 0;
                line-height: 1em;
                font-weight: bold;
                position: relative;
                top: -5px;
                letter-spacing: 0.018em;
            }

        .translate-holder .instrument-pane .tools {
            margin: 0 0 0 30px;
            position: relative;
        }

            .translate-holder .instrument-pane .tools .dropdown {
                left: 0px;
                min-width: 100%;
            }

                .translate-holder .instrument-pane .tools .dropdown li {
                    list-style-type: none;
                    border-top: 1px solid #0970ac;
                    padding: 2px 5px;
                }

                    .translate-holder .instrument-pane .tools .dropdown li:first-child {
                        border: none;
                    }

    .translate-holder .translate-block {
        position: relative;
    }

    .translate-holder .keyboard-inp {
        color: #535556;
        font-size: 18px;
        min-height: 95px;
        border: 1px solid #a6a6a6;
        resize: none;
        letter-spacing: 0;
        padding-right: 40px;
    }

        .translate-holder .keyboard-inp::-webkit-input-placeholder {
            color: #c9c9c9;
            font-size: 14px;
            font-style: italic;
        }

        .translate-holder .keyboard-inp::-moz-placeholder {
            color: #c9c9c9;
            font-size: 14px;
            font-style: italic;
        }

        .translate-holder .keyboard-inp:-ms-input-placeholder {
            color: #c9c9c9;
            font-size: 14px;
            font-style: italic;
        }

    .translate-holder .keyboard-inp-lg {
        font-size: 13px;
        line-height: 14px;
    }

    .translate-holder .x-clear {
        position: absolute;
        right: 20px;
        top: 10px;
    }

@media screen and (max-width: 767px) {
    .translate-holder .keyboard-inp {
        padding-right: 20px;
    }

    .translate-holder .x-clear {
        right: 5px;
        top: 8px;
    }

    .translate-holder .lexipane-holder-dk {
        display: none !important;
    }

    .dict-lookup-options {
        display: none;
    }

    .context-list .icons .context-dict-lookup {
        display: none;
    }
}

    .translate-block .keyboard {
        position: absolute;
        right: 20px;
        bottom: 5px;
    }
.translated-text .keyboard {
    position: absolute;
    right: 20px;
    bottom: 5px;
}

.translated-text {
    position: relative;
}

.translate-holder .reverse-holder {
    padding: 10px 0 0;
}

    .translate-holder .domain-holder-dk {
        display: inline;
        margin: 0;
    }

        .translate-holder .domain-holder-dk .select-holder {
            margin-top: 0;
        }

    .translate-holder .domain-holder label {
        font-weight: normal;
        margin: 10px 0 0 15px;
        vertical-align: middle;
        letter-spacing: 0.018em;
    }

    .translate-holder .reverse-holder-dk {
        display: inline-block;
        float: right;
    }

    .translate-holder .lang-detected-popover {
        white-space: nowrap;
        margin-right: 20px;
    }

.translate-holder .lexipane-holder-dk {
    display: inline;
    position: relative;
    margin-left: 10px;
    z-index: 1;
}

    .translate-holder .lexipane-holder-dk .icon-context-book {
        font-size: 20px;
        color: #0970ac;
        cursor: pointer;
        top: 5px;
        position: relative;
    }

    .translate-holder .lexipane-holder-dk .lexibase-search-box {
        display: inline-block;
        width: 200px;
        margin-left: 5px;
        border: 1px solid #0970ac;
        border-radius: 4px;
        padding: 0px 9px 0px 9px;
    }

    .translate-holder .lexipane-holder-dk ::-ms-clear {
        height: 20px;
        margin-right: -5px;
    }

        .translate-holder .lexipane-holder-dk .lexibase-search-box .revert-arrow {
            position: relative;
            float: right;
        }

            .translate-holder .lexipane-holder-dk .lexibase-search-box .revert-arrow::after {
                border-radius: 2px;
                border-width: 6px;
                border-top-color: transparent;
                border-left-color: transparent;
                border-right-color: #0970ac;
                border-bottom-color: #0970ac;
                content: '';
                position: absolute;
                top: 30px;
                right: -9px;
                border-style: solid;
            }

    .translate-holder .lexipane-holder-dk .lexibase-search-box .input-text {
        height: 37px;
        display: inline-block;
        background-color: transparent;
        border: none;
        color: #0970ac;
        margin: 1px 0 3px 0;
        padding: 0;
        outline: none;
    }

        .translate-holder .lexipane-holder-dk .lexibase-search-box .icon-search {
            color: #0970ac;
            font-size: 20px;
            position: relative;
            top: 5px;
            right: -10px;
            cursor: pointer;
        }

    .translate-holder .lexipane-holder-dk .dictionaries-menu {
        position: absolute;
        right: 4px;
        margin-top: -1px;
        background-color: #fff;
        border: 1px solid #0970ac;
        box-shadow: 0 5px 10px #0970ac;
        display: none;
    }

        .translate-holder .lexipane-holder-dk .dictionaries-menu div {
            padding: 5px 10px 5px 10px;
        }
            .translate-holder .lexipane-holder-dk .dictionaries-menu div:hover {
                background-color: #e8edf6;
                cursor: pointer;
            }

.translate-holder-dk .domain-holder {
    display: inline-block;
    margin: 0 5px 0 0;
}

    .translate-holder-dk .domain-holder label {
        font-weight: normal;
        margin: 10px 0 0 15px;
        vertical-align: middle;
        letter-spacing: 0.018em;
    }

.translate-holder .btn-translate-dk {
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    letter-spacing: 0.018em;
    position: absolute;
    left: -15px;
    top: 0px;
    height: 95px;
    width: 29px;
    text-align: left;
}

.translate-holder .btn-translate {
    min-width: 150px;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    padding: 10px 20px;
    margin: 10px 0 0;
    float: right;
    letter-spacing: 0.018em;
}

@media screen and (max-width: 767px) {
    .translate-holder {
        padding: 10px;
    }
}

.form-group .btn-account {
    background: #0970ac;
    color: #fff;
    min-width: 150px;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    padding: 10px 20px;
    margin: 10px 0 0;
    /*float: left;*/
    letter-spacing: 0.018em;
}

    .form-group .btn-account:hover {
        background: #0b5d8c;
    }

.select-wrap {
    display: inline-block;
}

.select-holder-dk {
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.select-holder {
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 10px 0 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

@media screen and (max-width: 1023px) {
    .select-wrap {
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    .select-wrap .select-holder {
        width: 42%;
        float: left;
    }

    .select-wrap .revert-arrows {
        width: 16%;
        float: left;
        text-align: center;
        margin: 7px 0 0;
    }

    .translate-holder .lexipane-holder-dk {
        display: none !important;
    }
}

.select-holder label, .select-holder .form-control {
    display: inline-block;
}

.select-holder-dk .arrow-sel,
.select-holder .arrow-sel {
    border: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-top: 12px solid #0970ac;
    position: absolute;
    right: 7px;
    top: 17px;
}

.select-holder-dk .form-control,
.select-holder .form-control {
    background: none;
    padding: 5px 20px 5px 15px;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    width: 165px;
    letter-spacing: 0.036em;
}

    .select-holder .form-control::-ms-expand,
    .select-holder-dk .form-control::-ms-expand {
        display: none;
    }

.revert-arrows-dk {
    display: inline-block;
    vertical-align: middle;
    /* margin: 10px 3px 0 7px; */
    cursor: pointer;
    position: absolute;
    left: -15px;
    top: 5px;
}

.revert-arrows {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 3px 0 7px;
    cursor: pointer;
}

.files-interface {
    display: none;
}

.files-translation.files-interface {
    clear: both;
    width: 80%;
    min-height: 100px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #a6a6a6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 30px 0 0 0;
}

    .files-translation.files-interface .dropzone {
        border-left: none;
        border-right: none;
    }

    .files-translation.files-interface .files-translation-info {
        border: none;
    }

    .files-translation a {
        color: #3689bb;
    }

    .files-translation h3, .files-translation .inputfile-btn, .files-translation-info {
        display: inline-block;
        vertical-align: middle;
    }

    .files-translation h3 {
        color: #305a8e;
        font-size: 18px;
        line-height: 20px;
        font-weight: normal;
        letter-spacing: 0.05em;
        max-width: 45%;
        padding: 0 30px 0 0;
        margin: 0px;
    }

    .files-translation .inputfile {
        display: none;
    }

.upload-file-icon {
    width: 24px;
    height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.files-translation .inputfile-btn {
    color: #0970ac;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.018em;
    /*width: 26%;*/
    /*padding: 10px;*/
    margin: 0 0 2px -5px;
    -webkit-border-radius: 5px;
    /*border-radius: 5px;*/
    cursor: pointer;
}

    .files-translation .x-clear {
        position: relative;
        float: right;
        right: 10px;
        top: -25px;
    }

.files-translation-info {
    font-size: 12px;
    line-height: normal;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
    /*padding: 9px 0 0 20px;*/
    padding: 10px 0 10px 0;
    width: 100%;
    border: 1px solid #d8e3f6;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .files-translation-info [class^="icon-document-file-"] {
        font-size: 27px;
        vertical-align: middle;
    }
    .files-translation-info .icon-document-file-pdf {
        color: #cb5641;
    }
    .files-translation-info .icon-document-file-docx {
        color: #4992cf;
    }
    .files-translation-info .icon-document-file-xlsx {
        color: #61b565;
    }
    .files-translation-info .icon-document-file-pptx {
        color: #c8731b;
    }
    .files-translation-info .icon-document-file-xml {
        color: #cb5641;
    }

.file-translation-info {
    /*color: #0970ac;*/
    font-weight: normal;
    margin-left: 7px;
    vertical-align: middle;
}

#FileTranslationInfo > label {
    font-weight: normal;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 0;
}

.icon-info-blue {
    margin-left: 10px;
}

.file-upload-section {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

    .file-upload-section .file-type-icon {
        width: 20px;
        height: 20px;
    }

    .file-upload-section .dropzone {
        border: 1px dashed #d8e3f6;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding: 5px;
        cursor: pointer;
    }

        .file-upload-section .dropzone.in {
            border-color: #0970ac;
        }

    .file-translated,
    .file-translation-section {
        font-size: 14px;
        font-weight: bold;
    }

        .file-translation-section i {
            font-size: 12px;
            color: darkgray;
        }

.file-translated {
    margin-top: 5px;
    padding-bottom: 20px;
}

    .file-translated #FileTranslationReady {
        margin-top: -10px;
    }

.file-translation-section .translation .file-name-section {
    font-weight: bold;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.file-translation-section .file-name-section .remove-file.icon-cancel-circle {
    color: #3689bb;
    font-size: 15px;
    position: relative;
    top: 2px;
    margin-right: 3px;
    text-decoration: none;
    cursor: pointer;
}

.file-translation-section .translation-button {
    padding-bottom: 20px;
}

.file-translation-section .translation-button button {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

.file-translation-section .translation-mismatch {
    padding: 0 40px 20px 40px;
}

    .file-translation-section .translation-mismatch .file-name-section {
        margin-bottom: 10px;
    }

.translation-mismatch > img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}


    .file-translation-section .translation-mismatch .langMismatchBtnLeft {
        margin-right: 10px;
        margin-top: 15px;
        font-size: 14px;
        font-weight: bold;
        background: #FFCA32;
    }
    .file-translation-section .translation-mismatch .langMismatchBtnRight {
        margin-left: 10px;
        margin-top: 15px;
        font-size: 14px;
        font-weight: bold;
    }
.file-translation-section .pdf-conversion-warning {
    color: #5b5d60;
    float: left;
    width: 100%;
    padding: 10px 20px 10px 20px;
    margin-top: -10px;
    font-weight: normal;
}

    .file-translation-section .pdf-conversion-warning .icon-info-blue {
        font-size: 14px;
        position: relative;
        top: 5px;
        margin-right: 3px;
    }

    .file-tranlating .loading {
        display: none;
        margin-left: 10px;
    }

.file-translated .icon-cloud-download, .file-translated .icon-cloud-upload {
    color: #3689bb;
    font-size: 25px;
    position: relative;
    top: 7px;
    margin-right: 5px;
    text-decoration: none;
    cursor: pointer;
}

.file-translated .icon-cloud-upload {
    font-size: 25px;
    position: relative;
    top: 7px;
    margin-right: 5px;
    text-decoration: none;
    cursor: pointer;
}

.file-translated .file-ready {
    float: left;
    vertical-align: middle;
    text-align: center;
}
    .file-translated .file-ready img {
        width: 48px;
        margin-left: 20px;
    }

#FileTranslationStatus > div {
    margin-bottom: 15px;
    padding-right: 68px;
}
#FileTranslationStatus i {
    color: darkgray;
    font-size: 12px;
}
.file-translated .upload-new-file {
    color: #3689bb;
    font-weight: normal;
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: -15px;
    margin-top: 5px;
}

    .file-translated .upload-new-file .link {
        cursor: pointer;
        font-weight: normal;
    }

        .file-translated .upload-new-file .link:hover {
            text-decoration: underline;
        }

.file-translated .file-name-section {
    color: #305a8e;
}

.right-content {
    width: 35.5%;
    float: right;
    padding: 0 0 25px;
}

.dictionary-lookup {
    padding: 18px 0 0;
}

    .dictionary-lookup .go-to-lexibase {
        float: right;
        color: #0970ac;
        font-size: 13px;
        line-height: 22px;
        text-align: right;
        padding: 10px 0 10px;
    }

        .dictionary-lookup .go-to-lexibase a:not(:first-of-type) {
            border-left: 1px solid #0970ac;
            padding-left: 5px;
        }

    .dictionary-lookup .select-holder .form-control {
        width: 182px;
    }

/*.dictionary-lookup .select-holder.target .form-control {
        min-width: 140px140px;
        max-width: 230px;
        width: auto;
    }*/

.dictionary-lookup-row {
    overflow: hidden;
}

.dictionary-lookup-row.select-dictionary {
    margin-top: 10px;
}

.dictionary-lookup-row .revert-arrows-dk {
    position: inherit;
}

.dictionary-lookup .btn-search {
    display: inline-block;
    vertical-align: middle;
    float: right;
    font-size: 24px;
    line-height: 26px;
}

.dictionary-lookup .loading {
    display: none;
    margin-left: 10px;
}

@media screen and (max-width: 1223px) {
    .dictionary-lookup .btn-search {
        margin-left: 10px;
    }
    .dictionary-lookup-row.select-dictionary {
        margin-top: 0px;
    }

    .translate-holder .lexipane-holder-dk {
        margin-left: 2px;
    }

    .translate-holder .lexipane-holder-dk .lexibase-search-box {
        width: 125px;
        margin-left: 2px;
        padding-left: 5px;
    }
}

.descr-holder {
    padding: 14px 0 0;
}

    .descr-holder h2 {
        color: #0970ac;
        font-size: 14px;
        line-height: 18px;
        position: relative;
        text-align: center;
        font-weight: bold;
    }

        .descr-holder h2:before {
            content: '';
            background: #0970ac;
            position: absolute;
            left: 0px;
            bottom: 4px;
            width: 100%;
            height: 2px;
        }

        .descr-holder h2 span {
            background: #fff;
            position: relative;
            padding: 0 10px;
        }

    .descr-holder ul {
        padding: 0;
        margin: 0;
    }

        .descr-holder ul li {
            list-style-type: none;
            font-size: 12px;
            line-height: 18px;
            padding: 0 0 12px 22px;
            position: relative;
        }
            .descr-holder ul li:before {
                color: #0970ac;
                content: "\e905";
                font-family: 'icomoon';
                position: absolute;
                left: 0px;
                top: 0px;
                font-size: 9px;
            }

.descr-holder.tooltip {
    padding: 5px 0 0 10px;
}

    .descr-holder.tooltip ul li {
        padding: 1px 5px 5px 22px;
    }

.home-info {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #d8e3f6;
    border-radius: 5px;
    font-size: 13px;
}

    .home-info h3 {
        font-size: 18px;
        line-height: 20px;
        font-weight: normal;
        letter-spacing: 0.05em;
        text-align: left;
    }

        .home-info h3.secondary {
            font-size: 16px;
            text-align: left;
            margin: 10px 0 10px 0;
            text-align: left;
        }

    .home-info .top-left {
        width: calc(100% - 155px);
        display: inline-block;
    }

        .home-info .top-left .logo img {
            width: 100px;
            margin-top: -5px;
        }

    .home-info .top-right {
        color: #0970ac;
        width: 150px;
        display: inline-block;
        vertical-align: top;
        text-align: right;
        padding-top: 10px;
    }

    .home-info .top-right table td {
        min-width: 45px;
        padding: 5px;
        text-align: center;
        font-size: 12px;
    }

    .home-info .lighter {
        opacity: 0.5;
    }

.home-info-items {  
    margin-left: 10px;
}

.home-info .descr-holder {
    padding: 0;
}

.home-info .descr-holder ul li:before {
    content: "\0027A2";
    font-size: 15px;
    top: -2px;
}

.content-bottom {
    width: 100%;
    padding: 0 15px 25px;
    float: left;
}

@media screen and (max-width: 1330px) {
    .translate-holder .translate-btn {
        min-width: auto;
    }

    .translate-holder .domain-holder {
        margin: 0px;
    }

    .translate-holder .instrument-pane .tools {
        margin: 0 0 0 10px;
    }

    .translate-holder .btn-translate, .dictionary-lookup .btn-search {
        float: none;
    }

    .select-holder .form-control, .dictionary-lookup .select-holder .form-control {
        width: 150px;
    }

    .translate-holder .lexipane-holder-dk .lexibase-search-box {
        width: 180px;
        margin-left: 2px;
        padding-left: 5px;
    }
}

@media screen and (max-width: 1023px) {
    .select-holder, .domain-holder {
        width: 100%;
    }

        .select-holder .form-control, .domain-holder .form-control {
            width: 100% !important;
        }

    .revert-arrows {
        display: block;
        width: 29px;
        height: 29px;
        margin: 10px auto 0;
    }

    .btn-translate {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .left-content, .right-content {
        width: 100%;
    }
}

.footer {
    background: #e8edf6;
    border-top: 1px solid #d7d7d7;
    padding: 10px 0;
    height: 75px;
    clear: both;
}

    .footer .footer-left {
        width: 75%;
        display: inline-block;
        vertical-align: middle;
    }

        .footer .footer-left p {
            color: #b4b8ba;
            font-size: 13px;
            margin: 0px;
        }

    .footer .footer-nav {
        padding: 0 0 14px;
    }

        .footer .footer-nav ul {
            padding: 0px;
            margin: 0px;
            overflow: hidden;
        }

            .footer .footer-nav ul li {
                display: inline-block;
                border-left: 1px solid #3689bb;
                padding: 0 5px;
                margin: 0 5px 0 -5px;
                line-height: 0.875em;
            }

                .footer .footer-nav ul li a {
                    color: #3689bb;
                    font-size: 13px;
                    line-height: 1em;
                    letter-spacing: 0.029em;
                }

    .footer .powered-by {
        width: 25%;
        display: inline-block;
        text-align: right;
        margin: 0 0 0 -5px;
        vertical-align: middle;
    }

        .footer .powered-by h5 {
            color: #000;
            font-size: 15px;
            display: inline-block;
            font-weight: normal;
            margin: 0 30px 0 0;
        }

@media screen and (max-width: 767px) {
    .footer {
        height: auto;
    }

        .footer .footer-left, .footer .powered-by {
            width: 100%;
            margin: 0px;
        }

        .footer .powered-by {
            text-align: left;
            padding: 10px 0 0;
        }
}
/*================================================
Result Page
================================================*/
.left-col {
    width: 50%;
    padding: 0 20px 0 0;
    float: left;
}

.center-col {
    width: 50px;
    padding: 0 20px 0 0;
    float: left;
    position: relative;
    z-index: 1;
}


.left-col .instrument-pane-info {
    background: url("../../img/icons/info.png") no-repeat left;
    width: 100%;
    padding: 5px 0 3px 25px;
    float: left;
    text-align: left;
    margin: 5px;
}

    .left-col .instrument-pane-info p {
        color: #209b23;
        font-size: 13px;
        line-height: 14px;
        margin: 0px;
    }

        .left-col .instrument-pane-info p a {
            color: #209b23;
            text-decoration: underline;
        }

            .left-col .instrument-pane-info p a:hover {
                text-decoration: none;
            }

.left-col .text-translation-info {
    width: 70%;
    float: left;
}

.left-col .counter-info {
    width: 30%;
    float: right;
    text-align: right;
    margin: 2px 0 -2px 0;
}

.left-col .save-text-in-file {
    text-align: center;
    padding: 0 0 5px 30px;
}

.left-col .sticky .counter-info {
    padding: 5px;
}

.left-col .instrument-pane h2 {
    color: #305a8e;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    width: 65%;
    text-align: left;
    float: left;
    margin: 0px;
}

.left-col .instrument-pane-tools-dk {
    width: 50%;
    float: left;
    margin-top: 8px;
}

    .left-col .instrument-pane-tools-dk .spellchecker {
        font-size: 12px;
        padding: 2px 7px 2px 7px;
        margin: -9px 10px 0 0;
    }

        .left-col .instrument-pane-tools-dk .spellchecker span {
            background-size: 14px 9px;
            padding: 0 5px 5px 0;
            margin: 0px;
            top: -1px;
        }

.left-col .instrument-pane-tools {
    width: 35%;
    float: right;
}

    .left-col .instrument-pane-tools .spellchecker {
        font-size: 12px;
        padding: 2px 7px 2px 7px;
        margin: 3px 10px 0 0;
    }

        .left-col .instrument-pane-tools .spellchecker span {
            background-size: 14px 9px;
            padding: 0 5px 5px 0;
            margin: 0px;
            top: -1px;
        }

.left-col .voice {
    margin: 0 0 0 10px;
    font-size: 22px;
    text-decoration: none;
}

.left-col .select-holder .form-control {
    width: 165px;
}

.left-col .btn-translate {
    min-width: 115px;
}

.right-col {
    width: 50%;
    padding: 0 0 0 20px;
    float: right;
}

    .right-col .translate-head-dk {
        padding: 0 0 12px;
    }

    .right-col .translate-head {
        padding: 0 0 4px;
    }

        .right-col .translate-head-dk h3 {
            color: #305a8e;
            font-size: 14px;
            margin: 0 0 4px;
            width: 40%;
            float: left;
        }

        .right-col .translate-head .icon-list, .right-col .translate-head-dk .icon-list-dk {
            padding: 0px;
            margin-top: 5px;
            /* width: 60%; */
            float: right;
            text-align: right;
            margin: 10px 10px 9px 10px;
        }

            .right-col .translate-head .icon-list, .right-col .translate-head-dk .icon-list-dk [class^="icon-"] {
                font-size: 17px;
            }

            .right-col .translate-head .icon-list li, .right-col .translate-head-dk .icon-list-dk li {
                display: inline-block;
                vertical-align: middle;
                margin: 0 0 0 3px;
            }

                .right-col .translate-head-dk .icon-list-dk li:first-child {
                    margin: 0px;
                }

        .right-col .translate-head-dk .icon-list {
            padding: 0px;
            width: 40%;
            float: right;
            text-align: right;
            margin: 10px;
        }

            .right-col .translate-head-dk .icon-list li {
                display: inline-block;
                vertical-align: middle;
                margin: 0 0 0 3px;
            }

    .right-col .translate-head .icon-list li:first-child {
        margin: 0px;
    }

    .right-col .keyboard-inp-right {
        background: #fff;
    }

        .right-col .keyboard-inp-right.edit-mode {
            border: 1px solid #0970ac;
            box-shadow: 0px 1px 15px #0970ac;
        }

    .right-col .warning-info {
        background: url("../../img/icons/info.png") no-repeat left;
        width: 100%;
        padding: 5px 0 3px 25px;
        float: left;
        text-align: left;
        margin: 5px;
        font-style: italic;
        color: #0970ac;
        width: 93%;
    }

    .right-col .translate-head-dk.bottom-icons {
        position: relative;
        float: right;
    }

        .right-col .translate-head-dk.bottom-icons ul {
            position: absolute;
            right: -31px;
            top: -35px;
            margin-left: 5px;
        }

            .right-col .translate-head-dk.bottom-icons ul.sticky {
                position: fixed !important;
                bottom: 0 !important;
                left: auto !important;
                right: unset !important;
                top: unset !important;
            }

#TextTranslationIcons.translate-head-dk {
    position: relative;
    margin-top: -49px;
}

#sourceParagraphCorrespondence span, #targetParagraphCorrespondence span {
    padding: 2px 0 2px 0;
}

@media screen and (max-width: 767px) {
    .right-col .translate-head {
        float: right;
        padding-top: 4px;
    }

    .right-col .translate-head .icon-list {
        margin: 3px 3px 3px 7px;
    }

    .right-col .translate-head .icon-list li {
        display: inline;
    }
    .right-col .translate-head .icon-list .icon-translate-print {
        display: none;
    }

    .right-col .warning-info {
        width: 85%;
    }

    .left-col .text-translation-info {
        width: 100%;
    }

    .left-col .use-file-translation {
        display: none;
    }

    .left-col .counter-info {
        width: 100%;
        margin: 2px 0 2px 0;
    }
}

.context-list {
    background: #fff;
    border: 1px solid #e2e8f4;
    padding: 2px 10px 0 10px;
    margin: 0 0 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .context-list.translation {
        border: 1px solid #a6a6a6;
    }

    .context-list.contextover {
        border: 2px solid #1B2B5F;
        margin: -1px -1px 14px;
        cursor: pointer;
    }

    .context-list li {
        list-style-type: none;
    }

    .context-list li:last-of-type {
        border-bottom: none;
    }

    .context-list .trans {
        position: relative;
    }

        .context-list .trans h3 {
            color: #4d4d4d;
            font-size: 18px;
            letter-spacing: 0.029em;
            padding: 2px 0 3px 0;
            margin: 0px;
            font-weight: normal;
        }

            .context-list .trans h3 .translation.rude::before {
                content: "!";
                color: #b50000;
                margin-right: 2px;
            }

            .context-list .trans h3 .translation.colloquial::before {
                content: "!";
                color: orange;
                margin-right: 2px;
            }

        .context-list.translation {
            padding-left: 0;
        }

            .context-list.translation .external-link {
                padding-left: 12px;
            }

            .context-list.translation .external-link.examples {
                padding-left: 0;
            }

            .context-list.translation .trans h3 {
                float: left;
            }
            .context-list.translation .trans.rtl h3 {
                float: right;
            }
            .context-list.translation .trans.rtl h3:first-of-type {
                direction: rtl;
            }
            .context-list.translation .trans h3:last-of-type {
                padding-left: 0;
                padding-right: 0;
            }

                .context-list.translation .trans h3 .translation:hover {
                    color: #305a8e;
                }
            .context-list.translation .trans h3 .translation.rude::before {
                position: absolute;
                margin-left: 5px;
            }
            .context-list.translation .trans h3 .translation.colloquial::before {
                position: absolute;
                margin-left: 5px;
            }

            .context-list.translation .dym-section {
                padding-left: 12px;
            }

    .context-list .trans h3 .translation span:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    .context-list .trans h3 .translation span:first-of-type {
        padding-left: 12px;
    }
    .context-list .trans.rtl h3 .translation span:first-of-type {
        padding-left: 0;
    }

    .context-list .trans h3 .translation span:last-of-type {
        padding-right: 12px;
    }

    .context-list .trans .category {
        color: #b50000;
        font-size: 14px;
        font-weight: normal;
        padding-left: 0;
    }

    .context-list .trans .icons {
        position: absolute;
        right: 0px;
        top: 3px;
    }

    .context-list .trans .icons a {
        margin: 0 0 0 2px;
    }

    .context-list .trans .icons a img {
        max-height: 17px;
    }

    .context-list .example {
        padding: 2px 2px 2px 7px;
        margin: 2px 2px 4px 4px;
        border: 1px dotted #e2e8f4;
        border-radius: 3px;
    }

    .context-list .src {
        color: #597eb2;
        font-size: 13px;
        font-family: Arial, sans-serif;
        letter-spacing: 0px;
        line-height: 1.5;
    }

    .context-list .tgt {
        color: #4d4d4d;
        font-size: 13px;
        font-family: Arial, sans-serif;
        letter-spacing: 0px;
        line-height: 1.5;
        padding: 0 0 0 23px;
        position: relative;
    }

    .context-list .tgt:before {
        /*color: #0970ac;*/
        content: "\e90b";
        font-family: 'icomoon';
        position: absolute;
        left: 3px;
        top: -4px;
    }

    .context-list .src.rtl, .context-list .tgt.rtl {
        direction: rtl;
    }

    .context-list em {
        background: #fffdd0;
    }

    .context-list .trans-grp {
        padding: 0;
        border-bottom: 1px solid #e2f2f3;
    }

        .context-list .trans-grp .trans {
            padding: 0;
        }
        .context-list .trans-grp .trans.rtl {
            padding-right: 85px;
        }

    .context-list .trans-grp .example {
        display: none;
    }

    .context-list .examples-grp {
        display: none;
    }

    .context-list .external-link {
        padding: 5px 0 3px 0;
        color: #597eb2;
    }

    .context-list .dym-section {
        font-style: italic;
        padding: 1px;
        margin: 5px 0 5px -1px;
        cursor: default;
    }

        .context-list .dym-section.dym-warning {
            background: url("../../img/icons/info.png") no-repeat left;
            padding: 1px 1px 1px 27px;
        }

        .context-list .dym-section .applied {
            font-weight: bold;
            color: #0970ac;
        }

        .context-list .dym-section .arrow {
            color: #b50000;
            font-size: 10px;
            padding: 0 5px 0 5px;
        }

    .context-list .context-warning {
        padding: 2px 0px 5px 32px;
        color: #b50000;
        background-color: lightyellow;
        border-radius: 0 0 5px 5px;
        border-top: 1px solid #e2f2f3;
        margin: 0 -15px -5px -15px;
        font-size: 12px;
    }
    .context-list.translation .context-warning {
        margin: 0 -10px 0 0;
    }
.lexibase-section .context-list .context-warning {
    margin: 0 -10px -5px -10px;
}
        .context-list .context-warning .icon-info-blue {
            font-size: 18px;
            position: relative;
            margin: 0 3px 0 -25px;
            top: 3px;
        }

.context-search-info {
    display: none;
}

/* Context App Promo section */
.context-app-promo {
    margin-top: 37px;
    text-align: center;
    font-size: 13px;
}

    .context-app-promo:hover {
        border: 1px solid #0970ac;
    }

    .context-app-promo div {
        background: url("../../img/icons/smartphone.gif") no-repeat left;
		background-size: 70px 70px;
        display: inline-block;
        vertical-align: middle;
        padding: 7px 0px 7px 120px;
        margin: 10px 0 10px 0;
        width: 90%;
        text-align: left;
    }

    .context-app-promo a,
    .context-app-promo a:hover,
    .context-app-promo a:focus {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        color: #5b5d60;
    }

@media screen and (max-width: 767px) {
    .context-list {
        margin: 0 0 15px;
    }
}

.reverso-result h2 {
    color: #8d968d;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 5px;
}

.reverso-result .reverso-result-field {
    background: #fff;
    border: 1px solid #a6a6a6;
    padding: 7px 85px 7px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

    .reverso-result .reverso-result-field h3 {
        margin: 0px;
    }

    .reverso-result .reverso-result-field textarea.machine-translation {
        overflow: hidden;
        padding: 0px;
        width: 100%;
        margin: 0px auto;
        display: block;
        resize: none;
        border: none;
        font-weight: normal;
        outline: none;
    }

    .reverso-result .reverso-result-field .icons {
        position: absolute;
        right: 10px;
        top: 7px;
    }

        .reverso-result .reverso-result-field .icons a {
            margin: 0 0 0 2px;
        }

            .reverso-result .reverso-result-field .icons a img {
                max-height: 17px;
            }

.content-bottom .files-translation h3 {
    min-width: unset;
}

.content-bottom .files-translation .inputfile-btn {
    /*width: 50%;*/
    max-width: 192px;
    /*min-width: 190px;*/
}

.content-bottom .files-translation {
    width: 100%;
}

.content-bottom .dictionary-lookup {
    padding: 0px;
}

.examples-holder h3 {
    color: #c7c6c6;
    font-size: 15px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    padding: 0 5px 5px;
    margin: 0px;
}

    .examples-holder h3 span {
        color: #000;
    }

.examples-holder .context-list {
    padding: 10px 10px 0 10px;
}

    .examples-holder .context-list.translation-examples {
        border: none;
        padding: 0;
    }

.result-holder {
    width: 100%;
    border: 1px solid #e8edf6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
    clear: both;
}

    .result-holder .results-in {
        padding: 5px 30px 5px 0;
        text-align: right;
    }

        .result-holder .results-in a {
            color: #0970ac;
            margin-left: 5px;
            padding: 2px;
            text-decoration: none;
        }
            .result-holder .results-in a.selected {
                border-bottom: 1px solid #0970ac;
            }
            .result-holder .results-in a:hover {
                text-decoration: none;
            }
        .result-holder .results-in a span {
            font-size: 18px;
        }

.collins-copyright {
    color: #878984;
    font-size: 11px;
    padding-top: 10px;
}

.lexibase-copyright {
    color: #5b5d60;
    font-size: 11px;
    padding-top: 10px;
}

    .result-holder .suggestion-message {
        padding: 0px 0px 10px 15px;
        font-style: italic;
        font-weight: bold;
    }

    .result-holder .result-container {
        max-height: 395px;
        overflow: auto;
    }

        .result-holder .result-container h2 {
            color: #0000ff;
            font-size: 18px;
            line-height: 22px;
            font-weight: bold;
            margin: 0px;
        }

            .result-holder .result-container h2 span {
                color: #800040;
                font-size: 14px;
                font-family: Tahoma, Arial, sans-serif;
                font-weight: normal;
                margin: 0 0 0 5px;
            }

        .result-holder .result-container .lexibase-section {
            margin: 5px 10px 10px 10px;
            padding: 10px 10px 5px 10px;
            box-shadow: 0px 0px 5px #e2e8f4;
            border: 1px solid #fff;
            border-radius: 4px;
        }

        .result-holder .result-container .lexibase-section.selected {
                border: 1px solid #e2e8f4;
                box-shadow: 0px 0px 7px #d7d7d7;
            }

            .result-holder .result-container .lexibase-section .full-lexibase {
                text-align: right;
                margin: -5px 0 -7px 0;
            }
            .result-holder .result-container .lexibase-section .full-lexibase-link {
                color: #0970ac;
                font-size: 25px;
                text-decoration: none;
            }

        .result-holder .result-container .context-list .context-more .full-context {
            height: 25px;
            text-align: right;
            padding: 0 7px 0 0;
        }
            .result-holder .result-container .context-list .context-more .full-context .full-context-link,
            .result-holder .result-container .context-list .context-more .full-context .full-context-link:focus {
                color: #0970ac;
                font-size: 25px;
                text-decoration: none;
                margin-right: -7px;
                top: -5px;
                position: relative;
            }

        .result-holder .result-container .result-list {
            padding: 0 0 0 35px;
            margin: 0px;
        }

            .result-holder .result-container .result-list > li h3 {
                color: #000;
                font-size: 14px;
                font-family: Tahoma, Arial, sans-serif;
                font-weight: normal;
                margin: 0px;
            }

                .result-holder .result-container .result-list > li h3 span {
                    color: #0000ff;
                    font-weight: bold;
                }

                    .result-holder .result-container .result-list > li h3 span.major {
                        color: #b50034;
                        margin: 0 5px 0 0;
                    }

                .result-holder .result-container .result-list > li h3 em {
                    color: #b02951;
                    font-size: 12px;
                    margin: 0 5px;
                }

        .result-holder .result-container .result-list-sub {
            padding: 0 0 0 10px;
            margin: 0px;
            list-style-type: lower-alpha;
        }

            .result-holder .result-container .result-list-sub > li h4 {
                color: #000;
                margin: 0px;
            }

                .result-holder .result-container .result-list-sub > li h4 em {
                    color: #800040;
                    font-size: 12px;
                    font-weight: normal;
                }

            .result-holder .result-container .result-list-sub > li ul {
                padding: 0px;
                margin: 0px;
            }

                .result-holder .result-container .result-list-sub > li ul li {
                    color: #000;
                    list-style-type: none;
                }

                    .result-holder .result-container .result-list-sub > li ul li span {
                        color: #0000ff;
                    }

        .result-holder .result-container .collins-src {
            color: #305a8f!important;
        }

        .result-holder .result-container .collab-dict {
            padding: 2px 2px 2px 5px;
        }

            .result-holder .result-container .collab-dict:nth-child(even) {
                background-color: #e8edf6;
            }

            .result-holder .result-container .collab-dict .src {
                color: #305a8f;
                font-size: 14px;
                display: inline-block;
            }
            .result-holder .result-container .collab-dict .src.trunc {
                max-width: 60%;
            }

            .result-holder .result-container .collab-dict .type {
                color: #B50000;
                font-size: 14px;
                margin-left: 5px;
                display: inline-block;
            }

            .result-holder .result-container .collab-dict .tgt {
                color: #000;
                font-size: 14px;
                padding-left: 15px;
                display: inline-block;
            }

            .result-holder .result-container .collab-dict .info {
                padding: 3px 0 20px 0;
                float: right;
                color: #008000;
                font-size: 12px;
                display: inline-block;
                max-width: 40%;
            }

    .result-holder .context-list,
    .result-holder .context-list.contextover {
        border: none;
        margin: 0;
        padding: 0;
    }

#DictLookupDialog {
    background-color: #fff;
}

.dict-lookup {
    background-color: #fff;
}

.dict-lookup-tab-menu.popup {
    color: #fff;
    background-color: #0970ac;
    position: relative;
    padding: 12px;
    cursor: pointer;
    text-decoration: none !important;
}

    .dict-lookup-tab-menu.popup:hover {
        color: #fff;
    }

    .dict-lookup-tab-menu.popup.active {
        background-color: #fff;
        color: #0970ac;
    }

.dict-lookup-tab-menu.short-text {
    position: relative;
    padding: 8px 12px 8px 12px;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
    margin-bottom: -1px;
    border: 1px solid #e8edf6;
    border-bottom-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 1;
    color: #0970ac;
}

    .dict-lookup-tab-menu.short-text.active {
        font-weight: bold;
        border-bottom-color: #fff;
        border-top-width: 4px;
        padding-top: 5px;
    }

.dict-lookup-tabs-menu {
    display: inline-block;
    float: right;
}

.dict-lookup-searched-text.popup {
    color: #e8edf6;
    font-weight: bold;
    float: left;
    padding-left: 5px;
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dict-lookup-searched-text.short-text {
    color: #305a8e;
    font-size: 18px;
    font-weight: bold;
    float: left;
    padding-left: 17px;
    margin-top: 4px;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dict-lookup .tab {
    padding: 10px 15px 5px 15px;
}

    .dict-lookup .tab.short-text {
        border: 1px solid #e2e8f4;
        display: inline-block;
        width: 100%;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.dict-lookup .context-list,
.dict-lookup .context-list.contextover {
    border: none;
    margin: 0;
    padding: 0;
}

    .dict-lookup .context-list .context-more {
        padding: 3px 0 3px 0;
    }

        .dict-lookup .context-list .context-more .trans {
            color: #a6a6a6;
            width: 90%;
            font-size: 17px;
            display: inline-block;
        }

            .dict-lookup .context-list .context-more .trans span {
                display: inline;
            }

        .dict-lookup .context-list .context-more .full-context {
            height: 18px;
            text-align: right;
            float: right;
            display: inline-block;
            padding: 3px;
        }

            .dict-lookup .context-list .context-more .full-context .full-context-link,
            .dict-lookup .context-list .context-more .full-context .full-context-link:focus {
                color: #0970ac;
                font-size: 25px;
                text-decoration: none;
                margin-right: -7px;
                top: -5px;
                position: relative;
            }

.dict-lookup .dym-section {
    font-style: italic;
    padding: 1px;
    margin: 5px 0 5px -1px;
    cursor: default;
}

    .dict-lookup .dym-section.dym-warning {
        background: url("../../img/icons/info.png") no-repeat left;
        padding: 1px 1px 1px 27px;
    }

    .dict-lookup .dym-section .applied {
        font-weight: bold;
        color: #0970ac;
    }

    .dict-lookup .dym-section .arrow {
        color: #b50000;
        font-size: 10px;
        padding: 0 5px 0 5px;
    }

.dict-lookup .synonyms-holder .synonyms-grp {
    margin-top: 5px;
}

.dict-lookup .synonyms-holder .category {
    color: #b50000;
}

.dict-lookup .synonyms-holder .category-title hr {
    margin-top: 0;
    margin-bottom: 0;
}

.dict-lookup .synonyms-holder .title {
    font-style: italic;
}

    .dict-lookup .synonyms-holder .title span {
        margin-right: 4px;
    }

.dict-lookup .synonyms-holder .word {
    color: #0970ac;
    font-weight: bold;
}

.dict-lookup .synonyms-holder .arrow {
    color: #b50000;
    font-size: 10px;
}

.dict-lookup .synonyms-holder .synonyms.left-col,
.dict-lookup .synonyms-holder .synonyms.right-col {
    width: 50%;
}

.dict-lookup .synonyms-holder .synonyms.rtl {
    direction: rtl;
    padding: 0 10px 0 0;
}

.dict-lookup .synonyms-holder .synonyms .relevant {
    font-weight: bold;
}

.dict-lookup .synonyms-holder .synonyms .syn {
    padding: 3px;
}

.dict-lookup .synonyms-holder .synonyms .edit.syn {
    padding: 3px;
}

    .dict-lookup .synonyms-holder .synonyms .edit.syn:hover {
        background-color: #e8edf6;
    }

    .dict-lookup .synonyms-holder .synonyms .edit.syn {
        cursor: pointer;
    }

    .dict-lookup .synonyms-holder .synonyms .edit.syn .replace {
        color: #0970ac;
        margin-left: 10px;
        visibility: hidden;
    }
        .dict-lookup .synonyms-holder .synonyms.rtl .edit.syn .replace {
            margin-right: 10px;
        }

.dict-lookup .synonyms-holder .full-synonyms {
    height: 27px;
    text-align: right;
    margin-right: -5px;
}

    .dict-lookup .synonyms-holder .full-synonyms .full-synonyms-link,
    .dict-lookup .synonyms-holder .full-synonyms .full-synonyms-link:focus {
        color: #0970ac;
        font-size: 25px;
        text-decoration: none;
    }

.dict-lookup-popup-search {
    position: absolute;
    top: -5000px;
    left: -5000px;
    z-index: 2;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 10px #0970ac;
    padding: 3px 5px 0px 3px;
    font-size: 18px;
    text-decoration: none;
    color: #305a8e;
}

    .dict-lookup-popup-search .loading {
        vertical-align: top;
        width: 23px;
        height: 23px;
    }

    .dict-lookup-popup-search:hover {
        text-decoration: none;
    }

    .dict-lookup-popup-search span {
        margin-left: 5px;
    }

.synonyms-contextual-menu {
    position: absolute;
    top: -5000px;
    left: -5000px;
    z-index: 201;
    background-color: #fff;
    border: 1px solid #0970ac;
    border-radius: 1px;
    box-shadow: 0 5px 10px #0970ac;
}

    .synonyms-contextual-menu.loading {
        border: 0;
        border-radius: 4px;
        padding: 3px 5px 3px 5px;
    }

    .synonyms-contextual-menu.loading img {
        vertical-align: top;
        width: 23px;
        height: 23px;
    }

    .synonyms-contextual-menu .synonyms-menu-holder {
        padding: 5px 5px 5px 5px;
        overflow: auto;
        max-height: 200px;
    }

        .synonyms-contextual-menu .synonyms-menu-holder div {
            padding: 3px;
        }

        .synonyms-contextual-menu .synonyms-menu-holder .synonym {
            padding-right: 20px;
        }

        .synonyms-contextual-menu .synonyms-menu-holder .synonym:hover {
            background-color: #e8edf6;
            cursor: pointer;
        }

        .synonyms-contextual-menu .synonyms-menu-holder .title {
            padding-right: 20px;
            font-style: italic;
        }

            .synonyms-contextual-menu .synonyms-menu-holder .title span {
                margin-right: 4px;
            }

        .synonyms-contextual-menu .synonyms-menu-holder .word {
            color: #0970ac;
            font-weight: bold;
        }

        .synonyms-contextual-menu .synonyms-menu-holder .arrow {
            color: #b50000;
            font-size: 10px;
        }

.dialog-holder {
    padding: 15px;
}

    .dialog-holder .dialog-row {
        width: 100%;
        float: left;
        padding: 2px 0;
    }

        .dialog-holder .dialog-row input {
            font-size: 15px;
            height: 30px;
            padding: 3px 6px 3px 6px;
        }

        .dialog-holder .dialog-row textarea {
            height: 75px;
            overflow-wrap: break-word;
            font-size: 15px;
            padding: 3px 6px 3px 6px;
        }

        .dialog-holder .dialog-row .dialog-left-col {
            width: 50%;
            float: left;
        }

        .dialog-holder .dialog-row .dialog-right-col {
            width: 50%;
            float: left;
        }

    .dialog-holder.send-feedback .dialog-row .dialog-left-col {
        width: 30%;
        padding-top: 7px;
    }

    .dialog-holder.send-feedback .dialog-row .dialog-right-col {
        width: 70%;
    }

    .dialog-holder.send-feedback .dialog-row .select-holder {
        margin: 0;
    }

    .dialog-holder.send-feedback .dialog-row input.btn {
        background: #0970ac;
        color: #fff;
    }

        .dialog-holder.send-feedback .dialog-row input.btn:hover {
            background: #0b5d8c;
        }

    .dialog-holder.send-feedback .dialog-row .see-more {
        float: right;
    }

    .dialog-holder .error-message {
        color: #b50000;
        font-weight: bold;
    }

    .dialog-holder.send-feedback .descr-holder ul {
        margin: 5px;
        padding: 1px;
    }

.feedback-header-info {
    float: right;
    position: relative;
    font-size: 22px;
    top: -2px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .dialog-holder {
        padding: 10px;
    }
    .dialog-holder .dialog-row {
        padding: 0;
    }
    .dialog-holder .dialog-row .select-holder {
        width: 45%;
    }
    .dialog-holder.send-feedback .dialog-row .dialog-left-col {
        width: 100%;
        padding-top: 7px;
    }

    .dialog-holder.send-feedback .dialog-row .dialog-right-col {
        width: 100%;
    }

        .dialog-holder.send-feedback .dialog-row .see-more {
            margin-top: 10px;
        }
}

@media screen and (max-width: 1330px) {
    .left-col .select-holder .form-control {
        width: 150px;
    }
}

@media screen and (max-width: 1023px) {
    .left-col .instrument-pane-info {
        width: 100%;
    }

    .left-col .instrument-pane-tools {
        width: 45%;
    }

        .left-col .instrument-pane-tools .spellchecker {
            margin: 0 10px 0 0;
        }

    .home-info .top-left {
        width: 100%;
    }

    .home-info .top-right {
        display: none;
    }
}

@media screen and (max-width: 639px), (min-width: 768px) and (max-width: 1023px) {
    .content {
        padding: 10px 0 0;
    }

    .translate-holder {
        padding-left: 10px;
        padding-right: 10px;
    }

    .content-bottom {
        padding: 0 10px 25px;
    }

    .content-bottom .files-translation h3 {
        min-width: unset;
    }
    .content-bottom .files-translation .inputfile-btn {
        min-width: unset;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .translate-block .keyboard,
    .translated-text .keyboard {
        visibility: hidden;
    }

    .right-col .translate-head-dk.bottom-icons ul {
        right: 0px;
    }

        .right-col .translate-head-dk.bottom-icons ul.sticky {
            right: 20px!important;
        }

    .context-app-promo div {
        width: 85%;
    }
}

@media screen and (max-width: 767px) {
    .left-col, .right-col {
        width: 100%;
        padding: 0px;
    }

    .left-col {
        padding: 0 0 10px;
    }

    .content-bottom {
        padding: 0 10px 25px;
    }

        .content-bottom .left-col .files-translation {
            display: none!important;
        }

    .context-app-promo {
        margin-top: -5px;
    }

        .context-app-promo div {
            margin: 5px 15px 5px 15px;
            padding: 7px 0px 7px 40px;
            width: auto;
        }
}

@media screen and (max-width: 639px) {
    .left-col .instrument-pane-info, .left-col .instrument-pane-tools {
        width: 100%;
    }

    .left-col .instrument-pane h2 {
        width: 40%;
    }

        .left-col .instrument-pane h2 + .instrument-pane-tools {
            width: 60%;
        }

    .left-col .instrument-pane-info {
        margin: 0 0 10px;
    }

    .result-holder .result-container .result-list {
        padding: 0 0 0 25px;
    }
}

/*# sourceMappingURL=main.css.map */

.ui-dialog {
    background: #e8edf6;
    border: 1px solid #a6a6a6;
    position: absolute;
    z-index: 9999;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.ui-dialog .ui-dialog-titlebar {
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 50px 10px 10px;
}

.ui-dialog .ui-dialog-title {
    font-size: 16px;
    line-height: 20px;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    text-indent: -9999px;
}

.ui-dialog .ui-dialog-titlebar-close:before {
    content: "\e90e";
    font-family: 'icomoon';
    position: absolute;
    left: 3px;
    top: 0px;
    text-indent: 0px;
}

.ui-dialog .translate-holder {
    background: none;
    border: none;
    height: auto !important;
    padding: 10px;
    margin: 0px;
}

    .ui-dialog .translate-holder .dialog-row {
        margin: 0 0 5px;
    }

		.ui-dialog .translate-holder .dialog-row.login-popup-message {
			margin: 15px 5px 20px 5px;
		}

        .ui-dialog .translate-holder .dialog-row.subscription-popup-message {
            background: url("../../img/icons/info.png") no-repeat left;
            padding: 0 0 0 30px;
            margin: 15px 5px 20px 5px;
        }

        .ui-dialog .translate-holder .dialog-row label {
            font-weight: normal;
        }

    .ui-dialog .translate-holder input[type="radio"], .ui-dialog .translate-holder input[type="checkbox"] {
        margin: 0 5px 0 0;
    }

.ui-dialog .dialog-row-btn {
    position: relative;
    bottom: 0;
}

    .ui-dialog .dialog-row-btn a {
        background: #0970ac;
        color: #fff;
        padding: 3px 8px;
        display: inline-block;
        border-radius: 3px;
        cursor: pointer;
    }

        .ui-dialog .dialog-row-btn a:last-child {
            float: right;
        }

        .ui-dialog .dialog-row-btn a:hover {
            background: #0b5d8c;
            text-decoration: none;
        }

.Speller_a {
    text-decoration-line: underline;
    color: #0970ac;
}

.Speller_awo {
    text-decoration-line: underline;
    color: #008000;
}

.Speller_mwo {
    background: #008000;
}

.Speller_uc {
    color: purple;
    text-decoration-line: underline;
    padding-bottom: 5px;
}


.Speller_u {
    background: yellow;
    padding-bottom: 5px;
}

.Speller_orig_text {
    color: red!important;

}

.ui-dialog .ui-dialog-titlebar {
    color: #000000;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 50px 10px 10px;
    background-color: #ffffff;
}

.ui-state-default .ui-icon {
    background-image: none;
}

#SpellerDialog {
    height: auto;
    padding: 10px;
}

    #SpellerDialog .speller-left-buttons {
        display: inline-block;
        float: left;
    }

    #SpellerDialog .speller-left-buttons a:last-child {
        float: none;
    }

    #SpellerDialog .speller-right-buttons {
        display: inline-block;
        float: right;
    }

        #SpellerDialog .speller-right-buttons a {
            margin-left: 5px;
        }

    #SpellerDialog .speller-warnings {
        display: inline-block;
    }

    #SpellerDialog .speller-legend {
        line-height: 13pt;
        display: inline-block;
    }

#SpellerResults {
    padding: 5px;
}

#SpellerResults a, #SpellerResults a:active {
    cursor: pointer;
}

.Speller_mwo {
    color: #fff;
    padding-bottom: 5px;
}

.Speller_mwo:hover {
    color: #fff;
    text-decoration: none;
}

.Speller_mwo, .Speller_q, .Speller_uo, .Speller_u {
    padding-bottom: 5px;
}

.Speller_mwo, .Speller_u {
    padding: 2px;
}

.details-block {
    margin-bottom: 10px;
}

.Speller_q {
    color: #008000;
    text-decoration-line: underline;
    padding: 2px 22px 0 0;
    background: url(../../img/question.png) no-repeat right -4px;
}

.Speller_uo {
    color: #8924d8;
    text-decoration: underline;
}

.tooltips {
    position: absolute;
    max-width: 350px;
    border: 1px solid black;
    background-color: lightyellow;
    padding: 5px;
    font-size: 12px;
    font-weight: normal;
    z-index: 5000;
    color: black;
}

.tooltip-red {
    color: #b50000;
    font-size: 13px;
    padding-left: 3px;
}

.wrapper .print-translation-section {
    width: 100%;
}

.wrapper .print-translation-section td {
    padding: 5px 30px 5px 30px;
}

.wrapper .print-translation-section table {
    width: 100%;
}

.wrapper .print-translation-section table td {
    padding: 5px;
    vertical-align: top;
}

    .wrapper .print-translation-section table td .print-header {
        color: #305a8f;
    }

    .wrapper .print-translation-section .print-info {
        font-size: 12px;
        color: gray;
        font-style: italic;
    }

.title-blue {
    /*font-family: 'helvetiCaneUELtcOmroman', helvetica, arial, sans-serif;*/
    font-weight: bold;
    color: #305a8e;
}

.colored-block {
    border: 1px solid #e8edf6;
    border-radius: 4px;
    font-size: 15px;
    padding: 0 15px 0 15px;
    margin-bottom: 30px;
}

.list-blue {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .list-blue li {
        /*font-family: 'helvetiCaneUELtcOmroman', helvetica, arial, sans-serif;*/
        font-weight: bold;
        font-size: 14px;
        margin: 20px 0px;
    }

    .list-blue li.title-blue {
        counter-increment: step-counter;
    }

        .list-blue li.title-blue::before {
            content: counter(step-counter);
            margin-right: 5px;
            font-size: 130%;
            background-color: #0970ac;
            color: #fff;
            font-weight: bold;
            padding: 6px 12px;
            border-radius: 3px;
        }

        .list-blue li p {
            font-weight: normal;
            margin-left: 43px;
        }

/*#loginForm {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 10px;
}*/
#loginForm .form-horizontal .form-group {
    margin: 0px;
}

#loginForm .form-horizontal .checkbox {
    padding: 7px 0 10px;
}

    #loginForm .form-horizontal .checkbox input[type="checkbox"] {
        margin: 4px 0 0;
    }

#loginForm .form-horizontal .form-group {
    margin: 0 0 15px;
}


/*Andrei's 'Modifications */
.accountForm {
    width: 300px;
    margin: 0 auto;
}

.accountDivCenter {
    text-align: center;
}

/*Andrei's 'Modifications */
.accountForm {
    width: 300px;
    margin: 0 auto;
}

.accountDivCenter {
    text-align: center;
}

#SourceLanguageHolder,
#TargetLanguageHolder {
    margin-top: 0;
}

#SpellerResults {
    border: 1px solid #a6a6a6;
    background: white;
    margin-bottom: 10px;
    border-radius: 3px;
    min-height: 95px;
    max-height: 200px;
    overflow: auto;
    white-space: pre-wrap;
}
#SpellerTextInput {
    width: 100%;
    border-radius: 3px;
    height: 150px;
}
#LexibaseInputText {
    width: calc(100% - 30px);
}
@media screen and (max-width: 767px) {
    .dictionary-lookup {
        max-width: none;
    }
        .dictionary-lookup .btn-search {
            margin-top: 10px;
            margin-left: 0;
            width: 100%;
        }
        .dictionary-lookup #LexibaseInputText {
            width: 100%;
        }

        #SpellerDialog .speller-left-buttons,
        #SpellerDialog .speller-right-buttons {
            margin: 5px 0 5px 0;
        }

        #SpellerDialog .speller-left-buttons {
            text-align: right;
        }

    #SpellerDialog .full-width {
        width: 100%;
    }

        #SpellerDialog .full-width a {
            margin: 0;
            width: 48%;
            text-align: center;
        }
}

/*!
 * jQuery contextMenu - Plugin for simple contextMenu handling
 *
 * Version: v2.4.5
 *
 * Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
 * Web: http://swisnl.github.io/jQuery-contextMenu/
 *
 * Copyright (c) 2011-2017 SWIS BV and contributors
 *
 * Licensed under
 *   MIT License http://www.opensource.org/licenses/mit-license
 *
 * Date: 2017-05-05T14:40:37.763Z
 */
@-webkit-keyframes cm-spin {
    0% {
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-50%) rotate(359deg);
        transform: translateY(-50%) rotate(359deg);
    }
}

@-o-keyframes cm-spin {
    0% {
        -webkit-transform: translateY(-50%) rotate(0deg);
        -o-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-50%) rotate(359deg);
        -o-transform: translateY(-50%) rotate(359deg);
        transform: translateY(-50%) rotate(359deg);
    }
}

@keyframes cm-spin {
    0% {
        -webkit-transform: translateY(-50%) rotate(0deg);
        -o-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-50%) rotate(359deg);
        -o-transform: translateY(-50%) rotate(359deg);
        transform: translateY(-50%) rotate(359deg);
    }
}

@font-face {
    font-family: "context-menu-icons";
    font-style: normal;
    font-weight: normal;
    src: url("font/context-menu-icons.eot?lnvb");
    src: url("font/context-menu-icons.eot?lnvb#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?lnvb") format("woff2"), url("font/context-menu-icons.woff?lnvb") format("woff"), url("font/context-menu-icons.ttf?lnvb") format("truetype");
}

.context-menu-icon-add:before {
    content: "\EA01";
}

.context-menu-icon-copy:before {
    content: "\EA02";
}

.context-menu-icon-cut:before {
    content: "\EA03";
}

.context-menu-icon-delete:before {
    content: "\EA04";
}

.context-menu-icon-edit:before {
    content: "\EA05";
}

.context-menu-icon-loading:before {
    content: "\EA06";
}

.context-menu-icon-paste:before {
    content: "\EA07";
}

.context-menu-icon-quit:before {
    content: "\EA08";
}

.context-menu-icon::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2em;
    font-family: "context-menu-icons";
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #2980b9;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.context-menu-icon.context-menu-hover:before {
    color: #fff;
}

.context-menu-icon.context-menu-disabled::before {
    color: #bbb;
}

.context-menu-icon.context-menu-icon-loading:before {
    -webkit-animation: cm-spin 2s infinite;
    -o-animation: cm-spin 2s infinite;
    animation: cm-spin 2s infinite;
}

.context-menu-icon.context-menu-icon--fa {
    display: list-item;
    font-family: inherit;
}

    .context-menu-icon.context-menu-icon--fa::before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 2em;
        font-family: FontAwesome;
        font-size: 1em;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        color: #2980b9;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .context-menu-icon.context-menu-icon--fa.context-menu-hover:before {
        color: #fff;
    }

    .context-menu-icon.context-menu-icon--fa.context-menu-disabled::before {
        color: #bbb;
    }

.context-menu-list {
    position: absolute;
    display: inline-block;
    min-width: 13em;
    max-width: 26em;
    padding: .25em 0;
    margin: .3em;
    font-family: inherit;
    font-size: inherit;
    list-style-type: none;
    background: #fff;
    border: 1px solid #bebebe;
    border-radius: .2em;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.context-menu-item {
    position: relative;
    padding: 5px 10px 5px 10px;
    color: #2f2f2f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
}

    .context-menu-item.close-menu-item,
    .context-menu-item.back-menu-item {
        color: #3689bb;
    }

        .context-menu-item.close-menu-item span,
        .context-menu-item.back-menu-item span {
            font-family: sans-serif;
        }

    .context-menu-item.icon-x-clear.close-menu-item:before {
        font-size: 10px;
        padding-right: 7px;
    }

    .context-menu-item.icon-reply.back-menu-item:before {
        font-size: 13px;
        padding-right: 4px;
    }

.context-menu-separator {
    padding: 0;
    margin: .35em 0;
    border-bottom: 1px solid #e6e6e6;
}

.context-menu-item > label > input,
.context-menu-item > label > textarea {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.context-menu-item.context-menu-hover {
    color: #fff;
    cursor: pointer;
    background-color: #2980b9;
}

.context-menu-item.context-menu-disabled {
    color: #bbb;
    cursor: default;
    background-color: #fff;
}

.context-menu-input.context-menu-hover {
    color: #2f2f2f;
    cursor: default;
}

.context-menu-submenu:after {
    position: absolute;
    top: 50%;
    right: .5em;
    z-index: 1;
    width: 0;
    height: 0;
    content: '';
    border-color: transparent transparent transparent #2f2f2f;
    border-style: solid;
    border-width: .25em 0 .25em .25em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/**
 * Inputs
 */
.context-menu-item.context-menu-input {
    padding: .3em .6em;
}

/* vertically align inside labels */
.context-menu-input > label > * {
    vertical-align: top;
}

/* position checkboxes and radios as icons */
.context-menu-input > label > input[type="checkbox"],
.context-menu-input > label > input[type="radio"] {
    position: relative;
    top: .12em;
    margin-right: .4em;
}

.context-menu-input > label {
    margin: 0;
}

    .context-menu-input > label,
    .context-menu-input > label > input[type="text"],
    .context-menu-input > label > textarea,
    .context-menu-input > label > select {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .context-menu-input > label > textarea {
            height: 7em;
        }

.context-menu-item > .context-menu-list {
    top: .3em;
    /* re-positioned by js */
    right: -.3em;
    display: none;
}

.context-menu-item.context-menu-visible > .context-menu-list {
    display: block;
}

.context-menu-accesskey {
    text-decoration: underline;
}

/**
 * jquery.slimmenu
 * http://adnantopal.github.io/slimmenu/
 * Author: @adnantopal
 * Copyright 2013-2015, Adnan Topal (adnan.co)
 * Licensed under the MIT license.
 */
.menu-collapser {
    position: relative;
    width: 100%;
    height: 38px;
    padding: 0 8px;
    font-size: 16px;
    line-height: 38px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.collapse-button {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 40px;
    padding: 0px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #fff;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

    .collapse-button:hover,
    .collapse-button:focus {
        color: #FFF;
        background-color: #0970ac;
    }

    .collapse-button .icon-bar {
        display: block;
        height: 2px;
        width: 18px;
        margin: 2px 0;
        border-radius: 1px
    }

ul.slimmenu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none
}

    ul.slimmenu:before,
    ul.slimmenu:after {
        content: '';
        display: table
    }

    ul.slimmenu:after {
        clear: both
    }

    ul.slimmenu.collapsed li {
        display: block;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

        ul.slimmenu.collapsed li > ul {
            position: static;
            display: none
        }

        ul.slimmenu.collapsed li a {
            display: block;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box
        }

        ul.slimmenu.collapsed li .sub-toggle {
            height: 27px;
            padding-top: 5px;
        }

    ul.slimmenu li {
        position: relative;
        float: left;
        display: inline-block;
    }

        ul.slimmenu li ul {
            margin: 0;
            list-style-type: none
        }

            ul.slimmenu li ul li {
                background: #f6f6f6;
            }

                ul.slimmenu li ul li a {
                    padding: 10px;
                }

        ul.slimmenu li > ul {
            position: absolute;
            left: 0;
            top: 100%;
            z-index: 999;
            display: none;
            width: 100%
        }

            ul.slimmenu li > ul > li ul {
                position: absolute;
                left: 100%;
                top: 0;
                z-index: 999;
                display: none;
                width: 100%
            }

        ul.slimmenu li a {
            display: block;
            width: 115px;
            color: #333;
            font-size: 16px;
            font-weight: 400;
            transition: background-color 0.5s ease-out;
            -o-transition: background-color 0.5s ease-out;
            -moz-transition: background-color 0.5s ease-out;
            -webkit-transition: background-color 0.5s ease-out
        }

        ul.slimmenu li ul li a {
            width: 150px;
            font-size: 14px !important;
        }

        ul.slimmenu li a:hover {
            text-decoration: none;
            /*background-color:#f6f6f6 !important;
    */
        }

        ul.slimmenu li .sub-toggle {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 999;
            width: 48px;
            height: 100%;
            text-align: center;
            cursor: pointer;
        }

            ul.slimmenu li .sub-toggle:before {
                content: '';
                display: inline-block;
                height: 100%;
                margin-right: -0.25em;
                vertical-align: top
            }

            ul.slimmenu li .sub-toggle > i {
                display: inline-block;
                color: #0970ac;
                padding-left: 15px;
                font-size: 18px;
                vertical-align: top
            }

    ul.slimmenu > li {
        border-left: none;
    }

        ul.slimmenu > li:first-child,
        ul.slimmenu > li.has-submenu + li {
            border-left: none;
        }

@media screen and (min-width: 1330px) {
    .files-translation.files-interface {
        width: 70% !important;
    }
}

@media screen and (min-width: 1024px) {
    ul.slimmenu li ul li {
        background: #0970ac !important;
    }

    ul.slimmenu li .sub-toggle > i {
        color: #fff;
    }
}

/* *** keyboard theme ***
  for when jQuery UI themes are not being used
  See https://jsfiddle.net/Mottie/6dmqhLvh/
 */
.ui-keyboard {
    /* adjust overall keyboard size using "font-size" */
    font-size: 14px;
    text-align: center;
    background: #e8edf6;
    border: 1px solid #a6a6a6;
    padding: 4px;
    /* include the following setting to place the
	keyboard at the bottom of the browser window */
    height: auto;
    left: 0px;
    top: 0px;
    position: absolute;
    white-space: nowrap;
    overflow-x: auto;
    /* see issue #484 */
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.ui-keyboard-has-focus {
    z-index: 16001;
}

.ui-keyboard-button {
    border: 1px solid #d7d7d7;
    padding: 0 0.5em;
    min-width: 1.8em;
    height: 2em;
    line-height: 2em;
    vertical-align: top;
    font-family: Helvetica, Arial, sans-serif;
    color: #eee;
    text-align: center;
    border-radius: 5px;
    background: #0970ac;
    cursor: pointer;
    overflow: hidden;
    -moz-user-focus: ignore;
}

    .ui-keyboard-button:not([disabled]):hover {
        background: #0b5d8c;
    }
/*.ui-keyboard-button:not([disabled]):active {
        background: #ff9900;
    }*/
.ui-keyboard-keyset-shift .ui-keyboard-shift {
    background: #ff9900;
}

.ui-keyboard-button span {
    display: block;
    width: 100%;
    font-size: 1.2em;
    text-align: center;
}
/* make action keys extra-wide */
.ui-keyboard-actionkey:not(.ui-keyboard-dec):not(.ui-keyboard-combo) {
    min-width: 3.9em;
}

.ui-keyboard-space {
    width: 10em;
}

.ui-keyboard-actionkey:not(.ui-keyboard-dec):not(.ui-keyboard-combo) span {
    font-size: 0.8em;
    position: relative;
    top: -0.2em;
    left: -0.3em;
}

.ui-keyboard-placeholder {
    color: #888;
}
/* disabled or readonly inputs, or use input[disabled='disabled'] { color: #f00; } */
.ui-keyboard-nokeyboard {
    color: #888;
    border-color: #888;
}

.ui-keyboard-spacer {
    display: inline-block;
    width: 1px;
    height: 0;
    cursor: default;
}

.ui-keyboard-NBSP span, .ui-keyboard-ZWSP span, .ui-keyboard-ZWNJ span, .ui-keyboard-ZWJ span,
.ui-keyboard-LRM span, .ui-keyboard-RLM span {
    font-size: 0.5em;
    line-height: 1.5em;
    white-space: normal;
}

/* combo key styling - toggles diacritics on/off */
.ui-keyboard-button.ui-keyboard-combo.ui-state-default {
    -webkit-box-shadow: 1px 1px 3px 0 rgba(213, 133, 18, 0.5);
    box-shadow: 1px 1px 3px 0 rgba(213, 133, 18, 0.5);
    border-color: #d58512;
}

.ui-keyboard-button.ui-keyboard-combo.ui-state-active {
    -webkit-box-shadow: 1px 1px 3px 0 rgba(255, 153, 0, 0.5);
    box-shadow: 1px 1px 3px 0 rgba(255, 153, 0, 0.5);
    border-color: #269abc;
}
/* (in)valid inputs */
button.ui-keyboard-accept.ui-keyboard-valid-input {
    -webkit-box-shadow: 1px 1px 3px 0 rgba(57, 132, 57, 0.5);
    box-shadow: 1px 1px 3px 0 rgba(57, 132, 57, 0.5);
    border-color: #398439;
}

    button.ui-keyboard-accept.ui-keyboard-valid-input:not([disabled]):hover {
        border-color: #4cae4c;
    }

button.ui-keyboard-accept.ui-keyboard-invalid-input {
    -webkit-box-shadow: 1px 1px 3px 0 rgba(172, 41, 37, 0.5);
    box-shadow: 1px 1px 3px 0 rgba(172, 41, 37, 0.5);
    border-color: #ac2925;
}

    button.ui-keyboard-accept.ui-keyboard-invalid-input:not([disabled]):hover {
        border-color: #d43f3a;
    }
/* unlocked icon (keyboard enabled) */
button.ui-keyboard-toggle span {
    width: .9em;
    height: .9em;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    /* dark theme unlocked icon - fill: #eee */
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0iI2VlZSI+PHBhdGggZD0iTTguNyw0LjRINy41SDUuMHYtMS45YzAtMS40LTEuMS0yLjUtMi41LTIuNWMtMS40LDAtMi41LDEuMS0yLjUsMi41djEuOWgxLjIgdi0xLjljMC0wLjcsMC42LTEuMiwxLjItMS4yczEuMiwwLjYsMS4yLDEuMnYxLjljLTAuNywwLTEuMiwwLjYtMS4yLDEuMlY4LjggYzAsMC43LDAuNiwxLjIsMS4yLDEuMmg1LjBDOS40LDEwLDEwLDkuNCwxMCw4LjhWNS42QzEwLDUuMCw5LjQsNC40LDguOCw0LjR6IE02LjYsNy40djEuMCBjMCwwLjItMC4xLDAuMy0wLjMsMC4zUzYuMCw4LjYsNi4wLDguNFY3LjRjLTAuMi0wLjEtMC4zLTAuMy0wLjMtMC41YzAtMC4zLDAuMy0wLjYsMC42LTAuNiBTNi45LDYuNiw2LjksNi45QzYuOSw3LjEsNi44LDcuMyw2LjYsNy40eiIvPjwvc3ZnPg==');
}
/* locked icon (keyboard disabled) */
button.ui-keyboard-toggle.ui-keyboard-disabled span {
    /* dark theme locked icon - fill: #eee */
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0iI2VlZSI+PHBhdGggZD0iTTcuNCA0LjRWMi41YzAtMS40LTEuMS0yLjUtMi41LTIuNWMtMS40IDAtMi41IDEuMS0yLjUgMi41djEuOSBjLTAuNyAwLTEuMiAwLjUtMS4yIDEuMnYzLjFDMS4zIDkuNCAxLjggMTAgMi41IDEwaDQuOWMwLjcgMCAxLjItMC42IDEuMi0xLjJWNS42IEM4LjcgNC45IDguMSA0LjQgNy40IDQuNHogTTUuMyA3LjR2MS4wYzAgMC4yLTAuMSAwLjMtMC4zIDAuM2MtMC4yIDAtMC4zLTAuMS0wLjMtMC4zVjcuNCBjLTAuMi0wLjEtMC4zLTAuMy0wLjMtMC41YzAtMC4zIDAuMy0wLjYgMC42LTAuNmMwLjMgMCAwLjYgMC4zIDAuNiAwLjYgQzUuNiA3LjEgNS41IDcuMyA1LjMgNy40eiBNNi4yIDQuNEgzLjdWMi41YzAtMC43IDAuNS0xLjIgMS4yLTEuMmMwLjcgMCAxLjIgMC42IDEuMiAxLjIgVjQuNHoiLz48L3N2Zz4=');
}

.ui-keyboard.ui-keyboard-disabled button:not(.ui-keyboard-toggle), .ui-keyboard.ui-keyboard-disabled input {
    opacity: 0.5;
}

/*** Alt-Keys Popup extension ***/
/* clickable overlay on top of keyboard to hide the popup */
.ui-keyboard-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
/* the actual popup styling, class names from the css.container option are also added */
.ui-keyboard-popup {
    display: inline-block;
    /* default buttons are 2em wide + .1em margin on either side (set in .ui-keyboard-button definition);
	so use multiples of 2.2em	for a max-width if you don't want any extra white space on the sides,
	e.g. 5 buttons * 2.2em = 11em, 6 buttons * 2.2em = 13.2em, etc */
    max-width: 22em;
    /* 10 buttons */
}

/*** Caret extension definition ***/
/* margin-top => is added to the caret height (top & bottom) */
.ui-keyboard-caret {
    background: #c00;
    width: 1px;
    margin-top: 3px;
}

/*** Extender keyboard extension ***/
div.ui-keyboard-extender {
    margin-left: 5px;
    margin-right: 10px;
}

button.ui-keyboard-extender span {
    width: .9em;
    height: .9em;
    display: inline-block;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    /* dark theme extender icon - fill: #eee */
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgc3R5bGU9ImZpbGw6I2VlZSI+PGc+PHBhdGggc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I2VlZSIgZD0iTSAwLjUsNC41IDE1LjUsNC41IDE1LjUsMTUuNSAwLjUsMTUuNSBaIj48L3BhdGg+PHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMiIgeD0iMiIgeT0iNiI+PC9yZWN0PjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjUiIHk9IjYiPjwvcmVjdD48cmVjdCB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB4PSI4IiB5PSI2Ij48L3JlY3Q+PHBhdGggZD0ibSAxMSw2IDMsMCAwLDUgLTIsMCAwLC0zIC0xLDAgeiI+PC9wYXRoPjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjEyIiB5PSIxMiI+PC9yZWN0PjxyZWN0IHdpZHRoPSI2IiBoZWlnaHQ9IjIiIHg9IjUiIHk9IjEyIj48L3JlY3Q+PHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMiIgeD0iOSIgeT0iOSI+PC9yZWN0PjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjYiIHk9IjkiPjwvcmVjdD48cmVjdCB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB4PSIyIiB5PSIxMiI+PC9yZWN0PjxyZWN0IHdpZHRoPSIzIiBoZWlnaHQ9IjIiIHg9IjIiIHk9IjkiPjwvcmVjdD48L2c+PC9zdmc+');
}

/***
 * Bootstrap popover
 ***/
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #0970ac;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px #0970ac;
    box-shadow: 0 5px 10px #0970ac;
    background-clip: padding-box;
    font-size: 15px;
    font-weight: normal;
    color: black;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #0970ac;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #0970ac;
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #0970ac;
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #0970ac;
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #0970ac;
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.popover .close {
    float: right;
    font-size: 20px;
    margin-top: -5px;
    margin-left: 5px;
    cursor: pointer;
}

.sticky {
    position: fixed;
    bottom: 0;
    left: auto;
}

    .sticky.sticky-warning {
        background-color: #e8edf6;
        margin-left: 2px;
        box-shadow: 0px 1px 15px #0970ac;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

/* jQuery alertable */
.alertable {
    position: fixed;
    z-index: 9999;
    top: 38vh;
    left: calc(50% - 150px);
    width: 300px;
    background: white;
    border-radius: 4px;
    padding: 20px;
    margin: 0 auto;
}

/* Overlay */
.alertable-overlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

/* Message */
.alertable-message {
    margin-bottom: 20px;
}

    .alertable-message .icon-info {
        position: relative;
        top: 3px;
        font-size: 20px;
        margin-right: 6px;
    }

    .alertable-message .icon-info.error {
        color: red;
    }

        .alertable-message .icon-info.info {
            color: #0970ac;
        }

/* Prompt */
.alertable-prompt {
    margin-bottom: 20px;
}

.alertable-input {
    width: 100%;
    border-radius: 4px;
    box-shadow: none;
    border: solid 1px #ccc;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    padding: 6px 12px;
    display: block;
    box-sizing: border-box;
    margin-bottom: 10px;
}

/* Button group */
.alertable-buttons {
    text-align: right;
}

/* OK button */
.alertable-ok {
    background: #0970ac;
    border: solid 1px #0970ac;
    font-family: inherit;
    font-size: inherit;
    color: white;
    border-radius: 3px;
    padding: 3px 8px;
    margin-left: 4px;
    cursor: pointer;
    outline: 0;
}

    .alertable-ok:hover {
        background-color: #0b5d8c;
    }

/* Cancel button */
.alertable-cancel {
    border: solid 1px #ddd;
    background: white;
    font-family: inherit;
    font-size: inherit;
    color: #888;
    border-radius: 3px;
    padding: 3px 8px;
    margin-left: 4px;
    cursor: pointer;
}

    .alertable-cancel:hover,
    .alertable-cancel:focus,
    .alertable-cancel:active {
        background-color: #f2f2f2;
    }