.padding-xs {
    padding: 0.25em;
}
.padding-sm {
    padding: 0.5em;
}
.padding-md {
    padding: 1em;
}
.padding-lg {
    padding: 1.5em;
}
.padding-xl {
    padding: 3em;
}

.padding-x-xs {
    padding: 0.25em 0;
}
.padding-x-sm {
    padding: 0.5em 0;
}
.padding-x-md {
    padding: 1em 0;
}
.padding-x-lg {
    padding: 1.5em 0;
}
.padding-x-xl {
    padding: 3em 0;
}

.padding-y-xs {
    padding: 0 0.25em;
}
.padding-y-sm {
    padding: 0 0.5em;
}
.padding-y-md {
    padding: 0 1em;
}
.padding-y-lg {
    padding: 0 1.5em;
}
.padding-y-xl {
    padding: 0 3em;
}

.padding-top-xs {
    padding-top: 0.25em;
}
.padding-top-sm {
    padding-top: 0.5em;
}
.padding-top-md {
    padding-top: 1em;
}
.padding-top-lg {
    padding-top: 1.5em;
}
.padding-top-xl {
    padding-top: 3em;
}

.padding-right-xs {
    padding-right: 0.25em;
}
.padding-right-sm {
    padding-right: 0.5em;
}
.padding-right-md {
    padding-right: 1em;
}
.padding-right-lg {
    padding-right: 1.5em;
}
.padding-right-xl {
    padding-right: 3em;
}

.padding-bottom-xs {
    padding-bottom: 0.25em;
}
.padding-bottom-sm {
    padding-bottom: 0.5em;
}
.padding-bottom-md {
    padding-bottom: 1em;
}
.padding-bottom-lg {
    padding-bottom: 1.5em;
}
.padding-bottom-xl {
    padding-bottom: 3em;
}

.padding-left-xs {
    padding-left: 0.25em;
}
.padding-left-sm {
    padding-left: 0.5em;
}
.padding-left-md {
    padding-left: 1em;
}
.padding-left-lg {
    padding-left: 1.5em;
}
.padding-left-xl {
    padding-left: 3em;
}
.padding-left-xxl {
    padding-left: 6em;
}

.margin-xs {
    margin: 0.25em;
}
.margin-sm {
    margin: 0.5em;
}
.margin-md {
    margin: 1em;
}
.margin-lg {
    margin: 1.5em;
}
.margin-xl {
    margin: 3em;
}

.margin-x-xs {
    margin: 0.25em 0;
}
.margin-x-sm {
    margin: 0.5em 0;
}
.margin-x-md {
    margin: 1em 0;
}
.margin-x-lg {
    margin: 1.5em 0;
}
.margin-x-xl {
    margin: 3em 0;
}

.margin-y-xs {
    margin: 0 0.25em;
}
.margin-y-sm {
    margin: 0 0.5em;
}
.margin-y-md {
    margin: 0 1em;
}
.margin-y-lg {
    margin: 0 1.5em;
}
.margin-y-xl {
    margin: 0 3em;
}

.margin-top-xs {
    margin-top: 0.25em;
}
.margin-top-sm {
    margin-top: 0.5em;
}
.margin-top-md {
    margin-top: 1em;
}
.margin-top-lg {
    margin-top: 1.5em;
}
.margin-top-xl {
    margin-top: 3em;
}

.margin-right-xs {
    margin-right: 0.25em;
}
.margin-right-sm {
    margin-right: 0.5em;
}
.margin-right-md {
    margin-right: 1em;
}
.margin-right-lg {
    margin-right: 1.5em;
}
.margin-right-xl {
    margin-right: 3em;
}

.margin-bottom-xs {
    margin-bottom: 0.25em;
}
.margin-bottom-sm {
    margin-bottom: 0.5em;
}
.margin-bottom-md {
    margin-bottom: 1em;
}
.margin-bottom-lg {
    margin-bottom: 1.5em;
}
.margin-bottom-xl {
    margin-bottom: 3em;
}

.margin-left-xs {
    margin-left: 0.25em;
}
.margin-left-sm {
    margin-left: 0.5em;
}
.margin-left-md {
    margin-left: 1em;
}
.margin-left-lg {
    margin-left: 1.5em;
}
.margin-left-xl {
    margin-left: 3em;
}
.margin-left-xxl {
    margin-left: 6em;
}

/* #translations tr td{
    max-width: 300px;
} */

body {
    padding-top: 0;
}

.fluid {
    width: 100%;
}

h1 button {
    margin-left: 10px;
}

table th {
    white-space: nowrap;
}

.main {
    position: relative;
}

#messages {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 500;
}

#messages > div {
    display: none;
    /* text-transform: capitalize; */
    position: absolute;
    right: 0;
    top: 0;
}

#messages > .center {
    right: 50%;
    transform: translate(50%, 0);
}

#messages > div.fade-out {
    -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
    animation-duration: 3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: fade-out; /* Safari 4.0 - 8.0 */
    animation-name: fade-out;
    display: block;
}

#user_type_id option {
    text-transform: capitalize;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#leftmenu {
    margin-left: 15px;
    transition: 300ms linear;
}

#leftmenu > *,
.branding > * {
    transition: 200ms linear !important;
    transition-delay: 225ms !important;
}

.branding {
    transition: 300ms linear;
}

#leftmenu.mini,
.branding.mini {
    width: 70px !important;
}

#leftmenu.mini > *,
.branding.mini > * {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0ms !important;
}

.nav.nav-sidebar.submenu {
    padding-left: 5px;
    margin-bottom: 0px;
}

#navigation .nav.nav-sidebar.submenu li > a {
    font-size: 13px;
    position: relative;
    display: block;
    padding: 8px 0 8px 30px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: 300;
}

#navigation .nav.nav-sidebar.submenu li:hover > a,
#navigation .nav.nav-sidebar.submenu li.active > a,
#navigation .nav.nav-sidebar.submenu li > a:focus {
    color: #f15f79;
    background-color: transparent;
}

#navigation .nav.nav-sidebar.submenu li > a > i {
    margin-right: 15px;
}

#loading_overlay {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: #efefef;
    opacity: 0.3;
    z-index: 1;
    background-image: url('../img/loading.png');
    background-position: center center;
    background-repeat: no-repeat;
}

#project_languages {
    max-height: 80vh;
    overflow-y: auto;
}

#project_languages .glyphicon-ok {
    margin-left: 5px;
}

.navbar .form-group {
    /* override theme/main.css */
    padding-bottom: 0px;
    margin-top: 0px;
}

#header.theme-light {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    z-index: 0;
}

#content {
    top: 0px !important;
    /* z-index:auto !important; */
    /* margin-left:250px; */
    /* position:static !important; */
    transition: 300ms linear;
    z-index: auto !important;
}
#content.expand {
    left: 70px !important;
    /* margin-left:70px; */
}

h1 button.btn {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
}

.b-b {
    padding-bottom: 10px;
}

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

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

#fof {
    display: block;
    width: 100%;
    margin: 100px 0;
    line-height: 2em;
    text-align: center;
}
#fof .hgroup {
    text-transform: uppercase;
}
#fof .hgroup h1 {
    margin-bottom: 25px;
    font-size: 80px;
}
#fof .hgroup h1 span {
    display: inline-block;
    margin-left: 5px;
    padding: 2px;
    border: 1px solid #cccccc;
    overflow: hidden;
}
#fof .hgroup h1 span strong {
    display: inline-block;
    padding: 20px 20px 20px;
    border: 1px solid #cccccc;
    font-weight: normal;
}
#fof .hgroup h2 {
    font-size: 60px;
}
#fof .hgroup h2 span {
    display: block;
    font-size: 30px;
}
#fof p {
    margin: 25px 0 0 0;
    padding: 0;
    font-size: 16px;
}
#fof p:first-child {
    margin-top: 0;
}

#languages_selector {
    overflow: hidden;
}

.toggle_languages {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 2em;
    z-index: 2;
    /* z-index: auto; */
    background-color: #eeeeee;
}

.toggle_languages:hover {
    text-decoration: none;
    color: #7d8c95;
}

#collapse_languages.rotate {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}

#expand_languages {
    left: 0;
}

#languages_selector ul {
    list-style: none;
    padding-left: 0;
}

#languages_selector label {
    cursor: default;
    color: inherit;
    display: block;
}

#translations_wrapper {
    min-width: 100%;
    position: relative;
    padding-bottom: 50px;
}

/* #translations.translator-table td.translation{
    min-width:40vw;
} */

#translations textarea {
    width: 100%;
    /* min-height: 80px; */
}

#translations td {
    vertical-align: middle;
}

#translations input[type='text'] {
    display: block;
    border: 0px;
    background-color: transparent;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
}

#translations input[type='text']:hover {
    box-shadow: 1px 0px 1px 1px #cccccc;
}

#translations input[type='text']:focus {
    box-shadow: 1px 0px 1px 1px #cccccc;
}

#translations td.translation {
    padding: 3px;
    vertical-align: middle;
    position: relative;
    min-width: 300px;
}

#strings td,
#strings th {
    max-width: 300px;
}

#translations td.translation.selected {
    /*box-shadow: 0px 0px 0px 1px #F15F79;*/
    z-index: 2;
}

td pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#translations .form-group {
    padding-bottom: 0;
    margin-top: 0;
}

#translations .form-group textarea {
    margin-bottom: 0;
    resize: vertical;
}

.universal_string_image img {
    max-height: 70px;
}

.table > thead > tr td,
.table > thead > tr th,
.table > tbody > tr td,
.table > tbody > tr th,
.table > tfoot > tr td,
.table > tfoot > tr th {
    border-color: #ddd;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #ddd !important;
}

#chat-container {
    /* position: absolute; */
    position: fixed;
    /* right:17px; */
    right: 0px;
    top: 0;
    width: 350px;
    z-index: 100;
    /* border:1px solid red; */
}

.popup {
    /* width: 15vw; */
    width: 300px;
    z-index: 22;
    /* position:fixed; */
    padding: 0;
    top: 50px;
    background-color: white;
    overflow: hidden;
}
.popup .panel-heading {
    position: relative;
    /* cursor: move; */
}

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

#chat {
    position: absolute;
    top: 500px;
    right: 0;
    /* height: calc(100vh - 375px); */
    height: calc(100vh - 555px);
    transition: 200ms linear;
    will-change: height, width, box-shadow;
}

#additional_info {
    position: absolute;
    right: 0;
    top: 0;
    height: calc(480px + 20px);
    transition: 200ms linear;
    will-change: height, width, box-shadow;
}

#additional_info .panel-body {
    height: 460px;
    overflow-y: auto;
}

#additional_info img {
    height: 130px;
    max-width: 100%;
    object-fit: contain;
}

#chat.full-screen,
#additional_info.full-screen {
    width: 99vw !important;
    height: 100vh !important;
    top: 0 !important;
    z-index: 100;
}

#additional_info.full-screen img {
    height: 300px;
    max-width: 100%;
    object-fit: contain;
}

#additional_info.full-screen .panel-body {
    height: calc(100vh - 40px);
}

.chat-fullscreen {
    width: 25px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    cursor: pointer;
}

.chat-fullscreen path {
    fill: #fff;
}

#chat #comments {
    overflow-y: auto;
    max-height: 70vh;
}

#chat #comments ul {
    list-style: none;
    padding-left: 0;
}

#chat #comments ul li {
    word-wrap: break-word;
}

#chat #comments ul .meta {
    font-size: 0.7em;
}

#chat #comments ul .comment_date {
    font-style: italic;
}

.fade-in {
    opacity: 0;
    -webkit-animation-duration: 0.4s; /* Safari 4.0 - 8.0 */
    animation-duration: 0.4s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: fade-in; /* Safari 4.0 - 8.0 */
    animation-name: fade-in;
}

#tools {
    position: fixed;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    bottom: 0px;
    background-color: white;
    z-index: 24;
    width: 65%;
}

#tools .form-group {
    margin-top: 0;
    padding-bottom: 0;
}

#tools .btn {
    color: #fff !important;
    width: 100%;
}

#tools .btn-success {
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

#tools .btn-danger {
    background-color: #ac2925 !important;
    border-color: #761c19 !important;
}

#tools .btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
}

#tools input[type='text'] {
    width: 100%;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none !important;
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none !important;
    }
}

#search {
    display: inline-block;
    margin-right: 100px;
    margin-top: 0;
}

#search input {
    min-width: 20vw;
}

.terms p {
    margin-bottom: 0;
}

#strings tbody td {
    cursor: default;
}

.modal {
    z-index: 1041;
}

.label-pill {
    width: 100%;
}

.translation_message {
    padding: 10px 5px !important;
    max-width: 300px;
}

#header.theme-light {
    z-index: 21;
    right: auto !important;
}

.translation_dynamic_wrapper {
    position: static;
    z-index: -1;
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    display: inline-block;
}

.danger1 {
    background-color: #ef7373;
}

#project_form .form-group-row {
    /* border:1px solid red; */
}

#project_form .form-group-row .form-group {
    /* border:1px solid red; */
    display: inline-block;
    width: 45%;
}

#project_form .form-group-row .form-group:first-of-type {
}

#project_form .form-group-row .form-group:last-of-type {
    float: right;
}

.form-group__block:first-of-type {
    /* border:1px solid red; */
}

/* Loading Animation */
.init-loader {
    margin-top: 20px;
}

.init-loader-container {
    /* border:1px solid red; */
    height: 300px;
    padding-left: 250px;
    padding-top: 30px;
    text-align: center;
}

.main_Wrapper.header-fixed.aside-fixed #content {
    /* width: calc(100% - 250px); */
    /* position: absolute !important; */
    /* margin-left:0; */
    /* margin-left: 250px; */
    /* padding-right:20px; */
    /* overflow: auto; */
}

.btn:focus {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36) !important;
}

#header {
    box-shadow: 0 6px 45px -7px rgba(0, 0, 0, 0.45) !important;
    z-index: 25 !important;
}

.alert {
    border-radius: 5px;
    box-shadow: 0 6px 40px -4px rgba(0, 0, 0, 0.35);
}

.green {
    color: #5cb85c;
}

.red {
    color: #ac2925;
}

.translation-changed-warning {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

.translation-changed-warning .warning-inner {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 300px;
    padding: 10px 20px;
    background-color: #5bc0de;
    border-radius: 5px;
    color: #fff;
}

.warning-inner .warning-inner__rollback svg {
    width: 40px;
    /* border:1px solid red; */
    vertical-align: middle;
    cursor: pointer;
    transition: transform 550ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.warning-inner .warning-inner__rollback svg:hover {
    transform: rotate(360deg);
}

.warning-inner .warning-inner__rollback {
    text-align: right;
}

.warning-inner .warning-inner__rollback strong {
    vertical-align: middle;
    letter-spacing: 1px;
}

/* Hamburger Menu */

#hamburger-9 {
    /* position: relative; */
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active {
    -webkit-transform: scale(0.5) rotate(45deg) translate(0, -50%);
    -ms-transform: scale(0.5) rotate(45deg) translate(0, -50%);
    -o-transform: scale(0.5) rotate(45deg) translate(0, -50%);
    transform: scale(0.5) rotate(45deg) translate(0, -50%);
    /* transform-origin: center; */
}

.hamburger {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 100;
    -webkit-transform: scale(0.5) translate(0, -50%);
    -ms-transform: scale(0.5) translate(0, -50%);
    -o-transform: scale(0.5) translate(0, -50%);
    transform: scale(0.5) translate(0, -50%);
    transform-origin: top;
}

.hamburger .line {
    width: 50px;
    height: 5px;
    background-color: #ecf0f1;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-9:before {
    content: '';
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 70px;
    height: 70px;
    border: 5px solid transparent;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active:before {
    border: 5px solid #ecf0f1;
}

#hamburger-9.is-active .line {
    width: 35px;
}

#hamburger-9.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-9.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    -o-transform: translateY(13px);
    transform: translateY(13px);
}

#hamburger-9.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(90deg);
    -ms-transform: translateY(-13px) rotate(90deg);
    -o-transform: translateY(-13px) rotate(90deg);
    transform: translateY(-13px) rotate(90deg);
}

.translations__right {
    display: inline-block;
    overflow-x: scroll;
    transition: 1000ms linear;
}

.translations__right--admin {
    width: calc(100% - 300px - 260px);
}

.translations__right--translator {
    /* width:calc(100% - 300px - 0px); */
    width: calc(100% - 450px - 0px);
}

.mdl-dialog {
    border: none;
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
    width: 280px;
}
.mdl-dialog__title {
    padding: 24px 24px 0;
    margin: 0;
    font-size: 2.5rem;
}
.mdl-dialog__actions {
    padding: 8px 8px 8px 24px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mdl-dialog__actions > * {
    margin-right: 8px;
    height: 36px;
}
.mdl-dialog__actions > *:first-child {
    margin-right: 0;
}
.mdl-dialog__actions--full-width {
    padding: 0 0 8px 0;
}
.mdl-dialog__actions--full-width > * {
    height: 48px;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 16px;
    margin-right: 0;
    text-align: right;
}
.mdl-dialog__content {
    padding: 20px 24px 24px 24px;
    color: rgba(0, 0, 0, 0.54);
}

.bordered_bold {
    border: 1px solid #999 !important;
    font-weight: bold !important;
}

/* dropdown multi-select */
.select-list {
    /* font-family: "Open Sans", sans-serif; */
    color: #555;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
}
.select-list .title {
    display: inline-block;
    cursor: pointer;
    background: #fff;
    border: 1px solid #eaeaec;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
}
.select-list .title::after {
    display: inline-block;
    content: '>';
    margin-left: 15px;
    font-size: 11px;
    transform: rotate(90deg) scale(1, 2);
}
.select-list .title:hover {
    background: #eaeaec;
}
.select-list .select-options {
    margin-top: 5px;
    display: none;
    position: absolute;
    z-index: 500;
    border: 1px solid #eaeaec;
    background: #fff;
    -webkit-box-shadow: -1px 6px 40px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 6px 40px -10px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 6px 40px -10px rgba(0, 0, 0, 0.75);
}
.select-list .select-options .option {
    font-size: 0;
    position: relative;
}

.select-list .select-options .option:hover {
    background: #eaeaec;
}
.select-list .select-options .option input {
    /* margin: 10px 0 12px 15px; */
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translate(10px, -50%) translateY(-3px);
}
.select-list .select-options .option label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 120px;
    padding: 10px 10px 10px 30px;
    word-break: break-word;
}

.search-icon {
    width: 35px;
    border: 2px solid #f15f79;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    padding: 4px;
    margin-left: 5px;
    transition: 100ms linear;
}

.search-icon:hover {
    background: #f15f79;
}

.search-icon path {
    fill: #f15f79;
    transition: 100ms linear;
}

.search-icon:hover path {
    fill: #fff;
}

.active-link {
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: white !important;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.comment--blue {
    color: #0b5bf3;
}

.comment--orange {
    color: #f3980b;
}

.comment--purple {
    color: #a201a2;
    white-space: pre-wrap;
}

#ustring_modal .form-group {
    margin: 5px 0 0 0;
}

#ustring_modal .btn-file {
    padding: 6px 10px;
}

.modal .modal-dialog {
    margin-top: 50px;
}

.translation.approved {
    background-color: #88d488;
}

#additional_info hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#mini-search {
    position: fixed;
    /* position: absolute; */
    /* border:3px solid red; */
    /* bottom:0; */
    /* left:0; */
    top: 40px;
    left: 40px;
    /* width:100px; */
    height: 600px;
    /* background-color: #46b8da; */
    z-index: 100;
    -webkit-box-shadow: 7px 6px 42px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 6px 42px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 6px 42px -9px rgba(0, 0, 0, 0.75);
}

#mini-search .panel-heading {
    cursor: move;
}

#mini-search .panel,
#mini-search .panel-body {
    height: inherit;
}

#mini-search .panel-body {
    overflow-y: auto;
    padding-bottom: 40px;
}

#mini-search .form-group {
    margin: 0;
}

#mini_results {
    margin-bottom: 30px;
}

#mini_results div {
    font-size: 15px;
}

#mini_results .th {
    width: 50%;
    display: inline-block;
    border: 1px solid gray;
    padding: 7px 7px;
    text-align: center;
}

#mini_results .th:nth-of-type(even) {
    border-left: 0;
}

#mini_results .tr {
    position: relative;
    font-size: 0;
    border: 1px solid gray;
    border-top: none;
    /* display: table; */
    width: 100%;
    display: flex;
}

#mini_results .td {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    padding: 7px 7px;
    display: inline-flex;
    flex-direction: column;
}

#mini_results .td textarea {
    height: 100%;
}

#mini_results .td:nth-of-type(odd) {
    border-right: 1px solid gray;
}

@keyframes loadingC {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 15px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.load-3 .line:nth-last-child(1) {
    animation: loadingC 0.6s 0.1s linear infinite;
}
.load-3 .line:nth-last-child(2) {
    animation: loadingC 0.6s 0.2s linear infinite;
}
.load-3 .line:nth-last-child(3) {
    animation: loadingC 0.6s 0.3s linear infinite;
}

.load-3 .line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #4b9cdb;
}

.load-3.load-count {
    margin-top: -9px;
}

.load-3.load-count .line {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

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

.loader {
    min-width: 30px;
}

.circle-loader-2 {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    border-top: 5px solid rgba(29, 192, 233, 0);
    border-right: 5px solid rgba(29, 192, 233, 1);
    border-bottom: 5px solid rgba(29, 192, 233, 1);
    border-left: 5px solid rgba(29, 192, 233, 1);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: circle-loader-spin 1s infinite linear;
    animation: circle-loader-spin 1s infinite linear;
}

@keyframes circle-loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.additional-info-height-rejected {
    height: calc(280px + 20px) !important;
}

.additional-info-height-rejected .panel-body {
    height: calc(280px + 20px - 40px) !important;
}

.chat-height-rejected {
    top: 300px !important;
    height: calc(100vh - 355px) !important;
}

.mini_search_left {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    padding-right: 5px;
    text-align: center;
}

.mini_search_right {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    width: calc(100% - 165px);
}

.mini_search_left .tr {
    font-size: 0;
    position: relative;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
}

.mini_search_left .tr .th:first-child,
.mini_search_left .tr .td:first-child {
    width: 65%;
}

.mini_search_left .tr .td:first-child {
    cursor: pointer;
    transition: 100ms linear;
}

.mini_search_left .tr .td:first-child:hover {
    background: #ddd;
}

.mini_search_left .tr .th:last-child,
.mini_search_left .tr .td:last-child {
    width: 35%;
    justify-content: center;
}

.mini_search_left .th,
.mini_search_left .td {
    font-size: 15px;
    word-break: break-all;
    display: inline-flex;
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 5px;
}

.translatorDisplayFlex {
    /* border:10px solid red !important; */
}

.translatorDisplayFlex tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.translatorDisplayFlex td.translation .form-group {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.translatorDisplayFlex .translation_terms,
.translatorDisplayFlex .translation_terms_header {
    width: 220px !important;
    max-width: none !important;
}

.translatorDisplayFlex .translation_string,
.translatorDisplayFlex .translation_string_header {
    width: 300px !important;
    max-width: none !important;
}

.translatorDisplayFlex .translation_status,
.translatorDisplayFlex .translation_status_header {
    width: 170px !important;
    max-width: none !important;
}

.translatorDisplayFlex .translation_status > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.translatorDisplayFlex .translation,
.translatorDisplayFlex .translation_language_header {
    width: calc(100% - 220px - 300px - 170px);
    max-width: none !important;
}

.translatorDisplayFlex .translation textarea {
    min-height: 80px;
    height: 100% !important;
}

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

.text-wrap-wrap {
    text-wrap: wrap;
}
