
/* +++ css/common.css +++ */
/* GLOBAL */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, pre, form, p, blockquote, fieldset, select, input, textarea, abbr, article, aside, command, details, figcaption, figure, footer, header, hgroup, mark, meter, nav, output, progress, section, summary, time, table, tr, td, th {
margin:0;
padding:0;
}
:focus{
outline:0;
outline:none;
}
html {
height: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
html, body {
width: 100%;
line-height: 16px;
}
body {
direction: ltr;
unicode-bidi: embed;
}
html {
height: 100%;
}
body{
font-family: Arial, sans-serif;
font-size:12px;
}
body.mac{
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
button, input, optgroup, select, textarea {
font: inherit;
}
textarea { /* FF fix */
font-size: 12px;
line-height: 16px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display: block;
}
img {
border:0;
}
pre {
font-family:"Courier New", Courier, monospace;
tab-size:2;
-moz-tab-size:2;
-webkit-tab-size:2;
}
p{
margin-bottom:10px;
}
p:last-child{
margin-bottom:0;
}
input, input:focus{
outline:none;
}
h1 {
font-size:14px;
font-weight:bold;
border-bottom:1px #e7e7e7 solid;
padding-bottom:5px;
margin-bottom:10px;
}
h1 p a.closeIcon, h2 p a.closeIcon {
top: 3px;
}
h2:first-child {
margin-top: 0;
}
h3{
color:#6F6F6F;
}
h2, h4{
font-size:14px;
font-weight:bold;
}
h3{
font-size:13px;
}
h2, h3, h4{
margin-bottom:5px;
}
h1 p, h2 p, h3 p {
float: right;
}
h1 p, h2 p, h3 p{
text-decoration: none;
font-weight: normal;
font-size: 12px;
}
h1, h2, h3, h4, h5, h6{
-webkit-font-smoothing: antialiased;
position: relative;
}
hr{
background-color:#e7e7e7;
height:0;
margin-top:10px;
margin-bottom:10px;
border:none;
border-bottom:1px #e7e7e7 solid;
}
.marginTop{
margin-top:10px;
}
.marginBottom{
margin-bottom:10px;
}
.sep{
height:40px;
}
.sep:first-child{
height: 32px;
}
.sep:last-child h1{
/*border: none;*/
}
.radius2{
border-radius:2px;
-o-border-radius:2px;
-khtml-border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
}
.radius3{
border-radius:3px;
-o-border-radius:3px;
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.radius3top{
border-top-left-radius:3px;
border-top-right-radius:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
-khtml-border-top-left-radius:3px;
-khtml-border-top-right-radius:3px;
-webkit-border-top-left-radius:3px;
-webkit-border-top-right-radius:3px;
}
.radius3bottom{
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-khtml-border-bottom-left-radius:3px;
-khtml-border-bottom-right-radius:3px;
-webkit-border-bottom-left-radius:3px;
-webkit-border-bottom-right-radius:3px;
}
.radius5{
border-radius:5px;
-o-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.radius10{
border-radius:10px;
-o-border-radius:10px;
-khtml-border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
.radius10bottom{
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-khtml-border-bottom-left-radius:10px;
-khtml-border-bottom-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:5px;
}
.radius5top{
border-top-left-radius:5px;
border-top-right-radius:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-khtml-border-top-left-radius:5px;
-khtml-border-top-right-radius:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
}
.radius5bottom{
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-khtml-border-bottom-left-radius:5px;
-khtml-border-bottom-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
}
/*.clear {
line-height: 0;
font-size:0;
height:1px;
margin-top:-1px;
overflow:hidden;
visibility:hidden;
clear: both;
width:auto;
}*/
.clear {
clear: both;
display: block;
margin: 0;
padding: 0;
height: 0;
line-height: 1px;
font-size: 1px;
}
.clearfix:after {
content:" ";
display:block;
clear:both;
}
.wrap{
overflow:hidden;
clear:both;
}
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* drag order */
.dragable{
cursor:move;
}
.dragReplace{
background:none !important;
background-color:#FFFFFF !important;
outline:1px dashed #bebebe !important;
}
/* drag & drop */
.dragActive{
z-index:1;
}
table{
border-collapse:collapse;
}
/* ++LAYOUT */
body {
background-color:#FFFFFF;
background-repeat: repeat-x;
background-position: top;
color:#1e1e1e;
font-size:12px;
outline:none;
}
#container, #footer, #header {
position:relative;
/*
width:980px;
margin:0 auto;
*/
}
#content-wrap {
background-position:50% 50%;
background-repeat:repeat-y;
}
#content{
background:#FFF;
width:1080px;
margin:auto;
padding:10px;
position:relative;
z-index:3;
}
#header{
z-index:100;
zoom: 1.0; /* IE fix */
}
#container {
background: #FFFFFF;
margin-bottom:10px;
display: flex;
flex-flow: row wrap;
}
#skinTop{
position:relative;
z-index:2;
background-position:center top;
background-repeat: no-repeat;
min-width:1000px;
}
#skinFootWrap {
clear:both;
}
#skinFoot{
position:relative;
background-position:center bottom;
background-repeat:no-repeat;
overflow:hidden;
margin-top:-100px;
z-index:1;
}
#skinBg {
background-repeat:repeat-x;
background-position:top center;
}
#skinFixed {
background-repeat: no-repeat;
background-position:top center;
background-attachment: fixed;
}
#outermost{
background-position:center top;
background-repeat:repeat-y;
position: relative;
z-index: 0;
}
#drIframeHTML .FF #outermost{
overflow-y:visible;
}
#ct, #lt, #rt {
float:left;
position: relative;
}
#lt {
margin-right: 20px;
}
#rt {
margin-left:20px;
min-height: 100%;
}
#crtt {
float: right;
}
#bottom {
padding-top:10px;
clear:both;
width: 100%;
}
#footer {
clear:both;
margin-top:20px;
border-top:1px solid #E7E7E7;
color: #6F6F6F;
}
#footer.no-border {
border-top: none;
}
#footer .dr-grupa {
position: relative;
right: -943px;
top: 0;
background: url(/main/img/footer/img_draugiem_grupa_new@2x.png) no-repeat;
width: 135px;
height: 20px;
background-size: 135px auto;
display: inline-block;
margin-top: -12px;
}
#footerLinks {
width: 100%;
margin: 15px 0 5px 0;
color: #8e8e8e;
}
#footerCopyright {
margin-top: -10px;
}
#footerLinks .items a {
display: inline-block;
color: #8e8e8e;
text-align:left;
}
#footerLinks .items a::after {
content: '\2009\2009\00b7\2009';
display:inline-block;
font-weight: 600;
}
#footerLinks .items a:last-child::after {
content: '';
}
#footerLinks .items a:nth-last-child(2)::after {
content: '';
}
#footerLinks span.badge {
border-radius: 3px 3px 3px 3px;
color: rgb(255, 255, 255) !important;
display: inline-block;
font-size: 10px;
line-height: 13px;
padding: 1px 6px;
text-align: center;
text-shadow: none;
background-color: rgb(167, 167, 167);
margin-left: 4px;
}
#footerLinks span.badge.on {
background-color: rgb(255, 102, 0);
color: rgb(255, 255, 255) !important;
}
body.hideFooter #skinFootWrap{
display:none;
}
body.hideFooter #skinFootWrap,
body.hideFooter #footer{
display:none;
}
/* --LAYOUT */
span.error, span.help, span.tip {
display: inline-block;
color:#d24536;
margin:8px 0 0 0;
font-size:12px;
line-height:17px;
font-weight: normal
}
span.help {
color:#8d8d8d;
}
/* Loading gifs */
.rqLoading, .rqOverlay{
background:url('//ifrype.com/i/loading/loading.gif') no-repeat center center;
width: 32px;
height: 32px;
margin: auto;
}
.rqOverlay, .rqsOverlay{
position: absolute;
top: 0;
left: 0;
background-color: #fff;
opacity: 0;
filter: alpha(opacity=50);
z-index: 99;
}
.rqOverlay.delay{
transition:opacity 0.5s ease-out 0.3s;
}
.rqOverlay.fadeIn{
opacity:0.5;
}
.more .rqOverlay{
background-image:url('//ifrype.com/i/loading/loading_16.gif')
}
.rqLoadingText {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding-right: 30%;
padding-left: 30%;
padding-bottom: 50px;
color: #000;
text-align: center;
}
/* -- Loading gifs */
/* badge */
span.badge{
display:inline-block;
padding: 1px 4px 1px 4px;
text-align: center;
text-shadow:none;
color: #fff !important;
font-size: 11px;
line-height: 13px;
/*-webkit-border-radius:3px;*/
-moz-border-radius:3px;
border-radius:3px;
-o-border-radius:3px;
-khtml-border-radius:3px;
}
a span.badge{
position: absolute;
top: -7px;
right: 5px;
}
span.badge.on{
background-color: #cd1800;
color: #ffffff !important;
}
span.badge.off{
background-color: #aeaeae;
color: #ffffff !important;
}
h1 .badge{
position:absolute;
right:0;
}
/* Column wrapper */
.colwrap {
overflow:hidden;
clear:both;
}
.col {
float:left;
}
.even-cols div.col {
width:49%;
}
.even-cols div.left {
margin-right:1%;
}
.even-cols div.right {
margin-left:1%;
}
div.profileSmallIcon, .profileSmallIconList li {
background-position: center center;
background-repeat: no-repeat;
background-size:100% 100%;
height: 50px;
width: 50px;
border-radius:3px;
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-o-border-radius:3px;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}
div.profileSmallIcon.matrix{
float: left;
}
div.profileSmallIcon a, .profileSmallIconList a {
display: block;
height:100%;
width:100%;
}
.picture {
overflow: hidden;
}
.pictureA{
display: block;
width: 100%;
height: 100%;
}
/* +++ inline list +++ */
.inlineList{
list-style-type:none;
clear:both;
overflow:hidden;
padding-left:0;
margin-top:0;
}
.inlineList li {
float:left;
margin-right:10px;
margin-bottom:10px;
}
/* --- inline list --- */
.picOverlay{
position:absolute;
left:0;
right:0;
bottom:0;
background: rgba(0, 0, 0, .7);
padding:5px;
}
.picOverlay a{
color:#c9c9c9;
}
.picOverlay .smiley {
max-height: 16px;
min-width: 0;
}
#ToolTip{
position:fixed;
color:#fff;
border:1px solid #333;
padding:5px;
z-index:10000;
background-color:rgba(0,0,0,0.7);
max-width:400px;
word-wrap:break-word;
}
#ToolTip.tooltipTrans {
background: 0 none;
border: 0 none;
}
#ToolTip a {
color: #f3f3f3;
}
#ToolTip img{
display:block;
}
/* COLORS */
.color0{ color:#fff; }
.color1, .colorWarn { color:#ff6600; }
.color2 { color:#747474; }
.color3 { color:#8D8D8D; }
.inactive { color:#a7a7a7; }
.colorOk { color:#74c00a; }
.colorText{ color:#393939; }
.colorDs{ color:#ea6255; }
span.highlight {
background-color: #f9f4a1
}
button:focus{
outline:none;
}
a{
color:#205a9a;
text-decoration:none;
outline: none;
}
a:hover{
text-decoration:underline;
}
a.secondary {
color: #6D8FB6;
font-size: 11px;
}
a.externalUrl{
background:url('//ifrype.com/i/icons/external.png') no-repeat right;
padding-right:12px;
word-wrap:break-word;
}
.icon{
background-position: left center;
background-repeat:no-repeat;
padding-left:20px;
min-height: 16px;
display:inline-block;
line-height: 16px;
vertical-align:middle;
}
.icon:empty{
padding-left:16px;
}
.icon.sayEvent{
height:auto;
}
.icon-right{
padding-left: 0;
padding-right: 20px;
background-position: right center;
}
span.icon {
padding: 2px 0 2px 20px;
}
a > span.icon {
line-height: 20px;
}
.rightIcon {/*Ikona labajā stūrī*/
position: absolute;
top: 8px;
right: 4px;
background-position: 0 0;
width: 16px;
height: 16px;
}
.SIcon,
.SVGIcon{
position:relative;
display:inline-block;
vertical-align:top;
}
.SVGIcon > svg{
color:#9a9d9f;
}
.SVGIcon:hover > svg{
color:#747678;
}
.SIcon + .SIcon,
.SIcon + .icon,
.icon + .SIcon,
.SVGIcon + .SVGIcon,
.SVGIcon + .SIcon,
.SIcon + .SVGIcon,
.icon + .SVGIcon{
margin-left:6px;
}
.SIcon:before{
content:" ";
width:16px;
height:16px;
display:inline-block;
background-position:0 0;
background-size:16px auto;
vertical-align:middle;
}
.SIconFlat.SIcon:before,
.SIconHovered .SIcon:before,
.SIconHover:hover .SIcon:before{
background-position:0 -16px;
}
.SIconFlat.SIcon:hover:before,
.SIconHover .SIcon:hover:before,
.SIcon:hover:before{
background-position:0 -32px;
}
.SIcon:not(:empty):before{
margin-right:4px;
}
.SIcon .smallPopup,
.SVGIcon .smallPopup{
position:absolute;
bottom:25px;
right:-10px;
text-align:left;
}
ul{
list-style-type: none;
}
ul.simpleList li{
background: url('//ifrype.com/i/sbook/activeArrow.png') no-repeat 0 5px;
margin-left: 12px;
margin-bottom: 10px;
padding-left:10px;
}
ul.simpleList li.active a {
font-weight: bold;
}
ul.iconList li{
padding:3px 3px 3px 23px;
background-repeat:no-repeat;
background-position:left center;
}
.iconListNew{
margin-bottom:-3px;
}
ul.iconListNew li{
padding:3px 3px 3px 0;
}
ul.iconListNew li .icon {
padding-bottom: 1px;
padding-top: 1px;
}
ul.iconList li.noIcon{
padding-left:0;
}
ul.simpleList span.date{
color: #8D8D8D;
font-size: 10px;
}
ul.Textarea{
list-style-type:disc;
list-style-position:inside;
}
ol.Textarea{
list-style-type:decimal;
list-style-position:inside;
}
ol.MultiLevel {
list-style-type: none;
counter-reset: item;
margin: 0;
padding: 0;
}
ol.MultiLevel > li {
display: table;
counter-increment: item;
margin-bottom: 0.6em;
}
ol.MultiLevel > li:before {
content: counters(item, ".") ". ";
display: table-cell;
padding-right: 0.6em;
}
.MultiLevel li ol.MultiLevel {
margin-top: 0.6em;
}
.MultiLevel li ol.MultiLevel > li:before {
content: counters(item, ".") " ";
}
li.youLike a{
color:inherit;
}
#profileNewsItems div.removeEvent .deleteInactiveIcon:hover, #profileNewsItems div.removeEvent .deleteInactiveIconActive, .eventList div.removeEvent .deleteInactiveIcon:hover, .eventList div.removeEvent .deleteInactiveIconActive {
background-image:url(//ifrype.com/i/sbook/icons/delete_icon.png) !important;
}
.onlineWWWIcon{
position:relative;
}
.onlineWWWIcon:before,.onlineWWWbigIcon:before{
position:absolute;
content:'';
top:50%;
margin-top:-4px;
left:2px;
border:2px solid #fff;
border-radius:8px;
background-color:#FF6600;
width:8px;
height:8px;
}
.onlineMobileIcon{
position:relative;
}
.onlineMobileIcon:before,.onlineMobilebigIcon:before{
position:absolute;
content:'';
top:50%;
margin-top:-4px;
left:2px;
border:2px solid #fff;
border-radius:8px;
background-color:#539DD8;
width:8px;
height:8px;
}
.onlineInvisibleIcon{
position:relative;
}
.onlineInvisibleIcon:before,.onlineInvisiblebigIcon:before{
position: absolute;
content: '';
top: 50%;
margin-top: -4px;
left: 2px;
border: 2px solid #fff;
border-radius: 8px;
background-color: #AEAEAE;
width: 8px;
height: 8px;
}
p.onlineIconDescr{
color:#838383;
font-size: 10px;
margin-bottom: 0;
white-space: nowrap;
}
p.onlineIconDescr span{
background-repeat: no-repeat;
background-position: 0 -1px;
padding-left:15px;
}
p.onlineIconDescr span:before {
margin-top: -6px;
}
/* +++ lt +++ */
#profilePicture .pictureA {
position: relative;
/*background: #f8f8f8;*/
}
#profilePicture .pictureA:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
border-radius: 4px;
}
#profilePicture .pictureA img {
width: 100%;
max-width: 100%;
border-radius: 4px;
}
#profilePicture.picture .changeProfilePic {
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 32px;
background: rgba(0, 0, 0, 0.8);
color: rgba(255, 255, 255, 0.8);
text-align: center;
line-height: 32px;
text-decoration: none;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
font-size: 12px;
font-weight: bold;
z-index: 2;
display: none;
}
#profilePicture.picture:hover .changeProfilePic {
display: block;
}
#profilePicture.picture .changeProfilePic:hover {
color: #ffffff;
}
#profilePicture.picture .changeProfilePic .svg-icon {
margin-top: -1px;
margin-right: 6px;
}
#profilePicture.picture div.changeProfilePic.withoutHover, #profilePicture.picture div.changeProfilePic.withoutHover a {
display: block;
}
#profilePicture.picture div.changeProfilePic.withFrames a {
text-align: right;
float: right;
width: 55%;
cursor: pointer;
position: relative;
color: rgba(255, 255, 255, 0.8);
padding: 0 8px;
box-sizing: border-box;
}
#profilePicture.picture div.changeProfilePic.withFrames a:hover {
color: #ffffff;
text-decoration: none;
}
#profilePicture.picture div.changeProfilePic.withFrames a span.badge {
right: 8px;
top: -6px;
}
#profilePicture.picture div.changeProfilePic.withFrames a.changeProfilePic {
float: left;
text-align: left;
width: 45%;
}
#lt .button.profToTop {
margin-top: 10px;
margin-bottom: 0;
}
#lt .sep.underProfile {
height: 25px;
}
#lt .sep.underProfile h1 {
padding: 0;
line-height: 14px;
}
#lt .picture a, #lt .picture img{
display:block;
}
#lt .picture img {
max-width: 100%;
}
#lt .happyBirthday, #lt .happyNameday {
position: absolute;
top: 10px;
left: 10px;
width: 91px;
height: 72px;
}
#lt .happyNameday + .happyBirthday {
top: 92px;
}
#lt .happyBirthday {
background: url('//ifrype.com/i/profile/big_bd.png') no-repeat;
}
#lt .happyNameday {
background: url('//ifrype.com/i/profile/big_vd.png') no-repeat;
}
#lt .badgesBox img {
width:84px;
margin:0 3px;
float:left;
}
#lt .badgesBox h3 a {
font-weight:bold;
}
/* --- lt --- */
/* Tabulas */
.listTable {
width: 100%;
}
.listTable td, .listTable th {
text-align: left;
padding: 3px 3px 3px 0;
}
.listTable th,
.listTable td {
width:50%;
vertical-align: top;
}
.simpleTable {
border-collapse:collapse;
width:100%;
border:1px solid #EAEAEA;
}
.simpleTable > tr > th,
.simpleTable > tr > td,
.simpleTable > tbody > tr > th,
.simpleTable > tbody > tr > td{
padding:7px;
}
.simpleTable th,
.postText .simpleTable > thead > tr > th {
background-color:#6F6F6F;
border:1px solid #6F6F6F;
border-bottom:none;
text-align:left;
color:#FFF;
}
.simpleTable tr.level2 th{
background-color:#c9c9c9;
border:1px solid #c9c9c9;
color:#393939;
}
.simpleTable > thead > tr > th,
.simpleTable > thead > tr > td{
background:transparent;
border:none;
border-top:1px solid transparent;
border-bottom:1px solid #F60;
color:#F60;
padding:7px;
font-weight:bold;
}
.simpleTable > thead > tr > th:first-child,
.simpleTable > thead > tr > td:first-child{
border-left:1px solid transparent;
}
.simpleTable > thead > tr > th:last-child,
.simpleTable > thead > tr > td:last-child{
border-right:1px solid transparent;
}
.simpleTable > tr > td,
.simpleTable > tbody > tr > td{
vertical-align:top;
border-left:1px solid #EAEAEA;
}
.simpleTable td img{
vertical-align:middle;
}
.simpleTable > tr:last-child > td,
.simpleTable > tbody > tr:last-child > td{
border-bottom:none;
}
.simpleTable td.gray a{
color:#646464;
}
.simpleTable tr.highlight td {
font-weight:bold;
}
tr.nd, .simpleTable tr:nth-child(2n){
background-color:#F3F3F3;
}
.simpleTable tr td.gr{
color:#777576;
}
.simpleTableHover>tbody>tr:hover{
background-color:#eee;
}
.simpleTable.noborder td, .simpleTable.noborder, .simpleTable.noborder tr{
border:none;
}
.simpleTable.noborder td, .simpletable.noborder{
padding: 4px 0;
}
.simpleTable caption {
font-weight: bold;
padding-bottom: 5px;
}
.move{
width:19px;
height:84px;
background-image:url('//ifrype.com/i/sbook/move.png');
/*cursor:ns-resize;*/
}
/* +++ .insertSmiley +++ */
.insertSmiley{
min-height:262px;
}
.insertSmiley.cols-16 {
min-height: 182px;
}
.insertSmiley table{
width:100%;
}
.insertSmileyS:hover{
background-color:#c9c9c9;
}
.insertSmiley td{
border:1px solid #e7e7e7;
text-align:center;
height:32px;
}
.insertSmiley img{
cursor:pointer;
margin-top:4px;
margin-bottom:4px;
}
.insertSmiley .closeIcon{
position:absolute;
top:5px;
right:5px;
cursor:pointer;
width:16px;
height:16px;
}
/* --- .insertSmiley --- */
#lt .picture {
overflow: visible;
position: relative;
}
#lt .imgText span.received_gift {
position: absolute;
}
.smiley{
/*height:24px;*/
/*vertical-align:middle;*/
width:auto;
height: 1em;
line-height: 1.125rem;
font-size: 1.475rem;
display: inline-block;
/*height: 1em;*/
overflow: hidden;
/*width: 1em;*/
/*line-height: 1.125rem;*/
/*font-size: 1.275rem;*/
vertical-align: middle;
margin-top: -2px;
/*margin-left: 1px;*/
/*margin-right: 1px;*/
margin-bottom: 2px;
}
/* Readable text */
.postText{
padding: 0 0 20px 0;
text-align:left;
font-size:13px;
line-height:20px;
word-wrap: break-word;
}
.postText p {
margin-bottom: 0;
padding-bottom: 0;
}
.postText .smiley {
position:relative;
top:-3px;
vertical-align:middle;
}
.postText h1 {
position: static;
border-bottom: none;
font-size: 26px;
line-height: 36px;
margin-bottom: 8px;
padding-bottom: 0;
color: #1e1e1e;
}
.postText h2 {
position: static;
font-size: 20px;
line-height: 28px;
margin-bottom: 8px;
padding-bottom: 0;
color: #1e1e1e;
}
.postText ul.Textarea, .postText ol.Textarea {
margin-bottom: 15px;
margin-left: 15px;
}
.postText blockquote {
background: none;
font-family: 'times new roman', sans-serif;
color: #393939;
margin-top: 32px;
margin-bottom: 32px;
padding: 0 0 0 26px;
font-size: 21px;
line-height: 33px;
border-left: 4px solid #dbdbdb;
}
.postText blockquote:last-child {
margin-bottom: 0;
}
.articleList .postText blockquote {
font-size: 13px;
line-height: 25px;
border: 0;
padding-left: 0;
font-family: Arial,sans-serif;
}
.postText .teditorImage {
display: table;
}
.postText .teditorImage img {
display: block;
max-width: 100%;
}
#rt .postText .teditorImage img {
width: 240px;
}
.postText .teditorImage .description {
padding: 5px 10px;
border: 1px solid #e2e2e2;
min-height: 25px;
/*line-height: 18px;*/
word-wrap: break-word;
display: table-caption;
caption-side: bottom;
max-width: 708px; /* FF lai buut ok aaaa(a*n) */
}
.postText .teditorImage .description img {
display: inline;
}
.postText .teditorImage.posLeft {
margin-right: 17px;
}
.postText .teditorImage.posCenter {
margin-left: auto;
margin-right: auto;
}
.postText .teditorGallery .item {
float: left;
width: 171px;
margin-right: 5px;
margin-bottom: 5px;
position: relative;
}
.postText .teditorGallery .playButton {
background: url("//ifrype.com/i/videoplayer/icn_playbtn_2x.png") no-repeat;
background-size: 40px 40px;
width:40px;
height:40px;
opacity: 0.7;
position: absolute;
margin-left: -19px;
left: 50%;
margin-top: -19px;
top: 50%;
transition: opacity 0.3s ease-in-out;
}
.postText .teditorGallery:hover .playButton{
opacity: 1;
}
.postText .teditorGallery .rightItem {
margin-right: 0;
}
.postText .teditorGallery img {
width: 171px;
display: block;
}
.postText .teditorGallery .description {
padding: 5px 10px;
border: 1px solid #e2e2e2;
min-height: 20px;
line-height: 18px;
word-wrap: break-word;
}
.postText h1,
.postText h2,
.postText .teditorImage,
.postText .teditorGallery,
.postText hr {
margin-bottom: 10px
}
.postText hr {
background: url('/i/sbook/img_tdots_2x.png') no-repeat center center;
height: 6px;
border: 0;
color: #ffffff;
background-size: 50px auto;
margin: 40px auto;
}
.postText p + hr {
margin-top: 8px;
}
.smallText{
font-size:11px;
}
.embedPlaceholder {
/*clear:both;*/
position:relative;
background:black center center no-repeat;
cursor:pointer;
display:inline-block;
max-width: 100%;
}
.embedPlaceholder img {
opacity:0.7;
filter:alpha(opacity=70);
max-width:100%;
display: block;
}
.embedPlaceholder .playButton {
position:absolute;
width: 100% !important;
height: 100% !important;
background:url('//ifrype.com/i/videoplayer/icn_playbtn_2x.png') center center no-repeat;
background-size: 56px 56px;
opacity: 0.7;
top: 0;
left: 0;
}
.embedPlaceholder:hover .playButton {
opacity: 1;
}
.embedPlaceholder iframe{
position:absolute;
top:0;
left:0;
}
body#TextareaBody{
padding:10px;
width:auto;
height:auto;
}
.TextAreaImg {
margin-right:5px;
margin-bottom:5px;
max-width: 100%;
}
#rt .TextAreaImg {
width: 240px;
}
.TextAreaImg[onclick]{
cursor:pointer;
}
.TextAreaVideo{
width:165px;
height:130px;
background-color:#EEE;
background-position:center center;
background-repeat:no-repeat;
}
.TextareaSplit{
background:#EEE;
height:12px;
font-size:1px;
background: url('//ifrype.com/i/sbook/cut_line.png');
}
.Textarea img{
margin:5px;
}
.TextareaImgFloatLeft{
float:left;
margin-left:0;
margin-right:5px;
}
.TextareaImgFloatRight{
float:right;
margin-right:0;
margin-left:5px;
}
/*quotes */
blockquote{
background: url('//ifrype.com/i/sbook/quote.png') top left repeat-y;
font-style:italic;
color: #6f6f6f;
margin-top:5px;
margin-bottom:5px;
padding: 0 0 0 25px;
font-size: 12px;
line-height:18px;
}
blockquote:first-child{
margin-top:0;
}
.posText blockquote:last-child{
margin-bottom:0;
}
blockquote p:last-child {
padding-bottom: 0;
}
/* stars */
a.topStar, div.topStar {
background: url('//ifrype.com/i/sbook/star.png') 0 0 no-repeat;
width: 32px;
height: 22px;
float: left;
/*margin-right: 15px;*/
padding-right: 15px;
display: block;
font-weight: bold;
font-size: 13px;
text-align: center;
padding-top: 9px;
text-decoration: none;
text-shadow: 1px 1px 0 #ffffff;
color: #393939;
}
a.topStar:hover, div.topStar, a.topStar.active {
background-position: -47px 0;
text-shadow: 1px 1px 0 #b33f10;
color: #ffffff;
}
a.topStar:active {
background-position: -94px 0;
}
#fpemo{
position:absolute;
bottom:-3px;
right:1px;
width:40px;
}
#fpemo a{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
display:block;
background:url('//ifrype.com/i/px.gif') repeat center;
}
#fpemo a:hover{
border:0 #fff solid;
}
span.flag {
background:url('//ifrype.com/i/misc/rating.png') no-repeat center;
color:#FFFFFF;
display:block;
font-size:16px;
font-weight:bold;
height:30px;
line-height:30px;
text-align:center;
text-indent:-10px;
width:48px;
}
.album-cover,
.album-cover span {
display:block;
}
.album-cover span {
position:absolute;
left:0;
top:0;
}
.album-cover {
position:relative;
}
.album-cover,
.album-cover span.case {
width:167px;
height:152px;
}
.album-cover span.case {
background:url('//ifrype.com/i/misc/cover.png');
z-index:2;
}
.album-cover .sleeve {
height: 150px;
left: 16px;
position: absolute;
top: 1px;
width: 150px;
z-index: 1;
}
.album-cover.small-cover span.case {
background:url('//ifrype.com/i/misc/cover_small.png');
}
.album-cover.small-cover,
.album-cover.small-cover span.case {
height: 100px;
width: 111px;
}
.album-cover.small-cover .sleeve {
height: 100px;
left:10px;
top: 0;
width: 100px;
}
#artist-spotlight {
margin-bottom:30px;
}
#artist-spotlight .artist-pic {
height:175px;
width:175px;
overflow:hidden;
position:relative;
}
#artist-spotlight .artist-pic img {
position:relative;
}
#artist-spotlight h2.artist-name {
padding-bottom:0;
margin-top:10px;
}
table.col2 {
width:100%;
border-collapse:collapse;
}
table.col2 td {
width:50%;
padding:5px;
vertical-align:top;
}
table.col3,
table.col4 {
width:100%;
border-collapse:collapse;
}
table.col3 td {
width:33%;
padding:5px;
vertical-align:top;
}
table.col4 td {
width:25%;
padding:5px;
}
table.col23 td.left {
width:66%;
padding:5px;
vertical-align:top;
}
table.col23 td.right {
width:33%;
padding:5px;
vertical-align:top;
}
#iframeTop{
background-image:url('//ifrype.com/i/misc/login_bg2.png');
background-position:left top;
background-repeat:repeat-x;
height:85px;
padding-left:20px;
padding-right:20px;
margin-bottom:10px;
}
#iframeTop table{
width:100%;
height:100%;
}
#iframeTop td{
text-align:center;
}
#iframeTop .iframeTopSide{
width:150px;
}
#iframeTop h2{
padding:0;
}
#music-rt {
float:right;
width:200px;
margin-left:10px;
}
#music-ct {
float:left;
width:520px;
}
.hrText{
width:100%;
}
.hrTextC{
font-weight:bold;
padding:10px;
white-space:nowrap;
}
#profilePicture {
position: relative;
overflow: hidden;
}
#profilePicture .profilePika {
position: absolute;
max-width: 100px;
max-height: 100px;
}
#lt .friendGroup {
position:relative;
margin-bottom: 10px;
}
#lt .friendGroup .formItemMultiCheckbox {
width: 100%;
}
#lt .friendGroup .formItemMultiCheckbox  .button {
margin-bottom: 0;
}
.bljembas {
width: 33px;
height: 33px;
position: absolute;
bottom: 0;
z-index:1;
}
.bljemba1 {left: 10px; }
.bljemba2 {left: 50px; }
.bljemba3 {left: 75px; }
.bljemba4 {
top: -5px;
left: 80px;
}
.bljemba5 {
top: 6px;
left: -7px;
}
.bljemba6 {
top: 83px;
left: 83px;
}
.bljemba7 {
top: 34px;
left: -8px;
}
.bljemba8 {
top: -7px;
left: 40px;
}
.bljemba9 {
top: 83px;
left: -5px;
}
.bljemba10 {
top: 21px;
left: 75px;
}
.bljembas img {
max-width: 100%;
}
.bljembas.papardesBljemba, .userList .bljembas.papardesBljemba {
top: 5px;
left: 5px;
}
.userList .bljemba1, .userList .bljemba2, .userList .bljemba3 {
/*top: 77px;*/
top: 53px; /* kameer ir favoriitu bljemba 77px -> 53px */
}
.userList .bljemba1.lielvardesJosta, .userList .bljemba2.lielvardesJosta, .userList .bljemba3.lielvardesJosta {
top: 60px;
}
.picture .bljembas, #profilePicture  .bljembas {
bottom:36px;
}
.picture .bljembas.lielvardesJosta, #profilePicture  .bljembas.lielvardesJosta {
bottom:43px;
}
#profilePicture .bljembas.addFavorite {
left: 0;
bottom: 30px;
}
.userList .bljembas.addFavorite {
left: 10px;
top: 85px;
}
#profilePicture .bljembas.xmasIcon ,
.userList .bljembas.xmasIcon {
left: 10px;
top:10px;
text-align: left;
height: 15px;
width:100%;
}
#profilePicture .bljembas.aidsLentite {
width: 50px;
right: 15px;
left: auto;
bottom: 50px;
}
#profilePicture .bljembas.lentite {
width: 50px;
right: 15px;
left: auto;
bottom: 50px;
}
#profilePicture .bljembas.engeluBljemba {
left: 135px;
bottom: 0;
height: 100px;
}
.userList .bljembas.engeluBljemba img {
height: 33px;
}
.headerExtended {
border-bottom: 1px solid #E7E7E7;
margin-bottom: 5px;
padding-bottom: 0;
}
.headerExtended .extendedHtml {
float: right;
}
.headerExtended .extendedHtml a.recommend {
display: block;
}
.headerExtended h1 {
float: left;
margin-bottom: 0;
border: none;
}
.received_gift {
position: absolute;
}
.skin-item {
position:relative;
float:left;
margin-right:7px;
margin-bottom:7px;
overflow:hidden;
cursor:pointer;
}
.skin-item,
.skin-item .skinSel {
width: 180px;
height: 114px;
}
.skin-list-sm .skin-item,
.skin-list-sm .skin-item .skinSel {
width:138px;
height:138px;
}
.skin-item .skinSel {
position:absolute;
left:0;
top:0;
z-index:4;
background:url('//ifrype.com/skins/img/notselectedSkin.png') no-repeat;
}
.skin-list-sm .skin-item .skinSel {
position:absolute;
left:0;
top:0;
z-index:4;
background:url('//ifrype.com/skins/img/notselectedSkin_sm.png') no-repeat;
}
.skin-item span.badge {
background: none repeat scroll 0 0 #FF6600;
border-radius: 5px 5px 5px 5px;
bottom: 12px;
color: #FFFFFF;
font-size: 10px;
padding: 0 8px 2px;
position: absolute;
right: 10px;
z-index: 10;
top:auto;
}
.skin-selected .skinSel {
background:url('//ifrype.com/skins/img/selectedSkin.png') no-repeat;
}
.skin-selected.skin-list-sm .skinSel {
background:url('//ifrype.com/skins/img/selectedSkin_sm.png') no-repeat;
}
.skin-item .picOverlay,
.skin-item .data {
bottom: 0;
height: 19px;
left: 0;
right: 0;
padding: 5px 10px;
position: absolute;
}
.skin-item .pic {
background-position: center center;
height: 114px;
}
.skin-item p.rating {
background:url('//ifrype.com/i/icons/star.png') no-repeat 0 1px;
padding-left:16px;
}
.skin-item p.title {
position: absolute;
right: 0;
left: 0;
bottom: 0;
color: #fff;
font-size: 11px;
font-weight: bold;
overflow: hidden;
height: 19px;
padding: 5px 10px;
}
.skin-item p.title img{
display: block;
float: left;
margin-right: 6px;
width: 16px;
}
.skin-item p {
margin:0;
padding:0;
}
.skin-item ul.color-blocks {
background:red;
position:absolute;
left:0;
top:0;
z-index:5;
width:100%;
}
.skin-list, .skin-list-sm {
overflow:hidden;
clear:both;
}
.spotlight {
overflow:hidden;
margin-bottom:30px;
}
.spotlight .spotlight-item {
float:left;
width:236px;
}
.spotlight .spotlight-item h2 {
margin-top:10px;
background-position:0 0;
padding-bottom:3px;
}
.spotlight .first {
margin-right:10px;
}
.spotlight .last {
margin-left:10px;
}
.spotlight a.spotlight-pic {
border:solid 1px #e7e7e7;
display:block;
height:180px;
background-position:center;
background-repeat:no-repeat;
cursor:pointer;
font-size:0;
}
.skin-item-wide {
margin-bottom: 10px;
border: 2px solid #e4e4e4;
padding: 2px;
background-color: #fff;
width: 812px;
position: relative;
background-position: top center; /* for old thumbs */
}
.skin-item-wide a {
display: block;
height: 114px;
overflow: hidden;
}
.skin-item-wide:hover {
border-color: #cdcdcd;
}
.skin-item-wide.skin-selected {
border-color: #fa6101;
}
.skin-item-wide .title {
display: none;
position: absolute;
bottom: 0;
height: 30px;
line-height: 30px;
background: #fff;
background: rgba(255, 255, 255, 0.9);
padding: 0 10px;
left: 0;
right: 0;
color: #4a494a;
font-weight: bold;
z-index: 10;
}
.skin-item-wide:hover .title {
display: block;
}
.skin-item-wide span.badge {
background: none repeat scroll 0 0 #FF6600;
border-radius: 5px 5px 5px 5px;
bottom: 7px;
color: #FFFFFF;
font-size: 10px;
padding: 0 8px 2px;
position: absolute;
right: 7px;
z-index: 10;
top: auto;
}
/*Draugiem dzimshanas dienas*/
#celebration{
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
overflow:hidden;
z-index:51;
background:url(//ifrype.com/d/birthday/img/6bday_sveiciens_bckrgr.png) repeat;
}
#fireworksContent{
position:absolute;
top:0;
height:600px;
}
#celebration #top{
position:absolute;
height:206px;
left:0;
top:0;
width:100%;
background:url(//ifrype.com/d/birthday/img/6bday_sveiciens_gradient1.png) repeat-x top center;
}
#celebration #bottom{
position:absolute;
height:206px;
left:0;
bottom:0;
width:100%;
background:url(//ifrype.com/d/birthday/img/6bday_sveiciens_gradient2.png) repeat-x top center;
}
#celebration #middle{
width:679px;
height:581px;
background:url(//ifrype.com/d/birthday/img/6bday_sveiciens_popup.png) no-repeat;
position:absolute;
top:20px;
}
#bt1{
position:absolute;
bottom:106px;
left:144px;
width:186px;
height:32px;
line-height:32px;
text-align:center;
font-weight:bold;
cursor:pointer;
color:#fff;
background:url(//ifrype.com/d/birthday/img/butt1.png) no-repeat;
}
#bt2{
cursor:pointer;
position:absolute;
bottom:106px;
text-align:center;
font-weight:bold;
left:347px;
width:186px;
height:32px;
line-height:32px;
color:#fff;
background:url(//ifrype.com/d/birthday/img/butt2.png) no-repeat;
}
#fireworksContent embed{
position:absolute;
top:0;
left:0;
}
#birthdayText{
color: #444444;
font-size: 14px;
height: 200px;
left: 130px;
position: absolute;
text-align: left;
top: 245px;
width: 445px;
line-height: 18px;
}
#birthdayText h2{
font-size:20px;
color: #F60;
padding-bottom: 10px;
}
#birthdayText {  }
/* Draugiem dzimshanas dienas */
.happy_bd, .happy_vd {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.happy_bd {
background:url('//ifrype.com/i/profile/happy_bd.png') no-repeat left top;
}
.happy_vd {
background:url('//ifrype.com/i/profile/happy_vd.png') no-repeat left top;
}
.small-player {
display:none;
overflow: hidden;
}
.small-player-play {
display:block;
font-size:0;
line-height:0;
background:url('//ifrype.com/music/img/play.png') no-repeat 1px 1px;
}
.small-player,
.small-player-play {
height: 27px;
width: 26px;
}
.small-player-play:hover {
background-position:-27px 1px;
}
.small-player-play:active {
background-position:-54px 1px;
}
.small-player-wrap {
width:44px;
height:26px;
position:relative;
margin-right:10px;
}
.small-player-wrap a.fav-toggle {
display: block;
height: 18px;
position: absolute;
right: 0;
top:4px;
width: 23px;
z-index: 1;
background:url('//ifrype.com/music/img/sm_pl_fav_bg.png') right -18px no-repeat;
text-decoration:none;
}
.small-player-wrap a.fav-toggle.active {
background-position:right 0;
}
.small-player-play,
.small-player {
display:block;
position:absolute;
left:0;
top:0;
z-index:2;
}
.news-player-block {
overflow:hidden;
}
.news-player-block .small-player-wrap {
float:left;
}
.news-player-block p {
float:left;
line-height:28px;
color:#6F6F6F;
}
#regionalFirstpage{
margin-bottom:20px;
}
#regionalFirstpage h1{
margin-top:16px;
}
.panel {
background:#f5f5f5;
padding:5px;
margin-bottom:10px;
overflow:hidden;
border-top:solid 1px #e2e2e2;
}
.set-friend-skin {
left: 50%;
margin-left: -540px;
position: absolute;
right: 50%;
top: 0;
z-index:4;
width: 1080px;
}
.set-friend-skin a {
background: rgba(0, 0, 0, .7);
color: #FFFFFF;
display: block;
float: right;
font-size: 11px;
padding: 4px 8px;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius: 0 0 3px 5px;
border-radius: 0 0 3px 3px;
}
.set-new-skin {
padding-top: 10px;
padding-bottom: 10px;
padding-right: 20px;
}
.set-new-skin .newSkin {
position: absolute;
top: 0;
right: 3px;
background-color: #ce1b00;
color: #fff;
font-size: 10px;
padding: 0 3px;
border-radius: 0 0 3px 3px;
}
.set-new-skin .closeIcn {
display: none;
position: absolute;
right: 4px;
top: 14px;
width: 16px;
height: 16px;
color: #fff;
cursor: pointer;
background-color: rgba(0, 0, 0, .3);
}
.set-new-skin:hover .closeIcn {
display: inline;
}
#firstage-drpoll-form .formItem  {
margin-left:0;
width:auto;
}
#DailyPoll.drpoll td{
border:none;
}
#weather-skin-temp {
text-shadow: 0 0 3px #000000;
filter: dropshadow(color=#000000, offx=0, offy=0);
color: #FFFFFF;
font-size: 48px;
position: absolute;
right: -2px;
top: -92px;
line-height:48px;
-webkit-font-smoothing: antialiased;
display: block;
text-decoration: none;
}
#weather-skin-temp span {
zoom: 1;
filter: alpha(opacity=20);
opacity: 0.2;
}
span.dot{
font-weight:bold;
margin-left:5px;
margin-right:5px;
}
.scrollTopButton{
position:absolute;
right:0;
width:39px;
height:39px;
background-image:url('//ifrype.com/i/scroll.png');
background-position:left top;
top:-45px;
cursor:pointer;
}
.scrollTopButton:hover{
background-position:-39px top;
}
#chatContent > .scrollTopButton{
right:10px;
}
/* Vēstuļu reklāmām, konstruktorā un vēstulēs */
.ve-heading {
font-size:22px;
font-weight:bold;
line-height:30px;
margin-bottom:15px;
min-height:21px;
}
.ve-subheading {
font-size:16px;
font-weight:normal;
margin-bottom:15px;
min-height:21px;
line-height:22px ;
}
.ve-image {
text-align:center;
margin-bottom:15px;
}
.ve-image img {
display:block;
margin:auto;
}
.ve-text {
margin-bottom:10px;
font-size: 13px;
line-height: 17px;
}
.pic-collage {
display: block;
font-size: 0;
line-height: 0;
position: relative;
}
.pic-collage .picc-inner {
overflow: hidden;
position: relative;
}
.pic-collage .more-link {
cursor:default;
}
/* Mazais */
.pic-collage.coll-size-small .picc-inner,
.pic-collage.coll-size-small {
width: 50px;
height: 50px;
}
.pic-collage.coll-size-small.pics-4 a.pw.pc3 {
line-height: 24px;
}
/* Lielais */
.pic-collage.coll-size-large .picc-inner,
.pic-collage.coll-size-large {
width:190px;
height:190px;
}
.pic-collage.coll-size-large.pics-4 a.pw.pc3 {
line-height:95px;
font-size:22px;
}
/* Blogu izmeers */
.pic-collage.coll-size-blog {
width:150px;
height:150px;
}
.pic-collage.coll-size-blog.pics-2 a.pw.pc1 {
border-left-width: 2px;
}
.pic-collage.coll-size-blog.pics-3 a.pw.pc1,
.pic-collage.coll-size-blog.pics-4 a.pw.pc0 {
border-right-width: 2px;
}
.pic-collage.coll-size-blog.pics-3 a.pw.pc0,
.pic-collage.coll-size-blog.pics-4 a.pw.pc0 {
border-bottom-width: 2px;
}
.pic-collage.coll-size-blog.pics-3 a.pw.pc1 {
border-top-width: 2px;
}
.pic-collage.coll-size-blog.pics-4 a.pw.pc3 {
border-width: 2px;
}
.pic-collage.coll-size-blog .picc-inner{
width: 150px;
height: 150px;
}
.pic-collage img {
display: block;
position: relative;
left:-50%;
}
.pic-collage a.pw {
display:block;
position:absolute;
overflow:hidden;
}
.pic-collage a.pw:hover {
text-decoration: none;
}
.pic-collage.pics-1 a.pw {
left:0;
top:0;
}
.pic-collage .onlineStatus {
z-index:2;
}
.pic-collage.pics-4 .onlineStatus.idx0,
.pic-collage.pics-2 .onlineStatus.idx0 {
left: 50%;
margin-left: -8px;
}
.pic-collage.pics-3 .onlineStatus.idx1,
.pic-collage.pics-4 .onlineStatus.idx2 {
left: 50%;
margin-left: -8px;
top:50%;
margin-top:-8px;
}
.pic-collage.pics-3 .onlineStatus.idx2 {
margin-top: -8px;
right: 0;
top: 50%;
margin-right: -8px;
}
.pic-collage.pics-3 .onlineStatus.idx1 {
z-index:3;
}
.pic-collage.pics-1 a.pw { width:100%;height:100%; }
.pic-collage.pics-1 a.pw img { left:0; width:100%;height:100%; }
.pic-collage.pics-2 a.pw { width:50%; height:100%; }
.pic-collage.pics-2 a.pw.pc0 {  }
.pic-collage.pics-2 a.pw.pc1 { border-left: 1px solid #FFFFFF; left: 50%; }
.pic-collage.pics-2 a.pw img { height:100%; }
.pic-collage.pics-3 a.pw {  }
.pic-collage.pics-3 a.pw.pc0 { border-bottom: 1px solid #FFFFFF; height: 50%; width: 100%; z-index: 1; }
.pic-collage.pics-3 a.pw.pc0 img { width: 100%; left:0; top:-50%; }
.pic-collage.pics-3 a.pw.pc1 { border-right: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; height: 50%; left: 0; top: 50%; width: 50%; z-index: 2; }
.pic-collage.pics-3 a.pw.pc1 img { width: 100%; height: 100%; left: 0; top: 0; }
.pic-collage.pics-3 a.pw.pc2 { height:50%; left:50%; top:50%;width:50%; }
.pic-collage.pics-3 a.pw.pc2 img { width: 100%; height: 100%; left: 0; top: 0; }
.pic-collage.pics-3 a.pw.pc3 { }
.pic-collage.pics-4 a.pw { width:50%; height:50%; }
.pic-collage.pics-4 a.pw img { width: 100%; height: 100%; left: 0; top: 0; }
.pic-collage.pics-4 a.pw.pc0 { border-bottom: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; left: 0; top: 0; z-index: 1; }
.pic-collage.pics-4 a.pw.pc1 { left:50%; top:0; }
.pic-collage.pics-4 a.pw.pc2 { left:0; top:50%; }
.pic-collage.pics-4 a.pw.pc3 {
background: none repeat scroll 0 0 #F8F8F8;
border: 1px solid #E7E7E7;
/*color: #787878;*/
color:#c8c8c8;
font-size: 11px;
height: 50%;
left: 50%;
text-align: center;
top: 50%;
width: 50%;
font-weight: bold;
}
.pic-collage .count {
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
height: 22px;
line-height: 22px;
overflow: hidden;
position: absolute;
right: 5px;
text-align: center;
top: 5px;
width: 22px;
z-index: 2;
}
.pic-collage .count div:first-child {
background-color: #000;
opacity: 0.75;
}
.pic-collage .count div {
border-radius: 11px 11px 11px 11px;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.pic-collage .playButton {
margin-left: -19px;
left: 50%;
margin-top: -19px;
top: 50%;
}
.pic-collage img.moreImage{
width:auto !important;
height: auto !important;
display: inline;
margin-right: 5px;
top:2px !important;
}
.Mosaic{
position:relative;
display:block;
overflow:hidden;
}
.MosaicItem{
position:relative;
float:left;
background-repeat:no-repeat;
background-position:center center;
overflow:hidden;
background-color: #ededed;
}
.MosaicLinks{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
overflow:hidden;
z-index:1;
}
.MosaicLinks a{
float:left;
position: relative;
background-image:url('//ifrype.com/i/px.gif');
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}
/* +buttonGroup+ */
div.btnGroup {
display: inline-block;
}
div.btnGroup .btn {
box-sizing: border-box;
-moz-box-sizing:  border-box;
-webkit-box-sizing: border-box;
border: 1px solid #bebebe;
border-left: 0;
display: block;
float: left;
min-width: 87px;
text-align: center;
background-image: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(240,240,240)),
color-stop(1, rgb(255,255,255))
);
height: 42px;
line-height: 40px;
text-shadow: 0 3px 3px rgba(255, 255, 255, 1);
}
div.btnGroup > .btn:first-child {
border-radius: 3px 0 0 3px;
border: 1px solid #bebebe;
}
div.btnGroup > .btn:last-child {
border-radius: 0 3px 3px 0;
}
div.btnGroup > .btn:only-child{
border-radius: 3px;
}
div.btnGroup > .btn {
display: inline-block;
font-size: 10px;
line-height: 1;
margin-top: 5px;
text-transform: uppercase;
padding-top:5px;
}
div.btnGroup .btn strong {
color: #393939;
font-size: 19px;
display:block;
margin-bottom:2px;
}
div.btnGroup a.btn{
color:#393939;
}
div.btnGroup a.btn:hover{
text-decoration: none;
background-color: #d0d5d7;
background-image: linear-gradient(bottom, #d0d5d7 0%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(bottom, #d0d5d7 0%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(bottom, #d0d5d7 0%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(bottom, #d0d5d7 0%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient(bottom, #d0d5d7 0%, rgb(255,255,255) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, #d0d5d7),
color-stop(1, rgb(255,255,255))
);
}
/* -buttonGroup- */
.cut{
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
-ms-text-overflow: ellipsis;
}
#walletPayments .payment {
color:#fe0202;
white-space: nowrap;
}
#walletPayments .deposit {
color:#005200;
}
.walletPayments a {
display: inline-block;
}
.walletPaymentsDownloadXls {
margin-bottom: 5px;
}
.walletPaymentsDownloadXls a {
display: inline-block;
padding-left: 20px;
background: url(//ifrype.com/i/ext/small/xls.png) 0 center no-repeat;
}
.emoji {
font-family: 'DejaVuSans';
}
img.emoji {
display: inline-block;
height: 1em;
overflow: hidden;
width: 1em;
line-height: 1.125rem;
font-size: 1.275rem;
vertical-align: middle;
margin-top: -2px;
margin-left: 1px;
margin-right: 1px;
margin-bottom: 2px;
}
.only-emoji img.emoji {
line-height: 2rem;
font-size: 1.5rem;
margin-top: 2px;
}
.only-emoji .smiley {
height: 1em;
line-height: 2rem;
font-size: 28px;
margin-top: 2px;
}
img.emoji.small {
font-size: 1.1rem;
}
.emoji_tab_item {
width: 24px;
height: 24px;
display: inline-block;
margin: 0 2px;
border-radius: 3px;
background: #fff;
line-height: 24px;
cursor: pointer;
box-sizing: border-box;
/*padding: 3px;*/
padding: 3px 3px;
/*width: 26px;*/
}
.emoji_tab_item:hover, .emoji_tab_item.active {
border-radius: 3px;
background-color: #aeaeae;
}
.emoji_tab_item.active .emojiRecentIcon {background-position: 18px 0;}
.emoji_tab_item.active .emojiSmileysIcon {background-position: 18px -18px;}
.emoji_tab_item.active .emojiAnimalsIcon {background-position: 18px -36px;}
.emoji_tab_item.active .emojiFoodIcon {background-position: 18px -54px;}
.emoji_tab_item.active .emojiActivityIcon {background-position: 18px -72px;}
.emoji_tab_item.active .emojiTravelIcon {background-position: 18px -90px;}
.emoji_tab_item.active .emojiObjectsIcon {background-position: 18px -108px;}
.emoji_tab_item.active .emojiSymbolsIcon { background-position: 18px -126px;}
.emoji_tab_item.active .emojiFlagsIcon {background-position: 18px -144px;}
.emoji_tab_item.active .emojiDrIcon {background-position: 18px -162px;}
.emoji_tab_item div {
width: 18px;
height: 18px;
}
.emoji_item {
width: 30px;
height: 30px;
display: inline-block;
margin: 2px;
text-align: center;
line-height: 30px;
vertical-align: middle;
cursor: pointer;
box-sizing: border-box;
border-radius: 3px;
border: 1px solid transparent;
}
.emoji_item:hover {
background: #caeaf7;
border: 1px solid #b0dcee;
}
.emoji_item.wide {
width: 62px;
}
.emoji_wrap {
text-align: center;
}
.emoji_content {
display: inline-block;
text-align: left;
}
.emoji_item.smiley_item {
border: 1px solid #f0f0f0;
}
.emoji_item.smiley_item:hover {
border: 1px solid #b0dcee;
}
.emoji_item.smiley_item .smiley {
vertical-align: inherit;
}
#mainAppSpotlight {
border: 1px solid #ededed;
background-color: #f8f8f8;
box-sizing: border-box;
width: 100%;
position: relative;
padding: 12px;
text-align: center;
}
#lt #mainAppSpotlight {
width: 240px;
}
#rt #mainAppSpotlight {
width: 300px;
}
#mainAppSpotlight.fixed{
position:fixed;
z-index:1;
}
#mainAppSpotlight .appSpotlightTitle {
font-size: 14px;
line-height: 19px;
color: #1e1e1e;
font-weight: bold;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
#mainAppSpotlight .appSpotlightContent {
position: relative;
margin-top: 8px;
}
#mainAppSpotlight .appSpotlightLeft {
float: left;
width: 60%;
text-align: left;
}
#mainAppSpotlight .appContent .imageWrap {
position: relative;
display: block;
}
#mainAppSpotlight .appContent .imageWrap img {
width:100%;
display: block;
}
#mainAppSpotlight .appContent .imageWrap:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
border-radius: 3px;
}
#mainAppSpotlight .appContent .appSpotlightPlayersCount {
font-size: 13px;
line-height: 17px;
color: #747474;
margin-top: 2px;
}
#mainAppSpotlight .appContent .appSpotlightPlayersCount + .appSpotlightPlayersCount {
margin-top: 0;
}
#mainAppSpotlight .appContent .onlinePlayers {
background-color: #ff6600;
width: 8px;
height: 8px;
border-radius: 8px;
display: inline-block;
margin-left: 2px;
}
#mainAppSpotlight .appContent .button {
position: absolute;
right: 0;
top: 50%;
margin-top: -14px;
width: auto;
}
.favoriteRemIcon {
position: absolute;
bottom: 30px;
left: 0;
}
.favoriteRemIcon .closeIcon {
position: absolute;
top: 0;
right: 0;
}
.xmasIcon {
position: absolute;
top: 0;
left: 0;
z-index: 0;
}
/* +ScrollBar+ */
.scrollBarParent {
position: relative;
overflow: hidden;
}
.scrollBarContent {
position: relative;
top: 0;
left: 0;
}
.scrollBarParentNative {
overflow: auto;
}
.scrollBarParentNative .scrollBarContent {
position: static;
}
.scrollBarTrack {
position: absolute;
right: 3px;
top: 0;
bottom: 0;
width: 7px;
opacity: 0;
-moz-transition: opacity 300ms ease-in-out;
-o-transition: opacity 300ms ease-in-out;
-webkit-transition: opacity 300ms ease-in-out;
transition: opacity 300ms ease-in-out;
margin: 4px 0;
}
.scrollBarParent:hover .scrollBarTrack {
opacity: 1;
}
.scrollBarTrackThumb {
cursor:pointer;
position:absolute;
top:0;
left:0;
width:7px;
background-color: #393939;
opacity: 0.6;
}
.scrollBarParentHorizontal .scrollBarTrack {
right: auto;
top: auto;
left: 0;
bottom: 5px;
width: auto;
height: 7px;
margin: 0 12px;
}
.scrollBarParentHorizontal .scrollBarTrackThumb {
width: auto;
height: 7px;
}
.scrollBarButton {
height: 32px;
width: 32px;
background-image: linear-gradient(to bottom,#fefefe,#ededed);
box-shadow: 0 1px 0 0 rgba(0,0,0,.12), 0 0 4px 0 rgba(0,0,0,.4), inset 0 1px 0 0 #fff;
border-radius: 32px;
cursor: pointer;
position: absolute;
z-index: 2;
transition: opacity .25s ease-in;
opacity: .8;
}
.scrollBarButton:hover {
opacity: 1;
}
.scrollBarButton .svg-icon {
position: absolute;
top: 4px;
left: 4px;
}
.scrollBarButton.scrollBarPrev {
top: 50%;
left: 0;
margin-top: -16px;
}
.scrollBarButton.scrollBarNext {
top: 50%;
left: 0;
margin-top: -16px;
}
/* -ScrollBar- */
.tests #outermost {
padding-top:32px;
}
#laboratory-menu {
height: 32px;
line-height: 32px;
background: url('/i/laboratory/tf_bg.png') repeat-x;
color: #ffffff;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 3;
}
#laboratory-inner {
width: 1080px;
margin: 0 auto;
}
#laboratory-menu span {
opacity: 0.9;
}
#laboratory-menu a {
float: right;
color: #ffffff;
height: 32px;
line-height: 32px;
}
#laboratory-menu .iconRight {
padding-left: 0;
padding-right: 20px;
background-position: right center;
}
#laboratory-menu .iconExit {
background-image: url('/i/laboratory/tf_exit.png');
}
/* +ConfirmBox+ */
.confirmBoxBg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000000;
opacity: 0.8;
z-index: 1002;
}
.confirmBox {
position: fixed;
top: 50%;
left: 50%;
width: 250px;
padding: 16px;
margin-left: -141px;
z-index: 1002;
background: #ffffff;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
}
.confirmBox .close {
width: 24px;
height: 24px;
display: block;
background: #f2f3f4 url('/gallery/img/fs/close_br_2x.png') no-repeat center center;
background-size: 10px 10px;
position: absolute;
top: 12px;
right: 12px;
}
.confirmBox .close:hover {
background-color: #e5e6e7;
}
.confirmBox h2 {
color: #000000;
margin-bottom: 12px;
width: 220px;
min-height: 16px;
}
.confirmBox .controls a {
width: 48%;
height: 32px;
background-color: #F3F3F3;
text-align: center;
line-height: 32px;
color: #6F6F6F;
display: block;
font-weight: bold;
text-decoration: none;
}
.confirmBox .controls a:hover {
background-color: #e7e7e7;
}
.confirmBox .controls .accept {
float: left;
}
.confirmBox .controls .decline {
float: right;
}
.confirmBoxSuccess {
position: fixed;
top: 50%;
left: 50%;
width: 320px;
padding: 16px;
margin-left: -141px;
z-index: 1002;
background: #ffffff url('//ifrype.com/i/misc/icn_sucess_2x.png') no-repeat 16px center;
background-size: 32px 32px;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
opacity: 1;
-moz-transition: opacity 250ms ease-in-out;
-o-transition: opacity 250ms ease-in-out;
-webkit-transition: opacity 250ms ease-in-out;
transition: opacity 250ms ease-in-out;
}
.confirmBoxSuccess .close {
width: 24px;
height: 24px;
display: block;
background: #f2f3f4 url('/gallery/img/fs/close_br_2x.png') no-repeat center center;
background-size: 10px 10px;
position: absolute;
top: 12px;
right: 12px;
}
.confirmBoxSuccess .close:hover {
background-color: #e5e6e7;
}
.confirmBoxSuccess h2 {
color: #000000;
width: 220px;
padding: 16px 0 16px 40px;
}
/* -ConfirmBox- */
.itemDelIcon{
position:absolute;
top:5px;
right:5px;
width:21px;
height:21px;
background-image:url('//ifrype.com/gallery/img/close.png');
}
.itemIcon{
-moz-transform:scale(0);
-webkit-transform:scale(0);
transform:scale(0);
-moz-transition:all 0.1s ease-out 0s;
-webkit-transition:all 0.1s ease-out 0s;
transition:all 0.1s ease-out 0s;
cursor:pointer;
}
.item:hover .itemIcon{
-moz-transform:scale(1);
-webkit-transform:scale(1);
transform:scale(1);
}
.profileChangePicture{
padding:0px;
margin-bottom:10px;
border: 1px solid #bebebe;
color: #393939;
width: 238px;
height: 24px;
line-height: 24px;
display: inline-block;
text-align: center;
background: url('/i/sbook/buttons2/link.png') repeat-x top;
font-size: 13px;
font-weight: 600;
}
.profileChangePicture img {
margin-right: 4px;
vertical-align: middle;
}
.profileButton {
padding: 0;
margin-bottom: 10px;
border: 1px solid #bebebe;
color: #393939;
height: 24px;
line-height: 24px;
display: inline-block;
text-align: center;
background: url('/i/sbook/buttons2/link.png') repeat-x top;
font-size: 13px;
font-weight: 600;
}
.profile-buttons-1 .profileButton {
width: 100%;
}
.profile-buttons-2 .profileButton {
width: 48%;
}
.profile-buttons-2 .profileChangePicture {
float: right;
}
.serviceExpInfo {
margin-bottom: 5px;
}
.serviceExpInfo img {
width: 50px;
float: left;
margin-right: 8px;
}
#lt .sendGiftBtn {
background: url('/special/kartinas15/assets/img/btn_nosutit_kartiti.jpg') no-repeat;
height: 42px;
display: block;
margin-top: 10px;
}
#lt .sendGiftBtn:hover {
background-position-y: -42px;
}
#lt .sendGiftBtn:active {
background-position-y: -84px;
}
h3.sidebarTitle {
border-top: 1px solid #ededed;
font-size: 13px;
line-height: 17px;
color: #747474;
font-weight: bold;
padding-top: 10px;
margin-bottom: 8px;
margin-top: 16px;
}
#rt > div:first-child > h3.sidebarTitle:first-child, #rt > h3.sidebarTitle:first-child, #lt > h3.sidebarTitle:first-child {
border-top: 0;
margin-top: 2px;
padding-top: 0;
}
h3.sidebarTitle a.right {
float: right;
font-size: 13px;
line-height: 17px;
font-weight: normal;
}
h3.sidebarTitle a.right.close {
color: #747474;
}
h3.sidebarTitle a.right.close:hover {
color: #1e1e1e;
}
h3.sidebarTitle a.right.close .svg-icon {
margin-top: -1px;
}
h2.ctTitle {
font-size: 14px;
line-height: 19px;
color: #1e1e1e;
margin: 0 0 12px;
padding-top: 9px;
}
h2.ctTitle:first-child {
padding-top: 0;
}
#ct > div:first-child > h2.ctTitle:first-child, #ct > .comments:first-child h2.ctTitle, #ct > div:first-child > script:first-child + h2.ctTitle {
padding-top: 0;
}
h2.ctTitle a:last-child,
h2.ctTitle .adv {
font-size: 13px;
line-height: 17px;
margin-top: 2px;
font-weight: normal;
}
h1.profileTitle {
font-size: 16px;
line-height: 20px;
color: #1e1e1e;
margin-top: 12px;
margin-bottom: 0;
border: 0;
padding: 0;
}
h1.profileTitle a {
color: #1e1e1e;
}
h1.profileTitle .age {
font-size: 14px;
font-weight: normal;
}
h1.profileTitle .age.hidden {
color: #747474;
}
.verifiedUser {
display: inline-block;
vertical-align: middle;
margin-top: -1px;
}
.verifiedUser .svg-icon {
display: block;
}
#sectionTitle {
padding-bottom: 12px;
border-bottom: 1px solid #ededed;
margin-bottom: 16px;
width: 100%;
}
#sectionTitle h1 {
border: 0;
padding: 0;
margin: 0;
display: inline-block;
font-size: 22px;
line-height: 28px;
color: #1e1e1e;
}
#sectionTitle #searcherContainer {
float: right;
height: 28px;
}
#sectionTitle #searcherContainer .formItem input {
padding-right: 18px;
box-sizing: border-box;
}
#sectionTitle #feedbackContainer {
float: right;
height: 28px;
margin-left: 16px;
}
#sectionTitle + #tt .topMenu {
margin-top: -17px;
}
#sectionTitle + #tt {
width: 100%;
}
.Searcher .submit {
position: absolute;
right: 0;
top: 0;
width: 28px;
height: 28px;
color: #aeaeae;
text-align: center;
cursor: pointer;
}
.Searcher .submit:before {
content: '';
height: 28px;
display: inline-block;
vertical-align: middle;
}
.Searcher .formItemInput input {
min-width: 256px;
}
.closeDark {
width: 16px;
height: 16px;
display: block;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 2px;
color: rgba(255, 255, 255, 0.8);
}
.closeDark:hover {
background-color: rgba(0, 0, 0, 0.5);
color: rgba(255, 255, 255, 1);
}
.closeDark .svg-icon {
vertical-align: top;
}
.ProfileMainImage {
position: relative;
border-radius: 4px;
}
.ProfileMainImage > a {
display: block;
position: relative;
}
.ProfileMainImage img {
display: block;
border-radius: 4px;
max-width: 100%;
width: 100%;
}
.ProfileMainImage:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
border-radius: 4px;
}
.ProfileMainImage .pictureOverlay {
position: absolute;
left: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0.8);
display: none;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
z-index: 2;
}
.ProfileMainImage:hover .pictureOverlay {
display: block;
}
.ProfileMainImage .pictureOverlay > a {
display: block;
height: 32px;
line-height: 32px;
text-align: center;
text-decoration: none;
font-size: 12px;
font-weight: bold;
color: rgba(255, 255, 255, 0.8);
}
.ProfileMainImage .pictureOverlay > a:hover {
color: #ffffff;
}
.ProfileMainImage .pictureOverlay > a .svg-icon {
margin-top: -1px;
margin-right: 6px;
}
.ProfileMainImage + .profileTitle {
margin-bottom: 16px;
}
.picBorder{
border-radius: 2px;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
background-size:100% auto;
background-clip: padding-box;
box-sizing: border-box;
image-rendering:-webkit-optimize-contrast;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
}
body.no-select * {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
}
body.no-select a {
pointer-events: none;
}
i.like-count {
display: inline-block;
vertical-align: middle;
}
.userListExtended {
width: 730px;
margin-bottom: 25px;
}
.userListExtended .items .item {
width: 350px;
height: 71px;
float: left;
margin: 15px 30px 15px 0;
}
.userListExtended .items .item:nth-child(even) {
margin-right:0;
}
.userListExtended .items .item .profileImage {
float: left;
}
.userListExtended .items .item .profileImage a {
width: 71px;
height: 71px;
display: block;
border-radius: 3px;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
background-position: center center;
background-size: 71px;
}
.userListExtended .items .item .info {
float: left;
padding-left: 10px;
width: 225px;
}
.userListExtended .items .item .info .title {
font-size: 14px;
font-weight: bold;
line-height: 1.21;
letter-spacing: normal;
}
.userListExtended .items .item.pro .info .title:after {
content: url('//ifrype.com/i/icons/confirmedpageinv.png');
padding-left: 5px;
vertical-align: middle;
}
.userListExtended .items .item .info .followers {
font-size: 12px;
line-height: 1.42;
letter-spacing: normal;
color: #747474;
margin: 2px 0 12px;
}
.userListExtended .items .item .info .followersPreview {
height: 23px;
}
.userListExtended .items .item .info .followersPreview > div {
display: inline-block;
margin-right: 3px;
}
.userListExtended .items .item .info .followersPreview > div > a {
width: 23px;
height: 23px;
border-radius: 2px;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
background-position: center center;
background-size: 23px;
display: block;
}
.userListExtended .items .item .info .followersPreview > div.moreFollowers {
vertical-align: top;
}
.userListExtended .items .item .info .followersPreview > div.moreFollowers a {
background-color: #e7e7e7;
font-size: 10px;
font-weight: bold;
color: #747474;
line-height: 23px;
text-align: center;
text-decoration: none;
}
.userListExtended .items .item .options {
float: right;
padding-left: 10px;
position: relative;
height: inherit;
}
.userListExtended .items .item .options .ddMenu {
background: 0 0;
top: 25px;
right: 0;
}
.userListExtended .items .item .options .singleButton {
position: absolute;
bottom: 0;
right: 0;
height: 23px;
}
.userListExtended .items .item .options .singleButton > div {
height: 21px;
min-width: 94px;
}
.userListExtended .items .item .options .singleButton > div > div {
height: 21px;
line-height: 22px;
font-size: 12px;
}
.audioPlayer {
position: relative;
}
.audioPlayer > div {
display: inline-block;
vertical-align: middle;
}
.audioPlayer .cover {
width: 72px;
height: 72px;
border-radius: 3px;
border: solid 1px rgba(0, 0, 0, 0.08);
top: 0;
left: 0;
background-size: cover;
background-position: center center;
}
.audioPlayer .play, .audioPlayer .pause {
width: 28px;
height: 28px;
line-height: 28px;
border-radius: 100%;
background: #6d8fb6;
color: #fff;
text-align: center;
cursor: pointer;
top: 42px;
left: 88px;
}
.audioPlayer .pause .svg-icon-music-play, .audioPlayer .play .svg-icon-music-pause {
display: none;
}
.audioPlayer .play .svg-icon-music-play, .audioPlayer .pause .svg-icon-music-pause {
display: inline-block;
}
.audioPlayer .title, .audioPlayer .artist-title {
font-size: 14px;
line-height: 1.36;
top: 20px;
left: 88px;
color: #1e1e1e;
}
.audioPlayer .artist-title {
font-weight: bold;
top: 0;
}
.audioPlayer .title *, .audioPlayer .artist-title * {
display: inline-block;
vertical-align: middle;
}
.audioPlayer .title  .eclipse, .audioPlayer .artist-title .eclipse {
max-width: 326px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.audioPlayer .duration {
font-size: 13px;
text-align: right;
color: #747474;
top: 51px;
left: 425px;
}
.audioPlayer .fav {
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
cursor: pointer;
margin-left: 5px;
color: #aeaeae;
line-height: 0;
}
.audioPlayer .fav.active {
color: #ff6602;
}
.audioPlayer .trackWrap {
width: 286px;
background: #ededed;
height: 5px;
display: inline-block;
overflow: visible;
margin: 0 12px 0 8px;
top: 57px;
left: 116px;
}
.audioPlayer .trackWrap input[type='range'] {
background: #dbdbdb;
-webkit-appearance: none;
height: 5px;
width: 100%;
float: left;
overflow: visible; }
.audioPlayer.canplay .trackWrap input[type='range'] {
cursor: pointer;
}
.audioPlayer .trackWrap input[type='range']::-webkit-slider-runnable-track {
background: transparent; }
.audioPlayer .trackWrap input[type='range']::-webkit-slider-thumb {
-webkit-appearance: none;
width: 14px;
height: 14px;
border-radius: 100%;
background-color: transparent; }
.audioPlayer .trackWrap input[type='range']::-moz-range-track {
background: transparent; }
.audioPlayer .trackWrap input[type='range']::-moz-range-thumb {
width: 14px;
height: 14px;
border-radius: 100%;
background-color: transparent;
border: 0; }
.audioPlayer .trackWrap input[type='range']::-ms-thumb {
width: 14px;
height: 14px;
border-radius: 100%;
background-color: transparent; }
.audioPlayer .trackWrap input[type='range']::-ms-ticks-after {
display: none; }
.audioPlayer .trackWrap input[type='range']::-ms-ticks-before {
display: none; }
.audioPlayer .trackWrap input[type='range']::-ms-track {
background: transparent; }
.audioPlayer .trackWrap input[type='range']::-ms-tooltip {
display: none; }
.audioPlayer.canplay .trackWrap:hover,
.audioPlayer .trackWrap.active {
background: #ededed; }
.audioPlayer.canplay .trackWrap:hover input::-webkit-slider-thumb,
.audioPlayer .trackWrap.active input::-webkit-slider-thumb {
background-color: #6d8fb6; }
.audioPlayer.canplay .trackWrap:hover input::-moz-range-thumb,
.audioPlayer .trackWrap.active input::-moz-range-thumb {
background-color: #6d8fb6; }
.audioPlayer.canplay .trackWrap:hover input::-ms-thumb,
.audioPlayer .trackWrap.active input::-ms-thumb {
background-color: #6d8fb6; }
.audioPlayer-full {
position: relative;
width: 500px;
height: 74px;
}
.audioPlayer-full > div {
position: absolute;
}
.audioPlayer-full .cover {
top: 0;
left: 0;
}
.audioPlayer-full .play, .audioPlayer-full .pause, .audioPlayer-full .title, .audioPlayer-full .artist-title {
top: 45px;
left: 88px;
}
.audioPlayer-full .artist-title {
top: 0;
}
.audioPlayer-full .title {
top: 20px;
}
.audioPlayer-full .duration {
top: 51px;
left: 425px;
}
.audioPlayer-full .trackWrap {
top: 57px;
left: 124px;
margin: 0;
}
.musicAddToPlaylists.formItem.formRadioList > div {
max-height: 205px;
overflow: auto;
}
.musicAddToPlaylists.formItem.formRadioList .formItemCheckbox:nth-child(3) {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #dedede;
}
.pac-container {
z-index: 9999;
}
.pac-logo:after {
display: none !important;
}
#leftFooter {
width: 240px;
position: relative;
font-size: 12px;
line-height: 17px;
padding-top: 10px;
background: #ffffff;
}
#leftFooter.new {
padding-top: 0;
background: none;
}
#leftFooter.new > .wrapper {
padding-top: 10px;
width: 240px;
background: #ffffff;
}
#leftFooter.fixed {
position: fixed;
z-index: 1;
}
#leftFooter .footerItems a {
color: #8e8e8e;
}
#leftFooter .footerMore a {
color: #8e8e8e;
}
#leftFooter .footerItems a::after {
content: '\00a0\00b7\00a0';
display: inline-block;
font-weight: 600;
}
#leftFooter .footerItems a:nth-child(5)::after {
content: '';
}
#leftFooter .footerItems span a::after {
content: '';
display:inline-block;
font-weight: 600;
}
#leftFooter .footerItems span a:first-child::before {
content: '\00a0\00a0\00b7\00a0';
display:inline-block;
font-weight: 600;
}
#leftFooter .footerItems a:nth-child(7)::after {
content: '';
}
#leftFooter .arrow-down {
width: 0;
height: 1px;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
display: inline-block;
border-top: 4px solid #aeaeae;
margin-left: 2px;
}
#leftFooter .dr-grupa {
background: url(/main/img/footer/img_draugiem_grupa_new@2x.png) no-repeat;
width: 135px;
height: 20px;
background-size: 135px auto;
margin-top: 10px;
margin-bottom: 8px;
}
#footerLeftCopyright {
color: #8e8e8e;
}
#leftFooter span.badge {
border-radius: 3px 3px 3px 3px;
color: rgb(255, 255, 255) !important;
display: inline-block;
font-size: 10px;
line-height: 13px;
padding: 1px 6px;
text-align: center;
text-shadow: none;
background-color: rgb(167, 167, 167);
margin-left: 4px;
}
.googleChart .no-data {
text-align: center;
margin-bottom: 20px;
color: #1e1e1e;
}
.resize-triggers {
visibility: hidden;
}
.resize-triggers, .resize-triggers > div, .contract-trigger:before {
content: " ";
display: block;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
overflow: hidden;
}
.resize-triggers > div {
background: #eee;
overflow: auto;
}
.contract-trigger:before {
width: 200%;
height: 200%;
}
.cookieAlert {
width: 100%;
position: relative;
background-color: #fafafa;
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
box-sizing: border-box;
padding: 0 20px;
overflow: hidden;
overflow-y: auto;
z-index: 100;
}
.cookieAlert .textContent {
text-align: center;
font-size: 13px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 17px;
letter-spacing: 0.1px;
padding: 15px 0;
display: table;
display: flex;
justify-content: center;
}
body.login.withCookieAlert .cookieAlert {
position: fixed;
top: 0;
left: 0;
right: 0;
/*background-color: rgba(250, 250, 250, .9);*/
}
body.login.withCookieAlert .cookieAlert .button > div {
background-color: #448cd9;
background-image: linear-gradient(to bottom, #448cd9, #236cbf);
}
body.login.withCookieAlert .cookieAlert .button > div:hover {
background-color: #5ca2ed;
background-image: linear-gradient(to bottom, #5ca2ed, #3577c3);
}
body.login.withCookieAlert .cookieAlert .button > div:active {
border: 0;
}
.cookieAlert .textContent .cookieText {
max-width: 760px;
max-height: 100px;
display: inline-block;
vertical-align: middle;
margin-right: 24px;
white-space: pre-wrap;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
color: #424242;
text-align: left;
}
.cookieAlert .textContent .buttonContainer {
display: inline-block;
vertical-align: middle;
text-align: center;
}
.cookieAlert .textContent .buttonContainer > * {
display: inline-block;
vertical-align: middle;
margin-right: 16px;
}
.cookieAlert .textContent .buttonContainer .button button {
padding: 0 23px;
font-size: 16px;
}
.cookieAlert .textContent .buttonContainer a {
font-size: 16px;
font-weight: bold;
line-height: 38px;
letter-spacing: 0.12px;
}
.IE8 .cookieAlert .textContent .cookieText, .IE9 .cookieAlert .textContent .cookieText {
white-space: normal;
}
.IE8 .cookieAlert .textContent .buttonContainer {
vertical-align: top;
}
@media only screen and (max-width: 860px) {
.cookieAlert {
padding: 0 20px;
}
.cookieAlert .textContent .cookieText {
white-space: normal;
}
}
@media only screen and (max-width: 760px) {
.cookieAlert {
padding: 0 10px;
}
.cookieAlert .textContent {
padding-top: 6px;
}
.cookieAlert .textContent .buttonContainer {
line-height: 48px;
}
}
#PlayfulAnimation {
position: absolute;
top: 0;
right: -20px;
left: -40px;
pointer-events: none;
}
#PlayfulGameInfo .prize-text {
font-size: 16px;
line-height: 18px;
color: #1e1e1e;
}
#PlayfulGameInfo .box {
margin-top: 8px;
width: 240px;
height: 113px;
background: url('//ifrype.com/temp/playful/box.png');
background-image: -webkit-image-set(
url("//ifrype.com/temp/playful/box.png") 1x,
url("//ifrype.com/temp/playful/box@2x.png") 2x
);
background-image: image-set(
url("//ifrype.com/temp/playful/box.png") 1x,
url("//ifrype.com/temp/playful/box@2x.png") 2x
);
padding: 12px;
box-sizing: border-box;
}
#PlayfulGameInfo .until-start {
font-size: 14px;
line-height: 17px;
color: #ffffff;
font-weight: bold;
}
#PlayfulGameInfo .timer-text {
font-size: 24px;
line-height: 28px;
color: #ffffff;
font-weight: bold;
}
#PlayfulGameInfo .button {
margin-top: 11px;
}
.CookieSettingsInfoBox {
color: #424242;
}
.CookieSettingsInfoBox .InfoBoxTitle {
border: 0;
border-radius: 0;
background: #fff;
height: 60px;
}
.CookieSettingsInfoBox .InfoBoxContentWrap {
padding: 0 50px 40px;
border-radius: unset;
}
.CookieSettingsInfoBox .InfoBoxContentWrap .header h1 {
border: 0;
margin: 0 0 12px 0;
padding: 0;
font-size: 24px;
line-height: 1;
font-weight: normal;
}
.CookieSettingsInfoBox .InfoBoxContentWrap .header p {
font-size: 16px;
font-weight: 500;
line-height: 1.35;
color: #424242;
}
.CookieSettingsInfoBox .InfoBoxContentWrap .options {
margin: 32px 0 0 0;
}
.CookieSettingsInfoBox .InfoBoxContentWrap .options .option {
padding: 0 0 24px 0;
margin: 0 0 24px 0;
border-bottom: 1px solid #e6e6e6;
}
.CookieSettingsInfoBox .InfoBoxContentWrap .options .option:last-child {
border-bottom: unset;
margin: unset;
padding: unset;
}
.CookieSettingsInfoBox .InfoBoxContentWrap .options .option .formItem label {
color: #424242;
}
.CookieSettingsInfoBox .InfoBoxContentWrap .options .option > p {
font-size: 12px;
font-weight: 500;
line-height: 1.5;
}
.CookieSettingsInfoBox .InfoBoxContentWrap .footer {
margin-top: 32px;
}
.CookieSettingsInfoBox .InfoBoxContentWrap .footer > div  {
width: 50%;
display: inline-block;
vertical-align: middle;
font-size: 16px;
font-weight: bold;
line-height: 1.06;
letter-spacing: 0.12px;
}
.CookieSettingsInfoBox .InfoBoxContentWrap .footer .right {
text-align: right;
}
.CookieSettingsInfoBox .InfoBoxContentWrap .footer .right .button > div {
border: 1px solid #2668b3;
background-color: #448cd9;
background-image: linear-gradient(to bottom, #448cd9, #236cbf);
}
.OSMMap {
z-index: 1;
}
/* --- css/common.css --- */
/* stylebook */
/* +++ css/infobox.css +++ */
.InfoBox,
.InfoBoxOverlay{
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
}
.InfoBoxOverlay{
background-color:#000;
opacity:0.1;
filter:alpha(opacity=70);
}
.InfoBoxOverlay.InfoBoxAnimated{
opacity:0.7;
-moz-transition:opacity 0.2s;
-webkit-transition:opacity 0.2s;
transition:opacity 0.2s;
}
.InfoBoxOverlay.InfoBoxAnimated.gallery{
opacity:0.85;
}
.InfoBox{
text-align:center;
overflow:auto;
overflow-y:scroll;
opacity:0;
}
.InfoBox.InfoBoxAnimated{
opacity:1;
-moz-transition:opacity 0.5s;
-webkit-transition:opacity 0.5s;
transition:opacity 0.5s;
}
.InfoBox.InfoBoxReady{
opacity:1;
-moz-transition:none;
-webkit-transition:none;
transition:none;
}
.InfoBoxBorder{
position:relative;
display:inline-block;
text-align:left;
padding:3px;
margin-bottom:30px;
}
.bottom .InfoBoxBorder {
margin-bottom: 0;
}
.InfoBoxBorderAnimated{
-moz-transition:top 0.2s;
-webkit-transition:top 0.2s;
transition:top 0.2s;
}
.InfoBoxContentWrap{
padding: 16px 16px 10px;
border-radius: 0 0 4px 4px;
box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.3);
    background: url('//ifrype.com/i/loading/loading_black_trans.gif') no-repeat center center;
}
.InfoBoxImg .InfoBoxContentWrap{
padding:10px;
}
.InfoBoxReady .InfoBoxContentWrap{
background-color:#fff;
background-image:none;
overflow: hidden;
}
.InfoBoxOverflowVisible .InfoBoxContentWrap{
overflow:visible;
}
.InfoBoxNoPadding, .InfoBoxImg .InfoBoxNoPadding {
padding:0;
}
.InfoBoxTitle{
position:relative;
color:#1e1e1e;
font-size:14px;
font-weight:bold;
min-height:43px;
visibility:hidden;
background-color: #f8f8f8;
border-bottom: 1px solid #ededed;
border-radius: 4px 4px 0 0;
}
.InfoBoxReady .InfoBoxTitle{
visibility:visible;
}
.InfoBoxNoTitle {
border-radius: 4px;
}
.InfoBoxTitle span{
position:absolute;
top:14px;
left:16px;
right:40px;
white-space:nowrap;
}
.InfoBoxClose{
position:absolute;
top:50%;
right:14px;
width:16px;
height:16px;
color: #aeaeae;
margin-top: -9px;
}
.InfoBoxClose:hover{
color: #747474;
}
.InfoBoxContent{
position:relative;
min-height:70px;
min-width:70px;
}
.InfoBoxReady .InfoBoxContent{
min-height:0;
}
.InfoBoxIframe{
display:block;
width:70px;
height:70px;
visibility:hidden;
}
.InfoBoxReady .InfoBoxIframe{
width:100%;
min-width:100%;
max-width:100%;
height:auto;
visibility:visible;
}
/* jaunais pavisam jocīgais infoboksis */
.InfoBox.galleryN .InfoBoxClose{
top:25px;
z-index:1;
}
.InfoBox.gallery .InfoBoxContentWrap{
padding:0;
box-shadow:none;
overflow:hidden;
}
.InfoBoxReady.gallery .InfoBoxContentWrap{
background:transparent;
}
.InfoBox #galleryLargePicContent{
background-color:#fff;
}
.InfoBox #galleryLargeBottom{
background-color:#fff;
/*padding-top:5px;*/
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
}
.InfoBox .galLargeColL{
width:615px;
}
.InfoBox.gallery #galleryLargePicH1{
padding-top:5px;
margin-bottom:7px;
border:none;
}
.InfoBox.gallery #galleryLargePicH1:empty{
display:none;
}
.InfoBox.gallery #galleryLargePicH1 a{
color:#fff;
}
.InfoBox .loadingTextWidth {
width: 300px;
}
.InfoBox .loadingText {
color: #fff;
position: absolute;
top: 50%;
padding-top: 30px;
text-align: center;
width: 250px;
left: 25px;
}
/* +++ Small popup +++ */
.smallPopup {
position:absolute;
width:300px;
background-image:url('//ifrype.com/i/sbook/box_bg.png');
z-index:68593;
}
.smallPopupPostponedSay{
background-color: #f1f1f1;
background-image: none;
border: 1px solid #bebebe;
color: #6f6f6f;
}
.smallPopupPostponedSay:after,
.smallPopupPostponedSay:before {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #eee;
top: -5px;
content: '';
right: 20%;
margin-right: -20px;
position: absolute;
}
/* Styling for second triangle (border) */
.smallPopupPostponedSay:before {
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid;
border-bottom-color: inherit; /* Can't be included in the shorthand to work */
top: -6px;
margin-right: -21px;
}
.smallPopupPostponedSay .postponedDate label{
color: #6f6f6f;
}
.smallPopupClose{
width:16px;
height:16px;
position: absolute;
right: 8px;
top: 8px;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 2px;
color: rgba(255, 255, 255, 0.8);
}
.smallPopupClose:hover{
background-color: rgba(0, 0, 0, 0.5);
color: rgba(255, 255, 255, 1);
}
.smallPopupClose .svg-icon {
vertical-align: top;
}
.smallPopupTitle{
color: #FFF;
font-weight:bold;
min-height: 16px;
padding: 8px;
}
.smallPopupPostponedSay .smallPopupTitle{
height:0px;
}
.smallPopupContent{
background-color:#fff;
padding:5px;
margin:3px;
margin-top:0;
overflow:hidden;
}
.smallPopupPostponedSay .smallPopupContent{
background-color:#f1f1f1;
}
.smallPopupArrow{
background-image:url('//ifrype.com/i/sbook/v1/box_arrow_top.png');
height:7px;
position:absolute;
top:-7px;
width:13px;
left:10px;
}
.smallPopUpAR .smallPopupArrow{
left:auto;
right:10px;
}
.smallPopupPostponedSay .smallPopupArrow{
display:none;
}
.smallPopUpAD .smallPopupArrow{
top:auto;
bottom:-7px;
background-image:url('//ifrype.com/i/sbook/v1/box_arrow_bottom.png');
}
.smallPopupWhite .smallPopupArrow {
display: block;
width: 17px;
height: 11px;
background-image: url("//ifrype.com/i/sbook/v1/box-arrow-white.png");
top: -11px;
transform: rotate(180deg);
}
.smallPopupWhite.smallPopUpAD .smallPopupArrow {
display: block;
width: 17px;
height: 11px;
background-image: url("//ifrype.com/i/sbook/v1/box-arrow-white.png");
bottom: -11px;
top: auto;
transform: none;
}
.smallPopupPostponedSay.smallPopUpAD .smallPopupArrow{
display:none;
}
.emoji_wrap {
/*margin: 3px 2px 9px 3px;*/
margin: 9px 0 9px 0;
}
.emoji_wrap::-webkit-scrollbar {
width: 9px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.emoji_wrap {
margin-right: 9px;
}
}
.emoji_wrap::-webkit-scrollbar-track {
background-color: #f1f1f1;
box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.14);
-webkit-border-radius: 6px;
border-radius: 6px;
}
.emoji_wrap::-webkit-scrollbar-thumb {
-webkit-border-radius: 5px;
border-radius: 5px;
background: #cacaca;
cursor: pointer;
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}
.smallPopupWhite .emoji_footer {
/*height: 40px;*/
border-top: 1px solid #d6d6d6;
text-align: center;
padding: 7px 9px 2px;
}
.emoji_footer .emoji_tab_item:first-child {
margin-left: 0;
}
.emoji_footer .emoji_tab_item:last-child {
margin-right: 0;
}
.smallPopupWhite {
background: #fefefe;
-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
}
.smallPopupWhite .smallPopupTitle {
font-size: 13px;
color: #565656;
margin: 0;
padding: 8px;
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12), 0 3px 0 0 rgba(30, 30, 30, 0.04);
position: relative;
z-index: 1;
}
.smallPopupWhite .smallPopupTitle div {
position: static;
}
.smallPopupWhite .smallPopupContent {
margin: 0;
padding: 0;
}
.smallPopupWhite .smallPopupClose {
background: none;
color: #747474;
}
.smallPopupWhite .smallPopupClose:hover {
color: #565656;
}
/* --- Small popup --- */
.messageBox .buttonsCont {
margin-top: 20px;
text-align: right;
}
.messageBoxText{
margin-bottom:10px;
}
.messageBoxText:last-child{
margin-bottom:0;
}
/* --- No title/new --- */
.InfoBox.InfoBox-WithoutTitle .InfoBoxTitle {
background: transparent;
border: none;
}
.InfoBox.InfoBox-WithoutTitle .InfoBoxTitle a.InfoBoxClose {
background: #000;
object-fit: contain;
}
.InfoBox.InfoBox-WithoutTitle .InfoBoxContentWrap {
border-radius: 6px;
background-color: #ffffff;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
border: solid 1px #c9c9c9;
padding-top: 0;
}
/* --- css/infobox.css --- */
/* +++ css/additionalOptions.css +++ */
.additionalOptions{
margin-bottom:10px;
overflow:hidden;
border-top: 1px solid #E7E7E7;
}
.additionalOptions .navig{
display:inline-table;
float:left;
line-height:26px;
}
.additionalOptions *{
float:left;
display:block;
margin-top:5px;
margin-right:10px;
}
.additionalOptions .navigBg, .additionalOptions .navigBg *{
margin-top:0;
margin-right:0;
}
.additionalOptions .navigBg{
margin-right:4px;
}
.additionalOptions .button, .additionalOptions .button *{
margin-top:0;
}
.additionalOptions .button *{
margin-right:0;
}
.additionalOptions .leftOptions{
float:left;
}
.additionalOptions .rightOptions{
float:right;
margin-right:0;
}
.additionalOptions .rightOptions > :last-child{
margin-right:0;
}
.additionalOptions.calendarOptions {
border: 0;
}
.additionalOptions.calendarOptions * {
margin-top: 0;
}
/* --- css/additionalOptions.css --- */
/* +++ css/boxes.css +++ */
.bx{
border:1px #E7E7E7 solid;
-webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -o-border-radius:5px;
    -khtml-border-radius:5px;
background-color:#ffffff;
padding:10px;
overflow:hidden;
position:relative;
}
.bx strong{
font-size:16px;
}
.bx.error{
border:1px #ff6600 solid;
}
.bx.ok{
border:1px #74c008 solid;
}
.bx.panel .btn {
margin-bottom:0;
}
.bx.ok strong{
color:#74c008;
}
.bx.error strong{
color:#ff6600;
}
.bx.info{
border:1px #6d9fc6 solid;
background-color:#E1EEF9;
}
.bx.gray {
background-color: #F3F3F3;
border-color: #F3F3F3;
}
.bx.info strong, .bx.info b{
color:#6d9fc6;
}
.bx.withheading{
padding:0px;
  background-color:#f8f8f8;
}
.bx .heading{
background-color:#e7e7e7;
border-bottom:1px #E7E7E7 solid;
padding:5px 10px;
}
.bx .content{
padding:10px;
color:#393939;
}
.bx a.closeIcon{
position: absolute;
top: 5px;
right: 5px;
}
.bx{
margin-bottom:10px;
}
.bx.ok .bxicon{
background-image:url(//ifrype.com/i/sbook/complete.png);
width:32px;
height:32px;
float:left;
margin-right:10px;
padding:0px;
}
.bx.error .bxicon{
background-image:url(//ifrype.com/i/sbook/error.png);
width:32px;
height:29px;
float:left;
margin-right:10px;
padding:0px;
}
.bx .bxicon{
background-image:url(//ifrype.com/i/sbook/info.png);
width:32px;
height:32px;
float:left;
margin-right:10px;
padding:0px;
}
.sbx{
margin-bottom:10px;
}
.sbx:last-child{
margin-bottom:0px;
}
.sbx .sbxTL{
width:9px;
background-image:url(//ifrype.com/i/sbook/bx/sbxc.png);
background-position:left top;
}
.sbx .sbxTC{
height:9px;
background-image:url(//ifrype.com/i/sbook/bx/sbxh.png);
background-position:left top;
background-repeat:relative-x;
}
.sbx .sbxTR{
width:9px;
background-image:url(//ifrype.com/i/sbook/bx/sbxc.png);
background-position:-9px top;
}
.sbx .sbxML{
background-image:url(//ifrype.com/i/sbook/bx/sbxv.png);
background-position:left top;
background-repeat:relative-y;
}
.sbxM{
padding:2px;
background-color:#fcfcfc;
}
.sbx .sbxMR{
background-image:url(//ifrype.com/i/sbook/bx/sbxv.png);
background-position:-9px top;
background-repeat:relative-y;
}
.sbx .sbxBL{
background-image:url(//ifrype.com/i/sbook/bx/sbxc.png);
background-position:left -9px;
}
.sbx .sbxBC{
height:9px;
background-image:url(//ifrype.com/i/sbook/bx/sbxh.png);
background-position:left -9px;
background-repeat:relative-x;
}
.sbx .sbxBR{
background-image:url(//ifrype.com/i/sbook/bx/sbxc.png);
background-position:-9px -9px;
}
.bx table.box td {
height:33px;
vertical-align:middle;
}
.step{
position:relative;
width:33px;
height:30px;
background-image:url('//ifrype.com/i/sbook/step.png');
}
.step b{
position:absolute;
top:6px;
left:0px;
right:4px;
text-align:center;
font-size:14px;
text-shadow:0 1px 0 #C25F25;
}
.bxNews{
border:1px solid #e5e5e5;
background-color:#f4f4f4;
position:relative;
margin-bottom:20px;
}
.bxNews > div{
border:1px solid #f5f5f5;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e2e2e2'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e2e2e2)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #f4f4f4,  #e2e2e2); /* for firefox 3.6+ */
padding:10px;
}
.bxNews > div > table{
width:100%;
}
.bxNews .closeIcon{
position:absolute;
top:4px;
right:0px;
}
/* +++ new */
.infoMsg{
margin-bottom:7px;
padding:5px;
padding-left:28px;
background-repeat:no-repeat;
background-position:6px 6px;
}
.infoMsg .closeIcon{
float:right;
}
.infoMsg.closableInfoMsg {
padding-right: 21px;
}
.bxIcon{
position:absolute;
top:6px;
left:6px;
width:16px;
height:16px;
opacity:0.5;
filter:alpha(opacity=50);
}
.infoMsg.successIcon{
position:relative;
background-color:#D3EDAF;
border:1px solid #BBD399;
}
.infoMsg.errorIcon{
position:relative;
background-color:#FFE1CD;
border:1px solid #E1BFA9;
}
.infoMsg.infoIcon{
position:relative;
background-color:#E1EEF9;
border:1px solid #CEDEE9;
}
.infoMsg.heartIcon{
position:relative;
background-color:#fedbdb;
border:1px solid #ee9999;
}
.infoMsg a.closeIcon{
position: absolute;
top: 5px;
right: 5px;
}
.largeInfoMsg {
box-sizing: border-box;
padding: 60px;
width: 100%;
background-color: #F7F8F9;
border: 1px solid #E8E9E9;
border-radius: 6px;
}
.largeInfoMsg .inner {
text-align: center;
font-size: 14px;
line-height: 20px;
background: transparent no-repeat center top;
background-size: 44px 44px;
padding-top: 50px;
}
.largeInfoMsg.success .inner {
background-image: url('//ifrype.com/i/icons/info/icn_48_succ.png');
}
.largeInfoMsg.error .inner {
background-image: url('//ifrype.com/i/icons/info/icn_48_warn.png');
}
/* --- css/boxes.css --- */
/* +++ css/pair_bx.css +++ */
.pairPicBox{
width:208px;
}
.pairPicBoxImgs{
position:relative;
height:100px;
}
.pairPicBoxImgs a{
display:block;
width:100%;
height:100%;
}
.pairPicBoxImgs a,
.pairPicBoxImgs a:hover {
text-decoration:none;
}
.pairPicBoxImg1{
position:absolute;
top:0px;
left:0px;
width:49%;
height:100%;
overflow:hidden;
text-align:center;
}
.pairPicBoxImg2{
position:absolute;
top:0px;
right:0px;
width:49%;
height:100%;
overflow:hidden;
text-align:center;
}
.pairPicBoxArr{
position:absolute;
top:52px;
left:50%;
width:40px;
height:40px;
margin-left:-20px;
margin-top:-20px;
background-image:url('//ifrype.com/i/sbook/bx/arrow.png');
}
/* --- css/pair_bx.css --- */
/* +++ css/breadcrumb.css +++ */
#breadCrumb{
position:relative;
height:32px;
border-bottom:1px solid #ededed;
margin-bottom:16px;
width: 100%;
}
#breadCrumb li{
height:32px;
line-height:32px;
display:block;
float:left;
}
#breadCrumb li a{
display: block;
height: 32px;
line-height:32px;
font-size: 12px;
padding: 0 4px;
}
#breadCrumb li.sep {
color: #dbdbdb;
}
#breadCrumb li.sep .svg-icon {
margin-top: -1px;
width: 8px;
}
#breadCrumb li.last a{
color:#1e1e1e;
text-decoration: none;
}
#breadcrumbSearch, .itemSearch {
width:300px;
float:right;
padding:2px 0;
position: relative;
}
/* --- css/breadcrumb.css --- */
/* +++ css/buttons.css +++ */
.button{
display:inline-block;
position:relative;
overflow:hidden;
height:28px;
line-height:26px;
-webkit-font-smoothing: antialiased;
cursor:pointer;
vertical-align:middle;
user-select:none;
-moz-user-select:none;
-webkit-user-select:none;
}
.button + .button{
margin-left:12px;
}
.button + .buttonStretch{
margin-left:0;
margin-top:12px;
}
.button > div{
text-align:center;
height:26px;
}
.FF .button > div{ /* HTML5 fix */
line-height:0;
}
.button button{
border:none;
outline:none;
}
.buttonDisabledO{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color:#fff;
opacity:0.7;
filter:alpha(opacity=70);
display:none;
}
.buttonDisabled {
cursor: default;
}
.buttonDisabled .buttonDisabledO{
display:block;
}
.buttonC{
display:inline-block;
padding-left:12px;
padding-right:12px;
font-weight:bold;
text-align:center;
background:none;
background-repeat:no-repeat;
background-position:7px center;
white-space:nowrap;
overflow:hidden;
font-size:13px;
-webkit-font-smoothing: antialiased;
cursor:pointer;
min-width:10px;
height:100%;
}
.buttonC::-moz-focus-inner {
border: 0;
}
.buttonC span.icon{
padding:1px 0 1px 20px;
}
.buttonC .icon:empty{
margin:0 -5px;
background-position:center center;
}
div.buttonC{
height:26px;
line-height:26px;
}
button.buttonC {
line-height: 16px;
}
.buttonC .NativeUploader {
margin-left: -12px;
margin-right: -12px;
min-height: 26px;
}
.buttonC .NativeUploader .flashUploadLabel {
padding-left: 12px;
padding-right: 12px;
width: auto;
position: static;
}
.buttonIcon{ /* only icon */
width:10px;
background-position:center center;
}
.button a{
text-decoration:none;
display:block;
line-height: 25px;
}
.IE7 .button a{
line-height:17px;
padding-top:2px;
padding-bottom:3px;
}
.button button{
height:26px;
width:100%;
vertical-align: top;
}
.IE7 .button button{
width:auto;
}
.buttonStretch{
display:block;
width:100%;
}
.buttonStretch .buttonC{
display:block;
}
.IE7 .buttonStretch button{
width:100%;
}
#lt .button{
width:100%;
}
#lt .button button{
width:100%;
}
#lt .button{
margin-bottom:10px;
}
#lt .button:last-child{
margin-bottom:0;
}
.buttonC .svg-icon {
vertical-align: top;
}
.buttonOnlySVGIcon .buttonC {
padding-left: 6px;
padding-right: 6px;
}
/* +++ color +++ */
.button > div{
border: 1px solid #2668b3;
background-color: #448cd9;
background-image: linear-gradient(to bottom, #448cd9, #236cbf);
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
}
.buttonBlue .buttonC,
.button .buttonC {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
}
.buttonBlue > div:hover,
.button > div:hover {
border: 1px solid #3275bf;
background-color: #5ca2ed;
background-image: linear-gradient(to bottom, #5ca2ed, #3577c3);
}
.buttonBlue > div:active,
.button > div:active {
border: solid 1px #2668b3;
background-color: #2c6db7;
background-image: linear-gradient(to top, #2c6db7, #2668b3);
}
.buttonBlue > div:active .buttonC,
.button > div:active .buttonC {
opacity: 0.8;
}
/* link */
.buttonLink > div{
border: 1px solid #c0c0c0;
background-color: #fefefe;
background-image: linear-gradient(to bottom, #fefefe, #ededed);
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), inset 0 2px 0 0 #ffffff;
}
.buttonLink .buttonC{
color: #565656;
text-shadow: 0 1px 0 #ffffff;
}
.buttonLink > div:hover{
border: 1px solid #c0c0c0;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
}
.buttonLink > div:active{
border: 1px solid #c0c0c0;
background-color: #e4e4e4;
background-image: linear-gradient(to top, #e4e4e4, #d7d7d7);
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}
.buttonLink > div:active .buttonC {
opacity: 0.8;
}
/* buy */
.buttonBuy > div{
border: 1px solid #eb6b00;
background-color: #ff9000;
background-image: linear-gradient(to bottom, #ff9000, #fa6f00);
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
}
.buttonBuy .buttonC{
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
}
.buttonBuy > div:hover{
border: 1px solid #fb7c00;
background-color: #ffa200;
background-image: linear-gradient(to bottom, #ffa200, #fb7a00);
}
.buttonBuy > div:active{
border: solid 1px #eb6b00;
background-color: #eb6b00;
background-image: linear-gradient(to bottom, #eb6b00, #fa6f00);
}
.buttonBuy > div:active .buttonC {
opacity: 0.8;
}
/* purple */
.buttonPurple{
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.buttonPurple > div{
border: 1px solid #982B8D;
background: rgba(191,67,183,1);
background: -moz-linear-gradient(top, rgba(191,67,183,1) 0%, rgba(150,42,139,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191,67,183,1)), color-stop(100%, rgba(150,42,139,1)));
background: -webkit-linear-gradient(top, rgba(191,67,183,1) 0%, rgba(150,42,139,1) 100%);
background: -o-linear-gradient(top, rgba(191,67,183,1) 0%, rgba(150,42,139,1) 100%);
background: -ms-linear-gradient(top, rgba(191,67,183,1) 0%, rgba(150,42,139,1) 100%);
background: linear-gradient(to bottom, rgba(191,67,183,1) 0%, rgba(150,42,139,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf43b7', endColorstr='#962a8b', GradientType=0 );
-webkit-box-shadow: 0 1px 0 0 rgba(35,36,37,1);
-moz-box-shadow: 0 1px 0 0 rgba(35,36,37,1);
box-shadow: 0 1px 0 0 rgba(35,36,37,1);
}
.buttonPurple .buttonC{
color: #FFF;
text-shadow: 0 1px 0 #9A258F;
}
.buttonPurple > div:hover{
border: 1px solid #b350aa;
background: rgba(209,104,200,1);
background: -moz-linear-gradient(top, rgba(209,104,200,1) 0%, rgba(179,81,169,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209,104,200,1)), color-stop(100%, rgba(179,81,169,1)));
background: -webkit-linear-gradient(top, rgba(209,104,200,1) 0%, rgba(179,81,169,1) 100%);
background: -o-linear-gradient(top, rgba(209,104,200,1) 0%, rgba(179,81,169,1) 100%);
background: -ms-linear-gradient(top, rgba(209,104,200,1) 0%, rgba(179,81,169,1) 100%);
background: linear-gradient(to bottom, rgba(209,104,200,1) 0%, rgba(179,81,169,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d168c8', endColorstr='#b351a9', GradientType=0 );
}
.buttonPurple > div:active{
border: 1px solid #982B8D;
background: rgba(150,42,137,1);
background: -moz-linear-gradient(top, rgba(150,42,137,1) 0%, rgba(192,67,182,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(150,42,137,1)), color-stop(100%, rgba(192,67,182,1)));
background: -webkit-linear-gradient(top, rgba(150,42,137,1) 0%, rgba(192,67,182,1) 100%);
background: -o-linear-gradient(top, rgba(150,42,137,1) 0%, rgba(192,67,182,1) 100%);
background: -ms-linear-gradient(top, rgba(150,42,137,1) 0%, rgba(192,67,182,1) 100%);
background: linear-gradient(to bottom, rgba(150,42,137,1) 0%, rgba(192,67,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#962a89', endColorstr='#c043b6', GradientType=0 );
-webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}
/* +++ medium +++ */
.buttonMedium{
height:32px;
line-height: 30px;
}
.buttonMedium > div{
height:30px;
}
.buttonMedium a{
line-height:30px;
}
.buttonMedium button{
height:30px;
}
.buttonMedium .buttonC{
padding-left:14px;
padding-right:14px;
}
.buttonMedium .buttonC{
height:30px;
line-height:30px;
}
.buttonMedium button.buttonC{
line-height:20px;
}
.buttonMedium .buttonC .NativeUploader {
margin-left: -14px;
margin-right: -14px;
min-height: 30px;
}
.buttonMedium .buttonC .NativeUploader .flashUploadLabel {
padding-left: 14px;
padding-right: 14px;
}
.buttonMedium .icon {
line-height: 30px;
height: 30px;
box-sizing: border-box;
margin-top: -3px;
}
/* +++ large +++ */
.buttonLarge{
height:40px;
line-height: 38px;
}
.buttonLarge > div{
height:38px;
}
.buttonLarge a{
line-height:38px;
}
.IE7 .buttonLarge a{
line-height:29px;
padding-top:2px;
padding-bottom:3px;
}
.buttonLarge button{
height:38px;
}
.buttonLarge .buttonC{
padding-left:16px;
padding-right:16px;
}
.buttonLarge .buttonC{
height:38px;
line-height:38px;
}
.buttonLarge button.buttonC{
line-height: 30px;
}
.buttonLarge button.buttonC .svg-icon {
vertical-align: middle;
padding-right: 8px;
}
.buttonLarge .buttonC .NativeUploader {
margin-left: -16px;
margin-right: -16px;
min-height: 38px;
}
.buttonLarge .buttonC .NativeUploader .flashUploadLabel {
padding-left: 16px;
padding-right: 16px;
}
.buttonLarge .icon {
line-height: 38px;
height: 38px;
box-sizing: border-box;
margin-top: -3px;
}
.formButtons{
margin-top:10px;
padding:10px 0;
border-top:1px solid #e7E7E7;
}
.formButtons.noBottom{
padding-bottom:0;
}
.buttonLargeFont .buttonC {
font-size: 16px;
}
/* +++ radiobutton-set +++ */
.radiobutton-set {
overflow:hidden;
float:left;
}
.radiobutton-set li {
float:left;
background-image: linear-gradient(to bottom, #fafafa, #efefef);
    border: 1px solid #c0c0c0;
border-left:none;
}
.radiobutton-set li.first {
border-left:solid 1px #c0c0c0;
border-top-left-radius:3px;
border-bottom-left-radius:3px;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-topleft:3px;
-khtml-border-top-left-radius:3px;
-khtml-border-bottom-left-radius:3px;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-left-radius:3px;
}
.radiobutton-set li.last{
border-top-right-radius:3px;
border-bottom-right-radius:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topright:3px;
-khtml-border-top-right-radius:3px;
-khtml-border-bottom-right-radius:3px;
-webkit-border-top-right-radius:3px;
-webkit-border-bottom-right-radius:3px;
}
.radiobutton-set li:hover {
background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
}
.radiobutton-set li.active, .radiobutton-set li:active{
background-image: linear-gradient(to top, #e4e4e4, #d7d7d7);
}
.radiobutton-set li a:hover {
text-decoration:none;
}
.radiobutton-set li,
.radiobutton-set li a {
display:block;
height:26px;
text-align:center;
}
.radiobutton-set li a {
padding:0 12px;
line-height:27px;
font-size:13px;
font-weight:normal;
color:#1e1e1e;
}
.arrow-sliders{
overflow:hidden;
}
.arrow-sliders a{
display:block;
font-size:0;
line-height:0;
width:20px;
height:20px;
background-position:center;
background-repeat:no-repeat;
float:left;
}
.arrow-sliders a:hover{
border: none;
}
.arrow-sliders a.prev-slider {
background-image:url('//ifrype.com/i/sbook/sliders/sliders_left_default.gif');
}
.arrow-sliders a.next-slider {
background-image:url('//ifrype.com/i/sbook/sliders/sliders_right_default.gif');
}
.arrow-sliders a.prev-slider:active {
background-image:url('//ifrype.com/i/sbook/sliders/sliders_left_pressed.gif');
}
.arrow-sliders a.next-slider:active {
background-image:url('//ifrype.com/i/sbook/sliders/sliders_right_pressed.gif');
}
.buttonLink .downArrow {
background:url(//ifrype.com/i/sbook/select.png) no-repeat right 4px;
padding-right: 17px;
}
.button.hasBadge .buttonC {
padding-right: 25px;
}
.button .badge {
background: none repeat scroll 0 0 #FF6600;
border-radius: 3px 3px 3px 3px;
color: #FFFFFF;
display: block;
float: right;
font-size: 10px;
margin-right: 6px;
margin-top: 6px;
padding: 1px 6px;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
.switchButton {
position: relative;
display: inline-block;
}
.switchButton.withOptions .buttonSwitch, .switchButton.withOptions .buttonSwitch > div {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.switchButton .buttonSwitch + .button {
margin-left: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.switchButton .buttonSwitch + .button > div {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: 0;
}
.switchButton .buttonC .icon.buttonPointerIcon:empty {
padding-left: 12px;
}
.switchButton .Options {
right: -6px;
}
.dropDownButton {
position: relative;
display: inline-block;
}
.dropDownButton.dropDownButtonStretch {
display: block;
}
.dropDownButton.dropDownButtonStretch .ddMenu {
display: block;
}
.dropDownButton .buttonC {
text-align: left;
padding-left: 8px;
padding-right: 32px;
}
.dropDownButton .buttonDropDown.formInputIcon .buttonC span.caption {
padding-left: 16px;
}
.dropDownButton .buttonDropDown.formInputIcon .buttonC > .svg-icon:first-child + span {
padding-left: 0;
}
.dropDownButton .buttonDropDown.formInputIcon .buttonC > .svg-icon {
vertical-align: middle;
}
.dropDownButton .buttonC > span .svg-icon-pointer-ddw {
position: absolute;
right: 8px;
top: 50%;
margin-top: -8px;
}
.dropDownButton .buttonC > .svg-icon:first-child + span > span > span {
display: inline-block;
vertical-align: middle;
}
.dropDownButton .buttonC > span > span {
margin-left: 4px;
}
.dropDownButton .buttonLarge .buttonC {
padding-left: 10px;
padding-right: 24px;
}
.dropDownButton .buttonLarge .buttonC:after {
right: 6px;
}
.dropDownButton .buttonLink .buttonC:after {
background-image: url('/i/icons/icn_btn_pointer_dark_2x.png');
}
.IE8 .dropDownButton .buttonC:after {
background-image: url('/i/icons/icn_btn_pointer.png');
}
.IE8 .dropDownButton .buttonLink .buttonC:after {
background-image: url('/i/icons/icn_btn_pointer_dark.png');
}
.button + .switchButton,
.button + .dropDownButton,
.switchButton + .switchButton,
.switchButton + .button,
.switchButton + .dropDownButton,
.dropDownButton + .dropDownButton,
.dropDownButton + .button,
.dropDownButton + .switchButton {
margin-left: 5px;
}
.buttonLoadMore {
overflow-anchor: none;
}
/* --- css/buttons.css --- */
/* +++ css/comments.css +++ */
.addFormButtons{
clear:both;
overflow:hidden;
}
.addFormButtons .button{
float:left;
}
.addFormButtons .addCommentSubmit{
float: right;
}
.addFormButtons .formItemSelect{
float:left;
margin-left:10px;
width:200px;
}
.userComments .userIcon{
float:left;
}
.userComments .userIcon a{
width:50px;
height:50px;
display:block;
}
.userComments .user-icon {
width:20px;
height:20px;
display:block;
float:left;
margin-right:10px;
}
.userComments > li{
clear:both;
background-position:0px 25px;
background-repeat:no-repeat;
position: relative;
padding-left:64px;
border-bottom: 1px solid #f5f5f5;
margin-top:16px;
line-height:17px;
}
.userComments > li:first-child{
margin-bottom:0;
}
.userComments > li.simpleComment{
padding-left:0px;
}
.userComments > li.yearSep {
padding-left: 0;
font-weight: bold;
font-size: 14px;
line-height: 22px;
margin-top: 16px;
}
.userComments > li.yearSep:first-child {
margin-top: 0;
}
.userComments li:last-child{
border:none;
}
.userComments > li .commentContent{
position:relative;
}
.userComments > li .commentContent .heading{
position:relative;
}
li.addform .replyArrow {
background:url(//ifrype.com/i/sbook/comments/com_arrow_grey.png) no-repeat scroll center;
}
.commentContent .heading > a,
.commentContent .heading > b{
margin-left: 5px;
}
.commentContent .heading > a:first-child{
font-weight:bold;
}
.commentContent .heading > span{
__color:#8d8d8d;
margin-left: 5px;
}
.commentContent .heading a:first-child,
.commentContent .heading span:first-child{
margin-left:0;
}
.commentContent .heading span.status_new{
padding: 0 3px 0 3px;
margin-left:10px;
-moz-border-radius: 3px;
border-radius: 3px 3px;
color:white;
background-color: #74c008;
}
.commentContent .heading .badge{
display:inline;
}
.userComments > li .body{
padding:0px 0px 5px 0px;
__min-height:30px;
word-wrap:break-word;
}
.comments .body .comText{
overflow:hidden;
padding: 2px 0;
margin: -2px 0 8px;
}
.comments .body .comText:empty{
display:none;
}
.commentContent .options{
padding-bottom:5px;
overflow:hidden;
}
.commentContent .options span{
display:inline-block;
vertical-align:top;
}
.commentContent .options a{
display:inline-block;
max-width:170px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
vertical-align:top;
}
.commentContent .commentRight{
position:relative;
}
.commentContent .commentRight > a,
.commentContent .commentRight > span{
float:left;
}
.userComments > li .commentContent .closeIcon,
.userComments > li .commentContent .greySpeakerIcon,
.userComments > li .commentContent .greyStarIcon{
visibility:hidden;
}
.userComments > li .commentContent:hover .closeIcon,
.userComments > li .commentContent:hover .greySpeakerIcon,
.userComments > li .commentContent:hover .greyStarIcon,
.userComments > li .commentContent.hover .closeIcon,
.userComments > li .commentContent.hover .greySpeakerIcon,
.userComments > li .commentContent.hover .greyStarIcon,
.userComments > li .commentContent .greyStarIcon.active {
visibility:visible;
}
.commentContent .options a, .commentContent .options span{
font-size:11px;
}
.commentContent .options .commentRight a.disabled{
cursor:default;
color: #6f6f6f;
}
.commentContent .options .commentRight a.disabled:hover{
text-decoration: none;
}
.commentContent .options a + a{
margin-left:10px;
}
.commentContent .options .replyIcon{
font-weight:bold;
}
.userComments > li.addform .commentContent{
margin-bottom: 20px;
}
li.addform textarea{
height:70px;
}
li.addform  iframe{
height:200px;
}
.commentRight{
float:right;
}
.commentHeadingLeft{
float:left;
margin-bottom:3px;
}
.commentHeadingRight{
float:right;
padding-right:10px;
font-size:11px;
color:#8d8d8d;
}
.commentHeadingRight strong {
font-weight: normal;
}
.commentContent .heading{
overflow:hidden;
}
.simpleComments > li{
background-image:none;
margin-bottom:20px;
}
.replyComments .commentContent .replyArrow{
background:url(//ifrype.com/i/sbook/comments/com_arrow_up.png) no-repeat scroll center;
position:absolute;
left: 24px;
top: -12px;
width:27px;
height:12px;
}
.commentRight .closeIcon {
width: 16px;
height: 16px;
padding:0;
}
.userComments > li .profileImage {
position: absolute;
width: 50px;
height: 50px;
background-repeat: no-repeat;
background-position: center center;
top: 0px;
left: 0px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-o-border-radius:5px;
-khtml-border-radius:5px;
}
.userComments > li.quote .profileImage, .userComments > li.answer .profileImage {
left: 66px;
}
.userComments > li.quote .commentContent, .userComments > li.answer .commentContent {
margin-left: 66px;
}
li.commentAutoHide textarea {
height:42px;
color:#a7a7a7;
}
li.commentAutoHide .addFormButtons,li.commentAutoHide .formTextareaInfo {
display:none;
}
.userComments li.bannedComment {
padding-left: 0;
}
.articleItem .commentContent .body {
padding-left:30px;
}
.articleItem .userComments > li .commentContent {
background:transparent;
}
.articleItem .userComments > li.quote .commentContent, 
.articleItem .userComments > li.answer .commentContent {
margin-left:-35px;
}
.commentWithAdmin{
float:left;
margin-left:10px;
margin-top:5px;
}
.comAnsw{
position:relative;
border-bottom:1px solid #F5F5F5;
margin-top:10px;
padding-bottom:5px;
}
.comAnsw:last-child{
border-bottom:none;
}
.comAnswProf{
display:block;
width:24px;
height:24px;
overflow:hidden;
}
.comAnsw .comAnswProf{
position:absolute;
top:0px;
left:0px;
}
.comAnswProf img{
width:100%;
height:100%;
}
.comAnswHead .user{
font-weight:bold;
}
.comAnswContent{
margin-left:30px;
}
.comAnswBody{
margin-bottom:3px;
}
.comAnswOptions{
font-size:11px;
}
.comAnswOptions .replyIcon{
font-weight:normal;
}
.comAnswRight{
float:right;
}
.comAnsw .comAnswRight .closeIcon{
visibility:hidden;
}
.comAnsw:hover .comAnswRight .closeIcon{
visibility:visible;
}
.commentsRate{
margin-left: 6px;
}
.commentsRate .comments-dislike-icon, .commentsRate .comments-like-icon {
color: #c9c9c9;
cursor: pointer;
display: inline-block;
}
.commentsRate .comments-dislike-icon:hover, .commentsRate .comments-like-icon:hover {
color: #aeaeae;
}
.commentsRate .comments-like-icon.active {
color: #74c00a;
}
.commentsRate .comments-dislike-icon.active {
color: #ea6255;
}
.commentsRate span .svg-icon {
vertical-align: top;
margin-top: -1px;
}
.commentsRate .commentsLike{
color: #74c00a;
cursor: pointer;
margin-left: 3px;
}
.commentsRate .commentsDisLike{
color: #ea6255;
cursor: pointer;
margin-left: 3px;
}
.commentsRate .comments-dislike-icon {
margin-left: 6px;
}
.commentsLikeButton{
cursor:pointer;
width:16px;
height:16px;
background-image:url('//ifrype.com/i/sbook/comments_like.png');
background-position:0 0;
}
.commentsLikeButton:hover{
background-position:0 -16px;
}
.commentsLikeButton.active{
background-position:0 -32px;
}
.commentsDisLikeButton{
cursor:pointer;
width:16px;
height:16px;
background-image:url('//ifrype.com/i/sbook/comments_like.png');
background-position:16px 0;
}
.commentsDisLikeButton:hover{
background-position:16px -16px;
}
.commentsDisLikeButton.active{
background-position:16px -32px;
}
.comments .item .options a + a{
margin-left:10px;
}
.commentsRateDisabled .commentsLikeButton{
background-position:0 0;
}
.commentsRateDisabled .commentsDisLikeButton{
background-position:16px 0;
}
.comTime{
white-space:nowrap;
}
.comments .item .Mosaic{
margin-top:5px;
}
.embedPlaceholder{
margin-top:5px;
margin-bottom:5px;
}
.uploadImage {
max-width: 100%;
cursor: pointer;
}
.gifContainer {
position: relative;
display: inline-block;
cursor: pointer;
}
.gifContainer.legacy {
cursor: default;
}
.gifContainer video {
max-width: 100%;
position: relative;
}
.gifContainer img {
max-width: 100%;
display: block;
}
.gifContainer .playButton {
position: absolute;
z-index: 1;
top: 0;
left: 0;
background: url('//ifrype.com/i/videoplayer/icn_playbtn_2x.png') center center no-repeat;
background-size: 56px 56px;
opacity: 0.7;
width: 100%;
height: 100%;
}
.gifContainer:hover .playButton {
opacity: 1;
}
.gifContainer p {
margin-top: 5px;
}
.gifContainer .legacyGif {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.comments.galleryComments h3 {
font-size: 12px;
}
.comments.galleryComments > h3 {
font-weight: normal;
margin-bottom: 8px;
}
.comments.galleryComments div.profileSmallIcon {
width: 32px;
height: 32px;
}
.comments.galleryComments .content {
margin-left: 42px;
}
.comments.galleryComments .childs {
margin-left: 42px;
}
.comments.galleryComments .childs > .item, .comments.galleryComments .childs > .item:first-child {
margin-top: 0;
border: 0;
}
.comments.galleryComments .childs > .item:last-child {
padding-bottom: 0;
}
.comments.galleryComments .replyLink {
margin-right: 5px;
}
.comments.galleryComments .commentsRate {
float: none;
}
.comments.galleryComments .commentsLikeButton {
width: 14px;
height: 14px;
background: url('//ifrype.com/gallery/img/fs/uvote.png') no-repeat top left;
margin-bottom: -2px;
}
.comments.galleryComments .commentsLikeButton:hover {
background-position: center left;
}
.comments.galleryComments .commentsLikeButton.active {
background-position: bottom left;
}
.comments.galleryComments .commentsDisLikeButton {
width: 14px;
height: 14px;
background: url('//ifrype.com/gallery/img/fs/dvote.png') no-repeat top left;
margin-bottom: -2px;
}
.comments.galleryComments .commentsDisLikeButton:hover {
 background-position: center left;
}
.comments.galleryComments .commentsDisLikeButton.active {
background-position: bottom left;
}
.comments.galleryComments .SayForm .SayFormEditor {
margin-left: 42px;
}
.comments.galleryComments .commentsTop .item:last-child {
padding-bottom: 0;
}
.comments.galleryComments .commentsTop .sep {
height: 30px;
}
.comments.galleryComments .commentsTop .sep h1 {
padding-bottom: 0;
border-color: #F5F5F5;
}
.comments.galleryComments .editorTextContainer {
position: relative;
}
.comments.galleryComments .inEditorIcons {
margin:0 0 10px 10px;
}
.comments.galleryComments .SayEditor {
min-height: 20px;
max-height: 120px;
margin: 5px 60px 5px 10px;
line-height: 20px;
padding: 0;
}
.comments.galleryComments .hasImageInForm .SayEditor {
min-height: 40px;
margin-left: 5px;
}
.comments.galleryComments .SayEditorDefaulText {
top: 2px;
left: 10px;
}
.comments.galleryComments .hasImageInForm .SayEditorDefaulText {
left: 5px;
}
.comments.galleryComments .SayFormBottom {
background: none;
border: none;
padding: 0;
}
.comments.galleryComments .SayFormBottomIcon a {
width: 16px;
height: 16px;
}
.comments.galleryComments .SayFormBottomIcon a:hover {
background-position: bottom left;
}
.comments.galleryComments .addImageSayIcon {
background-image: url('//ifrype.com/gallery/img/fs/foto.png');
background-size: 16px auto;
}
.comments.galleryComments .addSmileySayIcon {
background-image: url('//ifrype.com/gallery/img/fs/smaids.png');
background-size: 16px auto;
}
.comments.galleryComments .ddMenuCaption {
max-width: 152px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: inline-block;
}
.comments.galleryComments .childs .ddMenuCaption {
max-width: 120px;
}
.comments.galleryComments .childs .childs .ddMenuCaption {
max-width: 86px;
}
.comments.galleryComments .SayForm {
min-height: 32px;
}
.comments.galleryComments .gifContainer {
display: block;
}
.comments.galleryComments > div > .SayForm, .comments.galleryComments > .SayForm {
padding-bottom: 0;
}
.comments.emptyComments #addComment {
border-top: 0;
padding-top: 8px;
}
.comments .commentsDisabled {
display: none;
}
.comments.galleryComments .item .options a + a {
margin-left:10px;
margin-right:10px;
}
.comments.galleryComments .SoundsEmbed{
width:220px;
}
#GalleryFSWindow div.attach{
border:none;
border-top:1px solid #c9c9c9;
border-bottom:1px solid #c9c9c9;
margin-bottom:10px;
}
.comments .videoTmpContainer .uploadImage, .comments .gifTmpContainer .uploadImage {
cursor: default;
}
.comments .videoContainer {
position: relative;
display: inline-block;
}
.comments .videoContainer .flashPlayer {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.comments .imageContainer > div {
display: inline-block;
position: relative;
vertical-align: top;
cursor: pointer;
}
.comments .imageContainer > div img {
max-width: 100%;
min-height: 64px;
}
.comments .imageContainer > div .play {
width: 56px;
height: 56px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -28px;
margin-left: -28px;
background: url('//ifrype.com/i/videoplayer/icn_playbtn_2x.png') no-repeat center center;
background-size: 56px auto;
opacity: 0.7;
}
.comments .imageContainer > div:hover .play{
opacity: 1;
}
.commentsLikeProfiles {
max-height: 400px;
overflow-y: auto;
}
.commentsLikeProfiles .formItem {
margin-bottom: 3px;
}
.commentsLikeProfiles .button {
margin-top: 5px;
}
.comments .load-childs {
margin-left: 60px;
font-size: 12px;
line-height: 16px;
margin-bottom: -4px;
margin-top: 10px;
}
.comments .content + .load-childs {
margin-top: 4px;
}
.comments .load-childs a {
display: block;
}
.comments .load-childs a .childs-count {
float: right;
color: #747474;
text-decoration: none;
}
/* +++ Retina images +++ */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
.comments.galleryComments .addImageSayIcon {
background-image: url('//ifrype.com/gallery/img/fs/foto_2x.png');
}
.comments.galleryComments .addSmileySayIcon {
background-image: url('//ifrype.com/gallery/img/fs/smaids_2x.png');
}
}
.CommentsForm {
position: relative;
min-height: 50px;
padding-left: 60px;
margin-top: 12px;
}
.CommentsForm .profile-image {
width: 50px;
height: 50px;
display: block;
position: absolute;
top: 0;
left: 0;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
background-size: cover;
}
.CommentsForm .SayFormEditor, .sayList .CommentsForm .SayFormEditor {
margin-bottom: 0;
}
.CommentsForm .SayEditor {
margin: 8px;
padding: 0;
}
.CommentsForm .SayEditorDefaulText {
left: 8px;
}
.CommentsForm .SayFormWithPic .SayEditorW {
margin-left: 48px;
}
.CommentsForm .SayFormImage {
top: 8px;
left: 8px;
}
.CommentsSmallForm {
padding-left: 40px;
min-height: 32px;
}
.CommentsSmallForm .profile-image {
width: 32px;
height: 32px;
}
.CommentsSmallForm .SayFormBottom {
background: none;
border: none;
padding: 0;
}
.CommentsSmallForm .SayEditor {
min-height: 20px;
max-height: 120px;
margin: 5px 95px 5px 8px;
line-height: 20px;
padding: 0;
}
.CommentsSmallForm .SayFormWithPic .SayEditor {
min-height: 46px;
}
.CommentsSmallForm .SayEditorDefaulText {
top: 2px;
color: #aeaeae;
}
.CommentsSmallForm .inEditorIcons {
position: absolute;
bottom: 7px;
right: 0;
}
.CommentsSmallForm .SayFormBottomIcon > a{
width: 16px;
height: 16px;
color: #aeaeae;
position: relative;
}
.CommentsSmallForm .SayFormBottomIcon a:hover {
color: #747474;
}
.CommentsSmallForm .SayFormBottomIcon a .svg-icon {
vertical-align: top;
}
.SayFormBottomIcon a .svg-icon-foto + .NativeUploader {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.SayFormBottomIcon .SVGIcon{
height:16px;
}
.CommentsSmallForm .SayFormBottom {
height: auto;
margin-top: 8px;
}
.CommentsSmallForm .attach{
padding:10px;
border-top:1px solid #c9c9c9;
}
.CommentsSmallForm .attach:empty{
display:none;
}
#addComment .attach{
border:1px solid #c9c9c9;
border-top:none;
padding:10px;
}
#addComment .attach:empty{
display:none;
}
.ComAttach{
position:relative;
display:inline-block;
width:50px;
height:50px;
margin-right:10px;
border:1px solid #c9c9c9;
background-size:100% 100%;
background-image: url('//ifrype.com/gallery/img/upload.gif');
}
.ComAttach a{
position:absolute;
right:5px;
top:5px;
}
.ComAttach > div{
position:absolute;
left:3px;
bottom:3px;
right:3px;
height:3px;
}
.ComAttach > div div{
background-color:#f60;
height:100%;
}
#addComment a.SIcon:before{
margin:0;
}
/* --- css/comments.css --- */
/* +++ css/pg.css +++ */
.navig{
display:inline;
margin:12px 0;
}
html>body .navig{
display:inline-table;
}
.navig a{
  background-image: url("//ifrype.com/i/sbook/buttons2/link.png");
background-repeat: repeat-x;
height:24px;
line-height: 24px;
display:block;
padding:0 8px;
text-decoration:none;
color:#6f6f6f;
background-color:#f1f2f3;
border:1px solid #C1C8CB;
border-right-width:0px;
text-shadow:0px 1px 0px #f7f7f7;
}
.navig a:hover{
background-position:left -24px;
}
.navig a:active{
background-position:left -48px;
font-weight:bold;
}
.navig a.active, .navig a.active:hover{
background-position:left -72px;
color:#393939 !important;
}
.navig td.first a {
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.navig td.last a {
border-right-width:1px;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.navig td.hidden{
visibility:hidden;
}
.navigBg{
text-align:center;
clear:both;
}
/* --- css/pg.css --- */
/* +++ css/sideevents.css +++ */
.sideEvents li {
color: #1e1e1e;
padding: 8px 24px 8px 56px;
position: relative;
min-height: 40px;
font-size: 13px;
line-height: 17px;
}
.sideEvents li:hover {
background-color: #f8f8f8;
}
.sideEvents li .user-image {
width: 40px;
height: 40px;
display: block;
position: absolute;
top: 9px;
left: 8px;
}
.sideEvents li .user-image:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
border-radius: 3px;
}
.sideEvents li .user-image img {
width: 40px;
height: 40px;
display: block;
border-radius: 3px;
}
.sideEvents li a {
color: #1e1e1e;
}
.sideEvents li .event-icon {
display: inline-block;
vertical-align: middle;
margin-right: 4px;
width: 16px;
height: 16px;
}
.sideEvents .user {
font-weight: bold;
}
.sideEvents p {
padding-right: 10px;
}
.sideEvents p .user{
font-weight: normal;
}
li.simpleInfo{
margin-top: 0;
}
.sideEvents li:last-child {
margin-bottom:0;
}
.sideEvents li p a{
text-decoration: none;
color: #445f96;
font-weight: normal;
}
.sideEvents li p a:hover{
text-decoration: underline;
}
.sideEvents a{
word-wrap: break-word;
}
.sideEvents li.simpleInfo, .sideEvents li.firstItem {
border: 0;
}
.sideEvents li.simpleInfo {
min-height: 0;
padding-top: 0;
padding-bottom: 0;
}
.sideEvents li.simpleInfo:hover {
background: none;
}
.sideEvents li.simpleInfo a {
font-size: 12px;
color: #205a9a;
}
.sideEvents li.simpleInfo a .svg-icon {
vertical-align: top;
}
.sideEvents li .content {
font-size: 13px;
line-height: 17px;
color: #1e1e1e;
}
.sideEvents li .timestamp {
font-size: 12px;
line-height: 14px;
color: #8e8e8e;
margin-top: 4px;
display: block;
}
.sideEvents li .close {
position: absolute;
top: 2px;
right: 2px;
width: 16px;
height: 16px;
border-radius: 2px;
color: #747474;
display: none;
}
.sideEvents li .close:hover {
color: #565656;
}
.sideEvents li:hover .close {
display: block;
}
.sideEvents li .close .svg-icon {
vertical-align: top;
}
/*
#expires 2012-07-01 falcon
*/
.etligoFp {
width: 18px;
height: 18px;
cursor: pointer;
    position: absolute;
left: 0;
top: 0;
display:block;
background-image: url(//ifrype.com/d/ligo/img/eventservericons/todo.png);
background-repeat: no-repeat;
}
.ligoEvbeer{background-image: url(//ifrype.com/d/ligo/img/eventservericons/beer.png)}
.ligoEvplace{background-image: url(//ifrype.com/d/ligo/img/eventservericons/event.png)}
.ligoEvidea{background-image: url(//ifrype.com/d/ligo/img/eventservericons/todo.png)}
.ligoEvpk{background-image: url(//ifrype.com/d/ligo/img/eventservericons/pk.png)}
.ligoEvpractical{background-image: url(//ifrype.com/d/ligo/img/eventservericons/todo.png)}
.ligoEvrecipe{background-image: url(//ifrype.com/d/ligo/img/eventservericons/todo.png)}
.ligoEvparty{background-image: url(//ifrype.com/d/ligo/img/eventservericons/event.png)}
/*
#expires
*/
/* --- css/sideevents.css --- */
/* +++ css/sidemenu.css +++ */
.sideMenu{
background-color:#fff;
overflow:hidden;
}
.sideMenu li{
margin:0px;
padding:0px;
position: relative;
zoom: 1.0; /* IE fix */
}
.sideMenu li div{
padding-left: 36px;
background-position: 10px 7px;
background-repeat: no-repeat;
background-size: 16px;
min-height: 30px; /* lai tukshie itemi buutu redzami */
}
.sideMenu li a{
position: relative;
padding-top:7px;
padding-bottom:7px;
margin-bottom:0px;
display:block;
font-size: 13px;
letter-spacing: 0.3px;
}
.sideMenu li a.withBadge {
padding-right: 20px;
}
.sideMenu li.hidden{
display:none;
}
.sideMenu.compact li a{
padding-top:3px;
padding-bottom:3px;
padding-left: 0px;
font-weight: normal;
}
.sideMenu.compact li div{
padding-left: 3px;
}
.sideMenu li a em{
font-weight:normal;
color:#a7a7a7;
font-style:normal;
}
.sideMenu li a span.badge {
top: 7px;
right: 4px;
text-decoration: none;
}
.sideMenu li a:hover span.badge {
text-decoration: none;
}
.sideMenu li a span.badge.off {
background-color: #a7a7a7;
}
.sideMenu li div > span.help {
font-size: 11px;
display: block;
margin-top: -8px;
}
.sideMenu li a.admin{
width: 16px;
position:absolute;
top:6px;
right:3px;
background: url('//ifrype.com/i/icons/uzstadijumi.png') repeat-x !important;
display:none;
}
.sideMenu li:hover a.admin{
display:block;
}
.sideMenu li.badge:hover a.admin{
right: 20px;
}
.sideMenu li.admin.badge:hover > div, .sideMenu li.admin.badge:hover {
background-position: 205px;
}
.sideMenu .activeMenu{
background-color:#f8f8f8;
}
.activeMenu > div > a{
font-weight:bold;
}
.sideMenu li a.highlite{
color: #ff6600;
}
.sideMenu .sideMenu li{
padding-left:35px;
}
.sideMenu .sideMenu li a {
border-top:none;
}
.sideMenu .iconImg {
padding-top:5px;
padding-left:3px;
width:20px;
height: 20px;
display: block;
float:left;
}
.noIcons li div {
padding-left: 5px;
}
/* +++ profileNews +++ */
#specialBox{
border-top:1px solid #E7E7E7;
}
.profileNews {
display: none;
color: #6F6F6F;
}
.profileNews .user{
font-weight:bold;
}
.profileNews li{
background-position: 26px center;
background-repeat: no-repeat;
overflow:hidden;
clear:both;
padding-left:6px;
padding-top:5px;
padding-bottom:5px;
}
.sideMenu2 li{
padding-bottom:5px;
}
.sideMenu2 li div{
position:relative;
background-repeat:no-repeat;
padding-left:20px;
}
.sideMenu2 .closeIcon{
position:absolute;
right:10px;
top:2px;
height:15px;
width:15px;
}
.profileNews .content-inner {
overflow:hidden;
padding-left:0;
}
.profileNews li.other {
filter:alpha(opacity=30);
 zoom: 1; 
-khtml-opacity:0.3;
opacity:0.3;
}
.profileNews li.other:hover {
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity:0.7;
opacity:0.7;
}
.profileNews li.today a {
font-weight:bold;
}
.profileNews li.other a {
/*background:#f8f8f8;*/
}
.profileNews li span.bubble {
color: #FFFFFF;
display: block;
float: left;
font-size: 11px;
margin-right: 10px;
padding: 0 5px;
text-align: center;
width: 70px;
padding:0;
}
.profileNews .icon {
padding-left:27px;
}
.profileNews li:hover>.sideMenu li:hover{
background-color: transparent;
}
.profileNews li a {
display: inline;
}
.profileNews li a:hover {
text-decoration: underline;
}
#calendarContent .profileNews li p {
float: left;
    width: 133px;
}
#calendarContent .profileNews li p a {
display:block;
float:left;
padding:0px;
}
.profileNews li p{
margin-right:5px;
}
.profileNews li p a {
font-weight:normal;
text-decoration:none;
margin-bottom: 0;
}
.profileNews li.simpleInfo {
border: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 26px;
}
.profileNews li.simpleInfo a{
font-size: 11px;
background: url('//ifrype.com/i/sbook/select_open.png') no-repeat 0px 1px;
padding-left: 13px;
padding-top:0px;
padding-bottom:0px;
}
.profileNews span.eventTime {
color:#8D8D8D;
font-size:11px;
}
/* --- profileNews --- */
.profileNews p {
margin-bottom: 0;
}
ul.tree {
overflow:hidden;
border-bottom:1px solid #E7E7E7;
margin-bottom:30px;
}
ul.tree li {
border-top:1px solid #E7E7E7;
padding:6px 0 6px 32px;
position:relative;
}
ul.tree li:first-child {
border-top: none;
}
ul.tree li ul {
display:none;
padding:8px 0;
margin-left:2px;
}
ul.tree li ul li {
padding-left:0;
border:none;
padding-top:2px;
padding-bottom:2px;
}
ul.tree li ul li a {
font-size:12px;
color:#6F6F6F;
}
ul.tree li a {
color:#393939;
}
ul.tree li span {
cursor:pointer;
display:block;
float:left;
height:16px;
left:7px;
position:absolute;
text-indent:-1000px;
top:6px;
width:16px;
background-image:url('//ifrype.com/i/icons/add_gray.png');
}
ul.tree li.opened ul {
display:block;
}
ul.tree li.opened span {
background-image:url('//ifrype.com/i/icons/remove_gray.png');
}
a.galEvent{
padding:0 !important;
float:right;
margin-right:5px;
}
a.galEvent img{
width:50px;
height:50px;
}
span.galEvent{
word-wrap:break-word;
}
.profileNews .xmasCal .bubble {
background: url('//ifrype.com/d/xmas13/assets/mk-advente.png') no-repeat;
padding-left: 25px;
width: 45px;
padding-top: 2px;
height: 18px;
}
/* --- css/sidemenu.css --- */
/* +++ css/sidenews.css +++ */
.sideNews li{
background-position:0px 8px;
background-repeat: no-repeat;
margin-bottom:0px;
padding-left:22px;
margin-bottom:10px;
}
.sideNews li:last-child{
margin-bottom:0px;
}
.sideNews li p a{
text-decoration:none;
}
.sideNews li p a:hover{
text-decoration:underline;
}
.sideNews strong{
font-weight:normal;
}
/* --- css/sidenews.css --- */
/* +++ css/sidemedia.css +++ */
.mediaSidebar .title {
float: left;
width: 160px;
padding-top: 10px;
display:block;
}
.mediaSidebar a:hover .title {
text-decoration: underline;
}
.mediaSidebar li {
height:55px;
font-weight:bold;
}
.mediaSidebar img {
margin-right:10px;
float:left;
}
/* reset follow pogai */
#followaBox.drMedia .button ,
#followaBox.drMedia .button a ,
#followaBox.drMedia .icon ,
#followaBox.drMedia .radius3 ,
#followaBox.drMedia .buttonC {
background:transparent;
border:0;
color:#445F96;
font-weight:normal;
height:auto;
line-height:1em;
margin:0;
padding:0;
text-decoration: none;
text-shadow: none;
width:auto;
}
/* --- css/sidemedia.css --- */
/* +++ css/filters.css +++ */
.filterCategories {
margin-bottom: 10px;
width: 100%;
}
.filterCategories td {
border: 1px solid #e7e7e7;
vertical-align: top;
overflow: hidden;
}
.filterCategories td,
.filterSubCat td{
/*background:url(//ifrype.com/i/sbook/filters/filterCategory.png) repeat-x bottom;*/
}
.filterCategories td.active {
background: url(//ifrype.com/i/sbook/filters/filterCategory_active.png) repeat !important;
}
.filterCategories td a {
display: block;
/*height: 30px; */
width: auto;
background-repeat: no-repeat; 
background-position: center 10px;
color: #6f6f6f;
font-size: 10px;
line-height: 10px;
font-weight: bold;
text-align: center;
padding: 47px 5px 10px 5px;
text-decoration:none;
}
.filterCategories td:hover {
background-image:url('//ifrype.com/i/sbook/filters/filterCategory_hover.png');
}
.filterCategories td.active a {
color: #f3f3f3;
}
table.filterSubCat {
width: 100%;
border:none;
border-left:1px solid #e7e7e7;
border-top:1px solid #e7e7e7;
margin-top:10px;
margin-bottom:10px;
}
table.filterSubCat .additionalRow td {
border: 0;
background-image: none;
}
table.filterSubCat td {
border:none;
border-right:1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
height: 30px;
vertical-align: middle;
/*width:25%;*/
background-color:#FFF;
background-repeat: no-repeat; 
background-position:8px center;
background-size: 16px;
padding-left:5px;
padding-right:5px;
}
table.filterCategories td.childHolder {
border: 1px solid #e7e7e7;
border-top:none;
border-right:none;
border-bottom:none;
}
table.filterSubCat td.empty {
background:#fff !important;
}
table.filterCategories td.childHolder table.filterSubCat {
border:none;
margin:0;
}
table.filterSubCat td a {
color: #6f6f6f;
line-height:15px;
display:block;
padding:5px 0 5px 29px;
text-align: left;
font-size: 12px;
min-height: 16px;
font-weight:bold;
position:relative;
}
table.filterSubCat td a .badge{
top:5px;
}
table.filterSubCat td a:hover,  table.filterSubCat td.activeSub a {
color: #393939;
text-decoration: none;
}
table.filterSubCat td.activeSub,
table.filterSubCat td:hover {
background-color:#f8f8f8;
}
table.filterSubCat span.badge {
background-color: #FF6600;
border: medium none;
border-radius: 5px 5px 5px 5px;
color: #FFFFFF;
float: right;
font-size: 10px;
line-height: 14px;
margin-right: 4px;
margin-top: 4px;
padding: 1px 6px;
text-align: center;
text-shadow: none;
}
/* search / autocomplete */
.filterSearcher .formItemBorder {
/*background-image:url("//ifrype.com/i/icons/search.png");
background-repeat: no-repeat;
background-position: right center;
*/
}
#breadcrumbSearch .searchButton{
position: absolute;
width: 28px;
height: 28px;
padding: 6px;
right: 0;
top: 2px;
box-sizing: border-box;
}
#centerSearch .searchButton {
position: absolute;
width: 16px;
height: 16px;
right: 6px;
top: 25px;
}
.filterSearcher .formItemPadding {
margin-right:20px;
}
/* Dropdown */
.dropdownList{
position:relative;
height:30px;
}
h1 .dropdownList, h2 .dropdownList, h3 .dropdownList{
position:absolute;
top:0px;
right:0px;
}
.dropdownList ul li:first-child {
font-weight: bold;
border: 0px;
background: url('//ifrype.com/i/sbook/select.png') right 4px no-repeat;
}
.dropdownList .hover li:hover, .dropdownList .clicked li:hover {
background-color:#E7E7E7;
}
.dropdownList ul {
font-weight: normal;
font-size:12px;
text-align: right;
position:absolute;
right:0;
border:1px solid transparent;
border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
-o-border-radius:5px;
height: 18px;
margin-top:0;
/*overflow:hidden;*/
z-index:10;
}
.dropdownList ul li{
border-top:1px solid #E7E7E7;
visibility:hidden;
white-space:nowrap;
}
.dropdownList .hover:hover, .dropdownList ul.clicked{
background-color: #f8f8f8;
border:1px solid #E7E7E7;
height:auto;
overflow:visible;
}
.dropdownList ul a:hover {
border-bottom:none;
}
.dropdownList .hover:hover li, .dropdownList ul.clicked li, .dropdownList ul li:first-child{
visibility:visible;
}
.dropdownList ul a {
padding: 2px 20px 2px 10px;
display:block;
color: #6f6f6f;
}
.dropdownList ul a:hover {
color: #393939;
text-decoration: none;
}
.dropdownList ul li:first-child a:hover {
color: #393939;
}
.dropdownList ul div.section li a {
white-space:nowrap;
overflow:hidden;
}
/* +++ ddMenu +++ */
.ddMenu{
position:relative;
padding-right:16px;
background-repeat:no-repeat;
background-image:url('//ifrype.com/i/sbook/select.png');
background-position:right center;
display:inline-block;
cursor:pointer;
}
.ddMenu.ddMenuNoArrow {
padding-right: 0;
background: none;
}
h3 .ddMenu{
background-image:url('//ifrype.com/i/sbook/select_light.png');
}
.ddMenu + .ddMenu{
margin-left:10px;
}
.ddMenu.hidden {
display: none;
}
.ddMenuList{
position:absolute;
background: #ffffff;
min-width: 150px;
-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
white-space: nowrap;
z-index: 1;
text-align:left;
color: #424242;
padding: 4px 0;
font-weight:normal;
}
.ddMenuList:before {
position: absolute;
left: 0;
right: 0;
height: 6px;
bottom: 100%;
content: '';
}
.ddMenuList:after {
position: absolute;
left: 0;
right: 0;
height: 6px;
top: 100%;
content: '';
}
.ddMenuList.ddMenuNoPadding {
padding: 0;
}
.ddMenuListItem{
font-size: 13px;
line-height: 17px;
padding:4px 12px;
cursor:pointer;
margin-bottom: 2px;
}
.ddMenuListItem:first-child{
border-radius:3px 3px 0 0;
-moz-border-radius:3px 3px 0 0;
-webkit-border-radius:3px 3px 0 0;
}
.ddMenuListItem:last-child{
border-radius:0 0 3px 3px;
-moz-border-radius:0 0 3px 3px;
-webkit-border-radius:0 0 3px 3px;
margin-bottom: 4px;
}
.ddMenuListItem:hover{
background-color:#ecf4fd;
}
.ddMenuList a{
color: #424242;
text-decoration: none;
}
.ddMenuArr{
position: absolute;
bottom: 100%;
left: 9px;
content: '';
width:16px;
height:10px;
background-image:url('//ifrype.com/messages/img/bsturis_up.png');
}
.ddMenuTop .ddMenuArr{
top: 100%;
background-image:url('//ifrype.com/messages/img/bsturis_down.png');
}
.ddMenuSelectable .ddMenuListItem{
padding-left:25px;
}
.ddMenuSelected{
background-image:url('//ifrype.com/i/sbook/tick.png');
background-repeat: no-repeat;
background-position: 8px center;
}
.ddMenuList .formItemPermissions{
padding:0 8px;
}
.ddMenuList .formItemPermissions .formItemCheckbox:last-child {
margin-bottom: 4px;
}
.ddMenuListTitle {
font-size: 10px;
color: rgb(141, 142, 144);
font-weight: bold;
cursor: default;
}
.ddMenuListTitle:hover {
background: none;
}
.ddMenuListSep {
width: 100%;
border-bottom: 1px solid #e7e7e7;
margin: 2px 0;
}
/* --- ddMenu --- */
/* +++ dropDown +++ */
.Options{
position: absolute;
right:0;
top:32px;
background: #fefefe;
min-width: 150px;
-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
white-space: nowrap;
z-index: 1;
text-align:left;
color: #424242;
padding: 4px 0;
font-weight:normal;
}
.Options.OptionsLeft,
.rInfoOptionsWrapper .Options.OptionsLeft {
left: 0;
right: auto;
}
.Options.up {
    position: absolute;
    right:0;
    bottom:32px;
top: auto;
    background: #fefefe;
    min-width: 150px;
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
    white-space: nowrap;
    z-index: 1;
    text-align:left;
    color: #424242;
    padding: 4px 0;
    font-weight:normal;
}
.Options.up:before{
    content: '';
    background: none;
}
.Options:before{
position: absolute;
bottom: 100%;
right: 9px;
content: '';
/*
width:0;
height:0;
border-bottom: 7px solid #fefefe;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
*/
width:16px;
height:10px;
background-image:url('//ifrype.com/messages/img/bsturis_up.png');
}
.Options.openUp:before{
top: 100%;
bottom: auto;
background-image:url('//ifrype.com/messages/img/bsturis_down.png');
}
.Options.OptionsLeft:before {
right: auto;
left: 9px;
}
.Options .OptionsItem{
font-size: 13px;
line-height: 17px;
padding:4px 12px;
cursor:pointer;
margin-bottom: 2px;
}
.Options .OptionsItem:first-child{
border-radius:3px 3px 0 0;
-moz-border-radius:3px 3px 0 0;
-webkit-border-radius:3px 3px 0 0;
}
.Options .OptionsItem:last-child{
border-radius:0 0 3px 3px;
-moz-border-radius:0 0 3px 3px;
-webkit-border-radius:0 0 3px 3px;
margin-bottom: 0;
}
.Options .OptionsItem:hover, .Options .OptionsItem.hover{
background-color:#ecf4fd;
}
.Options .itemSep{
border-bottom:1px solid #e7e7e7;
height:4px;
margin-bottom:4px;
}
.Options .OptionsItem ~ .itemSep{
height:2px;
}
.Options .itemSep:first-child, .Options .itemSep:last-child{
display:none;
}
/* --- css/filters.css --- */
/* +++ css/articles.css +++ */
.shortArticle {
overflow:hidden;
clear:both;
margin-bottom:20px;
min-height:50px;
}
.shortArticle .profileSmallIcon {
display:block;
float:left;
width:50px;
position:relative;
}
.shortArticle .articleContent {
margin-left:59px;
}
.shortArticle .articleContent h3 {
margin:0;
padding:0;
}
.shortArticle .badge {
background:none repeat scroll 0 0 #A7A7A7;
bottom: 3px; 
right:3px;
color:#FFFFFF;
display:inline;
font-size:10px;
line-height:14px;
padding:1px 4px 2px 3px;
position:absolute;
text-shadow:none;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-o-border-radius:5px;
-khtml-border-radius:5px;
}
.articleHeader {
position:relative;
}
.post .articleHeader .profileSmallIcon {
display: none;
}
.articleHeader .profileSmallIcon {
float:left;
margin-right:10px;
margin-bottom: 5px;
border-radius: 0;
}
.articleHeader .closeIcon {
position:absolute;
top:0;
right:0;
visibility:hidden;
}
.articleHeader .button{
position:relative;
top:-5px;
}
.articleItem:hover .closeIcon {
visibility:visible;
}
.articleItem .userComments > li {
border:none;
}
.articleItem .articleHeader h1,
.openArticle .articleHeader h1,
.postLeadNarrow .articleHeader h1 {
border:none;
margin:0 0 7px;
padding-top:0;
padding-bottom:3px;
font-size: 14px;
line-height: 16px;
}
.openArticle .articleHeader h1 {
font-size: 22px;
line-height: 26px;
}
.articleList .articleHeader h1 {
padding-top: 8px;
margin-bottom: 0;
}
.articleHeader ul li {
float:left;
margin-right:10px;
color:#6f6f6f;
}
.articleHeader ul li a {
/*font-weight: bold;*/
color: #6F6F6F;
}
.articleHeader .country {
background-repeat: no-repeat;
background-position: left;
padding-left: 20px;
}
.articleItem {
overflow:hidden;
clear:both;
padding:15px 0 8px 0;
border-bottom:solid 1px #F5F5F5;
}
.articleList > div:last-child .articleItem{
border-bottom:none;
}
.articleList > div:first-child{
padding-top:0;
}
.articleList .more {
font-style: normal;
font-weight: normal;
font-size: 13px;
}
.articleItem .articleFooter{
overflow:hidden;
clear:both;
}
.articleItem .articleFooter li {
float:left;
margin-right:15px;
}
.magazineFooter li a {
font-weight:bold;
}
.magazineFooter li i a {
color: #FF6600;
font-style: normal;
padding-left: 0;
}
.articleItem .articleFooter li a {
padding-left:17px;
background-position:left center;
background-repeat:no-repeat;
font-size:11px;
font-weight:bold;
}
.articleItem .articleFooter li a.Icon {
padding-left:0;
}
.articleItem .articleFooter li i {
font-style:normal;
color:#ff6600;
}
.articleItem .postImage, .openArticle .postImage {
float:right;
border-color:#fff;
border-style: solid;
border-width: 0 0 10px 10px;
position:relative;
z-index:1;
margin-top:20px;
}
.articleItem .postText, .openArticle .postText {
clear: left;
padding:10px 0;
margin:0;
}
.openArticle .postText {
margin-bottom:5px;
margin-top:10px;
/*border-top: 1px solid #E7E7E7;*/
}
.articleItem.highlight h1 a {
color:#ff6600;
}
.articleItem.highlight h1 a:hover { 
border-bottom: 1px solid #FF6600;
}
.calendar-item {
width:47px;
height: 48px;
background: url('//ifrype.com/i/sbook/cal.png') no-repeat;
}
.calendar-item dt {
color:#fff;
text-align:center;
font-size:10px;
line-height: 10px;
font-weight:bold;
padding:2px 0;
}
.calendar-item dd {
text-align:center;
line-height: 14px;
font-weight:bold;
font-size:20px; 
color:#393939;
padding-top: 11px;
text-shadow: 1px 0 0 #ffffff;
}
#poll:hover a.close{
display:block;
}
#poll{
display:block;
width:200px;
float:right;
margin-left:10px;
position:relative;
margin-bottom:10px;
}
#poll table{
width:100%;
}
#poll .my_answer{
font-weight:bold;
}
#poll td{
border-top:1px solid #e2e2e2;
padding:5px 0;
color:#383838;
}
#poll td.onright{
text-align:right;
}
#poll .results_square{
width:12px;
height:12px;
}
#poll .form_footer{
margin-top:10px;
padding-top:5px;
border-top:1px solid #e2e2e2;
margin-bottom:0;
}
#poll .creditnote{
color:#adadad;
font-size:11px;
text-align:center;
}
#textareaContent{
position:relative;
}
#textareaPoll{
position:relative;
top:0px;
right:0px;
z-index: 1;
}
#textareaContent.blog #textareaPoll{
position:absolute;
}
#textareaPoll.open{
width:240px;
}
#textareaPoll.open{
width:240px;
float:left;
margin-left:10px;
}
.formItemTextarea.small{
float:left;
width:480px;
}
.poll_public{
border: 1px solid #E7E7E7;
padding:10px;
}
h1 .subtitle_badge a, h1 .subtitle_badge a:hover {
    border: medium none;
    color: white;
    text-decoration: none;
}
.large-spotlight {
overflow:hidden;
position:relative;
margin-bottom:30px;
z-index:0;
}
.large-spotlight .image-block .slide,
.large-spotlight,
.large-spotlight .image-block,
.large-spotlight .pager-block {
height:283px;
}
.large-spotlight .image-block,
.large-spotlight .image-block .slide {
width:504px;
}
.large-spotlight .image-block {
position:relative;
}
.large-spotlight .image-block .slide {
background: none repeat scroll 0 0 #FFF;
left: 0;
overflow: hidden;
position: absolute;
text-align: center;
top: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.large-spotlight .image-block .slide-title {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
bottom: 0;
left: 0;
position: absolute;
width: 504px;
border-bottom-left-radius: 4px;
}
.large-spotlight .image-block .slide-title td{
vertical-align:middle;
padding:12px;
text-align:left;
}
.large-spotlight .image-block .slide-title td a {
color:#FFF;
font-weight:bold;
font-size:12px;
}
.large-spotlight .image-block .slide img {
min-height: 283px;
position: relative; 
top:0;
width: 504px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.large-spotlight .pager-block {
position:absolute;
right:0;
top:0;
width:316px;
z-index:200;
border-top:solid 1px #dbdbdb;
border-bottom:solid 1px #dbdbdb;
border-right: 1px solid #dbdbdb;
box-sizing: border-box;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.large-spotlight .pager-block li {
border-bottom:solid 1px #dbdbdb;
position: relative;
}
.large-spotlight .pager-block li:last-child {
border-bottom: 0;
}
.large-spotlight .pager-block li a,
.large-spotlight .pager-block li strong,
.large-spotlight .pager-block li span {
display:block;
}
.large-spotlight .pager-block li a {
height:93px;
color:#1e1e1e;
display:block;
width: 100%;
box-sizing: border-box;
background: #f8f8f8;
padding: 0 16px;
}
.large-spotlight .pager-block li:first-child a {
border-top-right-radius: 4px;
}
.large-spotlight .pager-block li:last-child a {
border-bottom-right-radius: 4px;
}
.large-spotlight .pager-block li a:hover {
text-decoration:none;
}
.large-spotlight .pager-block li a:before {
content: '';
display: inline-block;
vertical-align: middle;
min-height: 93px;
}
.large-spotlight .pager-block li span {
display: inline-block;
vertical-align:middle;
}
.large-spotlight .pager-block li span strong {
font-size: 14px;
line-height: 19px;
}
.large-spotlight .pager-block li span .author {
font-size: 13px;
line-height: 17px;
margin-top: 2px;
white-space: nowrap;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
color: #205a9a;
}
.large-spotlight .pager-block li:hover a,
.large-spotlight .pager-block li.active a {
background: #ffffff;
}
.large-spotlight .pager-block li.active:after {
content: '';
width: 12px;
height: 93px;
position: absolute;
top: 0;
left: -11px;
background-image: url('/i/misc/spotlight/img-triangle.png');
}
.postLeadNarrow .postText {
padding-top: 10px;
padding-bottom: 5px;
}
.postLeadNarrow .postImage {
max-width: 100%;
}
.postLeadNarrow .embedPlaceholder .playButton {
background-image: url('//ifrype.com/i/videoplayer/icn_playbtn_2x.png');
background-size: 40px 40px;
width: 40px;
height: 40px;
opacity: 0.7;
}
.postLeadNarrow .embedPlaceholder:hover .playButton {
background-position: 50% 50%;
opacity: 1;
}
/* +++ blog columns +++ */
.blogCol{
float: left;
width: 360px;
}
.blogCol + .blogCol {
margin-left: 10px;
}
.blogBlock {
position: relative;
margin-bottom: 10px;
border: 1px solid #e7e7e7;
max-width: 360px;
}
.blogBlock:hover .blogBlockContent {
background-color: #f6f6f6;
}
.blogBlock .title {
display: block;
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
line-height: 1.3em;
}
.blogBlock .title .flag {
margin-right: 2px;
position: relative;
top: 4px;
}
.blogBlockContent {
padding: 14px;
}
.blogBlockContent .text {
font-size: 13px;
line-height: 18px;
}
.blogBlock .image {
min-height: 100px;
max-height: 223px;
overflow: hidden;
}
.blogBlock .image img {
max-width: 358px;
}
.blogBlock .galleryMosaic {
position: relative;
}
.blogBlock .galleryMosaic .title {
position: absolute;
bottom: 14px;
left: 14px;
z-index: 1;
}
.blogBlock .galleryMosaic .title a {
color: #fff;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
/* --- blog columns --- */
/* --- css/articles.css --- */
/* +++ css/cbx.css +++ */
.cbx{
margin-bottom:5px;
}
.cbxCaption a{
text-decoration:none;
}
.cbx .cbxArrow{
background-image:url('//ifrype.com/i/sbook/select_open.png');
background-repeat:no-repeat;
background-position:-5px 1px;
padding-left:10px;
}
.cbx.open>.cbxCaption>.cbxArrow{
background-image:url('//ifrype.com/i/sbook/select.png');
background-position:-4px center;
}
.cbxCaption span{
cursor:pointer;
}
.cbxContent{
/*margin-left:20px;*/
padding-top:5px;
padding-bottom:10px;
}
.cbx>.cbxContent{
display:none;
}
.cbx.open>.cbxContent{
display:block;
}
.treeList li {
border-bottom: 1px solid #e7e7e7;
line-height: 30px;
}
.treeList .treeListChild {
border-top: 1px solid #e7e7e7;
margin: 0;
}
.treeList .treeListChild li {
/*background-color: #f3f3f3;*/
padding-left: 36px;
}
.treeListChild li:last-child {
border: 0;
}
.treeList .cbx {
padding: 0;
float:left;
width:12px;
margin-right:3px;
padding-top: 3px;
}
.treeList .cbx.open>.cbxArrow {
background-image:url('//ifrype.com/i/sbook/select.png');
background-position: top center;
}
.formItemMultiCheckbox {
width: auto;
}
.formItemMultiCheckbox .multiCbxContent, body > .multiCbxContent {
display: none;
border: 1px solid #D7D7D7;
background-color: #F8F8F8;
padding: 0 8px 0 8px;
margin-top: 3px;
position: absolute;
z-index: 15;
}
body > .multiCbxContent{
box-sizing: border-box;
margin-left: 1px;
}
.formItemMultiCheckbox.open .multiCbxContent, body > .multiCbxContent.open {
display: block;
}
.formItemMultiCheckbox .multiCbxContent li, body > .multiCbxContent li {
border-bottom: 1px solid #D7D7D7;
padding: 5px 0 5px 0;
}
.formItemMultiCheckbox .multiCbxContent li:last-child, body > .multiCbxContent li:last-child {
border: none;
}
body > .multiCbxContent label {
cursor: pointer;
}
.formItemMultiCheckbox .multiCbxContent label, body > .multiCbxContent label {
font-weight: normal;
}
body > .multiCbxContent label > span {
margin-left: 4px;
}
.formItemMultiCheckbox .multiCbxContent input, body > .multiCbxContent input {
    position: relative;
    top: 2px;
}
.formItemMultiCheckbox .multiCbxResult, body > .multiCbxContent .multiCbxResult {
border-top: 1px solid #D7D7D7; 
text-align: center;
font-size: 12px;
display:none;
}
body > .multiCbxContent .multiCbxResult.top {
border-top: 0;
border-bottom: 1px solid #D7D7D7;
}
.formItemMultiCheckbox a {
text-overflow: ellipsis;
}
/* --- css/cbx.css --- */
/* +++ css/progress.css +++ */
.progress{
position:relative;
width:240px;
height:15px;
background-image:url('//ifrype.com/i/sbook/progress/bg.jpg');
}
.progress, .progress div{
font-size:1px;
line-height:1px;
}
.progressSmall{
width:100px;
background-image:url('//ifrype.com/i/sbook/progress/bg_sm.jpg');
}
.progressContent{
position:absolute;
top:2px;
left:2px;
width:236px;
height:11px;
overflow:hidden;
}
.progressSmall .progressContent{
width:96px;
}
.progressContents{
float:left;
height:100%;
}
.progressOverlay{
position:absolute;
top:1px;
left:1px;
width:238px;
height:13px;
background-image:url('//ifrype.com/i/sbook/progress/overlay.png');
}
.progressSmall .progressOverlay{
width:98px;
background-image:url('//ifrype.com/i/sbook/progress/overlay_sm.png');
}
.progressIcon{
position:relative;
background-image:url('//ifrype.com/i/sbook/progress/icon_bg.jpg');
width:15px;
height:15px;
}
.progressIcon, .progressIcon div{
font-size:1px;
line-height:1px;
}
.progressIconContent{
position:absolute;
top:2px;
left:2px;
width:11px;
height:11px;
}
.progressIconOverlay{
position:absolute;
top:1px;
left:1px;
width:13px;
height:13px;
background-image:url('//ifrype.com/i/sbook/progress/icon_overlay.png');
}
.progressCaptoins td{
padding:1px;
}
/* --- css/progress.css --- */
/* +++ css/ratestars.css +++ */
.rateStars{
font-size:1px;
line-height:1px;
width:98px;
height:18px;
overflow:hidden;
background-image:url('//ifrype.com/i/stars/bg_s.png');
background-position:left center;
}
.rateStars div{
float:left;
top:0px;
left:0px;
height:100%;
width:0px;
background-image:url('//ifrype.com/i/stars/c_s.png');
background-position:left center;
}
.rateStarsLarge{
width:225px;
height:44px;
background-image:url('//ifrype.com/i/stars/bg.png');
}
.rateStarsLarge div{
background-image:url('//ifrype.com/i/stars/c.png');
}
.rateStarsSmall{
width:65px;
height:12px;
background-image:url('//ifrype.com/i/stars/bg_small.png');
}
.rateStarsSmall div{
background-image:url('//ifrype.com/i/stars/c_small.png');
}
/* --- css/ratestars.css --- */
/* +++ css/emo.css +++ */
.emoSm{
width:20px;
height:20px;
background-position: center;
background-repeat: no-repeat;
}
.emoFpClose{
width: 16px;
height: 16px;
position: absolute;
right: 0;
top: -3px;
}
.closeEmo{
display:block;
width: 16px;
height: 16px;
position: absolute;
right: 0;
top: -3px;
}
.emoBigWrap{
position:absolute;
top:10px;
left:0;
}
.emoBigFp{
width:42px;
height:42px;
}
.emoBigFp img{
width:40px;
}
.emoBig{
width:60px;
height:60px;
position:absolute;
z-index:2;
top:50px;
left:5px;
}
#emoComment .userComments > li .profileImage {
border:none;
width:60px;
height:60px;
}
#emoComment .userComments > li{
padding-left:80px;
}
.emoBottom{
padding-left:80px;
margin-top:10px;
}
.emo38{
width:21px;
height:17px;
}
.emo39{
width:21px;
height:17px;
}
.emo40{
width:21px;
height:17px;
}
.emo41{
width:21px;
height:17px;
}
.emo42{
width:21px;
height:17px;
}
.emo43{
width:22px;
height:17px;
}
.emo45{
width:29px;
height:17px;
}
.emo58{
width:22px;
height:18px;
}
.emo59{
width:29px;
height:18px;
}
.emo60{
width:23px;
height:18px;
}
.emo61{
width:23px;
height:18px;
}
.emo63{
width:21px;
height:17px;
}
.emo64{
width:24px;
height:17px;
}
.emo65{
width:22px;
height:17px;
}
.emo67{
width:23px;
height:18px;
}
.emo68{
width:22px;
height:18px;
}
.emo69{
width:22px;
height:18px;
}
.emo71{
width:23px;
height:18px;
}
.emo74{
width:25px;
height:18px;
}
.emo78{ width:21px; }
.emo_b48{
width:64px;
height:59px;
}
.emo_b58{
width:68px;
height:58px;
}
.emo_b59{
width:69px;
height:57px;
}
.emo_b60{
width:71px;
height:58px;
}
.emo_b61{
width:66px;
height:50px;
}
/*Events*/
.emoEv0{background:url('//ifrype.com/i/emotions/event/smile_no_emotion.png') no-repeat scroll center;}
.emoEv1{background: url('//ifrype.com/i/emotions/event/smile_abroad.png') no-repeat scroll center;}
.emoEv2{background: url('//ifrype.com/i/emotions/event/smile_angry.png') no-repeat scroll center;}
.emoEv3{background: url('//ifrype.com/i/emotions/event/smile_cry.png') no-repeat scroll center;}
.emoEv4{background: url('//ifrype.com/i/emotions/event/smile_do_not_disturb.png') no-repeat scroll center;}
.emoEv5{background: url('//ifrype.com/i/emotions/event/smile_hangower.png') no-repeat scroll center;}
.emoEv6{background: url('//ifrype.com/i/emotions/event/smile_happy.png') no-repeat scroll center;}
.emoEv7{background: url('//ifrype.com/i/emotions/event/smile_in_love.png') no-repeat scroll center;}
.emoEv8{background: url('//ifrype.com/i/emotions/event/smile_kiss.png') no-repeat scroll center;}
.emoEv9{background: url('//ifrype.com/i/emotions/event/smile_lets_go_dance.png') no-repeat scroll center;}
.emoEv10{background: url('//ifrype.com/i/emotions/event/smile_meet_someone.png') no-repeat scroll center;}
.emoEv11{background: url('//ifrype.com/i/emotions/event/smile_new_galery.png') no-repeat scroll center;}
.emoEv12{background: url('//ifrype.com/i/emotions/event/smile_sick.png') no-repeat scroll center;}
.emoEv13{background: url('//ifrype.com/i/emotions/event/smile_sos.png') no-repeat scroll center;}
.emoEv14{background: url('//ifrype.com/i/emotions/event/smile_write_me.png') no-repeat scroll center;}
.emoEv15{background: url('//ifrype.com/i/emotions/event/smile_zb.png') no-repeat scroll center;}
.emoEv16{background: url('//ifrype.com/i/emotions/event/smile_revolution.png') no-repeat scroll center;}
.emoEv17{background: url('//ifrype.com/i/emotions/event/smile_batman.png') no-repeat scroll center;}
.emoEv18{background: url('//ifrype.com/i/emotions/event/smile_working.png') no-repeat scroll center;}
.emoEv19{background: url('//ifrype.com/i/emotions/event/smile_cool.png') no-repeat scroll center;}
.emoEv20{background: url('//ifrype.com/i/emotions/event/smile_devil.png') no-repeat scroll center;}
.emoEv21{background: url('//ifrype.com/i/emotions/event/smile_emo.png') no-repeat scroll center;}
.emoEv22{background: url('//ifrype.com/i/emotions/event/smile_sexy.png') no-repeat scroll center;}
.emoEv23{background: url('//ifrype.com/i/emotions/event/smile_skull.png') no-repeat scroll center;}
.emoEv24{background: url('//ifrype.com/i/emotions/event/smile_sleep.png') no-repeat scroll center;}
.emoEv25{background: url('//ifrype.com/i/emotions/event/smile_thumb_up.png') no-repeat scroll center;}
.emoEv26{background: url('//ifrype.com/i/emotions/event/smile_rapper.png') no-repeat scroll center;}
.emoEv27{background: url('//ifrype.com/i/emotions/event/smile_pirate.png') no-repeat scroll center;}
.emoEv28{background: url('//ifrype.com/i/emotions/event/smile_peace.png') no-repeat scroll center;}
.emoEv29{background: url('//ifrype.com/i/emotions/event/smile_basketball.png') no-repeat scroll center;}
.emoEv30{background: url('//ifrype.com/i/emotions/event/smile_lucky.png') no-repeat scroll center;}
.emoEv31{background: url('//ifrype.com/i/emotions/event/smile_lacplesis.png') no-repeat scroll center;}
.emoEv32{background: url('//ifrype.com/i/emotions/event/smile_santa.png') no-repeat scroll center;}
.emoEv33{background: url('//ifrype.com/i/emotions/event/smile_angel.png') no-repeat scroll center;}
.emoEv34{background: url('//ifrype.com/i/emotions/event/smile_tree.png') no-repeat scroll center;}
.emoEv35{background: url('//ifrype.com/i/emotions/event/smile_bored.png') no-repeat scroll center;}
.emoEv36{background: url('//ifrype.com/i/emotions/event/smile_clown.png') no-repeat scroll center;}
.emoEv37{background: url('//ifrype.com/i/emotions/event/smile_MR_T.png') no-repeat scroll center;}
.emoEv38{background: url('//ifrype.com/i/emotions/event/smile_heart.png') no-repeat scroll center;}
.emoEv39{background: url('//ifrype.com/i/emotions/event/smile_LT.png') no-repeat scroll center;}
.emoEv40{background: url('//ifrype.com/i/emotions/event/smile_moto.png') no-repeat scroll center;}
.emoEv41{background: url('//ifrype.com/i/emotions/event/smile_police.png') no-repeat scroll center;}
.emoEv42{background: url('//ifrype.com/i/emotions/event/smile_bmw.png') no-repeat scroll center;}
.emoEv43{background: url('//ifrype.com/i/emotions/event/smile_girl.png') no-repeat scroll center;}
.emoEv44{background: url('//ifrype.com/i/emotions/event/smile_hu.png') no-repeat scroll center;}
.emoEv45{background: url('//ifrype.com/i/emotions/event/smile_rabbit.png') no-repeat scroll center;}
.emoEv46{background: url('//ifrype.com/i/emotions/event/smile_morda.png') no-repeat scroll center;}
.emoEv47{background: url('//ifrype.com/i/emotions/event/smile_party.png') no-repeat scroll center;}
.emoEv48{background: url('//ifrype.com/i/emotions/event/smile_liigo.png') no-repeat scroll center;}
.emoEv49{background: url('//ifrype.com/i/emotions/event/smile_wizard.png') no-repeat scroll center;}
.emoEv50{background: url('//ifrype.com/i/emotions/event/smile_witch.png') no-repeat scroll center;}
.emoEv51{background: url('//ifrype.com/i/emotions/event/smile_zombie.png') no-repeat scroll center;}
.emoEv52{background: url('//ifrype.com/i/emotions/event/smile_pumpkin.png') no-repeat scroll center;}
.emoEv53{background: url('//ifrype.com/i/emotions/event/smile_cyclops.png') no-repeat scroll center;}
.emoEv54{background: url('//ifrype.com/i/emotions/event/smile_alien.png') no-repeat scroll center;}
.emoEv55{background: url('//ifrype.com/i/emotions/event/smile_army.png') no-repeat scroll center;}
.emoEv56{background: url('//ifrype.com/i/emotions/event/smile_cards.png') no-repeat scroll center;}
.emoEv57{background: url('//ifrype.com/i/emotions/event/smile_bomb.png') no-repeat scroll center;}
.emoEv58{background: url('//ifrype.com/i/emotions/event/smile_briedis.png') no-repeat scroll center;}
.emoEv59{background: url('//ifrype.com/i/emotions/event/smile_kachok.png') no-repeat scroll center;}
.emoEv60{background: url('//ifrype.com/i/emotions/event/smile_hockey.png') no-repeat scroll center;}
.emoEv61{background: url('//ifrype.com/i/emotions/event/smile_snowy.png') no-repeat scroll center;}
.emoEv62{background: url('//ifrype.com/i/emotions/event/smile_rose.png') no-repeat scroll center;}
.emoEv63{background: url('//ifrype.com/i/emotions/event/smile_headphones.png') no-repeat scroll center;}
.emoEv64{background: url('//ifrype.com/i/emotions/event/smile_drink.png') no-repeat scroll center;}
.emoEv65{background: url('//ifrype.com/i/emotions/event/smile_bartender.png') no-repeat scroll center;}
.emoEv66{background: url('//ifrype.com/i/emotions/event/smile_8ball.png') no-repeat scroll center;}
.emoEv67{background: url('//ifrype.com/i/emotions/event/smile_hockey.png') no-repeat scroll center;}
.emoEv68{background: url('//ifrype.com/i/emotions/event/smile_valentine.png') no-repeat scroll center;}
.emoEv69{background: url('//ifrype.com/i/emotions/event/smile_blonde.png') no-repeat scroll center;}
.emoEv70{background: url('//ifrype.com/i/emotions/event/smile_fire.png') no-repeat scroll center;}
.emoEv71{background: url('//ifrype.com/i/emotions/event/smile_bomzis.png') no-repeat scroll center;}
.emoEv72{background: url('//ifrype.com/i/emotions/event/smile_robo.png') no-repeat scroll center;}
.emoEv73{background: url('//ifrype.com/i/emotions/event/smile_flower.png') no-repeat scroll center;}
.emoEv74{background: url('//ifrype.com/i/emotions/event/smile_vampire.png') no-repeat scroll center;}
.emoEv75{background: url('//ifrype.com/i/emotions/event/smile_guitar.png') no-repeat scroll center;}
.emoEv76{background: url('//ifrype.com/i/emotions/event/smile_farm.png') no-repeat scroll center;}
.emoEv77{background: url('//ifrype.com/i/emotions/event/smile_hot.png') no-repeat scroll center;}
.emoEv78{background: url('//ifrype.com/i/emotions/event/smile_ice.png') no-repeat scroll center;}
.emoEv79{background: url('//ifrype.com/i/emotions/event/smile_barcelona.png') no-repeat scroll center;}
.emoEv80{background: url('//ifrype.com/i/emotions/event/smile_manchester.png') no-repeat scroll center;}
.emoEv81{background: url('//ifrype.com/i/emotions/event/smile_oligarhs.png') no-repeat scroll center;}
.emoEv82{background: url('//ifrype.com/i/emotions/event/smile_swim.png') no-repeat scroll center;}
.emoEv83{background: url('//ifrype.com/i/emotions/event/smile_bicycle.png') no-repeat scroll center;}
.emoEv84{background: url('//ifrype.com/i/emotions/event/smile_bubbles.png') no-repeat scroll center;}
.emoEv85{background: url('//ifrype.com/i/emotions/event/smile_fungus.png') no-repeat scroll center;}
.emoEv86{background: url('//ifrype.com/i/emotions/event/smile_schoolhappy.png') no-repeat scroll center;}
.emoEv87{background: url('//ifrype.com/i/emotions/event/smile_schoolangry.png') no-repeat scroll center;}
.emoEv88{background: url('//ifrype.com/i/emotions/event/smile_rain.png') no-repeat scroll center;}
.emoEv89{background: url('//ifrype.com/i/emotions/event/smile_autumn.png') no-repeat scroll center;}
.emoEv90{background: url('//ifrype.com/i/emotions/event/smile_candy.png') no-repeat scroll center;}
.emoEv91{background: url('//ifrype.com/i/emotions/event/smile_chef.png') no-repeat scroll center;}
.emoEv92{background: url('//ifrype.com/i/emotions/event/smile_candle.png') no-repeat scroll center;}
.emoEv93{background: url('//ifrype.com/i/emotions/event/smile_splat.png') no-repeat scroll center;}
.emoEv94{background: url('//ifrype.com/i/emotions/event/smile_bulb.png') no-repeat scroll center;}
.emoEv95{background: url('//ifrype.com/i/emotions/event/smile_decor.png') no-repeat scroll center;}
.emoEv96{background: url('//ifrype.com/i/emotions/event/smile_dragon.png') no-repeat scroll center;}
.emoEv97{background: url('//ifrype.com/i/emotions/event/smile_king.png') no-repeat scroll center;}
.emoEv98{background: url('//ifrype.com/i/emotions/event/smile_valentine2012.png') no-repeat scroll center;}
.emoEv99{background: url('//ifrype.com/i/emotions/event/smile_baby.png') no-repeat scroll center;}
.emoEv100{background: url('//ifrype.com/i/emotions/event/smile_chick.png') no-repeat scroll center;}
.emoEv101{background: url('//ifrype.com/i/emotions/event/smile_bear.png') no-repeat scroll center;}
.emoEv102{background: url('//ifrype.com/i/emotions/event/smile_puck.png') no-repeat scroll center;}
.emoEv103{background: url('//ifrype.com/i/emotions/event/smile_lightening.png') no-repeat scroll center;}
.emoEv104{background: url('//ifrype.com/i/emotions/event/smile_football.png') no-repeat scroll center;}
.etEmoFp {
width: 18px;
height: 18px;
cursor: pointer;
    position: absolute;
left: 0;
top: 0;
display:block;
}
#currentEmo .emoItem {
float:none;
}
#currentEmo .closeIcon {
font-size:11px;
line-height: 20px;
color:gray;
}
#currentEmo .closeIcon:hover {
color:black;
}
#currentEmo .emoItem .text {
background: #eee;
}
.emoItem {
display: inline-block;
height:75px;
width:48%;
position: relative;
margin-top:10px;
}
.emoItem.active{
border:solid 1px;
border-color: #f60;
}
.emoItem:after { /* for onclick bubble in Chrome/Activexobject IE */
position:absolute;
content: '';
width:100%;
top:0;
bottom:0;
height:80px;
left:0;
}
.emoItem:hover .text {
background: #eee;
}
.emoItem .text {
width: 230px;
padding:5px 10px;
display: inline-block;
border-radius:10px 10px 10px 0;
min-height:4em;
border-top-color: #efefef;
border-right-color: #efefef;
}
.emoItem .emoImage {
float:left;
margin-right:10px;
}
.emoItem .emoImage > * {
position: relative;
z-index: 1;
}
#emoBox {
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Q4ZTFlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2I1YzZkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(216,225,231,1)), color-stop(51%,rgba(181,198,208,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
min-height: 100px;
}
#emoBox .emoItem .text {
display:none;
}
#emoBox .emoItem .emoImage embed {
pointer-events: none;
}
#emoBox .emoItem .emoImage:before {
content: " ";
display: block;
width: 100%;
height: 64px;
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:3;
}
#emoBox .emoItem .emoImage {
float:none;
}
#emoBox .emoItem {
width:20%;
text-align: center;
}
/* --- css/emo.css --- */
/* +++ css/emoimges.css +++ */
/* emo auto export */.emo0{background-image:url(//i.ifrype.com/emo/v6/emo_0.png);}
.emo_b0{background-image:url(//i.ifrype.com/emo/v6/emo_0_big.png);}
.emo144{background-image:url(//i.ifrype.com/emo/v6/emo_144.png);}
.emo_b144{background-image:url(//i.ifrype.com/emo/v6/emo_144_big.png);}
.emo143{background-image:url(//i.ifrype.com/emo/v6/emo_143.png);}
.emo_b143{background-image:url(//i.ifrype.com/emo/v6/emo_143_big.png);}
.emo142{background-image:url(//i.ifrype.com/emo/v6/emo_142.png);}
.emo_b142{background-image:url(//i.ifrype.com/emo/v6/emo_142_big.png);}
.emo141{background-image:url(//i.ifrype.com/emo/v6/emo_141.png);}
.emo_b141{background-image:url(//i.ifrype.com/emo/v6/emo_141_big.png);}
.emo140{background-image:url(//i.ifrype.com/emo/v6/emo_140.png);}
.emo_b140{background-image:url(//i.ifrype.com/emo/v6/emo_140_big.png);}
.emo134{background-image:url(//i.ifrype.com/emo/v6/emo_134.png);}
.emo_b134{background-image:url(//i.ifrype.com/emo/v6/emo_134_big.png);}
.emo133{background-image:url(//i.ifrype.com/emo/v6/emo_133.png);}
.emo_b133{background-image:url(//i.ifrype.com/emo/v6/emo_133_big.png);}
.emo132{background-image:url(//i.ifrype.com/emo/v6/emo_132.png);}
.emo_b132{background-image:url(//i.ifrype.com/emo/v6/emo_132_big.png);}
.emo131{background-image:url(//i.ifrype.com/emo/v6/emo_131.png);}
.emo_b131{background-image:url(//i.ifrype.com/emo/v6/emo_131_big.png);}
.emo130{background-image:url(//i.ifrype.com/emo/v6/emo_130.png);}
.emo_b130{background-image:url(//i.ifrype.com/emo/v6/emo_130_big.png);}
.emo129{background-image:url(//i.ifrype.com/emo/v6/emo_129.png);}
.emo_b129{background-image:url(//i.ifrype.com/emo/v6/emo_129_big.png);}
.emo128{background-image:url(//i.ifrype.com/emo/v6/emo_128.png);}
.emo_b128{background-image:url(//i.ifrype.com/emo/v6/emo_128_big.png);}
.emo127{background-image:url(//i.ifrype.com/emo/v6/emo_127.png);}
.emo_b127{background-image:url(//i.ifrype.com/emo/v6/emo_127_big.png);}
.emo126{background-image:url(//i.ifrype.com/emo/v6/emo_126.png);}
.emo_b126{background-image:url(//i.ifrype.com/emo/v6/emo_126_big.png);}
.emo125{background-image:url(//i.ifrype.com/emo/v6/emo_125.png);}
.emo_b125{background-image:url(//i.ifrype.com/emo/v6/emo_125_big.png);}
.emo124{background-image:url(//i.ifrype.com/emo/v6/emo_124.png);}
.emo_b124{background-image:url(//i.ifrype.com/emo/v6/emo_124_big.png);}
.emo123{background-image:url(//i.ifrype.com/emo/v6/emo_123.png);}
.emo_b123{background-image:url(//i.ifrype.com/emo/v6/emo_123_big.png);}
.emo122{background-image:url(//i.ifrype.com/emo/v6/emo_122.png);}
.emo_b122{background-image:url(//i.ifrype.com/emo/v6/emo_122_big.png);}
.emo121{background-image:url(//i.ifrype.com/emo/v6/emo_121.png);}
.emo_b121{background-image:url(//i.ifrype.com/emo/v6/emo_121_big.png);}
.emo120{background-image:url(//i.ifrype.com/emo/v6/emo_120.png);}
.emo_b120{background-image:url(//i.ifrype.com/emo/v6/emo_120_big.png);}
.emo119{background-image:url(//i.ifrype.com/emo/v6/emo_119.png);}
.emo_b119{background-image:url(//i.ifrype.com/emo/v6/emo_119_big.png);}
.emo118{background-image:url(//i.ifrype.com/emo/v6/emo_118.png);}
.emo_b118{background-image:url(//i.ifrype.com/emo/v6/emo_118_big.png);}
.emo117{background-image:url(//i.ifrype.com/emo/v6/emo_117.png);}
.emo_b117{background-image:url(//i.ifrype.com/emo/v6/emo_117_big.png);}
.emo116{background-image:url(//i.ifrype.com/emo/v6/emo_116.png);}
.emo_b116{background-image:url(//i.ifrype.com/emo/v6/emo_116_big.png);}
.emo115{background-image:url(//i.ifrype.com/emo/v6/emo_115.png);}
.emo_b115{background-image:url(//i.ifrype.com/emo/v6/emo_115_big.png);}
.emo114{background-image:url(//i.ifrype.com/emo/v6/emo_114.png);}
.emo_b114{background-image:url(//i.ifrype.com/emo/v6/emo_114_big.png);}
.emo113{background-image:url(//i.ifrype.com/emo/v6/emo_113.png);}
.emo_b113{background-image:url(//i.ifrype.com/emo/v6/emo_113_big.png);}
.emo112{background-image:url(//i.ifrype.com/emo/v6/emo_112.png);}
.emo_b112{background-image:url(//i.ifrype.com/emo/v6/emo_112_big.png);}
.emo111{background-image:url(//i.ifrype.com/emo/v6/emo_111.png);}
.emo_b111{background-image:url(//i.ifrype.com/emo/v6/emo_111_big.png);}
.emo110{background-image:url(//i.ifrype.com/emo/v6/emo_110.png);}
.emo_b110{background-image:url(//i.ifrype.com/emo/v6/emo_110_big.png);}
.emo109{background-image:url(//i.ifrype.com/emo/v6/emo_109.png);}
.emo_b109{background-image:url(//i.ifrype.com/emo/v6/emo_109_big.png);}
.emo108{background-image:url(//i.ifrype.com/emo/v6/emo_108.png);}
.emo_b108{background-image:url(//i.ifrype.com/emo/v6/emo_108_big.png);}
.emo107{background-image:url(//i.ifrype.com/emo/v6/emo_107.png);}
.emo_b107{background-image:url(//i.ifrype.com/emo/v6/emo_107_big.png);}
.emo106{background-image:url(//i.ifrype.com/emo/v6/emo_106.png);}
.emo_b106{background-image:url(//i.ifrype.com/emo/v6/emo_106_big.png);}
.emo105{background-image:url(//i.ifrype.com/emo/v6/emo_105.png);}
.emo_b105{background-image:url(//i.ifrype.com/emo/v6/emo_105_big.png);}
.emo104{background-image:url(//i.ifrype.com/emo/v6/emo_104.png);}
.emo_b104{background-image:url(//i.ifrype.com/emo/v6/emo_104_big.png);}
.emo103{background-image:url(//i.ifrype.com/emo/v6/emo_103.png);}
.emo_b103{background-image:url(//i.ifrype.com/emo/v6/emo_103_big.png);}
.emo102{background-image:url(//i.ifrype.com/emo/v6/emo_102.png);}
.emo_b102{background-image:url(//i.ifrype.com/emo/v6/emo_102_big.png);}
.emo101{background-image:url(//i.ifrype.com/emo/v6/emo_101.png);}
.emo_b101{background-image:url(//i.ifrype.com/emo/v6/emo_101_big.png);}
.emo100{background-image:url(//i.ifrype.com/emo/v6/emo_100.png);}
.emo_b100{background-image:url(//i.ifrype.com/emo/v6/emo_100_big.png);}
.emo99{background-image:url(//i.ifrype.com/emo/v6/emo_99.png);}
.emo_b99{background-image:url(//i.ifrype.com/emo/v6/emo_99_big.png);}
.emo98{background-image:url(//i.ifrype.com/emo/v6/emo_98.png);}
.emo_b98{background-image:url(//i.ifrype.com/emo/v6/emo_98_big.png);}
.emo97{background-image:url(//i.ifrype.com/emo/v6/emo_97.png);}
.emo_b97{background-image:url(//i.ifrype.com/emo/v6/emo_97_big.png);}
.emo96{background-image:url(//i.ifrype.com/emo/v6/emo_96.png);}
.emo_b96{background-image:url(//i.ifrype.com/emo/v6/emo_96_big.png);}
.emo95{background-image:url(//i.ifrype.com/emo/v6/emo_95.png);}
.emo_b95{background-image:url(//i.ifrype.com/emo/v6/emo_95_big.png);}
.emo94{background-image:url(//i.ifrype.com/emo/v6/emo_94.png);}
.emo_b94{background-image:url(//i.ifrype.com/emo/v6/emo_94_big.png);}
.emo92{background-image:url(//i.ifrype.com/emo/v6/emo_92.png);}
.emo_b92{background-image:url(//i.ifrype.com/emo/v6/emo_92_big.png);}
.emo91{background-image:url(//i.ifrype.com/emo/v6/emo_91.png);}
.emo_b91{background-image:url(//i.ifrype.com/emo/v6/emo_91_big.png);}
.emo90{background-image:url(//i.ifrype.com/emo/v6/emo_90.png);}
.emo_b90{background-image:url(//i.ifrype.com/emo/v6/emo_90_big.png);}
.emo89{background-image:url(//i.ifrype.com/emo/v6/emo_89.png);}
.emo_b89{background-image:url(//i.ifrype.com/emo/v6/emo_89_big.png);}
.emo88{background-image:url(//i.ifrype.com/emo/v6/emo_88.png);}
.emo_b88{background-image:url(//i.ifrype.com/emo/v6/emo_88_big.png);}
.emo87{background-image:url(//i.ifrype.com/emo/v6/emo_87.png);}
.emo_b87{background-image:url(//i.ifrype.com/emo/v6/emo_87_big.png);}
.emo86{background-image:url(//i.ifrype.com/emo/v6/emo_86.png);}
.emo_b86{background-image:url(//i.ifrype.com/emo/v6/emo_86_big.png);}
.emo85{background-image:url(//i.ifrype.com/emo/v6/emo_85.png);}
.emo_b85{background-image:url(//i.ifrype.com/emo/v6/emo_85_big.png);}
.emo84{background-image:url(//i.ifrype.com/emo/v6/emo_84.png);}
.emo_b84{background-image:url(//i.ifrype.com/emo/v6/emo_84_big.png);}
.emo83{background-image:url(//i.ifrype.com/emo/v6/emo_83.png);}
.emo_b83{background-image:url(//i.ifrype.com/emo/v6/emo_83_big.png);}
.emo82{background-image:url(//i.ifrype.com/emo/v6/emo_82.png);}
.emo_b82{background-image:url(//i.ifrype.com/emo/v6/emo_82_big.png);}
.emo81{background-image:url(//i.ifrype.com/emo/v6/emo_81.png);}
.emo_b81{background-image:url(//i.ifrype.com/emo/v6/emo_81_big.png);}
.emo80{background-image:url(//i.ifrype.com/emo/v6/emo_80.png);}
.emo_b80{background-image:url(//i.ifrype.com/emo/v6/emo_80_big.png);}
.emo79{background-image:url(//i.ifrype.com/emo/v6/emo_79.png);}
.emo_b79{background-image:url(//i.ifrype.com/emo/v6/emo_79_big.png);}
.emo78{background-image:url(//i.ifrype.com/emo/v6/emo_78.png);}
.emo_b78{background-image:url(//i.ifrype.com/emo/v6/emo_78_big.png);}
.emo77{background-image:url(//i.ifrype.com/emo/v6/emo_77.png);}
.emo_b77{background-image:url(//i.ifrype.com/emo/v6/emo_77_big.png);}
.emo76{background-image:url(//i.ifrype.com/emo/v6/emo_76.png);}
.emo_b76{background-image:url(//i.ifrype.com/emo/v6/emo_76_big.png);}
.emo75{background-image:url(//i.ifrype.com/emo/v6/emo_75.png);}
.emo_b75{background-image:url(//i.ifrype.com/emo/v6/emo_75_big.png);}
.emo74{background-image:url(//i.ifrype.com/emo/v6/emo_74.png);}
.emo_b74{background-image:url(//i.ifrype.com/emo/v6/emo_74_big.png);}
.emo73{background-image:url(//i.ifrype.com/emo/v6/emo_73.png);}
.emo_b73{background-image:url(//i.ifrype.com/emo/v6/emo_73_big.png);}
.emo72{background-image:url(//i.ifrype.com/emo/v6/emo_72.png);}
.emo_b72{background-image:url(//i.ifrype.com/emo/v6/emo_72_big.png);}
.emo71{background-image:url(//i.ifrype.com/emo/v6/emo_71.png);}
.emo_b71{background-image:url(//i.ifrype.com/emo/v6/emo_71_big.png);}
.emo70{background-image:url(//i.ifrype.com/emo/v6/emo_70.png);}
.emo_b70{background-image:url(//i.ifrype.com/emo/v6/emo_70_big.png);}
.emo69{background-image:url(//i.ifrype.com/emo/v6/emo_69.png);}
.emo_b69{background-image:url(//i.ifrype.com/emo/v6/emo_69_big.png);}
.emo68{background-image:url(//i.ifrype.com/emo/v6/emo_68.png);}
.emo_b68{background-image:url(//i.ifrype.com/emo/v6/emo_68_big.png);}
.emo67{background-image:url(//i.ifrype.com/emo/v6/emo_67.png);}
.emo_b67{background-image:url(//i.ifrype.com/emo/v6/emo_67_big.png);}
.emo66{background-image:url(//i.ifrype.com/emo/v6/emo_66.png);}
.emo_b66{background-image:url(//i.ifrype.com/emo/v6/emo_66_big.png);}
.emo65{background-image:url(//i.ifrype.com/emo/v6/emo_65.png);}
.emo_b65{background-image:url(//i.ifrype.com/emo/v6/emo_65_big.png);}
.emo64{background-image:url(//i.ifrype.com/emo/v6/emo_64.png);}
.emo_b64{background-image:url(//i.ifrype.com/emo/v6/emo_64_big.png);}
.emo63{background-image:url(//i.ifrype.com/emo/v6/emo_63.png);}
.emo_b63{background-image:url(//i.ifrype.com/emo/v6/emo_63_big.png);}
.emo62{background-image:url(//i.ifrype.com/emo/v6/emo_62.png);}
.emo_b62{background-image:url(//i.ifrype.com/emo/v6/emo_62_big.png);}
.emo61{background-image:url(//i.ifrype.com/emo/v6/emo_61.png);}
.emo_b61{background-image:url(//i.ifrype.com/emo/v6/emo_61_big.png);}
.emo60{background-image:url(//i.ifrype.com/emo/v6/emo_60.png);}
.emo_b60{background-image:url(//i.ifrype.com/emo/v6/emo_60_big.png);}
.emo59{background-image:url(//i.ifrype.com/emo/v6/emo_59.png);}
.emo_b59{background-image:url(//i.ifrype.com/emo/v6/emo_59_big.png);}
.emo58{background-image:url(//i.ifrype.com/emo/v6/emo_58.png);}
.emo_b58{background-image:url(//i.ifrype.com/emo/v6/emo_58_big.png);}
.emo57{background-image:url(//i.ifrype.com/emo/v6/emo_57.png);}
.emo_b57{background-image:url(//i.ifrype.com/emo/v6/emo_57_big.png);}
.emo56{background-image:url(//i.ifrype.com/emo/v6/emo_56.png);}
.emo_b56{background-image:url(//i.ifrype.com/emo/v6/emo_56_big.png);}
.emo55{background-image:url(//i.ifrype.com/emo/v6/emo_55.png);}
.emo_b55{background-image:url(//i.ifrype.com/emo/v6/emo_55_big.png);}
.emo54{background-image:url(//i.ifrype.com/emo/v6/emo_54.png);}
.emo_b54{background-image:url(//i.ifrype.com/emo/v6/emo_54_big.png);}
.emo53{background-image:url(//i.ifrype.com/emo/v6/emo_53.png);}
.emo_b53{background-image:url(//i.ifrype.com/emo/v6/emo_53_big.png);}
.emo52{background-image:url(//i.ifrype.com/emo/v6/emo_52.png);}
.emo_b52{background-image:url(//i.ifrype.com/emo/v6/emo_52_big.png);}
.emo51{background-image:url(//i.ifrype.com/emo/v6/emo_51.png);}
.emo_b51{background-image:url(//i.ifrype.com/emo/v6/emo_51_big.png);}
.emo50{background-image:url(//i.ifrype.com/emo/v6/emo_50.png);}
.emo_b50{background-image:url(//i.ifrype.com/emo/v6/emo_50_big.png);}
.emo49{background-image:url(//i.ifrype.com/emo/v6/emo_49.png);}
.emo_b49{background-image:url(//i.ifrype.com/emo/v6/emo_49_big.png);}
.emo48{background-image:url(//i.ifrype.com/emo/v6/emo_48.png);}
.emo_b48{background-image:url(//i.ifrype.com/emo/v6/emo_48_big.png);}
.emo47{background-image:url(//i.ifrype.com/emo/v6/emo_47.png);}
.emo_b47{background-image:url(//i.ifrype.com/emo/v6/emo_47_big.png);}
.emo45{background-image:url(//i.ifrype.com/emo/v6/emo_45.png);}
.emo_b45{background-image:url(//i.ifrype.com/emo/v6/emo_45_big.png);}
.emo44{background-image:url(//i.ifrype.com/emo/v6/emo_44.png);}
.emo_b44{background-image:url(//i.ifrype.com/emo/v6/emo_44_big.png);}
.emo43{background-image:url(//i.ifrype.com/emo/v6/emo_43.png);}
.emo_b43{background-image:url(//i.ifrype.com/emo/v6/emo_43_big.png);}
.emo42{background-image:url(//i.ifrype.com/emo/v6/emo_42.png);}
.emo_b42{background-image:url(//i.ifrype.com/emo/v6/emo_42_big.png);}
.emo41{background-image:url(//i.ifrype.com/emo/v6/emo_41.png);}
.emo_b41{background-image:url(//i.ifrype.com/emo/v6/emo_41_big.png);}
.emo40{background-image:url(//i.ifrype.com/emo/v6/emo_40.png);}
.emo_b40{background-image:url(//i.ifrype.com/emo/v6/emo_40_big.png);}
.emo39{background-image:url(//i.ifrype.com/emo/v6/emo_39.png);}
.emo_b39{background-image:url(//i.ifrype.com/emo/v6/emo_39_big.png);}
.emo38{background-image:url(//i.ifrype.com/emo/v6/emo_38.png);}
.emo_b38{background-image:url(//i.ifrype.com/emo/v6/emo_38_big.png);}
.emo37{background-image:url(//i.ifrype.com/emo/v6/emo_37.png);}
.emo_b37{background-image:url(//i.ifrype.com/emo/v6/emo_37_big.png);}
.emo36{background-image:url(//i.ifrype.com/emo/v6/emo_36.png);}
.emo_b36{background-image:url(//i.ifrype.com/emo/v6/emo_36_big.png);}
.emo35{background-image:url(//i.ifrype.com/emo/v6/emo_35.png);}
.emo_b35{background-image:url(//i.ifrype.com/emo/v6/emo_35_big.png);}
.emo34{background-image:url(//i.ifrype.com/emo/v6/emo_34.png);}
.emo_b34{background-image:url(//i.ifrype.com/emo/v6/emo_34_big.png);}
.emo33{background-image:url(//i.ifrype.com/emo/v6/emo_33.png);}
.emo_b33{background-image:url(//i.ifrype.com/emo/v6/emo_33_big.png);}
.emo32{background-image:url(//i.ifrype.com/emo/v6/emo_32.png);}
.emo_b32{background-image:url(//i.ifrype.com/emo/v6/emo_32_big.png);}
.emo31{background-image:url(//i.ifrype.com/emo/v6/emo_31.png);}
.emo_b31{background-image:url(//i.ifrype.com/emo/v6/emo_31_big.png);}
.emo30{background-image:url(//i.ifrype.com/emo/v6/emo_30.png);}
.emo_b30{background-image:url(//i.ifrype.com/emo/v6/emo_30_big.png);}
.emo29{background-image:url(//i.ifrype.com/emo/v6/emo_29.png);}
.emo_b29{background-image:url(//i.ifrype.com/emo/v6/emo_29_big.png);}
.emo28{background-image:url(//i.ifrype.com/emo/v6/emo_28.png);}
.emo_b28{background-image:url(//i.ifrype.com/emo/v6/emo_28_big.png);}
.emo27{background-image:url(//i.ifrype.com/emo/v6/emo_27.png);}
.emo_b27{background-image:url(//i.ifrype.com/emo/v6/emo_27_big.png);}
.emo26{background-image:url(//i.ifrype.com/emo/v6/emo_26.png);}
.emo_b26{background-image:url(//i.ifrype.com/emo/v6/emo_26_big.png);}
.emo25{background-image:url(//i.ifrype.com/emo/v6/emo_25.png);}
.emo_b25{background-image:url(//i.ifrype.com/emo/v6/emo_25_big.png);}
.emo24{background-image:url(//i.ifrype.com/emo/v6/emo_24.png);}
.emo_b24{background-image:url(//i.ifrype.com/emo/v6/emo_24_big.png);}
.emo23{background-image:url(//i.ifrype.com/emo/v6/emo_23.png);}
.emo_b23{background-image:url(//i.ifrype.com/emo/v6/emo_23_big.png);}
.emo22{background-image:url(//i.ifrype.com/emo/v6/emo_22.png);}
.emo_b22{background-image:url(//i.ifrype.com/emo/v6/emo_22_big.png);}
.emo21{background-image:url(//i.ifrype.com/emo/v6/emo_21.png);}
.emo_b21{background-image:url(//i.ifrype.com/emo/v6/emo_21_big.png);}
.emo20{background-image:url(//i.ifrype.com/emo/v6/emo_20.png);}
.emo_b20{background-image:url(//i.ifrype.com/emo/v6/emo_20_big.png);}
.emo19{background-image:url(//i.ifrype.com/emo/v6/emo_19.png);}
.emo_b19{background-image:url(//i.ifrype.com/emo/v6/emo_19_big.png);}
.emo18{background-image:url(//i.ifrype.com/emo/v6/emo_18.png);}
.emo_b18{background-image:url(//i.ifrype.com/emo/v6/emo_18_big.png);}
.emo17{background-image:url(//i.ifrype.com/emo/v6/emo_17.png);}
.emo_b17{background-image:url(//i.ifrype.com/emo/v6/emo_17_big.png);}
.emo16{background-image:url(//i.ifrype.com/emo/v6/emo_16.png);}
.emo_b16{background-image:url(//i.ifrype.com/emo/v6/emo_16_big.png);}
.emo15{background-image:url(//i.ifrype.com/emo/v6/emo_15.png);}
.emo_b15{background-image:url(//i.ifrype.com/emo/v6/emo_15_big.png);}
.emo14{background-image:url(//i.ifrype.com/emo/v6/emo_14.png);}
.emo_b14{background-image:url(//i.ifrype.com/emo/v6/emo_14_big.png);}
.emo13{background-image:url(//i.ifrype.com/emo/v6/emo_13.png);}
.emo_b13{background-image:url(//i.ifrype.com/emo/v6/emo_13_big.png);}
.emo12{background-image:url(//i.ifrype.com/emo/v6/emo_12.png);}
.emo_b12{background-image:url(//i.ifrype.com/emo/v6/emo_12_big.png);}
.emo11{background-image:url(//i.ifrype.com/emo/v6/emo_11.png);}
.emo_b11{background-image:url(//i.ifrype.com/emo/v6/emo_11_big.png);}
.emo10{background-image:url(//i.ifrype.com/emo/v6/emo_10.png);}
.emo_b10{background-image:url(//i.ifrype.com/emo/v6/emo_10_big.png);}
.emo9{background-image:url(//i.ifrype.com/emo/v6/emo_9.png);}
.emo_b9{background-image:url(//i.ifrype.com/emo/v6/emo_9_big.png);}
.emo8{background-image:url(//i.ifrype.com/emo/v6/emo_8.png);}
.emo_b8{background-image:url(//i.ifrype.com/emo/v6/emo_8_big.png);}
.emo7{background-image:url(//i.ifrype.com/emo/v6/emo_7.png);}
.emo_b7{background-image:url(//i.ifrype.com/emo/v6/emo_7_big.png);}
.emo6{background-image:url(//i.ifrype.com/emo/v6/emo_6.png);}
.emo_b6{background-image:url(//i.ifrype.com/emo/v6/emo_6_big.png);}
.emo5{background-image:url(//i.ifrype.com/emo/v6/emo_5.png);}
.emo_b5{background-image:url(//i.ifrype.com/emo/v6/emo_5_big.png);}
.emo4{background-image:url(//i.ifrype.com/emo/v6/emo_4.png);}
.emo_b4{background-image:url(//i.ifrype.com/emo/v6/emo_4_big.png);}
.emo3{background-image:url(//i.ifrype.com/emo/v6/emo_3.png);}
.emo_b3{background-image:url(//i.ifrype.com/emo/v6/emo_3_big.png);}
.emo2{background-image:url(//i.ifrype.com/emo/v6/emo_2.png);}
.emo_b2{background-image:url(//i.ifrype.com/emo/v6/emo_2_big.png);}
.emo1{background-image:url(//i.ifrype.com/emo/v6/emo_1.png);}
.emo_b1{background-image:url(//i.ifrype.com/emo/v6/emo_1_big.png);}
/* --- css/emoimges.css --- */
/* +++ css/userlist.css +++ */
.userList .newButton, .userList .newButtonList {
width: 99%;
}
.userList .userBox {
position: relative;
float: left;
width: 123px;
text-align: center;
color: #747474;
margin-right: 16px;
margin-bottom: 16px;
}
.userList.userListSingleRow .userBox {
margin-bottom: 0 !important;
}
.userList .userBox.last {
margin-right: 0 !important;
}
.userPicture {
position: relative;
width: 123px;
height: 123px;
margin: 0 auto;
display: block;
background: #f8f8f8;
border-radius: 3px;
}
.userPicture > img {
width: 123px;
height: 123px;
border-radius: 3px;
display: block;
}
.userPicture:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
border-radius: 3px;
}
.userPicture span.received_gift {
position: absolute;
}
.userList .userBox > div > a.gift {
display: block;
margin-top: 2px;
}
.userList .aboutInfo {
margin-top: 8px;
font-size: 12px;
line-height: 16px;
overflow: hidden;
word-wrap: break-word;
}
.userList .aboutInfo a {
font-weight: bold;
background-repeat: no-repeat;
font-size: 13px;
line-height: 17px;
}
.userList .friends .aboutInfo a {
color: #ff6600;
}
.userList .oneLineTxt {
white-space: nowrap;
text-overflow: ellipsis;
}
.userList .iconList {
margin-left: 20px;
text-align: left;
}
.userList .iconList li {
padding-left: 18px;
}
.userList .iconList a {
color: #737373;
font-size: 11px;
}
.onlineStatus {
width: 12px;
height: 12px;
position: absolute;
top: -6px;
right: -4px;
padding: 0;
z-index: 2;
}
#emoCallout {
position: absolute;
top: 0px;
left: 35px;
text-align: left;
z-index: 2;
max-width: 200px;
/*min-width:50px;*/
}
#emoCallout .bot {
height: 25px;
width: 30px;
margin-left: 10px;
background: url(//ifrype.com/i/emotions/emo_bottom.png) no-repeat scroll 0px 0px;
}
#emoCallout .mid {
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
-o-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
background: url(//ifrype.com/i/emotions/emo_bg.png) repeat;
padding: 8px;
font-size: 12px;
font-weight: bold;
color: #fff;
}
.adminBox {
text-align: left;
font-size: 11px;
margin-bottom: 5px;
overflow: hidden;
padding: 4px;
}
.adminBox .uid {
float: left;
font-weight: bold;
}
.adminBox .langInfo {
float: right;
padding-right: 3px;
}
.adminBox a {
font-weight: normal !important;
font-size: 12px;
}
.adminBox .email {
font-size: 11px;
}
span.popupPicture {
position: absolute;
bottom: 0;
right: 0;
left: 0;
cursor: pointer;
background-color: #000000;
opacity: 0.7;
filter: alpha(opacity=70);
display: none;
color: #ffffff;
}
.userPicture:hover span.popupPicture {
display: block;
}
/* +++ admin +++ */
.ADMIN .userList .clear {
visibility: visible;
border-top: 1px solid #ccc;
}
.adminLink {
color: #900;
word-break: break-word;
}
.userAdminOpt {
text-align: left;
margin-right: 10px;
display: block;
font-size: 11px;
min-height: 190px;
}
.userAdminDynOpt {
text-align: left;
margin-right: 10px;
display: block;
font-size: 11px;
}
.userBoxCelebrity {
padding: 3px;
font-weight: bold;
background-color: #0A0;
color: #ffffff;
max-height: 30px;
overflow: hidden;
}
.userBoxKicked {
box-shadow: 0 0 0 1px #f60;
border: 1px solid #f60\9;
}
.userBoxBlocked {
box-shadow: 0 0 0 1px #f00;
border: 1px solid #f00\9;
}
.userBoxTP {
box-shadow: 0 0 0 1px #00f;
border: 1px solid #00f\9;
}
.userBoxDeleted {
box-shadow: 0 0 0 1px #000;
border: 1px solid #000\9;
}
.userBoxDeactivated {
box-shadow: 0 0 0 1px #DEDEDE;
border: 1px solid #DEDEDE;
}
/* --- admin --- */
.showFriends .fr {
color: #ff6600;
}
.userListVerified {
width: 9px;
height: 10px;
background: url('/special/verifikacija/assets/img/icn_9.png') no-repeat;
display: inline-block;
margin-left: 3px;
}
.userListNotVerified {
width: 9px;
height: 10px;
background: url('/special/verifikacija/assets/img/not-verified.png') no-repeat;
display: inline-block;
margin-left: 3px;
}
.flamingoProfile {
color: #29BB00;
}
.hideFlamingo {
color: #737373;
font-size: 11px;
}
.mammaBante {
    background: url(/special/mammas/lenta-online.png) no-repeat center;
    height: 28px;
    padding-top:5px;
    line-height: 12px;
    font-size: 11px;
    color: white;
    text-shadow: 0 0 1px black;
    width: 106px;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -53px;
    text-align: center;
    z-index:1;
}
.mammaBanteProfile {
    background: url(/special/mammas/lenta-profils.png) no-repeat center;
    height: 59px;
    padding-top:8px;
    line-height: 52px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: white;
    text-shadow: 0 0 1px black;
    width: 254px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -127px;
    text-align: center;
}
.sendGiftFrBlock {
margin-top: 8px;
}
.commonFriendsButton {
position: absolute;
top: 105px;
right: 0;
width: 18px;
height: 18px;
overflow: hidden;
z-index: 2;
background: url('//ifrype.com/i/icons/friends.png') no-repeat center center white;
border-radius: 5px 0 0 0;
}
.commonFriendsButton:hover {
overflow: visible;
z-index: 3;
}
.commonFriendsButton:hover .commonFriendsList {
display: block;
}
.commonFriendsList {
min-width: 170px;
position: absolute;
top: -15px;
left: 17px;
/*border-left: 25px solid rgba(0, 0, 0, 0);*/
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
background: white;
/*border: 1px solid gray;*/
display: none;
z-index: 5; /* jaaskataas, vai saakumlapaa iet paari miniadiem labaa pusee */
margin-left: 10px;
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
border-radius: 5px;
padding-bottom: 3px;
}
.commonFriendsList::before {
content: ".";
text-indent: -99999px;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 10px solid white;
-webkit-filter: drop-shadow(-1px 0 0 rgba(0, 0, 0, 0.3));
filter: drop-shadow(-1px 0 0 rgba(0, 0, 0, 0.3));
position: absolute;
top: 15px;
left: -10px;
}
.commonFriendsList .commonTotal {
margin: 5px;
display: block;
text-align: left;
}
.commonFriendsList ul li a {
clear: both;
display: block;
width: 100%;
/*height: 38px;
padding: 8px 8px;*/
padding-left: 6px;
padding-top: 1px;
height: 27px;
box-sizing: border-box;
margin-right: 50px;
}
.commonFriendsList ul li a:hover {
background: #f8f8f8;
}
.commonFriendsList ul li a span {
/*float: left;*/
text-indent: 5px;
line-height: 25px;
min-width: 120px;
text-align: left;
display: block;
white-space: nowrap;
}
.commonFriendsList ul li a img, .commonFriendsList .othersImg {
float: left;
width: 25px;
height: 25px;
background: #F2F3F4;
color: #445f96;
line-height: 25px;
font-size: 10px;
}
/** +++ 5 per row, 820px container +++ */
.userList.userListRow5 .userBox {
width: 138px;
margin-right: 17px;
}
.userList.userListRow5 .userBox .userPicture {
width: 138px;
height: 138px;
}
.userList.userListRow5 .userBox .userPicture > img {
width: 138px;
height: 138px;
}
.userList.userListRow5 .commonFriendsButton {
top: 133px;
}
/** --- 5 per row, 820px container --- */
/** +++ 4 per row, 820px container +++ */
.userList.userListRow4 .userBox {
width: 199px;
margin-right: 8px;
}
.userList.userListRow4 .userBox .userPicture {
width: 199px;
height: 199px;
}
.userList.userListRow4 .userBox .userPicture > img {
width: 199px;
height: 199px;
}
.userList.userListRow4 .commonFriendsButton {
top: 181px;
}
/** --- 4 per row, 820px container --- */
/** +++ 4 per row, 500px container +++ */
.userList.userListRow4.userListNarrow .userBox {
width: 113px;
margin-right: 16px;
}
.userList.userListRow4.userListNarrow .userBox .userPicture {
width: 113px;
height: 113px;
}
.userList.userListRow4.userListNarrow .userBox .userPicture > img {
width: 113px;
height: 113px;
}
.userList.userListRow4.userListNarrow .commonFriendsButton {
top: 95px;
}
/** --- 4 per row, 500px container --- */
.userList .userBox ul.popupMenu {
width: 100%;
height: 26px;
line-height: 24px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0.8);
margin: -26px 0 0 0;
position: relative;
display: none;
z-index: 2;
}
.userList .userBox ul.popupMenu li {
display: inline-block;
vertical-align: middle;
margin: 0 8px;
height: 20px;
width: 20px;
}
@keyframes userListWave {
0%,30%,60% {
transform: translate(-2px, 2px)  scale(1);
width: 20px;
}
15%,45%,75% {
transform: translate(2px, -2px) scale(1);
width: 20px;
margin: 0 8px;
}
100% {
transform: translate(0, 0) scale(0);
width: 0;
margin: 0;
}
}
.userList .userBox ul.popupMenu li.waved {
animation: userListWave .7s 1 linear forwards;
}
.userList .userBox ul.popupMenu li a {
overflow: hidden;
display: block;
width: 100%;
height: 100%;
}
.userList .userBox ul.popupMenu li svg {
width: 20px;
height: 20px;
vertical-align: top;
}
.userList .userBox:hover ul.popupMenu {
display: block;
}
/* --- css/userlist.css --- */
/* +++ css/tabs.css +++ */
ul.tabs {
overflow:hidden;
position:relative;
top:1px;
}
div.tabsWrap{
border-bottom:1px #e7e7e7 solid;
/*margin-bottom:30px;*/
display:inline-block;
z-index:1;
}
ul.tabs li {
float:left;
margin-right:10px;
border:1px #e7e7e7 solid;
border-top-right-radius:3px;
-moz-border-radius-topright:3px;
-webkit-border-top-right-radius:3px;
border-top-left-radius:3px;
-moz-border-radius-topleft:3px;
-webkit-border-top-left-radius:3px;
z-index: 2;
}
ul.tabs li.selected{
border-bottom:1px #fff solid;
}
ul.tabs li a {
padding:6px 15px;
display:block;
font-size:11px;
background-color:#f3f3f3;
font-weight:bold;
color:#445f96;
}
ul.tabs li.selected a {
background-color:#FFFFFF;
color:#393939;
text-decoration:none;
} 
/* --- css/tabs.css --- */
/* +++ css/forms.css +++ */
.formItem{
position:relative;
margin-bottom:10px;
max-width: 460px;
}
.formItem.formItemFullWidth {
max-width: 100%;
}
.formItem .error{
display:block;
}
.formItem .error:empty{
display:none;
}
.formItem:last-child{
margin-bottom:0;
}
.formItem label{
display:block;
margin-bottom:4px;
color:#565656;
font-weight:bold;
font-size: 12px;
line-height: 17px;
}
.formItemBorder{
border:1px solid #c9c9c9;
background-color:#fff;
}
.formItemPadding{
margin:3px 10px;
}
.formItemPadding > .textarea .menu {
margin:0;
}
.formItemInput input, .formItem textarea, .formItem select{
padding:0;
margin:0;
width:100%;
border:none;
outline:none;
height:auto;
resize:none;
background:transparent;
font-size:14px;
color:#1e1e1e;
box-sizing: border-box;
}
.formItemSmall.formItemInput input, .formItemSmall.formItem textarea, .formItemSmall.formItem select{
font-size:13px;
}
.formItemLarge.formItemInput input, .formItemLarge.formItem textarea, .formItemLarge.formItem select{
font-size:16px;
}
.formItemInput .formItemBtn {
position: absolute;
right: 5px;
top: 8px;
width: 16px;
height: 16px;
cursor: pointer;
}
.IE8 .formItem textarea{ /* fucking IE8 scrolling bug */
width:500px;
min-width:100%;
max-width:100%;
}
.formItemTextarea .formItemPadding{ /* safikso IE scroll bugu */
overflow:hidden;
position:relative;
margin:8px 10px;
}
.formItem textarea{
height:75px;
position:relative;
z-index:1;
background:url('//ifrype.com/i/px.gif');
}
.formItemInput input{ /* for IE autocomplete and Chrome autofill */
margin-top:1px;
padding-top:6px;
padding-bottom:7px;
}
.formItemInput.formItemSmall input {
padding-top: 5px;
padding-bottom: 6px;
}
.formItemInput.formItemLarge input {
padding-top: 9px;
padding-bottom: 10px;
}
@-moz-document url-prefix() {
.formItemInput input {
margin-top: 0;
}
.formItem textarea {
background: #fff;
}
}
.formItemInput input:invalid {
box-shadow: none;
}
.formItemInput .formItemPadding{ /* for IE autocomplete and Chrome autofill */
margin: 0;
height: 30px;
overflow: hidden;
}
.formItemInput .formItemPadding input {
padding-left: 10px;
padding-right: 10px;
}
.formItemInput.formInputIcon .formItemPadding input {
padding-left: 0;
}
.formItemInput.formInputIcon .formInputIcon_right .formItemPadding input {
padding-left: 10px;
}
.formItemSmall.formItemInput .formItemPadding{ /* for IE autocomplete and Chrome autofill */
height: 26px;
}
.formItemLarge.formItemInput .formItemPadding{ /* for IE autocomplete and Chrome autofill */
height: 38px;
}
.formInputIcon .formItemBorder{
background-repeat:no-repeat;
background-position:8px center;
position: relative;
}
.formInputIcon .formInputSVGIcon {
display: block;
width: 16px;
height: 16px;
position: absolute;
top: 50%;
margin-top: -8px;
left: 8px;
}
.formInputIcon_left .formItemPadding{
margin-left:32px;
}
.formInputIcon .formInputIcon_right{
background-position:right 3px center;
}
.formInputIcon_right .formItemPadding{
margin-right:23px;
}
.formItem .focus {
box-shadow:0 0 5px #0099ff;
-webkit-box-shadow:0 0 5px #0099ff; 
-moz-box-shadow:0 0 5px #0099ff; 
}
.formItemSelect .formItemPadding{ /* opera */
height: 30px;
margin: 0;
}
.formItemSmall.formItemSelect .formItemPadding{ /* opera */
height: 26px;
}
.formItemSelect .formItemBorder{
background-image: linear-gradient(to bottom, #fefefe, #ededed);
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), inset 0 2px 0 0 #ffffff;
}
.formItem select{
height: 30px;
padding: 3px 10px;
user-select:none;
-moz-user-select:none;
-webkit-user-select:none;
}
.formItemSmall select {
height: 26px;
}
.formItem optgroup option{
padding-left:0;
}
/* IE7 */
.IE7 .formItemSelect .formItemBorder{
border:none;
}
.IE7 .formItemSelect .formItemPadding{
padding:0;
height:auto;
}
.formItemCheckbox input{
position:relative;
top:2px;
margin-left:1px;
cursor: pointer;
}
.formItemCheckbox .toggleSwitchContainer {
padding-left: 40px;
}
.formItemCheckbox .toggleSwitchContainer .formCheckboxContainer {
width: 32px;
height: 16px;
display: block;
vertical-align: top;
position: absolute;
left: 0;
}
.formItemCheckbox .toggleSwitchContainer input[type=checkbox]{
position: absolute;
top: 2px;
margin-left: 2px;
margin-right: 4px;
cursor: pointer;
}
.formItemCheckbox .toggleSwitch {
background: rgb(154, 157, 159);
display: inline-block;
border-radius: 16px;
width: 32px;
height: 16px;
vertical-align: middle;
transition: background 0.4s cubic-bezier(0.1, 0, 0, 1.0);
position: absolute;
top: 0;
left: 0;
}
.formItemCheckbox .toggleSwitchContainer input[type=checkbox]:checked + .toggleSwitch {
background: rgb(60, 128, 194);
}
.formItemCheckbox .toggleSwitchContainer input[type=checkbox]:checked + .toggleSwitch.toggleSwitchGreen {
background: #67b700;
}
.formItemCheckbox .toggleSwitch:before {
content: '';
width: 12px;
height: 12px;
display: block;
position: absolute;
left: 2px;
top: 2px;
background: #ffffff;
border-radius: 12px;
transition: left 0.2s cubic-bezier(0.1, 0, 0, 1.0);
}
.formItemCheckbox .toggleSwitchContainer input[type=checkbox]:checked + .toggleSwitch:before {
left: 18px;
}
.IE8 .formItemCheckbox .toggleSwitchContainer, .IE8 .formItemCheckbox .toggleSwitchContainer .formCheckboxContainer {
width: auto;
height: auto;
cursor: default;
}
.IE8 .formItemCheckbox .toggleSwitchContainer .toggleSwitch {
display: none;
}
.IE8 .formItemCheckbox .toggleSwitchContainer input[type=checkbox] {
margin-left: 0;
margin-right: 2px;
}
.FF .formItemCheckbox input{
top:1px;
}
.Safari .formItemCheckbox input{
position:static;
}
.formItemCheckbox {
padding-top:4px;
}
.formTable .formItemCheckbox {
padding-top: 8px;
}
.formItemCheckbox label {
font-weight: normal;
line-height: 17px;
cursor: pointer;
font-size: 13px;
color: #1e1e1e;
display: inline-block;
padding-left: 24px;
position: relative;
min-height: 16px;
margin-bottom: 0;
}
.formItemCheckbox.formItemDisabled label {
cursor: not-allowed;
}
.formItemCheckbox .formCheckboxContainer {
width: 16px;
height: 16px;
position: absolute;
display: inline-block;
vertical-align: top;
left: 0;
}
.formItemCheckbox input {
opacity: 0;
}
.formItemCheckbox .formCheckbox {
position: absolute;
top: 0;
left: 0;
width: 16px;
height: 16px;
display: block;
background: url('/i/sbook/forms/sprite_checkbox_2x.png') no-repeat 0 0;
background-size: 16px auto;
}
.IE8 .formItemCheckbox .formCheckbox {
background-image: url('/i/sbook/forms/sprite_checkbox.png');
}
.formItemCheckbox input[type=radio] + .formCheckbox {
background-image: url('/i/sbook/forms/sprite_radio_2x.png');
}
.IE8 .formItemCheckbox input[type=radio] + .formCheckbox {
background-image: url('/i/sbook/forms/sprite_radio.png');
}
.formItemCheckbox label:hover .formCheckbox {
background-position: 0 -16px;
}
.formItemCheckbox input:checked + .formCheckbox {
background-position: 0 -32px;
}
.formItemCheckbox.formItemDisabled .formCheckbox, .formItemCheckbox.formItemDisabled label:hover .formCheckbox {
background-position: 0 -48px;
}
.formItemCheckbox.formItemDisabled input:checked + .formCheckbox {
background-position: 0 -64px;
}
.formItemCheckbox .formCheckbox + span {
vertical-align: middle;
display: inline-block;
line-height: 16px;
}
.formItemCheckbox .toggleSwitchContainer .formCheckbox{
display: none;
}
.formItemError > label{
color:#d24536;
}
.formItemError .formItemBorder{
border-color: #edaba3;
background-color: #fff0f0;
}
.formItemSuccess > label{
color: #74c008;
}
.formItemSuccess .formItemBorder{
border-color: #74c008;
}
.formTable{
width:100%;
table-layout:fixed;
margin-bottom:10px;
}
.formTable:last-child{
margin-bottom:0;
}
.formTable > tbody > tr > td, .formTable > tr > td{
padding-right:5px;
padding-bottom:10px;
vertical-align:top;
}
.formTable td:last-child{
padding-right:0;
}
.formTable > tbody > tr:last-child td{
padding-bottom:0;
}
.formItem .textarea {
border:none;
}
.formItemCheckbox .help {
display: block;
}
.formItem input[readonly], .formItem textarea[readonly] {
background-color:#f8f8f8;
}
.formItem input[disabled],
.formItem input[readonly],
.formItem textarea[disabled],
.formItem textarea[readonly],
.formItemDisabled .formItemBorder,
.disabledRadio{
background-color:#f8f8f8;
color:#a7a7a7;
}
.formItemCheckbox.formItemDisabled span{
color: #747474;
}
.formItem select[disabled] {
background: transparent;
color:#a7a7a7;
}
.formItem input#postponeDate[readonly], .formItemDisabled.postponedDate .formItemBorder{
background-color:#fff;
color: #000;
}
.formItemCaption{
margin-bottom:0;
}
/* +++ .multiItems +++ */
.multiItems{
margin-bottom:10px;
overflow:hidden;
}
.multiItems .container{
/*border-bottom: 1px solid #e7e7e7;*/
padding-bottom:3px;
margin-bottom:0;
}
.multiItems a.removeButton{
position:absolute;
top:8px;
right:6px;
bottom:5px;
width: 16px;
height: 16px;
background: url('//ifrype.com/i/sbook/forms/removeItem.png') no-repeat center center;
z-index: 1;
}
.multiItems .withLabel + a.removeButton{
top:29px;
}
.multiItems a.addButton{
display:block;
padding: 5px 25px 5px 5px;
background: url('//ifrype.com/i/sbook/forms/addItem.png') no-repeat right center;
text-align: right;
margin-right:5px;
margin-left:100px;
color:#393939;
float:right;
}
.multiItems .empty a.removeButton{
display:none
}
.multiItems div.item{
position: relative;
padding-right:30px;
}
.multiItems .item + .item{
margin-top:5px;
}
table.formTable .buttonWrap {
padding-top:15px;
}
table.formTable .buttonWrap .btn {
margin-bottom:0;
}
.formTextareaInfo{
border-top:1px solid #ccc;
background-color:#F8F8F8;
color:#6f6f6f;
padding:0 5px;
height:22px;
line-height:22px;
}
.formTextareaInfoRight{
float:right;
display:none;
}
.formTextareaInfo.largeFooter .SIcon + .SIcon {
margin-right: 6px;
}
.formTextareaInfo.largeFooter .SIcon {
float: right;
}
.formTextareaInfo.largeFooter .formTextareaInfoRight {
float: left;
}
.formTextareaInfo.largeFooter {
padding: 5px;
}
.formItemAutocomplete .formItemPadding{
margin:0;
position:relative;
min-height:22px;
}
.formItemInputAuto .close {
position: absolute;
top: 0;
right: 0;
padding: 7px 6px;
cursor: pointer;
display: none;
line-height: 1;
}
.formItemInputAuto.readonly .close {
display: block;
}
.formItemAutocompleteButton .formItemBorder{
margin-right:48px;
}
.formItemAutocompleteButton .button{
position:absolute;
right:-48px;
top:-1px;
height: 32px;
}
.formItemAutocompleteButton .button > div {
height: 30px;
}
.formItemAutocompleteButton .button a {
line-height: 30px;
}
.formItemAutocompleteButton .buttonC .svg-icon {
vertical-align: middle;
}
.formItemFile .buttonC{
position:relative;
}
ul.formAutoCompleteList {
width: 100%;
box-sizing: border-box;
background: #fff;
border: 1px solid #dedede;
}
ul.formAutoCompleteList li {
padding: 6px 10px 7px 10px;
width: 100%;
box-sizing: border-box;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
ul.formAutoCompleteList:empty {
display: none;
}
ul.formAutoCompleteList li.item {
cursor: pointer;
}
ul.formAutoCompleteList li.item:hover,
ul.formAutoCompleteList li.item:active,
ul.formAutoCompleteList li.item.active {
background: #d0e1f6;
}
ul.formAutoCompleteList.loading {
min-height: 34px;
}
.formItemFile .buttonC > div{
position:absolute;
top:0;
left:0;
overflow:hidden;
width:100%;
height:100%;
}
.formItemFile .buttonC input{
position:absolute;
top:0;
right:0;
font-size:30px;
opacity:0;
filter:alpha(opacity=0);
}
.formItemFileName{
display:inline-block;
overflow:hidden;
height:26px;
line-height:27px;
margin-left:5px;
vertical-align:middle;
}
.permGroups{
position:relative;
overflow:hidden;
}
.permGroup {
padding-left:20px;
padding-bottom:7px;
width: 50%;
box-sizing: border-box;
white-space: normal;
float:left;
}
/* +++ slider +++ */
.formItemSlider label span{
font-weight:normal;
}
.formSlider{
position:relative;
height:11px;
font-size:11px;
-moz-user-select:none;
-webkit-user-select:none;
margin-bottom:5px;
}
.formSliderCur{
position:absolute;
top:0;
height:11px;
background-image:url('//ifrype.com/i/sbook/slider/bg_silver.png');
}
.formSliderV{
position:absolute;
top:-4px;
width:20px;
height:20px;
cursor:ew-resize;
background-image:url('//ifrype.com/i/sbook/slider/btn_silver.png');
background-position:left top;
}
.formSliderV:hover{
background-position:-20px 0;
}
.formSliderV:active{
background-position:-40px 0;
}
.formSliderTo .formSliderArrow{
left:17px;
bottom:-3px;
}
.formSliderFrom .formSliderArrow{
left:17px;
top:-3px;
}
/* --- slider --- */
/* address */
.formItemAddress input{
width:100%;
border:none;
color: #1e1e1e;
}
.formItemAddress table{
width:100%;
height: 30px;
font-size: 14px;
}
.formAddressCell{
border-right:1px solid #C9C9C9;
white-space:nowrap;
color: #747474;
background-color: #ededed;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
width: 1%;
}
.formItemFocus .formAddressCell {
background-color: #eaf0f7;
}
.formAddressCell .formItemPadding {
margin-left: 10px;
margin-right: 10px;
}
.formAddressValue{
border-left:1px solid #C9C9C9;
padding-left:10px;
padding-right:10px;
}
.formItemAddress #exturlAvailable{
position: absolute;
top:4px;
right: -160px;
width: 150px;
}
.formItemAddress #isAvailable, .formItemAddress #notAvailable, .formItemAddress #notAvailableMinLength {
font-weight: bold;
display: none;
font-size: 12px;
}
/* --- address --- */
/* +++ titleInput +++ */
.formItemTitleInput .formItemBorder{
padding:0 10px 0 10px;
}
.formItemTitleInput input{
width:100%;
height:35px;
line-height: 35px;
font-size:14px;
color:#c2c2c2;
border:none;
}
/* --- titleInput --- */
ul.checkbox-list {
overflow:hidden;
clear:both;
margin-bottom:30px;
}
ul.checkbox-list li {
float:left;
width:25%;
}
.formLabel {
margin-bottom:3px;
}
.formItemBorder{
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
position: relative;
}
.formItemFocus .formItemBorder, .formItemFocus.formItemBorder{
border:1px solid #86b8f5;
box-shadow: 0 0 0 2px #eaf0f7;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.formItemFocus.formItemError .formItemBorder, .formItemFocus.formItemError.formItemBorder{
box-shadow: 0 0 0 2px #fce4e4;
border-color: #f2897b;
background: #ffffff;
}
.formFooter{
border-top:1px solid #dbdbdb;
background-color:#f8f8f8;
}
div.formFooter{
padding:10px;
}
.smallPopupContent .formFooter{
margin:-5px;
margin-top:5px;
}
.smallPopupContent .formFooter:first-child{
margin-top:-5px;
}
.InfoBoxContent .formFooter,
#infobox3_box_content .formFooter {
margin:0 -16px -10px;
text-align: right;
}
.InfoBoxContentWrap.InfoBoxNoPadding .InfoBoxContent .formFooter,
.InfoBoxContentWrap.InfoBoxNoPadding #infobox3_box_content .formFooter {
margin:0;
}
.InfoBoxContent .formHeader,
#infobox3_box_content .formHeader {
    margin:-10px -12px 0;
    padding: 10px;
    border-top: 0 none;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}
.formHeader .circleProgressSmall {
    position: absolute;
    bottom: -7px;
    left: 12px;
    z-index: 5;
}
.formFooter p{
margin-top:5px;
margin-right:10px;
float:right;
}
.IE7 .formFooter p{
position:absolute;
right:0;
}
.formRadioList .formItem{
margin-bottom:5px;
}
.formRadioListTags .formItem {
height: 19px;
border-radius: 4px;
background-color: #e7e7e7;
display: inline-block;
margin: 0 10px 10px 0;
padding: 0;
}
.formRadioListTags .formItem label {
font-size: 12px;
text-align: center;
color: #4c4c4c;
padding: 2px 5px;
}
.formRadioListTags .formItem.active {
background-color: #d0e1f6;
}
.formRadioListTags .formCheckboxContainer {
display: none;
}
.formHeader{
text-align:right;
padding:5px;
background-color:#F5F5F5;
border-top:1px solid #E2E2E2;
margin-bottom:10px;
}
.formHeader .buttonLarge{
width:240px;
}
.headerExtended + .formHeader,
h1 + .formHeader{
border-top:none;
margin-top:-10px;
}
.headerExtended + .formFooter {
border-top: none;
margin-top: -5px;
}
#adv17177 + .formHeader {
    border-top: none;
    margin-top: -10px;
}
.dailyPoll .formItem {
margin-bottom: 4px;
}
.formsContainer > .formItemInput .infoIcon,
.formsContainer > .formItemSelect .infoIcon,
.formsContainer > .formItemUpload .infoIcon,
.formsContainer > .formItemAutocomplete .infoIcon,
.formsContainer > .formItemAddress .infoIcon,
.formsContainer > .formItemAC .infoIcon {
position:absolute;
top:27px;
left:100%;
padding-left:10px;
white-space:nowrap;
}
/* +++ formsWrap +++ */
.formsWrap{
margin-bottom:10px;
}
.formsWrap:last-child{
margin-bottom:0;
}
.formsWrap > .formItemCheckbox{
margin-left:145px;
}
.formsWrap > .formItem > label{
float:left;
width:140px;
text-align:right;
margin-top:5px;
height: 16px;
overflow: hidden;
}
.formsWrap > .formItemTextarea > label{
overflow:visible;
height:auto;
}
.formsWrap > .formItemSlider > label{
margin-top:-2px;
}
.formsWrap > .formItemCheckbox > label{
float:none;
}
.formsWrap > .formItem > div{
margin-left:145px;
}
.formsWrap > .formItem > div.formSlider{
overflow:visible;
}
.IE .formsWrap > .formItem > div{
overflow:hidden;
}
.formsWrap > .formItem.formItemCheckbox {
width: auto;
}
.formsWrap > .formItem{
width:405px;
}
.formsWrap > .formItemTextarea,
.formsWrap > .formItemStretch{
width:auto;
}
.formsWrap > .formItemItem > label{
/*margin-top:0;*/
}
.formItemAddress .infoIcon, .formsWrap > .formItemInput .infoIcon, .formsWrap > .formItemUpload .infoIcon, .formsWrap > .formItemSelect .infoIcon, .formsWrap > .formItemAutocomplete .infoIcon{
width:16px;
margin-left:10px;
}
.formItem > .help:empty{
display:none;
}
.formsWrap > .formItemInput .help,
.formsWrap > .formItemInput .infoIcon,
.formsWrap > .formItemInput .error,
.formsWrap > .formItemSelect .help,
.formsWrap > .formItemSelect .infoIcon,
.formsWrap > .formItemSelect .error,
.formsWrap > .formItemUpload .infoIcon,
.formsWrap > .formItemAutocomplete .help,
.formsWrap > .formItemAutocomplete .infoIcon,
.formsWrap > .formItemAutocomplete .error,
.formsWrap > .formItemAddress .help,
.formsWrap > .formItemAddress .infoIcon,
.formsWrap > .formItemAddress .error,
.formsWrap > .formItemAC .help,
.formsWrap > .formItemAC .infoIcon,
.formsWrap > .formItemAC .error{
position:absolute;
top:4px;
left:100%;
padding-left:10px;
white-space:nowrap;
}
.formsWrap > .formItemTextarea .help,
.formsWrap > .formItemTextarea .infoIcon,
.formsWrap > .formItemTextarea .error, 
.formsWrap > .formItemAddress .help,
.formsWrap > .formItemAddress .error,
.formsWrap > .formItemSlider .help,
.formsWrap > .formItemSlider .error,
.formsWrap > .formItemUpload .help,
.formsWrap > .formItemUpload .error,
.formsWrap > .formItemItem .help,
.formsWrap > .formItemItem .error{
margin-left:145px;
}
.formsWrap > .formItemItem .formItemInput .help,
.formsWrap > .formItemItem .formItemSelect .help,
.formsWrap > .formItemItem .formItemAutocomplete .help,
.formsWrap > .formItemItem .formItemAddress .help,
.formsWrap > .formItemItem .formItemAC .help{
position:absolute;
top:4px;
left:100%;
padding-left:10px;
white-space:nowrap;
margin-left: 0;
}
.formsWrap > .formItemItem .formItemInput .help a,
.formsWrap > .formItemItem .formItemSelect .help a,
.formsWrap > .formItemItem .formItemAutocomplete .help a,
.formsWrap > .formItemItem .formItemAddress .help a,
.formsWrap > .formItemItem .formItemAC .help a{
display: inline-block;
}
.formsWrap .formFooter{
padding-left:145px;
}
.formsWrap > .formItemSlider .formSliderValue{
position:absolute;
top:-2px;
left:100%;
white-space:nowrap;
padding-left:10px;
}
/* --- formsWrap --- */
/* +++ AC +++ */
.formItemAC .formItemBorder{
position:relative;
}
.formItemAC .formItemPadding{
position:relative;
margin:0;
min-height:30px;
}
.formItemAC.formItemSmall .formItemPadding {
min-height: 26px;
}
.formItemAC .ACInput input{
margin:0;
padding:0 10px;
border:none;
outline:none;
font-size: 14px;
background:none;
background-image:url('//ifrype.com/i/px.gif');
box-sizing: border-box;
}
.formItemAC.formItemSmall .ACInput input {
padding: 0 7px;
}
.formItemAC .ACValue + .ACInput input {
padding: 0;
}
.formItemAC .ACInput,
.formItemAC .ACValue{
position:relative;
display:inline-block;
overflow:hidden;
vertical-align:top;
margin:2px;
}
.formItemAC .ACInput{
margin:3px;
height:16px;
overflow:hidden;
width:85px;
}
.ACInput input{
width:100%;
}
.formItemAC .ACValue{
padding-left:3px;
background-color:#F5F5F5;
border:1px solid #BEBEBE;
}
.formItemAC .ACValue div{
margin-right:16px;
max-width:100px;
}
.formItemAC .ACInput,
.formItemAC .ACValue div{
height:24px;
line-height:24px;
}
.formItemAC.formItemSmall .ACInput,
.formItemAC.formItemSmall .ACValue div{
height:20px;
line-height:20px;
}
.formItemAC .closeIcon{
position:absolute;
right:0;
top:4px;
width:16px;
height:16px;
background-repeat:no-repeat;
background-position:center center;
}
.formItemAC.formItemSmall .closeIcon{
top: 2px;
}
.multiACListItem.disabled{
cursor:not-allowed;
opacity:0.5;
filter:alpha(opacity=50);
}
.ACPlaceHolder{
position:absolute;
top:7px;
left:14px;
}
.formItemSmall .ACPlaceHolder {
top: 5px;
left: 10px;
}
.ACInput .ACPlaceHolder{
top:0;
left:0;
}
.formItemDisabled .ACInput,
.formItemDisabled .ACValue .closeIcon{
display:none;
}
.formItemDisabled .ACValue div{
margin-right:2px;
}
.ACValueDisabled .closeIcon{
display:none;
}
.formItemAC .ACValueDisabled div{
margin-right:5px;
}
/* --- AC --- */
/* +++ MapRadius +++ */
.formItemMR input {
cursor: pointer;
}
.FormMapRadiusWnd .mapCont {
width: 700px;
height: 400px;
float: left;
}
.FormMapRadiusWnd .rightCol {
width: 180px;
height: 400px;
float: right;
margin-left: 10px;
overflow: auto;
}
.FormMapRadiusWnd .rightCol li {
margin-bottom: 3px;
}
.FormMapRadiusWnd .formFooter {
margin-top: 10px;
}
.FormMapRadiusWnd .contextMenu {
position: absolute;
width: 200px;
background-color: #fff;
padding: 10px;
border: 1px solid #aaa;
z-index: 10;
}
.FormMapRadiusWnd .btnDelete {
color: #f00;
float: right;
line-height: 24px;
}
.FormMapRadiusWnd .infoBlock {
margin-top: 3px;
}
.FormMapRadiusWnd .infoBlock .value {
font-weight: bold;
}
.FormMapRadiusWnd .contextMenuOverlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 5;
}
/* --- MapRadius --- */
/* +++ IndexField +++ */
.indexFieldRow {
display: flex;
align-items: center;
margin-bottom: 5px;
}
.indexFieldRow .col1 {
width: 80px;
margin-right: 10px;
}
.indexFieldRow .col2 {
flex-grow: 1;
margin-right: 10px;
}
/* --- IndexField --- */
.formItemEditor .formItemPadding{
margin:0;
}
.formCalendar{
min-height:100px;
}
.formCalendar .datePicker{
width:180px;
}
/* +++ DatePeriod +++ */
.formDatePeriod{
position:relative;
}
.formDatePeriod > label{
display:block;
}
.formDatePeriod .formItemBorder{
display:inline-block;
}
.formDatePeriodTable{
height:31px;
table-layout:fixed;
}
.formDatePeriodTable td{
background-image: linear-gradient(to bottom, #fefefe, #ededed);
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), inset 0 2px 0 0 #ffffff;
cursor:pointer;
}
.formDatePeriodTable td:hover{
background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
}
.formDatePeriodTable .caption{
text-align:center;
min-width:45px;
}
.formDatePeriodTable .prev,
.formDatePeriodTable .next{
width:22px;
}
.formDatePeriodTable .caption{
margin-left:5px;
margin-right:5px;
font-weight:bold;
white-space:nowrap;
}
.formDatePeriodTable .caption:first-letter{
text-transform:capitalize;
}
.formDatePeriodDP{
position:absolute;
top:35px;
left:0;
box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
border:1px solid #C1C8CB;
padding:5px;
padding-right:0;
background-color:#fff;
z-index:1;
}
.formDatePeriodDP .arrow{
position:absolute;
top:-8px;
left:20px;
height:8px;
width:13px;
background-image:url('//ifrype.com/i/sbook/tooltipbox_arrow_top.png');
}
.formDatePeriodDP .datePickerGrid{
border:none;
}
.formDatePeriodDP .datePicker{
margin-right:5px;
}
.formDatePeriodDP .periods{
vertical-align:top;
}
.formDatePeriodDP .periods a{
display:block;
padding:5px;
white-space:nowrap;
}
.formDatePeriodDP .periods a:first-letter{
text-transform:capitalize;
}
.formDatePeriodDP .periods:not(:empty){
border-left:1px solid #C1C8CB;
}
/* --- DatePeriod --- */
/* +++ Calendar +++ */
.FormCalendar{
width:180px;
min-height:180px; /*Lai layout neleekaatu, kameer laadee*/
margin-bottom:10px;
}
.FormCalendar .datePicker{
width:auto;
}
.FormCalendar .datePickerGrid:not(.datePickerMonthGrid){
line-height:28px;
}
.formItem.formItemWithTip {
padding-right: 32px;
}
.formItemWithTip .formItemBorder {
position: relative;
}
.formItemTip {
position: absolute;
right: -32px;
top: 50%;
margin-top: -12px;
width: 24px;
height: 24px;
}
.formItemSmall .formItemTip {
width: 16px;
height: 16px;
margin-top: -8px;
right: -28px;
}
.formItemTextarea .formItemTip {
margin-top: 0;
top: 0;
}
.formItemCheckbox .formItemTip {
top: -3px;
margin-top: 0;
}
.formItem .formItemTipIcon, .formItem.formItemDisabled .formItemTipIcon {
color: #aeaeae;
display: inline-block;
}
.formItem .formItemTipIcon:hover, .formItem.formItemDisabled .formItemTipIcon:hover {
color: #747474;
}
/* --- Calendar --- */
.PermButton {
display: inline-block;
vertical-align: middle;
height: 28px;
}
.PermButton .buttonC {
padding-left: 8px;
padding-right: 32px;
text-align: left;
}
.PermButtonCaption .svg-icon {
margin-top: -1px;
}
.PermButtonCaption .svg-icon:first-child {
vertical-align: middle;
}
.PermButtonCaption .svg-icon:first-child + span {
display: inline-block;
vertical-align: middle;
}
.Safari.mac .PermButtonCaption .svg-icon:first-child {
margin-top: 0;
}
.Safari.mac .PermButtonCaption .svg-icon:first-child + span {
margin-top: -1px;
}
.PermButtonCaption span {
margin-left: 4px;
}
.PermButtonCaption .svg-icon-pointer-ddw {
position: absolute;
right: 8px;
top: 50%;
margin-top: -8px;
}
.ListPermissions {
min-width: 200px;
}
.ListPermissionsItem {
padding: 0 32px 0 8px;
height: 28px;
cursor: pointer;
line-height: 28px;
color: #565656;
position: relative;
}
.ListPermissionsItem:hover {
background-color: #d0e1f6;
}
.ListPermissionsItem .svg-icon {
margin-top: -1px;
}
.ListPermissionsItem .caption {
color: #1e1e1e;
font-size: 13px;
margin-left: 8px;
}
.ListPermissionsItem .active {
position: absolute;
top: 50%;
right: 8px;
margin-top: -8px;
width: 16px;
height: 16px;
display: block;
color: #65ac00;
}
.ListPermissionsItem .active .svg-icon {
vertical-align: top;
margin: 0;
}
.ListPermissionsGroups {
padding: 16px;
}
.ListPermissionsGroups .permGroup {
width: 50%;
box-sizing: border-box;
padding: 0;
}
.ListPermissionsGroupButtons {
background-color: #f8f8f8;
border-top: 1px solid #dbdbdb;
padding: 10px 16px;
text-align: right;
}
.ListPermissionsGroupsEdit {
font-size: 12px;
color: #205a9a;
margin-left: 8px;
}
/* --- css/forms.css --- */
/* +++ css/pb.css +++ */
@charset "UTF-8";.pb{width:500px;text-align:left;overflow:hidden}.pbDescr{margin:5px}.pbDescr h1{border:none;padding-bottom:0;margin-bottom:4px}.pbDescr img.serviceIcon{width:128px;height:auto}.pbTable{width:100%}.pb .service-title,.pbSMS .service-title,.purchaseWithBanklink .service-title,.purchaseWithCard .service-title{font-size:14px;font-weight:700;color:#2a2a2a;margin:14px auto 12px;text-align:center}.pbCol1{width:40px;vertical-align:top}.pbChangeType{padding-top:20px;text-align:right}.pb form{padding-bottom:20px}.pbUserCredits{padding-bottom:10px;text-align:center}.pbUserCredits.notEnough>*{color:#f60}.pbP{padding-top:6px}.pbCont{background-color:#fff;padding:10px}.pbCont .userCountrySelect{width:350px;margin:0 auto 10px}.pbCont .paymentSuccess{text-align:center;margin-bottom:30px}.pbCont .paymentSuccess .illustration{position:relative;width:182px;height:143px;margin:12px auto;background-position:right center;background-repeat:no-repeat;background-size:auto 143px;background-image:url(/services/img/hi5_1_1.png);-webkit-animation:hi5Anim 2s steps(71);animation:hi5Anim 2s steps(71)}@-webkit-keyframes hi5Anim{from{background-position:0 center}to{background-position:-12922px center}}@keyframes hi5Anim{from{background-position:0 center}to{background-position:-12922px center}}.pbCont .paymentSuccess .illustration.att_1_2{background-image:url(/services/img/hi5_1_2.png)}.pbCont .paymentSuccess .illustration.att_2_1{background-image:url(/services/img/hi5_2_1.png)}.pbCont .paymentSuccess .illustration.att_2_2{background-image:url(/services/img/hi5_2_2.png)}.pbCont .paymentSuccess .illustration:before{content:"";display:block;width:40px;height:40px;background:#59c300 url(/services/img/check.svg) no-repeat center;border-radius:50%;position:absolute;bottom:0;right:20px}.pbCont .paymentSuccess p{margin:0 auto 5px;max-width:340px}.pbCont .paymentSuccess p.info{color:#59c300;font-size:12px;font-weight:400}.pbCont .paymentSuccess p.greeting{font-size:16px;line-height:20px;font-weight:700}.pbCont .hintText{margin-bottom:10px;font-size:12px;text-align:center}.pbTabsContainer{margin-bottom:0}.pbTabs{display:block;font-size:13px;font-weight:400;height:33px;text-align:center;border-bottom:1px solid #aeaeae}.pbTabs>span{display:inline-block;cursor:pointer;margin:2px 14px 0;font-size:13px;font-weight:500;letter-spacing:.1px;color:#205a9a;border-top:solid 1px #c9c9c9;background-color:#ededed;position:relative;line-height:30px;border-bottom:1px solid #aeaeae;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:30px;padding:0 2px}.pbTabs>span:after,.pbTabs>span:before{content:'';background-image:url(/services/img/tab.png);background-repeat:no-repeat;background-size:47px;height:32px;width:10px;display:inline-block;vertical-align:middle;position:absolute;top:-1px}.pbTabs>span:before{background-position:0;left:-8px}.pbTabs>span:after{background-position:-12px;right:-8px}.pbTabs>span:last-child{width:49px}.pbTabs>span:first-child{width:auto}.pbTabs>span.pbTabsSel{font-weight:700;color:#1e1e1e;background:#fff;border-bottom:1px solid #fff;border-top:1px solid #d0d0d0}.pbTabs>span.pbTabsSel:before{background-position:-22px}.pbTabs>span.pbTabsSel:after{background-position:-36px}.pbTabsContainer .dropdownList{top:36px;right:4px}.pbCredits .options-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.pbCredits .options-container form{margin-left:auto;margin-right:auto}.pbCredits .buttonBuy .buttonC{padding-left:0;padding-right:0}.pbCC{margin-left:140px}.pbSMS .options-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:0}.pbSMS form{margin-left:auto;margin-right:auto;padding-bottom:20px}.pbSMS .card-discount{text-align:center;margin-bottom:12px}.pbSMS .phone-reg-form{margin-top:20px}.pbSmsButton{max-width:300px;margin-left:auto;margin-right:auto;text-align:center}.pbSmsButton .buttonBuy{width:240px;display:inline-block}.pbSmsButton .buttonBuy .buttonC{padding-right:0}.pbSmsButton .smallText{margin-top:10px}.pbButtonCaption,.pbButtonPrice{display:inline-block;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box}.pbButtonCaption{width:58%}.pbButtonPrice{width:42%;border-left:1px solid #eb6b00}.pb .dropdownList ul a{padding-top:5px;padding-right:15px}div.noServiceBlock{text-align:center}.noServiceBlock .button{width:250px}.noServiceBlock b{color:inherit!important}.euroBalance{color:#8d8d92}.euroBalanceThin{font-weight:400}#servicesBuyCreditsPopup #servicesDelayInfoPopup{margin:10px}.purchaseCredits{width:500px;margin:0 auto}.purchaseCredits .saved-card-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:9px}.purchaseCredits .saved-card-info .saved-card-image{width:42px;height:29px;background:url(//ifrype.com/services/img/karte-1.png) no-repeat center center;margin-right:8px}.purchaseCredits .saved-card-info .saved-card-text{color:#747474;font-size:12px;line-height:14px}.purchaseCredits .saved-card-info .saved-card-text .saved-card-number{font-weight:700}.purchaseCredits .saved-card-delete{text-align:center}.purchaseCredits .secure{position:absolute;top:1px;right:0;height:24px;padding-left:24px;background:url(//ifrype.com/services/img/drosi.png) no-repeat left center;line-height:24px;margin-right:8px;font-size:12px;color:#888;font-weight:700;background-size:contain}.purchaseCredits .purchaseContainer{text-align:center!important}.pStep{border-bottom:1px solid #e7e7e7;padding:0 20px}.pStep.disabled{color:#a7a7a7}.pStep.collapsed{cursor:pointer}.pStep.disabled.collapsed{cursor:default}.pStep:last-child{border-bottom:0}.pStep .stepTitle{height:40px;line-height:40px;margin-bottom:0}.pStep .stepTitle p{font-weight:700}.pStep .stepTitle p:empty{display:none}.pStep .formItem:last-child{margin-bottom:10px}.pStep #pbCheckout{margin:0 -20px 10px}.pStep .pointsback{margin:0 -20px 10px}.amountOptions{text-align:center;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.amountOptions .amountItem.bulkItem::before{display:block;content:'';width:72px;height:75px;position:absolute;top:-4px;right:-4px;background:url(/services/img/Ertaka-Izvele.svg) no-repeat top right;pointer-events:none}.bonusInfoText25{font-size:11px;color:#8e8e8e}.bonusInfoText25:not(:empty){margin-bottom:11px}.amountOptions .amountItem .bonusInfo{pointer-events:none;font-size:11px;color:#8e8e8e;display:block;position:absolute;bottom:0;left:8px;right:8px;height:20px;line-height:20px;text-align:left;white-space:nowrap}.amountOptions .amountItem .bonusInfo .ic{background:url(/services/img/ic-gift.svg) no-repeat left center;padding-left:20px;color:#f60;display:inline-block;line-height:14px;margin-right:3px}.amountOptions .amountItem.popularItem::before{pointer-events:none;content:'Populārākā';background:url(/services/img/ic-pop.svg) no-repeat left center;padding-left:12px;font-size:11px;color:#8e8e8e;display:block;position:absolute;bottom:0;left:8px;right:8px;height:20px;line-height:20px;text-align:left;white-space:nowrap}.amountOptions .amountItem{position:relative;display:inline-block;width:90px;height:90px;line-height:90px;margin:0;border:1px solid #ededed;border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:visible}.amountOptions .amountItem.buttonLarge .radius3{border:0;background:0 0;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;font-size:32px;letter-spacing:.1px;color:#74c00a;text-indent:-3px}.amountOptions .amountItem.buttonLarge .radius3 sup{font-size:18px;letter-spacing:.1px;color:#8e8e8e;font-weight:400}.amountOptions .amountItem.buttonLarge .radius3 small{font-size:18px;letter-spacing:.1px;font-weight:400}.amountOptions .amountItem.buttonLarge .buttonC{padding:0 0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%}.amountOptions .amountItem.selected::after{background:#74c00a url(/services/img/ic-check.svg) no-repeat center;border-radius:18px;height:18px;width:18px;position:absolute;top:5px;left:6px;display:block;content:''}.amountOptions .amountItem.selected{border-color:#74c00a;background:rgba(116,192,10,.1)}.pbReceiveText{margin-left:15px}.pbReceiveText:last-child{margin-top:10px;margin-bottom:20px}.stepTitle .selectedAmount{margin-right:5px}.methodsOptions .methodGroup{display:inline-block;vertical-align:top;width:33.3%}.methodGroup .methodItem{margin-bottom:15px}.methodItem .methodIcon{vertical-align:top;cursor:pointer;margin-left:5px}.methodItem .methodIcon.digilink,.methodItem .methodIcon.mobilly{vertical-align:baseline}.methodItem .methodIcon.elink{position:relative;top:-1px}.methodItem .methodIcon.inord,.methodItem .methodIcon.nordea{position:relative;top:2px}.methodItem .methodIcon.paypal{position:relative;top:1px}.methodItem .pm_digilink{background:url(/services/img/pm/Citadele.svg) no-repeat 30px 0;background-size:auto 24px}.methodItem .pm_elink{background:url(/services/img/pm/SEB.svg) no-repeat 30px 0;background-size:auto 24px}.methodItem .pm_paypal{background:url(/services/img/pm/paypal.svg) no-repeat 26px 2px;background-size:auto 18px}.methodItem .pm_inord{background:url(/services/img/pm/luminor.svg) no-repeat 24px center;background-size:auto 26px}.methodItem .pm_hanzanet{background:url(/services/img/pm/swedbank.svg) no-repeat 30px 2px;background-size:auto 19px}.methodItem .pm_card{background:url(/services/img/pm/Cards.svg?v2) no-repeat 30px top;background-size:auto 115px}.methodItem .pm_digilink img,.methodItem .pm_elink img,.methodItem .pm_hanzanet img,.methodItem .pm_inord img,.methodItem .pm_paypal img{visibility:hidden;height:20px}.methodItem .pm_card img{visibility:hidden}.methodItem .pm_digilink img{width:77px}.amountBtn{width:71px}.purchaseContainer{text-align:center;padding:10px 20px;margin-bottom:0}.purchaseContainer .purchaseBtn{min-width:266px}.paymentCancelBtn{z-index:2;position:absolute;bottom:40px}.purchaseWithCard .options-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px}.purchaseWithCard .options-container .options{margin-left:auto;margin-right:auto}.purchaseWithCard .cards{width:240px;height:27px;background:url(//ifrype.com/services/img/cards.svg) no-repeat;margin:28px auto 13px;position:relative}.purchaseWithCard .cards .secure{position:absolute;top:1px;right:0;height:24px;padding-left:24px;background:url(//ifrype.com/services/img/drosi.png) no-repeat left center;line-height:24px;font-size:12px;color:#888;font-weight:700;background-size:contain}.purchaseWithCard .savedCard{margin-bottom:26px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.purchaseWithCard .savedCard>div{margin-left:auto;margin-right:auto;position:relative}.purchaseWithCard .savedCard>div:first-child{max-width:320px}.purchaseWithCard .savedCard>div:first-child label{margin-left:30px;margin-right:30px}.purchaseWithCard .savedCard>div:first-child label span{font-size:12px;font-weight:700;color:#4cbc00}.purchaseWithCard .savedCard>div:first-child .help{display:block;text-align:center}.purchaseWithCard .saved-card-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:9px}.purchaseWithCard .saved-card-info .saved-card-image{width:42px;height:29px;background:url(//ifrype.com/services/img/karte-1.png) no-repeat center center;margin-right:8px}.purchaseWithCard .saved-card-info .saved-card-text{color:#747474;font-size:12px;line-height:14px}.purchaseWithCard .saved-card-info .saved-card-text .saved-card-number{font-weight:700}.purchaseWithCard .saved-card-delete{text-align:center}.purchaseWithCard .pointsback{margin-bottom:10px;margin-left:-10px;margin-right:-10px}.purchaseWithCard .buyButtonContainer{text-align:center;width:240px;margin:14px auto 0}.purchaseWithCard .buyAutoButtonContainer{text-align:center;width:240px;margin:8px auto 0;position:relative}.purchaseWithCard .buyAutoButtonContainer .buttonC,.purchaseWithCard .buyButtonContainer .buttonC{padding-left:0;padding-right:0}.purchaseCredits .secure{position:absolute;top:1px;right:0;height:24px;padding-left:24px;background:url(//ifrype.com/services/img/drosi.png) no-repeat left center;line-height:24px;margin-right:8px;font-size:12px;color:#888;font-weight:700;background-size:contain}.purchaseWithCard .buyAutoButtonContainer .rules{position:absolute;top:0;left:100%;height:28px;line-height:28px;margin-left:8px;color:#aeaeae}.purchaseWithCard .buyAutoButtonContainer .rules a{font-size:12px}.purchaseWithBanklink .options-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px}.purchaseWithBanklink .options-container .options{margin-left:auto;margin-right:auto}.purchaseWithBanklink .buttonBuy .buttonC{padding-left:0;padding-right:0}.banklinkOptions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;height:88px;margin:40px auto 0;-ms-flex-line-pack:center;align-content:center}.banklinkOptions .methodItem{margin-bottom:20px;margin-left:20px}.banklinkOptions .methodItem:nth-child(1),.banklinkOptions .methodItem:nth-child(2){margin-left:0}.purchaseWithBanklink .buyButtonContainer{text-align:center;width:240px;margin:14px auto 0}.donationTitle{margin-top:5px;text-align:center;font-weight:700;font-size:12px;margin-bottom:15px}.donationTitle .amountContainer{width:212px;margin:auto;text-align:left;border-bottom:1px solid #e0e5eb;padding-bottom:2px}.donationTitle .chooseBank{margin-top:15px;font-size:13px}.donationPStep{border-bottom:0;text-align:center}.donationPStep .donationsOptWrapper{width:170px;margin-left:120px;text-align:left;border-bottom:1px solid #e1e1e1}.donationBankList .stepContent{margin-left:90px}.donationBankList h2{text-align:center}.lottery-2018-banner{position:relative;padding:7px 64px;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:56px;background:#552240;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin-left:16px;margin-right:16px;margin-bottom:12px}.lottery-2018-banner:after,.lottery-2018-banner:before{content:"";width:31px;height:43px;display:block;position:absolute;top:50%;margin-top:-21px;background:url(/services/img/lottery/lottery-2018.png)}.lottery-2018-banner:before{left:16px}.lottery-2018-banner:after{right:16px}.lottery-2018-banner>div{width:100%}.lottery-2018-banner .lottery-title{font-size:14px;line-height:25px;letter-spacing:.24px;color:#fff;text-align:center}.lottery-2018-banner a{margin-top:1px;color:#fff;text-decoration:underline;font-size:11px;letter-spacing:.19px}.saveCard-banner{position:relative;padding:0 0 0 54px;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:56px;background:#82ad64;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin-left:16px;margin-right:16px;margin-bottom:12px;font-size:12px;font-weight:700;cursor:pointer}.saveCard-banner>div{display:inline-block;vertical-align:middle}.saveCard-banner .saveCard-title{font-size:12px;font-weight:700;color:#fff;text-align:left;width:275px;line-height:1.6;margin-right:57px}.saveCard-banner .saveCard-img{background-image:url(//ifrype.com/services/img/save_card.gif);background-repeat:no-repeat;background-size:100%;width:63px;height:44px}.saveCard-banner.cc{background-image:url(//ifrype.com/services/img/arrow.png);background-repeat:no-repeat;background-position:24px center}.pbCont .options-container .formItem>label>span>b{color:#74c008}.serviceProgressBar{position:absolute;top:30%;left:0;right:0;z-index:100}.serviceProgressBar .infoMsg{margin-bottom:20px}.serviceProgressBar>div.inner{height:5px;border:1px solid #f60}.serviceProgressBar>div.inner>div.bar{width:0;background-color:#f60;height:5px}.serviceProgressBar>div.cancel{text-align:center;padding:20px}
/* --- css/pb.css --- */
/* +++ css/steps.css +++ */
.steps{
width:100%;
height:19px;
border-bottom:1px solid #e2e2e2;
margin-bottom:49px;
}
.steps table{
width:100%;
height:39px;
}
.steps td{
text-align:center;
vertical-align:top;
}
.steps td a, .steps td span{
display:block;
width:33px;
height:33px;
line-height:35px;
background: url("//ifrype.com/i/sbook/steps/inactive.png") 0 0 no-repeat;
font-size:19px;
font-weight:bold;
-webkit-font-smoothing: antialiased;
color:#393939;
text-decoration:none;
text-shadow:0 1px 1px #fff;
cursor:default;
margin:0 auto;
}
.steps td a{
cursor:pointer;
}
.steps td a.active, .steps td span.active{
height:39px;
background:url("//ifrype.com/i/sbook/steps/active.png") 0 0 no-repeat;
color:#fff;
text-shadow:0 1px 1px #cc1f00;
}
.circleProgressSmall {
    height: 13px;
}
.circleProgressSmall .smallStep {
    display: inline-block;
    background: url("//ifrype.com/i/steps/circles.png") no-repeat;
    width: 13px;
    height: 13px;
    margin: 0 6px;
}
.circleProgressSmall .smallStep:first-child,
.circleProgressSmall .smallStep.firstStep {
    margin-left: 0;
}
.circleProgressSmall .smallStep:last-child,
.circleProgressSmall .smallStep.lastStep {
    margin-right: 0;
}
.circleProgressSmall .smallStep.currentStep {
    background-position: 0 -13px;
}
.circleProgressSmall .smallStep.completedStep {
    background-position: 0 -26px;
}
/* --- css/steps.css --- */
/* +++ css/menu.css +++ */
@import "/sveicues/assets/submenu.css";
#menu{
position:relative;
margin: 0;
padding: 0;
height: 36px;
line-height: 36px;
width: 1080px;
font-size: 13px;
border-collapse: separate;
border-spacing: 0;
-moz-transition: all 1s;
-webkit-transition: all 1s;
z-index: 4; /* par 1 lielāks kā dropdown, lai top shadow neiet uz menu */
}
#menu tr{
margin:0;
padding: 0;
}
#menu td {
margin: 0;
padding: 0;
height: 100%;
}
#menu td a {
border:solid 1px transparent;
border-right:0;
background-position: 0 0;
background-repeat: repeat-x;
height: 34px;
line-height: 35px;
display: block;
position: relative;
text-align: center;
padding: 0 10px;
text-decoration:none;
font-weight: bold;
-webkit-font-smoothing: antialiased;
white-space:nowrap;
}
#menu td a.withdropdown {
padding: 0 21px 0 8px;
}
#menuHome, #menuSearch, #menuProfileNews{
width:44px;
}
#menu #menuHome a,#menu #menuSearch a{
padding:0 0;
}
#menu td.first a{
-webkit-border-bottom-left-radius:4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-bottomleft:4px;
border-top-left-radius:4px;
border-bottom-left-radius:4px;
}
#menu td.last a{
-webkit-border-bottom-right-radius:4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright:4px;
-moz-border-radius-bottomright:4px;
border-top-right-radius:4px;
border-bottom-right-radius:4px;
}
#menu td a:hover {
    background-position: 0 -88px;
}
#menu td a:active {
    background-position: 0 -44px;
}
#menu td a:active {
background: #f8f8f8 !important;
border-top-color: #dbdbdb !important;
border-bottom-color: #dbdbdb !important;
color: #565656 !important;
text-shadow: none !important;
}
@keyframes rinng {
25% {transform: rotate(-15deg);}
75% {transform: rotate(15deg);}
}
#menu td a.bell .svg-icon:nth-last-child(2) {
transform-origin: top center;
animation: rinng .2s both linear 5;
}
#menu td.last a:active, #menu td a.withdropdown:active, #menu td a.bell:active {
border-bottom-color: #f8f8f8 !important;
}
#menu td.first a:active {
border-left-color: #dbdbdb !important;
}
#menuSearch .search > .svg-icon, #menuHome .home > .svg-icon, #menuProfileNews .bell > .svg-icon {
position: relative;
top: -2px;
}
#menuContainer {
position: relative;
padding-top: 36px;
margin-bottom: 16px;
}
#menuWrap{
position: absolute;
top: 0;
}
#menuWrap.menuFixed{
position:fixed;
top: 0;
z-index:1;
}
#menuWrap.menuFixed #menu100{
position:fixed;
left:0;
right:0;
height:36px;
border-bottom:1px solid transparent;
}
#menuWrap.menuFixed{
padding-top:8px;
background-color:#fff;
}
#menuWrap.menuFixed #menu{
position:relative;
z-index:4;
}
#dropdown{
top:100%;
}
#dropdown span.badge {
background: none repeat scroll 0 0 #e52e16;
color: #FFFFFF;
float: right;
font-size: 11px;
margin-right: 10px;
margin-top:8px;
padding: 1px 4px;
-moz-border-radius: 3px;
border-radius: 3px;
position:absolute;
right:0;
top:0;
display:block;
z-index:1;
}
#dropdown div.section li {
position:relative;
}
#menu a span.badge.on{
background-color: #cd1800;
color: #fff;
}
#menu a span.badge.off{
color: #fff;
}
#menu td.open.last a{
-webkit-border-bottom-right-radius:0;
-moz-border-radius-bottomright:0;
border-bottom-right-radius:0;
border-right-color: #dbdbdb !important;
}
#menu td.open a, #menu td.open a:hover {
border-top-color: #dbdbdb;
border-bottom-color: #f8f8f8;
color:#565656 !important;
text-shadow:none;
}
#menu a span.badge{
display: block;
padding:1px 4px;
position: absolute;
text-align: center;
text-shadow:none;
top: -8px;
right: 5px;
border:none;
color: #fff;
font-size: 11px;
line-height: 14px;
-moz-border-radius:3px;
border-radius:3px;
-o-border-radius:3px;
/* no rounded borders for safari, add 0 below*/
-webkit-border-radius:3px;
-khtml-border-radius:3px;
}
#menu a span.badge.left {
left: 2px;
right: auto;
padding-left: 3px;
padding-right: 3px;
}
#menu a.icon{
background-repeat:no-repeat;
background-position: 17px center;
}
#menu span.menuIcon {
background-position:-6px 0;
display:block;
height:16px;
left:8px;
position:absolute;
top:13px;
width:18px;
z-index:10;
cursor:pointer;
}
#menu span.menuIcon:hover {
background-position:17px 0;
}
#menu td div {
position:relative;
}
#menu td div a {
padding-left:27px;
}
#menu a span.hasdropdown{
display:block;
height:34px;
position:absolute;
right:5px;
top:-1px;
width:16px;
}
#menu td.open a{
background: #f8f8f8 !important;
background-image: none;
position: relative;
border-top-color: #dbdbdb;
border-bottom-color: #f8f8f8;
}
#menuHome, #menuProfileNews, #menuSearch {
width: 46px;
}
#searchAutocomplete, #dropdown, #profileNewsDropdown {
right:0;
width:220px;
display:none;
position:absolute;
z-index:3;
background:#f8f8f8;
color:#1e1e1e;
box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
border: solid 1px #c9c9c9;
border-top: 0;
padding: 4px 0 6px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
#profileNewsDropdown {
width: 396px;
padding: 0;
}
#profileNewsDropdownContainer .profileNews {
display: block;
padding-bottom: 2px;
}
#dropdown div.section{
float: left;
width: 180px;
font-size: 12px;
}
#dropdown div.section h2, #searchResults h2{
box-shadow: inset 0 1px 0 0 #ededed;
height: 32px;
line-height: 32px;
padding: 0 8px;
margin: 0;
color: #747474;
font-size: 12px;
}
#dropdown div.section.odd{
margin-left:10px;
}
#dropdown div.section ul, #dropdown div.section li{
margin:0;
padding: 0;
}
#dropdown div.section ul{
list-style: none;
padding: 0;
}
#dropdown div.section li a{
position: relative;
color: #1e1e1e;
text-align:  left;
text-decoration: none;
display: block;
height: 32px;
white-space: nowrap;
overflow: hidden;
font-size: 13px;
line-height: 32px;
box-sizing: border-box;
padding-left: 32px;
padding-right: 8px;
text-overflow: ellipsis;
}
#dropdown div.section li .badge + a {
padding-right: 40px;
}
#dropdown div.section li a.icon{
background-repeat: no-repeat;
background-position: 7px center;
margin-right:0;
}
#dropdown div.section li a.icon.apps {
border-top: solid 1px #c9c9c9;
background: #ededed;
margin-bottom: -6px;
padding: 0;
text-align: center;
height: 38px;
line-height: 38px;
font-size: 14px;
}
#dropdown div.section li img{
width: 16px;
height: 16px;
position: absolute;
left: 8px;
top: 8px;
}
#dropdown div.section li span.external{
width: 16px;
height: 16px;
position: absolute;
right:8px;
left:auto;
top:auto;
color: #747474;
}
#dropdown div.section li:hover{
background: #d0e1f6;
text-decoration:none;
}
#head {
height:24px;
position: relative;
margin-bottom: 8px;
}
#head #headings {
float:left;
}
#logoutLinks {
float:right;
}
#head #headings ul li {
float:left;
margin-right:10px;
height:24px;
line-height:24px;
}
#head #headings ul li .icon {
padding-top:1px;
}
#head #headings li#logo a {
display: inline-block;
vertical-align: middle;
}
#head #headings li#logo a img {
vertical-align: middle;
}
#head a.headingLink {
display: inline-block;
height: 24px;
line-height: 24px;
vertical-align: middle;
padding: 0 6px 0 4px;
border-radius: 3px;
color: #747474;
font-size: 12px;
-webkit-font-smoothing: antialiased;
}
#head a.headingLink.onlyIcon {
padding-right: 4px;
}
#head a.headingLink:hover {
background: #ededed;
text-decoration: none;
}
#head a.headingLink .svg-icon {
margin-top: -2px;
}
#logoutLinks ul li {
float:left;
margin-left:10px;
}
#logoutLinks ul li a {
font-weight:bold;
}
#logoutLinks #invisibility .invisible {
color: #ff6600;
}
#wrap{
position: static;
font-family: Helvetica, sans-serif !important;
}
/*SMALL LOGIN */
#nologinHeader {
padding-top:5px;
height: 35px;
border-bottom: 8px solid #ff6600;
}
#loginBody #nologinHeader {
border-bottom: 0;
margin:0 10px;
}
#loginBody #ct {
float: none;
margin: 0 auto;
clear:both;
width:800px;
}
#smallHeaderLogo{
display: block;
float:left;
}
#smallLoginForm {
float:right;
width:950px;
}
#smallLoginForm td{
padding-left:5px;
padding-bottom:5px;
vertical-align:top;
}
#smallLoginForm .formItem {
width:150px;
margin:0px;
}
#smallLoginForm .captcha img {
position: relative;
top: 10px;
float: left;
margin-right: 5px;
margin-top: -18px;
}
#smallLoginForm .captcha .formItem {
float: left;
width: 52px;
}
#smallLoginForm .register-link {
padding-left: 12px;
padding-right: 7px;
vertical-align: middle;
}
#smallLoginForm .register-link:before {
content: '';
min-height: 18px;
height: 100%;
display: inline-block;
vertical-align: middle;
}
#smallLoginForm .register-link > div {
height: 18px;
line-height: 18px;
display: inline-block;
vertical-align: middle;
border-left: 1px solid #ededed;
padding-left: 12px;
}
#smallLoginForm .register-link a {
color: #747474;
}
#smallLoginForm .smallLoginError {
height: 28px;
line-height: 28px;
box-sizing: border-box;
border-radius: 3px;
background-color: #ffe1cd;
padding: 0 12px;
border: solid 1px #e1bfa9;
}
#smallLoginForm .oauth {
text-align: center;
font-size: 12px;
color: #747474;
}
#smallLoginForm .oauth > * {
display: inline-block;
vertical-align: middle;
}
#smallLoginForm .oauth > span {
margin-right: 6px;
border-left: 1px solid #ededed;
padding-left: 12px;
line-height: 18px;
}
#smallLoginForm .oauth a {
width: 28px;
height: 28px;
border-radius: 3px;
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), inset 0 2px 0 0 #ffffff;
border: solid 1px #c0c0c0;
background-image: linear-gradient(to bottom, #fefefe, #ededed 98%);
box-sizing: border-box;
background-repeat: no-repeat;
background-position: center;
background-size: 16px;
color: transparent;
}
#smallLoginForm .oauth a.oauth-google {
background-image: url("/secure/auth/assets/icon-small-google.png");
}
#smallLoginForm .oauth a.oauth-inbox {
background-image: url("/secure/auth/assets/icon-small-inbox.png");
}
/*--SMALL LOGIN */
/*
#searchAutocomplete {
position:absolute;
right:-5px;
width:210px;
top:-55px;
z-index:6000;
padding: 5px 0;
} */
#searchAutocomplete {
padding: 0;
width: 270px;
}
#searchResults {
background:#ffffff;
}
#searchAutocomplete .filterSearcher {
width:254px;
margin:8px;
}
#searchResults .more-results {
background: #f8f8f8;
height: 44px;
line-height: 44px;
box-shadow: inset 0 1px 0 0 #ededed;
display: block;
text-align: center;
}
#searchResults .more-results .badge {
position: static;
margin-left: 4px;
}
#searchResults div a img {
width: 32px;
height: 32px;
position: absolute;
top: 50%;
left: 8px;
margin-top: -16px;
border-radius: 2px;
}
#searchResults div a .overlay {
width: 32px;
height: 32px;
position: absolute;
top: 50%;
left: 8px;
margin-top: -16px;
border-radius: 2px;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}
#searchResults i.icon {
position:absolute;
left:32px;
top:0;
z-index:2;
}
#searchResults div.results a, #searchSections a {
height: 44px;
    white-space: nowrap;
padding-left: 48px;
padding-right: 8px;
overflow: hidden;
text-overflow: ellipsis;
line-height: 44px;
display:block;
color: #1e1e1e;
position: relative;
font-size: 13px;
}
#searchSections:not(:empty){
padding: 4px 0;
}
#searchSections a {
height: 28px;
padding-left: 32px;
line-height: 28px;
font-weight: normal;
}
#searchResults div#searchSections a img {
width: 16px;
height: 16px;
margin-top: -8px;
}
#searchResults div.results a:before {
content: '';
height: 44px;
display: inline-block;
vertical-align: middle;
}
#searchResults a.active, #searchSections a:hover {
background: #d0e1f6;
text-decoration: none;
}
#searchResults div.results a .user-info {
display: inline-block;
vertical-align: middle;
line-height: 14px;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
#searchResults div.results a .user-info span {
font-size: 12px;
line-height: 14px;
color: #747474;
}
#searchResults div.results a.active .user-info span {
color: #1e1e1e;
}
#searchResults div.results a b{
color: #1e1e1e;
font-weight: bold;
line-height: 18px;
}
#searchResults .verifySearchIcon {
width: 9px;
height: 10px;
background: url('/special/verifikacija/assets/img/icn_9.png') no-repeat;
display: inline-block;
margin-right: 5px;
}
.madBadge {
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 10px;
line-height: 13px;
padding: 1px 6px;
text-align: center;
text-shadow: none;
background-color: #f60;
margin-right: 8px;
position: relative;
top: -1px;
right: -3px;
}
.madBadge:hover {
text-decoration: none;
}
/*.statistics-cat {
width: 233px;
height: 61px;
overflow: hidden;
position: absolute;
bottom: 0;
left: 444px;
}
.statistics-cat .text {
width: 139px;
height: 30px;
background: url('//ifrype.com/i/temp/statistikas_kakis/ps_callout.png');
position: absolute;
top: 9px;
left: 0;
opacity: 0;
color: #38545d;
font-size: 11px;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
line-height: 16px;
padding: 8px 8px;
z-index: 1;
animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-moz-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
animation-delay: 2s;
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
}
.statistics-cat .text.medium {
font-size: 10px;
}
.statistics-cat .text.small {
font-size: 10px;
line-height: 12px;
height: 34px;
padding: 6px 8px;
}
.statistics-cat .cat {
width: 81px;
height: 56px;
position: absolute;
bottom: 0;
left: 142px;
}
.statistics-cat .cat-paw-left {
opacity: 0;
width: 24px;
height: 11px;
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_kek.png');
background-size: 24px 11px;
position: absolute;
bottom: 0;
left: 0;
animation: leftpaw 0.8s ease-out;
-webkit-animation: leftpaw 0.8s ease-out;
-moz-animation: leftpaw 0.8s ease-out;
animation-delay: 1s;
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
}
.statistics-cat .cat-paw-right {
opacity: 0;
width: 20px;
height: 10px;
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_kel.png');
background-size: 20px 10px;
position: absolute;
bottom: 0;
right: 0;
animation: rightpaw 0.8s ease-out;
-webkit-animation: rightpaw 0.8s ease-out;
-moz-animation: rightpaw 0.8s ease-out;
animation-delay: 1s;
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
}
.statistics-cat .cat-body {
opacity: 0;
width: 56px;
height: 39px;
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_bod.png');
background-size: 56px 39px;
position: absolute;
bottom: -2px;
left: 15px;
animation: catbody 0.8s ease-out;
-webkit-animation: catbody 0.8s ease-out;
-moz-animation: catbody 0.8s ease-out;
animation-delay: 1.3s;
-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
}
.statistics-cat .cat-head {
opacity: 0;
width: 51px;
height: 54px;
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_gal.png');
background-size: 51px 54px;
position: absolute;
bottom: 2px;
left: 18px;
animation: cathead 0.8s ease-out;
-webkit-animation: cathead 0.8s ease-out;
-moz-animation: cathead 0.8s ease-out;
animation-delay: 1.3s;
-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
}
.statistics-cat .cat-eyebrows {
width: 51px;
height: 32px;
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_uza.png');
background-size: 51px 32px;
position: absolute;
top: -1px;
left: 0;
animation: cateyebrows 2s  ease;
-webkit-animation: cateyebrows 2s  ease;
-moz-animation: cateyebrows 2s  ease;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-delay: 2s;
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
}
.statistics-cat .close {
width: 15px;
height: 15px;
display: block;
background: url('//ifrype.com/i/temp/statistikas_kakis/mini_close_sprite.png') no-repeat left top;
background-size: 15px auto;
position: absolute;
right: 0;
top: 5px;
}
.statistics-cat .close:hover {
background-position: left center;
}
.statistics-cat .close:active {
background-position: left bottom;
}
.statistics-cat.simple .text, .statistics-cat.simple .cat-paw-left, .statistics-cat.simple .cat-paw-right, .statistics-cat.simple .cat-body, .statistics-cat.simple .cat-head {
opacity: 1;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
.statistics-cat .text {
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_callout_2x.png');
}
.statistics-cat .cat-paw-left {
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_kek_2x.png');
}
.statistics-cat .cat-paw-right {
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_kel_2x.png');
}
.statistics-cat .cat-body {
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_bod_2x.png');
}
.statistics-cat .cat-head {
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_gal_2x.png');
}
.statistics-cat .cat-eyebrows {
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_uza_2x.png');
}
.statistics-cat .close {
background-image: url('//ifrype.com/i/temp/statistikas_kakis/mini_close_sprite_2x.png');
}
}
@keyframes visshowtext {
0% {
opacity: 0;
left: 20px;
}
100% {
opacity: 1;
left: 0;
}
}
@-webkit-keyframes visshowtext {
0% {
opacity: 0;
left: 20px;
}
100% {
opacity: 1;
left: 0;
}
}
@-moz-keyframes visshowtext {
0% {
opacity: 0;
left: 20px;
}
100% {
opacity: 1;
left: 0;
}
}
@keyframes leftpaw {
0% {
bottom: -11px;
left: 16px;
opacity: 1;
}
20% {
left: 16px;
opacity: 1;
}
100% {
bottom: 0;
left: 0;
opacity: 1;
}
}
@-webkit-keyframes leftpaw {
0% {
bottom: -11px;
left: 16px;
opacity: 1;
}
20% {
left: 16px;
opacity: 1;
}
100% {
bottom: 0;
left: 0;
opacity: 1;
}
}
@-moz-keyframes leftpaw {
0% {
bottom: -11px;
left: 16px;
opacity: 1;
}
20% {
left: 16px;
opacity: 1;
}
100% {
bottom: 0;
left: 0;
opacity: 1;
}
}
@keyframes rightpaw {
0% {
bottom: -10px;
right: 16px;
opacity: 1;
}
20% {
right: 16px;
opacity: 1;
}
100% {
bottom: 0;
right: 0;
opacity: 1;
}
}
@-webkit-keyframes rightpaw {
0% {
bottom: -10px;
right: 16px;
opacity: 1;
}
20% {
right: 16px;
opacity: 1;
}
100% {
bottom: 0;
right: 0;
opacity: 1;
}
}
@-moz-keyframes rightpaw {
0% {
bottom: -10px;
right: 16px;
opacity: 1;
}
20% {
right: 16px;
opacity: 1;
}
100% {
bottom: 0;
right: 0;
opacity: 1;
}
}
@keyframes catbody {
0% {
bottom: -39px;
opacity: 1;
}
100% {
bottom: -2px;
opacity: 1;
}
}
@-webkit-keyframes catbody {
0% {
bottom: -39px;
opacity: 1;
}
100% {
bottom: -2px;
opacity: 1;
}
}
@-moz-keyframes catbody {
0% {
bottom: -39px;
opacity: 1;
}
100% {
bottom: -2px;
opacity: 1;
}
}
@keyframes cathead {
0% {
bottom: -54px;
opacity: 1;
}
75% {
bottom: 7px;
}
100% {
bottom: 2px;
opacity: 1;
}
}
@-webkit-keyframes cathead {
0% {
bottom: -54px;
opacity: 1;
}
75% {
bottom: 7px;
}
100% {
bottom: 2px;
opacity: 1;
}
}
@-moz-keyframes cathead {
0% {
bottom: -54px;
opacity: 1;
}
75% {
bottom: 7px;
}
100% {
bottom: 2px;
opacity: 1;
}
}
@keyframes cateyebrows {
0% {
top: -1px;
}
12% {
top: -3px;
}
24% {
top: -1px;
}
36% {
top: -3px;
}
48% {
top: -1px;
}
100% {
top: -1px;
}
}
@-webkit-keyframes cateyebrows {
0% {
top: -1px;
}
12% {
top: -3px;
}
24% {
top: -1px;
}
36% {
top: -3px;
}
48% {
top: -1px;
}
100% {
top: -1px;
}
}
@-moz-keyframes cateyebrows {
0% {
top: -1px;
}
12% {
top: -3px;
}
24% {
top: -1px;
}
36% {
top: -3px;
}
48% {
top: -1px;
}
100% {
top: -1px;
}
}*/
#head .statistics {
width: 210px;
height: 52px;
overflow: hidden;
position: absolute;
bottom: 0;
left: 455px;
}
#head .statistics .sun {
width: 47px;
height: 47px;
position: absolute;
right: 0;
bottom: -47px;
animation: visshowsun 0.8s ease-out;
-webkit-animation: visshowsun 0.8s ease-out;
-moz-animation: visshowsun 0.8s ease-out;
animation-delay: 1s;
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
}
#head .statistics .sun .outer {
width: 47px;
height: 47px;
position: absolute;
top: 0;
left: 0;
background: url('//ifrype.com/i/temp/statistikas_saule/sau_bck.png');
animation: visrotatesun 8s linear;
-webkit-animation: visrotatesun 8s linear;
-moz-animation: visrotatesun 8s linear;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-delay: 1.8s;
-webkit-animation-delay: 1.8s;
-moz-animation-delay: 1.8s;
}
#head .statistics .sun .inner {
width: 47px;
height: 47px;
position: absolute;
top: 0;
left: 0;
background: url('//ifrype.com/i/temp/statistikas_saule/sau_frn.png') no-repeat center center;
}
#head .statistics .text {
width: 139px;
height: 30px;
background: url('//ifrype.com/i/temp/statistikas_saule/sau_call.png');
position: absolute;
top: 0;
left: 0;
opacity: 0;
color: #38545d;
font-size: 11px;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
line-height: 16px;
padding: 8px 8px;
animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-moz-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
animation-delay: 1.5s;
-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
}
#head .statistics .text.medium {
font-size: 10px;
}
#head .statistics .text.small {
font-size: 10px;
line-height: 12px;
height: 34px;
padding: 6px 8px;
}
#head .statistics .closeIcon {
position: absolute;
top: 5px;
right: -2px;
visibility: hidden;
animation: visshowclose 3s ease-out;
-webkit-animation: visshowclose 3s ease-out;
-moz-animation: visshowclose 3s ease-out;
}
#head .statistics:hover .closeIcon {
visibility: visible;
}
@keyframes visshowclose {
0% {
opacity: 0;
}
60% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes visshowclose {
0% {
opacity: 0;
}
60% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes visshowclose {
0% {
opacity: 0;
}
60% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes visrotatesun {
0% {
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes visrotatesun {
0% {
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes visrotatesun {
0% {
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes visshowsun {
0% {
bottom: -67px;
}
70% {
bottom: -5px;
}
100% {
bottom: -10px;
}
}
@-webkit-keyframes visshowsun {
0% {
bottom: -67px;
}
70% {
bottom: -5px;
}
100% {
bottom: -10px;
}
}
@-moz-keyframes visshowsun {
0% {
bottom: -67px;
}
70% {
bottom: -5px;
}
100% {
bottom: -10px;
}
}
@keyframes visshowtext {
0% {
opacity: 0;
left: 20px;
}
100% {
opacity: 1;
left: 0;
}
}
@-webkit-keyframes visshowtext {
0% {
opacity: 0;
left: 20px;
}
100% {
opacity: 1;
left: 0;
}
}
@-moz-keyframes visshowtext {
0% {
opacity: 0;
left: 20px;
}
100% {
opacity: 1;
left: 0;
}
}
.march-guy {
position: absolute;
bottom: 0;
left: 550px;
z-index: 0;
width: 220px;
}
.march-guy .guy-container {
position: absolute;
bottom: 0;
left: 0;
width: 220px;
height: 230px;
background: url("/temp/8marts/2016/guy-1.png") no-repeat;
background-position: 0 230px;
transition: all 1s;
-moz-transition: all 1s;
-webkit-transition: all 1s;
}
.march-guy .guy-container .bubble {
background: #f3ea98;
width: 188px;
position: absolute;
bottom: 20px;
left: -145px;
padding: 8px 13px;
box-sizing: border-box;
color: #525252;
font-weight: bold;
line-height: 16px;
opacity: 0;
transition: all 1s;
-moz-transition: all 1s;
-webkit-transition: all 1s;
}
.march-guy .guy-container .bubble .bubble_arrow {
position: absolute;
right: -20px;
bottom: 8px;
width: 20px;
height: 20px;
background: url("/temp/8marts/2016/speech-bubble-attachment.png") no-repeat;
}
.march-guy .guy-container.guy2 {
background: url("/temp/8marts/2016/guy-2.png") no-repeat;
background-position: 0 230px;
}
.march-guy .guy-container.guy3 {
background: url("/temp/8marts/2016/guy-3.png") no-repeat;
background-position: 0 230px;
}
.march-guy .guy-container.guy4 {
background: url("/temp/8marts/2016/guy-4.png") no-repeat;
background-position: 0 230px;
}
.march-guy .guy-container.show {
background-position: 0 0;
}
.march-guy .guy-container .bubble.show {
opacity: 1;
}
.march-guy .guy-container .bubble.animate {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.guy-text a {
color: #525252;
text-decoration: none;
}
.march-guy2017 {
position: absolute;
bottom: 34px;
left: 0;/*550px;*/
z-index: 0;
width: 220px;
}
.march-guy2017 .guy-container {
position: absolute;
bottom: 0;
left: 0;
width: 1100px;
height: 160px;
background: url("/temp/8marts/2020/1.png") no-repeat;
background-position: 0 160px;
transition: all 1s;
-moz-transition: all 1s;
-webkit-transition: all 1s;
}
.march-guy2017 .guy-container .bubble {
/*background: #f3ea98;*/
position: absolute;
width: 482px;
height: 84px;
top: 46px;
left: 228px;
/*padding: 8px 13px;*/
box-sizing: border-box;
color: #525252;
font-weight: bold;
/*line-height: 16px;*/
opacity: 0;
transition: all 1s;
-moz-transition: all 1s;
-webkit-transition: all 1s;
font-family: 'Amatic SC', cursive;
font-size: 28px;
line-height: 28px;
text-align: center;
display: table;
}
.march-guy2017 .guy-container .bubble .guy-text {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.march-guy2017 .guy-container .bubble .bubble_arrow {
/*position: absolute;
right: -20px;
bottom: 8px;
width: 20px;
height: 20px;
background: url("/temp/8marts/2016/speech-bubble-attachment.png") no-repeat;*/
}
.march-guy2017 .guy-container.guy2 {
background: url("/temp/8marts/2020/2.png") no-repeat;
background-position: 0 160px;
}
.march-guy2017 .guy-container.guy3 {
background: url("/temp/8marts/2020/3.png") no-repeat;
background-position: 0 160px;
}
.march-guy2017 .guy-container.guy4 {
background: url("/temp/8marts/2020/4.png") no-repeat;
background-position: 0 160px;
}
.march-guy2017 .guy-container.show {
background-position: 0 0;
}
.march-guy2017 .guy-container .bubble.show {
opacity: 1;
}
.march-guy2017 .guy-container .bubble.animate {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.guy-text a {
color: #525252;
text-decoration: none;
}
#brilles_right_peek {
position: relative;
height: 0;
line-height: 0;
z-index: 1;
}
#brilles_content {
top: 100px;
width: 148px;
height: 149px;
background: url("/special/saulainie/assets/roll/card.png") no-repeat;
position: fixed;
cursor: pointer;
right: -26px;
z-index: 7;
-webkit-transition: all .25s ease-in;
transition: all .25s ease-in;
}
#brilles_content:hover {
right: 0;
}
#brilles_content #brilles-O-O- {
position: absolute;
top: 38px;
left: 33px;
width: 132px;
height: 170px;
background: url("/special/saulainie/assets/roll/brilles.png") no-repeat;
-webkit-transition: transform .2s ease-out;
transition: transform .2s ease-out;
}
#brilles_content:hover #brilles-O-O- {
transform: translateY(-22px);
}
#brilles_content .close {
position: absolute;
top: 10px;
right: 10px;
width: 13px;
height: 13px;
background: white url("/special/saulainie/assets/roll/close_envelope.png") no-repeat center;
border-radius: 2px;
}
#kodoma_left_peek {
position: fixed;
bottom: 0;
left: -25px;
width: 54px;
height: 72px;
z-index: 3;
}
#kodoma_content {
display: block;
position: relative;
width: 130px;
height: 163px;
top: 200px;
z-index: 3;
background: url("/special/kodoma/assets/img/kodoma2.png") no-repeat;
animation: zakisbounce 12s infinite;
}
#kodoma_content:hover {
animation-play-state: paused;
}
#kodoma_content .close {
position: absolute;
top: 2px;
left: 116px;
width: 14px;
z-index: 9;
height: 14px;
}
#pipars_left_peek {
    position: fixed;
    bottom: 0;
    left: -25px;
    width: 54px;
    height: 72px;
    z-index: 3;
}
#pipars_content {
    display: block;
    position: relative;
    width: 200px;
    height: 72px;
    top: 200px;
    z-index: 3;
    background: url("/special/piecirst/assets/pipars_leka.png") no-repeat;
    animation: zakisbounce 12s infinite;
}
#pipars_content .ttext {
    width: 128px;
    height: 34px;
    position: absolute;
    top: 13px;
    z-index: 3;
    right: 23px;
    background: url("/special/piecirst/assets/burbulis.png") no-repeat;
}
#pipars_content .close {
    position: absolute;
    top: 2px;
    left: -4px;
    width: 14px;
    z-index: 9;
    height: 14px;
    background: url("/special/piecirst/assets/close.png") center center no-repeat;
}
#zakis_left_peek {
position: fixed;
bottom: 0;
left: -54px;
width: 337px;
height: 200px;
}
@keyframes zakisbounce {
0% {
top: 200px;
}
15% {
top: 120px;
}
25% {
top: -360px;
}
55% {
top: -360px;
}
75% {
top: 200px;
}
}
#zakis_content {
display: block;
position: relative;
width: 337px;
height: 240px;
top: 200px;
background: url("/special/spigulo/assets/img/floating-banner-sz.png") no-repeat;
animation: zakisbounce 8s infinite;
}
#zakis_content .close {
position: absolute;
top: 40px;
left: 60px;
width: 16px;
height: 17px;
background: url("/special/spigulo/assets/img/icon-close-sz.png") no-repeat;
}
#zakis_content:hover {
animation-play-state: paused;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
.special-laternustunda-menu-block {
    position: absolute;
    bottom: 4px;
    left: 270px;
    z-index: 0;
    height: 23px;
}
.special-laternustunda-menu-block .icona {
    background: url("/lapas/special/laternustunda/balletajatips/assets/image/16x16.png") no-repeat;
    background-size: 16px;
    display: inline-block;
    line-height: 18px;
    font-weight: bold;
    padding-left:25px;
    color: #2057c5;
    cursor: pointer;
}
.menu-work-block {
position: absolute;
bottom: 3px;
left: 267px;
z-index: 0;
height: 32px;
}
.menu-work-block .workman {
background: url("/i/temp/teirdarbs/te_ir_darbs_2x.png") no-repeat;
background-size: 28px 32px;
display: inline-block;
line-height: 36px;
font-weight: bold;
padding-left:35px;
color: #2057c5;
cursor: pointer;
}
.menu-work-block .cclose {
display: inline-block;
bottom: 14px;
position: relative;
cursor: pointer;
}
.special-laternustunda-menu-block .cclose {
    display: inline-block;
    bottom: 2px;
    position: relative;
    cursor: pointer;
}
.special-bernidzied-menu-block {
position: absolute;
bottom: 4px;
left: 270px;
z-index: 0;
height: 23px;
}
.special-bernidzied-menu-block .icona {
background: url("/special/bernidzied//assets/img/32x32.png") no-repeat;
background-size: 16px;
display: inline-block;
line-height: 18px;
font-weight: bold;
padding-left:25px;
color: #2057c5;
cursor: pointer;
}
.special-bernidzied-menu-block .cclose {
display: inline-block;
bottom: 2px;
position: relative;
cursor: pointer;
}
.statistics-duck {
position: absolute;
bottom: 0;
left: 518px;
z-index: 0;
}
.statistics-duck .duck-container {
position: relative;
}
.statistics-duck .pond {
width: 148px;
height: 15px;
background-image: url('/i/temp/statistikas_pile/ps_pile_dks_2x.png');
background-image: url('/i/temp/statistikas_pile/ps_pile_dks.png')\9;
background-size: 148px 15px;
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
}
.statistics-duck .body {
width: 61px;
height: 28px;
background-image: url('/i/temp/statistikas_pile/ps_pile_rum_2x.png');
background-image: url('/i/temp/statistikas_pile/ps_pile_rum.png')\9;
background-size: 61px 28px;
position: absolute;
left: 32px;
bottom: 0;
animation: duckbodymove 4s cubic-bezier(0.77, 0, 0.175, 1) infinite;
-webkit-animation: duckbodymove 4s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
.statistics-duck .head-container {
width: 48px;
height: 38px;
position: absolute;
left: 48px;
bottom: 18px;
animation: duckheadmove 4s cubic-bezier(0.77, 0, 0.175, 1) infinite;
-webkit-animation: duckheadmove 4s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
.statistics-duck .head {
width: 48px;
height: 38px;
background-image: url('/i/temp/statistikas_pile/ps_pile_ga_2x.png');
background-image: url('/i/temp/statistikas_pile/ps_pile_ga.png')\9;
background-position: 0 0;
background-size: 48px 76px;
animation: duckblink 8s steps(1) infinite;
-webkit-animation: duckblink 8s steps(1) infinite;
}
.statistics-duck .text {
height: 25px;
position: absolute;
left: 106px;
bottom: 25px;
background: #28A634;
border-radius: 3px;
border-bottom-left-radius: 0;
white-space: nowrap;
color: #ffffff;
line-height: 25px;
padding: 0 16px;
}
.statistics-duck .text:before {
content: ' ';
width: 9px;
height: 9px;
position: absolute;
left: -6px;
bottom: 0;
background-image: url('/i/temp/statistikas_pile/ps_pile_ccor_2x.png');
background-image: url('/i/temp/statistikas_pile/ps_pile_ccor.png')\9;
background-size: 9px 9px;
z-index: -1;
}
.statistics-duck .closeIcon {
position: absolute;
left: 0;
bottom: 24px;
}
@keyframes duckblink {
0% {
background-position: 0 0;
}
85% {
background-position: 0 -38px;
}
90% {
background-position: 0 0;
}
95% {
background-position: 0 -38px;
}
100% {
background-position: 0 0;
}
}
@keyframes duckbodymove {
0% {
transform: translate3d(0, 0, 0);
}
50% {
transform: translate3d(0, 4px, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}
@keyframes duckheadmove {
0% {
transform: translate3d(0, 0, 0);
}
50% {
transform: translate3d(0, 6px, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes duckblink {
0% {
background-position: 0 0;
}
85% {
background-position: 0 -38px;
}
90% {
background-position: 0 0;
}
95% {
background-position: 0 -38px;
}
100% {
background-position: 0 0;
}
}
@-webkit-keyframes duckbodymove {
0% {
-webkit-transform: translate3d(0, 0, 0);
}
50% {
-webkit-transform: translate3d(0, 4px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes duckheadmove {
0% {
-webkit-transform: translate3d(0, 0, 0);
}
50% {
-webkit-transform: translate3d(0, 6px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
}
}
@-ms-keyframes duckblink {
0% {
background-position: 0 0;
}
85% {
background-position: 0 -38px;
}
90% {
background-position: 0 0;
}
95% {
background-position: 0 -38px;
}
100% {
background-position: 0 0;
}
}
@-ms-keyframes duckbodymove {
0% {
-ms-transform: translate3d(0, 0, 0);
}
50% {
-ms-transform: translate3d(0, 4px, 0);
}
100% {
-ms-transform: translate3d(0, 0, 0);
}
}
@-ms-keyframes duckheadmove {
0% {
-ms-transform: translate3d(0, 0, 0);
}
50% {
-ms-transform: translate3d(0, 6px, 0);
}
100% {
-ms-transform: translate3d(0, 0, 0);
}
}
.statistics-bear {
width: 216px;
height: 56px;
overflow: hidden;
position: absolute;
bottom: 0;
left: 460px;
}
.statistics-bear .text {
width: 139px;
height: 30px;
background: url('//ifrype.com/i/temp/statistikas_kakis/ps_callout.png');
position: absolute;
top: 5px;
left: 0;
opacity: 0;
color: #38545d;
font-size: 11px;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
line-height: 16px;
padding: 8px 8px;
z-index: 1;
animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-moz-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
animation-delay: 2s;
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
}
.statistics-bear .bear {
width: 75px;
height: 56px;
position: absolute;
bottom: 0;
left: 142px;
background: url('//ifrype.com/i/temp/statistikas_lacis/ani3topcrop_4x.png');
-webkit-animation:playBear 1.9s steps(29,end) infinite;
animation:playBear 1.9s steps(29,end) infinite
}
.statistics-bear .close {
width: 15px;
height: 15px;
display: block;
background: url('//ifrype.com/i/temp/statistikas_kakis/mini_close_sprite.png') no-repeat left top;
background-size: 15px auto;
position: absolute;
right: 0;
top: 5px;
}
.statistics-bear .close:hover {
background-position: left center;
}
.statistics-bear .close:active {
background-position: left bottom;
}
@-webkit-keyframes playBear{100%{background-position:-2900%}}
@keyframes playBear{100%{background-position:-2900%}}
#head .statistics {
width: 210px;
height: 52px;
overflow: hidden;
position: absolute;
bottom: 0;
left: 455px;
}
#head .statistics .sun {
width: 47px;
height: 47px;
position: absolute;
right: 0;
bottom: -47px;
animation: visshowsun 0.8s ease-out;
-webkit-animation: visshowsun 0.8s ease-out;
-moz-animation: visshowsun 0.8s ease-out;
animation-delay: 1s;
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
}
#head .statistics .sun .outer {
width: 47px;
height: 47px;
position: absolute;
top: 0;
left: 0;
background: url('//ifrype.com/i/temp/statistikas_saule/sau_bck.png');
animation: visrotatesun 8s linear;
-webkit-animation: visrotatesun 8s linear;
-moz-animation: visrotatesun 8s linear;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-delay: 1.8s;
-webkit-animation-delay: 1.8s;
-moz-animation-delay: 1.8s;
}
#head .statistics .sun .inner {
width: 47px;
height: 47px;
position: absolute;
top: 0;
left: 0;
background: url('//ifrype.com/i/temp/statistikas_saule/sau_frn.png') no-repeat center center;
}
#head .statistics .text {
width: 139px;
height: 30px;
background: url('//ifrype.com/i/temp/statistikas_saule/sau_call.png');
position: absolute;
top: 0;
left: 0;
opacity: 0;
color: #38545d;
font-size: 11px;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
line-height: 16px;
padding: 8px 8px;
animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-moz-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
animation-delay: 1.5s;
-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
}
#head .statistics .text.medium {
font-size: 10px;
}
#head .statistics .text.small {
font-size: 10px;
line-height: 12px;
height: 34px;
padding: 6px 8px;
}
#head .statistics .closeIcon {
position: absolute;
top: 5px;
right: -2px;
visibility: hidden;
animation: visshowclose 3s ease-out;
-webkit-animation: visshowclose 3s ease-out;
-moz-animation: visshowclose 3s ease-out;
}
#head .statistics:hover .closeIcon {
visibility: visible;
}
@keyframes visshowclose {
0% {
opacity: 0;
}
60% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes visshowclose {
0% {
opacity: 0;
}
60% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes visshowclose {
0% {
opacity: 0;
}
60% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes visrotatesun {
0% {
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes visrotatesun {
0% {
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes visrotatesun {
0% {
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes visshowsun {
0% {
bottom: -67px;
}
70% {
bottom: -5px;
}
100% {
bottom: -10px;
}
}
@-webkit-keyframes visshowsun {
0% {
bottom: -67px;
}
70% {
bottom: -5px;
}
100% {
bottom: -10px;
}
}
@-moz-keyframes visshowsun {
0% {
bottom: -67px;
}
70% {
bottom: -5px;
}
100% {
bottom: -10px;
}
}
@keyframes visshowtext {
0% {
opacity: 0;
left: 20px;
}
100% {
opacity: 1;
left: 0;
}
}
@-webkit-keyframes visshowtext {
0% {
opacity: 0;
left: 20px;
}
100% {
opacity: 1;
left: 0;
}
}
@-moz-keyframes visshowtext {
0% {
opacity: 0;
left: 20px;
}
100% {
opacity: 1;
left: 0;
}
}
#my-name {
position: relative;
}
#desktopnotify-ask {
position: absolute;
z-index: 9999;
width: 339px;
left: -305px;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
border-radius: 4px;
font-size: 14px;
color: #1e1e1e;
top: 30px;
background: #ffffff url(/i/icons/ill-64-notifications.png) no-repeat top 16px right 19px;
}
#desktopnotify-ask:before {
content: '';
display: block;
position: absolute;
right: 15px;
width: 0;
height: 0;
border-style: solid;
top: -6px;
box-shadow: -2px 2px 1px 0 rgba(0, 0, 0, 0.15);
border-color: transparent transparent #FFF #FFF;
border-width: 7px;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
box-sizing: border-box;
border-radius: 2px;
}
#desktopnotify-ask .header {
font-weight: bold;
padding: 15px 15px 0 15px;
font-size: 15px;
letter-spacing: 0.1px;
}
#desktopnotify-ask .body {
padding: 6px 16px 8px;
font-size: 13px;
letter-spacing: 0.1px;
}
#desktopnotify-ask .body .bodyText {
width: 240px;
}
#desktopnotify-ask .body .bodyImgWin, #desktopnotify-ask .body .bodyImgMac {
margin-top: 16px;
background: transparent url("/notifications/img/win-illustration-1.gif") no-repeat center center;
width: 307px;
height: 100px;
}
#desktopnotify-ask .body .bodyImgMac {
background: transparent url("/notifications/img/mac-illustration-1.gif") no-repeat center center;
}
#desktopnotify-ask .footer {
padding: 10px;
background-color: #f3f3f3;
border-top: 1px solid #e7e7e7;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
text-align: right;
}
#desktopnotify-confirm {
left: 0;
top: 0;
z-index: 1001;
}
#desktopnotify-confirm .text {
position: fixed;
top: 91px;
left: 69px;
color: #ffffff;
background: transparent url(/i/misc/round-light-shadow.png) no-repeat top center;
width: 340px;
height: 170px;
padding-left: 100px;
font-size: 19px;
letter-spacing: 0.1px;
text-align: left;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.49);
padding-top: 20px;
}
#desktopnotify-confirm .text span {
font-weight: bold;
margin-bottom: 5px;
display: inline-block;
}
#desktopnotify-confirm .text:before {
content: '';
width: 48px;
height: 48px;
position: absolute;
left: 45px;
top: 15px;
background: transparent url(/i/icons/ill-48-arrow.png) no-repeat center center;
}
#submenu .wrapper {
padding: 8px 0;
border-bottom: 1px solid #e7e7e7;
display: flex;
align-items: center;
}
#submenu div.item {
display: inline-block;
padding: 0 12px;
position: relative;
}
#submenu div.item .popoutHover {
position: absolute;
top: 0;
left: 12px;
right: 12px;
bottom: 0;
cursor: default;
}
/*hide menu border around hover button*/
#submenu div.item .popoutHover:hover::after {
content: '';
position: absolute;
display: block;
bottom:-10px;
height: 3px;
background: white;
left:-11px;
right:-12px;
}
#submenu div.item .popoutHover:hover .popout {
display: block;
}
#submenu div.item .popoutHover:hover .popout:empty {
display: none;
}
#submenu div.item .popoutHover .popout {
display: none;
padding: 10px;
background: white;
border-radius: 0 0 4px 4px;
position: absolute;
top: calc(9px + 100%);
border: solid 1px #E7E7E7;
border-top: 0;
left: -12px;
width: 240px;
}
#submenu div.item .popoutHover .popout::before {
content: '';
position: absolute;
display: block;
top:-8px;
left:0;
right:0;
height: 8px;
}
#submenu div.item + div.item {
border-left: 1px solid #e7e7e7;
}
#submenu div.item a {
font-weight: bold;
}
@keyframes badgePop {
from {transform: scale(0,0) translate(-16px, 0)}
}
#submenu div.item a .badge {
position: unset;
margin-left: 6px;
font-weight: normal;
animation: badgePop .7s cubic-bezier(1,1.83,.51,.79) backwards .6s;
}
#submenu div.item .icon:not(.doShow) {
padding-left: 0;
background: none;
}
#submenu div.weather {
margin-left: auto;
}
#submenu div.weather a:hover {
text-decoration: none;
color: #000;
}
#submenu .weather-icon {
position: relative;
padding-right: 20px;
padding-left: 4px;
}
#submenu .weather-icon svg {
position: absolute;
width: 20px;
height: 20px;
top: -3px;
}
#topUp {
position: relative;
display: inline-block;
}
#topUp .plusMacins {
position: relative;
display: inline-block;
background:#f60 url(/services/img/ic-add.svg) no-repeat center;
    background-size: 12px 12px;
color:#fff;
width: 20px;
height: 20px;
line-height: 16px;
font-weight: bold;
text-align: center;
vertical-align: middle;
border-radius: 20px;
font-size: 19px;
cursor: pointer;
box-sizing: border-box;
}
#topUp .plusMacins:hover span {
display: block;
animation: maigsTitle .2s ease-in;
}
@keyframes maigsTitle {
from {opacity: 0; transform: translate(-10px, 0);}
}
#topUp .plusMacins span {
position: absolute;
width: 120px;
display: none;
color:#7ABF59;
font-weight: bold;
top: -2px;
right: -122px;;
padding: 4px 10px;
font-size: 12px;
}
.plusMacins:hover {
box-shadow: 0 0 0 1px #c50;
}
#bonus2eur {
position: relative;
display: inline-block;
background: url(/services/img/ic-gift.svg) no-repeat left center;
padding-left: 18px;
margin-left: 8px;
margin-right: 12px;
}
/*SPACIAL / EXPIRE*/
@keyframes thisIsThat {
0% {opacity: 0; transform: scale(0,0)}
1%, 70% {opacity: 1;}
to {transform: scale(1.2,1.2) rotate(120deg); opacity: 0;}
}
@keyframes burnText {
from {color: red;}
}
#submenu div.item a.romantikaIcon.burn {position: relative;}
#submenu div.item a.romantikaIcon.burn .badge::before ,
#submenu div.item a.romantikaIcon.burn .badge::after {
pointer-events: none;
content: '';
display: block;
opacity:0;
animation: thisIsThat .5s ease-out both .6s 2;
background: url(/special/romantika/assets/img/sparkle.png) no-repeat center;
background-size:contain;
width: 100px;
height: 100px;
position: absolute;
right:-40px;
top:-40px;
}
#submenu div.item a.romantikaIcon.burn {
animation: burnText 1s ease-out .4s backwards;
}
#submenu div.item a.romantikaIcon.burn .badge::before {
width: 90px;
height: 90px;
right:-40px;
top:-40px;
animation: thisIsThat .7s ease-out both .7s;
}
/* --- css/menu.css --- */
/* +++ css/icons.css +++ */
/* Icons */
.iconHover{
opacity:0.5;
filter:alpha(opacity=50);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.iconHover:hover{
opacity:1;
filter:alpha(opacity=100);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.editGrayIcon{ background-image:url('//ifrype.com/i/icons/editGray.png'); }
.editWhiteIcon{ background-image:url('//ifrype.com/i/icons/edit_white.png'); }
.closeIcon{ background-image:url('//ifrype.com/i/icons/v2/close.png'); }
.closeIcon:hover{ background-image:url('//ifrype.com/i/icons/close_hover.png'); }
.closeWhiteIcon { background-image:url('//ifrype.com/i/icons/close_w.png'); }
.closeGrayIcon { background-image:url('//ifrype.com/i/icons/close_gray.png'); } /*grey*/
.deleteIcon { background-image:url('//ifrype.com/i/icons/delete.png'); }
.removeIcon { background-image:url('//ifrype.com/i/icons/remove.png'); }
.textIcon { background-image:url('//ifrype.com/i/icons/text.png');}
.buttonsIcon { background-image:url('//ifrype.com/i/icons/buttons.png');}
.blocksIcon {background-image:url('//ifrype.com/i/icons/blocks.png');}
.commentIcon {background-image:url('//ifrype.com/i/icons/comments.png');}
.commentsIcon {background-image:url('//ifrype.com/i/icons/diskusijas.png');}
.discussionsIcon {background-image:url('//ifrype.com/i/icons/diskusijas.png');}
.red_flagIcon {background-image:url('//ifrype.com/i/icons/admin_zinojumi.png');}
.recommendIcon {background-image:url('//ifrype.com/i/icons/ieteikt.png');}
.suggestIcon{ background-image:url('//ifrype.com/say/img/suggest.png'); }
.suggIcon{ background-image: url('//ifrype.com/i/icons/sugg.png'); }
.sayCommentIcon {
background-image: url('//ifrype.com/say/img/icn_komentet16_sprite_2x.png');
background-size: 16px 48px;
}
.IE8 .sayCommentIcon {
background-image: url('//ifrype.com/say/img/icn_komentet16_sprite.png');
}
.sayCommentIcon:hover { background-position: 0 -16px; }
.sayLikeIcon {
background-image: url('//ifrype.com/say/img/icn_patik16_sprite_2x.png');
background-size: 16px 48px;
}
.IE8 .sayLikeIcon {
background-image: url('//ifrype.com/say/img/icn_patik16_sprite.png');
}
.sayLikeIcon:hover {background-position: 0 -16px; }
.sayLikeBlueIcon { background-image: url("//ifrype.com/i/icons/blue/icn_patik18a_2x.png"); background-size: 16px;}
.sayRecommendIcon {
background-image: url('//ifrype.com/say/img/icn_ieteikt16_sprite_2x.png');
background-size: 16px 48px;
}
.IE8 .sayRecommendIcon {
background-image: url('//ifrype.com/say/img/icn_ieteikt16_sprite.png');
}
.sayRecommendIcon:hover { background-position: 0 -16px; }
.sayRecommendBlueIcon { background-image: url("//ifrype.com/i/icons/blue/icn_ieteikt18a_2x.png"); background-size: 16px;}
.sayPinnedIcon { background-image: url("//ifrype.com/say/img/pintotop_2x.png"); background-size: 16px;}
.settingsIcon {background-image:url('//ifrype.com/i/icons/uzstadijumi.png');}
.commentsGrayIcon {background-image:url('//ifrype.com/i/icons/comment.png');} /*grey*/
.commentsBlueIcon {background-image:url('//ifrype.com/i/icons/blueComment.png');} /*blue*/
.iconsIcon {background-image:url('//ifrype.com/i/icons/icons.png');}
.formsIcon {background-image:url('//ifrype.com/i/icons/forms.png');}
.filtersIcon {background-image:url('//ifrype.com/i/icons/filters.png');}
.rotateIcon {background-image:url('//ifrype.com/i/icons/rotate.png');}
.close2Icon { background-image:url('//ifrype.com/i/icons/close2.png');}
.close3Icon { background-image:url('//ifrype.com/i/icons/close3.png');}
.colorPaletIcon {background-image:url('//ifrype.com/i/icons/colorPalet.png');}
.blogIcon {background-image:url('//ifrype.com/i/icons/blog.png');}
.blogFollowIcon {background-image:url('//ifrype.com/i/icons/blogFollow.png');}
.blogUnfollowIcon {background-image:url('//ifrype.com/i/icons/blogUnfollow.png');}
.blogActualIcon {background-image: url('//ifrype.com/i/icons/blogsActualIcon.png');}
.blogFriendsIcon {background-image:url('//ifrype.com/i/icons/blogFriends.png');}
.blogAllIcon {background-image:url('//ifrype.com/i/icons/blogsAll.png');}
.bcardIcon {background-image:url('//ifrype.com/i/icons/blogsAll.png');}
.calendarIcon {background-image:url('//ifrype.com/i/icons/calendar.png');}
.calendarBlueIcon {background-image:url('//ifrype.com/i/icons/calendar-blue.png');}
.calendarGrayIcon {background-image:url('//ifrype.com/i/icons/calendarGray.png');}
.calendarGrayAltIcon {background-image:url('//ifrype.com/i/icons/calendarGrayAlt.png');}
.newsIcon {background-image:url('//ifrype.com/i/icons/information.png');}
.smileIcon, .smileyIcon{background-image:url('//ifrype.com/i/icons/smile.gif');}
.uploadIcon {background-image:url('//ifrype.com/i/icons/upload.png');} /*white*/
.galleryWhiteIcon {background-image:url('//ifrype.com/i/icons/gallery-white.png');} /*white*/
.cameraWhiteIcon {background-image:url('//ifrype.com/i/icons/camera-white.png');} /*white*/
.uploadAltIcon {background-image:url('//ifrype.com/i/icons/upload-alt-white.png');} /*white*/
.addToTopIcon {background-image:url('//ifrype.com/i/icons/addToTop.png');} /*white*/
.addPostWhiteIcon {background-image:url('//ifrype.com/i/icons/addPost.png');} /*white*/
.plusIcon {background-image:url('//ifrype.com/i/icons/plus.png');} /*white*/
.plusGrayIcon {background-image:url('//ifrype.com/i/icons/plusGray.png');} /*white*/
.minusGrayIcon {background-image:url('//ifrype.com/i/icons/minusGray.png');}
.searchIcon {background-image:url('//ifrype.com/i/icons/search.png');}
.searchGalleryTopIcon {background-image:url('//ifrype.com/i/icons/search-gallery.png');}
.tripsIcon {background-image:url('//ifrype.com/i/icons/trips.png');}
.placesIcon { background-image:url('//ifrype.com/i/icons/places.png');}
.historyIcon { background-image:url('//ifrype.com/i/icons/history.png');}
.checkinIcon {background-image:url('//ifrype.com/i/icons/checkin.png');}
.homeIcon {background-image:url('//ifrype.com/i/icons/home.png');}
.codeIcon {background-image:url('//ifrype.com/i/icons/code.png');}
.sketchIcon {background-image: url('//ifrype.com/i/icons/application-image.png');}
.greyfriendsIcon {background-image: url('//ifrype.com/i/icons/users_grey.png');}
.greyUserIcon {background-image: url('//ifrype.com/i/icons/userGreyIcon.png');} /*grey*/
.greySettingsIcon {background-image: url('//ifrype.com/i/icons/settingsIcon.png');} /*grey*/
.blackSettingsIcon {background-image: url('//ifrype.com/i/icons/settingsBlackIcon.png');} /*grey*/
.blackAddMemberIcon {background-image: url('//ifrype.com/i/icons/add_member_black.png');}
.blackMuteIcon{ background-image: url('//ifrype.com/i/icons/black_mute.png'); }
.blackUnmuteIcon{ background-image: url('//ifrype.com/i/icons/black_unmute.png'); }
.articlesIcon {background-image: url('//ifrype.com/i/icons/report.png');}
.invisibleIcon {background-image: url('//ifrype.com/i/icons/v2/invisible.png');} /*grey*/
.visibleIcon {background-image: url('//ifrype.com/i/icons/v2/visible.png');}/*grey*/
.addPostIcon {background-image: url('//ifrype.com/i/icons/add_post.png');}/*grey*/
.creditsIcon {background-image: url('//ifrype.com/i/icons/credits2.png');}/*grey*/
.sefsIcon {background-image: url('//ifrype.com/i/icons/sefs.png');}
.commentsAddIcon {background-image: url('//ifrype.com/i/icons/comments_add.png');}
.commentsRemoveIcon{background-image: url('//ifrype.com/i/icons/comments_cancel.png');}
.commentsDeleteIcon{background-image: url('//ifrype.com/i/icons/comments_del.png');}
.businessIcon {background-image: url('//ifrype.com/i/icons/business.png');}
.new_whiteIcon {background-image: url('//ifrype.com/i/icons/plus.png');} /*white*/
.new_topicIcon {background-image: url('//ifrype.com/i/icons/new_topic.png');} /*white*/
.favoriteIcon {background-image: url('//ifrype.com/i/icons/fav.png');}
.favoriteRemoveIcon {background-image: url('//ifrype.com/i/icons/fav_remove.png');}
.rateIcon {background-image: url('//ifrype.com/i/icons/fav.png');}
.skatuveIcon{   background-image: url('//ifrype.com/i/icons/skatuve.png'); }
.galleryMyIcon {background-image: url('//ifrype.com/i/icons/gallery/gallery_my.png');}
.galleryIcon {background-image:url('//ifrype.com/i/icons/pictures.png');}
.galleryAddIcon { background-image: url('//ifrype.com/i/icons/galleryAdd.png');}
.galleryEditIcon { background-image: url('//ifrype.com/i/icons/galleryEdit.png');}
.gallerySelectUserIcon {background-image: url('//ifrype.com/i/icons/gallerySelectUser.png');}
.galleryCommentsIcon {background-image: url('//ifrype.com/i/icons/gallery/comments.png');}
.galleryIInPictureIcon {background-image: url('//ifrype.com/i/icons/gallery/iin.png');}
.galleryTop50Icon{ background-image:url('//ifrype.com/gallery/img/top50.png'); }
.gallery5YearStatsIcon{ background-image:url('//ifrype.com/gallery/img/5.png'); }
.eventsIcon {background-image: url('//ifrype.com/i/icons/events.png');}
.eventsNewEventIcon {background-image: url('//ifrype.com/i/icons/eventsNewEvent.png');}
.eventsNotGoIcon { background-image: url('//ifrype.com/i/icons/eventsNotGo.png');}
.eventsWillGoIcon { background-image: url('//ifrype.com/i/icons/eventsWillGo.png');}
.groupsIcon { background-image: url('//ifrype.com/i/icons/groups.png');}
.groupsAddIcon { background-image: url('//ifrype.com/i/icons/groupsAdd.png');}
.groupsRemoveIcon { background-image: url('//ifrype.com/i/icons/groupsRemove.png');}
.hotIcon { background-image: url('//ifrype.com/i/icons/hot.png');}
.hotAddPostIcon { background-image: url('//ifrype.com/i/icons/hotAddPost.png');}
.musicIcon { background-image: url('//ifrype.com/i/icons/music.png');}
.musicAddIcon { background-image: url('//ifrype.com/i/icons/musicAdd.png');}
.musicMessageIcon { background-image: url('//ifrype.com/i/icons/musicMessage.png');}
.musicRemoveIcon { background-image: url('//ifrype.com/i/icons/musicRemove.png');}
.pagesIcon { background-image: url('//ifrype.com/i/icons/pages.png');}
.pagesAddIcon { background-image: url('//ifrype.com/i/icons/pagesAdd.png');}
.pagesEditIcon { background-image: url('//ifrype.com/i/icons/pagesEdit.png');}
.pagesEventIcon { background-image: url('//ifrype.com/i/icons/pagesEvent.png');}
.pagesRemoveIcon { background-image: url('//ifrype.com/i/icons/pagesRemove.png');}
.puzzleIcon { background-image: url('//ifrype.com/i/icons/puzzle.png');}
.sayIcon { background-image: url('//ifrype.com/i/icons/say.png');}
.sayAddWatchIcon { background-image: url('//ifrype.com/i/icons/sayAddWatch.png');}
.sayRemoveWatchIcon {background-image: url('//ifrype.com/i/icons/sayUnfollow.png');}
.sayNewPostIcon { background-image: url('//ifrype.com/i/icons/sayNewPost.png');}
.skinsIcon { background-image: url('//ifrype.com/i/icons/skins.png');}
.skinsChangeIcon { background-image: url('//ifrype.com/i/icons/skinsChange.png');}
.skinsSellIcon { background-image: url('//ifrype.com/i/icons/skinsSell.png');}
.travelIcon { background-image: url('//ifrype.com/i/icons/travel.png');}
.travelAddPostIcon{background-image: url('//ifrype.com/i/icons/travelAddPost.png');}
.profileIcon {background-image:url('//ifrype.com/i/icons/profile.png');}
.friendIcon {background-image: url('//ifrype.com/i/icons/friend.png');}
.friendsIcon {background-image: url('//ifrype.com/i/icons/friends.png');}
.friendsMusicIcon {background-image: url('//ifrype.com/i/icons/friends.png');}
.friendsOnlineIcon {background-image: url('//ifrype.com/i/icons/friendsOnline.png');}
.frFriendsOnlineIcon{background-image: url('//ifrype.com/i/icons/frFriendsOnline.png');}
.friendshipIcon { background-image: url('//ifrype.com/i/icons/friendship.png');}
.messagesImageIcon { background-image: url('//ifrype.com/i/icons/mail-open-image.png');}
.friendshipCancelIcon {background-image: url('//ifrype.com/i/icons/friendshipCancel.png');}
.unknownIcon { background-image: url('//ifrype.com/i/icons/unknown.png');}
.dragIcon { background-image: url('//ifrype.com/i/icons/drag.png');}
.dragUpDownIcon { background-image: url('//ifrype.com/i/icons/dragUpDown.png');}
.statIcon {background-image: url('//ifrype.com/i/icons/stat.png');}
.statsUpIcon {background-image: url('//ifrype.com/i/icons/stats_up.png'); }
.statsDownIcon {background-image: url('//ifrype.com/i/icons/stats_down.png'); }
.pictureIcon {background-image: url('//ifrype.com/i/icons/image.png');}
.picturesIcon {background-image: url('//ifrype.com/i/icons/pictures.png');}
.videoIcon {background-image: url('//ifrype.com/i/icons/video.png');}
.phpIcon { background-image: url('//ifrype.com/i/icons/php.png');}
.mostVisitedIcon { background-image: url('//ifrype.com/i/icons/mostVisited.png');}
.pictureTopIcon { background-image: url('//ifrype.com/i/icons/pictureTop.png');}
.greyStarIcon { background-image: url('//ifrype.com/i/icons/star.png');} /*grey*/
.messagesNewIcon {background-image: url('//ifrype.com/i/icons/messagesNew.png');} /*white*/
.plusSmallIcon {background-image:url('//ifrype.com/i/icons/plusSmall.png');} /*white*/
.messageIcon {background-image: url('//ifrype.com/i/icons/message.png');}
.messagesSentIcon {background-image: url('//ifrype.com/i/icons/messagesSent.png');}
.messagesDraftIcon {background-image: url('//ifrype.com/i/icons/messagesDraft.png');}
.messagesReceivedIcon {background-image: url('//ifrype.com/i/icons/messagesReceived.png');}
.messagesCreateIcon {background-image: url('//ifrype.com/i/icons/messagesCreate.png');}
.messagesFavIcon {background-image: url('//ifrype.com/i/icons/messagesFav.png');}
.messagesDeleteIcon {background-image: url('//ifrype.com/i/icons/messagesDelete.png');}
.tableIcon {background-image: url('//ifrype.com/i/icons/table.png');}
.smsIcon {background-image: url('//ifrype.com/i/icons/sms.png');}
.smsAddIcon {background-image: url('//ifrype.com/i/icons/sms_add.png');}
.advertIcon {background-image: url('//ifrype.com/i/icons/advert.png');}
.giftIcon {background-image: url('//ifrype.com/i/icons/gift.png');}
.rssIcon {background-image: url('//ifrype.com/i/icons/rss.png');}
.colorIcon {background-image: url('//ifrype.com/i/icons/color.png');}
.downloadIcon {background-image: url('//ifrype.com/i/icons/download.png');}
.editIcon {background-image: url('//ifrype.com/gallery/img/fs/icn_labot1.png');}
.editBlueIcon {background-image: url('//ifrype.com/i/icons/edit_blue.png');}
.slideShowIcon {background-image: url('//ifrype.com/i/icons/slide_show.png');}
.topIcon {background-image: url('//ifrype.com/i/icons/top.png');}
.favoritesIcon, .musicfavoritesIcon {background-image: url('//ifrype.com/i/icons/favorites.png');}
.favoritesAddIcon {background-image: url('//ifrype.com/i/icons/favorites_add.png');}
.favoritesDeleteIcon {background-image: url('//ifrype.com/i/icons/favorites_delete.png');}
.lastestIcon {background-image: url('//ifrype.com/i/icons/lastest.png');}
.adminIcon {background-image: url('//ifrype.com/i/icons/adminIcon.png');}
.documentIcon {background-image: url('//ifrype.com/i/icons/documentIcon.png');}
.notificationIcon {background-image: url('//ifrype.com/i/icons/notificationIcon.png');}
.projectsIcon {background-image: url('//ifrype.com/i/icons/projectsIcon.png');}
.securityIcon {background-image: url('//ifrype.com/i/icons/securityIcon.png');}
.profileEditIcon {background-image: url('//ifrype.com/i/icons/profileEditIcon.png');}
.blockedUserIcon {background-image: url('//ifrype.com/i/icons/blockedUserIcon.png');}
.userUnblockIcon {background-image: url('//ifrype.com/i/icons/userUnblockIcon.png');}
.activitiesIcon {background-image: url('//ifrype.com/i/icons/activitiesIcon.png');}
.noAdsIcon {background-image: url('//ifrype.com/i/icons/noAdsIcon.png');}
.applicationIcon {background-image: url('//ifrype.com/i/icons/application.png');}
.applicationSettingsIcon {background-image: url('//ifrype.com/i/icons/applicationSettings.png');}
.applicationCatalogIcon {background-image: url('//ifrype.com/i/icons/applicationsCatalogIcon.png');}
.applicationEditIcon {background-image: url('//ifrype.com/i/icons/applicationsEditIcon.png');}
.applicationUninstallIcon {background-image: url('//ifrype.com/i/icons/removeApp.png');}
.applicationActualIcon {background-image: url('//ifrype.com/i/icons/applicationsActualIcon.png');}
.musicTopIcon {background-image: url('//ifrype.com/i/icons/musicTopIcon.png');}
.musicActualIcon {background-image: url('//ifrype.com/i/icons/musicActualIcon.png');}
.musicCatalogIcon {background-image: url('//ifrype.com/i/icons/musicCatalogIcon.png');}
.musicNewsIcon {background-image: url('//ifrype.com/i/icons/musicNewsIcon.png');}
.rotateLeftIcon {background-image:url('//ifrype.com/i/icons/rotate_left.png');}
.rotateRightIcon {background-image:url('//ifrype.com/i/icons/rotate_right.png');}
.attachIcon {background-image:url('//ifrype.com/i/icons/attach.png');}
.createSkinIcon {background-image:url('//ifrype.com/i/icons/createSkin.png');}/*white*/
.whitePlayIcon {background-image:url('//ifrype.com/i/icons/playWhite.png');}/*white*/
.whiteOpenIcon {background-image:url('//ifrype.com/i/icons/openWhite.png');}/*white*/
.guestBookIcon {background-image:url('//ifrype.com/i/icons/guestBook.png');}
.alertWhiteIcon {background-image:url('//ifrype.com/i/icons/alert_white.png');}
.successIcon {background-image:url('//ifrype.com/i/icons/v2/success.png');}
.successWhiteIcon {background-image:url('//ifrype.com/i/icons/success_white.png');}
a.successIcon:hover{background-image:url('//ifrype.com/i/icons/v2/success_hover.png'); }
.failIcon{background-image:url('//ifrype.com/i/icons/v2/error.png'); }
.errorIcon{background-image: url('//ifrype.com/i/icons/error.png'); }
a.errorIcon:hover{background-image: url('//ifrype.com/i/icons/error_hover.png'); }
.infoIcon{background-image:url('//ifrype.com/i/icons/inc_info_2x.png'); background-size: 14px auto;}
a.infoIcon:hover{background-image:url('//ifrype.com/i/icons/v2/info_hover.png'); }
.infoGrayIcon {background-image:url('//ifrype.com/i/icons/info_gray.png');}
.errorWhiteIcon{ background-image:url('//ifrype.com/i/icons/error2.png'); }/*white*/
.infoWhiteIcon{ background-image:url('//ifrype.com/i/icons/info_white.png'); }/*white*/
.refreshIcon{background-image:url('//ifrype.com/i/icons/arrow-circle-double-135.png');}
.giftCalendarIcon {background-image:url('//ifrype.com/i/icons/giftCalendar.png');}
.receivedGiftsIcon {background-image:url('//ifrype.com/i/icons/receivedGifts.png');}
.sentGiftsIcon {background-image:url('//ifrype.com/i/icons/sentGifts.png');}
.cakeIcon {background-image:url('//ifrype.com/i/icons/cakeIcon.png');}
.greyArrowLeftIcon {background-image:url('//ifrype.com/i/icons/arrowLeftGrey.png');} /*grey*/
.greyArrowRightIcon {background-image:url('//ifrype.com/i/icons/arrowRightGrey.png');} /*grey*/
.greyArrowUpIcon {background-image:url('//ifrype.com/i/icons/arrowUpGrey.png');} /*grey*/
.greyArrowDownIcon {background-image:url('//ifrype.com/i/icons/arrowDownGrey.png');} /*grey*/
.informationIcon { background-image: url('//ifrype.com/i/icons/information.png'); }
.policeIcon { background-image: url('//ifrype.com/i/icons/police.png'); }
.bugIcon { background-image: url('//ifrype.com/i/icons/bug.png'); }
.linkIcon{ background-image: url('//ifrype.com/i/icons/link.png'); }
.zoneIcon{ background-image: url('//ifrype.com/i/icons/zone.png'); }
.rulesIcon{ background-image: url('//ifrype.com/i/icons/rules.png'); }
.statisticsIcon{ background-image: url('//ifrype.com/i/icons/statistics.png'); }
.statistics2Icon{ background-image: url('//ifrype.com/i/icons/statistics.png'); }
.pollsIcon{ background-image: url('//ifrype.com/i/icons/polls.png'); }
.addPollIcon{ background-image: url('//ifrype.com/i/icons/polls_add.png'); }
.eventBoxIcon{ background-image: url('//ifrype.com/i/icons/eventBox.png'); }
.partnersIcon{ background-image: url('//ifrype.com/i/icons/partners.png'); }
.faqIcon{ background-image: url('//ifrype.com/i/icons/faq.png'); }
.addFaqIcon{ background-image: url('//ifrype.com/i/icons/addQuestion.png'); }
.contactsIcon{ background-image: url('//ifrype.com/i/icons/contacts.png'); }
.clientIcon{ background-image: url('//ifrype.com/i/icons/clientIcon.png'); }
.colorsIcon { background-image:url('//ifrype.com/i/icons/manas_adinas.png'); }
.colorsGrayIcon { background-image:url('//ifrype.com/i/icons/manas_adinas_grayscale.png'); }
.shopIcon { background-image:url('//ifrype.com/i/icons/veikals.png'); }
.addGrayIcon{ background-image:url('//ifrype.com/i/icons/blue/v2/plus.png'); }/*grey*/
.removeGrayIcon{ background-image:url('//ifrype.com/i/icons/remove_gray.png'); }/*grey*/
.tagIcon{ background-image:url('//ifrype.com/i/icons/tag.png'); }
.tagGrayIcon{ background-image:url('//ifrype.com/i/icons/grey16/tag.png'); }/*grey*/
.locationGrayIcon{ background-image:url('//ifrype.com/i/icons/grey16/marker.png'); }/*grey*/
.placeGrayIcon{ background-image:url('//ifrype.com/i/icons/grey16/place.png'); }/*grey*/
.globeGrayIcon{ background-image:url('//ifrype.com/i/icons/grey16/globe.png'); }/*grey*/
.mailGrayIcon{ background-image:url('//ifrype.com/i/icons/grey16/mail.png'); }/*grey*/
.phoneGrayIcon{ background-image:url('//ifrype.com/i/icons/grey16/phone.png'); }/*grey*/
.timeGrayIcon{ background-image:url('//ifrype.com/i/icons/grey16/time.png'); }/*grey*/
.recommendGrayIcon{ background-image:url('//ifrype.com/i/icons/recommend_gray.png'); }/*grey*/
.mapEditIcon{ background-image:url('//ifrype.com/i/icons/mapEditIcon.png'); }
.messageEditIcon{ background-image:url('//ifrype.com/i/icons/messageEditIcon.png'); }
.securtyEditIcon{ background-image:url('//ifrype.com/i/icons/securtyEditIcon.png'); }
.applicationInviteIcon{ background-image:url('//ifrype.com/i/icons/applicationInviteIcon.png'); }
.guestBookAddIcon{ background-image:url('//ifrype.com/i/icons/guestBookAddIcon.png'); }
.mapPointIcon{ background-image:url('//ifrype.com/i/icons/mapPointIcon.png'); }
.musicFollowIcon{ background-image:url('//ifrype.com/i/icons/musicFollowIcon.png'); }
.servicesAutomaticPaymentIcon{ background-image:url('//ifrype.com/i/icons/servicesAutomaticPaymentIcon.png'); }
.paymentIcon{ background-image:url('//ifrype.com/i/icons/payment.png'); }
.skinAddIcon{ background-image:url('//ifrype.com/i/icons/skinAddIcon.png'); }
.skinRateIcon{ background-image:url('//ifrype.com/i/icons/skinRateIcon.png'); }
.skinsWeatherIcon{ background-image:url('//ifrype.com/i/icons/skinsWeatherIcon.png'); }
.specialSkinsIcon{ background-image:url('//ifrype.com/i/icons/specialSkinsIcon.png'); }
.smsFailIcon{ background-image:url('//ifrype.com/i/icons/smsFailIcon.png'); }
.ticketAddIcon{ background-image:url('//ifrype.com/i/icons/ticketAddIcon.png'); }
.ticketIcon{ background-image:url('//ifrype.com/i/icons/ticketIcon.png'); }
.bookIcon{ background-image:url('//ifrype.com/i/icons/bio.png'); }
.externalUrlIcon {background-image:url('//ifrype.com/i/icons/external.png'); background-size: 10px auto;}/*grey*/
.cropIcon{ background-image:url('//ifrype.com/i/icons/cropicon.png'); }
.servicesIcon{ background-image:url('//ifrype.com/i/icons/services.png'); }
.draugiemIcon{ background-image:url('//ifrype.com/i/icons/draugiem.png'); }
.draugiemlvIcon{ background-image:url('//ifrype.com/i/icons/draugiemlv.png'); }
.draugiemLogoIcon{ background-image:url('//ifrype.com/i/icons/draugiem_logo.png'); }
.gads2020Icon{ background-image:url('//ifrype.com/i/icons/draugiem_logo.png'); }
.chartUpIcon {background-image: url('//ifrype.com/i/icons/musicTopIcon.png');}
.creditIcon{background-image: url('//ifrype.com/i/icons/credit.png');}
.moneyIcon{background-image: url('//ifrype.com/i/icons/money.png');}
.addIcon{background-image: url('//ifrype.com/i/icons/add.png');}
.messagesAlertIcon{background-image: url('//ifrype.com/i/icons/messagesAlert.png');}
.miniAdsIcon{background-image: url('//ifrype.com/i/icons/miniAds.png');}
.sayHighlightIcon{background-image: url('//ifrype.com/i/icons/say_highlight.png');}
.pagesBillIcon{background-image: url('//ifrype.com/i/icons/pagesBill.png');}
.pagesEmployeesIcon{background-image: url('//ifrype.com/i/icons/pagesEmployees.png');}
.pagesFollowersBlockIcon{background-image: url('//ifrype.com/i/icons/pagesFollowersBlock.png');}
.pagesFrontPageIcon{background-image: url('//ifrype.com/i/icons/pagesFrontPage.png');}
.pagesLayoutIcon{background-image: url('//ifrype.com/i/icons/pagesLayout.png');}
.pagesNavigationIcon{background-image: url('//ifrype.com/i/icons/pagesNavigation.png');}
.pagesProfileEditIcon{background-image: url('//ifrype.com/i/icons/pagesProfileEdit.png');}
.pagesFeedbackIcon{background-image: url('//ifrype.com/i/icons/pagesFeedback.png');}
.checkGrayIcon{background-image:url('//ifrype.com/i/icons/tickGray.png');}
.checkWhiteIcon{background-image:url('//ifrype.com/i/icons/checkWhite.png');}
.checkIcon{background-image:url('//ifrype.com/i/icons/tick.png');}
.zipLvIcon{background-image:url('//ifrype.com/i/icons/ziplv.png');}
.rgiftsIcon{background-image:url('//ifrype.com/i/icons/rgiftsi.png');}
.perkamkopaIcon{background-image:url('//ifrype.com/i/icons/perkamkopa.png');}
.perkamkopa2Icon{background-image:url('//ifrype.com/i/icons/perkamkopa32.png'); background-size: 16px;}
.bannersIcon{ background-image: url('//ifrype.com/i/icons/banners.png'); }
.confirmedPageIcon{ background-image: url('//ifrype.com/i/icons/confirmedpage.png'); }
.confirmedPageInverseIcon{ background-image: url('//ifrype.com/i/icons/confirmedpageinv.png');}
.changeOrderIcon{ background-image: url('//ifrype.com/i/icons/change_order.png'); }
.emoSmallIcon{ background-image: url('//ifrype.com/i/emotions/emo_small.png'); }
.horoscopesIcon{ background-image:url('//ifrype.com/i/icons/balance.png'); }
.pagesActualIcon{ background-image: url('//ifrype.com/i/icons/pagesActual.png'); }
.likeIcon{background-image:url('//ifrype.com/i/icons/like.png');}
.blueLikeIcon{background-image:url('//ifrype.com/i/icons/blueLike.png');}
.heartIcon{background-image:url('//ifrype.com/i/icons/heart.png');}
.heart2Icon{background-image:url('//ifrype.com/i/icons/heart2.png');}
.pdf{background-image:url('//ifrype.com/i/icons/document-pdf-text.png');}
.dashboardIcon{background-image:url('//ifrype.com/i/icons/dashboard.png');}
.eventsUserIcon{background-image:url('//ifrype.com/i/icons/myEvents.png');}
.playIcon{background-image:url('//ifrype.com/i/icons/play.png');}
.pauseIcon{background-image:url('//ifrype.com/i/icons/pause.png');}
.stopIcon{background-image:url('//ifrype.com/i/icons/stop.png');}
.zoomIcon{background-image:url('//ifrype.com/i/icons/zoom.png');}
.thumbDownIcon{background-image:url('//ifrype.com/i/icons/thumbDown.png');}
.paletteIcon{background-image:url('//ifrype.com/i/icons/palette.png');}
.headphoneIcon{background-image:url('//ifrype.com/i/icons/headphone.png');}
.tickGrayIcon{ background-image:url('//ifrype.com/i/icons/grey16/yes.png'); padding-left:19px; }/*grey*/
.tickGreenIcon{ background-image:url('//ifrype.com/i/icons/32/icn_checked11_2x.png'); background-size: 16px; padding-left:19px; }/*green*/
.questGrayIcon{ background-image:url('//ifrype.com/i/icons/grey16/maybe.png'); padding-left:12px; }/*grey*/
.pagespaletteIcon{background-image:url('//ifrype.com/i/icons/pagespalette.png');}
.marketIcon{background-image:url('//ifrype.com/i/icons/market.png');}
.megaphoneIcon{background-image:url('//ifrype.com/i/icons/megaphone.png');}
.sortpagesIcon{background-image:url('//ifrype.com/i/icons/sortpages.png');}
.toolsIcon{background-image:url('//ifrype.com/i/icons/tools.png');}
.layoutIcon{background-image:url('//ifrype.com/i/icons/layout.png');}
.contentIcon{background-image:url('//ifrype.com/i/icons/content.png');}
.arrowIcon{background-image:url('//ifrype.com/i/icons/arrow.png');}
.gift2Icon { background-image:url('//ifrype.com/i/icons/giftIcon.png'); }
.skipIcon { background-image:url('//ifrype.com/i/icons/skipIcon.png'); }
.namedayIcon {
background: url("//ifrype.com/rate/img/nd_icon.png") no-repeat;
}
.sayPlaceIcon{background-image:url('//ifrype.com/d/places/img/pin_ico.png');}
.ulIcon{background-image:url('//ifrype.com/i/icons/ul.png');}
.olIcon{background-image:url('//ifrype.com/i/icons/ol.png');}
.walletGreyIcon { background-image:url('//ifrype.com/i/icons/wallet_grey.png'); } /*grey*/
.wallet2Icon { background-image:url('//ifrype.com/i/icons/macins.png'); }
.qrcodeIcon { background-image:url('//ifrype.com/i/icons/qrcode.png'); } /*grey*/
.latvijaIcon { background-image:url('//ifrype.com/i/icons/latvija.png'); }
.bigLetterIcon { background-image:url('//ifrype.com/i/icons/big-letter.png'); }
.booksIcon { background-image:url('//ifrype.com/i/icons/books.png'); }
.globeIcon { background-image:url('//ifrype.com/i/icons/globe.png'); }
.maskIcon { background-image:url('//ifrype.com/i/icons/mask.png'); }
.cardIcon { background-image:url('//ifrype.com/i/icons/card.png'); }
.puzzle2Icon { background-image:url('//ifrype.com/i/icons/puzzle2.png'); }
.rocketIcon { background-image:url('//ifrype.com/i/icons/rocket.png'); }
.rubyIcon { background-image:url('//ifrype.com/i/icons/ruby.png'); }
.medal2Icon { background-image:url('//ifrype.com/i/icons/medal.png'); }
.joystickIcon { background-image:url('//ifrype.com/i/icons/joystick.png'); }
.clockSelectIcon { background-image:url('//ifrype.com/i/icons/clock-select.png'); }
.pagesNewsIcon {background-image:url('//ifrype.com/i/icons/pagesNews.png'); }
.iphoneappIcon {background-image:url('//ifrype.com/i/icons/iphoneapp.png'); }
.androidappIcon {background-image:url('//ifrype.com/i/icons/androidapp.png'); }
.braucamIcon {background-image:url('//ifrype.com/i/icons/braucam.png');}
.dpollsIcon  {background-image:url('//ifrype.com/ads/dpolls/img/question-balloon.png'); }
.medalIcon {background-image:url('//ifrype.com/i/icons/medal-red.png');}
.visitedFrFriendsIcon {background-image:url('//ifrype.com/i/icons/drdr_apm.png');}
.visitedFriendsIcon {background-image:url('//ifrype.com/i/icons/dr_apm.png');}
.friendsTopIcon {background-image:url('//ifrype.com/i/icons/dr_top.png');}
.redGiftIcon {background-image:url('//ifrype.com/i/icons/redGift.png');}
.misijaIcon {background-image:url('//ifrype.com/d/profile/img/misijaIcon.png');}
.moveGreyIcon { background-image:url('//ifrype.com/i/icons/icon_move.gif');}
.close2Icon { background-image:url('//ifrype.com/i/icons/icon_close.gif');}
.oranzerijaIcon { background-image: url('//ifrype.com/i/icons/oranzerija.png'); }
.visitorsIcon { background-image: url('//ifrype.com/i/icons/visitors.png'); }
.stats2012Icon { background-image: url('//ifrype.com/d/stats2012/res/i/icon.png'); }
.lapas2012Icon { background-image: url('//ifrype.com/d/lapas2012/assets/i/icon.png'); }
.searchInputIcon { background-image: url('//ifrype.com/i/icons/searchInput.png');}
.fireIcon{background-image: url('//ifrype.com/i/icons/fire_icon.png'); }
.greyUsersIcon {background-image:url('//ifrype.com/i/icons/greyUsersIcon.png');}
.greyLinkIcon { background-image:url('//ifrype.com/i/icons/linkGrey.gif');}
.businessCardIcon { background-image:url('//ifrype.com/i/icons/vizitkartes.png');}
.conversationsIcon { background-image:url('//ifrype.com/i/icons/conversations.png');}
.poweronoffIcon {background-image:url('//ifrype.com/i/icons/poweronoff.png');}
.googleAnalyticsIcon {background-image:url('//ifrype.com/i/icons/analytics.png');}
.openConvIcon{background-image:url('//ifrype.com/i/icons/inc_converstaion.png');}
.guessWhoIcon{background-image:url('//ifrype.com/i/icons/guess_who.png');}
.pdzcookieIcon{background-image:url('//ifrype.com/i/icons/pdzcepums.png');}
.statsGrayIcon{background-image:url('//ifrype.com/i/icons/icn_stats_sprite_2x.png'); background-size: 16px; background-position: 0 0;}
.umbrellaIcon{background-image:url('//ifrype.com/i/icons/umbrella.jpg');}
.malaizijaIcon{background-image:url('//ifrype.com/i/icons/palma.png');}
.blackCalendarIcon{background-image: url('//ifrype.com/i/icons/sod_icn_cal_black.png');}
.giftDarkIcon{background-image:url('//ifrype.com/i/profile/send_gift.png');}
.cursorIcon{background-image:url('//ifrype.com/i/icons/icn-cursor.png');}
.statsGrayIcon:hover {
background-position: 0 -16px;
}
.greyDeleteIcon {
background-image:url('//ifrype.com/i/icons/delete_grey.png');
background-position:0px -1px;
}
.greyDeleteIcon:hover {
background-position:0 -17px;
}
.openConversationIcon {
background-image:url('//ifrype.com/i/icons/open_conversation.png');
background-position:0px -2px;
height:17px;
}
.openConversationIcon:hover {
background-position:0 -18px;
}
.greyStarIcon {
background-image:url('//ifrype.com/i/icons/star_grey.png');
background-position:0px 0px;
}
.greyStarIcon:hover {
background-position:0 -16px;
}
.greyStarIcon.active,
.greyStarIcon:active {
background-position:0 -32px;
}
.greySpeakerIcon {
    background-image: url('//ifrype.com/i/icons/speaker_grey.png');
    background-position: 0 0;
}
.greySpeakerIcon:hover,
.greySpeakerIcon.active,
.greySpeakerIcon:active {
    background-position: 0 -16px;
}
.yellowBulletRight { background-image: url("//ifrype.com/i/icons/bullet_right_yellow.png"); }
.attachGreyIcon {background-image: url('//ifrype.com/i/icons/iconAttachGrey.png');}
.attachGreyIcon:hover {background-position:0 -22px;}
.smileyGreyIcon {background-image: url('//ifrype.com/i/icons/iconSmileyGrey.png');}
.videoGreyIcon {background-image: url('//ifrype.com/i/icons/iconVideoGrey.png');}
.licenceIcon {background-image: url('//ifrype.com/i/icons/licence.png');}
.voteDnIcon ,
.voteUpIcon { background-image: url('//ifrype.com/kino/assets/thumbs.png'); height:16px; width:16px; }
.voteUpIcon.on {background-position: 0 -16px;}
.voteDnIcon.on {background-position: -16px -16px;}
.clapBoardIcon {background-image: url('//ifrype.com/kino/assets/clapperboard.png');}
.commentLikeIcon {background-image:url("//ifrype.com/i/sbook/commentLike.png");}
.likesIcon {background-image:url("//ifrype.com/i/icons/likes.png");}
.greyArrowBackIcon { background-image:url('//ifrype.com/i/icons/grey_arrow_back.png'); }
.greyArrowNextIcon { background-image:url('//ifrype.com/i/icons/grey_arrow_next.png'); }
.blueArrowNextIcon { background-image:url('//ifrype.com/i/icons/blue_arrow_next.png'); }
.darkCalendarIcon { background-image:url('//ifrype.com/i/icons/dark_calendar.png'); }
.leaveConversationIcon { background-image:url('//ifrype.com/i/conv/leave_conversation.png'); }
.arrowBackIcon {background-image: url('//ifrype.com/i/icons/arrowBack.png');}
.arrowAngleBackIcon { background-image: url('//ifrype.com/i/conv/arrow_angle_back.png'); }
.trashIcon { background-image:url('//ifrype.com/i/icons/trash.png'); }
.trashFlatIcon { background-image:url('//ifrype.com/i/conv/trash_flat.png'); background-position: left top; }
.trashFlatLightIcon { background-image:url('//ifrype.com/i/conv/trash_flat.png'); background-position: left -32px; }
.trashFlatLightIcon:hover { background-position: left 0; }
.filesIcon { background-image:url('//ifrype.com/i/icons/files.png'); }
.embedIcon { background-image: url('//ifrype.com/i/icons/embed-16x16.png'); }
.captureinKeyIcon { background-image: url('//ifrype.com/i/icons/captureinKey.jpg'); }
.pointsbackIcon { background-image: url('//ifrype.com/services/img/pb_icon.png'); }
.greyRoundStarIcon { background-image: url('//ifrype.com/i/icons/greyStarIcon.png'); }
.addUserFlatIcon { background-image: url('//ifrype.com/i/icons/addUserFlat.png'); background-position: left 2px; }
.addPeopleFlatGrayIcon { background-image: url('//ifrype.com/i/conv/add_people_flat.png'); }
.smileyTalkIcon { background-image: url('//ifrype.com/i/icons/smileyTalk.png'); }
.stats2013Icon { background-image: url('//ifrype.com/d/stats2013/assets/stats2013.png'); }
.stats2013PagesIcon { background-image: url('//ifrype.com/d/stats2013/assets/stats2013.png'); }
.repliedIcon{background-image:url('//ifrype.com/i/icons/replied.png'); background-position:3px 0px;  }
.scheduledIcon{background-image:url('//ifrype.com/i/icons/scheduled.png'); }
.madsWhiteArrowRightIcon { background-image:url('//ifrype.com/ads/mini/img/v4/white_arrow_right.png'); }
.updatesIcon{background-image:url('//ifrype.com/i/icons/updates.png'); }
.updatesAddIcon{background-image:url('//ifrype.com/i/icons/updatesAdd.png'); }
.lineHeartIcon{background-image:url('//ifrype.com/i/icons/lineHeart.png'); }
.achievementIcon{background-image:url('//ifrype.com/i/icons/16x16-medal.png'); }
.recommendWhiteIcon{background-image:url('//ifrype.com/i/icons/recommend_white.png'); }
.repeatBlueIcon{background-image:url('//ifrype.com/i/icons/repeat.png'); }
.arcadeGamesIcon{background-image:url('//ifrype.com/i/icons/arcadeGames.png'); }
.strategyGamesIcon{background-image:url('//ifrype.com/i/icons/strategyGames.png'); }
.onlineGamesIcon{background-image:url('//ifrype.com/i/icons/onlineGames.png'); }
.favAddIcon{background-image:url('//ifrype.com/i/icons/favorits_add.png'); }
.favDelIcon{background-image:url('//ifrype.com/i/icons/favorits_remove.png'); }
.favorites2Icon{background-image:url('//ifrype.com/i/icons/favorites2.png'); }
.specificationIcon{background-image:url('//ifrype.com/i/icons/specification.png'); }
.previewIcon{background-image:url('//ifrype.com/i/icons/preview.png'); }
.stickersIcon{background-image:url('//ifrype.com/i/icons/stickers.png'); }
.stickersGrayIcon{background-image:url('//ifrype.com/i/icons/stickers_gray.png'); }
.cameraIcon{background-image:url('//ifrype.com/i/icons/cameraIcon.png'); }
.lightningIcon{background-image:url('//ifrype.com/i/icons/lightningIcon.png'); }
.folderIcon{background-image:url('//ifrype.com/i/icons/folder.png'); }
.targetPlusIcon{background-image:url('//ifrype.com/i/icons/targetPlus.png'); }
.targetIcon{background-image: url('//ifrype.com/i/icons/grey16/exclusive@2x.png'); background-size: 16px}
.pdfIcon{background-image:url('//ifrype.com/i/icons/pdf.png'); }
.blueprintIcon{background-image:url('//ifrype.com/i/icons/blueprintIcon.png'); }
.playDiceIcon{background-image:url('//ifrype.com/i/icons/playDice.png');}
.googleDriveIcon{background-image:url('//ifrype.com/i/icons/google_drive.png');}
.googleIcon{background-image: url('//ifrype.com/i/icons/google@2x.png'); background-size: 16px}
.verifyIcon{background-image:url('//ifrype.com/account/img/verify/verify_icon.png');}
.friendProfileGalleriesIcon{background-image: url('//ifrype.com/i/icons/friends.png');}
.whiteSortIcon{background-image: url('//ifrype.com/i/icons/sod_icn_sort.png');}
.whiteCalendarIcon{background-image: url('//ifrype.com/i/icons/sod_icn_cal.png');}
.whiteListIcon{background-image: url('//ifrype.com/i/icons/sod_icn_list.png');}
.whiteAdminIcon{background-image: url('//ifrype.com/i/icons/sod_icn_adm.png');}
.authHistoryIcon{background-image:url('//ifrype.com/account/img/authhistory/authhistory_icon.png');}
.gift_newIcon {background-image: url('//ifrype.com/i/icons/gift.png');}
.discountOrangeIcon { background-image: url('//ifrype.com/i/icons/discount_orange.png'); }
.autoCarIcon { background-image: url('//ifrype.com/i/icons/icnCar.png'); }
.autoPassengerIcon { background-image: url('//ifrype.com/i/icons/icnPassangers.png'); }
.autoPhoneIcon { background-image: url('//ifrype.com/i/icons/icnPhone.png'); }
.autoSeatIcon { background-image: url('//ifrype.com/i/icons/icnSeat.png'); }
.onlineRecentMobileIcon{
background-image:url('//ifrype.com/i/icons/mobile_recent_gray.png');
background-position-y: 35%; /* bit higher */
}
.statSpecialIcon {background-image:url('/i/icons/icn-sale32.png'); background-size: 16px auto;}
.orangeArrowUpIcon {background-image: url('//ifrype.com/i/icons/icn_augsu_2x.png'); background-size: 12px 14px;}
.spotlightIcon {background-image: url('//ifrype.com/i/icons/icn_starmetis_2x.png'); background-size: 16px 16px;}
.superVoteIcon {background-image: url('//ifrype.com/i/icons/icn_sBalssWhite_16_2x.png'); background-size: 10px 15px;}
.whiteStarIcon {background-image: url('//ifrype.com/i/icons/icn_starWhite_16_2x.png'); background-size: 16px 16px;}
.orangeStarIcon {background-image: url('//ifrype.com/i/icons/icn_starOr_16_2x.png'); background-size: 16px 16px;}
.orangeSuperVoteIcon {background-image: url('//ifrype.com/i/icons/icn_sBalssOr_16_2x.png'); background-size: 10px 15px;}
.replyIcon {background-image:url('//ifrype.com/i/icons/icn_c_reply_2x.png'); background-size:auto 16px;}
.walletIcon { background-image:url('//ifrype.com/i/icons/icn_walletIcon_2x.png'); background-size: 16px auto;}
.smileyThanksIcon{background-image:url('//ifrype.com/i/icons/icn_smile_2x.png');  background-size:auto 16px;}
.smileyThanksDoneIcon{background-image:url('//ifrype.com/i/icons/icn_happy_2x.png');  background-size:auto 16px;}
.dzDienaIcon {background-image:url('//ifrype.com/i/icons/icn_dzdiena_2x.png'); background-size:auto 16px;}
.vDienaIcon {background-image:url('//ifrype.com/i/icons/icn_vdiena_2x.png'); background-size:auto 16px;}
.emptyPieIcon {background-image:url('//ifrype.com/i/icons/inc_empty_2x.png'); background-size:auto 8px;}
.redCancelIcon {background-image:url('//ifrype.com/i/icons/icn_x8_ds_2x.png'); background-size:auto 16px;}
.wearSkinIcon{background-image: url('//ifrype.com/i/icons/icn_skinUse_2x.png');  background-size:auto 16px;}
.eraseIcon {background-image:url('//ifrype.com/i/icons/icn_erase_2x.png'); background-size:auto 16px;}
.forwardIcon {background-image:url('/i/icons/icn_fwdpub_2x.png'); background-size:auto 16px;}
.loterijaIcon {background-image:url('/i/icons/loterija.png');}
.zsvSpecTopIcon {background-image:url('/i/icons/zsvSpecTop.png');}
.showMoreIcon {background-image:url('/i/icons/icn_showmore_2x.png'); background-size:auto 16px;}
.showMoreBlueIcon {background-image:url('/i/icons/icn_showmore_a_2x.png'); background-size:auto 16px;}
.votedIcon {background-image:url('/i/icons/icn_voted16_2x.png'); background-size:auto 16px;}
.changeUpIcon {background-image:url('/i/icons/icn_chup16_2x.png'); background-size:auto 16px;}
.changeSameIcon {background-image:url('/i/icons/icn_chso16_2x.png'); background-size:auto 16px;}
.dtagIcon {background-image:url('/i/icons/icn_ptag16_2x.png'); background-size:auto 16px;}
.userTagsIcon {background-image:url('/i/icons/userTags.png'); background-size:auto 16px;}
.quizIcon {background-image:url('/lapas/img/quiz/ic_test32.png'); background-size:auto 16px;}
.buttonPointerIcon {background-image:url('/i/icons/icn_btn_pointer_2x.png'); background-size:8px 5px;}
.buttonPointerDarkIcon {background-image:url('/i/icons/icn_btn_pointer_dark_2x.png'); background-size:8px 5px;}
.checkGrayNewIcon {background-image:url('/i/icons/icn_chmark_2x.png'); background-size: 16px auto;}
.notifyIcon {background-image:url('/i/icons/icn_notif_on_strip_2x.png'); background-size: 16px auto;}
.notifyOffIcon {background-image:url('/i/icons/icn_notif_off_strip_2x.png'); background-size: 16px auto;}
.grayPlusIcon {background-image:url('/i/icons/icn_add10_2x.png'); background-size: 16px auto;}
.emojiRecentIcon {background-image: url('/i/smilies/tabs/emoji-tabs-sprite.png'); background-position: 0 0;}
.emoji_tab_item:hover .emojiRecentIcon {background-position: 18px 0;}
.emojiSmileysIcon {background-image: url('/i/smilies/tabs/emoji-tabs-sprite.png'); background-position: 0 -18px;}
.emoji_tab_item:hover .emojiSmileysIcon {background-position: 18px -18px;}
.emojiAnimalsIcon {background-image: url('/i/smilies/tabs/emoji-tabs-sprite.png'); background-position: 0 -36px;}
.emoji_tab_item:hover .emojiAnimalsIcon {background-position: 18px -36px;}
.emojiFoodIcon {background-image: url('/i/smilies/tabs/emoji-tabs-sprite.png'); background-position: 0 -54px;}
.emoji_tab_item:hover .emojiFoodIcon {background-position: 18px -54px;}
.emojiActivityIcon {background-image: url('/i/smilies/tabs/emoji-tabs-sprite.png'); background-position: 0 -72px;}
.emoji_tab_item:hover .emojiActivityIcon {background-position: 18px -72px;}
.emojiTravelIcon {background-image: url('/i/smilies/tabs/emoji-tabs-sprite.png'); background-position: 0 -90px;}
.emoji_tab_item:hover .emojiTravelIcon {background-position: 18px -90px;}
.emojiObjectsIcon {background-image: url('/i/smilies/tabs/emoji-tabs-sprite.png'); background-position: 0 -108px;}
.emoji_tab_item:hover .emojiObjectsIcon {background-position: 18px -108px;}
.emojiSymbolsIcon {background-image: url('/i/smilies/tabs/emoji-tabs-sprite.png'); background-position: 0 -126px;}
.emoji_tab_item:hover .emojiSymbolsIcon { background-position: 18px -126px;}
.emojiFlagsIcon {background-image: url('/i/smilies/tabs/emoji-tabs-sprite.png'); background-position: 0 -144px;}
.emoji_tab_item:hover .emojiFlagsIcon {background-position: 18px -144px;}
.emojiDrIcon {background-image: url('/i/smilies/tabs/emoji-tabs-sprite.png'); background-position: 0 -162px;}
.emoji_tab_item:hover .emojiDrIcon {background-position: 18px -162px;}
.greenFilledCheckIcon {background-image:url('/i/icons/icn-check-16-typ-1@2x.png'); background-size: 16px auto;}
.smallRecommendIcon {background-image:url('/i/icons/icn_ieteikt12_2x.png'); background-size: 16px auto;}
.jaungads2017Icon {background-image:url('/i/icons/jaungads2017.png'); background-size:auto 16px;}
.titulbilzuVestniekiIcon {background-image:url('/i/icons/icn_titulbilzu_vestnieki.png'); background-size:auto 12px;}
.tvguideIcon {background-image:url('/i/icons/icn-tvguide.png'); background-size:auto 16px;}
.kittiesIcon{background-image: url('/i/icons/kitties.png');  background-size:auto 16px;}
.zinasIcon { background-image: url('//ifrype.com/zinas/img/icn-all.png'); background-size: 16px;}
.zinasMyIcon { background-image: url('//ifrype.com/zinas/img/icn-my.png'); background-size: 16px;}
.zinasCovid19Icon { background-image: url('//ifrype.com/zinas/img/icn-covid19.png'); background-size: 16px;}
.waveIcon {background-image: url('/i/icons/wave.png');  background-size:auto 16px;}
.giftcardIcon {background-image: url('/i/icons/giftcard.png');  background-size:auto 16px;}
.radioIcon {background-image: url('/i/icons/radio.png'); background-size: auto 16px;}
.xlsIcon {background-image: url('/i/ext/small/xls.png'); background-size: auto 16px;}
/******* IE8 fallback *******/
.IE8 .replyIcon {background-image:url('//ifrype.com/i/icons/icn_c_reply.png');}
.IE8 .walletIcon { background-image:url('//ifrype.com/i/icons/icn_walletIcon.png');}
.IE8 .smileyThanksIcon{background-image:url('//ifrype.com/i/icons/icn_smile.png');}
.IE8 .smileyThanksDoneIcon{background-image:url('//ifrype.com/i/icons/icn_happy.png');}
.IE8 .dzDienaIcon {background-image:url('//ifrype.com/i/icons/icn_dzdiena.png');}
.IE8 .vDienaIcon {background-image:url('//ifrype.com/i/icons/icn_vdiena.png');}
.IE8 .emptyPieIcon {background-image:url('//ifrype.com/i/icons/inc_empty.png');}
.IE8 .redCancelIcon {background-image:url('//ifrype.com/i/icons/icn_x8_ds.png');}
.IE8 .wearSkinIcon{background-image: url('//ifrype.com/i/icons/icn_skinUse.png');}
.IE8 .eraseIcon {background-image:url('//ifrype.com/i/icons/icn_erase.png');}
.IE8 .forwardIcon {background-image:url('//ifrype.com/i/icons/icn_fwdpub.png');}
.IE8 .orangeArrowUpIcon {background-image: url('//ifrype.com/i/icons/icn_augsu.png');}
.IE8 .spotlightIcon {background-image: url('//ifrype.com/i/icons/icn_starmetis.png');}
.IE8 .superVoteIcon {background-image: url('//ifrype.com/i/icons/icn_sBalssWhite_16.png');}
.IE8 .whiteStarIcon {background-image: url('//ifrype.com/i/icons/icn_starWhite_16.png');}
.IE8 .orangeStarIcon {background-image: url('//ifrype.com/i/icons/icn_starOr_16.png');}
.IE8 .orangeSuperVoteIcon {background-image: url('//ifrype.com/i/icons/icn_sBalssOr_16.png');}
.IE8 .showMoreIcon {background-image:url('/i/icons/icn_showmore.png');}
.IE8 .showMoreBlueIcon {background-image:url('/i/icons/icn_showmore_a.png');}
.IE8 .votedIcon {background-image:url('/i/icons/icn_voted16.png');}
.IE8 .changeUpIcon {background-image:url('/i/icons/icn_chup16.png');}
.IE8 .changeSameIcon {background-image:url('/i/icons/icn_chso16.png');}
.IE8 .buttonPointerIcon {background-image:url('/i/icons/icn_btn_pointer.png');}
.IE8 .buttonPointerDarkIcon {background-image:url('/i/icons/icn_btn_pointer_dark.png');}
.IE8 .checkGrayNewIcon {background-image:url('/i/icons/icn_chmark.png');}
.IE8 .notifyIcon {background-image:url('/i/icons/icn_notif_on_strip.png');}
.IE8 .notifyOffIcon {background-image:url('/i/icons/icn_notif_off_strip.png');}
.IE8 .grayPlusIcon {background-image:url('/i/icons/icn_add10.png');}
.IE8 .smallRecommendIcon {background-image:url('/i/icons/icn_ieteikt12.png');}
/*****************************************************/
/**************** AKCIJAS & PROJEKTI: ****************/
/*****************************************************/
.musicFestivalIcon{ background-image:url('//ifrype.com/i/icons/music_festival.png'); }
.labiedarbiIcon{ background-image:url('//ifrype.com/i/icons/LabieDarbi_simbols_16x16.png'); }
.HTC_PICIcon{background-image:url('//ifrype.com/special/htc/img/icon.png');}
.rudensTops2Icon {background-image:url('//ifrype.com/i/special/sene.png');}
.kirbinatorsIcon { background-image:url('//ifrype.com/i/special/kirbinators.png'); }
.sep11bellIcon{background-image:url('//ifrype.com/i/temp/sep11/bell.png');}
.sep11appleIcon{background-image:url('//ifrype.com/i/temp/sep11/apple.png');}
.fatherIcon { background-image:url('//ifrype.com/i/icons/father_icon.png'); }
.fatherGiftIcon { background-image:url('//ifrype.com/i/icons/father_gift.png'); }
.userList .okarteIcon {
top: 60px !important;
}
.okarteIcon {background-image:url('//ifrype.com/business/img/special/okarte/maska.png'); width: 50px !important;height: 50px !important;}
.kalIcon{background-image:url('//ifrype.com/business/img/special/kalev/images/kalev_icon_16x16.png');}
.vpiensIcon{background-image:url('//ifrype.com/business/img/special/valmieraspiens/VP2.png');}
.dirolsIcon{background-image:url('//ifrype.com/business/img/special/svaigsunbezzelastibas/dirol.png');}
.origoIcon{background-image:url('//ifrype.com/business/img/special/origo/iorigo.jpg');}
.laima_jellyIcon {background-image:url('//ifrype.com/business/img/special/laima/lm.png');}
.dissbrainIcon {background-image:url('//ifrype.com/business/img/special/diss/diss.png');}
.spelmanuIcon {background-image:url('//ifrype.com/business/img/special/spelmanunakts/eye.png');}
.ciekursIcon {background-image:url('//ifrype.com/business/img/special/davasapni/ciekurs_16x16.png');}
.ciekurs33Icon {background-image:url('//ifrype.com/business/img/special/davasapni/ciekurs_33x33.png');}
.lidoIcon {background-image:url('//ifrype.com/business/img/special/lido/lido.png');}
.alfaGiftsIcon {background-image:url('//ifrype.com/business/img/special/alfa/alfa16x16.png');}
.ZZIcon {background-image:url('//ifrype.com/business/img/special/zeltazivtina/egle2.png');}
.zzchp12Icon {background-image:url('//ifrype.com/business/img/special/zeltazivtina/zzchp12/icon.png'); }
.zzchp1233Icon {background-image:url('//ifrype.com/business/img/special/zeltazivtina/zzchp12/badge_33x33.png'); }
.davaPrieku33Icon {background-image:url('//ifrype.com/business/img/special/davaberniemprieku/badge_33x33.png'); }
.davaPriekuIcon {background-image:url('//ifrype.com/business/img/special/davaberniemprieku/icon.png'); }
.improIcon {background-image:url('//ifrype.com/business/img/special/impro/impro_logo16pix.png');}
.eihsebaIcon {background-image:url('//ifrype.com/business/img/special/eihseba/eihseba_tristuris.gif');}
.lidoParisiIcon {background-image:url('//ifrype.com/business/img/special/lido/parisi/parisi.png'); }
.lbl20Icon{background-image:url('//ifrype.com/special/lbl20/img/sport_basketball_1.png'); }
.pajautaIcon  {background-image:url('//ifrype.com/business/img/special/pajauta/pajauta.gif'); }
.satiktiesStastiIcon  {background-image:url('//ifrype.com/business/img/special/satikties/stasti_ico.png'); }
.satiktiesStastiIcon {background-image:url('//ifrype.com/business/img/special/satikties/stasti_ico.png');}
.valodnieksIcon{background-image:url('//ifrype.com/valodnieks/img/event.png');}
.finish-special-iconIcon{background-image: url('//ifrype.com/business/img/special/finish/finish_16x16.png');}
.mtbmaratonsIcon{background-image: url('//ifrype.com/business/img/special/mtbmaratons/bike.png');}
.labestibasdienaIcon {background-image:url('//ifrype.com/business/img/special/labestibasdiena/sirds_33x33.png');}
.blendamedIcon {background-image:url('//ifrype.com/business/img/special/blendamed/ikona.png');}
.friskiesAkcijaIcon{ background-image:url('//ifrype.com/special/friskies/images/event.png'); }
.oligarhsIcon{ background-image:url('//ifrype.com/i/emotions/event/smile_oligarhs.png'); }
.narvesenIcon{background-image:url('//ifrype.com/business/img/special/narvesen/narv_speles_ikona_16x16-16.png');}
.cesualusIcon{background-image:url('//ifrype.com/business/img/special/cesualus/icon.png');}
.balticMilesIcon{background-image:url('//ifrype.com/business/img/special/balticmiles/baltic_miles.png');}
.tele2Icon{background-image:url('//ifrype.com/business/img/special/tele2/icon.png');}
.tele2MiljonsIcon{background-image:url('//ifrype.com/business/img/special/tele2/miljons/iconT2.png');}
.ldzIcon{background-image:url('//www.draugiem.lv/business/img/special/ldz/ldz_api_ikona_siciem_lielajiem.jpg');}
.aldarisDinamoIcon {background-image: url("//ifrype.com/lapas/img/special/aldaris/dinamo/aldaris_icon.png");}
.aldarisSienaIcon {background-image: url("//ifrype.com/business/img/special/aldaris/siena/ALDARIS_16x16_3.png");}
.gadamonetaIcon {background-image:url('//ifrype.com/special/moneta/img/icon.png'); }
.lido8martsIcon {background-image:url('//ifrype.com/business/img/special/lido/8marts/icon.png'); }
.eiropaIcon {background-image:url('//ifrype.com/special/eiropa/img/ico.png');}
.izcilnieki12Icon { background-image: url('//ifrype.com/business/img/special/izcilnieki/icon_16.png'); }
.izcilnieki12_33Icon { background-image: url('//ifrype.com/business/img/special/izcilnieki/icon_33.png'); }
.polsPrakseIcon { background-image: url('//ifrype.com/business/img/special/pols/icon_16.jpg'); }
.LMTIcon {background-image:url('//ifrype.com/lapas/special/lmt/fanusiena/assets/16x16_karogs.png');}
.klasikaIcon {background-image:url('//ifrype.com/business/img/special/klasika/ico.png');}
.citadeleIcon {background-image:url('//ifrype.com/business/img/special/citadelebanka/ikona.png');}
.gazeIcon {background-image:url('//ifrype.com/lapas/img/special/latvijasgaze/icon.png');}
.biteIcon { background-image:url('//ifrype.com/business/img/special/bitelv/favicon.png');}
.dshirtIcon{background-image: url('//ifrype.com/business/img/special/draugiem/shirt.png');}
.xmasTreeIcon { background-image: url('//ifrype.com/i/icons/xmastree.png'); }
.xmasMailIcon { background-image: url('//ifrype.com/i/icons/xmasmail.png'); }
.xmasDecorationIcon { background-image: url('//ifrype.com/i/icons/xmasdecoration.png'); }
.marts2013Icon { background-image: url('//ifrype.com/i/special/flower.png'); }
.ziedonaLaiksIcon { background-image: url('//ifrype.com/i/special/pen.png'); }
.ladybirdIcon { background-image: url('//ifrype.com/i/special/ladybird.png'); }
.apsveikumsLatvijaiIcon{background-image: url('//ifrype.com/i/special/latvija.png');}
.drTvMazajiemIcon{background-image: url('//ifrype.com/i/special/tvmazajiem.png');}
.septembrisActualIcon{background-image: url('//ifrype.com/i/special/septembris.png');}
.olympic12Icon { background-image: url('//ifrype.com/d/olimpiade/img/olympic_icon.png'); }
.nikeRigaRunIcon { background-image: url('//ifrype.com/business/img/special/nikerigarun/nrr_icon_16x16.gif'); }
.liktendarzsAlejaIcon{background-image:url('//ifrype.com/business/img/special/liktendarzs/icon.png');}
.tuEsiTuVariIcon { background-image: url('//ifrype.com/lapas/img/special/citadelebanka/tetv/icon_16.png'); }
.sunIcon { background-image: url('//ifrype.com/i/icons/sun_ico.png'); }
.zteIcon { background-image: url('//ifrype.com/lapas/img/special/zte/songs/icon.jpg'); }
.fotodrukaIcon { background-image: url('//ifrype.com/i/icons/fotodruka.png'); }
.birojaDziveTicTacToeIcon { background-image: url('//ifrype.com/lapas/img/special/birojadzive/tictactoe/icon_16.png'); }
.lacplesisAlusNewIcon { background-image: url('//ifrype.com/business/img/special/lacplesisalus/icon_16_new.png'); }
.havanaclubFindIcon { background-image: url('//ifrype.com/lapas/img/special/havanaclub/find/icon_16.png'); }
.ballisuZversIcon { background-image: url('//ifrype.com/lapas/img/special/balsamcocktail/test/icon_16.png'); }
.alfaCoinsIcon { background-image: url('//ifrype.com/lapas/img/special/alfa/shops/Ikona.png'); }
.galacticoIcon {background-image: url('//ifrype.com/gifts/img/special/ikona16.png'); }
.superfmSongsIcon {background-image: url('//ifrype.com/lapas/img/special/superfm/spele/icon_16.png'); }
.JamesBondIcon {background-image: url('//ifrype.com/d/jamesbond/img/icon16.png'); }
.samsungVelosIcon {background-image: url('//ifrype.com/lapas/img/special/samsung/velos/icon_16.png'); }
.lofbergsKDzTipsIcon {background-image: url('//ifrype.com/lapas/img/special/lofbergs/act_ico_16.png');}
.ad_optionsIcon {background-image: url('//ifrype.com/img/ad_options.png');}
.tele2TarifiIcon {background-image: url('//ifrype.com/lapas/img/special/tele2/zelts/icon.png');}
.parbrivibuIcon {background-image: url('//ifrype.com/d/parbrivibu/res/icon.png');}
.parbrivibuLenteIcon {background-image: url('//ifrype.com/d/parbrivibu/res/icon_lente.png');}
.martinDienaIcon {background-image: url('//ifrype.com/i/icons/act_ic.png');}
.atklajLatvijuIcon {background-image: url('//ifrype.com/lapas/special/atklajlatviju/vietas/assets/bilzu_ramiti_logo_16x16.png'); }
.samsung_emo_gs3Icon {background-image: url('//ifrype.com/lapas/img/special/samsung/emocijas/gs3.png');}
.samsung_emo_nx1000Icon {background-image: url('//ifrype.com/lapas/img/special/samsung/emocijas/nx1000.png');}
.samsung_emo_laptopIcon {background-image: url('//ifrype.com/lapas/img/special/samsung/emocijas/laptop.png');}
.samsung_emo_gangnamIcon {background-image: url('//ifrype.com/lapas/img/special/samsung/emocijas/gangnam.png');}
.modernadzive_stilometrsIcon {background-image: url('//ifrype.com/lapas/img/special/modernadzive/stilometrs/Moderna_dzive_16x16.png');}
.rasaGribIcon { background-image: url('//ifrype.com/lapas/img/special/rasaprodukti/grozs/icon.png'); }
.alfaGifts12Icon { background-image: url('//ifrype.com/lapas/img/special/alfa/gifts12/icon_16.png'); }
.samsung_noteIcon {background-image: url('//ifrype.com/lapas/img/special/samsung/note/note2-icon.png');}
.samsungNoteIcon {background-image: url('//ifrype.com/lapas/img/special/samsung/note/note2-icon.png');}
.adventeDavanaIcon { background-image: url('//ifrype.com/d/advente/res/i/giftIcon.png'); }
.lieliskaDavanaAdinaIcon { background-image: url('//ifrype.com/lapas/img/special/lieliskadavana/uzliecadinu/icon.png'); }
.aldarisEtiketeIcon { background-image: url('//ifrype.com/lapas/img/special/aldaris/etikete/icon.png'); }
.bbcPikosanasIcon { background-image: url('//ifrype.com/lapas/img/special/balsamcocktail/pikosanas/32x32.png'); }
.bbcPikosanas2Icon { background-image: url('//ifrype.com/lapas/img/special/balsamcocktail/pikosanas/ikona_16x16_-1.png'); }
.colgateSmileIcon { background-image: url('//ifrype.com/i/special/colgateSmile.png'); }
.g4s_drosakavieta_lvIcon {background-image: url('//ifrype.com/lapas/img/special/g4s/drosakaVietaLatvija/g4s_icon.png');}
.havanaIcon {background-image: url('//ifrype.com/lapas/img/special/havanaclub/labakaisdarbspasaule/zemeslode.png');}
.saimeIcon {background-image: url('//ifrype.com/d/saime/img/MS_ciltskoks-ikona_16x16.png');}
.lacplesismemoryIcon { background-image: url('//ifrype.com/lapas/img/special/lacplesisalus/memory/icon.jpg'); }
.ekmeseiropaiIcon { background-image: url('//ifrype.com/lapas/special/esmaja/meseiropai/assets/icon_16.png'); }
.lorealKissIcon {background-image: url('//ifrype.com/special/loreal/img/icon.png');}
.vday2013smileIcon {background-image: url('//ifrype.com/d/valentine/assets/img/opensmile.png');}
.milkaUzdrikstiesUzaicinatIcon { background-image: url('//ifrype.com/lapas/img/special/milka/uzdrikstiesuzaicinat/icon.png'); }
.rimiIcon { background-image: url('//ifrype.com/lapas/img/special/rimi/16x16px.png'); }
.samsungUzdaviniTVIcon {background-image: url('//ifrype.com/lapas/special/samsung/uzdavinitv/assets/icon.png');}
.eXpCRiekstsIcon {background-image: url('//ifrype.com/lapas/special/experiments/cietaisrieksts/assets/icon.png');}
.eiropasspeleIcon {background-image: url('//ifrype.com/lapas/special/esmaja/eiropasspele/assets/icon_16.png');}
.latBankMonetIcon {background-image: url('//ifrype.com/special/latvijasbanka/img/icon.png');}
.premiaGooglyEyesIcon {background-image: url('//ifrype.com/lapas/special/premia/googlyeyes/assets/icon.jpg');}
.aldaraHokejsIcon {background-image: url('//ifrype.com/lapas/special/aldaris/hokejs/assets/icon.png');}
.klasikaBildeIcon {background-image: url('//ifrype.com/lapas/special/klasika/bilde/assets/icon.png');}
.eggIcon { background-image: url('//ifrype.com/d/easter/res/img/eggIcon.png');}
.eggPaintIcon { background-image: url('//ifrype.com/i/special/egg2.png');}
.spring13Icon { background-image: url('//ifrype.com/i/special/spring13.png');}
.prataVetraVVKDIcon { background-image: url('//ifrype.com/i/special/prata_vetra_vvkd.png');}
.instagramIcon { background-image: url('//ifrype.com/i/special/instagram.png');}
.legolandijaIcon { background-image: url('//ifrype.com/lapas/special/saga/legolandija/assets/icon_16.png'); }
.csddrulledrosiIcon { background-image: url('//ifrype.com/lapas/special/csdd/rulledrosi/assets/icon_16.png'); }
.mothersday13Icon {background-image: url('//ifrype.com/d/mothersday/assets/img/heart.png'); }
.dansukkermdIcon { background-image: url('//ifrype.com/lapas/special/dansukker/mamindiena/assets/icon_16.png'); }
.flowerIcon {background-image: url('//ifrype.com/i/icons/flower.png');}
.dzsvDejoIcon {background-image: url('//ifrype.com/lapas/special/dziesmusvetki/karte/assets/img/pilseta-2.png'); }
.dzsvDziedIcon {background-image: url('//ifrype.com/lapas/special/dziesmusvetki/karte/assets/img/pilseta-1.png'); }
.dzsvAtbalstaIcon {background-image: url('//ifrype.com/lapas/special/dziesmusvetki/karte/assets/img/pilseta-3.png'); }
.bernudiena13Icon{background-image:url('//ifrype.com/d/bernudiena13/assets/ico.png'); }
.lacplesisNoraujIcon { background-image: url('//ifrype.com/lapas/special/lacplesisalus/noraujaugsu/assets/mai13-dzintara-alus-16x16.gif'); }
.samsungGalaxyS4Icon { background-image: url('//ifrype.com/lapas/special/samsung/galaxys4/assets/v2/icon.png'); }
.klasikaAvizeIcon { background-image: url('//ifrype.com/lapas/special/klasika/avize/assets/v2/icon.png'); }
.maybellineDreamIcon { background-image: url('//ifrype.com/special/maybellinedream/assets/icon.gif'); }
.papardeIcon { background-image:url('//ifrype.com/d/ligo/img/game13/paparde2.png'); }
.vainagsIcon { background-image:url('//ifrype.com/d/ligo/img/game13/vainags.png'); }
.ugunskursIcon { background-image:url('//ifrype.com/d/ligo/img/game13/ugunskurs.png'); }
.laimaJostaIcon { background-image:url('//ifrype.com/lapas/special/laima/josta/assets/icon.png'); }
.captainMorganFestivalIcon { background-image:url('//ifrype.com/lapas/special/captainmorgan/komanda/assets/icon_festival.png'); }
.statoilDziesmusvetkiIcon { background-image:url('//ifrype.com/lapas/special/statoil/dziesmusvetki/assets/icon.png'); }
.pkspeleIcon { background-image:url('//ifrype.com/special/pkspele/assets/icon.png'); }
.milisavusirdiIcon { background-image: url('//ifrype.com/lapas/special/milisavusirdi/tests/assets/icon.png'); }
.vwjettahybridIcon { background-image: url('//ifrype.com/lapas/special/mollerauto/vwjetta/assets/icon.png'); }
.skaistasLapasIcon { background-image: url('//ifrype.com/special/skaistaslapas/assets/16_ico.png'); }
.laikaMasinaIcon { background-image: url('//ifrype.com/d/1septembris/assets/sept1_icon.png'); }
.tevadienaIcon { background-image: url('//ifrype.com/d/tevadiena/assets/ziile.png');}
.seeneIcon {background-image: url('//ifrype.com/d/senuraza/assets/09-2013-senu-grozs-16x16.png');}
.recepteIcon {background-image: url('//ifrype.com/d/senuraza/assets/katlins-ikona.png');}
.aldarisTkreklsIcon { background-image: url('//ifrype.com/lapas/special/aldaris/tkrekls/assets/icon.png'); }
.arodbiedribasPastsIcon { background-image: url('//ifrype.com/lapas/special/arodbiedribas/pasts/assets/icon.png'); }
.euroKalendarsIcon { background-image: url('//ifrype.com/lapas/special/eirolatvija/kalendars/assets/icon.png'); }
.karjerasDienasIcon { background-image: url('//ifrype.com/lapas/special/viaa/karjerasdienas/assets/icon.png'); }
.euroskorStilaTestsIcon { background-image: url('//ifrype.com/lapas/special/euroskor/stilatests/assets/icon.png'); }
.havanastarIcon { background-image: url('//ifrype.com/lapas/special/havanaclub/video/assets/icon.jpg'); }
.flower18Icon { background-image: url('//ifrype.com/i/icons/flower_18.png'); }
.smileDayIcon { background-image: url('//ifrype.com/i/icons/smileDay.png'); }
.hwMaskasIcon { background-image: url('//ifrype.com/d/maskuballe/assets/maskuballe-icon-16x16.png'); }
.hwRandinsIcon { background-image: url('//ifrype.com/d/maskuballe/assets/maskuballe-icon-randins-16x16.png'); }
.rudensTopsIcon { background-image: url('//ifrype.com/skins/css/zelta_rudens_img/atops-16x16.png');  }
.ziemasTopsIcon { background-image: url('//ifrype.com/skins/css/ziemas_tops_img/draugiem-adinu-tops-ziema-16x16.png');  }
.horoskopuTopsIcon { background-image: url('//ifrype.com/skins/css/tops/horoskopi16x16.png');  }
.vasarasTopsIcon { background-image: url('//ifrype.com/skins/css/tops/vasara16x16.png');  }
.lidoMekleshanaIcon { background-image: url('//ifrype.com/lapas/special/lido/meklet/assets/icon.png'); }
.sportaPiezimesIcon { background-image: url('//ifrype.com/lapas/special/sportaavize/piezimes/assets/icon.png'); }
.autopliusDivkaujaIcon { background-image: url('//ifrype.com/lapas/special/autoplius/divkauja/assets/icon.png'); }
.fotodrukaRedIcon { background-image: url('//ifrype.com/i/icons/fotodrukaRed.png'); }
.galerijaCentrsIcon { background-image: url('//ifrype.com/ads/img/GC_draugiem.png'); }
.veselibasTestsIcon { background-image: url('//ifrype.com/lapas/special/viriesaveseliba/veselibastests/assets/icon.png'); }
.rl20Icon { background-image: url('//ifrype.com/special/RL20/assets/icon.png'); }
.lvsvIcon { background-image: url('//ifrype.com/d/latvijassvetki/assets/lv_ico.png'); }
.tele2IesakiIcon { background-image: url('//ifrype.com/lapas/special/tele2/iesaki/assets/icon.png'); }
.douglasAdventeIcon { background-image: url('//ifrype.com/lapas/special/douglas/advente/assets/icon.png'); }
.europarlIcon { background-image: url('//ifrype.com/lapas/special/europarl/datuaizsardziba/assets/icon.jpg'); }
.frommeIcon { background-image: url('//ifrype.com/gifts/special/fromme/assets/fromme_16x16px.png'); }
.dusmigaomeIcon { background-image: url('//ifrype.com/i/icons/dusmigaome.png'); }
.eiroMonetasIcon { background-image: url('//ifrype.com/lapas/special/eirolatvija/monetas/assets/icon.png'); }
.jamesonIcon { background-image: url('//ifrype.com/lapas/special/jameson/cocktail/assets/jameson-16x16.png'); }
.xmas13Icon { background-image: url('//ifrype.com/d/xmas13/assets/zmsv-16x16.png'); }
.sorbexIcon { background-image: url('//ifrype.com/d/sorbex/assets/img/icon.png'); }
.sveciteIcon { background-image: url('//ifrype.com/d/xmas13/assets/svecite.png'); }
.anttilaIcon { background-image: url('//ifrype.com/lapas/special/anttila/tests/assets/anttila-draugiem-ikona-16x16.png'); }
.newHorizonsMotivIcon { background-image: url('//ifrype.com/lapas/special/newhorizons/motivation/assets/icon.png'); }
.lattelecomIcon { background-image: url('//ifrype.com/lapas/special/lattelecom/galaxy/assets/samsung_16x16.png'); }
.amigoMusicIcon { background-image: url('//ifrype.com/music/img/amigo-dzintardziesmas.png'); }
.dzintaraDziesmaIcon { background-image: url('//ifrype.com/music/img/dzintaradziesma-icon.png'); }
.amberSongsIcon { background-image: url('//ifrype.com/music/img/amber_songs_btn.png'); }
.mmreceptesIcon { background-image: url('//ifrype.com/business/img/special/musumantojums/zmsv-recep-16x16.png'); }
.zsvpadomiIcon { background-image: url('//ifrype.com/business/img/special/mammamuntetiemlv/zmsv-mammam-16x16.png'); }
.zsvpastsIcon { background-image: url('//ifrype.com/d/xmas13/assets/pasts/zmsv-pasts-16x16.png'); }
.zsvkarteIcon { background-image: url('//ifrype.com/d/xmas13/assets/karte/zmsv-pasaule-16x16.png'); }
.euroCoinIcon { background-image: url('//ifrype.com/i/icons/euroCoin.png'); }
.horseIcon { background-image: url('//ifrype.com/i/icons/horse.png'); }
.augstskolaIcon { background-image: url('//ifrype.com/lapas/special/augstskola/aptauja/assets/augstskola.png'); }
.samsungSkolaIcon { background-image: url('//ifrype.com/special/skolanakotnei/assets/SN_16x16_new.png'); }
.maybellineBetterSkinIcon { background-image: url('//ifrype.com/special/betterskin/assets/img/icon.jpg'); }
.lidoJautajumsIcon { background-image: url('//ifrype.com/lapas/special/lido/jautajums/assets/lido_kafija_ico.png'); }
.ngLidmasinaIcon { background-image: url('//ifrype.com/business/img/special/nationalgeographiclatvia/ico.png'); }
.valentine14Icon { background-image: url('//ifrype.com/d/valentine14/assets/valentina-diena-16x16.png'); }
.padominsIcon { background-image: url('//ifrype.com/lapas/special/profesors/sasildi/assets/ikona_16x16.png'); }
.borjomiIcon { background-image: url('//ifrype.com/lapas/special/borjomi/atbrivonolieka/assets/iconA.jpg'); }
.borjomi2Icon { background-image: url('//ifrype.com/lapas/special/borjomi/atbrivonolieka/assets/iconB.jpg'); }
.borjomi3Icon { background-image: url('//ifrype.com/lapas/special/borjomi/atbrivonolieka/assets/icon3.png'); }
.sochiIcon { background-image: url('//ifrype.com/d/sochi2014/assets/olimpiskas-ikona-16x16.png'); }
.captureinIcon { background-image: url('//ifrype.com/i/icons/capturein.jpg'); }
.enudienaIcon { background-image: url('//ifrype.com/i/icons/enu-diena.png'); }
.buchaIcon { background-image: url('//ifrype.com/i/icons/lupas-16x16.png'); }
.oscarIcon { background-image: url('//ifrype.com/i/icons/oscar.png'); }
.sievdIcon { background-image: url('//ifrype.com/i/icons/sieviesudiena-16x16.png'); }
.smiltenesPiensIcon { background-image: url('//ifrype.com/i/icons/smiltenes_piens.png'); }
.asicsIcon { background-image: url('//ifrype.com/i/icons/asics.png'); }
.dgadiIcon { background-image: url('//ifrype.com/d/10gadi/assets/img/dr10-16x16.png'); }
.tele2TestsIcon { background-image: url('//ifrype.com/lapas/special/tele2/tests/assets/16px-mbb-dr-app.png'); }
.vanillatravelIcon { background-image: url('//ifrype.com/i/icons/vanillatravel.png'); }
.vanillatravel2Icon { background-image: url('//ifrype.com/i/icons/vanillatravel2.png'); }
.lieldienas14Icon { background-image: url('//ifrype.com/d/lieldienas14/assets/img/icon.png'); }
.olukaujas14Icon { background-image: url('//ifrype.com/d/lieldienas14/assets/img/icon_2.png'); }
.herkulessIcon { background-image: url('//ifrype.com/i/icons/herkuless.png'); }
.amigoMDIcon { background-image: url('//ifrype.com/i/icons/apsveic-mammu-ikona-16x16.png'); }
.mamindiena14Icon { background-image: url('//ifrype.com/i/icons/md14_16x16.png'); }
.elektrodrosibaIcon { background-image: url('//ifrype.com/lapas/special/elektrodrosiba/esigudraks/assets/icon.png'); }
.hokejaRipaIcon { background-image: url('//ifrype.com/i/icons/hokejaRipa.png'); }
.ferratumHokejsIcon { background-image: url('//ifrype.com/special/hokejs/assets/iconstar.png'); }
.aldarisEtikete2Icon { background-image: url('//ifrype.com/lapas/special/aldaris/etikete/assets/icon.png'); }
.ogaIcon { background-image: url('//ifrype.com/lapas/special/tukumapiens/oga/assets/icon.png'); }
.fantaIcon { background-image: url('//ifrype.com/lapas/special/fanta/tituls/assets/icon.png'); }
.jautinsIcon { background-image: url('//ifrype.com/i/icons/IKONA-QUIZ-v2.png'); }
.zeltadraugiIcon { background-image: url('//ifrype.com/i/icons/zd-16x16.png'); }
.r92Icon { background-image: url('//ifrype.com/i/icons/92_ico.png'); }
.oneTouchRadarsIcon { background-image: url('//ifrype.com/special/pirmasreizesradars/assets/icon.jpg'); }
.fifaIcon { background-image: url('//ifrype.com/special/futbols/assets/bumba-16x16.png'); }
.r92Icon { background-image: url('//ifrype.com/i/icons/92_ico.png'); }
.zeltaIesmsIcon { background-image: url('//ifrype.com/i/icons/zelta_iesms.png'); }
.jani14Icon { background-image: url('//ifrype.com/i/icons/jani14.png'); }
.tele2ParziniIcon { background-image: url('//ifrype.com/i/icons/tele2_parzini.png'); }
.alkoutletIcon { background-image: url('//ifrype.com/i/icons/alkoutlet.jpg'); }
.rozudienaIcon { background-image: url('//ifrype.com/i/icons/rozudiena_16x16.png'); }
.colaIcon { background-image: url('//ifrype.com/lapas/special/coca-cola/izsaki/assets/img/cola-icona.png'); }
.tutovariIcon { background-image: url('//ifrype.com/lapas/special/tutovari/pievienojies/assets/16x16.png'); }
.atletikaIcon { background-image: url('//ifrype.com/lapas/special/atletikafitness/nopelni/assets/icon.jpg'); }
.gotinaIcon { background-image: url('//ifrype.com/special/gotina/assets/gotina_16.png'); }
.narvesenFreshIcon { background-image: url('//ifrype.com/lapas/special/narvesenlv/fresh/assets/16x16-ikona.png'); }
.odzinaIcon { background-image: url('//ifrype.com/special/odzina/assets/oga_ico.png'); }
.cikkarstsIcon { background-image: url('//ifrype.com/special/cikkarsts/assets/16x16.png'); }
.dansukkerHoroskopsIcon { background-image: url('//ifrype.com/lapas/special/dansukker/horoskops/assets/img/16x16_ikona.png'); }
.tevadiena2014Icon { background-image: url('//ifrype.com/special/tevadiena2014/assets/16x16.png');}
.viaaKarjerasnedIcon { background-image: url('//ifrype.com/lapas/special/viaa/karjerasned/assets/img/icon.png'); }
.tavasirdsIcon { background-image: url('//ifrype.com/lapas/special/sveiksunvesels/tavasirds/assets/img/sveiksunvesels_logo_16x16px.png'); }
.santamariaIcon { background-image: url('//ifrype.com/lapas/special/santamaria/garsvielas/assets/img/SM_16x16px.png'); }
.gudrinieksIcon { background-image: url('//ifrype.com/special/gudrinieks/assets/16x16.png');}
.ajtestIcon { background-image: url('//ifrype.com/lapas/special/ajprodukti/ergonomika/assets/img/aj_tests_icona.png'); }
.tenkasIcon { background-image: url('//ifrype.com/special/tenkas/assets/16x16.png'); }
.tuesilvIcon {background-image: url('//ifrype.com/lapas/special/tuesilv/latvija/assets/img/icon.png'); }
.gadaautoIcon {background-image: url('//ifrype.com/lapas/special/iautolv/gadaauto/assets/img/icon.png'); }
.slatavaKartisIcon {background-image: url('//ifrype.com/lapas/special/slatava/kartis/assets/img/icon.png'); }
.latvija2014Icon { background-image: url('//ifrype.com/special/latvijassvetki2014/assets/16X16.png'); }
.latvijai96Icon { background-image: url('//ifrype.com/special/latvijai96/assets/img/latvijai96-16x16.png'); }
.delfizinasIcon { background-image: url('//ifrype.com/lapas/special/delfi/delfizinas/assets/img/16x16.png'); }
.savejieIcon { background-image: url('//ifrype.com/special/satiecsavejos/assets/16X16.jpg'); }
.draugusienaIcon {background-image: url('//ifrype.com/lapas/special/www.1a.lv/draugusiena/assets/img/icon.png'); }
.poptopIcon { background-image: url('//ifrype.com/i/icons/poptop16.png'); }
.gourmetCoffeeIcon { background-image: url('//ifrype.com/lapas/special/melnacoffee/gourmet/assets/img/16x16.png'); }
.xmas14Icon { background-image: url('//ifrype.com/special/xmas14/assets/16x16.png'); }
.kartinasAmigoIcon { background-image: url('//ifrype.com/lapas/special/amigo/kartinas/assets/img/icon.png'); }
.alkoutletDzeriensIcon { background-image: url('//ifrype.com/lapas/special/alkoutlet/dzeriens/assets/img/alkoutlet-16x16px.png'); }
.zsvTopIcon { background-image: url('//ifrype.com/i/icons/zmsv_tops_16x16.png'); }
.vinaAmoralleIcon { background-image: url('//ifrype.com/lapas/special/vina/amoralle/assets/img/16x16.png'); }
.topPantiniIcon { background-image: url('//ifrype.com/lapas/special/top/pantini/assets/img/16x16.png'); }
.klasikaGarsasIcon { background-image: url('//ifrype.com/lapas/special/klasika/jaunasgarsas/assets/img/icon.png'); }
.xmas14RukisIcon { background-image: url('//ifrype.com/special/xmas14/assets/rukis/16x16-ruki.png'); }
.xmas14PastsIcon { background-image: url('//ifrype.com/special/xmas14/assets/pasts/16x16menu-ikona-piedava-zs-pasts.png'); }
.negliteIcon { background-image: url('//ifrype.com/lapas/special/bitelv/neglite/assets/img/16x16.png'); }
.ondoTestsIcon { background-image: url('//ifrype.com/lapas/special/ondo.lv/tests/assets/img/16x16.png'); }
.stats2014Icon { background-image: url('//ifrype.com/special/stats2014/assets/16x16.png'); }
.ny2015Icon {background-image: url('//ifrype.com/i/icons/ny2015.jpg');}
.iceageTopIcon {background-image: url('//ifrype.com/i/icons/iceageTop.png');}
.proftestIcon {background-image: url('//ifrype.com/lapas/special/latvija/proftests/assets/img/icon.png');}
.lapas2014Icon { background-image: url('//ifrype.com/special/lapas2014/assets/16x16.png'); }
.drauguspogulisIcon { background-image: url('//ifrype.com/special/drauguspogulis/assets/16x16.png'); }
.valentine2015Icon { background-image: url('//ifrype.com/special/valentine2015/assets/16x16.png'); }
.supermankiIcon { background-image: url('//ifrype.com/lapas/special/supermanki/spele/assets/img/16x16.png'); }
.friskiesIcon { background-image: url('//ifrype.com/lapas/special/friskies/laime/assets/img/16x16.jpg'); }
.astesIcon { background-image: url('//ifrype.com/rate/assets/images/special/astes/16x16.png'); }
.ugunsgreksIcon { background-image: url('//ifrype.com/special/ugunsgreks/assets/icon.png'); }
.r1tvIcon { background-image: url('//ifrype.com/lapas/special/r1tv/tests/assets/img/icon.png'); }
.mynthonlvIcon {  background-image: url('//ifrype.com/lapas/special/mynthonlv/spele/assets/img/16x16.jpg'); }
.sievd2015Icon { background-image: url('//ifrype.com/special/velmjusaraksts/assets/16x16.png'); }
.santaTestsIcon {  background-image: url('//ifrype.com/lapas/special/santamaria/tests/assets/img/icon.png'); }
.sievd15Icon {  background-image: url('//ifrype.com/special/svetkukartites/assets/16x16.png'); }
.sarlotelikierisIcon {  background-image: url('//ifrype.com/lapas/special/likierissarlote/komplimenti/assets/img/16x16.png'); }
.ekoTvIcon {  background-image: url('//ifrype.com/lapas/special/ekoshop/tv/assets/icon.png'); }
.lieldienas15Icon {  background-image: url('//ifrype.com/special/lieldienas15/assets/16x16.png'); }
.zakutestsIcon{ background-image: url('//ifrype.com/special/zakutests/assets/16x16.png'); }
.aprilAprilIcon{ background-image: url('//ifrype.com/special/aprilapril/16x16.png'); }
.numeroIcon{ background-image: url('//ifrype.com/special/magiskie/assets/16x16.png'); background-size: 16px; }
.numeromatchIcon{ background-image: url('//ifrype.com/special/magiskie/assets/16x16_3.png'); }
.zzbildesIcon{ background-image: url('//ifrype.com/special/bildes/assets/img/16x16.png'); }
.zzbildesActualIcon{ background-image: url('//ifrype.com/special/bildes/assets/img/16x16_2.png'); }
.bingoIcon { background-image: url('//ifrype.com/lapas/special/superbingo/bingo/assets/img/icon.png'); }
.phoneadIcon { background-image: url('//ifrype.com/lapas/special/phoneadcom/kino/assets/img/icon.png'); }
.bbqmeistarsIcon { background-image: url('//ifrype.com/lapas/special/santamaria/bbqmeistars/assets/img/16x16_2.png'); }
.dzsvKarteIcon { background-image: url('//ifrype.com/lapas/special/dziedundejo/karte/assets/img/16x16.png'); }
.basket2015Icon { background-image: url('//ifrype.com/i/icons/basket.jpg');}
.premiauzdevumiIcon { background-image: url('//ifrype.com/lapas/special/premia/uzdevumi/assets/img/16x16.png');}
.spilvaTestIcon { background-image: url('//ifrype.com/lapas/special/spilva/tests/assets/img/icon.png');}
.klasikaBildesIcon { background-image: url('//ifrype.com/lapas/special/klasika/bildes/assets/img/icon.png');}
.alkJaniIcon { background-image: url('//ifrype.com/lapas/special/alkoutlet/jani/assets/img/icon.png');}
.manapilsetaIcon { background-image: url('//ifrype.com/special/manapilseta/assets/img/16x16.png');}
.vikimaratonsIcon { background-image: url('//ifrype.com/lapas/special/vikimaratons/nobalso/assets/img/16x16.png');}
.baltaisshakeIcon { background-image: url('//ifrype.com/special/baltaisshake_api/assets/img/16x16.jpg');}
.pieveselibasIcon { background-image: url('//ifrype.com/lapas/special/pieveselibas/veseliba/assets/img/16x16.png');}
.zz1septIcon { background-image: url('//ifrype.com/special/toreizuntagad/assets/img/ZZ-zimulis-16x16.png');}
.todayIcon { background-image: url('//ifrype.com/sodien/img/icons/icn_sod_act_32.png'); background-size: 16px;}
.zvaigznajsIcon { background-image: url('//ifrype.com/special/zvaigznaji/assets/star-icon32.png'); background-size: 16px;}
.liberiIcon { background-image: url('//ifrype.com/lapas/special/www.liberi.lv/lieliskamamma/assets/img/16x16.png'); }
.viaaapdIcon { background-image: url('//ifrype.com/lapas/special/viaa/profesijas/assets/img/activity.png'); }
.dziugasIcon { background-image: url('//ifrype.com/lapas/special/dziugas/eksperts/assets/img/16x16.png'); }
.laibutuskaidrsIcon { background-image: url('//ifrype.com/lapas/special/sveiksunvesels/laibutuskaidrs/assets/img/LaiBuutuSkaidrs_Logo_16x16.jpg'); }
.numero2Icon{ background-image: url('//ifrype.com/special/magiskie/assets/16x16real.png'); }
.romantika2Icon{ background-image: url('//ifrype.com/special/rudensromantika/assets/img/icon-32.png'); background-size: 16px;}
.dobelesPastaIcon{ background-image: url('//ifrype.com/lapas/special/dobelesdzirnavnieks/pasta/assets/img/16x16px.png'); }
.flirtsIcon{ background-image: url('//ifrype.com/special/flirts/assets/ic-sirsnins-32.png');  background-size: 16px;}
.manadziesmaIcon{ background-image: url('//ifrype.com/special/manadziesma/assets/ic-manadziesma.png');}
.manadziesma2Icon{ background-image: url('//ifrype.com/special/manadziesma/assets/icon.png');}
.rasensdejoIcon{ background-image: url('//ifrype.com/lapas/special/rasens/rasensdejo/assets/rasens_icon.png'); }
.zzkajamgaisaIcon{ background-image: url('//ifrype.com/lapas/special/zeltazivtina/kajamgaisa/assets/img/16x16.png'); }
.topzinulatvijuIcon{ background-image: url('//ifrype.com/special/zinulatviju/assets/img/01-ikona-16x16.png'); }
.atklajlatvijasgarsuIcon{ background-image: url('//ifrype.com/lapas/special/atklajlatviju/atklajlatvijasgarsu/assets/image/16atklaj.png'); }
.varonuLatvijaIcon{ background-image: url('//ifrype.com/i/icons/karte-ikona-32.png'); background-size: 16px;}
.hivinformetsIcon{ background-image: url('//ifrype.com/lapas/special/sveiksunvesels/hivinformets/assets/img/HIV_tests_Logo_16x16.jpg'); background-size: 16px;}
.zverudetektivsIcon{ background-image: url('//ifrype.com/special/zverudetektivs/assets/ic-zoo32.png'); background-size: 16px;}
.milvardiniIcon{ background-image: url('//ifrype.com/i/icons/picon_milvardini_16x16.png'); }
.xmas15Icon{ background-image: url('//ifrype.com/special/xmas15/assets/ic_xmas15_32.png'); background-size: 16px; }
.gadapersonibaIcon{ background-image: url('//ifrype.com/special/gadapersoniba/assets/img/kronis32.png'); background-size: 16px; }
.milisavusirdiIcon{ background-image: url('//ifrype.com/lapas/special/sveiksunvesels/milisavusirdi/assets/image/milisavusirdi_16.png'); background-size: 16px; }
.sirsnigienovelejumiIcon{ background-image: url('//ifrype.com/lapas/special/milka/sirsnigienovelejumi/assets/image/milka16x16.png'); background-size: 16px; }
.magijalvsieriniIcon{ background-image: url('//ifrype.com/lapas/special/magijalv/sierini/assets/img/16x16.png'); }
.huaweidavanasIcon{ background-image: url('//ifrype.com/lapas/special/huawei/huaweidavanas/assets/image/huawei_32x32.png'); background-size: 16px; }
.xmasmail15Icon{ background-image: url('//ifrype.com/special/kartinas15/assets/img/icon_zp32.png'); background-size: 16px;}
.sskolanakotneiIcon{ background-image: url('//ifrype.com/special/skolanakotnei/assets/ss_16x16_ikona.jpg');}
.ziemasfIcon{ background-image: url('//ifrype.com/special/ziemasfantazija/assets/32x32.png'); background-size: 16px;}
.tchibozilesanaIcon { background-image: url('//ifrype.com/lapas/special/tchibolatvia/zilesana/assets/img/tchibo_logo_16x16.jpg'); background-size: 16px;}
.stats2015Icon { background-image: url('//ifrype.com/special/stats2015/assets/icon.png'); background-size: 16px;}
.lapas2015Icon { background-image: url('//ifrype.com/special/lapas2015/assets/icon.png'); background-size: 16px;}
.jaungads2016Icon { background-image: url('//ifrype.com/special/jaungads2016/assets/img/icon.png'); background-size: 16px;}
.latcreditkonkurssIcon { background-image: url('//ifrype.com/lapas/special/latcredit/konkurss/assets/image/16x16.jpg'); background-size: 16px;}
.leduspilsIcon { background-image: url('//ifrype.com/special/leduspils/assets/lp_icon_32.png'); background-size: 16px;}
.leduspilsPrincessIcon { background-image: url('//ifrype.com/special/leduspils/assets/lp_icon_m16.png'); background-size: 16px;}
.leduspilsPrincisIcon { background-image: url('//ifrype.com/special/leduspils/assets/lp_icon_z16.png'); background-size: 16px;}
.pikaIcon { background-image: url('//ifrype.com/special/pikas/assets/16-snowman.png');}
.bucasRozesIcon { background-image: url('//ifrype.com/special/bucasrozes/assets/valentins-icon-32.png'); background-size: 16px;}
.saldumvardiIcon { background-image: url('//ifrype.com/d/saldumvardi/assets/i/32x32.png'); background-size: 16px;}
.santamariagarsvielasIcon { background-image: url('//ifrype.com/lapas/special/santamaria/garsvielumaisijums/assets/image/16x16px.png'); background-size: 16px;}
.sieviesudiena16Icon { background-image: url('//ifrype.com/special/sieviesudiena16/assets/32x32.png'); background-size: 16px;}
.saulainieIcon { background-image: url('//ifrype.com/special/saulainie/assets/32x32.png'); background-size: 16px;}
.olukaujas24hIcon { background-image: url('//ifrype.com/special/lieldienas16/assets/32x32-24h-passed.png'); background-size: 16px;}
.olukaujasCrackedIcon { background-image: url('//ifrype.com/special/lieldienas16/assets/32x32-cracked-egg.png'); background-size: 16px;}
.balletajatipsIcon { background-image: url('//ifrype.com/lapas/special/laternustunda/balletajatips/assets/image/16x16.png'); background-size: 16px;}
.lieldienas16Icon { background-image: url('//ifrype.com/special/lieldienas16/assets/img/32x32-24h-passed.png'); background-size: 16px;}
.lieldienas16crackedIcon { background-image: url('//ifrype.com/special/lieldienas16/assets/img/32x32-cracked-egg.png'); background-size: 16px;}
.zakutestsIcon { background-image: url('//ifrype.com/i/icons/zakutests.png');}
.patiesibavaimeliIcon { background-image: url('//ifrype.com/special/patiesibavaimeli/assets/img/32x32.png'); background-size: 16px;}
.patiesibavaimeli2Icon { background-image: url('//ifrype.com/special/patiesibavaimeli/assets/img/2_32x32.png'); background-size: 16px;}
.bernidziedIcon { background-image: url('//ifrype.com/special/bernidzied/assets/img/32x32.png'); background-size: 16px;}
.putniIcon { background-image: url('//ifrype.com/special/putni/assets/icon-32.png'); background-size: 16px;}
.majoklisIcon { background-image: url('//ifrype.com/lapas/special/swedbank/majoklis/assets/img/favicon.png'); background-size: 16px;}
.neratnaisIcon { background-image: url('//ifrype.com/special/neratnais/assets/i/32x32.png'); background-size: 16px;}
.sirdsveselibaIcon { background-image: url('//ifrype.com/lapas/special/euroaptieka/sirdsveseliba/assets/img/32x32.png'); background-size: 16px;}
.hokejs2016Icon { background-image: url('//ifrype.com/special/hokejs2016/assets/image/32x32.png'); background-size: 16px;}
.mamindiena16Icon { background-image: url('//ifrype.com/i/icons/mamindiena_32.png'); background-size: 16px;}
.ziedumagijaIcon { background-image: url('//ifrype.com/special/ziedumagija/assets/i/32x32.png'); background-size: 16px;}
.tavsrestoransIcon { background-image: url('//ifrype.com/lapas/special/spilva/tavsrestorans/assets/image/16x16_icon.png'); background-size: 16px;}
.euro2016Icon { background-image: url('//ifrype.com/special/euro2016/assets/img/ic-euro201632.png'); background-size: 16px;}
.piecirstIcon { background-image: url('//ifrype.com/special/piecirst/assets/32x32.png'); background-size: 16px;}
.apligoIcon { background-image: url('//ifrype.com/special/apligo/assets/i/icon-32.png'); background-size: 16px;}
.guttaIcon { background-image: url('//ifrype.com/lapas/special/gutta/svinetajatips/assets/image/icon16.png'); background-size: 16px;}
.jani16Icon { background-image: url('//ifrype.com/special/jani16/assets/img/32x32.png'); background-size: 16px;}
.elektrumIcon { background-image: url('//ifrype.com/i/icons/elektrum.png'); background-size: 16px;}
.spiguloIcon { background-image: url('//ifrype.com/special/spigulo/assets/img/icon-32x32.png'); background-size: 16px;}
.wkndIcon { background-image: url('//ifrype.com/special/vasarasfestivals/assets/img/icn-project-64x64.png'); background-size: 16px;}
.ritakafijaIcon { background-image: url('//ifrype.com/lapas/special/ritakafija/ritakafija/assets/image/icon.png'); background-size: 16px;}
.orientesanasIcon { background-image: url('//m.draugiem.lv/i/d/orientesanas/2017/64x64.png'); background-size: 16px;}
.tavstipsIcon { background-image: url('//ifrype.com/special/tavstips/assets/image/ic-notifikacijas-64.png'); background-size: 16px; }
.rio2016Icon { background-image: url("//ifrype.com/special/rio2016/assets/img/ic-notifikacijas-64.png"); background-size: 16px; }
.dzivesplansIcon { background-image: url("//ifrype.com/lapas/special/viaa/dzivesplans/assets/img/icon.jpg"); background-size: 16px; }
.tele2apptestsIcon { background-image: url("//ifrype.com/lapas/special/tele2/apptests/assets/img/icon-16x16.png"); background-size: 16px; }
.koDomaIcon { background-image: url("//ifrype.com/special/kodoma/assets/img/ico.png"); background-size: 16px; }
.dzejaNoSirdsIcon { background-image: url('//ifrype.com/special/dzejanosirds/assets/icon-32x32.png'); background-size: 16px; }
.dzejanosirds2020Icon { background-image: url('//ifrype.com/special/dzejanosirds/assets/icon-32x32.png'); background-size: 16px; }
.aldoRaksturojumsIcon { background-image: url('//ifrype.com/lapas/special/aldo/raksturojums/assets/image/icon.jpg'); background-size: 16px; }
.lattelecomDatorprasmesIcon { background-image: url('//ifrype.com/lapas/special/lattelecom/datorprasmes/assets/image/icon.png'); background-size: 16px; }
.flirtinsIcon { background-image: url('//ifrype.com/special/flirtins/assets/img/32x32.png'); background-size: 16px; }
.kirbitisIcon { background-image: url('//ifrype.com/special/kirbitis/assets/img/32x32.png'); background-size: 16px; }
.svetkulentite2016Icon { background-image: url('//ifrype.com/special/svetkulentite2016/assets/img/ribbon-33x33.png'); background-size: 16px; }
.latvijasrakstiIcon { background-image: url('//ifrype.com/special/latvijasraksti/assets/img/32x32.png'); background-size: 16px; }
.manalatvijaIcon { background-image: url('//ifrype.com/lapas/special/latvijasbanka/manalatvija/assets/img/manalatvija_16.png'); }
.anekdotesIcon { background-image: url('//ifrype.com/special/anekdotes/assets/img/32x32.png'); background-size: 16px; }
.tetrapakIcon { background-image: url('//ifrype.com/lapas/special/tetrapaklv/tetrapakvideo/assets/img/icon_32.png'); background-size: 16px; }
.advente2016Icon { background-image: url('//ifrype.com/special/advente2016/assets/img/32x32.png'); background-size: 16px; }
.pasts16Icon { background-image: url('//ifrype.com/special/pasts16/assets/img/32x32.png'); background-size: 16px; }
.drogas16Icon { background-image: url('//ifrype.com/lapas/special/drogas/drogaspasts/assets/img/drogas16.png'); background-size: 16px; }
.alkoutletTostsIcon { background-image: url('//ifrype.com/special/uzsauctostu/assets/img/icon-32x32.png'); background-size: 16px; }
.tchibozileIcon { background-image: url('//ifrype.com/lapas/special/tchibolatvia/zilenakotni/assets/img/icon32.png'); background-size: 16px; }
.stats2016Icon { background-image: url('//ifrype.com/special/gads2016/assets/img/32x32.png'); background-size: 16px; }
.lapas2016Icon { background-image: url('//ifrype.com/special/lapas2016/assets/icon.png'); background-size: 16px;}
.pikosanasIcon { background-image: url('//ifrype.com/special/pikosanas/assets/img/32x32.png'); background-size: 16px; }
.zobratinsIcon { background-image: url('//ifrype.com/special/zobratins/assets/img/32x32.png'); background-size: 16px; }
.zzGigazIcon { background-image: url('//ifrype.com/lapas/special/zeltazivtina/gigaz/assets/img/16x16.png'); background-size: 16px; }
.lmtKinoekspertsIcon { background-image: url('//ifrype.com/lapas/special/lmt/kinoeksperts/assets/img/icon_32.png'); background-size: 16px; }
.dronsBosamIcon { background-image: url('//ifrype.com/lapas/special/fizmix/dronsbosam/assets/img/16x16.png'); background-size: 16px; }
.gudrinieksIcon { background-image: url('//ifrype.com/special/spele/assets/img/32x32.png'); background-size: 16px; }
.lieldienas17Icon { background-image: url('//ifrype.com/special/lieldienas17/assets/img/32x32.png'); background-size: 16px; }
.jaunaGarsaIcon { background-image: url('//ifrype.com/lapas/special/santamaria/jaunagarsa/assets/img/SM_16x16px-1.png'); background-size: 16px; }
.hokejs2017Icon { background-image: url('//ifrype.com/special/hokejs2017/assets/i/icon-32x32.png'); background-size: 16px;}
.mituGravejiIcon { background-image: url('//ifrype.com/lapas/special/zeltazivtina/mitugraveji/assets/img/ZZ_miti_WEB_drlv_16x16.png'); background-size: 16px; }
.makoniIcon { background-image: url('//ifrype.com/special/makoni/assets/img/ic-32.png'); background-size: 16px;}
.kantristilsIcon { background-image: url('//ifrype.com/lapas/special/bauskacountryfestival/stils/assets/img/16x16.png'); background-size: 16px;}
.papardesIcon { background-image: url('//ifrype.com/special/papardes/assets/img/32x32.png'); background-size: 16px;}
.izgarsoVasaruIcon { background-image: url('//ifrype.com/lapas/special/vistas/izgarsovasaru/assets/img/icn-kekava-32.png'); background-size: 16px;}
.jani17Icon { background-image: url('//ifrype.com/special/jani17/assets/img/32x32.png'); background-size: 16px;}
.skaistakieMirkliIcon { background-image: url('//ifrype.com/special/skaistakiemirkli/assets/img/ikona-32x32.png'); background-size: 16px;}
.piparutestsIcon { background-image: url('//ifrype.com/lapas/special/santamaria/piparutests/assets/img/32x32.png'); background-size: 16px;}
.vilki2017Icon { background-image: url('//ifrype.com/special/vilki2017/assets/img/32x32.png'); background-size: 16px;}
.reibinosieziediIcon { background-image: url('//ifrype.com/special/reibinosieziedi/assets/img/32x32.png'); background-size: 16px;}
.soliprieksaIcon { background-image: url('//ifrype.com/special/soliprieksa/assets/img/icon-32.png'); background-size: 16px;}
.pudeleIcon { background-image: url('//ifrype.com/special/pudele/assets/img/32x32.png'); background-size: 16px;}
.pasts17Icon { background-image: url('//ifrype.com/special/pasts17/assets/img/32x32.png'); background-size: 16px; }
.gads2017Icon { background-image: url('//ifrype.com/i/icons/gada-statistika-menu-ic-32x32.png'); background-size: 16px; }
.skrapeIcon { background-image: url('//ifrype.com/i/icons/grey16/skrape.png'); background-size: 16px; }
.amorinsIcon { background-image: url('//ifrype.com/special/amorins/assets/img/32x32.png'); background-size: 16px; }
.komixerisIcon { background-image: url('//ifrype.com/special/komixeris/assets/img/32x32.png'); background-size: 16px; }
.sieviesudiena18Icon { background-image: url('//ifrype.com/special/sieviesudiena18/assets/img/32x32.png'); background-size: 16px; }
.draugiem14Icon { background-image: url('//ifrype.com/special/draugiem14/assets/32x32.png'); background-size: 16px; }
.lieldienas18Icon { background-image: url('//ifrype.com/special/lieldienas18/assets/img/32x32.png'); background-size: 16px; }
.jani18Icon { background-image: url('//ifrype.com/special/jani18/assets/img/32x32.png'); background-size: 16px; }
.dainasIcon { background-image: url('//ifrype.com/special/dainas/assets/img/32x32.png'); background-size: 16px; }
.pos18Icon { background-image: url('//ifrype.com/events/assets/special/pos18/img/32x32.png'); background-size: 16px; }
.vasarasatminasIcon { background-image: url('//ifrype.com/special/vasarasatminas/assets/img/16x16.png'); background-size: 16px; }
.liesminsIcon { background-image: url('//ifrype.com/special/liesmins/assets/img/32x32.png'); background-size: 16px; }
.lottery100Icon { background-image: url('//ifrype.com/services/img/lottery/lottery100-32_3.png'); background-size: 16px; }
.pasts18Icon { background-image: url('//ifrype.com/special/pasts18/assets/img/32x32.png'); background-size: 16px; }
.gads2018Icon { background-image: url('//ifrype.com/special/gads2018/assets/img/32x32.png'); background-size: 16px; }
.cukurinsIcon { background-image: url('//ifrype.com/special/cukurins/assets/img/32x32.png'); background-size: 16px; }
.vpasts19Icon { background-image: url('//ifrype.com/special/valentinapasts/assets/img/32x32.png'); background-size: 16px; }
.sieviesudiena19Icon { background-image: url('//ifrype.com/special/sieviesudiena19/assets/img/32x32.png'); background-size: 16px; }
.lieldienas19Icon { background-image: url('//ifrype.com/special/lieldienas19/assets/img/lieldienas19icon.png'); background-size: 16px; }
.spelesIcon { background-image: url('//ifrype.com/special/speles/assets/img/promo/32x32.png'); background-size: 16px; }
.hokejs2019Icon { background-image: url('//ifrype.com/special/hokejs2019/assets/img/icon-32x32.png'); background-size: 16px;}
.ziedinsIcon { background-image: url('//ifrype.com/special/karsts/assets/img/icon-32x32.png'); background-size: 16px;}
.ldvainagsIcon { background-image: url('//ifrype.com/special/vainags/assets/img/32x32.png'); background-size: 16px;}
.odi19Icon { background-image: url('//ifrype.com/special/odi19/assets/img/32x32.png'); background-size: 16px;}
.romantikaIcon { background-image: url('//ifrype.com/special/romantika/assets/img/32x32.png?v=3'); background-size: 16px;}
.romantika20Icon { background-image: url('//ifrype.com/special/romantika/assets/img/32x32.png?v=2'); background-size: 16px;}
.zemeniteIcon { background-image: url('//ifrype.com/special/zemenite/assets/img/zemenite_ic.png'); background-size: 16px;}
.senesIcon { background-image: url('//ifrype.com/special/senes/assets/img/32.png'); background-size: 16px;}
.advente19Icon { background-image: url('//ifrype.com/special/advente2019/assets/img/Icon-32.png'); background-size: 16px;}
.pasts19Icon { background-image: url('//ifrype.com/special/pasts19/assets/img/32x32.png'); background-size: 16px;}
.rotajumiIcon { background-image: url('//ifrype.com/special/rotajumi/assets/img/32.png'); background-size: 16px;}
.ziemasf2Icon { background-image: url('//ifrype.com/special/ziemasfantazija/assets/32x32.png'); background-size: 16px;}
.ziemasfantazijaIcon { background-image: url('//ifrype.com/special/ziemasfantazija/assets/32x32.png'); background-size: 16px;}
.gads2019Icon { background-image: url('//ifrype.com/special/gads2019/assets/img/32x32.png'); background-size: 16px;}
.donatsIcon { background-image: url('//ifrype.com/special/donats/assets/img/32.png'); background-size: 16px;}
.pudele20Icon { background-image: url('//ifrype.com/special/pudele20/assets/img/32x32.png'); background-size: 16px;}
.runcuksIcon { background-image: url('//ifrype.com/special/mur/assets/img/32x32.png'); background-size: 16px;}
.sveicamIcon { background-image: url('//ifrype.com/special/sveicam/assets/img/32x32.png'); background-size: 16px;}
.sveiciensIcon { background-image: url('//ifrype.com/special/sveiciens/assets/img/32x32.png'); background-size: 16px;}
.draugiem16Icon { background-image: url('//ifrype.com/special/draugiem16/assets/img/32x32.png'); background-size: 16px;}
.ziediIcon { background-image: url('//ifrype.com/special/ziedi/assets/img/32x32.png'); background-size: 16px;}
.lieldienas20Icon { background-image: url('//ifrype.com/special/lieldienas20/assets/img/32x32.png'); background-size: 16px;}
.taurenitiIcon { background-image: url('//ifrype.com/special/taureniti/assets/img/32x32.png'); background-size: 16px;}
.troveIcon { background-image: url('//ifrype.com/applications/section/css/img/trove32x32.png'); background-size: 16px;}
.bitesIcon { background-image: url('//ifrype.com/special/bites/assets/img/32x32.png'); background-size: 16px;}
.kartisIcon { background-image: url('//ifrype.com/special/magiskaskartis/assets/img/32x32.png'); background-size: 16px;}
.ligo20Icon { background-image: url('//ifrype.com/special/ligo20/assets/img/32x32.png'); background-size: 16px;}
.oguspeksIcon { background-image: url('//ifrype.com/special/oguspeks/assets/img/32x32.png'); background-size: 16px;}
.ieprieciniIcon { background-image: url('//ifrype.com/special/iepriecini/assets/img/32x32.png'); background-size: 16px;}
.zivsIcon { background-image: url('//ifrype.com/special/zivs/assets/img/32x32.png'); background-size: 16px;}
.burbulisiIcon { background-image: url('//ifrype.com/special/burbulisi/assets/img/32x32.png'); background-size: 16px;}
.divansIcon { background-image: url('//ifrype.com/special/serijas/assets/img/32x32.png'); background-size: 16px;}
.cinasIcon { background-image: url('//ifrype.com/special/cinas/assets/promo/32x32.png'); background-size: 16px;}
.nedarbiIcon { background-image: url('//ifrype.com/special/nedarbi/assets/img/32x32.png'); background-size: 16px;}
.latinsIcon { background-image: url('//ifrype.com/special/latins/assets/img/32x32.png'); background-size: 16px;}
.pukainasspelesIcon { background-image: url('//ifrype.com/special/pukainasspeles/assets/img/32x32.png'); background-size: 16px;}
.kopajautrakIcon { background-image: url('//ifrype.com/special/kopajautrak/assets/img/32x32.png'); background-size: 16px;}
.adventeIcon { background-image: url('//ifrype.com/special/advente2021/assets/img/32x32.png'); background-size: 16px;}
.pasts20Icon { background-image: url('//ifrype.com/special/pasts20/assets/img/32x32.png'); background-size: 16px;}
.leduspieskariensIcon { background-image: url('//ifrype.com/special/leduspieskariens/assets/img/32x32.png'); background-size: 16px;}
.dodroziIcon { background-image: url('//ifrype.com/special/dodrozi/assets/img/32x32.png'); background-size: 16px;}
.amuletsIcon { background-image: url('//ifrype.com/special/amulets/assets/img/32x32.png'); background-size: 16px;}
.sieviesudiena21Icon { background-image: url('//ifrype.com/special/sieviesudiena21/assets/img/32x32.png'); background-size: 16px;}
.cepumiIcon { background-image: url('//ifrype.com/special/cepumi/assets/img/32x32.png'); background-size: 16px;}
.draugiem17Icon { background-image: url('//ifrype.com/i/icons/draugiem_logo.png'); background-size: 16px;}
.pupoliIcon { background-image: url('//ifrype.com/special/pupoli21/willow.svg'); background-size: 16px;}
.darzinsIcon { background-image: url('//ifrype.com/special/darzins/assets/img/32x32.png'); background-size: 16px;}
.sveicuesIcon { background-image: url('//ifrype.com/sveicues/assets/img/32x32.png'); background-size: 16px;}
.radibinasIcon { background-image: url('//ifrype.com/special/radibinas/assets/img/32x32.png'); background-size: 16px;}
.hokejs2021Icon { background-image: url('//ifrype.com/special/hokejs2021/assets/img/icon-32x32.png'); background-size: 16px;}
.zvaigzneIcon { background-image: url('//ifrype.com/special/zvaigzne/assets/img/32x32.png'); background-size: 16px;}
.vasaravafeleIcon { background-image: url('//ifrype.com/special/vasaravafele/assets/img/32x32.png'); background-size: 16px;}
.setevIcon { background-image: url('//ifrype.com/special/setev/assets/img/32x32.png'); background-size: 16px;}
.stiklaperlesIcon { background-image: url('//ifrype.com/special/stiklaperles/assets/img/32x32.png'); background-size: 16px;}
.ejietsenotIcon { background-image: url('//ifrype.com/special/ejietsenot/assets/img/32x32.png'); background-size: 16px;}
.civIcon { background-image: url('//ifrype.com/special/civ/assets/img/32x32.png'); background-size: 16px;}
.monetasIcon { background-image: url('//ifrype.com/special/monetas/assets/img/32x32.png'); background-size: 16px;}
/*********************** END *************************/
/**************** AKCIJAS & PROJEKTI: ****************/
/*****************************************************/
/* --- css/icons.css --- */
/* +++ css/svg_icons.css +++ */
#svg-icon-container svg path[stroke] {
stroke: inherit;
}
#svg-icon-container svg path[fill] {
fill: inherit;
}
#svg-icon-container svg path[fill="none"] {
fill: none;
}
.Edge #svg-icon-container svg path {
fill: inherit;
stroke: inherit;
}
.svg-icon {
display: inline-block;
vertical-align: middle;
width: 16px;
height: 16px;
stroke-width: 0;
line-height: 16px;
stroke: currentColor;
fill: currentColor;
pointer-events: none;
transform: translateZ(0); /* Firefox blurry fix */
}
.svg-icon-solid path {
stroke: currentColor;
fill: currentColor;
}
.svg-icon-nofill, .svg-icon-nofill path {
fill: none;
}
.svg-icon-12 {
width: 12px;
height: 12px;
}
.svg-icon-20 {
width: 20px;
height: 20px;
}
.svg-icon-24 {
width: 24px;
height: 24px;
}
.svg-icon-26 {
width: 26px;
height: 26px;
}
.svg-icon-32 {
width: 32px;
height: 32px;
}
.svg-icon-pointer-dd-white use {
fill: #ffffff;
}
.svg-icon-20x16 {
width: 20px;
height: 16px;
}
/* --- css/svg_icons.css --- */
/* +++ css/spriteIcons.css +++ */
.optionsSIcon:before{ background-image:url('/i/icons/sprite/icn_dropmenu.png'); }
.trashSIcon:before{ background-image:url('/i/icons/sprite/icn_trash.png'); }
.favSIcon:before{ background-image:url('/i/icons/sprite/icn_fav.png'); }
.favSIcon.on:before{ background-position:0 -64px !important; }
.attachSIcon:before{ background-image:url('/i/icons/sprite/icn_attach.png'); }
.smileySIcon:before{ background-image:url('/i/icons/sprite/icn_smaids.png'); }
.stickerSIcon:before{ background-image:url('/i/icons/sprite/icn_stickers.png'); }
.searchSIcon:before{ background-image:url('/i/icons/sprite/btnicn_find.png'); }
.backSIcon:before{ background-image:url('/i/icons/sprite/bnticn_back.png'); }
.settingsSIcon:before{ background-image:url('/i/icons/sprite/icn_settings.png'); }
.videoSIcon:before { background-image: url('/i/icons/sprite/icn_video_2x.png'); }
.photoSIcon:before { background-image: url('/i/icons/sprite/inc_foto_2x.png'); }
.bookmarkSIcon:before { background-image: url('/i/icons/sprite/icn_bookmark_strip_2x.png'); }
.bookmarkSIcon:hover:before { background-position:0 -16px; }
.bookmarkSIcon:active:before { background-position:0 -32px; }
.bookmarkSIcon.on:before { background-position:0 -48px; }
.addContSIcon:before { background-image: url('/i/icons/sprite/icn_addcont_strip_2x.png'); }
.addContSIcon:hover:before { background-position:0 -16px; }
.options2SIcon:before{ background-image:url('/i/icons/sprite/icn_dropmenu_b.png'); }
.gifSIcon:before{ background-image:url('/i/icons/sprite/icn_gif_2x.png'); }
/* --- css/spriteIcons.css --- */
/* +++ css/tooltipbox.css +++ */
.toolTipBox {
background: url('//ifrype.com/i/sbook/tooltipbox_bg.png');
border: 1px solid #c6c6c6;
position: absolute;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
min-width: 200px;
}
.toolTipBox .arrow {
background-image: url("//ifrype.com/i/sbook/tooltipbox_arrow_top.png");
height: 8px;
position: absolute;
top: -8px;
width: 13px;
}
.toolTipBoxAD .arrow {
top: auto;
bottom: -8px;
background-image:url('//ifrype.com/i/sbook/tooltipbox_arrow_bottom.png');
}
.toolTipBoxRight .arrow {
top: auto;
bottom: -8px;
background-image:url('//ifrype.com/i/sbook/tooltipbox_arrow_left.png');
height: 13px;
width: 8px;
left: -8px;
}
.toolTipBoxLeft .arrow {
top: auto;
bottom: -8px;
background-image:url('//ifrype.com/i/sbook/tooltipbox_arrow_right.png');
height: 13px;
width: 8px;
right: -8px;
}
.toolTipBox .overSender {
height: 27px;
position: absolute;
top: -27px;
/*background: #f00;*/
/*opacity: .3;*/
}
.toolTipBoxAD .overSender {
top: auto;
}
.toolTipBoxRight.overSender {
top: auto;
}
.toolTipBox .overSender.withoutLink {
cursor: default;
}
.toolTipBox .rqLoading {
display: block;
margin: 25px auto;
}
.toolTipBox.position-top .arrow {
    bottom: -8px;
    left: 50%;
    margin-left: -7px;
    top: auto;
    background-image:url('//ifrype.com/i/sbook/tooltipbox_arrow_bottom.png');
}
/*
------------------------------------------
                say info
------------------------------------------
*/
.toolTipBox .bottom {
background-color: #f5f5f5;
border-top: 1px solid #e2e2e2;
padding: 6px;
}
.toolTipBox .bottom.pageInfo #followButton{
display:inline-block;
margin-right:10px;
}
.toolTipBox .bottom.pageInfo{
text-align: center;
}
.toolTipBox .container {
padding: 5px 5px 10px;
}
/* friend */
.toolTipBox .friendInfo {
width: 350px;
}
.toolTipBox .friendInfo .image {
width: 100px;
height: 100px;
float: left;
margin: 0 10px 10px 0;
position: relative;
}
.toolTipBox .friendInfo .image.online:after {
position: absolute;
content: '';
top: -4px;
right: -4px;
border: 2px solid #fff;
border-radius: 6px;
background-color: #FF6600;
width: 6px;
height: 6px;
}
.toolTipBox .friendInfo .image.onlineWWW:after {
background-color: #FF6600;
}
.toolTipBox .friendInfo .image.onlineWAP:after,
.toolTipBox .friendInfo .image.onlineIPHONE:after {
background-color: #539DD8;
}
.toolTipBox .friendInfo h2 {
margin-top: 15px;
}
.toolTipBox .friendInfo p {
margin-bottom: 3px;
font-size: 0.9em;
}
.toolTipBox .friendInfo p span {
color: #777;
padding-right: 3px;
}
.toolTipBox .friendInfo .rightCol {
padding-left: 110px;
}
/* gallery comment */
.toolTipBox .galleryCommentInfo {
width: 500px;
}
.toolTipBox .galleryCommentInfo .image {
width: 175px;
height: 175px;
float: left;
margin: 0 10px 10px 0;
}
.toolTipBox .galleryCommentInfo .user {
height: 55px;
}
.toolTipBox .galleryCommentInfo .user div {
padding-top: 15px;
}
.toolTipBox .galleryCommentInfo .userImage {
width: 50px;
height: 50px;
float: left;
margin-right: 10px;
}
/* application */
.toolTipBox .applicationInfo {
width: 460px;
}
.toolTipBox .applicationInfo .appImage {
width: 175px;
margin: 0 10px 10px 0;
float: left;
}
.toolTipBox .applicationInfo .rightCol {
padding-left: 185px;
}
.toolTipBox .applicationInfo h2 {
font-size: 12px;
}
.toolTipBox .applicationInfo .users {
margin-top: 10px;
margin-bottom: 3px;
}
.toolTipBox .applicationInfo li {
display: inline-block;
margin-right: 3px;
}
/* music */
.toolTipBox .musicInfo {
width: 390px;
}
.toolTipBox .musicInfo .appImage {
width: 100px;
height: 100px;
margin: 0 10px 10px 0;
float: left;
}
.toolTipBox .musicInfo .rightCol {
padding-left: 110px;
}
.toolTipBox .musicInfo h2 {
font-size: 12px;
}
.toolTipBox .musicInfo .users {
margin-top: 10px;
margin-bottom: 3px;
}
.toolTipBox .musicInfo li {
display: inline-block;
margin-right: 3px;
}
/* lapas */
.toolTipBox .pageInfo {
width: 390px;
}
.toolTipBox .pageInfo .leftCol {
width:100px;
float:left;
}
.toolTipBox .pageInfo .leftCol .appImage {
width: 100px;
height: 100px;
margin: 0 10px 0px 0;
display:block;
}
.toolTipBox .pageInfo .leftCol .btnGroup{
margin-bottom: 10px;
}
.toolTipBox .pageInfo .leftCol .btnGroup .btn{
width:100px;
}
.toolTipBox .pageInfo .rightCol {
padding-left: 110px;
}
.toolTipBox .pageInfo h2 {
font-size: 12px;
}
.toolTipBox .pageInfo .users {
margin-top: 10px;
margin-bottom: 3px;
}
.toolTipBox .pageInfo li {
display: inline-block;
margin-right: 3px;
}
/* static info */
.toolTipBox .giftInfo, .toolTipBox .rateInfo {
width: 390px;
}
.toolTipBox .giftInfo .image, .toolTipBox .rateInfo .image {
float: left;
width: 128px;
height: 128px;
margin: 5px 0 5px 5px;
}
.toolTipBox .giftInfo .image {
background: url('/services/img/icons/gifts_month128.png') no-repeat;
}
.toolTipBox .rateInfo .image {
background: url('/services/img/icons/top_stats128.png') no-repeat;
}
.toolTipBox .giftInfo .rightCol, .toolTipBox .rateInfo .rightCol {
padding-right: 5px;
}
.toolTipBox .giftInfo .rightCol, .toolTipBox .rateInfo .rightCol {
padding-left: 148px;
}
/* lapas infobox */
#pageinfobox {
padding: 4px 4px 0;
width: 212px;
}
#pageinfobox .picture{
max-width: 210px;
border: 1px solid #dbdbdb;
}
#pageinfobox .box {
border: 1px solid #dbdbdb;
border-top: none;
position: relative;
top: -4px;
padding: 10px;
background-color: #FFFFFF;
}
#pageinfobox .bottom {
display: block;
padding: 10px;
position: relative;
top: -4px;
border: 1px solid #dbdbdb;
border-top: none;
background-color: #f6f6f6;
}
#pageinfobox .bottom .friendscount {
font-size: 20px;
font-weight: bold;
}
#pageinfobox .bottom .friendstext {
display: block;
color: #6f6f6f;
}
#pageinfobox .bottom .users {
position: absolute;
top: 10px;
right: 10px;
}
#pageinfobox .bottom .users a img {
width: 30px;
height: 30px;
}
#pageinfobox .bottom .users a {
margin-right: 5px;
}
#pageinfobox .link {
display: block;
font-weight: bold;
padding-top: 4px;
margin-bottom: 10px;
}
#pageinfobox .about {
line-height: 16px;
overflow: hidden;
}
.toolTipBox .subtext{
position:relative;
top:-10px;
}
/* --- css/tooltipbox.css --- */
/* +++ css/tooltip.css +++ */
#Tooltip {
position: absolute;
z-index: 1002;
background: #ffffff;
padding: 5px 10px;
margin-right: 10px;
font-weight: bold;
color: #000000;
font-size: 13px;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
white-space: nowrap;
}
#Tooltip.left .arrow {
content: '';
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #ffffff;
position: absolute;
left: 100%;
top: 50%;
margin-top: -5px;
}
#Tooltip.right .arrow {
content: '';
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid #ffffff;
position: absolute;
right: 100%;
top: 50%;
margin-top: -5px;
}
#Tooltip.bottom .arrow {
content: '';
width: 0;
height: 0;
border-left: 5px solid transparent;
border-bottom: 5px solid #ffffff;
border-right: 5px solid transparent;
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
}
#Tooltip.top .arrow {
content: '';
width: 0;
height: 0;
border-left: 5px solid transparent;
border-top: 5px solid #ffffff;
border-right: 5px solid transparent;
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
}
#Tooltip.animated {
-webkit-animation-duration:0.15s;
animation-duration:0.15s;
-webkit-animation-fill-mode:both;
animation-fill-mode:both;
}
@-webkit-keyframes bounceInRight {
0%,100% {
-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
transition-timing-function: cubic-bezier(0.215,.61,.355,1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(10px,0,0) scale3d(0.8, 0.8, 0.8);
transform: translate3d(10px,0,0) scale3d(0.8, 0.8, 0.8);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%,100% {
-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
transition-timing-function: cubic-bezier(0.215,.61,.355,1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(10px,0,0) scale3d(0.8, 0.8, 0.8);
transform: translate3d(10px,0,0) scale3d(0.8, 0.8, 0.8);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
#Tooltip.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
/* --- css/tooltip.css --- */
/* other */
/* turpmāk ta, kas bija zem other būs other.css, jo IE9 neļauj importēt vairāk kā 31 failu vai arī ne vairāk kā 4095 selectorus */