/*****************************/
/*       MISC ELEMENTS       */
/*      layout & styles      */

/* This block used to fix IE7- problem with disappearing abs.positioned boxes near floated boxes */
div.dummy {
	display: none;
}
* html div.dummy {
	display: block;
	height: 1px;
	position: absolute;
}

a.a-img {
	text-decoration: none;
}
a.a-img span {
	text-decoration: underline;
}
a.a-img:hover span {
	text-decoration: none;
}
a.a-img span.special {
    color: #ffffff;
}
a.a-img img {
	vertical-align: text-bottom;
}

span.round-button {
	padding: 0 20px 0 0;
	background: transparent url(/img/bg_roundbutton_right.png) 100% 0 no-repeat;
	height: 29px;
	display: inline-block;
}
span.round-button span {
	padding: 5px 10px 5px 30px;
	display: inline-block;
	height: 19px;
	line-height: 15px;
	text-align: center;
	background: transparent url(/img/bg_roundbutton_left.png) 0 0 no-repeat;
}

span.button {
	padding: 10px 9px; /* Wanted 10px everywhere, but Chrome behaves ugly */
	background-color: #121212;
	float: left;
	margin-right: 10px;
}
span.button a {
	color: #fff;
}
span.button img {
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0;
	padding: 0;
}
* html span.button img {
	position: static;
}

img.ico-left,
span.button img.ico-left {
	padding: 0 5px 0 0;
}
img.ico-right,
span.button img.ico-right {
	padding: 0 0 0 5px;
}

a.profile-link {
	color: #ee0e6f;
}
a.profile-link:hover {
}

.action {
	color: #6ecae4;
}

.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}

.r {
	text-align: right;
}
.l {
	text-align: left;
}
.c {
	text-align: center;
}
.j {
	text-align: justify;
}
.vt {
	vertical-align: top;
}
.vb {
	vertical-align: bottom;
}
.vm {
	vertical-align: middle;
}


.income {
	color: #9bc200;
}
.expense {
	color: #ee0e6f;
}

h2.special a.toggle {
	font-size: 15px;
	color: #fff;
	margin-left: 20px;
}

h2.special input {
    vertical-align: middle;
}

/* pagination */
div.pagination {
	position: relative;
	height: 45px;
}
div.pagination a {
	color: #fff;
}
div.pagination .prev {
	position: absolute;
	left: 110px;
	top: -2px;
	text-align: left;
	width: 80px;
}
div.pagination .next {
	position: absolute;
	right: 110px;
	top: -2px;
	text-align: right;
	width: 80px;
}
div.pagination .prev a,
div.pagination .next a {
	font-size: 18px;
}
div.pagination .prev img,
div.pagination .next img {
	vertical-align: middle;
	margin-top: -2px;
}
div.pagination p.pages {
	margin: 0 200px;
	padding: 0;
	text-align: center;
	font-size: 11px;
}
div.pagination p.pages a {
	border: 1px solid #4d4d4d;
	padding: 2px 5px;
	text-decoration: none;
	margin: 0 2px;
}
div.pagination p.pages span {
	padding: 2px 5px;
	margin: 0 2px;
	color: #9bc200;
	font-weight: bold;
}


/* lined tables */
table.lined {
	border-collapse: collapse;
	margin: 0 0 20px 0;
}
table.lined tr.first th,
table.lined tr.first td {
	border-top: none;
}
table.lined th,
table.lined td {
	padding: 8px;
	border-top: 1px solid #292929;
	text-align: left;
	vertical-align: top;
}
table.lined th {
	color: #ffffff;
}
table.lined td {
	color: #6ecae4;
}
table.lined td .skip {
	color: #4b4b4b;
}

table.lined2 {
	border-collapse: collapse;
	margin: 0 0 20px 0;
	color: #fff; 
}
table.lined2 th,
table.lined2 td {
	padding: 8px 20px 8px 0px;
	border-bottom: 1px solid #333333;
	text-align: left;
	vertical-align: top;
}
table.lined2 tr.last th,
table.lined2 tr.last td {
    border-bottom: none;
}
table.lined2 th {
	color: #6ecae4;
}
table.lined2 td {
}

/* Last activities */
table.activities {
	border-collapse: collapse;
	border-style: none;
}
table.activities td {
	padding: 10px;
	border-top: 1px solid #333333;
	text-align: left;
	vertical-align: top;
}
table.activities tr td img {
	vertical-align: text-bottom;
}
table.activities tr.new td {
	background-color: #1a1a1a;
}
table.activities td.date {
	white-space: nowrap;
	color: #6ecae4;
}
table.activities td.action a {
	text-decoration: none;
	white-space: nowrap;
	font-style: oblique;
	color: #ffffff;
}
table.activities td.action img {
	margin-right: 5px;
}
table.activities blockquote {
	display: inline;
	margin: 0;
	padding: 0;
	color: #838383;
	font-style: normal;
}

/* News */
dl.news {
	margin: 0;
	padding: 0 0 20px 0;
}
dl.news dt {
	font-size: 25px; 
	line-height: 25px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #6ecae4;
}
dl.news dd {
	padding: 10px 0 20px 100px;
	position: relative;
}
dl.news dd div.date {
	position: absolute;
	left: 0px;
	top: 10px;
	color: #a0a0a0;
}
* html dl.news dd div.date { 
	left: -100px;
}

/* Girl page elements */
div.personal-profile {
	background-color: #121212;
	width: 295px;
	float: left;
	padding: 20px 20px 20px 20px;
	margin: 0 0 40px 0;
}
table.personal-profile th {
	text-align: right;
	width: 100px;
}

div.personal-info {
	width: 430px;
	float: right;
	padding: 0 0 20px 0;
	margin: 0 0 40px 0;
}
div.personal-info h2 {
	margin: 16px 0 20px 0;
}
div.personal-info div.looking-for {
	position: relative; /* create new stacking context for positioning .age-range */
	margin: 30px 0 0 0;
	padding: 20px 0;
	border-top: 1px solid #292929;
}
div.personal-info div.looking-for h2 {
	margin-top: 0;
}
div.personal-info div.looking-for .age-range {
	position: absolute;
	top: 23px;
	right: 0;
	width: 155px;
	height: 30px;
	line-height: 30px;
	background: #272727 url(/img/bg_age_range.png) 0 0 no-repeat;
	text-align: center;
	font-size: 12px;
}
div.personal-info div.looking-for .age-range em {
	font-style: normal;
	color: #6ecae4;
}


/* Search results */
p.status {
	color: #6ecae4;
	text-align: center;
}
.search-info {
	background: #121212 url(/img/bg_search_info.png) 0 0 no-repeat;
	height: 20px;
	width: 562px;
	padding: 18px 20px;
	margin: 0 0 40px 0;
}
.search-info p.search-options {
	margin: 0;
	padding: 0;
	float: left;
	width: 390px;
}
.search-info p.action {
	margin: 0;
	padding: 0;
	float: right;
	width: 150px;
	text-align: right;
}
.search-info p.action a {
	color: #9bc200;
}

.search-results {
	/*
	float: left;
	width: 100%;
	*/
	overflow: hidden;
	zoom: 1;
}
.search-result {
	float: left;
	width: 182px;
	overflow: visible;
	margin: 0 0 30px 28px;
}
#profile-photos .search-result {
	margin-left: 17px;
}
.search-result.first-in-line {
	margin-left: 0;
	clear: left;
}
#profile-photos .search-result.first-in-line {
	margin-left: 0;
}
.search-result .photo {
	width: 182px;
	position: relative;
}
.search-result .photo img {
	position: relative;
	display: block;
}
.search-result .caption-bar {
	position: relative;
	top: -32px;
	background: transparent url(/img/bg_photo_label.png) 0 0 repeat;
	min-height: 32px;
}
* html .search-result .caption-bar {
	height: 32px;
}
#profile-photos .caption-bar {
	height: 32px;
	width: 182px;
	position: absolute;
	top: 100%;
	left: 0px;
	margin-top: -32px;
}
.search-result .caption-bar p {
	padding: 10px;
	margin: 0;
	font-size: 11px;
	text-align: left;
}
.search-result .caption-bar .caption {
	padding: 10px;
	font-size: 12px;
}
.search-result .caption-bar .place {
}
.search-result .caption-bar .date {
	color: #727272;
}
.search-result .caption-bar .actions {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 6px;
}
.search-result .caption-bar .actions img {
	margin-right: 4px;
	display: inline;
}
.search-result .caption-bar .description {
	border-top: 1px solid #242424;
	height: 90px;
	overflow: visible;
}



/* Faq */
.side-block {
	float: left;
	width: 230px;
	padding: 25px 20px;
	margin: 0 20px 20px 0;
	background: transparent url(/img/bg_side_block.png) 0 0 no-repeat;
}
.side-block h2 {
	margin-top: 0;
	padding-top: 0;
	text-align: center;
}
.side-block table.lined {
	width: 100%;
}
.side-block table.lined th {
	text-align: right;
	width: 55%;
}

/* Messages */
.side-menu {
	width: 143px;
	float: right;
	padding: 0;
	margin: 0 0 20px 20px;
	background: #1d1d1d url(/img/bg_side_menu_top.png) 0 0 no-repeat;
}
.side-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: transparent url(/img/bg_side_menu_bot.png) 0 100% no-repeat;
}
.side-menu li {
	margin: 0;
	padding: 10px;
	text-align: center;
	background: transparent none;
	border-top: 1px solid #333333;
}
.side-menu li.active {
	background-color: #000;
}
.side-menu li.first {
	border-top: none;
}
.side-menu li a {
	color: #fff;
	text-decoration: none;
}

table.message-list {
	border-collapse: collapse;
	margin: 0 0 40px 0;
}
table.message-list td {
	border-top: 1px solid #333333;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}
table.message-list tr.unopened td {
	background-color: #1a1a1a;
}
table.message-list td.img {
	position: relative;
}
table.message-list td.img img {
	display: block;
}
table.message-list td.message-data {
}
table.message-list .message-head {
	padding: 0 0 10px 0;
	position: relative
}
table.message-list .message-head .date {
	position: absolute;
	left: 100px;
	color: #6ecae4;
}
table.message-list .message-head .date em {
	font-style: normal;
	color: #fff;
}
table.message-list .message-head .messages-all-link {
	position: absolute;
	right: 10px;
	width: 110px;
	text-align: right;
	color: #fff;
}

table.message-list .message-subject {
	padding: 0 0 10px 30px;
	background: transparent url(/img/arr_right.png) 0 0 no-repeat;
	word-wrap: break-word;
}
table.message-list .unopened .message-body {
	padding-top: 20px;
}
table.message-list .message-body {
	padding: 0 0 10px 30px;
	word-wrap: break-word;
	position: relative;
}
table.message-list .message-body a {
	color: #ffffff;
	font-style: oblique;
}

table.message-list td.message-controls {
	border-top: none;
	height: 35px;
	padding: 0 20px;
}
table.message-list td.message-controls a {
	color: #ffffff;
	font-style: oblique;
	margin-right: 20px;
}
table.message-list td.message-controls a img {
	margin-right: 5px;
	vertical-align: middle;
}
table.message-list td.message-controls a.remover {
	float: right;
	margin-right: 0;
}
table.message-list td.message-controls a.remover img {
	margin-right: 0;
}

/* Reply to message */
.contact-image {
	float: left;
	width: 190px;
}
.contact-messages {
	margin-left: 200px;
	padding-bottom: 40px;
}
* html .contact-messages {
	margin-left: 195px;
}
.contact-message-header {
	font-size: 12px;
	position: relative;
}
.contact-message-header .subject-holder {
	width: 230px;
	padding: 0 0 10px 10px;
}
.contact-message-header .subject {
	color: #9bc200;
}
.contact-message-header .date {
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
	color: #6ecae4;
}
.contact-message-header .date em {
	color: #ffffff;
	font-style: normal;
}
.contact-message-body {
	width: 408px;
	padding: 20px 0 0 0;
	background: transparent url(/img/bg_msg_from_top.png) 0 0 no-repeat;
}
.contact-message-content {
	padding: 0px 20px 10px 30px;
	font-size: 12px;
	background: transparent url(/img/bg_msg_from_mid.png) 0 0 repeat-y;
}
.contact-message-controls {
	padding: 0 20px 20px 20px;
	background: transparent url(/img/bg_msg_from_bot.png) 0 100% no-repeat;
	text-align: right;
}
.contact-message-controls a {
	color: #fff;
	font-size: 12px;
	border-bottom: 1px dashed #fff;
	text-decoration: none;
}

.contact-answer {
	width: 416px;
	margin: 20px 0;
	background: transparent url(/img/bg_msg_to_top.png) 0 0 no-repeat;
}
.contact-answer p.caption {
	margin: 0;
	padding: 15px 20px 0 30px;
	font-size: 16px;
	font-weight: bold;
}
.contact-answer-body {
	padding: 15px 20px 20px 30px;
	background: transparent url(/img/bg_msg_to_bot.png) 0 100% no-repeat;
}
.contact-answer-body form {
	margin: 0;
	padding: 0;
	width: 370px;
}
.contact-answer-body form textarea {
	width: 340px;
}
.contact-answer-body p.submit {
	margin: 0;
	padding: 20px 10px 0 0;
	text-align: right;
}


/* Buy credits */
.your-credits-block {
	background: transparent url(/img/bg_credits_amount.png) 0 0 no-repeat;
	width: 143px;
	height: 130px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 20px 0 0 0;
	text-align: center;
}
.your-credits-block span {
	display: block;
	padding: 5px 0 10px 0;
	color: #6ecae4;
	font-size: 60px;
	line-height: 100%;
	font-weight: bold;
}

table.credits-buy {
	border-collapse: collapse;
	width: 100%;
}
.credits-buy td {
	border: 1px solid #333333;
	padding: 20px 0 20px 10px;
	font-size: 25px;
	color: #ffffff;
}
.credits-buy tr.first td {
	border-top: none;
}
.credits-buy tr.last td {
	border-bottom: none;
}
.credits-buy td.first {
	border-left: none;
}
.credits-buy td.last {
	border-right: none;
}
.credits-buy td.selected {
	background-color: #1a1a1a;
}
.credits-buy strong {
	color: #9bc200;
}
.credits-buy .price {	
	font-size: 11px;
	display: block;
	padding-left: 35px;
}
.credits-buy .price em {
	color: #6ecae4;
}
.credits-buy span.c {
	padding: 0 7px;
}



/* 404 */
div.error-404 {
	min-height: 380px;
	background: transparent url(/img/bg_404.png) 0 0 no-repeat;
}
* html div.error-404 {
	height: 380px;
}
div.error-404 p {
	font-size: 20px;
}

/*       */
/* Forms */
/*       */
.textarea-controls {
	height: 40px;
	position: relative;
}
.textarea-controls .num-chars {
	background: transparent url(/img/bg_txt_controls_num_chars.png) 0 0 no-repeat;
	height: 31px;
	width: 94px;
	line-height: 31px;
	text-align: center;
	float: left;
	margin: 0;
}
.textarea-controls .total-chars {
	color: #6ecae4;
}
.textarea-controls .smilies {
	height: 31px;
	line-height: 31px;
	margin-left: 115px;
	text-align: right; 
}
.textarea-controls .smilies img {
	cursor: pointer;
	cursor: hand;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.textarea-controls .smilies img:hover {
	-moz-opacity: 1;
	opacity: 1;
}

/* Common form grid */
form table.form-grid {
	border-collapse: collapse;
	border-style: none;
	width: 100%;
}
form table.form-grid td {
	border-style: none;
	padding: 0 25px 25px 0;
	line-height: 24px;
	vertical-align: top;
}
form table.form-grid td.stub {
	padding: 0;
}
form td.hint {
	padding: 0;
}
form div.hint-body {
	padding: 20px;
	background-color: #171717;	
}
form tr.comment td {
	padding-bottom: 0;
}
form tr.comment div.comment-body {
	position: relative;
	top: -15px;
}
form p.submit {
	padding-top: 20px;
}

/* Feedback / contacts */
form table.form-feedback td.name {
	width: 230px;
	padding-right: 0;
}
form table.form-feedback td.description {
	padding-bottom: 0;
}
form table.form-feedback td.hint div.hint-body {
	height: 114px;
}
form table.form-feedback td.hint div.hint-body h2 {
	margin-top: 0;
	padding-top: 0;
}
form table.form-feedback td.hint div.hint-body a {
	color: #ffffff;
}

/* Registration / signup */
form table.form-signup div.hint-body {
	padding: 10px 20px 15px 20px;
}
form table.form-signup div.hint-body p {
	margin: 0;
	padding: 0;
}

/* Login / Signin */
form table.form-login div.hint-body {
	padding: 12px 20px 14px 20px;
}
form table.form-login div.hint-body p {
	margin: 0;
	padding: 0;
}

/* Feedback / contacts */
form table.form-search {
	margin: 0 0 40px 0;
}
form table.form-search td {
	padding-right: 0;
}
form table.form-search td.left {
	padding-right: 35px;
}
form table.form-search select {
	margin: 0;
	width: 270px;
}
form table.form-search input {
	width: 250px;
}
form table.form-search input.button {
	width: 123px;
}
form table.form-search select.short {
	margin: 0;
	width: 120px;
}
form table.form-search .hint-body {
	width: 240px;
	padding: 15px;
	line-height: 18px;
	font-size: 13px;
}

/* Profile details form */
form.special {
	background-color: #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	padding: 15px 15px 0px 15px;
	margin: 0 0 20px 0;
}
form.special h2 {
	color: #fff;
	margin-top: 0;
}
form.special td h2 {
	margin-top: 20px;
	margin-bottom: -10px;
}
form.special h2 .collapser {
	font-size: 13px;
	color: #6ecae4;
	margin-left: 30px;
	padding-left: 20px;
	background: transparent url(/img/ico_collapse_up.png) 0 50% no-repeat;
	cursor: pointer;
	cursor: hand;
}
form.special h2 .collapser.collapsed {
	background: transparent url(/img/ico_collapse_down.png) 0 50% no-repeat;
}
form.special h2 .collapser span {
	border-bottom: 1px dashed #6ecae4;
}

form.special div.collapsed {
	display: none;
}

form.special td.special-field-left {
	background: #6ecae4 url(/img/bg_form_special_corner_bl.png) 0 100% no-repeat;
	padding: 0;
}
form.special td.special-field-left div.special-wrapper {
	background: transparent url(/img/bg_form_special_corner_tl.png) 0 0 no-repeat;
	padding: 15px;
}
form.special td.special-field-right {
	background: #6ecae4 url(/img/bg_form_special_corner_br.png) 100% 100% no-repeat;
	padding: 0px;
}
form.special td.special-field-right div.special-wrapper {
	background: transparent url(/img/bg_form_special_corner_tr.png) 100% 0 no-repeat;
	padding: 15px 40px 15px 15px;
}
form.special td.special-field-right .hint {
	font-size: 12px;
	line-height: 15px;
}

form.special select.common {
}

form.special select.country {
	width: 290px;
}
form.special td img.country-flag {
	vertical-align: bottom;
	margin-left: 25px;
}

form.special select.children-status {
	width: 320px;
}

form.special p.submit {
	margin-bottom: 0;
}


/*                            */
/* Gifts & flowers order form */
/*                            */
form.giftshop {
	padding: 30px 0;
}
form.giftshop h2 {
	color: #fb3982;
	margin-top: 0;
}
form.giftshop fieldset {
	clear: left;
	border-top: 1px solid #333333;
	padding: 30px 0 0 0;
	margin: 0;
}


form.giftshop fieldset .gift-items {
	float: left;
	margin: 0 0 0 80px;
	width: 320px;
}
* html form.giftshop fieldset .gift-items {
	display: inline;
}

form.giftshop fieldset .gift-items .gift-item {
	float: left;
	width: 160px;
	margin: 0 0 40px 0;
}
form.giftshop fieldset .gift-items .gift-item .options {
	position: relative;
	padding: 10px 0 0 0;
}
form.giftshop fieldset .gift-items .gift-item .options div.input-wrapper {
}
form.giftshop fieldset .gift-items .gift-item .options select {
	position: absolute;
	top: 10px;
	right: 27px;
	width: 50px;
}

form.giftshop fieldset .gift-fruits {
	width: 350px;
}
form.giftshop fieldset .gift-fruits .gift-item {
	width: 350px;
}
form.giftshop fieldset .gift-fruits .gift-item img {
	float: left;
	margin: 0;
}
form.giftshop fieldset .gift-fruits .gift-item .options {
	float: right;
	width: 180px;
	padding: 0;
}
form.giftshop fieldset .gift-fruits .gift-item .options div.input-wrapper {
	position: relative;
	left: -1em;
}
form.giftshop fieldset .gift-fruits .gift-item .options select {
	position: absolute;
	top: 10px;
	right: 17px;
	width: 50px;
}
form.giftshop fieldset .gift-fruits .gift-item .options ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
}
form.giftshop fieldset .gift-fruits .gift-item .options li {
	background-image: none;
	margin: 0;
	padding: 0 0 5px 5px;
	font-style: oblique;
}


form.giftshop fieldset .flower-pricing {
	width: 185px;
	float: right;
	margin: 0;
}
form.giftshop fieldset .flower-pricing ul.pricing {
	margin: 0;
	padding: 0;
}
form.giftshop fieldset .flower-pricing ul.pricing li {
	margin: 0;
	padding: 0;
	height: 55px;
	line-height: 34px;
	background: none;
}
form.giftshop fieldset .flower-pricing span  {
	width: 49px;
	height: 34px;
	line-height: 34px;
	color: #9bc200;
	text-align: center;
	background: #242424 url(/img/bg_quantity.png) 0 0 no-repeat;
	float: left;
	margin: 0 10px 0 0;
}
form.giftshop fieldset .flower-pricing em {
}

form.giftshop textarea {
	width: 588px;
	height: 120px;
}

/* Gifts and flowers delivery results */
table.delivery-list {
	border-collapse: collapse;
	margin: 0 0 40px 0;
}
table.delivery-list td {
	border-top: 1px solid #333333;
	padding: 15px 0 15px 20px;
	vertical-align: top;
	text-align: left;
}
table.delivery-list tr.first td {
	border-top: 0;
}
table.delivery-list td.img {
	padding: 20px 0;
	position: relative
}
table.delivery-list td.img img {
	display: block;
}
table.delivery-list td.order-data {
}
table.delivery-list .order-head {
	padding: 0 0 10px 0;
	margin: 0 0 0 7px;
	position: relative
}
table.delivery-list .order-head .date {
	position: absolute;
	left: 200px;
	color: #6ecae4;
}
table.delivery-list .order-head .date em {
	font-style: normal;
	color: #fff;
}

table.delivery-list .order-subject {
	padding: 0 0 10px 0;
	margin: 0 0 0 7px;
}
table.delivery-list .order-subject img {
	vertical-align: text-bottom;
}
table.delivery-list .order-subject strong {
	color: #9bc200;
	font-weight: normal;
}
table.delivery-list .order-status {
	background: #121212 url(/img/bg_order_status_left.png) 0 0 no-repeat;
	height: 52px;
	padding: 0;
	margin: 0 0 0 7px;
}
table.delivery-list .order-status div {
	background: transparent url(/img/bg_order_status_right.png) 100% 0 no-repeat;
	padding: 0 20px;
	height: 52px;
	line-height: 50px;
	text-align: center;
}

table.delivery-list .order-status strong {
	font-size: 25px;
	padding: 0 20px;
}
.order-status .status-in-process {
	color: #6ecae4;
}
.order-status .status-done {
	color: #9bc200;
}

table.delivery-list .order-status a {
	padding: 0 20px;
	position: relative;
	top: -2px;
	color: #fff;
	font-style: oblique;
}
table.delivery-list .order-status a img {
	margin-right: 5px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

table.delivery-list .order-reply {
	background: #1a1a1a url(/img/bg_reply_lt.png) 0 0 no-repeat;
	margin: 20px 0 0 0;
}
table.delivery-list .order-reply div {
	background: transparent url(/img/bg_reply_lb.png) 0 100% no-repeat;
}
table.delivery-list .order-reply div div {
	background: transparent url(/img/bg_reply_rt.png) 100% 0 no-repeat;
}
table.delivery-list .order-reply div div div {
	background: transparent url(/img/bg_reply_rb.png) 100% 100% no-repeat;
	padding: 15px 20px 15px 27px;
}


/* Support tickets */
table.tickets {
    width: 100%;
    margin-bottom: 100px;
}
table.tickets a {
    color: #ffffff;
}
table.tickets tr.old td,
table.tickets tr.old td a {
    color: #838383;
}
table.tickets tr td.new {
    color: #fb3982;
}

/* Support categories */
ul.categories {
    margin: 0 0 100px 0;
    padding: 0;
    list-style: none;
}

ul.categories li {
    margin: 0 0 15px 0;
    padding: 0;
    /* background: transparent url(/img/bg_ctg_top.png) 0 0 no-repeat; */
    position: relative;
    border: 1px solid #4d4d4d;
    border-radius: 8px;
    -moz-border-radius: 8px;
    background: none transparent;
}
ul.categories li div.sub-wrapper {
    padding: 0;
}
ul.categories li a {
    display: table-cell;
    height: 60px;
    width: 720px;
    vertical-align: middle;
    padding-left: 100px;
    padding-right: 30px;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    line-height: 22px;
}
ul.categories li a:hover,
ul.categories li.active {
    background-color: #2e2e2e;
}
ul.categories li span.ctg-ico {
    position: absolute;
    left: 30px;
    top: 13px;
}



/* Support request form */
.form-support-request {
    margin-top: 30px;
}
.form-support-request .col1 {
    width: 465px;
}
.form-support-request .col2 {
    padding-right: 0;
}
.form-support-request td.message {
    padding-right: 0;
}

.form-support-request .col1 input.txt {
    width: 440px;
}
.form-support-request .col2 input.txt {
    width: 300px;
}
.form-support-request textarea {
    width: 790px;
}

.form-support-request .file-attachment-upload {
    width: 320px;
}

.form-support-request .add-attachment {
    line-height: 24px;
}
.form-support-request .add-attachment img {
    position: relative;
    top: 4px;
}

.form-support-request td.disabled {
    color: #333333;
}
.form-support-request td.disabled .enabler {
    color: #ffffff;
}
.form-support-request td.disabled input.txt {
    background-color: #333333;
    border-color: #333333;
}

.upload-wrapper {
    position: relative;
    padding: 0 0 30px 0;
}
.upload-wrapper .uploadify {
    position: absolute;
    left: 0;
    bottom: 0;
}
.file-attachment-upload {
    display: inline-block;
    border: 1px solid #4c4c4c;
    border-style: solid none;
    height: 31px;
    line-height: 31px;
    position: relative;
}
.file-attachment-upload span {
    text-indent: 10px;
    display: inline-block;
    width: 100%;
    height: 31px;
    line-height: 31px;

    white-space: nowrap;
    oveflow: visible;
    background-color: #4d4d4d;
}
.file-attachment-upload .remove-attachment {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: 6px;
    top: 9px;
}

div.huge-form-teaser {
    background: #89c20e url(/img/bg_huge_form_teaser_top.png) 0 0 no-repeat;
    width: 716px;
}
div.huge-form-teaser div.sub-wrapper {
    background: transparent url(/img/bg_huge_form_teaser_bottom.png) 0 100% no-repeat;
    padding: 30px 20px 65px 20px;
    padding-bottom: 64px;
}
div.huge-form-teaser div.sub-wrapper p {
    font-size: 25px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

/* Ticket summary */
.ticket-info {
    position: relative;
    margin-top: 30px;
    padding-bottom: 70px;
}
    .ticket-summary {
        min-height: 100px;
        width: 240px;
    }
        .ticket-summary table td {
            padding-right: 0;
        }
    .ticket-action {
        position: absolute;
        left: 285px;
        top: 7px;
        width: 260px;
    }
        .ticket-action p {
            text-align: center;
        }
    .ticket-rate {
        position: absolute;
        right: 0px;
        top: 5px;
    }

div.ticket-messages {
    margin: 0 0 75px 0;
}
    dl.ticket-dialog {
        margin: 0 0 75px 0;
    }
        dl.ticket-dialog dt {
            padding: 0 20px 35px 20px;
            width: 568px;
        }
        dl.ticket-dialog dt.t-m-customer {
            background: transparent url(/img/bg_ticket_msg_top_customer.png) 100% 100% no-repeat;
        }
        dl.ticket-dialog dt.t-m-reply {
            background: transparent url(/img/bg_ticket_msg_top_reply.png) 100% 100% no-repeat;
        }
        dl.ticket-dialog dt.t-m-support {
            margin: 0 0 0 auto;
            background: transparent url(/img/bg_ticket_msg_top_support.png) 100% 100% no-repeat;
            text-align: right;
            color: #fa3982;
        }

            dl.ticket-dialog dt em {
                color: #ffffff;
                font-style: oblique;
                font-size: 90%;
            }
        dl.ticket-dialog dd {
            background: #ffffff url(/img/bg_ticket_msg_bottom.png) 100% 100% no-repeat;
            width: 568px;
            padding: 5px 20px 40px 20px;
            margin: 0 0 30px 0;
        }
        dl.ticket-dialog dd.t-m-support {
            margin: 0 0 30px auto;
        }
        dl.ticket-dialog dd.t-m-reply {
            padding-bottom: 10px;
        }

            dl.ticket-dialog dd,
            dl.ticket-dialog dd p {
                color: #000000;
            }

            dl.ticket-dialog dd textarea {
                border: 1px solid #bbbbbb;
                padding: 5px 9px;
                width: 548px;
                height: 100px;
                display: block;
                margin: 0 0 15px 0;
                font-size: 100%;
            }

        dl.ticket-dialog div.t-m-attaches {
            margin: 20px 0 0 0;
            padding: 20px 0 0 0;
            border-top: 1px solid #bbbbbb;
        }
            dl.ticket-dialog div.t-m-attaches ul {
                list-style: none;
                margin: 0;
                padding: 0;
            }
                dl.ticket-dialog div.t-m-attaches ul li {
                    margin: 0;
                    padding: 0;
                    background-image: none;
                    height: 28px;
                }
            dl.ticket-dialog div.t-m-attaches a {
                color: #000000;
            }

/*  Ajax rate form */
.shadowed-blue #ajax-rate-form textarea {
    width: 270px;
    height: 90px;
    font-size: 100%;
    padding: 2px 4px;
}

/* Star rater */
.star-rater {
    position: relative;
    display: inline-block;
    margin-left: -8px;
}
    .star-rater-rate {
        width: 22px;
        height: 22px;
        display: inline-block;
        margin: 0 0 0 8px;
        background: transparent url(/img/star-rater.png) 0 0 no-repeat;
    }
    .star-rater .highlight {
        /* background-position: 0 -44px; */
    }
    .star-rater .rated {
        background-position: 0 -22px;
    }
    .star-rater .rated-current {
        background-position: 0 -22px;
    }
    .star-rater .highlight-current {
        background-position: 0 -44px;
    }



/*
    File Uploader
*/

.uploadify {
    position: relative;
}
    .uploadify-button {
        background: transparent url(/img/ico_add_file.png) 0 0 no-repeat;
        width: 25px !important;
        height: 25px !important;
        cursor: pointer;
    }
    .uploadify:hover .uploadify-button {
        cursor: pointer;
    }
    .uploadify-button-text {
        display: none;
    }
    .uploadify-button.disabled {
        opacity: 0.5;
    }

.uploadify-queue {
}

    .uploadify-queue-item {
        background-color: transparent;
        border: 1px solid #4c4c4c;
        border-style: solid none;
        height: 31px;
        line-height: 31px;
        position: relative;
        margin: 0 0 4px 0;
    }
        /* Плашка "cancel" при удалении файла из очереди появляется в простом спане без класса */
        .uploadify-queue-item span {
            display: none;
        }
        .uploadify-queue-item .fileName {
            display: block;
            position: relative;
            height: 31px;
            line-height: 31px;
            text-indent: 10px;
            width: 95%;
            overflow: hidden;
            z-index: 2;
        }
        .uploadify-queue-item .cancel {
            position: absolute;
            right: 6px;
            top: 9px;
            z-index: 3;
        }
        .uploadify-queue-item .cancel a {
            display: block;
            width: 16px;
            height: 16px;
            line-height: 16px;
            background: transparent url(/img/ico_remove.png) 0 0 no-repeat;
            font-size: 0;
        }
        .uploadify-queue .data {
            display: none;
        }
    .uploadify-progress {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .uploadify-progress-bar {
        background-color: #4d4d4d;
        height: 100%;
        width: 0%;
    }
    .uploadify-error {
        background-color: #FDE5DD !important;
    }
    .uploadify-queue-item.completed {
    }

.captcha-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

/* ------------------------- */
.uploadifive-button {
    background: transparent url(/img/ico_add_file.png) 0 0 no-repeat;
    width: 25px !important;
    height: 25px !important;
    cursor: pointer;
    text-indent: -99999px;
    margin-top: 4px;
    margin-bottom: 6px;
    cursor: pointer;
}
.uploadifive-button.disabled {
    opacity: 0.5;
}



.uploadifive-queue {
}

    .uploadifive-queue-item {
        background-color: transparent;
        border: 1px solid #4c4c4c;
        border-style: solid none;
        height: 31px;
        line-height: 31px;
        position: relative;
        margin: 0 0 4px 0;
    }
        .uploadifive-queue-item span.filename {
            display: block;
            position: relative;
            height: 31px;
            line-height: 31px;
            text-indent: 10px;
            width: 95%;
            overflow: hidden;
            z-index: 2;
        }
        .uploadifive-queue-item span.fileinfo {
            display: none;
        }
        .uploadifive-queue-item div.progress {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
            .uploadifive-queue-item div.progress-bar {
                background-color: #4d4d4d;
                height: 100%;
                width: 0%;
            }
            .uploadifive-queue .error div.progress-bar {
                background-color: #FDE5DD !important;
            }

.uploadifive-queue-item a.close {
            display: block;
            width: 16px;
            height: 16px;
            line-height: 16px;
            background: transparent url(/img/ico_remove.png) 0 0 no-repeat;
            font-size: 0;
            position: absolute;
            right: 6px;
            top: 9px;
            z-index: 3;
        }

    .uploadifive-queue div.complete {
    }
        .uploadifive-queue div.complete div {
            background-color: #4d4d4d;
        }

    .uploadifive-queue div.error {
    }
        .uploadifive-queue div.error span.filename {
            color: #333333;
        }

        .uploadifive-queue div.error div {
            background-color: #FDE5DD;
        }

/*
.uploadifive-queue-item {
    background-color: #F5F5F5;
    border-bottom: 1px dotted #D5D5D5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font: 12px Arial, Helvetica, Sans-serif;
    margin-top: 3px;
    padding: 15px;
}
.uploadifive-queue-item .close {
    background: url('/img/ico_remove.png') 0 0 no-repeat;
    display: block;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}
.uploadifive-queue-item .progress {
    border: 1px solid #D0D0D0;
    height: 3px;
    margin-top: 5px;
    width: 100%;
}
.uploadifive-queue-item .progress-bar {
    background-color: #0072BC;
    height: 3px;
    width: 0;
}
*/

.gift-mums {min-height:250px; background: url('/img/gifts/mumsbg.png') bottom no-repeat; }
.gift-mums .options {float:left; margin:18px; text-align:center;}
.mumus-img img {margin-bottom:15px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px; border-radius: 7px;}

form.giftshop fieldset .four-gift .gift-items {float: left;  margin: 0px; width: 608px;}
form.giftshop fieldset .four-gift .gift-fruits .gift-item .options {width:155px; padding-top:15px;}
form.giftshop fieldset .four-gift .gift-items .gift-item {width:150px;}
form.giftshop fieldset .gift-items .gift-item .options div.input-wrapper {margin:0px 5px;}
form.giftshop fieldset .gift-fruits .gift-item {width: 304px !important;}
form.giftshop fieldset .four-gift .gift-fruits .gift-item img {width:130px;}

.chat-icon-183 a {position:absolute; display:block; cursor:pointer;  right:10px; padding:10px 6px 12px 12px; text-align:center; text-decoration:none; text-transform:uppercase; font-size:10px; line-height:12px; background:rgba(162, 211, 13, 0.8); color:white; border-radius: 0px 0px 0px 50%; z-index:30; text-shadow: 0 1px 1px rgba(10, 10, 10, 0.75);}
.chat-icon-183 a:hover {background:rgba(162, 211, 13, 1);}
.fav-icon-183 a {position:absolute; display:block; cursor:pointer;  top:150px; left:10px; padding:10px 10px 8px 6px ; text-align:center; text-decoration:none; text-transform:uppercase; font-size:8px; line-height:12px; background:rgba(255, 0, 0, 0.8); color:white; border-radius: 0px 50% 0px 0px ; z-index:30; text-shadow: 0 1px 1px rgba(10, 10, 10, 0.75);}
.fav-icon-183 a:hover {background-color:red;}

.chat-icon-184 a {position:absolute; display:block; cursor:pointer;  right:0px; padding:10px 6px 12px 12px; text-align:center; text-decoration:none; text-transform:uppercase; font-size:10px; line-height:12px; background:rgba(162, 211, 13, 0.8); color:white; border-radius: 0px 0px 0px 50%; z-index:30; text-shadow: 0 1px 1px rgba(10, 10, 10, 0.75);}
.chat-icon-184 a:hover {background:rgba(162, 211, 13, 1);}
.fav-icon-184 a {position:absolute; display:block; cursor:pointer;  top:160px; left:0px; padding:10px 10px 8px 6px ; text-align:center; text-decoration:none; text-transform:uppercase; font-size:8px; line-height:12px; background:rgba(255, 0, 0, 0.8); color:white; border-radius: 0px 50% 0px 0px ; z-index:30; text-shadow: 0 1px 1px rgba(10, 10, 10, 0.75);}
.fav-icon-184 a:hover {background-color:red;}

/* ------------------------- */
/* -----2024-11-11---------- */
/* ------------------------- */

.letter-edit {
    margin-bottom: 0 !important
}

.letter-edit .cp-inputform .cp-inputarea {
	position: relative;
    padding-bottom: 35px;
    margin-right: 10px;
    background-color: #f9f9f9;
}

.letter-edit .cp-inputform .cp-inputarea .message {
    height: 255px;
    background-color: #fff;
    line-height: 16px;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 13px !important;
    color: black;
    overflow-y: scroll;
}

.letter-edit .cp-attach-data {
    right: 18px;
    bottom: 500px;
    width: 320px;
}

.letter-edit .cp-attach-data .emoji .emoji-list .emoji-block .emoji-icons a {
    max-width: 10%;
}

.letter-edit .cp-attach-data .vgifts .vgifts-list .vgifts-icons .vgifts-icon {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
}

.letter-edit .cp-inputform .cp-inputarea .message::-webkit-scrollbar {
    width: 7px;
    background-color: #f9f9fd;
}

.letter-edit .cp-inputform .cp-inputarea .message::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #bbb;
}

.letter-edit .cp-inputform .cp-inputarea .message::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #f9f9fd;
}

.letter-edit .cp-inputform .cp-inputarea .message img.emo {
    width: 16px;
    height: 16px;
    margin: 0 0.2em;
    margin-bottom: -3px;
}

.letter-attaches {
    position: relative;
    margin-right: 8px;
}

.list-attaches {
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 10px;
}

.list-attaches span {
    position: relative;
    display: inline;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
    margin-right: 2%;
}

.list-attaches span a {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden
}

.list-attaches span.vgift a {
    background-color: #fff;
}

.list-attaches span a img {
    position: absolute;
    max-width: 180%;
    max-height: 180%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list-attaches span.vgift a img {
    position: absolute;
    max-width: 95%;
    max-height: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list-attaches span a.unavailable img {
    filter: brightness(75%) blur(7px);
}

.list-attaches span a.unavailable:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    background: url(/img/letter-arrow-down.png) center center no-repeat;
    background-size: 50% auto;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
    opacity: 0.5;	
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.list-attaches span.video-link-m a:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    background: url(/img/play-icon.png) center center no-repeat;
    background-size: 75% auto;
    /* background-color: rgba(255,255,255,0.2); */
    border-radius: 50%;
    opacity: 0.5;	
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.list-attaches span a.unavailable:hover:after {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.list-attaches span.video-link-m a:hover:after {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.list-attaches span sup {
    position: absolute;
    cursor: pointer;
    display: inline-block;
    top: 2px;
    right: 2px;
    width: 18px;
    height: 18px;
    background: url(/img/ico_x.png) center center no-repeat;
    background-size: 7.5px auto;
    background-color: #000;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.list-attaches span:hover sup {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.contact-message-attachment .list-attaches span {
    position: relative;
    display: inline;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
    margin-right: 2%;
}

.contact-message-content {
    width: 360px;
    word-wrap: break-word;
}

.contact-message-content img.emo {
    width: 16px;
    height: 16px;
    margin: 0 0.2em;
    margin-bottom: -3px;
}

table.message-list .unopened .message-body {
	width: 360px;
    word-wrap: break-word;
}

table.message-list .unopened .message-body img.emo {
    width: 16px;
    height: 16px;
    margin: 0 0.2em;
    margin-bottom: -3px;
}

table.message-list .message-head .attachments {
    position: absolute;
    left: 240px;
    padding-right: 21px;
    color: #9bc200;
}

table.message-list .message-head .attachments:after {
    content: '';
    position: absolute;
    top: 1px;
    right: 0;
    width: 17px;
    height: 17px;
    background: url(/img/green-attach-icon-45.png) center center no-repeat;
    background-size: auto 100%;
}

table.message-list .message-arrach-prewiews {
    position: absolute;
    right: 0;
    top: 20px;
}

table.message-list .message-arrach-prewiews span {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 44px;
    height: 0;
    padding-top: 44px;
    margin-right: 5px;
    overflow: hidden;
}

table.message-list .message-arrach-prewiews span img {
    position: absolute;
    max-width: 180%;
    max-height: 180%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(100%) blur(3px);
}

table.message-list .message-arrach-prewiews span.attprevv:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    background: url(/img/letter-arrow-down.png) center center no-repeat;
    background-size: 50% auto;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    opacity: 0.5;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

table.message-list .message-arrach-prewiews span.attmore a {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 32px;
    padding-top: 10px;
    line-height: 10px;
    color: #888;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    background-color: #333;
    border: solid 1px #333;
    filter: grayscale(100%);
}

.list-attaches span a.play-link:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 20%;
    left: 25%;
    width: 50%;
    height: 50%;
    background: url(/img/play-icon.png) center center no-repeat !important;
    background-size: 65% auto !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border-radius: 50%;
    opacity: 0.4;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 6;
}

.list-attaches span a.play-link:hover:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 20%;
    left: 25%;
    width: 50%;
    height: 50%;
    background: url(/img/play-icon.png) center center no-repeat !important;
    background-size: 65% auto !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 6;
}

.list-attaches span a.locked img {
    filter: brightness(75%) blur(7px);
    z-index: 4;
}

.list-attaches span a.locked:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 20%;
    left: 25%;
    width: 50%;
    height: 50%;
    background: url(/img/lock.svg) center center no-repeat !important;
    background-size: 65% auto !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
    border-radius: 75%;
    opacity: 0.5;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 6;
}

.list-attaches span a.locked.play-link img img {
    filter: brightness(75%) blur(2px);
    z-index: 4;
}

.list-attaches span a.locked.play-link:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 20%;
    left: 25%;
    width: 50%;
    height: 50%;
    background: url(/img/lock-video.svg) center center no-repeat !important;
    background-size: 65% auto !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border-radius: 50%;
    opacity: 0.4;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 6;
}

.list-attaches span a.locked:hover:after {
    opacity: 0.9;
    background-color: rgba(255, 255, 255, 0.5) !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 6;
}

.list-attaches span a.locked:before {
    content: attr(data-title);
    position: absolute;
    display: inline-block;
    right: 20%;
    left: 20%;
    width: 60%;
    bottom: 7px;
    margin: 0;
    max-width: unset;
    padding-top: 3px;
    padding-bottom: 2px;
    line-height: 8px;
    font-size: 8px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 2px;
    opacity: 0.75;
    z-index: 7;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.list-attaches span a.locked:hover:before {
    content: attr(data-title);
    position: absolute;
    display: inline-block;
    right: 20%;
    left: 20%;
    width: 60%;
    bottom: 7px;
    margin: 0;
    max-width: unset;
    padding-top: 3px;
    padding-bottom: 2px;
    line-height: 8px;
    font-size: 8px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(36, 147, 178, 0.9);
    border-radius: 2px;
    opacity: 0.75;
    z-index: 7;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.list-attaches span a.locked.play-link:hover:before {
    content: attr(data-title);
    position: absolute;
    display: inline-block;
    right: 20%;
    left: 20%;
    width: 60%;
    bottom: 7px;
    margin: 0;
    max-width: unset;
    padding-top: 3px;
    padding-bottom: 2px;
    line-height: 8px;
    font-size: 8px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(238, 14, 111, 0.75);
    border-radius: 2px;
    opacity: 0.75;
    z-index: 7;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

table.message-list .message-arrach-prewiews span.attprev:afterr {
    content: '';
    position: absolute;
    display: inline-block;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    background: url(/img/lock.svg) center center no-repeat;
    background-size: 70% auto;
    background-color: rgba(255,255,255,0.3);
    border-radius: 50%;
    opacity: 0.75;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    ransition: all 1s ease;
}

