/* -------------------------------------------------------
    Стили всех элементов
----------------------------------------------------------*/

body {
    font: 15px Calibri, Trebuchet MS, sans-serif !important;
    /*color: #333;
    border-color: #333;*/
}
 
/* -------------------------------------------------------
    Общие элементы
----------------------------------------------------------*/

.f-0_8e {
    font-size: 0.8em;
}

.f-16{
    font-size: 16px;
}

.f-17 {
    font-size: 17px;
}

.f-19 {
    font-size: 19px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.full-page-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
}

.cursor-pointer{
    cursor: pointer;
}

.lh-1 {
    line-height: 1;
}

.lh-1_1 {
    line-height: 1.1;
}

.lh-1_2 {
    line-height: 1.2;
}

@media screen and (max-width:700px) {
    .full-page-wrapper {
        display: block;
    }
}
 
.border-left-light {
    border-left: 1px solid #ddd;
}

.border-top-light {
    border-top: 1px solid #ddd;
}

.secondaryText {
    color: #888;
}


.back-white {
    justify-content: center !important;
    padding-top: 2rem;
}

@media screen and (max-width: 768px){
    .back-white {
        background-color: #fff;
        justify-content: flex-start !important;
    }
}


a.content {
    text-decoration: none;
}


.success-text {
    color: #01a31c;
}

.error-text {
    color: #bd2957;
}

.text-light-gray{
    color: #aaa;
}

.up_link, .up_link:link {
    outline: none;
    height: 26px;
    width: 25px;
    position: fixed;
    text-decoration: none;
    background: #959595 url("../../images/up_link.png") no-repeat 0 0;
    bottom: -26px;
    left: 30px;
    z-index: 100;
    -webkit-transition: bottom 300ms ease;
    transition: bottom 300ms ease;
}

.vt-bg-panel{
    background-color: var(--vt-panel);
}

/* Заголовки разделов */
h1 {
    font-size: 1.35rem !important;
    border-left: 3px solid #231F20;
    padding: 0 0 0px 10px;
    margin-bottom: 25px;
}

#logon h1 {
    border-left: none;
}

/* Header and logOn
----------------------------------------------------------*/
#header,
header {
    background: linear-gradient(90deg, #015489, #6cc4fd);
    min-height: 60px;

    /*    background-image: url("../../images/big-pattern.jpg");
    background-repeat: repeat-x;
    background-position: 230px 0;
*/
}

header.pattern {
    min-height: 60px;
    background-image: url("../../images/VT_pattern3.png");
    background-repeat: repeat-x;
    background-position: 230px 0;
}

.dir-rtl #header {
    direction: rtl;
}

.highcharts-tooltip > * {
    direction: ltr;
}

/*#header a {
    display: inline-block;
    margin: 0;
    padding: 0;
}*/

#logOn {
    color: #63585B;
    text-align: right;
}

    #logOn .clock {
        margin: 0 5px;
    }

    #logOn .exit {
        display: inline-block;
        text-decoration: none;
        margin: 5px 5px 0 10px;
        padding: 3px 15px;
        background-color: #EEE;
        border-radius: 5px;
    }

        #logOn .exit:hover {
            background-color: #DDD;
        }

.dir-rtl #logOn {
    text-align: left;
}

#changeCompany {
    width: 100%;

    #company-block {
        flex-grow: 1;
    }

    .company-id {
        color: #fff;
    }

    @media (min-width: 719px) {
        width: auto;
        min-width: 60ch;
        min-height: 1.75ch;
    }
}

.dir-rtl #changeCompany {
    left: 20px;
    right: auto;
}

.company-logo {
    max-width: 150px;
}

.company-logo-logon {
    width: 100%;
    margin-bottom: 2rem;    
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.content-container {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr auto;
    grid-gap: 0.5rem;
}


@media (max-width: 680px){
    .content-container {
        display: flex;
        flex-direction: column;
    }
}



/*UI-DropDown override*/

.ui.dropdown {
    width: 100%;
}

@media (max-width: 530px) {
    .ui.dropdown {
        width: 100%;
    }   
}

.ui.selection.dropdown {
    min-height: inherit !important;
    border-radius: 0.25rem !important;
}

    /*------------  Menu  -------------------*/

    .ui.selection.dropdown .menu {
        border-radius: inherit !important;
    }

.ui.dropdown .menu > .item {
    font-size: inherit !important;
}

    .ui.dropdown .menu > .item .device-stat {
        padding: 0 5px;
    }

.ui.disabled.dropdown, .ui.dropdown .menu > .disabled.item {
    opacity: inherit !important;
}

/*------------  Menu  -------------------*/

/*------------  Input serch  -------------------*/

.ui.search.dropdown > input.search {
    cursor: pointer !important;
}

.ui.search.dropdown.active > input.search {
    cursor: text !important;
}

.ui.search.selection.dropdown > input.search {
    line-height: inherit !important;
    padding: inherit !important;
}

.ui.search.dropdown > input.search {
    top: -1px !important;
    left: 0 !important;
}

.ui.search.dropdown .menu {
    max-height: 500px !important;
}

/*------------  Input serch  -------------------*/

/*#changeCompany span {
        font-size: 0.8em;
        color: #AAA;
    }*/

#changeCompany select {
    width: 250px;
}


#changeCompanyList dd,
#changeCompanyList dt,
#changeCompanyList ul {
    margin: 0px;
    padding: 0px;
    z-index: 100;
    font-weight: normal;
}

#changeCompanyList dd {
    position: relative;
}

#changeCompanyList a,
#changeCompanyList a:hover {
    text-decoration: none;
}

    #changeCompanyList a.company-name,
    #changeCompanyList a.company-name:visited {
        position: relative;
        color: #000;
        text-decoration: none;
        outline: none;
    }

        #changeCompanyList a.company-name:hover {
            color: #000;
        }

#changeCompanyList dt a.company-name:hover {
    color: #000;
}

#changeCompanyList dt a.company-name {
    background: #fff no-repeat scroll right center;
    display: inline-block;
    padding: 2px 0px 2px 5px;
    border: 1px solid #63585B;
    width: 275px;
}

.dir-rtl #changeCompanyList dt a.company-name {
    padding: 2px 5px 2px 0;
}

#changeCompanyList dt a.company-name span {
    cursor: pointer;
    display: inline-block;
}

#changeCompanyList dd ul {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #63585B;
    color: #000;
    display: none;
    left: 0px;
    padding: 5px 0px;
    position: absolute;
    top: 2px;
    width: auto;
    min-width: 275px;
    list-style: none;
    max-height: 500px;
    overflow: auto;
}

.dir-rtl #changeCompanyList dd ul {
    left: 20px;
    padding: 5px 5px 0 0;
}

#deviceStatistics span {
    margin-right: 5px;
}

#changeCompanyList span.value {
    display: none !important;
}

#changeCompanyList span.onlineDevices,
#deviceStatistics span.onlineDevices {
    font-size: 1.0em;
    margin-left: 5px;
    color: #007F0E;
}

#changeCompanyList span.offlineDevices,
#deviceStatistics span.offlineDevices {
    font-size: 1.0em;
    margin-left: 5px;
    color: #bd2957;
}

.company-online {
    color: #007F0E;
}

.company-offline {
    color: #bd2957;
}

.company-inactive {
    color: #888;
}

#deviceStatistics span.onlineDevices {
    margin-left: 0px;
}

#deviceStatistics span.offlineDevices {
    margin-left: 0px;
}

#changeCompany dd li.current {
    padding: 1px 0 2px 5px;
    background-color: #FFE97F;
    color: #000;
}

#changeCompanyList dd ul li a {
    padding: 1px 0px 2px 5px;
    display: block;
}

    #changeCompanyList dd ul li a:hover {
        background-color: #DEDEDE;
    }

#changeCompanyList .null-device-count {
    font-size: 1.0em;
    color: #AAA;
}

#changeCompanyList .small-device-count {
    font-size: 1.0em;
    color: #555;
}

#changeCompanyList .big-device-count {
    font-size: 1.0em;
    color: #000;
}

#changeCompanyList .total-company-stat {
    margin-top: 5px;
    color: #000;
    padding: 5px 0px 2px 5px;
    display: block;
    font-size: 1.0em;
    border-top: 1px dashed #555;
}


#changeLang {
    margin-left: 20px;
}

a.deleteLink {
    color: #D8507D;
    margin-top: 10px;
}

.notificationBox {
    position: fixed;
    z-index: 99999;
    top: -150px;
    left: calc(50% - 150px);
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 20px 10px 20px;
    background-color: #FFEDB5;
    border: 2px solid #555;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    font-weight: bold;
    transition: top 400ms ease;
}

    .notificationBox.opened {
        top: 0;
    }

#loadingBox {
    top: -30px;
    width: 100%;
    position: fixed;
    z-index: 99999;
}

    #loadingBox p {
        width: 150px;
        height: 30px;
        margin-left: auto;
        margin-right: auto;
        padding: 5px 20px 10px 20px;
        background-color: #FFEDB5;
        border: 2px solid #555;
        border-top: none;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        text-align: center;
        font-weight: bold;
        font-style: italic;
    }

#loading_info {
    margin-top: 50px;
    width: 100%;
    padding: 5px;
    text-align: center;
    display: none;
}

    #loading_info p {
        font-size: 14pt;
    }



/* -------------------------------------------------------
    Sidebar
----------------------------------------------------------*/

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}



/* -------------------------------------------------------
    Footer
----------------------------------------------------------*/

footer {
    text-align: center;
    padding: 1rem 0;
}

.copyright {
    text-align: center;
    margin-top: 25px;
    padding: 5px 0px 0px 0;
}

.version {
    margin-left: 10px;
    color: #999;
    text-align: center;
    margin-top: 15px;
}


/* Content
----------------------------------------------------------*/
#content h1 {
    border-color: #eecf35;
}

.graph {
    margin: 0 0 20px 0;
}

.sectionComment {
    margin: 10px 0px 15px 10px;
    font-size: 1.0em;
    color: gray;
    display: inline-block;
    vertical-align: middle;
}

.no-data {
    display: inline-block;
    margin: 20px 0 40px 10px;
    text-align: center;
    font-size: 1.2em;
    background-color: yellow;
    padding: 5px 10px;
    color: gray;
    border-radius: 5px;
}

.error {
    display: block;
    padding: 3px 10px;
    border: 1px dashed #BD2957;
    color: #BD2957;
    margin: 10px 0;
}

.expiredDataBox {
    text-align: center;
    color: red;
    border: 3px dotted red;
    font-size: 18px;
    width: 270px;
    padding: 10px;
}

/* -------------------------------------------------------
    Page title
----------------------------------------------------------*/

.header-actions {
    font-size: 1.2rem;
}

.page-header-row {
    align-items: flex-start;
    margin-bottom: 1rem;
}

.page-header-row .pageTitle {
    margin-bottom: 0 !important;
}

.page-header-row .pageTitle h1 {
    margin-bottom: 0;
}

.page-header-row .header-actions {
    align-self: flex-start;
    padding-top: .15rem;
}

.support-actions-group {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.28rem;
    border: 1px solid rgba(5, 150, 223, 0.16);
    border-radius: 999px;
    box-shadow: 0 8px 22px rgba(5, 150, 223, 0.1);
}

.assistant-entry-link {
    display: inline-flex;
    align-items: center;
    gap: 0;
    justify-content: center;
    width: 2.35rem;
    min-width: 2.35rem;
    height: 2.35rem;
    padding: 0.35rem;
    border: none;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    color: #1273c7;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    transition: width 0.22s ease, min-width 0.22s ease, padding 0.22s ease, transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.assistant-entry-link:hover,
.assistant-entry-link:focus-visible {
    justify-content: flex-start;
    gap: 0.5rem;
    width: 8.9rem;
    min-width: 8.9rem;
    padding: 0.35rem 0.9rem 0.35rem 0.42rem;
}

.assistant-entry-link:hover {
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 18px rgba(5, 150, 223, 0.16);
    color: #0b63af;
    text-decoration: none;
    transform: translateY(-1px);
}

.assistant-entry-link:focus-visible {
    outline: 2px solid rgba(5, 150, 223, 0.35);
    outline-offset: 2px;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 18px rgba(5, 150, 223, 0.16);
}

.assistant-entry-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #1ea6f4 0%, #1688dd 100%);
    color: #fff;
    font-size: 0.85rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
}

.assistant-entry-link__text {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateX(-0.2rem);
    transition: max-width 0.22s ease, opacity 0.16s ease, transform 0.22s ease;
}

.assistant-entry-link:hover .assistant-entry-link__text,
.assistant-entry-link:focus-visible .assistant-entry-link__text {
    max-width: 6rem;
    opacity: 1;
    transform: translateX(0);
}

.header-help-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    color: #1b7dcf;
    background: transparent;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.header-help-link:hover {
    color: #0b63af;
    text-decoration: none;
    transform: translateY(-1px);
}

@media (max-width: 576px) {
    .assistant-entry-link {
        width: 2.35rem;
        min-width: 2.35rem;
        padding: 0.35rem;
    }

    .assistant-entry-link__text {
        display: none;
    }
}

    .pageTitle h1 {
        display: inline-block;
    }

.pageTitle .breadCrumbs {
    position: relative;
}

.dir-rtl .pageTitle .breadCrumbs {
    padding-right: 0;
    margin-right: 0;
}

/*.pageTitle .breadCrumbs:before {
    content: "";
    position: absolute;
    background-image: url("../../images/bread_crumb_delimiter.png");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    right: -1px;
    top: 7px;
}

.dir-rtl .pageTitle .breadCrumbs:before {
    right: auto;
    left: 0;
    top: 7px;
    transform: rotate(180deg)
}*/

.pageTitle .sub-navigation-block {
    display: inline-block;
    position: relative;
    left: 15px;
}

    .pageTitle .sub-navigation-block .nav-item {
        font-size: 1.2em;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .pageTitle .sub-navigation-block .active.nav-link {
        background-color: #cd6aa3;
        color: #FFF;
    }

        .pageTitle .sub-navigation-block .active.nav-link:hover {
            background-color: #EB6BA8;
        }

    .pageTitle .sub-navigation-block .nav-link {
        background-color: #EEE;
    }

        .pageTitle .sub-navigation-block .nav-link:hover {
            background-color: #E5E5E5;
        }

    .pageTitle .sub-navigation-block .dropdown-menu .active {
        background: #cd6aa3;
    }



/* -------------------------------------------------------
    Sidebar
----------------------------------------------------------*/
#sidebar {
    min-width: 270px;
    max-width: 270px;
}

    #sidebar .fixed {
        top: 0px;
        position: fixed;
        width: 230px;
    }

    #sidebar h1 {
        border-color: #82b3c5;
    }


/* Общие элементы фильтра и колонки действий */

    #sidebar .filter ul,
    #sidebar .actions ul,
    #sidebar .fill-checklist ul,
    #sidebar .voice-activities ul {
        margin: 0px 0 20px 0;
        padding: 15px;
        list-style: none;
    }

    #sidebar .filter li,
    #sidebar .actions li,
    #sidebar .fill-checklist li,
    #sidebar .voice-activities li {
        margin-bottom: 5px;
    }

        #sidebar .actions li img {
            width: 100%
        }

        #sidebar .actions li.allItemsOption {
            padding-bottom: 5px;
            margin-bottom: 15px;
            font-weight: bold;
        }

        #sidebar .actions li.styleOption {
            margin-bottom: 15px;
        }

    #sidebar .filter a,
    #sidebar .filter span,
    #sidebar .actions a,
    #sidebar .actions span,
    #sidebar .fill-checklist a {
        padding: 5px 5px;
        display: inline-block;
    }

/* Фильтр  */
#sidebar .filter {
    margin-bottom: 20px;
    border: 0px solid #AAA;
}

#sidebar .filterHeader {
    display: inline-block;
    font-size: 1.2em;
    color: #555;
    margin: 20px 0 -10px 0;
}

#sidebar .filter h2 {
    padding: 5px 5px 5px 5px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #AAA;
    background-color: #DADADA;
    color: #984393;
}

#sidebar .filter span {
    background-color: #82B3C5;
    border-radius: 5px;
    color: #FFF;
}

/* Actions */
#sidebar .actions {
    background-color: #FFEDB5;
    margin-bottom: 20px;
    border-radius: 5px;
}

    #sidebar .actions h2 {
        padding: 10px 10px 0 15px;
        font-size: 1.2em;
    }

    #sidebar .actions ul {
        list-style: none;
        padding: 15px;
    }

    #sidebar .actions a.button {
        display: block;
        border-radius: 5px;
    }

    #sidebar .actions span {
        border: 2px solid #e3ad32;
        border-radius: 5px;
        color: gray;
    }

/* Инфо-бокс  */
#sidebar .info {
    border-top: 15px solid #e3ad32;
    padding: 20px;
    background-color: #EDD56D;
    margin-bottom: 20px;
    border-radius: 5px;
}

    #sidebar .info p {
        text-indent: 30px;
        line-height: 1.5em;
    }

        #sidebar .info p + p {
            margin-top: 10px;
        }

    #sidebar .info .buttonContainer {
        margin-top: 10px;
        text-align: right;
    }

    #sidebar .info a.button {
        text-decoration: none;
        display: inline-block;
        padding: 5px 10px;
        color: #FFF;
        background-color: #7C94CA;
        border-radius: 5px;
    }

        #sidebar .info a.button:hover {
            background-color: #82B3C5;
        }

    #sidebar .info h2 {
        font-size: 1.2em;
    }

    #sidebar .info ul {
        list-style-type: none;
        margin: 10px 0 20px 0;
        padding: 0;
    }

    #sidebar .info li {
        margin: 0 0 5px 0;
    }

/* Чек-лист */

#sidebar .fill-checklist {
    background-color: #D0FFB5;
    margin-bottom: 20px;
    border-radius: 5px;
}

    #sidebar .fill-checklist h2 {
        padding: 15px 0 0 20px;
        color: #555555;
        font-size: 1.2em;
    }

#sidebar #begin-recognition {
    background-color: #DAFF7F;
    margin-bottom: 20px;
    border-radius: 5px;
    padding-bottom: 10px;
}

    #sidebar #begin-recognition li {
        margin: 0 0 5px 0;
    }

    #sidebar #begin-recognition h2 {
        padding: 15px 0 0 20px;
        color: #555555;
        font-size: 1.2em;
    }

/* Метки */

#sidebar #notes {
    padding: 15px;
    background-color: #faebd7;
    margin-bottom: 20px;
    border-radius: 5px;
}

#sidebar .notesTop {
    /*margin-top: 30px;*/
}

#sidebar .notesTopMargin {
    /*margin-top: 130px;*/
}

#sidebar #notes h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

#sidebar .mediaRecordNote {
    margin-bottom: 5px;
}

    #sidebar .mediaRecordNote a.playNoteLink {
        text-decoration: none;
        border-bottom: 1px dashed;
    }

    #sidebar .mediaRecordNote .noteTextInput {
    }

#sidebar #notes a#addNoteLink {
    display: inline-block;
    text-decoration: none;
    margin: 10px 0 0px 0;
    border-bottom: 1px dashed;
}

#sidebar #notes a.removeNoteLink {
    text-decoration: none;
    color: #d8507d;
}

#sidebar #notes div#addNoteForm {
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}

    #sidebar #notes div#addNoteForm #notePlayFromText {
        display: block;
        margin: 3px 0;
        color: #e95f41;
    }

/* Апелляции и Примечания */

#sidebar #appeals {
    padding: 15px;
    background-color: #add8e6;
    margin-bottom: 20px;
    border-radius: 5px;
}

    #sidebar #appeals h2,
    #sidebar #textnotes h2 {
        font-size: 1.2em;
        margin-bottom: 10px;
    }

#sidebar #appeals a.removeNoteLink,
#sidebar #textnotes a.removeNoteLink {
    background-image: url('../../images/delete-icon.png');
    height: 14px;
    width: 16px;
    margin-top: -1px;
    margin-bottom: -1px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 15px;
}

    #sidebar #appeals a#addAppealLink,
    #sidebar #textnotes a#addTextNoteLink {
        display: inline-block;
        text-decoration: none;
        margin: 10px 10px 0 0;
        border-bottom: 1px dashed;
    }

    #sidebar #appeals div#editAppealForm,
    #sidebar #textnotes div#editTextNoteForm {
        margin-top: 5px;
        position: relative;
        overflow: hidden;
    }

.appeal,
.textnote {
    margin-bottom: 10px;
}

    .appeal .appeal-header,
    .textnote .texnote-header {
        font-weight: bold;
    }

    .appeal .appeal-author-comment,
    .textnote-area {
        background: var(--vt-apeal-bg-author);
        padding: 5px;
        margin-bottom: 5px;
        border-radius: 3px;
        word-break: break-all;
        overflow-wrap: break-word;
    }

    .appeal .appeal-operator-comment {
        background: var(--vt-apeal-bg-operator);
        padding: 5px;
        margin-bottom: 5px;
        border-radius: 3px;
    }

    .appeal .appeal-resolution,
    .checklist-appeals-title {
        font-weight: bold;
        color: var(--vt-appeal-resolution);
    }

    .appeal .operator-comment-text {
        background: #fff;
        width: 100%;
        height: 80px;
    }

#editAppealForm .author-text-input {
    width: 100%;
    height: 80px;
    margin-bottom: 5px;
}

#editAppealForm .file-input {
    width: 100%;
    word-break: break-all;
    white-space: pre-wrap;
    display: inline-table;
    overflow-wrap: break-word;
    font-size: smaller;
    margin-top: 5px;
}

#editAppealForm #State {
    width: 100%;
}

#editAppealForm input {
    font-size: smaller;
}

#editAppealForm .file-ext-size {
    width: 100%;
    word-break: break-all;
    white-space: pre-wrap;
    display: inline-table;
    overflow-wrap: break-word;
    font-size: x-small;
    margin-bottom: 0;
}

.appeal-session-header {
        font-size: 1.4em;
        color: #ff0000;
        margin: 10px 0 5px 0;
    }

.download-file {
    background-image: url('../../images/download.png');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position-y: 1px;
    padding-left: 15px;
}

/* Примечания */

#sidebar #textnotes {
    padding: 15px;
    background-color: #ffd1fc;
    margin-bottom: 20px;
    border-radius: 5px;
}

.add-note {
    height: 100px;
}

.error-message {
    color: #ff0000;
}

#sidebar #textnotes input {
    width: 93px;
}

/* Запрос новых слов в словарь */

#sidebar #vocabularyWords {
    padding: 15px;
    background-color: #D0FFB5;
    margin-bottom: 20px;
    border-radius: 5px;
}

#sidebar #vocabularyWords h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

/* Голосовые активности */

#sidebar .voice-activities {
    background-color: #DDEAFF;
    margin-bottom: 20px;
    border-radius: 5px;
}

    #sidebar .voice-activities h2 {
        padding: 10px 10px 0 15px;
        font-size: 1.2em;
    }

    #sidebar .voice-activities ul {
        list-style: none;
        padding: 15px;
    }

    #sidebar .voice-activities li {
        color: #666;
    }


/* -------------------------------------------------------
    Image gallery
----------------------------------------------------------*/
.imageBox {
    width: 160px;
    margin-right: 20px;
}

#gallery h2 {
    color: gray;
    font-size: 1.0em;
    margin: 10px 0;
}

.sessionDetails .imageBox,
#gallery .imageBox,
.conversationImages .imageBox {
    position: relative;
    float: left;
}

.imageBox img,
.eventImageBox img,
img.shadowBorder {
    border: 1px solid #666;
    background-color: #FFF;
    padding: 4px;
    position: relative;
    box-shadow: 5px 5px 5px #888888;
}

img.shadowNoBorder {
    border: 1px solid #666;
    position: relative;
    box-shadow: 5px 5px 5px #888888;
}

.imageBox img.sessionComplete {
    border: 3px solid #97c056;
    margin-bottom: 5px;
}

.imageBox .sessionDeleted {
    text-align: center;
    margin: 0 0 5px 0;
    color: #555;
}

.imageBox .imageDate {
    text-align: center;
    margin: 5px 0 5px 0;
    color: #555;
}

.imageBox p {
    color: gray;
    text-align: center;
    margin-top: 5px;
    height: 5em;
}

    .imageBox p.survey {
        height: 3em;
    }

.eventImageBox img {
    max-width: 100px;
}

.eventImageBox p {
    text-align: left;
    margin-bottom: 5px;
}

.imageBox a.delete {
    font-size: 1.0em;
    text-decoration: none;
    color: orange;
    z-index: 10;
    position: absolute;
    top: 5px;
    right: 10px;
}

.smallWidth,
.smallWidthFake {
    position: relative;
    width: 160px;
}

.mediumWidth,
.mediumWidthFake {
    width: 240px;
}

.largeWidth {
    width: 320px;
}

/*.smallHeight {
    height: 120px;
}*/

/*.mediumHeight {
    height: 180px;
}*/

/*.largeHeight {
    height: 240px;
}*/

#imageLargePopup, #imageLargePopupLoad {
    background-color: #FFFFFF;
    border: 4px solid #E3AD32;
    position: absolute;
}

#imageLargePopup {
    z-index: 200;
    width: 320px;
    height: 240px;
    max-width: 1024px;
    max-height: 768px;
    cursor: pointer;
}

#imageLargePopupLoad {
    z-index: 199;
    width: 100px;
    height: 100px;
    padding: 60px;
    /*background-image: url(../images/loading_def.gif);
    background-repeat: no-repeat;*/
}

.hidden {
    display: none;
}

.imageBox .dedicatedShow {
    background-color: #EECF35 !important;
}


/* -------------------------------------------------------
    Session data
----------------------------------------------------------*/
h2.sessionDataHeader {
    font-size: 1.4em;
    margin-bottom: 10px;
    color: gray;
}

.sessionDetails {
    position: relative;
    float: left;
    width: 100%;
}

.wave-player-wrapper {
    width: 100%;
}

.dir-rtl .sessionDetails {
    float: right;
    padding: 0 40px;
}

.sessionDetails .common-info {
    font-size: 1.2em;
    color: #555555;
    margin-bottom: 15px;
}

    .sessionDetails .common-info.no-margin-bottom {
        margin-bottom: 0 !important;
    }


    .sessionDetails .common-info .line {
        margin-bottom: 5px;
    }

    .sessionDetails .common-info .device-descr {
        color: #984393;
    }

    .sessionDetails .common-info .conversation-duration {
        color: #999;
    }

.afterDetails {
    clear: both;
}

.sessionDetails .imageBox {
    margin-bottom: 10px;
}

.sessionDetails .guid {
    color: #AAA;
    margin-bottom: 5px;
}

.sessionDetails .fakeSessionWarning {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #ff0000;
    background-color: #ffedb5;
    border-radius: 5px;
}

.sessionDetails .fakeSuspicionSessionWarning {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 1.2em;
    color: #555555;
    background-color: #ffedb5;
    border-radius: 5px;
}

.sessionDetails .conversation-data {
    margin: 10px 0;
    clear: both;
}

.sessionDetails .post-images-block {
    clear: both;
}

.sessionDetails .show-other-images {
    display: inline-block;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px dashed;
    margin-left: 10px;
}

.sessionDetails .survey-presentation-container {
    max-width: 500px;
    margin-left: 10px;
}

/* -------------------------------------------------------
    Session checklists
----------------------------------------------------------*/
h2.checklistTitle {
    clear: both;
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 1.4em;
    color: #e95f41;
}

h2.checklist-title {
    font-size: 1.4em;
    color: #e95f41;
}

h2.checklist-title-edit {
    font-size: 1.4em;
    color: saddlebrown;
}

.sessionChecklists {
    float: left;
    position: relative;
    margin: 0px 10px 10px 0;
}

    .sessionChecklists h2 {
        font-size: 1.2em;
        color: #333;
        margin-bottom: 10px;
    }

    .sessionChecklists a.checklist {
        display: block;
        text-decoration: none;
        color: #555;
        width: 300px;
        float: left;
        background-color: #D0FFB5;
        border-radius: 5px;
        margin: 0 20px 20px 0;
    }

        .sessionChecklists a.checklist:hover {
            background-color: #C6FFA5;
        }

    .sessionChecklists .checklist h3 {
        background-color: #65AF3A;
        font-style: normal;
        font-size: 1.4em;
        margin: 0;
        padding: 5px 10px;
        color: #FFF;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .sessionChecklists .checklist .checklistContent {
        padding: 10px 10px;
    }

    .sessionChecklists .checklist .checklistTitle {
        display: block;
        color: #e95f41;
        margin-bottom: 10px;
        font-size: 1.3em;
    }

    .sessionChecklists .checklistRow {
        display: block;
        margin-bottom: 5px;
    }

    .sessionChecklists .appealRow {
        display: block;
        color: #e95f41;
        margin-bottom: 5px;
    }

.checklist-fill {
    width: 600px;
}

.checklist

.checklist-fill .checklist-question-text {
    color: #4d81bc;
    border-bottom: 1px dashed #4d81bc;
    
}

.checklist-fill .checklist-question-text:hover {
    cursor: pointer;
    text-decoration: none;
}

.checklist-fill .checklist-radio {
    margin: 0 5px 0 0;
}

.checklist-fill .checklist-radio {
    vertical-align: middle;
    margin-right: 5px;
}

.checklist-fill .checklist-response {
    display: inline-block;
    margin-left: 10px;
    color: #555;
    font-weight: lighter;
}

.checklist-fill .checklist-response-comment {
    margin-left: 5px;
    color: #AAA;
    font-weight: lighter;
}

.checklist-fill .yesno-response {
    color: #777;
}

.checklist-question-block {
}

.checklist-question {
    color: var(--vt-text-secondary);
}

.checklist-question-required {
    font-weight: bold;
    color: #bd2957;
}

.checklist-question .checklist-responses {
    margin: 5px 0 15px 0;
}

.checklist-responses .response-text {
    color: #666;
    margin-right: 5px;
}

.checklist-responses .selected-response-text {
    color: var(--vt-checklist-responce-color);
    margin-right: 5px;
}

.checklist-responses .noselected-response-text {
    color: #999;
    margin-left: 10px;
    margin-right: 5px;
    font-weight: normal;
}

.checklist-summary {
    color: var(--vt-primary)
}

.checklist-fill .validation-summary-errors {
    color: #bd2957;
    float: left;
}

    .checklist-fill .validation-summary-errors li {
        margin-bottom: 5px;
    }

/* -------------------------------------------------------
    Toolbar
----------------------------------------------------------*/
#toolbar {
    position: relative;
}

#toolbar ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

#toolbar .filter li.filter-item {
    margin-right: 0.3rem;
    margin-bottom: 0.4rem;
    /*hack for IE7 - for inline display*/
    display: inline-block;
}

.filter-item form{
    margin-block-end: 0 !important;
}


.dir-rtl #toolbar .filter li {
    margin-right: 0;
    margin-left: 7px;
}

#toolbar .filter a.sessionsLink {
    display: inline-block;
    margin: 15px 0 5px 10px;
    font-size: 1.2em;
    padding: 7px 15px;
    text-decoration: none;
    background-color: #FFF0C6;
    border-radius: 5px;
}

    #toolbar .filter a.sessionsLink:hover {
        text-decoration: underline;
    }

#toolbar .filter #filter-select-period-select {
    border: 1px dashed #82B3C5;
    padding: 4px 6px 4px;
    border-radius: 5px;
}

    #toolbar .filter #filter-select-period-select.selected {
        border: 2px solid #82B3C5;
        background-color: #EDFBFF;
    }

#toolbar .filter .dateRange .selected {
    border: 2px solid #CCC;
    background-color: #EEE;
}

#toolbar .filter #filter-select-period-select label {
    color: #4F77C6;
    font-weight: bold;
}

#filter-select-period-select input[type="text"] {
    margin-left: 3px;
    border: none;
    text-decoration: none;
    color: #4F77C6;
    width: 103px;
    cursor: pointer;
}

    #filter-select-period-select input[type="text"]:hover {
        text-decoration: underline;
    }

#filter-select-period-select.selected input[type="text"] {
    background-color: #EDFBFF;
}

#filter-select-period-select input[type="submit"] {
    background-color: #EDFBFF;
    border: none;
    color: #82B3C5;
    padding: 3px 7px;
    cursor: pointer;
    border-radius: 5px;    
}

    #filter-select-period-select input[type="submit"]:hover {
        background-color: #82B3C5;
        border-color: #82B3C5;
        color: #FFF;
    }

#filter-select-period-select.selected input[type="submit"] {
    background-color: #82B3C5;
    color: #FFF;
}

#toolbar .actions {
    text-align: center;
    display: block;
    margin: 1rem 0;

    a {
        text-decoration: none;
        padding: 7px 15px;
        background-color: #FFF0C6;
        border-radius: 5px;
    }

    a:hover {
        background-color: #F9E27C;
    }
}
    
#toolbar .actions a.publishSurvey {
    background-color: #97c056;
    color: #fff;
}

#toolbar .actions a.publishSurvey:hover {
    background-color: #b3ce49;
    color: #fff;
}

#toolbar .actions a.editSurvey {
    background-color: #eecf35;
    color: #fff;
}

#toolbar .actions a.editSurvey:hover {
    background-color: #F4E18D;
    color: #fff;
}

#toolbar .filter span.instructions {
    vertical-align: middle;
}

.dir-rtl #toolbar .filter span.instructions {
    margin: 0 10px 0 0;
}

#toolbar .filter div.sub {
    margin-top: 20px;
}

#toolbar .filter span.info {
    margin: 0 0 0 0px;
    color: gray;
}

#toolbar select {
    margin-right: 10px;
    min-width: 150px;
    max-width: 250px;
    min-height: 27px;
}

    #toolbar select.selectedFilter {
        border: 1px solid #AAA;
        background-color: #FFF5DB;
    }

#toolbar .annotation {
    margin: 0 0 15px 10px;
}

#toolbar .printPageLink {
    position: absolute;
    top: 0px;
    right: 20px;
    text-decoration: none !important;
    font-size: 1.2em;
    border-bottom: 1px dashed;
}

.dir-rtl #toolbar .printPageLink {
    right: auto;
    left: 20px;
}

#toolbar .excelExportLink {
    position: absolute;
    top: 0px;
    right: 80px;
    text-decoration: none !important;
    font-size: 1.2em;
    border-bottom: 1px dashed;
}

.dir-rtl #toolbar .excelExportLink {
    right: auto;
    left: 80px;
}

@media screen and (max-width: 768px){

    #toolbar .excelExportLink {
        display: none;
    }

    .dir-rtl #toolbar .excelExportLink {
        display: none;
    }
}



#toolbar .lastNews {
    position: relative;
    margin: 0 0 20px 0;
    padding: 10px 10px;
    background-color: #FFF0C6;
    border: 1px dashed orange;
    border-radius: 5px;
}

    #toolbar .lastNews .annotation {
        font-style: italic;
        color: #555;
        margin: 0 0 10px 0;
    }

    #toolbar .lastNews .newsDate {
        font-style: italic;
        color: #555;
        margin: 0 0 10px 0;
    }

    #toolbar .lastNews h2 {
        color: red;
        font-size: 1.2em;
        margin: 0 0 10px 0;
    }

    #toolbar .lastNews p {
        margin-bottom: 5px;
    }

#toolbar .lastNewsBlock {
    margin-top: 10px;
    display: none;
}

#toolbar a.showLastNews {
    margin: 5px 0 10px 0;
    font-size: 1.2em;
    text-decoration: none;
    border-bottom: 1px dashed;
}

#toolbar .lastNews .closeLink {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    padding: 3px 5px;
    font-size: 0.9em;
    text-decoration: none;
    /*color: #555;        */
    background-color: #FFE18E;
    border-radius: 3px;
}

#toolbar .lastNews .allNewsLink {
    margin-top: 10px;
}

#toolbar .dateRange {
    margin-bottom: 0.6rem;
}

    #toolbar .dateRange span,
    #toolbar .dateRange .interval {
        margin: 0 5px 0 5px;
        padding: 3px 5px;
    }

    #toolbar .dateRange a {
        text-decoration: none;
    }

    #toolbar .dateRange span.selected {
        border-radius: 5px;
        border: 2px solid #82B3C5;
        background-color: #EDFBFF;
    }

    #toolbar .dateRange span.future {
        color: #AAA;
    }

#toolbar .metricsInfo {
    display: inline-block;
    margin: 10px 0 20px 0px;
    padding: 7px 10px;
    background-color: #F2F2F2;
    border-radius: 5px;
    max-width: 600px;
}

    #toolbar .metricsInfo .rating {
        font-size: 1.3em;
    }

#toolbar div.inlineBlock {
    display: inline-block;
    margin-top: 10px;
    margin-inline-end: 0.5rem;
}

.filter-selectors div.inlineBlock {
    display: flex !important;
    margin-top: 10px !important;
    align-items: baseline !important;
}

.filter-selectors span.instructions {
    margin: 0 4px 0 1rem !important;
}


#toolbar .metricsInfo .npsValue {
    color: #F46324;
    font-size: 1.4em;
}

#toolbar .metricsInfo .npsDetails {
    color: #555;
    margin-top: 5px;
}

    #toolbar .metricsInfo .npsDetails span {
        display: block;
    }

#toolbar .metricsInfo .indexValue {
    font-size: 1.2em;
}

#toolbar .metricsInfo .indexDetails {
    color: #555;
    margin-top: 5px;
}

    #toolbar .metricsInfo .indexDetails span {
        display: block;
    }

#toolbar .metricsInfo .indexDescription {
    margin: 10px 0px;
}

#toolbar .metricsInfo .indexName {
    color: #4D81BC;
    font-size: 1.2em;
}

#toolbar .metricsInfo .indexValueGroups {
    margin-top: 10px;
}

    #toolbar .metricsInfo .indexValueGroups span {
        display: block;
        color: #555;
        margin-bottom: 5px;
    }

#toolbar #deviceStatistics {
    font-size: 1.3em;
    color: #007f0e;
    margin: 0 0 20px 10px;
}

    #toolbar #deviceStatistics span {
        margin-right: 10px;
    }

#before-content {
    margin: 30px 0 10px 0;
}

    #before-content .actions {
        text-align: center;
        display: block;
        margin-top: 0px;
        margin-bottom: 15px;
    }

        #before-content .actions a {
            text-decoration: none;
            padding: 7px 15px;
            background-color: #FFF0C6;
            border-radius: 5px;
        }


/* -------------------------------------------------------
    Survey templates
----------------------------------------------------------*/
.category {
    margin-bottom: 30px;
    max-width: 1300px;
}

    .category .header {
        margin-bottom: 5px;
        font-size: 1.2em;
    }

        .category .header a {
            display: inline-block;
            margin-left: 2px;
        }

        .category .header img {
            height: 12px;
        }

    .category .templates a {
        display: inline-block;
        text-decoration: none;
        margin: 3px 10px 5px 0;
        border-radius: 5px;
    }

        .category .templates a.details {
            background-color: #FFF0C6;
            padding: 5px 10px 7px 10px;
        }

        .category .templates a.add {
            border: 1px solid #e3ad32;
            padding: 5px 10px;
            background-color: #FFF;
        }

            .category .templates a.add:hover {
                background-color: #FFF0C6;
            }


/* -------------------------------------------------------
    Custom error pages
----------------------------------------------------------*/
.errorBlock h2 {
    font-size: 1.4em;
    color: #bd2957;
    margin-bottom: 10px;
}

.errorBlock p {
    font-size: 1.2em;
    line-height: 2em;
}


/* -------------------------------------------------------
    Device activity
----------------------------------------------------------*/
.deviceActivity {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .deviceActivity .activityHeader {
    }

    .deviceActivity .activityContainer {
        width: 100%;
    }

    .deviceActivity .activity {
        float: left;
        height: 30px;
    }

    .deviceActivity .online {
        background-color: yellow;
    }

    .deviceActivity .offline {
        background-color: #DDD;
    }

.activity-opened {
    color: #999;
}

.activity-closed {
}

/* -------------------------------------------------------
    Organization
----------------------------------------------------------*/
.unitstree {
    margin: 10px 0;
    margin-left: 30px;
}

.dir-rtl .unitstree {
    direction: ltr;
    float: right;
}

.unitstree ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.unitstree li {
    padding: 0;
    margin: 0;
}

.unitstree .root {
    margin-top: 10px;
}

.unitstree .childUnits ul.unitsList {
    border-left: 2px solid #CCC;
    margin-left: 10px;
}

.unitstree ul.unitsList li {
    padding-top: 15px;
}

.unitstree .unit {
    padding: 0 50px;
    position: relative;
    overflow: hidden;
}

    .unitstree .unit .body {
        display: inline-block;
        min-width: 150px;
        padding: 5px 10px 5px 10px;
        background-color: #EBF1F4;
        border: 2px solid #7c94ca;
        border-radius: 5px;
    }

    .unitstree .unit .isArchived {
        background-color: #dadada;
        border: 2px solid #777777;
    }

.unitstree .childUnits {
}

    .unitstree .childUnits .hor-line {
        width: 60px;
        border-bottom: 2px solid #7c94ca;
        position: absolute;
        top: 0.9em;
        left: -10px;
        z-index: 1;
    }

.unitstree ul.employeesList {
    margin: 5px 0 0 0;
    padding: 5px 0 0 5px;
}

    .unitstree ul.employeesList li {
        margin: 0 0 5px 0;
        padding: 0;
    }

.unitstree .rating {
    margin-left: 5px;
}

.unitstree .header {
    font-size: 1.2em;
    position: relative;
}

    .unitstree .header .editLink {
        margin-left: 10px;
    }

.unitstree .unit-code {
    margin: 5px 0;
    color: #666;
}

.unitstree .rating {
    font-size: 1.2em;
}

.unitstree .ratesCount {
    display: block;
    color: #777;
}

.unitstree .smallRatesCount {
    display: block;
    color: #777;
    font-size: 0.9em;
}

.unitstree .unitItemCell {
    margin: 0px 10px 0px 0px;
    display: inline-block;
    min-width: 150px;
}

.surveyChartTitle .rating {
    margin-left: 5px;
    margin-bottom: -10px;
    font-size: 2em;
}

.ratingValue_1 {
    color: #bd2957;
}

.ratingValue_2 {
    color: #E95F41;
}

.ratingValue_3,
.ratingValue_6 {
    color: #F6A01F;
}

.ratingValue_4,
.ratingValue_7,
.ratingValue_8 {
    color: #97AA19;
}

.ratingValue_5,
.ratingValue_9,
.ratingValue_10 {
    color: #01A31C;
}

.unitstree ul.responses {
    margin: 5px 0;
    padding: 0 0 0 5px;
}

    .unitstree ul.responses li {
        margin: 0;
        padding: 0;
    }

.unitstree .responses li.good {
    color: #01A31C;
}

.unitstree .responses li.normal {
    color: #F96219;
}

.unitstree .responses li.bad {
    color: #DE275F;
}

.unitstree .employeesList li span.cardNumber {
    color: #AAA;
}

.unitstree .unit .npsValue {
    color: #F46324;
}

.unitstree .unit .npsDetails {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: .9em;
}

.unitstree .unit .indexValue {
    /*color: #F46324;*/
}

.unitstree .unit .indexDetails {
    display: block;
    margin-top: 5px;
    color: #2f4f4f;
    font-size: .9em;
}

.unitstree .unit .indexRespondentsCount {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #666;
    font-size: .9em;
}

.unitstree .unit .distrIndexValue {
    color: #F46324;
}

.unitstree .unit .indexValueGroups {
    margin: 5px 10px;
    font-size: 0.9em;
}

    .unitstree .unit .indexValueGroups a,
    .employeesReport .indexValueGroups span {
        display: block;
        margin-bottom: 3px;
        text-decoration: none;
    }

        .unitstree .unit .indexValueGroups a:hover,
        .employeesReport a.employeeSessionsLink:hover {
            text-decoration: underline;
        }

.unitstree .indexColor_0,
.metricsInfo .indexColor_0,
.employeesReport .indexColor_0 {
    color: #01A31C;
}

.unitstree .unit .averageColor_Index_1,
.unitstree .unit .averageColor_Index_2,
.unitstree .unit .averageColor_IndexFive_1,
.unitstree .unit .indexColor_1,
.metricsInfo .averageColor_Index_1,
.metricsInfo .averageColor_Index_2,
.metricsInfo .averageColor_IndexFive_1,
.metricsInfo .indexColor_1,
.employeesReport .averageColor_Index_1,
.employeesReport .averageColor_Index_2,
.employeesReport .averageColor_IndexFive_1,
.employeesReport .indexColor_1 {
    color: #bd2957;
}

.unitstree .unit .averageColor_Index_3,
.unitstree .unit .averageColor_Index_4,
.unitstree .unit .averageColor_IndexFive_2,
.unitstree .unit .indexColor_2,
.metricsInfo .averageColor_Index_3,
.metricsInfo .averageColor_Index_4,
.metricsInfo .averageColor_IndexFive_2,
.metricsInfo .indexColor_2,
.employeesReport .averageColor_Index_3,
.employeesReport .averageColor_Index_4,
.employeesReport .averageColor_IndexFive_2,
.employeesReport .indexColor_2 {
    color: #E95F41;
}

.unitstree .unit .averageColor_Index_5,
.unitstree .unit .averageColor_Index_6,
.unitstree .unit .averageColor_IndexFive_3,
.unitstree .unit .indexColor_3,
.metricsInfo .averageColor_Index_5,
.metricsInfo .averageColor_Index_6,
.metricsInfo .averageColor_IndexFive_3,
.metricsInfo .indexColor_3,
.employeesReport .averageColor_Index_5,
.employeesReport .averageColor_Index_6,
.employeesReport .averageColor_IndexFive_3,
.employeesReport .indexColor_3 {
    color: #F6A01F;
}

.unitstree .unit .averageColor_Index_7,
.unitstree .unit .averageColor_Index_8,
.unitstree .unit .averageColor_IndexFive_4,
.unitstree .unit .indexColor_4,
.metricsInfo .averageColor_Index_7,
.metricsInfo .averageColor_Index_8,
.metricsInfo .averageColor_IndexFive_4,
.metricsInfo .indexColor_4,
.employeesReport .averageColor_Index_7,
.employeesReport .averageColor_Index_8,
.employeesReport .averageColor_IndexFive_4,
.employeesReport .indexColor_4 {
    color: #69A31C;
}

.unitstree .unit .averageColor_Index_9,
.unitstree .unit .averageColor_Index_10,
.unitstree .unit .averageColor_IndexFive_5,
.unitstree .unit .indexColor_5,
.metricsInfo .averageColor_Index_9,
.metricsInfo .averageColor_Index_10,
.metricsInfo .averageColor_IndexFive_5,
.metricsInfo .indexColor_5,
.employeesReport .averageColor_Index_9,
.employeesReport .averageColor_Index_10,
.employeesReport .averageColor_IndexFive_5,
.employeesReport .indexColor_5 {
    color: #01A31C;
}

.metric-color-block {
    display: inline-block;
    width: 27px;
}

.employeesReport .report-details-collapse {
    border-bottom: dashed 1px #4F77C6;
    text-decoration: none;
}

.employeesReport .indexValue {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 1.2em;
}

.employeesReport .indexValueGroups {
    font-size: 0.9em;
    margin-bottom: 5px;
}

.employeesReport .index-secondary-text {
    margin-top: 5px;
    font-size: 0.9em;
    color: #999;
}

    .employeesReport .index-secondary-text .div {
        margin-bottom: 3px;
    }

    .employeesReport .index-secondary-text table {
        min-width: 390px !important;
        border-bottom: 0 !important;
    }

    .employeesReport .index-secondary-text table td {
        background-color: #fff;
    }

        .employeesReport a.employeeSessionsLink {
    display: block;
    text-decoration: none;
    margin-top: 5px;
}

.employeesReport span.total-respondents {
    color: #666;
    display: block;
    margin-top: 5px;
}

.employeesReport .index-total-stats {
    display: block;
    margin-top: 5px;
    position: relative;
}

    .employeesReport .index-total-stats a {
        margin: 0 5px 3px 0;
        text-decoration: none;
    }

a.dynamic-chart-link {
    text-decoration: none;
}

.employeesReport .respondentCountIndex {
    font-size: 1.2em;
}

.employeesReport .distribution-index {
    display: block;
}

.employeesReport .external-data {
    color: #01A31C;
    display: inline-block;
    margin-bottom: 5px;
}

.employeesReport th {
    min-width: 100px;
}

.cell-major-data {
    color: var(--vt-violet);
}

.index-color-notset {
    background-color: #0596DF !important;
    color: #fff;
}

.index-color-blue {
    background-color: #0596DF !important;
    color: #fff;
}

.index-color-green {
    background-color: #167764 !important;
    color: #fff;
}

.index-color-gray {
    background-color: #AAA !important;
    color: #fff;
}

.index-color-red {
    background-color: #D33030 !important;
    color: #fff;
}

.index-color-yellow {
    background-color: #FFC400 !important;
    color: #fff;
}

.index-color-orange {
    background-color: #F46324 !important;
    color: #fff;
}

.index-color-pink {
    background-color: #C6299C !important;
    color: #fff;
}

.index-color-lightorange {
    background-color: #F9AF18 !important;
    color: #fff;
}

.index-color-lightgreen {
    background-color: #2BB665 !important;
    color: #fff;
}

.index-color-purple {
    background-color: #603CBA !important;
    color: #fff;
}

.index-border-color-notset {
    border: 1px solid #0596DF !important;
    color: #0596DF;
}

.index-border-color-blue {
    border: 1px solid #0596DF !important;
    color: #0596DF;
}

.index-border-color-green {
    border: 1px solid #167764 !important;
    color: #167764;
}

.index-border-color-gray {
    border: 1px solid #AAA !important;
    color: #AAA;
}

.index-border-color-red {
    border: 1px solid #D33030 !important;
    color: #D33030;
}

.index-border-color-yellow {
    border: 1px solid #FFC400 !important;
    color: #FFC400;
}

.index-border-color-orange {
    border: 1px solid #F46324 !important;
    color: #F46324;
}

.index-border-color-pink {
    border: 1px solid #C6299C !important;
    color: #C6299C;
}

.index-border-color-lightorange {
    border: 1px solid #F9AF18 !important;
    color: #F9AF18;
}

.index-border-color-lightgreen {
    border: 1px solid #2BB665 !important;
    color: #2BB665;
}

.index-border-color-purple {
    border: 1px solid #603CBA !important;
    color: #603CBA;
}

#homeIndexes .reportIndex span,
#homeIndexes .reportIndex div,
#homeIndexes .reportIndex a {
    color: #fff !important;
}

#homeIndexes .index-color-yellow span,
#homeIndexes .index-color-yellow div {
    color: #666 !important;
}

.ngram-index {
    display: inline-block;
    padding: 3px 4px;
    margin: 0 5px 5px 0;
    color: #FFF;
    border-radius: 5px;
    background-color: #0596DF;
}

.ngram-index-url {
    display: inline-block;
    padding: 3px 4px;
    margin: 0 5px 5px 0;
    color: #FFF !important;
    border-radius: 5px;
    background-color: #0596DF;
}

.ngram-with-keyphrase {
    display: inline-block;
    padding: 3px 5px;
    margin: 0 4px 6px 0;
    border-radius: 5px;
}

.ngram-without-keyphrase {
    display: inline-block;
    padding: 3px 5px;
    margin: 0 4px 6px 0;
    color: #FFF !important;
    border-radius: 5px;
    background-color: #AAA;
}

.ngram-stats {
    display: inline-block;
    padding: 3px 4px;
    margin: 0 5px 5px 0;
    color: #AAA !important;
    border-radius: 5px;
    border: 1px dashed #AAA;
}

.ngram-significant-phrase {
    background-color: #FFC400;
    color: #666 !important;
}

/*.ngram-value-8x {
	background-color: #1E67AB;
}*/

.ngram-value-100x {
    background-color: #0596DF;
}

.ngram-value-50x {
    background-color: #82BAF5;
}

.ngram-value-25x {
    background-color: #C1DBF4;
}

/* -------------------------------------------------------
    Home page
----------------------------------------------------------*/
#homePageContainer {
}

    #homePageContainer h2 {
        position: relative;
        color: #555;
        margin: 10px 0 15px 0px;
        font-size: 1.2em;
    }

    #homePageContainer #respondentsChart h2 {
        margin-left: 30px;
    }

    #homePageContainer #respondentsChart {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    #homePageContainer #homeIndexes {
        position: relative;
    }

        #homePageContainer #homeIndexes a {
            text-decoration: none;
        }

    #homePageContainer #tickets {
        margin-top: 30px;
        float: left;
        max-width: 1400px;
    }

.dir-rtl #homePageContainer #tickets {
    float: right;
}

.dir-rtl #homeIndexes .reportIndex {
    float: right;
}

#homeIndexes .middleIndexBox {
    min-width: 350px !important;
}

#homeIndexes .longIndexBox {
    min-width: 430px !important;
}

#homeIndexes .extraLongIndexBox {
    min-width: 530px !important;
}

#homeIndexes .indexName {
    display: inline-block;
    font-size: 1.4em;
}


#homeIndexes .reportIndex .indexRespondentsCount,
#homeIndexes .reportIndex .metricReportPeriod {
    display: block;
    margin-top: 0px;
}

#homeIndexes .reportIndex .indexRespondentsCount {
    margin-top: 5px;
}

#homeIndexes .reportIndex .indexValue {
    font-size: 2em;
    white-space: nowrap;
}

.dir-rtl #homeIndexes .reportIndex .indexValue {
    right: auto;
    left: 15px;
    direction: ltr;
}

#homeIndexes .reportIndex .indexValue-small {
    position: absolute;
    top: 35px;
    right: 15px;
    font-size: 2.0em;
}

#homeIndexes .reportIndex .bigger {
    font-size: 2.0em;
}

#homeIndexes .indexValueGroups {
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: right;
    max-width: 280px;
}

#homeIndexes .extraLongIndexBox .indexValueGroups {
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: right;
    max-width: 380px;
}

#homeIndexes .extraLongIndexBox .phraseVocabulary {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: left;
    max-width: 340px;
    font-size: 0.9em;
}

.dir-rtl #homeIndexes .indexValueGroups {
    right: auto;
    left: 15px;
}

#homeIndexes .indexValueGroups span {
    display: block;
    margin-bottom: 3px;
}

#homeIndexes .indexColor_Distribution {
    background-color: #4D81BC;
}

#homeIndexes .indexColor_Session {
    background-color: #F49A13;
}

#homeIndexes .averageColor_Index_1,
#homeIndexes .averageColor_Index_2,
#homeIndexes .averageColor_IndexFive_1,
#homeIndexes .indexColor_1 {
    background-color: #bd2957;
}

#homeIndexes .averageColor_Index_3,
#homeIndexes .averageColor_Index_4,
#homeIndexes .averageColor_IndexFive_2,
#homeIndexes .indexColor_2 {
    background-color: #E95F41;
}

#homeIndexes .averageColor_Index_5,
#homeIndexes .averageColor_Index_6,
#homeIndexes .averageColor_IndexFive_3,
#homeIndexes .indexColor_3 {
    background-color: #F6A01F;
}

#homeIndexes .averageColor_Index_7,
#homeIndexes .averageColor_Index_8,
#homeIndexes .averageColor_IndexFive_4,
#homeIndexes .indexColor_4 {
    background-color: #69A31C;
}

#homeIndexes .averageColor_Index_9,
#homeIndexes .averageColor_Index_10,
#homeIndexes .averageColor_IndexFive_5,
#homeIndexes .indexColor_5 {
    background-color: #01A31C;
}

#homeIndexes .indexColor_0 {
    background-color: #01A31C;
}

/* -------------------------------------------------------
    Adv
----------------------------------------------------------*/
.adcampaign {
    margin: 0 0 0 0;
}

    .adcampaign > .header {
        padding: 5px 10px 5px 10px;
        font-size: 1.3em;
        margin-bottom: 10px;
    }

.advunit {
    padding-left: 10px;
    margin: 10px 0 30px 0;
    display: inline-block;
}

    .advunit > .header {
        font-size: 1.1em;
        padding-bottom: 5px;
        border-bottom: 1px dotted #AAA;
        margin-bottom: 10px;
    }

    .advunit ul {
        list-style-type: none;
        padding: 0;
    }

        .advunit ul li {
            margin-bottom: 5px;
        }

        .advunit ul a {
            display: inline-block;
            margin: 0 0 0 10px;
        }

        .advunit ul .media {
            display: inline-block;
            padding: 3px 5px;
            background-color: #EEE;
        }

    .advunit .actions a {
        display: inline-block;
        margin: 3px 10px 0px 0px;
    }


/* ---------------------------------------------------
    Audio
-----------------------------------------------------*/

.audio {
    margin-top: 20px;
}


/* ---------------------------------------------------
    Respondent data
-----------------------------------------------------*/

.respondentData {
    margin-top: 5px;
    color: #555;
    margin-bottom: 10px;
}

.session-media-links {
    margin-top: 15px;
    margin-bottom: 5px;
}

    .session-media-links .count {
        color: #999;
        margin-left: 2px;
    }

.respondentData .respondentQuestion {
    font-style: italic;
    margin-top: 5px;
}

.respondentData .respondentContact {
    display: inline-block;
    border-top: 1px dashed #555;
    padding-top: 3px;
    font-size: 1.2em;
}

.negativeData {
    color: #bd2957;
    border-color: #bd2957;
}

.existingContact {
    margin-top: 5px;
    padding: 3px 5px;
    background-color: #FFF0C6;
    color: #e95f41;
}

.respondentResponseComment {
    display: block;
    color: chocolate;
    margin-bottom: 5px;
}

.sessionState {
    margin-top: 10px;
}

    .sessionState .surveyState {
        color: #555;
        display: block;
    }

    .sessionState .resultState {
        color: darkviolet;
        display: block;
    }

.productSales {
    min-width: 250px;
}

    .productSales span.accept,
    .productSales span.acceptOnline,
    .productSales span.doubt,
    .productSales span.alreadyHas,
    .productSales span.rejected {
        display: inline-block;
        margin: 10px 0 5px 0;
        font-size: 1.2em;
        border-bottom: 1px dashed;
    }

    .productSales .accept {
        color: #34b549;
    }

    .productSales .acceptOnline {
        color: #1790ab;
    }

    .productSales .doubt {
        color: #f6a01f;
    }

    .productSales .alreadyHas {
        color: #555555;
    }

    .productSales .rejected {
        color: #bd2957;
    }

.averageRating {
    margin: 5px 0 10px 0;
}

    .averageRating .ratesDetails {
        color: #AAA;
    }

    .averageRating .ratesAverage {
        margin-left: 5px;
    }

.respondentDataChecklists,
.respondentDataTickets {
    margin: 10px 0 5px;
    color: #555;
    padding: 10px 10px 10px 10px;
    background-color: #C6FFA5;
    border-radius: 5px;
}

    .respondentDataChecklists h3,
    .respondentDataTickets h3 {
        margin: 0 0 5px 0;
        color: #e95f41;
        font-size: 1.2em;
    }

    .respondentDataChecklists .checklist {
        margin-bottom: 10px;
    }

        .respondentDataChecklists .checklist .checklistSummary {
            margin-top: 5px;
            display: block;
        }

.respondentDataTickets {
    background-color: #FFF0C6;
}

    .respondentDataTickets:hover {
        background-color: #F9E27C;
    }

a.respondentDataTickets {
    text-decoration: none;
}


/* -------------------------------------------------------
    Surveys
----------------------------------------------------------*/
.survey-not-activated {
    color: #777;
    font-style: italic;
}

/* -------------------------------------------------------
    Screenplays
----------------------------------------------------------*/
.screenplay {
    position: relative;
    float: left;
    margin-bottom: 30px;
    max-width: 1300px;
}

    .screenplay .parts {
        clear: both;
    }

    .screenplay .header {
        margin-left: 5px;
        margin-bottom: 20px;
    }

    .screenplay .name {
        font-size: 1.2em;
    }

        .screenplay .name a {
            display: inline-block;
            margin-left: 2px;
        }

        .screenplay .name img {
            height: 12px;
        }

    .screenplay .scheme-tag-list {
        margin: 5px 0;
    }

    .screenplay .scheme-tag {
        display: inline-block;
        background-color: #CCC;
        color: #FFF;
        padding: 3px 5px;
        margin-right: 5px;
        border-radius: 3px;
    }

.screenplay-description .scheme-tag-list {
    margin: 10px 0;
    font-size: 0.9em;
}

.screenplay-description .scheme-tag {
    display: inline-block;
    padding: 2px 3px;
    margin: 0px 5px 5px 0;
    color: #777;
    background-color: #EEE;
    border-radius: 3px;
}

.screenplay .screenplayPart {
    display: inline-block;
    margin: 3px 10px 5px 0;
    background-color: #FFF0C6;
    padding: 5px 10px 7px 10px;
    min-width: 50px;
    text-align: center;
    border-radius: 5px;
}

    .screenplay .screenplayPart a {
        text-decoration: none;
    }

        .screenplay .screenplayPart a.edit {
            margin-left: 5px;
            display: inline-block;
            font-size: 0.8em;
            color: #999999;
            background-color: #FFEAB2;
            border: 1px solid #FFEAB2;
            padding: 2px 2px;
            border-radius: 2px;
        }

            .screenplay .screenplayPart a.edit:hover {
                text-decoration: none;
                background-color: #FFDE8C;
                border: 1px solid #82b3c5;
            }

.screenplay .deletedSurvey {
    display: inline-block;
    padding: 2px 3px;
    margin: 0px 5px 0px 0;
    color: #FFF;
    background-color: #bd2957;
    border-radius: 2px;
}

.screenplay a.add-screenplay-part {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    padding: 5px 10px;
    background-color: #F9E27C;
    border-radius: 5px;
}

    .screenplay a.add-screenplay-part:hover {
        background-color: #F7D345;
    }

.screenplay .parts a:hover {
    text-decoration: underline;
}

.screenplay .parts a.add:hover {
    background-color: #FFF0C6;
}

.screenplay-mark {
    font-size: 0.8em;
    padding: 2px 3px;
    margin: 0px 5px;
    color: #999;
    background-color: #EEE;
    border-radius: 2px;
}

.gridrow_alternate .screenplay-mark {
    background-color: #DEDEDE;
}



/* -------------------------------------------------------
    Visible/Invisible items
----------------------------------------------------------*/
ul.items-visible,
ul.items-hidden {
    list-style: none;
    padding: 0 0 0 0;
}

    ul.items-visible li,
    ul.items-hidden li {
        margin-bottom: 3px;
        display: block;
    }

        ul.items-visible li a,
        ul.items-hidden li a {
            text-decoration: none;
        }

            /*ul.items-visible li span,
ul.items-hidden li span {
    color: #777;
}*/

            ul.items-visible li a:hover,
            ul.items-hidden li a:hover {
                text-decoration: underline;
            }

ul.items-hidden {
    display: none;
}

a.toggle-link {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dashed;
    margin: 10px 0;
    padding: 0 0 2px 0;
    text-transform: uppercase;
}

a.toggle-link-activities {
    margin-left: 5px;
    border-bottom: none;
    text-transform: none;
}

a.toggle-link-allhidden {
    margin: 0px 0 5px 0;
    padding: 0 0 2px 0;
}

.edit-item-controls {
    display: none;
    margin-left: 10px;
    font-size: 0.9em;
}

    .edit-item-controls a.edit-link,
    .edit-item-controls a.delete-link {
        display: inline-block;
        margin-right: 5px;
        padding: 1px 3px 1px 3px;
        text-decoration: none;
        color: #fff;
        border-radius: 3px;
    }

    .edit-item-controls a.edit-link {
        border: 1px solid #7AAD5A;
        color: #7AAD5A;
    }

        .edit-item-controls a.edit-link:hover {
            background-color: #69a31c;
            color: #fff;
        }

    .edit-item-controls a.delete-link {
        border: 1px solid #BC5173;
        color: #BC5173;
    }

        .edit-item-controls a.delete-link:hover {
            background-color: #bd2957;
            color: #fff;
        }

.edit-item-block {
    display: inline-block;
    padding: 6px 5px;
    margin: 0px 0;
}

    .edit-item-block:hover {
        background-color: #EEE;
        border-radius: 5px;
    }


/* -------------------------------------------------------
    New Screenplays
----------------------------------------------------------*/
.screenplay-part .index {
    display: inline-block;
    width: 20px;
}

.screenplay-part .survey-type,
.survey-description .survey-type {
    display: inline-block;
    margin-right: 5px;
    padding: 2px 4px;
    border-radius: 2px;
    background-color: #FFF0C6;
    color: #E87963;
    font-size: 0.9em;
    width: 50px;
    text-align: center;
}

.screenplay-part .survey-name {
}

.screenplay-part .autostart-off {
    display: inline-block;
    padding: 2px 3px;
    border-radius: 2px;
    color: #AAA;
    border: 1px solid #AAA;
    font-size: 0.8em;
}

.screenplay-part .survey-deleted {
    color: #bd2957;
    text-decoration: line-through;
}

.screenplay-devices,
.screenplay-groups,
.notification-recipients {
    margin-bottom: 10px;
}

    .screenplay-devices .header,
    .screenplay-groups .header,
    .notification-recipients .header {
        display: block;
        margin-bottom: 3px;
        font-style: italic;
        color: #e95f41;
    }

    .notification-recipients .username {
    }

    .notification-recipients .user-locked-out {
        text-decoration: line-through;
    }

    .notification-recipients .contact {
        color: #888;
        margin-left: 5px;
    }

.commentsListLink {
    margin: 5px 0px 5px 5px;
    padding: 5px 0px 5px 0px;
}

.commentsListTitle {
    font-size: 16pt;
    height: 40px;
    line-height: 20px;
    margin: 5px;
}

.commentsListItems {
    border-radius: 5px 5px 5px 5px;
    margin: 5px 0px 5px 5px;
    height: 160px;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-y: auto;
}

    .commentsListItems div {
        /*border-left: 2px solid #EECF35;*/
        display: list-item;
        list-style: none;
        margin-bottom: 5px;
        padding-left: 5px;
        font-size: 1.1em;
    }


.cellComboItemInLine span {
    float: left;
    line-height: 32px;
}

.cellComboItemInLine img {
    float: left;
    height: 32px;
    width: 32px;
}


.textSearchFilterValue {
    border-radius: 5px 5px 5px 5px;
    border: 2px solid #82B3C5;
    margin-right: 5px;
    margin-top: 20px;
    min-width: 170px;
    min-height: 27px;
}

    .textSearchFilterValue:hover {
        border: 2px solid #EECF35;
    }


.textSearchFilterButton {
    margin-right: 20px;
    margin-top: 20px;
    min-width: 90px;
    background-color: #C0E1EA;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #808080;
    padding: 3px 16px 3px 7px;
    min-height: 27px;
}

    .textSearchFilterButton .glyphicon {
        top: 2px;
    }

    .textSearchFilterButton:hover {
        background-color: #82B3C5;
        border-color: #82B3C5;
        color: #FFF;
    }

.textSearchFilterSubmitClear {
    border-radius: 18px 18px 18px 18px;
    font-size: 7pt;
    height: 20px;
    margin-right: 5px;
    min-width: 20px;
    padding: 2px;
    width: 20px;
}

a.img30 img {
    width: 30px;
    height: 30px;
}

span.respondentDataInfo {
    margin-left: 5px;
}


/* -------------------------------------------------------
    Conversations
----------------------------------------------------------*/
.conversation-duration {
    display: block;
    margin-bottom: 5px;
    color: #888;
}

.cell-system-data {
    color: #888;
    font-size: 0.9em;
}

.conversation-inprogres {
    font-style: italic;
    color: #e95f41;
}

.conversation-queueticket {
    margin-bottom: 10px !important;
}

/*.badge {
    font-weight: 100 !important;
    padding: .15em .5em .2em;
    font-size: 13px !important;
    margin: 5px 0 5px 5px;
    display: inline-block;
}*/

.badge-custom-light {
    color: #444;
    background-color: #d9d9d9;
}


.employee-state {
    padding-right: 35px;
    position: relative;
}

    .employee-state .badge {
        position: absolute;
        right: 0;
        top: calc(50% - 13px);
    }

.duration-status {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 10px -3px;
    border-radius: 20px;
}

    .duration-status.not-exceeded {
        background-color: #5cb85c;
    }

    .duration-status.exceeded {
        background-color: #d9534f;
    }

/* -------------------------------------------------------
    Test sessions
----------------------------------------------------------*/

.testSuccess {
    font-weight: bold;
    color: #007f0e;
}

.testFailed {
    font-weight: bold;
    color: #bd2957;
}


/* -------------------------------------------------------
    Device events
----------------------------------------------------------*/

.errorMessage {
    color: #bd2957;
    font-weight: bold;
    margin-bottom: 5px;
}

/*-------------------------------------------------------
    Equeue
    -----------------------------------------------------*/

.equeueProduct {
    display: inline-block;
    margin: 2px 3px 2px 0;
    font-size: 0.9em;
    color: #777;
    background-color: #FFF0C6;
    border-radius: 5px 5px 5px 5px;
    padding: 3px 5px;
}

.redirectProduct {
    display: inline-block;
    margin: 2px 3px 3px 0;
    font-size: 0.9em;
    color: #777;
    background-color: #eee;
    border-radius: 5px 5px 5px 5px;
    padding: 3px 5px;
}

/*-------------------------------------------------------
    Tag
    -----------------------------------------------------*/

.tag {
    font-size: 1.0em;
    color: #777;
    background-color: #FFF0C6;
    border-radius: 5px 5px 5px 5px;
    padding: 3px 5px;
}

.tag-filter {
    display: inline-block;
    margin: 0 0 0 10px;
}

    .tag-filter a {
        display: inline-block;
        margin-right: 5px;
        text-decoration: none;
        font-size: 1.1em;
        padding: 3px 7px;
    }

        .tag-filter a:hover {
            text-decoration: underline;
        }

        .tag-filter a.tag-selected {
            background-color: #F9E27C;
            border-radius: 5px;
        }

/*.tagFilterSelected
{
    margin: 0 0 0 0px;
    display: inline-block;
    font-size: 1.1em;

    border: 2px solid #82B3C5;
    background-color: #EDFBFF;

    border-radius: 3px 3px 3px 3px;
}*/

.security-key {
    display: inline-block;
    margin: 3px 5px 0 0;
    background-color: #FFF0C6;
    border-radius: 5px 5px 5px 5px;
    padding: 3px 5px;
}

.popover-content {
    font-size: 11px;
}

/*-------------------------------------------------------
    Modal window bootstrap
    -----------------------------------------------------*/

.modal-body .loader-img {
    top: 45px;
}

/*-------------------------------------------------------
    Button style(override bootstrap)
-----------------------------------------------------*/

.side-nav > li > a {
    background-color: #FFF0C6;
    padding: 7px 15px;
}

    .side-nav > li > a:focus,
    .side-nav > li > a:hover {
        background-color: #F9E27C;
    }

.dir-rtl .nav-pills > li {
    float: right;
}

.ui-datepicker-title select {
    color: initial;
}

.ui-widget .ui-dropdownchecklist-dropcontainer {
    border: 1px solid #A9A9A9;
}

.ui-widget .ui-dropdownchecklist-selector {
    border: 1px solid #A9A9A9 !important;
    margin-bottom: -7px;
    min-width: 150px;
}

.ui-state-default,
.ui-state-hover {
    font-weight: 100 !important;
    color: #333 !important;
    background: #fff !important;
    border: 0 !important;
}

.ui-dropdownchecklist-item {
    border-bottom: 1px solid #A9A9A9 !important;
}

    .ui-dropdownchecklist-item label {
        font-weight: 100;
    }

.ui-dropdownchecklist {
    overflow: initial !important;
}

#m-filterUnit {
    margin-left: 7px;
}

.ui-widget input {
    margin: 7px;
}

.ui-widget label {
    margin: -5px 0 0 0;
    vertical-align: middle;
}

.ui-dropdownchecklist-text {
    margin-left: 8px;
}

.dir-rtl .ui-dropdownchecklist-text {
    margin-left: 0;
    margin-right: 8px;
}

.ui-widget {
    font-family: Calibri, 'Trebuchet MS', sans-serif !important;
    font-size: 1em !important;
    z-index: 99999 !important;
}

/*#toolbar .glyphicon {
    color: #808080;
    margin: 0 7px;
}*/

#toolbar .glyphicon-filter,
.filter .glyphicon-filter {
    cursor: pointer;
    opacity: 0.5;
    margin: 2px 4px;
    vertical-align: middle;
}

form.text-filter {
    display: inline-block;
}

/*-------------------------------------------------------
    Schemes
-----------------------------------------------------*/

.scheme {
    border: 1px dashed #bfbfbf;
    color: #63585B;
    list-style-type: none;
    line-height: 27px !important;
    border-radius: 0 !important;
}

select[disabled] {
    color: #DCDCDC;
}

.disabled {
    color: #777 !important;
}

.object-deleted {
    text-decoration: line-through;
}

.object-archived {
}

.ad-user {
    display: inline-block;
    padding: 2px 4px;
    border-radius: 2px;
    background-color: #FFF0C6;
    color: #E87963;
    font-size: 0.9em;
    width: 30px;
    text-align: center;
}

/*-------------------------------------------------------
    Queue settings
-----------------------------------------------------*/

.glyphicon-crmsensor {
    display: inline-block;
    margin-top: 3px;
    margin-left: 3px;
}

.glyphicon-crmsensor-edit {
    color: #f6a01f;
}

/*-------------------------------------------------------
    Speech recognition
-----------------------------------------------------*/

.ipAddress {
    font-size: 0.8em;
}

.recognition-result-set {
    margin-top: 10px;
    clear: both;
    overflow: auto;
}

.recognition-result-set-float {
    margin: 10px 0 0 10px;
    overflow: visible;
    float: left;
    position: relative;
    clear: none;
    width: 40%;
}

.recognition-duration {
    font-size: 0.9em;
    margin-left: 5px;
    color: #AAA;
}

.recognition-result {
    float: left;
    width: 48%;
    min-width: 600px;
    margin: 0px 20px 0 0;
    padding: 10px 10px 10px 15px;
    background-color: #ffffef;
    border: 1px dashed #ECE58F;
    border-radius: 5px;
    position: relative;
}

.asrdemo-recognition-result {
    padding: 10px 10px 10px 15px;
    background-color: #ffffef;
    border: 1px dashed #ECE58F;
    border-radius: 5px;
    position: relative;
}

.recognition-result-limited {
    max-width: 420px;
}

.asrdemo-recognition-result h3,
.recognition-result h3,
.conversationWrapper h3,
.checklistItem h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #7b68ee;
}

.recognition-keywords {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #AAA;
    font-style: italic;
}

.recognition-data {
    margin-top: 10px;
}

.recognition-result .transcription-confidence {
    margin-left: 5px;
    color: #AAA;
}

.recognition-result .transcription-timemark-link,
.transcription-result .transcription-timemark-link {
    text-decoration: none;
}

.keyphrase-match a.transcription-timemark-link {
    color: inherit !important
}

.recognition-result .recognition-params {
    margin-left: -5px;
    margin-top: 10px;
    color: #999;
}

.recognition {
    padding-right: 5px;
    margin-bottom: 5px;
    width: 50%;
    float: left;
}

    .recognition .recognition-header {
        color: #7b68ee;
        margin-bottom: 5px;
    }

.recognition-result .recognition-executing {
    color: #d2691e;
}

.keywords h3 {
    color: #CC322E;
}

.recognition-result .delete-link {
    position: absolute;
    right: 5px;
    top: 5px;
    text-decoration: none;
    color: #999;
}

.recognition-short .recognition-params {
    font-size: 0.9em;
    margin-left: 5px;
    color: #AAA;
}

.recognition-init {
    color: #0000ff;
    font-style: italic;
}

.recognition-exec {
    color: #f49a13;
    font-style: italic;
}

.recognition-complete {
    color: #666;
}

.recognition-failed {
    color: #a52a2a
}

.recognition-cell-data {
    color: var(--vt-recognition-text);
    font-size: 0.9em;
    margin-left: 5px;
    margin-bottom: 2px;
}

.recognition-info {
    display: inline-block;
    margin: 3px 3px 5px 0;
    padding: 3px 5px;
    color: #666;
    background-color: antiquewhite;
    border-radius: 3px;
}

    .recognition-info .btn-concat-next {
        color: #fff !important;
        background: #0596DF;
        display: inline-block;
        padding: 3px 5px;
        border-radius: 3px;
    }

        .recognition-info .btn-concat-next:hover {
            text-decoration: none;
            background: #00A6F9;
        }

.transcription-result {
    margin-bottom: 3px;
}

    .transcription-result .timemark,
    .recognition-short .timemark,
    .recognition-cell-data .timemark {
        color: var(--vt-violet);
    }

.transcription-result .transcription-text-customer {
    color: #AAA;
}

    .transcription-result .transcription-text {
        color: var(--vt-transcription-text);
    }

.transcription-result .listened {
    color: #AF4198 !important;
}

.transcription-result .js-timeline-edit {
    padding-left: 5px;
    top: 3px;
    color: #78BF05;
    cursor: pointer;
}

.option-key {
        width: 120px !important;
        margin-bottom: 10px;
}

.option-value {
    width: 195px !important;
    margin-bottom: 10px;
}

.options {
    max-width: 360px;
}

.option-add {
    background-color: #82B3C5;
    border-color: #82B3C5;
    color: #FFFFFF;
    margin-left: 4px !important;
    margin-bottom: 10px !important;
    width: 24px !important;
    height: 25px;
    font-weight: bold;
    font-size: 12pt;
    float: left;
    padding: 2px 2px 2px 2px !important;
}

    .option-add:hover {
        background-color: #5691A5;
        border-color: #5691A5;
    }

.employeesReport .custom-font-color {
    color: #666;
}

.ticket-metrick {
    padding: 2px 15px;
    border-radius: 4px;
    color: #ffffff;
}

.metrick {
    margin-bottom: 20px;
}

.ticket-metrick.green {
    background-color: #5cb85c;
}

.ticket-metrick.red {
    background-color: #d9534f;
}

.ticket-metrick.yellow {
    background-color: #f0ad4e;
}

.queue-services-page-metrick-title {
    text-align: right;
    padding-right: 0;
}

.unit-configuration {
    font-size: 12px;
}

    .unit-configuration .additional {
        color: #7399ce;
    }

.device-configuration {
    background-color: #7399ce;
}

.sessionDetails #googleMap {
    height: 300px;
    margin-top: 15px;
    margin-bottom: 45px;
    margin-right: 44px;
}

/* Окраска названий метрик и примеров фраз из словаря */
.colored-label {
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 6px 3px;
    border-radius: 4px;
}

.colored-label-white {
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 5px;
    border-radius: 4px;
}

/* Если пример фразы не матчится с шаблоном */
.colored-label-error {
    color: #d33030;
}

/* Для фраз, которые не показываются в транскрипции */
.colored-label-disabled {
    border: 1px solid #DDD;
    color: #DDD;
    background: transparent;
}

/* Измененные стили для аудиоплеера с поддержкой аудио-волны*/
div.jp-audio {
    width: inherit !important;
}

#audioPlayer .jp-interface {
    height: 140px;
}

#audioPlayer .jp-progress {
    width: 100%;
    height: 60px;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
}

#audioPlayer .jp-seek-bar {
    width: 100% !important;
    background-color: gray;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

#audioPlayer .jp-play-bar {
    opacity: 0.6;
    background: rgb(118, 118, 118);
}

#audioPlayer .jp-controls {
    padding: 85px 20px 0 20px;
}

#audioPlayer .jp-mute {
    margin-left: 46px;
}

#audioPlayer .jp-unmute {
    margin-left: 46px;
}

#audioPlayer .jp-volume-max {
    margin-left: 93px;
}

#audioPlayer .jp-volume-bar {
    top: 102px;
    left: 220px;
    width: 83px;
}

#audioPlayer .jp-time-holder {
    left: 0;
    padding: 0 10px;
    width: 100%;
    top: 60px;
}

.jp-seek-bar {
    background-position: 100% !important;
}

@media (min-width: 1200px) {
    #audioPlayer .jp-time-holder {
        left: 0;
        padding: 0 10px;
        width: 100%;
        top: 60px;
    }
}

a.delete-button {
    color: #bd2957
}

.audioBlockWide .btn {
    font-size: 14px;
    line-height: 1.42857143;
}

.itemDetails-checklist h4 {
    font-size: 18px;
}

.logo-container {
    min-width: 280px;
    max-width: 280px;
}

.grant-all-units {
    background-color: #e3ad32;
    color: #FFF;
    width: 10em !important;
}

.report-argument-responses-select .SumoSelect {
    float: left;
    margin-top: 2px;
    width: 350px !important;
}

.report-argument-responses-select .SumoSelect.open > .optWrapper {
    width: 550px !important;
}

.report-argument-responses-select .SumoSelect > .optWrapper > .options {
    max-height: 500px !important;
}

/*кастомный стиль цвета для активной кнопки пейджинга*/

.page-item.currentPage .page-link {
    z-index: 1;
    color: #fff;
    background-color: #82B3C5;
    border-color: #82B3C5;
}


/* styles for checklist and conversation bootstrap adapted*/
.conversationWrapper {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 10px 10px 15px;
    background-color: #ffffef;
    border: 1px dashed #ECE58F;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.transcription-block {
    background-color: var(--vt-transcription-panel) !important;
    border: 1px solid palegoldenrod !important;
}

.checklist-block {
    background-color: var(--vt-checklist-panel) !important;
    border: 1px solid navajowhite !important;
}

    .checklist-block h5 {
        color: var(--vt-checklist-header);
    }

.transcription-block h5 {
    color: var(--vt-transcription-header);
}

.keyphrase-match {
    display: inline-block;
    padding: 2px 4px;
    margin-bottom: 2px;
    border-radius: 4px;
    opacity: 0.7;
}

.conversation-checklist-button {
    color: #78BF05 !important;
    margin: 10px 0;
    position: absolute;
    right: 25px;
    padding: 5px 10px;
    background-color: #EEE;
    border-radius: 5px;
}

.text-blue {
    color: #0596DF
}


.filter-selectors {
    display: flex;
    flex-wrap: wrap;
}


.conversation-indexes {
    border-radius: 5px;
    background-color: #D0FFB5;
    padding: 13px 20px 9px 20px;
    color: #777;
    margin-bottom: 20px;
}

.conversation-indexes-title {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #555;
}

.conversation-indexes .indexValueGroups {
    margin-bottom: 10px;
    margin-left: 8px;
    font-size: 12px;
    margin-top: 3px;
}

.conversation-indexes .indexValueGroups span {
    display: block;
}

#changeDeviceContentPopupForm .batch-change-checkbox {
    margin-left: 6px;
    margin-top: 5px;
}

.mobile-show {
    display: none !important;

    @media(width < 640px) {
        display: block !important;
    }
}

@media (max-width: 640px) {
    .mobile-hide {
        display: none !important;
    }
}

.areas-form-additional {
    border: 1px solid #ddd;
    border-radius: 0.5rem;
}

.areas-form-container {
    border: 1px solid #ddd;
    border-radius: 0.5rem;
   
    .SumoSelect .CaptionCont {
        padding: 8px !important;
    }

    .SumoSelect * {
        box-sizing: inherit;
        font-size: 16px !important;

        li {
            padding: 0 6px !important;
        }
    }

    .employee-photo {
        height: 100px;
    }

    form {
        margin-block-end: 0 !important;
    }
}

.background-transparent {
    background-color: transparent !important;
}

.color-example {
    display: inline-block;
    width: 48px;
    margin-right: 10px;
}

.nowrap{
    white-space: nowrap;
}

.details-header {
    font-size: 1.2em;
}

.text-overmuted {
    color: #AAA;
}

.scroll-container {
    max-width: calc(100vw - 256px);
}

@media (max-width: 764px) {
    .scroll-container {
        max-width: 100%;
    }
}


.responses-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: auto 8rem 4rem;
}

@media(width < 700) {
    .responses-grid {
        grid-template-columns: 1fr;
    }
}

.divider-right {
    border-right: 1px solid var(--bs-border-color);
}

.mailing-list {
    min-width: 1rem;
    min-height: 1rem;
    border-radius: 0.25rem;
}

/* Приводим primary-кнопки к единому контрастному виду во всем приложении. */
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;
    --bs-btn-disabled-color: #fff;
}

.btn-outline-primary {
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;
}

[data-bs-theme=dark] .bg-warning {
    --bs-toast-color: var(--bs-black) !important;
}

[data-bs-theme=dark] .toast .btn-close {
    filter: none !important;
}