| 1 |
#preview-action{display:none;} |
| 2 |
|
| 3 |
@media screen and (max-width: 782px) { |
| 4 |
.wp-list-table .column-thumb { display:none !important } |
| 5 |
div[id^="propertyhive_"][id$="_meta_box"] .tablenav.top .actions, |
| 6 |
div[id^="propertyhive_"][id$="_grid"] .tablenav.top .actions { display:block !important } |
| 7 |
} |
| 8 |
|
| 9 |
#generate_applicant_list_button { margin-top:1px; } |
| 10 |
|
| 11 |
.propertyhive_meta_box .checkbox{width:auto;vertical-align:middle;margin:7px 0;} |
| 12 |
.propertyhive_meta_box p{margin:9px 0;} |
| 13 |
.propertyhive_meta_box fieldset.form-field, |
| 14 |
.propertyhive_meta_box p.form-field{padding:5px 20px 5px 162px !important;} |
| 15 |
.propertyhive_meta_box fieldset.form-field:after, |
| 16 |
.propertyhive_meta_box p:after{content:".";display:block;height:0;clear:both;visibility:hidden;} |
| 17 |
.propertyhive_meta_box fieldset.form-field, |
| 18 |
.propertyhive_meta_box p{font-size:12px;line-height:24px;margin:0 0 9px;padding:5px 9px;} |
| 19 |
.propertyhive_meta_box label, |
| 20 |
.propertyhive_meta_box legend{float:left;width:150px;margin:0 0 0 -150px;padding:0;} |
| 21 |
.propertyhive_meta_box label .req, |
| 22 |
.propertyhive_meta_box legend .req{font-weight:700;font-style:normal;color:#a00;} |
| 23 |
.propertyhive_meta_box .description{margin:0 0 0 7px;padding:0;} |
| 24 |
.propertyhive_meta_box .description-block{margin-left:0;display:block;} |
| 25 |
|
| 26 |
.propertyhive_meta_box textarea{vertical-align:top;height:4.8em;line-height:1.5em;} |
| 27 |
|
| 28 |
.propertyhive_meta_box input[type=email], |
| 29 |
.propertyhive_meta_box input[type=number], |
| 30 |
.propertyhive_meta_box input[type=text] {width:50%;float:left;} |
| 31 |
.propertyhive_meta_box input.button{width:auto;margin-left:8px;} |
| 32 |
|
| 33 |
.propertyhive_meta_box select.multiselect, |
| 34 |
.propertyhive_meta_box .chosen-container {width:100%!important;} |
| 35 |
|
| 36 |
.propertyhive_meta_box .short, |
| 37 |
.propertyhive_meta_box input[type=email].short, |
| 38 |
.propertyhive_meta_box input[type=number].short, |
| 39 |
.propertyhive_meta_box input[type=text].short{width:50%; max-width:250px;} |
| 40 |
|
| 41 |
.propertyhive_meta_box .ph-radios{display:block;float:left;margin:0;} |
| 42 |
.propertyhive_meta_box .ph-radios li{display:block;padding:0 0 10px;} |
| 43 |
.propertyhive_meta_box .ph-radios li input{width:auto;} |
| 44 |
|
| 45 |
.propertyhive_meta_box .sized{width:auto!important;margin-right:6px;} |
| 46 |
.propertyhive_meta_box .options_group{border-top:1px solid #fff;border-bottom:1px solid #DFDFDF;} |
| 47 |
.propertyhive_meta_box .options_group:first-child{border:0;} |
| 48 |
.propertyhive_meta_box .options_group fieldset{font-size:12px;line-height:24px;margin:9px 0;padding:5px 9px;} |
| 49 |
.propertyhive_meta_box .options_group fieldset label{width:auto;float:none;} |
| 50 |
.propertyhive_meta_box .options_group fieldset ul{float:left;width:50%;margin:0;padding:0;} |
| 51 |
.propertyhive_meta_box .options_group fieldset ul li{width:auto;margin:0;} |
| 52 |
.propertyhive_meta_box .options_group fieldset ul li input{width:auto;float:none;margin-right:4px;} |
| 53 |
.propertyhive_meta_box .options_group fieldset ul.ph-radios label{margin-left:0;} |
| 54 |
|
| 55 |
.propertyhive_meta_box .media_grid{ } |
| 56 |
.propertyhive_meta_box .media_grid ul{} |
| 57 |
.propertyhive_meta_box .media_grid ul:after{content:".";display:block;height:0;clear:both;visibility:hidden;} |
| 58 |
.propertyhive_meta_box .media_grid ul li{ position:relative; float:left; width:150px; height:150px; margin:7px; } |
| 59 |
.propertyhive_meta_box .media_grid ul li .hover{ opacity:0; transition:all 0.25s; -webkit-transition:all 0.25s; position:absolute; right:-10px; top:-10px; width:22px; } |
| 60 |
.propertyhive_meta_box .media_grid ul li:hover .hover { opacity:1; } |
| 61 |
.propertyhive_meta_box .media_grid ul li .hover .attachment-delete, |
| 62 |
.propertyhive_meta_box .media_grid ul li .hover .attachment-edit { border:1px solid #CCC; border-radius:50%; height:22px; width:100%; background:#FFF no-repeat center center; } |
| 63 |
.propertyhive_meta_box .media_grid ul li .hover .attachment-delete { background-image:url(../images/attachment-delete.png); margin-bottom:3px; } |
| 64 |
.propertyhive_meta_box .media_grid ul li .hover .attachment-edit { background-image:url(../images/attachment-edit.png); } |
| 65 |
.propertyhive_meta_box .media_grid ul li .hover a { display:block; height:100%; width:100%; } |
| 66 |
.propertyhive_meta_box .media_grid ul li img{ display:block; margin:0; max-width:100%; max-height:100%; } |
| 67 |
|
| 68 |
.propertyhive_meta_box .room{ border-radius:3px;background:#FFF;border:1px solid #dfdfdf; margin:9px 0;} |
| 69 |
.propertyhive_meta_box .room .room-details{background:#fafafa;border:1px solid #eee;padding:6px;} |
| 70 |
.propertyhive_meta_box .room h3 { padding-left:10px; padding-right:10px; } |
| 71 |
.propertyhive_meta_box .room h3 button{float:right} |
| 72 |
.propertyhive_meta_box .room h3 .handlediv{ float: left; margin-right: 8px; background-position:6px 0px!important;height:28px; } |
| 73 |
.propertyhive_meta_box .room h3 strong{line-height:28px;} |
| 74 |
|
| 75 |
.propertyhive_meta_box_actions .form-field { padding:0 !important; margin-bottom:16px; } |
| 76 |
.propertyhive_meta_box_actions .form-field label { float:none; display:block; margin:0 0 3px; width:100%; } |
| 77 |
.propertyhive_meta_box_actions input[type=email], |
| 78 |
.propertyhive_meta_box_actions input[type=number], |
| 79 |
.propertyhive_meta_box_actions input[type=text] { float:none; } |
| 80 |
.propertyhive_meta_box_actions hr { margin:12px 0; } |
| 81 |
.propertyhive_meta_box_actions .button-success { background:#5cb85c; color:#FFF; border-color:#4cae4c; } |
| 82 |
.propertyhive_meta_box_actions .button-success:hover { background:#449d44; color:#FFF; border-color:#398439; } |
| 83 |
.propertyhive_meta_box_actions .button-danger { background:#d9534f; color:#FFF; border-color:#d43f3a; } |
| 84 |
.propertyhive_meta_box_actions .button-danger:hover { background:#c9302c; color:#FFF; border-color:#ac2925; } |
| 85 |
|
| 86 |
ul.record_notes{padding:2px 0 0} |
| 87 |
ul.record_notes li { padding:0 10px; } |
| 88 |
ul.record_notes li .note_content{padding:10px;background:#efefef;position:relative} |
| 89 |
ul.record_notes li .note_content p{margin:0;padding:0;word-wrap:break-word} |
| 90 |
ul.record_notes li .pinned{background:#f5e57e !important;} |
| 91 |
ul.record_notes li p.meta{padding:10px;color:#999;margin:0;font-size:11px} |
| 92 |
ul.record_notes li p.meta .exact-date{border-bottom:1px dotted #999} |
| 93 |
ul.record_notes li a.delete_note{color:#a00} |
| 94 |
ul.record_notes li .note_content:after{content:"";display:block;position:absolute;bottom:-10px;left:20px;width:0;height:0;border-width:10px 10px 0 0;border-style:solid;border-color:#efefef transparent} |
| 95 |
ul.record_notes li .pinned:after{border-color:#f5e57e transparent !important} |
| 96 |
|
| 97 |
.propertyhive-notes-container .mce-container, |
| 98 |
.propertyhive-notes-container .mce-container * { font-family:inherit; } |
| 99 |
.propertyhive-notes-container .mce-panel { box-shadow:none; border:0 } |
| 100 |
|
| 101 |
.propertyhive table.form-table table.widefat th { |
| 102 |
padding-right: inherit; |
| 103 |
} |
| 104 |
table.ph_customfields, table.ph_offices { |
| 105 |
position: relative; |
| 106 |
} |
| 107 |
table.ph_customfields th, table.ph_offices th { |
| 108 |
vertical-align: middle; |
| 109 |
padding: 9px 7px!important; |
| 110 |
} |
| 111 |
table.ph_customfields td, table.ph_offices th { |
| 112 |
vertical-align: middle; |
| 113 |
padding: 7px; |
| 114 |
} |
| 115 |
table.ph_customfields th, table.ph_customfields td { |
| 116 |
width:auto; |
| 117 |
} |
| 118 |
table.ph_customfields .settings, table.ph_offices .settings { |
| 119 |
text-align: right; |
| 120 |
} |
| 121 |
table.ph_offices .primary { |
| 122 |
text-align: center; |
| 123 |
} |
| 124 |
table.ph_offices .primary input { |
| 125 |
margin: 0; |
| 126 |
} |
| 127 |
|
| 128 |
.add_note {border-top:1px solid #ddd;padding:10px 10px 0;} |
| 129 |
.add_note h4 {margin-top:5px!important;} |
| 130 |
.add_note textarea {width:100%;height:50px;} |
| 131 |
|
| 132 |
#propertyhive-contact-relationships .inside { margin:0; padding:0; } |
| 133 |
#propertyhive-contact-relationships .panel-wrap {background:#FFF; padding-left:153px;} |
| 134 |
#propertyhive-contact-relationships .panel { position:relative; } |
| 135 |
#propertyhive-contact-relationships .ph-tabs-back { position:absolute; top:0; left:0; bottom:0; background:#f5f5f5; width:145px; border-right:1px solid #DFDFDF; } |
| 136 |
#propertyhive-contact-relationships ul.ph-tabs, .propertyhive ul.ph-tabs {background:#f5f5f5; line-height:1em; float:left; width:145px; margin:0; position:relative; padding:0 0 10px; margin-left:-153px;} |
| 137 |
#propertyhive-contact-relationships ul.ph-tabs li, .propertyhive ul.ph-tabs li {display:block; padding:0; margin:0;} |
| 138 |
#propertyhive-contact-relationships ul.ph-tabs li a, .propertyhive ul.ph-tabs li a {padding:10px;line-height:18px!important;margin:0;display:block;background:#f5f5f5;text-decoration:none;border-bottom:1px solid #f5f5f5;border-top:1px solid #eaeaea;} |
| 139 |
#propertyhive-contact-relationships ul.ph-tabs li a:before, .propertyhive ul.ph-tabs li a:before {speak:none;font-weight:400;font-variant:normal;text-transform:none; line-height:1; -webkit-font-smoothing:antialiased; margin-right:7px;} |
| 140 |
#propertyhive-contact-relationships ul.ph-tabs li:first-child a, .propertyhive ul.ph-tabs li:first-child a {border-top:0!important;} |
| 141 |
#propertyhive-contact-relationships ul.ph-tabs li.active a, .propertyhive ul.ph-tabs li.active a {border-color:#DFDFDF;position:relative;background-color:#fff;color:#555;margin:0 -1px 0 0;} |
| 142 |
#propertyhive-contact-relationships .actions { position:absolute; top:10px; right:15px; } |
| 143 |
|
| 144 |
#wpbody-content .inline-edit-property .inline-edit-col-right { margin-top:0; } |
| 145 |
|
| 146 |
.propertyhive-installed-screen { max-width:1000px; margin:25px 40px 0 20px; } |
| 147 |
.propertyhive-installed-screen h1 { font-size:2.8em; } |
| 148 |
.propertyhive-installed-screen .intro-text { } |
| 149 |
.propertyhive-installed-screen .intro-text p { font-size:18px; } |
| 150 |
.propertyhive-installed-screen .panels { } |
| 151 |
.propertyhive-installed-screen .panels .panel { float:left; margin-bottom:20px; width:49%; background:#FFF; border:1px solid #BBB; padding:15px 30px 30px; box-sizing:border-box; -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3); box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3); } |
| 152 |
.propertyhive-installed-screen .panels .panel:nth-child(2n) { float:right; } |
| 153 |
.propertyhive-installed-screen .panels .panel:nth-child(2n+1) { clear:left; } |
| 154 |
.propertyhive-installed-screen .panels .panel strong { font-weight:700 } |
| 155 |
.propertyhive-installed-screen .panels .panel a { font-weight:600 } |
| 156 |
|
| 157 |
#tiptip_holder{display:none;position:absolute;top:0;left:0;z-index:9999999}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-left:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-left:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-left:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-left:-5px;border-right-color:#333}#tiptip_holder.tip_left{padding-right:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-left:-7px;border-left-color:#333}#tiptip_content,.chart-tooltip,.wc_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.chart-tooltip code,.wc_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0} |
| 158 |
|
| 159 |
.applicant-list-form { max-width:500px; } |
| 160 |
.applicant-list-results table { } |
| 161 |
.applicant-list-results table td { border-bottom:1px solid #DDD; } |
| 162 |
|
| 163 |
.ph-recently-viewed-popup { display:none; position:absolute; z-index:1; max-width:300px; right:162px; top:28px; background:#FFF; border:1px solid #DDD; box-shadow:0px 0px 8px 2px rgba(0, 0, 0, 0.1); } |
| 164 |
.ph-recently-viewed-popup .none { padding:20px; } |
| 165 |
.ph-recently-viewed-popup ul { margin:0; padding:0; } |
| 166 |
.ph-recently-viewed-popup ul li { margin:0; padding:0; } |
| 167 |
.ph-recently-viewed-popup ul li a { display:block; padding:8px 15px; } |
| 168 |
.ph-recently-viewed-popup ul li a:hover { background:#F1F1F2; } |
| 169 |
|
| 170 |
.propertyhive-lightbox-details { white-space:nowrap; } |
| 171 |
.propertyhive-lightbox-details .propertyhive_meta_box p { margin:0; } |
| 172 |
.propertyhive-lightbox-details .propertyhive-lightbox-left { white-space:normal; display:inline-block; vertical-align:top; border-right:1px solid #CCC; padding-right:24px; width:400px; } |
| 173 |
.propertyhive-lightbox-details .propertyhive-lightbox-left > div { margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #CCC; } |
| 174 |
.propertyhive-lightbox-details .propertyhive-lightbox-left > div:last-child { margin-bottom:0; padding-bottom:0; border:0; } |
| 175 |
.propertyhive-lightbox-details .propertyhive-lightbox-property-details { } |
| 176 |
.propertyhive-lightbox-details .propertyhive-lightbox-property-details .thumbnail { float:left; width:25%; } |
| 177 |
.propertyhive-lightbox-details .propertyhive-lightbox-property-details .thumbnail img { max-width:100%; } |
| 178 |
.propertyhive-lightbox-details .propertyhive-lightbox-property-details .details { float:right; width:70%; } |
| 179 |
.propertyhive-lightbox-details .propertyhive-lightbox-property-details .details .address { font-weight:700; margin-bottom:5px; } |
| 180 |
.propertyhive-lightbox-details .propertyhive-lightbox-property-details .details .price { } |
| 181 |
.propertyhive-lightbox-details .propertyhive-lightbox-contact-details { } |
| 182 |
.propertyhive-lightbox-details .propertyhive-lightbox-contact-details .contact { margin-bottom:10px; } |
| 183 |
.propertyhive-lightbox-details .propertyhive-lightbox-contact-details .contact:last-child { margin-bottom:0; } |
| 184 |
.propertyhive-lightbox-details .propertyhive-lightbox-contact-details .contact .name { font-weight:700; } |
| 185 |
.propertyhive-lightbox-details .propertyhive-lightbox-contact-details .contact .contact-details { } |
| 186 |
.propertyhive-lightbox-details .propertyhive-lightbox-notes { white-space:normal; display:inline-block; vertical-align:top; border-right:1px solid #CCC; padding-left:24px; padding-right:24px; min-width:400px; } |
| 187 |
.propertyhive-lightbox-details .propertyhive-lightbox-actions { display:inline-block; vertical-align:top; padding-left:24px; white-space:normal; width:280px; } |
| 188 |
.propertyhive-lightbox-details .propertyhive-lightbox-buttons { background:#EEE; padding:10px; text-align:right; margin-top:20px; } |
| 189 |
|
| 190 |
.pro-feature-settings { } |
| 191 |
.pro-feature-settings .pro-filters { margin-top:24px; } |
| 192 |
.pro-feature-settings .pro-filters ul { } |
| 193 |
.pro-feature-settings .pro-filters ul li { display:inline-block; margin-right:8px; margin-bottom:0 } |
| 194 |
.pro-feature-settings .pro-filters ul li a { display:block; background:#FFF; padding:7px 22px; border-radius:17px; border:1px solid #999; color:#333; text-decoration:none } |
| 195 |
.pro-feature-settings .pro-filters ul li.active a { background-color: #4D9E5D; border:1px solid #4D9E5D; color:#FFF; } |
| 196 |
.pro-feature-settings .pro-features { } |
| 197 |
.pro-feature-settings .pro-features ul { } |
| 198 |
.pro-feature-settings .pro-features ul li { box-sizing:border-box; float:left; width:25%; padding:14px; } |
| 199 |
/*.pro-feature-settings .pro-features ul li:nth-child(3n+1) { clear:left; }*/ |
| 200 |
.pro-feature-settings .pro-features ul li .inner { position:relative; border:1px solid #CCC; padding:25px 20px; background:#FFF; box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.15); } |
| 201 |
/*.pro-feature-settings .pro-features ul li .pro { position:absolute; top:23px; right:20px; background:#FC533A; color:#FFF; font-weight:500; border-radius:13px; padding:3px 12px; font-size:12px; }*/ |
| 202 |
.pro-feature-settings .pro-features ul li .pro a { color:#FFF; text-decoration:none } |
| 203 |
/*.pro-feature-settings .pro-features ul li .free { position:absolute; top:23px; right:20px; background:#4D9E5D; color:#FFF; font-weight:500; border-radius:13px; padding:3px 12px; font-size:12px; }*/ |
| 204 |
|
| 205 |
.pro-feature-settings .pro-features ul li .pro { |
| 206 |
width: 0; |
| 207 |
top:0; |
| 208 |
height: 0; |
| 209 |
font-size:11px; |
| 210 |
border-top: 38px solid #FC533A; |
| 211 |
border-bottom: 38px solid transparent; |
| 212 |
border-left: 38px solid transparent; |
| 213 |
position:absolute; |
| 214 |
right:0; |
| 215 |
color:#FFF; |
| 216 |
font-weight:500; |
| 217 |
} |
| 218 |
.pro-feature-settings .pro-features ul li .pro span { |
| 219 |
position:absolute; |
| 220 |
top: -32px; |
| 221 |
left: -23px; |
| 222 |
transform: rotate(45deg); |
| 223 |
display:block; |
| 224 |
} |
| 225 |
.pro-feature-settings .pro-features ul li .free { |
| 226 |
width: 0; |
| 227 |
top:0; |
| 228 |
height: 0; |
| 229 |
font-size:11px; |
| 230 |
border-top: 38px solid #4D9E5D; |
| 231 |
border-bottom: 38px solid transparent; |
| 232 |
border-left: 38px solid transparent; |
| 233 |
position:absolute; |
| 234 |
right:0; |
| 235 |
color:#FFF; |
| 236 |
font-weight:500; |
| 237 |
} |
| 238 |
.pro-feature-settings .pro-features ul li .free span { |
| 239 |
position:absolute; |
| 240 |
top: -33px; |
| 241 |
left: -24px; |
| 242 |
transform: rotate(45deg); |
| 243 |
display:block; |
| 244 |
} |
| 245 |
|
| 246 |
.pro-feature-settings .pro-features ul li .inner h3 { margin-top:0; line-height:1.3 } |
| 247 |
.pro-feature-settings .pro-features ul li .inner .loading { display:none } |
| 248 |
.pro-feature-settings .pro-features ul li .inner .loading img { height:34px; display:block } |
| 249 |
.pro-feature-settings .pro-features .switch { position: relative; display: inline-block; width: 60px; height: 34px; } |
| 250 |
/* Hide default HTML checkbox */ |
| 251 |
.pro-feature-settings .pro-features .switch input { opacity: 0; width: 0; height: 0; } |
| 252 |
/* The slider */ |
| 253 |
.pro-feature-settings .pro-features .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } |
| 254 |
.pro-feature-settings .pro-features .slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } |
| 255 |
.pro-feature-settings .pro-features input:checked + .slider { background-color: #2196F3; } |
| 256 |
.pro-feature-settings .pro-features input:focus + .slider { box-shadow: 0 0 1px #2196F3; } |
| 257 |
.pro-feature-settings .pro-features input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); } |
| 258 |
|
| 259 |
/* Rounded sliders */ |
| 260 |
.pro-feature-settings .pro-features .slider.round { border-radius: 34px; } |
| 261 |
.pro-feature-settings .pro-features .slider.round:before { border-radius: 50%; } |
| 262 |
|
| 263 |
@media (max-width:1600px) { |
| 264 |
|
| 265 |
.pro-feature-settings .pro-features ul li { width:33.3%; } |
| 266 |
|
| 267 |
} |
| 268 |
|
| 269 |
@media (max-width:1200px) { |
| 270 |
|
| 271 |
.pro-feature-settings .pro-features ul li { width:50%; } |
| 272 |
|
| 273 |
} |
| 274 |
|
| 275 |
@media (max-width:768px) { |
| 276 |
|
| 277 |
.pro-feature-settings .pro-features ul li { width:1000%; } |
| 278 |
|
| 279 |
} |