﻿.resize-none {
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
    height: auto;
}

.cut-long-text {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

.table-legend-item {
    margin-right: 20px;
}

.table .grid-cell {
    vertical-align: middle;
}

.form-horizontal .align-left {
    text-align: left;
}

.input-group.form-group {
    padding-left: 15px;
}
.chb-pd-15{
    padding-left: 15px !important;
}
.grid-header.chb-pd-15 {
    padding-left: 8px !important;
}

input[readonly].back-white {
    background-color: white;
}

.row-new {
    font-weight: bold;
}

.company-blocked {
    color: #ed5565 !important;
}

.form-control-inline {
    min-width: 220px;
}
.form-control-align-center {
    text-align: center;
}
.form-control-inline-agent {
    min-width: 260px;
}
.form-control-inline-company {
    min-width: 360px;
}
.date-filter label {
    margin-right: 20px;
}

.date-filter label input {
    position: absolute;
    margin-top: 2px
}

.date-filter label span {
    margin-left: 15px;
}

.header-link-container {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.langlink,
.langlink:link,
.langlink:visited,
.langlink:focus,
.langlink:active {
  color: rgb(103, 106, 108);
  text-decoration: underline;
}
.langlink:hover {
  text-decoration: none;
}

.language {
  min-width: 100px;
}
@media (min-width: 769px) {
  .language {
    min-width: 0;
  }
}
.language a {
  text-decoration: none;
  cursor: pointer;
}
.language .dropdown-menu {
  top: -7px;
  left: -12px;
  background-color: rgba(255, 255, 255, 0.4);
  background-color: #b4b1b4;
  border: 0 none;
  min-width: 0;
  padding: 0;
}
.language .dropdown-menu > li > a {
  padding: 6px 12px;
  color: #000000;
}
.language .dropdown-menu > li > a:hover,
.language .dropdown-menu > li > a:focus {
  background-color: #c9c7ca;
}
.language .dropdown-menu li:first-child a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.language .dropdown-menu li:last-child a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.language-toggle {
  color: #ffffff;
}
.language-toggle:hover {
  color: #ffffff;
}
.language-box {
  height: 17px;
  background-image: url(images/flags1.png);
  background-repeat: no-repeat;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 17px;
  padding-left: 30px;
  display: inline-block;
}
.language .language-toggle {
    text-decoration: none;
}
.language-en {
  background-position: 0 -527px;
}
.language-uk {
  background-position: 0 -1615px;
}
.language-sw {
  background-position: 0 -1428px;
}
.language-il {
  background-position: 0 -663px;
}
.language-zh-cn {
  background-position: 0 -306px;
}
.language-de {
  background-position: 0 -357px;
}
.language-ru {
  background-position: 0 -1377px;
}
.language-fr {
  background-position: 0 -493px;
}
.language-es {
  background-position: 0 -459px;
}
.language-it {
  background-position: 0 -731px;
}
.language-pl {
  background-position: 0 -1293px;
}

.checkbox-select-all-orders {
    padding-left: 27px;
    padding-bottom: 20px;
}

.widget-for-customer {
  padding: 30px 15px 30px 15px;
  background: white;
}

.workday-checkbox-label {
    padding-left: 35px;
}

.filtered-grid {
    overflow-x: auto;
    overflow-y: auto;
    width: 100%;
    min-height: 250px;
}
.mt-25 {
    margin-top: 25px;
}
.nav-company {
    overflow: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    height: calc(100% - 100px);
    position: fixed;
    width: 240px;
}
.nav-company::-webkit-scrollbar {
    width: 0 !important
}
.app-links img {
    width: 90px;
}
.app-links a {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 !important;
}
.app-links {
    position: fixed;
    bottom: 25px;
    left: 20px;
}
.btn-upgrade {
    background-color: rgb(255,102,10);
    border-color: rgb(255,102,10);
    color: #FFFFFF;
}
.btn-upgrade:hover {
    background-color: rgb(255,115,21);
    border-color: rgb(255,115,21);
    color: #FFFFFF !important;
}
.btn-upgrade:focus {
    background-color: rgb(255,115,21);
    border-color: rgb(255,115,21);
    color: #FFFFFF !important;
}
.toggle-switch{
    margin-left: 25px;
}

@media (max-width: 768px){
    .toggle-switch {
        margin-left: 65px;
    }
}
.permissions-list ol {
    counter-reset: item;
}
.permissions-list ol:nth-child(1) {
    padding-inline-start: 0;
}
.permissions-list li {
    display: block;
    margin-top: 5px;
}
.permissions-list li:before {
    content: counters(item, ".") ". ";
    counter-increment: item
}
.upcoming-price {
    color:red;
}
.charge-settings label {
    padding-left: 0;
}
.charge-settings span {
    margin-right: 5px;
}
.brand-status-CallBack {
    color: #0e3b11;
    background-color: #cde5cd85 !important;
}

.brand-status-NoAnswer {
    color: #8b130e;
    background-color: #e5494985 !important;
}
tr td.expand-circle{
    cursor: pointer;
}
.message-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    border-radius: 10px;
    background-color: #ECE5DD;
    margin-bottom: 10px;
    max-width: 80%;
}

.message-user {
    font-weight: bold;
    margin-bottom: 5px;
}

.message-time {
    font-size: 0.8em;
    color: #777777;
    margin-bottom: 5px;
}

.message-text {
    white-space: pre-wrap;
}