@import "main.css";
@import "text.css";
@import "effects.css";
@import "elements.css";
@import "button.css";
@import "box.css";
@import "input.css";
@import "media.css";

.tr-highlight:hover {
    box-shadow: inset 0 0 0 200px rgba(108, 199, 136, 0.1);
}

tr.asLink, *[ui-sref] {
    cursor: pointer;
}

tr.asLink:hover {
    box-shadow: inset 0 0 0 200px rgba(108, 199, 136, 0.1);
}

#preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.5);
}

#preloader img {
    position: absolute;
    margin: auto;
    overflow: auto;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.announcement_vote .vote_item {
    position: relative;
}

.announcement_vote .vote_item:nth-child(even) {

}

.announcement_vote .box-body .delete_vote_field {
    color: red;
    position: absolute;
    bottom: .75rem;
    right: .5rem;
    cursor: pointer;
}

.announcement_vote .box-body .delete_vote_field:hover {
    font-weight: bold;
}

.nav-tabs .nav-link {
    cursor: pointer;
}

.alert.ul-m-b-0 ul {
    margin-bottom: 0;
}

.negativeFeedback {
    background-color: rgba(217, 83, 79, 0.2);
}

.dragDropImage {
    display: table;
    width: 100%;
    height: 68px;
    position: relative;
    border: 1px solid rgba(120, 130, 140, 0.2);
}

.dragDropImage .reset {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.dragDropImage.hover {
    background: #dff0d8;
}

.dragDropImage-image {
    float: left;
    width: 66px;
    height: 66px;
    border: 1px dashed rgba(120, 130, 140, 0.5);
    position: relative;
}

.dragDropImage img {
    display: inline;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: auto;
}

.dragDropImage .text-danger {
    display: none;
}

.wrapperNrInputFile {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.wrapperNrInputFile input[type=file] {
    z-index: 3;
    opacity: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

.advertisingBannerDrop {
    height: 179px;
}

.advertisingBanner {
    width: 250px;
    height: 177px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

tr.pinned td, tr.inBlacklist td {
    background-color: rgba(244, 68, 85, 0.15);
}

tr.inMain td {
    background-color: rgba(154, 205, 50, 0.1);
}

tr.pinned.inMain td {
    background-color: rgba(244, 68, 85, 0.15);
}

tr.inQueue td {
    background-color: rgba(49, 239, 108, 0.5);
    color: grey;
}

tr.inQueue td input,
tr.inQueue td label,
tr.inQueue td button,
tr.inQueue td .checkbox {
    display: none;
}

tr.notActive {
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.6) !important;
    opacity: 0.5;
}

.panelEditor {
    border: 0;
    width: 100%;
    height: 500px;
    overflow-x: hidden;
}

#previewArticle iframe {
    width: 100%;
    min-height: 500px;
    background: #fff;
}

#articleContentDB {
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 545px;
}

.close {
    cursor: pointer;
}

.cropperImageArticle {
    max-width: 100%;
    width: auto;
}

table pre {
    white-space: normal;
}

.rowSlider td {
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 0.5rem .75rem;
}

.rowChild {
    box-shadow: inset 3px 0 1px 0 rgba(0, 0, 0, 0.3) !important;
}

.va-m {
    vertical-align: middle !important;
}

.text-right {
    text-align: right;
}

.w80px {
    width: 80px;
}

.w55px {
    width: 55px;
}

.w60px {
    width: 60px;
}

.w85px {
    width: 85px;
}

.w100px {
    width: 100px;
}

.w50 {
    width: 50%;
}

.text-center {
    text-align: center;
}

.smallTable td, .smallTable th {
    padding: .75rem;
    font-size: 80%;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

ul.afv_list {
    margin-top: 0;
    margin-bottom: 0;
}

ul.afv_list li {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin: -1px 0;
}

ul.afv_list li ~ li {
    display: none;
}

ul.afv_list li ~ li.active {
    display: flex;
}

.announcement_stat_table tr td {
    padding: 0;
}

.pointer {
    cursor: pointer;
}

.afv_list_toggle {
    cursor: pointer;
    float: left;
    margin: 0 .5rem 0 1rem;
}

/* Для статистики опросов */
tr.background-dark td, tr.background-dark th {
    background-color: rgb(129, 147, 159);
    color: #fff;
}

tr.background-lightdark td, tr.background-lightdark th {
    background-color: rgba(129, 147, 159, .5);
}

.table td.offset {
    padding-left: 5rem;
}

.table td.offset-2 {
    padding-left: 10rem;
}

.table td.offset-3 {
    padding-left: 15rem;
}

.trCollapsed {
    cursor: pointer;
}

.trCollapsed:hover td {
    background-color: rgba(0, 128, 0, 0.1) !important;
}

.selfAnswer-collapsed {
    position: relative;
}

.selfAnswer-collapsed:before {
    content: '▲';
    display: block;
    position: absolute;
    top: 0;
    left: -1rem;
}

tr.open .selfAnswer-collapsed:before {
    content: '▼';
}