
@font-face {
	font-family: "Market Sans";
	src: url("/common/fonts/MarketSans-Regular-WebS.eot");
	src: url("/common/fonts/MarketSans-Regular-WebS.eot?#iefix") format("embedded-opentype"), url("/common/fonts/MarketSans-Regular-WebS.woff") format("woff"), url("/common/fonts/MarketSans-Regular-WebS.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, big, cite, code, em, img, strike, strong, b, u, i, ol, ul, li, fieldset, form, label, legend, input, textarea, button, select, table, tr, th, td {
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}

body {
	background: #cfd8dc;
	color: #323232;
	line-height: 1.5em;
	overflow-x: hidden;
	width: 100%;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Arial", "Helvetica Neue", sans-serif;
}

body.gray {
	background-color: #aab5b5;
}

body.scrollable {
	overflow-x: scroll;
}

a {
	color: #01579b;
	cursor: pointer;
	text-decoration: none;
}

a img {
	border: none;
}

audio {
	display: block;
	margin: 5px 0;
	opacity: .75;
	width: 100%;
}

h1 {
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	line-height: 2.6em;
	overflow: hidden;
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 5;
}

h1 > .material-icons {
	line-height: inherit;
	padding: 0 4px;
}

h1 > a > .material-icons {
	line-height: inherit;
	margin: 0 4px;
	padding: 0 4px;
}

h1 a:hover {
	color: #fff;
}

h2 {
	box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	font-size: 100%;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

h2 a, h2 span {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

h2 > a:hover {
	background-color: rgba(255, 255, 255, .3);
}

h2 > a > .material-icons, h2 > span > .material-icons {
	float: right;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

h3 {
	padding: 4px 0;
}

h3 > a {
	display: block;
}

h3 > i, h3 > a > i {
	float: right;
}

h3.qtitle {
	font-weight: normal;
}

h4 a {
	background-position: 98%;
	background-repeat: no-repeat;
	color: #0078b3;
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	padding: 0 14px 2px 14px;
}

h5 {
	color: #607d8b;
	font-size: 16px;
	font-weight: normal;
}

h5 > a {
	color: #546e7a;
	display: block;
	padding: 4px;
}

/* Header */
header {
	background: rgba(0, 0, 0, .8);
	box-shadow: 0 0 2px 0px rgba(0, 0, 0, .5);
	height: 50px;
	min-width: 240px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	white-space: nowrap;
	width: 100%;
	z-index: 200;
}

header a {
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.header_container {
	display: inline-block;
	max-width: 1210px;
	margin: 0 auto;
	width: 100%;
}

header a {
	color: rgba(255, 255, 255, .8);
	display: inline-block;
	font-size: 100%;
	font-weight: bold;
	padding: 0 4px;
	position: relative;
	text-decoration: none;
}

header .material-icons {
	font-size: 36px;
	line-height: 50px;
}

header a.active .material-icons {
	color: #b2ff59;
}

header a.mainlogo {
	display: none;
	padding: 8px;
}

header a.mainlogo.guest {
	display: block;
	display: block;
}

header span {
	background: #fff;
	border-radius: 0 8px 0 8px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 0 4px;
	position: absolute;
	top: 6px;
	right: 4px;
	text-align: center;
	text-align: center;
	text-decoration: none;
	z-index: 140;
}

header a:active, header a:hover {
	color: #fff;
}

/* Layout */
#viewport {
	background: #cfd8dc;
	margin: 0 auto;
	max-width: 1210px;
	min-width: 240px;
	position: relative;
}

#main {
	background-color: #f6f6f6;
	box-shadow: 0 0 4px rgba(0, 0, 0, .6);
	overflow: hidden;
	position: relative;
}

#main.blur {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#content {
	position: relative;
	margin: 50px auto 0 auto;
	max-width: 810px;
}

.sidebar {
	background: #323232;
	background: rgba(34, 34, 34, .9);
	display: none;
	min-height: 100%;
	position: absolute;
	bottom: 0;
	top: 0;
	width: 200px;
	z-index: 110;
	max-height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.sidebar::-webkit-scrollbar {
	display: none;
}

.sidebar.left {
	left: 0;
}

.sidebar.right {
	right: 0;
}

.sidebar p {
	color: #90a4ae;
	font-size: 90%;
	text-shadow: 0 1px #111;
}

.sidebar p span {
	color: #aaa;
}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	position: relative;
}

.sidebar ul li a {
	color: #fff;
	display: block;
	line-height: 24px;
	overflow: hidden;
	padding: 12px 10px;
	text-decoration: none;
	text-overflow: ellipsis;
	text-shadow: 0px 1px #111;
	white-space: nowrap;
}

.sidebar.left ul li a.gold {
	color: #ffea00;
}

.sidebar.left ul.hlist li a {
	color: #b0bec5;
}

.sidebar.left ul li a .material-icons {
	margin-right: 8px;
	vertical-align: top;
}

.sidebar.right ul li a .material-icons {
	float: right;
	position: relative;
	top: 1px;
	vertical-align: top;
	width: 24px;
}

.sidebar.right ul li.sidebartext {
	color: #90a4ae;
	display: block;
	font-size: 90%;
	padding: 8px 10px;
	text-shadow: none;
}

.sidebar.right ul.favorites li:first-child a {
	color: #ffea00;
}

.sidebar.right ul.online li:first-child a {
	color: #76ff03;
}

#footer {
	background-color: #cfd8dc;
	color: #546e7a;
	font-size: .8em;
	padding: 10px;
}

#footer a.links {
	color: #455a64;
	font-weight: bold;
}

#footer a.links:hover, #footer a.links:hover img {
	background: transparent;
	color: #263238;
}

.access {
	border: 1px solid;
	color: #29dfff;
	margin: 8px 8px;
	padding: 0 6px;
}

.access div {
	display: none;
}

.access .material-icons {
	line-height: 32px;
}

p {
	padding: .6em .8em;
}

div.section {
	margin: 1em;
}

#recaptcha_lu {
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 20px 0;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

#recaptcha_lu .title {
	color: #00695c;
	font-size: 18px;
	margin-bottom: 24px;
}

.table-responsive {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table td p {
	padding: 4px 8px;
}

table.tables th, table.tables td {
	padding: 8px 4px;
}

table.tables th {
	color: #757575;
}

.recaptcha-container {
	background: #f9f9f9;
	display: inline-block;
	margin: 6px auto;
	min-height: 70px;
}

div.g-recaptcha {
	margin: 0 auto;
}

div.center > div.g-recaptcha > div {
	margin: 0 auto;
}

small {
	line-height: 1em;
}

img {
	vertical-align: middle;
}

img.captcha {
	background: #eaeaea;
	border: 1px solid #ababab;
	border-radius: 3px;
	box-shadow: 0 0 1px #000;
	vertical-align: middle;
}

img.wap {
	margin: 4px;
	float: right;
}

img.smi {
	margin: 0 1px 3px 1px;
	vertical-align: middle;
}

img.com_avt {
	float: right;
	margin-left: 8px;
	margin-top: 2px;
	width: 45px;
	height: 45px;
}

img.com_icon {
	clear: left;
	float: left;
	margin: 4px 0;
}

img.profile_avatar {
	background: #fff;
	border-radius: 3px;
	width: 100%;
	max-width: 90px;
}

img.profile_avatar.round {
	background: none;
	border-radius: 45px;
}

img.contact_avatar {
	background: #fff;
}

img.avt_row {
	margin: 6px;
}

img.inline-icon {
	margin-top: -4px;
	vertical-align: middle;
}

img.not_avatar {
	margin-right: 16px;
	margin-top: 2px;
	height: 60px;
	width: 60px;
}

img.not_photo {
	width: 80px;
	height: 80px;
}

.notice {
	background: #fff9c4;
	color: rgba(0, 0, 0, .6);
	padding: 8px 12px;
	-webkit-transition: background 300ms ease;
	transition: background 300ms ease;
}

.notice.ok {
	background: #b9f6ca;
}

/* Form objects */
label {
	color: #333;
	display: inline;
	vertical-align: middle;
}

label.sep {
	color: #616161;
	display: block;
	font-weight: bold;
	margin: 4px 0;
}

label.disabled {
	color: gray;
}

button, input[type="button"], input[type="submit"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

input {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Arial", "Helvetica Neue", sans-serif;
	margin: 6px 0;
	padding: 2px 4px;
}

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="url"], input[type="password"], select, textarea {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 3px;
	margin: 6px 0;
	padding: 8px;
	-webkit-transition: background 200ms ease;
	transition: background 200ms ease;
	vertical-align: middle;
}

textarea {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Arial", "Helvetica Neue", sans-serif;
	padding: 6px;
	resize: none;
	width: 100%;
}

textarea.plain {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, select:focus {
	background: #fffde7;
}

input[type="radio"], input[type="checkbox"] {
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}

input.captcha {
	color: #4b4b4b;
	font-size: 1.4em;
	text-align: center;
	max-width: 100px;
}

input.authcode {
	color: #1565c0;
	font-size: 1.5em;
	letter-spacing: 2px;
}

input.customtxt {
	color: #1565c0;
}

div.confirm_recaptcha {
	background: #eceff1;
	border-radius: 3px;
	color: #808080;
	display: inline-block;
	margin: 6px 0;
	padding: 6px;
	max-width: 302px;
	width: 100%;
}

div.fielditem {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 3px;
	display: block;
	font-size: 90%;
	margin: 6px 0;
	padding: 4px 8px;
	-webkit-transition: background 200ms ease;
	transition: background 200ms ease;
}

div.fielditem:hover {
	background-color: #fffde7;
}

select {
	padding-left: 6px;
	padding-right: 6px;
}

select.setval0 {
	background: #ff8a80;
}

select.setval1, select.setval3 {
	background: #ffff8d;
}

select.setval2 {
	background: #ccff90;
}

div.format textarea {
	box-shadow: none;
	border: 0;
	border-radius: 0;
	height: 2em;
	margin: 0;
	min-height: 70px;
}

div.format.reply textarea {
	height: 2em;
	min-height: 2em;
}

input.chat {
	background: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	line-height: 1.6em;
	margin: 0;
	width: 100%;
}

input:disabled, select:disabled, textarea:disabled {
	color: gray;
}

input:invalid {
	color: #d00;
}

input:out-of-range {
	color: #d00;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	display: none;
}

input:focus, button:focus, select:focus, textarea:focus {
	outline: none;
}

fieldset.form {
	border: 1px solid #bbb;
	border-bottom-width: 2px;
	border-radius: 3px;
	margin: 12px;
	padding: .8em;
}

fieldset.form > div {
	padding: 0 2px;
}

fieldset.form > div.notice {
	padding: 8px 12px;
}

legend {
	background: #0288d1;
	border-radius: 3px;
	color: #fff;
	display: block;
	width: 100%;
}

legend a {
	color: #fff;
	display: block;
	padding: 4px 8px;
	text-decoration: none;
}

legend a:hover, legend a:active {
	color: #fff;
	background-color: transparent;
}

legend a .material-icons {
	float: right;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

a.action, span.action {
	float: right;
	margin-left: 8px;
}

span.action {
	color: rgba(0, 0, 0, .3);
}

.cnv_panel {
	vertical-align: top;
	width: 100%;
}

.msg_panel {
	width: 100%;
	vertical-align: top;
}

#main.cnv_active .cnv_panel {
	display: none;
}

.flatbutton.bg50 {
	border: 1px solid rgba(0, 0, 0, .2);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6);
	line-height: 2.4em;
	text-transform: uppercase;
	text-transform: uppercase;
	-webkit-transition: background 200ms ease;
	transition: background 200ms ease;
}

.flatbutton.bg50 a {
	display: block;
	padding: 0 8px;
}

.flatbutton.bg50 i {
	line-height: inherit;
	margin-right: 8px;
}

.navigation {
	color: #757575;
	text-align: center;
	margin: 8px 0;
}

.span_counter {
	line-height: 2.5em;
}

.navigation.txt a {
	display: block;
	padding: 8px 10px;
}

.navigation.txt span {
	display: block;
	padding: 8px 10px;
}

.navigation.arrows {
	font-weight: bold;
	line-height: 48px;
	min-height: 48px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.navigation.arrows a {
	border-radius: 3px;
}

.navigation.arrows a i {
	padding: 6px;
}

.navigation a.nav_next {
	float: right;
}

.navigation a.nav_prev {
	float: left;
}

.navigation a.page {
	display: inline-block;
	min-width: 32px;
}

.navigation span.page {
	display: inline-block;
	min-width: 32px;
}

.navitems {
	display: block;
	line-height: 2em;
}

.navitems i {
	line-height: inherit;
}

.social {
	background: #f5f5f5;
	white-space: nowrap;
}

div.banner img {
	max-width: 100%;
	height: auto;
}

div.form.weather_bg {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 0;
}

div.weather_card {
	background: rgba(0, 0, 0, .15);
	color: #fff;
	padding: 12px;
}

div.weather_card h4 {
	border-bottom: 1px solid #fff;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

div.weather_now_pict {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	right: 18px;
	bottom: 18px;
	text-align: center;
	width: 30%;
	height: 60%;
}

div.weather_now_text {
	border-bottom: 1px dotted rgba(255, 255, 255, .2);
	display: inline-block;
	font-size: .9em;
	width: 60%;
}

/* Gold Ranking */
.ranking li {
	background: #ffe082;
	border: 2px solid #ffd54f;
	cursor: pointer;
	display: inline-block;
	list-style: none;
	margin: 4px;
	overflow: hidden;
	width: 100px;
}

.ranking li a.username {
	color: #e65100;
	display: block;
	font-size: .8em;
}

.ranking li img.avatar {
	-webkit-filter: sepia(50%);
	filter: sepia(50%);
	width: 45px;
	height: 45px;
	opacity: .8;
}

.ranking li > div {
	color: #e65100;
	font-size: 1em;
	line-height: 1.8em;
}

.formdiv {
	background-color: #eaeaea;
	padding: 8px;
	position: relative;
}

.formdiv.login button, .formdiv.login input {
	display: block;
	margin: 10px auto;
	max-width: 300px;
	width: 90%;
}

hr {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
}

.form {
	background: #f6f6f6;
	padding: 10px;
	position: relative;
	-webkit-transition: margin 300ms ease;
	transition: margin 300ms ease;
	margin: 0;
}

.form.slim {
	padding: 0;
	overflow: hidden;
}

/* PLANS */
.plan {
	background: #eceff1;
	background-image: linear-gradient(#eceff1, #cfd8dc);
	border: 1px solid rgba(0, 0, 0, .2);
	box-shadow: inset 0px 0px 2px 1px #fff;
	color: #607d8b;
	cursor: default;
	font-family: "Market Sans", sans-serif;
	padding: .4em;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.plan.selected {
	background: #ffecb3;
	background-image: linear-gradient(#ffecb3, #ffd54f);
	color: #f57f17;
}

.plan.item {
	display: inline-block;
	width: 32%;
}

.plan.selected input[type="range"] {
	width: 75%;
}

.plan .title {
	color: #455a64;
	font-size: .75em;
}

.plan .days {
	font-size: 1.3em;
	line-height: 1.8em;
}

.plan input[type="radio"] {
	margin: 0px 0 4px 0;
}

.plan.username {
	line-height: 2.5em;
}

.plan .legend {
	font-size: smaller;
}

.discount {
	background-color: #00c853;
	border: 1px solid rgba(0, 0, 0, .25);
	border-radius: 3px;
	color: #fff;
	font-family: "Market Sans";
	font-size: .75em;
	line-height: 23px;
	opacity: .7;
	padding: 0 2px;
}

.plan.selected .discount {
	opacity: 1;
}

.timer {
	background-color: #fce4ec;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 3px;
	color: #ad1457;
	display: block;
	font-family: "Market Sans";
	font-size: .75em;
	font-size: 13px;
	padding: 0 2px;
	padding: 4px 8px;
}

.price-standard {
	background: #26c6da;
}

.price-free {
	background: #ff4081;
}

.price-off {
	background: #a0f;
}

.discount i, .timer i {
	margin-top: 2px;
}

.pswp__caption__center {
	max-width: 800px;
}

.form.photo {
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
	height: 90vw;
	min-height: 200px;
	padding: 0;
	position: relative;
}

.form.photo.generic {
	background-color: #c6c6c6;
	height: auto;
	background-size: contain;
}

.action_buttons {
	cursor: default;
	position: absolute;
	bottom: 0;
	left: 1em;
	right: 1em;
	text-align: justify;
}

.justifier {
	display: inline-block;
	width: 100%;
}

span.com_msg.noimg img {
	display: none;
}

span.com_msg.noimg img.smi {
	display: inline;
}

/* keep here */
.card {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	border-bottom-width: 2px;
	border-radius: 3px;
	overflow: hidden;
	padding: 8px 10px;
	margin: 4px 8px;
	-webkit-transition: background 300ms, margin 300ms, padding 300ms;
	transition: background 300ms, margin 300ms, padding 300ms;
}

.home_username {
	color: #546e7a;
	font-size: 20px;
	line-height: 44px;
	margin: 4px 12px;
	padding: 2px;
}

.card.home {
	border: none;
	color: #546e7a;
	cursor: default;
	display: inline-block;
	float: left;
	padding: 4px;
	-webkit-transition: none;
	transition: none;
	margin: 8px 0 0 0;
	width: 50%;
}

.ch_title {
	color: rgba(0, 0, 0, .7);
	line-height: 2.4em;
	margin-bottom: 8px;
}

.ch_title a {
	padding: 0 4px;
}

.card.photo-select {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 10em;
	line-height: 10em;
	position: relative;
	padding: 0 8px;
}

.photo-select.chaticon {
	height: 35px;
	line-height: 30px;
	margin: 4px;
}

.card.photo-select i {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.photo-icon {
	padding: 4em;
}

.roundbutton {
	box-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
	color: #fff;
	border-radius: 18px;
	display: inline-block;
	padding: 6px;
}

.profiles li {
	border: 2px solid #f6f6f6;
	display: inline-block;
	float: left;
	list-style: none;
	margin: 0;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	width: 50%;
}

.profiles li a {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	border-bottom-width: 2px;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	padding: 8px;
}

.profiles li a:hover {
	border-color: rgba(0, 0, 0, .3);
}

.profiles img.avatar {
	border-radius: 3px;
	margin: 4px auto;
}

.profiles img.flag {
	position: relative;
	top: -1px;
	vertical-align: text-bottom;
}

.card.button {
	border: none;
}

.card.message {
	padding: 4px 8px;
}

.card.message.actions {
	line-height: 3em;
}

.card.reports {
	margin: 4px 0;
}

.card.reports img {
	max-width: 100%;
}

.card.reports img.avatar {
	height: 70px;
	width: 70px;
}

.card.username {
	line-height: 30px;
	padding: 0;
}

.card.username img {
	margin-right: 8px;
}

.card.navigation {
	padding: 0;
}

.card.navigation a, .card.navigation span {
	display: block;
	padding: 8px;
}

/* Message toolbar */
.div_controls {
	background-color: #eceff1;
	background-image: linear-gradient(#fff, #eceff1);
	position: relative;
	text-align: center;
	width: 100%;
}

.div_controls .uibutton {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: inline-block;
	margin: 0 auto;
}

.div_controls .uibutton:active, .div_controls .uibutton:hover {
	background: rgba(0, 0, 0, .1);
}

li.row-a, li.row-c, .row-a td, .row-c td {
	box-shadow: inset 0px 3px 2px -2px rgba(0, 0, 0, .3);
}

li.row-b, .row-b td {
	box-shadow: inset 0px 3px 2px -2px rgba(0, 0, 0, .2);
}

div.counter {
	background: #eceff1;
	border-radius: 6px;
	color: #546e7a;
	display: inline-block;
	padding: 2px;
}

div.counter.solved {
	background: #dcedc8;
	color: #2e7d32;
}

div.counter span {
	font-size: .9em;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}

div.qcontent {
	margin-left: 48px;
}

a.qactionicon i {
	border-radius: 3px;
	float: right;
	padding: 7px;
}

div.qcomment {
	border-top: 1px solid #ccc;
	margin-top: 8px;
	padding: 8px;
	padding-bottom: 0;
}

div.qactions {
	float: left;
	width: 44px;
}

div.qactions span {
	display: block;
	font-weight: bold;
	text-align: center;
}

div.qactions span a {
	border-radius: 4px;
	display: block;
}

div.qactions span a:active, div.qactions span a:hover {
	background-color: #e9ecee;
}

a.vote-check {
	line-height: 2.4em;
}

a.vote-down.on {
	color: #f44336;
}

a.vote-up.on {
	color: #7cb342;
}

/* Helper classes */
.info, .success, .warning {
	position: relative;
	z-index: 1;
}

.info .material-icons, .success .material-icons, .warning .material-icons {
	float: right;
}

.info {
	background: #b2ebf2;
	color: #006064;
}

.success {
	background: #b9f6ca;
	color: #33691e;
}

.warning, .warning_home {
	background: #fff9c4;
	color: #e65100;
}

.warning_home:hover {
	color: #bf360c;
	background: #fff59d;
}

.newsrss {
	font-size: 90%;
}

.newsrss strong a {
	color: #999;
	font-size: smaller;
	font-weight: normal;
}

/*.newsrss img {	border:1px solid #888;	box-shadow:1px 1px 1px rgba(0,0,0,.2);	clear:right;	float:right;	margin-left:4px;	width:120px;}*/
.rotate_180 {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* Buttons */
.uibutton, .uibutton:visited {
	background: #eceff1;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 2px;
	box-shadow: inset 0 0 0 1px #fff;
	color: #37474f;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	line-height: 1em;
	overflow: visible;
	padding: 10px 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background 200ms ease;
	transition: background 200ms ease;
	vertical-align: middle;
	-webkit-appearance: none;
}

.uibutton:active, .uibutton:hover {
	background: #cfd8dc;
	color: #37474f;
}

.uibutton.app {
	background: #009688;
	color: #fff;
}

.uibutton.app:active, .uibutton.app:hover {
	background: #00897b;
}

.uibutton.icon {
	padding: 4px;
}

.uibutton .material-icons {
	line-height: inherit;
}

.uibutton:active img, .uibutton:hover img {
	background: transparent;
}

.uibutton.primary {
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
	color: #fff;
}

.uibutton.columns {
	margin: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 45%;
}

/* CSS2 */

/* CSS3 */
.uibutton[disabled], .uibutton:disabled, .uibutton[disabled]:hover, .uibutton:disabled:hover, .uibutton.primary:disabled, .uibutton.primary[disabled], .uibutton.primary:disabled:hover, .uibutton.primary[disabled]:hover {
	background: #bdbdbd;
	color: #fff;
}

/* CSS2 */

/* CSS3 */
.div_controls .uibutton[disabled], .div_controls .uibutton:disabled, .div_controls .uibutton[disabled]:hover, .div_controls .uibutton:disabled:hover, .div_controls .uibutton.primary:disabled, .div_controls .uibutton.primary[disabled], .div_controls .uibutton.primary:disabled:hover, .div_controls .uibutton.primary[disabled]:hover {
	background: transparent;
	color: #9e9e9e;
}

.uibutton.facebook {
	color: #3b5999;
}

.uibutton.google {
	color: #dd4b39;
}

.uibutton.microsoft {
	color: #0090d8;
}

.uibutton_group {
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}

.uibutton_group.pmessage {
	width: 100px;
}

.uibutton_group button.uibutton {
	border-left-width: 0;
	border-right-width: 0;
	border-radius: 0;
	box-shadow: 0 0 1px #000;
	padding: 5px;
	margin: 4px 0;
}

.uibutton_group button.uibutton:hover img {
	background: transparent;
}

.uibutton_group button.uibutton:first-child {
	border-radius: 4px 0 0 4px;
	border-left-width: 1px;
}

.uibutton_group button.uibutton:last-child {
	border-radius: 0 4px 4px 0;
	border-right-width: 1px;
}

.uibutton_group_layer {
	display: block;
	float: none;
	margin: 0;
	opacity: .5;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.uibutton_group_layer button.uibutton {
	background: #fff;
	border-color: #fff;
	border-radius: 0;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	margin: 0;
	width: 50%;
}

.uibutton_group_layer button.uibutton img {
	height: 24px;
	width: 24px;
}

.buttons {
	padding: 12px 0;
	text-align: center;
}

a.mercadopago-button, button.mercadopago-button {
	background: #f57f17;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 2px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
	color: #fff;
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Arial", "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 2.5em;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	width: 100%;
}

a.mercadopago-button:hover, button.mercadopago-button:hover {
	background: #f9a825;
	color: #fff;
}

/* Lists items */
ul {
	list-style-type: none;
}

ul.list {
	list-style-type: disc;
	margin: 8px 8px 8px 28px;
}

.list li {
	padding: 2px;
}

.labels li {
	border-radius: 4px;
	color: rgba(0, 0, 0, .5);
	display: inline-block;
	margin: 2px;
	padding: 4px 12px;
}

.labels li img, .labels li .material-icons {
	vertical-align: bottom;
}

.gallery.micro {
	overflow: auto;
	padding: 0;
	white-space: nowrap;
}

.gallery li {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 2px solid #f6f6f6;
	display: inline-block;
	float: left;
	list-style: none;
	padding-top: 50%;
	position: relative;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	width: 50%;
}

.gallery.micro li {
	width: 80px;
	height: 80px;
	padding: 0;
	float: none;
}

.gallery li a {
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.gallery li input {
	visibility: hidden;
}

.gallery li span.title {
	background: rgba(0, 0, 0, .25);
	color: #fff;
	display: block;
	font-size: .7em;
	line-height: 2em;
	padding: 0 6px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: color 200ms;
	transition: color 200ms;
}

.gallery li span.title.active {
	color: #b2ff59;
}

.gallery li span.title i {
	font-size: inherit;
	margin-left: 4px;
}

.gallery li a:hover, .gallery li a:active {
	background: rgba(255, 255, 255, .25);
	text-decoration: none;
}

.horoscopo_hoy {
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

/* Chat */
div.chatlist {
	vertical-align: top;
}

div.chatusers {
	background: #fff;
	margin: 10px;
	padding: 10px;
	vertical-align: top;
}

div.userlist {
	padding: 6px 6px 6px 10px;
	position: relative;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

div.userlist > a > i {
	margin-top: 5px;
}

div.userlist > div > i.md-green {
	position: absolute;
	left: 4px;
	top: 2px;
	font-size: 18px;
}

div.userlist > div > i.md-gold {
	position: absolute;
	bottom: 2px;
	left: 4px;
	font-size: 18px;
}

div.userlist img {
	border: 2px solid #aaa;
	box-shadow: 0px 0px 2px #aaa;
	border-radius: 17px;
	margin: 2px 8px 2px 2px;
	height: 30px;
	width: 30px;
}

div.userlist.qindex img {
	margin: 6px 12px 0px 0px;
}

div.userlist img.green {
	border: 2px solid #43a047;
	box-shadow: 0px 0px 2px #43a047;
}

div.userlist img.gold {
	border: 2px solid #ffab00;
	box-shadow: 0px 0px 2px #ffab00;
}

div.chat {
	color: #455a64;
	font-size: 90%;
	padding: 4px 8px;
}

div.card.chat.compose {
	padding: 0;
}

div.card.chat img {
	border-radius: 3px;
	max-height: 36px;
	max-width: 72px;
}

div.chat > i {
	line-height: inherit;
}

div.chat.event {
	background: #fffbdf;
	color: #b8860b;
}

div.chat.sent {
	background: #dfefff;
	background: rgba(223, 239, 255, .8);
	color: #004080;
	text-align: right;
}

div.chat.recv {
	background: #fef4d7;
	background: rgba(254, 244, 215, .8);
	color: #804000;
	text-align: left;
}

div.chatevnt a:link {
	background: none;
	color: #004080;
}

div.chatevnt a:active, div.chatevnt a:hover {
	background: #ffc20b;
}

div.chatsent span {
	color: #789;
	display: block;
	font-size: 90%;
	float: left;
	padding-right: 6px;
}

div.chatrecv span {
	color: #789;
	display: block;
	font-size: 90%;
	float: right;
	padding-left: 6px;
}

/* Messaging */
.conversation {
	background: #fafafa;
	color: #333;
	cursor: pointer;
	position: relative;
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	-webkit-transition: background 200ms;
	transition: background 200ms;
}

.conversation a {
	display: block;
}

.conversation > div {
	/*	margin:0 4px;*/
	padding: 6px 8px;
}

.cnv_avatar {
	border-radius: 23px;
	float: left;
	margin: 7px 8px 0 8px;
}

.cnv_date {
	color: #757575;
	float: right;
}

.cnv_icon {
	background-size: 18px;
	background-repeat: no-repeat;
	float: right;
	height: 18px;
	margin: 2px;
	width: 18px;
}

.cnv_badge {
	background: #0288d1;
	border-radius: 2px;
	color: #fff;
	font-size: .7em;
	line-height: 2em;
	min-width: 24px;
}

div.format {
	border: 1px solid rgba(0, 0, 0, .2);
	border-bottom-width: 2px;
	border-radius: 3px;
	overflow: hidden;
	width: 100%;
}

div.format.compose {
	margin: 12px 10px;
	width: auto;
}

div.format.reply {
	margin: 8px 0;
}

div.message {
	max-width: 100%;
	-ms-word-break: break-word;
	word-break: break-word;
}

div.message.compose {
	padding: 0;
}

div.message.compose textarea {
	margin: 0;
	padding: 6px;
}

div.message.response {
	margin: 8px 0;
	padding: 4px 8px;
}

div.message.sent {
	background: #c8e6c9;
	background-position: 0 5px;
	background-repeat: no-repeat;
	background-size: 18px;
	border-radius: 9px;
	border-top-right-radius: 0;
	text-align: right;
}

div.message.recv {
	background: #ffecb3;
	background-position: 100% 5px;
	background-repeat: no-repeat;
	background-size: 18px;
	border-radius: 9px;
	border-top-left-radius: 0;
	text-align: left;
}

div.msg_date {
	background-repeat: no-repeat;
	background-size: 18px;
	color: #757575;
	font-size: smaller;
}

div.message.sent div.msg_date {
	background-position: 0% 50%;
}

div.message.recv div.msg_date {
	background-position: 100% 50%;
}

img.img_attachment {
	border-radius: 3px;
	max-width: 100%;
	margin: 4px 0;
}

a.attachment_icon {
	background: rgba(0, 0, 0, .06);
	display: block;
	margin: 4px 0;
	padding: 8px 8px 8px 12px;
	text-align: right;
}

a.attachment_icon:hover {
	background: rgba(0, 0, 0, .1);
}

a.attachment_icon i {
	line-height: 32px;
	opacity: .5;
}

/* Messaging */
div.msg_colors {
	line-height: 0;
	padding: 4px;
	text-align: center;
}

div.msg_colors a {
	border: 2px solid #eceff1;
	border-radius: 6px;
	display: inline-block;
	height: 31px;
	width: 12.5%;
}

div.msg_colors a:hover {
	box-shadow: inset 0 0 0 2px #fff;
}

div.msg_rating img {
	padding: 4px;
}

div.msg_rating a {
	display: inline-block;
	width: 20%;
}

div.msg_rating a.current, div.msg_rating a:active, div.msg_rating a:hover {
	background: #fff9c4;
	border-radius: 3px;
}

div.msg_smilies img {
	padding: 8px 0px;
}

div.msg_smilies a {
	display: inline-block;
	width: 12.5%;
}

div.msg_images {
	overflow-x: scroll;
	white-space: nowrap;
}

div.msg_images a {
	background-color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	height: 32px;
	line-height: 30px;
	width: 32px;
	vertical-align: middle;
}

div.msg_smilies a:hover {
	background-color: #e0e0e0;
	border-radius: 3px;
}

div.msg_rating a:hover img, div.msg_smilies a:hover img {
	background-color: transparent;
}

div.gadgets {
	background: #eceff1;
	max-height: none;
}

img.account_avatar {
	border-radius: 22px;
	background: #fff;
	display: block;
	height: 45px;
	width: 45px;
}

img.avatar_36 {
	border-radius: 18px;
	height: 36px;
	width: 36px;
}

.badge {
	border-radius: 12px;
	border: 4px solid;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 4px;
	padding: 6px;
	position: relative;
	text-align: center;
	-webkit-transition: color 300ms ease;
	transition: color 300ms ease;
}

.badge .material-icons {
	color: #fff;
	text-shadow: 0px 0 2px rgba(0, 0, 0, .3);
}

.badge.gold {
	background: #fccd4d;
	background: linear-gradient(135deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fceabb", endColorstr="#fbdf93", GradientType=1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fceabb", endColorstr="#fbdf93", GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	border-color: #fccd4d;
}

.badge.silver {
	background: #c19e67;
	background: linear-gradient(135deg, #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%);
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3e2c7", endColorstr="#e9d4b3", GradientType=1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3e2c7", endColorstr="#e9d4b3", GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	border-color: #c19e67;
}

.badge.gold:active, .badge.gold:hover {
	color: #fceabb;
}

.badge.silver:active, .badge.silver:hover {
	color: #f2f6f8;
}

.level-bar {
	border-radius: 12px;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
	display: block;
	font-family: "Market Sans";
	font-size: .75em;
	line-height: 24px;
	margin: 4px;
	text-align: center;
}

.level-bar span {
	background: #fff;
	background: rgba(255, 255, 255, .9);
	border-radius: 10px;
	line-height: 20px;
	margin: 2px 2px 0 0;
	padding: 0 8px;
}

.level-bar .material-icons {
	line-height: 24px;
}

.level-bar, .level-bar a {
	color: #fff;
	color: rgba(255, 255, 255, .9);
	display: block;
}

.security {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 4px;
}

ul.colorpicker {
	margin: 4px 0;
}

ul.colorpicker li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 16%;
}

ul.colorpicker li a {
	border-radius: 3px;
	color: #fff;
	display: block;
	line-height: 3em;
	margin: 2px;
	text-align: center;
}

/* material-icons.css */
@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	src: url("/common/fonts/MaterialIcons-Regular.eot");
	src: url("/common/fonts/MaterialIcons-Regular.woff2") format("woff2"), url("/common/fonts/MaterialIcons-Regular.woff") format("woff"), url("/common/fonts/MaterialIcons-Regular.ttf") format("truetype");
}

.material-icons {
	font-family: "Material Icons";
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1em;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	vertical-align: middle;
	text-rendering: optimizeLegibility;
}

/* Rules for sizing the icon. */
.material-icons.md-14 {
	font-size: 14px;
}

.material-icons.md-18 {
	font-size: 18px;
}

.material-icons.md-24 {
	font-size: 24px;
}

.material-icons.md-36 {
	font-size: 36px;
}

.material-icons.md-33 {
	font-size: 33px;
}

.material-icons.md-48 {
	font-size: 48px;
}

.material-icons.md-64 {
	font-size: 64px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
	color: rgba(0, 0, 0, .54);
}

.material-icons.md-dark.md-inactive {
	color: rgba(0, 0, 0, .26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
	color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
	color: rgba(255, 255, 255, .3);
}

.material-icons.md-textbottom {
	vertical-align: text-bottom;
}

.material-icons.md-male {
	color: #0093d9;
}

.material-icons.md-female {
	color: #e91e63;
}

.material-icons.md-gold {
	color: #ffab00;
}

.material-icons.md-white {
	color: #fff;
}

.material-icons.ranking {
	cursor: default;
	float: right;
}

.tables .material-icons.md-18 {
	line-height: inherit;
}

.md-chatwap {
	color: rgba(0, 0, 0, .26);
	margin-left: 8px;
	margin-top: 2px;
}

.md-gray {
	color: #90a4ae;
}

.md-green {
	color: #64dd17;
}

.md-inherit {
	line-height: inherit;
}

.md-red {
	color: #d50000;
}

.md-yellow {
	color: #ffb300;
}

.md-round {
	background: #fff;
	border-radius: 12px;
	color: #37474f;
	padding: 4px;
}

.md-ssl {
	cursor: default;
	vertical-align: text-bottom;
}

/* Toasts */
#toast {
	box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	overflow: hidden;
	z-index: 300;
}

#toast > div {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 15px;
	font-weight: bold;
	opacity: 0;
	padding: 12px 16px;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
}

#toast > div:hover, #toast > div.active {
	background-color: rgba(255, 255, 255, .15);
}

#toast.t_success {
	background-color: #00c853;
}

#toast.t_warning {
	background-color: #ff6d00;
}

#toast.t_warning a {
	color: #ffe57f;
}

#toast i {
	float: right;
}

#blanket {
	background: #000;
	display: none;
	opacity: .5;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 101;
}

/* Tags */
.tag {
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: .9em;
	padding: 0 8px;
}

/* Dialogs */
.dialog {
	/* layout */
	display: none;
	position: fixed;
	top: 12%;
	bottom: 4%;
	left: 4%;
	right: 4%;
	z-index: 201;
	box-shadow: 0 0 4px #000;
	background-color: #fff;
	padding: 8px;
	border: 4px solid #ddd;
	border-radius: 4px;
}

.dialog.compact {
	top: 25%;
	bottom: 25%;
}

.dialog.loading {
	background-image: url("/iconos/gears.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.dialog .wrapper {
	background-size: cover;
	background-position: 50% 50%;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overscroll-behavior: none;
	-webkit-overscroll-behavior: none;
	-ms-scroll-chaining: none;
}

.dialog .buttons {
	background: rgba(255, 255, 255, .6);
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.dialog .buttons .uibutton {
	margin: 4px;
}

.dialog.croppie-dialog {
	background-color: #999;
}

.dialog.croppie-dialog .wrapper {
	overflow: hidden;
}

.dialog .toolbar {
	padding: .8em;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
}

.dialog .toolbar .uibutton {
	margin: 0;
}

.dialog .close {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
}

.dialog .tip {
	color: #fff;
	opacity: .75;
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
}

.tabicons {
	font-size: 0;
	margin: 8px auto;
	white-space: nowrap;
}

.tabicons li {
	display: inline-block;
}

.tabicons a {
	background: #eceff1;
	display: block;
	font-family: "Market Sans";
	font-size: 12px;
	padding: 4px;
}

.tabicons a i {
	margin: 4px;
}

.tabicons.double li {
	width: 50%;
}

.tabicons.triple li {
	width: 33%;
}

.tabicons li:first-child a {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.tabicons li:last-child a {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

/* Global classes */
.bg-gold {
	background: #ffecb3;
	background-image: linear-gradient(#ffecb3, #ffd54f);
}

.bg-gold a {
	color: #e65100;
}

.block {
	display: block;
}

.bottom {
	vertical-align: bottom;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.dark {
	color: rgba(0, 0, 0, .5);
}

.err {
	color: #e53935;
	display: block;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
}

.filter {
	display: inline-block;
	width: 95%;
}

.filter select, .filter input[type="text"] {
	margin-left: 8px;
	max-width: 200px;
	width: 80%;
}

.large {
	width: 100%;
}

.location {
	color: #546e7a;
}

.margin_h0 {
	margin-left: 0;
	margin-right: 0;
}

.margin_0 {
	margin: 0;
}

.margin_4 {
	margin: 4px;
}

.margin_8 {
	margin: 8px;
}

.margin_10 {
	margin: 10px;
}

.margin_12 {
	margin: 12px;
}

.margin_b {
	margin-bottom: 12px;
}

.margin_d {
	margin: 8px;
}

.margin_h {
	margin-left: 8px;
	margin-right: 8px;
}

.margin_l {
	margin-left: 12px;
}

.margin_r {
	margin-right: 12px;
}

.margin_t {
	margin-top: 12px;
}

.margin_t8 {
	margin-top: 8px;
}

.margin_v {
	margin-top: 8px;
	margin-bottom: 8px;
}

.medium {
	min-width: 180px;
	width: 80%;
}

.nowrap {
	white-space: nowrap;
}

.green {
	color: #43a047;
}

.padded {
	padding: 12px;
}

.padded_h {
	padding: 0 8px;
}

.padding_v {
	padding: 8px 0;
}

.padding_2 {
	padding: 2px;
}

.padding_4 {
	padding: 4px;
}

.padding_8 {
	padding: 8px;
}

.padding_12 {
	padding: 12px;
}

.red {
	color: #e53935;
}

.round {
	border-radius: 3px;
	overflow: hidden;
}

.size_15 {
	font-size: 1.5em;
}

.scroll {
	overflow-x: auto;
	white-space: nowrap;
}

.trim {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.uppercase {
	text-transform: uppercase;
}

.w20 {
	min-width: 20%;
}

.w30 {
	min-width: 30%;
}

.w40 {
	min-width: 40%;
}

.w50 {
	min-width: 50%;
}

.w60 {
	min-width: 60%;
}

.w70 {
	width: 70%;
}

.w80 {
	width: 80%;
}

.w95 {
	min-width: 95%;
}

.w480 {
	border-radius: 3px;
	max-width: 480px;
	margin: 12px;
}

.recaptcha {
	max-width: 302px;
	width: 100%;
}

.row-a {
	background: #fafafa;
}

.row-b {
	background: #eaeaea;
}

.comments {
	overflow: hidden;
}

.comment {
	-webkit-transition: background 200ms;
	transition: background 200ms;
}

.row-c, .card.gold, .comment.gold {
	background: #e1f5fe;
}

.row-a:hover, .row-b:hover, .row-c:hover, .comment:hover, .comment.gold:hover {
	background-color: #fafafa;
}

.com_nfo {
	color: #757575;
	font-size: 90%;
}

.com_nfo a {
	color: #757575;
}

.semitransparent {
	color: #fff;
	opacity: .6;
}

.stores img {
	display: inline-block;
	height: 48px;
	margin: 2px auto;
	opacity: .8;
}

/* Autofit to viewport size */
@media (max-width: 319px) {
	body {
		font-size: 90%;
	}
	
	header .material-icons {
		font-size: 28px;
	}
	
	header span {
		font-size: 9px;
		right: 0;
	}
	
	div.cnv_badge {
		margin-top: 2px;
	}
	
	#rc-imageselect, .g-recaptcha {
		-ms-transform: scale(.77);
		-webkit-transform: scale(.77);
		transform: scale(.77);
		-ms-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		max-width: 232px;
	}
	
	.g-recaptcha {
		max-height: 64px;
	}
	
	.dialog {
		top: 4%;
		bottom: 4%;
		left: 4%;
		right: 4%;
	}
	
	.flatbutton a {
		padding: 0 4px;
	}
	
	.margin_8 {
		margin: 4px;
	}
	
	.margin_12 {
		margin: 6px;
	}
	
	.plan.item {
		font-size: small;
	}
	
	.uibutton.w70 {
		width: 95%;
	}
}

@media (min-width: 320px) {
	.roundbutton {
		border: 4px solid rgba(255, 255, 255, .2);
		box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
		border-radius: 24px;
		padding: 8px;
	}
	
	.gallery li {
		padding-top: 33.3%;
		width: 33.3%;
	}
	
	.card.home .md-18 {
		font-size: 20px;
	}
}

@media (min-width: 380px) {
	.access div {
		display: inline-block;
		margin: 0 4px 0 8px;
		position: relative;
		top: 2px;
	}
	
	div.msg_smilies a {
		width: 10%;
	}
	
	.form {
		background: #fff;
		border-radius: 3px;
		margin: 12px;
	}
	
	.margin_d {
		margin: 12px;
	}
	
	.card.home {
		padding: 8px;
	}
	
	.card.home .md-18 {
		font-size: 24px;
		margin: 0 2px;
	}
	
	.shadow {
		border: 1px solid rgba(0, 0, 0, .2);
		border-bottom-width: 2px;
	}
}

@media (min-width: 520px) {
	.form.w480 {
		margin-left: auto;
		margin-right: auto;
	}
	
	.navigation {
		margin: 12px;
	}
	
	.form .navigation {
		margin-left: 0;
		margin-right: 0;
	}
	
	.roundbutton {
		border-radius: 30px;
	}
	
	.roundbutton > .material-icons {
		font-size: 36px;
	}
	
	.profiles li {
		width: 33%;
	}
	
	.card.home {
		font-family: inherit;
	}
}

@media (min-width: 640px) {
	.form.photo {
		background-size: contain;
		max-height: 600px;
	}
	
	.filter {
		width: 48%;
	}
	
	div.chatlist {
		display: inline-block;
		width: 73%;
	}
	
	div.chatusers {
		display: inline-block;
		margin: 12px 0;
		width: 25%;
	}
	
	.dialog {
		margin: 0 auto;
		max-width: 580px;
	}
	
	.gallery li {
		padding-top: 25%;
		width: 25%;
	}
	
	.profiles li {
		width: 25%;
	}
}

@media (min-width: 720px) {
	#main .cnv_panel, #main.cnv_active .cnv_panel {
		display: inline-block;
		width: 30%;
	}
	
	.msg_panel {
		display: inline-block;
		width: 70%;
	}
	
	.gallery li {
		padding-top: 16.6%;
		width: 16.6%;
	}
	
	.flatbutton.bg50.halfling {
		display: inline-block;
		margin-left: 8px;
		margin-right: 8px;
		width: 44%;
	}
}

@media (min-width: 1080px) {
	#content {
		margin-left: 200px;
		margin-right: 200px;
	}
	
	.sidebar {
		background: #272828;
		display: block;
		padding-top: 50px;
		position: fixed;
	}
	
	#header_menu {
		display: none;
	}
	
	#toast {
		border-radius: 2px;
		bottom: 24px;
		margin: 0 auto;
		max-width: 568px;
	}
	
	header a.mainlogo {
		display: block;
	}
	
	div.msg_smilies a {
		width: 5%;
	}
	
	.form, .margin_d, fieldset.form {
		margin: 16px;
	}
}

@media (min-width: 1212px) {
	body {
		background: #323232 url("bg_2020.png") repeat 50% 0%;
		background-attachment: fixed;
	}
	
	.sidebar {
		padding-top: 0;
		position: absolute;
	}
}

.blink {
	-webkit-animation: blinker 1s linear infinite;
	animation: blinker 1s linear infinite;
}

@-webkit-keyframes blinker {
	50% {
		opacity: 0;
	}
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

/* Windy API */
#windy #menu-settings, #windy #layers-levels, #windy #accumulations, #windy #progress-bar, #windy #embed-zoom {
	display: none !important;
}

#windy #logo-wrapper {
	top: initial;
	bottom: 40px;
}

#windy #logo-wrapper #logo {
	left: 50px;
}

#windy a:hover {
	text-decoration: none;
}

/* FF input range */
input[type="range"]::-moz-range-track {
	height: 19px;
	background: #ffd180;
	border: none;
}

input[type="range"]::-moz-range-thumb {
	border: none;
	height: 21px;
	width: 21px;
	border-radius: 50%;
	background: #e65100;
}

/* Boostrap 4 CSS */
.alert {
	position: relative;
	padding: .75em 1.25em;
	margin-bottom: 1em;
	border: 1px solid transparent;
	border-radius: .25em;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: .75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-primary hr {
	border-top-color: #9fcdff;
}

.alert-primary .alert-link {
	color: #002752;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-secondary hr {
	border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
	color: #202326;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-success hr {
	border-top-color: #b1dfbb;
}

.alert-success .alert-link {
	color: #0b2e13;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info hr {
	border-top-color: #abdde5;
}

.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-warning hr {
	border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
	color: #533f03;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-danger hr {
	border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
	color: #491217;
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light hr {
	border-top-color: #ececf6;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.alert-dark hr {
	border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
	color: #040505;
}

/* Global margin classes */
.m0 {
	margin: 0;
}

.mt0 {
	margin-top: 0;
}

.mr0 {
	margin-right: 0;
}

.mb0 {
	margin-bottom: 0;
}

.ml0 {
	margin-left: 0;
}

.mx0 {
	margin-left: 0;
	margin-right: 0;
}

.my0 {
	margin-top: 0;
	margin-bottom: 0;
}

.m1 {
	margin: 4px;
}

.mt1 {
	margin-top: 4px;
}

.mr1 {
	margin-right: 4px;
}

.mb1 {
	margin-bottom: 4px;
}

.ml1 {
	margin-left: 4px;
}

.mx1 {
	margin-left: 4px;
	margin-right: 4px;
}

.my1 {
	margin-top: 4px;
	margin-bottom: 4px;
}

.m2 {
	margin: 8px;
}

.mt2 {
	margin-top: 8px;
}

.mr2 {
	margin-right: 8px;
}

.mb2 {
	margin-bottom: 8px;
}

.ml2 {
	margin-left: 8px;
}

.mx2 {
	margin-left: 8px;
	margin-right: 8px;
}

.my2 {
	margin-top: 8px;
	margin-bottom: 8px;
}

.m3 {
	margin: 12px;
}

.mt3 {
	margin-top: 12px;
}

.mr3 {
	margin-right: 12px;
}

.mb3 {
	margin-bottom: 12px;
}

.mb4 {
	margin-bottom: 18px;
}

.ml3 {
	margin-left: 12px;
}

.mx3 {
	margin-left: 12px;
	margin-right: 12px;
}

.my3 {
	margin-top: 12px;
	margin-bottom: 12px;
}

.mxn1 {
	margin-left: -4px;
	margin-right: -4px;
}

.mxn2 {
	margin-left: -8px;
	margin-right: -8px;
}

.mxn3 {
	margin-left: -12px;
	margin-right: -12px;
}

.ml-auto {
	margin-left: auto;
}

.mr-auto {
	margin-right: auto;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

/* Spinnner */
.loader {
	-webkit-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
	border: 5px solid rgba(0, 0, 0, .15);
	border-bottom-color: #999;
	box-sizing: border-box;
	border-radius: 50%;
	display: inline-block;
	width: 48px;
	height: 48px;
	margin: 0 auto;
}

@-webkit-keyframes rotation {
	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 rotation {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
