bootstrap-daterangepicker.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793
  1. @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
  2. .daterangepicker {
  3. position: absolute;
  4. color: inherit;
  5. background-color: #fff;
  6. border-radius: 4px;
  7. border: 1px solid #ddd;
  8. width: 278px;
  9. max-width: none;
  10. padding: 0;
  11. margin-top: 7px;
  12. top: 100px;
  13. left: 20px;
  14. z-index: 3001;
  15. display: none;
  16. font-family: arial;
  17. font-size: 15px;
  18. line-height: 1em; }
  19. .daterangepicker:before, .daterangepicker:after {
  20. position: absolute;
  21. display: inline-block;
  22. border-bottom-color: rgba(0, 0, 0, 0.2);
  23. content: ''; }
  24. .daterangepicker:before {
  25. top: -7px;
  26. border-right: 7px solid transparent;
  27. border-left: 7px solid transparent;
  28. border-bottom: 7px solid #ccc; }
  29. .daterangepicker:after {
  30. top: -6px;
  31. border-right: 6px solid transparent;
  32. border-bottom: 6px solid #fff;
  33. border-left: 6px solid transparent; }
  34. .daterangepicker.opensleft:before {
  35. right: 9px; }
  36. .daterangepicker.opensleft:after {
  37. right: 10px; }
  38. .daterangepicker.openscenter:before {
  39. left: 0;
  40. right: 0;
  41. width: 0;
  42. margin-left: auto;
  43. margin-right: auto; }
  44. .daterangepicker.openscenter:after {
  45. left: 0;
  46. right: 0;
  47. width: 0;
  48. margin-left: auto;
  49. margin-right: auto; }
  50. .daterangepicker.opensright:before {
  51. left: 9px; }
  52. .daterangepicker.opensright:after {
  53. left: 10px; }
  54. .daterangepicker.drop-up {
  55. margin-top: -7px; }
  56. .daterangepicker.drop-up:before {
  57. top: initial;
  58. bottom: -7px;
  59. border-bottom: initial;
  60. border-top: 7px solid #ccc; }
  61. .daterangepicker.drop-up:after {
  62. top: initial;
  63. bottom: -6px;
  64. border-bottom: initial;
  65. border-top: 6px solid #fff; }
  66. .daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  67. float: none; }
  68. .daterangepicker.single .drp-selected {
  69. display: none; }
  70. .daterangepicker.show-calendar .drp-calendar {
  71. display: block; }
  72. .daterangepicker.show-calendar .drp-buttons {
  73. display: block; }
  74. .daterangepicker.auto-apply .drp-buttons {
  75. display: none; }
  76. .daterangepicker .drp-calendar {
  77. display: none;
  78. max-width: 270px; }
  79. .daterangepicker .drp-calendar.left {
  80. padding: 8px 0 8px 8px; }
  81. .daterangepicker .drp-calendar.right {
  82. padding: 8px; }
  83. .daterangepicker .drp-calendar.single .calendar-table {
  84. border: none; }
  85. .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  86. color: #fff;
  87. border: solid black;
  88. border-width: 0 2px 2px 0;
  89. border-radius: 0;
  90. display: inline-block;
  91. padding: 3px; }
  92. .daterangepicker .calendar-table .next span {
  93. transform: rotate(-45deg);
  94. -webkit-transform: rotate(-45deg); }
  95. .daterangepicker .calendar-table .prev span {
  96. transform: rotate(135deg);
  97. -webkit-transform: rotate(135deg); }
  98. .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  99. white-space: nowrap;
  100. text-align: center;
  101. vertical-align: middle;
  102. min-width: 32px;
  103. width: 32px;
  104. height: 24px;
  105. line-height: 24px;
  106. font-size: 12px;
  107. border-radius: 4px;
  108. border: 1px solid transparent;
  109. white-space: nowrap;
  110. cursor: pointer; }
  111. .daterangepicker .calendar-table {
  112. border: 1px solid #fff;
  113. border-radius: 4px;
  114. background-color: #fff; }
  115. .daterangepicker .calendar-table table {
  116. width: 100%;
  117. margin: 0;
  118. border-spacing: 0;
  119. border-collapse: collapse; }
  120. .daterangepicker td.available:hover, .daterangepicker th.available:hover {
  121. background-color: #eee;
  122. border-color: transparent;
  123. color: inherit; }
  124. .daterangepicker td.week, .daterangepicker th.week {
  125. font-size: 80%;
  126. color: #ccc; }
  127. .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  128. background-color: #fff;
  129. border-color: transparent;
  130. color: #999; }
  131. .daterangepicker td.in-range {
  132. background-color: #ebf4f8;
  133. border-color: transparent;
  134. color: #000;
  135. border-radius: 0; }
  136. .daterangepicker td.start-date {
  137. border-radius: 4px 0 0 4px; }
  138. .daterangepicker td.end-date {
  139. border-radius: 0 4px 4px 0; }
  140. .daterangepicker td.start-date.end-date {
  141. border-radius: 4px; }
  142. .daterangepicker td.active, .daterangepicker td.active:hover {
  143. background-color: #357ebd;
  144. border-color: transparent;
  145. color: #fff; }
  146. .daterangepicker th.month {
  147. width: auto; }
  148. .daterangepicker td.disabled, .daterangepicker option.disabled {
  149. color: #999;
  150. cursor: not-allowed;
  151. text-decoration: line-through; }
  152. .daterangepicker select.monthselect, .daterangepicker select.yearselect {
  153. font-size: 12px;
  154. padding: 1px;
  155. height: auto;
  156. margin: 0;
  157. cursor: default; }
  158. .daterangepicker select.monthselect {
  159. margin-right: 2%;
  160. width: 56%; }
  161. .daterangepicker select.yearselect {
  162. width: 40%; }
  163. .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  164. width: 50px;
  165. margin: 0 auto;
  166. background: #eee;
  167. border: 1px solid #eee;
  168. padding: 2px;
  169. outline: 0;
  170. font-size: 12px; }
  171. .daterangepicker .calendar-time {
  172. text-align: center;
  173. margin: 4px auto 0 auto;
  174. line-height: 30px;
  175. position: relative; }
  176. .daterangepicker .calendar-time select.disabled {
  177. color: #ccc;
  178. cursor: not-allowed; }
  179. .daterangepicker .drp-buttons {
  180. clear: both;
  181. text-align: right;
  182. padding: 8px;
  183. border-top: 1px solid #ddd;
  184. display: none;
  185. line-height: 12px;
  186. vertical-align: middle; }
  187. .daterangepicker .drp-selected {
  188. display: inline-block;
  189. font-size: 12px;
  190. padding-right: 8px; }
  191. .daterangepicker .drp-buttons .btn {
  192. margin-left: 8px;
  193. font-size: 12px;
  194. font-weight: bold;
  195. padding: 4px 8px; }
  196. .daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  197. border-right: 1px solid #ddd; }
  198. .daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  199. border-left: 1px solid #ddd; }
  200. .daterangepicker.show-ranges.rtl .drp-calendar.right {
  201. border-right: 1px solid #ddd; }
  202. .daterangepicker.show-ranges.ltr .drp-calendar.left {
  203. border-left: 1px solid #ddd; }
  204. .daterangepicker .ranges {
  205. float: none;
  206. text-align: left;
  207. margin: 0; }
  208. .daterangepicker.show-calendar .ranges {
  209. margin-top: 8px; }
  210. .daterangepicker .ranges ul {
  211. list-style: none;
  212. margin: 0 auto;
  213. padding: 0;
  214. width: 100%; }
  215. .daterangepicker .ranges li {
  216. font-size: 12px;
  217. padding: 8px 12px;
  218. cursor: pointer; }
  219. .daterangepicker .ranges li:hover {
  220. background-color: #eee; }
  221. .daterangepicker .ranges li.active {
  222. background-color: #08c;
  223. color: #fff; }
  224. /* Larger Screen Styling */
  225. @media (min-width: 564px) {
  226. .daterangepicker {
  227. width: auto; }
  228. .daterangepicker .ranges ul {
  229. width: 140px; }
  230. .daterangepicker.single .ranges ul {
  231. width: 100%; }
  232. .daterangepicker.single .drp-calendar.left {
  233. clear: none; }
  234. .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
  235. float: left; }
  236. .daterangepicker {
  237. direction: ltr;
  238. text-align: left; }
  239. .daterangepicker .drp-calendar.left {
  240. clear: left;
  241. margin-right: 0; }
  242. .daterangepicker .drp-calendar.left .calendar-table {
  243. border-right: none;
  244. border-top-right-radius: 0;
  245. border-bottom-right-radius: 0; }
  246. .daterangepicker .drp-calendar.right {
  247. margin-left: 0; }
  248. .daterangepicker .drp-calendar.right .calendar-table {
  249. border-left: none;
  250. border-top-left-radius: 0;
  251. border-bottom-left-radius: 0; }
  252. .daterangepicker .drp-calendar.left .calendar-table {
  253. padding-right: 8px; }
  254. .daterangepicker .ranges, .daterangepicker .drp-calendar {
  255. float: left; } }
  256. @media (min-width: 730px) {
  257. .daterangepicker .ranges {
  258. width: auto; }
  259. .daterangepicker .ranges {
  260. float: left; }
  261. .daterangepicker.rtl .ranges {
  262. float: right; }
  263. .daterangepicker .drp-calendar.left {
  264. clear: none !important; } }
  265. /* #BOOTSTRAP AND MIXINS - Base Unmodified Bootstrap file with theme mixins
  266. ========================================================================== */
  267. /*---------------------------------------------------
  268. SASS ELements (based on LESS Elements 0.9 http://lesselements.com)
  269. -------------------------------- -------------------
  270. LESS ELEMENTS made by Dmitry Fadeyev (http://fadeyev.net)
  271. SASS port by Samuel Beek (http://samuelbeek.com)
  272. ---------------------------------------------------*/
  273. /*------------------------
  274. Usage
  275. h1 {
  276. font-size: rem(32);
  277. }
  278. OR:
  279. h1 {
  280. font-size: rem(32px);
  281. }
  282. ------------------------*/
  283. /*------------------------
  284. FADE IN
  285. e.g. @include fadeIn( 2s );
  286. ------------------------*/
  287. /*------------------------
  288. mixin that calculates if text needs to be light or dark
  289. depending on the background color passed.
  290. From this W3C document: http://www.webmasterworld.com/r.cgi?f=88&d=9769&url=http://www.w3.org/TR/AERT#color-contrast
  291. usage:
  292. @include text-contrast($bgcolor)
  293. Color brightness is determined by the following formula:
  294. ((Red value X 299) + (Green value X 587) + (Blue value X 114)) / 1000
  295. ------------------------*/
  296. /*------------------------
  297. color factory
  298. eg: @include paint($blue-grey-50, bg-blue-grey-50);
  299. ------------------------*/
  300. /* backface visibility */
  301. /* generate theme button */
  302. /* #BASE - Base Variable file along with font library, and colors.
  303. ========================================================================== */
  304. /* THEME COLORs
  305. ========================================================================== */
  306. /* Looks good on chrome default color profile */
  307. /* looks good in sRGB but washed up on chrome default
  308. $color-primary: #826bb0;
  309. $color-success: #31cb55;
  310. $color-info: #5e93ec;
  311. $color-warning: #eec559;
  312. $color-danger: #dc4b92;
  313. $color-fusion: darken(desaturate(adjust-hue($color-primary, 5), 80%), 25%); */
  314. /* Color Polarity
  315. ========================================================================== */
  316. /* PAINTBUCKET MIXER
  317. ========================================================================== */
  318. /* the grays */
  319. /* the sapphires */
  320. /* the emeralds */
  321. /* the amethyths */
  322. /* the topaz */
  323. /* the rubies */
  324. /* the graphites */
  325. /* Define universal border difition (div outlines, etc)
  326. ========================================================================== */
  327. /* MOBILE BREAKPOINT & GUTTERS (contains some bootstrap responsive overrides)
  328. ========================================================================== */
  329. /* define when mobile menu activates, here we are declearing (lg) so it targets the one after it */
  330. /* bootstrap reference xs: 0, sm: 544px, md: 768px, lg: 992px, xl: 1200px*/
  331. /* global var used for spacing*/
  332. /* Uniform Padding variable */
  333. /* Heads up! This is a global scoped variable - changing may impact the whole template */
  334. /* BOOTSTRAP OVERRIDES (bootstrap variables)
  335. ========================================================================== */
  336. /* usage: theme-colors("primary"); */
  337. /* forms */
  338. /*$input-height: calc(2.25rem + 1px); //I had to add this because the input gruops was having improper height for some reason... */
  339. /* links */
  340. /* checkbox */
  341. /*$custom-file-height-inner: calc(2.25rem - 1px);*/
  342. /* not part of bootstrap variable */
  343. /* custom checkbox */
  344. /* custom range */
  345. /* select */
  346. /* badge */
  347. /* cards */
  348. /*border radius*/
  349. /* alert */
  350. /* toast */
  351. /* breadcrumb */
  352. /* input button */
  353. /* nav link */
  354. /* nav, tabs, pills */
  355. /* tables */
  356. /* dropdowns */
  357. /* dropdowns sizes */
  358. /* popovers */
  359. /* tooltips */
  360. /* modal */
  361. /* reference guide
  362. http://www.standardista.com/px-to-rem-conversion-if-root-font-size-is-16px/
  363. 8px = 0.5rem
  364. 9px = 0.5625rem
  365. 10px = 0.625rem
  366. 11px = 0.6875rem
  367. 12px = 0.75rem
  368. 13px = 0.8125rem
  369. 14px = 0.875rem
  370. 15px = 0.9375rem
  371. 16px = 1rem (base)
  372. 17px = 1.0625rem
  373. 18px = 1.125rem
  374. 19px = 1.1875rem
  375. 20px = 1.25rem
  376. 21px = 1.3125rem
  377. 22px = 1.375rem
  378. 24px = 1.5rem
  379. 25px = 1.5625rem
  380. 26px = 1.625rem
  381. 28px = 1.75rem
  382. 30px = 1.875rem
  383. 32px = 2rem
  384. 34px = 2.125rem
  385. 36px = 2.25rem
  386. 38px = 2.375rem
  387. 40px = 2.5rem
  388. */
  389. /* Fonts */
  390. /* carousel */
  391. /* BASE VARS
  392. ========================================================================== */
  393. /* font vars below will auto change to rem values using function rem($value)*/
  394. /* 11px */
  395. /* 12px */
  396. /* 12.5px */
  397. /* 14px */
  398. /* 15px */
  399. /* 16px */
  400. /* 28px */
  401. /* Font Family
  402. ========================================================================== */
  403. /*hint: you can also try the font called 'Poppins' by replacing the font 'Roboto' */
  404. /* ANIMATIONS
  405. ========================================================================== */
  406. /* this addresses all animation related to nav hide to nav minify */
  407. /* Z-INDEX declearation
  408. ========================================================================== */
  409. /* we adjust bootstrap z-index to be higher than our higest z-index*/
  410. /* CUSTOM ICON PREFIX
  411. ========================================================================== */
  412. /* PRINT CSS (landscape or portrait)
  413. ========================================================================== */
  414. /* landscape or portrait */
  415. /* auto, letter */
  416. /* Common Element Variables
  417. ========================================================================== */
  418. /* Z-index decleartion "birds eye view"
  419. ========================================================================== */
  420. /* Components
  421. ========================================================================== */
  422. /* PAGE HEADER STUFF
  423. ========================================================================== */
  424. /* colors */
  425. /* height */
  426. /* logo */
  427. /* try not to go beywond the width of $main_nav_width value */
  428. /* you may need to change this depending on your logo design */
  429. /* adjust this as you see fit : left, right, center */
  430. /* icon font size (not button) */
  431. /* search input box */
  432. /* suggestion: #ccced0*/
  433. /* btn */
  434. /* dropdown: app list */
  435. /* badge */
  436. /* COMPONENTS & MODS */
  437. /* NAVIGATION STUFF
  438. Guide:
  439. aside.page-sidebar ($nav-width, $nav-background)
  440. .page-logo
  441. .primary-nav
  442. .info-card
  443. ul.nav-menu
  444. li
  445. a (parent level-0..., $nav-link-color, $nav-link-hover-color, $nav-link-hover-bg-color, $nav-link-hover-left-border-color)
  446. icon
  447. span
  448. collapse-sign
  449. ul.nav-menu-sub-one
  450. li
  451. a ($nav-level-1... $nav-sub-link-height)
  452. span
  453. collapse-sign
  454. ul.nav-menu-sub-two
  455. li
  456. a ($nav-level-2... $nav-sub-link-height)
  457. span
  458. p.nav-title ($nav-title-*...)
  459. ========================================================================== */
  460. /* main navigation */
  461. /* left panel */
  462. /* nav parent level-0 */
  463. /* nav icon sizes */
  464. /* badge default */
  465. /* all child */
  466. /* nav title */
  467. /* nav Minify */
  468. /* when the menu pops on hover */
  469. /* navigation Width */
  470. /* partial visibility of the menu */
  471. /* top navigation */
  472. /* nav Info Card (appears below the logo) */
  473. /* width is auto */
  474. /* nav DL labels for all child */
  475. /* will be pulled to left as a negative value */
  476. /* MISC Settings
  477. ========================================================================== */
  478. /* List Table */
  479. /* PAGE SETTINGS
  480. ========================================================================== */
  481. /* PAGE BREADCRUMB
  482. ========================================================================== */
  483. /* PAGE COMPONENT PANELS
  484. ========================================================================== */
  485. /* PAGE COMPONENT PROGRESSBARS
  486. ========================================================================== */
  487. /* PAGE COMPONENT MESSENGER
  488. ========================================================================== */
  489. /* FOOTER
  490. ========================================================================== */
  491. /* GLOBALS
  492. ========================================================================== */
  493. /* ACCESSIBILITIES */
  494. /* SHORTCUT BUTTON (appears on bottom right of the page) */
  495. /* GULP WARNINGS */
  496. body {
  497. font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
  498. font-size: 0.8125rem;
  499. letter-spacing: 0.1px; }
  500. .page-content {
  501. color: #666666; }
  502. h1, h2, h3, h4, h5, h6 {
  503. line-height: 1.3;
  504. font-weight: 400; }
  505. strong {
  506. font-weight: 500; }
  507. h1 small,
  508. h2 small,
  509. h3 small,
  510. h4 small,
  511. h5 small,
  512. h6 small,
  513. .h1 small,
  514. .h2 small,
  515. .h3 small,
  516. .h4 small,
  517. .h5 small,
  518. .h6 small {
  519. font-weight: 300;
  520. display: block;
  521. font-size: 0.9375rem;
  522. line-height: 1.5;
  523. margin: 2px 0 1.5rem; }
  524. h2 small,
  525. h3 small,
  526. .h2 small,
  527. .h3 small {
  528. font-size: 0.9375rem; }
  529. h4 small,
  530. .h4 small {
  531. font-size: 0.875rem; }
  532. h5 small,
  533. h6 small,
  534. .h5 small,
  535. .h6 small {
  536. font-size: 0.8125rem; }
  537. /* contrast text */
  538. .text-contrast {
  539. color: #333333; }
  540. /* text-gradient */
  541. .text-gradient {
  542. background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #6e4e9e), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
  543. background: linear-gradient(180deg, #6e4e9e 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
  544. color: #886ab5;
  545. background-clip: text;
  546. text-fill-color: transparent;
  547. -webkit-background-clip: text;
  548. -webkit-text-fill-color: transparent;
  549. text-shadow: none; }
  550. /* looking for font size? Check _helpers.scss */
  551. /* PLACEHOLDER
  552. =============================================
  553. EXAMPLE:
  554. %bg-image {
  555. width: 100%;
  556. background-position: center center;
  557. background-size: cover;
  558. background-repeat: no-repeat;
  559. }
  560. .image-one {
  561. @extend %bg-image;
  562. background-image:url(/img/image-one.jpg");
  563. }
  564. RESULT:
  565. .image-one, .image-two {
  566. width: 100%;
  567. background-position: center center;
  568. background-size: cover;
  569. background-repeat: no-repeat;
  570. }
  571. */
  572. /*
  573. %shadow-hover {
  574. box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 0 2px rgba(0,0,0,0.24);
  575. transition: all 0.2s ease-in-out;
  576. &:hover {
  577. box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 -1px 6px rgba(0,0,0,0.23);
  578. }
  579. }
  580. */
  581. /*%fixed-header-shadow {
  582. @include box-shadow(0 2px 2px -1px rgba(0,0,0,.1));
  583. }*/
  584. /* %selected-dot {
  585. &:before {
  586. content: " ";
  587. display: block;
  588. border-radius: 50%;
  589. background: inherit;
  590. background-image: none;
  591. border: 2px solid rgba(0,0,0,0.2);
  592. position: absolute;
  593. top: 15px;
  594. left: 15px;
  595. height: 20px;
  596. width: 20px;
  597. }
  598. &:after {
  599. content: " ";
  600. height: inherit;
  601. width: inherit;
  602. border: 5px solid rgba(0,0,0,0.1);
  603. position: absolute;
  604. left: 0;
  605. top: 0;
  606. border-radius: 50%;
  607. }
  608. }*/
  609. /* patterns */
  610. .daterangepicker table tr td,
  611. .daterangepicker table tr th {
  612. width: 38px !important;
  613. height: 34px !important; }
  614. .daterangepicker table tr td.old,
  615. .daterangepicker table tr td.new {
  616. color: darkgray; }
  617. .daterangepicker table tr td.active:active,
  618. .daterangepicker table tr td.active.highlighted:active,
  619. .daterangepicker table tr td.active.active,
  620. .daterangepicker table tr td.active.highlighted.active,
  621. .daterangepicker table tr td.selected,
  622. .daterangepicker table tr td.selected.highlighted,
  623. .daterangepicker table tr td span.active.active,
  624. .daterangepicker table tr td span.focused {
  625. background-color: #967bbd;
  626. color: #fff; }
  627. .daterangepicker table tr td.active:active:hover,
  628. .daterangepicker table tr td.active.highlighted:active:hover,
  629. .daterangepicker table tr td.active.active:hover,
  630. .daterangepicker table tr td.active.highlighted.active:hover,
  631. .daterangepicker table tr td.active:active:focus,
  632. .daterangepicker table tr td.active.highlighted:active:focus,
  633. .daterangepicker table tr td.active.active:focus,
  634. .daterangepicker table tr td.active.highlighted.active:focus,
  635. .daterangepicker table tr td.active:active.focus,
  636. .daterangepicker table tr td.active.highlighted:active.focus,
  637. .daterangepicker table tr td.active.active.focus,
  638. .daterangepicker table tr td.active.highlighted.active.focus,
  639. .daterangepicker table tr td.selected:active:hover,
  640. .daterangepicker table tr td.selected.highlighted:active:hover,
  641. .daterangepicker table tr td.selected.active:hover,
  642. .daterangepicker table tr td.selected.highlighted.active:hover,
  643. .daterangepicker table tr td.selected:active:focus,
  644. .daterangepicker table tr td.selected.highlighted:active:focus,
  645. .daterangepicker table tr td.selected.active:focus,
  646. .daterangepicker table tr td.selected.highlighted.active:focus,
  647. .daterangepicker table tr td.selected:active.focus,
  648. .daterangepicker table tr td.selected.highlighted:active.focus,
  649. .daterangepicker table tr td.selected.active.focus,
  650. .daterangepicker table tr td.selected.highlighted.active.focus,
  651. .daterangepicker table tr td.selected:hover,
  652. .daterangepicker table tr td.selected.highlighted:hover {
  653. background-color: #7a59ad;
  654. color: #fff; }
  655. .daterangepicker .calendar-table .next,
  656. .daterangepicker .calendar-table .prev {
  657. display: -webkit-box;
  658. display: -ms-flexbox;
  659. display: flex;
  660. -webkit-box-align: center;
  661. -ms-flex-align: center;
  662. align-items: center;
  663. -webkit-box-pack: center;
  664. -ms-flex-pack: center;
  665. justify-content: center; }
  666. .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  667. border-color: #a1a8c3; }
  668. .daterangepicker .in-range.available {
  669. background-color: #ffe3a7; }
  670. .daterangepicker .off.ends.in-range.available {
  671. background-color: #ffebc1; }
  672. .daterangepicker td.available:hover, .daterangepicker th.available:hover {
  673. background-color: #ffd274; }
  674. .daterangepicker td.start-date {
  675. border-radius: 10px 0 0 10px; }
  676. .daterangepicker td.end-date {
  677. border-radius: 0 10px 10px 0; }
  678. .daterangepicker table tr td,
  679. .daterangepicker table tr th {
  680. width: 38px !important;
  681. height: 34px !important; }
  682. .daterangepicker .calendar-table table thead tr th {
  683. font-weight: bold; }
  684. .daterangepicker .calendar-table table thead tr th.month {
  685. color: #a1a8c3; }
  686. .daterangepicker .ranges li {
  687. font-size: 0.8125rem;
  688. padding: 0.75rem 1rem; }
  689. .daterangepicker .ranges li.active {
  690. background-color: #886ab5; }
  691. /*# sourceMappingURL=bootstrap-daterangepicker.css.map */