LaravelTest
675 строк · 13.0 Кб
1/**
2Ion.RangeSlider, 2.3.1
3© Denis Ineshin, 2010 - 2019, IonDen.com
4Build date: 2019-12-19 16:51:02
5*/
6.irs {7position: relative;8display: block;9-webkit-touch-callout: none;10-webkit-user-select: none;11-khtml-user-select: none;12-moz-user-select: none;13-ms-user-select: none;14user-select: none;15font-size: 12px;16font-family: Arial, sans-serif;17}
18.irs-line {19position: relative;20display: block;21overflow: hidden;22outline: none !important;23}
24.irs-bar {25position: absolute;26display: block;27left: 0;28width: 0;29}
30.irs-shadow {31position: absolute;32display: none;33left: 0;34width: 0;35}
36.irs-handle {37position: absolute;38display: block;39box-sizing: border-box;40cursor: default;41z-index: 1;42}
43.irs-handle.type_last {44z-index: 2;45}
46.irs-min,
47.irs-max {48position: absolute;49display: block;50cursor: default;51}
52.irs-min {53left: 0;54}
55.irs-max {56right: 0;57}
58.irs-from,
59.irs-to,
60.irs-single {61position: absolute;62display: block;63top: 0;64left: 0;65cursor: default;66white-space: nowrap;67}
68.irs-grid {69position: absolute;70display: none;71bottom: 0;72left: 0;73width: 100%;74height: 20px;75}
76.irs-with-grid .irs-grid {77display: block;78}
79.irs-grid-pol {80position: absolute;81top: 0;82left: 0;83width: 1px;84height: 8px;85background: #000;86}
87.irs-grid-pol.small {88height: 4px;89}
90.irs-grid-text {91position: absolute;92bottom: 0;93left: 0;94white-space: nowrap;95text-align: center;96font-size: 9px;97line-height: 9px;98padding: 0 3px;99color: #000;100}
101.irs-disable-mask {102position: absolute;103display: block;104top: 0;105left: -1%;106width: 102%;107height: 100%;108cursor: default;109background: rgba(0, 0, 0, 0);110z-index: 2;111}
112.lt-ie9 .irs-disable-mask {113background: #000;114filter: alpha(opacity=0);115cursor: not-allowed;116}
117.irs-disabled {118opacity: 0.4;119}
120.irs-hidden-input {121position: absolute !important;122display: block !important;123top: 0 !important;124left: 0 !important;125width: 0 !important;126height: 0 !important;127font-size: 0 !important;128line-height: 0 !important;129padding: 0 !important;130margin: 0 !important;131overflow: hidden;132outline: none !important;133z-index: -9999 !important;134background: none !important;135border-style: solid !important;136border-color: transparent !important;137}
138.irs--flat {139height: 40px;140}
141.irs--flat.irs-with-grid {142height: 60px;143}
144.irs--flat .irs-line {145top: 25px;146height: 12px;147background-color: #e1e4e9;148border-radius: 4px;149}
150.irs--flat .irs-bar {151top: 25px;152height: 12px;153background-color: #ed5565;154}
155.irs--flat .irs-bar--single {156border-radius: 4px 0 0 4px;157}
158.irs--flat .irs-shadow {159height: 1px;160bottom: 16px;161background-color: #e1e4e9;162}
163.irs--flat .irs-handle {164top: 22px;165width: 16px;166height: 18px;167background-color: transparent;168}
169.irs--flat .irs-handle > i:first-child {170position: absolute;171display: block;172top: 0;173left: 50%;174width: 2px;175height: 100%;176margin-left: -1px;177background-color: #da4453;178}
179.irs--flat .irs-handle.state_hover > i:first-child,
180.irs--flat .irs-handle:hover > i:first-child {181background-color: #a43540;182}
183.irs--flat .irs-min,
184.irs--flat .irs-max {185top: 0;186padding: 1px 3px;187color: #999;188font-size: 10px;189line-height: 1.333;190text-shadow: none;191background-color: #e1e4e9;192border-radius: 4px;193}
194.irs--flat .irs-from,
195.irs--flat .irs-to,
196.irs--flat .irs-single {197color: white;198font-size: 10px;199line-height: 1.333;200text-shadow: none;201padding: 1px 5px;202background-color: #ed5565;203border-radius: 4px;204}
205.irs--flat .irs-from:before,
206.irs--flat .irs-to:before,
207.irs--flat .irs-single:before {208position: absolute;209display: block;210content: "";211bottom: -6px;212left: 50%;213width: 0;214height: 0;215margin-left: -3px;216overflow: hidden;217border: 3px solid transparent;218border-top-color: #ed5565;219}
220.irs--flat .irs-grid-pol {221background-color: #e1e4e9;222}
223.irs--flat .irs-grid-text {224color: #999;225}
226.irs--big {227height: 55px;228}
229.irs--big.irs-with-grid {230height: 70px;231}
232.irs--big .irs-line {233top: 33px;234height: 12px;235background-color: white;236background: linear-gradient(to bottom, #ddd -50%, white 150%);237border: 1px solid #ccc;238border-radius: 12px;239}
240.irs--big .irs-bar {241top: 33px;242height: 12px;243background-color: #92bce0;244border: 1px solid #428bca;245background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);246box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);247}
248.irs--big .irs-bar--single {249border-radius: 12px 0 0 12px;250}
251.irs--big .irs-shadow {252height: 1px;253bottom: 16px;254background-color: rgba(66, 139, 202, 0.5);255}
256.irs--big .irs-handle {257top: 25px;258width: 30px;259height: 30px;260border: 1px solid rgba(0, 0, 0, 0.3);261background-color: #cbcfd5;262background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);263box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;264border-radius: 30px;265}
266.irs--big .irs-handle.state_hover,
267.irs--big .irs-handle:hover {268border-color: rgba(0, 0, 0, 0.45);269background-color: #939ba7;270background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);271}
272.irs--big .irs-min,
273.irs--big .irs-max {274top: 0;275padding: 1px 5px;276color: white;277text-shadow: none;278background-color: #9f9f9f;279border-radius: 3px;280}
281.irs--big .irs-from,
282.irs--big .irs-to,
283.irs--big .irs-single {284color: white;285text-shadow: none;286padding: 1px 5px;287background-color: #428bca;288background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);289border-radius: 3px;290}
291.irs--big .irs-grid-pol {292background-color: #428bca;293}
294.irs--big .irs-grid-text {295color: #428bca;296}
297.irs--modern {298height: 55px;299}
300.irs--modern.irs-with-grid {301height: 55px;302}
303.irs--modern .irs-line {304top: 25px;305height: 5px;306background-color: #d1d6e0;307background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);308border: 1px solid #a3adc1;309border-bottom-width: 0;310border-radius: 5px;311}
312.irs--modern .irs-bar {313top: 25px;314height: 5px;315background: #20b426;316background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);317}
318.irs--modern .irs-bar--single {319border-radius: 5px 0 0 5px;320}
321.irs--modern .irs-shadow {322height: 1px;323bottom: 21px;324background-color: rgba(209, 214, 224, 0.5);325}
326.irs--modern .irs-handle {327top: 37px;328width: 12px;329height: 13px;330border: 1px solid #a3adc1;331border-top-width: 0;332box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);333border-radius: 0 0 3px 3px;334}
335.irs--modern .irs-handle > i:nth-child(1) {336position: absolute;337display: block;338top: -4px;339left: 1px;340width: 6px;341height: 6px;342border: 1px solid #a3adc1;343background: white;344transform: rotate(45deg);345}
346.irs--modern .irs-handle > i:nth-child(2) {347position: absolute;348display: block;349box-sizing: border-box;350top: 0;351left: 0;352width: 10px;353height: 12px;354background: #e9e6e6;355background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);356border-radius: 0 0 3px 3px;357}
358.irs--modern .irs-handle > i:nth-child(3) {359position: absolute;360display: block;361box-sizing: border-box;362top: 3px;363left: 3px;364width: 4px;365height: 5px;366border-left: 1px solid #a3adc1;367border-right: 1px solid #a3adc1;368}
369.irs--modern .irs-handle.state_hover,
370.irs--modern .irs-handle:hover {371border-color: #7685a2;372background: #c3c7cd;373background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);374}
375.irs--modern .irs-handle.state_hover > i:nth-child(1),
376.irs--modern .irs-handle:hover > i:nth-child(1) {377border-color: #7685a2;378}
379.irs--modern .irs-handle.state_hover > i:nth-child(3),
380.irs--modern .irs-handle:hover > i:nth-child(3) {381border-color: #48536a;382}
383.irs--modern .irs-min,
384.irs--modern .irs-max {385top: 0;386font-size: 10px;387line-height: 1.333;388text-shadow: none;389padding: 1px 5px;390color: white;391background-color: #d1d6e0;392border-radius: 5px;393}
394.irs--modern .irs-from,
395.irs--modern .irs-to,
396.irs--modern .irs-single {397font-size: 10px;398line-height: 1.333;399text-shadow: none;400padding: 1px 5px;401background-color: #20b426;402color: white;403border-radius: 5px;404}
405.irs--modern .irs-from:before,
406.irs--modern .irs-to:before,
407.irs--modern .irs-single:before {408position: absolute;409display: block;410content: "";411bottom: -6px;412left: 50%;413width: 0;414height: 0;415margin-left: -3px;416overflow: hidden;417border: 3px solid transparent;418border-top-color: #20b426;419}
420.irs--modern .irs-grid {421height: 25px;422}
423.irs--modern .irs-grid-pol {424background-color: #dedede;425}
426.irs--modern .irs-grid-text {427color: silver;428font-size: 13px;429}
430.irs--sharp {431height: 50px;432font-size: 12px;433line-height: 1;434}
435.irs--sharp.irs-with-grid {436height: 57px;437}
438.irs--sharp .irs-line {439top: 30px;440height: 2px;441background-color: black;442border-radius: 2px;443}
444.irs--sharp .irs-bar {445top: 30px;446height: 2px;447background-color: #ee22fa;448}
449.irs--sharp .irs-bar--single {450border-radius: 2px 0 0 2px;451}
452.irs--sharp .irs-shadow {453height: 1px;454bottom: 21px;455background-color: rgba(0, 0, 0, 0.5);456}
457.irs--sharp .irs-handle {458top: 25px;459width: 10px;460height: 10px;461background-color: #a804b2;462}
463.irs--sharp .irs-handle > i:first-child {464position: absolute;465display: block;466top: 100%;467left: 0;468width: 0;469height: 0;470border: 5px solid transparent;471border-top-color: #a804b2;472}
473.irs--sharp .irs-handle.state_hover,
474.irs--sharp .irs-handle:hover {475background-color: black;476}
477.irs--sharp .irs-handle.state_hover > i:first-child,
478.irs--sharp .irs-handle:hover > i:first-child {479border-top-color: black;480}
481.irs--sharp .irs-min,
482.irs--sharp .irs-max {483color: white;484font-size: 14px;485line-height: 1;486top: 0;487padding: 3px 4px;488opacity: 0.4;489background-color: #a804b2;490border-radius: 2px;491}
492.irs--sharp .irs-from,
493.irs--sharp .irs-to,
494.irs--sharp .irs-single {495font-size: 14px;496line-height: 1;497text-shadow: none;498padding: 3px 4px;499background-color: #a804b2;500color: white;501border-radius: 2px;502}
503.irs--sharp .irs-from:before,
504.irs--sharp .irs-to:before,
505.irs--sharp .irs-single:before {506position: absolute;507display: block;508content: "";509bottom: -6px;510left: 50%;511width: 0;512height: 0;513margin-left: -3px;514overflow: hidden;515border: 3px solid transparent;516border-top-color: #a804b2;517}
518.irs--sharp .irs-grid {519height: 25px;520}
521.irs--sharp .irs-grid-pol {522background-color: #dedede;523}
524.irs--sharp .irs-grid-text {525color: silver;526font-size: 13px;527}
528.irs--round {529height: 50px;530}
531.irs--round.irs-with-grid {532height: 65px;533}
534.irs--round .irs-line {535top: 36px;536height: 4px;537background-color: #dee4ec;538border-radius: 4px;539}
540.irs--round .irs-bar {541top: 36px;542height: 4px;543background-color: #006cfa;544}
545.irs--round .irs-bar--single {546border-radius: 4px 0 0 4px;547}
548.irs--round .irs-shadow {549height: 4px;550bottom: 21px;551background-color: rgba(222, 228, 236, 0.5);552}
553.irs--round .irs-handle {554top: 26px;555width: 24px;556height: 24px;557border: 4px solid #006cfa;558background-color: white;559border-radius: 24px;560box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);561}
562.irs--round .irs-handle.state_hover,
563.irs--round .irs-handle:hover {564background-color: #f0f6ff;565}
566.irs--round .irs-min,
567.irs--round .irs-max {568color: #333;569font-size: 14px;570line-height: 1;571top: 0;572padding: 3px 5px;573background-color: rgba(0, 0, 0, 0.1);574border-radius: 4px;575}
576.irs--round .irs-from,
577.irs--round .irs-to,
578.irs--round .irs-single {579font-size: 14px;580line-height: 1;581text-shadow: none;582padding: 3px 5px;583background-color: #006cfa;584color: white;585border-radius: 4px;586}
587.irs--round .irs-from:before,
588.irs--round .irs-to:before,
589.irs--round .irs-single:before {590position: absolute;591display: block;592content: "";593bottom: -6px;594left: 50%;595width: 0;596height: 0;597margin-left: -3px;598overflow: hidden;599border: 3px solid transparent;600border-top-color: #006cfa;601}
602.irs--round .irs-grid {603height: 25px;604}
605.irs--round .irs-grid-pol {606background-color: #dedede;607}
608.irs--round .irs-grid-text {609color: silver;610font-size: 13px;611}
612.irs--square {613height: 50px;614}
615.irs--square.irs-with-grid {616height: 60px;617}
618.irs--square .irs-line {619top: 31px;620height: 4px;621background-color: #dedede;622}
623.irs--square .irs-bar {624top: 31px;625height: 4px;626background-color: black;627}
628.irs--square .irs-shadow {629height: 2px;630bottom: 21px;631background-color: #dedede;632}
633.irs--square .irs-handle {634top: 25px;635width: 16px;636height: 16px;637border: 3px solid black;638background-color: white;639-webkit-transform: rotate(45deg);640-ms-transform: rotate(45deg);641transform: rotate(45deg);642}
643.irs--square .irs-handle.state_hover,
644.irs--square .irs-handle:hover {645background-color: #f0f6ff;646}
647.irs--square .irs-min,
648.irs--square .irs-max {649color: #333;650font-size: 14px;651line-height: 1;652top: 0;653padding: 3px 5px;654background-color: rgba(0, 0, 0, 0.1);655}
656.irs--square .irs-from,
657.irs--square .irs-to,
658.irs--square .irs-single {659font-size: 14px;660line-height: 1;661text-shadow: none;662padding: 3px 5px;663background-color: black;664color: white;665}
666.irs--square .irs-grid {667height: 25px;668}
669.irs--square .irs-grid-pol {670background-color: #dedede;671}
672.irs--square .irs-grid-text {673color: silver;674font-size: 11px;675}
676