<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#add-widget {
    width: 300px;
    height: 30px;
    border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    margin: 5px;
    order: 99;
    margin-top: 40px;
}

.bubble {
    flex-grow: 1;
}

#add-widget button {
    background: transparent;
    border: none;
    outline: none;
}

#widgets-wrap {
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px;
    width: 100%;
}

@media (max-width: 660px) {
    #widgets-wrap {
        justify-content: center;
    }
}

.change-doc img {
    width: 50px;
    height: 50px;
    padding-left: 10px;
}

.widget-wrap {
    will-change: transform;
    border-radius: 4px;
    max-width: 300px;
    min-width: 300px;
    max-height: 186px;
    min-height: 186px;
    background: white;
    cursor: pointer;
    margin: 5px;
    margin-top: 40px;
    box-shadow: 0px 3px 17px -4px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 3px 17px -4px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 3px 17px -4px rgba(0, 0, 0, 1);
    transition: all .15s linear;
    
    /*Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ*/
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.widget-wrap:hover {
    transform: translateY(-10px);
    box-shadow: 0px 3px 17px -4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 3px 17px -4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 17px -4px rgba(0, 0, 0, 0.5);
}

.widget-wrap:hover .widget-settings-btn {
    /*background-image: url(menu.png);*/
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E ");
}

.widget-settings-btn:focus {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E ");
}

.widget-table {
    width: calc(100% - 10px);
    margin: 0px 5px 0px;
}

.widget-table td {
    text-align: center;
    vertical-align: middle;
    font-size: 17px;
    border: 1px solid black;
}

.chart {
    /*flex-basis: auto;
    flex-grow:1; min-width: 0;
    flex-shrink:1;*/
}

.change-doc {
    /*flex-basis: auto;
    flex-grow:1;min-width: 0;
    max-width: 400px;
    flex-shrink: 1;*/
}

.change-doc .inner-content {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.change-doc .col-block {
    /*display: flex;
    flex-direction: column;
    justify-content: flex-start;*/
}

.change-doc .col-block:nth-child(2) {
    margin-right: 10px;
}

.change-doc .col-block_title {
    padding-left: 10px;
}

.change-doc .col-block_counter {
    font-size: 35px;
}

.change-doc .col-block_counter_wrapper {
    /*display: flex;
    flex-grow: 4;*/
    margin-left: 5px;
}

.change-doc .col-block_content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.actualization-inner-content .col-block_counter {
    font-size: 35px;
    line-height:35px;
}

.actualization-inner-content .col-block_title {
    padding-bottom: 0;
    margin-bottom: 2px;
}

.actualization-inner-content img {
    width: 70px;
    height: 70px;
    padding-left: 10px;
}

.actualization_org_title {
    width: 95%;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    top: -7px;
    color: #777;
    font-size: 12px;
}

.actualization-inner-content {
    margin-top: 0!important;
}

#widgetsAdditionalSettingsModal .select_org {
    width: 90%;
}
.dropbtn {
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #ddd;
}

.dropdown-content {
    display: none;
    position: absolute;
    /*background-color: #f1f1f1;*/
    background-color: white;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1050;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
    /*background-color: #555;
    color: white;*/
}

.show {
    display: block;
}

.title-wrapper {
    display: flex;
    justify-content: flex-start;
}

.title-wrapper span {
    border-radius: 4px;
}

.menu-item {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-bottom: -2px;
    padding-right: 8px;
    display: inline-block;
}

.settings-img {
    background-image: url("../images/settings.svg");
}

.delete-img {
    background-image: url("../images/cancel.svg");
}

.widget-settings-btn {
    margin-top: 10px;
    margin-right: 10px;
    height: 16px;
    width: 16px;
    background: white;
    border: none;
    border-radius: 8px;
    transition: all .25s linear;
    outline: none;
}

.widget-settings-btn:hover {
    background-color: grey;
}

.widget-title {
    color: #0054b9;
    padding-left: 10px;
    padding-right: 10px
}

.widget-subtitle {
    padding-top: 3px;
    padding-left: 10px;
    margin-top: -10px;
}

.widget-input {
    width: 50px;
}

.demo__btn {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #333;
    background-color: transparent;
    transition: all .25s linear;
}

.doc-view-content {
    line-height: 15px;
}

.doc-view-content_row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 45px;
}

.doc-view-content-icon_wrapper {
    display: inline-block;
    font-size: 35px;
    position: relative;
    height: 36px;
    width: 45px;
}

.doc-view-content-name_wrapper {
    display:inline-block;
    font-size: 12px;
    margin-left: 5px;
    color: #0054b9;
    width: 100%;
}

.doc-view-content-name_wrapper span:hover {
    text-decoration: underline;
}

.pos_highlight {
    position: absolute;
    bottom: -4px;
    right: 10px;
    z-index: 100;
    border: 2px solid #e5e5e5;
    width: 22px;
    font-size: 8pt;
    text-align: center;
    margin: 0;
    border-radius: 22px;
    color: #fff;
    font-weight: 600;
    font-family: arial;
    line-height: 18px;

}

/* Animation */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
</pre></body></html>