.clear {
    clear: both;
}

table.widget-table th, table.widget-table tr td {
    text-align: center;
}

/*Административная часть*/
.entity-table-tbody tr td {
    border: 1px solid #D3D3D3;
    cursor: move;
    text-align: left;
}

.entity-table-tbody tr td {
    padding: 5px;
    vertical-align: top;
}

.entity-table-tbody tr td.type {
    text-align: center;
}

.product-name-input {
    width: 60% !important;
    display: inline-block !important;
}

.label-poll {
    padding-left: 10px;
}

.custom-text {
    border-bottom: 1px dashed;
    display: inline-block !important;
    font-size: 14px;
    width: 15%;
}

.product-text-inputs a.note {
    border-bottom: 1px dashed #08c;
    display: inline-block;
    font-size: 11px;
    margin: 0 0 0 165px;
    text-decoration: none;
}

.product-text-inputs a.addNewCat {
    border-bottom: 1px dashed #08c;
    display: inline-block;
    font-size: 11px;
    text-decoration: none;
    margin: 0 0 0 5px;
}

.add-product-form-wrapper .product-text-inputs .category-filter .last-items-dropdown {
    margin: 0 0 0 -4px !important;
}

.section-pr-poll .add-answer-button {
    margin: 15px 0 0 0;
}

.add-answer-button span {
    padding: 3px 12px;
    border: 1px outset #333;
    margin-right: 10px;
}

.poll-answers .delete-answer {
    font-size: 14px;
    color: red;
}

.section-pr-poll .poll-answers .vote-count {
    display: inline-block !important;
    /* font-size: 12px; */
    text-shadow: 1px 1px 2px #4A4A4A;
    text-align: center;
    color: #fff;
    background: #099;
    width: 31px;
    height: 21px;
    line-height: 20px;
    border-radius: 2px;
    padding: 0 3px;
    margin: 0 7px;
    box-sizing: border-box;
}

/*Публичная часть*/
.pr-poll-container {
    background: #FFF;
    border: 1px solid #999;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 50%);
    margin: 0.6em auto 0.6em auto;
    max-width: 300px;
    height: fit-content;
    padding: 10px;
}

.pr-poll-container .pr-poll-header {
    text-indent: 1em;
    font-weight: bold;
    /* font-size: 14px; */
    line-height: 22px;
    margin: 0 0 10px 0;
    color: #333;
}

.pr-poll-container .pr-poll-variants {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pr-poll-container .pr-poll-variants li {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 8px 0;
}

.pr-poll-container .pr-poll-variants li label {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 0 0 0 10px;
}

.pr-poll-container input[type="radio"] {
    position: relative;
    margin: 2px 0 0;
    width: 13px;
    height: 13px;
    padding: 0;
}

.pr-poll-container .pr-poll-total {
    font-size: 11px;
    line-height: 11px;
    position: relative;
    color: #f06;
    left: 20px;
}

.pr-poll-container .pr-poll-total.bottom-total {
    color: #00f;
    font-size: 13px;
    left: 20px;
}

.pr-poll-container .pr-poll-footer {
    text-align: center;
}

.pr-poll-container #button-vote {
    background: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.pr-poll-container #button-vote:hover {
    background: #EAEAEA;
}

.pr-poll-title {
    margin: 0 0 5px 0;
    font-style: italic;
    font-weight: bold;
}

.pr-poll-progress {
    height: 8px;
    border: 1px solid #B0B0B0;
    padding: 1px;
    background-color: #fff;
    width: 70%;
    float: left;
}

.pr-poll-progress .pr-poll-progress-bar {
    height: 8px;
    background: #5FA6E4;
    max-width: 100%;
}

.pr-poll-container .button-vote {
    border-radius: 5px;
    border: 1px solid;
    color: #FFF;
    font-size: 14px;
    height: 30px;
    padding: 0 15px;
    transition: color .3s, background .3s, box-shadow .3s, -webkit-box-shadow .3s;
}
