| 1 |
/** |
| 2 |
* @version 1.1 |
| 3 |
* @package: Tabs |
| 4 |
* @category: Admin UI |
| 5 |
* @author wpdevelop |
| 6 |
* |
| 7 |
* @web-site http://oplugins.com/ |
| 8 |
* @email info@oplugins.com |
| 9 |
* |
| 10 |
* @modified 2015-10-29 |
| 11 |
*/ |
| 12 |
/* DropDown Selectbox */ |
| 13 |
.wpdevelop .btn-group.open .dropdown-toggle { |
| 14 |
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125) inset; |
| 15 |
background: #ccc; |
| 16 |
} |
| 17 |
/* Drop Down Menu */ |
| 18 |
.wpdevelop ul.dropdown-menu { |
| 19 |
display: none; |
| 20 |
} |
| 21 |
.wpdevelop .dropdown-menu li { |
| 22 |
padding:0; |
| 23 |
margin:0; |
| 24 |
} |
| 25 |
.wpdevelop .dropdown-menu li.dropdown-header { |
| 26 |
padding:0 15px; |
| 27 |
color: #999; |
| 28 |
font-size: 0.8em; |
| 29 |
font-style: italic; |
| 30 |
font-weight: 600; |
| 31 |
} |
| 32 |
.wpdevelop .dropdown-menu > .disabled > a, |
| 33 |
.wpdevelop .dropdown-menu > .disabled > a:focus, |
| 34 |
.wpdevelop .dropdown-menu > .disabled > a:hover { |
| 35 |
color:#ccc; |
| 36 |
} |
| 37 |
.wpdevelop .dropdown-menu > li > a, |
| 38 |
.wpdevelop .dropdown-menu a { |
| 39 |
clear: both; |
| 40 |
display: block; |
| 41 |
font-weight: 400; |
| 42 |
padding:5px 15px; |
| 43 |
white-space: nowrap; |
| 44 |
font-size:13px; |
| 45 |
line-height: 18px; |
| 46 |
} |
| 47 |
.wpdevelop .dropdown-menu li > a:hover, |
| 48 |
.wpdevelop .dropdown-menu li.active > a, |
| 49 |
.wpdevelop .dropdown-menu li.active > a:hover { |
| 50 |
background: #08c; |
| 51 |
color: #fff; |
| 52 |
text-decoration-color: -moz-use-text-color; |
| 53 |
text-decoration-line: none; |
| 54 |
text-decoration-style: solid; |
| 55 |
} |
| 56 |
/* radio button or checbox togther with selctbox as option in dropdown list */ |
| 57 |
.wpdevelop .dropdown-menu li .btn-toolbar .input-group { |
| 58 |
margin:2px 5px 4px 5px; |
| 59 |
} |
| 60 |
.wpdevelop .dropdown-menu li .btn-toolbar .input-group .input-group-addon { |
| 61 |
background: none; |
| 62 |
border: none; |
| 63 |
box-shadow: none; |
| 64 |
} |
| 65 |
.wpdevelop .dropdown-menu li .btn-toolbar .input-group .input-group-addon input { |
| 66 |
margin:0 5px 0 0; |
| 67 |
vertical-align: middle; |
| 68 |
} |
| 69 |
.wpdevelop .dropdown-menu li .btn-toolbar .input-group .input-group-addon label { |
| 70 |
color: #444; |
| 71 |
margin: 0; |
| 72 |
vertical-align: middle; |
| 73 |
line-height: 16px; |
| 74 |
} |
| 75 |
.wpdevelop .dropdown-menu li .btn-toolbar .input-group select { |
| 76 |
border-radius:0px; |
| 77 |
-moz-border-radius: 0px; |
| 78 |
-webkit-border-radius: 0px; |
| 79 |
} |
| 80 |
/* button group in drop down list*/ |
| 81 |
.wpdevelop .dropdown-menu li .btn-toolbar .btn-group { |
| 82 |
float: right; |
| 83 |
margin: 0 5px; |
| 84 |
} |
| 85 |
.wpdevelop .dropdown-menu li .btn-toolbar .btn-group a.button { |
| 86 |
clear:none; |
| 87 |
} |
| 88 |
.wpdevelop .dropdown-menu li .btn-toolbar .input-group.text-group { |
| 89 |
display:block; |
| 90 |
} |
| 91 |
.wpdevelop .dropdown-menu li .btn-toolbar .input-group.text-group .input-group-addon { |
| 92 |
text-align: left; |
| 93 |
} |
| 94 |
.wpdevelop .dropdown-menu li .btn-toolbar .input-group.text-group .dropdown-menu-text-element{ |
| 95 |
box-sizing: padding-box; |
| 96 |
float: left; |
| 97 |
font-size: 11px; |
| 98 |
padding: 0 0 0 15px; |
| 99 |
width: 50%; |
| 100 |
} |
| 101 |
.wpdevelop .dropdown-menu li .btn-toolbar .input-group.text-group .dropdown-menu-text-element.dropdown-menu-text-element-count-1 { |
| 102 |
width: 100%; |
| 103 |
} |
| 104 |
.wpdevelop .dropdown-menu li .btn-toolbar .input-group.text-group .dropdown-menu-text-element input[type=text] { |
| 105 |
font-size: 12px; |
| 106 |
width: 100%; |
| 107 |
} |
| 108 |
/* Containers in Toolbars */ |
| 109 |
.wpdevelop .visibility_container .tab-bottom { |
| 110 |
-moz-border-bottom-colors: none; |
| 111 |
-moz-border-image: none; |
| 112 |
-moz-border-left-colors: none; |
| 113 |
-moz-border-right-colors: none; |
| 114 |
-moz-border-top-colors: none; |
| 115 |
background: none repeat scroll 0 0 #EEE; |
| 116 |
border-color: #BBC; |
| 117 |
border-width: 1px; |
| 118 |
border-style: dashed solid solid; |
| 119 |
border-radius: 0 0 5px 5px; |
| 120 |
-moz-border-radius: 0 0 5px 5px; |
| 121 |
-webkit-border-radius: 0 0 5px 5px; |
| 122 |
-ms-border-radius: 0 0 5px 5px; |
| 123 |
box-shadow: 0 0 1px #DDD; |
| 124 |
padding: 0px 7px; |
| 125 |
position: absolute; |
| 126 |
margin-top: 4px; |
| 127 |
} |
| 128 |
.wpdevelop .visibility_container .tab-bottom a { |
| 129 |
color:#777; |
| 130 |
} |
| 131 |
.wpdevelop .visibility_container .control-group { |
| 132 |
float:left; |
| 133 |
margin-right:15px; |
| 134 |
margin-top:8px; |
| 135 |
min-height: 29px; |
| 136 |
} |
| 137 |
.wpdevelop .control-group .dropdown-toggle label.label_in_filters { |
| 138 |
font-weight: 600; |
| 139 |
} |
| 140 |
/* Buttons Group */ |
| 141 |
.wpdevelop .btn-group a.button:focus, |
| 142 |
.wpdevelop .btn-group a.button:hover, |
| 143 |
.wpdevelop .form-group .input-group a.button:focus, |
| 144 |
.wpdevelop .form-group .input-group a.button:hover{ |
| 145 |
text-decoration: none; |
| 146 |
} |
| 147 |
.wpdevelop .control-group .btn-group > .button{ |
| 148 |
float: left; |
| 149 |
margin:0 0 0 -1px; |
| 150 |
position: relative; |
| 151 |
} |
| 152 |
.wpdevelop .control-group .btn-group > .button.active { |
| 153 |
background-color: #E6E6E6; |
| 154 |
background-image: none; |
| 155 |
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05); |
| 156 |
color: rgba(0, 0, 0, 0.5); |
| 157 |
outline: 0 none; |
| 158 |
border-color: #CCCCCC; |
| 159 |
} |
| 160 |
|
| 161 |
/* control-group | btn-group */ |
| 162 |
.wpdevelop .control-group .btn-toolbar .input-group > input[type='text'], |
| 163 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button { |
| 164 |
height: 34px; |
| 165 |
line-height: 1.42857143; |
| 166 |
|
| 167 |
height: 28px; |
| 168 |
|
| 169 |
} |
| 170 |
.wpdevelop .control-group .btn-toolbar .input-group > select, |
| 171 |
.wpdevelop .control-group .btn-toolbar .input-group > input[type='text'], |
| 172 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-addon { |
| 173 |
padding: 4px 12px; |
| 174 |
font-size: 13px; |
| 175 |
box-shadow: inset 0 0px 0 #fff,0 1px 0 rgba(0,0,0,.08); |
| 176 |
} |
| 177 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-addon { |
| 178 |
text-shadow: 0 1px 1px #fff; |
| 179 |
background-color: #eee; |
| 180 |
color: #444; |
| 181 |
} |
| 182 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-addon > input { |
| 183 |
vertical-align: bottom; |
| 184 |
} |
| 185 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button { |
| 186 |
line-height: 26px; |
| 187 |
font-size: 13px; |
| 188 |
vertical-align: middle; |
| 189 |
padding: 0 10px -1px; |
| 190 |
} |
| 191 |
.wpdevelop .control-group .btn-toolbar .input-group > input[type='text'] { |
| 192 |
padding: 4px 4px 4px 8px; |
| 193 |
height: 28px; |
| 194 |
} |
| 195 |
.wpdevelop .control-group .btn-toolbar .input-group > select { |
| 196 |
height: 28px; |
| 197 |
line-height: 22px; |
| 198 |
padding: 0 12px; |
| 199 |
font-size: 13px; |
| 200 |
} |
| 201 |
.wpdevelop .control-group .btn-toolbar .input-group > select option:disabled { |
| 202 |
color: #bbb; |
| 203 |
} |
| 204 |
.wpdevelop .control-group .btn-toolbar .input-group .input-group-btn .button { |
| 205 |
box-shadow: 0 0 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.08); |
| 206 |
} |
| 207 |
.wpdevelop .control-group-text { |
| 208 |
float:left; |
| 209 |
margin-right:10px; |
| 210 |
height:28px; |
| 211 |
line-height:28px; |
| 212 |
} |
| 213 |
.wpdevelop .btn-toolbar .input-group > .input-group-btn .button.disabled, |
| 214 |
.wpdevelop .btn-toolbar .btn-group > .button.disabled, |
| 215 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button.disabled, |
| 216 |
.wpdevelop .control-group .btn-toolbar .btn-group > .button.disabled { |
| 217 |
box-shadow: 0 1px 0 #cfcfcf !important; |
| 218 |
} |
| 219 |
.wpdevelop .btn-toolbar .input-group > .input-group-btn .button.active, |
| 220 |
.wpdevelop .btn-toolbar .btn-group > .button.active, |
| 221 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button.active, |
| 222 |
.wpdevelop .control-group .btn-toolbar .btn-group > .button.active { |
| 223 |
transform: none; |
| 224 |
border-color: #ccc; |
| 225 |
} |
| 226 |
.wpdevelop .control-group .btn-toolbar .input-group > input[type='text'], |
| 227 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button, |
| 228 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-addon, |
| 229 |
.wpdevelop .control-group .btn-toolbar .btn-group > .button, |
| 230 |
.wpdevelop .control-group .btn-toolbar .btn-group > input[type=text], |
| 231 |
.wpdevelop .control-group .btn-toolbar .btn-group > select { |
| 232 |
border-radius: 0; |
| 233 |
-moz-border-radius: 0; |
| 234 |
-webkit-border-radius: 0; |
| 235 |
} |
| 236 |
.wpdevelop .control-group .btn-toolbar .input-group > input[type='text']:first-child, |
| 237 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn:first-child .button, |
| 238 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-addon:first-child, |
| 239 |
.wpdevelop .control-group .btn-toolbar .btn-group > .button:first-child, |
| 240 |
.wpdevelop .control-group .btn-toolbar .btn-group > input[type=text]:first-child, |
| 241 |
.wpdevelop .control-group .btn-toolbar .btn-group > select:first-child { |
| 242 |
border-bottom-left-radius: 4px; |
| 243 |
-moz-border-radius-bottomleft: 4px; |
| 244 |
-webkit-border-bottom-left-radius: 4px; |
| 245 |
border-top-left-radius: 4px; |
| 246 |
-moz-border-radius-topleft: 4px; |
| 247 |
-webkit-border-top-left-radius: 4px; |
| 248 |
} |
| 249 |
.wpdevelop .control-group .btn-toolbar .input-group > input[type='text']:last-child, |
| 250 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn:last-child .button, |
| 251 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-addon:last-child, |
| 252 |
.wpdevelop .control-group .btn-toolbar .btn-group > .button:last-child, |
| 253 |
.wpdevelop .control-group .btn-toolbar .btn-group > input[type=text]:last-child, |
| 254 |
.wpdevelop .control-group .btn-toolbar .btn-group > select:last-child { |
| 255 |
border-bottom-right-radius: 4px; |
| 256 |
-moz-border-radius-bottomright: 4px; |
| 257 |
-webkit-border-bottom-right-radius: 4px; |
| 258 |
border-top-right-radius: 4px; |
| 259 |
-moz-border-radius-topright: 4px; |
| 260 |
-webkit-border-top-right-radius: 4px; |
| 261 |
margin-left: -1px; |
| 262 |
} |
| 263 |
.wpdevelop .control-group .btn-group .dropdown-toggle label{ |
| 264 |
margin-bottom: 3px; |
| 265 |
} |
| 266 |
.wpdevelop .control-group .btn-group .dropdown-toggle span.wpbm_selected_in_dropdown{ |
| 267 |
display: inline-block; |
| 268 |
vertical-align: middle; |
| 269 |
margin-bottom: 3px; |
| 270 |
} |
| 271 |
/* .form-group */ |
| 272 |
.wpdevelop .form-group .input-group > .button, |
| 273 |
.wpdevelop .form-group .input-group .input-group-btn .button { |
| 274 |
display: inline-block; |
| 275 |
font-size: 14px; |
| 276 |
font-weight: 400; |
| 277 |
height:34px; |
| 278 |
line-height: 1.42857; |
| 279 |
margin-bottom: 0; |
| 280 |
padding: 6px 12px; |
| 281 |
text-align: center; |
| 282 |
vertical-align: middle; |
| 283 |
white-space: nowrap; |
| 284 |
border-radius: 0; |
| 285 |
-moz-border-radius: 0; |
| 286 |
-webkit-border-radius: 0; |
| 287 |
} |
| 288 |
.wpdevelop .form-group .input-group .input-group-btn .btn-toolbar .btn-group .button { |
| 289 |
border-radius: 4px; |
| 290 |
-moz-border-radius: 4px; |
| 291 |
-webkit-border-radius: 4px; |
| 292 |
margin:0; |
| 293 |
} |
| 294 |
.wpdevelop .form-group .input-group > .button:first-child, |
| 295 |
.wpdevelop .form-group .input-group > input[type=text]:first-child, |
| 296 |
.wpdevelop .form-group .input-group > select:first-child, |
| 297 |
.wpdevelop .form-group .input-group .input-group-btn:first-child .button, |
| 298 |
.wpdevelop .form-group .input-group .input-group-btn .btn-toolbar .btn-group .button:first-child{ |
| 299 |
border-bottom-left-radius: 4px; |
| 300 |
-moz-border-radius-bottomleft: 4px; |
| 301 |
-webkit-border-bottom-left-radius: 4px; |
| 302 |
border-top-left-radius: 4px; |
| 303 |
-moz-border-radius-topleft: 4px; |
| 304 |
-webkit-border-top-left-radius: 4px; |
| 305 |
margin-left: 0; |
| 306 |
} |
| 307 |
.wpdevelop .form-group .input-group > .button:last-child, |
| 308 |
.wpdevelop .form-group .input-group > input[type=text]:last-child, |
| 309 |
.wpdevelop .form-group .input-group > select:last-child, |
| 310 |
.wpdevelop .form-group .input-group > .dropdown-toggle, |
| 311 |
.wpdevelop .form-group .input-group > .input-group-btn:last-child .button, |
| 312 |
.wpdevelop .form-group .input-group .input-group-btn .btn-toolbar > .btn-group > .button:last-child { |
| 313 |
border-bottom-right-radius: 4px; |
| 314 |
-moz-border-radius-bottomright: 4px; |
| 315 |
-webkit-border-bottom-right-radius: 4px; |
| 316 |
border-top-right-radius: 4px; |
| 317 |
-moz-border-radius-topright: 4px; |
| 318 |
-webkit-border-top-right-radius: 4px; |
| 319 |
margin-left: -1px; |
| 320 |
} |
| 321 |
.wpdevelop .form-group .input-group ul.dropdown-menu { |
| 322 |
margin-top:0; |
| 323 |
border-top-right-radius: 0; |
| 324 |
-moz-border-radius-topright: 0; |
| 325 |
-webkit-border-top-right-radius: 0; |
| 326 |
border-top-left-radius: 0; |
| 327 |
-moz-border-radius-topleft: 0; |
| 328 |
-webkit-border-top-left-radius: 0; |
| 329 |
} |
| 330 |
|
| 331 |
/* Fix: for showing correct width in Chrome. Its trick, so need to test more... 2016-08-31 */ |
| 332 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-addon, |
| 333 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn { |
| 334 |
width:auto; |
| 335 |
} |
| 336 |
|
| 337 |
/* .btn-group-vertical */ |
| 338 |
|
| 339 |
.wpdevelop .btn-group-vertical > .button, |
| 340 |
.wpdevelop .btn-group-vertical > .btn-group, |
| 341 |
.wpdevelop .btn-group-vertical > .btn-group > .button { |
| 342 |
display: block; |
| 343 |
float: none; |
| 344 |
width: 100%; |
| 345 |
max-width: 100%; |
| 346 |
-webkit-box-sizing: border-box; |
| 347 |
-moz-box-sizing: border-box; |
| 348 |
box-sizing: border-box; |
| 349 |
margin-bottom: 0; |
| 350 |
} |
| 351 |
.wpdevelop .btn-group-vertical > .btn-group > .button { |
| 352 |
float: none; |
| 353 |
} |
| 354 |
.wpdevelop .btn-group-vertical > .button + .button, |
| 355 |
.wpdevelop .btn-group-vertical > .button + .btn-group, |
| 356 |
.wpdevelop .btn-group-vertical > .btn-group + .button, |
| 357 |
.wpdevelop .btn-group-vertical > .btn-group + .btn-group { |
| 358 |
margin-top: -1px; |
| 359 |
margin-left: 0; |
| 360 |
} |
| 361 |
.wpdevelop .btn-group-vertical > .button:not(:first-child):not(:last-child) { |
| 362 |
border-radius: 0; |
| 363 |
} |
| 364 |
.wpdevelop .btn-group-vertical > .button:first-child:not(:last-child) { |
| 365 |
border-top-right-radius: 4px; |
| 366 |
border-bottom-right-radius: 0; |
| 367 |
border-bottom-left-radius: 0; |
| 368 |
} |
| 369 |
.wpdevelop .btn-group-vertical > .button:last-child:not(:first-child) { |
| 370 |
border-bottom-left-radius: 4px; |
| 371 |
border-top-right-radius: 0; |
| 372 |
border-top-left-radius: 0; |
| 373 |
} |
| 374 |
.wpdevelop .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .button { |
| 375 |
border-radius: 0; |
| 376 |
} |
| 377 |
.wpdevelop .btn-group-vertical > .btn-group:first-child:not(:last-child) > .button:last-child, |
| 378 |
.wpdevelop .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { |
| 379 |
border-bottom-right-radius: 0; |
| 380 |
border-bottom-left-radius: 0; |
| 381 |
} |
| 382 |
.wpdevelop .btn-group-vertical > .btn-group:last-child:not(:first-child) > .button:first-child { |
| 383 |
border-top-right-radius: 0; |
| 384 |
border-top-left-radius: 0; |
| 385 |
} |
| 386 |
/*******************************************************************************/ |
| 387 |
|
| 388 |
@media (max-width: 782px) { |
| 389 |
.wpdevelop .wpbm-sm-100 { |
| 390 |
width:100% !important; |
| 391 |
} |
| 392 |
|
| 393 |
/* .wpdevelop .control-group .btn-toolbar .input-group { |
| 394 |
margin-bottom: 10px; |
| 395 |
}*/ |
| 396 |
.wpdevelop .in-button-text { |
| 397 |
display:none; |
| 398 |
} |
| 399 |
.wpdevelop .control-group .btn-group > .button, |
| 400 |
.wpdevelop .control-group .btn-toolbar .btn-group > .button, |
| 401 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button { |
| 402 |
height: 34px; |
| 403 |
line-height: 1.5em; |
| 404 |
} |
| 405 |
.wpdevelop .control-group .btn-toolbar .input-group > input[type='text']{ |
| 406 |
height: 34px; |
| 407 |
padding:0 12px; |
| 408 |
line-height:auto; |
| 409 |
} |
| 410 |
#wpbody .wpdevelop .control-group .btn-toolbar .input-group > select { |
| 411 |
height: 34px; |
| 412 |
line-height: 28px; |
| 413 |
} |
| 414 |
.wpdevelop .control-group-text { |
| 415 |
height: 34px; |
| 416 |
line-height: 34px; |
| 417 |
} |
| 418 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button { |
| 419 |
margin:0 0 0 -1px; |
| 420 |
} |
| 421 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-addon { |
| 422 |
|
| 423 |
padding-top:0; |
| 424 |
padding-bottom:0; |
| 425 |
} |
| 426 |
} |
| 427 |
|
| 428 |
@media (max-width: 400px) { |
| 429 |
.wpdevelop .wpbm-sm-100 { |
| 430 |
width:100% !important; |
| 431 |
} |
| 432 |
} |
| 433 |
|
| 434 |
/*******************************************************************************/ |
| 435 |
/* Fix for Chrome - Admin Skin *************************************************/ |
| 436 |
/*******************************************************************************/ |
| 437 |
/* FixIn: 8.0.2.5 */ |
| 438 |
#wh_booking_type, |
| 439 |
.chzn-container-multi, |
| 440 |
.chzn-container-multi .chzn-choices, |
| 441 |
.wpdevelop .btn-group, |
| 442 |
.wpdevelop .btn-group-vertical { |
| 443 |
box-shadow: none !important; |
| 444 |
border-color: #d8d8d8 !important; |
| 445 |
} |
| 446 |
.chzn-container-multi .chzn-choices .search-choice { |
| 447 |
margin: 3px 0 0px 5px; |
| 448 |
padding: 2px 20px 1px 5px; |
| 449 |
border-color: #d5d5d5; |
| 450 |
} |
| 451 |
.wpdevelop .input-group .dropdown-menu-text-element .form-control { |
| 452 |
border-radius: 4px; |
| 453 |
-moz-border-radius: 4px; |
| 454 |
-webkit-border-radius: 4px; |
| 455 |
} |
| 456 |
/* Border Color and Shadow */ |
| 457 |
.wpdevelop .button:not([class*="button-primary"]), |
| 458 |
.wpdevelop .control-group .btn-toolbar .btn-group > .button:not([class*="button-primary"]), |
| 459 |
.wpdevelop .control-group .btn-toolbar .btn-group > input[type=text], |
| 460 |
.wpdevelop .control-group .btn-toolbar .btn-group > select, |
| 461 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button, |
| 462 |
.wpdevelop .control-group .btn-toolbar .input-group .input-group-btn .button, |
| 463 |
.wpdevelop .control-group .btn-toolbar .input-group > select, |
| 464 |
.wpdevelop .control-group .btn-toolbar .input-group > input[type='text'], |
| 465 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-addon { |
| 466 |
border: 1px solid #d8d8d8; |
| 467 |
} |
| 468 |
.wpdevelop .button, |
| 469 |
.wpdevelop .control-group .btn-toolbar .btn-group > .button, |
| 470 |
.wpdevelop .control-group .btn-toolbar .btn-group > input[type=text], |
| 471 |
.wpdevelop .control-group .btn-toolbar .btn-group > select, |
| 472 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button, |
| 473 |
.wpdevelop .control-group .btn-toolbar .input-group .input-group-btn .button, |
| 474 |
.wpdevelop .control-group .btn-toolbar .input-group > select, |
| 475 |
.wpdevelop .control-group .btn-toolbar .input-group > input[type='text'], |
| 476 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-addon { |
| 477 |
box-shadow: 0 1px 0px #f1f1f1; |
| 478 |
} |
| 479 |
.wp-core-ui .wpdevelop .control-group .button-secondary:focus, |
| 480 |
.wp-core-ui .wpdevelop .control-group .wpdevelop .button-secondary:hover, |
| 481 |
.wp-core-ui .wpdevelop .control-group .button.focus, |
| 482 |
.wp-core-ui .wpdevelop .control-group .button.hover:not([class*="button-primary"]), |
| 483 |
.wp-core-ui .wpdevelop .control-group .button:focus, |
| 484 |
.wp-core-ui .wpdevelop .control-group .button:hover:not([class*="button-primary"]) { |
| 485 |
border-color: #d8d8d8; |
| 486 |
} |
| 487 |
|
| 488 |
/* Margin */ |
| 489 |
.wpdevelop .input-group .dropdown-menu-text-element-count-1 .form-control, |
| 490 |
.wpdevelop .input-group .form-control, |
| 491 |
.wpdevelop .control-group .btn-toolbar .btn-group > .button, |
| 492 |
.wpdevelop .control-group .btn-toolbar .btn-group > select, |
| 493 |
.wpdevelop .control-group .btn-toolbar .btn-group > input[type=text], |
| 494 |
.wpdevelop .control-group .btn-toolbar .btn-group > .button, |
| 495 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button, |
| 496 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-addon, |
| 497 |
/*.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button,*/ |
| 498 |
/*.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button,*/ |
| 499 |
/*.wpdevelop .control-group .btn-toolbar .input-group .input-group-btn .button,*/ |
| 500 |
.wpdevelop .control-group .btn-toolbar .input-group > select, |
| 501 |
.wpdevelop .control-group .btn-toolbar .input-group > input[type='text'] { |
| 502 |
margin:0 0 0 -2px !important; |
| 503 |
} |
| 504 |
.wpdevelop .btn-group-vertical > .button + .button, |
| 505 |
.wpdevelop .btn-group-vertical > .button + .btn-group, |
| 506 |
.wpdevelop .btn-group-vertical > .btn-group + .button, |
| 507 |
.wpdevelop .btn-group-vertical > .btn-group + .btn-group{ |
| 508 |
margin-top: -2px; |
| 509 |
} |
| 510 |
/* In Dropdown lists buttons */ |
| 511 |
.wpdevelop .dropdown-menu > li .btn-group .button { |
| 512 |
font-size: 14px; |
| 513 |
line-height: 15px; |
| 514 |
} |
| 515 |
.wpdevelop .dropdown-menu li .btn-toolbar .input-group.text-group .dropdown-menu-text-element { |
| 516 |
width:100%; |
| 517 |
} |
| 518 |
/* Booking Listing */ |
| 519 |
.wpbm-listing-header, |
| 520 |
.wpbm-listing-row, |
| 521 |
/* Toolbar (sub tab) border */ |
| 522 |
.wpdvlp-sub-tabs, |
| 523 |
.wpdvlp-top-tabs .nav-tabs, |
| 524 |
.wpdevelop .visibility_container .tab-bottom { |
| 525 |
border-color:#d5d5d5; |
| 526 |
} |
| 527 |
/* Dates */ |
| 528 |
.wpbm-listing-collumn.field-dates .field-booking-date, |
| 529 |
.wpbm-listing-collumn.field-dates .field-booking-date:hover, |
| 530 |
/* Labels */ |
| 531 |
.wpbm-listing-collumn .label, |
| 532 |
.wpbm_resources_table .label, |
| 533 |
/* TimeLine Popover Labels */ |
| 534 |
.wpdevelop .popover-content .wpbm-popover-content-data.wpbm-listing-collumn .field-dates .field-booking-date, |
| 535 |
.wpdevelop .popover-content .wpbm-popover-content-data.wpbm-listing-collumn .field-dates .field-booking-date:hover, |
| 536 |
.wpdevelop .popover-content .wpbm-popover-content-data.wpbm-listing-collumn .field-labels span.label, |
| 537 |
.wpdevelop .popover-content .wpbm-popover-content-data.wpbm-listing-collumn .field-id span.label { |
| 538 |
border: 0; |
| 539 |
box-shadow: 0 0 1px #ddd; |
| 540 |
padding: 5px 10px; |
| 541 |
white-space: nowrap; |
| 542 |
line-height: 2.8em; |
| 543 |
margin-right: 3px; |
| 544 |
font-size: 11px; |
| 545 |
border-radius: .2em; |
| 546 |
} |
| 547 |
/* TimeLine Popover Labels - ID */ |
| 548 |
.wpdevelop .popover-content .wpbm-popover-content-data.wpbm-listing-collumn .field-id span.label { |
| 549 |
border-radius: 0.9em; |
| 550 |
line-height: 3em; |
| 551 |
} |
| 552 |
.wpdevelop .popover-content .wpbm-popover-content-data.wpbm-listing-collumn .field-dates .field-booking-date, |
| 553 |
.wpdevelop .popover-content .wpbm-popover-content-data.wpbm-listing-collumn .field-dates .field-booking-date:hover, |
| 554 |
.wpdevelop .popover-content .wpbm-popover-content-data.wpbm-listing-collumn .field-labels span.label { |
| 555 |
font-weight:400; |
| 556 |
text-shadow: none; |
| 557 |
font-size: 12px; |
| 558 |
} |
| 559 |
/* Dates */ |
| 560 |
.wpbm-listing-collumn.field-dates .field-booking-date, |
| 561 |
.wpbm-listing-collumn.field-dates .field-booking-date:hover { |
| 562 |
font-size: 12px; |
| 563 |
} |
| 564 |
/* Booking Listing page */ |
| 565 |
/* Selected row */ |
| 566 |
.wpdevelop.wpbm_resources_table table > tbody > tr.row_selected_color > th, |
| 567 |
.wpdevelop.wpbm_resources_table table > tbody > tr.row_selected_color > td, |
| 568 |
.wpbm-listing-row.row.row_selected_color { |
| 569 |
/*background: #f9f9e7;*/ |
| 570 |
/*background: #ffffeb;*/ |
| 571 |
/*border-color: #d2d2d2 !important;*/ |
| 572 |
background: transparent; |
| 573 |
border-color: #d2d2d2 !important; |
| 574 |
border-left: 4px solid #08a !important; |
| 575 |
} |
| 576 |
.wpdevelop.wpbm_resources_table table > tbody > tr.row_selected_color > td{ |
| 577 |
border-left: 0px solid #d2d2d2 !important; |
| 578 |
} |
| 579 |
/* "Content of booking fields data" in booking listing */ |
| 580 |
.wpbm-listing-collumn .fieldvalue{ |
| 581 |
padding: 4px 5px; |
| 582 |
line-height: 2.3em; |
| 583 |
} |
| 584 |
/* Cehckbox for Selection */ |
| 585 |
.wpbm_page .wpdevelop .wpbm-listing-collumn.col-sm-2 .field-checkbox input[type="checkbox"], |
| 586 |
.wpbm_page .wpdevelop .wpbm-listing-collumn.col-sm-3 .field-checkbox input[type="checkbox"] { |
| 587 |
margin-top:7px; |
| 588 |
} |