/*-------------------------------------*/
.editdelet{
	display:block;
	width:30px;
}
.editdelet a{
	display:block;
	width:15px;
	height:15px;
	float:left;
	background:url("editdelet.png") no-repeat left top;
	text-decoration:none!important;
	transition:all 0.4s 0.01s ease;
}
.editdelet a.edit{
	background-position:left top;
}
.editdelet a.edit:hover{
	background-position:left bottom;
}

.editdelet a.delet{
	background-position:right top;
}
.editdelet a.delet:hover{
	background-position:right bottom;
}
/*----------------------------------------*/
.selbut{
	height:20px;
	width:65px;
	position:relative;
	overflow:hidden;
	border-radius:8px;
	margin:0 auto;
}
.selbut input{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	border:1px solid #d8d8d8;
	text-align:center;
	display:block;
}
.selbut img{
	position:absolute;
	z-index:10;
	cursor:pointer;
	transition: all 0.3s 0.05s ease;
	height:20px;
}
.selbut img:hover{
	opacity:0.6;
}
input.buttonsbaskets{
	height:28px;
	border-radius:8px;
	padding:0px 15px;
	background:#900;
	border:1px solid #900;
}
/*-------------------------------------*/
.finderbox{
	border-radius:12px;
	border:1px solid #999;
	background:#fff;
	display:block;
	position:relative;
	overflow:hidden;
}
.finderbox, .finderbox input, .finderbox td{
	height:40px;
}
.finderbox table{
	width:100%;
}
.finderbox td{
	padding:0px;
}
.finderbox table tr td:last-child{
	width:10px;
}
.finderbox input{
	font-size:14px;
	width:100%;
	box-shadow:none;
	line-height:40px;
	border:0px!important;
	padding:0 10px!important;
}
.finderbox input.submit{
	background:url(lupa.png) no-repeat center center!important;
	background-size:auto 70%!important;
	text-indent:200px;
	width:40px;
	transition: all 0.4s 0.05s ease;
	opacity:0.8;
}
.finderbox input.submit:hover{
	opacity:0.4;
}
/*-------------------------------------*/
.oprospoletable{
	width:100%;
}
.oprospoletable td{
	padding:3px;
	background:none!important;
	border:0px!important;
}
.oprospole{
	height:5px;
	overflow:hidden;
	position:relative;
	background:#ddd;
	margin:3px 0 0;
}
.oprospole div{
	float:left;
	background:#555;
	height:5px;
}
/*-------------------------------------*/
.setiblocks img{
	height:24px;
	margin:0 1px;
}
/*-------------------------------------*/
.fts img, img.fts{
	background:#fff;
	border:2px solid #fff;
	transition: all 0.4s 0.05s ease;
	box-shadow:0 0 5px #999;
}
.fts img:hover, img.fts:hover{
	transform:scale(0.95);
	box-shadow:1px 1px 10px #000;
	opacity:0.9;
}
/*-------------------------------------*/
.prazdnik{
	position:fixed; bottom:0px; left:0px; z-index:1000;
	transition: all 0.4s 0.05s ease;
	width:100px;
}
.prazdnik:hover{
	width:200px;
}
/*-------------------------------------*/
div.tabs{
	padding:5px;
	border:1px solid #bbb;
}
ul.tabs{
	margin:0px;
	list-style:none;
}
ul.tabs li{
	margin:0 1px -1px;
	border:1px solid #bbb;
	display:inline-block;
	border-radius:3px 3px 0 0;
	background:#eee;
	transition: all 0.4s 0.05s ease;
}
ul.tabs li.current, ul.tabs li:hover{
	border-bottom:1px solid #fff;
	background:#fff;
}
ul.tabs li a{
	display:block;
	line-height:26px;
	font-size:12px;
	padding:0 10px;
	text-decoration:none!important;
	color:#555;
	transition: all 0.4s 0.05s ease;
}
ul.tabs li a:hover, ul.tabs li:hover a{
	color:#555;
}
/*-------------------------------------*/
.menupage{
	margin:0px;
	display:block;
	text-align:center;
}
.menupage li{
	display:inline-block;
	margin:0 2px;
	list-style:none;
	font-size:12px;
}
.menupage li a span{
	border-radius:100%;
	display:inline-block;
	line-height:20px;
	min-width:20px;
	transition: all 0.4s 0.05s ease;
}
/*------------------------*/
#alert{
	text-align:center;
	color:#fff;
	background:rgba(200,0,0,0.8);
	padding:25px 15px;
	font-size:14px;
	position:fixed;
	line-height:1;
	right:0px;
	top:0xp;
	border-radius:0 0 0 10px;
	z-index:99999;
	text-shadow: 1px 1px 2px #000;
}
.alertclose{
	width:16px;
	height:16px;
	position:absolute;
	right:0px;
	top:0px;
	background:url(close.png) no-repeat left top;
	cursor:pointer;
}
/*-------------------------------------*/
#ajax_listOfOptions{
	position: absolute;
    width: 300px;
    max-height: 303px;
    overflow: auto;
    border: 1px solid #444;
    background-color: #FFF;
    text-align: left;
    font-size: 12px;
    z-index: 100000000;
    padding: 1px;
    margin: 0px 0 0 0px;
    border-radius: 0px;
}

#ajax_listOfOptions::-webkit-scrollbar-button {
	background-image:url('');
	background-repat:no-repeat;
	width:7px;
	height:0px
}
#ajax_listOfOptions::-webkit-scrollbar-track {
	background-color:#eee
}
#ajax_listOfOptions::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color:#444;
}
#ajax_listOfOptions::-webkit-scrollbar-thumb:hover{
	background-color:#777;
}
#ajax_listOfOptions::-webkit-resizer{
	background-image:url('');
	background-repeat:no-repeat;
	width:6px;
	height:0px
}
#ajax_listOfOptions::-webkit-scrollbar{
	width: 6px;
}


#ajax_listOfOptions div{  /* General rule for both .optionDiv and .optionDivSelected */
	padding: 3px;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    margin: 2px 0;
	line-height:1.05;
}
#ajax_listOfOptions div img{
	vertical-align:middle;
}
#ajax_listOfOptions .optionDiv{  /* Div for each item in list */
	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#444;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}
/*-------------------------------------*/
.minireugs{
	width:400px;
	height:400px;
	position:relative;
	line-height:400px;
	font-size:240px;
	border-radius:100%;
	text-align:center;
	margin:0 auto;
}
.minireugs::after, .minireugs::before{
	border:8px solid #eee;
}
.mw .minireugs{
	width:250px;
	height:250px;
	line-height:250px;
	font-size:120px;
}
.mw .errtext{
	text-align:center;
}
/*-------------------------------------*/
