Path: blob/master/web-gui/buildyourownbotnet/assets/js/daterangepicker/daterangepicker-bs3.css
1293 views
/*!1* Stylesheet for the Date Range Picker, for use with Bootstrap 3.x2*3* Copyright 2013-2015 Dan Grossman ( http://www.dangrossman.info )4* Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php5*6* Built for http://www.improvely.com7*/89.daterangepicker.dropdown-menu {10max-width: none;11z-index: 3000;12}1314.daterangepicker.opensleft .ranges, .daterangepicker.opensleft .calendar {15float: left;16margin: 4px;17}1819.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar,20.daterangepicker.openscenter .ranges, .daterangepicker.openscenter .calendar {21float: right;22margin: 4px;23}2425.daterangepicker.single .ranges, .daterangepicker.single .calendar {26float: none;27}2829.daterangepicker .ranges {30width: 160px;31text-align: left;32}3334.daterangepicker .ranges .range_inputs>div {35float: left;36}3738.daterangepicker .ranges .range_inputs>div:nth-child(2) {39padding-left: 11px;40}4142.daterangepicker .calendar {43display: none;44max-width: 270px;45}4647.daterangepicker.show-calendar .calendar {48display: block;49}5051.daterangepicker .calendar.single .calendar-date {52border: none;53}5455.daterangepicker .calendar th, .daterangepicker .calendar td {56font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;57white-space: nowrap;58text-align: center;59min-width: 32px;60}6162.daterangepicker .daterangepicker_start_input label,63.daterangepicker .daterangepicker_end_input label {64color: #333;65display: block;66font-size: 11px;67font-weight: normal;68height: 20px;69line-height: 20px;70margin-bottom: 2px;71text-shadow: #fff 1px 1px 0px;72text-transform: uppercase;73width: 74px;74}7576.daterangepicker .ranges input {77font-size: 11px;78}7980.daterangepicker .ranges .input-mini {81border: 1px solid #ccc;82border-radius: 4px;83color: #555;84display: block;85font-size: 11px;86height: 30px;87line-height: 30px;88vertical-align: middle;89margin: 0 0 10px 0;90padding: 0 6px;91width: 74px;92}9394.daterangepicker .ranges ul {95list-style: none;96margin: 0;97padding: 0;98}99100.daterangepicker .ranges li {101font-size: 13px;102background: #f5f5f5;103border: 1px solid #f5f5f5;104color: #08c;105padding: 3px 12px;106margin-bottom: 8px;107-webkit-border-radius: 5px;108-moz-border-radius: 5px;109border-radius: 5px;110cursor: pointer;111}112113.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {114background: #08c;115border: 1px solid #08c;116color: #fff;117}118119.daterangepicker .calendar-date {120border: 1px solid #ddd;121padding: 4px;122border-radius: 4px;123background: #fff;124}125126.daterangepicker .calendar-time {127text-align: center;128margin: 8px auto 0 auto;129line-height: 30px;130}131132.daterangepicker {133position: absolute;134background: #fff;135top: 100px;136left: 20px;137padding: 4px;138margin-top: 1px;139-webkit-border-radius: 4px;140-moz-border-radius: 4px;141border-radius: 4px;142}143144.daterangepicker.opensleft:before {145position: absolute;146top: -7px;147right: 9px;148display: inline-block;149border-right: 7px solid transparent;150border-bottom: 7px solid #ccc;151border-left: 7px solid transparent;152border-bottom-color: rgba(0, 0, 0, 0.2);153content: '';154}155156.daterangepicker.opensleft:after {157position: absolute;158top: -6px;159right: 10px;160display: inline-block;161border-right: 6px solid transparent;162border-bottom: 6px solid #fff;163border-left: 6px solid transparent;164content: '';165}166167.daterangepicker.openscenter:before {168position: absolute;169top: -7px;170left: 0;171right: 0;172width: 0;173margin-left: auto;174margin-right: auto;175display: inline-block;176border-right: 7px solid transparent;177border-bottom: 7px solid #ccc;178border-left: 7px solid transparent;179border-bottom-color: rgba(0, 0, 0, 0.2);180content: '';181}182183.daterangepicker.openscenter:after {184position: absolute;185top: -6px;186left: 0;187right: 0;188width: 0;189margin-left: auto;190margin-right: auto;191display: inline-block;192border-right: 6px solid transparent;193border-bottom: 6px solid #fff;194border-left: 6px solid transparent;195content: '';196}197198.daterangepicker.opensright:before {199position: absolute;200top: -7px;201left: 9px;202display: inline-block;203border-right: 7px solid transparent;204border-bottom: 7px solid #ccc;205border-left: 7px solid transparent;206border-bottom-color: rgba(0, 0, 0, 0.2);207content: '';208}209210.daterangepicker.opensright:after {211position: absolute;212top: -6px;213left: 10px;214display: inline-block;215border-right: 6px solid transparent;216border-bottom: 6px solid #fff;217border-left: 6px solid transparent;218content: '';219}220221.daterangepicker.dropup{222margin-top: -5px;223}224.daterangepicker.dropup:before{225top: initial;226bottom:-7px;227border-bottom: initial;228border-top: 7px solid #ccc;229}230.daterangepicker.dropup:after{231top: initial;232bottom:-6px;233border-bottom: initial;234border-top: 6px solid #fff;235}236237.daterangepicker table {238width: 100%;239margin: 0;240}241242.daterangepicker td, .daterangepicker th {243text-align: center;244width: 20px;245height: 20px;246-webkit-border-radius: 4px;247-moz-border-radius: 4px;248border-radius: 4px;249cursor: pointer;250white-space: nowrap;251}252253.daterangepicker td.off {254color: #999;255}256257.daterangepicker td.disabled, .daterangepicker option.disabled {258color: #999;259}260261.daterangepicker td.available:hover, .daterangepicker th.available:hover {262background: #eee;263}264265.daterangepicker td.in-range {266background: #ebf4f8;267-webkit-border-radius: 0;268-moz-border-radius: 0;269border-radius: 0;270}271272.daterangepicker td.start-date {273-webkit-border-radius: 4px 0 0 4px;274-moz-border-radius: 4px 0 0 4px;275border-radius: 4px 0 0 4px;276}277278.daterangepicker td.end-date {279-webkit-border-radius: 0 4px 4px 0;280-moz-border-radius: 0 4px 4px 0;281border-radius: 0 4px 4px 0;282}283284.daterangepicker td.start-date.end-date {285-webkit-border-radius: 4px;286-moz-border-radius: 4px;287border-radius: 4px;288}289290.daterangepicker td.active, .daterangepicker td.active:hover {291background-color: #357ebd;292border-color: #3071a9;293color: #fff;294}295296.daterangepicker td.week, .daterangepicker th.week {297font-size: 80%;298color: #ccc;299}300301.daterangepicker select.monthselect, .daterangepicker select.yearselect {302font-size: 12px;303padding: 1px;304height: auto;305margin: 0;306cursor: default;307}308309.daterangepicker select.monthselect {310margin-right: 2%;311width: 56%;312}313314.daterangepicker select.yearselect {315width: 40%;316}317318.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {319width: 50px;320margin-bottom: 0;321}322323.daterangepicker_start_input {324float: left;325}326327.daterangepicker_end_input {328float: left;329padding-left: 11px330}331332.daterangepicker th.month {333width: auto;334}335336337