.page-loading {
    position: absolute;
    top: 0;
    left: 0;
    background: #fffa;
    text-align: center;
    padding-top: 100px;
    width: 100%;
    height: 100%;
    z-index: 10;
	font-size: 45px;
}
#toolbox-header {
	overflow-y: scroll;
	max-height: 526px;
	overflow-x: hidden;
}
.tn {
	word-wrap: break-word;
    max-width: 100px !important;
	overflow: overlay;
}
.seltour {
    border-bottom: 1px dotted #000;
    padding: 10px 0;
}
.seltour:hover {
    font-weight: 800;
}
.infotriptitle {
	overflow: hidden;
    height: 15px;
    display: inline-block;
    width: 78%;
    line-height: 15px;
}
.nav li.active a {
    border-left: 3px solid #4a89dc;
    background: #000 !important;
	color: #fff;
}
.whatisit:hover {
	color:#000;
}
.whatisit {
	position: absolute;
	top: 24px;
	right: -18px;
	cursor: pointer;
}
@keyframes spinner {
	0% {
		-webkit-transform:rotate(60deg);
		transform:rotate(60deg);
		left: -136px;
	}
	45% {
		-webkit-transform:rotate(60deg);
		transform:rotate(60deg);
		left: -136px;
	}
	49% {
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		left: -24px;
	}
	50% {
		-webkit-transform:rotate(60deg);
		transform:rotate(60deg);
		left: -24px;
	}
	70% {
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		left: -24px;
	}
	75% {
		-webkit-transform:rotate(60deg);
		transform:rotate(60deg);
		left: -136px;
	}
	100% {
		-webkit-transform:rotate(60deg);
		transform:rotate(60deg);
		left: -136px;
	}
}
@keyframes rudolf {
	0% {
		-webkit-transform:rotate(-25deg);
		transform: rotate(-25deg);
		right: -37px
	}
	15% {
		-webkit-transform:rotate(-35deg);
		transform:rotate(-35deg);
		right: -91px
	}
	25% {
		-webkit-transform:rotate(-35deg);
		transform:rotate(-35deg);
		right: -161px
	}
	49% {
		-webkit-transform:rotate(-35deg);
		transform:rotate(-35deg);
		right: -161px
	}
	50% {
		-webkit-transform:rotate(-35deg);
		transform:rotate(-35deg);
		right: -161px
	}
	70% {
		-webkit-transform:rotate(-35deg);
		transform:rotate(-35deg);
		right: -161px
	}
	75% {
		-webkit-transform:rotate(-35deg);
		transform:rotate(-35deg);
		right: -161px
	}
	100% {
		-webkit-transform:rotate(-15deg);
		transform:rotate(-15deg);
		right: -37px;
	}
}
.rudolf {

	position: absolute;
	top: 66px;
    right: -161px;
    z-index: 3;
	animation:rudolf 35s infinite linear;
}
.nyLayer {

	position: absolute;
    top: 0;
    left: -136px;
    z-index: 1200;
	animation:spinner 80s infinite linear;
}
.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1010;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
}

.lightrope li {
  position: relative;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: #00f7a5;
  box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  -webkit-animation-name: flash-1;
  animation-name: flash-1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.lightrope li:nth-child(2n+1) {
  background: cyan;
  box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.5);
  -webkit-animation-name: flash-2;
  animation-name: flash-2;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.lightrope li:nth-child(4n+2) {
  background: #f70094;
  box-shadow: 0px 4.66667px 24px 3px #f70094;
  -webkit-animation-name: flash-3;
  animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.lightrope li:nth-child(odd) {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.lightrope li:nth-child(3n+1) {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.33333px;
  border-radius: 3px;
  top: -4.66667px;
  left: 1px;
}

.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.66667px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}

.lightrope li:last-child:after {
  content: none;
}

.lightrope li:first-child {
  margin-left: -40px;
}

@-webkit-keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}

@keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}

@-webkit-keyframes flash-2 {
  0%, 100% {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}

@keyframes flash-2 {
  0%, 100% {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}

@-webkit-keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.66667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}

@keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.66667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}
.foundtourist div {
	padding: 5px 0;
}
.foundtourist {
	position: absolute;
    top: 38px;
    background: #fff;
    width: 100%;
    border: 1px solid #000;
    padding: 5px;
	z-index: 11;
}
.remtask {
	cursor:pointer;
}
.timer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timer__items {
  display: flex;
  font-size: 19px;
}

.timer__item {
  position: relative;
  min-width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  text-align: center;
}

.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 12px;
}

.timer__item:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -15px;
}

.timer__result {
  text-align: center;
  padding: 10px;
  color: #9c27b0;
  font-weight: bold;
}
.point { 

	border:1px dotted #000;
	width:10px;
	height:10px;
	position: absolute;
}
#skin-toolbox.toolbox-open {
    right: 0;
	box-shadow: -3px 3px 20px 20px #52413536
}
.chatbox,.chatboxii {
    max-height: 400px;
    height: 400px;
    overflow-y: auto;
    padding-right: 10px;
}

.multiselect-item.filter {
	position: sticky;
	top: 5px;
    z-index: 1;
}
.fa-beat {
  animation:fa-beat 5s ease infinite;
}
@keyframes fa-beat {
  0% {
    transform:scale(1);
  }
  5% {
    transform:scale(1.25);
  }
  20% {
    transform:scale(1);
  }
  30% {
    transform:scale(1);
  }
  35% {
    transform:scale(1.25);
  }
  50% {
    transform:scale(1);
  }
  55% {
    transform:scale(1.25);
  }
  70% {
    transform:scale(1);
  }
}
.activedayz {
	background:#ad0000;
}
.activedayz a{
	color:#fff !important;
}
.leftel {
    position: fixed;
    right: 50%;
    top: 50%;
    z-index: 11;
}
 span.fancytree-title i {
	padding-left: 25px !important;
    color: #4a89dc;
 }
 span.fancytree-icon {
        position: relative;
    }
span.fancytree-childcounter {
        color: #fff;
        background: #428BCA;
        
        /*  border: 1px solid gray; */
        position: absolute;
        top: -9px;
        right: -8px;
        min-width: 13px;
        height: 13px;
        line-height: 9px;
        vertical-align: baseline;
        border-radius: 10px;
        
        /*50%;*/
        padding: 2px;
        text-align: center;
        font-size: 10px;
    }
	

.clirow:hover {
    background: #949494;
    color: #fff;
}
.clirow {
    padding: 3px 0;
    cursor: pointer;
}
.suggestCli {
	position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    z-index: 11;
    padding: 10px;
    max-height: 200px;
    overflow-y: auto;
}
.suggestTour div:hover {
    background: #949494;
    color: #fff;
}
.suggestTour div {
    padding: 3px 0;
    cursor: pointer;
}
.suggestTour {
	position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    z-index: 11;
    padding: 10px;
    max-height: 200px;
    overflow-y: auto;
}
.multiselect {
	overflow: hidden;
}
.ui-autocomplete {
    max-width: 500px !important;
}
.greendot {
	border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: green;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.reddot {
	border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: red;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.razmestit:hover {
	cursor:pointer;
	box-shadow: 0px 0px 4px 0px #000;
}
.morerow {
	position: absolute;
    z-index: 9;
    background: #fff;
    padding: 5px;
    width: 100%;
    box-shadow: -1px 2px 3px black;
}
.morerow li:hover {
    background: #e6dbdb;
}
.morerow li {
    margin-bottom: 7px;
    cursor: pointer;
    list-style: none;
}
.setdnd:hover b{
	color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
    background-color: #000;
    padding: 5px
}
.blocklink {
	cursor:pointer;
}
.chrw {
    position: relative;
}
.remmsg {
    position: absolute;
	top: 10px;
    right: 10px;
	z-index: 102;
}
.slctusr {
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 1;
}
.chotable {
    position: fixed;
    background: rgb(255, 255, 255);
    right: 27px;
    top: 65px;
    z-index: 100;
    padding: 20px;
    box-shadow: 0px 0px 14px 6px #0000007a;
    margin-right: 0;
    width: 500px;
}
.chotable .sel {
	border: 1px solid #00000082;
    font-weight: 700;
    box-shadow: inset 0 0 7px 2px #00000059;
}
.highlight:before {
    display: block;
    width: 100%;
    height: 651px;
    background: #f3eded61;
    content: ' Отпусти файл и он отправиться клиенту';
    position: absolute;
    top: 0;
    z-index: 12;
    line-height: 16;
    text-align: center;
    font-size: 25px;
    color: #580606;
    font-weight: 700;
    text-shadow: 1px 1px 13px black;
}
.smilebox span:hover {
	background:#e8ebb6;
	cursor:pointer;
	font-size: 20px;
}
.smilebox span {
	font-size: 18px;
}
.smilebox {
	position: absolute;
    background: #fff;
    box-shadow: 1px 1px 6px #6b40d3;
    width: 479px;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    right: 0px;
    bottom: 99px;
}
.showsmilebox {
    position: absolute;
    right: 4px;
    top: 3px;
    z-index: 19;
}
.chat {
	height: 400px;
    overflow-y: scroll;
}
.imgmodal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    padding: 20px;
    background: #240101d6;
    width: 100%;
	height: 100%;
    text-align: center;
}
.showmemore:hover {
	cursor:pointer;
	background: #125601;
    color: #fff;
}
.chat {
	height: 400px;
    overflow-y: scroll;
	
	background-image: url(/new/chat0.jpg);
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-color: darkgray;
    background-blend-mode: color-dodge;
}
.imgmodal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    padding: 20px;
    background: #240101d6;
    width: 100%;
	height: 100%;
    text-align: center;
}
.taskbox {
	position:relative;
}
.paylink {
	cursor:pointer;
}
.tasker {
	position: absolute;
    top: 0px;
    left: 146px;
    width: auto;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0 3px 0px #000;
    padding: 7px;
	min-width: 300px;
}
.ui-datepicker .ui-state-active {
    background: #b90a3b;
    color: #fff;
}
.hasmenu {
    position: fixed;
	left: 253px;
    right: 0px;
    z-index: 20;
    top: 61px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    transition: all .15s cubic-bezier(.165,.84,.44,1);
    opacity: 0;
    pointer-events: none;
}
.hasmenu.-is-active {
    opacity: 1;
    pointer-events: auto;
}
.fancytree-title i
{
	position: absolute;
    right: 30px;
}
.clirowr:hover {
    background: #b3b55f;
    color: #fff;
}
.chatarea {
	max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.serv:hover {
    background: #333;
    color: #fff;
    cursor: pointer;
}
.serv {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
.ui-widget-overlay {
	background: #555;
}
.droprole {
	cursor:pointer;
}
label.checkbox {
	width: 100% !important;
    border: 0px !important;
    border-bottom: 1px solid #f5f5f5 !important;
}
.updwn i:hover {
	background-color:#871e7a;
	color:#fff;
	cursor:pointer;
}
.questionbox {
    overflow: auto;
}
.testbox {
	position: absolute;
    right: 2px;
    z-index: 100102;
    width: 200px;
    background: #333;
}
.clearme:after {
	content: 'x';
    font-size: 17px;
    font-weight: 700;
    color: #680101;
    position: absolute;
    top: 5px;
    right: 0;
}
.rowsa div {
    padding: 5px;
}
.rowsa div:hover {
    background: #333;
    color: #fff;
}
.rowsa {
	position: relative;
    background: #fff;
    width: 100%;
    margin: 0 -10px;
    z-index: 100101;
    padding: 5px 10px;
	height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 3px 2px 7px #000;
}
.seatsrow button {

    width: 45px;
    height: 40px;
}
.seatsrow td {
    padding: 1px;
}
.leftim {
	text-align:left !important;
}
input[type=text] ~ i {
    position: absolute;
    right: 17px;
    top: 13px;
}
select ~ i {
    position: absolute;
    right: 33px;
    top: 13px;
}
.chotable {
    position: fixed;
    background: rgb(255, 255, 255);
	right: 27px;
    top: 65px;
    z-index: 100;
    padding: 20px;
    box-shadow: 0px 0px 14px 6px #0000007a;
    margin-right: 0;
    width: 500px;
}
.chotable .sel {
	border: 1px solid #00000082;
    font-weight: 700;
    box-shadow: inset 0 0 7px 2px #00000059;
}
.needtozames {
	padding: 0;
    list-style: none;
}
.needtozames li {
    margin-bottom: 5px;
	padding: 2px 0;
}
.Xclose {
	position: absolute;
    top: 0px;
    right: 2px;
}
.dropseat {
	background-color: #540151 !important;
}
.csa {
	background-color: #a4809e !important;
}
button.iam, {
    width: 50px;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #fff;
}
button.iam:hover{
    color: #666666 !important;
    text-decoration: none;
    background: #fff !important;
}
.tripclosed {
    width: 35px !important;
    height: 35px !important;
    padding: 0 !important;
}
.popover .arrow {}
		.popover-header { margin:0;background-color:#000;color:#fff;}
		.popover-body { padding:20px; }
.fa-icon-list li {
    width: 13%;
}
.fa-icon-wrap:hover {
    cursor:pointer;
}
.fa-icon-list .fab {
    display: block;
    margin: 5px auto 15px;
    font-size: 24px;
}
.table td {
	vertical-align:middle;
}
#expendTour .panel-footer {
	position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
}
.gallery {
    background: #ee82ee1f;
}
.showdir:hover {
	background:#ccc;
	cursor:pointer;
}
.pic:hover {
	background:#ccc;
	cursor:pointer;
}
.itm:hover {
	background-color:#ccc;
}
.large {
    position: absolute;
    z-index: 1;
    background: #f6dcf9;
    padding: 5px;
    box-shadow: 0px 3px 5px 0px #2c485c57;
    border-radius: 7px;
}
.ui-sortable-placeholder {
    width: 200px;
    height: 200px;
    background: #000;
    border: 3px dotted #fff;
}
	#loadingMessage {text-align: center;padding: 40px;background-color: #eee;}

    #output {margin-top: 20px;background: #eee;padding: 10px;padding-bottom: 0;}
    #output div {padding-bottom: 10px;word-wrap: break-word;}
.modal.show .modal-dialog {
    transform: none;
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px);
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
   min-height: calc(100% - 3.5rem);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.fade {
    transition: opacity .15s linear;
}
.large img{
	height:100%;
}
.large {
    position: absolute;
    z-index: 1;
    background: #f6dcf9;
    padding: 5px;
    box-shadow: 0px 3px 5px 0px #2c485c57;
    border-radius: 7px;
	right:0;
	height:200px;
}
.multiselect-container {
	width: 100% !important;
}
.dropdown-menu > .active > a label {
	color:#444;
}
.multiselect-container.dropdown-menu > li > a > label.radio {
	border: 0px;
    background: transparent;
    width: 100%;
}
.menutbl tr td:first-child {
		height: 149px;
}
.menutbl tr td:first-child span{
	display: inline-block;
	bottom: 0;
	margin: 0 0 0 0;
	padding: 0;
	width: 0;
	height: 10px;
	transform: rotate(-90deg);
	transform-origin: left;
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
	font-weight: bold;
}
.menurecipi div {
	padding:5px 0;
	cursor:pointer;
}
.menurecipi div:hover {
	background:#ccc;
}

button.multiselect {
	max-width:100%;
}
.invalid {
	display:none;
}
.overmap
{
	top: 10px;
	position: absolute;
    z-index: 9000;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 20px 0px #a0a0a0;
	width: 90%;
}
 .tourslides img {
	width: 100%;
 }
 span.logopos {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
	text-align: center;
    line-height: 20px;
	cursor:pointer;
}
.br {
    bottom: 0;
    right: 0;
}
.bl {
    bottom: 0;
    left: 0;
}
.tr {
    top: 0;
    right: 0;
}
.tl {
    top: 0;
    left: 0;
}
.cleared {
	background: transparent;
    border: 1px #fff dashed;
}
.smlnk {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.turname {
	position:relative;
}
	.multiselect-container.dropdown-menu > .active > a {
		background-color: #fff !important;
	}
	.multiselect-container label.checkbox {
		border: 0 !important;
		width: auto;
	}
	.menutbl tr td:first-child {
		height: 149px;
	}
	.menutbl tr td:first-child span{
		display: inline-block;
		bottom: 0;
		margin: 0 0 0 0;
		padding: 0;
		width: 0;
		height: 10px;
		transform: rotate(-90deg);
		transform-origin: left;
		font-size: 12px;
		text-align: left;
		white-space: nowrap;
		font-weight: bold;
	}
	.menurecipi div {
		padding:5px 0;
		cursor:pointer;
	}
	.menurecipi div:hover {
		background:#ccc;
	}
	.photoshop {
		height:1000px;
		position:relative;
		overflow: hidden;
		background-size: contain;
		background-repeat: no-repeat;
	}
span.moved:hover {
	border: 10px solid #cccccc24;
}
span.moved {
    margin: 10px;
    display: inline-block;
    padding: 10px;
    border: 10px solid transparent;
	position: absolute;
	left: 50px;
	top: 50px;
}
.moved.selected {
    background: #fff;
}
.moved i {
	color: red;
    position: absolute;
    width: 16px;
    height: 23px;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}
tr.unavailable > td{
	color: #77777752 !important;
}

.admin-form .radio {
	border:0;
}
.rutcalendar .row:hover {
	background:#e1edce;
}
.MYtoolbar a {
	display: inline-block;
	border: 1px solid #888;
	padding: 5px 8px;
	margin: 0 5px 10px 0;
	color: #000;
	border-radius: 3px;
	font-size: 12px;
	box-shadow: 1px 1px 2px #ddd;
	background: #fff;
	vertical-align: top;
	text-decoration: none;
}
.MYtoolbar select {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	background: #fff;
	padding: 0;
	margin: 0 5px 10px 0;
	color: #000;
	box-shadow: 1px 1px 2px #ddd;
	border-radius: 3px;
	vertical-align: top;
  	font-size: 12px;
}
.MYtoolbar input {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	background: #fff;
	padding: 0;
	margin: 0 5px 10px 0;
	color: #000;
	box-shadow: 1px 1px 2px #ddd;
	border-radius: 3px;
	vertical-align: top;
	font-size: 12px;
}
.MYtoolbar span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #000;
	vertical-align: top;
	font-size: 12px;
}
.editor {
	min-height: 150px;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 2px;
	box-shadow: 1px 1px 2px #ddd;
	background: #fff;
	max-height: 500px;
    overflow-y: scroll;
}
.turtablsvet {
	max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.searchs {
	position: absolute;
	background: #fff;
	width: 100%;
	border: 1px solid #000;
	z-index: 1;
}
.searchs .option{
	border-bottom: 1px solid #ccc;
	padding: 5px;
	cursor: pointer;
}