

/* Start:/f/lib/jquery-ui/jquery-ui.css?17477426949961*/
/*! jQuery UI - v1.10.4 - 2014-05-22
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	color: #dadada;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-datepicker .ui-widget-header {
	font-weight: bold;
	text-transform: uppercase;
}
.ui-datepicker .ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
  vertical-align: top;
  background: #f5f5f5;
  width: 300px;
  font-size: 14px;
  border-radius: 25px;
  box-shadow: 0 7px 0 0 #E5E5E5;
  position: relative;
  padding: 11px 14px 0;
  margin: 0 auto 11px;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 0;
	margin: 5px 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 5px;
	font-size: 12px;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
	left: 5px;
}
.ui-datepicker .ui-datepicker-next {
	right: 5px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 45px;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month {
	width:  90px;
	margin: 0 5px;
}
.ui-datepicker select.ui-datepicker-year {
	width: 55px;
	margin: 0 5px;
}
.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 0;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
	color: #6b6b6b;
}
.ui-datepicker .ui-datepicker-current-day .ui-state-active,
.ui-datepicker .ui-datepicker-current-day.ui-datepicker-today .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active {
	border-radius: 20px;
	background: #BE1E2D;
    color: #fff;
}
.ui-datepicker .ui-state-disabled .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-disabled .ui-state-default, 
.ui-datepicker .ui-widget-content .ui-datepicker-week-end.ui-state-disabled.week-end-disabled  .ui-state-default {
	color: #D0D0D0;
}
.ui-datepicker .ui-widget-content .ui-datepicker-week-end.ui-state-disabled .ui-state-default{
    color: #ed1c24;
}
.ui-datepicker .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}




/* TABS START*/
.centr__nav-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 50px;
}

.ui-tab a {
    background-color: #fafafa;
    padding: 10px 20px;
    top: 1px;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    transition: all .3s ease;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
	color: #222;
    text-decoration: none;
}

.ui-tab:nth-child(1) {
    margin-left: 0;
}

.ui-tabs-active a {
    background-color: #BE1E2D;
    color: #fefcfe;
}
/* TABS END */




/*SELECT START*/
:focus {
    outline: none;
}

#organization_area_filter .ui-icon {
	display: none;
}
.ui-selectmenu-disabled {
	font-weight: normal;
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
}
.b-col1, .b-col2 {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.organization_form {
    text-align: center;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 22px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #fff;
    border-radius: 0 0 25px 25px;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    box-shadow: 2px 1px 2px -1px rgba(0, 0, 0, 0.2);
    z-index: 1000000;
    overflow: auto;
    max-height: 250px;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    background: #faebeb;
    height: 42px;
    border-radius: 25px;
    border-left: 1px solid #e5e5e5;
    box-shadow: 1px -1px 2px 1px rgba(0, 0, 0, 0.2);
    line-height: 42px;
    overflow: hidden;
    text-align: left;
    color: #414141;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 15px;
    display: block;
    padding: 0 15px;
}

.feedback_wrapper .ui-selectmenu-button {
	margin: 0;
}

.ui-selectmenu-button-open {
    border-radius: 20px 20px 0 0;
}

.ui-selectmenu-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #BE1E2D;
  position: absolute;
  right: 7px;
  top: 9px;
}

.ui-menu-item-wrapper {
    padding: 11px 25px;
    cursor: pointer;
    border-top: 1px solid #e5e5e5;
}

.ui-menu .ui-state-active {
    background-color: rgba(242, 100, 57, 0.3);
}

/*SELECT END*/

/*RADIO BEGIN*/
.ui-checkboxradio-label {
    width: 100%;
    height: 36px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 18px;
    line-height: 36px;
    box-shadow: 1px 1px 1px 2px #e5e5e5;
    font-size: 14px;
    line-height: 40px;
    margin: 0 10px 10px 0;
    white-space: nowrap;
    background: #faebeb;
    font-weight: normal;
    padding: 0 10px;
    cursor: pointer;
}

@media (max-width: 500px) {
	.ui-checkboxradio-label {
		font-size: 16px;
	}
}

.ui-checkboxradio-label i {
    color: #ed1c24;
    margin: 0 10px 0 0;
}

.ui-checkboxradio-checked {
	background: #BE1E2D;
    color: #fff;
    box-shadow: 1px 1px 1px 2px #be1e2d;
}
.ui-checkboxradio-checked i {
    color: #fff;
}

.ui-datepicker .ui-datepicker-today a {
    color: #BE1E2D;
}

#event_date .ui-datepicker {
	margin: 15px auto 25px;
    width: 100%;
    padding: 20px 30px;
}

/*RADIO BEND*/


/*SLIDER BEGIN*/

.ui-slider {
	position: relative;
	text-align: left;
    box-shadow: 0 2px 3px -1px rgb(0 0 0 / 20%) inset;
    background-color: #faebeb;
    border-radius: 10px;
    margin: 25px 40px 0 0;
    height: 20px;
}

.ui-slider-range {
    background: #ed1c24;
    color: #333333;
    font-weight: bold;
	top: 0;
	height: 100%;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
	top: -10px;
    border: 1px solid #c5c5c5;
    background: #facec2;
    font-weight: normal;
    color: #454545;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/*SLIDER END*/
/* End */


/* Start:/local/components/leto/opeka.registertohead/templates/.default/style.css?17477426943847*/

:root {
    --scrollbarBg: #ab5c64;
    --scrollbarThumb: rgba(255, 255, 255, 0.8);
    --scrollbarWidth: 0px;
    --scrollbarBorder: 0px solid var(--scrollbarBg);
    --scrollbarBorderRadius: calc(var(--scrollbarWidth) / 2);
}



.ui-selectmenu-menu {
    scrollbar-width: var(--scrollbarWidth);
    scrollbar-color: var(--scrollbarThumb) var(--scrollbarBg);
}

.ui-selectmenu-menu::-webkit-scrollbar {
    width: var(--scrollbarWidth);
}

.ui-selectmenu-menu::-webkit-scrollbar-track {
    background: var(--scrollbarBg);
    border-radius: var(--scrollbarBorderRadius);
}

.ui-selectmenu-menu::-webkit-scrollbar-thumb {
    background-color: var(--scrollbarThumb);
    border-radius: var(--scrollbarBorderRadius);
    border: var(--scrollbarBorder);
}

.ui-selectmenu-menu {
    overflow-x: hidden;
}





div[v-cloak]{
    display: none;
}
#do_you_have{
    display: flex;
    max-width: 320px;
}
#do_you_have label{
    width: 100%;
    height: 36px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 18px;
    line-height: 36px;
    box-shadow: 1px 1px 1px 2px #e5e5e5;
    font-size: 14px;
    line-height: 40px;
    margin: 0 10px 10px 0;
    white-space: nowrap;
    background: #faebeb;
    font-weight: normal;
    padding: 0 10px;
    cursor: pointer;
}
#do_you_have label input{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#do_you_have label.active{
    background: #BE1E2D;
    color: #fff;
    box-shadow: 1px 1px 1px 2px #be1e2d;
}
#select_case_2 select{
    opacity: 0;
}
.shed_show{
    opacity: 1 !important;
    position: relative !important;
    z-index: 1 !important;
}
#adresses_fam_centers{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 0 .2rem;
}
#adresses_fam_centers label {
    flex: 0 0 50%;
}
@media screen and (max-width: 1000px) {
    #adresses_fam_centers label {
        flex: 0 0 100%;
    }
}
#adresses_fam_centers label input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#adresses_fam_centers label.active span {
    background: #BE1E2D;
    color: #fff;
    box-shadow: 1px 1px 1px 2px #be1e2d;
    padding: 5px 0px 3px 0px;
}
#adresses_fam_centers label span{
    border-bottom: 3px dotted #BE1E2D;
    padding-bottom: 3px;
    line-height: 2;
}
#app{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.input input[name=comp] {
    height: 42px;
    width: 70px !important;
    border-radius: 25px;
    border: 0;
    color: #414141;
    display: inline-block;
    padding: 0 !important;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2) inset;
    background-color: #faebeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
#mapOpeka{
    width: 100%;
}
#mapOpeka{
    height: 300px;
    opacity: 0; 
    position:absolute;
    z-index:-100;
}






#tbl_list_orders_opeka{
    overflow: auto;
}
#tbl_list_orders_opeka table{
    display:block;
}
#tbl_list_orders_opeka td, #tbl_list_orders_opeka th{
    font-size: 17px;
}
#tbl_list_orders_opeka th{
    height: initial;
    text-transform: none;
    padding: 0.8rem 1rem !important;
}
#tbl_list_orders_opeka td {
    vertical-align: top;
}
#tbl_list_orders_opeka #anketa_cancel{
    height: auto;
    line-height: 44px;
}
#tbl_list_orders_opeka .cancel .tag_icon {
    font-size: 35px;
}
.head .caption{
    text-transform: none;
}




#app #top_img{
    margin: 0 auto 1rem;
    display: block;
    width: 90%;
    max-width: 320px;
    height: auto;
}



.ui-datepicker select.ui-datepicker-year {
    width: auto;
}
/* End */
/* /f/lib/jquery-ui/jquery-ui.css?17477426949961 */
/* /local/components/leto/opeka.registertohead/templates/.default/style.css?17477426943847 */
