Current File : /home/pacjaorg/public_html/kmm/administrator/components/com_djclassifieds/assets/css/style.css |
/* ==========================================================================
Control panel
========================================================================== */
.djc_control_panel {
margin-top: 20px;
}
@media (min-width: 768px) {
.djc_control_panel {
margin-top: 0;
}
}
@media (min-width: 1200px) {
.djc_control_panel {
display: flex;
}
}
.djc_control_panel .cpanel-left {
background: #fff;
margin-bottom: 20px;
}
@media (min-width: 1200px) {
.djc_control_panel .cpanel-left {
width: calc(100% - 430px);
margin-bottom: 0;
}
}
@media (min-width: 1900px) {
.djc_control_panel .cpanel-left {
width: calc(100% - 595px);
}
}
.djc_control_panel .cpanel-right {
background: #fff;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
@media (min-width: 1200px) {
.djc_control_panel .cpanel-right {
width: 410px;
margin-left: auto;
}
}
@media (min-width: 1900px) {
.djc_control_panel .cpanel-right {
width: 555px;
}
}
.cpanel-left .cpanel {
padding: 20px;
}
@media (min-width: 1900px) {
.cpanel-left .cpanel {
padding: 40px;
}
}
.djc_control_panel .icon {
float: left;
text-align: center;
width: 50%;
height: 120px;
position: relative;
}
@media (min-width: 481px) {
.djc_control_panel .icon {
width: 33.33%;
}
}
@media (min-width: 768px) {
.djc_control_panel .icon {
width: 20%;
}
/* .djc_control_panel .icon:nth-child(5n+1) {
clear: both;
} */
}
@media (min-width: 1900px) {
.djc_control_panel .icon {
width: 140px;
height: 120px;
}
}
.djc_control_panel .icon a {
display: block;
padding: 27px 10px;
height: 120px;
text-decoration: none;
box-sizing: border-box;
-webkit-box-sizing: border-box;
color: #595959;
position: relative;
}
@media (min-width: 1900px) {
.djc_control_panel .icon a {
width: 140px;
height: 120px;
}
}
.djc_control_panel .icon a>span {
position: absolute;
bottom: 27px;
left: 10px;
right: 10px;
right: 0;
width: calc(100% - 20px);
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.djc_control_panel .icon a:hover,
.djc_control_panel .icon a:focus {
background-color: #fcfcfc;
}
.djc_control_panel .icon img {
margin: 0 auto 15px;
}
.djc_control_panel .icon span {
display: block;
font-size: 12px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
@media (min-width: 1900px) {
.djc_control_panel .icon span {
font-size: 14px;
}
}
/* ==========================================================================
License box
========================================================================== */
.djlic_box {
font-size: 14px;
line-height: 1.5;
color: #444;
}
.djlic_box a:not(.btn),
.djlic_box a.btn-link {
color: #1875F0;
}
.djlic_box input[type="text"] {
border: 1px solid #E3E5EF;
border-radius: 20px;
color: rgba(68, 68, 68, 0.4);
font-size: 12px;
padding: 10px 22px 9px;
margin: 10px 0 15px;
}
.djlic_box input[type="text"][disabled] {
background: #fff;
}
.djlic_box input.active {
color: #555;
border-color: #ccc;
}
.djlic_box .btn-djex {
border-radius: 20px;
background: #1875F0;
color: #fff;
font-size: 12px;
line-height: 18px;
padding: 11px 42px 10px;
border: 0;
transition: background 0.3s ease-in-out;
}
.djlic_box .btn-djex:hover,
.djlic_box .btn-djex:focus {
background: #348AFC;
color: #fff;
}
.djlic_logo_wrapper {
padding: 20px;
border-bottom: 1px solid #F5F6FA;
}
@media (min-width: 1900px) {
.djlic_logo_wrapper {
padding: 40px;
}
}
.djlic_logo {
float: left;
margin-right: 24px;
}
.djlic_title {
font-size: 25px;
line-height: 25px;
color: #444444;
padding: 25px 0;
}
.djlic_version {
padding: 20px 20px 0;
}
.djlic_valid,
.djlic_invalid,
.djlic_expired {
padding: 20px;
}
@media (min-width: 1900px) {
.djlic_version {
padding: 40px 40px 0;
}
.djlic_valid,
.djlic_invalid,
.djlic_expired {
padding: 20px 40px 40px;
}
}
.djlic_icon {
width: 42px;
height: 42px;
display: block;
float: left;
margin-right: 10px;
}
@media (min-width: 1900px) {
.djlic_icon {
margin-right: 40px;
margin-left: 10px;
}
}
.djlic_icon_valid {
background: url("../images/icon-valid.svg") no-repeat;
}
.djlic_icon_invalid {
background: url("../images/icon-invalid.svg") no-repeat;
}
.djlic_icon_warning {
background: url("../images/icon-warning.svg") no-repeat;
}
.djlic_icon_info {
background: url("../images/icon-info.svg") no-repeat;
}
.djlic_info {
padding-top: 10px;
overflow: hidden;
}
.djlic_version .djlic_info {
padding-bottom: 20px;
border-bottom: 1px solid #F5F6FA;
}
.djlic_box>div:last-of-type .djlic_info {
border-bottom: 0;
}
@media (min-width: 1900px) {
.djlic_version .djlic_info {
padding-bottom: 30px;
margin-right: 30px;
}
}
.djlic_info p {
margin: 0;
font-size: 12px;
}
@media (min-width: 1900px) {
.djlic_info p {
font-size: 14px;
}
}
.djlic_info>span,
.djlic_info>a {
font-size: 12px;
}
.djlic_info>span {
margin-right: 10px;
opacity: 0.6;
}
.djlic_icon_invalid+.djlic_info .djlic_current_version,
.djlic_version_legend .your_ver {
color: #E11F1F;
}
.djlic_latest_version .ver,
.djlic_version_legend .new_ver {
color: green;
}
.djlic_version_legend span {
font-size: 12px;
font-weight: bold;
}
.djlic_update {
margin-top: 10px;
}
.djlic_update .j-jed-message {
display: none;
}
.djlic_box .alert {
margin: 20px;
}
/* ==========================================================================
Footer links
========================================================================== */
.djc-footer {
clear: both;
text-align: center;
padding-top: 40px;
font-size: 13px;
color: rgba(68, 68, 68, 0.5);
}
@media (min-width: 768px) {
body:not(.layout-edit) .djc-footer {
margin-left: 200px;
}
}
@media (min-width: 1900px) {
body:not(.layout-edit) .djc-footer {
margin-left: 300px;
}
}
.djc-footer a {
color: rgba(68, 68, 68, 0.5);
}
.djc-footer a:hover,
.djc-footer a:focus {
color: rgba(68, 68, 68, 0.5);
text-decoration: none;
}
.djc-footer ul {
margin: 0;
list-style: none;
}
.djc-footer ul li {
display: inline;
}
.djc-footer ul li span,
.djc-footer ul li img {
vertical-align: middle;
}
.djc-footer ul li img {
margin-right: 12px;
}
.djc-footer .djc-logo {
display: inline-block;
margin-bottom: 15px;
}
.djc-footer .djc-links {
margin: 0 0 10px;
}
.djc-footer p {
margin: 0 0 15px;
}
.djc-footer .djc-links,
.djc-footer .djc-social {
font-size: 0;
}
.djc-footer .djc-links li {
margin: 5px;
display: inline-block;
}
.djc-footer .djc-social li {
margin: 0 12px;
display: inline-block;
}
.djc-footer .djc-social li a {
font-size: 13px;
display: block;
}
.djc-footer .djc-links li a {
display: block;
border: 1px solid #E3E5EF;
background: #fff;
border-radius: 20px;
padding: 10px 26px;
font-size: 13px;
line-height: 17px;
}
/* ==========================================================================
Spin effect
========================================================================== */
.djspin {
-webkit-animation: djspin 1s infinite linear;
-moz-animation: djspin 1s infinite linear;
-o-animation: djspin 1s infinite linear;
animation: djspin 1s infinite linear;
}
@-moz-keyframes djspin {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes djspin {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes djspin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
/* ==========================================================================
Other styles
========================================================================== */
.adminlist .jgrid span.downarrow,
.adminlist .jgrid span.uparrow {
width: 13px;
}
.djcfspacer {
display: inline-block;
background: #f7f7f7;
color: #2678CD;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
width: 100%;
margin-top: 10px;
text-indent: 10px;
min-width: 400px;
text-align: center;
padding-right: 10px;
}
.djcfspacer label {
margin: 5px 0;
text-align: center;
}
form div.current label,
form div.current span.faux-label {
margin: 3px 0 !important;
padding: 5px 10px 5px 0;
text-align: right;
}
ul#rules table.group-rules td label {
text-align: left;
}
div fieldset.adminform label,
div fieldset.adminform span.faux-label {
padding: 5px 0;
}
div fieldset.adminform fieldset.radio,
.panel fieldset.panelform fieldset.radio {
padding-top: 5px;
}
form div.current fieldset.radio label,
div fieldset.adminform fieldset.radio label,
.panel fieldset.panelform fieldset.radio label {
padding: 0 10px 0 0;
text-align: left;
}
form div.current select {
margin-bottom: 0;
}
.row-fluid .control-group .controls input[type="radio"] {
float: left;
}
.table-striped input.text-area-order {
width: 40px !important;
}
#map img {
max-width: none;
}
.djcf-items-table {
table-layout: fixed;
}
.com_djclassifieds .table .djcf-items-desc {
overflow: hidden;
text-overflow: ellipsis;
}
.control-group.control-group-restrict .controls .control-group .controls {
margin-left: 0px;
}
#itemImagesWrap {
margin: 0 0 10px 0;
}
#itemImages .itemImage {
position: relative;
float: left;
margin: 0 2px 2px 0;
overflow: hidden;
}
#itemImages .itemImage img {
float: none;
margin: 0;
padding: 0;
height: 150px;
}
#itemImages .itemImage .imgMask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
opacity: 0;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
-o-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
cursor: move;
}
#itemImages .itemImage:hover .imgMask,
#itemImages .itemImage.active .imgMask {
opacity: 1;
}
#itemImages input.itemInput {
position: absolute;
bottom: 0;
-webkit-box-sizing: border-box;
/* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;
/* Firefox, other Gecko */
box-sizing: border-box;
padding: 6px 6px 6px 28px;
margin: 0;
border: 0;
width: 100%;
background-color: transparent;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
border-radius: 0;
box-shadow: none;
height: auto;
}
#itemImages input.itemInput:focus {
/* old browsers */
background-color: rgb(50, 50, 50);
/* modern browsers */
background-color: rgba(255, 255, 255, 0.25);
box-shadow: none;
}
#itemImages .imgMask input.editTitle {
background-image: url(../images/img_edit.svg);
background-position: 6px center;
background-repeat: no-repeat;
}
#itemImages .itemImage .delBtn {
position: absolute;
top: 0;
right: 0;
display: block;
width: 32px;
height: 32px;
background: url(../images/img_delete.svg) no-repeat;
cursor: pointer;
opacity: 0.5;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
-o-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}
#itemImages .itemImage .delBtn:hover {
opacity: 1;
}
#itemImages .itemImage .rotateBtn {
position: absolute;
top: 32px;
right: 0;
display: block;
width: 32px;
height: 32px;
background: url(../images/img_rotate.svg) no-repeat;
cursor: pointer;
opacity: 0.5;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
-o-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}
#itemImages .itemImage .rotateBtn:hover {
opacity: 1;
}
#buynow .bids_list,
#auctions .bids_list {
width: 100%;
max-width: 500px;
}
#buynow .bids_list .bids_row,
#auctions .bids_list .bids_row {
border-bottom: 1px solid #ccc;
}
#buynow .bids_list .bids_row.no_bids_row,
#auctions .bids_list .bids_row.no_bids_row {
border: none;
}
#buynow .bids_list .bids_col,
#auctions .bids_list .bids_col {
width: 30%;
float: left;
padding: 7px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#buynow .bids_list .bids_col.bids_col_del,
#auctions .bids_list .bids_col.bids_col_del {
width: 10%;
}
#buynow .bids_list .bids_col.bids_col_del a,
#auctions .bids_list .bids_col.bids_col_del a {
color: red;
}
#buynow .bids_list .bids_row_title .bids_col,
#auctions .bids_list .bids_row_title .bids_col {
text-align: center;
font-weight: bold;
}
#buynow .bids_list .bids_row .bids_col.bids_col_name,
#auctions .bids_list .bids_row .bids_col.bids_col_name {
text-align: left;
}
#buynow .bids_list .bids_row .bids_col,
#auctions .bids_list .bids_row .bids_col {
text-align: center;
}
#buynow .bids_list .bids_extra_info {
padding: 0 0 5px 5px;
}
#shipping .shipping_name {
display: inline-block;
margin-right: 20px;
}
#shipping .shipping_name input {
float: none;
margin: 0px 5px 0 0;
padding: 0px;
}
#shipping .shipping_name label {
display: inline-block;
margin: 0px 10px 0 0;
padding: 0px;
}
#shipping .shipping_price {
margin: 2px 0 10px 18px;
display: inline-block;
}
#shipping .shipping_price input {
width: 40px !important;
}
#shipping .shipping_desc {
margin-bottom: 20px;
}
#filter-bar .btn-group.pull-right select {
max-width: 180px
}
#prom_pd .prom_pd_box_header .prom_pd_header,
#prom_pd .prom_pd_box .prom_pd_col {
width: 140px;
display: inline-block;
margin: 0 20px 5px 0;
text-align: center;
}
#prom_pd .prom_pd_box .prom_pd_col.prom_pd_col_del {
display: inline;
}
#prom_pd .prom_pd_box .prom_pd_col .inputbox {
width: 130px;
text-align: center;
}
#prom_pd_outer .prom_pd_button {
margin: 20px 0 0 10px;
}
#prom_pd_outer span.button {
border: 1px solid #ccc;
display: inline-block;
padding: 3px 15px;
border-radius: 3px;
background: #f3f3f3;
cursor: pointer;
margin-top: 1px;
}
#promotions .djform_prom_adet_expiration {
float: left;
}
#promotions .prom_days {
float: left;
}
#promotions .djform_prom_adet_value .inputbox {
width: 100px;
}
.layout-edit .show-front {
position: absolute;
top: 20px;
right: 20px;
z-index: 1000;
}
.com_djclassifieds .table td .plan-name {
margin-right: 10px;
}
.com_djclassifieds .table td .show-hover {
display: none;
font-size: smaller;
}
.com_djclassifieds .table td:hover .show-hover {
display: inline;
}
.com_djclassifieds.view-payments table tbody td button {
margin-top: 5px
}
.com_djclassifieds table .has-icon .title {
margin-right: 5px;
}
.com_djclassifieds table .has-icon .icon {
max-width: 50px;
}
.com_djclassifieds .table .img-name-col .col {
display: inline-block;
vertical-align: top;
width: 50%;
box-sizing: border-box;
}
.com_djclassifieds .table .img-name-col .col.img img {
width: 100%;
}
.com_djclassifieds .table .img-name-col .col.name {
padding-left: 15px;
}
.com_djclassifieds .table.profiles .img-name-col .col.img {
width: 25%;
}
.com_djclassifieds .table.profiles .img-name-col .col.name {
width: 75%;
}
.com_djclassifieds .table .from-plan,
.com_djclassifieds .table .renew-info-wrapper {
margin-top: 5px;
}
.com_djclassifieds .nowrap {
white-space: nowrap;
}
/* hiding the hidden id subform's columns */
.com_djclassifieds.view-item.layout-edit #auctions .subform-repeatable table thead tr th:first-of-type,
.com_djclassifieds.view-item.layout-edit #auctions .subform-repeatable table tbody tr td:first-of-type,
.com_djclassifieds.view-item.layout-edit #buynow .subform-repeatable table thead tr th:first-of-type,
.com_djclassifieds.view-item.layout-edit #buynow .subform-repeatable table tbody tr td:first-of-type,
.com_djclassifieds.layout-edit #abuse .subform-repeatable table thead tr th:first-of-type,
.com_djclassifieds.layout-edit #abuse .subform-repeatable table tbody tr td:first-of-type,
.com_djclassifieds.layout-edit #ask .subform-repeatable table thead tr th:first-of-type,
.com_djclassifieds.layout-edit #ask .subform-repeatable table tbody tr td:first-of-type,
.com_djclassifieds.view-item.layout-edit #promotions .subform-repeatable table thead tr th:first-of-type,
.com_djclassifieds.view-item.layout-edit #promotions .subform-repeatable table tbody tr td:first-of-type {
display: none;
}
.com_djclassifieds.view-item.layout-edit #promotions .subform-repeatable table thead tr th,
.com_djclassifieds.layout-edit #abuse .subform-repeatable table thead tr th[scope="col"],
.com_djclassifieds.layout-edit #ask .subform-repeatable table thead tr th[scope="col"] {
width: 33% !important;
}
.com_djclassifieds.layout-edit #abuse .subform-repeatable table tbody tr td textarea,
.com_djclassifieds.layout-edit #ask .subform-repeatable table tbody tr td textarea {
width: 100%;
}
.com_djclassifieds.layout-edit .no-rows {
display: inline-block;
vertical-align: sub;
}
.com_djclassifieds .unpaid-wrapper {
margin-top: 5px;
}