| 1 |
.post-type-hurrytimer_countdown { |
| 2 |
/*! jQuery UI - v1.12.1 - 2016-09-14 |
| 3 |
* http://jqueryui.com |
| 4 |
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css |
| 5 |
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6 |
| 6 |
* Copyright jQuery Foundation and other contributors; Licensed MIT */ |
| 7 |
/* Shortened version style */ } |
| 8 |
.post-type-hurrytimer_countdown html, .post-type-hurrytimer_countdown body { |
| 9 |
font-family: "Roboto", sans-serif; } |
| 10 |
.post-type-hurrytimer_countdown .hrytmr-input-toggle { |
| 11 |
position: relative; |
| 12 |
display: inline-block; |
| 13 |
width: 38px; |
| 14 |
height: 17px; |
| 15 |
border-radius: 38px; |
| 16 |
background-color: #999; |
| 17 |
padding: 2px; |
| 18 |
outline: none; } |
| 19 |
.post-type-hurrytimer_countdown .hrytmr-input-toggle:before { |
| 20 |
content: ""; |
| 21 |
display: block; |
| 22 |
width: 17px; |
| 23 |
height: 17px; |
| 24 |
background-color: #fff; |
| 25 |
border-radius: 17px; |
| 26 |
margin-left: 0; |
| 27 |
transition: margin 300ms ease; } |
| 28 |
.post-type-hurrytimer_countdown .hrytmr-input-toggle.is-on { |
| 29 |
background-color: #1e88e5; } |
| 30 |
.post-type-hurrytimer_countdown .hrytmr-input-toggle.is-on:before { |
| 31 |
margin-left: 21px; } |
| 32 |
.post-type-hurrytimer_countdown .select2-container { |
| 33 |
box-sizing: border-box; |
| 34 |
display: inline-block; |
| 35 |
margin: 0; |
| 36 |
position: relative; |
| 37 |
vertical-align: middle; } |
| 38 |
.post-type-hurrytimer_countdown .select2-container .select2-selection--single { |
| 39 |
box-sizing: border-box; |
| 40 |
cursor: pointer; |
| 41 |
display: block; |
| 42 |
height: 28px; |
| 43 |
user-select: none; |
| 44 |
-webkit-user-select: none; } |
| 45 |
.post-type-hurrytimer_countdown .select2-container .select2-selection--single .select2-selection__rendered { |
| 46 |
display: block; |
| 47 |
padding-left: 8px; |
| 48 |
padding-right: 20px; |
| 49 |
overflow: hidden; |
| 50 |
text-overflow: ellipsis; |
| 51 |
white-space: nowrap; } |
| 52 |
.post-type-hurrytimer_countdown .select2-container .select2-selection--single .select2-selection__clear { |
| 53 |
position: relative; } |
| 54 |
.post-type-hurrytimer_countdown .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { |
| 55 |
padding-right: 8px; |
| 56 |
padding-left: 20px; } |
| 57 |
.post-type-hurrytimer_countdown .select2-container .select2-selection--multiple { |
| 58 |
box-sizing: border-box; |
| 59 |
cursor: pointer; |
| 60 |
display: block; |
| 61 |
min-height: 32px; |
| 62 |
user-select: none; |
| 63 |
-webkit-user-select: none; } |
| 64 |
.post-type-hurrytimer_countdown .select2-container .select2-selection--multiple .select2-selection__rendered { |
| 65 |
display: inline-block; |
| 66 |
overflow: hidden; |
| 67 |
padding-left: 8px; |
| 68 |
text-overflow: ellipsis; |
| 69 |
white-space: nowrap; } |
| 70 |
.post-type-hurrytimer_countdown .select2-container .select2-search--inline { |
| 71 |
float: left; } |
| 72 |
.post-type-hurrytimer_countdown .select2-container .select2-search--inline .select2-search__field { |
| 73 |
box-sizing: border-box; |
| 74 |
border: none; |
| 75 |
font-size: 100%; |
| 76 |
margin-top: 5px; |
| 77 |
padding: 0; } |
| 78 |
.post-type-hurrytimer_countdown .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { |
| 79 |
-webkit-appearance: none; } |
| 80 |
.post-type-hurrytimer_countdown .select2-dropdown { |
| 81 |
background-color: white; |
| 82 |
border: 1px solid #aaa; |
| 83 |
border-radius: 4px; |
| 84 |
box-sizing: border-box; |
| 85 |
display: block; |
| 86 |
position: absolute; |
| 87 |
left: -100000px; |
| 88 |
width: 100%; |
| 89 |
z-index: 1051; } |
| 90 |
.post-type-hurrytimer_countdown .select2-results { |
| 91 |
display: block; } |
| 92 |
.post-type-hurrytimer_countdown .select2-results__options { |
| 93 |
list-style: none; |
| 94 |
margin: 0; |
| 95 |
padding: 0; } |
| 96 |
.post-type-hurrytimer_countdown .select2-results__option { |
| 97 |
padding: 6px; |
| 98 |
user-select: none; |
| 99 |
-webkit-user-select: none; } |
| 100 |
.post-type-hurrytimer_countdown .select2-results__option[aria-selected] { |
| 101 |
cursor: pointer; } |
| 102 |
.post-type-hurrytimer_countdown .select2-container--open .select2-dropdown { |
| 103 |
left: 0; } |
| 104 |
.post-type-hurrytimer_countdown .select2-container--open .select2-dropdown--above { |
| 105 |
border-bottom: none; |
| 106 |
border-bottom-left-radius: 0; |
| 107 |
border-bottom-right-radius: 0; } |
| 108 |
.post-type-hurrytimer_countdown .select2-container--open .select2-dropdown--below { |
| 109 |
border-top: none; |
| 110 |
border-top-left-radius: 0; |
| 111 |
border-top-right-radius: 0; } |
| 112 |
.post-type-hurrytimer_countdown .select2-search--dropdown { |
| 113 |
display: block; |
| 114 |
padding: 4px; } |
| 115 |
.post-type-hurrytimer_countdown .select2-search--dropdown .select2-search__field { |
| 116 |
padding: 4px; |
| 117 |
width: 100%; |
| 118 |
box-sizing: border-box; } |
| 119 |
.post-type-hurrytimer_countdown .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { |
| 120 |
-webkit-appearance: none; } |
| 121 |
.post-type-hurrytimer_countdown .select2-search--dropdown.select2-search--hide { |
| 122 |
display: none; } |
| 123 |
.post-type-hurrytimer_countdown .select2-close-mask { |
| 124 |
border: 0; |
| 125 |
margin: 0; |
| 126 |
padding: 0; |
| 127 |
display: block; |
| 128 |
position: fixed; |
| 129 |
left: 0; |
| 130 |
top: 0; |
| 131 |
min-height: 100%; |
| 132 |
min-width: 100%; |
| 133 |
height: auto; |
| 134 |
width: auto; |
| 135 |
opacity: 0; |
| 136 |
z-index: 99; |
| 137 |
background-color: #fff; |
| 138 |
filter: alpha(opacity=0); } |
| 139 |
.post-type-hurrytimer_countdown .select2-hidden-accessible { |
| 140 |
border: 0 !important; |
| 141 |
clip: rect(0 0 0 0) !important; |
| 142 |
-webkit-clip-path: inset(50%) !important; |
| 143 |
clip-path: inset(50%) !important; |
| 144 |
height: 1px !important; |
| 145 |
overflow: hidden !important; |
| 146 |
padding: 0 !important; |
| 147 |
position: absolute !important; |
| 148 |
width: 1px !important; |
| 149 |
white-space: nowrap !important; } |
| 150 |
.post-type-hurrytimer_countdown .select2-container--default .select2-selection--single { |
| 151 |
background-color: #fff; |
| 152 |
border: 1px solid #aaa; |
| 153 |
border-radius: 4px; } |
| 154 |
.post-type-hurrytimer_countdown .select2-container--default .select2-selection--single .select2-selection__rendered { |
| 155 |
color: #444; |
| 156 |
line-height: 28px; } |
| 157 |
.post-type-hurrytimer_countdown .select2-container--default .select2-selection--single .select2-selection__clear { |
| 158 |
cursor: pointer; |
| 159 |
float: right; |
| 160 |
font-weight: bold; } |
| 161 |
.post-type-hurrytimer_countdown .select2-container--default .select2-selection--single .select2-selection__placeholder { |
| 162 |
color: #999; } |
| 163 |
.post-type-hurrytimer_countdown .select2-container--default .select2-selection--single .select2-selection__arrow { |
| 164 |
height: 26px; |
| 165 |
position: absolute; |
| 166 |
top: 1px; |
| 167 |
right: 1px; |
| 168 |
width: 20px; } |
| 169 |
.post-type-hurrytimer_countdown .select2-container--default .select2-selection--single .select2-selection__arrow b { |
| 170 |
border-color: #888 transparent transparent transparent; |
| 171 |
border-style: solid; |
| 172 |
border-width: 5px 4px 0 4px; |
| 173 |
height: 0; |
| 174 |
left: 50%; |
| 175 |
margin-left: -4px; |
| 176 |
margin-top: -2px; |
| 177 |
position: absolute; |
| 178 |
top: 50%; |
| 179 |
width: 0; } |
| 180 |
.post-type-hurrytimer_countdown .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { |
| 181 |
float: left; } |
| 182 |
.post-type-hurrytimer_countdown .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { |
| 183 |
left: 1px; |
| 184 |
right: auto; } |
| 185 |
.post-type-hurrytimer_countdown .select2-container--default.select2-container--disabled .select2-selection--single { |
| 186 |
background-color: #eee; |
| 187 |
cursor: default; } |
| 188 |
.post-type-hurrytimer_countdown .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { |
| 189 |
display: none; } |
| 190 |
.post-type-hurrytimer_countdown .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { |
| 191 |
border-color: transparent transparent #888 transparent; |
| 192 |
border-width: 0 4px 5px 4px; } |
| 193 |
.post-type-hurrytimer_countdown .select2-container--default .select2-selection--multiple { |
| 194 |
background-color: white; |
| 195 |
border: 1px solid #aaa; |
| 196 |
border-radius: 4px; |
| 197 |
cursor: text; } |
| 198 |
.post-type-hurrytimer_countdown .select2-container--default .select2-selection--multiple .select2-selection__rendered { |
| 199 |
box-sizing: border-box; |
| 200 |
list-style: none; |
| 201 |
margin: 0; |
| 202 |
padding: 0 5px; |
| 203 |
width: 100%; } |
| 204 |
.post-type-hurrytimer_countdown .select2-container--default .select2-selection--multiple .select2-selection__rendered li { |
| 205 |
list-style: none; } |
| 206 |
.post-type-hurrytimer_countdown .select2-container--default .select2-selection--multiple .select2-selection__placeholder { |
| 207 |
color: #999; |
| 208 |
margin-top: 5px; |
| 209 |
float: left; } |
| 210 |
.post-type-hurrytimer_countdown .select2-container--default .select2-selection--multiple .select2-selection__clear { |
| 211 |
cursor: pointer; |
| 212 |
float: right; |
| 213 |
font-weight: bold; |
| 214 |
margin-top: 5px; |
| 215 |
margin-right: 10px; } |
| 216 |
.post-type-hurrytimer_countdown .select2-container--default .select2-selection--multiple .select2-selection__choice { |
| 217 |
background-color: #e4e4e4; |
| 218 |
border: 1px solid #aaa; |
| 219 |
border-radius: 4px; |
| 220 |
cursor: default; |
| 221 |
float: left; |
| 222 |
margin-right: 5px; |
| 223 |
margin-top: 5px; |
| 224 |
padding: 0 5px; } |
| 225 |
.post-type-hurrytimer_countdown .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { |
| 226 |
color: #999; |
| 227 |
cursor: pointer; |
| 228 |
display: inline-block; |
| 229 |
font-weight: bold; |
| 230 |
margin-right: 2px; } |
| 231 |
.post-type-hurrytimer_countdown .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { |
| 232 |
color: #333; } |
| 233 |
.post-type-hurrytimer_countdown .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .post-type-hurrytimer_countdown .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .post-type-hurrytimer_countdown .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { |
| 234 |
float: right; } |
| 235 |
.post-type-hurrytimer_countdown .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { |
| 236 |
margin-left: 5px; |
| 237 |
margin-right: auto; } |
| 238 |
.post-type-hurrytimer_countdown .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { |
| 239 |
margin-left: 2px; |
| 240 |
margin-right: auto; } |
| 241 |
.post-type-hurrytimer_countdown .select2-container--default.select2-container--focus .select2-selection--multiple { |
| 242 |
border: solid black 1px; |
| 243 |
outline: 0; } |
| 244 |
.post-type-hurrytimer_countdown .select2-container--default.select2-container--disabled .select2-selection--multiple { |
| 245 |
background-color: #eee; |
| 246 |
cursor: default; } |
| 247 |
.post-type-hurrytimer_countdown .select2-container--default.select2-container--disabled .select2-selection__choice__remove { |
| 248 |
display: none; } |
| 249 |
.post-type-hurrytimer_countdown .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .post-type-hurrytimer_countdown .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { |
| 250 |
border-top-left-radius: 0; |
| 251 |
border-top-right-radius: 0; } |
| 252 |
.post-type-hurrytimer_countdown .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .post-type-hurrytimer_countdown .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { |
| 253 |
border-bottom-left-radius: 0; |
| 254 |
border-bottom-right-radius: 0; } |
| 255 |
.post-type-hurrytimer_countdown .select2-container--default .select2-search--dropdown .select2-search__field { |
| 256 |
border: 1px solid #aaa; } |
| 257 |
.post-type-hurrytimer_countdown .select2-container--default .select2-search--inline .select2-search__field { |
| 258 |
background: transparent; |
| 259 |
border: none; |
| 260 |
outline: 0; |
| 261 |
box-shadow: none; |
| 262 |
-webkit-appearance: textfield; } |
| 263 |
.post-type-hurrytimer_countdown .select2-container--default .select2-results > .select2-results__options { |
| 264 |
max-height: 200px; |
| 265 |
overflow-y: auto; } |
| 266 |
.post-type-hurrytimer_countdown .select2-container--default .select2-results__option[role=group] { |
| 267 |
padding: 0; } |
| 268 |
.post-type-hurrytimer_countdown .select2-container--default .select2-results__option[aria-disabled=true] { |
| 269 |
color: #999; } |
| 270 |
.post-type-hurrytimer_countdown .select2-container--default .select2-results__option[aria-selected=true] { |
| 271 |
background-color: #ddd; } |
| 272 |
.post-type-hurrytimer_countdown .select2-container--default .select2-results__option .select2-results__option { |
| 273 |
padding-left: 1em; } |
| 274 |
.post-type-hurrytimer_countdown .select2-container--default .select2-results__option .select2-results__option .select2-results__group { |
| 275 |
padding-left: 0; } |
| 276 |
.post-type-hurrytimer_countdown .select2-container--default .select2-results__option .select2-results__option .select2-results__option { |
| 277 |
margin-left: -1em; |
| 278 |
padding-left: 2em; } |
| 279 |
.post-type-hurrytimer_countdown .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 280 |
margin-left: -2em; |
| 281 |
padding-left: 3em; } |
| 282 |
.post-type-hurrytimer_countdown .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 283 |
margin-left: -3em; |
| 284 |
padding-left: 4em; } |
| 285 |
.post-type-hurrytimer_countdown .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 286 |
margin-left: -4em; |
| 287 |
padding-left: 5em; } |
| 288 |
.post-type-hurrytimer_countdown .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 289 |
margin-left: -5em; |
| 290 |
padding-left: 6em; } |
| 291 |
.post-type-hurrytimer_countdown .select2-container--default .select2-results__option--highlighted[aria-selected] { |
| 292 |
background-color: #5897fb; |
| 293 |
color: white; } |
| 294 |
.post-type-hurrytimer_countdown .select2-container--default .select2-results__group { |
| 295 |
cursor: default; |
| 296 |
display: block; |
| 297 |
padding: 6px; } |
| 298 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-selection--single { |
| 299 |
background-color: #f7f7f7; |
| 300 |
border: 1px solid #aaa; |
| 301 |
border-radius: 4px; |
| 302 |
outline: 0; |
| 303 |
background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%); |
| 304 |
background-image: -o-linear-gradient(top, #fff 50%, #eee 100%); |
| 305 |
background-image: linear-gradient(to bottom, #fff 50%, #eee 100%); |
| 306 |
background-repeat: repeat-x; |
| 307 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } |
| 308 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-selection--single:focus { |
| 309 |
border: 1px solid #5897fb; } |
| 310 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-selection--single .select2-selection__rendered { |
| 311 |
color: #444; |
| 312 |
line-height: 28px; } |
| 313 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-selection--single .select2-selection__clear { |
| 314 |
cursor: pointer; |
| 315 |
float: right; |
| 316 |
font-weight: bold; |
| 317 |
margin-right: 10px; } |
| 318 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-selection--single .select2-selection__placeholder { |
| 319 |
color: #999; } |
| 320 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-selection--single .select2-selection__arrow { |
| 321 |
background-color: #ddd; |
| 322 |
border: none; |
| 323 |
border-left: 1px solid #aaa; |
| 324 |
border-top-right-radius: 4px; |
| 325 |
border-bottom-right-radius: 4px; |
| 326 |
height: 26px; |
| 327 |
position: absolute; |
| 328 |
top: 1px; |
| 329 |
right: 1px; |
| 330 |
width: 20px; |
| 331 |
background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%); |
| 332 |
background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%); |
| 333 |
background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%); |
| 334 |
background-repeat: repeat-x; |
| 335 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); } |
| 336 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-selection--single .select2-selection__arrow b { |
| 337 |
border-color: #888 transparent transparent transparent; |
| 338 |
border-style: solid; |
| 339 |
border-width: 5px 4px 0 4px; |
| 340 |
height: 0; |
| 341 |
left: 50%; |
| 342 |
margin-left: -4px; |
| 343 |
margin-top: -2px; |
| 344 |
position: absolute; |
| 345 |
top: 50%; |
| 346 |
width: 0; } |
| 347 |
.post-type-hurrytimer_countdown .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { |
| 348 |
float: left; } |
| 349 |
.post-type-hurrytimer_countdown .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { |
| 350 |
border: none; |
| 351 |
border-right: 1px solid #aaa; |
| 352 |
border-radius: 0; |
| 353 |
border-top-left-radius: 4px; |
| 354 |
border-bottom-left-radius: 4px; |
| 355 |
left: 1px; |
| 356 |
right: auto; } |
| 357 |
.post-type-hurrytimer_countdown .select2-container--classic.select2-container--open .select2-selection--single { |
| 358 |
border: 1px solid #5897fb; } |
| 359 |
.post-type-hurrytimer_countdown .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { |
| 360 |
background: transparent; |
| 361 |
border: none; } |
| 362 |
.post-type-hurrytimer_countdown .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { |
| 363 |
border-color: transparent transparent #888 transparent; |
| 364 |
border-width: 0 4px 5px 4px; } |
| 365 |
.post-type-hurrytimer_countdown .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { |
| 366 |
border-top: none; |
| 367 |
border-top-left-radius: 0; |
| 368 |
border-top-right-radius: 0; |
| 369 |
background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%); |
| 370 |
background-image: -o-linear-gradient(top, #fff 0%, #eee 50%); |
| 371 |
background-image: linear-gradient(to bottom, #fff 0%, #eee 50%); |
| 372 |
background-repeat: repeat-x; |
| 373 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } |
| 374 |
.post-type-hurrytimer_countdown .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { |
| 375 |
border-bottom: none; |
| 376 |
border-bottom-left-radius: 0; |
| 377 |
border-bottom-right-radius: 0; |
| 378 |
background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%); |
| 379 |
background-image: -o-linear-gradient(top, #eee 50%, #fff 100%); |
| 380 |
background-image: linear-gradient(to bottom, #eee 50%, #fff 100%); |
| 381 |
background-repeat: repeat-x; |
| 382 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); } |
| 383 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-selection--multiple { |
| 384 |
background-color: white; |
| 385 |
border: 1px solid #aaa; |
| 386 |
border-radius: 4px; |
| 387 |
cursor: text; |
| 388 |
outline: 0; } |
| 389 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-selection--multiple:focus { |
| 390 |
border: 1px solid #5897fb; } |
| 391 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-selection--multiple .select2-selection__rendered { |
| 392 |
list-style: none; |
| 393 |
margin: 0; |
| 394 |
padding: 0 5px; } |
| 395 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-selection--multiple .select2-selection__clear { |
| 396 |
display: none; } |
| 397 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-selection--multiple .select2-selection__choice { |
| 398 |
background-color: #e4e4e4; |
| 399 |
border: 1px solid #aaa; |
| 400 |
border-radius: 4px; |
| 401 |
cursor: default; |
| 402 |
float: left; |
| 403 |
margin-right: 5px; |
| 404 |
margin-top: 5px; |
| 405 |
padding: 0 5px; } |
| 406 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { |
| 407 |
color: #888; |
| 408 |
cursor: pointer; |
| 409 |
display: inline-block; |
| 410 |
font-weight: bold; |
| 411 |
margin-right: 2px; } |
| 412 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { |
| 413 |
color: #555; } |
| 414 |
.post-type-hurrytimer_countdown .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { |
| 415 |
float: right; } |
| 416 |
.post-type-hurrytimer_countdown .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { |
| 417 |
margin-left: 5px; |
| 418 |
margin-right: auto; } |
| 419 |
.post-type-hurrytimer_countdown .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { |
| 420 |
margin-left: 2px; |
| 421 |
margin-right: auto; } |
| 422 |
.post-type-hurrytimer_countdown .select2-container--classic.select2-container--open .select2-selection--multiple { |
| 423 |
border: 1px solid #5897fb; } |
| 424 |
.post-type-hurrytimer_countdown .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { |
| 425 |
border-top: none; |
| 426 |
border-top-left-radius: 0; |
| 427 |
border-top-right-radius: 0; } |
| 428 |
.post-type-hurrytimer_countdown .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { |
| 429 |
border-bottom: none; |
| 430 |
border-bottom-left-radius: 0; |
| 431 |
border-bottom-right-radius: 0; } |
| 432 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-search--dropdown .select2-search__field { |
| 433 |
border: 1px solid #aaa; |
| 434 |
outline: 0; } |
| 435 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-search--inline .select2-search__field { |
| 436 |
outline: 0; |
| 437 |
box-shadow: none; } |
| 438 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-dropdown { |
| 439 |
background-color: #fff; |
| 440 |
border: 1px solid transparent; } |
| 441 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-dropdown--above { |
| 442 |
border-bottom: none; } |
| 443 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-dropdown--below { |
| 444 |
border-top: none; } |
| 445 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-results > .select2-results__options { |
| 446 |
max-height: 200px; |
| 447 |
overflow-y: auto; } |
| 448 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-results__option[role=group] { |
| 449 |
padding: 0; } |
| 450 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-results__option[aria-disabled=true] { |
| 451 |
color: grey; } |
| 452 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-results__option--highlighted[aria-selected] { |
| 453 |
background-color: #3875d7; |
| 454 |
color: #fff; } |
| 455 |
.post-type-hurrytimer_countdown .select2-container--classic .select2-results__group { |
| 456 |
cursor: default; |
| 457 |
display: block; |
| 458 |
padding: 6px; } |
| 459 |
.post-type-hurrytimer_countdown .select2-container--classic.select2-container--open .select2-dropdown { |
| 460 |
border-color: #5897fb; } |
| 461 |
.post-type-hurrytimer_countdown .ui-helper-hidden { |
| 462 |
display: none; } |
| 463 |
.post-type-hurrytimer_countdown .ui-helper-hidden-accessible { |
| 464 |
border: 0; |
| 465 |
clip: rect(0 0 0 0); |
| 466 |
height: 1px; |
| 467 |
margin: -1px; |
| 468 |
overflow: hidden; |
| 469 |
padding: 0; |
| 470 |
position: absolute; |
| 471 |
width: 1px; } |
| 472 |
.post-type-hurrytimer_countdown .ui-helper-reset { |
| 473 |
margin: 0; |
| 474 |
padding: 0; |
| 475 |
border: 0; |
| 476 |
outline: 0; |
| 477 |
line-height: 1.3; |
| 478 |
text-decoration: none; |
| 479 |
font-size: 100%; |
| 480 |
list-style: none; } |
| 481 |
.post-type-hurrytimer_countdown .ui-helper-clearfix:before, .post-type-hurrytimer_countdown .ui-helper-clearfix:after { |
| 482 |
content: ""; |
| 483 |
display: table; |
| 484 |
border-collapse: collapse; } |
| 485 |
.post-type-hurrytimer_countdown .ui-helper-clearfix:after { |
| 486 |
clear: both; } |
| 487 |
.post-type-hurrytimer_countdown .ui-helper-zfix { |
| 488 |
width: 100%; |
| 489 |
height: 100%; |
| 490 |
top: 0; |
| 491 |
left: 0; |
| 492 |
position: absolute; |
| 493 |
opacity: 0; |
| 494 |
filter: Alpha(Opacity=0); } |
| 495 |
.post-type-hurrytimer_countdown .ui-front { |
| 496 |
z-index: 100; } |
| 497 |
.post-type-hurrytimer_countdown .ui-state-disabled { |
| 498 |
cursor: default !important; |
| 499 |
pointer-events: none; } |
| 500 |
.post-type-hurrytimer_countdown .ui-icon { |
| 501 |
display: inline-block; |
| 502 |
vertical-align: middle; |
| 503 |
margin-top: -.25em; |
| 504 |
position: relative; |
| 505 |
text-indent: -99999px; |
| 506 |
overflow: hidden; |
| 507 |
background-repeat: no-repeat; } |
| 508 |
.post-type-hurrytimer_countdown .ui-widget-icon-block { |
| 509 |
left: 50%; |
| 510 |
margin-left: -8px; |
| 511 |
display: block; } |
| 512 |
.post-type-hurrytimer_countdown .ui-widget-overlay { |
| 513 |
position: fixed; |
| 514 |
top: 0; |
| 515 |
left: 0; |
| 516 |
width: 100%; |
| 517 |
height: 100%; } |
| 518 |
.post-type-hurrytimer_countdown .ui-accordion .ui-accordion-header { |
| 519 |
display: block; |
| 520 |
cursor: pointer; |
| 521 |
position: relative; |
| 522 |
margin: 2px 0 0 0; |
| 523 |
padding: .5em .5em .5em .7em; |
| 524 |
font-size: 100%; } |
| 525 |
.post-type-hurrytimer_countdown .ui-accordion .ui-accordion-content { |
| 526 |
padding: 1em 2.2em; |
| 527 |
border-top: 0; |
| 528 |
overflow: auto; } |
| 529 |
.post-type-hurrytimer_countdown .ui-autocomplete { |
| 530 |
position: absolute; |
| 531 |
top: 0; |
| 532 |
left: 0; |
| 533 |
cursor: default; } |
| 534 |
.post-type-hurrytimer_countdown .ui-menu { |
| 535 |
list-style: none; |
| 536 |
padding: 0; |
| 537 |
margin: 0; |
| 538 |
display: block; |
| 539 |
outline: 0; } |
| 540 |
.post-type-hurrytimer_countdown .ui-menu .ui-menu { |
| 541 |
position: absolute; } |
| 542 |
.post-type-hurrytimer_countdown .ui-menu .ui-menu-item { |
| 543 |
margin: 0; |
| 544 |
cursor: pointer; |
| 545 |
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); } |
| 546 |
.post-type-hurrytimer_countdown .ui-menu .ui-menu-item-wrapper { |
| 547 |
position: relative; |
| 548 |
padding: 3px 1em 3px .4em; } |
| 549 |
.post-type-hurrytimer_countdown .ui-menu .ui-menu-divider { |
| 550 |
margin: 5px 0; |
| 551 |
height: 0; |
| 552 |
font-size: 0; |
| 553 |
line-height: 0; |
| 554 |
border-width: 1px 0 0 0; } |
| 555 |
.post-type-hurrytimer_countdown .ui-menu .ui-state-focus, .post-type-hurrytimer_countdown .ui-menu .ui-state-active { |
| 556 |
margin: -1px; } |
| 557 |
.post-type-hurrytimer_countdown .ui-menu-icons { |
| 558 |
position: relative; } |
| 559 |
.post-type-hurrytimer_countdown .ui-menu-icons .ui-menu-item-wrapper { |
| 560 |
padding-left: 2em; } |
| 561 |
.post-type-hurrytimer_countdown .ui-menu .ui-icon { |
| 562 |
position: absolute; |
| 563 |
top: 0; |
| 564 |
bottom: 0; |
| 565 |
left: .2em; |
| 566 |
margin: auto 0; } |
| 567 |
.post-type-hurrytimer_countdown .ui-menu .ui-menu-icon { |
| 568 |
left: auto; |
| 569 |
right: 0; } |
| 570 |
.post-type-hurrytimer_countdown .ui-button { |
| 571 |
padding: .4em 1em; |
| 572 |
display: inline-block; |
| 573 |
position: relative; |
| 574 |
line-height: normal; |
| 575 |
margin-right: .1em; |
| 576 |
cursor: pointer; |
| 577 |
vertical-align: middle; |
| 578 |
text-align: center; |
| 579 |
-webkit-user-select: none; |
| 580 |
-moz-user-select: none; |
| 581 |
-ms-user-select: none; |
| 582 |
user-select: none; |
| 583 |
overflow: visible; } |
| 584 |
.post-type-hurrytimer_countdown .ui-button, .post-type-hurrytimer_countdown .ui-button:link, .post-type-hurrytimer_countdown .ui-button:visited, .post-type-hurrytimer_countdown .ui-button:hover, .post-type-hurrytimer_countdown .ui-button:active { |
| 585 |
text-decoration: none; } |
| 586 |
.post-type-hurrytimer_countdown .ui-button-icon-only { |
| 587 |
width: 2em; |
| 588 |
box-sizing: border-box; |
| 589 |
text-indent: -9999px; |
| 590 |
white-space: nowrap; } |
| 591 |
.post-type-hurrytimer_countdown input.ui-button.ui-button-icon-only { |
| 592 |
text-indent: 0; } |
| 593 |
.post-type-hurrytimer_countdown .ui-button-icon-only .ui-icon { |
| 594 |
position: absolute; |
| 595 |
top: 50%; |
| 596 |
left: 50%; |
| 597 |
margin-top: -8px; |
| 598 |
margin-left: -8px; } |
| 599 |
.post-type-hurrytimer_countdown .ui-button.ui-icon-notext .ui-icon { |
| 600 |
padding: 0; |
| 601 |
width: 2.1em; |
| 602 |
height: 2.1em; |
| 603 |
text-indent: -9999px; |
| 604 |
white-space: nowrap; } |
| 605 |
.post-type-hurrytimer_countdown input.ui-button.ui-icon-notext .ui-icon { |
| 606 |
width: auto; |
| 607 |
height: auto; |
| 608 |
text-indent: 0; |
| 609 |
white-space: normal; |
| 610 |
padding: .4em 1em; } |
| 611 |
.post-type-hurrytimer_countdown input.ui-button::-moz-focus-inner, .post-type-hurrytimer_countdown button.ui-button::-moz-focus-inner { |
| 612 |
border: 0; |
| 613 |
padding: 0; } |
| 614 |
.post-type-hurrytimer_countdown .ui-controlgroup { |
| 615 |
vertical-align: middle; |
| 616 |
display: inline-block; } |
| 617 |
.post-type-hurrytimer_countdown .ui-controlgroup > .ui-controlgroup-item { |
| 618 |
float: left; |
| 619 |
margin-left: 0; |
| 620 |
margin-right: 0; } |
| 621 |
.post-type-hurrytimer_countdown .ui-controlgroup > .ui-controlgroup-item:focus, .post-type-hurrytimer_countdown .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus { |
| 622 |
z-index: 9999; } |
| 623 |
.post-type-hurrytimer_countdown .ui-controlgroup-vertical > .ui-controlgroup-item { |
| 624 |
display: block; |
| 625 |
float: none; |
| 626 |
width: 100%; |
| 627 |
margin-top: 0; |
| 628 |
margin-bottom: 0; |
| 629 |
text-align: left; } |
| 630 |
.post-type-hurrytimer_countdown .ui-controlgroup-vertical .ui-controlgroup-item { |
| 631 |
box-sizing: border-box; } |
| 632 |
.post-type-hurrytimer_countdown .ui-controlgroup .ui-controlgroup-label { |
| 633 |
padding: .4em 1em; } |
| 634 |
.post-type-hurrytimer_countdown .ui-controlgroup .ui-controlgroup-label span { |
| 635 |
font-size: 80%; } |
| 636 |
.post-type-hurrytimer_countdown .ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item { |
| 637 |
border-left: none; } |
| 638 |
.post-type-hurrytimer_countdown .ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item { |
| 639 |
border-top: none; } |
| 640 |
.post-type-hurrytimer_countdown .ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content { |
| 641 |
border-right: none; } |
| 642 |
.post-type-hurrytimer_countdown .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content { |
| 643 |
border-bottom: none; } |
| 644 |
.post-type-hurrytimer_countdown .ui-controlgroup-vertical .ui-spinner-input { |
| 645 |
width: 75%; |
| 646 |
width: calc( 100% - 2.4em); } |
| 647 |
.post-type-hurrytimer_countdown .ui-controlgroup-vertical .ui-spinner .ui-spinner-up { |
| 648 |
border-top-style: solid; } |
| 649 |
.post-type-hurrytimer_countdown .ui-checkboxradio-label .ui-icon-background { |
| 650 |
box-shadow: inset 1px 1px 1px #ccc; |
| 651 |
border-radius: .12em; |
| 652 |
border: none; } |
| 653 |
.post-type-hurrytimer_countdown .ui-checkboxradio-radio-label .ui-icon-background { |
| 654 |
width: 16px; |
| 655 |
height: 16px; |
| 656 |
border-radius: 1em; |
| 657 |
overflow: visible; |
| 658 |
border: none; } |
| 659 |
.post-type-hurrytimer_countdown .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .post-type-hurrytimer_countdown .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon { |
| 660 |
background-image: none; |
| 661 |
width: 8px; |
| 662 |
height: 8px; |
| 663 |
border-width: 4px; |
| 664 |
border-style: solid; } |
| 665 |
.post-type-hurrytimer_countdown .ui-checkboxradio-disabled { |
| 666 |
pointer-events: none; } |
| 667 |
.post-type-hurrytimer_countdown .ui-datepicker { |
| 668 |
width: 17em; |
| 669 |
padding: .2em .2em 0; |
| 670 |
display: none; } |
| 671 |
.post-type-hurrytimer_countdown .ui-datepicker .ui-datepicker-header { |
| 672 |
position: relative; |
| 673 |
padding: .2em 0; } |
| 674 |
.post-type-hurrytimer_countdown .ui-datepicker .ui-datepicker-prev, .post-type-hurrytimer_countdown .ui-datepicker .ui-datepicker-next { |
| 675 |
position: absolute; |
| 676 |
top: 2px; |
| 677 |
width: 1.8em; |
| 678 |
height: 1.8em; } |
| 679 |
.post-type-hurrytimer_countdown .ui-datepicker .ui-datepicker-prev-hover, .post-type-hurrytimer_countdown .ui-datepicker .ui-datepicker-next-hover { |
| 680 |
top: 1px; } |
| 681 |
.post-type-hurrytimer_countdown .ui-datepicker .ui-datepicker-prev { |
| 682 |
left: 2px; } |
| 683 |
.post-type-hurrytimer_countdown .ui-datepicker .ui-datepicker-next { |
| 684 |
right: 2px; } |
| 685 |
.post-type-hurrytimer_countdown .ui-datepicker .ui-datepicker-prev-hover { |
| 686 |
left: 1px; } |
| 687 |
.post-type-hurrytimer_countdown .ui-datepicker .ui-datepicker-next-hover { |
| 688 |
right: 1px; } |
| 689 |
.post-type-hurrytimer_countdown .ui-datepicker .ui-datepicker-prev span, .post-type-hurrytimer_countdown .ui-datepicker .ui-datepicker-next span { |
| 690 |
display: block; |
| 691 |
position: absolute; |
| 692 |
left: 50%; |
| 693 |
margin-left: -8px; |
| 694 |
top: 50%; |
| 695 |
margin-top: -8px; } |
| 696 |
.post-type-hurrytimer_countdown .ui-datepicker .ui-datepicker-title { |
| 697 |
margin: 0 2.3em; |
| 698 |
line-height: 1.8em; |
| 699 |
text-align: center; } |
| 700 |
.post-type-hurrytimer_countdown .ui-datepicker .ui-datepicker-title select { |
| 701 |
font-size: 1em; |
| 702 |
margin: 1px 0; } |
| 703 |
.post-type-hurrytimer_countdown .ui-datepicker select.ui-datepicker-month, .post-type-hurrytimer_countdown .ui-datepicker select.ui-datepicker-year { |
| 704 |
width: 45%; } |
| 705 |
.post-type-hurrytimer_countdown .ui-datepicker table { |
| 706 |
width: 100%; |
| 707 |
font-size: .9em; |
| 708 |
border-collapse: collapse; |
| 709 |
margin: 0 0 .4em; } |
| 710 |
.post-type-hurrytimer_countdown .ui-datepicker th { |
| 711 |
padding: .7em .3em; |
| 712 |
text-align: center; |
| 713 |
font-weight: bold; |
| 714 |
border: 0; } |
| 715 |
.post-type-hurrytimer_countdown .ui-datepicker td { |
| 716 |
border: 0; |
| 717 |
padding: 1px; } |
| 718 |
.post-type-hurrytimer_countdown .ui-datepicker td span, .post-type-hurrytimer_countdown .ui-datepicker td a { |
| 719 |
display: block; |
| 720 |
padding: .2em; |
| 721 |
text-align: right; |
| 722 |
text-decoration: none; } |
| 723 |
.post-type-hurrytimer_countdown .ui-datepicker .ui-datepicker-buttonpane { |
| 724 |
background-image: none; |
| 725 |
margin: .7em 0 0 0; |
| 726 |
padding: 0 .2em; |
| 727 |
border-left: 0; |
| 728 |
border-right: 0; |
| 729 |
border-bottom: 0; } |
| 730 |
.post-type-hurrytimer_countdown .ui-datepicker .ui-datepicker-buttonpane button { |
| 731 |
float: right; |
| 732 |
margin: .5em .2em .4em; |
| 733 |
cursor: pointer; |
| 734 |
padding: .2em .6em .3em .6em; |
| 735 |
width: auto; |
| 736 |
overflow: visible; } |
| 737 |
.post-type-hurrytimer_countdown .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { |
| 738 |
float: left; } |
| 739 |
.post-type-hurrytimer_countdown .ui-datepicker.ui-datepicker-multi { |
| 740 |
width: auto; } |
| 741 |
.post-type-hurrytimer_countdown .ui-datepicker-multi .ui-datepicker-group { |
| 742 |
float: left; } |
| 743 |
.post-type-hurrytimer_countdown .ui-datepicker-multi .ui-datepicker-group table { |
| 744 |
width: 95%; |
| 745 |
margin: 0 auto .4em; } |
| 746 |
.post-type-hurrytimer_countdown .ui-datepicker-multi-2 .ui-datepicker-group { |
| 747 |
width: 50%; } |
| 748 |
.post-type-hurrytimer_countdown .ui-datepicker-multi-3 .ui-datepicker-group { |
| 749 |
width: 33.3%; } |
| 750 |
.post-type-hurrytimer_countdown .ui-datepicker-multi-4 .ui-datepicker-group { |
| 751 |
width: 25%; } |
| 752 |
.post-type-hurrytimer_countdown .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .post-type-hurrytimer_countdown .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { |
| 753 |
border-left-width: 0; } |
| 754 |
.post-type-hurrytimer_countdown .ui-datepicker-multi .ui-datepicker-buttonpane { |
| 755 |
clear: left; } |
| 756 |
.post-type-hurrytimer_countdown .ui-datepicker-row-break { |
| 757 |
clear: both; |
| 758 |
width: 100%; |
| 759 |
font-size: 0; } |
| 760 |
.post-type-hurrytimer_countdown .ui-datepicker-rtl { |
| 761 |
direction: rtl; } |
| 762 |
.post-type-hurrytimer_countdown .ui-datepicker-rtl .ui-datepicker-prev { |
| 763 |
right: 2px; |
| 764 |
left: auto; } |
| 765 |
.post-type-hurrytimer_countdown .ui-datepicker-rtl .ui-datepicker-next { |
| 766 |
left: 2px; |
| 767 |
right: auto; } |
| 768 |
.post-type-hurrytimer_countdown .ui-datepicker-rtl .ui-datepicker-prev:hover { |
| 769 |
right: 1px; |
| 770 |
left: auto; } |
| 771 |
.post-type-hurrytimer_countdown .ui-datepicker-rtl .ui-datepicker-next:hover { |
| 772 |
left: 1px; |
| 773 |
right: auto; } |
| 774 |
.post-type-hurrytimer_countdown .ui-datepicker-rtl .ui-datepicker-buttonpane { |
| 775 |
clear: right; } |
| 776 |
.post-type-hurrytimer_countdown .ui-datepicker-rtl .ui-datepicker-buttonpane button { |
| 777 |
float: left; } |
| 778 |
.post-type-hurrytimer_countdown .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .post-type-hurrytimer_countdown .ui-datepicker-rtl .ui-datepicker-group { |
| 779 |
float: right; } |
| 780 |
.post-type-hurrytimer_countdown .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .post-type-hurrytimer_countdown .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { |
| 781 |
border-right-width: 0; |
| 782 |
border-left-width: 1px; } |
| 783 |
.post-type-hurrytimer_countdown .ui-datepicker .ui-icon { |
| 784 |
display: block; |
| 785 |
text-indent: -99999px; |
| 786 |
overflow: hidden; |
| 787 |
background-repeat: no-repeat; |
| 788 |
left: .5em; |
| 789 |
top: .3em; } |
| 790 |
.post-type-hurrytimer_countdown .ui-dialog { |
| 791 |
position: absolute; |
| 792 |
top: 0; |
| 793 |
left: 0; |
| 794 |
padding: .2em; |
| 795 |
outline: 0; } |
| 796 |
.post-type-hurrytimer_countdown .ui-dialog .ui-dialog-titlebar { |
| 797 |
padding: .4em 1em; |
| 798 |
position: relative; } |
| 799 |
.post-type-hurrytimer_countdown .ui-dialog .ui-dialog-title { |
| 800 |
float: left; |
| 801 |
margin: .1em 0; |
| 802 |
white-space: nowrap; |
| 803 |
width: 90%; |
| 804 |
overflow: hidden; |
| 805 |
text-overflow: ellipsis; } |
| 806 |
.post-type-hurrytimer_countdown .ui-dialog .ui-dialog-titlebar-close { |
| 807 |
position: absolute; |
| 808 |
right: .3em; |
| 809 |
top: 50%; |
| 810 |
width: 20px; |
| 811 |
margin: -10px 0 0 0; |
| 812 |
padding: 1px; |
| 813 |
height: 20px; } |
| 814 |
.post-type-hurrytimer_countdown .ui-dialog .ui-dialog-content { |
| 815 |
position: relative; |
| 816 |
border: 0; |
| 817 |
padding: .5em 1em; |
| 818 |
background: none; |
| 819 |
overflow: auto; } |
| 820 |
.post-type-hurrytimer_countdown .ui-dialog .ui-dialog-buttonpane { |
| 821 |
text-align: left; |
| 822 |
border-width: 1px 0 0 0; |
| 823 |
background-image: none; |
| 824 |
margin-top: .5em; |
| 825 |
padding: .3em 1em .5em .4em; } |
| 826 |
.post-type-hurrytimer_countdown .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { |
| 827 |
float: right; } |
| 828 |
.post-type-hurrytimer_countdown .ui-dialog .ui-dialog-buttonpane button { |
| 829 |
margin: .5em .4em .5em 0; |
| 830 |
cursor: pointer; } |
| 831 |
.post-type-hurrytimer_countdown .ui-dialog .ui-resizable-n { |
| 832 |
height: 2px; |
| 833 |
top: 0; } |
| 834 |
.post-type-hurrytimer_countdown .ui-dialog .ui-resizable-e { |
| 835 |
width: 2px; |
| 836 |
right: 0; } |
| 837 |
.post-type-hurrytimer_countdown .ui-dialog .ui-resizable-s { |
| 838 |
height: 2px; |
| 839 |
bottom: 0; } |
| 840 |
.post-type-hurrytimer_countdown .ui-dialog .ui-resizable-w { |
| 841 |
width: 2px; |
| 842 |
left: 0; } |
| 843 |
.post-type-hurrytimer_countdown .ui-dialog .ui-resizable-se, .post-type-hurrytimer_countdown .ui-dialog .ui-resizable-sw, .post-type-hurrytimer_countdown .ui-dialog .ui-resizable-ne, .post-type-hurrytimer_countdown .ui-dialog .ui-resizable-nw { |
| 844 |
width: 7px; |
| 845 |
height: 7px; } |
| 846 |
.post-type-hurrytimer_countdown .ui-dialog .ui-resizable-se { |
| 847 |
right: 0; |
| 848 |
bottom: 0; } |
| 849 |
.post-type-hurrytimer_countdown .ui-dialog .ui-resizable-sw { |
| 850 |
left: 0; |
| 851 |
bottom: 0; } |
| 852 |
.post-type-hurrytimer_countdown .ui-dialog .ui-resizable-ne { |
| 853 |
right: 0; |
| 854 |
top: 0; } |
| 855 |
.post-type-hurrytimer_countdown .ui-dialog .ui-resizable-nw { |
| 856 |
left: 0; |
| 857 |
top: 0; } |
| 858 |
.post-type-hurrytimer_countdown .ui-draggable .ui-dialog-titlebar { |
| 859 |
cursor: move; } |
| 860 |
.post-type-hurrytimer_countdown .ui-draggable-handle { |
| 861 |
-ms-touch-action: none; |
| 862 |
touch-action: none; } |
| 863 |
.post-type-hurrytimer_countdown .ui-resizable { |
| 864 |
position: relative; } |
| 865 |
.post-type-hurrytimer_countdown .ui-resizable-handle { |
| 866 |
position: absolute; |
| 867 |
font-size: 0.1px; |
| 868 |
display: block; |
| 869 |
-ms-touch-action: none; |
| 870 |
touch-action: none; } |
| 871 |
.post-type-hurrytimer_countdown .ui-resizable-disabled .ui-resizable-handle, .post-type-hurrytimer_countdown .ui-resizable-autohide .ui-resizable-handle { |
| 872 |
display: none; } |
| 873 |
.post-type-hurrytimer_countdown .ui-resizable-n { |
| 874 |
cursor: n-resize; |
| 875 |
height: 7px; |
| 876 |
width: 100%; |
| 877 |
top: -5px; |
| 878 |
left: 0; } |
| 879 |
.post-type-hurrytimer_countdown .ui-resizable-s { |
| 880 |
cursor: s-resize; |
| 881 |
height: 7px; |
| 882 |
width: 100%; |
| 883 |
bottom: -5px; |
| 884 |
left: 0; } |
| 885 |
.post-type-hurrytimer_countdown .ui-resizable-e { |
| 886 |
cursor: e-resize; |
| 887 |
width: 7px; |
| 888 |
right: -5px; |
| 889 |
top: 0; |
| 890 |
height: 100%; } |
| 891 |
.post-type-hurrytimer_countdown .ui-resizable-w { |
| 892 |
cursor: w-resize; |
| 893 |
width: 7px; |
| 894 |
left: -5px; |
| 895 |
top: 0; |
| 896 |
height: 100%; } |
| 897 |
.post-type-hurrytimer_countdown .ui-resizable-se { |
| 898 |
cursor: se-resize; |
| 899 |
width: 12px; |
| 900 |
height: 12px; |
| 901 |
right: 1px; |
| 902 |
bottom: 1px; } |
| 903 |
.post-type-hurrytimer_countdown .ui-resizable-sw { |
| 904 |
cursor: sw-resize; |
| 905 |
width: 9px; |
| 906 |
height: 9px; |
| 907 |
left: -5px; |
| 908 |
bottom: -5px; } |
| 909 |
.post-type-hurrytimer_countdown .ui-resizable-nw { |
| 910 |
cursor: nw-resize; |
| 911 |
width: 9px; |
| 912 |
height: 9px; |
| 913 |
left: -5px; |
| 914 |
top: -5px; } |
| 915 |
.post-type-hurrytimer_countdown .ui-resizable-ne { |
| 916 |
cursor: ne-resize; |
| 917 |
width: 9px; |
| 918 |
height: 9px; |
| 919 |
right: -5px; |
| 920 |
top: -5px; } |
| 921 |
.post-type-hurrytimer_countdown .ui-progressbar { |
| 922 |
height: 2em; |
| 923 |
text-align: left; |
| 924 |
overflow: hidden; } |
| 925 |
.post-type-hurrytimer_countdown .ui-progressbar .ui-progressbar-value { |
| 926 |
margin: -1px; |
| 927 |
height: 100%; } |
| 928 |
.post-type-hurrytimer_countdown .ui-progressbar .ui-progressbar-overlay { |
| 929 |
background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw=="); |
| 930 |
height: 100%; |
| 931 |
filter: alpha(opacity=25); |
| 932 |
opacity: 0.25; } |
| 933 |
.post-type-hurrytimer_countdown .ui-progressbar-indeterminate .ui-progressbar-value { |
| 934 |
background-image: none; } |
| 935 |
.post-type-hurrytimer_countdown .ui-selectable { |
| 936 |
-ms-touch-action: none; |
| 937 |
touch-action: none; } |
| 938 |
.post-type-hurrytimer_countdown .ui-selectable-helper { |
| 939 |
position: absolute; |
| 940 |
z-index: 100; |
| 941 |
border: 1px dotted black; } |
| 942 |
.post-type-hurrytimer_countdown .ui-selectmenu-menu { |
| 943 |
padding: 0; |
| 944 |
margin: 0; |
| 945 |
position: absolute; |
| 946 |
top: 0; |
| 947 |
left: 0; |
| 948 |
display: none; } |
| 949 |
.post-type-hurrytimer_countdown .ui-selectmenu-menu .ui-menu { |
| 950 |
overflow: auto; |
| 951 |
overflow-x: hidden; |
| 952 |
padding-bottom: 1px; } |
| 953 |
.post-type-hurrytimer_countdown .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { |
| 954 |
font-size: 1em; |
| 955 |
font-weight: bold; |
| 956 |
line-height: 1.5; |
| 957 |
padding: 2px 0.4em; |
| 958 |
margin: 0.5em 0 0 0; |
| 959 |
height: auto; |
| 960 |
border: 0; } |
| 961 |
.post-type-hurrytimer_countdown .ui-selectmenu-open { |
| 962 |
display: block; } |
| 963 |
.post-type-hurrytimer_countdown .ui-selectmenu-text { |
| 964 |
display: block; |
| 965 |
margin-right: 20px; |
| 966 |
overflow: hidden; |
| 967 |
text-overflow: ellipsis; } |
| 968 |
.post-type-hurrytimer_countdown .ui-selectmenu-button.ui-button { |
| 969 |
text-align: left; |
| 970 |
white-space: nowrap; |
| 971 |
width: 14em; } |
| 972 |
.post-type-hurrytimer_countdown .ui-selectmenu-icon.ui-icon { |
| 973 |
float: right; |
| 974 |
margin-top: 0; } |
| 975 |
.post-type-hurrytimer_countdown .ui-slider { |
| 976 |
position: relative; |
| 977 |
text-align: left; } |
| 978 |
.post-type-hurrytimer_countdown .ui-slider .ui-slider-handle { |
| 979 |
position: absolute; |
| 980 |
z-index: 2; |
| 981 |
width: 1.2em; |
| 982 |
height: 1.2em; |
| 983 |
cursor: default; |
| 984 |
-ms-touch-action: none; |
| 985 |
touch-action: none; } |
| 986 |
.post-type-hurrytimer_countdown .ui-slider .ui-slider-range { |
| 987 |
position: absolute; |
| 988 |
z-index: 1; |
| 989 |
font-size: .7em; |
| 990 |
display: block; |
| 991 |
border: 0; |
| 992 |
background-position: 0 0; } |
| 993 |
.post-type-hurrytimer_countdown .ui-slider.ui-state-disabled .ui-slider-handle, .post-type-hurrytimer_countdown .ui-slider.ui-state-disabled .ui-slider-range { |
| 994 |
filter: inherit; } |
| 995 |
.post-type-hurrytimer_countdown .ui-slider-horizontal { |
| 996 |
height: .8em; } |
| 997 |
.post-type-hurrytimer_countdown .ui-slider-horizontal .ui-slider-handle { |
| 998 |
top: -.3em; |
| 999 |
margin-left: -.6em; } |
| 1000 |
.post-type-hurrytimer_countdown .ui-slider-horizontal .ui-slider-range { |
| 1001 |
top: 0; |
| 1002 |
height: 100%; } |
| 1003 |
.post-type-hurrytimer_countdown .ui-slider-horizontal .ui-slider-range-min { |
| 1004 |
left: 0; } |
| 1005 |
.post-type-hurrytimer_countdown .ui-slider-horizontal .ui-slider-range-max { |
| 1006 |
right: 0; } |
| 1007 |
.post-type-hurrytimer_countdown .ui-slider-vertical { |
| 1008 |
width: .8em; |
| 1009 |
height: 100px; } |
| 1010 |
.post-type-hurrytimer_countdown .ui-slider-vertical .ui-slider-handle { |
| 1011 |
left: -.3em; |
| 1012 |
margin-left: 0; |
| 1013 |
margin-bottom: -.6em; } |
| 1014 |
.post-type-hurrytimer_countdown .ui-slider-vertical .ui-slider-range { |
| 1015 |
left: 0; |
| 1016 |
width: 100%; } |
| 1017 |
.post-type-hurrytimer_countdown .ui-slider-vertical .ui-slider-range-min { |
| 1018 |
bottom: 0; } |
| 1019 |
.post-type-hurrytimer_countdown .ui-slider-vertical .ui-slider-range-max { |
| 1020 |
top: 0; } |
| 1021 |
.post-type-hurrytimer_countdown .ui-sortable-handle { |
| 1022 |
-ms-touch-action: none; |
| 1023 |
touch-action: none; } |
| 1024 |
.post-type-hurrytimer_countdown .ui-spinner { |
| 1025 |
position: relative; |
| 1026 |
display: inline-block; |
| 1027 |
overflow: hidden; |
| 1028 |
padding: 0; |
| 1029 |
vertical-align: middle; } |
| 1030 |
.post-type-hurrytimer_countdown .ui-spinner-input { |
| 1031 |
border: none; |
| 1032 |
background: none; |
| 1033 |
color: inherit; |
| 1034 |
padding: .222em 0; |
| 1035 |
margin: .2em 0; |
| 1036 |
vertical-align: middle; |
| 1037 |
margin-left: .4em; |
| 1038 |
margin-right: 2em; } |
| 1039 |
.post-type-hurrytimer_countdown .ui-spinner-button { |
| 1040 |
width: 1.6em; |
| 1041 |
height: 50%; |
| 1042 |
font-size: .5em; |
| 1043 |
padding: 0; |
| 1044 |
margin: 0; |
| 1045 |
text-align: center; |
| 1046 |
position: absolute; |
| 1047 |
cursor: default; |
| 1048 |
display: block; |
| 1049 |
overflow: hidden; |
| 1050 |
right: 0; } |
| 1051 |
.post-type-hurrytimer_countdown .ui-spinner a.ui-spinner-button { |
| 1052 |
border-top-style: none; |
| 1053 |
border-bottom-style: none; |
| 1054 |
border-right-style: none; } |
| 1055 |
.post-type-hurrytimer_countdown .ui-spinner-up { |
| 1056 |
top: 0; } |
| 1057 |
.post-type-hurrytimer_countdown .ui-spinner-down { |
| 1058 |
bottom: 0; } |
| 1059 |
.post-type-hurrytimer_countdown .ui-tabs { |
| 1060 |
position: relative; |
| 1061 |
padding: .2em; } |
| 1062 |
.post-type-hurrytimer_countdown .ui-tabs .ui-tabs-nav { |
| 1063 |
margin: 0; |
| 1064 |
padding: .2em .2em 0; } |
| 1065 |
.post-type-hurrytimer_countdown .ui-tabs .ui-tabs-nav li { |
| 1066 |
list-style: none; |
| 1067 |
float: left; |
| 1068 |
position: relative; |
| 1069 |
top: 0; |
| 1070 |
margin: 1px .2em 0 0; |
| 1071 |
border-bottom-width: 0; |
| 1072 |
padding: 0; |
| 1073 |
white-space: nowrap; } |
| 1074 |
.post-type-hurrytimer_countdown .ui-tabs .ui-tabs-nav .ui-tabs-anchor { |
| 1075 |
float: left; |
| 1076 |
padding: .5em 1em; |
| 1077 |
text-decoration: none; } |
| 1078 |
.post-type-hurrytimer_countdown .ui-tabs .ui-tabs-nav li.ui-tabs-active { |
| 1079 |
margin-bottom: -1px; |
| 1080 |
padding-bottom: 1px; } |
| 1081 |
.post-type-hurrytimer_countdown .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .post-type-hurrytimer_countdown .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .post-type-hurrytimer_countdown .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { |
| 1082 |
cursor: text; } |
| 1083 |
.post-type-hurrytimer_countdown .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { |
| 1084 |
cursor: pointer; } |
| 1085 |
.post-type-hurrytimer_countdown .ui-tabs .ui-tabs-panel { |
| 1086 |
display: block; |
| 1087 |
border-width: 0; |
| 1088 |
padding: 1em 1.4em; |
| 1089 |
background: none; } |
| 1090 |
.post-type-hurrytimer_countdown .ui-tooltip { |
| 1091 |
padding: 8px; |
| 1092 |
position: absolute; |
| 1093 |
z-index: 9999; |
| 1094 |
max-width: 300px; } |
| 1095 |
.post-type-hurrytimer_countdown body .ui-tooltip { |
| 1096 |
border-width: 2px; } |
| 1097 |
.post-type-hurrytimer_countdown .ui-widget { |
| 1098 |
font-family: Arial,Helvetica,sans-serif; |
| 1099 |
font-size: 1em; } |
| 1100 |
.post-type-hurrytimer_countdown .ui-widget .ui-widget { |
| 1101 |
font-size: 1em; } |
| 1102 |
.post-type-hurrytimer_countdown .ui-widget input, .post-type-hurrytimer_countdown .ui-widget select, .post-type-hurrytimer_countdown .ui-widget textarea, .post-type-hurrytimer_countdown .ui-widget button { |
| 1103 |
font-family: Arial,Helvetica,sans-serif; |
| 1104 |
font-size: 1em; } |
| 1105 |
.post-type-hurrytimer_countdown .ui-widget.ui-widget-content { |
| 1106 |
border: 1px solid #c5c5c5; } |
| 1107 |
.post-type-hurrytimer_countdown .ui-widget-content { |
| 1108 |
border: 1px solid #ddd; |
| 1109 |
background: #fff; |
| 1110 |
color: #333; } |
| 1111 |
.post-type-hurrytimer_countdown .ui-widget-content a { |
| 1112 |
color: #333; } |
| 1113 |
.post-type-hurrytimer_countdown .ui-widget-header { |
| 1114 |
border: 1px solid #ddd; |
| 1115 |
background: #e9e9e9; |
| 1116 |
color: #333; |
| 1117 |
font-weight: bold; } |
| 1118 |
.post-type-hurrytimer_countdown .ui-widget-header a { |
| 1119 |
color: #333; } |
| 1120 |
.post-type-hurrytimer_countdown .ui-state-default, .post-type-hurrytimer_countdown .ui-widget-content .ui-state-default, .post-type-hurrytimer_countdown .ui-widget-header .ui-state-default, .post-type-hurrytimer_countdown .ui-button, .post-type-hurrytimer_countdown html .ui-button.ui-state-disabled:hover, .post-type-hurrytimer_countdown html .ui-button.ui-state-disabled:active { |
| 1121 |
border: 1px solid #c5c5c5; |
| 1122 |
background: #f6f6f6; |
| 1123 |
font-weight: normal; |
| 1124 |
color: #454545; } |
| 1125 |
.post-type-hurrytimer_countdown .ui-state-default a, .post-type-hurrytimer_countdown .ui-state-default a:link, .post-type-hurrytimer_countdown .ui-state-default a:visited, .post-type-hurrytimer_countdown a.ui-button, .post-type-hurrytimer_countdown a:link.ui-button, .post-type-hurrytimer_countdown a:visited.ui-button, .post-type-hurrytimer_countdown .ui-button { |
| 1126 |
color: #454545; |
| 1127 |
text-decoration: none; } |
| 1128 |
.post-type-hurrytimer_countdown .ui-state-hover, .post-type-hurrytimer_countdown .ui-widget-content .ui-state-hover, .post-type-hurrytimer_countdown .ui-widget-header .ui-state-hover, .post-type-hurrytimer_countdown .ui-state-focus, .post-type-hurrytimer_countdown .ui-widget-content .ui-state-focus, .post-type-hurrytimer_countdown .ui-widget-header .ui-state-focus, .post-type-hurrytimer_countdown .ui-button:hover, .post-type-hurrytimer_countdown .ui-button:focus { |
| 1129 |
border: 1px solid #ccc; |
| 1130 |
background: #ededed; |
| 1131 |
font-weight: normal; |
| 1132 |
color: #2b2b2b; } |
| 1133 |
.post-type-hurrytimer_countdown .ui-state-hover a, .post-type-hurrytimer_countdown .ui-state-hover a:hover, .post-type-hurrytimer_countdown .ui-state-hover a:link, .post-type-hurrytimer_countdown .ui-state-hover a:visited, .post-type-hurrytimer_countdown .ui-state-focus a, .post-type-hurrytimer_countdown .ui-state-focus a:hover, .post-type-hurrytimer_countdown .ui-state-focus a:link, .post-type-hurrytimer_countdown .ui-state-focus a:visited, .post-type-hurrytimer_countdown a.ui-button:hover, .post-type-hurrytimer_countdown a.ui-button:focus { |
| 1134 |
color: #2b2b2b; |
| 1135 |
text-decoration: none; } |
| 1136 |
.post-type-hurrytimer_countdown .ui-visual-focus { |
| 1137 |
box-shadow: 0 0 3px 1px #5e9ed6; } |
| 1138 |
.post-type-hurrytimer_countdown .ui-state-active, .post-type-hurrytimer_countdown .ui-widget-content .ui-state-active, .post-type-hurrytimer_countdown .ui-widget-header .ui-state-active, .post-type-hurrytimer_countdown a.ui-button:active, .post-type-hurrytimer_countdown .ui-button:active, .post-type-hurrytimer_countdown .ui-button.ui-state-active:hover { |
| 1139 |
border: 1px solid #003eff; |
| 1140 |
background: #007fff; |
| 1141 |
font-weight: normal; |
| 1142 |
color: #fff; } |
| 1143 |
.post-type-hurrytimer_countdown .ui-icon-background, .post-type-hurrytimer_countdown .ui-state-active .ui-icon-background { |
| 1144 |
border: #003eff; |
| 1145 |
background-color: #fff; } |
| 1146 |
.post-type-hurrytimer_countdown .ui-state-active a, .post-type-hurrytimer_countdown .ui-state-active a:link, .post-type-hurrytimer_countdown .ui-state-active a:visited { |
| 1147 |
color: #fff; |
| 1148 |
text-decoration: none; } |
| 1149 |
.post-type-hurrytimer_countdown .ui-state-highlight, .post-type-hurrytimer_countdown .ui-widget-content .ui-state-highlight, .post-type-hurrytimer_countdown .ui-widget-header .ui-state-highlight { |
| 1150 |
border: 1px solid #dad55e; |
| 1151 |
background: #fffa90; |
| 1152 |
color: #777620; } |
| 1153 |
.post-type-hurrytimer_countdown .ui-state-checked { |
| 1154 |
border: 1px solid #dad55e; |
| 1155 |
background: #fffa90; } |
| 1156 |
.post-type-hurrytimer_countdown .ui-state-highlight a, .post-type-hurrytimer_countdown .ui-widget-content .ui-state-highlight a, .post-type-hurrytimer_countdown .ui-widget-header .ui-state-highlight a { |
| 1157 |
color: #777620; } |
| 1158 |
.post-type-hurrytimer_countdown .ui-state-error, .post-type-hurrytimer_countdown .ui-widget-content .ui-state-error, .post-type-hurrytimer_countdown .ui-widget-header .ui-state-error { |
| 1159 |
border: 1px solid #f1a899; |
| 1160 |
background: #fddfdf; |
| 1161 |
color: #5f3f3f; } |
| 1162 |
.post-type-hurrytimer_countdown .ui-state-error a, .post-type-hurrytimer_countdown .ui-widget-content .ui-state-error a, .post-type-hurrytimer_countdown .ui-widget-header .ui-state-error a { |
| 1163 |
color: #5f3f3f; } |
| 1164 |
.post-type-hurrytimer_countdown .ui-state-error-text, .post-type-hurrytimer_countdown .ui-widget-content .ui-state-error-text, .post-type-hurrytimer_countdown .ui-widget-header .ui-state-error-text { |
| 1165 |
color: #5f3f3f; } |
| 1166 |
.post-type-hurrytimer_countdown .ui-priority-primary, .post-type-hurrytimer_countdown .ui-widget-content .ui-priority-primary, .post-type-hurrytimer_countdown .ui-widget-header .ui-priority-primary { |
| 1167 |
font-weight: bold; } |
| 1168 |
.post-type-hurrytimer_countdown .ui-priority-secondary, .post-type-hurrytimer_countdown .ui-widget-content .ui-priority-secondary, .post-type-hurrytimer_countdown .ui-widget-header .ui-priority-secondary { |
| 1169 |
opacity: .7; |
| 1170 |
filter: Alpha(Opacity=70); |
| 1171 |
font-weight: normal; } |
| 1172 |
.post-type-hurrytimer_countdown .ui-state-disabled, .post-type-hurrytimer_countdown .ui-widget-content .ui-state-disabled, .post-type-hurrytimer_countdown .ui-widget-header .ui-state-disabled { |
| 1173 |
opacity: .35; |
| 1174 |
filter: Alpha(Opacity=35); |
| 1175 |
background-image: none; } |
| 1176 |
.post-type-hurrytimer_countdown .ui-state-disabled .ui-icon { |
| 1177 |
filter: Alpha(Opacity=35); } |
| 1178 |
.post-type-hurrytimer_countdown .ui-icon { |
| 1179 |
width: 16px; |
| 1180 |
height: 16px; } |
| 1181 |
.post-type-hurrytimer_countdown .ui-icon, .post-type-hurrytimer_countdown .ui-widget-content .ui-icon { |
| 1182 |
background-image: url("images/ui-icons_444444_256x240.png"); } |
| 1183 |
.post-type-hurrytimer_countdown .ui-widget-header .ui-icon { |
| 1184 |
background-image: url("images/ui-icons_444444_256x240.png"); } |
| 1185 |
.post-type-hurrytimer_countdown .ui-state-hover .ui-icon, .post-type-hurrytimer_countdown .ui-state-focus .ui-icon, .post-type-hurrytimer_countdown .ui-button:hover .ui-icon, .post-type-hurrytimer_countdown .ui-button:focus .ui-icon { |
| 1186 |
background-image: url("images/ui-icons_555555_256x240.png"); } |
| 1187 |
.post-type-hurrytimer_countdown .ui-state-active .ui-icon, .post-type-hurrytimer_countdown .ui-button:active .ui-icon { |
| 1188 |
background-image: url("images/ui-icons_ffffff_256x240.png"); } |
| 1189 |
.post-type-hurrytimer_countdown .ui-state-highlight .ui-icon, .post-type-hurrytimer_countdown .ui-button .ui-state-highlight.ui-icon { |
| 1190 |
background-image: url("images/ui-icons_777620_256x240.png"); } |
| 1191 |
.post-type-hurrytimer_countdown .ui-state-error .ui-icon, .post-type-hurrytimer_countdown .ui-state-error-text .ui-icon { |
| 1192 |
background-image: url("images/ui-icons_cc0000_256x240.png"); } |
| 1193 |
.post-type-hurrytimer_countdown .ui-button .ui-icon { |
| 1194 |
background-image: url("images/ui-icons_777777_256x240.png"); } |
| 1195 |
.post-type-hurrytimer_countdown .ui-icon-blank { |
| 1196 |
background-position: 16px 16px; } |
| 1197 |
.post-type-hurrytimer_countdown .ui-icon-caret-1-n { |
| 1198 |
background-position: 0 0; } |
| 1199 |
.post-type-hurrytimer_countdown .ui-icon-caret-1-ne { |
| 1200 |
background-position: -16px 0; } |
| 1201 |
.post-type-hurrytimer_countdown .ui-icon-caret-1-e { |
| 1202 |
background-position: -32px 0; } |
| 1203 |
.post-type-hurrytimer_countdown .ui-icon-caret-1-se { |
| 1204 |
background-position: -48px 0; } |
| 1205 |
.post-type-hurrytimer_countdown .ui-icon-caret-1-s { |
| 1206 |
background-position: -65px 0; } |
| 1207 |
.post-type-hurrytimer_countdown .ui-icon-caret-1-sw { |
| 1208 |
background-position: -80px 0; } |
| 1209 |
.post-type-hurrytimer_countdown .ui-icon-caret-1-w { |
| 1210 |
background-position: -96px 0; } |
| 1211 |
.post-type-hurrytimer_countdown .ui-icon-caret-1-nw { |
| 1212 |
background-position: -112px 0; } |
| 1213 |
.post-type-hurrytimer_countdown .ui-icon-caret-2-n-s { |
| 1214 |
background-position: -128px 0; } |
| 1215 |
.post-type-hurrytimer_countdown .ui-icon-caret-2-e-w { |
| 1216 |
background-position: -144px 0; } |
| 1217 |
.post-type-hurrytimer_countdown .ui-icon-triangle-1-n { |
| 1218 |
background-position: 0 -16px; } |
| 1219 |
.post-type-hurrytimer_countdown .ui-icon-triangle-1-ne { |
| 1220 |
background-position: -16px -16px; } |
| 1221 |
.post-type-hurrytimer_countdown .ui-icon-triangle-1-e { |
| 1222 |
background-position: -32px -16px; } |
| 1223 |
.post-type-hurrytimer_countdown .ui-icon-triangle-1-se { |
| 1224 |
background-position: -48px -16px; } |
| 1225 |
.post-type-hurrytimer_countdown .ui-icon-triangle-1-s { |
| 1226 |
background-position: -65px -16px; } |
| 1227 |
.post-type-hurrytimer_countdown .ui-icon-triangle-1-sw { |
| 1228 |
background-position: -80px -16px; } |
| 1229 |
.post-type-hurrytimer_countdown .ui-icon-triangle-1-w { |
| 1230 |
background-position: -96px -16px; } |
| 1231 |
.post-type-hurrytimer_countdown .ui-icon-triangle-1-nw { |
| 1232 |
background-position: -112px -16px; } |
| 1233 |
.post-type-hurrytimer_countdown .ui-icon-triangle-2-n-s { |
| 1234 |
background-position: -128px -16px; } |
| 1235 |
.post-type-hurrytimer_countdown .ui-icon-triangle-2-e-w { |
| 1236 |
background-position: -144px -16px; } |
| 1237 |
.post-type-hurrytimer_countdown .ui-icon-arrow-1-n { |
| 1238 |
background-position: 0 -32px; } |
| 1239 |
.post-type-hurrytimer_countdown .ui-icon-arrow-1-ne { |
| 1240 |
background-position: -16px -32px; } |
| 1241 |
.post-type-hurrytimer_countdown .ui-icon-arrow-1-e { |
| 1242 |
background-position: -32px -32px; } |
| 1243 |
.post-type-hurrytimer_countdown .ui-icon-arrow-1-se { |
| 1244 |
background-position: -48px -32px; } |
| 1245 |
.post-type-hurrytimer_countdown .ui-icon-arrow-1-s { |
| 1246 |
background-position: -65px -32px; } |
| 1247 |
.post-type-hurrytimer_countdown .ui-icon-arrow-1-sw { |
| 1248 |
background-position: -80px -32px; } |
| 1249 |
.post-type-hurrytimer_countdown .ui-icon-arrow-1-w { |
| 1250 |
background-position: -96px -32px; } |
| 1251 |
.post-type-hurrytimer_countdown .ui-icon-arrow-1-nw { |
| 1252 |
background-position: -112px -32px; } |
| 1253 |
.post-type-hurrytimer_countdown .ui-icon-arrow-2-n-s { |
| 1254 |
background-position: -128px -32px; } |
| 1255 |
.post-type-hurrytimer_countdown .ui-icon-arrow-2-ne-sw { |
| 1256 |
background-position: -144px -32px; } |
| 1257 |
.post-type-hurrytimer_countdown .ui-icon-arrow-2-e-w { |
| 1258 |
background-position: -160px -32px; } |
| 1259 |
.post-type-hurrytimer_countdown .ui-icon-arrow-2-se-nw { |
| 1260 |
background-position: -176px -32px; } |
| 1261 |
.post-type-hurrytimer_countdown .ui-icon-arrowstop-1-n { |
| 1262 |
background-position: -192px -32px; } |
| 1263 |
.post-type-hurrytimer_countdown .ui-icon-arrowstop-1-e { |
| 1264 |
background-position: -208px -32px; } |
| 1265 |
.post-type-hurrytimer_countdown .ui-icon-arrowstop-1-s { |
| 1266 |
background-position: -224px -32px; } |
| 1267 |
.post-type-hurrytimer_countdown .ui-icon-arrowstop-1-w { |
| 1268 |
background-position: -240px -32px; } |
| 1269 |
.post-type-hurrytimer_countdown .ui-icon-arrowthick-1-n { |
| 1270 |
background-position: 1px -48px; } |
| 1271 |
.post-type-hurrytimer_countdown .ui-icon-arrowthick-1-ne { |
| 1272 |
background-position: -16px -48px; } |
| 1273 |
.post-type-hurrytimer_countdown .ui-icon-arrowthick-1-e { |
| 1274 |
background-position: -32px -48px; } |
| 1275 |
.post-type-hurrytimer_countdown .ui-icon-arrowthick-1-se { |
| 1276 |
background-position: -48px -48px; } |
| 1277 |
.post-type-hurrytimer_countdown .ui-icon-arrowthick-1-s { |
| 1278 |
background-position: -64px -48px; } |
| 1279 |
.post-type-hurrytimer_countdown .ui-icon-arrowthick-1-sw { |
| 1280 |
background-position: -80px -48px; } |
| 1281 |
.post-type-hurrytimer_countdown .ui-icon-arrowthick-1-w { |
| 1282 |
background-position: -96px -48px; } |
| 1283 |
.post-type-hurrytimer_countdown .ui-icon-arrowthick-1-nw { |
| 1284 |
background-position: -112px -48px; } |
| 1285 |
.post-type-hurrytimer_countdown .ui-icon-arrowthick-2-n-s { |
| 1286 |
background-position: -128px -48px; } |
| 1287 |
.post-type-hurrytimer_countdown .ui-icon-arrowthick-2-ne-sw { |
| 1288 |
background-position: -144px -48px; } |
| 1289 |
.post-type-hurrytimer_countdown .ui-icon-arrowthick-2-e-w { |
| 1290 |
background-position: -160px -48px; } |
| 1291 |
.post-type-hurrytimer_countdown .ui-icon-arrowthick-2-se-nw { |
| 1292 |
background-position: -176px -48px; } |
| 1293 |
.post-type-hurrytimer_countdown .ui-icon-arrowthickstop-1-n { |
| 1294 |
background-position: -192px -48px; } |
| 1295 |
.post-type-hurrytimer_countdown .ui-icon-arrowthickstop-1-e { |
| 1296 |
background-position: -208px -48px; } |
| 1297 |
.post-type-hurrytimer_countdown .ui-icon-arrowthickstop-1-s { |
| 1298 |
background-position: -224px -48px; } |
| 1299 |
.post-type-hurrytimer_countdown .ui-icon-arrowthickstop-1-w { |
| 1300 |
background-position: -240px -48px; } |
| 1301 |
.post-type-hurrytimer_countdown .ui-icon-arrowreturnthick-1-w { |
| 1302 |
background-position: 0 -64px; } |
| 1303 |
.post-type-hurrytimer_countdown .ui-icon-arrowreturnthick-1-n { |
| 1304 |
background-position: -16px -64px; } |
| 1305 |
.post-type-hurrytimer_countdown .ui-icon-arrowreturnthick-1-e { |
| 1306 |
background-position: -32px -64px; } |
| 1307 |
.post-type-hurrytimer_countdown .ui-icon-arrowreturnthick-1-s { |
| 1308 |
background-position: -48px -64px; } |
| 1309 |
.post-type-hurrytimer_countdown .ui-icon-arrowreturn-1-w { |
| 1310 |
background-position: -64px -64px; } |
| 1311 |
.post-type-hurrytimer_countdown .ui-icon-arrowreturn-1-n { |
| 1312 |
background-position: -80px -64px; } |
| 1313 |
.post-type-hurrytimer_countdown .ui-icon-arrowreturn-1-e { |
| 1314 |
background-position: -96px -64px; } |
| 1315 |
.post-type-hurrytimer_countdown .ui-icon-arrowreturn-1-s { |
| 1316 |
background-position: -112px -64px; } |
| 1317 |
.post-type-hurrytimer_countdown .ui-icon-arrowrefresh-1-w { |
| 1318 |
background-position: -128px -64px; } |
| 1319 |
.post-type-hurrytimer_countdown .ui-icon-arrowrefresh-1-n { |
| 1320 |
background-position: -144px -64px; } |
| 1321 |
.post-type-hurrytimer_countdown .ui-icon-arrowrefresh-1-e { |
| 1322 |
background-position: -160px -64px; } |
| 1323 |
.post-type-hurrytimer_countdown .ui-icon-arrowrefresh-1-s { |
| 1324 |
background-position: -176px -64px; } |
| 1325 |
.post-type-hurrytimer_countdown .ui-icon-arrow-4 { |
| 1326 |
background-position: 0 -80px; } |
| 1327 |
.post-type-hurrytimer_countdown .ui-icon-arrow-4-diag { |
| 1328 |
background-position: -16px -80px; } |
| 1329 |
.post-type-hurrytimer_countdown .ui-icon-extlink { |
| 1330 |
background-position: -32px -80px; } |
| 1331 |
.post-type-hurrytimer_countdown .ui-icon-newwin { |
| 1332 |
background-position: -48px -80px; } |
| 1333 |
.post-type-hurrytimer_countdown .ui-icon-refresh { |
| 1334 |
background-position: -64px -80px; } |
| 1335 |
.post-type-hurrytimer_countdown .ui-icon-shuffle { |
| 1336 |
background-position: -80px -80px; } |
| 1337 |
.post-type-hurrytimer_countdown .ui-icon-transfer-e-w { |
| 1338 |
background-position: -96px -80px; } |
| 1339 |
.post-type-hurrytimer_countdown .ui-icon-transferthick-e-w { |
| 1340 |
background-position: -112px -80px; } |
| 1341 |
.post-type-hurrytimer_countdown .ui-icon-folder-collapsed { |
| 1342 |
background-position: 0 -96px; } |
| 1343 |
.post-type-hurrytimer_countdown .ui-icon-folder-open { |
| 1344 |
background-position: -16px -96px; } |
| 1345 |
.post-type-hurrytimer_countdown .ui-icon-document { |
| 1346 |
background-position: -32px -96px; } |
| 1347 |
.post-type-hurrytimer_countdown .ui-icon-document-b { |
| 1348 |
background-position: -48px -96px; } |
| 1349 |
.post-type-hurrytimer_countdown .ui-icon-note { |
| 1350 |
background-position: -64px -96px; } |
| 1351 |
.post-type-hurrytimer_countdown .ui-icon-mail-closed { |
| 1352 |
background-position: -80px -96px; } |
| 1353 |
.post-type-hurrytimer_countdown .ui-icon-mail-open { |
| 1354 |
background-position: -96px -96px; } |
| 1355 |
.post-type-hurrytimer_countdown .ui-icon-suitcase { |
| 1356 |
background-position: -112px -96px; } |
| 1357 |
.post-type-hurrytimer_countdown .ui-icon-comment { |
| 1358 |
background-position: -128px -96px; } |
| 1359 |
.post-type-hurrytimer_countdown .ui-icon-person { |
| 1360 |
background-position: -144px -96px; } |
| 1361 |
.post-type-hurrytimer_countdown .ui-icon-print { |
| 1362 |
background-position: -160px -96px; } |
| 1363 |
.post-type-hurrytimer_countdown .ui-icon-trash { |
| 1364 |
background-position: -176px -96px; } |
| 1365 |
.post-type-hurrytimer_countdown .ui-icon-locked { |
| 1366 |
background-position: -192px -96px; } |
| 1367 |
.post-type-hurrytimer_countdown .ui-icon-unlocked { |
| 1368 |
background-position: -208px -96px; } |
| 1369 |
.post-type-hurrytimer_countdown .ui-icon-bookmark { |
| 1370 |
background-position: -224px -96px; } |
| 1371 |
.post-type-hurrytimer_countdown .ui-icon-tag { |
| 1372 |
background-position: -240px -96px; } |
| 1373 |
.post-type-hurrytimer_countdown .ui-icon-home { |
| 1374 |
background-position: 0 -112px; } |
| 1375 |
.post-type-hurrytimer_countdown .ui-icon-flag { |
| 1376 |
background-position: -16px -112px; } |
| 1377 |
.post-type-hurrytimer_countdown .ui-icon-calendar { |
| 1378 |
background-position: -32px -112px; } |
| 1379 |
.post-type-hurrytimer_countdown .ui-icon-cart { |
| 1380 |
background-position: -48px -112px; } |
| 1381 |
.post-type-hurrytimer_countdown .ui-icon-pencil { |
| 1382 |
background-position: -64px -112px; } |
| 1383 |
.post-type-hurrytimer_countdown .ui-icon-clock { |
| 1384 |
background-position: -80px -112px; } |
| 1385 |
.post-type-hurrytimer_countdown .ui-icon-disk { |
| 1386 |
background-position: -96px -112px; } |
| 1387 |
.post-type-hurrytimer_countdown .ui-icon-calculator { |
| 1388 |
background-position: -112px -112px; } |
| 1389 |
.post-type-hurrytimer_countdown .ui-icon-zoomin { |
| 1390 |
background-position: -128px -112px; } |
| 1391 |
.post-type-hurrytimer_countdown .ui-icon-zoomout { |
| 1392 |
background-position: -144px -112px; } |
| 1393 |
.post-type-hurrytimer_countdown .ui-icon-search { |
| 1394 |
background-position: -160px -112px; } |
| 1395 |
.post-type-hurrytimer_countdown .ui-icon-wrench { |
| 1396 |
background-position: -176px -112px; } |
| 1397 |
.post-type-hurrytimer_countdown .ui-icon-gear { |
| 1398 |
background-position: -192px -112px; } |
| 1399 |
.post-type-hurrytimer_countdown .ui-icon-heart { |
| 1400 |
background-position: -208px -112px; } |
| 1401 |
.post-type-hurrytimer_countdown .ui-icon-star { |
| 1402 |
background-position: -224px -112px; } |
| 1403 |
.post-type-hurrytimer_countdown .ui-icon-link { |
| 1404 |
background-position: -240px -112px; } |
| 1405 |
.post-type-hurrytimer_countdown .ui-icon-cancel { |
| 1406 |
background-position: 0 -128px; } |
| 1407 |
.post-type-hurrytimer_countdown .ui-icon-plus { |
| 1408 |
background-position: -16px -128px; } |
| 1409 |
.post-type-hurrytimer_countdown .ui-icon-plusthick { |
| 1410 |
background-position: -32px -128px; } |
| 1411 |
.post-type-hurrytimer_countdown .ui-icon-minus { |
| 1412 |
background-position: -48px -128px; } |
| 1413 |
.post-type-hurrytimer_countdown .ui-icon-minusthick { |
| 1414 |
background-position: -64px -128px; } |
| 1415 |
.post-type-hurrytimer_countdown .ui-icon-close { |
| 1416 |
background-position: -80px -128px; } |
| 1417 |
.post-type-hurrytimer_countdown .ui-icon-closethick { |
| 1418 |
background-position: -96px -128px; } |
| 1419 |
.post-type-hurrytimer_countdown .ui-icon-key { |
| 1420 |
background-position: -112px -128px; } |
| 1421 |
.post-type-hurrytimer_countdown .ui-icon-lightbulb { |
| 1422 |
background-position: -128px -128px; } |
| 1423 |
.post-type-hurrytimer_countdown .ui-icon-scissors { |
| 1424 |
background-position: -144px -128px; } |
| 1425 |
.post-type-hurrytimer_countdown .ui-icon-clipboard { |
| 1426 |
background-position: -160px -128px; } |
| 1427 |
.post-type-hurrytimer_countdown .ui-icon-copy { |
| 1428 |
background-position: -176px -128px; } |
| 1429 |
.post-type-hurrytimer_countdown .ui-icon-contact { |
| 1430 |
background-position: -192px -128px; } |
| 1431 |
.post-type-hurrytimer_countdown .ui-icon-image { |
| 1432 |
background-position: -208px -128px; } |
| 1433 |
.post-type-hurrytimer_countdown .ui-icon-video { |
| 1434 |
background-position: -224px -128px; } |
| 1435 |
.post-type-hurrytimer_countdown .ui-icon-script { |
| 1436 |
background-position: -240px -128px; } |
| 1437 |
.post-type-hurrytimer_countdown .ui-icon-alert { |
| 1438 |
background-position: 0 -144px; } |
| 1439 |
.post-type-hurrytimer_countdown .ui-icon-info { |
| 1440 |
background-position: -16px -144px; } |
| 1441 |
.post-type-hurrytimer_countdown .ui-icon-notice { |
| 1442 |
background-position: -32px -144px; } |
| 1443 |
.post-type-hurrytimer_countdown .ui-icon-help { |
| 1444 |
background-position: -48px -144px; } |
| 1445 |
.post-type-hurrytimer_countdown .ui-icon-check { |
| 1446 |
background-position: -64px -144px; } |
| 1447 |
.post-type-hurrytimer_countdown .ui-icon-bullet { |
| 1448 |
background-position: -80px -144px; } |
| 1449 |
.post-type-hurrytimer_countdown .ui-icon-radio-on { |
| 1450 |
background-position: -96px -144px; } |
| 1451 |
.post-type-hurrytimer_countdown .ui-icon-radio-off { |
| 1452 |
background-position: -112px -144px; } |
| 1453 |
.post-type-hurrytimer_countdown .ui-icon-pin-w { |
| 1454 |
background-position: -128px -144px; } |
| 1455 |
.post-type-hurrytimer_countdown .ui-icon-pin-s { |
| 1456 |
background-position: -144px -144px; } |
| 1457 |
.post-type-hurrytimer_countdown .ui-icon-play { |
| 1458 |
background-position: 0 -160px; } |
| 1459 |
.post-type-hurrytimer_countdown .ui-icon-pause { |
| 1460 |
background-position: -16px -160px; } |
| 1461 |
.post-type-hurrytimer_countdown .ui-icon-seek-next { |
| 1462 |
background-position: -32px -160px; } |
| 1463 |
.post-type-hurrytimer_countdown .ui-icon-seek-prev { |
| 1464 |
background-position: -48px -160px; } |
| 1465 |
.post-type-hurrytimer_countdown .ui-icon-seek-end { |
| 1466 |
background-position: -64px -160px; } |
| 1467 |
.post-type-hurrytimer_countdown .ui-icon-seek-start { |
| 1468 |
background-position: -80px -160px; } |
| 1469 |
.post-type-hurrytimer_countdown .ui-icon-seek-first { |
| 1470 |
background-position: -80px -160px; } |
| 1471 |
.post-type-hurrytimer_countdown .ui-icon-stop { |
| 1472 |
background-position: -96px -160px; } |
| 1473 |
.post-type-hurrytimer_countdown .ui-icon-eject { |
| 1474 |
background-position: -112px -160px; } |
| 1475 |
.post-type-hurrytimer_countdown .ui-icon-volume-off { |
| 1476 |
background-position: -128px -160px; } |
| 1477 |
.post-type-hurrytimer_countdown .ui-icon-volume-on { |
| 1478 |
background-position: -144px -160px; } |
| 1479 |
.post-type-hurrytimer_countdown .ui-icon-power { |
| 1480 |
background-position: 0 -176px; } |
| 1481 |
.post-type-hurrytimer_countdown .ui-icon-signal-diag { |
| 1482 |
background-position: -16px -176px; } |
| 1483 |
.post-type-hurrytimer_countdown .ui-icon-signal { |
| 1484 |
background-position: -32px -176px; } |
| 1485 |
.post-type-hurrytimer_countdown .ui-icon-battery-0 { |
| 1486 |
background-position: -48px -176px; } |
| 1487 |
.post-type-hurrytimer_countdown .ui-icon-battery-1 { |
| 1488 |
background-position: -64px -176px; } |
| 1489 |
.post-type-hurrytimer_countdown .ui-icon-battery-2 { |
| 1490 |
background-position: -80px -176px; } |
| 1491 |
.post-type-hurrytimer_countdown .ui-icon-battery-3 { |
| 1492 |
background-position: -96px -176px; } |
| 1493 |
.post-type-hurrytimer_countdown .ui-icon-circle-plus { |
| 1494 |
background-position: 0 -192px; } |
| 1495 |
.post-type-hurrytimer_countdown .ui-icon-circle-minus { |
| 1496 |
background-position: -16px -192px; } |
| 1497 |
.post-type-hurrytimer_countdown .ui-icon-circle-close { |
| 1498 |
background-position: -32px -192px; } |
| 1499 |
.post-type-hurrytimer_countdown .ui-icon-circle-triangle-e { |
| 1500 |
background-position: -48px -192px; } |
| 1501 |
.post-type-hurrytimer_countdown .ui-icon-circle-triangle-s { |
| 1502 |
background-position: -64px -192px; } |
| 1503 |
.post-type-hurrytimer_countdown .ui-icon-circle-triangle-w { |
| 1504 |
background-position: -80px -192px; } |
| 1505 |
.post-type-hurrytimer_countdown .ui-icon-circle-triangle-n { |
| 1506 |
background-position: -96px -192px; } |
| 1507 |
.post-type-hurrytimer_countdown .ui-icon-circle-arrow-e { |
| 1508 |
background-position: -112px -192px; } |
| 1509 |
.post-type-hurrytimer_countdown .ui-icon-circle-arrow-s { |
| 1510 |
background-position: -128px -192px; } |
| 1511 |
.post-type-hurrytimer_countdown .ui-icon-circle-arrow-w { |
| 1512 |
background-position: -144px -192px; } |
| 1513 |
.post-type-hurrytimer_countdown .ui-icon-circle-arrow-n { |
| 1514 |
background-position: -160px -192px; } |
| 1515 |
.post-type-hurrytimer_countdown .ui-icon-circle-zoomin { |
| 1516 |
background-position: -176px -192px; } |
| 1517 |
.post-type-hurrytimer_countdown .ui-icon-circle-zoomout { |
| 1518 |
background-position: -192px -192px; } |
| 1519 |
.post-type-hurrytimer_countdown .ui-icon-circle-check { |
| 1520 |
background-position: -208px -192px; } |
| 1521 |
.post-type-hurrytimer_countdown .ui-icon-circlesmall-plus { |
| 1522 |
background-position: 0 -208px; } |
| 1523 |
.post-type-hurrytimer_countdown .ui-icon-circlesmall-minus { |
| 1524 |
background-position: -16px -208px; } |
| 1525 |
.post-type-hurrytimer_countdown .ui-icon-circlesmall-close { |
| 1526 |
background-position: -32px -208px; } |
| 1527 |
.post-type-hurrytimer_countdown .ui-icon-squaresmall-plus { |
| 1528 |
background-position: -48px -208px; } |
| 1529 |
.post-type-hurrytimer_countdown .ui-icon-squaresmall-minus { |
| 1530 |
background-position: -64px -208px; } |
| 1531 |
.post-type-hurrytimer_countdown .ui-icon-squaresmall-close { |
| 1532 |
background-position: -80px -208px; } |
| 1533 |
.post-type-hurrytimer_countdown .ui-icon-grip-dotted-vertical { |
| 1534 |
background-position: 0 -224px; } |
| 1535 |
.post-type-hurrytimer_countdown .ui-icon-grip-dotted-horizontal { |
| 1536 |
background-position: -16px -224px; } |
| 1537 |
.post-type-hurrytimer_countdown .ui-icon-grip-solid-vertical { |
| 1538 |
background-position: -32px -224px; } |
| 1539 |
.post-type-hurrytimer_countdown .ui-icon-grip-solid-horizontal { |
| 1540 |
background-position: -48px -224px; } |
| 1541 |
.post-type-hurrytimer_countdown .ui-icon-gripsmall-diagonal-se { |
| 1542 |
background-position: -64px -224px; } |
| 1543 |
.post-type-hurrytimer_countdown .ui-icon-grip-diagonal-se { |
| 1544 |
background-position: -80px -224px; } |
| 1545 |
.post-type-hurrytimer_countdown .ui-corner-all, .post-type-hurrytimer_countdown .ui-corner-top, .post-type-hurrytimer_countdown .ui-corner-left, .post-type-hurrytimer_countdown .ui-corner-tl { |
| 1546 |
border-top-left-radius: 3px; } |
| 1547 |
.post-type-hurrytimer_countdown .ui-corner-all, .post-type-hurrytimer_countdown .ui-corner-top, .post-type-hurrytimer_countdown .ui-corner-right, .post-type-hurrytimer_countdown .ui-corner-tr { |
| 1548 |
border-top-right-radius: 3px; } |
| 1549 |
.post-type-hurrytimer_countdown .ui-corner-all, .post-type-hurrytimer_countdown .ui-corner-bottom, .post-type-hurrytimer_countdown .ui-corner-left, .post-type-hurrytimer_countdown .ui-corner-bl { |
| 1550 |
border-bottom-left-radius: 3px; } |
| 1551 |
.post-type-hurrytimer_countdown .ui-corner-all, .post-type-hurrytimer_countdown .ui-corner-bottom, .post-type-hurrytimer_countdown .ui-corner-right, .post-type-hurrytimer_countdown .ui-corner-br { |
| 1552 |
border-bottom-right-radius: 3px; } |
| 1553 |
.post-type-hurrytimer_countdown .ui-widget-overlay { |
| 1554 |
background: #aaa; |
| 1555 |
opacity: .003; |
| 1556 |
filter: Alpha(Opacity=0.3); } |
| 1557 |
.post-type-hurrytimer_countdown .ui-widget-shadow { |
| 1558 |
-webkit-box-shadow: 0 0 5px #666; |
| 1559 |
box-shadow: 0 0 5px #666; } |
| 1560 |
.post-type-hurrytimer_countdown .ui-timepicker-div .ui-widget-header { |
| 1561 |
margin-bottom: 8px; } |
| 1562 |
.post-type-hurrytimer_countdown .ui-timepicker-div dl { |
| 1563 |
text-align: left; } |
| 1564 |
.post-type-hurrytimer_countdown .ui-timepicker-div dl dt { |
| 1565 |
float: left; |
| 1566 |
clear: left; |
| 1567 |
padding: 0 0 0 5px; } |
| 1568 |
.post-type-hurrytimer_countdown .ui-timepicker-div dl dd { |
| 1569 |
margin: 0 10px 10px 40%; } |
| 1570 |
.post-type-hurrytimer_countdown .ui-timepicker-div td { |
| 1571 |
font-size: 90%; } |
| 1572 |
.post-type-hurrytimer_countdown .ui-tpicker-grid-label { |
| 1573 |
background: none; |
| 1574 |
border: none; |
| 1575 |
margin: 0; |
| 1576 |
padding: 0; } |
| 1577 |
.post-type-hurrytimer_countdown .ui-timepicker-div .ui_tpicker_unit_hide { |
| 1578 |
display: none; } |
| 1579 |
.post-type-hurrytimer_countdown .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { |
| 1580 |
background: none; |
| 1581 |
color: inherit; |
| 1582 |
border: none; |
| 1583 |
outline: none; |
| 1584 |
border-bottom: solid 1px #555; |
| 1585 |
width: 95%; } |
| 1586 |
.post-type-hurrytimer_countdown .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { |
| 1587 |
border-bottom-color: #aaa; } |
| 1588 |
.post-type-hurrytimer_countdown .ui-timepicker-rtl { |
| 1589 |
direction: rtl; } |
| 1590 |
.post-type-hurrytimer_countdown .ui-timepicker-rtl dl { |
| 1591 |
text-align: right; |
| 1592 |
padding: 0 5px 0 0; } |
| 1593 |
.post-type-hurrytimer_countdown .ui-timepicker-rtl dl dt { |
| 1594 |
float: right; |
| 1595 |
clear: right; } |
| 1596 |
.post-type-hurrytimer_countdown .ui-timepicker-rtl dl dd { |
| 1597 |
margin: 0 40% 10px 10px; } |
| 1598 |
.post-type-hurrytimer_countdown .ui-timepicker-div.ui-timepicker-oneLine { |
| 1599 |
padding-right: 2px; } |
| 1600 |
.post-type-hurrytimer_countdown .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, |
| 1601 |
.post-type-hurrytimer_countdown .ui-timepicker-div.ui-timepicker-oneLine dt { |
| 1602 |
display: none; } |
| 1603 |
.post-type-hurrytimer_countdown .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { |
| 1604 |
display: block; |
| 1605 |
padding-top: 2px; } |
| 1606 |
.post-type-hurrytimer_countdown .ui-timepicker-div.ui-timepicker-oneLine dl { |
| 1607 |
text-align: right; } |
| 1608 |
.post-type-hurrytimer_countdown .ui-timepicker-div.ui-timepicker-oneLine dl dd, |
| 1609 |
.post-type-hurrytimer_countdown .ui-timepicker-div.ui-timepicker-oneLine dl dd > div { |
| 1610 |
display: inline-block; |
| 1611 |
margin: 0; } |
| 1612 |
.post-type-hurrytimer_countdown .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before, |
| 1613 |
.post-type-hurrytimer_countdown .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { |
| 1614 |
content: ':'; |
| 1615 |
display: inline-block; } |
| 1616 |
.post-type-hurrytimer_countdown .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before, |
| 1617 |
.post-type-hurrytimer_countdown .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { |
| 1618 |
content: '.'; |
| 1619 |
display: inline-block; } |
| 1620 |
.post-type-hurrytimer_countdown .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide, |
| 1621 |
.post-type-hurrytimer_countdown .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before { |
| 1622 |
display: none; } |
| 1623 |
.post-type-hurrytimer_countdown .hurrytimer-tabs { |
| 1624 |
overflow: hidden; } |
| 1625 |
.post-type-hurrytimer_countdown .hurrytimer-tabs > ul { |
| 1626 |
margin: 0; |
| 1627 |
padding: 0; |
| 1628 |
background-color: #fafafa; |
| 1629 |
width: 20%; |
| 1630 |
position: relative; |
| 1631 |
border-right: 1px solid #eee; |
| 1632 |
float: left; |
| 1633 |
box-sizing: border-box; } |
| 1634 |
.post-type-hurrytimer_countdown .hurrytimer-tabs > ul:after { |
| 1635 |
content: ''; |
| 1636 |
display: block; |
| 1637 |
width: 100%; |
| 1638 |
height: 9999em; |
| 1639 |
position: absolute; |
| 1640 |
bottom: -9999em; |
| 1641 |
left: 0; |
| 1642 |
background-color: #fafafa; |
| 1643 |
border-right: 1px solid #eee; } |
| 1644 |
.post-type-hurrytimer_countdown .hurrytimer-tabs > ul li { |
| 1645 |
margin: 0; } |
| 1646 |
.post-type-hurrytimer_countdown .hurrytimer-tabs > ul li a { |
| 1647 |
text-decoration: none; |
| 1648 |
padding: 5px 0; |
| 1649 |
margin: 0; |
| 1650 |
padding: 10px; |
| 1651 |
display: block; |
| 1652 |
box-shadow: none; |
| 1653 |
text-decoration: none; |
| 1654 |
border-bottom: 1px solid #eee; } |
| 1655 |
.post-type-hurrytimer_countdown .hurrytimer-tabs > ul li.active a { |
| 1656 |
background-color: #eee; } |
| 1657 |
.post-type-hurrytimer_countdown .hurrytimer-tabcontent { |
| 1658 |
box-sizing: border-box; |
| 1659 |
display: none; } |
| 1660 |
.post-type-hurrytimer_countdown .hurrytimer-tabcontent.active { |
| 1661 |
display: block; } |
| 1662 |
.post-type-hurrytimer_countdown div[id*="hurrytimer-countdown"]:not(#hurrytimer-countdown__shortcode) .inside { |
| 1663 |
margin: 0 !important; |
| 1664 |
padding: 0 !important; } |
| 1665 |
.post-type-hurrytimer_countdown .htmr-inner-tabs { |
| 1666 |
overflow: hidden; |
| 1667 |
border-bottom: 1px solid #eee; |
| 1668 |
margin: 0; |
| 1669 |
padding: 0; |
| 1670 |
padding-top: 10px; |
| 1671 |
padding-bottom: 10px; |
| 1672 |
position: relative; } |
| 1673 |
.post-type-hurrytimer_countdown .htmr-inner-tabs li { |
| 1674 |
padding-right: 10px; |
| 1675 |
padding-left: 10px; |
| 1676 |
border-right: 1px solid #ddd; |
| 1677 |
margin: 0; |
| 1678 |
float: left; } |
| 1679 |
.post-type-hurrytimer_countdown .htmr-inner-tabs li.preview { |
| 1680 |
position: absolute; |
| 1681 |
right: 5px; |
| 1682 |
top: 50%; |
| 1683 |
transform: translateY(-50%); } |
| 1684 |
.post-type-hurrytimer_countdown .htmr-inner-tabs li:last-child { |
| 1685 |
border-right: none; } |
| 1686 |
.post-type-hurrytimer_countdown .htmr-inner-tabs li a { |
| 1687 |
text-decoration: none; |
| 1688 |
color: #666666; } |
| 1689 |
.post-type-hurrytimer_countdown .htmr-inner-tabs li.active a { |
| 1690 |
color: #0073aa; } |
| 1691 |
.post-type-hurrytimer_countdown .hurrytimer-subtabbar { |
| 1692 |
margin: 15px 10px 30px; } |
| 1693 |
.post-type-hurrytimer_countdown .hurrytimer-subtabbar li { |
| 1694 |
float: left; } |
| 1695 |
.post-type-hurrytimer_countdown .hurrytimer-subtabbar li:after { |
| 1696 |
content: "|"; |
| 1697 |
padding-left: 10px; |
| 1698 |
padding-right: 10px; |
| 1699 |
color: #666; } |
| 1700 |
.post-type-hurrytimer_countdown .hurrytimer-subtabbar li:last-child:after { |
| 1701 |
content: ""; |
| 1702 |
padding: 0; } |
| 1703 |
.post-type-hurrytimer_countdown .hurrytimer-subtabbar li a { |
| 1704 |
text-decoration: none; } |
| 1705 |
.post-type-hurrytimer_countdown .hurrytimer-subtabbar li:first-child { |
| 1706 |
padding-left: 0; } |
| 1707 |
.post-type-hurrytimer_countdown .hurrytimer-subtabbar li.active a { |
| 1708 |
pointer-events: none; |
| 1709 |
color: #333; |
| 1710 |
font-weight: bold; } |
| 1711 |
.post-type-hurrytimer_countdown .htmr-form__field--m { |
| 1712 |
width: 428px !important; } |
| 1713 |
.post-type-hurrytimer_countdown .htmr-form__field--s { |
| 1714 |
width: 150px !important; } |
| 1715 |
.post-type-hurrytimer_countdown .tmr-form__field--block { |
| 1716 |
width: 100%; } |
| 1717 |
.post-type-hurrytimer_countdown #htmr-countdown-tabs-styling input[type=number] { |
| 1718 |
width: 100px; |
| 1719 |
display: block; } |
| 1720 |
.post-type-hurrytimer_countdown .hrytmr-form .form-table { |
| 1721 |
margin: 0; } |
| 1722 |
.post-type-hurrytimer_countdown .hrytmr-form .form-table caption { |
| 1723 |
text-align: left; |
| 1724 |
margin: 20px 10px 5px; |
| 1725 |
padding-bottom: 5px; |
| 1726 |
font-size: 15px; |
| 1727 |
color: #333; |
| 1728 |
font-weight: 500; |
| 1729 |
border-bottom: 1px solid #eee; } |
| 1730 |
.post-type-hurrytimer_countdown .hrytmr-form .form-table td:first-child { |
| 1731 |
width: 150px; |
| 1732 |
font-size: 13px; } |
| 1733 |
.post-type-hurrytimer_countdown .hrytmr-form .select2-container--default { |
| 1734 |
width: 428px !important; } |
| 1735 |
.post-type-hurrytimer_countdown .hrytmr-form .select2-container--default .select2-selection--multiple { |
| 1736 |
border-color: #ddd; |
| 1737 |
border-radius: 0; } |
| 1738 |
.post-type-hurrytimer_countdown .hrytmr-form .select2-container--default.select2-container--focus .select2-selection--multiple { |
| 1739 |
border-color: #ddd; } |
| 1740 |
.post-type-hurrytimer_countdown .hrytmr-form .select2-selection__rendered { |
| 1741 |
width: 100%; |
| 1742 |
background: #fff; } |
| 1743 |
.post-type-hurrytimer_countdown .hrytmr-form__schedule--normal td:last-child label { |
| 1744 |
display: block; |
| 1745 |
float: left; } |
| 1746 |
.post-type-hurrytimer_countdown .hrytmr-form__schedule--evergreen td:last-child label { |
| 1747 |
width: 100px; } |
| 1748 |
.post-type-hurrytimer_countdown .hrytmr-form__schedule--evergreen td:last-child input { |
| 1749 |
width: 70px; } |
| 1750 |
.post-type-hurrytimer_countdown .hrytmr-form__schedule--evergreen td:last-child label { |
| 1751 |
font-size: 12px; } |
| 1752 |
.post-type-hurrytimer_countdown .hrytmr-form__mode label:first-child { |
| 1753 |
margin-right: 10px; } |
| 1754 |
.post-type-hurrytimer_countdown .hrytmr-form__themes td { |
| 1755 |
text-align: center; } |
| 1756 |
.post-type-hurrytimer_countdown .hrytmr-form__themes img { |
| 1757 |
display: block; |
| 1758 |
margin: auto auto 10px auto; } |
| 1759 |
.post-type-hurrytimer_countdown .hrytmr-form .ht-panel-header { |
| 1760 |
border-top: 1px solid #f1f1f1; } |
| 1761 |
.post-type-hurrytimer_countdown .hrytmr-form .ht-panel-header td { |
| 1762 |
text-transform: uppercase; |
| 1763 |
font-size: 13px; |
| 1764 |
padding: 11px 8px; } |
| 1765 |
.post-type-hurrytimer_countdown .htmr-form-row { |
| 1766 |
width: 100%; } |
| 1767 |
.post-type-hurrytimer_countdown .htmr-form-row label { |
| 1768 |
font-size: 13px; } |
| 1769 |
.post-type-hurrytimer_countdown .htmr-form-row .htmr-form-col.col-1of4 { |
| 1770 |
box-sizing: border-box; |
| 1771 |
margin: 10px; |
| 1772 |
width: calc(25% - 20px); |
| 1773 |
float: left; } |
| 1774 |
.post-type-hurrytimer_countdown .form-table-title { |
| 1775 |
text-align: left; |
| 1776 |
font-size: 14px; |
| 1777 |
font-weight: 600; |
| 1778 |
padding: 10px; |
| 1779 |
background: #f1f1f1; |
| 1780 |
/* margin: 10px auto; */ |
| 1781 |
border-bottom: 1px solid #eee; } |
| 1782 |
.post-type-hurrytimer_countdown #hurrytimer-settings .form-field > td:first-chid > label { |
| 1783 |
font-weight: bold; } |
| 1784 |
.post-type-hurrytimer_countdown .hurrytimer-tabcontent .form-subfield-stacked { |
| 1785 |
width: 120px; |
| 1786 |
float: left; |
| 1787 |
margin-right: 10px; } |
| 1788 |
.post-type-hurrytimer_countdown .hurrytimer-tabcontent .form-subfield-stacked input { |
| 1789 |
display: block; |
| 1790 |
width: 100% !important; } |
| 1791 |
.post-type-hurrytimer_countdown #hurrytimer-settings .description { |
| 1792 |
font-size: 13px; |
| 1793 |
color: #555; } |
| 1794 |
.post-type-hurrytimer_countdown .updated.notice a[href*="doaction=undo"] { |
| 1795 |
display: none; } |
| 1796 |
.post-type-hurrytimer_countdown .is-hidden, |
| 1797 |
.post-type-hurrytimer_countdown #delete-action:not(.is-delete-permanently) { |
| 1798 |
display: none; } |
| 1799 |
.post-type-hurrytimer_countdown .htmr-list-shortcode { |
| 1800 |
background: #f1f1f1; |
| 1801 |
display: inline-block; |
| 1802 |
padding: 3px; |
| 1803 |
border-radius: 3px; } |
| 1804 |
.post-type-hurrytimer_countdown #hrytmr-countdown__shortcode p { |
| 1805 |
font-size: 13px; } |
| 1806 |
.post-type-hurrytimer_countdown #hrytmr-countdown__shortcode .ht-content { |
| 1807 |
border: 2px; |
| 1808 |
border-radius: 2px; |
| 1809 |
background: #888888; |
| 1810 |
text-align: center; } |
| 1811 |
.post-type-hurrytimer_countdown #hrytmr-countdown__shortcode .ht-content pre { |
| 1812 |
display: inline-block; |
| 1813 |
padding: 0 5px; |
| 1814 |
color: #fff; |
| 1815 |
margin: 10px auto; } |
| 1816 |
.post-type-hurrytimer_countdown #hrytmr-countdown__shortcode .ht-content button { |
| 1817 |
background: #2b2b2b; |
| 1818 |
border-radius: 2px; |
| 1819 |
color: #fff; |
| 1820 |
float: right; |
| 1821 |
border: none; } |
| 1822 |
.post-type-hurrytimer_countdown .slugdiv { |
| 1823 |
display: none; } |
| 1824 |
.post-type-hurrytimer_countdown #minor-publishing-actions { |
| 1825 |
display: none; } |
| 1826 |
.post-type-hurrytimer_countdown #misc-publishing-actions #minor-publishing-actions, |
| 1827 |
.post-type-hurrytimer_countdown #misc-publishing-actions .misc-pub-post-status:not(.misc-hrytmr), |
| 1828 |
.post-type-hurrytimer_countdown #misc-publishing-actions .misc-pub-visibility { |
| 1829 |
display: none; } |
| 1830 |
.post-type-hurrytimer_countdown #hurrytimer-settings { |
| 1831 |
background: none; |
| 1832 |
border: none; } |
| 1833 |
.post-type-hurrytimer_countdown #hurrytimer-settings h2 { |
| 1834 |
color: transparent; } |
| 1835 |
.post-type-hurrytimer_countdown #hurrytimer-settings .hndle.ui-sortable-handle { |
| 1836 |
display: none; } |
| 1837 |
.post-type-hurrytimer_countdown #hurrytimer-settings .hndle.ui-sortable-handle, |
| 1838 |
.post-type-hurrytimer_countdown #hurrytimer-settings .hndle.ui-sortable-handle span { |
| 1839 |
color: transparent !important; } |
| 1840 |
.post-type-hurrytimer_countdown #hurrytimer-settings .nav-tab:first-child { |
| 1841 |
margin-left: 0; } |
| 1842 |
.post-type-hurrytimer_countdown #hurrytimer-settings .inside { |
| 1843 |
padding: 0; } |
| 1844 |
.post-type-hurrytimer_countdown #hurrytimer-settings .handlediv { |
| 1845 |
display: none; } |
| 1846 |
.post-type-hurrytimer_countdown #hurrytimer-settings .nav-tab-wrapper { |
| 1847 |
padding: 0; } |
| 1848 |
.post-type-hurrytimer_countdown #hurrytimer-settings .nav-tab { |
| 1849 |
border-bottom: none; |
| 1850 |
border-color: #e5e5e5; } |
| 1851 |
.post-type-hurrytimer_countdown #hurrytimer-settings .nav-tab-active { |
| 1852 |
background: #fff; } |
| 1853 |
.post-type-hurrytimer_countdown #hurrytimer-settings .nav-tab-wrapper { |
| 1854 |
border-bottom: none; } |
| 1855 |
.post-type-hurrytimer_countdown #hurrytimer-settings .hurrytimer-tabs { |
| 1856 |
background: #fff; |
| 1857 |
border: 1px solid #e5e5e5; |
| 1858 |
border-top: none; } |
| 1859 |
|