.debug-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
}

.debug-overlay IMG {
	width: 1920px;
}

A {
	text-decoration: none;
	color: #bc0000;
}

.max-width {
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
    position: relative;
}

.top-area .wrap {
	position: relative;
}

/* http://linux/ */
.top-area .menu li a {
    display: block;
    height: 100%;
    padding-bottom: 7px;
}

/* stylesheet.css (24, 21) */
.top-area .menu li {
    display: inline-block;
    width: 140px;
    text-align: right;
    font-size: 18px;
    vertical-align: top;
}

/* http://linux/ */
.top-area .logo .logotext {
    vertical-align: middle;
    display: inline-block;
    font-size: 28px;
}

/* http://linux/ */
.top-area .logo img {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

/* http://linux/ */
.top-area .menu li .fas {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

/* http://linux/ */
.top-area > div {
    height: 100%;
}

/* http://linux/ */
.top-area .menu li:hover {
    border-bottom: 2px solid #bc0000;
}

/* stylesheet.css (1, 7) */
body {
    font-family: Open Sans;
    margin: 0px;
    color: #666666;
    position: relative;
    min-height: 100vh;
}

/* stylesheet.css (7, 7) */
.top-area {
		background-color: #434955;
		color: #FFFFFF;
		position: relative;
		padding: 15px 32px;
		font-size: 18px;
}

/* stylesheet.css (13, 13) */
.top-area .logo {
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
}

/* stylesheet.css (19, 13) */
.top-area .menu {
    position: absolute;
    right: 0px;
    margin: 7px 0px 0px 0px;
    padding: 0px;
    top: 0px;
}

.content .search-bar {
	background-color: #434955;
	color: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	margin: 0px 0px 5px 0px;
	font-size: 22px;
	padding: 0px 31px 20px 31px;
}

.content .search-bar.light {
	background-color: #eeeff0;
	color: #444;
	border-bottom: 0px none;
	margin: 0px 0px 5px 0px;
	padding: 30px 31px 0px 31px;
}

.content .search-bar.light > * {
	display: inline-block;
}

.content .search-bar .detail-url {
	margin-left: 30px;
	font-size: 19px;
	font-weight: 700;
	color: #666;
}

.content .search-bar .filter {
	margin-right: 30px;
}

.content .search-bar .filter > * {
	display: inline-block;
}

.content .search-bar .right {
	position:absolute;
	right: 30px;
	top: 25px;
}
.content .search-bar .right > * {
	display: inline-block;
}

.content .search-bar .score {
	background-color: #CCC;
	padding: 8px 21px;
	border-radius: 10px;
	font-size: 36px;
	font-weight: 700;
	color: #FFF;
}

.content .search-bar .score .pc {
	font-size: 21px;
}

.content .search-bar select {
	width: auto;
}

.content .search-bar button[type=submit] {
    width: auto;
    border-radius: 30px;
    height: 60px;
    margin-left: 1.7%;
    vertical-align: top;
	font-size: inherit;
	font-weight: 600;
	border: 0px none;
	color: #FFF;
}

.content .search-bar input {
	height: 60px;
	width: 63%;
	vertical-align: top;
	border-radius: 10px;
	font-size: inherit;
	font-weight: 600;
	padding-left: 118px;
	background-color: #FFF;
}

.content .search-bar .search-overlay {
	position: absolute;
	z-index: 1;
	color: #000;
	padding: 10px 0 0 72px;
	font-size: 28px;
}


/* http://linux/ */
.content {
    min-height: 80vh;
    padding-bottom: 100px;
    position:  relative;
    box-sizing: border-box;
    background-color: #eeeff0;
}

.content .grid {
    padding-left: 500px;
    padding-top: 20px;
}

/* http://linux/ */
.top-banner {
    height: 150px;
    background-color: #eeeeee;
    margin: 20px auto;
}


/* http://linux/ */
.footer .menu li {
    display: inline;
    margin: 0px 15px;
}

/* http://linux/ */
.footer .menu li .fas {
    margin-right: 5px;
}

.footer {
	position: absolute;
	bottom: 0px;
	background-color: #434955;
	color: #FFFFFF;
	border-top: 1px solid #DDDDDD;
	/* position: relative; */
	/* margin-top: 40px; */
	text-align:center;
	left: 0px;
	right: 0px;
}

/* http://linux/ */
.footer .menu {
    margin: 0px 0px 0px 0px;
    padding: 10px;
}

/* http://linux/ */
.footer .disclaimer {
    font-size: 12px;
    text-align: center;
}

/* stylesheet.css (121, 19) */
.footer .menu li {
    display: inline;
    margin: 0px 15px;
    font-size: 14px;
}

.table-12 {
	
}

.table-12 .cell-1,
.table-12 .cell-2,
.table-12 .cell-3,
.table-12 .cell-4,
.table-12 .cell-5,
.table-12 .cell-6,
.table-12 .cell-7,
.table-12 .cell-8
{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.table-12 .cell-1 {
	width: 8.33%
}

.table-12 .cell-2 {
	width: 16.66%
}

.table-12 .cell-3 {
	width: 25.00%
}

.table-12 .cell-4 {
	width: 33.33%
}

.table-12 .cell-5 {
	width: 41.66%
}

.table-12 .cell-6 {
	width: 50%
}

.table-12 .cell-7 {
	width: 58.33%
}

.table-12 .cell-8 {
	width: 66.66%
}

.table-12 .cell-9 {
	width: 75.00%
}

.table-12 > .center {
  margin: 0 auto;
  display: block;
}

/* http://linux/ */
.front .search {
    border-bottom: 2px solid #444444;
}

/* http://linux/ */
.front .left {
    padding-right: 5%;
    box-sizing: border-box;
}

/* stylesheet.css (189, 29) */
.front .search #searchText {
    border: 0px none;
    font-family: inherit;
    font-size: 28px;
    width: 90%;
    font-weight: lighter;
}


@media all and (max-width: 896px) {
	.top-area .logo .logotext {
		display: none;
	}
}


/* http://linux/ */
button {
    cursor: pointer;
}

/* stylesheet.css (267, 31) */
.front .search #searchButton {
    background-color: transparent;
    border: 0px none;
    font-family: inherit;
    font-size: 28px;
    color: inherit;
    position: absolute;
    right: 10px;
    bottom: 0px;
    width: auto;
    padding: 5px;
}

/* stylesheet.css (336, 17) */
.front .search {
    border-bottom: 1px solid #999966;
    padding: 0px;
    position: relative;
    margin: 0px 0px 30px 0px;
    border-radius: 3px;
}

/* stylesheet.css (344, 29) */
.front .search #searchText {
    border: 0px none;
    font-family: inherit;
    font-size: 28px;
    width: 100%;
    font-weight: 100;
    padding: 5px 30px 5px 10px;
}

h2 {
    margin: 0px 0px 20px 0px;
    font-weight: normal;
}

hr {
    margin: 25px 0px !important;
    height: 1px;
    border: 0px none;
    background-color: #cccccc;
}

form label {
    margin: 6px 0px;
    display: block;
}

.gray {
	background-color: #EEEEEE;
}

.bordered {
	border: 1px solid #DDDDDD;
	margin: 16px 0px;
}


/* http://linux/ */
.sections .icon {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 1%;
    box-sizing: border-box;
}


/* http://linux/ */
.section .icon .text {
    text-align: center;
    display: block;
}

/* http://linux/ */
.sections .icon .text {
    display: block;
    text-align: center;
}

/* stylesheet.css (246, 23) */
.sections .icon .fas {
    font-size: 64px;
    display: block;
    margin: 0 auto;
    width: 64px;
    color: #bc0000;
    margin-bottom: 5px;
}

/* stylesheet.css (303, 18) */
.sections .icon {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    box-sizing: border-box;
}

/* stylesheet.css (311, 20) */
.sections .icon a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10%;
    box-sizing: border-box;
}

.top-area a {
    color: inherit;
    text-decoration: none;
}

.form {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.form > * {
	margin: 16px 0px;
}

.spaced {
	margin: 16px 0px;
}

.padded {
	padding: 20px;
}

.spaced-v {
	margin: 20px 0px;
}

/* http://linux/ads/edit/5 */
.form .field .radio label {
    display: inline-block;
    margin: 0px 0px 0px 10px;
    vertical-align: middle;
    position: static;
}

.form .field .radio input {
    vertical-align: middle;
}

.form .field .radio label input {
	vertical-align: baseline;
}

.form .field.big i.fas {
	font-size: 24px;
}

.form .field.big {
	font-size: 16px;
	font-weight: bold;
}

.field label i.fas {
	margin-right: 4px;
}

.form .field :nth-of-type(n+2).radio {
    margin: 10px 0px 0px 0px;
}

input[type=text], input[type=number], input[type=password], input[type=submit], button, textarea, select {
    padding: 4px;
    font-family: inherit;
    font-size: inherit;
    width: 100%;
    margin: 0px;
    box-sizing: border-box;
    border-radius: 10px;
    display: inline-block;
	border: 0px none;
    border-bottom: 1px solid #999966;
}

input[type=text].auto,
input[type=password].auto,
input[type=submit].auto,
button.auto,
textarea.auto,
select.auto
{
	width: auto;
}

input[type=number]
{
	width: 50%;
}

input.narrow {
	width: 80px;
}

.login.form {
	max-width: 300px;
	padding-top: 40px;
}

.login.form .field {
	display: block;
	margin: 4px 0px;
}

button
{
	border: 1px solid #CCC;
	border-radius: 8px;
	background-color: #FFF;
	color: #000;
	width: auto;
	font-size: 21px;
	font-weight: 600;
	padding: 0px 26px;
	height: 54px;
	position: relative;
	appearance: none;
}

button.back {
	padding-left: 38px;
}

button.back:before {
	content: "";
	position: absolute;
	top: 16px;
	left: 15px;
	font-family: "Font Awesome 6 Free";
}

input[type=submit],
button[type=submit] {
	background-color: #2d77f2;
	color: #FFF;
}

.position {
	position: absolute;
}

.top {
	top: 20px;
}

.right {
	right: 20px;
}

.biglink {
	margin: 20px;
	font-size: 20px;
}

/* http://linux/ads/new */
.form.list li {
    padding: 10px 0px;
}

.form.list.col-2 li {
	width: 50%;
	display:inline-block;
	vertical-align: top;
}

.inline {
    display: inline-block;
    margin: 0px;
}

/* http://linux/ads/new */
.form.list li * {
    vertical-align: middle;
}

.form.list .fas {
    font-size: 32px;
    margin-right: 2%;
    width: 45px;
}

/* http://linux/ads/new/market */
.form.singlecolumn {
    margin: 0px 25%;
}

.form.singlecolumn li {
    position: relative;
    min-height: 1em;
}

.form.singlecolumn li > label {
    right: 100%;
    position: absolute;
    margin: 5px 20px 0px 0px;
    width: 30%;
    text-align: right;
}

.hidden {
	display: none;
}

/* http://linux/ads/edit/5 */
.files .edit-file .image {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

/* http://linux/ads/edit/5 */
.files .edit-file .info {
    width: 72%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
}

/* http://linux/ads/edit/5 */
.files .actions {
    text-align: right;
}

/* todo */
.files .actions .rotate {
    display: none;
}

/* http://linux/ads/edit/5 */
.files .actions a {
    cursor: pointer;
    margin-left: 15px;
}

/* http://linux/ads/edit/5 */
.files :nth-of-type(1).edit-file .actions .moveup {
    display: none;
}

/* http://linux/ads/new */
.ads.list .image-placeholder {
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #efcccc;
}

/* http://linux/ads/new */
.ads.list .image {
    width: 19%;
    margin-right: 2%;
}

.ads.list .image img {
    width: 100%;
}


/* http://linux/ads/new */
.ads.list .info h3 {
    margin: 5px 0px 0px 0px;
}

/* http://linux/ads/new */
.ads.list .info {
    width: 50%;
}

/* http://linux/ads/new */
.ads.list .status {
    width: 28%;
}

/* http://linux/ads/new */
.ads.list li {
    border-top: 1px solid #cccccc;
}

/* http://linux/ads/new */
.ads.list {
    max-width: 700px;
    margin: 0 auto;
}

/* stylesheet.css (569, 36) */
.ads.list .image-placeholder .far {
    margin: 0px;
    width: 50%;
    font-size: 48px;
}

/* http://linux/ads/finish/5 */
.bottomlinks {
    text-align: center;
}

/* http://linux/ads/finish/5 */
.bottomlinks a {
    margin: 0px 20px;
}

/* http://linux/ */
.ad.tile {
    width: 98%;
    height: 324px;
    margin: 1%;
    overflow: hidden;
    position: relative;
}

/* http://linux/ */
.ad.tile img {
    max-width: 100%;
    max-height: 100%;
}

/* http://linux/ */
.ad.tile .info {
    position: absolute;
    bottom: 1%;
    left: 1%;
    z-index: 1;
    background-color: rgba(128, 128, 128, 0.5);
    color: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 10px;
    min-height: 50px;
}

.ad.tile .title {
	margin: 0px 0px 0px 50px;
	font-size: 18px;
}

.ad.tile .price {
    margin: 0px 0px 0px 50px;
    font-size: 18px;
}


/* http://linux/ */
.ad.tile .section {
    position: absolute;
}

/* http://linux/ */
.ad.tile .place {
    margin-left: 50px;
    font-size: 75%;
}

/* http://linux/ */
.ad.tile .section .fas {
    font-size: 30px;
}

/* http://linux/ads/view/5 */
.ad {
    margin: 40px 0px;
}

/* http://linux/ads/view/5 */
.ad .user .user-info {
    display: inline-block;
    margin-left: 10px;
}

/* http://linux/ads/view/5 */
.ad .user .user-image {
    display: inline-block;
}

.ad .user .user-image .far {
    font-size: 40px;
}

.ad .user-phone {
    margin: 10px 0px;
}



/* http://linux/ads/view/5 */
.ad .cell-4 {
    padding-left: 30px;
}

/* http://linux/ads/view/5 */
.ad .image img {
    width: 100%;
}

/* stylesheet.css (680, 12) */
.ad .user {
    background-color: #ffe585;
    padding: 10px;
    border-radius: 3px;
    color: #bc0000;
}


/* http://linux/ads/view/5 */
.ad h1 {
    font-weight: normal;
    margin: 10px 0px;
}

/* http://linux/ads/view/5 */
.ad .saleType {
    font-size: 16px;
    margin: 0px;
}

/* stylesheet.css (721, 13) */
.ad .price {
    margin: 0px 0px 10px 0px;
    font-weight: 600;
    font-size: 40px;
}

/* http://linux/ads/view/5 */
.ad .user .user-since {
    font-size: 80%;
}

/* http://linux/ads/browse/car */
.browse .header {
    margin: 20px 0px;
    border-bottom: 1px solid #888888;
    padding-bottom: 5px;
}

/* http://linux/ads/browse/car */
.browse .header .breadcrumbs {
    width: 49%;
    display: inline-block;
}

/* http://linux/ads/browse/car */
.browse .header .stats {
    width: 49%;
    display: inline-block;
    text-align: right;
}

/********************************************/

.box {
    border: 3px solid #888888;
    border-radius: 8px;
    width: 256px;
    display: inline-block;
    margin: 20px;
    position: relative;
}

.box .inner {
	border-radius: 5px;
	overflow: hidden;
}

.box img {
    width: 100%;
    display: block;
}

.box .score {
    width: auto;
    height: auto;
    position: absolute;
    top: -12px;
    left: -12px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 700;
    padding: 4px 8px;
    color: #FFF;
    background-color: #AAA;
}

.box .score .pc {
	font-size: 16px;
	font-weight: normal;
	margin-left: 2px;
}

.box .label {
	padding: 8px;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	min-height:  35px;
}

.box.color_2 {
    border-color: #ff3d00;
}

.box.color_2 .score {
    background-color: #ff3d00;
}

.box.color_2 .label {
    background-color: #ffddd2;
}

.score.color_2 {
    background-color: #ff3d00;
    color: #FFF;
}

.box.color_1 {
    border-color: #ffc700;
}

.box.color_1 .score {
    background-color: #ffc700;
	color: #000;
}

.box.color_1 .label {
    background-color: #ffedbd;
}

.score.color_1 {
  background-color: #ffc700;
	color: #000;
}

.box.color_0 {
    border-color: #00a96c;
}

.box.color_0 .score {
    background-color: #00a96c;
}

.box.color_0 .label {
    background-color: #cfece3;
}

.score.color_0 {
    background-color: #00a96c;
    color: #FFF;
}

.toolbox {
    border: 2px solid #CCC;
    color: #000;
    width: 440px;
    /* margin: 31px; */
    border-radius: 10px;
    padding: 24px 30px;
    position: absolute;
    left: 32px;
    top: 110px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.05);
    background-color: #FFF;
}

.toolbox .menu {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.toolbox .menu li {
	display: inline-block;
	font-size: 21px;
	font-weight: 600;
	border-bottom: 2px solid #DDD;
	padding: 0px 17px 15px 17px;
	text-align: center;
}

.toolbox .menu li.active {
	color: #2d77f2;
	border-bottom: 2px solid #2d77f2;
}

.toolbox .menu li a {
	color: inherit;
}

div {
    box-sizing: border-box;
}

.toolbox .filter {
	position: relative;
	margin-top: 30px;
	color: #000;
}

.toolbox .audience-select {
	background: #EEE;
	border:1px solid #CCC;
	font-size: 21px;
	font-weight: 600;
	padding: 20px 60px 20px 20px;
	position: relative;
	appearance: none;
}

.toolbox .filter:before {
	content: "";
	position: absolute;
	top: 20px;
	right: 20px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	z-index: 1;
}

.toolbox .filter .select-label {
	position: absolute;
	top: 4px;
	left: 24px;
	z-index: 1;
	font-size: 14px;
	pointer-events: none;
}

.toolbox .total-score {
	position: relative;
	text-align: center;
}

.toolbox .total-score .gauge {
	display: inline-block;
	width: 270px;
	margin: 40px 40px 0px 50px;
}


.toolbox .total-score.color_0 .gauge .progress {
	stroke: #00a96c;
}

.toolbox .total-score.color_1 .gauge .progress {
	stroke: #ffc700;
}

.toolbox .total-score.color_2 .gauge .progress {
	stroke: #ff3d00;
}

.toolbox .total-score .gauge .background {
	stroke: #CCC;
}

.toolbox .total-score .score {
	position: absolute;
	width: 100%;
	font-size: 54px;
	font-weight: 700;
	top: 110px;
}

.toolbox .total-score .score .pc {
	font-size: 24px;
	margin-left: 5px;
}

.toolbox .total-score .label {
	position: absolute;
	width: 100%;
	top: 190px;
	font-size: 22px;
	font-weight: 600;
}

.toolbox .total-score .info {
	margin: -20px 0px 62px 0px;
	font-size: 21px;
	font-weight: 600;
	padding-left: 48px;
	text-align: left;
}

.toolbox .score-stats label {
	font-size: 18px;
	margin-top: 21px;
	color: #444;
	display: block;
}

.toolbox .score-stats .value {
	font-size: 20px;
	margin-top: 6px;
	font-weight: 700;
}

.toolbox .buttons {
    margin-top: 32px;
}

.toolbox .buttons button {
	border: 1px solid #CCC;
	border-radius: 8px;
	background-color: #FFF;
	color: #000;
	width: auto;
	font-size: 21px;
	font-weight: 600;
	padding: 0px 26px;
	height: 54px;
	position: relative;
}

.toolbox .buttons button.blue {
	border-color: transparent;
	outline: 3px solid #2d77f2;
	color: #2d77f2;
	margin-right: 10px;
	padding: 0px 53px 0px 26px;
}

.toolbox .buttons button.blue:before {
	content: "";
	position: absolute;
	right: 15px;
	font-family: "Font Awesome 6 Free";
}

.viewbox {
	position: absolute;
	right: 30px;
	top: 110px;
}

.viewbox .zoom {
	display: inline-block;
	width: 120px;
	position: relative;
	margin-right: 20px;
}

.viewbox .zoom .bar {
	border-bottom: 2px solid #999;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 27px;
}

.viewbox .zoom .level {
	position: relative;
	left: 100%;
	margin: 0px 0px 0px -8px;
	background-color: #EEE;
	padding: 1px;
	appearance: none;
	border: 0px none;
	color: inherit;
	width: auto;
}

.viewbox .toggle {
	display: inline-block;
}

.toggle .option {
	display: inline-block;
	position: relative;
	border: 2px solid #ccc;
}

.toggle .option:first-child {
	border-right: 0px none;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.toggle .option:first-child input {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.toggle .option:last-child {
	border-left: 0px none;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.toggle .option:last-child input {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.toggle .option input {
	position: absolute;
	width: 100%;
	height: 100%;
	appearance: none;
	background-color: #FFF;
	left: 0px;
	top: 0px;
	border: 0px none;
	margin: 0px;
}

.toggle .option input:checked {
	background-color: #444;
}

.toggle .option button {
	background-color: transparent;
	border: 0px none;
	color: #000;
	z-index: 1;
	position: relative;
	font-weight: 700;
	font-size: 21px;
	padding: 10px 20px;
}

.toggle .option input:checked ~ button {
	color: #FFF;
}

.statusbox {
	position: fixed;
	bottom: 150px;
	background-color: #D00;
	color: #FFF;
	padding: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.hidden {
	display: none;
}

.content > .error {
	width: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 30px;
	background-color: #EEE;
	transform: translate(-50%,-50%);
}

#page-frame {
    width:  90%;
    border-radius: 10px;
    height:  auto;
    margin: 30px auto;
    border:  1px solid #e0e0e0;
    overflow: hidden;
    display: block;
    background-color: #FFF;
}

.sites .site > div {
    display: inline-block;
    vertical-align: top;
    width: 150px;
}

.sites {
    margin: 0px;
    padding: 40px 20px;
    list-style-type: none;
}

.sites .site .name {
    width: 16%;
}

.sites .site .updated {
    width: 13%;
}

.sites .site.header {
	font-weight: bold;
	padding: 5px 0px;
}

.sites .site:nth-of-type(2n) {
	background-color: rgba(255, 255, 255, 0.7);
}

.sites .site .score {
		width: 180px;
    padding: 2px 20px;
    text-align: center;
    margin: 0px 10px 1px 10px;
}