admin-styles.css 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635
  1. /* SAVING STATES, ETC */
  2. .savingState, .no-pending-message, .calendarSavingState, #data-ajax-url, #timepickerTemplate { display:none; }
  3. .topSavingState.savingState { top:31px; right:31px; font-size: 16px; color:rgba(255,255,255,0.75); position:absolute; z-index:1; }
  4. .hide-in-admin { display:none !important; }
  5. .faded { opacity:0.2; }
  6. .bookedClearFix:after {
  7. content: " ";
  8. visibility: hidden;
  9. display: block;
  10. height: 0;
  11. clear: both;
  12. }
  13. body.booked-noScroll { position:fixed; width:100%; overflow:hidden; }
  14. #wp-admin-bar-booked .ab-icon:before { content: "\f508"; top:1px; }
  15. .update-nag .booked-icon { color:#888; }
  16. /* GENERAL STYLES */
  17. .booked-settings-wrap { padding:0; margin:0 0 0 -20px; position:relative; }
  18. .booked-settings-wrap .booked-settings-title { position:relative; margin:0; padding:2rem 0 2.1rem 2rem; background:#0073AA; color:#fff; font-size:1.5rem; line-height:1rem; letter-spacing:0.05rem; text-align:left; }
  19. .booked-settings-wrap .booked-settings-title .booked-icon { position:relative; top:-2px; }
  20. body.booked_bookings_page_booked_plugin .settings-error code { display:block; margin:5px 0; }
  21. #booked_plugin_booked_bookings_section .inside { margin:0; padding:40px; }
  22. .booked-settings-wrap .booked-settings-title, table.booked-calendar th, table.booked-calendar td { font-weight:300; }
  23. /* BOOKED SETTINGS PANELS */
  24. #booked-admin-panel-container { position:relative; margin:0; }
  25. #booked-admin-panel-container *:focus { box-shadow:none; outline:0; }
  26. #booked-admin-panel-container .booked-admin-tabs { list-style:none; margin:0; padding:0; background:#005f8c; }
  27. #booked-admin-panel-container .booked-admin-tabs li { float:left; display:inline-block; margin:0; padding:0; }
  28. #booked-admin-panel-container .booked-admin-tabs li a { display:block; color:#fff; background:rgba(0,0,0,0.25); text-decoration:none; padding:0 15px; line-height:40px; }
  29. #booked-admin-panel-container .booked-admin-tabs li a:hover { background:rgba(0,0,0,0.5); color:#fff; }
  30. #booked-admin-panel-container .booked-admin-tabs li.active a, #booked-admin-panel-container .booked-admin-tabs li.active a:hover { background:#0073AA; color:#fff; cursor:default; }
  31. #booked-admin-panel-container .booked-admin-tabs li a .savingState { opacity:0.5; }
  32. #booked-admin-panel-container .form-wrapper { background:transparent; }
  33. #booked-admin-panel-container .form-wrapper .tab-content { padding:40px; }
  34. #booked-admin-panel-container .form-wrapper .tab-content .notice { margin-bottom:40px; }
  35. #booked-admin-panel-container .view-import-export, #booked-admin-panel-container .view-uninstall { margin:0 0 0 10px; display:inline-block; padding:5px 10px 6px; background:#eee; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; color:#888; text-decoration:none; font-weight:600; }
  36. #booked-admin-panel-container .view-uninstall { color:#f12804; }
  37. #booked-admin-panel-container .view-import-export:hover { background:#888; color:#fff; }
  38. #booked-admin-panel-container .view-uninstall:hover { background:#f12804; color:#fff; }
  39. #booked-admin-panel-container input[type=text] { border:1px solid #ccc; padding:10px 12px; }
  40. #booked-admin-panel-container p.submit { margin:0; padding:0; }
  41. #booked-admin-panel-container .section-row { padding-bottom: 20px; }
  42. #booked-admin-panel-container .section-row .section-head { padding-bottom: 20px; }
  43. #booked-admin-panel-container .section-row p { line-height:1.65em; font-size:1em; }
  44. #booked-admin-panel-container .section-row .section-head h3,
  45. h3.booked-ct-date-heading { padding: 0; margin: 0; font-size: 16px; line-height: 20px; color: #0073AA; font-weight: 600; }
  46. #booked-admin-panel-container .section-row .section-body { position: relative; }
  47. #booked-admin-panel-container .section-row .hint-p { padding: 10px 5px; margin: 0; font-size: 13px; line-height: 1.7; color: #999999; }
  48. #booked-admin-panel-container .section-row .hint-p a { color: #47aad1; text-decoration: none; font-weight: 600; }
  49. #customTimeslotsContainer h3.booked-ct-date-heading { margin:30px 0 20px; }
  50. #customTimeslotsContainer h3.booked-ct-date-heading:first-child { margin:10px 0 20px; }
  51. #booked-admin-panel-container input[type=text].booked-color-field { padding:3px 5px; }
  52. #booked-admin-panel-container label.booked-color-label { display:block; font-weight:600; margin:0 0 10px; }
  53. #booked-admin-panel-container .wp-picker-container { margin:0 0 15px; }
  54. #booked-admin-panel-container p.submit { margin:0; padding:0; }
  55. #booked-admin-panel-container .section-row input.field { display:block; margin:0 0 20px; width: 50%; padding: 10px; font-size: 14px; line-height: 23px; }
  56. #booked-admin-panel-container .section-row textarea.field { width: 100%; padding: 20px; resize: none; font-size: 14px; line-height: 23px; }
  57. #booked-admin-panel-container .section-row textarea.field.small { height: 100px; }
  58. #booked-admin-panel-container .section-row textarea.field.med { height: 240px; }
  59. #booked-admin-panel-container .section-row textarea.field.large { height: 340px; }
  60. #booked-admin-panel-container .section-row .checkbox-radio-label { padding:0 0 0 5px; position:relative; top:-2px; }
  61. #booked_email_logo-img { display:block; max-width:600px; height:auto; margin:20px 0 0; }
  62. #booked-admin-panel-container .booked-admin-subtabs { list-style:none; margin:0; padding:0; background:#ddd; border:1px solid #ccc; border-bottom:none; -moz-border-radius:3px 3px 0 0; -webkit-border-radius:3px 3px 0 0; border-radius:3px 3px 0 0; }
  63. #booked-admin-panel-container .booked-admin-subtabs li { float:left; display:inline-block; margin:0; padding:0; }
  64. #booked-admin-panel-container .booked-admin-subtabs li a { display:block; color:#888; background:#f2f2f2; text-decoration:none; padding:0 15px; line-height:40px; border-right:1px solid #ddd; }
  65. #booked-admin-panel-container .booked-admin-subtabs li:first-child a { -moz-border-radius:3px 0 0 0; -webkit-border-radius:3px 0 0 0; border-radius:3px 0 0 0; }
  66. #booked-admin-panel-container .booked-admin-subtabs li a:hover { background:#f5f5f5; color:#555; }
  67. #booked-admin-panel-container .booked-admin-subtabs li.active a, #booked-admin-panel-container .booked-admin-subtabs li.active a:hover { background:#fff; color:#333; cursor:default; }
  68. #booked-admin-panel-container .subtab-content { background:#fff; padding:30px 30px 0; margin:0 0 30px; border:1px solid #ccc; border-top:none; -moz-border-radius:0 0 3px 3px; -webkit-border-radius:0 0 3px 3px; border-radius:0 0 3px 3px; }
  69. #booked-admin-panel-container input.readonly,
  70. #booked-admin-panel-container input[readonly],
  71. #booked-admin-panel-container textarea.readonly,
  72. #booked-admin-panel-container textarea[readonly] { background:#e5e5e5; }
  73. /* CUSTOM FIELDS */
  74. #booked-cf-sortable-templates, #booked-cf-sortables { display:none; }
  75. #booked-admin-panel-container .booked-cf-block { padding:30px; background:#e5e5e5; border:2px dashed #ccc; border-radius:5px; }
  76. #booked-admin-panel-container #booked-cf-sortables { margin:0 0 30px; padding:0; list-style:none; width:100%; }
  77. #booked-admin-panel-container #booked-cf-sortables li { position:relative; margin:0 0 2px; padding:20px; background:#fff; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
  78. #booked-admin-panel-container #booked-cf-sortables li small { font-size:12px; font-weight:600; text-transform:uppercase; display:block; padding:0; margin:0 0 8px; color:#2EA2CC; }
  79. #booked-admin-panel-container #booked-cf-sortables li small.help-text { margin-left: 41px; padding: 5px 0 0 0; color: #aaa; text-transform: none; font-weight: 400; }
  80. #booked-admin-panel-container #booked-cf-sortables li i.main-handle, #booked-admin-panel-container #booked-cf-sortables li i.sub-handle { font-size: 20px; color: #888; display: block; float: left; margin: 1px 10px 0 -8px; width: 40px; height: 98px; line-height: 20px; text-align: center; cursor:move; cursor: -webkit-grab; }
  81. #booked-admin-panel-container #booked-cf-sortables li.ui-sortable-helper { box-shadow:1px 1px 10px rgba(0,0,0,0.15); }
  82. #booked-admin-panel-container #booked-cf-sortables input[type=text] { padding:7px 11px; font-size:13px; width:540px; }
  83. #booked-admin-panel-container #booked-cf-sortables textarea { padding:12px 15px; height:200px; font-size:15px; line-height:1.6; width:540px; color:#555; }
  84. #booked-admin-panel-container #booked-cf-sortables ul input[type=text] { width:475px; }
  85. #booked-admin-panel-container #booked-cf-sortables li .cf-delete { cursor:pointer; opacity:0.4; color: #dd0000; font-size: 18px; line-height: 19px; position: absolute; top: 20px; right: 20px; width: 20px; height: 20px; text-align: center; }
  86. #booked-admin-panel-container #booked-cf-sortables li:hover .cf-delete { opacity:1; }
  87. #booked-admin-panel-container #booked-cf-sortables li .cf-delete:hover { color:#880000; }
  88. #booked-cf-sortables li label { color:#888; font-size:12px; }
  89. #booked-cf-saveButton { float:left; }
  90. .cf-updater.savingState { float:left; padding:5px 0 0 15px; color:#888; }
  91. #booked-admin-panel-container #booked-cf-sortables ul, #booked-admin-panel-container #booked-cf-sortables button { display:block; margin:0 0 0 43px; }
  92. #booked-admin-panel-container #booked-cf-sortables ul li .cf-delete { right:auto; left:30px; top:18px; }
  93. #booked-admin-panel-container #booked-cf-sortables button { margin-top:10px; }
  94. #booked-admin-panel-container #booked-cf-sortables ul li { margin:0; padding:10px 0 0; background:none; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; width:541px; }
  95. #booked-admin-panel-container #booked-cf-sortables ul li i.sub-handle { font-size: 16px; margin: 1px 35px 0 -11px; height: 34px; line-height: 34px; }
  96. #booked-admin-panel-container #booked-cf-sortables ul li.ui-sortable-helper { box-shadow:none; }
  97. @media screen and (max-width:720px){
  98. #booked-admin-panel-container .form-wrapper { border-top:none; }
  99. #booked-admin-panel-container .booked-admin-tabs { border-bottom:none; }
  100. #booked-admin-panel-container .booked-admin-tabs li { float:none; display:block; margin:0; border-bottom:1px solid #0073AA; }
  101. #booked-admin-panel-container .booked-admin-tabs li:last-child { border:none; }
  102. #booked-admin-panel-container .booked-admin-tabs li a { text-align:center; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; }
  103. }
  104. /* TIMESLOTS TABLE */
  105. table.booked-timeslots,
  106. table.booked-timeslots table { border-collapse:collapse; }
  107. table.booked-timeslots { border-top:2px solid #d5d5d5; margin:20px auto 0; font-weight:400; text-align:center; border-spacing: 0; width:1520px; }
  108. table.booked-timeslots table { width:220px; }
  109. table.booked-timeslots thead { background:#e5e5e5; text-transform:uppercase; }
  110. table.booked-timeslots thead th { position:relative; padding:12px 15px 8px; text-align:center; color:#333; border:none; border-right:1px solid #d5d5d5; font-size:0.8rem; letter-spacing:0.03rem; width:14.285%; font-weight:700; }
  111. table.booked-timeslots thead th .booked-add-timeslot { display:inline-block; width:65%; margin-top:8px; margin-bottom:7px; letter-spacing:0; text-transform:none; }
  112. table.booked-timeslots thead th .booked-clear-timeslots { width:32%; margin-right:3%; display:inline-block; margin-top:8px; margin-bottom:7px; letter-spacing:0; text-transform:none; }
  113. table.booked-timeslots tbody td { vertical-align:top; border:none; padding:0; }
  114. table.booked-timeslots tbody td p small { color:#aaa; }
  115. table.booked-timeslots tbody td .timeslot { margin-top:10px; font-weight:600; text-align:left; line-height:1.6; padding:7px 10px; display:block; position:relative; background:#f5f5f5; border:1px solid #ddd; border-bottom:2px solid #ddd; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
  116. table.booked-timeslots tbody td .timeslot:first-child { margin-top:0; }
  117. table.booked-timeslots tbody td:last-child { border-right:1px solid #e5e5e5; }
  118. table.booked-timeslots > tbody > tr > td:last-child thead th,
  119. table.booked-timeslots > tbody > tr > td:last-child tbody td:last-child { border-right:none; }
  120. table.booked-timeslots tbody td .button-mobile { display:none; }
  121. table.booked-timeslots tbody td .start { display:inline-block; text-align:left; }
  122. table.booked-timeslots tbody td .end { display:inline-block; text-align:left; }
  123. table.booked-timeslots tbody td .delete { cursor:pointer; position:absolute; right:11px; top:6px; text-align:right; color:#f59e9e }
  124. table.booked-timeslots tbody td .delete:hover { color:#e35656; }
  125. table.booked-timeslots tbody td .slotsBlock { text-align:left; width:100%; display:block; }
  126. table.booked-timeslots tbody td .add { -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; display:inline-block; cursor:pointer; color:#ccc; padding-left:5px }
  127. table.booked-timeslots tbody td .add:hover { color:#888; }
  128. table.booked-timeslots tbody td .count { display:inline-block; text-align:left; color:#aaa; padding-left:5px }
  129. table.booked-timeslots tbody td .count em { font-style:normal; }
  130. table.booked-timeslots tbody td .minus { -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; display:inline-block; cursor:pointer; color:#ccc; }
  131. table.booked-timeslots tbody td .minus:hover { color:#888; }
  132. table.booked-timeslots tbody td .booked_slot_title { margin:0; display:block; color:#20A1CD; }
  133. table.booked-timeslots tbody .addTimeslot { position:relative; overflow:hidden; }
  134. table.booked-timeslots tbody .addTimeslot .setTimeslot { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; margin:0 8% 5%; width:84%; box-sizing:border-box; padding:5px; text-align:center; background:#e5e5e5; border:1px solid #e5e5e5; }
  135. table.booked-timeslots tbody .addTimeslot .setTimeslot:hover { background:#eee; cursor:pointer; }
  136. table.booked-timeslots tbody .addTimeslot .cancel { display:none; }
  137. table.booked-timeslots tbody .addTimeslot.active .cancel { display:inline-block; float:left; }
  138. table.booked-timeslots tbody .addTimeslot.active .booked-add-timeslot { position:absolute; bottom:16px; right:15px; }
  139. table.booked-timeslots tbody .addTimeslot .timeslotTabs { margin:0 0 14px; border:2px solid #213946; border-bottom:3px solid #213946; border-radius:3px; overflow:hidden; }
  140. table.booked-timeslots tbody .addTimeslot .addTimeslotTab { float:left; box-sizing:border-box; display:inline-block; width:50%; font-size:0.65rem; background:#213946; color:#fff; color:rgba(255,255,255,0.65); padding:0; letter-spacing:0.03rem; line-height:24px; text-decoration:none; text-transform:uppercase; font-weight:700; }
  141. table.booked-timeslots tbody .addTimeslot .addTimeslotTab:last-child { float:right; }
  142. table.booked-timeslots tbody .addTimeslot .addTimeslotTab:hover { background:#254452; color:#fff; }
  143. table.booked-timeslots tbody .addTimeslot .addTimeslotTab.active, table.booked-timeslots tbody .addTimeslot .addTimeslotTab.active:hover { cursor:default; background:#365768; color:#fff; }
  144. table.booked-timeslots tbody .addTimeslot select { box-sizing: border-box; border-color:#ccc; width:100%; margin:0 0 7px; display:block; font-size:11px; }
  145. table.booked-timeslots tbody .addTimeslot .tsTabContent select:last-child { margin-bottom:14px; }
  146. table.booked-timeslots tbody .addTimeslot .allday-wrap { box-sizing: border-box; width:100%; margin:10px 0; text-align:center; display:block; font-size:11px; }
  147. table.booked-timeslots tbody .addTimeslot .allday-wrap input { position:relative; top:2px; }
  148. #booked-admin-panel-container table.booked-timeslots tbody .addTimeslot input { box-sizing: border-box; width:100%; padding:6px 7px; margin:0 0 7px; border-radius:3px; display:block; font-size:11px; }
  149. table.booked-timeslots tbody .dayTimeslots { padding:10px; }
  150. #timepickerTemplate { padding:0 15px 16px; background:#e5e5e5; margin:0; }
  151. #timepickerTemplate form { width:100%; float:none; }
  152. #booked-customTimePickerTemplates form { float:left; width:auto; }
  153. /* PENDING APPOINTMENTS */
  154. .booked-pending-headings { background:#015e8c; color:#fff; padding:11px 0; font-size:15px; font-weight:400; }
  155. .booked-pending-headings .left { float:left; padding-left:30px; }
  156. .booked-pending-headings .right { float:right; padding-right:30px; }
  157. .booked-pending-cap { margin:0; padding: 25px; background: #f9f9f9; border:1px solid #ddd; border-top:0; border-bottom: 1px solid #e5e5e5; }
  158. .booked-pending-appt-list { padding:20px 25px; margin:0; }
  159. .booked-pending-appt-list .pending-appt { padding:15px 0; font-size:13px; box-sizing:border-box; line-height:1.8; border-top:1px solid #e5e5e5; }
  160. .booked-pending-appt-list .pending-appt:first-child { border-top:0; padding-top:0; }
  161. .booked-pending-appt-list .pending-appt a { font-size:15px; font-weight:600; text-decoration:none; display:inline-block; margin:0; }
  162. .booked-pending-appt-list .pending-appt button.approve { float:right; margin:8px 0 0 10px; }
  163. .booked-pending-appt-list .pending-appt button.delete { float:right; margin:8px 0 0 0; }
  164. .booked-pending-appt-list .pending-appt .late-appt { color:#D54E21; }
  165. /* Dashboard Widget */
  166. .booked-pending-appt-list.booked-dashboard-widget { border:none; padding:0 5px; background:transparent; }
  167. .booked-pending-appt-list.booked-dashboard-widget .pending-appt, .booked-pending-appt-list.booked-dashboard-widget .pending-appt a { font-size:13px; line-height:1.7 }
  168. /* ADMIN CALENDAR STYLES */
  169. #booked-plugin-page.booked-admin-calendar-page-wrap { max-width:1100px; }
  170. #booked-plugin-page .booked-admin-calendar-wrap { padding:0 33px 0px 13px; }
  171. .booked-calendarSwitcher {
  172. display: block;
  173. margin: 35px 33px 0px 13px;
  174. padding: 10px;
  175. background: #fafafa;
  176. background-color: #fdfdff;
  177. background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(253, 253, 255)), to(rgb(246, 245, 247)));
  178. background-image: -webkit-linear-gradient(top, rgb(253, 253, 255), rgb(246, 245, 247));
  179. background-image: -moz-linear-gradient(top, rgb(253, 253, 255), rgb(246, 245, 247));
  180. background-image: -o-linear-gradient(top, rgb(253, 253, 255), rgb(246, 245, 247));
  181. background-image: -ms-linear-gradient(top, rgb(253, 253, 255), rgb(246, 245, 247));
  182. background-image: linear-gradient(top, rgb(253, 253, 255), rgb(246, 245, 247));
  183. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fdfdff', EndColorStr='#f6f5f7');
  184. border-radius: 5px 5px 0 0;
  185. box-sizing: border-box;
  186. box-shadow: 0 1px 4px rgba(0,0,0,0.15);
  187. text-align: left; }
  188. .booked-calendarSwitcher p { line-height:1; margin:0; }
  189. .booked-calendarSwitcher p i.booked-icon { font-size:17px; margin:0 8px 0 3px; position:relative; top:2px; }
  190. .booked-calendarSwitcher select:active, .booked-calendarSwitcher select:focus { -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
  191. .noCalendarsSpacer { height:23px; }
  192. #booked-timeslotsSwitcher { line-height:1; display:inline-block; text-align:center; width:100%; margin:0 0 10px; padding:0; color:#555; }
  193. #booked-timeslotsSwitcher p { margin:0 0 10px; font-size:17px; }
  194. #booked-timeslotsSwitcher select { min-width:200px; border:1px solid #ddd; background:#f9f9f9; display:inline-block; margin:0 0 20px; }
  195. #booked-timeslotsSwitcher select:active, #booked-timeslotsSwitcher select:focus { -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
  196. #bookedTimeslotsWrap { position:relative; overflow-x:auto; padding: 0 25px 16px 25px; margin:0 -25px; }
  197. #bookedTimeslotsWrap > table { z-index:98; position:relative; border-right:25px solid #f1f1f1; }
  198. #booked-defaults:after { z-index:99; content:""; width:25px; height:calc( 100% - 41px ); display:block; position:absolute; top:40px; right:15px; }
  199. #booked-defaults:before { z-index:99; content:""; width:25px; height:calc( 100% - 41px ); display:block; position:absolute; top:40px; left:15px; }
  200. #booked-defaults:after {
  201. background-image: -webkit-gradient(linear, left center, right center, from(rgba(241,241,241, 0.00)), to(rgba(241,241,241, 1.00)));
  202. background-image: -webkit-linear-gradient(left, rgba(241,241,241, 0.00), rgba(241,241,241, 1.00));
  203. background-image: -moz-linear-gradient(left, rgba(241,241,241, 0.00), rgba(241,241,241, 1.00));
  204. background-image: -o-linear-gradient(left, rgba(241,241,241, 0.00), rgba(241,241,241, 1.00));
  205. background-image: -ms-linear-gradient(left, rgba(241,241,241, 0.00), rgba(241,241,241, 1.00));
  206. background-image: linear-gradient(left, rgba(241,241,241, 0.00), rgba(241,241,241, 1.00));
  207. }
  208. #booked-defaults:before {
  209. background-image: -webkit-gradient(linear, left center, right center, from(rgba(241,241,241, 1.00)), to(rgba(241,241,241, 0.00)));
  210. background-image: -webkit-linear-gradient(left, rgba(241,241,241, 1.00), rgba(241,241,241, 0.00));
  211. background-image: -moz-linear-gradient(left, rgba(241,241,241, 1.00), rgba(241,241,241, 0.00));
  212. background-image: -o-linear-gradient(left, rgba(241,241,241, 1.00), rgba(241,241,241, 0.00));
  213. background-image: -ms-linear-gradient(left, rgba(241,241,241, 1.00), rgba(241,241,241, 0.00));
  214. background-image: linear-gradient(left, rgba(241,241,241, 1.00), rgba(241,241,241, 0.00));
  215. }
  216. table.booked-calendar { background:#F1F1F1; text-align:center; border-spacing: 0; border-collapse: collapse; width:100%; }
  217. table.booked-calendar thead { background:#0073AA; color:#fff; }
  218. table.booked-calendar th { font-weight:400; position:relative; font-size:19px; width:14.285%; border:1px solid #0073AA; padding:21px 0 21px; line-height:1; }
  219. table.booked-calendar tr.days { background:#015e8c; color:#fff; text-transform:uppercase; }
  220. table.booked-calendar tr.days th { padding:13px 0 12px; border:1px solid #015e8c; font-size:14px; }
  221. table.booked-calendar th .monthName span { font-size:12px; position:relative; top:-3px; left:0; padding-right:20px; text-decoration:none; text-transform:none; color:#90a0a9; }
  222. table.booked-calendar th .monthName span { padding-right:0; padding-left:20px; color:#fff; }
  223. table.booked-calendar th .monthName a.backToMonth { font-size: 12px; position: absolute; top: -32px; right: 65px; padding-right: 20px; text-decoration: none; text-transform: none; font-weight: 600; color: #aaa; }
  224. table.booked-calendar th .monthName a.backToMonth:hover { color:#555; right:66px; }
  225. table.booked-calendar th .page-left { font-size:24px; color:#aaa; position:absolute; right:51px; top:-39px; }
  226. table.booked-calendar th .page-right { font-size:24px; color:#aaa; position:absolute; right:15px; top:-39px; }
  227. table.booked-calendar th .page-left:hover { right:52px; color:#666; }
  228. table.booked-calendar th .page-right:hover { right:14px; color:#666; }
  229. table.booked-calendar td { overflow:hidden; position:relative; font-size:20px; color:#888888; padding:0; border-left:1px solid #e5e5e5; border-right:1px solid #e5e5e5; }
  230. table.booked-calendar tr:last-child td { border-bottom:1px solid #e5e5e5; }
  231. table.booked-calendar td .date { background:#fff; display:block; width:100%; height: 100%; }
  232. table.booked-calendar td .date .number { -moz-transform:scale(1); -webkit-transform:scale(1); transform:scale(1); font-size:19px; display:inline-block; -moz-border-radius:40px; -webkit-border-radius:40px; border-radius:40px; transform:scale(1); width: 50px; height: 50px; line-height: 48px; }
  233. table.booked-calendar td.blur .date, table.booked-calendar td.blur:hover .date { cursor:default; background:#EEEEEE; color:#ccc; }
  234. table.booked-calendar td.partial .date { background:#fffcf0; }
  235. .booked-admin-calendar-wrap.noTopBar table.booked-calendar th .page-left { color:#fff; color:rgba(255,255,255,0.75); top:11px; right:55px; }
  236. .booked-admin-calendar-wrap.noTopBar table.booked-calendar th .page-right { color:#fff; color:rgba(255,255,255,0.75); top:11px; right:20px; }
  237. .booked-admin-calendar-wrap.noTopBar table.booked-calendar th .page-left:hover { color:#fff; right:56px; }
  238. .booked-admin-calendar-wrap.noTopBar table.booked-calendar th .page-right:hover { color:#fff; right:19px; }
  239. .booked-admin-calendar-wrap.noTopBar table.booked-calendar th .monthName a.backToMonth { color:#fff; color:rgba(255,255,255,0.75); top:24px; right:70px; }
  240. .booked-admin-calendar-wrap.noTopBar table.booked-calendar th .monthName a.backToMonth:hover { color:#fff; right:71px; }
  241. table.booked-calendar td.partial .date .number { border:2px solid #ffce59; color:#000; }
  242. table.booked-calendar td.booked .date .number { border:2px solid #f15934; color:#000; }
  243. table.booked-calendar td.today .date .number { border:2px solid #6dc3ee; color:#000; }
  244. table.booked-calendar td.partial:hover .date .number { background:#ffce59; color:#fff; }
  245. table.booked-calendar td.booked:hover .date .number { background:#f15934; color:#fff; }
  246. table.booked-calendar td.today:hover .date .number { background:#6dc3ee; color:#fff; }
  247. table.booked-calendar td.today.partial .date { background:#f0faff; color:#000; }
  248. table.booked-calendar td:hover .date { background:#f9f9f9; cursor:pointer; color:#000; }
  249. table.booked-calendar td.partial:hover .date { background:#fff7d8; }
  250. table.booked-calendar td.booked:hover .date { background:#ffe4df; }
  251. table.booked-calendar td.today:hover .date { background:#e1f3fc; }
  252. table.booked-calendar td:hover .date .number { }
  253. table.booked-calendar td .count { cursor:pointer; position:absolute; top:-50px; left:0; background:#fff; padding:10px 0; font-size:11px; text-transform:uppercase; width:100%; display:block; border-top: 1px solid #e5e5e5; box-shadow: 0 1px 10px rgba(0,0,0,0.10); }
  254. table.booked-calendar td:hover .count { top:0; }
  255. table.booked-calendar tr.week td.active { border-bottom-color:#ddd; }
  256. table.booked-calendar tr.week td.active .date { background:#ddd; color:#555; }
  257. table.booked-calendar tr.week td.active .date .number { border:none; transform:scale(1.25); background:#fff; color:#000; }
  258. table.booked-calendar tr.week td.active { background:#ddd; }
  259. table.booked-calendar tr.entryBlock { background:#ddd; color:#fff; }
  260. table.booked-calendar tr.entryBlock td { padding:2%; text-align:left; color:#fff; border-bottom-color:#ddd; }
  261. table.booked-calendar tr.entryBlock.booked-loading td { height:132px; }
  262. table.booked-calendar .booked-appt-list { transform:scale(0.95); display:none; color:#000; background:#fff; padding:30px 35px 10px; font-size:15px; line-height:1.7; }
  263. table.booked-calendar .booked-appt-list.shown { transform:scale(1); }
  264. table.booked-calendar .booked-appt-list h2 { color:#555; font-size:20px; margin:0 0 30px; font-weight:300; }
  265. table.booked-calendar .booked-appt-list p { color:#888; font-weight:400; margin:0 0 20px; }
  266. table.booked-calendar .booked-appt-list p a { text-decoration:none; }
  267. table.booked-calendar .booked-appt-list .timeslot { box-sizing:border-box; line-height:1.6em; color:#888; border-top:1px solid #ddd; }
  268. table.booked-calendar .booked-appt-list .timeslot.faded { opacity:0.25; }
  269. table.booked-calendar .booked-appt-list .timeslot:hover { background:#f9f9f9; }
  270. table.booked-calendar .booked-appt-list .timeslot:last-child { margin:0 0 20px; }
  271. table.booked-calendar .booked-appt-list .timeslot .timeslot-time { padding:12px 0 12px 15px; box-sizing:border-box; float:left; }
  272. table.booked-calendar .booked-appt-list .timeslot .timeslot-time i.booked-icon { color:#aaa; }
  273. table.booked-calendar .booked-appt-list .timeslot .timeslot-count { min-height:49px; padding:10px 0; box-sizing:border-box; float:left; }
  274. table.booked-calendar .booked-appt-list .timeslot .timeslot-people { padding:10px 10px 10px 0; box-sizing:border-box; float:right; }
  275. table.booked-calendar .booked-appt-list .timeslot .timeslot-time { width:30%; font-weight: 600; color: #333; font-size: 15px; letter-spacing:-0.03em; }
  276. table.booked-calendar .booked-appt-list .timeslot .timeslot-time .timeslot-title { color:#0073AA; font-size:0.9em; }
  277. table.booked-calendar .booked-appt-list .timeslot .timeslot-count { padding-left:15px; border-left:1px solid #ddd; width:40%; }
  278. table.booked-calendar .booked-appt-list .timeslot.has-title .timeslot-count { min-height:76px; }
  279. table.booked-calendar .booked-appt-list .timeslot .timeslot-count.count-wide { width:70%; }
  280. table.booked-calendar .booked-appt-list .timeslot .spots-available { text-transform:uppercase; font-size:11px; display:block; line-height:2.7; color:#aaa; }
  281. table.booked-calendar .booked-appt-list .timeslot .spots-available.empty { color:#E35656; }
  282. table.booked-calendar .booked-appt-list .timeslot .timeslot-people { width:30%; }
  283. table.booked-calendar .booked-appt-list .timeslot .timeslot-people button { float:right; margin:0 0 0 10px }
  284. table.booked-calendar .booked-appt-list .timeslot a { font-weight:600; text-decoration:none; }
  285. table.booked-calendar .timeslot-count strong { display:block; text-transform:uppercase; font-size:13px; letter-spacing:0.03em; margin:10px 0 10px; }
  286. table.booked-calendar .appt-block { width:100%; border-top:1px solid #ddd; display:block; padding:10px 0; }
  287. table.booked-calendar .timeslot-count .appt-block.appt-no-padding:first-child { border-top:none; padding-top:0; }
  288. table.booked-calendar .timeslot-count .appt-block.appt-no-padding:last-child { padding-bottom:0; }
  289. table.booked-calendar .timeslot-count button { float:right; margin:0 0 0 10px; }
  290. table.booked-calendar .timeslot-count a.delete { float:left; margin:0 10px 0 0; font-size:13px; line-height:1.9em; color:#dd0000; }
  291. table.booked-calendar .timeslot-count a.delete:hover { color:#880000; }
  292. table.booked-calendar tr.week td.active:hover .count { top:-40px; }
  293. table.booked-calendar .booked-appt-list .timeslot.booked-disabled { background:#eee; }
  294. table.booked-calendar .booked-appt-list .timeslot.booked-disabled .timeslot-time { color:#888; }
  295. table.booked-calendar .booked-appt-list .timeslot.booked-disabled .new-appt,
  296. table.booked-calendar .booked-appt-list .timeslot.booked-disabled .spots-available { display:none; }
  297. /* Appointment Tabs */
  298. table.booked-calendar #bookedAppointmentTabs { border-bottom:2px solid #015e8c; width:100%; list-style:none; margin:0 0 30px; padding:0; }
  299. table.booked-calendar #bookedAppointmentTabs li { margin:0 3px 0 0; padding:0; display:inline-block; float:left; }
  300. table.booked-calendar #bookedAppointmentTabs li a { display:block; padding:10px 14px; background:#eee; color:#888; -moz-border-radius:3px 3px 0 0; -webkit-border-radius:3px 3px 0 0; border-radius:3px 3px 0 0; text-decoration:none; font-weight:400; font-size:13px; }
  301. table.booked-calendar #bookedAppointmentTabs li a:active, table.booked-calendar #bookedAppointmentTabs li a:focus { -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
  302. table.booked-calendar #bookedAppointmentTabs li.active a { background:#0073AA; color:#fff; }
  303. table.booked-calendar #bookedAppointmentTabs li a span { background:#D54E21; color:#fff; min-height:18px; min-width:8px; padding:0 5px; display:inline-block; line-height:18px; margin:0 0 0 10px; position:relative; top:-1px; font-size:11px; font-weight:600; -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; text-align:center; }
  304. table.booked-calendar #bookedAppointmentTabs li.active a span { background:#56C477; color:#fff; }
  305. table.booked-calendar .bookedAppointmentTab { display:none; opacity:0; -webkit-transform:translateY(20px); -moz-transform:translateY(20px); transform:translateY(20px); }
  306. table.booked-calendar .bookedAppointmentTab.active { opacity:1; -webkit-transform:translateY(0); -moz-transform:translateY(0); transform:translateY(0); }
  307. table.booked-calendar .bookedAppointmentTab {
  308. -webkit-transition: all .2s ease-out;
  309. -moz-transition: all .2s ease-out;
  310. -o-transition: all .2s ease-out;
  311. transition: all .2s ease-out;
  312. }
  313. /* CUSTOM TIME SLOTS */
  314. #booked-admin-panel-container .form-wrapper #booked-custom-timeslots.tab-content { padding:20px 40px 40px; }
  315. #customTimeslotsWrapper { margin:1em 0 20px; padding:0; }
  316. #booked-admin-panel-container .booked-customTimeslotTemplate { display:none; }
  317. #booked-custom-timeslots .addCustomTimeslot { float:left; margin:0 10px 0 0; }
  318. #customTimeslotsContainer .booked-customTimeslot { position: relative; margin: 0 0 10px; padding:25px; background:#e5e5e5; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
  319. #customTimeslotsContainer .booked-customTimeslot:last-child { margin:0 0 25px; }
  320. #customTimeslotsContainer .booked-customTimeslot > input[type="text"], #customTimeslotsContainer .booked-customTimeslot > select { width:150px; margin:0 10px 0 0; padding:6px 10px; font-size:12px; }
  321. #customTimeslotsContainer .booked-customTimeslot > select { width:auto; max-width:200px; }
  322. #customTimeslotsContainer .booked-customTimeslot > input[type="checkbox"] { margin:0 0 0 10px; }
  323. #customTimeslotsContainer .booked-customTimeslot > button { display:inline-block; margin:25px 0 0 0; }
  324. #customTimeslotsContainer .booked-customTimeslot > label { position:relative; top:0; left:5px; }
  325. #customTimeslotsContainer .booked-customTimeslot > .deleteCustomTimeslot { opacity: 0.2; color: #fff; font-size: 0.6rem; line-height:24px; position: absolute; top:32px; right:27px; background: #dd0000; width:24px; height:24px; text-align: center; border-radius: 12px; }
  326. #customTimeslotsContainer .booked-customTimeslot > .deleteCustomTimeslot:hover { opacity:1; }
  327. #booked-customTimePickerTemplates { display:none; padding:10px; margin:15px 0 0 0; background:#fff; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
  328. #booked-customTimePickerTemplates select { margin:0 10px 0 0; font-size:12px; }
  329. #booked-customTimePickerTemplates #bulk-timeslot-form input,
  330. #booked-customTimePickerTemplates #single-timeslot-form input { display: inline; padding: 4px 6px 6px 6px; margin:0 10px 0 0; font-size:11px; }
  331. #booked-customTimePickerTemplates .allday-wrap { display:inline-block; padding:0 20px 0 10px; }
  332. #booked-customTimePickerTemplates .allday-wrap input[type="checkbox"] { position:relative; top:2px; }
  333. #booked-customTimePickerTemplates .button, #booked-customTimePickerTemplates .button-primary { float:right; margin:0 0 0 10px; }
  334. #customTimeslotsContainer .booked-customTimeslot .customTimeslotsList .timeslot { font-weight: 600; padding: 10px; margin: 0; display: block; border-bottom: 1px solid #ddd; position: relative; background: #fff; }
  335. #customTimeslotsContainer .booked-customTimeslot .customTimeslotsList .timeslot:last-child { border:none; }
  336. #customTimeslotsContainer .booked-customTimeslot .customTimeslotsList .delete { cursor:pointer; position:absolute; right:12px; top:10px; text-align:right; font-size:0.8rem; color:#f59e9e }
  337. #customTimeslotsContainer .booked-customTimeslot .customTimeslotsList .delete:hover { color:#e35656; }
  338. #customTimeslotsContainer .booked-customTimeslot .customTimeslotsList .slotsBlock { padding:0; width:200px; display:inline-block; }
  339. #customTimeslotsContainer .booked-customTimeslot .customTimeslotsList .add { -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; display:inline-block; cursor:pointer; color:#ccc; padding-left:5px }
  340. #customTimeslotsContainer .booked-customTimeslot .customTimeslotsList .add:hover { color:#888; }
  341. #customTimeslotsContainer .booked-customTimeslot .customTimeslotsList .count { display:inline-block; color:#aaa; padding-left:5px }
  342. #customTimeslotsContainer .booked-customTimeslot .customTimeslotsList .count em { font-style:normal; }
  343. #customTimeslotsContainer .booked-customTimeslot .customTimeslotsList .minus { -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; display:inline-block; cursor:pointer; color:#ccc; padding-left:0 }
  344. #customTimeslotsContainer .booked-customTimeslot .customTimeslotsList .minus:hover { color:#888; }
  345. #customTimeslotsContainer .booked-customTimeslot .customTimeslotsList .title { padding: 0 10px 0 0; color: #20A1CD; }
  346. #customTimeslotsContainer .booked-customTimeslot .customTimeslotsList .cts-header { margin-top:25px; background:#0073AA; color:#fff; padding:10px; }
  347. #customTimeslotsContainer .booked-customTimeslot .customTimeslotsList .cts-header .slotsTitle { width:200px; display:inline-block; }
  348. .booked-new-tag { background:#d54e21; color:#fff; padding:0 5px; line-height:18px; height:18px; font-size:11px; margin:0 8px 0 0; position:relative; top:-1px; display:inline-block; font-weight:600; text-transform:uppercase; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
  349. h3 .booked-new-tag { top:-2px; }
  350. .booked-admin-tabs .booked-new-tag, .booked-admin-subtabs .booked-new-tag { font-size: 9px; height: 13px; line-height: 14px; padding: 0 4px 0 3px; margin: 0 0 0 7px; }
  351. #booked-saveCustomTimeslots { float:left; }
  352. .cts-updater.savingState { float:left; padding:5px 0 0 15px; color:#888; }
  353. /* END CUSTOM TIME SLOTS */
  354. /* CUSTOM DATE PICKER STYLING */
  355. #ui-datepicker-div.booked_custom_date_picker { background:#fff; margin-top:2px; width:230px; border:1px solid #d5d5d5; padding:8px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; box-shadow:0 1px 4px rgba(0,0,0,0.15); }
  356. #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header { position:relative; background:#0073AA; color:#fff; }
  357. #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev,
  358. #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next { cursor:pointer; top:9px; font-size:16px; position:absolute; display: inline-block; font-family:"BookedIcons"; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); color:#fff; }
  359. #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
  360. #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next .ui-icon { display:none; }
  361. #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev { left:9px; }
  362. #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next { right:9px; }
  363. #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-title { text-transform:uppercase; padding:9px 0 10px; text-align:center; }
  364. #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev:hover,
  365. #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next:hover { opacity:0.7; }
  366. #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev:before { content: "\f017"; }
  367. #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next:before { content: "\f018"; }
  368. #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar { width:100%; border-collapse: collapse; }
  369. #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead, #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead th { font-size:11px; font-weight:normal; background:#213946; color:#fff; }
  370. #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead th { width:14.285%; text-align:center; padding:5px 0; }
  371. #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody { border-top:8px solid #fff; }
  372. #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody, #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td { font-size:12px; font-weight:normal; background:#fff; color:#888; }
  373. #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td { text-align:center; padding:0px; }
  374. #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a { display:block; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; line-height:33px; text-decoration:none; color:#333; }
  375. #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a:hover { background:#eee; }
  376. #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td span { display:block; line-height:33px; }
  377. #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-unselectable span { color:#ddd; }
  378. #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-week-end a { color:#888; }
  379. #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a { background:#F0FAFF; color:#6DC3EE; }
  380. #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a:hover { background:#DCEFF8; }
  381. #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active, #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active:hover { background:#fff1cc; color:#bf9931; }
  382. /* END CUSTOM DATE PICKER STYLING */
  383. @media screen and (max-width:1100px){
  384. table.booked-calendar td .count { padding:5px 0; font-size:9px; }
  385. table.booked-calendar td .date .number { width:30px; height:30px; line-height:30px; font-size:14px; }
  386. }
  387. @media screen and (max-width:720px){
  388. table.booked-calendar thead th { font-size:16px; padding:13px 0 10px; }
  389. table.booked-calendar thead tr.days th { font-size:11px; padding:7px 0 5px; }
  390. table.booked-calendar td { font-size:13px; }
  391. table.booked-calendar thead th .page-left { left:10px; top:11px; font-size:15px; }
  392. table.booked-calendar thead th .page-right { right:10px; top:11px; font-size:15px; }
  393. table.booked-calendar thead th .page-left:hover { left:9px; }
  394. table.booked-calendar thead th .page-right:hover { right:9px; }
  395. table.booked-calendar th .monthName a { top:-2px; font-size:10px; }
  396. table.booked-calendar td .count { display:none; }
  397. table.booked-calendar td .date { height:100%; }
  398. table.booked-calendar td .date .number { border:none; display:inline-block; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; transform:scale(1); width:auto; height:auto; line-height:100%; }
  399. table.booked-calendar td.blur .date, table.booked-calendar td.blur:hover .date { cursor:default; background:#EEEEEE; color:#ccc; }
  400. table.booked-calendar td.partial .date { background:#FFF4CE; }
  401. table.booked-calendar td.booked .date { background:#FFE4DF; }
  402. table.booked-calendar td.partial .date .number { border:none; background:none; color:#555; }
  403. table.booked-calendar td.booked .date .number { border:none; background:none; color:#555; }
  404. table.booked-calendar td.today .date { background:#f0faff; color:#555; }
  405. table.booked-calendar td:hover .date { background:#f9f9f9; cursor:pointer; color:#000; }
  406. table.booked-calendar tr.week td.active .date .number { border:none; transform:scale(1.5); background:none; color:#000; }
  407. }
  408. /* ADMIN MODAL FORM */
  409. form.booked-form { padding-top:5px; }
  410. form.booked-form .field { margin:5px 0; }
  411. form.booked-form .field:after { content: ""; display: table; clear: both; }
  412. form.booked-form .field.booked-text-content { margin-bottom:0; margin-top:20px; }
  413. form.booked-form .field.booked-text-content *:last-child { margin-bottom:0; }
  414. body .booked-form .cf-block .field:first-child { margin-top:0; }
  415. body .booked-form .cf-block .field:first-child > label.field-label { padding-top:0; }
  416. form.booked-form input[type=radio], form.booked-form input[type=checkbox] { position:relative; top:2px; }
  417. form.booked-form .field select, form.booked-form .field input[type=text], form.booked-form .field input[type=password], form.booked-form .field input[type=tel], form.booked-form .field input[type=email] { margin-right:1.4%; width:49%; float:left; }
  418. form.booked-form .field .chosen-search input[type=text] { float:none; width:100%; margin:0; padding:4px 5px; }
  419. form.booked-form .field input:last-child, form.booked-form .field select:last-child { margin-right:0; }
  420. form.booked-form .field select, form.booked-form .field input[type=text], form.booked-form .field input[type=password], form.booked-form .field input[type=tel], form.booked-form .field input[type=email] { font-size:13px; padding:7px 10px; color:#555; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
  421. form.booked-form .field select { height:32px; line-height:32px; }
  422. form.booked-form .field input.hasContent { color:#555; }
  423. form.booked-form .field input.large, form.booked-form .field select.large { width:100%; margin-right:1px; width:99.8%; }
  424. form.booked-form .spacer { padding:5px 0 0 0; margin:0; display:block; }
  425. form.booked-form hr { border:none; border-top:1px solid #ddd; padding:20px 0 0 0; margin:25px 0 0 0; }
  426. body .booked-form .condition-block, body .booked-settings-form .condition-block { display:none; }
  427. body .booked-form .condition-block.default, body .booked-settings-form .condition-block.default { display:block; }
  428. form.booked-form input[type=submit], form.booked-form button { float:left; margin:0 10px 0 0; }
  429. form.booked-form select#userList { width:100%; float:none; }
  430. form.booked-form .field label.field-label { display:block; font-weight:bold; padding: 15px 0 8px; text-transform: uppercase; font-size: 13px; }
  431. form.booked-form .field textarea { height:100px; width:100%; }
  432. form.booked-form .field .checkbox-radio-block { display:block; padding:0 0 7px 10px; }
  433. form.booked-form .field .checkbox-radio-block label { color:#555; display:inline-block; padding-left:3px; position:relative; top:3px; }
  434. form.booked-form .field .checkbox-radio-block input[type=radio], form.booked-form .field .checkbox-radio-block input[type=checkbox] { top:5px; position:relative; }
  435. form.booked-form .cf-block { margin:0 0 25px; }
  436. form.booked-form .cf-block select { font-size:13px; width:100%; height:33px; margin-right:0; }
  437. form.booked-form .cf-block input, form.booked-form .cf-block textarea { background:#fff; }
  438. form.booked-form .required-asterisk { color:#E35656; margin:-1px 0 0 7px; }
  439. form.booked-form .booked_appt_date-formatted { font-size: 1.2em; line-height: 28px; display: inline-block; padding-right: 10px; padding-bottom:5px; font-weight:600; }
  440. form.booked-form button.ui-datepicker-trigger { float:right; }
  441. /* MODAL WINDOWS */
  442. body .booked-modal { margin-top:-84px; min-height:168px; position: fixed; z-index:9999999; top:50%; right: 0; bottom: 0; left: 0; }
  443. body .booked-modal hr { border-top:1px solid #ddd; background:none; }
  444. body .booked-modal .bm-overlay { animation: booked-fadein 0.2s; -webkit-animation: booked-fadein 0.2s; -moz-animation: booked-fadein 0.2s; -ms-animation: booked-fadein 0.2s; -o-animation: booked-fadein 0.2s; -webkit-backface-visibility: hidden; position: fixed; background:#000; background: rgba(0, 0, 0, 0.65); top: 0; right: 0; bottom: 0; left: 0; }
  445. body .booked-modal .bm-window { animation: booked-flyin 0.2s; -webkit-animation: booked-flyin 0.2s; -moz-animation: booked-flyin 0.2s; -ms-animation: booked-flyin 0.2s; -o-animation: booked-flyin 0.2s; -webkit-backface-visibility: hidden; padding:43px 0 25px; width:450px; position:relative; margin:0 auto; background:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:1px 1px 60px rgba(0,0,0,0.5); -webkit-box-shadow:1px 1px 60px rgba(0,0,0,0.5); box-shadow:1px 1px 60px rgba(0,0,0,0.5); }
  446. body .booked-modal.bm-loading .bm-window { background:none; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; }
  447. body .booked-modal.bm-closing .bm-overlay { animation: booked-fadeout 0.2s; -webkit-animation: booked-fadeout 0.2s; -moz-animation: booked-fadeout 0.2s; -ms-animation: booked-fadeout 0.2s; -o-animation: booked-fadeout 0.2s; -webkit-backface-visibility: hidden; }
  448. body .booked-modal.bm-closing .bm-window { animation: booked-flyout 0.2s; -webkit-animation: booked-flyout 0.2s; -moz-animation: booked-flyout 0.2s; -ms-animation: booked-flyout 0.2s; -o-animation: booked-flyout 0.2s; -webkit-backface-visibility: hidden; }
  449. body .booked-modal .bm-window { background:#f5f5f5; max-height:100px; }
  450. body .booked-modal .bm-window p { margin:0 0 15px; font-size:13px; line-height:1.7; }
  451. body .booked-form .cf-block ul, body .booked-form .cf-block ol { font-size:13px; margin-left:30px; line-height:1.5; }
  452. body .booked-form .cf-block ul { list-style:disc; }
  453. body .booked-form .cf-block ol { list-style:decimal; }
  454. body .booked-modal .bm-window p small { display:block; margin:0 0 15px; text-transform:uppercase; font-size:13px; font-weight:600; letter-spacing:0.03em; }
  455. body .booked-modal .bm-window p.name { font-size:15px; margin:0 0 20px; line-height:1.7; }
  456. body .booked-modal .bm-window p strong { font-size:13px; text-transform:uppercase; display:inline-block; padding-right:3px; font-weight:600; }
  457. body .booked-modal .bm-window a { text-decoration:none; }
  458. body .booked-modal .bm-window .close { line-height:1; color:#fff; color:rgba(255,255,255,0.5); font-size:20px; position:absolute; top:11px; right:14px; }
  459. body .booked-modal .bm-window .close:hover { color:#fff; }
  460. body .booked-modal .bm-window p i.booked-icon.booked-icon-clock { font-size: 18px; position: relative; top: 1px; }
  461. body .booked-modal .bm-window p.booked-calendar-name { font-weight:600; font-size:15px; color:#0073aa; }
  462. body .booked-modal .bm-window .booked-scrollable { max-height:100px; padding:25px 30px; overflow-y:scroll; background:#f5f5f5; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
  463. body .booked-modal .bm-window p.booked-title-bar { background:#56c477; box-sizing: border-box; font-size: 13px; position: absolute; top: 0; left: 0; line-height:1; width: 100%; color: #fff; border-radius: 4px 4px 0 0; padding: 15px 30px 15px 15px; }
  464. body .booked-modal .bm-window p.booked-title-bar small { margin:0; }
  465. body .booked-modal .bm-window p.booked-modal-title { font-size: 15px; font-weight: 600; }
  466. body .booked-modal .bm-window p.booked-modal-list-item { margin:0; }
  467. body .booked-modal .bm-window p.bm-title-bordered { border-top: 1px solid #ddd; padding-top: 20px; margin-top: 20px; }
  468. @media screen and (max-width:720px){
  469. body .booked-modal { padding:0; margin:20px; }
  470. body .booked-modal .bm-window { width:100%; padding:43px 0 0; box-sizing:border-box; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; }
  471. body .booked-modal .bm-window .booked-scrollable { padding:30px 35px; }
  472. body .booked-modal .bm-overlay { background:rgba(0, 0, 0, 0.8); }
  473. body .booked-modal .bm-window p.name b { display:block; }
  474. }
  475. #booked-welcome-screen { padding:15px 50px 0 30px; position:relative; }
  476. #booked-welcome-screen .booked-badge { position:absolute; top:-3px; right:0; }
  477. #booked-welcome-screen .booked-badge img { border:none; width:150px; height:150px; display:block; margin:0; }
  478. #booked-welcome-screen .about-text { margin-bottom:40px; line-height:1.7rem; font-size:1rem; margin-right:470px; }
  479. #booked-welcome-screen .about-wrap { margin:25px auto 0; }
  480. #booked-welcome-screen .about-wrap h1 { margin-right:470px; font-size:2.2rem; }
  481. #booked-welcome-screen #welcome-panel { padding:30px 30px 30px 20px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border-color:#ccc; box-shadow:0 1px 3px rgba(0,0,0,0.15); }
  482. #booked-welcome-screen #welcome-panel img.booked-welcome-banner { border:none; display:block; padding:0 0 30px 10px; width:100%; box-sizing:border-box; }
  483. #booked-welcome-screen .welcome-panel-content { margin-left:10px; }
  484. #booked-welcome-screen .welcome-panel-column h3 { margin:0 0 20px; position:relative; }
  485. #booked-welcome-screen .welcome-panel-column h3 a { position:absolute; top:0; right:0; font-size:12px; font-weight:400; }
  486. #booked-welcome-screen .welcome-panel-column h3 a i.booked-icon { position:relative; top:1px; }
  487. #booked-welcome-screen .welcome-panel-column { box-sizing:border-box; padding-right:40px; }
  488. #booked-welcome-screen .welcome-panel-column.welcome-panel-last { width:64%; padding-right:0; }
  489. #booked-welcome-screen .welcome-panel-column .booked-icon-sign-out { color:#888; }
  490. #booked-welcome-screen ul.booked-whatsnew-list { margin-right:0; }
  491. #booked-welcome-screen ul.booked-whatsnew-list li { line-height:1.7; position:relative; margin-right:0; border-top:1px solid #e5e5e5; padding:8px 0 4px 62px }
  492. #booked-welcome-screen ul.booked-whatsnew-list li:first-child { border:none; padding-top:0; }
  493. #booked-welcome-screen ul.booked-whatsnew-list strong.new,
  494. #booked-welcome-screen ul.booked-whatsnew-list strong.tweak,
  495. #booked-welcome-screen ul.booked-whatsnew-list em.fix { position:absolute; font-style:normal; display:inline-block; background:#aaa; text-transform:uppercase; top:11px; left:0; color:#fff; font-weight:600; -moz-border-radius:3px; -webkit-border-radius:3px; text-align:center; width:38px; border-radius:3px; font-size:10px; line-height:19px; height:19px; padding:0 6px; margin:0 6px 0 0; }
  496. #booked-welcome-screen ul.booked-whatsnew-list li:first-child strong.new,
  497. #booked-welcome-screen ul.booked-whatsnew-list li:first-child strong.tweak,
  498. #booked-welcome-screen ul.booked-whatsnew-list li:first-child em.fix { top:3px; }
  499. #booked-welcome-screen ul.booked-whatsnew-list strong.new { background:#56C477; }
  500. #booked-welcome-screen ul.booked-whatsnew-list strong.tweak { background:#0073aa; }
  501. #booked-welcome-screen ul.booked-whatsnew-list em.fix { background:#ffad10; }
  502. @media screen and (max-width:870px){
  503. #booked-welcome-screen .welcome-panel-column { padding-right:0; }
  504. #booked-welcome-screen .welcome-panel-column.welcome-panel-last { width:100%; padding-top:20px; }
  505. #booked-welcome-screen .about-wrap { margin-top:0; }
  506. #booked-welcome-screen .welcome-panel .welcome-panel-column li { display:block; }
  507. }
  508. @media screen and (max-width:782px){
  509. #booked-welcome-screen { padding:15px 40px 0 30px; }
  510. #booked-welcome-screen .booked-badge { display:none; }
  511. #booked-welcome-screen .about-wrap h1,
  512. #booked-welcome-screen .about-text { margin-right:0; }
  513. #booked-welcome-screen .welcome-panel-column h3 a { display:block; position:relative; }
  514. }
  515. @media screen and (max-width:500px){
  516. #booked-welcome-screen #welcome-panel img.booked-welcome-banner { display:none; }
  517. #booked-welcome-screen .about-wrap h1 { font-size:1.8em; }
  518. #booked-welcome-screen .about-text { font-size:15px; }
  519. }
  520. /* ANIMATION */
  521. .timeslot,
  522. table.booked-calendar td .count,
  523. table.booked-calendar thead th a,
  524. .booked-appt-list .timeslot,
  525. #booked-admin-panel-container #booked-cf-sortables li .cf-delete,
  526. #booked-admin-panel-container .booked-admin-tabs li a {
  527. -webkit-transition: all 100ms cubic-bezier(0.420, 0.000, 0.150, 1.000);
  528. -moz-transition: all 100ms cubic-bezier(0.420, 0.000, 0.150, 1.000);
  529. -o-transition: all 100ms cubic-bezier(0.420, 0.000, 0.150, 1.000);
  530. transition: all 100ms cubic-bezier(0.420, 0.000, 0.150, 1.000);
  531. }
  532. table.booked-calendar td .date {
  533. -webkit-transition: background 100ms cubic-bezier(0.420, 0.000, 0.150, 1.000);
  534. -moz-transition: background 100ms cubic-bezier(0.420, 0.000, 0.150, 1.000);
  535. -o-transition: background 100ms cubic-bezier(0.420, 0.000, 0.150, 1.000);
  536. transition: background 100ms cubic-bezier(0.420, 0.000, 0.150, 1.000);
  537. }
  538. table.booked-calendar td .date .number {
  539. -webkit-transition: color 100ms cubic-bezier(0.420, 0.000, 0.150, 1.000), background 100ms cubic-bezier(0.420, 0.000, 0.150, 1.000), transform 200ms cubic-bezier(0.420, 0.000, 0.150, 1.000);
  540. -moz-transition: color 100ms cubic-bezier(0.420, 0.000, 0.150, 1.000), background 100ms cubic-bezier(0.420, 0.000, 0.150, 1.000), transform 200ms cubic-bezier(0.420, 0.000, 0.150, 1.000)
  541. -o-transition: color 100ms cubic-bezier(0.420, 0.000, 0.150, 1.000), background 100ms cubic-bezier(0.420, 0.000, 0.150, 1.000), transform 200ms cubic-bezier(0.420, 0.000, 0.150, 1.000)
  542. transition: color 100ms cubic-bezier(0.420, 0.000, 0.150, 1.000), background 100ms cubic-bezier(0.420, 0.000, 0.150, 1.000), transform 200ms cubic-bezier(0.420, 0.000, 0.150, 1.000)
  543. }
  544. .booked-appt-list {
  545. -webkit-transition: transform 400ms cubic-bezier(0.420, 0.000, 0.150, 1.000);
  546. -moz-transition: transform 400ms cubic-bezier(0.420, 0.000, 0.150, 1.000);
  547. -o-transition: transform 400ms cubic-bezier(0.420, 0.000, 0.150, 1.000);
  548. transition: transform 400ms cubic-bezier(0.420, 0.000, 0.150, 1.000);
  549. }