

/* Start:/local/templates/pravo/components/modern/api.feedback/online_registration/style.css?17019563785501*/
.feedback_simple {

}

.feedback_simple label {
    font-size: 14px;
    line-height: 19px;
    display: flex;
    margin: 0 0 8px;
}
.feedback_simple input:not([type=submit]),
.feedback_simple textarea,
.feedback_simple select {
    padding: 7px 8px 7px 16px;
    width: 100%;
    background: var(--white);
    border: 1px solid var(--color-local-grey);
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 20px;
}
.feedback_simple input {

}
.feedback_simple textarea {

}
.feedback_simple input[type=submit] {
    text-transform: uppercase;
}
.feedback_simple input[type=submit]:disabled {
    opacity: 1;
    background: var(--color-local-grey) !important;
}


.drop_area {
    padding: 7px;
    margin: 0 0 20px;
    background: #F9F9F9;
    border: 1px dashed var(--color-local-grey);

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.drop_area.highlight {
    border-color: var(--color-secondary);
    background: var(--color-local--light-blue);
}
.drop_area_info {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 0 0 20px;
    color: var(--color-local-grey);
}

#gallery {
    margin-top: 10px;
}
#gallery img {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

#fileElem {
    display: none;
}


.popup_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    overflow-y: auto !important;
    white-space: normal;
    z-index: 200;
}
.popup_modal.active {
    display: grid;
}
.popup_container {
    background: #FFFFFF;
    box-shadow: 0px 3px 5px rgba(80, 100, 108, 0.15);
    position: relative;
    margin: auto;
    border-left: 8px solid var(--color-secondary);
}
.popup_close_container {
    text-align: right;
    padding: 17px 17px 0 0;
}
.popup_container.deny {
    border-left: 8px solid var(--color-local-error);
}
.popup_close {
    display: inline-flex;
    cursor: pointer;
}
.popup_text {
    padding: 0 65px 40px;
    font-size: 18px;
    line-height: 25px;
}
.popup_text span {
    font-weight: 700;
}




.pref_container {
    margin: 0 0 20px;
}
.pref_text {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 26px;
    cursor: pointer;
}
.pref_text:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(/local/templates/pravo/components/modern/api.feedback/online_registration/svg/check.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(22, 144, 193, 0.44);
}

.popup_window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    overflow-y: auto !important;
    white-space: normal;
    z-index: 200;
}
.popup_window.active {
    display: grid;
}
.popup_window_container {
    position: relative;
    width: 90%;
    margin: auto;
    max-width: 100%;
    background: var(--white);
    box-shadow: 0px 3px 5px rgba(80, 100, 108, 0.15);
    overflow: hidden;
}
.window_close_container {
    text-align: right;
    padding: 17px 17px 0 0;
    margin-bottom: 37px;
}
.window_close {
    display: inline-flex;
    cursor: pointer;
}
.pref_list_container {
    max-height: 50vh;
    overflow-y: auto;
    margin: 0 20px 20px 60px;
    text-align: left;
}
.pref_list_item {
    position: relative;
    padding: 0 0 20px 26px;
    margin: 0 20px 20px 0;
    box-shadow: 0px 1px 0px var(--color-local-grey);
    cursor: pointer;
}
.pref_list_item:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    background: var(--white);
    border: 1px solid var(--color-local-grey);
}

.pref_list_container::-webkit-scrollbar {
    width: 12px;
}
.pref_list_container::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: rgba(22, 144, 193, 0.44);
}
.pref_list_container::-webkit-scrollbar-track {
    background: var(--color-local-light-grey);
    border-radius: 12px;
}


/* do not group these rules (placeholder colors) */
.user_profile input:not([type=submit])::-webkit-input-placeholder {
    color: var(--placeholder-color, #999999);
    -webkit-transition: all 700ms;
    transition: all 700ms;
}
.user_profile input:not([type=submit]):-moz-placeholder {
    color: var(--placeholder-color, #999999);
    -webkit-transition: all 700ms;
    transition: all 700ms;
}
.user_profile input:not([type=submit])::-moz-placeholder {
    color: var(--placeholder-color, #999999);
    -webkit-transition: all 700ms;
    transition: all 700ms;
}
.user_profile input:not([type=submit]):-ms-input-placeholder {
    color: var(--placeholder-color, #999999);
    -webkit-transition: all 700ms;
    transition: all 700ms;
}

.user_profile input:not([type=submit]):focus::-webkit-input-placeholder {
    color: var(--placeholder-color-focus, transparent);
}
.user_profile input:not([type=submit]):focus:-moz-placeholder {
    color: var(--placeholder-color-focus, transparent);
} /* FF 4-18 */
.user_profile input:not([type=submit]):focus::-moz-placeholder {
    color: var(--placeholder-color-focus, transparent);
} /* FF 19+ */
.user_profile input:not([type=submit]):focus:-ms-input-placeholder {
    color: var(--placeholder-color-focus, transparent);
} /* IE 10+ */

/* End */


/* Start:/local/templates/pravo/components/modern/news.calendar/timeslot/style.css?17799647733610*/
.news_calendar {
    background: var(--white);
    border: 1px solid var(--color-secondary);
}
.current_month_container {
    background: var(--color-secondary);
    color: var(--white);
    padding: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.month_title {

}
.month_prev,
.month_next {
    background: var(--white);
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.month_prev {
    -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 50%);
    clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 50%);
}
.month_next {
    -webkit-clip-path: polygon(0 0, 100% 50%, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 100% 50%, 0 100%);
}
.current_date_container {
    position: relative;
    padding: 15px;
    overflow: auto;
}
.current_date_container table {
    width: 100%;
    --col-size: calc(100% / 7);
    border-spacing: 10px;
}
.current_date_container thead tr {

}
.current_date_container thead tr td {
    width: var(--col-size);
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: var(--color-local-middle-grey);
    text-transform: uppercase;
}
.current_date_container tbody tr {

}
.current_date_container tbody tr td {
    width: var(--col-size);
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}
.events_title {
    padding: 10px;
    display: inline-block;
    min-height: 35px;
    min-width: 35px;
}
.events_container {
    position: absolute;
    max-height: 40%;
    left: 15px;
    bottom: 15px;
    right: 15px;
    background: var(--color-local-light-grey);
    border: 1px solid var(--color-local-grey);
    box-sizing: border-box;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 18px;
    overflow: auto;
}
.event_title {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-secondary);
    display: block;
    margin: 0 0 10px;
    text-align: left;
}

.NewsCalOtherMonth {
    color: var(--color-local-grey);
}
.NewsCalWeekend {
    color: red;
}
.NewsCalDefault {

}
.NewsCalToday {
    color: var(--color-secondary);
    font-weight: 900;
}
.td_events .events_title {
    background: var(--color-local-light-grey);
    cursor: pointer;
}
.td_events .events_title:hover {
    background: var(--color-secondary);
    color: var(--white);
}
.td_events .events_title.selected {
    background: var(--color-secondary);
    color: var(--white);
}

.events_container::-webkit-scrollbar-track {
    background: rgba(50,50,50,0.6);
}
.events_container::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(to bottom, #4c4c4c 0%, #2d2d2d 85%, #313131 90%);
}
.events_container::-webkit-scrollbar-thumb:hover{
    background: var(--color-secondary);
}
.events_container::-webkit-scrollbar{
    width: 8px;
}


.time_slot_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.time_slot {
    display: inline-block;
    margin: 20px 16px;
    padding: 15px 34px;
    font-size: 16px;
    line-height: 19px;
    border: 1px solid var(--color-local-light-grey);
    background: var(--color-local-light-grey);
}
.time_slot.active {
    border: 1px solid var(--color-secondary);
    background: var(--white);
    cursor: pointer;
}
.time_slot.active:hover {
    background: var(--color-secondary);
    color: var(--white);
}
.time_slot.selected {
    background: var(--color-secondary);
    color: var(--white);
}

.current_month_container button,
.current_month_container button:focus {
    border: none !important;
    outline: none !important;
}
/* End */
/* /local/templates/pravo/components/modern/api.feedback/online_registration/style.css?17019563785501 */
/* /local/templates/pravo/components/modern/news.calendar/timeslot/style.css?17799647733610 */
