﻿html, body {
    font-family: proxima-nova, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px;
    letter-spacing: inherit;
    line-height: 1;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

h1 {
    font-size: 1.2rem;
}

.content {
    height: calc(100% - 62px);
    /*border: red solid black;*/
}

.app {
    /*border: red solid grey;*/
}

.main {
    /*border: green solid 1px;*/
    height: 100vh;
}

.sidebar {
    height: 100vh;
}

.aapi_canvas {
    /*border: red solid 1px;*/
    height: 100%;
    padding-bottom: 1.1rem;
}

.aapi_canvas-35 {
    /*border: red solid 1px;*/
    height: calc(100% - 35px);
    padding-bottom: 1.1rem;
}

.aapi_pane_left {
    width: 250px;
    float: left;
    margin-right: 10px;
    border: 1px solid #b6b3b3;
    border-radius: 20px;
    padding: 0;
    background-color: #fff;
    overflow: visible;
    position: relative;
    height: 100%;
}

.aapi_pane_middle {
    width: 80px;
    float: left;
    /*margin-right: 10px;*/
    vertical-align: middle;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .aapi_pane_middle .vertical-align {
        /*margin-top: 140px;*/
    }



.aapi_pane_top {
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    line-height: 38px;
    padding: 6px 6px 6px 12px;
    font-weight: bold;
    border-bottom: 1px solid #b6b3b3;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-size: 1.2em;
    text-align: left;
}

    .aapi_pane_top > h3 {
        padding-left: 12px;
    }

    .aapi_pane_top h4 {
        padding: 0 0 0 12px;
        font-weight: bold;
    }

.aapi_pane_body {
    position: absolute;
    top: 48px;
    bottom: 48px;
    width: 100%;
    overflow-y: auto;
    text-align: left;
    /*border: 1px solid green;*/
}

.aapi_pane_bottom {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    background-color: #ffffff;
    border-radius: 20px;
    width: 100%;
    height: 48px;
    max-height: 48px;
    min-height: 48px;
    text-align: right;
    line-height: 34px;
}

.aapi_pane_top_buttons {
    text-align: right;
    float: right;
    top: 0;
    height: 40px;
    position: relative;
    line-height: 38px;
}

.aapi_pane_bottom_buttons {
    text-align: right;
    border-top: 1px solid #b6b3b3;
    padding: 6px 6px 6px 6px;
    position: relative;
}

.aapi_pane_categories {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    white-space: pre-line;
    text-overflow: ellipsis;
    width: 100%;
}

    .aapi_pane_categories li {
        padding: 10px 10px 10px 10px;
        /*font-size: 0.9rem;*/
        cursor: pointer;
        background-color: white;
        /*line-height: 0.9rem;*/
        /* border: 1px red solid; */
        display: inline-table;
        width: 100%;
    }


        .aapi_pane_categories li.active {
            background-color: #F3F4F6;
        }

        .aapi_pane_categories li.disabled {
            filter: contrast(10%) brightness(1.5);
            background: transparent;
        }

        .aapi_pane_categories li.hover {
            background-color: #F3F4F6;
        }

.aapi_pane_edit {
}

.aapi_pane_input_group {
    padding: 6px 12px 12px 12px;
    border-top: 1px solid #b6b3b3;
}

    .aapi_pane_input_group:first-child {
        border-top: none;
    }

    .aapi_pane_input_group h6 {
        font-weight: bold;
        padding: 3px 0 3px 0;
    }

.aapi_pane_input {
    padding: 3px 0 3px 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
    .aapi_pane_input.multiple_select .arrow_down {
        bottom: -10px;
        right: -2px;
    }

    .aapi_pane_input.multiple_select .aapi_btn_icon {
        top: -10px !important;
        bottom: auto !important;
        right: -3px !important;
        left: unset !important;
        bottom: unset !important;
    }

    .aapi_label {
        width: 150px;
        line-height: 17px;
        margin-bottom: 0px;
    }

.aapi_input {
    width: 300px;
    margin-left: 10px;
    border: none;
    text-align: right;
    text-align-last: right;
    outline: none;
    float: right;
    line-height: 17px;
}

    .aapi_input[disabled="true"] {
        filter: contrast(10%) brightness(1.5);
        background: transparent;
        pointer-events: none;
    }
.aapi_input_area {
    width: 400px;
    height: 500px;
    margin-left: 10px;
}

.aapi_input_checkbox {
    margin-left: 10px;
    border: none;
    text-align: right;
    text-align-last: right;
    outline: none;
    float: right;
}

.aapi_input_parameters {
    width: 350px;
    margin-left: 10px;
    border: none;
    outline: none;
    float: right;
    text-align: right;
}

input[readonly]:not(.pay-hm-ro), input[readonly]:not(.counters) {
    pointer-events: none;
    /*filter: contrast(10%) brightness(1.5);
    */
    background: transparent;
    outline: none;
}

.aapi_form {
    position: relative;
    float: left;
    min-width: 570px;
    margin-left: 24px;
    margin-right: 12px;
    margin-bottom: 12px;
    background-color: #fff;
    border: 1px solid #b6b3b3;
    border-radius: 20px;
    height: 100%;
}

    .aapi_form form {
        padding: 12px 0 6px 0;
    }

.aapi_form_wrapper {
    width: 100%;
    overflow-x: hidden;
}

/* Reports */

.cell {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border: 1px solid #E6E9EE;
}

    .cell floatright {
        float: right;
    }

.celltext {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #5D6375;
    font-size: 11px;
    letter-spacing: .88px;
}

td.cell {
    background-color: #F3F4F6 !important;
    height: 30px;
}

.cell_line {
    width: 3px;
    height: 100%;
    background-color: transparent;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
    cursor: col-resize;
}

/*---*/

.message_topic {
    width: 200px;
    height: 100px;
    /*border: 1px red solid;*/
    float: left;
    position: relative;
    padding: 5px;
    margin: 10px;
}

    .message_topic img {
        width: 40px;
        height: 40px;
        position: absolute;
    }

    .message_topic h5 {
        left: 50px;
        top: 8px;
        font-size: 1.2rem;
        line-height: 1.2rem;
        position: absolute;
        color: #212529;
    }

    .message_topic span {
        left: 50px;
        top: 34px;
        position: absolute;
        color: #212529;
    }


::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    height: 120px;
    border: 3px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 6px;
    background-color: rgba(29, 32, 41, .1);
    -webkit-background-clip: padding-box;
    transition: background-color .8s;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #1D2029;
        height: 120px;
        border: 2px solid rgba(0, 0, 0, 0);
        background-clip: padding-box;
        -webkit-border-radius: 6px;
    }

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}

/*-- popup_fragment --*/

.aapi_popup_fragment {
    position: absolute;
    top: 318px;
    left: 838px;
    z-index: 13;
    border: 1px solid #c6cdd7;
    border-radius: 30px;
    background: white;
    text-align: center;
    align-items: center;
    font-size: 12px;
}

.qp_date {
    /*background-color: #F9F9FA;*/
    border: 1px solid #CCD0D8;
    border-radius: 25px;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 200px;
    float: left;
    position: relative;
    font-size: 12px;
    height: 32px;
}

.qp_date_day {
    /*background-color: #F9F9FA;*/
    font-weight: bold;
    border: none;
    border-color: white;
    text-align: right;
    width: 20px;
    margin-right: 0px;
    padding-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    outline: none;
    word-spacing: unset;
}

.qp_date_month {
    /*background-color: #F9F9FA;*/
    font-weight: bold;
    border: none;
    border-color: white;
    text-align: left;
    width: 15px;
    margin-right: 0px;
    padding-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    outline: none;
}

.qp_date_year {
    /*background-color: #F9F9FA;*/
    font-weight: bold;
    border: none;
    border-color: white;
    text-align: left;
    width: 32px;
    margin-right: 0px;
    padding-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    outline: none;
}

.aapi_menu, .aapi_menu_filter {
    background-color: #ffffff;
    position: fixed;
    top: 100px;
    left: 100px;
    z-index: 300;
    display: none;
    min-width: 130px;
}

.aapi_menu_item {
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-refused > div {
    display: none;
}

.components-reconnect-refused > .refused {
    display: block;
}

.top-container {
    padding: 1rem;
    background-color: lightgrey;
    width: 400px;
    color: #000;
    line-height: 2rem;
}

.bottom-container {
    margin-top: 60px;
}

/* ---------------------- */
/* Actual Tooltip Styles */
/* -------------------- */

.tooltip__expanded {
    transform: rotateY(0deg);
    display: auto;
}

.tooltip__hidden {
    transform: rotateX(90deg);
    display: none;
}

.hired-tooltip {
    cursor: pointer !important;
    height: 29px !important;
    text-align: left;
    color: #fff;
    position: absolute;
    right: 25px;
    width: 30px !important;
    z-index: 1000;
    letter-spacing: 1px;
}

.tooltip__expanded:after {
    content: "";
    position: absolute;
    right: 50%;
    display: block;
    width: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #9ba0a9 transparent transparent transparent;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0%);
}

.tooltip__expanded-bottom:after {
    top: -10px;
    right: 50%;
    bottom: auto;
    left: auto;
    border-width: 0 10px 10px;
    border-color: #36373E transparent;
}

.tooltip__expanded-right:after {
    top: 12%;
    left: 0px;
    bottom: unset;
    border-width: 10px 10px 10px 0;
    border-color: transparent #9ba0a9;
    /* position: absolute; */
    right: unset;
}

.tooltip__expanded-left:after {
    top: 12%;
    right: -10px;
    bottom: unset;
    left: auto;
    border-width: 10px 10px 10px 10px;
    border-color: transparent #9ba0a9;
    left: unset;
    border-right: none;
}

#hired_tooltip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9001;
    pointer-events: none;
    transition: transform 0.1s ease-in-out;
    color: #fff;
    position: absolute;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: fit-content !important;
    margin-left: unset !important;
    background-color: #9ba0a9;
    color: #fff;
    text-align: center;
    padding: 0px 10px 0px 10px;
    border-radius: 35px;
    text-align: center;
    font-weight: lighter;
    font-size: 12px;
    letter-spacing: 1px;
}

sup {
    font-size: 20px;
    top: 3px;
}

.b-input-color-picker {
    padding: 0.6rem;
    width: calc(100% - 70%);
    float: left;
    margin-right: 15px;
}

.svg_holder {
    cursor: pointer;
}

.dl_art_cont {
    width: 175px;
    display: inline-flex;
    justify-content: end;
    position: absolute;
    right: 15px;
    z-index: 1;
    top: 10px;
    color: #2456ff;
}

pre p {
    font-size: 10pt;
}

pre h1 {
    font-size: 14pt;
}

pre h2 {
    font-size: 12pt;
}

.standart_line {
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    color: black !important;
}

    .standart_line > div {
        color: black;
        letter-spacing: 0px;
    }