

/* Start:/local/templates/g1/components/openregion/news/appointments/openregion/news.list/.default/style.css?15798494704867*/
.worker__name-wrapper {
    display: flex;
}
.worker__photo {
    width: 75px;
}
.worker__photo-link {
    margin-right: 10px;
    position: relative;
    font-size: 0;
}
.worker__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-basis: 210px;
}
.worker__fame {
    position: absolute;
    top: -3px;
    right: 3px;
    color: #ff3d00;
    font-size: 12pt;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
    opacity: 0.9;
}
.worker__name {
    font-size: 13pt;
    text-decoration: none;
    width: 100%;
}
.worker__contacts {
    color: #7e7e7e;
}
.worker__about-item {
    color: #7e7e7e;
    font-size: 9.5pt;
}
.worker__about-item:not(:first-child) {
    margin-top: 5px;
}
.worker__about-item .fa {
    margin-right: 5px;
}
.worker__button {
    margin-top: auto;
    white-space: nowrap;
}

.data-table .data-table__appointments-column {
    padding: 0;
    width: 50%;
}
.worker__appointments {
    margin: 0;
    padding: 0;
    list-style: none;
}
.worker__gap {
    height: 20px;
}

.appointments__day {
    display: flex;
}
.appointments__date {
    padding: 0 14px;
    display: flex;
    align-items: center;

    font-weight: 600;
}
.appointments__list {
    padding: 0 14px;
    display: flex;
    align-items: center;
    flex: 1;
}

.appointment {
    padding: 5px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    cursor: default;
}
.appointment:not(:last-child) {
    margin-right: 10px;
}
.appointment__items {
    flex: 1 200px;
    margin-right: 5px;
}
.appointment__button {
    margin: 5px 0;
}
.appointment__item-admin.item-admin {
    position: absolute;
    left: 0;
    bottom: calc(100% - 2px);
    padding: 0px 7px;
    transform: scale3d(1, 0, 1);
    transform-origin: bottom;
    align-self: flex-start;
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: rgba(132, 132, 132, 0.75) 0px 0px 2px;
    white-space: nowrap;
    text-align: left;
    transition: transform .2s;
    z-index: 10;
}
.appointment:hover .appointment__item-admin.item-admin {
    transform: scale3d(1, 1, 1);
}
.item-admin > a {
    display: inline-block;
}
.item-admin > a:first-of-type {
    margin: 2px 0;
}
.item-admin .appointment__status {
    font-size: 1rem;
    margin: 2px 0;
}
.item-admin .appointment__not-authorized {
    font-size: 1rem;
    margin: 4px 0;
    font-style: italic;
    color: #7e7e7e;
}
.appointment__icon {
    margin-right: 10px;
}

.js-delete {
    color: #a14743;
}
.workers-filter {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.workers-filter__add {
    margin-left: auto;
}
.workers-filter__label, .workers-filter__post, .workers-filter__name {
    margin-right: 20px;
}
.workers-filter__input {
    vertical-align: middle;
    border: 1px #c8cad2 solid;
}
.workers-filter__button {
    color: #fff;
}

.select2-results__option {
    min-height: 16px;
}

.news {}
.news-filter {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
}
.news-filter__sort {
    margin-right: auto;
    color: #7e7e7e;
    height: 36px;
}
.news-filter__sort-link {
    text-decoration: none;
    padding: 2px 10px;
}
.news-filter__sort-link .fa {
    display: none;
}
.news-filter__sort-link--active {
    color: #fff;
    padding-left: 6px;
}
.news-filter__sort-link--active .fa {
    display: inline;
}
.news-filter__buttons {
    display: flex;
}
.news-filter__rss, .news-filter__show, .news-filter__add {
    margin-left: 7px;
}
.news-filter__body {
    flex: 1 100%;
    padding: 0;
    margin: 10px 0 0 0;
    display: none;
}
.news-filter__body--expanded {
    display: block;
}
.news-filter__field {
    display: flex;
    flex-wrap: wrap;
    margin: 7px 0;
}
.news-filter__label {
    flex: 0 250px;
    padding: 5px 10px 0 0;
    display: block;
    color: #7e7e7e;
}
.news-filter__value {
    flex: 0 500px;
    display: block;
}
.news-filter__value input[type="text"] {
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0 10px;
    color: #444;
    border: 1px #c8cad2 solid;
}
.news-filter__weeks {
    margin-right: auto;
}
.worker__schedule {
    padding: 5px 14px !important;
}

@media screen and (max-width: 768px) {
    .data-table .data-table__appointments-column {
        width: auto;
    }
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width:auto;
    max-width: 650px;
    margin: 20px auto;
}

.copy-form__field {
    display: flex;
    margin: 10px 0;
}

.copy-form__label {
    padding: 5px 10px 0 0;
    display: block;
}

.copy-form__value {
    flex: 1 500px;
    display: block;
}

.copy-form__value input[type="text"] {
    border: 1px #c8cad2 solid;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
}
/* End */
/* /local/templates/g1/components/openregion/news/appointments/openregion/news.list/.default/style.css?15798494704867 */
