/*==============================* Спойлер от mytorrnado.com *==============================*/ .uSpoilerButton {background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1); border: 1px solid rgba(0,0,0,.1); transition: all .218s ease 0s; width:100%; font-size:11px; font-weight:bold; font-family: arial,sans-serif; color:rgb(198,198,198); text-align:left; user-select:none; padding:0.5em 1.2em; outline:none;} .uSpoilerButton:hover {background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1); border: 1px solid rgb(198,198,198); box-shadow:0 1px 2px rgba(0,0,0,.1); color:rgb(98,98,98);} .uSpoilerButton:active {background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224)); border: 1px solid rgb(198,198,198); box-shadow:0 1px 2px rgba(0,0,0,.1) inset; color: rgb(51,51,51);} .uSpoilerText {background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1); border: 1px solid rgba(0,0,0,.1); border-top:0 !important; color:rgb(98,98,98); margin:0 !important; padding:5px;} .spoiler-wrap { padding: 0; background: #E9E9E6; } .spoiler-head { border-width: 0; font-size: 11px; padding: 1px 14px 3px; margin-left: 6px; line-height: 15px; /*font-weight: bold;*/ cursor: pointer; } .spoiler-body { border-width: 1px 0 0 0; display: none; font-weight: normal; padding: 2px 6px; background: #F5F5F5; } .spoiler-wrap { border: 1px solid white; box-shadow: 0px 0px 3px silver; -moz-box-shadow: 0px 0px 5px silver; -webkit-box-shadow: 0px 0px 3px silver; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background:#ececec url(../images/spoilerbl.png) repeat-x; -moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .spoiler-wrap:hover { border-color: #90A4C5; box-shadow: 0 1px 3px #90A4C5; -moz-box-shadow: 0 1px 3px #90A4C5; -webkit-box-shadow: 0 1px 3px #90A4C5; box-shadow: 0 1px 3px #90A4C5; } .signature .spoiler-wrap { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; } input[type="submit"], input[type="button"], input[type="reset"] { font-size: 11px; font-family: Georgia; text-transform: none; box-shadow: 0px 1px 3px #000; border-radius: 3px; background: -moz-linear-gradient(center bottom , #DDD, #EEE) repeat scroll 0% 0% transparent; border: 1px solid #FFF; text-shadow: 0px 1px 1px #FFF; color: #333; margin: 3px; }
.uadm.uadm--mini, .uadm.uadm--mini .uadm-collapse {
 font-size: 12px;
 line-height: 28px;
 height: 30px;
}
.uadm--closed .uadm-collapse--empty {
 opacity: 1;
 z-index: 10000;
 transition: opacity .3s ease-in-out .3s;
}
.uadm-collapse.uadm-collapse--empty {
 width: 32px;
 height: 32px;
 background: transparent;
 border: 0 solid transparent;
 transition: opacity .3s ease-in-out;
 opacity: 0;
 left: 20px;
 z-index: 0;
}
.uadm--left-closed .uadm-collapse {
 left: 0;
 border-top-left-radius: 0;
 border-bottom-left-radius: 0;
}
.uadm .uadm-collapse {
 left: -100em;
 padding-left: 0;
}
.uadm--animate {
 transition: top .6s cubic-bezier(1,0,0,1),bottom .6s cubic-bezier(1,0,0,1),left .6s cubic-bezier(1,0,0,1),right .6s cubic-bezier(1,0,0,1),border-radius .6s cubic-bezier(1,0,0,1);
 -webkit-transition: top .6s cubic-bezier(1,0,0,1),bottom .6s cubic-bezier(1,0,0,1),left .6s cubic-bezier(1,0,0,1),right .6s cubic-bezier(1,0,0,1),border-radius .6s cubic-bezier(1,0,0,1);
 -moz-transition: top .6s cubic-bezier(1,0,0,1),bottom .6s cubic-bezier(1,0,0,1),left .6s cubic-bezier(1,0,0,1),right .6s cubic-bezier(1,0,0,1),border-radius .6s cubic-bezier(1,0,0,1);
 -o-transition: top .6s cubic-bezier(1,0,0,1),bottom .6s cubic-bezier(1,0,0,1),left .6s cubic-bezier(1,0,0,1),right .6s cubic-bezier(1,0,0,1),border-radius .6s cubic-bezier(1,0,0,1);
}
.uadm, .uadm *, .uadm ::after, .uadm ::before {
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
}
.uadm, .uadm-collapse {
 position: fixed;
 top: 25px;
 left: 10px;
 z-index: 10000;
 height: 60px;
 border: 1px solid #d9dedf;
 border-radius: 30px;
 border-top-left-radius: 30px;
 border-bottom-left-radius: 30px;
 background: #fff;
 transition: opacity .3s ease-out;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-direction: row;
 flex-direction: row;
}
.uadm {
 font: 14px/26px PT Sans,Arial,sans-serif;
 font-size: 14px;
 line-height: 26px;
}
.uadm.uadm--mini, .uadm.uadm--mini .uadm-collapse {
 font-size: 12px;
 line-height: 28px;
 height: 30px;
}
.uadm--animate {
 transition: top .6s cubic-bezier(1,0,0,1),bottom .6s cubic-bezier(1,0,0,1),left .6s cubic-bezier(1,0,0,1),right .6s cubic-bezier(1,0,0,1),border-radius .6s cubic-bezier(1,0,0,1);
 -webkit-transition: top .6s cubic-bezier(1,0,0,1),bottom .6s cubic-bezier(1,0,0,1),left .6s cubic-bezier(1,0,0,1),right .6s cubic-bezier(1,0,0,1),border-radius .6s cubic-bezier(1,0,0,1);
 -moz-transition: top .6s cubic-bezier(1,0,0,1),bottom .6s cubic-bezier(1,0,0,1),left .6s cubic-bezier(1,0,0,1),right .6s cubic-bezier(1,0,0,1),border-radius .6s cubic-bezier(1,0,0,1);
 -o-transition: top .6s cubic-bezier(1,0,0,1),bottom .6s cubic-bezier(1,0,0,1),left .6s cubic-bezier(1,0,0,1),right .6s cubic-bezier(1,0,0,1),border-radius .6s cubic-bezier(1,0,0,1);
}
.uadm, .uadm *, .uadm ::after, .uadm ::before {
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
}
.uadm {
 font: 14px/26px PT Sans,Arial,sans-serif;
 font-size: 14px;
 line-height: 26px;
 -webkit-font-smoothing: antialiased;
}
.uadm, .uadm-collapse {
 position: fixed;
 top: 25px;
 left: 10px;
 z-index: 10000;
 height: 60px;
 border: 1px solid #d9dedf;
 border-radius: 30px;
 background: #fff;
 transition: opacity .3s ease-out;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-direction: row;
 flex-direction: row;
}


.post-d { color:#484747;
text-shadow: 0 1px 0 #ccc, 
 0 2px 0 #c9c9c9,
 0 3px 0 #bbb,
 0 4px 0 #b9b9b9,
 0 5px 0 #aaa,
 0 6px 1px rgba(0,0,0,.1),
 0 0 5px rgba(0,0,0,.1),
 0 1px 3px rgba(0,0,0,.3),
 0 3px 5px rgba(0,0,0,.2),
 0 5px 10px rgba(0,0,0,.25),
 0 10px 10px rgba(0,0,0,.2),
 0 20px 20px rgba(0,0,0,.15);
}


.wysibb {
 border: 1px solid #ddd;
 position: relative;
 background: #fff;
 font-family: Arial,Verdana,Tahoma;
 width: 100%;
}

.colortehBoss, a.tehcolorBoss, a.tehcolorBoss:visited { color: #801807;font-weight: bold;
text-shadow: 0px 0px 14px #BA0B0B, 0px 0px 3px #BA0B0B, 1px 1px 3px #BA0B0B;
background: transparent url("/images/backmoder.gif") repeat scroll 0% 0%; text-decoration: none;

 background: url(https://s4.postimg.org/xa5v2n5ul/portal_custom.png) no-repeat;
 padding-left: 18px;
}
.colorBan, a.colorBan, a.colorBan:visited { color: #854F4C; }


.colorKinoved, a.colorKinoved, a.colorKinoved:visited {
 color: rgb(17, 17, 17);
 font-weight: bold;
 text-shadow: 1px 0px 5px rgb(24, 189, 182);
 background: url(/images/ranks/arch.gif) repeat scroll 0% 0% transparent !important;
}

.colorFrend, a.colorFrend, a.colorFrend:visited { color: #B79F0E; }
.colorAdmin, a.colorAdmin, a.colorAdmin:visited { color: #F00; font-weight: bold;text-shadow: 0px 0px 7px #F00;
background: transparent url("/images/backmoder.gif") repeat scroll 0% 0%; text-decoration: none;}
.colorSuperMod, a.colorSuperMod, a.colorSuperMod:visited { color: darkred;font-weight: bold;text-shadow: 0px 0px 7px #F00;
background: transparent url("/images/backmoder.gif") repeat scroll 0% 0%; text-decoration: none; } 
.colorMod, a.colorMod, a.colorMod:visited { color: #060;
font-weight: bold;
text-shadow: 1px 1px 4px #008000;
background: transparent url("/images/effect2.gif") repeat scroll 0% 0% !important;}
.colorGroup, a.colorGroup, a.colorGroup:visited { color: #155FBC !important; font-weight: bold;text-shadow: 0px 0px 7px #155FBC;
background: transparent url("/images/arch.gif") repeat scroll 0% 0%; text-decoration: none;}
.colorCPH, a.colorCPH, a.colorCPH:visited { color: #0080FF; }
.colorBoss, a.colorBoss, a.colorBoss:visited { color: #FFF;font-weight: bold;
text-shadow: 0px 0px 14px #BA0B0B, 0px 0px 3px #BA0B0B, 1px 1px 3px #BA0B0B;
background: transparent url("/images/effect2.gif") repeat scroll 0% 0%; text-decoration: none;}
.colorAploader, a.colorAploader,colorAploader:visited { color: purple;}
.colorUser, a.colorUser, a.colorUser:visited {
 color: #FFF !important;
 text-shadow: 0 0 15px #0000FF, 0 0 3px #0000FF, 1px 1px 3px #0000FF;
}
.colorVIP, a.colorVIP, a.colorVIP:visited {
 font-weight: bold;
 color: orange;
 text-shadow: 1px 0px 2px #ffa500;
 background: url(http://mytorrento.ru/img/photo-134706.gif) no-repeat;
 padding-left: 18px;
}

.colorPART, a.colorPART, a.colorPART:visited {
 font-weight: bold;
 color: #1056FF !important;
 text-shadow: 1px 0px 2px RGBA(149, 105, 17, 0.72);
 background: url(https://s12.postimg.org/xyo3si0wd/khimchistka_kovrov_2.png) no-repeat;
 padding-left: 18px;
}

/*----------------[ПОИСК С ПОДСКАЗКАМИ]----------------*/ #search2 input:hover {background: #EDA8A8 !important;} #search2 a:hover {background: #EEE;} #search2 a:last-child {border-bottom: 0px solid;} #search2 { box-shadow: 0px 18px 18px #E5E5E5; border: 1px solid #BDBDBD; position: absolute; margin-top: 3px; display: none; z-index: 100; margin-left: 3px; border-radius: 2px; }#search2::after { /*border-bottom: 8px solid transparent; border-left: 0px solid transparent; border-right: 8px solid #6D8FA8; border-top: 8px solid transparent; */ content: ""; left: 20px; position: absolute; top: -12px; transform: rotate(90deg); writing-mode: tb-rl;} #search2 span { color:#444 !important; background: white; display: block; padding: 8px;}#search2 input { background: #F2CBCB !important; color: #AC2222 !important; border: 0px none; cursor:pointer; padding: 8px; height: 30px; width: 100%;}#search2 a { border-bottom: 1px solid #BDBDBD; color: #222 !important; text-decoration: none; white-space: normal; background: white; display: block; padding: 8px; height: auto; }