body {
    color: #272727;
    font-size: 14px;
    line-height: 21px;
    font-family: Arial, Helvetica, sans-serif;
}
a:hover {
    transition: 0.2s;
    text-decoration: none;
}
input[type="text"], input[type="tel"], input[type="email"], textarea, select {
    height: 32px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    padding-left: 3px;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
    outline: none !important;
    box-shadow: 0 5px 5px rgba(0,0,0,0.05);
    border-color: #ccc;
}
input.input-copy {
    cursor: pointer;
    background-color: inherit;
    border: none;
}
.form-control {
    border-color: #ebebeb;
    border-radius: 6px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #ccc;
    box-shadow: 0 5px 5px rgba(0,0,0,0.05);
}
label {
    margin-bottom: 0;
    font-size: 12px;
}
input[disabled] {
    background-color: #eee;
}
button {
    border: none;
}
ul {
    padding-left: 0;
}
.text-big {
    font-size: 120%;
}
.text-small {
    font-size: 90%;
}
.breadcrumb {
    background: none;
    padding-left: 0;
}
.page-item.active .page-link {
    background-color: #76a61c;
    border-color: #76a61c;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-0 {
    margin-bottom: 0;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-10 {
    padding-bottom: 10px;
}
.ml-10 {
    margin-left: 10px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-20 {
    margin-right: 20px;
}
.p-0 {
    padding: 0;
}
.p-10 {
    padding: 10px;
}
.pl-5 {
    padding-left: 5px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.w-60 {
    width: 60% !important;
}
.w-70 {
    width: 70% !important;
}
.w-80 {
    width: 80% !important;
}
.w-40 {
    width: 40% !important;
}
.w-20 {
    width: 20% !important;
}
.w-15 {
    width: 15% !important;
}
.h-120 {
    height: 120px;
}
.h-28 {
    height: 28px !important;
    max-height: auto;
}
.brl-6 {
    border-radius: 6px 0 0 6px !important;
}
.brr-6 {
    border-radius: 0 6px 6px 0 !important;
}
.btn {
    border: none;
    border-radius: 6px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    padding: 0;
    font-size: 14px;
}
.pt-21 {
    padding-top: 21px;
}
.btn:hover {
    color: #eee;
}
.btn-28 {
    height: 28px;
    line-height: 26px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.order-file-attached div span {
    float: right;
    height: 12px;
}
.color-grey {
    color: #b7b7b7 !important;
}
.color-dark-grey {
    color: #868686 !important;
}
.color-red {
    color: #dd4b39 !important;
}
.color-aqua {
    color: #00c0ef !important;
}
.color-green {
    color: #00a65a !important;
}
.color-orange {
    color: #F39924 !important;
}
.color-blue {
    color: #2774b9 !important;
}
.color-yellow {
    color:  #edc200 !important;
}
.color-brown {
    color: #bd764d !important;
}
.color-bg-grey {
    background-color: #b7b7b7 !important;
}
.color-bg-red {
    background-color: #dd4b39 !important;
}
.color-bg-aqua {
    background-color: #00c0ef !important;
}
.color-bg-green {
    background-color: #76a61c !important;
}
.color-bg-orange {
    background-color: #F39924 !important;
}
.color-bg-blue {
    background-color: #2774b9 !important;
}
.color-bg-yellow {
    background-color: #edc200 !important;
}
.color-bg-light-grey {
    background-color: #f8f8f8 !important;
    border: 1px solid #ebebeb;
    color: #898989;
}
.color-bg-light-grey:hover {
    background-color: #f4f4f4 !important;
    color: #707070;
}
.color-bg-white {
    background-color: #fff !important;
}
.color-bg-light-yellow {
    background-color: #fef9ef !important;
}
.file-word {
    color: #2a579a;
}
.file-pdf {
    color: #C93537;
}
.file-ppt {
    color: #B95539;
}
.file-rar {
    color: #b43c94;
}
.file-excel {
    color: #227447;
}
.file-image {
    color: #fad500;
}
.file-unidentified {
    color: #c6b298;
}
.btn-disabled {
    background-color: #cccccc !important;
    color: #fff !important;
}
.orange-select {
    background-color: #f5711e !important;
    border-color: #f5711e !important;
    color: #fff !important;
}
.btn-hover:hover {
    opacity: 0.9;
}
.image-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-menu-line {
    background-color: #1f3040;
    height: 35px;
    justify-content: space-between;
}
.header-menu {
    height: 100%;
    margin-left: 10px;
    margin-bottom: auto;
    display: flex;
}
.header-menu li {
    display: flex;
    color: #fff;
}
.header-menu li  a.timing_work {
    background-color: #00a65a;
    margin-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.header-menu li  a.timing_work_dark {
    background-color: #0a884a;
    margin-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.header-menu li  a.timing_new {
    background-color: #F39924;
    margin-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.header-menu li  a.timing_new_dark {
    background-color: #d17c27;
    margin-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}



.header-menu li a, .dropdown-header-menu > a {
    height: 100%;
    display: flex;
    color: #fff;
    align-items: center;
    padding:0 10px;
    margin-left: 15px;
    text-decoration: none;
}
.dropdown-header-menu a .fa{
    padding-right: 5px;;
}
.header-menu li a i {
    padding-right: 5px;
}

.header-menu li a:hover, .header-menu .active a {
    background-color:#334453;
}
.header-menu .form-check {
    padding: 0 15px 0 25px;
    margin-bottom: 0;
}
.button-add-header {
    float: left;
    background-color: #76a61c;
    border-left: 1px solid;
}
.button-add-header a {
    height: 34px;
    border-radius: 3px;
    display: block;
    line-height: 34px;
    color: #fff;
    padding: 0 15px;
}
.button-add-header a:hover {
    background-color: #5f8a0d;
}
.dropdown-header-menu {
    float: right;
}
.dropdown-header-menu .dropdown-menu a {
    color: #1f3040;
    height: auto;
    padding: 5px;
}
.dropdown-header-menu .dropdown-menu a:hover {
    background-color: #1f3040;
    color: #fff;
}
.сontract-download {
    display: inline-block;
    border-bottom: 1px dashed;
    padding: 0 5px;
    margin-right: 10px;
}
.сontract-download:hover {
    background-color: #d7d7d7;
}
.header-order-button a {
    display: inline-block;
    width: 50px;
    background-color: #d6d6d6;
    text-align: center;
    color: #f4f4f4;
}
.header-order-button .btn-delete {
    border-radius: 0 5px 0 0;
}
.header-order-button .btn-edit:hover {
    background-color: #4f7ac8;
}
.header-order-button .btn-delete:hover {
    background-color: #d8150f;
}
.header-order-manager-name {
    min-width: 240px;
    padding-right: 20px;
}
.header-order-manager-name a {
    border-bottom: 1px dashed;
}
.header-order-price {
    font-size: 15px;
}
.status-name {
    margin: 10px 0 5px 0;
}
.customer-pp {
    background-color: #fce5e5 !important;
}
.customer-kit {
    background-color: #eef7ff !important;
}
.btn-bell a,
.btn-bell span {
    display: block;
    background-color: #d6d6d6;
    color: #fff;
    height: 20px;
    width: 20px;
    text-align: center;
}
.btn-bell span:hover,
.btn-bell span:focus{
    color: #23527c;
}
.btn-bell .active {
    background-color: #f39924;
}
.btn-bell .deleteOrder {
    background-color: #94bb20;
}
.btn-bell .primary {
    background-color: #007bff;
}
.btn-bell-32 a {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    line-height: 32px;
    text-align: center;
    display: block;
}
.order-contact {
    width: 100%;
}
.contact-accordion {
    padding: 0;
    border-radius: 6px;
    border: 1px dashed #c2c2c2;
    background-color: #fff;
    width: 100%;
    margin-bottom: 3px;
}
.contact-accordion .card-header {
    font-size: 14px;
    padding: 0;
}
.contact-accordion .card-header button {
    padding: 0;
    font-size: 14px;
    width: 100%;
    text-align: left;
    height: 20px;
    line-height: 20px;
    margin-top: -4px;
}
.contact-accordion .card-header button:focus, .contact-accordion .card-header button:hover {
    text-decoration: none;
}
.contact-accordion .card-header h5 {
    height: 20px;
    line-height: 20px;
    background-color: #ffffff;
    padding-left: 5px;
}
.contact-accordion .card-body {
    padding: 3px 5px;
    font-size: 14px;
}
.contact-accordion .card-body span {
    display: block;
}
.contact-accordion .card-body .fa {
    color: #bebebe;
}
.contact-accordion .card-body hr {
    margin: 5px 0;
}
.order-translator-task {
    padding: 0 10px;
    background-color: #f4f4f4;
    margin-bottom: 12px;
    border:1px solid #e1e1e1;
}
.order-editor {
    background-color: #fdf9ef !important;
}
.input-price-block input {
    text-align: right;
    padding-right: 3px;
}
.input-price-block {
}
.input-price-block label {
    margin-right: 5px;
    font-size: 12px;
}
.input-price-block label:last-of-type {
    margin-right: 0;
}
.order-translator-text {
    padding: 10px 10px 0 10px;
    width: 100%;
    max-width: 230px;
}
.order-translator-text textarea {
    min-height: 74px;
    margin-bottom: 0;
}
.order-file-block .order-file-attached .del-btn, .order-file-block .order-file-attached .cog {
    color: #b7b7b7 !important;
}
.order-file-block .order-file-attached .del-btn:hover {
    color: #dd4b39 !important;
}
.order-file-block .order-file-attached .cog:hover {
    color: #2774b9 !important;
}
.order-file-block {
    width: 100%;
    max-width: 250px;
}
.order-file-attached {
    width: 100%;
    height: 36px;
    padding: 0 3px;
    border-radius: 6px;
    border: 1px dashed #b7b7b7;
    background-color: #fff;
    line-height: 19px;
    margin-bottom: 2px;
}
.order-file-attached div {
    height: 17px;
}
.order-file-attached .file-name {
    display: inline-block;
    width: 100%;
    max-width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #959595 !important;
}
.order-file-attached .file-name img {
    height: 12px;
}
.order-file-attached .file-name:hover {
    background-color: #CDDBB7;
    color: #000 !important;
}
.modal-client {
    width: 600px;
}
.modal-translator {
    min-width: 1000px !important;
}
.modal-header {
    background-color: #ebebeb;
    min-height: 50px;
    padding: 15px 15px 0 15px;
}
.modal-name {
    font-weight: 600;
    font-size: 18px;
}
.devider {
    margin: 15px 0;
    height: 1px;
    background-color: #ebebeb;
}
.devider span {
    display: inline-block;
    margin-top: -11px;
    position: absolute;
    padding-right: 5px;
    background-color: #fff;
}
.modal-footer {
    background-color: #ebebeb;
    display: block;
    padding: 10px 0;
}
.list-inline {
    margin-bottom: 0;
}
.list-inline li {
    display: inline-block;
    background-color: #f4f4f4;
    border-radius: 6px;
    border: 1px solid #cccccc;
    height: 26px;
    line-height: 24px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.list-inline li:hover {
    background-color: #fff;
}
.list-inline li a {
    display: block;
    padding: 0 10px;
    color: #000;
}
.modal-footer textarea {
    border-color: #ccc;
    height: 84px;
    margin-bottom: 16px;
}
.modal-footer .list-inline {
    margin-bottom: 10px;
}
.translator-location {
    color: #707070;
}
.modal-translator .translator-image {
    width: 100%;
    height: 94px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ccc;
}
.label-stroke, .lk-order-stroke {
    width: 100%;
    background-color: #f9f9f9;
    height: 28px;
    border-radius: 6px;
    margin-bottom: 5px;
    line-height: 28px;
    overflow: hidden;
}
.label-stroke span {
    background-color: #ebebeb;
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 7px;
    text-align: center;
    color: #b7b7b7;
}
.lk-order-stroke {
    border: 1px solid #acacac;
}
.lk-order-stroke .file-type {
    display: block;
    width: 10%;
    height: 28px;
    text-align: center;
    background-color: #fff;
    border-right: 1px solid #acacac;
}
.lk-order-stroke .file-name {
    width: 100%;
    display: block;
}
.lk-order-stroke .file-upload {
    background-color: #f4f4f4;
    color: #868686;
    color: #fff;
}
.empty-file {
    background-color: #f4f4f4;
    border: none !important;
}
.start-order {
    width: 100%;
    height: 28px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-right: none;
    line-height: 28px;
    border-radius: 6px;
}
.start-order a {
    display: block;
}
.lk-order-stroke .start-order {
    border-radius: 0 5px 5px 0;
}
.translator-type-price {
    display: inline-block;
    height: 28px;
    background-color: #f4f4f4;
    border-radius: 6px;
    margin: 0 5px 5px 0;
    line-height: 29px;
    text-transform: uppercase;
    overflow: hidden;
    width: auto;
    padding-right: 5px;
    font-size: 12px;
}
.translator-type-price span {
    display: inline-block;
    padding: 0 5px;
}
.translator-type-price .color-bg-green {
    margin-left: -5px;
    color: #fff;
}
.tematiki {
    margin-bottom: 0;
}
.tematiki li {
    display: inline-block;
    height: 21px;
    background-color: #f4f4f4;
    margin: 0 5px 5px 0;
    border-radius: 6px;
    padding: 0 10px;
}
.translator-busy-block {
    padding: 0 10px;
}
.translator-busy-block .translator-calendar {
    width: 500px;
    height: 356px;
}
.translator-busy-block .left {
    margin-right: 20px;
}
.translator-busy-block .left textarea {
    height: 80px;
}
.translator-busy-block .right {
    width: 100%;
}
.translator-busy-block .right .label-stroke span {
    background-color: #ccc;
    color: #fff;
}
.translator-busy-block .right .label-stroke span:hover {
    background-color: #dd4b39;
}
.translator-busy-block .right .label-stroke span a {
    display: block;
}
.translator-modal-task .label-stroke {
    text-align: left;
    background-color: #cccccc;
}
.translator-modal-task span {
    display: inline-block;
    border-right: 1px solid #fff;
}
.label-comment {
    min-height: 28px;
    width: 100%;
    padding: 0 10px;
    background-color: #f4f4f4;
    border-radius: 0 0 6px 6px;
    padding-top: 4px;
}
.label-height-auto {
    height: auto;
}
.input-file input[type="file"] {
    display: none;
}
.input-file label {
    display: inline-block;
    height: 28px;
    width: 60px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin-right: 20px;
}
.input-file label:hover {
    cursor: pointer;
}
.modal-attached-files .label-stroke {
    width: auto;
    padding-right: 10px;
    margin: 0 10px 5px 0;
}
.modal-attached-files .label-stroke span a {
    display: block;
    color: #fff;
}
.modal-attached-files .label-stroke span:hover {
    background-color: #dd4b39;
    color: #fff;
}
.filter {
    background-color: #f4f4f4;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.filter .form-group {
    margin-bottom: 0;
}
.filter label {
    margin-bottom: 0px;
    font-size: 12px;
}
.filter .filter-search-buttons {
    padding-top: 22px;
}
.filter .filter-search-buttons button {
    border-radius: 6px;
}
.filter .btn-search {
    width: 100%;
    color: #fff;
}
.filter .btn-reset {
    width: 32px;
    margin-left: 10px;
    color: #959595;
    background-color: #d6d6d6;
}
.filter-blue-btn {
    display: block;
    width: 100%;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: #2774b9;
    border-radius: 6px;
    color: #fff;
}
.filter-blue-btn:hover {
    color: #fff;
}
.filter-btn-padding {
    padding-top: 22px;
}
.filter-more {
    position: absolute;
    right: 0;
    bottom: -32px;
    font-size: 14px;
}
.filter-more button {
    background: none;
}
.filter-more img {
    height: 14px;
    margin-right: 5px;
}
.filter .vs__actions {
    width: 20px;
}
.box {
    border-radius: 6px;
    background-color: #f8f8f8;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    padding: 10px;
}
.box-header {
    height: 24px;
    background-color: #efefef;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 10px;
    margin: -10px -10px 10px -10px;
}
.radio-wrap {
    height: 30px;
    background: #fff;
    margin: -10px -10px 10px -10px;
}
.create-order-status textarea {
    height: 115px;
    margin-bottom: 0;
}
.check-btn {
    height: 30px;
    padding-right: 10px;
    padding-left: 10px !important;
}
.make-ur-lico {
    line-height: 30px;
}

.input-group-text {
    padding: 0;
    padding-left: 5px;
    width: 84px;
    background-color: #f4f4f4;
    border: 1px solid #e1e1e1;
    color: #b7b7b7;
    font-size: 14px;
}
.form-control {
    height: 32px;
    font-size: 14px;
    padding-left: 5px;
}
.translator-profile-info .input-group {
    flex-wrap: nowrap;
}
.translator-profile-info .input-group .input-group-prepend {
    height: 32px;
}
.translator-profile-info .input-group .form-group {
    width: 100%;
}
.translator-profile-info .input-group .form-group input,
.translator-profile-info .input-group .form-group select {
    border-radius: 0 5px 5px 0;
}
.translator-profile-info .form-control {
    position: relative;
}
.translator-profile-info .help-block {
    position: absolute;
    z-index: 2;
    padding: 0px 5px;
    bottom: 10px;
    right: 0;
}
.check-subscribe {
    height: 32px;
    background: #fff;
    color: #898989;
    width: 48%;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    margin-right: 0;
    padding-left: 5px;
}
.check-subscribe label {
    width: 100%;
}
.input-btn-add {

}
.input-btn-add button {
    background-color: #fff !important;
    color: #000;
    border: 1px solid #ebebeb;
    width: 60px;
    line-height: 20px;
}
.input-btn-add button:focus, .input-btn-add button:hover {
    box-shadow: none;
    background-color: #f4f4f4 !important;
    color: #858585 !important;
}
.client-box textarea {
    height: 116px;
}
.add-contact-btn button {
    width: 32px;
    height: 32px;
    border:1px solid #ebebeb;
    font-size: 12px;
    background-color: #fff;
    color: #898989;
}
.add-contact-btn button:focus {
    outline: none;
}
.add-contact-btn button:hover {
    background-color: #f4f4f4;
}
.add-contact-btn button:first-child {
    border-radius: 6px 0 0 6px;
}
.add-contact-btn button:last-child {
    border-radius: 0 6px 6px 0;
    border-left: none;
}
.add-person-tabs {
    height: 32px;
}
.add-person-tabs a {
    height: 32px;
    color: #898989;
}
.order-translator-add .left {
    width: 22%;
    background-color: #efefef;
}
.order-translator-add .right {
    width: 78%;
    background-color: #f8f8f8;
}
.order-translator-add .right .file-description .form-group,
.order-translator-add .right .file-description .form-group input,
.order-translator-add .right .file-description .label-stroke,
.order-translator-add .right .file-description select {
    height: 26px;
}
.order-translator-add .right .file-description .form-group {
    margin-bottom: 0;
}
.order-translator-add .right .file-description .label-stroke {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    line-height: 24px;
    margin-bottom: 0;
}
.order-translator-add .right .file-description .label-stroke .file-name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.order-translator-add .right .file-description .label-stroke .file-name:hover {
    background-color: #FEF9EF;
}
.order-translator-add .right .file-description .label-stroke .del-btn {
    height: 26px;
    margin-right: 0;
}
.order-translator-add .right .file-description .label-stroke .del-btn a {
    display: block;
}
.order-translator-add .right .file-description .label-stroke .del-btn:hover {
    background-color: #dd4b39;
}
.order-translator-add .right .file-description input {
    border-radius: 0;
    text-align: right;
    padding-right: 5px;
}
.order-translator-add .right .devider {
    margin: 10px 0 5px 0;
}
.order-translator-add .right .devider .label-like {
    background-color: #b7b7b7;
    color: #fff;
    padding: 0 5px;
    height: 16px;
    line-height: 17px;
}
.order-translator-add-wrap .order-editor .right {
    background-color: #FEF9EF !important;
}
.order-translator-add .right .active {
    background-color: #84AF2B !important;
}
.order-translator-add .left .input-group-text {
    width: 68px;
}
.order-translator-add .left input, .order-translator-add .left select {
    height: 28px;
}
.order-translator-add .center textarea {
    height: 66px;
}
.order-translator-add .right .input-file label {
    width: 100%;
    font-size: 14px;
}
.order-translator-add .right .add-eye-btn {
    height: 28px;
    line-height: 28px;
    padding: 0;
}
.order-translator-add .right .add-eye-btn img {
    height: 24px;
}
.order-translator-add .right .order-file-attached {
    margin-bottom: 10px;
}
.order-translator-add .right .order-file-block {
    max-width: 100%;
}
.order-translator-add .right .dropdown .btn {
    width: 30px;
    height: 16px;
}
.order-status-select select {
    height: 16px;
    width: 34px;
    border-radius: 0;
    font-size: 12px;
}
.order-translator-add .right .order-file-attached .file-name {
    max-width: 200px;
}
.order-translator-add .right .order-file-attached {
    height: 40px;
}
.order-translator-add {
    margin-bottom: 0;
}
.order-translator-add {
    border-bottom: 1px dashed #959595;
}
.order-translator-add:last-of-type {
    border-bottom: 1px solid #e1e1e1;
}
.mail-to-translator {
    width: 72px;
    height: 28px;
    text-align: center;
    border-radius: 6px;
    margin-top: -4px;
    margin-right: 10px;
}
.mail-to-translator a {
    display: block;
    line-height: 27px;
    color: #fff;
    font-weight: bold;
}
.profile-translator-photo {
    height: 158px;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}
.profile-translator-photo .input-file {
    position: absolute;
    bottom: 0;
    right: 0;
}
.profile-translator-photo .input-file label {
    opacity: 0.5;
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin: 0;
    border-radius: 6px 0 6px 0;
    color: #fff;
    font-size: 16px;
    background-color: #000;
}
.profile-translator-photo .input-file label:hover {
    opacity: 1;
}
.profile-translator-files .label-stroke {
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
}
.profile-translator-files .label-stroke span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 0;
}
.profile-translator-files .label-stroke a {
    display: block;
    width: 100%;
    padding-left: 7px;
}
.profile-translator-files .label-stroke a:hover {
    background-color: #e1e1e1;
}
.profile-translator-files .label-stroke span a {
    width: 28px;
    padding-left: 0;
}
.profile-translator-files .label-stroke span a:hover {
    background-color: #dd4b39 !important;
    color: #fff !important;
}
.profile-translator-files .input-file label {
    margin: 0;
    width: 100%;
    height: 32px;
    background-color: #e1e1e1;
    line-height: 32px;
}
.profile-translator-files .input-file label:hover {
    background-color: #2774b9;
}
.dogovor-wrap {
    min-height: 40px;
    padding-top: 10px;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.dogovor-wrap:first-child {
    border-radius: 6px 6px 0 0;
}
.dogovor-wrap:last-child {
    border-radius: 0 0 6px 6px;
    border-bottom: 1px solid #e1e1e1;
}
.dogovor-wrap:nth-child(2n) {
    background-color: #f4f4f4;
}
.dogovor-wrap .option-btn a {
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
}
.dogovor-wrap .option-btn a:hover {
    background-color: #ebebeb;
}
.client-information {
    min-height: auto;
}
.client-information .label-stroke {
    height: 22px;
    line-height: 22px;
}
.client-information .dogovor-list .label-stroke {
    display: inline-block;
    width: auto;
    padding-right: 10px;
    margin-right: 10px;
}
.client-stroke-view {
}
.send-message-translator {
    width: 67px;
    background-color: #d6d6d6;
    text-align: center;
}

.send-message-translator:hover {
    background-color: #76a61c;
    border-radius: 5px 0 0 0;
}
.send-message-manager:hover {
    border-radius: 0 5px 0 0 !important;
}
.send-message-translator a {
    display: block;
    color: #fff;
}
.translators-information .portrait {
    width: 55px;
    height: 73px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 10px;
}
.translators-information .contact {
    width: calc(100% - 65px);
    font-size: 13px;
    color: #898989;
}
.translators-information .contact span {
    display: block;
    line-height: 18px;
}
.translators-information textarea {
    height: 84px;
}
.translators-information .translator-type-price {
    height: 22px;
    font-size: 11px;
    line-height: 22px;
    margin: 0 5px 5px 0;
}
.translators-information .tematiki {
    font-size: 12px;
    color: #898989;
}
.translators-information .tematiki li {
    border: 1px solid #ebebeb;
    background-color: #fff;
}
.translators-information textarea {
    border-radius: 0;
}
.client-add-dogovor {
    border-radius: 6px;
    border:1px solid #e1e1e1;
}
.client-add-dogovor .header {
    height: 32px;
    border-bottom: 1px solid #e1e1e1;
    background-color: #ebf5fd;
}
.client-add-dogovor .header .btn {
    display: block;
    text-align: center;
    border-radius: 0;
}
.client-add-dogovor .header .del-btn {
    border-radius: 0 5px 0 0;
}
.client-add-dogovor .header input {
    border-radius: 5px 0 0 0;
    padding-left: 10px;
    border:0;
    background-color: #ebf5fd;
}
.client-add-dogovor .label-stroke {
    background-color: #fff;
    border: 1px solid #f4f4f4;
}
.client-add-dogovor .label-stroke span {
    width: 40px;
    margin-right: 0;
    background-color: #fff;
    border-right: 1px solid #f4f4f4;
}
.client-add-dogovor .label-stroke .file-name {
    display: block;
    width: calc(100% - 120px);
}
.client-add-dogovor .label-stroke span a {
    display: block;
}
.client-add-dogovor .label-stroke span a:hover, .client-add-dogovor .label-stroke .file-name:hover {
    background-color: #f4f4f4;
}
.client-add-dogovor .label-stroke .del-btn {
    border-left: 1px solid #f4f4f4;
    border-right: none;
}
.client-add-dogovor .del-btn:hover a, .client-add-dogovor .del-btn:hover {
    background-color: #dd4b39 !important;
    color: #fff !important;
}
.border-left {
    border-left: 1px solid #e1e1e1;
}
.client-add-dogovor .input-file label {
    background-color: #4e7ac7;
    width: 190px;
    text-align: right;
    height: 32px;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    margin-right: 0;
    border-radius: 0;
}
.add-dogovor-window .input-file label {
    width: 100%;
    background-color: #4e7ac7;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
}
.lk-order {
    min-height: auto;
}
.lk-order-price [class*="col-"] {
    border: 1px solid #e1e1e1;
    height: 28px;
    line-height: 28px;
    margin-right: -1px;
}
.lk-order-price span {
    padding: 0 5px;
}
.lk-order-price b {
    background-color: #f4f4f4;
    display: block;
    height: 26px;
    width: 50px;
    float: left;
    text-align: center;
    border-right: 1px solid #e1e1e1;
}
.lk-order-row {
    margin-bottom: 10px;
}
.lk-order textarea {
    height: 71px;
}
.lk-order .h-28 textarea {
    height: 28px;
    position: relative;
    z-index: 100;
}
.label-like {
    font-size: 13px;
    font-weight: bold;
    color: #898989;
    text-align: center;
}
.lk-order-row .file-name {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lk-order-stroke .file-name:hover {
    background-color: #f0db93;
}
.order-status {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lk-oral-translate-text textarea {
    height: 28px;
}
.manager-modal-img {
    width: 100%;
    border-radius: 5px;
    height: 140px;
    overflow: hidden;
}
.translate-window-header {
    height: 24px;
    background-color: #b7b7b7;
}
.translate-window-header a {
    display: inline-block;
    line-height: 24px;
    padding: 0 10px;
    color: #fff;
}
.translate-window-header .dropdown {
    display: inline-block;
    background-color: #949494;
}
.translate-window-header .dropdown a {
    margin-top: -2px;
}
.translate-window-header .btn-secondary {
    height: 24px;
    border-radius: 3px;
}
.translate-window-header .dropdown a:focus {
    box-shadow: none !important;
}
.translate-window-header .dropdown .dropdown-menu a {
    color: #252525;
}
.translate-window-header a:hover {
    background-color: rgba(0,0,0,0.1);
}
.translate-comment {
    min-height: 600px;
    overflow-y: scroll;
    border-radius: 0;
}
.glossary-wrap {
    min-height: 50px;
    padding: 16px 15px 5px 15px;
}
.glossary-wrap:nth-child(2n-1) {
    background-color: #f4f4f4;
}
.glossary-page {
    font-size: 16px;
}
.glossary-subject {
    font-size: 18px !important;
}
/* Форма залогинивания */
.login {
    background: url(../images/src/login-bg.jpg) no-repeat center fixed;
    height: 100vh;
    background-size: cover;
}
.login-wrap {
    margin-top: 120px;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 26px 26px rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0.7);
}
.login-wrap img {
    max-width: 100%;
    margin-bottom: 10px;
}
/* Форма залогинивания */
/* Персональные данные ЛК */
.personal-stroke {
    border-bottom: 1px solid #e8e7ec;
    padding: 12px 0;
}
.personal-role li {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 0 7px;
    background-color: #ebebeb;
    border-radius: 4px;
    border: 1px solid #ccc;
}


/* Новые окна для заданий переводчику 24-08-2020 */
.tr-task {
    width: 100%;
    max-width: 1320px;
    border-radius: 12px;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.tr-task p {
    margin-bottom: 0;
}
.tr-task .label-like {
    font-size: 12px;
}
.tr-task__header {
    height: 50px;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid #e1e1e1;
    background-color: #f4f4f4;
    line-height: 1.6;
}
.tr-task__header_contract {
    padding: 10px;
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fef9ef;
    border-radius: 12px 0 0 0;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
}
.tr-task__header_contract:after {
    content: '';
    width: 0;
    height: 0;
    right: -10px;
    top: 0;
    position: absolute;
    border-top: 24px solid transparent;
    border-left: 10px solid #fef9ef;
    border-bottom: 24px solid transparent;
}
.tr-task__header_description {
    height: 50px;
    justify-content: space-between;
}
.tr-task__header_description-type, .tr-task__header_description-payment, .tr-task__header_description-manager {
    height: 100%;
    padding: 10px;
    flex-direction: column;
    justify-content: space-around;
}
.bb-dashed {
    border-bottom: 1px dashed;
}
.tr-task__body {
}
.tr-task__body-task-wrap {
    width: 100%;
    padding: 10px;
}
.tr-task__body-task-wrap:nth-child(2n+1) {
    background-color: #f7f4f0;
}
.tr-task__body_status {
    width: 9%;
}
.tr-task__body_file {
    width: 46%;
}
.tr-task__body_statistic {
    width: 26%;
}
.tr-task__body_description {
    width: 19%;
}
.tr-task__body_description-oral {
    width: 77%;
}
.tr-task__new-file .tr-task__body_description {
    width: 28%;
}
.tr-task__new-oral .tr-task__body_description {
    width: 44%;
}

.tr-task__body_description-margin {
    margin-top: -26px;
}

.tr-task__body_file-download {
    white-space: no-wrap;
}
.tr-task__body_file-download span {
    color: #7d7d7d;
}
.tr-task__body_file .file-info-wrap {
    background-color: #fff;
}
.tr-task__body_file .file-info-wrap a {
    color: #333;
}
.tr-task__body_file-download {
    width: 65%;
}
.tr-task__body_file-accept {
    width: 70%;
}
.tr-task__body_file-download a {
    display: block;
    width: 100%;
    height: 26px;
    border-radius: 4px 0 0 4px;
    padding: 0 10px;
}
.tr-task__body_file-download a p {
    display: inline-block;
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tr-task__body_file-download a span {
    display: inline-block;
    float: right;
}
.tr-task__body_file-download a:hover {
    background-color: #f0db93;
}
.tr-task__body_file-upload {
    width: 20%;
    border-left: 1px solid #acacac;
    background-color: #f4f4f4;
    color: #fff;
}
.tr-task__body_file-upload a {
    display: block;
    line-height: 28px;
}
.tr-task__body_file-start {
    width: 15%;
    background-color: #2774b9;
    border-radius: 0 4px 4px 0;
}
.tr-task__body_file-start a {
    color: #fff !important;
    display: block;
    line-height: 28px;
}
.tr-task__body_statistic-wrap {
    border: 1px solid #acacac;
    border-radius: 5px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
}
.statistic-field {
    border-right: 1px solid #acacac;
    background-color: #fff;
}
.statistic-field:last-child {
    border-right: none;
}
.tr-task__body_statistic-wrap .field-letters, .tr-task__body_statistic-wrap .field-price {
    width: 25%
}
.tr-task__body_statistic-wrap .field-percent {
    background-color: #f4f4f4;
    width: 12.5%;
}
.tr-task__body_statistic-wrap .field-total {
    width: 25%;
}
.tr-task__body_statistic-wrap .field-oral {
    width: 33.33%;
}
.tr-task__body .label-statistics .label-like {
    letter-spacing: -0.5px;
}
.label-statistics .field-letters,
.label-statistics .field-price,
.label-statistics .field-total {
    width: 25%;
}
.label-statistics .field-percent {
    width: 12.5%;
}

.label-statistics .field-oral {
    width: 33.33%;
}
.bg-white {
    background-color: #fff !important;
}
.version-dl-file {
    flex-wrap: wrap;
    margin: 0 -1%;
    flex-wrap: wrap;
}
.file-dl-file {
    width: 23%;
    margin: 10px 1% 0 1%;
}
.version-dl-file .file-info-wrap {
    text-align: center;
    background-color: #f4f4f4;
    padding: 0;
}
.version-dl-file .file-info-wrap a {
    display: block;
    padding: 0 10px;
}
.version-dl-file .file-info-wrap a:hover {
    background-color: #f0db93;
}
.tr-task__accept a, .tr-task__decline a {
    display: block;
    color: #fff !important;
}
.tr-task__accept {
    width: 35%;
    border-radius: 0 4px 4px 0;
}
.tr-task__decline {
    border-radius: 4px;
}
.tr-task__accept-oral {
    width: 30%;
}
.tr-task__accept-oral .tr-task__accept {
    width: 100%;
}
.tr-task__total-price {
    line-height: 28px;
}
.header-menu-line {
    padding: 1px 0;
    color: #fff !important;
    justify-content: space-between;
}
.header-menu__profile_nav {

}
.header-menu__profile_nav button {
    height: 56px;
}
.header-menu__bell a {

}
.header-menu-line .header-menu__bell > .btn{
    height: 100%;
    width: 100%;
    line-height: normal;
    display: flex;
    align-items: center;
}
.header-menu__bell > .btn {
    font-size: 24px;
    line-height: 56px;
    height: 56px;
    border-radius: 0;
    width: 56px;
}
.header-menu__bell > .btn:focus {
    box-shadow: none;
    background-color: #334453;
}
.circle-sup-alert {
    display: inline-block;
    height: 18px;
    width: 18px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 50%;
    background-color: #ff6c00;
    margin-left: -8px;
}
.menu__green {
    background-color: #76a61c !important;
}
.header-menu__bell .dropdown-menu {
    width: 300px;
}
/* Стилизация файл инпута заказов в кабинете переводчика */
.header-menu__bell .dropdown-menu .dropdown-item {
    padding: 10px;
    white-space: normal;
    font-size: 13px;
    line-height: 18px;
    border-bottom: 1px solid #e1e1e1;
}
.task__upload .btn-tertiary {
    color:#555;
    line-height:28px;
    width:100%;
    margin:auto;
    display:block;
}
.task__upload .btn-tertiary:hover,.task__upload .btn-tertiary:focus {
    color:#888;
    border-color:#888;
}
.task__upload .input-file {
    width:.1px;
    height:.1px;
    opacity:0;
    overflow:hidden;
    position:absolute;
    z-index:-1
}
.task__upload .input-file + .js-labelFile {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding:0 5px;
    cursor:pointer;
}
.task__upload .input-file + .js-labelFile .icon:before {
    content:"\f093";
}
.task__upload .input-file + .js-labelFile.has-file .icon:before {
    content:"\f00c";
    color:#5AAC7B;
}
.task__upload label {
    font-size: 12px;
}
/* Стилизация файл инпута заказов в кабинете переводчика */

/* Новые окна для заданий переводчику 24-08-2020 */


/* Окно создание заказа 01-09-2020 */
.order_edit {
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    font-size: 12px;
    background-color: #f8f8f8;
}
.order-edit__header {
    background-color: #efefef;
    padding: 10px;
    border-radius: 6px 6px 0 0;
}
.order-edit__header .form-inline {
    flex-wrap: nowrap;
}
.order-edit__header .form-control {
    height: 28px;
    font-size: 12px !important;
}
.order-edit__header .form__sm {
    width: 15%;
}
.order-edit__header .form__lg {
    width: 25%;
}
.order-edit__header .form__md {
    width: 20%;
}
.order-edit__header .input-group,
.order-edit__header .input-group-prepend,
.order-edit__header .input__wrap {
    height: 28px;
}
.order_edit .input-group .input-group-prepend {
    width: 15%;
    border-radius: 6px 0 0 6px;
    border: 1px solid #e1e1e1;
    background-color: #f4f4f4;
    line-height: 26px;
}
.order_edit .input-group .input-group-prepend label {
    width: 100%;
    height: 28px;
    text-align: center;
}
.order-edit__header .input-group .input__wrap {
    width: 85%;
    border-radius: 0 6px 6px 0;
    font-size: 12px;
}
.order-edit__options {
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}
.h-28 {
    height: 28px;
    font-size: 12px;
}
.order-edit__body {
    padding: 10px;
}
.order-edit__options {
    background-color: #F8F8F8;
}
.label-btn {
    background-color: #d6d6d6 !important;
}
.label-btn a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #868686;
}
.order-edit__header .input-file label {
    font-size: 14px;
}
.form-check__wrap {
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    background-color: #eee;
}
.form-check__wrap label {
    display: block;
    line-height: 28px;
    padding-right: 10px;
}
.form-check__wrap .form-check-input {
    margin-left: 5px;
}
.order_edit {
    margin-bottom: 20px;
}
.order-edit__options .btn {
    width: 100%;
}
.form__translators {
    width: 40%;
}
.order-edit__options .input-file {
    width: 15%;
}
.order-edit__sm-btn-wrap {
    width: 16%;
}
.order-edit__sm-btn-wrap .btn {
    font-size: 16px;
}
.order-edit__sm-btn-wrap .btn:focus {
    box-shadow: none;
}
.order-edit__sm-btn-wrap .active {
    background-color: #2774b9 !important;
}
.btn__del:hover {
    background-color: #dd4b39 !important;
}
.editor_file-stroke {
    margin-bottom: 10px;
}
/* изменения 11-09-2020, 16:51 */
.editor_file-stroke .file-status__select {
    flex:0 0 5%;
}
.editor_file-stroke .file-info-wrap, .file-info-wrap__label {
    flex: 0 0 25%;
}
.editor_file-stroke .file-info__ver {
    flex: 0 0 35%;
}
.editor_file-stroke .file-info__statictics {
    flex: 0 1 30%;
}
.oral__options {
    width: 40%;
}
.file__send-to-editor {
    flex: 0 0 5% !important;
}
.file__send-to-editor label {
    width: 100%;
}
.editor_file-stroke .file-info-wrap .file__download {
    width: 85%;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
    overflow:hidden;
}
.editor_file-stroke .file-info-wrap .file__download a {
    display: block;
    padding: 0 10px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.editor_file-stroke .file-info-wrap .file__download a:hover {
    transition: 0.2s;
    background-color: #f0db93;
}
.editor_file-stroke .file-info-wrap .file__delete {
    width: 15%;
    background-color: #eee;
    border-left: 1px solid #acacac;
    border-radius: 0 5px 5px 0;
}
/* изменения 11-09-2020, 16:51 */
.editor_file-stroke .file-info-wrap .file__delete a {
    display: block;
    width: 100%;
    text-align: center;
}
.editor_file-stroke .file-info-wrap .file__delete a:hover {
    border-radius: 0 4px 4px 0;
    color: #fff !important;
}
.file-info__ver .file-info-wrap a {
    display: block;
    text-align: center;
    background-color: #fff;
}
.file-info__ver .file-info-wrap a:hover {
    background-color: #f0db93;
}
.file-info__statictics .form-group {
    margin-bottom: 0;
}
.file-info__statictics .form-group input {
    text-align: right;
    padding-right: 5px;
    height: 28px;
}
.editor_file-stroke .file-info__statictics .form__sm {
    width: 18%;
}
.editor_file-stroke .file-info__statictics .form__lg {
    width: 23%;
}
.order-edit__footer .form-group {
    margin-bottom: 0;
}
.order-edit__footer .footer__comment {
    flex: 0 0 35%;
}
.order-edit__footer .footer__total-table input {
    text-align: right;
    padding-right: 5px;
}
.order-edit__add {
    /* margin-top: -21px; */
    border-radius: 0 0 7px 7px;
}
.order-edit__shadow {
    border-top: 1px dashed #949597;
    /* box-shadow: inset 0 7px 8px -5px rgba(0,0,0,0.25); */
}
.order-edit__add .order-edit__options {
    border-top: none;
}
/* Окно создание заказа 01-09-2020 */

/* Профиль переводчика 25-09-2020 */
.settings__translator-profile .input-group-prepend span {
    min-width: 120px;
    color: #424242;
}
.settings__translator-profile .input-group-prepend select {
    border-radius: 7px 0 0 7px;
    background-color: #f4f4f4;
}
.translator__price li {
    list-style: none;
    border-bottom: 1px dotted #ccc;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.translator__price li span, .translator__price li div {
    position: relative;
    top: 7px;
    background-color: #F8F8F8;
}
.translator__price li span {
    padding-left: 5px;
}
.translator__price li div {
    padding-right: 5px;
}
.settings__translator-profile .input-group-prepend {
    height: 32px;
    width: 120px;
}
.settings__translator-profile .input-group-sm .form-group {
    width: calc(100% - 120px);
}
.settings__translator-profile .input-group-sm .form-group input {
    border-radius: 0 5px 5px 0 !important;
}
.settings__translator-profile .input-group-prepend .input-group-text {
    font-size: 14px !important;
}
.settings__translator-profile .label-like {
    font-size: 15px;
    color: #272727;
    display: inline-block;
}
/* Профиль переводчика 25-09-2020 */

@media (max-width: 1650px) {
    .order-status {
        margin-left: -8px;
    }
    .lk-order-term {
        padding: 0 !important;
        font-size: 11.5px;
    }
    .lk-order .send-message-translator {
        width: 32px;
    }
}
@media (max-width: 1366px) {
    .header-menu li a, .dropdown-header-menu > a {
        padding:0 5px;
        margin-left: 7px;
    }
    .button-add-header a{
        padding: 18px 8px 12px 8px;

    }
    .order-file-attached {
        width: 180px;
    }
    .order-file-attached .file-name {
        max-width: 150px;
    }
    .order-translator-text {
        max-width: 160px;
    }
    .input-price-block {
        font-size: 11px;
    }
}
@media (max-width: 992px) {

}
@media (max-width: 768px) {

}
@media (max-width: 720px) {

}
@media (max-width: 576px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}
/* Сообщения 15-10-2020 */
.header-menu__bell .dropdown-menu .dropdown-item {
    padding: 10px;
    white-space: normal;
    font-size: 13px;
    line-height: 18px;
    border-bottom: 1px solid #e1e1e1;
}
.header-menu__bell .dropdown-menu {
    width: 430px;
    box-shadow: 0 12px 20px rgba(0,0,0,0.2);
}
.header-menu__bell .dropdown-menu .dropdown-item {
    padding: 10px;
    white-space: normal;
    font-size: 13px;
    line-height: 18px;
    border-bottom: 1px solid #e1e1e1;
}
.header-menu__bell a {
}
.header-menu__bell > .btn {
    font-size: 24px;
    line-height: 56px;
    height: 56px;
    border-radius: 0;
    width: 56px;
}
.header-menu__bell > .btn:focus {
    box-shadow: none;
    background-color: #334453;
}
.circle-sup-alert {
    display: inline-block;
    height: 18px;
    width: 18px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 50%;
    background-color: #ff6c00;
    margin-left: -8px;
}
.notification-wrap {
    height: auto;
    max-height: 480px;
    overflow: auto;
}
.notification-box {
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.notification-box__header {
    background-color: #add5f7;
    color: #3775bb;
    height: 24px;
    padding: 0 10px;
    line-height: 24px;
    margin-bottom: 5px;
}
.notification-box__body {
    padding: 0 10px 5px 10px;
}
.notification-box__body p {
    color: #707070;
    margin-bottom: 5px;
    line-height: 18px;
    max-height: 54px;
    overflow: hidden;
    position: relative;
}
.notification-box__footer {
    padding: 0 10px;
}
.notification-box__footer-btn .btn {
    height: 26px;
    font-size: 12px;
    width: 100px;
    line-height: 26px !important;
    border-radius: 3px;
    padding: 0;
}
.tooltip title {
    background-color: #000 !important;
}
.notification-box__footer-btn .color-bg-blue:hover {
    background-color: #3268a5 !important;
}
.notification-box__footer-btn .color-bg-grey {
    background-color: #d6d6d6 !important;
    color: #868686;
}
.notification-box__footer-btn .color-bg-grey:hover {
    background-color: #ccc !important;
}
.notification-box__footer-date {
    font-size: 12px;
    line-height: 14px;
    color: #868686;
}
.notification-box__all {
    box-shadow: 0 -3px 3px rgba(0,0,0,0.1);
    padding-top: 10px;
}
.notification-button {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #707070;
    transition: .2s;
    text-decoration: none!important;
}


.container-chat {
    margin-top: 20px;
    margin-bottom: 20px;
    height: calc(100vh - 120px);
    width: 100%;
    max-width: 960px;
    padding-right: 10px;
    padding-left: 10px;
}
.chat__chat-contacts {
    height: calc(100vh - 120px);
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    overflow: auto;
}
.chat__chat-contact-name {
    height: 50px;
    border-top: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
}
.chat__chat-contacts .chat__chat-contact-name:last-child {
    border-bottom: 1px solid #e1e1e1;
}
.chat__chat-contact-name .active {
    background-color: #deefff;
}
.chat__chat-contact-name a {
    display: block;
    padding: 3px 10px;
    width: 100%;
    height: 48px;
    justify-content: center;
}
.chat__chat-contact-name .new-msg {
    position: relative;
}
.chat__chat-contact-name .chat-archive {
    background-color: #f9f9f9 !important;
    color: #acacac !important;
}
.chat__chat-contact-name .chat-archive:hover {
    background-color: #ebebeb !important;
}
.chat__chat-contact-name .new-msg:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 18px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #7aa600;
}
.chat__archive {
    margin-top: 20px;
}
.chat__archive .title {
    padding-left: 10px;
    color: #acacac;
}
.chat__chat-contact-name:hover {
    background-color: #f4f4f4;
}
.chat__chat-contact-name p {
    margin-bottom: 0;
}
.chat__chat-window {
    height: calc(100vh - 120px);
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}
.chat__chat-window_header {
    min-height: 50px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #e1e1e1;
    background-color: #f4f4f4;
}
.chat__chat-window_header .left, .chat__chat-window_header .right {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px 10px;
}
.chat__chat-contacts_search {
    height: 50px;
    padding: 10px;
}
.chat__chat-window_header .right form, .chat__chat-contacts_search form {
    width: 100%;
}
.chat__chat-window_header .right input, .chat__chat-contacts_search input {
    width: calc(100% - 56px) !important;
    border-radius: 7px 0 0 7px;
    border: 1px solid #b8b8b8;
    padding-left: 10px;
}
.chat__chat-window_header .right button, .chat__chat-contacts_search button {
    background-color: #b8b8b8;
    width: 56px;
    height: 32px;
    border-radius: 0 7px 7px 0;
}
.chat__chat-window_body {
    background-color: #fbfdff;
    padding: 0 10px 10px 10px;
    overflow: auto;
}
.chat__chat-window_footer {
    height: 60px;
    width: 100%;
    background-color: #f4f4f4;
    border-top: 1px solid #e1e1e1;
    border-radius: 0 0 5px 5px;
}
.chat__chat-window_footer .left {
    flex: 0 0 90%;
    max-width: 90%;
    padding-left: 10px;
}
.chat__chat-window_footer .left input {
    width: 90%;
    border: 1px solid #b8b8b8;
    padding-left: 10px;
    border-radius: 5px 0 0 5px;
}
.chat__chat-window_footer .left button {
    width: 10%;
    color: #b8b8b8;
    border: 1px solid #b8b8b8;
    border-radius: 0 5px 5px 0;
    border-left: 0;
}
.chat__chat-window_footer .left button:hover {
    background-color: #b8b8b8;
    color: #fff;
}
.chat__chat-window_footer .right {
    flex: 0 0 10%;
    max-width: 10%;
}
.chat-attach-option {
    width: 100%;
    padding: 0 10px;
}
.chat-attach-option [type="file"] {
    display: none;
}
.chat-attach-option .chat__inputfile {
    display: block;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 32px;
    font-size: 18px;
    width: 100%;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #b8b8b8;
}
.chat-attach-option .chat__inputfile:hover {
    background-color: #b8b8b8;
    color: #fff;
}
.msg__receive, .msg__sent {
    margin-bottom: 5px;
}
.msg__name {
    color: #a1a1a1;
    font-size: 12px;
}
.msg__text {
    padding: 5px 10px;
    display: inline-block;
    max-width: 70%;
    background-color: #deefff;
    box-shadow: 1px 1px 0 #ccc;
}
.msg__text a {
    text-decoration: underline;
}
.msg__text a:hover {
    color: #ff6c00;
}
.msg__sent {
    text-align: right;
}
.msg__receive .msg__text {
    border-radius: 0 5px 5px 5px;
}
.msg__sent .msg__text {
    background-color: #f4f4f4;
    border-radius: 5px 0 5px 5px;
    text-align: left;
}
.msg__work-status {
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    box-shadow: 1px 1px 0 #ccc;
    margin: 15px 0;
}
.msg__work-status .header {
    background-color: #f4f4f4;
    border-radius: 5px 5px 0 0;
    background-color: #add5f7;
    color: #3775bb;
    padding: 0 10px;
}
.msg__work-status .body {
    padding: 10px;
}
.msg__work-status .body p {
    margin-bottom: 0;
}
.msg__work-status .footer {
    background-color: #f4f4f4;
    border-radius: 0 0 3px 3px;
    padding: 3px 10px;
    border-top: 1px solid #e1e1e1;
}
.msg__work-status .footer .btn {
    height: 28px;
    line-height: 28px;
    width: 120px;
}
.msg__work-status .footer .btn:hover {
    background-color: #3268a5 !important;
}

.dynamicform_wrapper .input-file label {
    margin: 0;
    width: 100%;
    height: 32px;
    background-color: #e1e1e1;
    line-height: 32px;
}
.dynamicform_wrapper .input-file label:hover {
    background-color: #2774b9;
}

.tmxLang{
    margin: 10px 0;
}

.tmx-button{
    padding:0  10px;
}
/* Сообщения 15-10-2020 */
.pointer {
    cursor: pointer;
}
.go-to-messenger:hover {
    background-color: #959595;
    color: #fff !important;
}
.block-disabled {
    backdrop-filter: blur(.75em);
    -webkit-backdrop-filter: blur(.75em);
    pointer-events: none !important;
    opacity: 0.6;
    position: relative;
}


.doc-constructor .no-focus:focus,
.doc-constructor .no-focus:active,
.doc-constructor .no-focus:focus:active {
  outline: none !important;
  box-shadow: none !important;
}

.doc-constructor .no-focus::-moz-focus-inner {
  border: 0;
}

.doc-constructor .no-focus {
  -webkit-tap-highlight-color: transparent;
}

.doc-constructor .btn.no-focus:focus,
.doc-constructor .btn.no-focus:active,
.doc-constructor .btn.no-focus:focus:active {
  outline: none !important;
  box-shadow: none !important;
}

.doc-constructor .no-focus:focus-visible {
  outline: 2px solid #9ca3af; /* мягкая рамка по Tab */
  outline-offset: 2px;
}

.filter-rework .column-5 {
    display: grid;
    grid-template-columns: 90px 90px 90px 90px 90px;
    gap: 10px;
}
/* Фильтры тайминга 05-02-2025 */
.filter-timing {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 12px;
}
.timing-date {
    height: 40px;
    width: 80px;
    border-radius: 5px;
    box-shadow: 0 0 16px rgba(0,0,0,.25);
}
.timing-date_header {
    display: flex;
    justify-content: space-between;
    height: 20px;
    line-height: 20px;
    color: #333;
    padding: 0 4px;
}
.timing-date_header span {
    color: #959595;
}
.timing-buttons {
    height: 20px;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #fff;
}
.timing-buttons a {
    height: 20px;
    line-height: 20px;
    color: #fff;
    display: block;
    text-decoration: none;
}
.timing-buttons a:hover {
    text-decoration: none;
    color: #fff;
}
.timing-date_left {
    background: #42aaff;
    border-radius: 0 0 0 5px;
}
.timing-date_left:hover {
    background: #319ef7;
}
.timing-date_right {
    background: #00a65a;
    border-radius: 0 0 5px 0;
}
.timing-date_right:hover {
    background: #049854;
}
/* Фильтры тайминга 05-02-2025 */