.smart-form .footer {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -13px;
    padding: 17px 34px 25px;
    background-color: rgba(248, 248, 248, .9);
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.smart-form .footer .btn,
.order-btn {
    margin-left: 10px;
}

.jarviswidget .container-body {
    padding-left: 20px;
    padding-right: 20px;
}

.jarviswidget .table-body {
    padding: 0;
    border: none;
}

.jarviswidget .table-body .delivery-btn {
    cursor: pointer;
}

.jarviswidget .big-chat-container-body {
    padding: 0px;
    border-bottom-width: 1px;
}

.bank-btn {
    float: right;
    margin-right: 34px;
}

.bank-details-body {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
}

.smart-form .block-fieldset {
    padding-top: 10px;
}

.order-block {
    min-width: 20%;
}

.small-label {
    margin-top: 19px;
}

.large-table {
    display: inline-block;
    overflow: auto;
    border-left: none;
}

.large-table>tbody>tr>td:first-child {
    border-left: 1px solid #dddddd;
}

.td-with-btn {
    text-align: center;
}

.btn-column {
    height: 57;
    padding-top: 26px;
    margin-left: 15px;
}

.jarviswidget .no-padding-body {
    padding: 0;
}

.table-blue>tbody>tr>td {
    background-color: #ecf3f8;
}

.dashed-separator {
    margin-bottom: 15px;
    border-top: 2px dashed rgb(184, 183, 183);
}

.requisites-btn {
    float: right;
    margin-right: 14px;
}

.flex-grid {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.smart-form .input .stateError {
    background: #fff0f0;
    border-color: #A90329;
}

.smart-form .input .input-success {
    border-color: #468847;
}

.smart-form .input .input-disabled {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
    font-weight: bolder;
}

/* Мини-Чат */
.chat-container {
    display: flex;
    position: fixed;
    right: 10px;
    bottom: 5px;
    align-items: flex-end;
}

.chat-container .title {
    color: #333;
    font-weight: bold;
    padding-left: 5px;
}

.chat-container ul {
    margin: 0;
    padding: 0;
}

.chat-container li {
    list-style: none;
}

.chat-container .friend-image {
    border-radius: 40px;
    background-color: #dfdbdb;
}

.chat-container .friend-status {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: #c2c2c2;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.chat-container .friend-status.status-online {
    background-color: #8ac176;
}

/* Мини-Чат. Левая колонка */
.chat-container .left-colone {
    display: inline-block;
    margin-right: 5px;
}

.chat-container .left-colone .chat-box {
    width: 250px;
    height: 350px;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
}

/* Мини-Чат. Левая колонка. Хедер */
.chat-container .left-colone .chat-box-header {
    position: relative;
    width: 250px;
    height: 30px;
    margin-left: -1px;
    background-color: #1b1e24;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.chat-container .left-colone .chat-box-header .title {
    color: #fefefe;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}

.chat-container .left-colone .chat-box-header .chat-close-btn {
    color: #fefefe;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    cursor: pointer;
}

/* Мини-Чат. Левая колонка. Основная часть */
.chat-container .left-colone .chat,
.chat-container .left-colone .friends-list-box {
    height: 280px;
    width: 248px;
    overflow: auto;
}

.chat-container .left-colone .chat {
    background-color: #fafafa;
    position: relative;
    padding: 10px 7px;
}

.chat-container .left-colone .friend-image {
    position: relative;
    height: 30px;
    width: 30px;
    display: inline-block;
}

.chat-container .left-colone .chat .guest-msgs {
    display: flex;
    margin-bottom: 3px;
    width: max-content;
    width: -moz-max-content;
}

.chat-container .left-colone .chat .message {
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
    word-wrap: break-word;
    max-width: 170px;
    margin-left: 3px;
}

.chat-container .left-colone .chat .guest-msgs .message {
    background-color: #fff;
    border: 1px solid #dfdbdb;
}

.chat-container .left-colone .chat .guest-msgs-margin .message {
    margin-left: 33px;
}

.chat-container .left-colone .chat .user-msgs {
    display: flex;
    margin-bottom: 3px;
    margin-left: auto;
    width: max-content;
    width: -moz-max-content;
}

.chat-container .left-colone .chat .user-msgs .message {
    background-color: #e5fdc9;
    border: 1px solid #5cbb3f;
}

.chat-container .left-colone .friend-list-item .friend-image {
    width: 35px;
    height: 35px;
    background-color: #dfdbdb;
}

.chat-container .left-colone .friend-list-item {
    border-bottom: 1px solid #dfdbdb;
    display: flex;
    align-items: center;
    padding: 7px 10px;
    padding-bottom: 5px;
    cursor: pointer;
    margin: 0;
}

.chat-container .left-colone .friend-list-item:hover {
    background-color: #ecf3f8;
}

.chat-container .left-colone .friend-list-item .friend-name {
    display: inline-block;
    max-width: 185px;
    overflow: hidden;
    height: 19px;
}

/* Мини-Чат. Левая колонка. Футер */
.chat-container .left-colone .chat-box-footer {
    width: 248px;
    border-top: 1px solid #c2c2c2;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 38px;
    padding: 3px 10px;
}

.chat-container .left-colone .chat-box-footer .chat-add-file-btn {
    font-size: 16px;
    cursor: pointer;
}

.chat-container .left-colone .chat-box-footer .chat-create-chat-icon {
    font-size: 14px;
    cursor: pointer;
}

.chat-container .left-colone .chat-box-footer .chat-input {
    height: 31px;
    margin: 0px 3px;
    width: 186px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
}

.chat-container .left-colone .chat-box-footer .chat-send-msg-btn {
    cursor: pointer;
    margin-right: 3px;
}

.chat-container .left-colone .chat-box-footer .friend-status {
    position: relative;
}

/* Мини-Чат. Правая колонка */
.chat-container .right-colone {
    display: inline-block;
    width: 55px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #c2c2c2;
}

.chat-container .right-colone .friends-list-icon {
    display: flex;
    justify-content: center;
    color: #333;
    padding: 5px;
    cursor: pointer;
}

.chat-container .right-colone .friends-list-icon:hover {
    background-color: #ecf3f8;
}

.chat-container .right-colone .opened-chats-list {
    display: block;
}

.chat-container .right-colone .opened-chats-list li {
    display: flex;
    width: 100%;
    padding: 5px 0px;
    cursor: pointer;
    justify-content: center;
}

.chat-container .right-colone .opened-chats-list li:hover {
    background-color: #ecf3f8;
}

.chat-container .right-colone .friend-image {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.chat-container .right-colone .chat-close-btn {
    position: absolute;
    display: none;
    width: 14.2833px;
    top: 0px;
    right: 0px;
    font-size: 10px;
    cursor: pointer;
    border-radius: 10px;
    background-color: #fefefe;
    text-align: center;
}

.chat-container .right-colone .opened-chats-list li:hover .chat-close-btn {
    display: inline-block;
}

.chat-container .right-colone .opened-chats-list li:hover .chat-close-btn:hover {
    background-color: #333;
    color: #fefefe;
}

/* Большой чат */
.big-chat-container {
    min-height: 300px;
    display: flex;
}

.big-chat-container .title {
    font-weight: bold;
}

.big-chat-container .friend-status {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: #ccc;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.big-chat-container .friend-status.status-online {
    background-color: #8ac176;
}

/* Большой чат. Левая колонка */
.big-chat-container .left-colone {
    min-width: 325px;
    height: 100%;
    display: inline-block;
    border-right: 1px solid #ccc;
}

.big-chat-container .left-colone .chat-box-header {
    height: 50px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-chat-container .left-colone .chat-box-header .chat-input {
    height: 35px;
    width: 245px;
    border: none;
}

.big-chat-container .left-colone .chat-box-header .search-icon {
    margin-right: 10px;
    font-size: 16px;
    line-height: 17px;
}

.big-chat-container .left-colone .chat-box-header .chat-create-chat-icon {
    margin-left: 10px;
    font-size: 16px;
    line-height: 17px;
    cursor: pointer;
}

.big-chat-container .left-colone .friends-list-box {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 250px;
}

.big-chat-container .left-colone .friends-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.big-chat-container .left-colone .friend-list-item {
    display: block;
    height: 60px;
    margin: 0;
    min-width: 324px;
    display: flex;
    padding-left: 6px;
}

.big-chat-container .left-colone .friend-list-item .left-box {
    min-width: 65px;
    display: inline-block;
    height: 100%;
    padding-left: 10px;
    padding-top: 7.5px;
}

.big-chat-container .left-colone .friend-list-item .left-box .friend-image {
    position: relative;
    height: 45px;
    width: 45px;
    display: inline-block;
    border-radius: 46px;
    background-color: #dfdbdb;
}

.big-chat-container .left-colone .friend-list-item .right-box {
    width: 100%;
    display: inline-block;
    height: 100%;
}

.big-chat-container .left-colone .friend-list-item .right-box-top,
.big-chat-container .left-colone .friend-list-item .right-box-bottom {
    height: 30px;
}

.big-chat-container .left-colone .friend-list-item .right-box-top {
    padding-top: 10px;
}

.big-chat-container .left-colone .friend-list-item .right-box-bottom {
    padding-top: 3px;
    display: flex;
}

.big-chat-container .left-colone .friend-list-item .friend-name {
    color: #8b91a0;
}

.big-chat-container .left-colone .friend-list-item:hover {
    background-color: #ecf3f8;
    cursor: pointer;
}

.big-chat-container .left-colone .friend-list-item .friend-name {
    display: inline-block;
    margin-right: 3px;
}

.big-chat-container .left-colone .friend-list-item .last-message {
    max-width: 182px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

/* Большой чат. Правая колонка */
.big-chat-container .right-colone {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.big-chat-container .right-colone .chat-box-header {
    height: 50px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    padding-left: 4px;
}

.big-chat-container .right-colone .chat-box-header .left-box {
    width: 49px;
    height: 100%;
    display: inline-block;
    padding: 9px;
}

.big-chat-container .right-colone .chat-box-header .left-box .friend-image {
    position: relative;
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 31px;
    background-color: #dfdbdb;
    position: relative;
}

.big-chat-container .right-colone .chat-box-header .right-box {
    height: 100%;
    display: inline-block;
    padding-top: 14px;
}

.big-chat-container .right-colone .chat-box-header .title {
    font-weight: bold;
    font-size: 14px;
}

.big-chat-container .right-colone .chat {
    min-height: 190px;
    overflow: auto
}

.big-chat-container .right-colone .message-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}

.big-chat-container .right-colone .message-box {
    width: 80%;
    padding: 6px 0px;
    margin: auto;
    display: flex;
    max-width: 600px;
}

.big-chat-container .right-colone .message-box .left-box {
    width: 40px;
    display: inline-block;
    padding: 2px;
    margin-right: 10px;
}

.big-chat-container .right-colone .message-box .left-box .friend-image {
    position: relative;
    height: 36px;
    width: 36px;
    border-radius: 46px;
    background-color: #dfdbdb;
}

.big-chat-container .right-colone .message-box .right-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    max-width: 85%;
}

.big-chat-container .right-colone .message-box .right-box .message {
    word-wrap: break-word;
    width: 100%;
}

.big-chat-container .right-colone .chat-box-footer {
    height: 60px;
    width: 100%;
    background-color: #f8f8f8e6;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-chat-container .right-colone .chat-box-footer .chat-input {
    width: 72%;
    height: 36px;
    border-radius: 5px;
    margin: 0px;
    border: 1px solid #c2c2c2;
    background-color: #fff;
    padding-left: 14px;
    padding-right: 14px;
    max-width: 500px;
}

.big-chat-container .right-colone .chat-box-footer .chat-add-file-btn {
    font-size: 25px;
    line-height: 37px;
    margin-right: 16px;
    cursor: pointer;
}

.big-chat-container .right-colone .chat-box-footer .chat-send-msg-btn {
    font-size: 22px;
    line-height: 37px;
    margin-left: 16px;
    cursor: pointer;
}

/* Выпуск транспорта на линию */
.select-list-body {
    position: relative;
}

.select-list-container {
    position: relative;
    height: 32px;
    width: 222px;
    border: 1px solid #c2c2c2;
    cursor: pointer;
    padding: 0px 8px;
    line-height: 32px;
    box-sizing: border-box;
}

.driver-container,
.driver-container .select-list {
    width: 235px;
}

.select-list-container .select-icon {
    position: absolute;
    right: 8px;
    line-height: 32px;
    transition: 0.5s;
    margin-top: -1px;
}

.select-list-container:hover,
.select-list-body.hovered .select-list-container,
.select-list-container:focus {
    border: 1px solid #5D98CC;
}

.select-list-body.hovered .select-list-container .select-icon {
    transform: rotate(180deg);
    margin-top: 1px;
}

.select-list-container .select-icon.close-icon {
    right: 28px;
    color: #3276b1;
    font-size: 14px;
    margin-top: 0px;
}

.select-list-body.hovered .select-list {
    height: max-content;
    height: -moz-max-content;
    border: 1px solid #c2c2c2;
    overflow: auto;
    z-index: 4;
    max-height: 200px;
}

.select-list-container .select-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    width: 170px;
}

.select-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #c2c2c2;
    position: absolute;
    top: 34px;
    left: 0px;
    z-index: 3;
    background-color: #fff;
    width: 222px;
    box-sizing: border-box;
    height: 0;
    border-width: 0px;
    overflow: hidden;
    transition: 0.3s;
}

.select-list-body.hovered .select-list.large-list {
    height: 400px;
}

.select-list-item {
    display: block;
    padding: 10px 8px;
    border-bottom: 1px solid #c2c2c2;
    cursor: pointer;
}

.select-list-item:hover,
.select-list-item.hovered {
    background-color: #ecf3f8;
}

.select-list-item .info-box {
    height: auto;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.select-list-item .title {
    font-weight: bold;
}

.select-list-item .blue-title {
    font-weight: bold;
    color: #4a76a8;
}

.select-list-item .overflow-item {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    width: 105px;
    height: 22px;
}

.select-list-item .info-box .my-checkbox::before {
    display: inline-block;
    content: "c";
    width: 18px;
    height: 18px;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    line-height: 16px;
    margin-right: 5px;
    padding-left: 1.5px;
    box-sizing: border-box;
    color: white;
}

.select-list-item:hover .info-box .my-checkbox::before,
.select-list-item.hovered .info-box .my-checkbox::before {
    border-color: #3276b1;
    content: "\f00c";
    color: #c2c2c2;
}

.select-list-item .info-box.selected .my-checkbox::before {
    border-color: #3276b1;
    content: "\f00c";
    color: #fb3c4a;
}

.mobile-footer {
    display: none;
}

/* Поставщик. Диспетчер заказов */
.background-shade {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    overflow: auto;
    height: 0;
    transition: 0.5s;
}

.background-shade.focused {
    height: auto;
}

.background-shade .delivery-box {
    margin: auto;
    background-color: #fff;
    width: 800px;
    height: 500px;
    border: 1px solid #c2c2c2;
    box-sizing: border-box;
    border-radius: 5px;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.5s;
}

.background-shade.focused .delivery-box {
    transform: translate3d(0, 0, 0);
}

.delivery-box .title {
    font-weight: bold;
}

.delivery-box .header {
    position: relative;
    width: 100%;
    height: 35px;
    background-color: #f2f2f2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #c2c2c2;
    box-sizing: border-box;
    line-height: 35px;
    font-size: 15px;
    padding-left: 14px;
}

.delivery-box .header .close-btn {
    display: inline-block;
    border-left: 1px solid #c2c2c2;
    line-height: 33px;
    font-size: 15px;
    padding: 0px 10px;
    height: 34px;
    float: right;
    cursor: pointer;
    border-top-right-radius: 5px;
}

.delivery-box .header .close-btn:hover {
    background-color: #fff;
}

.delivery-box .body {
    display: flex;
    height: 464px;
    width: 100%;
}

.delivery-box .body .left {
    width: 222px;
    height: 100%;
    box-sizing: border-box;
}

.delivery-box .body .delivery-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 222px;
    box-sizing: border-box;
    border-right: 1px solid #c2c2c2;
    height: 100%;
}

.delivery-box .body .delivery-list-item {
    display: block;
    padding: 10px 8px;
    border-bottom: 1px solid #c2c2c2;
    cursor: pointer;
}

.delivery-box .body .delivery-list-item:hover {
    background-color: #ecf3f8;
}

.delivery-box .body .right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
}

.delivery-box .body .right .content-box {
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    background-color: #fff;
    width: 200px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149);
}

.delivery-box .body .right .header {
    color: #fff;
    background-color: #1b1e24;
    border-bottom: none;
    height: 25px;
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
    padding-left: 5px;
}

.delivery-box .body .right .info-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.delivery-box .body .right .info-list li {
    display: block;
    padding: 5px;
    border-bottom: 1px solid #c2c2c2;
}

.delivery-box .body .right .info-list li:last-child {
    border: none;
}

.delivery-box .body .right .info-list li .money-icon {
    line-height: 25px;
}

/* Фильтр поставщик */
.flex-row {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    min-height: 80px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-top: 20px;
}

.flex-row .title,
my-select .title {
    font-weight: bold;
    padding-left: 3px;
    margin-bottom: 2px;
}

.date-container {
    position: relative;
}

.calendar-icon {
    position: absolute;
    display: block;
    height: 32px;
    line-height: 32px;
    border-left: 1px solid #c2c2c2;
    z-index: 3;
    right: 1px;
    width: 32px;
    text-align: center;
    top: 20px;
}

.select-list-container:hover+.calendar-icon,
.select-list-container:focus+.calendar-icon {
    border: #5D98CC;
    color: #fff;
    background-color: #5D98CC;
}

/* Групповой мульти селект */
.group-multi-select .select-list-container {
    border: none !important;
    cursor: default;
}

.group-multi-select .select-list-container .select-icon {
    cursor: pointer;
}

.group-multi-select .select-list-container .fa.fa-chevron-down.select-icon {
    display: none;
}

.group-multi-select .select-list {
    position: inherit;
    border: none !important;
    height: 0px;
}

.group-multi-row.hovered .group-multi-select .select-list {
    height: max-content;
    height: -moz-max-content;
    overflow-y: auto;
}

.group-multi-select .select-list .select-list-item {
    border: none;
    padding: 5px 8px;
}

.group-multi-row {
    position: relative;
}

.group-multi-row .uncover-list-container {
    position: absolute;
    right: 1%;
    top: 5%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.group-multi-row .uncover-list-btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 35px;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149);
    background: #fff;
    margin-bottom: 6px;
}

.group-multi-row .fa {
    color: #3276b1;
}

.group-multi-row:hover .fa.fa-arrow-down {
    position: relative;
    animation: vibration 0.3s ease-out 0.1s 1 normal;
}

.group-multi-row .uncover-list-btn.close-btn {
    height: 0;
    width: 0;
    margin: 0;
    transition: 0.3s;
    opacity: 0;
}

.group-multi-row.with-close .uncover-list-btn.close-btn {
    height: 40px;
    width: 40px;
    margin-bottom: 6px;
    animation: scaleClose 0.3s ease-out 0.3s 1 normal forwards;
}

@keyframes scaleClose {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes vibration {
    0% {
        top: 0px;
    }

    25% {
        top: 7px;
    }

    75% {
        top: -5px;
    }

    100% {
        top: 0px;
    }
}

/* Итого таблицы */
.total-row {
    height: 40px;
}

/* Диспетчер */
.dispatcher-select {
    width: 95%;
    top: auto;
    overflow: auto;
    min-height: 285px;
}

.collapsed-table tr:nth-child(n+3) {
    display: none;
}

.collapsed-table.no-collapse tr:nth-child(n+3) {
    display: table-row;
}

.btn-to-collapse {
    height: 40px;
    width: 100%;
    text-align: center;
    box-shadow: inset 0px -2px 10px 0px rgba(99, 99, 99, 0.25);
    cursor: pointer;
}

.btn-to-collapse span {
    line-height: 40px;
    vertical-align: middle;
    font-weight: bold;
}

/* Инфо бокс */
.info-row {
    width: max-content;
    width: -moz-max-content;
    padding: 10px;
}

.info-row .info-box {
    display: inline-block;
    margin-right: 10px;
    width: 180px;
    box-shadow: 1px 1px 5px 0px rgba(99, 99, 99, 0.7);
    padding: 10px 7px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.info-row .info-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-row .info-box .title {
    padding: 0;
    font-weight: bold;
}

/* Заказчик */
.short-span {
    width: 60px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Переключатель switcher */
.switch-container {
    margin: auto;
}

.switch-container .switch-box {
    margin: auto;
    width: 45px;
    height: 23px;
    background-color: rgba(0, 0, 0, .12);
    box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, .12);
    border-radius: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.switch-box .switcher {
    height: 19px;
    width: 19px;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    top: 2px;
    left: 2px;
    transition: 0.3s;
    cursor: pointer;
}

.switch-box.accepted {
    background-color: #3276b1;
}

.switch-box.accepted .switcher {
    left: 24px;
}

table.responsive-table tbody tr td:nth-child(n+12),
table.responsive-table thead tr th:nth-child(n+12) {
    display: none;
}

#jarviswidget-fullscreen-mode .responsive-table tr td:nth-child(n+3),
#jarviswidget-fullscreen-mode .responsive-table tr th:nth-child(n+3) {
    display: table-cell;
}

.modal-content .modal-image {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149);
    max-width: max-content;
    max-width: -moz-max-content;
    margin: auto;
    display: block;
}

body {
    font-family: 'Roboto', sans-serif !important;
}

.legal-info span {
    display: block;
}

.legal-info .title {
    font-size: 14px;
    font-weight: 700;
}

.pagination li:nth-child(2),
.pagination li:nth-last-child(2),
.pagination .paginate_number.visible,
.pagination .active+.paginate_number,
.pagination .active+.paginate_number+.paginate_number,
.pagination .active {
    display: inline !important;
    cursor: pointer;
}

.pagination .paginate_number {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'Roboto', sans-serif !important;
}

@media screen and (max-width:517px) {
    .select-list-body .media-container {
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: flex;
        align-items: center;
        overflow: auto;
        height: 0;
        transition: 0.5s;
    }

    .select-list-body.hovered .media-container {
        height: auto;
    }

    .select-list-body .media-container .mobile-body {
        transform: translate3d(0, -100%, 0);
        transition: transform 0.5s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        width: 100%;
        height: 100%;
    }

    .select-list-body .media-container .select-list {
        margin: 0px auto;
        background-color: #fff;
        width: 80%;
        height: max-content;
        height: -moz-max-content;
        border: 1px solid #c2c2c2;
        box-sizing: border-box;
        border-radius: 5px;
        max-height: 70%;
        position: initial;
        border-bottom: none;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .select-list-body .media-container .select-list-item:last-child {
        border-bottom: none;
    }

    .select-list-body .media-container .mobile-footer {
        display: block;
        height: 50px;
        width: 80%;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border: 1px solid #c2c2c2;
        box-sizing: border-box;
        background: #fff;
        margin: 0px auto;
    }

    .select-list-body .media-container .mobile-footer button {
        border: none;
        background: none;
        margin-top: 15px;
        float: right;
        margin-right: 20px;
        font-size: 14px;
        color: #3276b1;
        font-weight: 700;
    }

    .select-list-body .media-container .mobile-footer button:hover {
        text-decoration: underline #3276b1;
    }

    .select-list-body .media-container .select-list-item {
        zoom: 1.3;
    }

    .select-list-body.hovered .media-container .mobile-body {
        transform: translate3d(0, 0, 0);
    }

    .group-multi-row .uncover-list-btn.not-for-mobile {
        display: none;
    }
}

.table th.tablesorter-header:not(.sorter-false) .tablesorter-header-inner {
    background-image: none;
    white-space: nowrap;
    cursor: pointer;
}

.table th.tablesorter-header:not(.sorter-false) .tablesorter-header-inner span {
    margin-right: 8px;
}

.table th.tablesorter-header:not(.sorter-false) .tablesorter-header-inner::after {
    display: inline-block;
    content: "\f175\f176";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    opacity: 0.6;
}

.table th.tablesorter-headerAsc:not(.sort-false) .tablesorter-header-inner::after {
    opacity: 1;
    content: "\f160";
}

.table th.tablesorter-headerDesc:not(.sort-false) .tablesorter-header-inner::after {
    opacity: 1;
    content: "\f161";
}

.blocked-card-body{
    padding: 5px 7px !important;
    padding-bottom: 18px !important;
    border-radius: 13px;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    width: max-content;
    margin-bottom: 10px !important;
    min-width: 442px;
}

/* Переключатель switcher */
.switch-container {
    margin: auto;
    width: max-content;
}

.switch-container .switch-box {
    margin: auto;
    width: 45px;
    height: 23px;
    background-color: rgba(0, 0, 0, .12);
    box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, .12);
    border-radius: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.switch-box .switcher {
    height: 19px;
    width: 19px;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    top: 2px;
    left: 2px;
    transition: 0.3s;
    cursor: pointer;
}

.switch-box.accepted {
    background-color: #3276b1;
}

.switch-box.accepted .switcher {
    left: 24px;
}

/* /Переключатель switcher */

.smart-style-1 nav ul ul li>a:hover {
    background-color: #fb3c4a!important;
}