diff --git a/dark/css/bootstrap-dark.min.css b/dark/css/bootstrap-dark.min.css new file mode 100644 index 0000000..f53a661 --- /dev/null +++ b/dark/css/bootstrap-dark.min.css @@ -0,0 +1,7969 @@ +@font-face { + font-family: ubuntu; + src:url(../fonts/ubuntu.ttf) format('truetype'), + url(../fonts/ubuntu.eot) format('embedded-opentype'); +} + +:root{ + --blue:#007bff; + --indigo:#6610f2; + --purple:#6f42c1; + --pink:#e83e8c; + --red:#dc3545; + --orange:#fd7e14; + --yellow:#ffc107; + --green:#28a745; + --teal:#20c997; + --cyan:#17a2b8; + --white:#fff; + --gray:#6c757d; + --gray-dark:#343a40; + --primary:#007bff; + --secondary:#6c757d; + --success:#28a745; + --info:#17a2b8; + --warning:#ffc107; + --danger:#dc3545; + --light:#f8f9fa; + --dark:#343a40; + --breakpoint-xs:0; + --breakpoint-sm:576px; + --breakpoint-md:768px; + --breakpoint-lg:992px; + --breakpoint-xl:1200px; +} +*,::after,::before{ + box-sizing:border-box +} +html{ + font-family: ubuntu; + line-height:1.15; + -webkit-text-size-adjust:100%; + -webkit-tap-highlight-color:transparent +} +article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{ + display:block +} +body{ + margin:0; + font-size:1rem; + font-weight:400; + line-height:1.5; + color:#d3d3d3; + text-align:left; + background-color:#282c34; +} +[tabindex="-1"]:focus:not(:focus-visible){ + outline:0!important +} +hr{ + box-sizing:content-box; + height:0; + overflow:visible +} +h1,h2,h3,h4,h5,h6{ + margin-top:.10rem; + margin-bottom:.10rem +} +p{ + margin-top:0; + margin-bottom:1rem +} +abbr[data-original-title],abbr[title]{ + text-decoration:underline; + -webkit-text-decoration:underline dotted; + text-decoration:underline dotted; + cursor:help; + border-bottom:0; + -webkit-text-decoration-skip-ink:none; + text-decoration-skip-ink:none +} +address{ + margin-bottom:1rem; + font-style:normal; + line-height:inherit +} +dl,ol,ul{ + margin-top:0; + margin-bottom:1rem +} +ol ol,ol ul,ul ol,ul ul{ + margin-bottom:0 +} +dt{ + font-weight:700 +} +dd{ + margin-bottom:.5rem; + margin-left:0 +} +blockquote{ + margin:0 0 1rem +} +b,strong{ + font-weight:bolder +} +small{ + font-size:80% +} +sub,sup{ + position:relative; + font-size:75%; + line-height:0; + vertical-align:baseline +} +sub{ + bottom:-.25em +} +sup{ + top:-.5em +} +a{ + color:#adadad; + text-decoration:none; + background-color:transparent +} +a:hover{ + color:#878787; + text-decoration:underline +} +a:not([href]):not([class]){ + color:inherit; + text-decoration:none +} +a:not([href]):not([class]):hover{ + color:inherit; + text-decoration:none +} +code,kbd,pre,samp{ + font-size:1em +} +pre{ + margin-top:0; + margin-bottom:1rem; + overflow:auto; + -ms-overflow-style:scrollbar +} +figure{ + margin:0 0 1rem +} +img{ + vertical-align:middle; + border-style:none +} +svg{ + overflow:hidden; + vertical-align:middle +} +table{ + border-collapse:collapse +} +caption{ + padding-top:.75rem; + padding-bottom:.75rem; + color:#6c757d; + text-align:left; + caption-side:bottom +} +th{ + text-align:inherit; + text-align:-webkit-match-parent +} +label{ + display:inline-block; + margin-bottom:.5rem +} +button{ + border-radius:0 +} +button:focus:not(:focus-visible){ + outline:0 +} +button,input,optgroup,select,textarea{ + margin:0; + font-size:inherit; + line-height:inherit +} +button,input{ + overflow:visible +} +button,select{ + text-transform:none +} +[role=button]{ + cursor:pointer +} +select{ + word-wrap:normal +} +[type=button],[type=reset],[type=submit],button{ + -webkit-appearance:button +} +[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){ + cursor:pointer +} +[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{ + padding:0; + border-style:none +} +input[type=checkbox],input[type=radio]{ + box-sizing:border-box; + padding:0 +} +textarea{ + overflow:auto; + resize:vertical +} +fieldset{ + min-width:0; + padding:0; + margin:0; + border:0 +} +legend{ + display:block; + width:100%; + max-width:100%; + padding:0; + margin-bottom:.5rem; + font-size:1.5rem; + line-height:inherit; + color:inherit; + white-space:normal +} +progress{ + vertical-align:baseline +} +[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{ + height:auto +} +[type=search]{ + outline-offset:-2px; + -webkit-appearance:none +} +[type=search]::-webkit-search-decoration{ + -webkit-appearance:none +} +::-webkit-file-upload-button{ + font:inherit; + -webkit-appearance:button +} +output{ + display:inline-block +} +summary{ + display:list-item; + cursor:pointer +} +template{ + display:none +} +[hidden]{ + display:none!important +} +.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{ + margin-bottom:.90rem; + margin-top:.90rem; + font-weight:500; + line-height:1.2 +} +.h1,h1{ + font-size:2.5rem +} +.h2,h2{ + font-size:2rem +} +.h3,h3{ + font-size:1.75rem +} +.h4,h4{ + font-size:1.5rem +} +.h5,h5{ + font-size:1.25rem +} +.h6,h6{ + font-size:1rem +} +.lead{ + font-size:1.25rem; + font-weight:300 +} +.display-1{ + font-size:6rem; + font-weight:300; + line-height:1.2 +} +.display-2{ + font-size:5.5rem; + font-weight:300; + line-height:1.2 +} +.display-3{ + font-size:4.5rem; + font-weight:300; + line-height:1.2 +} +.display-4{ + font-size:3.5rem; + font-weight:300; + line-height:1.2 +} +hr{ + margin-top:1rem; + margin-bottom:1rem; + border:0; + border-top:1px solid rgba(255,255,255,.1) +} +.small,small{ + font-size:80%; + font-weight:400 +} +.mark,mark{ + padding:.2em; + background-color:#282c34; +} +.list-unstyled{ + padding-left:0; + list-style:none +} +.list-inline{ + padding-left:0; + list-style:none +} +.list-inline-item{ + display:inline-block +} +.list-inline-item:not(:last-child){ + margin-right:.5rem +} +.initialism{ + font-size:90%; + text-transform:uppercase +} +.blockquote{ + margin-bottom:1rem; + font-size:1.25rem +} +.blockquote-footer{ + display:block; + font-size:80%; + color:#6c757d +} +.blockquote-footer::before{ + content:"\2014\00A0" +} +.img-fluid{ + max-width:100%; + height:auto +} +.img-thumbnail{ + padding:.25rem; + background-color:#282c34; + border:1px solid #dee2e6; + border-radius:.25rem; + max-width:100%; + height:auto +} +.figure{ + display:inline-block +} +.figure-img{ + margin-bottom:.5rem; + line-height:1 +} +.figure-caption{ + font-size:90%; + color:#6c757d +} +code{ + font-size:87.5%; + color:#e83e8c; + word-wrap:break-word +} +a>code{ + color:inherit +} +kbd{ + padding:.2rem .4rem; + font-size:87.5%; + color:#fff; + background-color:#212529; + border-radius:.2rem +} +kbd kbd{ + padding:0; + font-size:100%; + font-weight:700 +} +pre{ + display:block; + font-size:87.5%; + color:#212529 +} +pre code{ + font-size:inherit; + color:inherit; + word-break:normal +} +.pre-scrollable{ + max-height:340px; + overflow-y:scroll +} +.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{ + width:100%; + padding-right:15px; + padding-left:15px; + margin-right:auto; + margin-left:auto +} +@media (min-width:576px){ + .container,.container-sm{ + max-width:540px + } +} +@media (min-width:768px){ + .container,.container-md,.container-sm{ + max-width:720px + } +} +@media (min-width:992px){ + .container,.container-lg,.container-md,.container-sm{ + max-width:960px + } +} +@media (min-width:1200px){ + .container,.container-lg,.container-md,.container-sm,.container-xl{ + max-width:1140px + } +} +.row{ + display:flex; + flex-wrap:wrap; + margin-right:-15px; + margin-left:-15px +} +.no-gutters{ + margin-right:0; + margin-left:0 +} +.no-gutters>.col,.no-gutters>[class*=col-]{ + padding-right:0; + padding-left:0 +} +.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{ + position:relative; + width:100%; + padding-right:15px; + padding-left:15px +} +.col{ + flex-basis:0; + flex-grow:1; + max-width:100% +} +.row-cols-1>*{ + flex:0 0 100%; + max-width:100% +} +.row-cols-2>*{ + flex:0 0 50%; + max-width:50% +} +.row-cols-3>*{ + flex:0 0 33.33333%; + max-width:33.33333% +} +.row-cols-4>*{ + flex:0 0 25%; + max-width:25% +} +.row-cols-5>*{ + flex:0 0 20%; + max-width:20% +} +.row-cols-6>*{ + flex:0 0 16.66667%; + max-width:16.66667% +} +.col-auto{ + flex:0 0 auto; + width:auto; + max-width:100% +} +.col-1{ + flex:0 0 8.33333%; + max-width:8.33333% +} +.col-2{ + flex:0 0 16.66667%; + max-width:16.66667% +} +.col-3{ + flex:0 0 25%; + max-width:25% +} +.col-4{ + flex:0 0 33.33333%; + max-width:33.33333% +} +.col-5{ + flex:0 0 41.66667%; + max-width:41.66667% +} +.col-6{ + flex:0 0 50%; + max-width:50% +} +.col-7{ + flex:0 0 58.33333%; + max-width:58.33333% +} +.col-8{ + flex:0 0 66.66667%; + max-width:66.66667% +} +.col-9{ + flex:0 0 75%; + max-width:75% +} +.col-10{ + flex:0 0 83.33333%; + max-width:83.33333% +} +.col-11{ + flex:0 0 91.66667%; + max-width:91.66667% +} +.col-12{ + flex:0 0 100%; + max-width:100% +} +.order-first{ + order:-1 +} +.order-last{ + order:13 +} +.order-0{ + order:0 +} +.order-1{ + order:1 +} +.order-2{ + order:2 +} +.order-3{ + order:3 +} +.order-4{ + order:4 +} +.order-5{ + order:5 +} +.order-6{ + order:6 +} +.order-7{ + order:7 +} +.order-8{ + order:8 +} +.order-9{ + order:9 +} +.order-10{ + order:10 +} +.order-11{ + order:11 +} +.order-12{ + order:12 +} +.offset-1{ + margin-left:8.33333% +} +.offset-2{ + margin-left:16.66667% +} +.offset-3{ + margin-left:25% +} +.offset-4{ + margin-left:33.33333% +} +.offset-5{ + margin-left:41.66667% +} +.offset-6{ + margin-left:50% +} +.offset-7{ + margin-left:58.33333% +} +.offset-8{ + margin-left:66.66667% +} +.offset-9{ + margin-left:75% +} +.offset-10{ + margin-left:83.33333% +} +.offset-11{ + margin-left:91.66667% +} +@media (min-width:576px){ + .col-sm{ + flex-basis:0; + flex-grow:1; + max-width:100% + } + .row-cols-sm-1>*{ + flex:0 0 100%; + max-width:100% + } + .row-cols-sm-2>*{ + flex:0 0 50%; + max-width:50% + } + .row-cols-sm-3>*{ + flex:0 0 33.33333%; + max-width:33.33333% + } + .row-cols-sm-4>*{ + flex:0 0 25%; + max-width:25% + } + .row-cols-sm-5>*{ + flex:0 0 20%; + max-width:20% + } + .row-cols-sm-6>*{ + flex:0 0 16.66667%; + max-width:16.66667% + } + .col-sm-auto{ + flex:0 0 auto; + width:auto; + max-width:100% + } + .col-sm-1{ + flex:0 0 8.33333%; + max-width:8.33333% + } + .col-sm-2{ + flex:0 0 16.66667%; + max-width:16.66667% + } + .col-sm-3{ + flex:0 0 25%; + max-width:25% + } + .col-sm-4{ + flex:0 0 33.33333%; + max-width:33.33333% + } + .col-sm-5{ + flex:0 0 41.66667%; + max-width:41.66667% + } + .col-sm-6{ + flex:0 0 50%; + max-width:50% + } + .col-sm-7{ + flex:0 0 58.33333%; + max-width:58.33333% + } + .col-sm-8{ + flex:0 0 66.66667%; + max-width:66.66667% + } + .col-sm-9{ + flex:0 0 75%; + max-width:75% + } + .col-sm-10{ + flex:0 0 83.33333%; + max-width:83.33333% + } + .col-sm-11{ + flex:0 0 91.66667%; + max-width:91.66667% + } + .col-sm-12{ + flex:0 0 100%; + max-width:100% + } + .order-sm-first{ + order:-1 + } + .order-sm-last{ + order:13 + } + .order-sm-0{ + order:0 + } + .order-sm-1{ + order:1 + } + .order-sm-2{ + order:2 + } + .order-sm-3{ + order:3 + } + .order-sm-4{ + order:4 + } + .order-sm-5{ + order:5 + } + .order-sm-6{ + order:6 + } + .order-sm-7{ + order:7 + } + .order-sm-8{ + order:8 + } + .order-sm-9{ + order:9 + } + .order-sm-10{ + order:10 + } + .order-sm-11{ + order:11 + } + .order-sm-12{ + order:12 + } + .offset-sm-0{ + margin-left:0 + } + .offset-sm-1{ + margin-left:8.33333% + } + .offset-sm-2{ + margin-left:16.66667% + } + .offset-sm-3{ + margin-left:25% + } + .offset-sm-4{ + margin-left:33.33333% + } + .offset-sm-5{ + margin-left:41.66667% + } + .offset-sm-6{ + margin-left:50% + } + .offset-sm-7{ + margin-left:58.33333% + } + .offset-sm-8{ + margin-left:66.66667% + } + .offset-sm-9{ + margin-left:75% + } + .offset-sm-10{ + margin-left:83.33333% + } + .offset-sm-11{ + margin-left:91.66667% + } +} +@media (min-width:768px){ + .col-md{ + flex-basis:0; + flex-grow:1; + max-width:100% + } + .row-cols-md-1>*{ + flex:0 0 100%; + max-width:100% + } + .row-cols-md-2>*{ + flex:0 0 50%; + max-width:50% + } + .row-cols-md-3>*{ + flex:0 0 33.33333%; + max-width:33.33333% + } + .row-cols-md-4>*{ + flex:0 0 25%; + max-width:25% + } + .row-cols-md-5>*{ + flex:0 0 20%; + max-width:20% + } + .row-cols-md-6>*{ + flex:0 0 16.66667%; + max-width:16.66667% + } + .col-md-auto{ + flex:0 0 auto; + width:auto; + max-width:100% + } + .col-md-1{ + flex:0 0 8.33333%; + max-width:8.33333% + } + .col-md-2{ + flex:0 0 16.66667%; + max-width:16.66667% + } + .col-md-3{ + flex:0 0 25%; + max-width:25% + } + .col-md-4{ + flex:0 0 33.33333%; + max-width:33.33333% + } + .col-md-5{ + flex:0 0 41.66667%; + max-width:41.66667% + } + .col-md-6{ + flex:0 0 50%; + max-width:50% + } + .col-md-7{ + flex:0 0 58.33333%; + max-width:58.33333% + } + .col-md-8{ + flex:0 0 66.66667%; + max-width:66.66667% + } + .col-md-9{ + flex:0 0 75%; + max-width:75% + } + .col-md-10{ + flex:0 0 83.33333%; + max-width:83.33333% + } + .col-md-11{ + flex:0 0 91.66667%; + max-width:91.66667% + } + .col-md-12{ + flex:0 0 100%; + max-width:100% + } + .order-md-first{ + order:-1 + } + .order-md-last{ + order:13 + } + .order-md-0{ + order:0 + } + .order-md-1{ + order:1 + } + .order-md-2{ + order:2 + } + .order-md-3{ + order:3 + } + .order-md-4{ + order:4 + } + .order-md-5{ + order:5 + } + .order-md-6{ + order:6 + } + .order-md-7{ + order:7 + } + .order-md-8{ + order:8 + } + .order-md-9{ + order:9 + } + .order-md-10{ + order:10 + } + .order-md-11{ + order:11 + } + .order-md-12{ + order:12 + } + .offset-md-0{ + margin-left:0 + } + .offset-md-1{ + margin-left:8.33333% + } + .offset-md-2{ + margin-left:16.66667% + } + .offset-md-3{ + margin-left:25% + } + .offset-md-4{ + margin-left:33.33333% + } + .offset-md-5{ + margin-left:41.66667% + } + .offset-md-6{ + margin-left:50% + } + .offset-md-7{ + margin-left:58.33333% + } + .offset-md-8{ + margin-left:66.66667% + } + .offset-md-9{ + margin-left:75% + } + .offset-md-10{ + margin-left:83.33333% + } + .offset-md-11{ + margin-left:91.66667% + } +} +@media (min-width:992px){ + .col-lg{ + flex-basis:0; + flex-grow:1; + max-width:100% + } + .row-cols-lg-1>*{ + flex:0 0 100%; + max-width:100% + } + .row-cols-lg-2>*{ + flex:0 0 50%; + max-width:50% + } + .row-cols-lg-3>*{ + flex:0 0 33.33333%; + max-width:33.33333% + } + .row-cols-lg-4>*{ + flex:0 0 25%; + max-width:25% + } + .row-cols-lg-5>*{ + flex:0 0 20%; + max-width:20% + } + .row-cols-lg-6>*{ + flex:0 0 16.66667%; + max-width:16.66667% + } + .col-lg-auto{ + flex:0 0 auto; + width:auto; + max-width:100% + } + .col-lg-1{ + flex:0 0 8.33333%; + max-width:8.33333% + } + .col-lg-2{ + flex:0 0 16.66667%; + max-width:16.66667% + } + .col-lg-3{ + flex:0 0 25%; + max-width:25% + } + .col-lg-4{ + flex:0 0 33.33333%; + max-width:33.33333% + } + .col-lg-5{ + flex:0 0 41.66667%; + max-width:41.66667% + } + .col-lg-6{ + flex:0 0 50%; + max-width:50% + } + .col-lg-7{ + flex:0 0 58.33333%; + max-width:58.33333% + } + .col-lg-8{ + flex:0 0 66.66667%; + max-width:66.66667% + } + .col-lg-9{ + flex:0 0 75%; + max-width:75% + } + .col-lg-10{ + flex:0 0 83.33333%; + max-width:83.33333% + } + .col-lg-11{ + flex:0 0 91.66667%; + max-width:91.66667% + } + .col-lg-12{ + flex:0 0 100%; + max-width:100% + } + .order-lg-first{ + order:-1 + } + .order-lg-last{ + order:13 + } + .order-lg-0{ + order:0 + } + .order-lg-1{ + order:1 + } + .order-lg-2{ + order:2 + } + .order-lg-3{ + order:3 + } + .order-lg-4{ + order:4 + } + .order-lg-5{ + order:5 + } + .order-lg-6{ + order:6 + } + .order-lg-7{ + order:7 + } + .order-lg-8{ + order:8 + } + .order-lg-9{ + order:9 + } + .order-lg-10{ + order:10 + } + .order-lg-11{ + order:11 + } + .order-lg-12{ + order:12 + } + .offset-lg-0{ + margin-left:0 + } + .offset-lg-1{ + margin-left:8.33333% + } + .offset-lg-2{ + margin-left:16.66667% + } + .offset-lg-3{ + margin-left:25% + } + .offset-lg-4{ + margin-left:33.33333% + } + .offset-lg-5{ + margin-left:41.66667% + } + .offset-lg-6{ + margin-left:50% + } + .offset-lg-7{ + margin-left:58.33333% + } + .offset-lg-8{ + margin-left:66.66667% + } + .offset-lg-9{ + margin-left:75% + } + .offset-lg-10{ + margin-left:83.33333% + } + .offset-lg-11{ + margin-left:91.66667% + } +} +@media (min-width:1200px){ + .col-xl{ + flex-basis:0; + flex-grow:1; + max-width:100% + } + .row-cols-xl-1>*{ + flex:0 0 100%; + max-width:100% + } + .row-cols-xl-2>*{ + flex:0 0 50%; + max-width:50% + } + .row-cols-xl-3>*{ + flex:0 0 33.33333%; + max-width:33.33333% + } + .row-cols-xl-4>*{ + flex:0 0 25%; + max-width:25% + } + .row-cols-xl-5>*{ + flex:0 0 20%; + max-width:20% + } + .row-cols-xl-6>*{ + flex:0 0 16.66667%; + max-width:16.66667% + } + .col-xl-auto{ + flex:0 0 auto; + width:auto; + max-width:100% + } + .col-xl-1{ + flex:0 0 8.33333%; + max-width:8.33333% + } + .col-xl-2{ + flex:0 0 16.66667%; + max-width:16.66667% + } + .col-xl-3{ + flex:0 0 25%; + max-width:25% + } + .col-xl-4{ + flex:0 0 33.33333%; + max-width:33.33333% + } + .col-xl-5{ + flex:0 0 41.66667%; + max-width:41.66667% + } + .col-xl-6{ + flex:0 0 50%; + max-width:50% + } + .col-xl-7{ + flex:0 0 58.33333%; + max-width:58.33333% + } + .col-xl-8{ + flex:0 0 66.66667%; + max-width:66.66667% + } + .col-xl-9{ + flex:0 0 75%; + max-width:75% + } + .col-xl-10{ + flex:0 0 83.33333%; + max-width:83.33333% + } + .col-xl-11{ + flex:0 0 91.66667%; + max-width:91.66667% + } + .col-xl-12{ + flex:0 0 100%; + max-width:100% + } + .order-xl-first{ + order:-1 + } + .order-xl-last{ + order:13 + } + .order-xl-0{ + order:0 + } + .order-xl-1{ + order:1 + } + .order-xl-2{ + order:2 + } + .order-xl-3{ + order:3 + } + .order-xl-4{ + order:4 + } + .order-xl-5{ + order:5 + } + .order-xl-6{ + order:6 + } + .order-xl-7{ + order:7 + } + .order-xl-8{ + order:8 + } + .order-xl-9{ + order:9 + } + .order-xl-10{ + order:10 + } + .order-xl-11{ + order:11 + } + .order-xl-12{ + order:12 + } + .offset-xl-0{ + margin-left:0 + } + .offset-xl-1{ + margin-left:8.33333% + } + .offset-xl-2{ + margin-left:16.66667% + } + .offset-xl-3{ + margin-left:25% + } + .offset-xl-4{ + margin-left:33.33333% + } + .offset-xl-5{ + margin-left:41.66667% + } + .offset-xl-6{ + margin-left:50% + } + .offset-xl-7{ + margin-left:58.33333% + } + .offset-xl-8{ + margin-left:66.66667% + } + .offset-xl-9{ + margin-left:75% + } + .offset-xl-10{ + margin-left:83.33333% + } + .offset-xl-11{ + margin-left:91.66667% + } +} +.table{ + width:100%; + margin-bottom:1rem; + color:#d3d3d3 +} +.table td,.table th{ + padding:.75rem; + vertical-align:top; + border-top:1px solid #343a40 +} +.table thead th{ + vertical-align:bottom; + border-bottom:2px solid #343a40 +} +.table tbody+tbody{ + border-top:2px solid #343a40 +} +.table-sm td,.table-sm th{ + padding:.3rem +} +.table-bordered{ + border:1px solid #343a40 +} +.table-bordered td,.table-bordered th{ + border:1px solid #343a40 +} +.table-bordered thead td,.table-bordered thead th{ + border-bottom-width:2px +} +.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{ + border:0 +} +.table-striped tbody tr:nth-of-type(odd){ + background-color:rgba(0,0,0,.05) +} +.table-hover tbody tr:hover{ + color:#d3d3d3; + background-color:rgba(0,0,0,.075) +} +.table-primary,.table-primary>td,.table-primary>th{ + background-color:#b8daff +} +.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{ + border-color:#7abaff +} +.table-hover .table-primary:hover{ + background-color:#9fcdff +} +.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{ + background-color:#9fcdff +} +.table-secondary,.table-secondary>td,.table-secondary>th{ + background-color:#d6d8db +} +.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{ + border-color:#b3b7bb +} +.table-hover .table-secondary:hover{ + background-color:#c8cbcf +} +.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{ + background-color:#c8cbcf +} +.table-success,.table-success>td,.table-success>th{ + background-color:#c3e6cb +} +.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{ + border-color:#8fd19e +} +.table-hover .table-success:hover{ + background-color:#b1dfbb +} +.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{ + background-color:#b1dfbb +} +.table-info,.table-info>td,.table-info>th{ + background-color:#bee5eb +} +.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{ + border-color:#86cfda +} +.table-hover .table-info:hover{ + background-color:#abdde5 +} +.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{ + background-color:#abdde5 +} +.table-warning,.table-warning>td,.table-warning>th{ + background-color:#ffeeba +} +.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{ + border-color:#ffdf7e +} +.table-hover .table-warning:hover{ + background-color:#ffe8a1 +} +.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{ + background-color:#ffe8a1 +} +.table-danger,.table-danger>td,.table-danger>th{ + background-color:#f5c6cb +} +.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{ + border-color:#ed969e +} +.table-hover .table-danger:hover{ + background-color:#f1b0b7 +} +.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{ + background-color:#f1b0b7 +} +.table-light,.table-light>td,.table-light>th{ + background-color:#fdfdfe +} +.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{ + border-color:#fbfcfc +} +.table-hover .table-light:hover{ + background-color:#ececf6 +} +.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{ + background-color:#ececf6 +} +.table-dark,.table-dark>td,.table-dark>th{ + background-color:#c6c8ca +} +.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{ + border-color:#95999c +} +.table-hover .table-dark:hover{ + background-color:#b9bbbe +} +.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{ + background-color:#b9bbbe +} +.table-active,.table-active>td,.table-active>th{ + background-color:rgba(0,0,0,.075) +} +.table-hover .table-active:hover{ + background-color:rgba(0,0,0,.075) +} +.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{ + background-color:rgba(0,0,0,.075) +} +.table .thead-dark th{ + color:#dee2e6; + background-color:#343a40; + border-color:#454d55 +} +.table .thead-light th{ + color:#495057; + background-color:#e9ecef; + border-color:#343a40 +} +.table-dark{ + color:#dee2e6; + background-color:#343a40 +} +.table-dark td,.table-dark th,.table-dark thead th{ + border-color:#454d55 +} +.table-dark.table-bordered{ + border:0 +} +.table-dark.table-striped tbody tr:nth-of-type(odd){ + background-color:rgba(255,255,255,.05) +} +.table-dark.table-hover tbody tr:hover{ + color:#fff; + background-color:rgba(255,255,255,.075) +} +@media (max-width:575.98px){ + .table-responsive-sm{ + display:block; + width:100%; + overflow-x:auto; + -webkit-overflow-scrolling:touch + } + .table-responsive-sm>.table-bordered{ + border:0 + } +} +@media (max-width:767.98px){ + .table-responsive-md{ + display:block; + width:100%; + overflow-x:auto; + -webkit-overflow-scrolling:touch + } + .table-responsive-md>.table-bordered{ + border:0 + } +} +@media (max-width:991.98px){ + .table-responsive-lg{ + display:block; + width:100%; + overflow-x:auto; + -webkit-overflow-scrolling:touch + } + .table-responsive-lg>.table-bordered{ + border:0 + } +} +@media (max-width:1199.98px){ + .table-responsive-xl{ + display:block; + width:100%; + overflow-x:auto; + -webkit-overflow-scrolling:touch + } + .table-responsive-xl>.table-bordered{ + border:0 + } +} +.table-responsive{ + display:block; + width:100%; + overflow-x:auto; + -webkit-overflow-scrolling:touch +} +.table-responsive>.table-bordered{ + border:0 +} +.table-primary,.table-primary>td,.table-primary>th{ + color:#212529 +} +.table-hover .table-primary:hover{ + color:#212529 +} +.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{ + color:#212529 +} +.table-secondary,.table-secondary>td,.table-secondary>th{ + color:#212529 +} +.table-hover .table-secondary:hover{ + color:#212529 +} +.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{ + color:#212529 +} +.table-success,.table-success>td,.table-success>th{ + color:#212529 +} +.table-hover .table-success:hover{ + color:#212529 +} +.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{ + color:#212529 +} +.table-info,.table-info>td,.table-info>th{ + color:#212529 +} +.table-hover .table-info:hover{ + color:#212529 +} +.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{ + color:#212529 +} +.table-warning,.table-warning>td,.table-warning>th{ + color:#212529 +} +.table-hover .table-warning:hover{ + color:#212529 +} +.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{ + color:#212529 +} +.table-danger,.table-danger>td,.table-danger>th{ + color:#212529 +} +.table-hover .table-danger:hover{ + color:#212529 +} +.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{ + color:#212529 +} +.table-light,.table-light>td,.table-light>th{ + color:#212529 +} +.table-hover .table-light:hover{ + color:#212529 +} +.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{ + color:#212529 +} +.table-dark,.table-dark>td,.table-dark>th{ + color:#212529 +} +.table-hover .table-dark:hover{ + color:#212529 +} +.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{ + color:#212529 +} +.table-active,.table-active>td,.table-active>th{ + color:#ced4da +} +.table-hover .table-active:hover{ + color:#ced4da +} +.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{ + color:#ced4da +} +.table-dark{ + color:#dee2e6 +} +.form-control{ + display:block; + width:100%; + height:calc(1.5em + .75rem + 2px); + padding:.375rem .75rem; + font-size:1rem; + font-weight:400; + line-height:1.5; + color:#dee2e6; + background-color:#000; + background-clip:padding-box; + border:1px solid #6c757d; + border-radius:.25rem; + transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out +} +@media (prefers-reduced-motion:reduce){ + .form-control{ + transition:none + } +} +.form-control::-ms-expand{ + background-color:transparent; + border:0 +} +.form-control:-moz-focusring{ + color:transparent; + text-shadow:0 0 0 #dee2e6 +} +.form-control:focus{ + color:#dee2e6; + background-color:#191d21; + border-color:#b3d7ff; + outline:0; + box-shadow:0 0 0 .2rem rgba(0,123,255,.25) +} +.form-control::-webkit-input-placeholder{ + color:#6c757d; + opacity:1 +} +.form-control::-moz-placeholder{ + color:#6c757d; + opacity:1 +} +.form-control::-ms-input-placeholder{ + color:#6c757d; + opacity:1 +} +.form-control::placeholder{ + color:#6c757d; + opacity:1 +} +.form-control:disabled,.form-control[readonly]{ + background-color:#343a40; + opacity:1 +} +input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{ + -webkit-appearance:none; + -moz-appearance:none; + appearance:none +} +select.form-control:focus::-ms-value{ + color:#dee2e6; + background-color:#000 +} +.form-control-file,.form-control-range{ + display:block; + width:100% +} +.col-form-label{ + padding-top:calc(.375rem + 1px); + padding-bottom:calc(.375rem + 1px); + margin-bottom:0; + font-size:inherit; + line-height:1.5 +} +.col-form-label-lg{ + padding-top:calc(.5rem + 1px); + padding-bottom:calc(.5rem + 1px); + font-size:1.25rem; + line-height:1.5 +} +.col-form-label-sm{ + padding-top:calc(.25rem + 1px); + padding-bottom:calc(.25rem + 1px); + font-size:.875rem; + line-height:1.5 +} +.form-control-plaintext{ + display:block; + width:100%; + padding:.375rem 0; + margin-bottom:0; + font-size:1rem; + line-height:1.5; + color:#212529; + background-color:transparent; + border:solid transparent; + border-width:1px 0 +} +.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{ + padding-right:0; + padding-left:0 +} +.form-control-sm{ + height:calc(1.5em + .5rem + 2px); + padding:.25rem .5rem; + font-size:.875rem; + line-height:1.5; + border-radius:.2rem +} +.form-control-lg{ + height:calc(1.5em + 1rem + 2px); + padding:.5rem 1rem; + font-size:1.25rem; + line-height:1.5; + border-radius:.3rem +} +select.form-control[multiple],select.form-control[size]{ + height:auto +} +textarea.form-control{ + height:auto +} +.form-group{ + margin-bottom:1rem +} +.form-text{ + display:block; + margin-top:.25rem +} +.form-row{ + display:flex; + flex-wrap:wrap; + margin-right:-5px; + margin-left:-5px +} +.form-row>.col,.form-row>[class*=col-]{ + padding-right:5px; + padding-left:5px +} +.form-check{ + position:relative; + display:block; + padding-left:1.25rem +} +.form-check-input{ + position:absolute; + margin-top:.3rem; + margin-left:-1.25rem +} +.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{ + color:#6c757d +} +.form-check-label{ + margin-bottom:0 +} +.form-check-inline{ + display:inline-flex; + align-items:center; + padding-left:0; + margin-right:.75rem +} +.form-check-inline .form-check-input{ + position:static; + margin-top:0; + margin-right:.3125rem; + margin-left:0 +} +.valid-feedback{ + display:none; + width:100%; + margin-top:.25rem; + font-size:80%; + color:#28a745 +} +.valid-tooltip{ + position:absolute; + top:100%; + left:0; + z-index:5; + display:none; + max-width:100%; + padding:.25rem .5rem; + margin-top:.1rem; + font-size:.875rem; + line-height:1.5; + color:#ced4da; + background-color:rgba(40,167,69,.9); + border-radius:.25rem +} +.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{ + left:5px +} +.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{ + display:block +} +.form-control.is-valid,.was-validated .form-control:valid{ + border-color:#28a745; + padding-right:calc(1.5em + .75rem); + background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); + background-repeat:no-repeat; + background-position:right calc(.375em + .1875rem) center; + background-size:calc(.75em + .375rem) calc(.75em + .375rem) +} +.form-control.is-valid:focus,.was-validated .form-control:valid:focus{ + border-color:#28a745; + box-shadow:0 0 0 .2rem rgba(40,167,69,.25) +} +.was-validated textarea.form-control:valid,textarea.form-control.is-valid{ + padding-right:calc(1.5em + .75rem); + background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem) +} +.custom-select.is-valid,.was-validated .custom-select:valid{ + border-color:#28a745; + padding-right:calc(.75em + 2.3125rem); + background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#000 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat +} +.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{ + border-color:#28a745; + box-shadow:0 0 0 .2rem rgba(40,167,69,.25) +} +.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{ + color:#28a745 +} +.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{ + display:block +} +.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{ + color:#28a745 +} +.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{ + border-color:#28a745 +} +.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{ + border-color:#34ce57; + background-color:#34ce57 +} +.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{ + box-shadow:0 0 0 .2rem rgba(40,167,69,.25) +} +.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{ + border-color:#28a745 +} +.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{ + border-color:#28a745 +} +.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{ + border-color:#28a745; + box-shadow:0 0 0 .2rem rgba(40,167,69,.25) +} +.invalid-feedback{ + display:none; + width:100%; + margin-top:.25rem; + font-size:80%; + color:#dc3545 +} +.invalid-tooltip{ + position:absolute; + top:100%; + left:0; + z-index:5; + display:none; + max-width:100%; + padding:.25rem .5rem; + margin-top:.1rem; + font-size:.875rem; + line-height:1.5; + color:#ced4da; + background-color:rgba(220,53,69,.9); + border-radius:.25rem +} +.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{ + left:5px +} +.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{ + display:block +} +.form-control.is-invalid,.was-validated .form-control:invalid{ + border-color:#dc3545; + padding-right:calc(1.5em + .75rem); + background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); + background-repeat:no-repeat; + background-position:right calc(.375em + .1875rem) center; + background-size:calc(.75em + .375rem) calc(.75em + .375rem) +} +.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{ + border-color:#dc3545; + box-shadow:0 0 0 .2rem rgba(220,53,69,.25) +} +.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{ + padding-right:calc(1.5em + .75rem); + background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem) +} +.custom-select.is-invalid,.was-validated .custom-select:invalid{ + border-color:#dc3545; + padding-right:calc(.75em + 2.3125rem); + background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#000 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat +} +.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{ + border-color:#dc3545; + box-shadow:0 0 0 .2rem rgba(220,53,69,.25) +} +.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{ + color:#dc3545 +} +.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{ + display:block +} +.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{ + color:#dc3545 +} +.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{ + border-color:#dc3545 +} +.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{ + border-color:#e4606d; + background-color:#e4606d +} +.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{ + box-shadow:0 0 0 .2rem rgba(220,53,69,.25) +} +.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{ + border-color:#dc3545 +} +.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{ + border-color:#dc3545 +} +.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{ + border-color:#dc3545; + box-shadow:0 0 0 .2rem rgba(220,53,69,.25) +} +.form-inline{ + display:flex; + flex-flow:row wrap; + align-items:center +} +.form-inline .form-check{ + width:100% +} +@media (min-width:576px){ + .form-inline label{ + display:flex; + align-items:center; + justify-content:center; + margin-bottom:0 + } + .form-inline .form-group{ + display:flex; + flex:0 0 auto; + flex-flow:row wrap; + align-items:center; + margin-bottom:0 + } + .form-inline .form-control{ + display:inline-block; + width:auto; + vertical-align:middle + } + .form-inline .form-control-plaintext{ + display:inline-block + } + .form-inline .custom-select,.form-inline .input-group{ + width:auto + } + .form-inline .form-check{ + display:flex; + align-items:center; + justify-content:center; + width:auto; + padding-left:0 + } + .form-inline .form-check-input{ + position:relative; + flex-shrink:0; + margin-top:0; + margin-right:.25rem; + margin-left:0 + } + .form-inline .custom-control{ + align-items:center; + justify-content:center + } + .form-inline .custom-control-label{ + margin-bottom:0 + } +} +.btn{ + display:inline-block; + font-weight:400; + color:#d3d3d3; + text-align:center; + vertical-align:middle; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + background-color:transparent; + border:1px solid transparent; + padding:.375rem .75rem; + font-size:1rem; + line-height:1.5; + border-radius:.25rem; + transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out +} +@media (prefers-reduced-motion:reduce){ + .btn{ + transition:none + } +} +.btn:hover{ + color:#d3d3d3; + text-decoration:none +} +.btn.focus,.btn:focus{ + outline:0; + box-shadow:0 0 0 .2rem rgba(0,123,255,.25) +} +.btn.disabled,.btn:disabled{ + opacity:.65 +} +.btn:not(:disabled):not(.disabled){ + cursor:pointer +} +a.btn.disabled,fieldset:disabled a.btn{ + pointer-events:none +} +.btn-primary{ + color:#ced4da; + background-color:#007bff; + border-color:#007bff +} +.btn-primary:hover{ + color:#ced4da; + background-color:#0069d9; + border-color:#0062cc +} +.btn-primary.focus,.btn-primary:focus{ + color:#ced4da; + background-color:#0069d9; + border-color:#0062cc; + box-shadow:0 0 0 .2rem rgba(31,136,249,.5) +} +.btn-primary.disabled,.btn-primary:disabled{ + color:#ced4da; + background-color:#007bff; + border-color:#007bff +} +.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{ + color:#ced4da; + background-color:#0062cc; + border-color:#005cbf +} +.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{ + box-shadow:0 0 0 .2rem rgba(31,136,249,.5) +} +.btn-secondary{ + color:#ced4da; + background-color:#6c757d; + border-color:#6c757d +} +.btn-secondary:hover{ + color:#ced4da; + background-color:#5a6268; + border-color:#545b62 +} +.btn-secondary.focus,.btn-secondary:focus{ + color:#ced4da; + background-color:#5a6268; + border-color:#545b62; + box-shadow:0 0 0 .2rem rgba(123,131,139,.5) +} +.btn-secondary.disabled,.btn-secondary:disabled{ + color:#ced4da; + background-color:#6c757d; + border-color:#6c757d +} +.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{ + color:#ced4da; + background-color:#545b62; + border-color:#4e555b +} +.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{ + box-shadow:0 0 0 .2rem rgba(123,131,139,.5) +} +.btn-success{ + color:#ced4da; + background-color:#28a745; + border-color:#28a745 +} +.btn-success:hover{ + color:#ced4da; + background-color:#218838; + border-color:#1e7e34 +} +.btn-success.focus,.btn-success:focus{ + color:#ced4da; + background-color:#218838; + border-color:#1e7e34; + box-shadow:0 0 0 .2rem rgba(65,174,91,.5) +} +.btn-success.disabled,.btn-success:disabled{ + color:#ced4da; + background-color:#28a745; + border-color:#28a745 +} +.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{ + color:#ced4da; + background-color:#1e7e34; + border-color:#1c7430 +} +.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{ + box-shadow:0 0 0 .2rem rgba(65,174,91,.5) +} +.btn-info{ + color:#ced4da; + background-color:#17a2b8; + border-color:#17a2b8 +} +.btn-info:hover{ + color:#ced4da; + background-color:#138496; + border-color:#117a8b +} +.btn-info.focus,.btn-info:focus{ + color:#ced4da; + background-color:#138496; + border-color:#117a8b; + box-shadow:0 0 0 .2rem rgba(50,170,189,.5) +} +.btn-info.disabled,.btn-info:disabled{ + color:#ced4da; + background-color:#17a2b8; + border-color:#17a2b8 +} +.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{ + color:#ced4da; + background-color:#117a8b; + border-color:#10707f +} +.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{ + box-shadow:0 0 0 .2rem rgba(50,170,189,.5) +} +.btn-warning{ + color:#212529; + background-color:#ffc107; + border-color:#ffc107 +} +.btn-warning:hover{ + color:#212529; + background-color:#e0a800; + border-color:#d39e00 +} +.btn-warning.focus,.btn-warning:focus{ + color:#212529; + background-color:#e0a800; + border-color:#d39e00; + box-shadow:0 0 0 .2rem rgba(222,170,12,.5) +} +.btn-warning.disabled,.btn-warning:disabled{ + color:#212529; + background-color:#ffc107; + border-color:#ffc107 +} +.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{ + color:#212529; + background-color:#d39e00; + border-color:#c69500 +} +.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{ + box-shadow:0 0 0 .2rem rgba(222,170,12,.5) +} +.btn-danger{ + color:#ced4da; + background-color:#dc3545; + border-color:#dc3545 +} +.btn-danger:hover{ + color:#ced4da; + background-color:#c82333; + border-color:#bd2130 +} +.btn-danger.focus,.btn-danger:focus{ + color:#ced4da; + background-color:#c82333; + border-color:#bd2130; + box-shadow:0 0 0 .2rem rgba(218,77,91,.5) +} +.btn-danger.disabled,.btn-danger:disabled{ + color:#ced4da; + background-color:#dc3545; + border-color:#dc3545 +} +.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{ + color:#ced4da; + background-color:#bd2130; + border-color:#b21f2d +} +.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{ + box-shadow:0 0 0 .2rem rgba(218,77,91,.5) +} +.btn-light{ + color:#212529; + background-color:#f8f9fa; + border-color:#f8f9fa +} +.btn-light:hover{ + color:#212529; + background-color:#e2e6ea; + border-color:#dae0e5 +} +.btn-light.focus,.btn-light:focus{ + color:#212529; + background-color:#e2e6ea; + border-color:#dae0e5; + box-shadow:0 0 0 .2rem rgba(216,217,219,.5) +} +.btn-light.disabled,.btn-light:disabled{ + color:#212529; + background-color:#f8f9fa; + border-color:#f8f9fa +} +.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{ + color:#212529; + background-color:#dae0e5; + border-color:#d3d9df +} +.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{ + box-shadow:0 0 0 .2rem rgba(216,217,219,.5) +} +.btn-dark{ + color:#ced4da; + background-color:#343a40; + border-color:#343a40 +} +.btn-dark:hover{ + color:#ced4da; + background-color:#23272b; + border-color:#1d2124 +} +.btn-dark.focus,.btn-dark:focus{ + color:#ced4da; + background-color:#23272b; + border-color:#1d2124; + box-shadow:0 0 0 .2rem rgba(75,81,87,.5) +} +.btn-dark.disabled,.btn-dark:disabled{ + color:#ced4da; + background-color:#343a40; + border-color:#343a40 +} +.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{ + color:#ced4da; + background-color:#1d2124; + border-color:#171a1d +} +.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{ + box-shadow:0 0 0 .2rem rgba(75,81,87,.5) +} +.btn-outline-primary{ + color:#007bff; + border-color:#007bff +} +.btn-outline-primary:hover{ + color:#ced4da; + background-color:#007bff; + border-color:#007bff +} +.btn-outline-primary.focus,.btn-outline-primary:focus{ + box-shadow:0 0 0 .2rem rgba(0,123,255,.5) +} +.btn-outline-primary.disabled,.btn-outline-primary:disabled{ + color:#007bff; + background-color:transparent +} +.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{ + color:#ced4da; + background-color:#007bff; + border-color:#007bff +} +.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{ + box-shadow:0 0 0 .2rem rgba(0,123,255,.5) +} +.btn-outline-secondary{ + color:#6c757d; + border-color:#6c757d +} +.btn-outline-secondary:hover{ + color:#ced4da; + background-color:#6c757d; + border-color:#6c757d +} +.btn-outline-secondary.focus,.btn-outline-secondary:focus{ + box-shadow:0 0 0 .2rem rgba(108,117,125,.5) +} +.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{ + color:#6c757d; + background-color:transparent +} +.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{ + color:#ced4da; + background-color:#6c757d; + border-color:#6c757d +} +.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{ + box-shadow:0 0 0 .2rem rgba(108,117,125,.5) +} +.btn-outline-success{ + color:#28a745; + border-color:#28a745 +} +.btn-outline-success:hover{ + color:#ced4da; + background-color:#28a745; + border-color:#28a745 +} +.btn-outline-success.focus,.btn-outline-success:focus{ + box-shadow:0 0 0 .2rem rgba(40,167,69,.5) +} +.btn-outline-success.disabled,.btn-outline-success:disabled{ + color:#28a745; + background-color:transparent +} +.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{ + color:#ced4da; + background-color:#28a745; + border-color:#28a745 +} +.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{ + box-shadow:0 0 0 .2rem rgba(40,167,69,.5) +} +.btn-outline-info{ + color:#17a2b8; + border-color:#17a2b8 +} +.btn-outline-info:hover{ + color:#ced4da; + background-color:#17a2b8; + border-color:#17a2b8 +} +.btn-outline-info.focus,.btn-outline-info:focus{ + box-shadow:0 0 0 .2rem rgba(23,162,184,.5) +} +.btn-outline-info.disabled,.btn-outline-info:disabled{ + color:#17a2b8; + background-color:transparent +} +.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{ + color:#ced4da; + background-color:#17a2b8; + border-color:#17a2b8 +} +.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{ + box-shadow:0 0 0 .2rem rgba(23,162,184,.5) +} +.btn-outline-warning{ + color:#ffc107; + border-color:#ffc107 +} +.btn-outline-warning:hover{ + color:#212529; + background-color:#ffc107; + border-color:#ffc107 +} +.btn-outline-warning.focus,.btn-outline-warning:focus{ + box-shadow:0 0 0 .2rem rgba(255,193,7,.5) +} +.btn-outline-warning.disabled,.btn-outline-warning:disabled{ + color:#ffc107; + background-color:transparent +} +.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{ + color:#212529; + background-color:#ffc107; + border-color:#ffc107 +} +.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{ + box-shadow:0 0 0 .2rem rgba(255,193,7,.5) +} +.btn-outline-danger{ + color:#dc3545; + border-color:#dc3545 +} +.btn-outline-danger:hover{ + color:#ced4da; + background-color:#dc3545; + border-color:#dc3545 +} +.btn-outline-danger.focus,.btn-outline-danger:focus{ + box-shadow:0 0 0 .2rem rgba(220,53,69,.5) +} +.btn-outline-danger.disabled,.btn-outline-danger:disabled{ + color:#dc3545; + background-color:transparent +} +.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{ + color:#ced4da; + background-color:#dc3545; + border-color:#dc3545 +} +.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{ + box-shadow:0 0 0 .2rem rgba(220,53,69,.5) +} +.btn-outline-light{ + color:#f8f9fa; + border-color:#f8f9fa +} +.btn-outline-light:hover{ + color:#212529; + background-color:#f8f9fa; + border-color:#f8f9fa +} +.btn-outline-light.focus,.btn-outline-light:focus{ + box-shadow:0 0 0 .2rem rgba(248,249,250,.5) +} +.btn-outline-light.disabled,.btn-outline-light:disabled{ + color:#f8f9fa; + background-color:transparent +} +.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{ + color:#212529; + background-color:#f8f9fa; + border-color:#f8f9fa +} +.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{ + box-shadow:0 0 0 .2rem rgba(248,249,250,.5) +} +.btn-outline-dark{ + color:#343a40; + border-color:#343a40 +} +.btn-outline-dark:hover{ + color:#ced4da; + background-color:#343a40; + border-color:#343a40 +} +.btn-outline-dark.focus,.btn-outline-dark:focus{ + box-shadow:0 0 0 .2rem rgba(52,58,64,.5) +} +.btn-outline-dark.disabled,.btn-outline-dark:disabled{ + color:#343a40; + background-color:transparent +} +.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{ + color:#ced4da; + background-color:#343a40; + border-color:#343a40 +} +.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{ + box-shadow:0 0 0 .2rem rgba(52,58,64,.5) +} +.btn-link{ + font-weight:400; + color:#adadad; + text-decoration:none +} +.btn-link:hover{ + color:#878787; + text-decoration:underline +} +.btn-link.focus,.btn-link:focus{ + text-decoration:underline +} +.btn-link.disabled,.btn-link:disabled{ + color:#6c757d; + pointer-events:none +} +.btn-group-lg>.btn,.btn-lg{ + padding:.5rem 1rem; + font-size:1.25rem; + line-height:1.5; + border-radius:.3rem +} +.btn-group-sm>.btn,.btn-sm{ + padding:.25rem .5rem; + font-size:.875rem; + line-height:1.5; + border-radius:.2rem +} +.btn-block{ + display:block; + width:100% +} +.btn-block+.btn-block{ + margin-top:.5rem +} +input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{ + width:100% +} +.fade{ + transition:opacity .15s linear +} +@media (prefers-reduced-motion:reduce){ + .fade{ + transition:none + } +} +.fade:not(.show){ + opacity:0 +} +.collapse:not(.show){ + display:none +} +.collapsing{ + position:relative; + height:0; + overflow:hidden; + transition:height .35s ease +} +@media (prefers-reduced-motion:reduce){ + .collapsing{ + transition:none + } +} +.dropdown,.dropleft,.dropright,.dropup{ + position:relative +} +.dropdown-toggle{ + white-space:nowrap +} +.dropdown-toggle::after{ + display:inline-block; + margin-left:.255em; + vertical-align:.255em; + content:""; + border-top:.3em solid; + border-right:.3em solid transparent; + border-bottom:0; + border-left:.3em solid transparent +} +.dropdown-toggle:empty::after{ + margin-left:0 +} +.dropdown-menu{ + position:absolute; + top:100%; + left:0; + z-index:1000; + display:none; + float:left; + min-width:10rem; + padding:.5rem 0; + margin:.125rem 0 0; + font-size:1rem; + color:#d3d3d3; + text-align:left; + list-style:none; + background-color:#000; + background-clip:padding-box; + border:1px solid rgba(255,255,255,.15); + border-radius:.25rem +} +.dropdown-menu-left{ + right:auto; + left:0 +} +.dropdown-menu-right{ + right:0; + left:auto +} +@media (min-width:576px){ + .dropdown-menu-sm-left{ + right:auto; + left:0 + } + .dropdown-menu-sm-right{ + right:0; + left:auto + } +} +@media (min-width:768px){ + .dropdown-menu-md-left{ + right:auto; + left:0 + } + .dropdown-menu-md-right{ + right:0; + left:auto + } +} +@media (min-width:992px){ + .dropdown-menu-lg-left{ + right:auto; + left:0 + } + .dropdown-menu-lg-right{ + right:0; + left:auto + } +} +@media (min-width:1200px){ + .dropdown-menu-xl-left{ + right:auto; + left:0 + } + .dropdown-menu-xl-right{ + right:0; + left:auto + } +} +.dropup .dropdown-menu{ + top:auto; + bottom:100%; + margin-top:0; + margin-bottom:.125rem +} +.dropup .dropdown-toggle::after{ + display:inline-block; + margin-left:.255em; + vertical-align:.255em; + content:""; + border-top:0; + border-right:.3em solid transparent; + border-bottom:.3em solid; + border-left:.3em solid transparent +} +.dropup .dropdown-toggle:empty::after{ + margin-left:0 +} +.dropright .dropdown-menu{ + top:0; + right:auto; + left:100%; + margin-top:0; + margin-left:.125rem +} +.dropright .dropdown-toggle::after{ + display:inline-block; + margin-left:.255em; + vertical-align:.255em; + content:""; + border-top:.3em solid transparent; + border-right:0; + border-bottom:.3em solid transparent; + border-left:.3em solid +} +.dropright .dropdown-toggle:empty::after{ + margin-left:0 +} +.dropright .dropdown-toggle::after{ + vertical-align:0 +} +.dropleft .dropdown-menu{ + top:0; + right:100%; + left:auto; + margin-top:0; + margin-right:.125rem +} +.dropleft .dropdown-toggle::after{ + display:inline-block; + margin-left:.255em; + vertical-align:.255em; + content:"" +} +.dropleft .dropdown-toggle::after{ + display:none +} +.dropleft .dropdown-toggle::before{ + display:inline-block; + margin-right:.255em; + vertical-align:.255em; + content:""; + border-top:.3em solid transparent; + border-right:.3em solid; + border-bottom:.3em solid transparent +} +.dropleft .dropdown-toggle:empty::after{ + margin-left:0 +} +.dropleft .dropdown-toggle::before{ + vertical-align:0 +} +.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{ + right:auto; + bottom:auto +} +.dropdown-divider{ + height:0; + margin:.5rem 0; + overflow:hidden; + border-top:1px solid #343a40 +} +.dropdown-item{ + display:block; + width:100%; + padding:.25rem 1.5rem; + clear:both; + font-weight:400; + color:#f8f9fa; + text-align:inherit; + white-space:nowrap; + background-color:transparent; + border:0 +} +.dropdown-item:focus,.dropdown-item:hover{ + color:#fff; + text-decoration:none; + background-color:#212529 +} +.dropdown-item.active,.dropdown-item:active{ + color:#000; + text-decoration:none; + background-color:#3395ff +} +.dropdown-item.disabled,.dropdown-item:disabled{ + color:#ced4da; + pointer-events:none; + background-color:transparent +} +.dropdown-menu.show{ + display:block +} +.dropdown-header{ + display:block; + padding:.5rem 1.5rem; + margin-bottom:0; + font-size:.875rem; + color:#ced4da; + white-space:nowrap +} +.dropdown-item-text{ + display:block; + padding:.25rem 1.5rem; + color:#f8f9fa +} +.btn-group,.btn-group-vertical{ + position:relative; + display:inline-flex; + vertical-align:middle +} +.btn-group-vertical>.btn,.btn-group>.btn{ + position:relative; + flex:1 1 auto +} +.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{ + z-index:1 +} +.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{ + z-index:1 +} +.btn-toolbar{ + display:flex; + flex-wrap:wrap; + justify-content:flex-start +} +.btn-toolbar .input-group{ + width:auto +} +.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){ + margin-left:-1px +} +.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){ + border-top-right-radius:0; + border-bottom-right-radius:0 +} +.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){ + border-top-left-radius:0; + border-bottom-left-radius:0 +} +.dropdown-toggle-split{ + padding-right:.5625rem; + padding-left:.5625rem +} +.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{ + margin-left:0 +} +.dropleft .dropdown-toggle-split::before{ + margin-right:0 +} +.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{ + padding-right:.375rem; + padding-left:.375rem +} +.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{ + padding-right:.75rem; + padding-left:.75rem +} +.btn-group-vertical{ + flex-direction:column; + align-items:flex-start; + justify-content:center +} +.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{ + width:100% +} +.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){ + margin-top:-1px +} +.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){ + border-bottom-right-radius:0; + border-bottom-left-radius:0 +} +.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){ + border-top-left-radius:0; + border-top-right-radius:0 +} +.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{ + margin-bottom:0 +} +.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{ + position:absolute; + clip:rect(0,0,0,0); + pointer-events:none +} +.input-group{ + position:relative; + display:flex; + flex-wrap:wrap; + align-items:stretch; + width:100% +} +.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{ + position:relative; + flex:1 1 auto; + width:1%; + min-width:0; + margin-bottom:0 +} +.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{ + margin-left:-1px +} +.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{ + z-index:3 +} +.input-group>.custom-file .custom-file-input:focus{ + z-index:4 +} +.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){ + border-top-left-radius:0; + border-bottom-left-radius:0 +} +.input-group>.custom-file{ + display:flex; + align-items:center +} +.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label{ + border-top-left-radius:0; + border-bottom-left-radius:0 +} +.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){ + border-top-right-radius:0; + border-bottom-right-radius:0 +} +.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3){ + border-top-right-radius:0; + border-bottom-right-radius:0 +} +.input-group-append,.input-group-prepend{ + display:flex +} +.input-group-append .btn,.input-group-prepend .btn{ + position:relative; + z-index:2 +} +.input-group-append .btn:focus,.input-group-prepend .btn:focus{ + z-index:3 +} +.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{ + margin-left:-1px +} +.input-group-prepend{ + margin-right:-1px +} +.input-group-append{ + margin-left:-1px +} +.input-group-text{ + display:flex; + align-items:center; + padding:.375rem .75rem; + margin-bottom:0; + font-size:1rem; + font-weight:400; + line-height:1.5; + color:#dee2e6; + text-align:center; + white-space:nowrap; + background-color:#343a40; + border:1px solid #6c757d; + border-radius:.25rem +} +.input-group-text input[type=checkbox],.input-group-text input[type=radio]{ + margin-top:0 +} +.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){ + height:calc(1.5em + 1rem + 2px) +} +.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{ + padding:.5rem 1rem; + font-size:1.25rem; + line-height:1.5; + border-radius:.3rem +} +.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){ + height:calc(1.5em + .5rem + 2px) +} +.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{ + padding:.25rem .5rem; + font-size:.875rem; + line-height:1.5; + border-radius:.2rem +} +.input-group-lg>.custom-select,.input-group-sm>.custom-select{ + padding-right:1.75rem +} +.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{ + border-top-right-radius:0; + border-bottom-right-radius:0 +} +.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{ + border-top-left-radius:0; + border-bottom-left-radius:0 +} +.input-group>.input-group-append>.custom-select{ + border-top-left-radius:0; + border-bottom-left-radius:0 +} +.input-group>.input-group-prepend>.custom-select{ + border-top-right-radius:0; + border-bottom-right-radius:0 +} +.custom-control{ + position:relative; + z-index:1; + display:block; + min-height:1.5rem; + padding-left:1.5rem; + -webkit-print-color-adjust:exact; + color-adjust:exact +} +.custom-control-inline{ + display:inline-flex; + margin-right:1rem +} +.custom-control-input{ + position:absolute; + left:0; + z-index:-1; + width:1rem; + height:1.25rem; + opacity:0 +} +.custom-control-input:checked~.custom-control-label::before{ + color:#fff; + border-color:#007bff; + background-color:#007bff +} +.custom-control-input:focus~.custom-control-label::before{ + box-shadow:0 0 0 .2rem rgba(0,123,255,.25) +} +.custom-control-input:focus:not(:checked)~.custom-control-label::before{ + border-color:#80bdff +} +.custom-control-input:not(:disabled):active~.custom-control-label::before{ + color:#fff; + background-color:#b3d7ff; + border-color:#b3d7ff +} +.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{ + color:#6c757d +} +.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{ + background-color:#e9ecef +} +.custom-control-label{ + position:relative; + margin-bottom:0; + vertical-align:top +} +.custom-control-label::before{ + position:absolute; + top:.25rem; + left:-1.5rem; + display:block; + width:1rem; + height:1rem; + pointer-events:none; + content:""; + background-color:#fff; + border:#adb5bd solid 1px +} +.custom-control-label::after{ + position:absolute; + top:.25rem; + left:-1.5rem; + display:block; + width:1rem; + height:1rem; + content:""; + background:50%/50% 50% no-repeat +} +.custom-checkbox .custom-control-label::before{ + border-radius:.25rem +} +.custom-checkbox .custom-control-input:checked~.custom-control-label::after{ + background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e") +} +.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{ + border-color:#007bff; + background-color:#007bff +} +.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{ + background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e") +} +.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{ + background-color:rgba(0,123,255,.5) +} +.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{ + background-color:rgba(0,123,255,.5) +} +.custom-radio .custom-control-label::before{ + border-radius:50% +} +.custom-radio .custom-control-input:checked~.custom-control-label::after{ + background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") +} +.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{ + background-color:rgba(0,123,255,.5) +} +.custom-switch{ + padding-left:2.25rem +} +.custom-switch .custom-control-label::before{ + left:-2.25rem; + width:1.75rem; + pointer-events:all; + border-radius:.5rem +} +.custom-switch .custom-control-label::after{ + top:calc(.25rem + 2px); + left:calc(-2.25rem + 2px); + width:calc(1rem - 4px); + height:calc(1rem - 4px); + background-color:#adb5bd; + border-radius:.5rem; + transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out +} +@media (prefers-reduced-motion:reduce){ + .custom-switch .custom-control-label::after{ + transition:none + } +} +.custom-switch .custom-control-input:checked~.custom-control-label::after{ + background-color:#fff; + transform:translateX(.75rem) +} +.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{ + background-color:rgba(0,123,255,.5) +} +.custom-select{ + display:inline-block; + width:100%; + height:calc(1.5em + .75rem + 2px); + padding:.375rem 1.75rem .375rem .75rem; + font-size:1rem; + font-weight:400; + line-height:1.5; + color:#dee2e6; + vertical-align:middle; + background:#000 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat; + border:1px solid #6c757d; + border-radius:.25rem; + -webkit-appearance:none; + -moz-appearance:none; + appearance:none +} +.custom-select:focus{ + border-color:#80bdff; + outline:0; + box-shadow:0 0 0 .2rem rgba(0,123,255,.25) +} +.custom-select:focus::-ms-value{ + color:#dee2e6; + background-color:#000 +} +.custom-select[multiple],.custom-select[size]:not([size="1"]){ + height:auto; + padding-right:.75rem; + background-image:none +} +.custom-select:disabled{ + color:#ced4da; + background-color:#343a40 +} +.custom-select::-ms-expand{ + display:none +} +.custom-select:-moz-focusring{ + color:transparent; + text-shadow:0 0 0 #dee2e6 +} +.custom-select-sm{ + height:calc(1.5em + .5rem + 2px); + padding-top:.25rem; + padding-bottom:.25rem; + padding-left:.5rem; + font-size:.875rem +} +.custom-select-lg{ + height:calc(1.5em + 1rem + 2px); + padding-top:.5rem; + padding-bottom:.5rem; + padding-left:1rem; + font-size:1.25rem +} +.custom-file{ + position:relative; + display:inline-block; + width:100%; + height:calc(1.5em + .75rem + 2px); + margin-bottom:0 +} +.custom-file-input{ + position:relative; + z-index:2; + width:100%; + height:calc(1.5em + .75rem + 2px); + margin:0; + overflow:hidden; + opacity:0 +} +.custom-file-input:focus~.custom-file-label{ + border-color:#80bdff; + box-shadow:0 0 0 .2rem rgba(0,123,255,.25) +} +.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{ + background-color:#e9ecef +} +.custom-file-input:lang(en)~.custom-file-label::after{ + content:"Browse" +} +.custom-file-input~.custom-file-label[data-browse]::after{ + content:attr(data-browse) +} +.custom-file-label{ + position:absolute; + top:0; + right:0; + left:0; + z-index:1; + height:calc(1.5em + .75rem + 2px); + padding:.375rem .75rem; + overflow:hidden; + font-weight:400; + line-height:1.5; + color:#495057; + background-color:#fff; + border:1px solid #ced4da; + border-radius:.25rem +} +.custom-file-label::after{ + position:absolute; + top:0; + right:0; + bottom:0; + z-index:3; + display:block; + height:calc(1.5em + .75rem); + padding:.375rem .75rem; + line-height:1.5; + color:#495057; + content:"Browse"; + background-color:#e9ecef; + border-left:inherit; + border-radius:0 .25rem .25rem 0 +} +.custom-range{ + width:100%; + height:1.4rem; + padding:0; + background-color:transparent; + -webkit-appearance:none; + -moz-appearance:none; + appearance:none +} +.custom-range:focus{ + outline:0 +} +.custom-range:focus::-webkit-slider-thumb{ + box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25) +} +.custom-range:focus::-moz-range-thumb{ + box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25) +} +.custom-range:focus::-ms-thumb{ + box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25) +} +.custom-range::-moz-focus-outer{ + border:0 +} +.custom-range::-webkit-slider-thumb{ + width:1rem; + height:1rem; + margin-top:-.25rem; + background-color:#007bff; + border:0; + border-radius:1rem; + -webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; + transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; + -webkit-appearance:none; + appearance:none +} +@media (prefers-reduced-motion:reduce){ + .custom-range::-webkit-slider-thumb{ + -webkit-transition:none; + transition:none + } +} +.custom-range::-webkit-slider-thumb:active{ + background-color:#b3d7ff +} +.custom-range::-webkit-slider-runnable-track{ + width:100%; + height:.5rem; + color:transparent; + cursor:pointer; + background-color:#dee2e6; + border-color:transparent; + border-radius:1rem +} +.custom-range::-moz-range-thumb{ + width:1rem; + height:1rem; + background-color:#007bff; + border:0; + border-radius:1rem; + -moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; + transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; + -moz-appearance:none; + appearance:none +} +@media (prefers-reduced-motion:reduce){ + .custom-range::-moz-range-thumb{ + -moz-transition:none; + transition:none + } +} +.custom-range::-moz-range-thumb:active{ + background-color:#b3d7ff +} +.custom-range::-moz-range-track{ + width:100%; + height:.5rem; + color:transparent; + cursor:pointer; + background-color:#dee2e6; + border-color:transparent; + border-radius:1rem +} +.custom-range::-ms-thumb{ + width:1rem; + height:1rem; + margin-top:0; + margin-right:.2rem; + margin-left:.2rem; + background-color:#007bff; + border:0; + border-radius:1rem; + -ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; + transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; + appearance:none +} +@media (prefers-reduced-motion:reduce){ + .custom-range::-ms-thumb{ + -ms-transition:none; + transition:none + } +} +.custom-range::-ms-thumb:active{ + background-color:#b3d7ff +} +.custom-range::-ms-track{ + width:100%; + height:.5rem; + color:transparent; + cursor:pointer; + background-color:transparent; + border-color:transparent; + border-width:.5rem +} +.custom-range::-ms-fill-lower{ + background-color:#dee2e6; + border-radius:1rem +} +.custom-range::-ms-fill-upper{ + margin-right:15px; + background-color:#dee2e6; + border-radius:1rem +} +.custom-range:disabled::-webkit-slider-thumb{ + background-color:#adb5bd +} +.custom-range:disabled::-webkit-slider-runnable-track{ + cursor:default +} +.custom-range:disabled::-moz-range-thumb{ + background-color:#adb5bd +} +.custom-range:disabled::-moz-range-track{ + cursor:default +} +.custom-range:disabled::-ms-thumb{ + background-color:#adb5bd +} +.custom-control-label::before,.custom-file-label,.custom-select{ + transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out +} +@media (prefers-reduced-motion:reduce){ + .custom-control-label::before,.custom-file-label,.custom-select{ + transition:none + } +} +.nav{ + display:flex; + flex-wrap:wrap; + padding-left:0; + margin-bottom:0; + list-style:none +} +.nav-link{ + display:block; + padding:.5rem 1rem +} +.nav-link:focus,.nav-link:hover{ + text-decoration:none +} +.nav-link.disabled{ + color:#6c757d; + pointer-events:none; + cursor:default +} +.nav-tabs{ + border-bottom:1px solid rgba(255,255,255,.125) +} +.nav-tabs .nav-link{ + margin-bottom:-1px; + border:1px solid transparent; + border-top-left-radius:.25rem; + border-top-right-radius:.25rem +} +.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{ + border-color:#495057 #495057 rgba(255,255,255,.125) +} +.nav-tabs .nav-link.disabled{ + color:#6c757d; + background-color:transparent; + border-color:transparent +} +.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{ + color:#f8f9fa; + background-color:#191d21; + border-color:#495057 #495057 #191d21 +} +.nav-tabs .dropdown-menu{ + margin-top:-1px; + border-top-left-radius:0; + border-top-right-radius:0 +} +.nav-pills .nav-link{ + border-radius:.25rem +} +.nav-pills .nav-link.active,.nav-pills .show>.nav-link{ + color:#fff; + background-color:#007bff +} +.nav-fill .nav-item,.nav-fill>.nav-link{ + flex:1 1 auto; + text-align:center +} +.nav-justified .nav-item,.nav-justified>.nav-link{ + flex-basis:0; + flex-grow:1; + text-align:center +} +.tab-content>.tab-pane{ + display:none +} +.tab-content>.active{ + display:block +} +.navbar{ + position:relative; + display:flex; + flex-wrap:wrap; + align-items:center; + justify-content:space-between; + padding:.5rem 1rem +} +.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{ + display:flex; + flex-wrap:wrap; + align-items:center; + justify-content:space-between +} +.navbar-brand{ + display:inline-block; + padding-top:.3125rem; + padding-bottom:.3125rem; + margin-right:1rem; + font-size:1.25rem; + line-height:inherit; + white-space:nowrap +} +.navbar-brand:focus,.navbar-brand:hover{ + text-decoration:none +} +.navbar-nav{ + display:flex; + flex-direction:column; + padding-left:0; + margin-bottom:0; + list-style:none +} +.navbar-nav .nav-link{ + padding-right:0; + padding-left:0 +} +.navbar-nav .dropdown-menu{ + position:static; + float:none +} +.navbar-text{ + display:inline-block; + padding-top:.5rem; + padding-bottom:.5rem +} +.navbar-collapse{ + flex-basis:100%; + flex-grow:1; + align-items:center +} +.navbar-toggler{ + padding:.25rem .75rem; + font-size:1.25rem; + line-height:1; + background-color:transparent; + border:1px solid transparent; + border-radius:.25rem +} +.navbar-toggler:focus,.navbar-toggler:hover{ + text-decoration:none +} +.navbar-toggler-icon{ + display:inline-block; + width:1.5em; + height:1.5em; + vertical-align:middle; + content:""; + background:50%/100% 100% no-repeat +} +.navbar-nav-scroll{ + max-height:75vh; + overflow-y:auto +} +@media (max-width:575.98px){ + .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{ + padding-right:0; + padding-left:0 + } +} +@media (min-width:576px){ + .navbar-expand-sm{ + flex-flow:row nowrap; + justify-content:flex-start + } + .navbar-expand-sm .navbar-nav{ + flex-direction:row + } + .navbar-expand-sm .navbar-nav .dropdown-menu{ + position:absolute + } + .navbar-expand-sm .navbar-nav .nav-link{ + padding-right:.5rem; + padding-left:.5rem + } + .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{ + flex-wrap:nowrap + } + .navbar-expand-sm .navbar-nav-scroll{ + overflow:visible + } + .navbar-expand-sm .navbar-collapse{ + display:flex!important; + flex-basis:auto + } + .navbar-expand-sm .navbar-toggler{ + display:none + } +} +@media (max-width:767.98px){ + .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{ + padding-right:0; + padding-left:0 + } +} +@media (min-width:768px){ + .navbar-expand-md{ + flex-flow:row nowrap; + justify-content:flex-start + } + .navbar-expand-md .navbar-nav{ + flex-direction:row + } + .navbar-expand-md .navbar-nav .dropdown-menu{ + position:absolute + } + .navbar-expand-md .navbar-nav .nav-link{ + padding-right:.5rem; + padding-left:.5rem + } + .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{ + flex-wrap:nowrap + } + .navbar-expand-md .navbar-nav-scroll{ + overflow:visible + } + .navbar-expand-md .navbar-collapse{ + display:flex!important; + flex-basis:auto + } + .navbar-expand-md .navbar-toggler{ + display:none + } +} +@media (max-width:991.98px){ + .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{ + padding-right:0; + padding-left:0 + } +} +@media (min-width:992px){ + .navbar-expand-lg{ + flex-flow:row nowrap; + justify-content:flex-start + } + .navbar-expand-lg .navbar-nav{ + flex-direction:row + } + .navbar-expand-lg .navbar-nav .dropdown-menu{ + position:absolute + } + .navbar-expand-lg .navbar-nav .nav-link{ + padding-right:.5rem; + padding-left:.5rem + } + .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{ + flex-wrap:nowrap + } + .navbar-expand-lg .navbar-nav-scroll{ + overflow:visible + } + .navbar-expand-lg .navbar-collapse{ + display:flex!important; + flex-basis:auto + } + .navbar-expand-lg .navbar-toggler{ + display:none + } +} +@media (max-width:1199.98px){ + .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{ + padding-right:0; + padding-left:0 + } +} +@media (min-width:1200px){ + .navbar-expand-xl{ + flex-flow:row nowrap; + justify-content:flex-start + } + .navbar-expand-xl .navbar-nav{ + flex-direction:row + } + .navbar-expand-xl .navbar-nav .dropdown-menu{ + position:absolute + } + .navbar-expand-xl .navbar-nav .nav-link{ + padding-right:.5rem; + padding-left:.5rem + } + .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{ + flex-wrap:nowrap + } + .navbar-expand-xl .navbar-nav-scroll{ + overflow:visible + } + .navbar-expand-xl .navbar-collapse{ + display:flex!important; + flex-basis:auto + } + .navbar-expand-xl .navbar-toggler{ + display:none + } +} +.navbar-expand{ + flex-flow:row nowrap; + justify-content:flex-start +} +.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{ + padding-right:0; + padding-left:0 +} +.navbar-expand .navbar-nav{ + flex-direction:row +} +.navbar-expand .navbar-nav .dropdown-menu{ + position:absolute +} +.navbar-expand .navbar-nav .nav-link{ + padding-right:.5rem; + padding-left:.5rem +} +.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{ + flex-wrap:nowrap +} +.navbar-expand .navbar-nav-scroll{ + overflow:visible +} +.navbar-expand .navbar-collapse{ + display:flex!important; + flex-basis:auto +} +.navbar-expand .navbar-toggler{ + display:none +} +.navbar-light .navbar-brand{ + color:rgba(0,0,0,.9) +} +.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{ + color:rgba(0,0,0,.9) +} +.navbar-light .navbar-nav .nav-link{ + color:rgba(0,0,0,.5) +} +.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{ + color:rgba(0,0,0,.7) +} +.navbar-light .navbar-nav .nav-link.disabled{ + color:rgba(0,0,0,.3) +} +.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{ + color:rgba(0,0,0,.9) +} +.navbar-light .navbar-toggler{ + color:rgba(0,0,0,.5); + border-color:rgba(0,0,0,.1) +} +.navbar-light .navbar-toggler-icon{ + background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") +} +.navbar-light .navbar-text{ + color:rgba(0,0,0,.5) +} +.navbar-light .navbar-text a{ + color:rgba(0,0,0,.9) +} +.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{ + color:rgba(0,0,0,.9) +} +.navbar-dark .navbar-brand{ + color:#fff +} +.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{ + color:#fff +} +.navbar-dark .navbar-nav .nav-link{ + color:rgba(255,255,255,.5) +} +.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{ + color:rgba(255,255,255,.75) +} +.navbar-dark .navbar-nav .nav-link.disabled{ + color:rgba(255,255,255,.25) +} +.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{ + color:#fff +} +.navbar-dark .navbar-toggler{ + color:rgba(255,255,255,.5); + border-color:rgba(255,255,255,.1) +} +.navbar-dark .navbar-toggler-icon{ + background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") +} +.navbar-dark .navbar-text{ + color:rgba(255,255,255,.5) +} +.navbar-dark .navbar-text a{ + color:#fff +} +.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{ + color:#fff +} +.card{ + position:relative; + display:flex; + flex-direction:column; + min-width:0; + word-wrap:break-word; + background-color:#212529; + background-clip:border-box; + border:1px solid rgba(255,255,255,.125); + border-radius:.25rem +} +.card>hr{ + margin-right:0; + margin-left:0 +} +.card>.list-group{ + border-top:inherit; + border-bottom:inherit +} +.card>.list-group:first-child{ + border-top-width:0; + border-top-left-radius:calc(.25rem - 1px); + border-top-right-radius:calc(.25rem - 1px) +} +.card>.list-group:last-child{ + border-bottom-width:0; + border-bottom-right-radius:calc(.25rem - 1px); + border-bottom-left-radius:calc(.25rem - 1px) +} +.card>.card-header+.list-group,.card>.list-group+.card-footer{ + border-top:0 +} +.card-body{ + flex:1 1 auto; + min-height:1px; + padding:1.25rem; + color:#e9ecef +} +.card-title{ + margin-bottom:.75rem +} +.card-subtitle{ + margin-top:-.375rem; + margin-bottom:0 +} +.card-text:last-child{ + margin-bottom:0 +} +.card-link:hover{ + text-decoration:none +} +.card-link+.card-link{ + margin-left:1.25rem +} +.card-header{ + padding:.75rem 1.25rem; + margin-bottom:0; + background-color:rgba(255,255,255,.03); + border-bottom:1px solid rgba(255,255,255,.125) +} +.card-header:first-child{ + border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0 +} +.card-footer{ + padding:.75rem 1.25rem; + background-color:rgba(255,255,255,.03); + border-top:1px solid rgba(255,255,255,.125) +} +.card-footer:last-child{ + border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px) +} +.card-header-tabs{ + margin-right:-.625rem; + margin-bottom:-.75rem; + margin-left:-.625rem; + border-bottom:0 +} +.card-header-pills{ + margin-right:-.625rem; + margin-left:-.625rem +} +.card-img-overlay{ + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + padding:1.25rem; + border-radius:calc(.25rem - 1px) +} +.card-img,.card-img-bottom,.card-img-top{ + flex-shrink:0; + width:100% +} +.card-img,.card-img-top{ + border-top-left-radius:calc(.25rem - 1px); + border-top-right-radius:calc(.25rem - 1px) +} +.card-img,.card-img-bottom{ + border-bottom-right-radius:calc(.25rem - 1px); + border-bottom-left-radius:calc(.25rem - 1px) +} +.card-deck .card{ + margin-bottom:15px +} +@media (min-width:576px){ + .card-deck{ + display:flex; + flex-flow:row wrap; + margin-right:-15px; + margin-left:-15px + } + .card-deck .card{ + flex:1 0 0%; + margin-right:15px; + margin-bottom:0; + margin-left:15px + } +} +.card-group>.card{ + margin-bottom:15px +} +@media (min-width:576px){ + .card-group{ + display:flex; + flex-flow:row wrap + } + .card-group>.card{ + flex:1 0 0%; + margin-bottom:0 + } + .card-group>.card+.card{ + margin-left:0; + border-left:0 + } + .card-group>.card:not(:last-child){ + border-top-right-radius:0; + border-bottom-right-radius:0 + } + .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{ + border-top-right-radius:0 + } + .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{ + border-bottom-right-radius:0 + } + .card-group>.card:not(:first-child){ + border-top-left-radius:0; + border-bottom-left-radius:0 + } + .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{ + border-top-left-radius:0 + } + .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{ + border-bottom-left-radius:0 + } +} +.card-columns .card{ + margin-bottom:.75rem +} +@media (min-width:576px){ + .card-columns{ + -moz-column-count:3; + column-count:3; + -moz-column-gap:1.25rem; + column-gap:1.25rem; + orphans:1; + widows:1 + } + .card-columns .card{ + display:inline-block; + width:100% + } +} +.accordion{ + overflow-anchor:none +} +.accordion>.card{ + overflow:hidden +} +.accordion>.card:not(:last-of-type){ + border-bottom:0; + border-bottom-right-radius:0; + border-bottom-left-radius:0 +} +.accordion>.card:not(:first-of-type){ + border-top-left-radius:0; + border-top-right-radius:0 +} +.accordion>.card>.card-header{ + border-radius:0; + margin-bottom:-1px +} +.breadcrumb{ + display:flex; + flex-wrap:wrap; + padding:.75rem 1rem; + margin-bottom:1rem; + list-style:none; + background-color:#343a40; + border-radius:.25rem +} +.breadcrumb-item+.breadcrumb-item{ + padding-left:.5rem +} +.breadcrumb-item+.breadcrumb-item::before{ + float:left; + padding-right:.5rem; + color:#ced4da; + content:"/" +} +.breadcrumb-item+.breadcrumb-item:hover::before{ + text-decoration:underline +} +.breadcrumb-item+.breadcrumb-item:hover::before{ + text-decoration:none +} +.breadcrumb-item.active{ + color:#ced4da +} +.pagination{ + display:flex; + padding-left:0; + list-style:none; + border-radius:.25rem +} +.page-link{ + position:relative; + display:block; + padding:.5rem .75rem; + margin-left:-1px; + line-height:1.25; + color:#adadad; + background-color:#000; + border:1px solid #495057 +} +.page-link:hover{ + z-index:2; + color:#878787; + text-decoration:none; + background-color:#343a40; + border-color:#495057 +} +.page-link:focus{ + z-index:3; + outline:0; + box-shadow:0 0 0 .2rem rgba(0,123,255,.25) +} +.page-item:first-child .page-link{ + margin-left:0; + border-top-left-radius:.25rem; + border-bottom-left-radius:.25rem +} +.page-item:last-child .page-link{ + border-top-right-radius:.25rem; + border-bottom-right-radius:.25rem +} +.page-item.active .page-link{ + z-index:3; + color:#000; + background-color:#3395ff; + border-color:#3395ff +} +.page-item.disabled .page-link{ + color:#ced4da; + pointer-events:none; + cursor:auto; + background-color:#000; + border-color:#495057 +} +.pagination-lg .page-link{ + padding:.75rem 1.5rem; + font-size:1.25rem; + line-height:1.5 +} +.pagination-lg .page-item:first-child .page-link{ + border-top-left-radius:.3rem; + border-bottom-left-radius:.3rem +} +.pagination-lg .page-item:last-child .page-link{ + border-top-right-radius:.3rem; + border-bottom-right-radius:.3rem +} +.pagination-sm .page-link{ + padding:.25rem .5rem; + font-size:.875rem; + line-height:1.5 +} +.pagination-sm .page-item:first-child .page-link{ + border-top-left-radius:.2rem; + border-bottom-left-radius:.2rem +} +.pagination-sm .page-item:last-child .page-link{ + border-top-right-radius:.2rem; + border-bottom-right-radius:.2rem +} +.badge{ + display:inline-block; + padding:.25em .4em; + font-size:75%; + font-weight:700; + line-height:1; + text-align:center; + white-space:nowrap; + vertical-align:baseline; + border-radius:.25rem; + transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out +} +@media (prefers-reduced-motion:reduce){ + .badge{ + transition:none + } +} +a.badge:focus,a.badge:hover{ + text-decoration:none +} +.badge:empty{ + display:none +} +.btn .badge{ + position:relative; + top:-1px +} +.badge-pill{ + padding-right:.6em; + padding-left:.6em; + border-radius:10rem +} +.badge-primary{ + color:#ced4da; + background-color:#007bff +} +a.badge-primary:focus,a.badge-primary:hover{ + color:#ced4da; + background-color:#0062cc +} +a.badge-primary.focus,a.badge-primary:focus{ + outline:0; + box-shadow:0 0 0 .2rem rgba(0,123,255,.5) +} +.badge-secondary{ + color:#ced4da; + background-color:#6c757d +} +a.badge-secondary:focus,a.badge-secondary:hover{ + color:#ced4da; + background-color:#545b62 +} +a.badge-secondary.focus,a.badge-secondary:focus{ + outline:0; + box-shadow:0 0 0 .2rem rgba(108,117,125,.5) +} +.badge-success{ + color:#ced4da; + background-color:#28a745 +} +a.badge-success:focus,a.badge-success:hover{ + color:#ced4da; + background-color:#1e7e34 +} +a.badge-success.focus,a.badge-success:focus{ + outline:0; + box-shadow:0 0 0 .2rem rgba(40,167,69,.5) +} +.badge-info{ + color:#ced4da; + background-color:#17a2b8 +} +a.badge-info:focus,a.badge-info:hover{ + color:#ced4da; + background-color:#117a8b +} +a.badge-info.focus,a.badge-info:focus{ + outline:0; + box-shadow:0 0 0 .2rem rgba(23,162,184,.5) +} +.badge-warning{ + color:#212529; + background-color:#ffc107 +} +a.badge-warning:focus,a.badge-warning:hover{ + color:#212529; + background-color:#d39e00 +} +a.badge-warning.focus,a.badge-warning:focus{ + outline:0; + box-shadow:0 0 0 .2rem rgba(255,193,7,.5) +} +.badge-danger{ + color:#ced4da; + background-color:#dc3545 +} +a.badge-danger:focus,a.badge-danger:hover{ + color:#ced4da; + background-color:#bd2130 +} +a.badge-danger.focus,a.badge-danger:focus{ + outline:0; + box-shadow:0 0 0 .2rem rgba(220,53,69,.5) +} +.badge-light{ + color:#212529; + background-color:#f8f9fa +} +a.badge-light:focus,a.badge-light:hover{ + color:#212529; + background-color:#dae0e5 +} +a.badge-light.focus,a.badge-light:focus{ + outline:0; + box-shadow:0 0 0 .2rem rgba(248,249,250,.5) +} +.badge-dark{ + color:#ced4da; + background-color:#343a40 +} +a.badge-dark:focus,a.badge-dark:hover{ + color:#ced4da; + background-color:#1d2124 +} +a.badge-dark.focus,a.badge-dark:focus{ + outline:0; + box-shadow:0 0 0 .2rem rgba(52,58,64,.5) +} +.jumbotron{ + padding:2rem 1rem; + margin-bottom:2rem; + background-color:#343a40; + border-radius:.3rem +} +@media (min-width:576px){ + .jumbotron{ + padding:4rem 2rem + } +} +.jumbotron-fluid{ + padding-right:0; + padding-left:0; + border-radius:0 +} +.alert{ + position:relative; + padding:.75rem 1.25rem; + margin-bottom:1rem; + border:1px solid transparent; + border-radius:.25rem +} +.alert-heading{ + color:inherit +} +.alert-link{ + font-weight:700 +} +.alert-dismissible{ + padding-right:4rem +} +.alert-dismissible .close{ + position:absolute; + top:0; + right:0; + z-index:2; + padding:.75rem 1.25rem; + color:inherit +} +.alert-primary{ + color:#004085; + background-color:#cce5ff; + border-color:#b8daff +} +.alert-primary hr{ + border-top-color:#9fcdff +} +.alert-primary .alert-link{ + color:#002752 +} +.alert-secondary{ + color:#383d41; + background-color:#e2e3e5; + border-color:#d6d8db +} +.alert-secondary hr{ + border-top-color:#c8cbcf +} +.alert-secondary .alert-link{ + color:#202326 +} +.alert-success{ + color:#155724; + background-color:#d4edda; + border-color:#c3e6cb +} +.alert-success hr{ + border-top-color:#b1dfbb +} +.alert-success .alert-link{ + color:#0b2e13 +} +.alert-info{ + color:#0c5460; + background-color:#d1ecf1; + border-color:#bee5eb +} +.alert-info hr{ + border-top-color:#abdde5 +} +.alert-info .alert-link{ + color:#062c33 +} +.alert-warning{ + color:#856404; + background-color:#fff3cd; + border-color:#ffeeba +} +.alert-warning hr{ + border-top-color:#ffe8a1 +} +.alert-warning .alert-link{ + color:#533f03 +} +.alert-danger{ + color:#721c24; + background-color:#f8d7da; + border-color:#f5c6cb +} +.alert-danger hr{ + border-top-color:#f1b0b7 +} +.alert-danger .alert-link{ + color:#491217 +} +.alert-light{ + color:#818182; + background-color:#fefefe; + border-color:#fdfdfe +} +.alert-light hr{ + border-top-color:#ececf6 +} +.alert-light .alert-link{ + color:#686868 +} +.alert-dark{ + color:#1b1e21; + background-color:#d6d8d9; + border-color:#c6c8ca +} +.alert-dark hr{ + border-top-color:#b9bbbe +} +.alert-dark .alert-link{ + color:#040505 +} +@-webkit-keyframes progress-bar-stripes{ + from{ + background-position:1rem 0 + } + to{ + background-position:0 0 + } +} +@keyframes progress-bar-stripes{ + from{ + background-position:1rem 0 + } + to{ + background-position:0 0 + } +} +.progress{ + display:flex; + height:1rem; + overflow:hidden; + line-height:0; + font-size:.75rem; + background-color:#e9ecef; + border-radius:.25rem +} +.progress-bar{ + display:flex; + flex-direction:column; + justify-content:center; + overflow:hidden; + color:#fff; + text-align:center; + white-space:nowrap; + background-color:#007bff; + transition:width .6s ease +} +@media (prefers-reduced-motion:reduce){ + .progress-bar{ + transition:none + } +} +.progress-bar-striped{ + background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); + background-size:1rem 1rem +} +.progress-bar-animated{ + -webkit-animation:1s linear infinite progress-bar-stripes; + animation:1s linear infinite progress-bar-stripes +} +@media (prefers-reduced-motion:reduce){ + .progress-bar-animated{ + -webkit-animation:none; + animation:none + } +} +.media{ + display:flex; + align-items:flex-start +} +.media-body{ + flex:1 +} +.list-group{ + display:flex; + flex-direction:column; + padding-left:0; + margin-bottom:0; + border-radius:.25rem +} +.list-group-item-action{ + width:100%; + color:#dee2e6; + text-align:inherit +} +.list-group-item-action:focus,.list-group-item-action:hover{ + z-index:1; + color:#dee2e6; + text-decoration:none; + background-color:#212529 +} +.list-group-item-action:active{ + color:#d3d3d3; + background-color:#343a40 +} +.list-group-item{ + position:relative; + display:block; + padding:.75rem 1.25rem; + background-color:rgba(25,29,33,.05); + border:1px solid rgba(255,255,255,.125) +} +.list-group-item:first-child{ + border-top-left-radius:inherit; + border-top-right-radius:inherit +} +.list-group-item:last-child{ + border-bottom-right-radius:inherit; + border-bottom-left-radius:inherit +} +.list-group-item.disabled,.list-group-item:disabled{ + color:#ced4da; + pointer-events:none; + background-color:rgba(25,29,33,.05) +} +.list-group-item.active{ + z-index:2; + color:#000; + background-color:#3395ff; + border-color:#3395ff +} +.list-group-item+.list-group-item{ + border-top-width:0 +} +.list-group-item+.list-group-item.active{ + margin-top:-1px; + border-top-width:1px +} +.list-group-horizontal{ + flex-direction:row +} +.list-group-horizontal>.list-group-item:first-child{ + border-bottom-left-radius:.25rem; + border-top-right-radius:0 +} +.list-group-horizontal>.list-group-item:last-child{ + border-top-right-radius:.25rem; + border-bottom-left-radius:0 +} +.list-group-horizontal>.list-group-item.active{ + margin-top:0 +} +.list-group-horizontal>.list-group-item+.list-group-item{ + border-top-width:1px; + border-left-width:0 +} +.list-group-horizontal>.list-group-item+.list-group-item.active{ + margin-left:-1px; + border-left-width:1px +} +@media (min-width:576px){ + .list-group-horizontal-sm{ + flex-direction:row + } + .list-group-horizontal-sm>.list-group-item:first-child{ + border-bottom-left-radius:.25rem; + border-top-right-radius:0 + } + .list-group-horizontal-sm>.list-group-item:last-child{ + border-top-right-radius:.25rem; + border-bottom-left-radius:0 + } + .list-group-horizontal-sm>.list-group-item.active{ + margin-top:0 + } + .list-group-horizontal-sm>.list-group-item+.list-group-item{ + border-top-width:1px; + border-left-width:0 + } + .list-group-horizontal-sm>.list-group-item+.list-group-item.active{ + margin-left:-1px; + border-left-width:1px + } +} +@media (min-width:768px){ + .list-group-horizontal-md{ + flex-direction:row + } + .list-group-horizontal-md>.list-group-item:first-child{ + border-bottom-left-radius:.25rem; + border-top-right-radius:0 + } + .list-group-horizontal-md>.list-group-item:last-child{ + border-top-right-radius:.25rem; + border-bottom-left-radius:0 + } + .list-group-horizontal-md>.list-group-item.active{ + margin-top:0 + } + .list-group-horizontal-md>.list-group-item+.list-group-item{ + border-top-width:1px; + border-left-width:0 + } + .list-group-horizontal-md>.list-group-item+.list-group-item.active{ + margin-left:-1px; + border-left-width:1px + } +} +@media (min-width:992px){ + .list-group-horizontal-lg{ + flex-direction:row + } + .list-group-horizontal-lg>.list-group-item:first-child{ + border-bottom-left-radius:.25rem; + border-top-right-radius:0 + } + .list-group-horizontal-lg>.list-group-item:last-child{ + border-top-right-radius:.25rem; + border-bottom-left-radius:0 + } + .list-group-horizontal-lg>.list-group-item.active{ + margin-top:0 + } + .list-group-horizontal-lg>.list-group-item+.list-group-item{ + border-top-width:1px; + border-left-width:0 + } + .list-group-horizontal-lg>.list-group-item+.list-group-item.active{ + margin-left:-1px; + border-left-width:1px + } +} +@media (min-width:1200px){ + .list-group-horizontal-xl{ + flex-direction:row + } + .list-group-horizontal-xl>.list-group-item:first-child{ + border-bottom-left-radius:.25rem; + border-top-right-radius:0 + } + .list-group-horizontal-xl>.list-group-item:last-child{ + border-top-right-radius:.25rem; + border-bottom-left-radius:0 + } + .list-group-horizontal-xl>.list-group-item.active{ + margin-top:0 + } + .list-group-horizontal-xl>.list-group-item+.list-group-item{ + border-top-width:1px; + border-left-width:0 + } + .list-group-horizontal-xl>.list-group-item+.list-group-item.active{ + margin-left:-1px; + border-left-width:1px + } +} +.list-group-flush{ + border-radius:0 +} +.list-group-flush>.list-group-item{ + border-width:0 0 1px +} +.list-group-flush>.list-group-item:last-child{ + border-bottom-width:0 +} +.list-group-item-primary{ + color:#004085; + background-color:#b8daff +} +.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{ + color:#004085; + background-color:#9fcdff +} +.list-group-item-primary.list-group-item-action.active{ + color:#fff; + background-color:#004085; + border-color:#004085 +} +.list-group-item-secondary{ + color:#383d41; + background-color:#d6d8db +} +.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{ + color:#383d41; + background-color:#c8cbcf +} +.list-group-item-secondary.list-group-item-action.active{ + color:#fff; + background-color:#383d41; + border-color:#383d41 +} +.list-group-item-success{ + color:#155724; + background-color:#c3e6cb +} +.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{ + color:#155724; + background-color:#b1dfbb +} +.list-group-item-success.list-group-item-action.active{ + color:#fff; + background-color:#155724; + border-color:#155724 +} +.list-group-item-info{ + color:#0c5460; + background-color:#bee5eb +} +.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{ + color:#0c5460; + background-color:#abdde5 +} +.list-group-item-info.list-group-item-action.active{ + color:#fff; + background-color:#0c5460; + border-color:#0c5460 +} +.list-group-item-warning{ + color:#856404; + background-color:#ffeeba +} +.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{ + color:#856404; + background-color:#ffe8a1 +} +.list-group-item-warning.list-group-item-action.active{ + color:#fff; + background-color:#856404; + border-color:#856404 +} +.list-group-item-danger{ + color:#721c24; + background-color:#f5c6cb +} +.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{ + color:#721c24; + background-color:#f1b0b7 +} +.list-group-item-danger.list-group-item-action.active{ + color:#fff; + background-color:#721c24; + border-color:#721c24 +} +.list-group-item-light{ + color:#818182; + background-color:#fdfdfe +} +.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{ + color:#818182; + background-color:#ececf6 +} +.list-group-item-light.list-group-item-action.active{ + color:#fff; + background-color:#818182; + border-color:#818182 +} +.list-group-item-dark{ + color:#1b1e21; + background-color:#c6c8ca +} +.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{ + color:#1b1e21; + background-color:#b9bbbe +} +.list-group-item-dark.list-group-item-action.active{ + color:#fff; + background-color:#1b1e21; + border-color:#1b1e21 +} +.close{ + float:right; + font-size:1.5rem; + font-weight:700; + line-height:1; + color:#fff; + text-shadow:0 1px 0 #000; + opacity:.5 +} +.close:hover{ + color:#fff; + text-decoration:none +} +.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{ + opacity:.75 +} +button.close{ + padding:0; + background-color:transparent; + border:0 +} +a.close.disabled{ + pointer-events:none +} +.toast{ + flex-basis:350px; + max-width:350px; + font-size:.875rem; + background-color:rgba(0,0,0,.85); + background-clip:padding-box; + border:1px solid rgba(255,255,255,.1); + box-shadow:0 .25rem .75rem rgba(255,255,255,.1); + opacity:0; + border-radius:.25rem +} +.toast:not(:last-child){ + margin-bottom:.75rem +} +.toast.showing{ + opacity:1 +} +.toast.show{ + display:block; + opacity:1 +} +.toast.hide{ + display:none +} +.toast-header{ + display:flex; + align-items:center; + padding:.25rem .75rem; + color:#ced4da; + background-color:rgba(0,0,0,.85); + background-clip:padding-box; + border-bottom:1px solid rgba(255,255,255,.05); + border-top-left-radius:calc(.25rem - 1px); + border-top-right-radius:calc(.25rem - 1px) +} +.toast-body{ + padding:.75rem +} +.modal-open{ + overflow:hidden +} +.modal-open .modal{ + overflow-x:hidden; + overflow-y:auto +} +.modal{ + position:fixed; + top:0; + left:0; + z-index:1050; + display:none; + width:100%; + height:100%; + overflow:hidden; + outline:0 +} +.modal-dialog{ + position:relative; + width:auto; + margin:.5rem; + pointer-events:none +} +.modal.fade .modal-dialog{ + transition:transform .3s ease-out; + transform:translate(0,-50px) +} +@media (prefers-reduced-motion:reduce){ + .modal.fade .modal-dialog{ + transition:none + } +} +.modal.show .modal-dialog{ + transform:none +} +.modal.modal-static .modal-dialog{ + transform:scale(1.02) +} +.modal-dialog-scrollable{ + display:flex; + max-height:calc(100% - 1rem) +} +.modal-dialog-scrollable .modal-content{ + max-height:calc(100vh - 1rem); + overflow:hidden +} +.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{ + flex-shrink:0 +} +.modal-dialog-scrollable .modal-body{ + overflow-y:auto +} +.modal-dialog-centered{ + display:flex; + align-items:center; + min-height:calc(100% - 1rem) +} +.modal-dialog-centered::before{ + display:block; + height:calc(100vh - 1rem); + height:-webkit-min-content; + height:-moz-min-content; + height:min-content; + content:"" +} +.modal-dialog-centered.modal-dialog-scrollable{ + flex-direction:column; + justify-content:center; + height:100% +} +.modal-dialog-centered.modal-dialog-scrollable .modal-content{ + max-height:none +} +.modal-dialog-centered.modal-dialog-scrollable::before{ + content:none +} +.modal-content{ + position:relative; + display:flex; + flex-direction:column; + width:100%; + pointer-events:auto; + background-color:#191d21; + background-clip:padding-box; + border:1px solid rgba(255,255,255,.2); + border-radius:.3rem; + outline:0 +} +.modal-backdrop{ + position:fixed; + top:0; + left:0; + z-index:1040; + width:100vw; + height:100vh; + background-color:#000 +} +.modal-backdrop.fade{ + opacity:0 +} +.modal-backdrop.show{ + opacity:.5 +} +.modal-header{ + display:flex; + align-items:flex-start; + justify-content:space-between; + padding:1rem 1rem; + border-bottom:1px solid #343a40; + border-top-left-radius:calc(.3rem - 1px); + border-top-right-radius:calc(.3rem - 1px) +} +.modal-header .close{ + padding:1rem 1rem; + margin:-1rem -1rem -1rem auto +} +.modal-title{ + margin-bottom:0; + line-height:1.5 +} +.modal-body{ + position:relative; + flex:1 1 auto; + padding:1rem +} +.modal-footer{ + display:flex; + flex-wrap:wrap; + align-items:center; + justify-content:flex-end; + padding:.75rem; + border-top:1px solid #343a40; + border-bottom-right-radius:calc(.3rem - 1px); + border-bottom-left-radius:calc(.3rem - 1px) +} +.modal-footer>*{ + margin:.25rem +} +.modal-scrollbar-measure{ + position:absolute; + top:-9999px; + width:50px; + height:50px; + overflow:scroll +} +@media (min-width:576px){ + .modal-dialog{ + max-width:500px; + margin:1.75rem auto + } + .modal-dialog-scrollable{ + max-height:calc(100% - 3.5rem) + } + .modal-dialog-scrollable .modal-content{ + max-height:calc(100vh - 3.5rem) + } + .modal-dialog-centered{ + min-height:calc(100% - 3.5rem) + } + .modal-dialog-centered::before{ + height:calc(100vh - 3.5rem); + height:-webkit-min-content; + height:-moz-min-content; + height:min-content + } + .modal-sm{ + max-width:300px + } +} +@media (min-width:992px){ + .modal-lg,.modal-xl{ + max-width:800px + } +} +@media (min-width:1200px){ + .modal-xl{ + max-width:1140px + } +} +.tooltip{ + position:absolute; + z-index:1070; + display:block; + margin:0; + font-style:normal; + font-weight:400; + line-height:1.5; + text-align:left; + text-align:start; + text-decoration:none; + text-shadow:none; + text-transform:none; + letter-spacing:normal; + word-break:normal; + word-spacing:normal; + white-space:normal; + line-break:auto; + font-size:.875rem; + word-wrap:break-word; + opacity:0 +} +.tooltip.show{ + opacity:.9 +} +.tooltip .arrow{ + position:absolute; + display:block; + width:.8rem; + height:.4rem +} +.tooltip .arrow::before{ + position:absolute; + content:""; + border-color:transparent; + border-style:solid +} +.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{ + padding:.4rem 0 +} +.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{ + bottom:0 +} +.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{ + top:0; + border-width:.4rem .4rem 0; + border-top-color:#000 +} +.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{ + padding:0 .4rem +} +.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{ + left:0; + width:.4rem; + height:.8rem +} +.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{ + right:0; + border-width:.4rem .4rem .4rem 0; + border-right-color:#000 +} +.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{ + padding:.4rem 0 +} +.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{ + top:0 +} +.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{ + bottom:0; + border-width:0 .4rem .4rem; + border-bottom-color:#000 +} +.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{ + padding:0 .4rem +} +.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{ + right:0; + width:.4rem; + height:.8rem +} +.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{ + left:0; + border-width:.4rem 0 .4rem .4rem; + border-left-color:#000 +} +.tooltip-inner{ + max-width:200px; + padding:.25rem .5rem; + color:#fff; + text-align:center; + background-color:#000; + border-radius:.25rem +} +.popover{ + position:absolute; + top:0; + left:0; + z-index:1060; + display:block; + max-width:276px; + font-style:normal; + font-weight:400; + line-height:1.5; + text-align:left; + text-align:start; + text-decoration:none; + text-shadow:none; + text-transform:none; + letter-spacing:normal; + word-break:normal; + word-spacing:normal; + white-space:normal; + line-break:auto; + font-size:.875rem; + word-wrap:break-word; + background-color:#fff; + background-clip:padding-box; + border:1px solid rgba(0,0,0,.2); + border-radius:.3rem +} +.popover .arrow{ + position:absolute; + display:block; + width:1rem; + height:.5rem; + margin:0 .3rem +} +.popover .arrow::after,.popover .arrow::before{ + position:absolute; + display:block; + content:""; + border-color:transparent; + border-style:solid +} +.bs-popover-auto[x-placement^=top],.bs-popover-top{ + margin-bottom:.5rem +} +.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{ + bottom:calc(-.5rem - 1px) +} +.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{ + bottom:0; + border-width:.5rem .5rem 0; + border-top-color:rgba(0,0,0,.25) +} +.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{ + bottom:1px; + border-width:.5rem .5rem 0; + border-top-color:#fff +} +.bs-popover-auto[x-placement^=right],.bs-popover-right{ + margin-left:.5rem +} +.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{ + left:calc(-.5rem - 1px); + width:.5rem; + height:1rem; + margin:.3rem 0 +} +.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{ + left:0; + border-width:.5rem .5rem .5rem 0; + border-right-color:rgba(0,0,0,.25) +} +.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{ + left:1px; + border-width:.5rem .5rem .5rem 0; + border-right-color:#fff +} +.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{ + margin-top:.5rem +} +.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{ + top:calc(-.5rem - 1px) +} +.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{ + top:0; + border-width:0 .5rem .5rem .5rem; + border-bottom-color:rgba(0,0,0,.25) +} +.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{ + top:1px; + border-width:0 .5rem .5rem .5rem; + border-bottom-color:#fff +} +.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{ + position:absolute; + top:0; + left:50%; + display:block; + width:1rem; + margin-left:-.5rem; + content:""; + border-bottom:1px solid #f7f7f7 +} +.bs-popover-auto[x-placement^=left],.bs-popover-left{ + margin-right:.5rem +} +.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{ + right:calc(-.5rem - 1px); + width:.5rem; + height:1rem; + margin:.3rem 0 +} +.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{ + right:0; + border-width:.5rem 0 .5rem .5rem; + border-left-color:rgba(0,0,0,.25) +} +.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{ + right:1px; + border-width:.5rem 0 .5rem .5rem; + border-left-color:#fff +} +.popover-header{ + padding:.5rem .75rem; + margin-bottom:0; + font-size:1rem; + background-color:#f7f7f7; + border-bottom:1px solid #ebebeb; + border-top-left-radius:calc(.3rem - 1px); + border-top-right-radius:calc(.3rem - 1px) +} +.popover-header:empty{ + display:none +} +.popover-body{ + padding:.5rem .75rem; + color:#212529 +} +.carousel{ + position:relative +} +.carousel.pointer-event{ + touch-action:pan-y +} +.carousel-inner{ + position:relative; + width:100%; + overflow:hidden +} +.carousel-inner::after{ + display:block; + clear:both; + content:"" +} +.carousel-item{ + position:relative; + display:none; + float:left; + width:100%; + margin-right:-100%; + -webkit-backface-visibility:hidden; + backface-visibility:hidden; + transition:transform .6s ease-in-out +} +@media (prefers-reduced-motion:reduce){ + .carousel-item{ + transition:none + } +} +.carousel-item-next,.carousel-item-prev,.carousel-item.active{ + display:block +} +.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){ + transform:translateX(100%) +} +.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){ + transform:translateX(-100%) +} +.carousel-fade .carousel-item{ + opacity:0; + transition-property:opacity; + transform:none +} +.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{ + z-index:1; + opacity:1 +} +.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{ + z-index:0; + opacity:0; + transition:opacity 0s .6s +} +@media (prefers-reduced-motion:reduce){ + .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{ + transition:none + } +} +.carousel-control-next,.carousel-control-prev{ + position:absolute; + top:0; + bottom:0; + z-index:1; + display:flex; + align-items:center; + justify-content:center; + width:15%; + color:#fff; + text-align:center; + opacity:.5; + transition:opacity .15s ease +} +@media (prefers-reduced-motion:reduce){ + .carousel-control-next,.carousel-control-prev{ + transition:none + } +} +.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{ + color:#fff; + text-decoration:none; + outline:0; + opacity:.9 +} +.carousel-control-prev{ + left:0 +} +.carousel-control-next{ + right:0 +} +.carousel-control-next-icon,.carousel-control-prev-icon{ + display:inline-block; + width:20px; + height:20px; + background:50%/100% 100% no-repeat +} +.carousel-control-prev-icon{ + background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") +} +.carousel-control-next-icon{ + background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") +} +.carousel-indicators{ + position:absolute; + right:0; + bottom:0; + left:0; + z-index:15; + display:flex; + justify-content:center; + padding-left:0; + margin-right:15%; + margin-left:15%; + list-style:none +} +.carousel-indicators li{ + box-sizing:content-box; + flex:0 1 auto; + width:30px; + height:3px; + margin-right:3px; + margin-left:3px; + text-indent:-999px; + cursor:pointer; + background-color:#fff; + background-clip:padding-box; + border-top:10px solid transparent; + border-bottom:10px solid transparent; + opacity:.5; + transition:opacity .6s ease +} +@media (prefers-reduced-motion:reduce){ + .carousel-indicators li{ + transition:none + } +} +.carousel-indicators .active{ + opacity:1 +} +.carousel-caption{ + position:absolute; + right:15%; + bottom:20px; + left:15%; + z-index:10; + padding-top:20px; + padding-bottom:20px; + color:#fff; + text-align:center +} +@-webkit-keyframes spinner-border{ + to{ + transform:rotate(360deg) + } +} +@keyframes spinner-border{ + to{ + transform:rotate(360deg) + } +} +.spinner-border{ + display:inline-block; + width:2rem; + height:2rem; + vertical-align:text-bottom; + border:.25em solid currentColor; + border-right-color:transparent; + border-radius:50%; + -webkit-animation:.75s linear infinite spinner-border; + animation:.75s linear infinite spinner-border +} +.spinner-border-sm{ + width:1rem; + height:1rem; + border-width:.2em +} +@-webkit-keyframes spinner-grow{ + 0%{ + transform:scale(0) + } + 50%{ + opacity:1; + transform:none + } +} +@keyframes spinner-grow{ + 0%{ + transform:scale(0) + } + 50%{ + opacity:1; + transform:none + } +} +.spinner-grow{ + display:inline-block; + width:2rem; + height:2rem; + vertical-align:text-bottom; + background-color:currentColor; + border-radius:50%; + opacity:0; + -webkit-animation:.75s linear infinite spinner-grow; + animation:.75s linear infinite spinner-grow +} +.spinner-grow-sm{ + width:1rem; + height:1rem +} +@media (prefers-reduced-motion:reduce){ + .spinner-border,.spinner-grow{ + -webkit-animation-duration:1.5s; + animation-duration:1.5s + } +} +.align-baseline{ + vertical-align:baseline!important +} +.align-top{ + vertical-align:top!important +} +.align-middle{ + vertical-align:middle!important +} +.align-bottom{ + vertical-align:bottom!important +} +.align-text-bottom{ + vertical-align:text-bottom!important +} +.align-text-top{ + vertical-align:text-top!important +} +.bg-primary{ + background-color:#007bff!important +} +a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{ + background-color:#0062cc!important +} +.bg-secondary{ + background-color:#6c757d!important +} +a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{ + background-color:#545b62!important +} +.bg-success{ + background-color:#28a745!important +} +a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{ + background-color:#1e7e34!important +} +.bg-info{ + background-color:#17a2b8!important +} +a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{ + background-color:#117a8b!important +} +.bg-warning{ + background-color:#ffc107!important +} +a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{ + background-color:#d39e00!important +} +.bg-danger{ + background-color:#dc3545!important +} +a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{ + background-color:#bd2130!important +} +.bg-light{ + background-color:#f8f9fa!important +} +a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{ + background-color:#dae0e5!important +} +.bg-dark{ + background-color:#343a40!important +} +a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{ + background-color:#1d2124!important +} +.bg-white{ + background-color:#fff!important +} +.bg-transparent{ + background-color:transparent!important +} +.border{ + border:1px solid #343a40!important +} +.border-top{ + border-top:1px solid #343a40!important +} +.border-right{ + border-right:1px solid #343a40!important +} +.border-bottom{ + border-bottom:1px solid #343a40!important +} +.border-left{ + border-left:1px solid #343a40!important +} +.border-0{ + border:0!important +} +.border-top-0{ + border-top:0!important +} +.border-right-0{ + border-right:0!important +} +.border-bottom-0{ + border-bottom:0!important +} +.border-left-0{ + border-left:0!important +} +.border-primary{ + border-color:#007bff!important +} +.border-secondary{ + border-color:#6c757d!important +} +.border-success{ + border-color:#28a745!important +} +.border-info{ + border-color:#17a2b8!important +} +.border-warning{ + border-color:#ffc107!important +} +.border-danger{ + border-color:#dc3545!important +} +.border-light{ + border-color:#f8f9fa!important +} +.border-dark{ + border-color:#343a40!important +} +.border-white{ + border-color:#fff!important +} +.rounded-sm{ + border-radius:.2rem!important +} +.rounded{ + border-radius:.25rem!important +} +.rounded-top{ + border-top-left-radius:.25rem!important; + border-top-right-radius:.25rem!important +} +.rounded-right{ + border-top-right-radius:.25rem!important; + border-bottom-right-radius:.25rem!important +} +.rounded-bottom{ + border-bottom-right-radius:.25rem!important; + border-bottom-left-radius:.25rem!important +} +.rounded-left{ + border-top-left-radius:.25rem!important; + border-bottom-left-radius:.25rem!important +} +.rounded-lg{ + border-radius:.3rem!important +} +.rounded-circle{ + border-radius:50%!important +} +.rounded-pill{ + border-radius:50rem!important +} +.rounded-0{ + border-radius:0!important +} +.clearfix::after{ + display:block; + clear:both; + content:"" +} +.d-none{ + display:none!important +} +.d-inline{ + display:inline!important +} +.d-inline-block{ + display:inline-block!important +} +.d-block{ + display:block!important +} +.d-table{ + display:table!important +} +.d-table-row{ + display:table-row!important +} +.d-table-cell{ + display:table-cell!important +} +.d-flex{ + display:flex!important +} +.d-inline-flex{ + display:inline-flex!important +} +@media (min-width:576px){ + .d-sm-none{ + display:none!important + } + .d-sm-inline{ + display:inline!important + } + .d-sm-inline-block{ + display:inline-block!important + } + .d-sm-block{ + display:block!important + } + .d-sm-table{ + display:table!important + } + .d-sm-table-row{ + display:table-row!important + } + .d-sm-table-cell{ + display:table-cell!important + } + .d-sm-flex{ + display:flex!important + } + .d-sm-inline-flex{ + display:inline-flex!important + } +} +@media (min-width:768px){ + .d-md-none{ + display:none!important + } + .d-md-inline{ + display:inline!important + } + .d-md-inline-block{ + display:inline-block!important + } + .d-md-block{ + display:block!important + } + .d-md-table{ + display:table!important + } + .d-md-table-row{ + display:table-row!important + } + .d-md-table-cell{ + display:table-cell!important + } + .d-md-flex{ + display:flex!important + } + .d-md-inline-flex{ + display:inline-flex!important + } +} +@media (min-width:992px){ + .d-lg-none{ + display:none!important + } + .d-lg-inline{ + display:inline!important + } + .d-lg-inline-block{ + display:inline-block!important + } + .d-lg-block{ + display:block!important + } + .d-lg-table{ + display:table!important + } + .d-lg-table-row{ + display:table-row!important + } + .d-lg-table-cell{ + display:table-cell!important + } + .d-lg-flex{ + display:flex!important + } + .d-lg-inline-flex{ + display:inline-flex!important + } +} +@media (min-width:1200px){ + .d-xl-none{ + display:none!important + } + .d-xl-inline{ + display:inline!important + } + .d-xl-inline-block{ + display:inline-block!important + } + .d-xl-block{ + display:block!important + } + .d-xl-table{ + display:table!important + } + .d-xl-table-row{ + display:table-row!important + } + .d-xl-table-cell{ + display:table-cell!important + } + .d-xl-flex{ + display:flex!important + } + .d-xl-inline-flex{ + display:inline-flex!important + } +} +@media print{ + .d-print-none{ + display:none!important + } + .d-print-inline{ + display:inline!important + } + .d-print-inline-block{ + display:inline-block!important + } + .d-print-block{ + display:block!important + } + .d-print-table{ + display:table!important + } + .d-print-table-row{ + display:table-row!important + } + .d-print-table-cell{ + display:table-cell!important + } + .d-print-flex{ + display:flex!important + } + .d-print-inline-flex{ + display:inline-flex!important + } +} +.embed-responsive{ + position:relative; + display:block; + width:100%; + padding:0; + overflow:hidden +} +.embed-responsive::before{ + display:block; + content:"" +} +.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{ + position:absolute; + top:0; + bottom:0; + left:0; + width:100%; + height:100%; + border:0 +} +.embed-responsive-21by9::before{ + padding-top:42.85714% +} +.embed-responsive-16by9::before{ + padding-top:56.25% +} +.embed-responsive-4by3::before{ + padding-top:75% +} +.embed-responsive-1by1::before{ + padding-top:100% +} +.flex-row{ + flex-direction:row!important +} +.flex-column{ + flex-direction:column!important +} +.flex-row-reverse{ + flex-direction:row-reverse!important +} +.flex-column-reverse{ + flex-direction:column-reverse!important +} +.flex-wrap{ + flex-wrap:wrap!important +} +.flex-nowrap{ + flex-wrap:nowrap!important +} +.flex-wrap-reverse{ + flex-wrap:wrap-reverse!important +} +.flex-fill{ + flex:1 1 auto!important +} +.flex-grow-0{ + flex-grow:0!important +} +.flex-grow-1{ + flex-grow:1!important +} +.flex-shrink-0{ + flex-shrink:0!important +} +.flex-shrink-1{ + flex-shrink:1!important +} +.justify-content-start{ + justify-content:flex-start!important +} +.justify-content-end{ + justify-content:flex-end!important +} +.justify-content-center{ + justify-content:center!important +} +.justify-content-between{ + justify-content:space-between!important +} +.justify-content-around{ + justify-content:space-around!important +} +.align-items-start{ + align-items:flex-start!important +} +.align-items-end{ + align-items:flex-end!important +} +.align-items-center{ + align-items:center!important +} +.align-items-baseline{ + align-items:baseline!important +} +.align-items-stretch{ + align-items:stretch!important +} +.align-content-start{ + align-content:flex-start!important +} +.align-content-end{ + align-content:flex-end!important +} +.align-content-center{ + align-content:center!important +} +.align-content-between{ + align-content:space-between!important +} +.align-content-around{ + align-content:space-around!important +} +.align-content-stretch{ + align-content:stretch!important +} +.align-self-auto{ + align-self:auto!important +} +.align-self-start{ + align-self:flex-start!important +} +.align-self-end{ + align-self:flex-end!important +} +.align-self-center{ + align-self:center!important +} +.align-self-baseline{ + align-self:baseline!important +} +.align-self-stretch{ + align-self:stretch!important +} +@media (min-width:576px){ + .flex-sm-row{ + flex-direction:row!important + } + .flex-sm-column{ + flex-direction:column!important + } + .flex-sm-row-reverse{ + flex-direction:row-reverse!important + } + .flex-sm-column-reverse{ + flex-direction:column-reverse!important + } + .flex-sm-wrap{ + flex-wrap:wrap!important + } + .flex-sm-nowrap{ + flex-wrap:nowrap!important + } + .flex-sm-wrap-reverse{ + flex-wrap:wrap-reverse!important + } + .flex-sm-fill{ + flex:1 1 auto!important + } + .flex-sm-grow-0{ + flex-grow:0!important + } + .flex-sm-grow-1{ + flex-grow:1!important + } + .flex-sm-shrink-0{ + flex-shrink:0!important + } + .flex-sm-shrink-1{ + flex-shrink:1!important + } + .justify-content-sm-start{ + justify-content:flex-start!important + } + .justify-content-sm-end{ + justify-content:flex-end!important + } + .justify-content-sm-center{ + justify-content:center!important + } + .justify-content-sm-between{ + justify-content:space-between!important + } + .justify-content-sm-around{ + justify-content:space-around!important + } + .align-items-sm-start{ + align-items:flex-start!important + } + .align-items-sm-end{ + align-items:flex-end!important + } + .align-items-sm-center{ + align-items:center!important + } + .align-items-sm-baseline{ + align-items:baseline!important + } + .align-items-sm-stretch{ + align-items:stretch!important + } + .align-content-sm-start{ + align-content:flex-start!important + } + .align-content-sm-end{ + align-content:flex-end!important + } + .align-content-sm-center{ + align-content:center!important + } + .align-content-sm-between{ + align-content:space-between!important + } + .align-content-sm-around{ + align-content:space-around!important + } + .align-content-sm-stretch{ + align-content:stretch!important + } + .align-self-sm-auto{ + align-self:auto!important + } + .align-self-sm-start{ + align-self:flex-start!important + } + .align-self-sm-end{ + align-self:flex-end!important + } + .align-self-sm-center{ + align-self:center!important + } + .align-self-sm-baseline{ + align-self:baseline!important + } + .align-self-sm-stretch{ + align-self:stretch!important + } +} +@media (min-width:768px){ + .flex-md-row{ + flex-direction:row!important + } + .flex-md-column{ + flex-direction:column!important + } + .flex-md-row-reverse{ + flex-direction:row-reverse!important + } + .flex-md-column-reverse{ + flex-direction:column-reverse!important + } + .flex-md-wrap{ + flex-wrap:wrap!important + } + .flex-md-nowrap{ + flex-wrap:nowrap!important + } + .flex-md-wrap-reverse{ + flex-wrap:wrap-reverse!important + } + .flex-md-fill{ + flex:1 1 auto!important + } + .flex-md-grow-0{ + flex-grow:0!important + } + .flex-md-grow-1{ + flex-grow:1!important + } + .flex-md-shrink-0{ + flex-shrink:0!important + } + .flex-md-shrink-1{ + flex-shrink:1!important + } + .justify-content-md-start{ + justify-content:flex-start!important + } + .justify-content-md-end{ + justify-content:flex-end!important + } + .justify-content-md-center{ + justify-content:center!important + } + .justify-content-md-between{ + justify-content:space-between!important + } + .justify-content-md-around{ + justify-content:space-around!important + } + .align-items-md-start{ + align-items:flex-start!important + } + .align-items-md-end{ + align-items:flex-end!important + } + .align-items-md-center{ + align-items:center!important + } + .align-items-md-baseline{ + align-items:baseline!important + } + .align-items-md-stretch{ + align-items:stretch!important + } + .align-content-md-start{ + align-content:flex-start!important + } + .align-content-md-end{ + align-content:flex-end!important + } + .align-content-md-center{ + align-content:center!important + } + .align-content-md-between{ + align-content:space-between!important + } + .align-content-md-around{ + align-content:space-around!important + } + .align-content-md-stretch{ + align-content:stretch!important + } + .align-self-md-auto{ + align-self:auto!important + } + .align-self-md-start{ + align-self:flex-start!important + } + .align-self-md-end{ + align-self:flex-end!important + } + .align-self-md-center{ + align-self:center!important + } + .align-self-md-baseline{ + align-self:baseline!important + } + .align-self-md-stretch{ + align-self:stretch!important + } +} +@media (min-width:992px){ + .flex-lg-row{ + flex-direction:row!important + } + .flex-lg-column{ + flex-direction:column!important + } + .flex-lg-row-reverse{ + flex-direction:row-reverse!important + } + .flex-lg-column-reverse{ + flex-direction:column-reverse!important + } + .flex-lg-wrap{ + flex-wrap:wrap!important + } + .flex-lg-nowrap{ + flex-wrap:nowrap!important + } + .flex-lg-wrap-reverse{ + flex-wrap:wrap-reverse!important + } + .flex-lg-fill{ + flex:1 1 auto!important + } + .flex-lg-grow-0{ + flex-grow:0!important + } + .flex-lg-grow-1{ + flex-grow:1!important + } + .flex-lg-shrink-0{ + flex-shrink:0!important + } + .flex-lg-shrink-1{ + flex-shrink:1!important + } + .justify-content-lg-start{ + justify-content:flex-start!important + } + .justify-content-lg-end{ + justify-content:flex-end!important + } + .justify-content-lg-center{ + justify-content:center!important + } + .justify-content-lg-between{ + justify-content:space-between!important + } + .justify-content-lg-around{ + justify-content:space-around!important + } + .align-items-lg-start{ + align-items:flex-start!important + } + .align-items-lg-end{ + align-items:flex-end!important + } + .align-items-lg-center{ + align-items:center!important + } + .align-items-lg-baseline{ + align-items:baseline!important + } + .align-items-lg-stretch{ + align-items:stretch!important + } + .align-content-lg-start{ + align-content:flex-start!important + } + .align-content-lg-end{ + align-content:flex-end!important + } + .align-content-lg-center{ + align-content:center!important + } + .align-content-lg-between{ + align-content:space-between!important + } + .align-content-lg-around{ + align-content:space-around!important + } + .align-content-lg-stretch{ + align-content:stretch!important + } + .align-self-lg-auto{ + align-self:auto!important + } + .align-self-lg-start{ + align-self:flex-start!important + } + .align-self-lg-end{ + align-self:flex-end!important + } + .align-self-lg-center{ + align-self:center!important + } + .align-self-lg-baseline{ + align-self:baseline!important + } + .align-self-lg-stretch{ + align-self:stretch!important + } +} +@media (min-width:1200px){ + .flex-xl-row{ + flex-direction:row!important + } + .flex-xl-column{ + flex-direction:column!important + } + .flex-xl-row-reverse{ + flex-direction:row-reverse!important + } + .flex-xl-column-reverse{ + flex-direction:column-reverse!important + } + .flex-xl-wrap{ + flex-wrap:wrap!important + } + .flex-xl-nowrap{ + flex-wrap:nowrap!important + } + .flex-xl-wrap-reverse{ + flex-wrap:wrap-reverse!important + } + .flex-xl-fill{ + flex:1 1 auto!important + } + .flex-xl-grow-0{ + flex-grow:0!important + } + .flex-xl-grow-1{ + flex-grow:1!important + } + .flex-xl-shrink-0{ + flex-shrink:0!important + } + .flex-xl-shrink-1{ + flex-shrink:1!important + } + .justify-content-xl-start{ + justify-content:flex-start!important + } + .justify-content-xl-end{ + justify-content:flex-end!important + } + .justify-content-xl-center{ + justify-content:center!important + } + .justify-content-xl-between{ + justify-content:space-between!important + } + .justify-content-xl-around{ + justify-content:space-around!important + } + .align-items-xl-start{ + align-items:flex-start!important + } + .align-items-xl-end{ + align-items:flex-end!important + } + .align-items-xl-center{ + align-items:center!important + } + .align-items-xl-baseline{ + align-items:baseline!important + } + .align-items-xl-stretch{ + align-items:stretch!important + } + .align-content-xl-start{ + align-content:flex-start!important + } + .align-content-xl-end{ + align-content:flex-end!important + } + .align-content-xl-center{ + align-content:center!important + } + .align-content-xl-between{ + align-content:space-between!important + } + .align-content-xl-around{ + align-content:space-around!important + } + .align-content-xl-stretch{ + align-content:stretch!important + } + .align-self-xl-auto{ + align-self:auto!important + } + .align-self-xl-start{ + align-self:flex-start!important + } + .align-self-xl-end{ + align-self:flex-end!important + } + .align-self-xl-center{ + align-self:center!important + } + .align-self-xl-baseline{ + align-self:baseline!important + } + .align-self-xl-stretch{ + align-self:stretch!important + } +} +.float-left{ + float:left!important +} +.float-right{ + float:right!important +} +.float-none{ + float:none!important +} +@media (min-width:576px){ + .float-sm-left{ + float:left!important + } + .float-sm-right{ + float:right!important + } + .float-sm-none{ + float:none!important + } +} +@media (min-width:768px){ + .float-md-left{ + float:left!important + } + .float-md-right{ + float:right!important + } + .float-md-none{ + float:none!important + } +} +@media (min-width:992px){ + .float-lg-left{ + float:left!important + } + .float-lg-right{ + float:right!important + } + .float-lg-none{ + float:none!important + } +} +@media (min-width:1200px){ + .float-xl-left{ + float:left!important + } + .float-xl-right{ + float:right!important + } + .float-xl-none{ + float:none!important + } +} +.user-select-all{ + -webkit-user-select:all!important; + -moz-user-select:all!important; + -ms-user-select:all!important; + user-select:all!important +} +.user-select-auto{ + -webkit-user-select:auto!important; + -moz-user-select:auto!important; + -ms-user-select:auto!important; + user-select:auto!important +} +.user-select-none{ + -webkit-user-select:none!important; + -moz-user-select:none!important; + -ms-user-select:none!important; + user-select:none!important +} +.overflow-auto{ + overflow:auto!important +} +.overflow-hidden{ + overflow:hidden!important +} +.position-static{ + position:static!important +} +.position-relative{ + position:relative!important +} +.position-absolute{ + position:absolute!important +} +.position-fixed{ + position:fixed!important +} +.position-sticky{ + position:-webkit-sticky!important; + position:sticky!important +} +.fixed-top{ + position:fixed; + top:0; + right:0; + left:0; + z-index:1030 +} +.fixed-bottom{ + position:fixed; + right:0; + bottom:0; + left:0; + z-index:1030 +} +@supports ((position:-webkit-sticky) or (position:sticky)){ + .sticky-top{ + position:-webkit-sticky; + position:sticky; + top:0; + z-index:1020 + } +} +.sr-only{ + position:absolute; + width:1px; + height:1px; + padding:0; + margin:-1px; + overflow:hidden; + clip:rect(0,0,0,0); + white-space:nowrap; + border:0 +} +.sr-only-focusable:active,.sr-only-focusable:focus{ + position:static; + width:auto; + height:auto; + overflow:visible; + clip:auto; + white-space:normal +} +.shadow-sm{ + box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important +} +.shadow{ + box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important +} +.shadow-lg{ + box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important +} +.shadow-none{ + box-shadow:none!important +} +.w-25{ + width:25%!important +} +.w-50{ + width:50%!important +} +.w-75{ + width:75%!important +} +.w-100{ + width:100%!important +} +.w-auto{ + width:auto!important +} +.h-25{ + height:25%!important +} +.h-50{ + height:50%!important +} +.h-75{ + height:75%!important +} +.h-100{ + height:100%!important +} +.h-auto{ + height:auto!important +} +.mw-100{ + max-width:100%!important +} +.mh-100{ + max-height:100%!important +} +.min-vw-100{ + min-width:100vw!important +} +.min-vh-100{ + min-height:100vh!important +} +.vw-100{ + width:100vw!important +} +.vh-100{ + height:100vh!important +} +.m-0{ + margin:0!important +} +.mt-0,.my-0{ + margin-top:0!important +} +.mr-0,.mx-0{ + margin-right:0!important +} +.mb-0,.my-0{ + margin-bottom:0!important +} +.ml-0,.mx-0{ + margin-left:0!important +} +.m-1{ + margin:.25rem!important +} +.mt-1,.my-1{ + margin-top:.25rem!important +} +.mr-1,.mx-1{ + margin-right:.25rem!important +} +.mb-1,.my-1{ + margin-bottom:.25rem!important +} +.ml-1,.mx-1{ + margin-left:.25rem!important +} +.m-2{ + margin:.5rem!important +} +.mt-2,.my-2{ + margin-top:.5rem!important +} +.mr-2,.mx-2{ + margin-right:.5rem!important +} +.mb-2,.my-2{ + margin-bottom:.5rem!important +} +.ml-2,.mx-2{ + margin-left:.5rem!important +} +.m-3{ + margin:1rem!important +} +.mt-3,.my-3{ + margin-top:1rem!important +} +.mr-3,.mx-3{ + margin-right:1rem!important +} +.mb-3,.my-3{ + margin-bottom:1rem!important +} +.ml-3,.mx-3{ + margin-left:1rem!important +} +.m-4{ + margin:1.5rem!important +} +.mt-4,.my-4{ + margin-top:1.5rem!important +} +.mr-4,.mx-4{ + margin-right:1.5rem!important +} +.mb-4,.my-4{ + margin-bottom:1.5rem!important +} +.ml-4,.mx-4{ + margin-left:1.5rem!important +} +.m-5{ + margin:3rem!important +} +.mt-5,.my-5{ + margin-top:3rem!important +} +.mr-5,.mx-5{ + margin-right:3rem!important +} +.mb-5,.my-5{ + margin-bottom:3rem!important +} +.ml-5,.mx-5{ + margin-left:3rem!important +} +.p-0{ + padding:0!important +} +.pt-0,.py-0{ + padding-top:0!important +} +.pr-0,.px-0{ + padding-right:0!important +} +.pb-0,.py-0{ + padding-bottom:0!important +} +.pl-0,.px-0{ + padding-left:0!important +} +.p-1{ + padding:.25rem!important +} +.pt-1,.py-1{ + padding-top:.25rem!important +} +.pr-1,.px-1{ + padding-right:.25rem!important +} +.pb-1,.py-1{ + padding-bottom:.25rem!important +} +.pl-1,.px-1{ + padding-left:.25rem!important +} +.p-2{ + padding:.5rem!important +} +.pt-2,.py-2{ + padding-top:.5rem!important +} +.pr-2,.px-2{ + padding-right:.5rem!important +} +.pb-2,.py-2{ + padding-bottom:.5rem!important +} +.pl-2,.px-2{ + padding-left:.5rem!important +} +.p-3{ + padding:1rem!important +} +.pt-3,.py-3{ + padding-top:1rem!important +} +.pr-3,.px-3{ + padding-right:1rem!important +} +.pb-3,.py-3{ + padding-bottom:1rem!important +} +.pl-3,.px-3{ + padding-left:1rem!important +} +.p-4{ + padding:1.5rem!important +} +.pt-4,.py-4{ + padding-top:1.5rem!important +} +.pr-4,.px-4{ + padding-right:1.5rem!important +} +.pb-4,.py-4{ + padding-bottom:1.5rem!important +} +.pl-4,.px-4{ + padding-left:1.5rem!important +} +.p-5{ + padding:3rem!important +} +.pt-5,.py-5{ + padding-top:3rem!important +} +.pr-5,.px-5{ + padding-right:3rem!important +} +.pb-5,.py-5{ + padding-bottom:3rem!important +} +.pl-5,.px-5{ + padding-left:3rem!important +} +.m-n1{ + margin:-.25rem!important +} +.mt-n1,.my-n1{ + margin-top:-.25rem!important +} +.mr-n1,.mx-n1{ + margin-right:-.25rem!important +} +.mb-n1,.my-n1{ + margin-bottom:-.25rem!important +} +.ml-n1,.mx-n1{ + margin-left:-.25rem!important +} +.m-n2{ + margin:-.5rem!important +} +.mt-n2,.my-n2{ + margin-top:-.5rem!important +} +.mr-n2,.mx-n2{ + margin-right:-.5rem!important +} +.mb-n2,.my-n2{ + margin-bottom:-.5rem!important +} +.ml-n2,.mx-n2{ + margin-left:-.5rem!important +} +.m-n3{ + margin:-1rem!important +} +.mt-n3,.my-n3{ + margin-top:-1rem!important +} +.mr-n3,.mx-n3{ + margin-right:-1rem!important +} +.mb-n3,.my-n3{ + margin-bottom:-1rem!important +} +.ml-n3,.mx-n3{ + margin-left:-1rem!important +} +.m-n4{ + margin:-1.5rem!important +} +.mt-n4,.my-n4{ + margin-top:-1.5rem!important +} +.mr-n4,.mx-n4{ + margin-right:-1.5rem!important +} +.mb-n4,.my-n4{ + margin-bottom:-1.5rem!important +} +.ml-n4,.mx-n4{ + margin-left:-1.5rem!important +} +.m-n5{ + margin:-3rem!important +} +.mt-n5,.my-n5{ + margin-top:-3rem!important +} +.mr-n5,.mx-n5{ + margin-right:-3rem!important +} +.mb-n5,.my-n5{ + margin-bottom:-3rem!important +} +.ml-n5,.mx-n5{ + margin-left:-3rem!important +} +.m-auto{ + margin:auto!important +} +.mt-auto,.my-auto{ + margin-top:auto!important +} +.mr-auto,.mx-auto{ + margin-right:auto!important +} +.mb-auto,.my-auto{ + margin-bottom:auto!important +} +.ml-auto,.mx-auto{ + margin-left:auto!important +} +@media (min-width:576px){ + .m-sm-0{ + margin:0!important + } + .mt-sm-0,.my-sm-0{ + margin-top:0!important + } + .mr-sm-0,.mx-sm-0{ + margin-right:0!important + } + .mb-sm-0,.my-sm-0{ + margin-bottom:0!important + } + .ml-sm-0,.mx-sm-0{ + margin-left:0!important + } + .m-sm-1{ + margin:.25rem!important + } + .mt-sm-1,.my-sm-1{ + margin-top:.25rem!important + } + .mr-sm-1,.mx-sm-1{ + margin-right:.25rem!important + } + .mb-sm-1,.my-sm-1{ + margin-bottom:.25rem!important + } + .ml-sm-1,.mx-sm-1{ + margin-left:.25rem!important + } + .m-sm-2{ + margin:.5rem!important + } + .mt-sm-2,.my-sm-2{ + margin-top:.5rem!important + } + .mr-sm-2,.mx-sm-2{ + margin-right:.5rem!important + } + .mb-sm-2,.my-sm-2{ + margin-bottom:.5rem!important + } + .ml-sm-2,.mx-sm-2{ + margin-left:.5rem!important + } + .m-sm-3{ + margin:1rem!important + } + .mt-sm-3,.my-sm-3{ + margin-top:1rem!important + } + .mr-sm-3,.mx-sm-3{ + margin-right:1rem!important + } + .mb-sm-3,.my-sm-3{ + margin-bottom:1rem!important + } + .ml-sm-3,.mx-sm-3{ + margin-left:1rem!important + } + .m-sm-4{ + margin:1.5rem!important + } + .mt-sm-4,.my-sm-4{ + margin-top:1.5rem!important + } + .mr-sm-4,.mx-sm-4{ + margin-right:1.5rem!important + } + .mb-sm-4,.my-sm-4{ + margin-bottom:1.5rem!important + } + .ml-sm-4,.mx-sm-4{ + margin-left:1.5rem!important + } + .m-sm-5{ + margin:3rem!important + } + .mt-sm-5,.my-sm-5{ + margin-top:3rem!important + } + .mr-sm-5,.mx-sm-5{ + margin-right:3rem!important + } + .mb-sm-5,.my-sm-5{ + margin-bottom:3rem!important + } + .ml-sm-5,.mx-sm-5{ + margin-left:3rem!important + } + .p-sm-0{ + padding:0!important + } + .pt-sm-0,.py-sm-0{ + padding-top:0!important + } + .pr-sm-0,.px-sm-0{ + padding-right:0!important + } + .pb-sm-0,.py-sm-0{ + padding-bottom:0!important + } + .pl-sm-0,.px-sm-0{ + padding-left:0!important + } + .p-sm-1{ + padding:.25rem!important + } + .pt-sm-1,.py-sm-1{ + padding-top:.25rem!important + } + .pr-sm-1,.px-sm-1{ + padding-right:.25rem!important + } + .pb-sm-1,.py-sm-1{ + padding-bottom:.25rem!important + } + .pl-sm-1,.px-sm-1{ + padding-left:.25rem!important + } + .p-sm-2{ + padding:.5rem!important + } + .pt-sm-2,.py-sm-2{ + padding-top:.5rem!important + } + .pr-sm-2,.px-sm-2{ + padding-right:.5rem!important + } + .pb-sm-2,.py-sm-2{ + padding-bottom:.5rem!important + } + .pl-sm-2,.px-sm-2{ + padding-left:.5rem!important + } + .p-sm-3{ + padding:1rem!important + } + .pt-sm-3,.py-sm-3{ + padding-top:1rem!important + } + .pr-sm-3,.px-sm-3{ + padding-right:1rem!important + } + .pb-sm-3,.py-sm-3{ + padding-bottom:1rem!important + } + .pl-sm-3,.px-sm-3{ + padding-left:1rem!important + } + .p-sm-4{ + padding:1.5rem!important + } + .pt-sm-4,.py-sm-4{ + padding-top:1.5rem!important + } + .pr-sm-4,.px-sm-4{ + padding-right:1.5rem!important + } + .pb-sm-4,.py-sm-4{ + padding-bottom:1.5rem!important + } + .pl-sm-4,.px-sm-4{ + padding-left:1.5rem!important + } + .p-sm-5{ + padding:3rem!important + } + .pt-sm-5,.py-sm-5{ + padding-top:3rem!important + } + .pr-sm-5,.px-sm-5{ + padding-right:3rem!important + } + .pb-sm-5,.py-sm-5{ + padding-bottom:3rem!important + } + .pl-sm-5,.px-sm-5{ + padding-left:3rem!important + } + .m-sm-n1{ + margin:-.25rem!important + } + .mt-sm-n1,.my-sm-n1{ + margin-top:-.25rem!important + } + .mr-sm-n1,.mx-sm-n1{ + margin-right:-.25rem!important + } + .mb-sm-n1,.my-sm-n1{ + margin-bottom:-.25rem!important + } + .ml-sm-n1,.mx-sm-n1{ + margin-left:-.25rem!important + } + .m-sm-n2{ + margin:-.5rem!important + } + .mt-sm-n2,.my-sm-n2{ + margin-top:-.5rem!important + } + .mr-sm-n2,.mx-sm-n2{ + margin-right:-.5rem!important + } + .mb-sm-n2,.my-sm-n2{ + margin-bottom:-.5rem!important + } + .ml-sm-n2,.mx-sm-n2{ + margin-left:-.5rem!important + } + .m-sm-n3{ + margin:-1rem!important + } + .mt-sm-n3,.my-sm-n3{ + margin-top:-1rem!important + } + .mr-sm-n3,.mx-sm-n3{ + margin-right:-1rem!important + } + .mb-sm-n3,.my-sm-n3{ + margin-bottom:-1rem!important + } + .ml-sm-n3,.mx-sm-n3{ + margin-left:-1rem!important + } + .m-sm-n4{ + margin:-1.5rem!important + } + .mt-sm-n4,.my-sm-n4{ + margin-top:-1.5rem!important + } + .mr-sm-n4,.mx-sm-n4{ + margin-right:-1.5rem!important + } + .mb-sm-n4,.my-sm-n4{ + margin-bottom:-1.5rem!important + } + .ml-sm-n4,.mx-sm-n4{ + margin-left:-1.5rem!important + } + .m-sm-n5{ + margin:-3rem!important + } + .mt-sm-n5,.my-sm-n5{ + margin-top:-3rem!important + } + .mr-sm-n5,.mx-sm-n5{ + margin-right:-3rem!important + } + .mb-sm-n5,.my-sm-n5{ + margin-bottom:-3rem!important + } + .ml-sm-n5,.mx-sm-n5{ + margin-left:-3rem!important + } + .m-sm-auto{ + margin:auto!important + } + .mt-sm-auto,.my-sm-auto{ + margin-top:auto!important + } + .mr-sm-auto,.mx-sm-auto{ + margin-right:auto!important + } + .mb-sm-auto,.my-sm-auto{ + margin-bottom:auto!important + } + .ml-sm-auto,.mx-sm-auto{ + margin-left:auto!important + } +} +@media (min-width:768px){ + .m-md-0{ + margin:0!important + } + .mt-md-0,.my-md-0{ + margin-top:0!important + } + .mr-md-0,.mx-md-0{ + margin-right:0!important + } + .mb-md-0,.my-md-0{ + margin-bottom:0!important + } + .ml-md-0,.mx-md-0{ + margin-left:0!important + } + .m-md-1{ + margin:.25rem!important + } + .mt-md-1,.my-md-1{ + margin-top:.25rem!important + } + .mr-md-1,.mx-md-1{ + margin-right:.25rem!important + } + .mb-md-1,.my-md-1{ + margin-bottom:.25rem!important + } + .ml-md-1,.mx-md-1{ + margin-left:.25rem!important + } + .m-md-2{ + margin:.5rem!important + } + .mt-md-2,.my-md-2{ + margin-top:.5rem!important + } + .mr-md-2,.mx-md-2{ + margin-right:.5rem!important + } + .mb-md-2,.my-md-2{ + margin-bottom:.5rem!important + } + .ml-md-2,.mx-md-2{ + margin-left:.5rem!important + } + .m-md-3{ + margin:1rem!important + } + .mt-md-3,.my-md-3{ + margin-top:1rem!important + } + .mr-md-3,.mx-md-3{ + margin-right:1rem!important + } + .mb-md-3,.my-md-3{ + margin-bottom:1rem!important + } + .ml-md-3,.mx-md-3{ + margin-left:1rem!important + } + .m-md-4{ + margin:1.5rem!important + } + .mt-md-4,.my-md-4{ + margin-top:1.5rem!important + } + .mr-md-4,.mx-md-4{ + margin-right:1.5rem!important + } + .mb-md-4,.my-md-4{ + margin-bottom:1.5rem!important + } + .ml-md-4,.mx-md-4{ + margin-left:1.5rem!important + } + .m-md-5{ + margin:3rem!important + } + .mt-md-5,.my-md-5{ + margin-top:3rem!important + } + .mr-md-5,.mx-md-5{ + margin-right:3rem!important + } + .mb-md-5,.my-md-5{ + margin-bottom:3rem!important + } + .ml-md-5,.mx-md-5{ + margin-left:3rem!important + } + .p-md-0{ + padding:0!important + } + .pt-md-0,.py-md-0{ + padding-top:0!important + } + .pr-md-0,.px-md-0{ + padding-right:0!important + } + .pb-md-0,.py-md-0{ + padding-bottom:0!important + } + .pl-md-0,.px-md-0{ + padding-left:0!important + } + .p-md-1{ + padding:.25rem!important + } + .pt-md-1,.py-md-1{ + padding-top:.25rem!important + } + .pr-md-1,.px-md-1{ + padding-right:.25rem!important + } + .pb-md-1,.py-md-1{ + padding-bottom:.25rem!important + } + .pl-md-1,.px-md-1{ + padding-left:.25rem!important + } + .p-md-2{ + padding:.5rem!important + } + .pt-md-2,.py-md-2{ + padding-top:.5rem!important + } + .pr-md-2,.px-md-2{ + padding-right:.5rem!important + } + .pb-md-2,.py-md-2{ + padding-bottom:.5rem!important + } + .pl-md-2,.px-md-2{ + padding-left:.5rem!important + } + .p-md-3{ + padding:1rem!important + } + .pt-md-3,.py-md-3{ + padding-top:1rem!important + } + .pr-md-3,.px-md-3{ + padding-right:1rem!important + } + .pb-md-3,.py-md-3{ + padding-bottom:1rem!important + } + .pl-md-3,.px-md-3{ + padding-left:1rem!important + } + .p-md-4{ + padding:1.5rem!important + } + .pt-md-4,.py-md-4{ + padding-top:1.5rem!important + } + .pr-md-4,.px-md-4{ + padding-right:1.5rem!important + } + .pb-md-4,.py-md-4{ + padding-bottom:1.5rem!important + } + .pl-md-4,.px-md-4{ + padding-left:1.5rem!important + } + .p-md-5{ + padding:3rem!important + } + .pt-md-5,.py-md-5{ + padding-top:3rem!important + } + .pr-md-5,.px-md-5{ + padding-right:3rem!important + } + .pb-md-5,.py-md-5{ + padding-bottom:3rem!important + } + .pl-md-5,.px-md-5{ + padding-left:3rem!important + } + .m-md-n1{ + margin:-.25rem!important + } + .mt-md-n1,.my-md-n1{ + margin-top:-.25rem!important + } + .mr-md-n1,.mx-md-n1{ + margin-right:-.25rem!important + } + .mb-md-n1,.my-md-n1{ + margin-bottom:-.25rem!important + } + .ml-md-n1,.mx-md-n1{ + margin-left:-.25rem!important + } + .m-md-n2{ + margin:-.5rem!important + } + .mt-md-n2,.my-md-n2{ + margin-top:-.5rem!important + } + .mr-md-n2,.mx-md-n2{ + margin-right:-.5rem!important + } + .mb-md-n2,.my-md-n2{ + margin-bottom:-.5rem!important + } + .ml-md-n2,.mx-md-n2{ + margin-left:-.5rem!important + } + .m-md-n3{ + margin:-1rem!important + } + .mt-md-n3,.my-md-n3{ + margin-top:-1rem!important + } + .mr-md-n3,.mx-md-n3{ + margin-right:-1rem!important + } + .mb-md-n3,.my-md-n3{ + margin-bottom:-1rem!important + } + .ml-md-n3,.mx-md-n3{ + margin-left:-1rem!important + } + .m-md-n4{ + margin:-1.5rem!important + } + .mt-md-n4,.my-md-n4{ + margin-top:-1.5rem!important + } + .mr-md-n4,.mx-md-n4{ + margin-right:-1.5rem!important + } + .mb-md-n4,.my-md-n4{ + margin-bottom:-1.5rem!important + } + .ml-md-n4,.mx-md-n4{ + margin-left:-1.5rem!important + } + .m-md-n5{ + margin:-3rem!important + } + .mt-md-n5,.my-md-n5{ + margin-top:-3rem!important + } + .mr-md-n5,.mx-md-n5{ + margin-right:-3rem!important + } + .mb-md-n5,.my-md-n5{ + margin-bottom:-3rem!important + } + .ml-md-n5,.mx-md-n5{ + margin-left:-3rem!important + } + .m-md-auto{ + margin:auto!important + } + .mt-md-auto,.my-md-auto{ + margin-top:auto!important + } + .mr-md-auto,.mx-md-auto{ + margin-right:auto!important + } + .mb-md-auto,.my-md-auto{ + margin-bottom:auto!important + } + .ml-md-auto,.mx-md-auto{ + margin-left:auto!important + } +} +@media (min-width:992px){ + .m-lg-0{ + margin:0!important + } + .mt-lg-0,.my-lg-0{ + margin-top:0!important + } + .mr-lg-0,.mx-lg-0{ + margin-right:0!important + } + .mb-lg-0,.my-lg-0{ + margin-bottom:0!important + } + .ml-lg-0,.mx-lg-0{ + margin-left:0!important + } + .m-lg-1{ + margin:.25rem!important + } + .mt-lg-1,.my-lg-1{ + margin-top:.25rem!important + } + .mr-lg-1,.mx-lg-1{ + margin-right:.25rem!important + } + .mb-lg-1,.my-lg-1{ + margin-bottom:.25rem!important + } + .ml-lg-1,.mx-lg-1{ + margin-left:.25rem!important + } + .m-lg-2{ + margin:.5rem!important + } + .mt-lg-2,.my-lg-2{ + margin-top:.5rem!important + } + .mr-lg-2,.mx-lg-2{ + margin-right:.5rem!important + } + .mb-lg-2,.my-lg-2{ + margin-bottom:.5rem!important + } + .ml-lg-2,.mx-lg-2{ + margin-left:.5rem!important + } + .m-lg-3{ + margin:1rem!important + } + .mt-lg-3,.my-lg-3{ + margin-top:1rem!important + } + .mr-lg-3,.mx-lg-3{ + margin-right:1rem!important + } + .mb-lg-3,.my-lg-3{ + margin-bottom:1rem!important + } + .ml-lg-3,.mx-lg-3{ + margin-left:1rem!important + } + .m-lg-4{ + margin:1.5rem!important + } + .mt-lg-4,.my-lg-4{ + margin-top:1.5rem!important + } + .mr-lg-4,.mx-lg-4{ + margin-right:1.5rem!important + } + .mb-lg-4,.my-lg-4{ + margin-bottom:1.5rem!important + } + .ml-lg-4,.mx-lg-4{ + margin-left:1.5rem!important + } + .m-lg-5{ + margin:3rem!important + } + .mt-lg-5,.my-lg-5{ + margin-top:3rem!important + } + .mr-lg-5,.mx-lg-5{ + margin-right:3rem!important + } + .mb-lg-5,.my-lg-5{ + margin-bottom:3rem!important + } + .ml-lg-5,.mx-lg-5{ + margin-left:3rem!important + } + .p-lg-0{ + padding:0!important + } + .pt-lg-0,.py-lg-0{ + padding-top:0!important + } + .pr-lg-0,.px-lg-0{ + padding-right:0!important + } + .pb-lg-0,.py-lg-0{ + padding-bottom:0!important + } + .pl-lg-0,.px-lg-0{ + padding-left:0!important + } + .p-lg-1{ + padding:.25rem!important + } + .pt-lg-1,.py-lg-1{ + padding-top:.25rem!important + } + .pr-lg-1,.px-lg-1{ + padding-right:.25rem!important + } + .pb-lg-1,.py-lg-1{ + padding-bottom:.25rem!important + } + .pl-lg-1,.px-lg-1{ + padding-left:.25rem!important + } + .p-lg-2{ + padding:.5rem!important + } + .pt-lg-2,.py-lg-2{ + padding-top:.5rem!important + } + .pr-lg-2,.px-lg-2{ + padding-right:.5rem!important + } + .pb-lg-2,.py-lg-2{ + padding-bottom:.5rem!important + } + .pl-lg-2,.px-lg-2{ + padding-left:.5rem!important + } + .p-lg-3{ + padding:1rem!important + } + .pt-lg-3,.py-lg-3{ + padding-top:1rem!important + } + .pr-lg-3,.px-lg-3{ + padding-right:1rem!important + } + .pb-lg-3,.py-lg-3{ + padding-bottom:1rem!important + } + .pl-lg-3,.px-lg-3{ + padding-left:1rem!important + } + .p-lg-4{ + padding:1.5rem!important + } + .pt-lg-4,.py-lg-4{ + padding-top:1.5rem!important + } + .pr-lg-4,.px-lg-4{ + padding-right:1.5rem!important + } + .pb-lg-4,.py-lg-4{ + padding-bottom:1.5rem!important + } + .pl-lg-4,.px-lg-4{ + padding-left:1.5rem!important + } + .p-lg-5{ + padding:3rem!important + } + .pt-lg-5,.py-lg-5{ + padding-top:3rem!important + } + .pr-lg-5,.px-lg-5{ + padding-right:3rem!important + } + .pb-lg-5,.py-lg-5{ + padding-bottom:3rem!important + } + .pl-lg-5,.px-lg-5{ + padding-left:3rem!important + } + .m-lg-n1{ + margin:-.25rem!important + } + .mt-lg-n1,.my-lg-n1{ + margin-top:-.25rem!important + } + .mr-lg-n1,.mx-lg-n1{ + margin-right:-.25rem!important + } + .mb-lg-n1,.my-lg-n1{ + margin-bottom:-.25rem!important + } + .ml-lg-n1,.mx-lg-n1{ + margin-left:-.25rem!important + } + .m-lg-n2{ + margin:-.5rem!important + } + .mt-lg-n2,.my-lg-n2{ + margin-top:-.5rem!important + } + .mr-lg-n2,.mx-lg-n2{ + margin-right:-.5rem!important + } + .mb-lg-n2,.my-lg-n2{ + margin-bottom:-.5rem!important + } + .ml-lg-n2,.mx-lg-n2{ + margin-left:-.5rem!important + } + .m-lg-n3{ + margin:-1rem!important + } + .mt-lg-n3,.my-lg-n3{ + margin-top:-1rem!important + } + .mr-lg-n3,.mx-lg-n3{ + margin-right:-1rem!important + } + .mb-lg-n3,.my-lg-n3{ + margin-bottom:-1rem!important + } + .ml-lg-n3,.mx-lg-n3{ + margin-left:-1rem!important + } + .m-lg-n4{ + margin:-1.5rem!important + } + .mt-lg-n4,.my-lg-n4{ + margin-top:-1.5rem!important + } + .mr-lg-n4,.mx-lg-n4{ + margin-right:-1.5rem!important + } + .mb-lg-n4,.my-lg-n4{ + margin-bottom:-1.5rem!important + } + .ml-lg-n4,.mx-lg-n4{ + margin-left:-1.5rem!important + } + .m-lg-n5{ + margin:-3rem!important + } + .mt-lg-n5,.my-lg-n5{ + margin-top:-3rem!important + } + .mr-lg-n5,.mx-lg-n5{ + margin-right:-3rem!important + } + .mb-lg-n5,.my-lg-n5{ + margin-bottom:-3rem!important + } + .ml-lg-n5,.mx-lg-n5{ + margin-left:-3rem!important + } + .m-lg-auto{ + margin:auto!important + } + .mt-lg-auto,.my-lg-auto{ + margin-top:auto!important + } + .mr-lg-auto,.mx-lg-auto{ + margin-right:auto!important + } + .mb-lg-auto,.my-lg-auto{ + margin-bottom:auto!important + } + .ml-lg-auto,.mx-lg-auto{ + margin-left:auto!important + } +} +@media (min-width:1200px){ + .m-xl-0{ + margin:0!important + } + .mt-xl-0,.my-xl-0{ + margin-top:0!important + } + .mr-xl-0,.mx-xl-0{ + margin-right:0!important + } + .mb-xl-0,.my-xl-0{ + margin-bottom:0!important + } + .ml-xl-0,.mx-xl-0{ + margin-left:0!important + } + .m-xl-1{ + margin:.25rem!important + } + .mt-xl-1,.my-xl-1{ + margin-top:.25rem!important + } + .mr-xl-1,.mx-xl-1{ + margin-right:.25rem!important + } + .mb-xl-1,.my-xl-1{ + margin-bottom:.25rem!important + } + .ml-xl-1,.mx-xl-1{ + margin-left:.25rem!important + } + .m-xl-2{ + margin:.5rem!important + } + .mt-xl-2,.my-xl-2{ + margin-top:.5rem!important + } + .mr-xl-2,.mx-xl-2{ + margin-right:.5rem!important + } + .mb-xl-2,.my-xl-2{ + margin-bottom:.5rem!important + } + .ml-xl-2,.mx-xl-2{ + margin-left:.5rem!important + } + .m-xl-3{ + margin:1rem!important + } + .mt-xl-3,.my-xl-3{ + margin-top:1rem!important + } + .mr-xl-3,.mx-xl-3{ + margin-right:1rem!important + } + .mb-xl-3,.my-xl-3{ + margin-bottom:1rem!important + } + .ml-xl-3,.mx-xl-3{ + margin-left:1rem!important + } + .m-xl-4{ + margin:1.5rem!important + } + .mt-xl-4,.my-xl-4{ + margin-top:1.5rem!important + } + .mr-xl-4,.mx-xl-4{ + margin-right:1.5rem!important + } + .mb-xl-4,.my-xl-4{ + margin-bottom:1.5rem!important + } + .ml-xl-4,.mx-xl-4{ + margin-left:1.5rem!important + } + .m-xl-5{ + margin:3rem!important + } + .mt-xl-5,.my-xl-5{ + margin-top:3rem!important + } + .mr-xl-5,.mx-xl-5{ + margin-right:3rem!important + } + .mb-xl-5,.my-xl-5{ + margin-bottom:3rem!important + } + .ml-xl-5,.mx-xl-5{ + margin-left:3rem!important + } + .p-xl-0{ + padding:0!important + } + .pt-xl-0,.py-xl-0{ + padding-top:0!important + } + .pr-xl-0,.px-xl-0{ + padding-right:0!important + } + .pb-xl-0,.py-xl-0{ + padding-bottom:0!important + } + .pl-xl-0,.px-xl-0{ + padding-left:0!important + } + .p-xl-1{ + padding:.25rem!important + } + .pt-xl-1,.py-xl-1{ + padding-top:.25rem!important + } + .pr-xl-1,.px-xl-1{ + padding-right:.25rem!important + } + .pb-xl-1,.py-xl-1{ + padding-bottom:.25rem!important + } + .pl-xl-1,.px-xl-1{ + padding-left:.25rem!important + } + .p-xl-2{ + padding:.5rem!important + } + .pt-xl-2,.py-xl-2{ + padding-top:.5rem!important + } + .pr-xl-2,.px-xl-2{ + padding-right:.5rem!important + } + .pb-xl-2,.py-xl-2{ + padding-bottom:.5rem!important + } + .pl-xl-2,.px-xl-2{ + padding-left:.5rem!important + } + .p-xl-3{ + padding:1rem!important + } + .pt-xl-3,.py-xl-3{ + padding-top:1rem!important + } + .pr-xl-3,.px-xl-3{ + padding-right:1rem!important + } + .pb-xl-3,.py-xl-3{ + padding-bottom:1rem!important + } + .pl-xl-3,.px-xl-3{ + padding-left:1rem!important + } + .p-xl-4{ + padding:1.5rem!important + } + .pt-xl-4,.py-xl-4{ + padding-top:1.5rem!important + } + .pr-xl-4,.px-xl-4{ + padding-right:1.5rem!important + } + .pb-xl-4,.py-xl-4{ + padding-bottom:1.5rem!important + } + .pl-xl-4,.px-xl-4{ + padding-left:1.5rem!important + } + .p-xl-5{ + padding:3rem!important + } + .pt-xl-5,.py-xl-5{ + padding-top:3rem!important + } + .pr-xl-5,.px-xl-5{ + padding-right:3rem!important + } + .pb-xl-5,.py-xl-5{ + padding-bottom:3rem!important + } + .pl-xl-5,.px-xl-5{ + padding-left:3rem!important + } + .m-xl-n1{ + margin:-.25rem!important + } + .mt-xl-n1,.my-xl-n1{ + margin-top:-.25rem!important + } + .mr-xl-n1,.mx-xl-n1{ + margin-right:-.25rem!important + } + .mb-xl-n1,.my-xl-n1{ + margin-bottom:-.25rem!important + } + .ml-xl-n1,.mx-xl-n1{ + margin-left:-.25rem!important + } + .m-xl-n2{ + margin:-.5rem!important + } + .mt-xl-n2,.my-xl-n2{ + margin-top:-.5rem!important + } + .mr-xl-n2,.mx-xl-n2{ + margin-right:-.5rem!important + } + .mb-xl-n2,.my-xl-n2{ + margin-bottom:-.5rem!important + } + .ml-xl-n2,.mx-xl-n2{ + margin-left:-.5rem!important + } + .m-xl-n3{ + margin:-1rem!important + } + .mt-xl-n3,.my-xl-n3{ + margin-top:-1rem!important + } + .mr-xl-n3,.mx-xl-n3{ + margin-right:-1rem!important + } + .mb-xl-n3,.my-xl-n3{ + margin-bottom:-1rem!important + } + .ml-xl-n3,.mx-xl-n3{ + margin-left:-1rem!important + } + .m-xl-n4{ + margin:-1.5rem!important + } + .mt-xl-n4,.my-xl-n4{ + margin-top:-1.5rem!important + } + .mr-xl-n4,.mx-xl-n4{ + margin-right:-1.5rem!important + } + .mb-xl-n4,.my-xl-n4{ + margin-bottom:-1.5rem!important + } + .ml-xl-n4,.mx-xl-n4{ + margin-left:-1.5rem!important + } + .m-xl-n5{ + margin:-3rem!important + } + .mt-xl-n5,.my-xl-n5{ + margin-top:-3rem!important + } + .mr-xl-n5,.mx-xl-n5{ + margin-right:-3rem!important + } + .mb-xl-n5,.my-xl-n5{ + margin-bottom:-3rem!important + } + .ml-xl-n5,.mx-xl-n5{ + margin-left:-3rem!important + } + .m-xl-auto{ + margin:auto!important + } + .mt-xl-auto,.my-xl-auto{ + margin-top:auto!important + } + .mr-xl-auto,.mx-xl-auto{ + margin-right:auto!important + } + .mb-xl-auto,.my-xl-auto{ + margin-bottom:auto!important + } + .ml-xl-auto,.mx-xl-auto{ + margin-left:auto!important + } +} +.stretched-link::after{ + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + z-index:1; + pointer-events:auto; + content:""; + background-color:rgba(0,0,0,0) +} +.text-monospace{ +} +.text-justify{ + text-align:justify!important +} +.text-wrap{ + white-space:normal!important +} +.text-nowrap{ + white-space:nowrap!important +} +.text-truncate{ + overflow:hidden; + text-overflow:ellipsis; + white-space:nowrap +} +.text-left{ + text-align:left!important +} +.text-right{ + text-align:right!important +} +.text-center{ + text-align:center!important +} +@media (min-width:576px){ + .text-sm-left{ + text-align:left!important + } + .text-sm-right{ + text-align:right!important + } + .text-sm-center{ + text-align:center!important + } +} +@media (min-width:768px){ + .text-md-left{ + text-align:left!important + } + .text-md-right{ + text-align:right!important + } + .text-md-center{ + text-align:center!important + } +} +@media (min-width:992px){ + .text-lg-left{ + text-align:left!important + } + .text-lg-right{ + text-align:right!important + } + .text-lg-center{ + text-align:center!important + } +} +@media (min-width:1200px){ + .text-xl-left{ + text-align:left!important + } + .text-xl-right{ + text-align:right!important + } + .text-xl-center{ + text-align:center!important + } +} +.text-lowercase{ + text-transform:lowercase!important +} +.text-uppercase{ + text-transform:uppercase!important +} +.text-capitalize{ + text-transform:capitalize!important +} +.font-weight-light{ + font-weight:300!important +} +.font-weight-lighter{ + font-weight:lighter!important +} +.font-weight-normal{ + font-weight:400!important +} +.font-weight-bold{ + font-weight:700!important +} +.font-weight-bolder{ + font-weight:bolder!important +} +.font-italic{ + font-style:italic!important +} +.text-white{ + color:#fff!important +} +.text-primary{ + color:#007bff!important +} +a.text-primary:focus,a.text-primary:hover{ + color:#0056b3!important +} +.text-secondary{ + color:#6c757d!important +} +a.text-secondary:focus,a.text-secondary:hover{ + color:#494f54!important +} +.text-success{ + color:#28a745!important +} +a.text-success:focus,a.text-success:hover{ + color:#19692c!important +} +.text-info{ + color:#17a2b8!important +} +a.text-info:focus,a.text-info:hover{ + color:#0f6674!important +} +.text-warning{ + color:#ffc107!important +} +a.text-warning:focus,a.text-warning:hover{ + color:#ba8b00!important +} +.text-danger{ + color:#dc3545!important +} +a.text-danger:focus,a.text-danger:hover{ + color:#a71d2a!important +} +.text-light{ + color:#f8f9fa!important +} +a.text-light:focus,a.text-light:hover{ + color:#cbd3da!important +} +.text-dark{ + color:#343a40!important +} +a.text-dark:focus,a.text-dark:hover{ + color:#121416!important +} +.text-body{ + color:#d3d3d3!important +} +.text-muted{ + color:#6c757d!important +} +.text-black-50{ + color:rgba(0,0,0,.5)!important +} +.text-white-50{ + color:rgba(255,255,255,.5)!important +} +.text-hide{ + font:0/0 a; + color:transparent; + text-shadow:none; + background-color:transparent; + border:0 +} +.text-decoration-none{ + text-decoration:none!important +} +.text-break{ + word-break:break-word!important; + word-wrap:break-word!important +} +.text-reset{ + color:inherit!important +} +.visible{ + visibility:visible!important +} +.invisible{ + visibility:hidden!important +} +@media print{ + *,::after,::before{ + text-shadow:none!important; + box-shadow:none!important + } + a:not(.btn){ + text-decoration:underline + } + abbr[title]::after{ + content:" (" attr(title) ")" + } + pre{ + white-space:pre-wrap!important + } + blockquote,pre{ + border:1px solid #adb5bd; + page-break-inside:avoid + } + thead{ + display:table-header-group + } + img,tr{ + page-break-inside:avoid + } + h2,h3,p{ + orphans:3; + widows:3 + } + h2,h3{ + page-break-after:avoid + } + @page{ + size:a3 + } + body{ + min-width:992px!important + } + .container{ + min-width:992px!important + } + .navbar{ + display:none + } + .badge{ + border:1px solid #000 + } + .table{ + border-collapse:collapse!important + } + .table td,.table th{ + background-color:#fff!important + } + .table-bordered td,.table-bordered th{ + border:1px solid #dee2e6!important + } + .table-dark{ + color:inherit + } + .table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{ + border-color:#343a40 + } + .table .thead-dark th{ + color:inherit; + border-color:#343a40 + } +} + diff --git a/dark/css/bootstrap.css b/dark/css/bootstrap.css new file mode 100644 index 0000000..d51bb91 --- /dev/null +++ b/dark/css/bootstrap.css @@ -0,0 +1,8986 @@ +/*! + * Bootstrap v4.1.1 (https://getbootstrap.com/) + * Copyright 2011-2018 The Bootstrap Authors + * Copyright 2011-2018 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ +:root { + --blue: #007bff; + --indigo: #6610f2; + --purple: #6f42c1; + --pink: #e83e8c; + --red: #dc3545; + --orange: #fd7e14; + --yellow: #ffc107; + --green: #28a745; + --teal: #20c997; + --cyan: #17a2b8; + --white: #fff; + --gray: #6c757d; + --gray-dark: #343a40; + --primary: #007bff; + --secondary: #6c757d; + --success: #28a745; + --info: #17a2b8; + --warning: #ffc107; + --danger: #dc3545; + --light: #f8f9fa; + --dark: #343a40; + --breakpoint-xs: 0; + --breakpoint-sm: 576px; + --breakpoint-md: 768px; + --breakpoint-lg: 992px; + --breakpoint-xl: 1200px; + --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; +} + +*, +*::before, +*::after { + box-sizing: border-box; +} + +html { + font-family: sans-serif; + line-height: 1.15; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -ms-overflow-style: scrollbar; + -webkit-tap-highlight-color: transparent; +} + +@-ms-viewport { + width: device-width; +} + +article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { + display: block; +} + +body { + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #212529; + text-align: left; + background-color: #fff; +} + +[tabindex="-1"]:focus { + outline: 0 !important; +} + +hr { + box-sizing: content-box; + height: 0; + overflow: visible; +} + +h1, h2, h3, h4, h5, h6 { + margin-top: 0; + margin-bottom: 0.5rem; +} + +p { + margin-top: 0; + margin-bottom: 1rem; +} + +abbr[title], +abbr[data-original-title] { + text-decoration: underline; + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; + cursor: help; + border-bottom: 0; +} + +address { + margin-bottom: 1rem; + font-style: normal; + line-height: inherit; +} + +ol, +ul, +dl { + margin-top: 0; + margin-bottom: 1rem; +} + +ol ol, +ul ul, +ol ul, +ul ol { + margin-bottom: 0; +} + +dt { + font-weight: 700; +} + +dd { + margin-bottom: .5rem; + margin-left: 0; +} + +blockquote { + margin: 0 0 1rem; +} + +dfn { + font-style: italic; +} + +b, +strong { + font-weight: bolder; +} + +small { + font-size: 80%; +} + +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} + +sub { + bottom: -.25em; +} + +sup { + top: -.5em; +} + +a { + color: #007bff; + text-decoration: none; + background-color: transparent; + -webkit-text-decoration-skip: objects; +} + +a:hover { + color: #0056b3; + text-decoration: underline; +} + +a:not([href]):not([tabindex]) { + color: inherit; + text-decoration: none; +} + +a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { + color: inherit; + text-decoration: none; +} + +a:not([href]):not([tabindex]):focus { + outline: 0; +} + +pre, +code, +kbd, +samp { + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + font-size: 1em; +} + +pre { + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; + -ms-overflow-style: scrollbar; +} + +figure { + margin: 0 0 1rem; +} + +img { + vertical-align: middle; + border-style: none; +} + +svg:not(:root) { + overflow: hidden; +} + +table { + border-collapse: collapse; +} + +caption { + padding-top: 0.75rem; + padding-bottom: 0.75rem; + color: #6c757d; + text-align: left; + caption-side: bottom; +} + +th { + text-align: inherit; +} + +label { + display: inline-block; + margin-bottom: 0.5rem; +} + +button { + border-radius: 0; +} + +button:focus { + outline: 1px dotted; + outline: 5px auto -webkit-focus-ring-color; +} + +input, +button, +select, +optgroup, +textarea { + margin: 0; + font-family: inherit; + font-size: inherit; + line-height: inherit; +} + +button, +input { + overflow: visible; +} + +button, +select { + text-transform: none; +} + +button, +html [type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; +} + +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + padding: 0; + border-style: none; +} + +input[type="radio"], +input[type="checkbox"] { + box-sizing: border-box; + padding: 0; +} + +input[type="date"], +input[type="time"], +input[type="datetime-local"], +input[type="month"] { + -webkit-appearance: listbox; +} + +textarea { + overflow: auto; + resize: vertical; +} + +fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; +} + +legend { + display: block; + width: 100%; + max-width: 100%; + padding: 0; + margin-bottom: .5rem; + font-size: 1.5rem; + line-height: inherit; + color: inherit; + white-space: normal; +} + +progress { + vertical-align: baseline; +} + +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +[type="search"] { + outline-offset: -2px; + -webkit-appearance: none; +} + +[type="search"]::-webkit-search-cancel-button, +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +::-webkit-file-upload-button { + font: inherit; + -webkit-appearance: button; +} + +output { + display: inline-block; +} + +summary { + display: list-item; + cursor: pointer; +} + +template { + display: none; +} + +[hidden] { + display: none !important; +} + +h1, h2, h3, h4, h5, h6, +.h1, .h2, .h3, .h4, .h5, .h6 { + margin-bottom: 0.5rem; + font-family: inherit; + font-weight: 500; + line-height: 1.2; + color: inherit; +} + +h1, .h1 { + font-size: 2.5rem; +} + +h2, .h2 { + font-size: 2rem; +} + +h3, .h3 { + font-size: 1.75rem; +} + +h4, .h4 { + font-size: 1.5rem; +} + +h5, .h5 { + font-size: 1.25rem; +} + +h6, .h6 { + font-size: 1rem; +} + +.lead { + font-size: 1.25rem; + font-weight: 300; +} + +.display-1 { + font-size: 6rem; + font-weight: 300; + line-height: 1.2; +} + +.display-2 { + font-size: 5.5rem; + font-weight: 300; + line-height: 1.2; +} + +.display-3 { + font-size: 4.5rem; + font-weight: 300; + line-height: 1.2; +} + +.display-4 { + font-size: 3.5rem; + font-weight: 300; + line-height: 1.2; +} + +hr { + margin-top: 1rem; + margin-bottom: 1rem; + border: 0; + border-top: 1px solid rgba(0, 0, 0, 0.1); +} + +small, +.small { + font-size: 80%; + font-weight: 400; +} + +mark, +.mark { + padding: 0.2em; + background-color: #fcf8e3; +} + +.list-unstyled { + padding-left: 0; + list-style: none; +} + +.list-inline { + padding-left: 0; + list-style: none; +} + +.list-inline-item { + display: inline-block; +} + +.list-inline-item:not(:last-child) { + margin-right: 0.5rem; +} + +.initialism { + font-size: 90%; + text-transform: uppercase; +} + +.blockquote { + margin-bottom: 1rem; + font-size: 1.25rem; +} + +.blockquote-footer { + display: block; + font-size: 80%; + color: #6c757d; +} + +.blockquote-footer::before { + content: "\2014 \00A0"; +} + +.img-fluid { + max-width: 100%; + height: auto; +} + +.img-thumbnail { + padding: 0.25rem; + background-color: #fff; + border: 1px solid #dee2e6; + border-radius: 0.25rem; + max-width: 100%; + height: auto; +} + +.figure { + display: inline-block; +} + +.figure-img { + margin-bottom: 0.5rem; + line-height: 1; +} + +.figure-caption { + font-size: 90%; + color: #6c757d; +} + +code { + font-size: 87.5%; + color: #e83e8c; + word-break: break-word; +} + +a > code { + color: inherit; +} + +kbd { + padding: 0.2rem 0.4rem; + font-size: 87.5%; + color: #fff; + background-color: #212529; + border-radius: 0.2rem; +} + +kbd kbd { + padding: 0; + font-size: 100%; + font-weight: 700; +} + +pre { + display: block; + font-size: 87.5%; + color: #212529; +} + +pre code { + font-size: inherit; + color: inherit; + word-break: normal; +} + +.pre-scrollable { + max-height: 340px; + overflow-y: scroll; +} + +.container { + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} + +@media (min-width: 576px) { + .container { + max-width: 540px; + } +} + +@media (min-width: 768px) { + .container { + max-width: 720px; + } +} + +@media (min-width: 992px) { + .container { + max-width: 960px; + } +} + +@media (min-width: 1200px) { + .container { + max-width: 1140px; + } +} + +.container-fluid { + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} + +.row { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: -15px; + margin-left: -15px; +} + +.no-gutters { + margin-right: 0; + margin-left: 0; +} + +.no-gutters > .col, +.no-gutters > [class*="col-"] { + padding-right: 0; + padding-left: 0; +} + +.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, +.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, +.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, +.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, +.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, +.col-xl-auto { + position: relative; + width: 100%; + min-height: 1px; + padding-right: 15px; + padding-left: 15px; +} + +.col { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; +} + +.col-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: none; +} + +.col-1 { + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; +} + +.col-2 { + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; +} + +.col-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; +} + +.col-4 { + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; +} + +.col-5 { + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; +} + +.col-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; +} + +.col-7 { + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; +} + +.col-8 { + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; +} + +.col-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; +} + +.col-10 { + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; +} + +.col-11 { + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; +} + +.col-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; +} + +.order-first { + -ms-flex-order: -1; + order: -1; +} + +.order-last { + -ms-flex-order: 13; + order: 13; +} + +.order-0 { + -ms-flex-order: 0; + order: 0; +} + +.order-1 { + -ms-flex-order: 1; + order: 1; +} + +.order-2 { + -ms-flex-order: 2; + order: 2; +} + +.order-3 { + -ms-flex-order: 3; + order: 3; +} + +.order-4 { + -ms-flex-order: 4; + order: 4; +} + +.order-5 { + -ms-flex-order: 5; + order: 5; +} + +.order-6 { + -ms-flex-order: 6; + order: 6; +} + +.order-7 { + -ms-flex-order: 7; + order: 7; +} + +.order-8 { + -ms-flex-order: 8; + order: 8; +} + +.order-9 { + -ms-flex-order: 9; + order: 9; +} + +.order-10 { + -ms-flex-order: 10; + order: 10; +} + +.order-11 { + -ms-flex-order: 11; + order: 11; +} + +.order-12 { + -ms-flex-order: 12; + order: 12; +} + +.offset-1 { + margin-left: 8.333333%; +} + +.offset-2 { + margin-left: 16.666667%; +} + +.offset-3 { + margin-left: 25%; +} + +.offset-4 { + margin-left: 33.333333%; +} + +.offset-5 { + margin-left: 41.666667%; +} + +.offset-6 { + margin-left: 50%; +} + +.offset-7 { + margin-left: 58.333333%; +} + +.offset-8 { + margin-left: 66.666667%; +} + +.offset-9 { + margin-left: 75%; +} + +.offset-10 { + margin-left: 83.333333%; +} + +.offset-11 { + margin-left: 91.666667%; +} + +@media (min-width: 576px) { + .col-sm { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-sm-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: none; + } + .col-sm-1 { + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; + } + .col-sm-2 { + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; + } + .col-sm-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .col-sm-4 { + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; + } + .col-sm-5 { + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; + } + .col-sm-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .col-sm-7 { + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; + } + .col-sm-8 { + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; + } + .col-sm-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-sm-10 { + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; + } + .col-sm-11 { + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; + } + .col-sm-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .order-sm-first { + -ms-flex-order: -1; + order: -1; + } + .order-sm-last { + -ms-flex-order: 13; + order: 13; + } + .order-sm-0 { + -ms-flex-order: 0; + order: 0; + } + .order-sm-1 { + -ms-flex-order: 1; + order: 1; + } + .order-sm-2 { + -ms-flex-order: 2; + order: 2; + } + .order-sm-3 { + -ms-flex-order: 3; + order: 3; + } + .order-sm-4 { + -ms-flex-order: 4; + order: 4; + } + .order-sm-5 { + -ms-flex-order: 5; + order: 5; + } + .order-sm-6 { + -ms-flex-order: 6; + order: 6; + } + .order-sm-7 { + -ms-flex-order: 7; + order: 7; + } + .order-sm-8 { + -ms-flex-order: 8; + order: 8; + } + .order-sm-9 { + -ms-flex-order: 9; + order: 9; + } + .order-sm-10 { + -ms-flex-order: 10; + order: 10; + } + .order-sm-11 { + -ms-flex-order: 11; + order: 11; + } + .order-sm-12 { + -ms-flex-order: 12; + order: 12; + } + .offset-sm-0 { + margin-left: 0; + } + .offset-sm-1 { + margin-left: 8.333333%; + } + .offset-sm-2 { + margin-left: 16.666667%; + } + .offset-sm-3 { + margin-left: 25%; + } + .offset-sm-4 { + margin-left: 33.333333%; + } + .offset-sm-5 { + margin-left: 41.666667%; + } + .offset-sm-6 { + margin-left: 50%; + } + .offset-sm-7 { + margin-left: 58.333333%; + } + .offset-sm-8 { + margin-left: 66.666667%; + } + .offset-sm-9 { + margin-left: 75%; + } + .offset-sm-10 { + margin-left: 83.333333%; + } + .offset-sm-11 { + margin-left: 91.666667%; + } +} + +@media (min-width: 768px) { + .col-md { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-md-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: none; + } + .col-md-1 { + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; + } + .col-md-2 { + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; + } + .col-md-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .col-md-4 { + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; + } + .col-md-5 { + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; + } + .col-md-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .col-md-7 { + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; + } + .col-md-8 { + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; + } + .col-md-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-md-10 { + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; + } + .col-md-11 { + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; + } + .col-md-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .order-md-first { + -ms-flex-order: -1; + order: -1; + } + .order-md-last { + -ms-flex-order: 13; + order: 13; + } + .order-md-0 { + -ms-flex-order: 0; + order: 0; + } + .order-md-1 { + -ms-flex-order: 1; + order: 1; + } + .order-md-2 { + -ms-flex-order: 2; + order: 2; + } + .order-md-3 { + -ms-flex-order: 3; + order: 3; + } + .order-md-4 { + -ms-flex-order: 4; + order: 4; + } + .order-md-5 { + -ms-flex-order: 5; + order: 5; + } + .order-md-6 { + -ms-flex-order: 6; + order: 6; + } + .order-md-7 { + -ms-flex-order: 7; + order: 7; + } + .order-md-8 { + -ms-flex-order: 8; + order: 8; + } + .order-md-9 { + -ms-flex-order: 9; + order: 9; + } + .order-md-10 { + -ms-flex-order: 10; + order: 10; + } + .order-md-11 { + -ms-flex-order: 11; + order: 11; + } + .order-md-12 { + -ms-flex-order: 12; + order: 12; + } + .offset-md-0 { + margin-left: 0; + } + .offset-md-1 { + margin-left: 8.333333%; + } + .offset-md-2 { + margin-left: 16.666667%; + } + .offset-md-3 { + margin-left: 25%; + } + .offset-md-4 { + margin-left: 33.333333%; + } + .offset-md-5 { + margin-left: 41.666667%; + } + .offset-md-6 { + margin-left: 50%; + } + .offset-md-7 { + margin-left: 58.333333%; + } + .offset-md-8 { + margin-left: 66.666667%; + } + .offset-md-9 { + margin-left: 75%; + } + .offset-md-10 { + margin-left: 83.333333%; + } + .offset-md-11 { + margin-left: 91.666667%; + } +} + +@media (min-width: 992px) { + .col-lg { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-lg-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: none; + } + .col-lg-1 { + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; + } + .col-lg-2 { + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; + } + .col-lg-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .col-lg-4 { + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; + } + .col-lg-5 { + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; + } + .col-lg-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .col-lg-7 { + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; + } + .col-lg-8 { + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; + } + .col-lg-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-lg-10 { + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; + } + .col-lg-11 { + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; + } + .col-lg-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .order-lg-first { + -ms-flex-order: -1; + order: -1; + } + .order-lg-last { + -ms-flex-order: 13; + order: 13; + } + .order-lg-0 { + -ms-flex-order: 0; + order: 0; + } + .order-lg-1 { + -ms-flex-order: 1; + order: 1; + } + .order-lg-2 { + -ms-flex-order: 2; + order: 2; + } + .order-lg-3 { + -ms-flex-order: 3; + order: 3; + } + .order-lg-4 { + -ms-flex-order: 4; + order: 4; + } + .order-lg-5 { + -ms-flex-order: 5; + order: 5; + } + .order-lg-6 { + -ms-flex-order: 6; + order: 6; + } + .order-lg-7 { + -ms-flex-order: 7; + order: 7; + } + .order-lg-8 { + -ms-flex-order: 8; + order: 8; + } + .order-lg-9 { + -ms-flex-order: 9; + order: 9; + } + .order-lg-10 { + -ms-flex-order: 10; + order: 10; + } + .order-lg-11 { + -ms-flex-order: 11; + order: 11; + } + .order-lg-12 { + -ms-flex-order: 12; + order: 12; + } + .offset-lg-0 { + margin-left: 0; + } + .offset-lg-1 { + margin-left: 8.333333%; + } + .offset-lg-2 { + margin-left: 16.666667%; + } + .offset-lg-3 { + margin-left: 25%; + } + .offset-lg-4 { + margin-left: 33.333333%; + } + .offset-lg-5 { + margin-left: 41.666667%; + } + .offset-lg-6 { + margin-left: 50%; + } + .offset-lg-7 { + margin-left: 58.333333%; + } + .offset-lg-8 { + margin-left: 66.666667%; + } + .offset-lg-9 { + margin-left: 75%; + } + .offset-lg-10 { + margin-left: 83.333333%; + } + .offset-lg-11 { + margin-left: 91.666667%; + } +} + +@media (min-width: 1200px) { + .col-xl { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-xl-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: none; + } + .col-xl-1 { + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; + } + .col-xl-2 { + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; + } + .col-xl-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .col-xl-4 { + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; + } + .col-xl-5 { + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; + } + .col-xl-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .col-xl-7 { + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; + } + .col-xl-8 { + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; + } + .col-xl-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-xl-10 { + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; + } + .col-xl-11 { + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; + } + .col-xl-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .order-xl-first { + -ms-flex-order: -1; + order: -1; + } + .order-xl-last { + -ms-flex-order: 13; + order: 13; + } + .order-xl-0 { + -ms-flex-order: 0; + order: 0; + } + .order-xl-1 { + -ms-flex-order: 1; + order: 1; + } + .order-xl-2 { + -ms-flex-order: 2; + order: 2; + } + .order-xl-3 { + -ms-flex-order: 3; + order: 3; + } + .order-xl-4 { + -ms-flex-order: 4; + order: 4; + } + .order-xl-5 { + -ms-flex-order: 5; + order: 5; + } + .order-xl-6 { + -ms-flex-order: 6; + order: 6; + } + .order-xl-7 { + -ms-flex-order: 7; + order: 7; + } + .order-xl-8 { + -ms-flex-order: 8; + order: 8; + } + .order-xl-9 { + -ms-flex-order: 9; + order: 9; + } + .order-xl-10 { + -ms-flex-order: 10; + order: 10; + } + .order-xl-11 { + -ms-flex-order: 11; + order: 11; + } + .order-xl-12 { + -ms-flex-order: 12; + order: 12; + } + .offset-xl-0 { + margin-left: 0; + } + .offset-xl-1 { + margin-left: 8.333333%; + } + .offset-xl-2 { + margin-left: 16.666667%; + } + .offset-xl-3 { + margin-left: 25%; + } + .offset-xl-4 { + margin-left: 33.333333%; + } + .offset-xl-5 { + margin-left: 41.666667%; + } + .offset-xl-6 { + margin-left: 50%; + } + .offset-xl-7 { + margin-left: 58.333333%; + } + .offset-xl-8 { + margin-left: 66.666667%; + } + .offset-xl-9 { + margin-left: 75%; + } + .offset-xl-10 { + margin-left: 83.333333%; + } + .offset-xl-11 { + margin-left: 91.666667%; + } +} + +.table { + width: 100%; + max-width: 100%; + margin-bottom: 1rem; + background-color: transparent; +} + +.table th, +.table td { + padding: 0.75rem; + vertical-align: top; + border-top: 1px solid #dee2e6; +} + +.table thead th { + vertical-align: bottom; + border-bottom: 2px solid #dee2e6; +} + +.table tbody + tbody { + border-top: 2px solid #dee2e6; +} + +.table .table { + background-color: #fff; +} + +.table-sm th, +.table-sm td { + padding: 0.3rem; +} + +.table-bordered { + border: 1px solid #dee2e6; +} + +.table-bordered th, +.table-bordered td { + border: 1px solid #dee2e6; +} + +.table-bordered thead th, +.table-bordered thead td { + border-bottom-width: 2px; +} + +.table-borderless th, +.table-borderless td, +.table-borderless thead th, +.table-borderless tbody + tbody { + border: 0; +} + +.table-striped tbody tr:nth-of-type(odd) { + background-color: rgba(0, 0, 0, 0.05); +} + +.table-hover tbody tr:hover { + background-color: rgba(0, 0, 0, 0.075); +} + +.table-primary, +.table-primary > th, +.table-primary > td { + background-color: #b8daff; +} + +.table-hover .table-primary:hover { + background-color: #9fcdff; +} + +.table-hover .table-primary:hover > td, +.table-hover .table-primary:hover > th { + background-color: #9fcdff; +} + +.table-secondary, +.table-secondary > th, +.table-secondary > td { + background-color: #d6d8db; +} + +.table-hover .table-secondary:hover { + background-color: #c8cbcf; +} + +.table-hover .table-secondary:hover > td, +.table-hover .table-secondary:hover > th { + background-color: #c8cbcf; +} + +.table-success, +.table-success > th, +.table-success > td { + background-color: #c3e6cb; +} + +.table-hover .table-success:hover { + background-color: #b1dfbb; +} + +.table-hover .table-success:hover > td, +.table-hover .table-success:hover > th { + background-color: #b1dfbb; +} + +.table-info, +.table-info > th, +.table-info > td { + background-color: #bee5eb; +} + +.table-hover .table-info:hover { + background-color: #abdde5; +} + +.table-hover .table-info:hover > td, +.table-hover .table-info:hover > th { + background-color: #abdde5; +} + +.table-warning, +.table-warning > th, +.table-warning > td { + background-color: #ffeeba; +} + +.table-hover .table-warning:hover { + background-color: #ffe8a1; +} + +.table-hover .table-warning:hover > td, +.table-hover .table-warning:hover > th { + background-color: #ffe8a1; +} + +.table-danger, +.table-danger > th, +.table-danger > td { + background-color: #f5c6cb; +} + +.table-hover .table-danger:hover { + background-color: #f1b0b7; +} + +.table-hover .table-danger:hover > td, +.table-hover .table-danger:hover > th { + background-color: #f1b0b7; +} + +.table-light, +.table-light > th, +.table-light > td { + background-color: #fdfdfe; +} + +.table-hover .table-light:hover { + background-color: #ececf6; +} + +.table-hover .table-light:hover > td, +.table-hover .table-light:hover > th { + background-color: #ececf6; +} + +.table-dark, +.table-dark > th, +.table-dark > td { + background-color: #c6c8ca; +} + +.table-hover .table-dark:hover { + background-color: #b9bbbe; +} + +.table-hover .table-dark:hover > td, +.table-hover .table-dark:hover > th { + background-color: #b9bbbe; +} + +.table-active, +.table-active > th, +.table-active > td { + background-color: rgba(0, 0, 0, 0.075); +} + +.table-hover .table-active:hover { + background-color: rgba(0, 0, 0, 0.075); +} + +.table-hover .table-active:hover > td, +.table-hover .table-active:hover > th { + background-color: rgba(0, 0, 0, 0.075); +} + +.table .thead-dark th { + color: #fff; + background-color: #212529; + border-color: #32383e; +} + +.table .thead-light th { + color: #495057; + background-color: #e9ecef; + border-color: #dee2e6; +} + +.table-dark { + color: #fff; + background-color: #212529; +} + +.table-dark th, +.table-dark td, +.table-dark thead th { + border-color: #32383e; +} + +.table-dark.table-bordered { + border: 0; +} + +.table-dark.table-striped tbody tr:nth-of-type(odd) { + background-color: rgba(255, 255, 255, 0.05); +} + +.table-dark.table-hover tbody tr:hover { + background-color: rgba(255, 255, 255, 0.075); +} + +@media (max-width: 575.98px) { + .table-responsive-sm { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; + } + .table-responsive-sm > .table-bordered { + border: 0; + } +} + +@media (max-width: 767.98px) { + .table-responsive-md { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; + } + .table-responsive-md > .table-bordered { + border: 0; + } +} + +@media (max-width: 991.98px) { + .table-responsive-lg { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; + } + .table-responsive-lg > .table-bordered { + border: 0; + } +} + +@media (max-width: 1199.98px) { + .table-responsive-xl { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; + } + .table-responsive-xl > .table-bordered { + border: 0; + } +} + +.table-responsive { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; +} + +.table-responsive > .table-bordered { + border: 0; +} + +.form-control { + display: block; + width: 100%; + padding: 0.375rem 0.75rem; + font-size: 1rem; + line-height: 1.5; + color: #495057; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #ced4da; + border-radius: 0.25rem; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} + +@media screen and (prefers-reduced-motion: reduce) { + .form-control { + transition: none; + } +} + +.form-control::-ms-expand { + background-color: transparent; + border: 0; +} + +.form-control:focus { + color: #495057; + background-color: #fff; + border-color: #80bdff; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.form-control::-webkit-input-placeholder { + color: #6c757d; + opacity: 1; +} + +.form-control::-moz-placeholder { + color: #6c757d; + opacity: 1; +} + +.form-control:-ms-input-placeholder { + color: #6c757d; + opacity: 1; +} + +.form-control::-ms-input-placeholder { + color: #6c757d; + opacity: 1; +} + +.form-control::placeholder { + color: #6c757d; + opacity: 1; +} + +.form-control:disabled, .form-control[readonly] { + background-color: #e9ecef; + opacity: 1; +} + +select.form-control:not([size]):not([multiple]) { + height: calc(2.25rem + 2px); +} + +select.form-control:focus::-ms-value { + color: #495057; + background-color: #fff; +} + +.form-control-file, +.form-control-range { + display: block; + width: 100%; +} + +.col-form-label { + padding-top: calc(0.375rem + 1px); + padding-bottom: calc(0.375rem + 1px); + margin-bottom: 0; + font-size: inherit; + line-height: 1.5; +} + +.col-form-label-lg { + padding-top: calc(0.5rem + 1px); + padding-bottom: calc(0.5rem + 1px); + font-size: 1.25rem; + line-height: 1.5; +} + +.col-form-label-sm { + padding-top: calc(0.25rem + 1px); + padding-bottom: calc(0.25rem + 1px); + font-size: 0.875rem; + line-height: 1.5; +} + +.form-control-plaintext { + display: block; + width: 100%; + padding-top: 0.375rem; + padding-bottom: 0.375rem; + margin-bottom: 0; + line-height: 1.5; + color: #212529; + background-color: transparent; + border: solid transparent; + border-width: 1px 0; +} + +.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, +.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text, +.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, +.input-group-sm > .input-group-prepend > .form-control-plaintext.btn, +.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, +.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, +.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, +.input-group-lg > .input-group-prepend > .form-control-plaintext.btn, +.input-group-lg > .input-group-append > .form-control-plaintext.btn { + padding-right: 0; + padding-left: 0; +} + +.form-control-sm, .input-group-sm > .form-control, +.input-group-sm > .input-group-prepend > .input-group-text, +.input-group-sm > .input-group-append > .input-group-text, +.input-group-sm > .input-group-prepend > .btn, +.input-group-sm > .input-group-append > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + line-height: 1.5; + border-radius: 0.2rem; +} + +select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), +.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), +.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), +.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), +.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) { + height: calc(1.8125rem + 2px); +} + +.form-control-lg, .input-group-lg > .form-control, +.input-group-lg > .input-group-prepend > .input-group-text, +.input-group-lg > .input-group-append > .input-group-text, +.input-group-lg > .input-group-prepend > .btn, +.input-group-lg > .input-group-append > .btn { + padding: 0.5rem 1rem; + font-size: 1.25rem; + line-height: 1.5; + border-radius: 0.3rem; +} + +select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), +.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), +.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), +.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), +.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) { + height: calc(2.875rem + 2px); +} + +.form-group { + margin-bottom: 1rem; +} + +.form-text { + display: block; + margin-top: 0.25rem; +} + +.form-row { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: -5px; + margin-left: -5px; +} + +.form-row > .col, +.form-row > [class*="col-"] { + padding-right: 5px; + padding-left: 5px; +} + +.form-check { + position: relative; + display: block; + padding-left: 1.25rem; +} + +.form-check-input { + position: absolute; + margin-top: 0.3rem; + margin-left: -1.25rem; +} + +.form-check-input:disabled ~ .form-check-label { + color: #6c757d; +} + +.form-check-label { + margin-bottom: 0; +} + +.form-check-inline { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-align: center; + align-items: center; + padding-left: 0; + margin-right: 0.75rem; +} + +.form-check-inline .form-check-input { + position: static; + margin-top: 0; + margin-right: 0.3125rem; + margin-left: 0; +} + +.valid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 80%; + color: #28a745; +} + +.valid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: .5rem; + margin-top: .1rem; + font-size: .875rem; + line-height: 1; + color: #fff; + background-color: rgba(40, 167, 69, 0.8); + border-radius: .2rem; +} + +.was-validated .form-control:valid, .form-control.is-valid, .was-validated +.custom-select:valid, +.custom-select.is-valid { + border-color: #28a745; +} + +.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated +.custom-select:valid:focus, +.custom-select.is-valid:focus { + border-color: #28a745; + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); +} + +.was-validated .form-control:valid ~ .valid-feedback, +.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, +.form-control.is-valid ~ .valid-tooltip, .was-validated +.custom-select:valid ~ .valid-feedback, +.was-validated +.custom-select:valid ~ .valid-tooltip, +.custom-select.is-valid ~ .valid-feedback, +.custom-select.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .form-control-file:valid ~ .valid-feedback, +.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, +.form-control-file.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { + color: #28a745; +} + +.was-validated .form-check-input:valid ~ .valid-feedback, +.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, +.form-check-input.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label { + color: #28a745; +} + +.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { + background-color: #71dd8a; +} + +.was-validated .custom-control-input:valid ~ .valid-feedback, +.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, +.custom-control-input.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { + background-color: #34ce57; +} + +.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); +} + +.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { + border-color: #28a745; +} + +.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before { + border-color: inherit; +} + +.was-validated .custom-file-input:valid ~ .valid-feedback, +.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, +.custom-file-input.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); +} + +.invalid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 80%; + color: #dc3545; +} + +.invalid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: .5rem; + margin-top: .1rem; + font-size: .875rem; + line-height: 1; + color: #fff; + background-color: rgba(220, 53, 69, 0.8); + border-radius: .2rem; +} + +.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated +.custom-select:invalid, +.custom-select.is-invalid { + border-color: #dc3545; +} + +.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated +.custom-select:invalid:focus, +.custom-select.is-invalid:focus { + border-color: #dc3545; + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +} + +.was-validated .form-control:invalid ~ .invalid-feedback, +.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, +.form-control.is-invalid ~ .invalid-tooltip, .was-validated +.custom-select:invalid ~ .invalid-feedback, +.was-validated +.custom-select:invalid ~ .invalid-tooltip, +.custom-select.is-invalid ~ .invalid-feedback, +.custom-select.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .form-control-file:invalid ~ .invalid-feedback, +.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, +.form-control-file.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { + color: #dc3545; +} + +.was-validated .form-check-input:invalid ~ .invalid-feedback, +.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, +.form-check-input.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label { + color: #dc3545; +} + +.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { + background-color: #efa2a9; +} + +.was-validated .custom-control-input:invalid ~ .invalid-feedback, +.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, +.custom-control-input.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before { + background-color: #e4606d; +} + +.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +} + +.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label { + border-color: #dc3545; +} + +.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before { + border-color: inherit; +} + +.was-validated .custom-file-input:invalid ~ .invalid-feedback, +.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, +.custom-file-input.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label { + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +} + +.form-inline { + display: -ms-flexbox; + display: flex; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -ms-flex-align: center; + align-items: center; +} + +.form-inline .form-check { + width: 100%; +} + +@media (min-width: 576px) { + .form-inline label { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; + margin-bottom: 0; + } + .form-inline .form-group { + display: -ms-flexbox; + display: flex; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -ms-flex-align: center; + align-items: center; + margin-bottom: 0; + } + .form-inline .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } + .form-inline .form-control-plaintext { + display: inline-block; + } + .form-inline .input-group, + .form-inline .custom-select { + width: auto; + } + .form-inline .form-check { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; + width: auto; + padding-left: 0; + } + .form-inline .form-check-input { + position: relative; + margin-top: 0; + margin-right: 0.25rem; + margin-left: 0; + } + .form-inline .custom-control { + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; + } + .form-inline .custom-control-label { + margin-bottom: 0; + } +} + +.btn { + display: inline-block; + font-weight: 400; + text-align: center; + white-space: nowrap; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + padding: 0.375rem 0.75rem; + font-size: 1rem; + line-height: 1.5; + border-radius: 0.25rem; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} + +@media screen and (prefers-reduced-motion: reduce) { + .btn { + transition: none; + } +} + +.btn:hover, .btn:focus { + text-decoration: none; +} + +.btn:focus, .btn.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.btn.disabled, .btn:disabled { + opacity: 0.65; +} + +.btn:not(:disabled):not(.disabled) { + cursor: pointer; +} + +.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active { + background-image: none; +} + +a.btn.disabled, +fieldset:disabled a.btn { + pointer-events: none; +} + +.btn-primary { + color: #fff; + background-color: #007bff; + border-color: #007bff; +} + +.btn-primary:hover { + color: #fff; + background-color: #0069d9; + border-color: #0062cc; +} + +.btn-primary:focus, .btn-primary.focus { + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); +} + +.btn-primary.disabled, .btn-primary:disabled { + color: #fff; + background-color: #007bff; + border-color: #007bff; +} + +.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, +.show > .btn-primary.dropdown-toggle { + color: #fff; + background-color: #0062cc; + border-color: #005cbf; +} + +.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, +.show > .btn-primary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); +} + +.btn-secondary { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; +} + +.btn-secondary:hover { + color: #fff; + background-color: #5a6268; + border-color: #545b62; +} + +.btn-secondary:focus, .btn-secondary.focus { + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); +} + +.btn-secondary.disabled, .btn-secondary:disabled { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; +} + +.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, +.show > .btn-secondary.dropdown-toggle { + color: #fff; + background-color: #545b62; + border-color: #4e555b; +} + +.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, +.show > .btn-secondary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); +} + +.btn-success { + color: #fff; + background-color: #28a745; + border-color: #28a745; +} + +.btn-success:hover { + color: #fff; + background-color: #218838; + border-color: #1e7e34; +} + +.btn-success:focus, .btn-success.focus { + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); +} + +.btn-success.disabled, .btn-success:disabled { + color: #fff; + background-color: #28a745; + border-color: #28a745; +} + +.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, +.show > .btn-success.dropdown-toggle { + color: #fff; + background-color: #1e7e34; + border-color: #1c7430; +} + +.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, +.show > .btn-success.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); +} + +.btn-info { + color: #fff; + background-color: #17a2b8; + border-color: #17a2b8; +} + +.btn-info:hover { + color: #fff; + background-color: #138496; + border-color: #117a8b; +} + +.btn-info:focus, .btn-info.focus { + box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); +} + +.btn-info.disabled, .btn-info:disabled { + color: #fff; + background-color: #17a2b8; + border-color: #17a2b8; +} + +.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, +.show > .btn-info.dropdown-toggle { + color: #fff; + background-color: #117a8b; + border-color: #10707f; +} + +.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, +.show > .btn-info.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); +} + +.btn-warning { + color: #212529; + background-color: #ffc107; + border-color: #ffc107; +} + +.btn-warning:hover { + color: #212529; + background-color: #e0a800; + border-color: #d39e00; +} + +.btn-warning:focus, .btn-warning.focus { + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); +} + +.btn-warning.disabled, .btn-warning:disabled { + color: #212529; + background-color: #ffc107; + border-color: #ffc107; +} + +.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, +.show > .btn-warning.dropdown-toggle { + color: #212529; + background-color: #d39e00; + border-color: #c69500; +} + +.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, +.show > .btn-warning.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); +} + +.btn-danger { + color: #fff; + background-color: #dc3545; + border-color: #dc3545; +} + +.btn-danger:hover { + color: #fff; + background-color: #c82333; + border-color: #bd2130; +} + +.btn-danger:focus, .btn-danger.focus { + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); +} + +.btn-danger.disabled, .btn-danger:disabled { + color: #fff; + background-color: #dc3545; + border-color: #dc3545; +} + +.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, +.show > .btn-danger.dropdown-toggle { + color: #fff; + background-color: #bd2130; + border-color: #b21f2d; +} + +.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, +.show > .btn-danger.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); +} + +.btn-light { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; +} + +.btn-light:hover { + color: #212529; + background-color: #e2e6ea; + border-color: #dae0e5; +} + +.btn-light:focus, .btn-light.focus { + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); +} + +.btn-light.disabled, .btn-light:disabled { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; +} + +.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, +.show > .btn-light.dropdown-toggle { + color: #212529; + background-color: #dae0e5; + border-color: #d3d9df; +} + +.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, +.show > .btn-light.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); +} + +.btn-dark { + color: #fff; + background-color: #343a40; + border-color: #343a40; +} + +.btn-dark:hover { + color: #fff; + background-color: #23272b; + border-color: #1d2124; +} + +.btn-dark:focus, .btn-dark.focus { + box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); +} + +.btn-dark.disabled, .btn-dark:disabled { + color: #fff; + background-color: #343a40; + border-color: #343a40; +} + +.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, +.show > .btn-dark.dropdown-toggle { + color: #fff; + background-color: #1d2124; + border-color: #171a1d; +} + +.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, +.show > .btn-dark.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); +} + +.btn-outline-primary { + color: #007bff; + background-color: transparent; + background-image: none; + border-color: #007bff; +} + +.btn-outline-primary:hover { + color: #fff; + background-color: #007bff; + border-color: #007bff; +} + +.btn-outline-primary:focus, .btn-outline-primary.focus { + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); +} + +.btn-outline-primary.disabled, .btn-outline-primary:disabled { + color: #007bff; + background-color: transparent; +} + +.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, +.show > .btn-outline-primary.dropdown-toggle { + color: #fff; + background-color: #007bff; + border-color: #007bff; +} + +.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-primary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); +} + +.btn-outline-secondary { + color: #6c757d; + background-color: transparent; + background-image: none; + border-color: #6c757d; +} + +.btn-outline-secondary:hover { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; +} + +.btn-outline-secondary:focus, .btn-outline-secondary.focus { + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); +} + +.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { + color: #6c757d; + background-color: transparent; +} + +.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, +.show > .btn-outline-secondary.dropdown-toggle { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; +} + +.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-secondary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); +} + +.btn-outline-success { + color: #28a745; + background-color: transparent; + background-image: none; + border-color: #28a745; +} + +.btn-outline-success:hover { + color: #fff; + background-color: #28a745; + border-color: #28a745; +} + +.btn-outline-success:focus, .btn-outline-success.focus { + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); +} + +.btn-outline-success.disabled, .btn-outline-success:disabled { + color: #28a745; + background-color: transparent; +} + +.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, +.show > .btn-outline-success.dropdown-toggle { + color: #fff; + background-color: #28a745; + border-color: #28a745; +} + +.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-success.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); +} + +.btn-outline-info { + color: #17a2b8; + background-color: transparent; + background-image: none; + border-color: #17a2b8; +} + +.btn-outline-info:hover { + color: #fff; + background-color: #17a2b8; + border-color: #17a2b8; +} + +.btn-outline-info:focus, .btn-outline-info.focus { + box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); +} + +.btn-outline-info.disabled, .btn-outline-info:disabled { + color: #17a2b8; + background-color: transparent; +} + +.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, +.show > .btn-outline-info.dropdown-toggle { + color: #fff; + background-color: #17a2b8; + border-color: #17a2b8; +} + +.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-info.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); +} + +.btn-outline-warning { + color: #ffc107; + background-color: transparent; + background-image: none; + border-color: #ffc107; +} + +.btn-outline-warning:hover { + color: #212529; + background-color: #ffc107; + border-color: #ffc107; +} + +.btn-outline-warning:focus, .btn-outline-warning.focus { + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); +} + +.btn-outline-warning.disabled, .btn-outline-warning:disabled { + color: #ffc107; + background-color: transparent; +} + +.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, +.show > .btn-outline-warning.dropdown-toggle { + color: #212529; + background-color: #ffc107; + border-color: #ffc107; +} + +.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-warning.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); +} + +.btn-outline-danger { + color: #dc3545; + background-color: transparent; + background-image: none; + border-color: #dc3545; +} + +.btn-outline-danger:hover { + color: #fff; + background-color: #dc3545; + border-color: #dc3545; +} + +.btn-outline-danger:focus, .btn-outline-danger.focus { + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); +} + +.btn-outline-danger.disabled, .btn-outline-danger:disabled { + color: #dc3545; + background-color: transparent; +} + +.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, +.show > .btn-outline-danger.dropdown-toggle { + color: #fff; + background-color: #dc3545; + border-color: #dc3545; +} + +.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-danger.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); +} + +.btn-outline-light { + color: #f8f9fa; + background-color: transparent; + background-image: none; + border-color: #f8f9fa; +} + +.btn-outline-light:hover { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; +} + +.btn-outline-light:focus, .btn-outline-light.focus { + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); +} + +.btn-outline-light.disabled, .btn-outline-light:disabled { + color: #f8f9fa; + background-color: transparent; +} + +.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, +.show > .btn-outline-light.dropdown-toggle { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; +} + +.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-light.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); +} + +.btn-outline-dark { + color: #343a40; + background-color: transparent; + background-image: none; + border-color: #343a40; +} + +.btn-outline-dark:hover { + color: #fff; + background-color: #343a40; + border-color: #343a40; +} + +.btn-outline-dark:focus, .btn-outline-dark.focus { + box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); +} + +.btn-outline-dark.disabled, .btn-outline-dark:disabled { + color: #343a40; + background-color: transparent; +} + +.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, +.show > .btn-outline-dark.dropdown-toggle { + color: #fff; + background-color: #343a40; + border-color: #343a40; +} + +.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-dark.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); +} + +.btn-link { + font-weight: 400; + color: #007bff; + background-color: transparent; +} + +.btn-link:hover { + color: #0056b3; + text-decoration: underline; + background-color: transparent; + border-color: transparent; +} + +.btn-link:focus, .btn-link.focus { + text-decoration: underline; + border-color: transparent; + box-shadow: none; +} + +.btn-link:disabled, .btn-link.disabled { + color: #6c757d; + pointer-events: none; +} + +.btn-lg, .btn-group-lg > .btn { + padding: 0.5rem 1rem; + font-size: 1.25rem; + line-height: 1.5; + border-radius: 0.3rem; +} + +.btn-sm, .btn-group-sm > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + line-height: 1.5; + border-radius: 0.2rem; +} + +.btn-block { + display: block; + width: 100%; +} + +.btn-block + .btn-block { + margin-top: 0.5rem; +} + +input[type="submit"].btn-block, +input[type="reset"].btn-block, +input[type="button"].btn-block { + width: 100%; +} + +.fade { + transition: opacity 0.15s linear; +} + +@media screen and (prefers-reduced-motion: reduce) { + .fade { + transition: none; + } +} + +.fade:not(.show) { + opacity: 0; +} + +.collapse:not(.show) { + display: none; +} + +.collapsing { + position: relative; + height: 0; + overflow: hidden; + transition: height 0.35s ease; +} + +@media screen and (prefers-reduced-motion: reduce) { + .collapsing { + transition: none; + } +} + +.dropup, +.dropright, +.dropdown, +.dropleft { + position: relative; +} + +.dropdown-toggle::after { + display: inline-block; + width: 0; + height: 0; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid; + border-right: 0.3em solid transparent; + border-bottom: 0; + border-left: 0.3em solid transparent; +} + +.dropdown-toggle:empty::after { + margin-left: 0; +} + +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 10rem; + padding: 0.5rem 0; + margin: 0.125rem 0 0; + font-size: 1rem; + color: #212529; + text-align: left; + list-style: none; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 0.25rem; +} + +.dropdown-menu-right { + right: 0; + left: auto; +} + +.dropup .dropdown-menu { + top: auto; + bottom: 100%; + margin-top: 0; + margin-bottom: 0.125rem; +} + +.dropup .dropdown-toggle::after { + display: inline-block; + width: 0; + height: 0; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0; + border-right: 0.3em solid transparent; + border-bottom: 0.3em solid; + border-left: 0.3em solid transparent; +} + +.dropup .dropdown-toggle:empty::after { + margin-left: 0; +} + +.dropright .dropdown-menu { + top: 0; + right: auto; + left: 100%; + margin-top: 0; + margin-left: 0.125rem; +} + +.dropright .dropdown-toggle::after { + display: inline-block; + width: 0; + height: 0; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid transparent; + border-right: 0; + border-bottom: 0.3em solid transparent; + border-left: 0.3em solid; +} + +.dropright .dropdown-toggle:empty::after { + margin-left: 0; +} + +.dropright .dropdown-toggle::after { + vertical-align: 0; +} + +.dropleft .dropdown-menu { + top: 0; + right: 100%; + left: auto; + margin-top: 0; + margin-right: 0.125rem; +} + +.dropleft .dropdown-toggle::after { + display: inline-block; + width: 0; + height: 0; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; +} + +.dropleft .dropdown-toggle::after { + display: none; +} + +.dropleft .dropdown-toggle::before { + display: inline-block; + width: 0; + height: 0; + margin-right: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid transparent; + border-right: 0.3em solid; + border-bottom: 0.3em solid transparent; +} + +.dropleft .dropdown-toggle:empty::after { + margin-left: 0; +} + +.dropleft .dropdown-toggle::before { + vertical-align: 0; +} + +.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] { + right: auto; + bottom: auto; +} + +.dropdown-divider { + height: 0; + margin: 0.5rem 0; + overflow: hidden; + border-top: 1px solid #e9ecef; +} + +.dropdown-item { + display: block; + width: 100%; + padding: 0.25rem 1.5rem; + clear: both; + font-weight: 400; + color: #212529; + text-align: inherit; + white-space: nowrap; + background-color: transparent; + border: 0; +} + +.dropdown-item:hover, .dropdown-item:focus { + color: #16181b; + text-decoration: none; + background-color: #f8f9fa; +} + +.dropdown-item.active, .dropdown-item:active { + color: #fff; + text-decoration: none; + background-color: #007bff; +} + +.dropdown-item.disabled, .dropdown-item:disabled { + color: #6c757d; + background-color: transparent; +} + +.dropdown-menu.show { + display: block; +} + +.dropdown-header { + display: block; + padding: 0.5rem 1.5rem; + margin-bottom: 0; + font-size: 0.875rem; + color: #6c757d; + white-space: nowrap; +} + +.dropdown-item-text { + display: block; + padding: 0.25rem 1.5rem; + color: #212529; +} + +.btn-group, +.btn-group-vertical { + position: relative; + display: -ms-inline-flexbox; + display: inline-flex; + vertical-align: middle; +} + +.btn-group > .btn, +.btn-group-vertical > .btn { + position: relative; + -ms-flex: 0 1 auto; + flex: 0 1 auto; +} + +.btn-group > .btn:hover, +.btn-group-vertical > .btn:hover { + z-index: 1; +} + +.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, +.btn-group-vertical > .btn:focus, +.btn-group-vertical > .btn:active, +.btn-group-vertical > .btn.active { + z-index: 1; +} + +.btn-group .btn + .btn, +.btn-group .btn + .btn-group, +.btn-group .btn-group + .btn, +.btn-group .btn-group + .btn-group, +.btn-group-vertical .btn + .btn, +.btn-group-vertical .btn + .btn-group, +.btn-group-vertical .btn-group + .btn, +.btn-group-vertical .btn-group + .btn-group { + margin-left: -1px; +} + +.btn-toolbar { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.btn-toolbar .input-group { + width: auto; +} + +.btn-group > .btn:first-child { + margin-left: 0; +} + +.btn-group > .btn:not(:last-child):not(.dropdown-toggle), +.btn-group > .btn-group:not(:last-child) > .btn { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.btn-group > .btn:not(:first-child), +.btn-group > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.dropdown-toggle-split { + padding-right: 0.5625rem; + padding-left: 0.5625rem; +} + +.dropdown-toggle-split::after, +.dropup .dropdown-toggle-split::after, +.dropright .dropdown-toggle-split::after { + margin-left: 0; +} + +.dropleft .dropdown-toggle-split::before { + margin-right: 0; +} + +.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { + padding-right: 0.375rem; + padding-left: 0.375rem; +} + +.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { + padding-right: 0.75rem; + padding-left: 0.75rem; +} + +.btn-group-vertical { + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-align: start; + align-items: flex-start; + -ms-flex-pack: center; + justify-content: center; +} + +.btn-group-vertical .btn, +.btn-group-vertical .btn-group { + width: 100%; +} + +.btn-group-vertical > .btn + .btn, +.btn-group-vertical > .btn + .btn-group, +.btn-group-vertical > .btn-group + .btn, +.btn-group-vertical > .btn-group + .btn-group { + margin-top: -1px; + margin-left: 0; +} + +.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), +.btn-group-vertical > .btn-group:not(:last-child) > .btn { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} + +.btn-group-vertical > .btn:not(:first-child), +.btn-group-vertical > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.btn-group-toggle > .btn, +.btn-group-toggle > .btn-group > .btn { + margin-bottom: 0; +} + +.btn-group-toggle > .btn input[type="radio"], +.btn-group-toggle > .btn input[type="checkbox"], +.btn-group-toggle > .btn-group > .btn input[type="radio"], +.btn-group-toggle > .btn-group > .btn input[type="checkbox"] { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none; +} + +.input-group { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-align: stretch; + align-items: stretch; + width: 100%; +} + +.input-group > .form-control, +.input-group > .custom-select, +.input-group > .custom-file { + position: relative; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + width: 1%; + margin-bottom: 0; +} + +.input-group > .form-control:focus, +.input-group > .custom-select:focus, +.input-group > .custom-file:focus { + z-index: 3; +} + +.input-group > .form-control + .form-control, +.input-group > .form-control + .custom-select, +.input-group > .form-control + .custom-file, +.input-group > .custom-select + .form-control, +.input-group > .custom-select + .custom-select, +.input-group > .custom-select + .custom-file, +.input-group > .custom-file + .form-control, +.input-group > .custom-file + .custom-select, +.input-group > .custom-file + .custom-file { + margin-left: -1px; +} + +.input-group > .form-control:not(:last-child), +.input-group > .custom-select:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.input-group > .form-control:not(:first-child), +.input-group > .custom-select:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.input-group > .custom-file { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.input-group > .custom-file:not(:last-child) .custom-file-label, +.input-group > .custom-file:not(:last-child) .custom-file-label::after { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.input-group > .custom-file:not(:first-child) .custom-file-label { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.input-group-prepend, +.input-group-append { + display: -ms-flexbox; + display: flex; +} + +.input-group-prepend .btn, +.input-group-append .btn { + position: relative; + z-index: 2; +} + +.input-group-prepend .btn + .btn, +.input-group-prepend .btn + .input-group-text, +.input-group-prepend .input-group-text + .input-group-text, +.input-group-prepend .input-group-text + .btn, +.input-group-append .btn + .btn, +.input-group-append .btn + .input-group-text, +.input-group-append .input-group-text + .input-group-text, +.input-group-append .input-group-text + .btn { + margin-left: -1px; +} + +.input-group-prepend { + margin-right: -1px; +} + +.input-group-append { + margin-left: -1px; +} + +.input-group-text { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + padding: 0.375rem 0.75rem; + margin-bottom: 0; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + text-align: center; + white-space: nowrap; + background-color: #e9ecef; + border: 1px solid #ced4da; + border-radius: 0.25rem; +} + +.input-group-text input[type="radio"], +.input-group-text input[type="checkbox"] { + margin-top: 0; +} + +.input-group > .input-group-prepend > .btn, +.input-group > .input-group-prepend > .input-group-text, +.input-group > .input-group-append:not(:last-child) > .btn, +.input-group > .input-group-append:not(:last-child) > .input-group-text, +.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.input-group > .input-group-append > .btn, +.input-group > .input-group-append > .input-group-text, +.input-group > .input-group-prepend:not(:first-child) > .btn, +.input-group > .input-group-prepend:not(:first-child) > .input-group-text, +.input-group > .input-group-prepend:first-child > .btn:not(:first-child), +.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.custom-control { + position: relative; + display: block; + min-height: 1.5rem; + padding-left: 1.5rem; +} + +.custom-control-inline { + display: -ms-inline-flexbox; + display: inline-flex; + margin-right: 1rem; +} + +.custom-control-input { + position: absolute; + z-index: -1; + opacity: 0; +} + +.custom-control-input:checked ~ .custom-control-label::before { + color: #fff; + background-color: #007bff; +} + +.custom-control-input:focus ~ .custom-control-label::before { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.custom-control-input:active ~ .custom-control-label::before { + color: #fff; + background-color: #b3d7ff; +} + +.custom-control-input:disabled ~ .custom-control-label { + color: #6c757d; +} + +.custom-control-input:disabled ~ .custom-control-label::before { + background-color: #e9ecef; +} + +.custom-control-label { + position: relative; + margin-bottom: 0; +} + +.custom-control-label::before { + position: absolute; + top: 0.25rem; + left: -1.5rem; + display: block; + width: 1rem; + height: 1rem; + pointer-events: none; + content: ""; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-color: #dee2e6; +} + +.custom-control-label::after { + position: absolute; + top: 0.25rem; + left: -1.5rem; + display: block; + width: 1rem; + height: 1rem; + content: ""; + background-repeat: no-repeat; + background-position: center center; + background-size: 50% 50%; +} + +.custom-checkbox .custom-control-label::before { + border-radius: 0.25rem; +} + +.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { + background-color: #007bff; +} + +.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); +} + +.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { + background-color: #007bff; +} + +.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); +} + +.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { + background-color: rgba(0, 123, 255, 0.5); +} + +.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { + background-color: rgba(0, 123, 255, 0.5); +} + +.custom-radio .custom-control-label::before { + border-radius: 50%; +} + +.custom-radio .custom-control-input:checked ~ .custom-control-label::before { + background-color: #007bff; +} + +.custom-radio .custom-control-input:checked ~ .custom-control-label::after { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); +} + +.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { + background-color: rgba(0, 123, 255, 0.5); +} + +.custom-select { + display: inline-block; + width: 100%; + height: calc(2.25rem + 2px); + padding: 0.375rem 1.75rem 0.375rem 0.75rem; + line-height: 1.5; + color: #495057; + vertical-align: middle; + background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; + background-size: 8px 10px; + border: 1px solid #ced4da; + border-radius: 0.25rem; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} + +.custom-select:focus { + border-color: #80bdff; + outline: 0; + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); +} + +.custom-select:focus::-ms-value { + color: #495057; + background-color: #fff; +} + +.custom-select[multiple], .custom-select[size]:not([size="1"]) { + height: auto; + padding-right: 0.75rem; + background-image: none; +} + +.custom-select:disabled { + color: #6c757d; + background-color: #e9ecef; +} + +.custom-select::-ms-expand { + opacity: 0; +} + +.custom-select-sm { + height: calc(1.8125rem + 2px); + padding-top: 0.375rem; + padding-bottom: 0.375rem; + font-size: 75%; +} + +.custom-select-lg { + height: calc(2.875rem + 2px); + padding-top: 0.375rem; + padding-bottom: 0.375rem; + font-size: 125%; +} + +.custom-file { + position: relative; + display: inline-block; + width: 100%; + height: calc(2.25rem + 2px); + margin-bottom: 0; +} + +.custom-file-input { + position: relative; + z-index: 2; + width: 100%; + height: calc(2.25rem + 2px); + margin: 0; + opacity: 0; +} + +.custom-file-input:focus ~ .custom-file-label { + border-color: #80bdff; + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.custom-file-input:focus ~ .custom-file-label::after { + border-color: #80bdff; +} + +.custom-file-input:lang(en) ~ .custom-file-label::after { + content: "Browse"; +} + +.custom-file-label { + position: absolute; + top: 0; + right: 0; + left: 0; + z-index: 1; + height: calc(2.25rem + 2px); + padding: 0.375rem 0.75rem; + line-height: 1.5; + color: #495057; + background-color: #fff; + border: 1px solid #ced4da; + border-radius: 0.25rem; +} + +.custom-file-label::after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + z-index: 3; + display: block; + height: 2.25rem; + padding: 0.375rem 0.75rem; + line-height: 1.5; + color: #495057; + content: "Browse"; + background-color: #e9ecef; + border-left: 1px solid #ced4da; + border-radius: 0 0.25rem 0.25rem 0; +} + +.custom-range { + width: 100%; + padding-left: 0; + background-color: transparent; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} + +.custom-range:focus { + outline: none; +} + +.custom-range::-moz-focus-outer { + border: 0; +} + +.custom-range::-webkit-slider-thumb { + width: 1rem; + height: 1rem; + margin-top: -0.25rem; + background-color: #007bff; + border: 0; + border-radius: 1rem; + -webkit-appearance: none; + appearance: none; +} + +.custom-range::-webkit-slider-thumb:focus { + outline: none; + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.custom-range::-webkit-slider-thumb:active { + background-color: #b3d7ff; +} + +.custom-range::-webkit-slider-runnable-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; +} + +.custom-range::-moz-range-thumb { + width: 1rem; + height: 1rem; + background-color: #007bff; + border: 0; + border-radius: 1rem; + -moz-appearance: none; + appearance: none; +} + +.custom-range::-moz-range-thumb:focus { + outline: none; + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.custom-range::-moz-range-thumb:active { + background-color: #b3d7ff; +} + +.custom-range::-moz-range-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; +} + +.custom-range::-ms-thumb { + width: 1rem; + height: 1rem; + background-color: #007bff; + border: 0; + border-radius: 1rem; + appearance: none; +} + +.custom-range::-ms-thumb:focus { + outline: none; + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.custom-range::-ms-thumb:active { + background-color: #b3d7ff; +} + +.custom-range::-ms-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: transparent; + border-color: transparent; + border-width: 0.5rem; +} + +.custom-range::-ms-fill-lower { + background-color: #dee2e6; + border-radius: 1rem; +} + +.custom-range::-ms-fill-upper { + margin-right: 15px; + background-color: #dee2e6; + border-radius: 1rem; +} + +.nav { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} + +.nav-link { + display: block; + padding: 0.5rem 1rem; +} + +.nav-link:hover, .nav-link:focus { + text-decoration: none; +} + +.nav-link.disabled { + color: #6c757d; +} + +.nav-tabs { + border-bottom: 1px solid #dee2e6; +} + +.nav-tabs .nav-item { + margin-bottom: -1px; +} + +.nav-tabs .nav-link { + border: 1px solid transparent; + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} + +.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { + border-color: #e9ecef #e9ecef #dee2e6; +} + +.nav-tabs .nav-link.disabled { + color: #6c757d; + background-color: transparent; + border-color: transparent; +} + +.nav-tabs .nav-link.active, +.nav-tabs .nav-item.show .nav-link { + color: #495057; + background-color: #fff; + border-color: #dee2e6 #dee2e6 #fff; +} + +.nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.nav-pills .nav-link { + border-radius: 0.25rem; +} + +.nav-pills .nav-link.active, +.nav-pills .show > .nav-link { + color: #fff; + background-color: #007bff; +} + +.nav-fill .nav-item { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + text-align: center; +} + +.nav-justified .nav-item { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + text-align: center; +} + +.tab-content > .tab-pane { + display: none; +} + +.tab-content > .active { + display: block; +} + +.navbar { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: justify; + justify-content: space-between; + padding: 0.5rem 1rem; +} + +.navbar > .container, +.navbar > .container-fluid { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: justify; + justify-content: space-between; +} + +.navbar-brand { + display: inline-block; + padding-top: 0.3125rem; + padding-bottom: 0.3125rem; + margin-right: 1rem; + font-size: 1.25rem; + line-height: inherit; + white-space: nowrap; +} + +.navbar-brand:hover, .navbar-brand:focus { + text-decoration: none; +} + +.navbar-nav { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} + +.navbar-nav .nav-link { + padding-right: 0; + padding-left: 0; +} + +.navbar-nav .dropdown-menu { + position: static; + float: none; +} + +.navbar-text { + display: inline-block; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} + +.navbar-collapse { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-align: center; + align-items: center; +} + +.navbar-toggler { + padding: 0.25rem 0.75rem; + font-size: 1.25rem; + line-height: 1; + background-color: transparent; + border: 1px solid transparent; + border-radius: 0.25rem; +} + +.navbar-toggler:hover, .navbar-toggler:focus { + text-decoration: none; +} + +.navbar-toggler:not(:disabled):not(.disabled) { + cursor: pointer; +} + +.navbar-toggler-icon { + display: inline-block; + width: 1.5em; + height: 1.5em; + vertical-align: middle; + content: ""; + background: no-repeat center center; + background-size: 100% 100%; +} + +@media (max-width: 575.98px) { + .navbar-expand-sm > .container, + .navbar-expand-sm > .container-fluid { + padding-right: 0; + padding-left: 0; + } +} + +@media (min-width: 576px) { + .navbar-expand-sm { + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -ms-flex-pack: start; + justify-content: flex-start; + } + .navbar-expand-sm .navbar-nav { + -ms-flex-direction: row; + flex-direction: row; + } + .navbar-expand-sm .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-sm .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-sm > .container, + .navbar-expand-sm > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + } + .navbar-expand-sm .navbar-collapse { + display: -ms-flexbox !important; + display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; + } + .navbar-expand-sm .navbar-toggler { + display: none; + } +} + +@media (max-width: 767.98px) { + .navbar-expand-md > .container, + .navbar-expand-md > .container-fluid { + padding-right: 0; + padding-left: 0; + } +} + +@media (min-width: 768px) { + .navbar-expand-md { + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -ms-flex-pack: start; + justify-content: flex-start; + } + .navbar-expand-md .navbar-nav { + -ms-flex-direction: row; + flex-direction: row; + } + .navbar-expand-md .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-md .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-md > .container, + .navbar-expand-md > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + } + .navbar-expand-md .navbar-collapse { + display: -ms-flexbox !important; + display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; + } + .navbar-expand-md .navbar-toggler { + display: none; + } +} + +@media (max-width: 991.98px) { + .navbar-expand-lg > .container, + .navbar-expand-lg > .container-fluid { + padding-right: 0; + padding-left: 0; + } +} + +@media (min-width: 992px) { + .navbar-expand-lg { + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -ms-flex-pack: start; + justify-content: flex-start; + } + .navbar-expand-lg .navbar-nav { + -ms-flex-direction: row; + flex-direction: row; + } + .navbar-expand-lg .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-lg .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-lg > .container, + .navbar-expand-lg > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + } + .navbar-expand-lg .navbar-collapse { + display: -ms-flexbox !important; + display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; + } + .navbar-expand-lg .navbar-toggler { + display: none; + } +} + +@media (max-width: 1199.98px) { + .navbar-expand-xl > .container, + .navbar-expand-xl > .container-fluid { + padding-right: 0; + padding-left: 0; + } +} + +@media (min-width: 1200px) { + .navbar-expand-xl { + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -ms-flex-pack: start; + justify-content: flex-start; + } + .navbar-expand-xl .navbar-nav { + -ms-flex-direction: row; + flex-direction: row; + } + .navbar-expand-xl .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-xl .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-xl > .container, + .navbar-expand-xl > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + } + .navbar-expand-xl .navbar-collapse { + display: -ms-flexbox !important; + display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; + } + .navbar-expand-xl .navbar-toggler { + display: none; + } +} + +.navbar-expand { + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.navbar-expand > .container, +.navbar-expand > .container-fluid { + padding-right: 0; + padding-left: 0; +} + +.navbar-expand .navbar-nav { + -ms-flex-direction: row; + flex-direction: row; +} + +.navbar-expand .navbar-nav .dropdown-menu { + position: absolute; +} + +.navbar-expand .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; +} + +.navbar-expand > .container, +.navbar-expand > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; +} + +.navbar-expand .navbar-collapse { + display: -ms-flexbox !important; + display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; +} + +.navbar-expand .navbar-toggler { + display: none; +} + +.navbar-light .navbar-brand { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-light .navbar-nav .nav-link { + color: rgba(0, 0, 0, 0.5); +} + +.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { + color: rgba(0, 0, 0, 0.7); +} + +.navbar-light .navbar-nav .nav-link.disabled { + color: rgba(0, 0, 0, 0.3); +} + +.navbar-light .navbar-nav .show > .nav-link, +.navbar-light .navbar-nav .active > .nav-link, +.navbar-light .navbar-nav .nav-link.show, +.navbar-light .navbar-nav .nav-link.active { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-light .navbar-toggler { + color: rgba(0, 0, 0, 0.5); + border-color: rgba(0, 0, 0, 0.1); +} + +.navbar-light .navbar-toggler-icon { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); +} + +.navbar-light .navbar-text { + color: rgba(0, 0, 0, 0.5); +} + +.navbar-light .navbar-text a { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-dark .navbar-brand { + color: #fff; +} + +.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { + color: #fff; +} + +.navbar-dark .navbar-nav .nav-link { + color: rgba(255, 255, 255, 0.5); +} + +.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { + color: rgba(255, 255, 255, 0.75); +} + +.navbar-dark .navbar-nav .nav-link.disabled { + color: rgba(255, 255, 255, 0.25); +} + +.navbar-dark .navbar-nav .show > .nav-link, +.navbar-dark .navbar-nav .active > .nav-link, +.navbar-dark .navbar-nav .nav-link.show, +.navbar-dark .navbar-nav .nav-link.active { + color: #fff; +} + +.navbar-dark .navbar-toggler { + color: rgba(255, 255, 255, 0.5); + border-color: rgba(255, 255, 255, 0.1); +} + +.navbar-dark .navbar-toggler-icon { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); +} + +.navbar-dark .navbar-text { + color: rgba(255, 255, 255, 0.5); +} + +.navbar-dark .navbar-text a { + color: #fff; +} + +.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { + color: #fff; +} + +.card { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + min-width: 0; + word-wrap: break-word; + background-color: #fff; + background-clip: border-box; + border: 1px solid rgba(0, 0, 0, 0.125); + border-radius: 0.25rem; +} + +.card > hr { + margin-right: 0; + margin-left: 0; +} + +.card > .list-group:first-child .list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} + +.card > .list-group:last-child .list-group-item:last-child { + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} + +.card-body { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + padding: 1.25rem; +} + +.card-title { + margin-bottom: 0.75rem; +} + +.card-subtitle { + margin-top: -0.375rem; + margin-bottom: 0; +} + +.card-text:last-child { + margin-bottom: 0; +} + +.card-link:hover { + text-decoration: none; +} + +.card-link + .card-link { + margin-left: 1.25rem; +} + +.card-header { + padding: 0.75rem 1.25rem; + margin-bottom: 0; + background-color: rgba(0, 0, 0, 0.03); + border-bottom: 1px solid rgba(0, 0, 0, 0.125); +} + +.card-header:first-child { + border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; +} + +.card-header + .list-group .list-group-item:first-child { + border-top: 0; +} + +.card-footer { + padding: 0.75rem 1.25rem; + background-color: rgba(0, 0, 0, 0.03); + border-top: 1px solid rgba(0, 0, 0, 0.125); +} + +.card-footer:last-child { + border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); +} + +.card-header-tabs { + margin-right: -0.625rem; + margin-bottom: -0.75rem; + margin-left: -0.625rem; + border-bottom: 0; +} + +.card-header-pills { + margin-right: -0.625rem; + margin-left: -0.625rem; +} + +.card-img-overlay { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + padding: 1.25rem; +} + +.card-img { + width: 100%; + border-radius: calc(0.25rem - 1px); +} + +.card-img-top { + width: 100%; + border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); +} + +.card-img-bottom { + width: 100%; + border-bottom-right-radius: calc(0.25rem - 1px); + border-bottom-left-radius: calc(0.25rem - 1px); +} + +.card-deck { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; +} + +.card-deck .card { + margin-bottom: 15px; +} + +@media (min-width: 576px) { + .card-deck { + -ms-flex-flow: row wrap; + flex-flow: row wrap; + margin-right: -15px; + margin-left: -15px; + } + .card-deck .card { + display: -ms-flexbox; + display: flex; + -ms-flex: 1 0 0%; + flex: 1 0 0%; + -ms-flex-direction: column; + flex-direction: column; + margin-right: 15px; + margin-bottom: 0; + margin-left: 15px; + } +} + +.card-group { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; +} + +.card-group > .card { + margin-bottom: 15px; +} + +@media (min-width: 576px) { + .card-group { + -ms-flex-flow: row wrap; + flex-flow: row wrap; + } + .card-group > .card { + -ms-flex: 1 0 0%; + flex: 1 0 0%; + margin-bottom: 0; + } + .card-group > .card + .card { + margin-left: 0; + border-left: 0; + } + .card-group > .card:first-child { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + } + .card-group > .card:first-child .card-img-top, + .card-group > .card:first-child .card-header { + border-top-right-radius: 0; + } + .card-group > .card:first-child .card-img-bottom, + .card-group > .card:first-child .card-footer { + border-bottom-right-radius: 0; + } + .card-group > .card:last-child { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } + .card-group > .card:last-child .card-img-top, + .card-group > .card:last-child .card-header { + border-top-left-radius: 0; + } + .card-group > .card:last-child .card-img-bottom, + .card-group > .card:last-child .card-footer { + border-bottom-left-radius: 0; + } + .card-group > .card:only-child { + border-radius: 0.25rem; + } + .card-group > .card:only-child .card-img-top, + .card-group > .card:only-child .card-header { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; + } + .card-group > .card:only-child .card-img-bottom, + .card-group > .card:only-child .card-footer { + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + } + .card-group > .card:not(:first-child):not(:last-child):not(:only-child) { + border-radius: 0; + } + .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, + .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, + .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, + .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer { + border-radius: 0; + } +} + +.card-columns .card { + margin-bottom: 0.75rem; +} + +@media (min-width: 576px) { + .card-columns { + -webkit-column-count: 3; + -moz-column-count: 3; + column-count: 3; + -webkit-column-gap: 1.25rem; + -moz-column-gap: 1.25rem; + column-gap: 1.25rem; + orphans: 1; + widows: 1; + } + .card-columns .card { + display: inline-block; + width: 100%; + } +} + +.accordion .card:not(:first-of-type):not(:last-of-type) { + border-bottom: 0; + border-radius: 0; +} + +.accordion .card:not(:first-of-type) .card-header:first-child { + border-radius: 0; +} + +.accordion .card:first-of-type { + border-bottom: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} + +.accordion .card:last-of-type { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.breadcrumb { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + padding: 0.75rem 1rem; + margin-bottom: 1rem; + list-style: none; + background-color: #e9ecef; + border-radius: 0.25rem; +} + +.breadcrumb-item + .breadcrumb-item { + padding-left: 0.5rem; +} + +.breadcrumb-item + .breadcrumb-item::before { + display: inline-block; + padding-right: 0.5rem; + color: #6c757d; + content: "/"; +} + +.breadcrumb-item + .breadcrumb-item:hover::before { + text-decoration: underline; +} + +.breadcrumb-item + .breadcrumb-item:hover::before { + text-decoration: none; +} + +.breadcrumb-item.active { + color: #6c757d; +} + +.pagination { + display: -ms-flexbox; + display: flex; + padding-left: 0; + list-style: none; + border-radius: 0.25rem; +} + +.page-link { + position: relative; + display: block; + padding: 0.5rem 0.75rem; + margin-left: -1px; + line-height: 1.25; + color: #007bff; + background-color: #fff; + border: 1px solid #dee2e6; +} + +.page-link:hover { + z-index: 2; + color: #0056b3; + text-decoration: none; + background-color: #e9ecef; + border-color: #dee2e6; +} + +.page-link:focus { + z-index: 2; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.page-link:not(:disabled):not(.disabled) { + cursor: pointer; +} + +.page-item:first-child .page-link { + margin-left: 0; + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} + +.page-item:last-child .page-link { + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; +} + +.page-item.active .page-link { + z-index: 1; + color: #fff; + background-color: #007bff; + border-color: #007bff; +} + +.page-item.disabled .page-link { + color: #6c757d; + pointer-events: none; + cursor: auto; + background-color: #fff; + border-color: #dee2e6; +} + +.pagination-lg .page-link { + padding: 0.75rem 1.5rem; + font-size: 1.25rem; + line-height: 1.5; +} + +.pagination-lg .page-item:first-child .page-link { + border-top-left-radius: 0.3rem; + border-bottom-left-radius: 0.3rem; +} + +.pagination-lg .page-item:last-child .page-link { + border-top-right-radius: 0.3rem; + border-bottom-right-radius: 0.3rem; +} + +.pagination-sm .page-link { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + line-height: 1.5; +} + +.pagination-sm .page-item:first-child .page-link { + border-top-left-radius: 0.2rem; + border-bottom-left-radius: 0.2rem; +} + +.pagination-sm .page-item:last-child .page-link { + border-top-right-radius: 0.2rem; + border-bottom-right-radius: 0.2rem; +} + +.badge { + display: inline-block; + padding: 0.25em 0.4em; + font-size: 75%; + font-weight: 700; + line-height: 1; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: 0.25rem; +} + +.badge:empty { + display: none; +} + +.btn .badge { + position: relative; + top: -1px; +} + +.badge-pill { + padding-right: 0.6em; + padding-left: 0.6em; + border-radius: 10rem; +} + +.badge-primary { + color: #fff; + background-color: #007bff; +} + +.badge-primary[href]:hover, .badge-primary[href]:focus { + color: #fff; + text-decoration: none; + background-color: #0062cc; +} + +.badge-secondary { + color: #fff; + background-color: #6c757d; +} + +.badge-secondary[href]:hover, .badge-secondary[href]:focus { + color: #fff; + text-decoration: none; + background-color: #545b62; +} + +.badge-success { + color: #fff; + background-color: #28a745; +} + +.badge-success[href]:hover, .badge-success[href]:focus { + color: #fff; + text-decoration: none; + background-color: #1e7e34; +} + +.badge-info { + color: #fff; + background-color: #17a2b8; +} + +.badge-info[href]:hover, .badge-info[href]:focus { + color: #fff; + text-decoration: none; + background-color: #117a8b; +} + +.badge-warning { + color: #212529; + background-color: #ffc107; +} + +.badge-warning[href]:hover, .badge-warning[href]:focus { + color: #212529; + text-decoration: none; + background-color: #d39e00; +} + +.badge-danger { + color: #fff; + background-color: #dc3545; +} + +.badge-danger[href]:hover, .badge-danger[href]:focus { + color: #fff; + text-decoration: none; + background-color: #bd2130; +} + +.badge-light { + color: #212529; + background-color: #f8f9fa; +} + +.badge-light[href]:hover, .badge-light[href]:focus { + color: #212529; + text-decoration: none; + background-color: #dae0e5; +} + +.badge-dark { + color: #fff; + background-color: #343a40; +} + +.badge-dark[href]:hover, .badge-dark[href]:focus { + color: #fff; + text-decoration: none; + background-color: #1d2124; +} + +.jumbotron { + padding: 2rem 1rem; + margin-bottom: 2rem; + background-color: #e9ecef; + border-radius: 0.3rem; +} + +@media (min-width: 576px) { + .jumbotron { + padding: 4rem 2rem; + } +} + +.jumbotron-fluid { + padding-right: 0; + padding-left: 0; + border-radius: 0; +} + +.alert { + position: relative; + padding: 0.75rem 1.25rem; + margin-bottom: 1rem; + border: 1px solid transparent; + border-radius: 0.25rem; +} + +.alert-heading { + color: inherit; +} + +.alert-link { + font-weight: 700; +} + +.alert-dismissible { + padding-right: 4rem; +} + +.alert-dismissible .close { + position: absolute; + top: 0; + right: 0; + padding: 0.75rem 1.25rem; + color: inherit; +} + +.alert-primary { + color: #004085; + background-color: #cce5ff; + border-color: #b8daff; +} + +.alert-primary hr { + border-top-color: #9fcdff; +} + +.alert-primary .alert-link { + color: #002752; +} + +.alert-secondary { + color: #383d41; + background-color: #e2e3e5; + border-color: #d6d8db; +} + +.alert-secondary hr { + border-top-color: #c8cbcf; +} + +.alert-secondary .alert-link { + color: #202326; +} + +.alert-success { + color: #155724; + background-color: #d4edda; + border-color: #c3e6cb; +} + +.alert-success hr { + border-top-color: #b1dfbb; +} + +.alert-success .alert-link { + color: #0b2e13; +} + +.alert-info { + color: #0c5460; + background-color: #d1ecf1; + border-color: #bee5eb; +} + +.alert-info hr { + border-top-color: #abdde5; +} + +.alert-info .alert-link { + color: #062c33; +} + +.alert-warning { + color: #856404; + background-color: #fff3cd; + border-color: #ffeeba; +} + +.alert-warning hr { + border-top-color: #ffe8a1; +} + +.alert-warning .alert-link { + color: #533f03; +} + +.alert-danger { + color: #721c24; + background-color: #f8d7da; + border-color: #f5c6cb; +} + +.alert-danger hr { + border-top-color: #f1b0b7; +} + +.alert-danger .alert-link { + color: #491217; +} + +.alert-light { + color: #818182; + background-color: #fefefe; + border-color: #fdfdfe; +} + +.alert-light hr { + border-top-color: #ececf6; +} + +.alert-light .alert-link { + color: #686868; +} + +.alert-dark { + color: #1b1e21; + background-color: #d6d8d9; + border-color: #c6c8ca; +} + +.alert-dark hr { + border-top-color: #b9bbbe; +} + +.alert-dark .alert-link { + color: #040505; +} + +@-webkit-keyframes progress-bar-stripes { + from { + background-position: 1rem 0; + } + to { + background-position: 0 0; + } +} + +@keyframes progress-bar-stripes { + from { + background-position: 1rem 0; + } + to { + background-position: 0 0; + } +} + +.progress { + display: -ms-flexbox; + display: flex; + height: 1rem; + overflow: hidden; + font-size: 0.75rem; + background-color: #e9ecef; + border-radius: 0.25rem; +} + +.progress-bar { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + color: #fff; + text-align: center; + white-space: nowrap; + background-color: #007bff; + transition: width 0.6s ease; +} + +@media screen and (prefers-reduced-motion: reduce) { + .progress-bar { + transition: none; + } +} + +.progress-bar-striped { + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-size: 1rem 1rem; +} + +.progress-bar-animated { + -webkit-animation: progress-bar-stripes 1s linear infinite; + animation: progress-bar-stripes 1s linear infinite; +} + +.media { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; +} + +.media-body { + -ms-flex: 1; + flex: 1; +} + +.list-group { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; +} + +.list-group-item-action { + width: 100%; + color: #495057; + text-align: inherit; +} + +.list-group-item-action:hover, .list-group-item-action:focus { + color: #495057; + text-decoration: none; + background-color: #f8f9fa; +} + +.list-group-item-action:active { + color: #212529; + background-color: #e9ecef; +} + +.list-group-item { + position: relative; + display: block; + padding: 0.75rem 1.25rem; + margin-bottom: -1px; + background-color: #fff; + border: 1px solid rgba(0, 0, 0, 0.125); +} + +.list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} + +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} + +.list-group-item:hover, .list-group-item:focus { + z-index: 1; + text-decoration: none; +} + +.list-group-item.disabled, .list-group-item:disabled { + color: #6c757d; + background-color: #fff; +} + +.list-group-item.active { + z-index: 2; + color: #fff; + background-color: #007bff; + border-color: #007bff; +} + +.list-group-flush .list-group-item { + border-right: 0; + border-left: 0; + border-radius: 0; +} + +.list-group-flush:first-child .list-group-item:first-child { + border-top: 0; +} + +.list-group-flush:last-child .list-group-item:last-child { + border-bottom: 0; +} + +.list-group-item-primary { + color: #004085; + background-color: #b8daff; +} + +.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { + color: #004085; + background-color: #9fcdff; +} + +.list-group-item-primary.list-group-item-action.active { + color: #fff; + background-color: #004085; + border-color: #004085; +} + +.list-group-item-secondary { + color: #383d41; + background-color: #d6d8db; +} + +.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { + color: #383d41; + background-color: #c8cbcf; +} + +.list-group-item-secondary.list-group-item-action.active { + color: #fff; + background-color: #383d41; + border-color: #383d41; +} + +.list-group-item-success { + color: #155724; + background-color: #c3e6cb; +} + +.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { + color: #155724; + background-color: #b1dfbb; +} + +.list-group-item-success.list-group-item-action.active { + color: #fff; + background-color: #155724; + border-color: #155724; +} + +.list-group-item-info { + color: #0c5460; + background-color: #bee5eb; +} + +.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { + color: #0c5460; + background-color: #abdde5; +} + +.list-group-item-info.list-group-item-action.active { + color: #fff; + background-color: #0c5460; + border-color: #0c5460; +} + +.list-group-item-warning { + color: #856404; + background-color: #ffeeba; +} + +.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { + color: #856404; + background-color: #ffe8a1; +} + +.list-group-item-warning.list-group-item-action.active { + color: #fff; + background-color: #856404; + border-color: #856404; +} + +.list-group-item-danger { + color: #721c24; + background-color: #f5c6cb; +} + +.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { + color: #721c24; + background-color: #f1b0b7; +} + +.list-group-item-danger.list-group-item-action.active { + color: #fff; + background-color: #721c24; + border-color: #721c24; +} + +.list-group-item-light { + color: #818182; + background-color: #fdfdfe; +} + +.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { + color: #818182; + background-color: #ececf6; +} + +.list-group-item-light.list-group-item-action.active { + color: #fff; + background-color: #818182; + border-color: #818182; +} + +.list-group-item-dark { + color: #1b1e21; + background-color: #c6c8ca; +} + +.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { + color: #1b1e21; + background-color: #b9bbbe; +} + +.list-group-item-dark.list-group-item-action.active { + color: #fff; + background-color: #1b1e21; + border-color: #1b1e21; +} + +.close { + float: right; + font-size: 1.5rem; + font-weight: 700; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + opacity: .5; +} + +.close:hover, .close:focus { + color: #000; + text-decoration: none; + opacity: .75; +} + +.close:not(:disabled):not(.disabled) { + cursor: pointer; +} + +button.close { + padding: 0; + background-color: transparent; + border: 0; + -webkit-appearance: none; +} + +.modal-open { + overflow: hidden; +} + +.modal { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1050; + display: none; + overflow: hidden; + outline: 0; +} + +.modal-open .modal { + overflow-x: hidden; + overflow-y: auto; +} + +.modal-dialog { + position: relative; + width: auto; + margin: 0.5rem; + pointer-events: none; +} + +.modal.fade .modal-dialog { + transition: -webkit-transform 0.3s ease-out; + transition: transform 0.3s ease-out; + transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; + -webkit-transform: translate(0, -25%); + transform: translate(0, -25%); +} + +@media screen and (prefers-reduced-motion: reduce) { + .modal.fade .modal-dialog { + transition: none; + } +} + +.modal.show .modal-dialog { + -webkit-transform: translate(0, 0); + transform: translate(0, 0); +} + +.modal-dialog-centered { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + min-height: calc(100% - (0.5rem * 2)); +} + +.modal-content { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + width: 100%; + pointer-events: auto; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 0.3rem; + outline: 0; +} + +.modal-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1040; + background-color: #000; +} + +.modal-backdrop.fade { + opacity: 0; +} + +.modal-backdrop.show { + opacity: 0.5; +} + +.modal-header { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; + -ms-flex-pack: justify; + justify-content: space-between; + padding: 1rem; + border-bottom: 1px solid #e9ecef; + border-top-left-radius: 0.3rem; + border-top-right-radius: 0.3rem; +} + +.modal-header .close { + padding: 1rem; + margin: -1rem -1rem -1rem auto; +} + +.modal-title { + margin-bottom: 0; + line-height: 1.5; +} + +.modal-body { + position: relative; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + padding: 1rem; +} + +.modal-footer { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: end; + justify-content: flex-end; + padding: 1rem; + border-top: 1px solid #e9ecef; +} + +.modal-footer > :not(:first-child) { + margin-left: .25rem; +} + +.modal-footer > :not(:last-child) { + margin-right: .25rem; +} + +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; +} + +@media (min-width: 576px) { + .modal-dialog { + max-width: 500px; + margin: 1.75rem auto; + } + .modal-dialog-centered { + min-height: calc(100% - (1.75rem * 2)); + } + .modal-sm { + max-width: 300px; + } +} + +@media (min-width: 992px) { + .modal-lg { + max-width: 800px; + } +} + +.tooltip { + position: absolute; + z-index: 1070; + display: block; + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-style: normal; + font-weight: 400; + line-height: 1.5; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: 0.875rem; + word-wrap: break-word; + opacity: 0; +} + +.tooltip.show { + opacity: 0.9; +} + +.tooltip .arrow { + position: absolute; + display: block; + width: 0.8rem; + height: 0.4rem; +} + +.tooltip .arrow::before { + position: absolute; + content: ""; + border-color: transparent; + border-style: solid; +} + +.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] { + padding: 0.4rem 0; +} + +.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow { + bottom: 0; +} + +.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { + top: 0; + border-width: 0.4rem 0.4rem 0; + border-top-color: #000; +} + +.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] { + padding: 0 0.4rem; +} + +.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow { + left: 0; + width: 0.4rem; + height: 0.8rem; +} + +.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { + right: 0; + border-width: 0.4rem 0.4rem 0.4rem 0; + border-right-color: #000; +} + +.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] { + padding: 0.4rem 0; +} + +.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow { + top: 0; +} + +.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { + bottom: 0; + border-width: 0 0.4rem 0.4rem; + border-bottom-color: #000; +} + +.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] { + padding: 0 0.4rem; +} + +.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow { + right: 0; + width: 0.4rem; + height: 0.8rem; +} + +.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { + left: 0; + border-width: 0.4rem 0 0.4rem 0.4rem; + border-left-color: #000; +} + +.tooltip-inner { + max-width: 200px; + padding: 0.25rem 0.5rem; + color: #fff; + text-align: center; + background-color: #000; + border-radius: 0.25rem; +} + +.popover { + position: absolute; + top: 0; + left: 0; + z-index: 1060; + display: block; + max-width: 276px; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-style: normal; + font-weight: 400; + line-height: 1.5; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: 0.875rem; + word-wrap: break-word; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 0.3rem; +} + +.popover .arrow { + position: absolute; + display: block; + width: 1rem; + height: 0.5rem; + margin: 0 0.3rem; +} + +.popover .arrow::before, .popover .arrow::after { + position: absolute; + display: block; + content: ""; + border-color: transparent; + border-style: solid; +} + +.bs-popover-top, .bs-popover-auto[x-placement^="top"] { + margin-bottom: 0.5rem; +} + +.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow { + bottom: calc((0.5rem + 1px) * -1); +} + +.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, +.bs-popover-top .arrow::after, +.bs-popover-auto[x-placement^="top"] .arrow::after { + border-width: 0.5rem 0.5rem 0; +} + +.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before { + bottom: 0; + border-top-color: rgba(0, 0, 0, 0.25); +} + + +.bs-popover-top .arrow::after, +.bs-popover-auto[x-placement^="top"] .arrow::after { + bottom: 1px; + border-top-color: #fff; +} + +.bs-popover-right, .bs-popover-auto[x-placement^="right"] { + margin-left: 0.5rem; +} + +.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow { + left: calc((0.5rem + 1px) * -1); + width: 0.5rem; + height: 1rem; + margin: 0.3rem 0; +} + +.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, +.bs-popover-right .arrow::after, +.bs-popover-auto[x-placement^="right"] .arrow::after { + border-width: 0.5rem 0.5rem 0.5rem 0; +} + +.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before { + left: 0; + border-right-color: rgba(0, 0, 0, 0.25); +} + + +.bs-popover-right .arrow::after, +.bs-popover-auto[x-placement^="right"] .arrow::after { + left: 1px; + border-right-color: #fff; +} + +.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] { + margin-top: 0.5rem; +} + +.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow { + top: calc((0.5rem + 1px) * -1); +} + +.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, +.bs-popover-bottom .arrow::after, +.bs-popover-auto[x-placement^="bottom"] .arrow::after { + border-width: 0 0.5rem 0.5rem 0.5rem; +} + +.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before { + top: 0; + border-bottom-color: rgba(0, 0, 0, 0.25); +} + + +.bs-popover-bottom .arrow::after, +.bs-popover-auto[x-placement^="bottom"] .arrow::after { + top: 1px; + border-bottom-color: #fff; +} + +.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before { + position: absolute; + top: 0; + left: 50%; + display: block; + width: 1rem; + margin-left: -0.5rem; + content: ""; + border-bottom: 1px solid #f7f7f7; +} + +.bs-popover-left, .bs-popover-auto[x-placement^="left"] { + margin-right: 0.5rem; +} + +.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow { + right: calc((0.5rem + 1px) * -1); + width: 0.5rem; + height: 1rem; + margin: 0.3rem 0; +} + +.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, +.bs-popover-left .arrow::after, +.bs-popover-auto[x-placement^="left"] .arrow::after { + border-width: 0.5rem 0 0.5rem 0.5rem; +} + +.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before { + right: 0; + border-left-color: rgba(0, 0, 0, 0.25); +} + + +.bs-popover-left .arrow::after, +.bs-popover-auto[x-placement^="left"] .arrow::after { + right: 1px; + border-left-color: #fff; +} + +.popover-header { + padding: 0.5rem 0.75rem; + margin-bottom: 0; + font-size: 1rem; + color: inherit; + background-color: #f7f7f7; + border-bottom: 1px solid #ebebeb; + border-top-left-radius: calc(0.3rem - 1px); + border-top-right-radius: calc(0.3rem - 1px); +} + +.popover-header:empty { + display: none; +} + +.popover-body { + padding: 0.5rem 0.75rem; + color: #212529; +} + +.carousel { + position: relative; +} + +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; +} + +.carousel-item { + position: relative; + display: none; + -ms-flex-align: center; + align-items: center; + width: 100%; + transition: -webkit-transform 0.6s ease; + transition: transform 0.6s ease; + transition: transform 0.6s ease, -webkit-transform 0.6s ease; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-perspective: 1000px; + perspective: 1000px; +} + +@media screen and (prefers-reduced-motion: reduce) { + .carousel-item { + transition: none; + } +} + +.carousel-item.active, +.carousel-item-next, +.carousel-item-prev { + display: block; +} + +.carousel-item-next, +.carousel-item-prev { + position: absolute; + top: 0; +} + +.carousel-item-next.carousel-item-left, +.carousel-item-prev.carousel-item-right { + -webkit-transform: translateX(0); + transform: translateX(0); +} + +@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { + .carousel-item-next.carousel-item-left, + .carousel-item-prev.carousel-item-right { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.carousel-item-next, +.active.carousel-item-right { + -webkit-transform: translateX(100%); + transform: translateX(100%); +} + +@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { + .carousel-item-next, + .active.carousel-item-right { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.carousel-item-prev, +.active.carousel-item-left { + -webkit-transform: translateX(-100%); + transform: translateX(-100%); +} + +@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { + .carousel-item-prev, + .active.carousel-item-left { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.carousel-fade .carousel-item { + opacity: 0; + transition-duration: .6s; + transition-property: opacity; +} + +.carousel-fade .carousel-item.active, +.carousel-fade .carousel-item-next.carousel-item-left, +.carousel-fade .carousel-item-prev.carousel-item-right { + opacity: 1; +} + +.carousel-fade .active.carousel-item-left, +.carousel-fade .active.carousel-item-right { + opacity: 0; +} + +.carousel-fade .carousel-item-next, +.carousel-fade .carousel-item-prev, +.carousel-fade .carousel-item.active, +.carousel-fade .active.carousel-item-left, +.carousel-fade .active.carousel-item-prev { + -webkit-transform: translateX(0); + transform: translateX(0); +} + +@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { + .carousel-fade .carousel-item-next, + .carousel-fade .carousel-item-prev, + .carousel-fade .carousel-item.active, + .carousel-fade .active.carousel-item-left, + .carousel-fade .active.carousel-item-prev { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.carousel-control-prev, +.carousel-control-next { + position: absolute; + top: 0; + bottom: 0; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; + width: 15%; + color: #fff; + text-align: center; + opacity: 0.5; +} + +.carousel-control-prev:hover, .carousel-control-prev:focus, +.carousel-control-next:hover, +.carousel-control-next:focus { + color: #fff; + text-decoration: none; + outline: 0; + opacity: .9; +} + +.carousel-control-prev { + left: 0; +} + +.carousel-control-next { + right: 0; +} + +.carousel-control-prev-icon, +.carousel-control-next-icon { + display: inline-block; + width: 20px; + height: 20px; + background: transparent no-repeat center center; + background-size: 100% 100%; +} + +.carousel-control-prev-icon { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); +} + +.carousel-control-next-icon { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); +} + +.carousel-indicators { + position: absolute; + right: 0; + bottom: 10px; + left: 0; + z-index: 15; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + padding-left: 0; + margin-right: 15%; + margin-left: 15%; + list-style: none; +} + +.carousel-indicators li { + position: relative; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + width: 30px; + height: 3px; + margin-right: 3px; + margin-left: 3px; + text-indent: -999px; + cursor: pointer; + background-color: rgba(255, 255, 255, 0.5); +} + +.carousel-indicators li::before { + position: absolute; + top: -10px; + left: 0; + display: inline-block; + width: 100%; + height: 10px; + content: ""; +} + +.carousel-indicators li::after { + position: absolute; + bottom: -10px; + left: 0; + display: inline-block; + width: 100%; + height: 10px; + content: ""; +} + +.carousel-indicators .active { + background-color: #fff; +} + +.carousel-caption { + position: absolute; + right: 15%; + bottom: 20px; + left: 15%; + z-index: 10; + padding-top: 20px; + padding-bottom: 20px; + color: #fff; + text-align: center; +} + +.align-baseline { + vertical-align: baseline !important; +} + +.align-top { + vertical-align: top !important; +} + +.align-middle { + vertical-align: middle !important; +} + +.align-bottom { + vertical-align: bottom !important; +} + +.align-text-bottom { + vertical-align: text-bottom !important; +} + +.align-text-top { + vertical-align: text-top !important; +} + +.bg-primary { + background-color: #007bff !important; +} + +a.bg-primary:hover, a.bg-primary:focus, +button.bg-primary:hover, +button.bg-primary:focus { + background-color: #0062cc !important; +} + +.bg-secondary { + background-color: #6c757d !important; +} + +a.bg-secondary:hover, a.bg-secondary:focus, +button.bg-secondary:hover, +button.bg-secondary:focus { + background-color: #545b62 !important; +} + +.bg-success { + background-color: #28a745 !important; +} + +a.bg-success:hover, a.bg-success:focus, +button.bg-success:hover, +button.bg-success:focus { + background-color: #1e7e34 !important; +} + +.bg-info { + background-color: #17a2b8 !important; +} + +a.bg-info:hover, a.bg-info:focus, +button.bg-info:hover, +button.bg-info:focus { + background-color: #117a8b !important; +} + +.bg-warning { + background-color: #ffc107 !important; +} + +a.bg-warning:hover, a.bg-warning:focus, +button.bg-warning:hover, +button.bg-warning:focus { + background-color: #d39e00 !important; +} + +.bg-danger { + background-color: #dc3545 !important; +} + +a.bg-danger:hover, a.bg-danger:focus, +button.bg-danger:hover, +button.bg-danger:focus { + background-color: #bd2130 !important; +} + +.bg-light { + background-color: #f8f9fa !important; +} + +a.bg-light:hover, a.bg-light:focus, +button.bg-light:hover, +button.bg-light:focus { + background-color: #dae0e5 !important; +} + +.bg-dark { + background-color: #343a40 !important; +} + +a.bg-dark:hover, a.bg-dark:focus, +button.bg-dark:hover, +button.bg-dark:focus { + background-color: #1d2124 !important; +} + +.bg-white { + background-color: #fff !important; +} + +.bg-transparent { + background-color: transparent !important; +} + +.border { + border: 1px solid #dee2e6 !important; +} + +.border-top { + border-top: 1px solid #dee2e6 !important; +} + +.border-right { + border-right: 1px solid #dee2e6 !important; +} + +.border-bottom { + border-bottom: 1px solid #dee2e6 !important; +} + +.border-left { + border-left: 1px solid #dee2e6 !important; +} + +.border-0 { + border: 0 !important; +} + +.border-top-0 { + border-top: 0 !important; +} + +.border-right-0 { + border-right: 0 !important; +} + +.border-bottom-0 { + border-bottom: 0 !important; +} + +.border-left-0 { + border-left: 0 !important; +} + +.border-primary { + border-color: #007bff !important; +} + +.border-secondary { + border-color: #6c757d !important; +} + +.border-success { + border-color: #28a745 !important; +} + +.border-info { + border-color: #17a2b8 !important; +} + +.border-warning { + border-color: #ffc107 !important; +} + +.border-danger { + border-color: #dc3545 !important; +} + +.border-light { + border-color: #f8f9fa !important; +} + +.border-dark { + border-color: #343a40 !important; +} + +.border-white { + border-color: #fff !important; +} + +.rounded { + border-radius: 0.25rem !important; +} + +.rounded-top { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; +} + +.rounded-right { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; +} + +.rounded-bottom { + border-bottom-right-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; +} + +.rounded-left { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; +} + +.rounded-circle { + border-radius: 50% !important; +} + +.rounded-0 { + border-radius: 0 !important; +} + +.clearfix::after { + display: block; + clear: both; + content: ""; +} + +.d-none { + display: none !important; +} + +.d-inline { + display: inline !important; +} + +.d-inline-block { + display: inline-block !important; +} + +.d-block { + display: block !important; +} + +.d-table { + display: table !important; +} + +.d-table-row { + display: table-row !important; +} + +.d-table-cell { + display: table-cell !important; +} + +.d-flex { + display: -ms-flexbox !important; + display: flex !important; +} + +.d-inline-flex { + display: -ms-inline-flexbox !important; + display: inline-flex !important; +} + +@media (min-width: 576px) { + .d-sm-none { + display: none !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-block { + display: block !important; + } + .d-sm-table { + display: table !important; + } + .d-sm-table-row { + display: table-row !important; + } + .d-sm-table-cell { + display: table-cell !important; + } + .d-sm-flex { + display: -ms-flexbox !important; + display: flex !important; + } + .d-sm-inline-flex { + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media (min-width: 768px) { + .d-md-none { + display: none !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-block { + display: block !important; + } + .d-md-table { + display: table !important; + } + .d-md-table-row { + display: table-row !important; + } + .d-md-table-cell { + display: table-cell !important; + } + .d-md-flex { + display: -ms-flexbox !important; + display: flex !important; + } + .d-md-inline-flex { + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media (min-width: 992px) { + .d-lg-none { + display: none !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-block { + display: block !important; + } + .d-lg-table { + display: table !important; + } + .d-lg-table-row { + display: table-row !important; + } + .d-lg-table-cell { + display: table-cell !important; + } + .d-lg-flex { + display: -ms-flexbox !important; + display: flex !important; + } + .d-lg-inline-flex { + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media (min-width: 1200px) { + .d-xl-none { + display: none !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-block { + display: block !important; + } + .d-xl-table { + display: table !important; + } + .d-xl-table-row { + display: table-row !important; + } + .d-xl-table-cell { + display: table-cell !important; + } + .d-xl-flex { + display: -ms-flexbox !important; + display: flex !important; + } + .d-xl-inline-flex { + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media print { + .d-print-none { + display: none !important; + } + .d-print-inline { + display: inline !important; + } + .d-print-inline-block { + display: inline-block !important; + } + .d-print-block { + display: block !important; + } + .d-print-table { + display: table !important; + } + .d-print-table-row { + display: table-row !important; + } + .d-print-table-cell { + display: table-cell !important; + } + .d-print-flex { + display: -ms-flexbox !important; + display: flex !important; + } + .d-print-inline-flex { + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +.embed-responsive { + position: relative; + display: block; + width: 100%; + padding: 0; + overflow: hidden; +} + +.embed-responsive::before { + display: block; + content: ""; +} + +.embed-responsive .embed-responsive-item, +.embed-responsive iframe, +.embed-responsive embed, +.embed-responsive object, +.embed-responsive video { + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 100%; + height: 100%; + border: 0; +} + +.embed-responsive-21by9::before { + padding-top: 42.857143%; +} + +.embed-responsive-16by9::before { + padding-top: 56.25%; +} + +.embed-responsive-4by3::before { + padding-top: 75%; +} + +.embed-responsive-1by1::before { + padding-top: 100%; +} + +.flex-row { + -ms-flex-direction: row !important; + flex-direction: row !important; +} + +.flex-column { + -ms-flex-direction: column !important; + flex-direction: column !important; +} + +.flex-row-reverse { + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; +} + +.flex-column-reverse { + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; +} + +.flex-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; +} + +.flex-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; +} + +.flex-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; +} + +.flex-fill { + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; +} + +.flex-grow-0 { + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; +} + +.flex-grow-1 { + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; +} + +.flex-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; +} + +.flex-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; +} + +.justify-content-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; +} + +.justify-content-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; +} + +.justify-content-center { + -ms-flex-pack: center !important; + justify-content: center !important; +} + +.justify-content-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; +} + +.justify-content-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; +} + +.align-items-start { + -ms-flex-align: start !important; + align-items: flex-start !important; +} + +.align-items-end { + -ms-flex-align: end !important; + align-items: flex-end !important; +} + +.align-items-center { + -ms-flex-align: center !important; + align-items: center !important; +} + +.align-items-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; +} + +.align-items-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; +} + +.align-content-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; +} + +.align-content-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; +} + +.align-content-center { + -ms-flex-line-pack: center !important; + align-content: center !important; +} + +.align-content-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; +} + +.align-content-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; +} + +.align-content-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; +} + +.align-self-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; +} + +.align-self-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; +} + +.align-self-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; +} + +.align-self-center { + -ms-flex-item-align: center !important; + align-self: center !important; +} + +.align-self-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; +} + +.align-self-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; +} + +@media (min-width: 576px) { + .flex-sm-row { + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-sm-column { + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-sm-row-reverse { + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-sm-column-reverse { + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } + .flex-sm-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-sm-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-sm-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-sm-fill { + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; + } + .flex-sm-grow-0 { + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-sm-grow-1 { + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-sm-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-sm-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } + .justify-content-sm-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-sm-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-sm-center { + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-sm-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-sm-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-sm-start { + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-sm-end { + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-sm-center { + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-sm-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-sm-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-sm-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-sm-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-sm-center { + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-sm-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-sm-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-sm-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-sm-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-sm-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-sm-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-sm-center { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-sm-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-sm-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +@media (min-width: 768px) { + .flex-md-row { + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-md-column { + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-md-row-reverse { + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-md-column-reverse { + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } + .flex-md-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-md-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-md-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-md-fill { + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; + } + .flex-md-grow-0 { + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-md-grow-1 { + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-md-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-md-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } + .justify-content-md-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-md-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-md-center { + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-md-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-md-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-md-start { + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-md-end { + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-md-center { + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-md-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-md-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-md-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-md-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-md-center { + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-md-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-md-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-md-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-md-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-md-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-md-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-md-center { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-md-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-md-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +@media (min-width: 992px) { + .flex-lg-row { + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-lg-column { + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-lg-row-reverse { + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-lg-column-reverse { + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } + .flex-lg-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-lg-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-lg-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-lg-fill { + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; + } + .flex-lg-grow-0 { + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-lg-grow-1 { + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-lg-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-lg-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } + .justify-content-lg-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-lg-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-lg-center { + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-lg-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-lg-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-lg-start { + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-lg-end { + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-lg-center { + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-lg-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-lg-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-lg-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-lg-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-lg-center { + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-lg-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-lg-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-lg-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-lg-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-lg-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-lg-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-lg-center { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-lg-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-lg-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +@media (min-width: 1200px) { + .flex-xl-row { + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-xl-column { + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-xl-row-reverse { + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-xl-column-reverse { + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } + .flex-xl-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-xl-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-xl-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-xl-fill { + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; + } + .flex-xl-grow-0 { + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-xl-grow-1 { + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-xl-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-xl-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } + .justify-content-xl-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-xl-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-xl-center { + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-xl-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-xl-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-xl-start { + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-xl-end { + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-xl-center { + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-xl-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-xl-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-xl-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-xl-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-xl-center { + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-xl-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-xl-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-xl-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-xl-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-xl-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-xl-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-xl-center { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-xl-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-xl-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +.float-left { + float: left !important; +} + +.float-right { + float: right !important; +} + +.float-none { + float: none !important; +} + +@media (min-width: 576px) { + .float-sm-left { + float: left !important; + } + .float-sm-right { + float: right !important; + } + .float-sm-none { + float: none !important; + } +} + +@media (min-width: 768px) { + .float-md-left { + float: left !important; + } + .float-md-right { + float: right !important; + } + .float-md-none { + float: none !important; + } +} + +@media (min-width: 992px) { + .float-lg-left { + float: left !important; + } + .float-lg-right { + float: right !important; + } + .float-lg-none { + float: none !important; + } +} + +@media (min-width: 1200px) { + .float-xl-left { + float: left !important; + } + .float-xl-right { + float: right !important; + } + .float-xl-none { + float: none !important; + } +} + +.position-static { + position: static !important; +} + +.position-relative { + position: relative !important; +} + +.position-absolute { + position: absolute !important; +} + +.position-fixed { + position: fixed !important; +} + +.position-sticky { + position: -webkit-sticky !important; + position: sticky !important; +} + +.fixed-top { + position: fixed; + top: 0; + right: 0; + left: 0; + z-index: 1030; +} + +.fixed-bottom { + position: fixed; + right: 0; + bottom: 0; + left: 0; + z-index: 1030; +} + +@supports ((position: -webkit-sticky) or (position: sticky)) { + .sticky-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; + } +} + +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border: 0; +} + +.sr-only-focusable:active, .sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + overflow: visible; + clip: auto; + white-space: normal; +} + +.shadow-sm { + box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; +} + +.shadow { + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; +} + +.shadow-lg { + box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; +} + +.shadow-none { + box-shadow: none !important; +} + +.w-25 { + width: 25% !important; +} + +.w-50 { + width: 50% !important; +} + +.w-75 { + width: 75% !important; +} + +.w-100 { + width: 100% !important; +} + +.w-auto { + width: auto !important; +} + +.h-25 { + height: 25% !important; +} + +.h-50 { + height: 50% !important; +} + +.h-75 { + height: 75% !important; +} + +.h-100 { + height: 100% !important; +} + +.h-auto { + height: auto !important; +} + +.mw-100 { + max-width: 100% !important; +} + +.mh-100 { + max-height: 100% !important; +} + +.m-0 { + margin: 0 !important; +} + +.mt-0, +.my-0 { + margin-top: 0 !important; +} + +.mr-0, +.mx-0 { + margin-right: 0 !important; +} + +.mb-0, +.my-0 { + margin-bottom: 0 !important; +} + +.ml-0, +.mx-0 { + margin-left: 0 !important; +} + +.m-1 { + margin: 0.25rem !important; +} + +.mt-1, +.my-1 { + margin-top: 0.25rem !important; +} + +.mr-1, +.mx-1 { + margin-right: 0.25rem !important; +} + +.mb-1, +.my-1 { + margin-bottom: 0.25rem !important; +} + +.ml-1, +.mx-1 { + margin-left: 0.25rem !important; +} + +.m-2 { + margin: 0.5rem !important; +} + +.mt-2, +.my-2 { + margin-top: 0.5rem !important; +} + +.mr-2, +.mx-2 { + margin-right: 0.5rem !important; +} + +.mb-2, +.my-2 { + margin-bottom: 0.5rem !important; +} + +.ml-2, +.mx-2 { + margin-left: 0.5rem !important; +} + +.m-3 { + margin: 1rem !important; +} + +.mt-3, +.my-3 { + margin-top: 1rem !important; +} + +.mr-3, +.mx-3 { + margin-right: 1rem !important; +} + +.mb-3, +.my-3 { + margin-bottom: 1rem !important; +} + +.ml-3, +.mx-3 { + margin-left: 1rem !important; +} + +.m-4 { + margin: 1.5rem !important; +} + +.mt-4, +.my-4 { + margin-top: 1.5rem !important; +} + +.mr-4, +.mx-4 { + margin-right: 1.5rem !important; +} + +.mb-4, +.my-4 { + margin-bottom: 1.5rem !important; +} + +.ml-4, +.mx-4 { + margin-left: 1.5rem !important; +} + +.m-5 { + margin: 3rem !important; +} + +.mt-5, +.my-5 { + margin-top: 3rem !important; +} + +.mr-5, +.mx-5 { + margin-right: 3rem !important; +} + +.mb-5, +.my-5 { + margin-bottom: 3rem !important; +} + +.ml-5, +.mx-5 { + margin-left: 3rem !important; +} + +.p-0 { + padding: 0 !important; +} + +.pt-0, +.py-0 { + padding-top: 0 !important; +} + +.pr-0, +.px-0 { + padding-right: 0 !important; +} + +.pb-0, +.py-0 { + padding-bottom: 0 !important; +} + +.pl-0, +.px-0 { + padding-left: 0 !important; +} + +.p-1 { + padding: 0.25rem !important; +} + +.pt-1, +.py-1 { + padding-top: 0.25rem !important; +} + +.pr-1, +.px-1 { + padding-right: 0.25rem !important; +} + +.pb-1, +.py-1 { + padding-bottom: 0.25rem !important; +} + +.pl-1, +.px-1 { + padding-left: 0.25rem !important; +} + +.p-2 { + padding: 0.5rem !important; +} + +.pt-2, +.py-2 { + padding-top: 0.5rem !important; +} + +.pr-2, +.px-2 { + padding-right: 0.5rem !important; +} + +.pb-2, +.py-2 { + padding-bottom: 0.5rem !important; +} + +.pl-2, +.px-2 { + padding-left: 0.5rem !important; +} + +.p-3 { + padding: 1rem !important; +} + +.pt-3, +.py-3 { + padding-top: 1rem !important; +} + +.pr-3, +.px-3 { + padding-right: 1rem !important; +} + +.pb-3, +.py-3 { + padding-bottom: 1rem !important; +} + +.pl-3, +.px-3 { + padding-left: 1rem !important; +} + +.p-4 { + padding: 1.5rem !important; +} + +.pt-4, +.py-4 { + padding-top: 1.5rem !important; +} + +.pr-4, +.px-4 { + padding-right: 1.5rem !important; +} + +.pb-4, +.py-4 { + padding-bottom: 1.5rem !important; +} + +.pl-4, +.px-4 { + padding-left: 1.5rem !important; +} + +.p-5 { + padding: 3rem !important; +} + +.pt-5, +.py-5 { + padding-top: 3rem !important; +} + +.pr-5, +.px-5 { + padding-right: 3rem !important; +} + +.pb-5, +.py-5 { + padding-bottom: 3rem !important; +} + +.pl-5, +.px-5 { + padding-left: 3rem !important; +} + +.m-auto { + margin: auto !important; +} + +.mt-auto, +.my-auto { + margin-top: auto !important; +} + +.mr-auto, +.mx-auto { + margin-right: auto !important; +} + +.mb-auto, +.my-auto { + margin-bottom: auto !important; +} + +.ml-auto, +.mx-auto { + margin-left: auto !important; +} + +@media (min-width: 576px) { + .m-sm-0 { + margin: 0 !important; + } + .mt-sm-0, + .my-sm-0 { + margin-top: 0 !important; + } + .mr-sm-0, + .mx-sm-0 { + margin-right: 0 !important; + } + .mb-sm-0, + .my-sm-0 { + margin-bottom: 0 !important; + } + .ml-sm-0, + .mx-sm-0 { + margin-left: 0 !important; + } + .m-sm-1 { + margin: 0.25rem !important; + } + .mt-sm-1, + .my-sm-1 { + margin-top: 0.25rem !important; + } + .mr-sm-1, + .mx-sm-1 { + margin-right: 0.25rem !important; + } + .mb-sm-1, + .my-sm-1 { + margin-bottom: 0.25rem !important; + } + .ml-sm-1, + .mx-sm-1 { + margin-left: 0.25rem !important; + } + .m-sm-2 { + margin: 0.5rem !important; + } + .mt-sm-2, + .my-sm-2 { + margin-top: 0.5rem !important; + } + .mr-sm-2, + .mx-sm-2 { + margin-right: 0.5rem !important; + } + .mb-sm-2, + .my-sm-2 { + margin-bottom: 0.5rem !important; + } + .ml-sm-2, + .mx-sm-2 { + margin-left: 0.5rem !important; + } + .m-sm-3 { + margin: 1rem !important; + } + .mt-sm-3, + .my-sm-3 { + margin-top: 1rem !important; + } + .mr-sm-3, + .mx-sm-3 { + margin-right: 1rem !important; + } + .mb-sm-3, + .my-sm-3 { + margin-bottom: 1rem !important; + } + .ml-sm-3, + .mx-sm-3 { + margin-left: 1rem !important; + } + .m-sm-4 { + margin: 1.5rem !important; + } + .mt-sm-4, + .my-sm-4 { + margin-top: 1.5rem !important; + } + .mr-sm-4, + .mx-sm-4 { + margin-right: 1.5rem !important; + } + .mb-sm-4, + .my-sm-4 { + margin-bottom: 1.5rem !important; + } + .ml-sm-4, + .mx-sm-4 { + margin-left: 1.5rem !important; + } + .m-sm-5 { + margin: 3rem !important; + } + .mt-sm-5, + .my-sm-5 { + margin-top: 3rem !important; + } + .mr-sm-5, + .mx-sm-5 { + margin-right: 3rem !important; + } + .mb-sm-5, + .my-sm-5 { + margin-bottom: 3rem !important; + } + .ml-sm-5, + .mx-sm-5 { + margin-left: 3rem !important; + } + .p-sm-0 { + padding: 0 !important; + } + .pt-sm-0, + .py-sm-0 { + padding-top: 0 !important; + } + .pr-sm-0, + .px-sm-0 { + padding-right: 0 !important; + } + .pb-sm-0, + .py-sm-0 { + padding-bottom: 0 !important; + } + .pl-sm-0, + .px-sm-0 { + padding-left: 0 !important; + } + .p-sm-1 { + padding: 0.25rem !important; + } + .pt-sm-1, + .py-sm-1 { + padding-top: 0.25rem !important; + } + .pr-sm-1, + .px-sm-1 { + padding-right: 0.25rem !important; + } + .pb-sm-1, + .py-sm-1 { + padding-bottom: 0.25rem !important; + } + .pl-sm-1, + .px-sm-1 { + padding-left: 0.25rem !important; + } + .p-sm-2 { + padding: 0.5rem !important; + } + .pt-sm-2, + .py-sm-2 { + padding-top: 0.5rem !important; + } + .pr-sm-2, + .px-sm-2 { + padding-right: 0.5rem !important; + } + .pb-sm-2, + .py-sm-2 { + padding-bottom: 0.5rem !important; + } + .pl-sm-2, + .px-sm-2 { + padding-left: 0.5rem !important; + } + .p-sm-3 { + padding: 1rem !important; + } + .pt-sm-3, + .py-sm-3 { + padding-top: 1rem !important; + } + .pr-sm-3, + .px-sm-3 { + padding-right: 1rem !important; + } + .pb-sm-3, + .py-sm-3 { + padding-bottom: 1rem !important; + } + .pl-sm-3, + .px-sm-3 { + padding-left: 1rem !important; + } + .p-sm-4 { + padding: 1.5rem !important; + } + .pt-sm-4, + .py-sm-4 { + padding-top: 1.5rem !important; + } + .pr-sm-4, + .px-sm-4 { + padding-right: 1.5rem !important; + } + .pb-sm-4, + .py-sm-4 { + padding-bottom: 1.5rem !important; + } + .pl-sm-4, + .px-sm-4 { + padding-left: 1.5rem !important; + } + .p-sm-5 { + padding: 3rem !important; + } + .pt-sm-5, + .py-sm-5 { + padding-top: 3rem !important; + } + .pr-sm-5, + .px-sm-5 { + padding-right: 3rem !important; + } + .pb-sm-5, + .py-sm-5 { + padding-bottom: 3rem !important; + } + .pl-sm-5, + .px-sm-5 { + padding-left: 3rem !important; + } + .m-sm-auto { + margin: auto !important; + } + .mt-sm-auto, + .my-sm-auto { + margin-top: auto !important; + } + .mr-sm-auto, + .mx-sm-auto { + margin-right: auto !important; + } + .mb-sm-auto, + .my-sm-auto { + margin-bottom: auto !important; + } + .ml-sm-auto, + .mx-sm-auto { + margin-left: auto !important; + } +} + +@media (min-width: 768px) { + .m-md-0 { + margin: 0 !important; + } + .mt-md-0, + .my-md-0 { + margin-top: 0 !important; + } + .mr-md-0, + .mx-md-0 { + margin-right: 0 !important; + } + .mb-md-0, + .my-md-0 { + margin-bottom: 0 !important; + } + .ml-md-0, + .mx-md-0 { + margin-left: 0 !important; + } + .m-md-1 { + margin: 0.25rem !important; + } + .mt-md-1, + .my-md-1 { + margin-top: 0.25rem !important; + } + .mr-md-1, + .mx-md-1 { + margin-right: 0.25rem !important; + } + .mb-md-1, + .my-md-1 { + margin-bottom: 0.25rem !important; + } + .ml-md-1, + .mx-md-1 { + margin-left: 0.25rem !important; + } + .m-md-2 { + margin: 0.5rem !important; + } + .mt-md-2, + .my-md-2 { + margin-top: 0.5rem !important; + } + .mr-md-2, + .mx-md-2 { + margin-right: 0.5rem !important; + } + .mb-md-2, + .my-md-2 { + margin-bottom: 0.5rem !important; + } + .ml-md-2, + .mx-md-2 { + margin-left: 0.5rem !important; + } + .m-md-3 { + margin: 1rem !important; + } + .mt-md-3, + .my-md-3 { + margin-top: 1rem !important; + } + .mr-md-3, + .mx-md-3 { + margin-right: 1rem !important; + } + .mb-md-3, + .my-md-3 { + margin-bottom: 1rem !important; + } + .ml-md-3, + .mx-md-3 { + margin-left: 1rem !important; + } + .m-md-4 { + margin: 1.5rem !important; + } + .mt-md-4, + .my-md-4 { + margin-top: 1.5rem !important; + } + .mr-md-4, + .mx-md-4 { + margin-right: 1.5rem !important; + } + .mb-md-4, + .my-md-4 { + margin-bottom: 1.5rem !important; + } + .ml-md-4, + .mx-md-4 { + margin-left: 1.5rem !important; + } + .m-md-5 { + margin: 3rem !important; + } + .mt-md-5, + .my-md-5 { + margin-top: 3rem !important; + } + .mr-md-5, + .mx-md-5 { + margin-right: 3rem !important; + } + .mb-md-5, + .my-md-5 { + margin-bottom: 3rem !important; + } + .ml-md-5, + .mx-md-5 { + margin-left: 3rem !important; + } + .p-md-0 { + padding: 0 !important; + } + .pt-md-0, + .py-md-0 { + padding-top: 0 !important; + } + .pr-md-0, + .px-md-0 { + padding-right: 0 !important; + } + .pb-md-0, + .py-md-0 { + padding-bottom: 0 !important; + } + .pl-md-0, + .px-md-0 { + padding-left: 0 !important; + } + .p-md-1 { + padding: 0.25rem !important; + } + .pt-md-1, + .py-md-1 { + padding-top: 0.25rem !important; + } + .pr-md-1, + .px-md-1 { + padding-right: 0.25rem !important; + } + .pb-md-1, + .py-md-1 { + padding-bottom: 0.25rem !important; + } + .pl-md-1, + .px-md-1 { + padding-left: 0.25rem !important; + } + .p-md-2 { + padding: 0.5rem !important; + } + .pt-md-2, + .py-md-2 { + padding-top: 0.5rem !important; + } + .pr-md-2, + .px-md-2 { + padding-right: 0.5rem !important; + } + .pb-md-2, + .py-md-2 { + padding-bottom: 0.5rem !important; + } + .pl-md-2, + .px-md-2 { + padding-left: 0.5rem !important; + } + .p-md-3 { + padding: 1rem !important; + } + .pt-md-3, + .py-md-3 { + padding-top: 1rem !important; + } + .pr-md-3, + .px-md-3 { + padding-right: 1rem !important; + } + .pb-md-3, + .py-md-3 { + padding-bottom: 1rem !important; + } + .pl-md-3, + .px-md-3 { + padding-left: 1rem !important; + } + .p-md-4 { + padding: 1.5rem !important; + } + .pt-md-4, + .py-md-4 { + padding-top: 1.5rem !important; + } + .pr-md-4, + .px-md-4 { + padding-right: 1.5rem !important; + } + .pb-md-4, + .py-md-4 { + padding-bottom: 1.5rem !important; + } + .pl-md-4, + .px-md-4 { + padding-left: 1.5rem !important; + } + .p-md-5 { + padding: 3rem !important; + } + .pt-md-5, + .py-md-5 { + padding-top: 3rem !important; + } + .pr-md-5, + .px-md-5 { + padding-right: 3rem !important; + } + .pb-md-5, + .py-md-5 { + padding-bottom: 3rem !important; + } + .pl-md-5, + .px-md-5 { + padding-left: 3rem !important; + } + .m-md-auto { + margin: auto !important; + } + .mt-md-auto, + .my-md-auto { + margin-top: auto !important; + } + .mr-md-auto, + .mx-md-auto { + margin-right: auto !important; + } + .mb-md-auto, + .my-md-auto { + margin-bottom: auto !important; + } + .ml-md-auto, + .mx-md-auto { + margin-left: auto !important; + } +} + +@media (min-width: 992px) { + .m-lg-0 { + margin: 0 !important; + } + .mt-lg-0, + .my-lg-0 { + margin-top: 0 !important; + } + .mr-lg-0, + .mx-lg-0 { + margin-right: 0 !important; + } + .mb-lg-0, + .my-lg-0 { + margin-bottom: 0 !important; + } + .ml-lg-0, + .mx-lg-0 { + margin-left: 0 !important; + } + .m-lg-1 { + margin: 0.25rem !important; + } + .mt-lg-1, + .my-lg-1 { + margin-top: 0.25rem !important; + } + .mr-lg-1, + .mx-lg-1 { + margin-right: 0.25rem !important; + } + .mb-lg-1, + .my-lg-1 { + margin-bottom: 0.25rem !important; + } + .ml-lg-1, + .mx-lg-1 { + margin-left: 0.25rem !important; + } + .m-lg-2 { + margin: 0.5rem !important; + } + .mt-lg-2, + .my-lg-2 { + margin-top: 0.5rem !important; + } + .mr-lg-2, + .mx-lg-2 { + margin-right: 0.5rem !important; + } + .mb-lg-2, + .my-lg-2 { + margin-bottom: 0.5rem !important; + } + .ml-lg-2, + .mx-lg-2 { + margin-left: 0.5rem !important; + } + .m-lg-3 { + margin: 1rem !important; + } + .mt-lg-3, + .my-lg-3 { + margin-top: 1rem !important; + } + .mr-lg-3, + .mx-lg-3 { + margin-right: 1rem !important; + } + .mb-lg-3, + .my-lg-3 { + margin-bottom: 1rem !important; + } + .ml-lg-3, + .mx-lg-3 { + margin-left: 1rem !important; + } + .m-lg-4 { + margin: 1.5rem !important; + } + .mt-lg-4, + .my-lg-4 { + margin-top: 1.5rem !important; + } + .mr-lg-4, + .mx-lg-4 { + margin-right: 1.5rem !important; + } + .mb-lg-4, + .my-lg-4 { + margin-bottom: 1.5rem !important; + } + .ml-lg-4, + .mx-lg-4 { + margin-left: 1.5rem !important; + } + .m-lg-5 { + margin: 3rem !important; + } + .mt-lg-5, + .my-lg-5 { + margin-top: 3rem !important; + } + .mr-lg-5, + .mx-lg-5 { + margin-right: 3rem !important; + } + .mb-lg-5, + .my-lg-5 { + margin-bottom: 3rem !important; + } + .ml-lg-5, + .mx-lg-5 { + margin-left: 3rem !important; + } + .p-lg-0 { + padding: 0 !important; + } + .pt-lg-0, + .py-lg-0 { + padding-top: 0 !important; + } + .pr-lg-0, + .px-lg-0 { + padding-right: 0 !important; + } + .pb-lg-0, + .py-lg-0 { + padding-bottom: 0 !important; + } + .pl-lg-0, + .px-lg-0 { + padding-left: 0 !important; + } + .p-lg-1 { + padding: 0.25rem !important; + } + .pt-lg-1, + .py-lg-1 { + padding-top: 0.25rem !important; + } + .pr-lg-1, + .px-lg-1 { + padding-right: 0.25rem !important; + } + .pb-lg-1, + .py-lg-1 { + padding-bottom: 0.25rem !important; + } + .pl-lg-1, + .px-lg-1 { + padding-left: 0.25rem !important; + } + .p-lg-2 { + padding: 0.5rem !important; + } + .pt-lg-2, + .py-lg-2 { + padding-top: 0.5rem !important; + } + .pr-lg-2, + .px-lg-2 { + padding-right: 0.5rem !important; + } + .pb-lg-2, + .py-lg-2 { + padding-bottom: 0.5rem !important; + } + .pl-lg-2, + .px-lg-2 { + padding-left: 0.5rem !important; + } + .p-lg-3 { + padding: 1rem !important; + } + .pt-lg-3, + .py-lg-3 { + padding-top: 1rem !important; + } + .pr-lg-3, + .px-lg-3 { + padding-right: 1rem !important; + } + .pb-lg-3, + .py-lg-3 { + padding-bottom: 1rem !important; + } + .pl-lg-3, + .px-lg-3 { + padding-left: 1rem !important; + } + .p-lg-4 { + padding: 1.5rem !important; + } + .pt-lg-4, + .py-lg-4 { + padding-top: 1.5rem !important; + } + .pr-lg-4, + .px-lg-4 { + padding-right: 1.5rem !important; + } + .pb-lg-4, + .py-lg-4 { + padding-bottom: 1.5rem !important; + } + .pl-lg-4, + .px-lg-4 { + padding-left: 1.5rem !important; + } + .p-lg-5 { + padding: 3rem !important; + } + .pt-lg-5, + .py-lg-5 { + padding-top: 3rem !important; + } + .pr-lg-5, + .px-lg-5 { + padding-right: 3rem !important; + } + .pb-lg-5, + .py-lg-5 { + padding-bottom: 3rem !important; + } + .pl-lg-5, + .px-lg-5 { + padding-left: 3rem !important; + } + .m-lg-auto { + margin: auto !important; + } + .mt-lg-auto, + .my-lg-auto { + margin-top: auto !important; + } + .mr-lg-auto, + .mx-lg-auto { + margin-right: auto !important; + } + .mb-lg-auto, + .my-lg-auto { + margin-bottom: auto !important; + } + .ml-lg-auto, + .mx-lg-auto { + margin-left: auto !important; + } +} + +@media (min-width: 1200px) { + .m-xl-0 { + margin: 0 !important; + } + .mt-xl-0, + .my-xl-0 { + margin-top: 0 !important; + } + .mr-xl-0, + .mx-xl-0 { + margin-right: 0 !important; + } + .mb-xl-0, + .my-xl-0 { + margin-bottom: 0 !important; + } + .ml-xl-0, + .mx-xl-0 { + margin-left: 0 !important; + } + .m-xl-1 { + margin: 0.25rem !important; + } + .mt-xl-1, + .my-xl-1 { + margin-top: 0.25rem !important; + } + .mr-xl-1, + .mx-xl-1 { + margin-right: 0.25rem !important; + } + .mb-xl-1, + .my-xl-1 { + margin-bottom: 0.25rem !important; + } + .ml-xl-1, + .mx-xl-1 { + margin-left: 0.25rem !important; + } + .m-xl-2 { + margin: 0.5rem !important; + } + .mt-xl-2, + .my-xl-2 { + margin-top: 0.5rem !important; + } + .mr-xl-2, + .mx-xl-2 { + margin-right: 0.5rem !important; + } + .mb-xl-2, + .my-xl-2 { + margin-bottom: 0.5rem !important; + } + .ml-xl-2, + .mx-xl-2 { + margin-left: 0.5rem !important; + } + .m-xl-3 { + margin: 1rem !important; + } + .mt-xl-3, + .my-xl-3 { + margin-top: 1rem !important; + } + .mr-xl-3, + .mx-xl-3 { + margin-right: 1rem !important; + } + .mb-xl-3, + .my-xl-3 { + margin-bottom: 1rem !important; + } + .ml-xl-3, + .mx-xl-3 { + margin-left: 1rem !important; + } + .m-xl-4 { + margin: 1.5rem !important; + } + .mt-xl-4, + .my-xl-4 { + margin-top: 1.5rem !important; + } + .mr-xl-4, + .mx-xl-4 { + margin-right: 1.5rem !important; + } + .mb-xl-4, + .my-xl-4 { + margin-bottom: 1.5rem !important; + } + .ml-xl-4, + .mx-xl-4 { + margin-left: 1.5rem !important; + } + .m-xl-5 { + margin: 3rem !important; + } + .mt-xl-5, + .my-xl-5 { + margin-top: 3rem !important; + } + .mr-xl-5, + .mx-xl-5 { + margin-right: 3rem !important; + } + .mb-xl-5, + .my-xl-5 { + margin-bottom: 3rem !important; + } + .ml-xl-5, + .mx-xl-5 { + margin-left: 3rem !important; + } + .p-xl-0 { + padding: 0 !important; + } + .pt-xl-0, + .py-xl-0 { + padding-top: 0 !important; + } + .pr-xl-0, + .px-xl-0 { + padding-right: 0 !important; + } + .pb-xl-0, + .py-xl-0 { + padding-bottom: 0 !important; + } + .pl-xl-0, + .px-xl-0 { + padding-left: 0 !important; + } + .p-xl-1 { + padding: 0.25rem !important; + } + .pt-xl-1, + .py-xl-1 { + padding-top: 0.25rem !important; + } + .pr-xl-1, + .px-xl-1 { + padding-right: 0.25rem !important; + } + .pb-xl-1, + .py-xl-1 { + padding-bottom: 0.25rem !important; + } + .pl-xl-1, + .px-xl-1 { + padding-left: 0.25rem !important; + } + .p-xl-2 { + padding: 0.5rem !important; + } + .pt-xl-2, + .py-xl-2 { + padding-top: 0.5rem !important; + } + .pr-xl-2, + .px-xl-2 { + padding-right: 0.5rem !important; + } + .pb-xl-2, + .py-xl-2 { + padding-bottom: 0.5rem !important; + } + .pl-xl-2, + .px-xl-2 { + padding-left: 0.5rem !important; + } + .p-xl-3 { + padding: 1rem !important; + } + .pt-xl-3, + .py-xl-3 { + padding-top: 1rem !important; + } + .pr-xl-3, + .px-xl-3 { + padding-right: 1rem !important; + } + .pb-xl-3, + .py-xl-3 { + padding-bottom: 1rem !important; + } + .pl-xl-3, + .px-xl-3 { + padding-left: 1rem !important; + } + .p-xl-4 { + padding: 1.5rem !important; + } + .pt-xl-4, + .py-xl-4 { + padding-top: 1.5rem !important; + } + .pr-xl-4, + .px-xl-4 { + padding-right: 1.5rem !important; + } + .pb-xl-4, + .py-xl-4 { + padding-bottom: 1.5rem !important; + } + .pl-xl-4, + .px-xl-4 { + padding-left: 1.5rem !important; + } + .p-xl-5 { + padding: 3rem !important; + } + .pt-xl-5, + .py-xl-5 { + padding-top: 3rem !important; + } + .pr-xl-5, + .px-xl-5 { + padding-right: 3rem !important; + } + .pb-xl-5, + .py-xl-5 { + padding-bottom: 3rem !important; + } + .pl-xl-5, + .px-xl-5 { + padding-left: 3rem !important; + } + .m-xl-auto { + margin: auto !important; + } + .mt-xl-auto, + .my-xl-auto { + margin-top: auto !important; + } + .mr-xl-auto, + .mx-xl-auto { + margin-right: auto !important; + } + .mb-xl-auto, + .my-xl-auto { + margin-bottom: auto !important; + } + .ml-xl-auto, + .mx-xl-auto { + margin-left: auto !important; + } +} + +.text-monospace { + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; +} + +.text-justify { + text-align: justify !important; +} + +.text-nowrap { + white-space: nowrap !important; +} + +.text-truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.text-left { + text-align: left !important; +} + +.text-right { + text-align: right !important; +} + +.text-center { + text-align: center !important; +} + +@media (min-width: 576px) { + .text-sm-left { + text-align: left !important; + } + .text-sm-right { + text-align: right !important; + } + .text-sm-center { + text-align: center !important; + } +} + +@media (min-width: 768px) { + .text-md-left { + text-align: left !important; + } + .text-md-right { + text-align: right !important; + } + .text-md-center { + text-align: center !important; + } +} + +@media (min-width: 992px) { + .text-lg-left { + text-align: left !important; + } + .text-lg-right { + text-align: right !important; + } + .text-lg-center { + text-align: center !important; + } +} + +@media (min-width: 1200px) { + .text-xl-left { + text-align: left !important; + } + .text-xl-right { + text-align: right !important; + } + .text-xl-center { + text-align: center !important; + } +} + +.text-lowercase { + text-transform: lowercase !important; +} + +.text-uppercase { + text-transform: uppercase !important; +} + +.text-capitalize { + text-transform: capitalize !important; +} + +.font-weight-light { + font-weight: 300 !important; +} + +.font-weight-normal { + font-weight: 400 !important; +} + +.font-weight-bold { + font-weight: 700 !important; +} + +.font-italic { + font-style: italic !important; +} + +.text-white { + color: #fff !important; +} + +.text-primary { + color: #007bff !important; +} + +a.text-primary:hover, a.text-primary:focus { + color: #0062cc !important; +} + +.text-secondary { + color: #6c757d !important; +} + +a.text-secondary:hover, a.text-secondary:focus { + color: #545b62 !important; +} + +.text-success { + color: #28a745 !important; +} + +a.text-success:hover, a.text-success:focus { + color: #1e7e34 !important; +} + +.text-info { + color: #17a2b8 !important; +} + +a.text-info:hover, a.text-info:focus { + color: #117a8b !important; +} + +.text-warning { + color: #ffc107 !important; +} + +a.text-warning:hover, a.text-warning:focus { + color: #d39e00 !important; +} + +.text-danger { + color: #dc3545 !important; +} + +a.text-danger:hover, a.text-danger:focus { + color: #bd2130 !important; +} + +.text-light { + color: #f8f9fa !important; +} + +a.text-light:hover, a.text-light:focus { + color: #dae0e5 !important; +} + +.text-dark { + color: #343a40 !important; +} + +a.text-dark:hover, a.text-dark:focus { + color: #1d2124 !important; +} + +.text-body { + color: #212529 !important; +} + +.text-muted { + color: #6c757d !important; +} + +.text-black-50 { + color: rgba(0, 0, 0, 0.5) !important; +} + +.text-white-50 { + color: rgba(255, 255, 255, 0.5) !important; +} + +.text-hide { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} + +.visible { + visibility: visible !important; +} + +.invisible { + visibility: hidden !important; +} + +@media print { + *, + *::before, + *::after { + text-shadow: none !important; + box-shadow: none !important; + } + a:not(.btn) { + text-decoration: underline; + } + abbr[title]::after { + content: " (" attr(title) ")"; + } + pre { + white-space: pre-wrap !important; + } + pre, + blockquote { + border: 1px solid #adb5bd; + page-break-inside: avoid; + } + thead { + display: table-header-group; + } + tr, + img { + page-break-inside: avoid; + } + p, + h2, + h3 { + orphans: 3; + widows: 3; + } + h2, + h3 { + page-break-after: avoid; + } + @page { + size: a3; + } + body { + min-width: 992px !important; + } + .container { + min-width: 992px !important; + } + .navbar { + display: none; + } + .badge { + border: 1px solid #000; + } + .table { + border-collapse: collapse !important; + } + .table td, + .table th { + background-color: #fff !important; + } + .table-bordered th, + .table-bordered td { + border: 1px solid #dee2e6 !important; + } + .table-dark { + color: inherit; + } + .table-dark th, + .table-dark td, + .table-dark thead th, + .table-dark tbody + tbody { + border-color: #dee2e6; + } + .table .thead-dark th { + color: inherit; + border-color: #dee2e6; + } +} +/*# sourceMappingURL=bootstrap.css.map */ + +/* Extras */ +.space { + line-height: 35px; +} diff --git a/dark/css/bootstrap.min.css b/dark/css/bootstrap.min.css new file mode 100644 index 0000000..b592c88 --- /dev/null +++ b/dark/css/bootstrap.min.css @@ -0,0 +1,5776 @@ +/*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ +/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ + +@font-face { + font-family: ubuntu; + src:url(../fonts/ubuntu.ttf) format('truetype'), + url(../fonts/ubuntu.eot) format('embedded-opentype'); +} + +html{ + font-family:ubuntu; + /*font-family:sans-serif;*/ + -webkit-text-size-adjust:100%; + -ms-text-size-adjust:100% +} +body{ + margin:0 +} +article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{ + display:block +} +audio,canvas,progress,video{ + display:inline-block; + vertical-align:baseline +} +audio:not([controls]){ + display:none; + height:0 +} +[hidden],template{ + display:none +} +a{ + background-color:transparent +} +a:active,a:hover{ + outline:0 +} +abbr[title]{ + border-bottom:1px dotted +} +b,strong{ + font-weight:700 +} +dfn{ + font-style:italic +} +h1{ + margin:.67em 0; + font-size:2em +} +mark{ + color:#000; + background:#ff0 +} +small{ + font-size:80% +} +sub,sup{ + position:relative; + font-size:75%; + line-height:0; + vertical-align:baseline +} +sup{ + top:-.5em +} +sub{ + bottom:-.25em +} +img{ + border:0 +} +svg:not(:root){ + overflow:hidden +} +figure{ + margin:1em 40px +} +hr{ + height:0; + -webkit-box-sizing:content-box; + -moz-box-sizing:content-box; + box-sizing:content-box +} +pre{ + overflow:auto +} +code,kbd,pre,samp{ + font-family:ubuntu; + font-size:1em +} +button,input,optgroup,select,textarea{ + margin:0; + font:inherit; + color:inherit +} +button{ + overflow:visible +} +button,select{ + text-transform:none +} +button,html input[type=button],input[type=reset],input[type=submit]{ + -webkit-appearance:button; + cursor:pointer +} +button[disabled],html input[disabled]{ + cursor:default +} +button::-moz-focus-inner,input::-moz-focus-inner{ + padding:0; + border:0 +} +input{ + line-height:normal +} +input[type=checkbox],input[type=radio]{ + -webkit-box-sizing:border-box; + -moz-box-sizing:border-box; + box-sizing:border-box; + padding:0 +} +input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{ + height:auto +} +input[type=search]{ + -webkit-box-sizing:content-box; + -moz-box-sizing:content-box; + box-sizing:content-box; + -webkit-appearance:textfield +} +input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{ + -webkit-appearance:none +} +fieldset{ + padding:.35em .625em .75em; + margin:0 2px; + border:1px solid silver +} +legend{ + padding:0; + border:0 +} +textarea{ + overflow:auto +} +optgroup{ + font-weight:700 +} +table{ + border-spacing:0; + border-collapse:collapse +} +td,th{ + padding:0 +} +/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ +@media print{ + *,:after,:before{ + color:#000!important; + text-shadow:none!important; + background:0 0!important; + -webkit-box-shadow:none!important; + box-shadow:none!important + } + a,a:visited{ + text-decoration:underline + } + a[href]:after{ + content:" (" attr(href) ")" + } + abbr[title]:after{ + content:" (" attr(title) ")" + } + a[href^="javascript:"]:after,a[href^="#"]:after{ + content:"" + } + blockquote,pre{ + border:1px solid #999; + page-break-inside:avoid + } + thead{ + display:table-header-group + } + img,tr{ + page-break-inside:avoid + } + img{ + max-width:100%!important + } + h2,h3,p{ + orphans:3; + widows:3 + } + h2,h3{ + page-break-after:avoid + } + .navbar{ + display:none + } + .btn>.caret,.dropup>.btn>.caret{ + border-top-color:#000!important + } + .label{ + border:1px solid #000 + } + .table{ + border-collapse:collapse!important + } + .table td,.table th{ + background-color:#fff!important + } + .table-bordered td,.table-bordered th{ + border:1px solid #ddd!important + } +} +@font-face{ + font-family:'Glyphicons Halflings'; + src:url(../fonts/glyphicons-halflings-regular.eot); + src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg') +} +.glyphicon{ + position:relative; + top:1px; + display:inline-block; + font-family:ubuntu; + font-style:normal; + font-weight:400; + line-height:1; + -webkit-font-smoothing:antialiased; + -moz-osx-font-smoothing:grayscale +} +.glyphicon-asterisk:before{ + content:"\002a" +} +.glyphicon-plus:before{ + content:"\002b" +} +.glyphicon-eur:before,.glyphicon-euro:before{ + content:"\20ac" +} +.glyphicon-minus:before{ + content:"\2212" +} +.glyphicon-cloud:before{ + content:"\2601" +} +.glyphicon-envelope:before{ + content:"\2709" +} +.glyphicon-pencil:before{ + content:"\270f" +} +.glyphicon-glass:before{ + content:"\e001" +} +.glyphicon-music:before{ + content:"\e002" +} +.glyphicon-search:before{ + content:"\e003" +} +.glyphicon-heart:before{ + content:"\e005" +} +.glyphicon-star:before{ + content:"\e006" +} +.glyphicon-star-empty:before{ + content:"\e007" +} +.glyphicon-user:before{ + content:"\e008" +} +.glyphicon-film:before{ + content:"\e009" +} +.glyphicon-th-large:before{ + content:"\e010" +} +.glyphicon-th:before{ + content:"\e011" +} +.glyphicon-th-list:before{ + content:"\e012" +} +.glyphicon-ok:before{ + content:"\e013" +} +.glyphicon-remove:before{ + content:"\e014" +} +.glyphicon-zoom-in:before{ + content:"\e015" +} +.glyphicon-zoom-out:before{ + content:"\e016" +} +.glyphicon-off:before{ + content:"\e017" +} +.glyphicon-signal:before{ + content:"\e018" +} +.glyphicon-cog:before{ + content:"\e019" +} +.glyphicon-trash:before{ + content:"\e020" +} +.glyphicon-home:before{ + content:"\e021" +} +.glyphicon-file:before{ + content:"\e022" +} +.glyphicon-time:before{ + content:"\e023" +} +.glyphicon-road:before{ + content:"\e024" +} +.glyphicon-download-alt:before{ + content:"\e025" +} +.glyphicon-download:before{ + content:"\e026" +} +.glyphicon-upload:before{ + content:"\e027" +} +.glyphicon-inbox:before{ + content:"\e028" +} +.glyphicon-play-circle:before{ + content:"\e029" +} +.glyphicon-repeat:before{ + content:"\e030" +} +.glyphicon-refresh:before{ + content:"\e031" +} +.glyphicon-list-alt:before{ + content:"\e032" +} +.glyphicon-lock:before{ + content:"\e033" +} +.glyphicon-flag:before{ + content:"\e034" +} +.glyphicon-headphones:before{ + content:"\e035" +} +.glyphicon-volume-off:before{ + content:"\e036" +} +.glyphicon-volume-down:before{ + content:"\e037" +} +.glyphicon-volume-up:before{ + content:"\e038" +} +.glyphicon-qrcode:before{ + content:"\e039" +} +.glyphicon-barcode:before{ + content:"\e040" +} +.glyphicon-tag:before{ + content:"\e041" +} +.glyphicon-tags:before{ + content:"\e042" +} +.glyphicon-book:before{ + content:"\e043" +} +.glyphicon-bookmark:before{ + content:"\e044" +} +.glyphicon-print:before{ + content:"\e045" +} +.glyphicon-camera:before{ + content:"\e046" +} +.glyphicon-font:before{ + content:"\e047" +} +.glyphicon-bold:before{ + content:"\e048" +} +.glyphicon-italic:before{ + content:"\e049" +} +.glyphicon-text-height:before{ + content:"\e050" +} +.glyphicon-text-width:before{ + content:"\e051" +} +.glyphicon-align-left:before{ + content:"\e052" +} +.glyphicon-align-center:before{ + content:"\e053" +} +.glyphicon-align-right:before{ + content:"\e054" +} +.glyphicon-align-justify:before{ + content:"\e055" +} +.glyphicon-list:before{ + content:"\e056" +} +.glyphicon-indent-left:before{ + content:"\e057" +} +.glyphicon-indent-right:before{ + content:"\e058" +} +.glyphicon-facetime-video:before{ + content:"\e059" +} +.glyphicon-picture:before{ + content:"\e060" +} +.glyphicon-map-marker:before{ + content:"\e062" +} +.glyphicon-adjust:before{ + content:"\e063" +} +.glyphicon-tint:before{ + content:"\e064" +} +.glyphicon-edit:before{ + content:"\e065" +} +.glyphicon-share:before{ + content:"\e066" +} +.glyphicon-check:before{ + content:"\e067" +} +.glyphicon-move:before{ + content:"\e068" +} +.glyphicon-step-backward:before{ + content:"\e069" +} +.glyphicon-fast-backward:before{ + content:"\e070" +} +.glyphicon-backward:before{ + content:"\e071" +} +.glyphicon-play:before{ + content:"\e072" +} +.glyphicon-pause:before{ + content:"\e073" +} +.glyphicon-stop:before{ + content:"\e074" +} +.glyphicon-forward:before{ + content:"\e075" +} +.glyphicon-fast-forward:before{ + content:"\e076" +} +.glyphicon-step-forward:before{ + content:"\e077" +} +.glyphicon-eject:before{ + content:"\e078" +} +.glyphicon-chevron-left:before{ + content:"\e079" +} +.glyphicon-chevron-right:before{ + content:"\e080" +} +.glyphicon-plus-sign:before{ + content:"\e081" +} +.glyphicon-minus-sign:before{ + content:"\e082" +} +.glyphicon-remove-sign:before{ + content:"\e083" +} +.glyphicon-ok-sign:before{ + content:"\e084" +} +.glyphicon-question-sign:before{ + content:"\e085" +} +.glyphicon-info-sign:before{ + content:"\e086" +} +.glyphicon-screenshot:before{ + content:"\e087" +} +.glyphicon-remove-circle:before{ + content:"\e088" +} +.glyphicon-ok-circle:before{ + content:"\e089" +} +.glyphicon-ban-circle:before{ + content:"\e090" +} +.glyphicon-arrow-left:before{ + content:"\e091" +} +.glyphicon-arrow-right:before{ + content:"\e092" +} +.glyphicon-arrow-up:before{ + content:"\e093" +} +.glyphicon-arrow-down:before{ + content:"\e094" +} +.glyphicon-share-alt:before{ + content:"\e095" +} +.glyphicon-resize-full:before{ + content:"\e096" +} +.glyphicon-resize-small:before{ + content:"\e097" +} +.glyphicon-exclamation-sign:before{ + content:"\e101" +} +.glyphicon-gift:before{ + content:"\e102" +} +.glyphicon-leaf:before{ + content:"\e103" +} +.glyphicon-fire:before{ + content:"\e104" +} +.glyphicon-eye-open:before{ + content:"\e105" +} +.glyphicon-eye-close:before{ + content:"\e106" +} +.glyphicon-warning-sign:before{ + content:"\e107" +} +.glyphicon-plane:before{ + content:"\e108" +} +.glyphicon-calendar:before{ + content:"\e109" +} +.glyphicon-random:before{ + content:"\e110" +} +.glyphicon-comment:before{ + content:"\e111" +} +.glyphicon-magnet:before{ + content:"\e112" +} +.glyphicon-chevron-up:before{ + content:"\e113" +} +.glyphicon-chevron-down:before{ + content:"\e114" +} +.glyphicon-retweet:before{ + content:"\e115" +} +.glyphicon-shopping-cart:before{ + content:"\e116" +} +.glyphicon-folder-close:before{ + content:"\e117" +} +.glyphicon-folder-open:before{ + content:"\e118" +} +.glyphicon-resize-vertical:before{ + content:"\e119" +} +.glyphicon-resize-horizontal:before{ + content:"\e120" +} +.glyphicon-hdd:before{ + content:"\e121" +} +.glyphicon-bullhorn:before{ + content:"\e122" +} +.glyphicon-bell:before{ + content:"\e123" +} +.glyphicon-certificate:before{ + content:"\e124" +} +.glyphicon-thumbs-up:before{ + content:"\e125" +} +.glyphicon-thumbs-down:before{ + content:"\e126" +} +.glyphicon-hand-right:before{ + content:"\e127" +} +.glyphicon-hand-left:before{ + content:"\e128" +} +.glyphicon-hand-up:before{ + content:"\e129" +} +.glyphicon-hand-down:before{ + content:"\e130" +} +.glyphicon-circle-arrow-right:before{ + content:"\e131" +} +.glyphicon-circle-arrow-left:before{ + content:"\e132" +} +.glyphicon-circle-arrow-up:before{ + content:"\e133" +} +.glyphicon-circle-arrow-down:before{ + content:"\e134" +} +.glyphicon-globe:before{ + content:"\e135" +} +.glyphicon-wrench:before{ + content:"\e136" +} +.glyphicon-tasks:before{ + content:"\e137" +} +.glyphicon-filter:before{ + content:"\e138" +} +.glyphicon-briefcase:before{ + content:"\e139" +} +.glyphicon-fullscreen:before{ + content:"\e140" +} +.glyphicon-dashboard:before{ + content:"\e141" +} +.glyphicon-paperclip:before{ + content:"\e142" +} +.glyphicon-heart-empty:before{ + content:"\e143" +} +.glyphicon-link:before{ + content:"\e144" +} +.glyphicon-phone:before{ + content:"\e145" +} +.glyphicon-pushpin:before{ + content:"\e146" +} +.glyphicon-usd:before{ + content:"\e148" +} +.glyphicon-gbp:before{ + content:"\e149" +} +.glyphicon-sort:before{ + content:"\e150" +} +.glyphicon-sort-by-alphabet:before{ + content:"\e151" +} +.glyphicon-sort-by-alphabet-alt:before{ + content:"\e152" +} +.glyphicon-sort-by-order:before{ + content:"\e153" +} +.glyphicon-sort-by-order-alt:before{ + content:"\e154" +} +.glyphicon-sort-by-attributes:before{ + content:"\e155" +} +.glyphicon-sort-by-attributes-alt:before{ + content:"\e156" +} +.glyphicon-unchecked:before{ + content:"\e157" +} +.glyphicon-expand:before{ + content:"\e158" +} +.glyphicon-collapse-down:before{ + content:"\e159" +} +.glyphicon-collapse-up:before{ + content:"\e160" +} +.glyphicon-log-in:before{ + content:"\e161" +} +.glyphicon-flash:before{ + content:"\e162" +} +.glyphicon-log-out:before{ + content:"\e163" +} +.glyphicon-new-window:before{ + content:"\e164" +} +.glyphicon-record:before{ + content:"\e165" +} +.glyphicon-save:before{ + content:"\e166" +} +.glyphicon-open:before{ + content:"\e167" +} +.glyphicon-saved:before{ + content:"\e168" +} +.glyphicon-import:before{ + content:"\e169" +} +.glyphicon-export:before{ + content:"\e170" +} +.glyphicon-send:before{ + content:"\e171" +} +.glyphicon-floppy-disk:before{ + content:"\e172" +} +.glyphicon-floppy-saved:before{ + content:"\e173" +} +.glyphicon-floppy-remove:before{ + content:"\e174" +} +.glyphicon-floppy-save:before{ + content:"\e175" +} +.glyphicon-floppy-open:before{ + content:"\e176" +} +.glyphicon-credit-card:before{ + content:"\e177" +} +.glyphicon-transfer:before{ + content:"\e178" +} +.glyphicon-cutlery:before{ + content:"\e179" +} +.glyphicon-header:before{ + content:"\e180" +} +.glyphicon-compressed:before{ + content:"\e181" +} +.glyphicon-earphone:before{ + content:"\e182" +} +.glyphicon-phone-alt:before{ + content:"\e183" +} +.glyphicon-tower:before{ + content:"\e184" +} +.glyphicon-stats:before{ + content:"\e185" +} +.glyphicon-sd-video:before{ + content:"\e186" +} +.glyphicon-hd-video:before{ + content:"\e187" +} +.glyphicon-subtitles:before{ + content:"\e188" +} +.glyphicon-sound-stereo:before{ + content:"\e189" +} +.glyphicon-sound-dolby:before{ + content:"\e190" +} +.glyphicon-sound-5-1:before{ + content:"\e191" +} +.glyphicon-sound-6-1:before{ + content:"\e192" +} +.glyphicon-sound-7-1:before{ + content:"\e193" +} +.glyphicon-copyright-mark:before{ + content:"\e194" +} +.glyphicon-registration-mark:before{ + content:"\e195" +} +.glyphicon-cloud-download:before{ + content:"\e197" +} +.glyphicon-cloud-upload:before{ + content:"\e198" +} +.glyphicon-tree-conifer:before{ + content:"\e199" +} +.glyphicon-tree-deciduous:before{ + content:"\e200" +} +.glyphicon-cd:before{ + content:"\e201" +} +.glyphicon-save-file:before{ + content:"\e202" +} +.glyphicon-open-file:before{ + content:"\e203" +} +.glyphicon-level-up:before{ + content:"\e204" +} +.glyphicon-copy:before{ + content:"\e205" +} +.glyphicon-paste:before{ + content:"\e206" +} +.glyphicon-alert:before{ + content:"\e209" +} +.glyphicon-equalizer:before{ + content:"\e210" +} +.glyphicon-king:before{ + content:"\e211" +} +.glyphicon-queen:before{ + content:"\e212" +} +.glyphicon-pawn:before{ + content:"\e213" +} +.glyphicon-bishop:before{ + content:"\e214" +} +.glyphicon-knight:before{ + content:"\e215" +} +.glyphicon-baby-formula:before{ + content:"\e216" +} +.glyphicon-tent:before{ + content:"\26fa" +} +.glyphicon-blackboard:before{ + content:"\e218" +} +.glyphicon-bed:before{ + content:"\e219" +} +.glyphicon-apple:before{ + content:"\f8ff" +} +.glyphicon-erase:before{ + content:"\e221" +} +.glyphicon-hourglass:before{ + content:"\231b" +} +.glyphicon-lamp:before{ + content:"\e223" +} +.glyphicon-duplicate:before{ + content:"\e224" +} +.glyphicon-piggy-bank:before{ + content:"\e225" +} +.glyphicon-scissors:before{ + content:"\e226" +} +.glyphicon-bitcoin:before{ + content:"\e227" +} +.glyphicon-btc:before{ + content:"\e227" +} +.glyphicon-xbt:before{ + content:"\e227" +} +.glyphicon-yen:before{ + content:"\00a5" +} +.glyphicon-jpy:before{ + content:"\00a5" +} +.glyphicon-ruble:before{ + content:"\20bd" +} +.glyphicon-rub:before{ + content:"\20bd" +} +.glyphicon-scale:before{ + content:"\e230" +} +.glyphicon-ice-lolly:before{ + content:"\e231" +} +.glyphicon-ice-lolly-tasted:before{ + content:"\e232" +} +.glyphicon-education:before{ + content:"\e233" +} +.glyphicon-option-horizontal:before{ + content:"\e234" +} +.glyphicon-option-vertical:before{ + content:"\e235" +} +.glyphicon-menu-hamburger:before{ + content:"\e236" +} +.glyphicon-modal-window:before{ + content:"\e237" +} +.glyphicon-oil:before{ + content:"\e238" +} +.glyphicon-grain:before{ + content:"\e239" +} +.glyphicon-sunglasses:before{ + content:"\e240" +} +.glyphicon-text-size:before{ + content:"\e241" +} +.glyphicon-text-color:before{ + content:"\e242" +} +.glyphicon-text-background:before{ + content:"\e243" +} +.glyphicon-object-align-top:before{ + content:"\e244" +} +.glyphicon-object-align-bottom:before{ + content:"\e245" +} +.glyphicon-object-align-horizontal:before{ + content:"\e246" +} +.glyphicon-object-align-left:before{ + content:"\e247" +} +.glyphicon-object-align-vertical:before{ + content:"\e248" +} +.glyphicon-object-align-right:before{ + content:"\e249" +} +.glyphicon-triangle-right:before{ + content:"\e250" +} +.glyphicon-triangle-left:before{ + content:"\e251" +} +.glyphicon-triangle-bottom:before{ + content:"\e252" +} +.glyphicon-triangle-top:before{ + content:"\e253" +} +.glyphicon-console:before{ + content:"\e254" +} +.glyphicon-superscript:before{ + content:"\e255" +} +.glyphicon-subscript:before{ + content:"\e256" +} +.glyphicon-menu-left:before{ + content:"\e257" +} +.glyphicon-menu-right:before{ + content:"\e258" +} +.glyphicon-menu-down:before{ + content:"\e259" +} +.glyphicon-menu-up:before{ + content:"\e260" +} +*{ + -webkit-box-sizing:border-box; + -moz-box-sizing:border-box; + box-sizing:border-box +} +:after,:before{ + -webkit-box-sizing:border-box; + -moz-box-sizing:border-box; + box-sizing:border-box +} +html{ + font-size:10px; + -webkit-tap-highlight-color:rgba(0,0,0,0) +} +body{ + font-family:ubuntu; + font-size:14px; + line-height:1.42857143; + color:#333; + background-color:#fff +} +button,input,select,textarea{ + font-family:ubuntu; + font-size:inherit; + line-height:inherit +} +a{ + color:#337ab7; + text-decoration:none +} +a:focus,a:hover{ + color:#23527c; + text-decoration:underline +} +a:focus{ + outline:5px auto -webkit-focus-ring-color; + outline-offset:-2px +} +figure{ + margin:0 +} +img{ + vertical-align:middle +} +.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{ + display:block; + max-width:100%; + height:auto +} +.img-rounded{ + border-radius:6px +} +.img-thumbnail{ + display:inline-block; + max-width:100%; + height:auto; + padding:4px; + line-height:1.42857143; + background-color:#fff; + border:1px solid #ddd; + border-radius:4px; + -webkit-transition:all .2s ease-in-out; + -o-transition:all .2s ease-in-out; + transition:all .2s ease-in-out +} +.img-circle{ + border-radius:50% +} +hr{ + margin-top:20px; + margin-bottom:20px; + border:0; + border-top:1px solid #eee +} +.sr-only{ + position:absolute; + width:1px; + height:1px; + padding:0; + margin:-1px; + overflow:hidden; + clip:rect(0,0,0,0); + border:0 +} +.sr-only-focusable:active,.sr-only-focusable:focus{ + position:static; + width:auto; + height:auto; + margin:0; + overflow:visible; + clip:auto +} +[role=button]{ + cursor:pointer +} +.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{ + font-family:ubuntu; + font-weight:500; + line-height:1.1; + color:inherit +} +.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{ + font-weight:400; + line-height:1; + color:#777 +} +.h1,.h2,.h3,h1,h2,h3{ + margin-top:20px; + margin-bottom:10px +} +.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{ + font-size:65% +} +.h4,.h5,.h6,h4,h5,h6{ + margin-top:10px; + margin-bottom:10px +} +.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{ + font-size:75% +} +.h1,h1{ + font-size:36px +} +.h2,h2{ + font-size:30px +} +.h3,h3{ + font-size:24px +} +.h4,h4{ + font-size:18px +} +.h5,h5{ + font-size:14px +} +.h6,h6{ + font-size:12px +} +p{ + margin:0 0 10px +} +.lead{ + margin-bottom:20px; + font-size:16px; + font-weight:300; + line-height:1.4 +} +@media (min-width:768px){ + .lead{ + font-size:21px + } +} +.small,small{ + font-size:85% +} +.mark,mark{ + padding:.2em; + background-color:#fcf8e3 +} +.text-left{ + text-align:left +} +.text-right{ + text-align:right +} +.text-center{ + text-align:center +} +.text-justify{ + text-align:justify +} +.text-nowrap{ + white-space:nowrap +} +.text-lowercase{ + text-transform:lowercase +} +.text-uppercase{ + text-transform:uppercase +} +.text-capitalize{ + text-transform:capitalize +} +.text-muted{ + color:#777 +} +.text-primary{ + color:#337ab7 +} +a.text-primary:focus,a.text-primary:hover{ + color:#286090 +} +.text-success{ + color:#3c763d +} +a.text-success:focus,a.text-success:hover{ + color:#2b542c +} +.text-info{ + color:#31708f +} +a.text-info:focus,a.text-info:hover{ + color:#245269 +} +.text-warning{ + color:#8a6d3b +} +a.text-warning:focus,a.text-warning:hover{ + color:#66512c +} +.text-danger{ + color:#a94442 +} +a.text-danger:focus,a.text-danger:hover{ + color:#843534 +} +.bg-primary{ + color:#fff; + background-color:#337ab7 +} +a.bg-primary:focus,a.bg-primary:hover{ + background-color:#286090 +} +.bg-success{ + background-color:#dff0d8 +} +a.bg-success:focus,a.bg-success:hover{ + background-color:#c1e2b3 +} +.bg-info{ + background-color:#d9edf7 +} +a.bg-info:focus,a.bg-info:hover{ + background-color:#afd9ee +} +.bg-warning{ + background-color:#fcf8e3 +} +a.bg-warning:focus,a.bg-warning:hover{ + background-color:#f7ecb5 +} +.bg-danger{ + background-color:#f2dede +} +a.bg-danger:focus,a.bg-danger:hover{ + background-color:#e4b9b9 +} +.page-header{ + padding-bottom:9px; + margin:40px 0 20px; + border-bottom:1px solid #eee +} +ol,ul{ + margin-top:0; + margin-bottom:10px +} +ol ol,ol ul,ul ol,ul ul{ + margin-bottom:0 +} +.list-unstyled{ + padding-left:0; + list-style:none +} +.list-inline{ + padding-left:0; + margin-left:-5px; + list-style:none +} +.list-inline>li{ + display:inline-block; + padding-right:5px; + padding-left:5px +} +dl{ + margin-top:0; + margin-bottom:20px +} +dd,dt{ + line-height:1.42857143 +} +dt{ + font-weight:700 +} +dd{ + margin-left:0 +} +@media (min-width:768px){ + .dl-horizontal dt{ + float:left; + width:160px; + overflow:hidden; + clear:left; + text-align:right; + text-overflow:ellipsis; + white-space:nowrap + } + .dl-horizontal dd{ + margin-left:180px + } +} +abbr[data-original-title],abbr[title]{ + cursor:help; + border-bottom:1px dotted #777 +} +.initialism{ + font-size:90%; + text-transform:uppercase +} +blockquote{ + padding:10px 20px; + margin:0 0 20px; + font-size:17.5px; + border-left:5px solid #eee +} +blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{ + margin-bottom:0 +} +blockquote .small,blockquote footer,blockquote small{ + display:block; + font-size:80%; + line-height:1.42857143; + color:#777 +} +blockquote .small:before,blockquote footer:before,blockquote small:before{ + content:'\2014 \00A0' +} +.blockquote-reverse,blockquote.pull-right{ + padding-right:15px; + padding-left:0; + text-align:right; + border-right:5px solid #eee; + border-left:0 +} +.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{ + content:'' +} +.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{ + content:'\00A0 \2014' +} +address{ + margin-bottom:20px; + font-style:normal; + line-height:1.42857143 +} +code,kbd,pre,samp{ + font-family:ubuntu +} +code{ + padding:2px 4px; + font-size:90%; + color:#c7254e; + background-color:#f9f2f4; + border-radius:4px +} +kbd{ + padding:2px 4px; + font-size:90%; + color:#fff; + background-color:#333; + border-radius:3px; + -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25); + box-shadow:inset 0 -1px 0 rgba(0,0,0,.25) +} +kbd kbd{ + padding:0; + font-size:100%; + font-weight:700; + -webkit-box-shadow:none; + box-shadow:none +} +pre{ + display:block; + padding:9.5px; + margin:0 0 10px; + font-size:13px; + line-height:1.42857143; + color:#333; + word-break:break-all; + word-wrap:break-word; + background-color:#f5f5f5; + border:1px solid #ccc; + border-radius:4px +} +pre code{ + padding:0; + font-size:inherit; + color:inherit; + white-space:pre-wrap; + background-color:transparent; + border-radius:0 +} +.pre-scrollable{ + max-height:340px; + overflow-y:scroll +} +.container{ + padding-right:15px; + padding-left:15px; + margin-right:auto; + margin-left:auto +} +@media (min-width:768px){ + .container{ + width:750px + } +} +@media (min-width:992px){ + .container{ + width:970px + } +} +@media (min-width:1200px){ + .container{ + width:1170px + } +} +.container-fluid{ + padding-right:15px; + padding-left:15px; + margin-right:auto; + margin-left:auto +} +.row{ + margin-right:-15px; + margin-left:-15px +} +.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{ + position:relative; + min-height:1px; + padding-right:15px; + padding-left:15px +} +.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{ + float:left +} +.col-xs-12{ + width:100% +} +.col-xs-11{ + width:91.66666667% +} +.col-xs-10{ + width:83.33333333% +} +.col-xs-9{ + width:75% +} +.col-xs-8{ + width:66.66666667% +} +.col-xs-7{ + width:58.33333333% +} +.col-xs-6{ + width:50% +} +.col-xs-5{ + width:41.66666667% +} +.col-xs-4{ + width:33.33333333% +} +.col-xs-3{ + width:25% +} +.col-xs-2{ + width:16.66666667% +} +.col-xs-1{ + width:8.33333333% +} +.col-xs-pull-12{ + right:100% +} +.col-xs-pull-11{ + right:91.66666667% +} +.col-xs-pull-10{ + right:83.33333333% +} +.col-xs-pull-9{ + right:75% +} +.col-xs-pull-8{ + right:66.66666667% +} +.col-xs-pull-7{ + right:58.33333333% +} +.col-xs-pull-6{ + right:50% +} +.col-xs-pull-5{ + right:41.66666667% +} +.col-xs-pull-4{ + right:33.33333333% +} +.col-xs-pull-3{ + right:25% +} +.col-xs-pull-2{ + right:16.66666667% +} +.col-xs-pull-1{ + right:8.33333333% +} +.col-xs-pull-0{ + right:auto +} +.col-xs-push-12{ + left:100% +} +.col-xs-push-11{ + left:91.66666667% +} +.col-xs-push-10{ + left:83.33333333% +} +.col-xs-push-9{ + left:75% +} +.col-xs-push-8{ + left:66.66666667% +} +.col-xs-push-7{ + left:58.33333333% +} +.col-xs-push-6{ + left:50% +} +.col-xs-push-5{ + left:41.66666667% +} +.col-xs-push-4{ + left:33.33333333% +} +.col-xs-push-3{ + left:25% +} +.col-xs-push-2{ + left:16.66666667% +} +.col-xs-push-1{ + left:8.33333333% +} +.col-xs-push-0{ + left:auto +} +.col-xs-offset-12{ + margin-left:100% +} +.col-xs-offset-11{ + margin-left:91.66666667% +} +.col-xs-offset-10{ + margin-left:83.33333333% +} +.col-xs-offset-9{ + margin-left:75% +} +.col-xs-offset-8{ + margin-left:66.66666667% +} +.col-xs-offset-7{ + margin-left:58.33333333% +} +.col-xs-offset-6{ + margin-left:50% +} +.col-xs-offset-5{ + margin-left:41.66666667% +} +.col-xs-offset-4{ + margin-left:33.33333333% +} +.col-xs-offset-3{ + margin-left:25% +} +.col-xs-offset-2{ + margin-left:16.66666667% +} +.col-xs-offset-1{ + margin-left:8.33333333% +} +.col-xs-offset-0{ + margin-left:0 +} +@media (min-width:768px){ + .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{ + float:left + } + .col-sm-12{ + width:100% + } + .col-sm-11{ + width:91.66666667% + } + .col-sm-10{ + width:83.33333333% + } + .col-sm-9{ + width:75% + } + .col-sm-8{ + width:66.66666667% + } + .col-sm-7{ + width:58.33333333% + } + .col-sm-6{ + width:50% + } + .col-sm-5{ + width:41.66666667% + } + .col-sm-4{ + width:33.33333333% + } + .col-sm-3{ + width:25% + } + .col-sm-2{ + width:16.66666667% + } + .col-sm-1{ + width:8.33333333% + } + .col-sm-pull-12{ + right:100% + } + .col-sm-pull-11{ + right:91.66666667% + } + .col-sm-pull-10{ + right:83.33333333% + } + .col-sm-pull-9{ + right:75% + } + .col-sm-pull-8{ + right:66.66666667% + } + .col-sm-pull-7{ + right:58.33333333% + } + .col-sm-pull-6{ + right:50% + } + .col-sm-pull-5{ + right:41.66666667% + } + .col-sm-pull-4{ + right:33.33333333% + } + .col-sm-pull-3{ + right:25% + } + .col-sm-pull-2{ + right:16.66666667% + } + .col-sm-pull-1{ + right:8.33333333% + } + .col-sm-pull-0{ + right:auto + } + .col-sm-push-12{ + left:100% + } + .col-sm-push-11{ + left:91.66666667% + } + .col-sm-push-10{ + left:83.33333333% + } + .col-sm-push-9{ + left:75% + } + .col-sm-push-8{ + left:66.66666667% + } + .col-sm-push-7{ + left:58.33333333% + } + .col-sm-push-6{ + left:50% + } + .col-sm-push-5{ + left:41.66666667% + } + .col-sm-push-4{ + left:33.33333333% + } + .col-sm-push-3{ + left:25% + } + .col-sm-push-2{ + left:16.66666667% + } + .col-sm-push-1{ + left:8.33333333% + } + .col-sm-push-0{ + left:auto + } + .col-sm-offset-12{ + margin-left:100% + } + .col-sm-offset-11{ + margin-left:91.66666667% + } + .col-sm-offset-10{ + margin-left:83.33333333% + } + .col-sm-offset-9{ + margin-left:75% + } + .col-sm-offset-8{ + margin-left:66.66666667% + } + .col-sm-offset-7{ + margin-left:58.33333333% + } + .col-sm-offset-6{ + margin-left:50% + } + .col-sm-offset-5{ + margin-left:41.66666667% + } + .col-sm-offset-4{ + margin-left:33.33333333% + } + .col-sm-offset-3{ + margin-left:25% + } + .col-sm-offset-2{ + margin-left:16.66666667% + } + .col-sm-offset-1{ + margin-left:8.33333333% + } + .col-sm-offset-0{ + margin-left:0 + } +} +@media (min-width:992px){ + .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{ + float:left + } + .col-md-12{ + width:100% + } + .col-md-11{ + width:91.66666667% + } + .col-md-10{ + width:83.33333333% + } + .col-md-9{ + width:75% + } + .col-md-8{ + width:66.66666667% + } + .col-md-7{ + width:58.33333333% + } + .col-md-6{ + width:50% + } + .col-md-5{ + width:41.66666667% + } + .col-md-4{ + width:33.33333333% + } + .col-md-3{ + width:25% + } + .col-md-2{ + width:16.66666667% + } + .col-md-1{ + width:8.33333333% + } + .col-md-pull-12{ + right:100% + } + .col-md-pull-11{ + right:91.66666667% + } + .col-md-pull-10{ + right:83.33333333% + } + .col-md-pull-9{ + right:75% + } + .col-md-pull-8{ + right:66.66666667% + } + .col-md-pull-7{ + right:58.33333333% + } + .col-md-pull-6{ + right:50% + } + .col-md-pull-5{ + right:41.66666667% + } + .col-md-pull-4{ + right:33.33333333% + } + .col-md-pull-3{ + right:25% + } + .col-md-pull-2{ + right:16.66666667% + } + .col-md-pull-1{ + right:8.33333333% + } + .col-md-pull-0{ + right:auto + } + .col-md-push-12{ + left:100% + } + .col-md-push-11{ + left:91.66666667% + } + .col-md-push-10{ + left:83.33333333% + } + .col-md-push-9{ + left:75% + } + .col-md-push-8{ + left:66.66666667% + } + .col-md-push-7{ + left:58.33333333% + } + .col-md-push-6{ + left:50% + } + .col-md-push-5{ + left:41.66666667% + } + .col-md-push-4{ + left:33.33333333% + } + .col-md-push-3{ + left:25% + } + .col-md-push-2{ + left:16.66666667% + } + .col-md-push-1{ + left:8.33333333% + } + .col-md-push-0{ + left:auto + } + .col-md-offset-12{ + margin-left:100% + } + .col-md-offset-11{ + margin-left:91.66666667% + } + .col-md-offset-10{ + margin-left:83.33333333% + } + .col-md-offset-9{ + margin-left:75% + } + .col-md-offset-8{ + margin-left:66.66666667% + } + .col-md-offset-7{ + margin-left:58.33333333% + } + .col-md-offset-6{ + margin-left:50% + } + .col-md-offset-5{ + margin-left:41.66666667% + } + .col-md-offset-4{ + margin-left:33.33333333% + } + .col-md-offset-3{ + margin-left:25% + } + .col-md-offset-2{ + margin-left:16.66666667% + } + .col-md-offset-1{ + margin-left:8.33333333% + } + .col-md-offset-0{ + margin-left:0 + } +} +@media (min-width:1200px){ + .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{ + float:left + } + .col-lg-12{ + width:100% + } + .col-lg-11{ + width:91.66666667% + } + .col-lg-10{ + width:83.33333333% + } + .col-lg-9{ + width:75% + } + .col-lg-8{ + width:66.66666667% + } + .col-lg-7{ + width:58.33333333% + } + .col-lg-6{ + width:50% + } + .col-lg-5{ + width:41.66666667% + } + .col-lg-4{ + width:33.33333333% + } + .col-lg-3{ + width:25% + } + .col-lg-2{ + width:16.66666667% + } + .col-lg-1{ + width:8.33333333% + } + .col-lg-pull-12{ + right:100% + } + .col-lg-pull-11{ + right:91.66666667% + } + .col-lg-pull-10{ + right:83.33333333% + } + .col-lg-pull-9{ + right:75% + } + .col-lg-pull-8{ + right:66.66666667% + } + .col-lg-pull-7{ + right:58.33333333% + } + .col-lg-pull-6{ + right:50% + } + .col-lg-pull-5{ + right:41.66666667% + } + .col-lg-pull-4{ + right:33.33333333% + } + .col-lg-pull-3{ + right:25% + } + .col-lg-pull-2{ + right:16.66666667% + } + .col-lg-pull-1{ + right:8.33333333% + } + .col-lg-pull-0{ + right:auto + } + .col-lg-push-12{ + left:100% + } + .col-lg-push-11{ + left:91.66666667% + } + .col-lg-push-10{ + left:83.33333333% + } + .col-lg-push-9{ + left:75% + } + .col-lg-push-8{ + left:66.66666667% + } + .col-lg-push-7{ + left:58.33333333% + } + .col-lg-push-6{ + left:50% + } + .col-lg-push-5{ + left:41.66666667% + } + .col-lg-push-4{ + left:33.33333333% + } + .col-lg-push-3{ + left:25% + } + .col-lg-push-2{ + left:16.66666667% + } + .col-lg-push-1{ + left:8.33333333% + } + .col-lg-push-0{ + left:auto + } + .col-lg-offset-12{ + margin-left:100% + } + .col-lg-offset-11{ + margin-left:91.66666667% + } + .col-lg-offset-10{ + margin-left:83.33333333% + } + .col-lg-offset-9{ + margin-left:75% + } + .col-lg-offset-8{ + margin-left:66.66666667% + } + .col-lg-offset-7{ + margin-left:58.33333333% + } + .col-lg-offset-6{ + margin-left:50% + } + .col-lg-offset-5{ + margin-left:41.66666667% + } + .col-lg-offset-4{ + margin-left:33.33333333% + } + .col-lg-offset-3{ + margin-left:25% + } + .col-lg-offset-2{ + margin-left:16.66666667% + } + .col-lg-offset-1{ + margin-left:8.33333333% + } + .col-lg-offset-0{ + margin-left:0 + } +} +table{ + background-color:transparent +} +caption{ + padding-top:8px; + padding-bottom:8px; + color:#777; + text-align:left +} +th{ + text-align:left +} +.table{ + width:100%; + max-width:100%; + margin-bottom:20px +} +.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{ + padding:8px; + line-height:1.42857143; + vertical-align:top; + border-top:1px solid #ddd +} +.table>thead>tr>th{ + vertical-align:bottom; + border-bottom:2px solid #ddd +} +.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{ + border-top:0 +} +.table>tbody+tbody{ + border-top:2px solid #ddd +} +.table .table{ + background-color:#fff +} +.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{ + padding:5px +} +.table-bordered{ + border:1px solid #ddd +} +.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{ + border:1px solid #ddd +} +.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{ + border-bottom-width:2px +} +.table-striped>tbody>tr:nth-of-type(odd){ + background-color:#f9f9f9 +} +.table-hover>tbody>tr:hover{ + background-color:#f5f5f5 +} +table col[class*=col-]{ + position:static; + display:table-column; + float:none +} +table td[class*=col-],table th[class*=col-]{ + position:static; + display:table-cell; + float:none +} +.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{ + background-color:#f5f5f5 +} +.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{ + background-color:#e8e8e8 +} +.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{ + background-color:#dff0d8 +} +.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{ + background-color:#d0e9c6 +} +.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{ + background-color:#d9edf7 +} +.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{ + background-color:#c4e3f3 +} +.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{ + background-color:#fcf8e3 +} +.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{ + background-color:#faf2cc +} +.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{ + background-color:#f2dede +} +.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{ + background-color:#ebcccc +} +.table-responsive{ + min-height:.01%; + overflow-x:auto +} +@media screen and (max-width:767px){ + .table-responsive{ + width:100%; + margin-bottom:15px; + overflow-y:hidden; + -ms-overflow-style:-ms-autohiding-scrollbar; + border:1px solid #ddd + } + .table-responsive>.table{ + margin-bottom:0 + } + .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{ + white-space:nowrap + } + .table-responsive>.table-bordered{ + border:0 + } + .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{ + border-left:0 + } + .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{ + border-right:0 + } + .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{ + border-bottom:0 + } +} +fieldset{ + min-width:0; + padding:0; + margin:0; + border:0 +} +legend{ + display:block; + width:100%; + padding:0; + margin-bottom:20px; + font-size:21px; + line-height:inherit; + color:#333; + border:0; + border-bottom:1px solid #e5e5e5 +} +label{ + display:inline-block; + max-width:100%; + margin-bottom:5px; + font-weight:700 +} +input[type=search]{ + -webkit-box-sizing:border-box; + -moz-box-sizing:border-box; + box-sizing:border-box +} +input[type=checkbox],input[type=radio]{ + margin:4px 0 0; + margin-top:1px\9; + line-height:normal +} +input[type=file]{ + display:block +} +input[type=range]{ + display:block; + width:100% +} +select[multiple],select[size]{ + height:auto +} +input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{ + outline:5px auto -webkit-focus-ring-color; + outline-offset:-2px +} +output{ + display:block; + padding-top:7px; + font-size:14px; + line-height:1.42857143; + color:#555 +} +.form-control{ + display:block; + width:100%; + height:34px; + padding:6px 12px; + font-size:14px; + line-height:1.42857143; + color:#555; + background-color:#fff; + background-image:none; + border:1px solid #ccc; + border-radius:4px; + -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075); + box-shadow:inset 0 1px 1px rgba(0,0,0,.075); + -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; + -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s; + transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s +} +.form-control:focus{ + border-color:#66afe9; + outline:0; + -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); + box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) +} +.form-control::-moz-placeholder{ + color:#999; + opacity:1 +} +.form-control:-ms-input-placeholder{ + color:#999 +} +.form-control::-webkit-input-placeholder{ + color:#999 +} +.form-control::-ms-expand{ + background-color:transparent; + border:0 +} +.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{ + background-color:#eee; + opacity:1 +} +.form-control[disabled],fieldset[disabled] .form-control{ + cursor:not-allowed +} +textarea.form-control{ + height:auto +} +input[type=search]{ + -webkit-appearance:none +} +@media screen and (-webkit-min-device-pixel-ratio:0){ + input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{ + line-height:34px + } + .input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{ + line-height:30px + } + .input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{ + line-height:46px + } +} +.form-group{ + margin-bottom:15px +} +.checkbox,.radio{ + position:relative; + display:block; + margin-top:10px; + margin-bottom:10px +} +.checkbox label,.radio label{ + min-height:20px; + padding-left:20px; + margin-bottom:0; + font-weight:400; + cursor:pointer +} +.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{ + position:absolute; + margin-top:4px\9; + margin-left:-20px +} +.checkbox+.checkbox,.radio+.radio{ + margin-top:-5px +} +.checkbox-inline,.radio-inline{ + position:relative; + display:inline-block; + padding-left:20px; + margin-bottom:0; + font-weight:400; + vertical-align:middle; + cursor:pointer +} +.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{ + margin-top:0; + margin-left:10px +} +fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{ + cursor:not-allowed +} +.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{ + cursor:not-allowed +} +.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{ + cursor:not-allowed +} +.form-control-static{ + min-height:34px; + padding-top:7px; + padding-bottom:7px; + margin-bottom:0 +} +.form-control-static.input-lg,.form-control-static.input-sm{ + padding-right:0; + padding-left:0 +} +.input-sm{ + height:30px; + padding:5px 10px; + font-size:12px; + line-height:1.5; + border-radius:3px +} +select.input-sm{ + height:30px; + line-height:30px +} +select[multiple].input-sm,textarea.input-sm{ + height:auto +} +.form-group-sm .form-control{ + height:30px; + padding:5px 10px; + font-size:12px; + line-height:1.5; + border-radius:3px +} +.form-group-sm select.form-control{ + height:30px; + line-height:30px +} +.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{ + height:auto +} +.form-group-sm .form-control-static{ + height:30px; + min-height:32px; + padding:6px 10px; + font-size:12px; + line-height:1.5 +} +.input-lg{ + height:46px; + padding:10px 16px; + font-size:18px; + line-height:1.3333333; + border-radius:6px +} +select.input-lg{ + height:46px; + line-height:46px +} +select[multiple].input-lg,textarea.input-lg{ + height:auto +} +.form-group-lg .form-control{ + height:46px; + padding:10px 16px; + font-size:18px; + line-height:1.3333333; + border-radius:6px +} +.form-group-lg select.form-control{ + height:46px; + line-height:46px +} +.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{ + height:auto +} +.form-group-lg .form-control-static{ + height:46px; + min-height:38px; + padding:11px 16px; + font-size:18px; + line-height:1.3333333 +} +.has-feedback{ + position:relative +} +.has-feedback .form-control{ + padding-right:42.5px +} +.form-control-feedback{ + position:absolute; + top:0; + right:0; + z-index:2; + display:block; + width:34px; + height:34px; + line-height:34px; + text-align:center; + pointer-events:none +} +.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{ + width:46px; + height:46px; + line-height:46px +} +.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{ + width:30px; + height:30px; + line-height:30px +} +.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{ + color:#3c763d +} +.has-success .form-control{ + border-color:#3c763d; + -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075); + box-shadow:inset 0 1px 1px rgba(0,0,0,.075) +} +.has-success .form-control:focus{ + border-color:#2b542c; + -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168; + box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168 +} +.has-success .input-group-addon{ + color:#3c763d; + background-color:#dff0d8; + border-color:#3c763d +} +.has-success .form-control-feedback{ + color:#3c763d +} +.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{ + color:#8a6d3b +} +.has-warning .form-control{ + border-color:#8a6d3b; + -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075); + box-shadow:inset 0 1px 1px rgba(0,0,0,.075) +} +.has-warning .form-control:focus{ + border-color:#66512c; + -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b; + box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b +} +.has-warning .input-group-addon{ + color:#8a6d3b; + background-color:#fcf8e3; + border-color:#8a6d3b +} +.has-warning .form-control-feedback{ + color:#8a6d3b +} +.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{ + color:#a94442 +} +.has-error .form-control{ + border-color:#a94442; + -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075); + box-shadow:inset 0 1px 1px rgba(0,0,0,.075) +} +.has-error .form-control:focus{ + border-color:#843534; + -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483; + box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483 +} +.has-error .input-group-addon{ + color:#a94442; + background-color:#f2dede; + border-color:#a94442 +} +.has-error .form-control-feedback{ + color:#a94442 +} +.has-feedback label~.form-control-feedback{ + top:25px +} +.has-feedback label.sr-only~.form-control-feedback{ + top:0 +} +.help-block{ + display:block; + margin-top:5px; + margin-bottom:10px; + color:#737373 +} +@media (min-width:768px){ + .form-inline .form-group{ + display:inline-block; + margin-bottom:0; + vertical-align:middle + } + .form-inline .form-control{ + display:inline-block; + width:auto; + vertical-align:middle + } + .form-inline .form-control-static{ + display:inline-block + } + .form-inline .input-group{ + display:inline-table; + vertical-align:middle + } + .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{ + width:auto + } + .form-inline .input-group>.form-control{ + width:100% + } + .form-inline .control-label{ + margin-bottom:0; + vertical-align:middle + } + .form-inline .checkbox,.form-inline .radio{ + display:inline-block; + margin-top:0; + margin-bottom:0; + vertical-align:middle + } + .form-inline .checkbox label,.form-inline .radio label{ + padding-left:0 + } + .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{ + position:relative; + margin-left:0 + } + .form-inline .has-feedback .form-control-feedback{ + top:0 + } +} +.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{ + padding-top:7px; + margin-top:0; + margin-bottom:0 +} +.form-horizontal .checkbox,.form-horizontal .radio{ + min-height:27px +} +.form-horizontal .form-group{ + margin-right:-15px; + margin-left:-15px +} +@media (min-width:768px){ + .form-horizontal .control-label{ + padding-top:7px; + margin-bottom:0; + text-align:right + } +} +.form-horizontal .has-feedback .form-control-feedback{ + right:15px +} +@media (min-width:768px){ + .form-horizontal .form-group-lg .control-label{ + padding-top:11px; + font-size:18px + } +} +@media (min-width:768px){ + .form-horizontal .form-group-sm .control-label{ + padding-top:6px; + font-size:12px + } +} +.btn{ + display:inline-block; + padding:6px 12px; + margin-bottom:0; + font-size:14px; + font-weight:400; + line-height:1.42857143; + text-align:center; + white-space:nowrap; + vertical-align:middle; + -ms-touch-action:manipulation; + touch-action:manipulation; + cursor:pointer; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + background-image:none; + border:1px solid transparent; + border-radius:4px +} +.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{ + outline:5px auto -webkit-focus-ring-color; + outline-offset:-2px +} +.btn.focus,.btn:focus,.btn:hover{ + color:#333; + text-decoration:none +} +.btn.active,.btn:active{ + background-image:none; + outline:0; + -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125); + box-shadow:inset 0 3px 5px rgba(0,0,0,.125) +} +.btn.disabled,.btn[disabled],fieldset[disabled] .btn{ + cursor:not-allowed; + filter:alpha(opacity=65); + -webkit-box-shadow:none; + box-shadow:none; + opacity:.65 +} +a.btn.disabled,fieldset[disabled] a.btn{ + pointer-events:none +} +.btn-default{ + color:#333; + background-color:#fff; + border-color:#ccc +} +.btn-default.focus,.btn-default:focus{ + color:#333; + background-color:#e6e6e6; + border-color:#8c8c8c +} +.btn-default:hover{ + color:#333; + background-color:#e6e6e6; + border-color:#adadad +} +.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{ + color:#333; + background-color:#e6e6e6; + border-color:#adadad +} +.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{ + color:#333; + background-color:#d4d4d4; + border-color:#8c8c8c +} +.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{ + background-image:none +} +.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{ + background-color:#fff; + border-color:#ccc +} +.btn-default .badge{ + color:#fff; + background-color:#333 +} +.btn-primary{ + color:#fff; + background-color:#337ab7; + border-color:#2e6da4 +} +.btn-primary.focus,.btn-primary:focus{ + color:#fff; + background-color:#286090; + border-color:#122b40 +} +.btn-primary:hover{ + color:#fff; + background-color:#286090; + border-color:#204d74 +} +.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{ + color:#fff; + background-color:#286090; + border-color:#204d74 +} +.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{ + color:#fff; + background-color:#204d74; + border-color:#122b40 +} +.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{ + background-image:none +} +.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{ + background-color:#337ab7; + border-color:#2e6da4 +} +.btn-primary .badge{ + color:#337ab7; + background-color:#fff +} +.btn-success{ + color:#fff; + background-color:#5cb85c; + border-color:#4cae4c +} +.btn-success.focus,.btn-success:focus{ + color:#fff; + background-color:#449d44; + border-color:#255625 +} +.btn-success:hover{ + color:#fff; + background-color:#449d44; + border-color:#398439 +} +.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{ + color:#fff; + background-color:#449d44; + border-color:#398439 +} +.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{ + color:#fff; + background-color:#398439; + border-color:#255625 +} +.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{ + background-image:none +} +.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{ + background-color:#5cb85c; + border-color:#4cae4c +} +.btn-success .badge{ + color:#5cb85c; + background-color:#fff +} +.btn-info{ + color:#fff; + background-color:#5bc0de; + border-color:#46b8da +} +.btn-info.focus,.btn-info:focus{ + color:#fff; + background-color:#31b0d5; + border-color:#1b6d85 +} +.btn-info:hover{ + color:#fff; + background-color:#31b0d5; + border-color:#269abc +} +.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{ + color:#fff; + background-color:#31b0d5; + border-color:#269abc +} +.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{ + color:#fff; + background-color:#269abc; + border-color:#1b6d85 +} +.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{ + background-image:none +} +.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{ + background-color:#5bc0de; + border-color:#46b8da +} +.btn-info .badge{ + color:#5bc0de; + background-color:#fff +} +.btn-warning{ + color:#fff; + background-color:#f0ad4e; + border-color:#eea236 +} +.btn-warning.focus,.btn-warning:focus{ + color:#fff; + background-color:#ec971f; + border-color:#985f0d +} +.btn-warning:hover{ + color:#fff; + background-color:#ec971f; + border-color:#d58512 +} +.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{ + color:#fff; + background-color:#ec971f; + border-color:#d58512 +} +.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{ + color:#fff; + background-color:#d58512; + border-color:#985f0d +} +.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{ + background-image:none +} +.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{ + background-color:#f0ad4e; + border-color:#eea236 +} +.btn-warning .badge{ + color:#f0ad4e; + background-color:#fff +} +.btn-danger{ + color:#fff; + background-color:#d9534f; + border-color:#d43f3a +} +.btn-danger.focus,.btn-danger:focus{ + color:#fff; + background-color:#c9302c; + border-color:#761c19 +} +.btn-danger:hover{ + color:#fff; + background-color:#c9302c; + border-color:#ac2925 +} +.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{ + color:#fff; + background-color:#c9302c; + border-color:#ac2925 +} +.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{ + color:#fff; + background-color:#ac2925; + border-color:#761c19 +} +.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{ + background-image:none +} +.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{ + background-color:#d9534f; + border-color:#d43f3a +} +.btn-danger .badge{ + color:#d9534f; + background-color:#fff +} +.btn-link{ + font-weight:400; + color:#337ab7; + border-radius:0 +} +.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{ + background-color:transparent; + -webkit-box-shadow:none; + box-shadow:none +} +.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{ + border-color:transparent +} +.btn-link:focus,.btn-link:hover{ + color:#23527c; + text-decoration:underline; + background-color:transparent +} +.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{ + color:#777; + text-decoration:none +} +.btn-group-lg>.btn,.btn-lg{ + padding:10px 16px; + font-size:18px; + line-height:1.3333333; + border-radius:6px +} +.btn-group-sm>.btn,.btn-sm{ + padding:5px 10px; + font-size:12px; + line-height:1.5; + border-radius:3px +} +.btn-group-xs>.btn,.btn-xs{ + padding:1px 5px; + font-size:12px; + line-height:1.5; + border-radius:3px +} +.btn-block{ + display:block; + width:100% +} +.btn-block+.btn-block{ + margin-top:5px +} +input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{ + width:100% +} +.fade{ + opacity:0; + -webkit-transition:opacity .15s linear; + -o-transition:opacity .15s linear; + transition:opacity .15s linear +} +.fade.in{ + opacity:1 +} +.collapse{ + display:none +} +.collapse.in{ + display:block +} +tr.collapse.in{ + display:table-row +} +tbody.collapse.in{ + display:table-row-group +} +.collapsing{ + position:relative; + height:0; + overflow:hidden; + -webkit-transition-timing-function:ease; + -o-transition-timing-function:ease; + transition-timing-function:ease; + -webkit-transition-duration:.35s; + -o-transition-duration:.35s; + transition-duration:.35s; + -webkit-transition-property:height,visibility; + -o-transition-property:height,visibility; + transition-property:height,visibility +} +.caret{ + display:inline-block; + width:0; + height:0; + margin-left:2px; + vertical-align:middle; + border-top:4px dashed; + border-top:4px solid\9; + border-right:4px solid transparent; + border-left:4px solid transparent +} +.dropdown,.dropup{ + position:relative +} +.dropdown-toggle:focus{ + outline:0 +} +.dropdown-menu{ + position:absolute; + top:100%; + left:0; + z-index:1000; + display:none; + float:left; + min-width:160px; + padding:5px 0; + margin:2px 0 0; + font-size:14px; + text-align:left; + list-style:none; + background-color:#fff; + -webkit-background-clip:padding-box; + background-clip:padding-box; + border:1px solid #ccc; + border:1px solid rgba(0,0,0,.15); + border-radius:4px; + -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175); + box-shadow:0 6px 12px rgba(0,0,0,.175) +} +.dropdown-menu.pull-right{ + right:0; + left:auto +} +.dropdown-menu .divider{ + height:1px; + margin:9px 0; + overflow:hidden; + background-color:#e5e5e5 +} +.dropdown-menu>li>a{ + display:block; + padding:3px 20px; + clear:both; + font-weight:400; + line-height:1.42857143; + color:#333; + white-space:nowrap +} +.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{ + color:#262626; + text-decoration:none; + background-color:#f5f5f5 +} +.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{ + color:#fff; + text-decoration:none; + background-color:#337ab7; + outline:0 +} +.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{ + color:#777 +} +.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{ + text-decoration:none; + cursor:not-allowed; + background-color:transparent; + background-image:none; + filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) +} +.open>.dropdown-menu{ + display:block +} +.open>a{ + outline:0 +} +.dropdown-menu-right{ + right:0; + left:auto +} +.dropdown-menu-left{ + right:auto; + left:0 +} +.dropdown-header{ + display:block; + padding:3px 20px; + font-size:12px; + line-height:1.42857143; + color:#777; + white-space:nowrap +} +.dropdown-backdrop{ + position:fixed; + top:0; + right:0; + bottom:0; + left:0; + z-index:990 +} +.pull-right>.dropdown-menu{ + right:0; + left:auto +} +.dropup .caret,.navbar-fixed-bottom .dropdown .caret{ + content:""; + border-top:0; + border-bottom:4px dashed; + border-bottom:4px solid\9 +} +.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{ + top:auto; + bottom:100%; + margin-bottom:2px +} +@media (min-width:768px){ + .navbar-right .dropdown-menu{ + right:0; + left:auto + } + .navbar-right .dropdown-menu-left{ + right:auto; + left:0 + } +} +.btn-group,.btn-group-vertical{ + position:relative; + display:inline-block; + vertical-align:middle +} +.btn-group-vertical>.btn,.btn-group>.btn{ + position:relative; + float:left +} +.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{ + z-index:2 +} +.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{ + margin-left:-1px +} +.btn-toolbar{ + margin-left:-5px +} +.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{ + float:left +} +.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{ + margin-left:5px +} +.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){ + border-radius:0 +} +.btn-group>.btn:first-child{ + margin-left:0 +} +.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){ + border-top-right-radius:0; + border-bottom-right-radius:0 +} +.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){ + border-top-left-radius:0; + border-bottom-left-radius:0 +} +.btn-group>.btn-group{ + float:left +} +.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{ + border-radius:0 +} +.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{ + border-top-right-radius:0; + border-bottom-right-radius:0 +} +.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{ + border-top-left-radius:0; + border-bottom-left-radius:0 +} +.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{ + outline:0 +} +.btn-group>.btn+.dropdown-toggle{ + padding-right:8px; + padding-left:8px +} +.btn-group>.btn-lg+.dropdown-toggle{ + padding-right:12px; + padding-left:12px +} +.btn-group.open .dropdown-toggle{ + -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125); + box-shadow:inset 0 3px 5px rgba(0,0,0,.125) +} +.btn-group.open .dropdown-toggle.btn-link{ + -webkit-box-shadow:none; + box-shadow:none +} +.btn .caret{ + margin-left:0 +} +.btn-lg .caret{ + border-width:5px 5px 0; + border-bottom-width:0 +} +.dropup .btn-lg .caret{ + border-width:0 5px 5px +} +.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{ + display:block; + float:none; + width:100%; + max-width:100% +} +.btn-group-vertical>.btn-group>.btn{ + float:none +} +.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{ + margin-top:-1px; + margin-left:0 +} +.btn-group-vertical>.btn:not(:first-child):not(:last-child){ + border-radius:0 +} +.btn-group-vertical>.btn:first-child:not(:last-child){ + border-top-left-radius:4px; + border-top-right-radius:4px; + border-bottom-right-radius:0; + border-bottom-left-radius:0 +} +.btn-group-vertical>.btn:last-child:not(:first-child){ + border-top-left-radius:0; + border-top-right-radius:0; + border-bottom-right-radius:4px; + border-bottom-left-radius:4px +} +.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{ + border-radius:0 +} +.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{ + border-bottom-right-radius:0; + border-bottom-left-radius:0 +} +.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{ + border-top-left-radius:0; + border-top-right-radius:0 +} +.btn-group-justified{ + display:table; + width:100%; + table-layout:fixed; + border-collapse:separate +} +.btn-group-justified>.btn,.btn-group-justified>.btn-group{ + display:table-cell; + float:none; + width:1% +} +.btn-group-justified>.btn-group .btn{ + width:100% +} +.btn-group-justified>.btn-group .dropdown-menu{ + left:auto +} +[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{ + position:absolute; + clip:rect(0,0,0,0); + pointer-events:none +} +.input-group{ + position:relative; + display:table; + border-collapse:separate +} +.input-group[class*=col-]{ + float:none; + padding-right:0; + padding-left:0 +} +.input-group .form-control{ + position:relative; + z-index:2; + float:left; + width:100%; + margin-bottom:0 +} +.input-group .form-control:focus{ + z-index:3 +} +.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{ + height:46px; + padding:10px 16px; + font-size:18px; + line-height:1.3333333; + border-radius:6px +} +select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{ + height:46px; + line-height:46px +} +select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{ + height:auto +} +.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{ + height:30px; + padding:5px 10px; + font-size:12px; + line-height:1.5; + border-radius:3px +} +select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{ + height:30px; + line-height:30px +} +select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{ + height:auto +} +.input-group .form-control,.input-group-addon,.input-group-btn{ + display:table-cell +} +.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){ + border-radius:0 +} +.input-group-addon,.input-group-btn{ + width:1%; + white-space:nowrap; + vertical-align:middle +} +.input-group-addon{ + padding:6px 12px; + font-size:14px; + font-weight:400; + line-height:1; + color:#555; + text-align:center; + background-color:#eee; + border:1px solid #ccc; + border-radius:4px +} +.input-group-addon.input-sm{ + padding:5px 10px; + font-size:12px; + border-radius:3px +} +.input-group-addon.input-lg{ + padding:10px 16px; + font-size:18px; + border-radius:6px +} +.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{ + margin-top:0 +} +.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){ + border-top-right-radius:0; + border-bottom-right-radius:0 +} +.input-group-addon:first-child{ + border-right:0 +} +.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{ + border-top-left-radius:0; + border-bottom-left-radius:0 +} +.input-group-addon:last-child{ + border-left:0 +} +.input-group-btn{ + position:relative; + font-size:0; + white-space:nowrap +} +.input-group-btn>.btn{ + position:relative +} +.input-group-btn>.btn+.btn{ + margin-left:-1px +} +.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{ + z-index:2 +} +.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{ + margin-right:-1px +} +.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{ + z-index:2; + margin-left:-1px +} +.nav{ + padding-left:0; + margin-bottom:0; + list-style:none +} +.nav>li{ + position:relative; + display:block +} +.nav>li>a{ + position:relative; + display:block; + padding:10px 15px +} +.nav>li>a:focus,.nav>li>a:hover{ + text-decoration:none; + background-color:#eee +} +.nav>li.disabled>a{ + color:#777 +} +.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{ + color:#777; + text-decoration:none; + cursor:not-allowed; + background-color:transparent +} +.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{ + background-color:#eee; + border-color:#337ab7 +} +.nav .nav-divider{ + height:1px; + margin:9px 0; + overflow:hidden; + background-color:#e5e5e5 +} +.nav>li>a>img{ + max-width:none +} +.nav-tabs{ + border-bottom:1px solid #ddd +} +.nav-tabs>li{ + float:left; + margin-bottom:-1px +} +.nav-tabs>li>a{ + margin-right:2px; + line-height:1.42857143; + border:1px solid transparent; + border-radius:4px 4px 0 0 +} +.nav-tabs>li>a:hover{ + border-color:#eee #eee #ddd +} +.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{ + color:#555; + cursor:default; + background-color:#fff; + border:1px solid #ddd; + border-bottom-color:transparent +} +.nav-tabs.nav-justified{ + width:100%; + border-bottom:0 +} +.nav-tabs.nav-justified>li{ + float:none +} +.nav-tabs.nav-justified>li>a{ + margin-bottom:5px; + text-align:center +} +.nav-tabs.nav-justified>.dropdown .dropdown-menu{ + top:auto; + left:auto +} +@media (min-width:768px){ + .nav-tabs.nav-justified>li{ + display:table-cell; + width:1% + } + .nav-tabs.nav-justified>li>a{ + margin-bottom:0 + } +} +.nav-tabs.nav-justified>li>a{ + margin-right:0; + border-radius:4px +} +.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{ + border:1px solid #ddd +} +@media (min-width:768px){ + .nav-tabs.nav-justified>li>a{ + border-bottom:1px solid #ddd; + border-radius:4px 4px 0 0 + } + .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{ + border-bottom-color:#fff + } +} +.nav-pills>li{ + float:left +} +.nav-pills>li>a{ + border-radius:4px +} +.nav-pills>li+li{ + margin-left:2px +} +.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{ + color:#fff; + background-color:#337ab7 +} +.nav-stacked>li{ + float:none +} +.nav-stacked>li+li{ + margin-top:2px; + margin-left:0 +} +.nav-justified{ + width:100% +} +.nav-justified>li{ + float:none +} +.nav-justified>li>a{ + margin-bottom:5px; + text-align:center +} +.nav-justified>.dropdown .dropdown-menu{ + top:auto; + left:auto +} +@media (min-width:768px){ + .nav-justified>li{ + display:table-cell; + width:1% + } + .nav-justified>li>a{ + margin-bottom:0 + } +} +.nav-tabs-justified{ + border-bottom:0 +} +.nav-tabs-justified>li>a{ + margin-right:0; + border-radius:4px +} +.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{ + border:1px solid #ddd +} +@media (min-width:768px){ + .nav-tabs-justified>li>a{ + border-bottom:1px solid #ddd; + border-radius:4px 4px 0 0 + } + .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{ + border-bottom-color:#fff + } +} +.tab-content>.tab-pane{ + display:none +} +.tab-content>.active{ + display:block +} +.nav-tabs .dropdown-menu{ + margin-top:-1px; + border-top-left-radius:0; + border-top-right-radius:0 +} +.navbar{ + position:relative; + min-height:50px; + margin-bottom:20px; + border:1px solid transparent +} +@media (min-width:768px){ + .navbar{ + border-radius:4px + } +} +@media (min-width:768px){ + .navbar-header{ + float:left + } +} +.navbar-collapse{ + padding-right:15px; + padding-left:15px; + overflow-x:visible; + -webkit-overflow-scrolling:touch; + border-top:1px solid transparent; + -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1); + box-shadow:inset 0 1px 0 rgba(255,255,255,.1) +} +.navbar-collapse.in{ + overflow-y:auto +} +@media (min-width:768px){ + .navbar-collapse{ + width:auto; + border-top:0; + -webkit-box-shadow:none; + box-shadow:none + } + .navbar-collapse.collapse{ + display:block!important; + height:auto!important; + padding-bottom:0; + overflow:visible!important + } + .navbar-collapse.in{ + overflow-y:visible + } + .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{ + padding-right:0; + padding-left:0 + } +} +.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{ + max-height:340px +} +@media (max-device-width:480px) and (orientation:landscape){ + .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{ + max-height:200px + } +} +.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{ + margin-right:-15px; + margin-left:-15px +} +@media (min-width:768px){ + .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{ + margin-right:0; + margin-left:0 + } +} +.navbar-static-top{ + z-index:1000; + border-width:0 0 1px +} +@media (min-width:768px){ + .navbar-static-top{ + border-radius:0 + } +} +.navbar-fixed-bottom,.navbar-fixed-top{ + position:fixed; + right:0; + left:0; + z-index:1030 +} +@media (min-width:768px){ + .navbar-fixed-bottom,.navbar-fixed-top{ + border-radius:0 + } +} +.navbar-fixed-top{ + top:0; + border-width:0 0 1px +} +.navbar-fixed-bottom{ + bottom:0; + margin-bottom:0; + border-width:1px 0 0 +} +.navbar-brand{ + float:left; + height:50px; + padding:15px 15px; + font-size:18px; + line-height:20px +} +.navbar-brand:focus,.navbar-brand:hover{ + text-decoration:none +} +.navbar-brand>img{ + display:block +} +@media (min-width:768px){ + .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{ + margin-left:-15px + } +} +.navbar-toggle{ + position:relative; + float:right; + padding:9px 10px; + margin-top:8px; + margin-right:15px; + margin-bottom:8px; + background-color:transparent; + background-image:none; + border:1px solid transparent; + border-radius:4px +} +.navbar-toggle:focus{ + outline:0 +} +.navbar-toggle .icon-bar{ + display:block; + width:22px; + height:2px; + border-radius:1px +} +.navbar-toggle .icon-bar+.icon-bar{ + margin-top:4px +} +@media (min-width:768px){ + .navbar-toggle{ + display:none + } +} +.navbar-nav{ + margin:7.5px -15px +} +.navbar-nav>li>a{ + padding-top:10px; + padding-bottom:10px; + line-height:20px +} +@media (max-width:767px){ + .navbar-nav .open .dropdown-menu{ + position:static; + float:none; + width:auto; + margin-top:0; + background-color:transparent; + border:0; + -webkit-box-shadow:none; + box-shadow:none + } + .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{ + padding:5px 15px 5px 25px + } + .navbar-nav .open .dropdown-menu>li>a{ + line-height:20px + } + .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{ + background-image:none + } +} +@media (min-width:768px){ + .navbar-nav{ + float:left; + margin:0 + } + .navbar-nav>li{ + float:left + } + .navbar-nav>li>a{ + padding-top:15px; + padding-bottom:15px + } +} +.navbar-form{ + padding:10px 15px; + margin-top:8px; + margin-right:-15px; + margin-bottom:8px; + margin-left:-15px; + border-top:1px solid transparent; + border-bottom:1px solid transparent; + -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1); + box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1) +} +@media (min-width:768px){ + .navbar-form .form-group{ + display:inline-block; + margin-bottom:0; + vertical-align:middle + } + .navbar-form .form-control{ + display:inline-block; + width:auto; + vertical-align:middle + } + .navbar-form .form-control-static{ + display:inline-block + } + .navbar-form .input-group{ + display:inline-table; + vertical-align:middle + } + .navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{ + width:auto + } + .navbar-form .input-group>.form-control{ + width:100% + } + .navbar-form .control-label{ + margin-bottom:0; + vertical-align:middle + } + .navbar-form .checkbox,.navbar-form .radio{ + display:inline-block; + margin-top:0; + margin-bottom:0; + vertical-align:middle + } + .navbar-form .checkbox label,.navbar-form .radio label{ + padding-left:0 + } + .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{ + position:relative; + margin-left:0 + } + .navbar-form .has-feedback .form-control-feedback{ + top:0 + } +} +@media (max-width:767px){ + .navbar-form .form-group{ + margin-bottom:5px + } + .navbar-form .form-group:last-child{ + margin-bottom:0 + } +} +@media (min-width:768px){ + .navbar-form{ + width:auto; + padding-top:0; + padding-bottom:0; + margin-right:0; + margin-left:0; + border:0; + -webkit-box-shadow:none; + box-shadow:none + } +} +.navbar-nav>li>.dropdown-menu{ + margin-top:0; + border-top-left-radius:0; + border-top-right-radius:0 +} +.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{ + margin-bottom:0; + border-top-left-radius:4px; + border-top-right-radius:4px; + border-bottom-right-radius:0; + border-bottom-left-radius:0 +} +.navbar-btn{ + margin-top:8px; + margin-bottom:8px +} +.navbar-btn.btn-sm{ + margin-top:10px; + margin-bottom:10px +} +.navbar-btn.btn-xs{ + margin-top:14px; + margin-bottom:14px +} +.navbar-text{ + margin-top:15px; + margin-bottom:15px +} +@media (min-width:768px){ + .navbar-text{ + float:left; + margin-right:15px; + margin-left:15px + } +} +@media (min-width:768px){ + .navbar-left{ + float:left!important + } + .navbar-right{ + float:right!important; + margin-right:-15px + } + .navbar-right~.navbar-right{ + margin-right:0 + } +} +.navbar-default{ + background-color:#f8f8f8; + border-color:#e7e7e7 +} +.navbar-default .navbar-brand{ + color:#777 +} +.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{ + color:#5e5e5e; + background-color:transparent +} +.navbar-default .navbar-text{ + color:#777 +} +.navbar-default .navbar-nav>li>a{ + color:#777 +} +.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{ + color:#333; + background-color:transparent +} +.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{ + color:#555; + background-color:#e7e7e7 +} +.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{ + color:#ccc; + background-color:transparent +} +.navbar-default .navbar-toggle{ + border-color:#ddd +} +.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{ + background-color:#ddd +} +.navbar-default .navbar-toggle .icon-bar{ + background-color:#888 +} +.navbar-default .navbar-collapse,.navbar-default .navbar-form{ + border-color:#e7e7e7 +} +.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{ + color:#555; + background-color:#e7e7e7 +} +@media (max-width:767px){ + .navbar-default .navbar-nav .open .dropdown-menu>li>a{ + color:#777 + } + .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{ + color:#333; + background-color:transparent + } + .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{ + color:#555; + background-color:#e7e7e7 + } + .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{ + color:#ccc; + background-color:transparent + } +} +.navbar-default .navbar-link{ + color:#777 +} +.navbar-default .navbar-link:hover{ + color:#333 +} +.navbar-default .btn-link{ + color:#777 +} +.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{ + color:#333 +} +.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{ + color:#ccc +} +.navbar-inverse{ + background-color:#222; + border-color:#080808 +} +.navbar-inverse .navbar-brand{ + color:#9d9d9d +} +.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{ + color:#fff; + background-color:transparent +} +.navbar-inverse .navbar-text{ + color:#9d9d9d +} +.navbar-inverse .navbar-nav>li>a{ + color:#9d9d9d +} +.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{ + color:#fff; + background-color:transparent +} +.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{ + color:#fff; + background-color:#080808 +} +.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{ + color:#444; + background-color:transparent +} +.navbar-inverse .navbar-toggle{ + border-color:#333 +} +.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{ + background-color:#333 +} +.navbar-inverse .navbar-toggle .icon-bar{ + background-color:#fff +} +.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{ + border-color:#101010 +} +.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{ + color:#fff; + background-color:#080808 +} +@media (max-width:767px){ + .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{ + border-color:#080808 + } + .navbar-inverse .navbar-nav .open .dropdown-menu .divider{ + background-color:#080808 + } + .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{ + color:#9d9d9d + } + .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{ + color:#fff; + background-color:transparent + } + .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{ + color:#fff; + background-color:#080808 + } + .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{ + color:#444; + background-color:transparent + } +} +.navbar-inverse .navbar-link{ + color:#9d9d9d +} +.navbar-inverse .navbar-link:hover{ + color:#fff +} +.navbar-inverse .btn-link{ + color:#9d9d9d +} +.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{ + color:#fff +} +.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{ + color:#444 +} +.breadcrumb{ + padding:8px 15px; + margin-bottom:20px; + list-style:none; + background-color:#f5f5f5; + border-radius:4px +} +.breadcrumb>li{ + display:inline-block +} +.breadcrumb>li+li:before{ + padding:0 5px; + color:#ccc; + content:"/\00a0" +} +.breadcrumb>.active{ + color:#777 +} +.pagination{ + display:inline-block; + padding-left:0; + margin:20px 0; + border-radius:4px +} +.pagination>li{ + display:inline +} +.pagination>li>a,.pagination>li>span{ + position:relative; + float:left; + padding:6px 12px; + margin-left:-1px; + line-height:1.42857143; + color:#337ab7; + text-decoration:none; + background-color:#fff; + border:1px solid #ddd +} +.pagination>li:first-child>a,.pagination>li:first-child>span{ + margin-left:0; + border-top-left-radius:4px; + border-bottom-left-radius:4px +} +.pagination>li:last-child>a,.pagination>li:last-child>span{ + border-top-right-radius:4px; + border-bottom-right-radius:4px +} +.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{ + z-index:2; + color:#23527c; + background-color:#eee; + border-color:#ddd +} +.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{ + z-index:3; + color:#fff; + cursor:default; + background-color:#337ab7; + border-color:#337ab7 +} +.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{ + color:#777; + cursor:not-allowed; + background-color:#fff; + border-color:#ddd +} +.pagination-lg>li>a,.pagination-lg>li>span{ + padding:10px 16px; + font-size:18px; + line-height:1.3333333 +} +.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{ + border-top-left-radius:6px; + border-bottom-left-radius:6px +} +.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{ + border-top-right-radius:6px; + border-bottom-right-radius:6px +} +.pagination-sm>li>a,.pagination-sm>li>span{ + padding:5px 10px; + font-size:12px; + line-height:1.5 +} +.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{ + border-top-left-radius:3px; + border-bottom-left-radius:3px +} +.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{ + border-top-right-radius:3px; + border-bottom-right-radius:3px +} +.pager{ + padding-left:0; + margin:20px 0; + text-align:center; + list-style:none +} +.pager li{ + display:inline +} +.pager li>a,.pager li>span{ + display:inline-block; + padding:5px 14px; + background-color:#fff; + border:1px solid #ddd; + border-radius:15px +} +.pager li>a:focus,.pager li>a:hover{ + text-decoration:none; + background-color:#eee +} +.pager .next>a,.pager .next>span{ + float:right +} +.pager .previous>a,.pager .previous>span{ + float:left +} +.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{ + color:#777; + cursor:not-allowed; + background-color:#fff +} +.label{ + display:inline; + padding:.2em .6em .3em; + font-size:75%; + font-weight:700; + line-height:1; + color:#fff; + text-align:center; + white-space:nowrap; + vertical-align:baseline; + border-radius:.25em +} +a.label:focus,a.label:hover{ + color:#fff; + text-decoration:none; + cursor:pointer +} +.label:empty{ + display:none +} +.btn .label{ + position:relative; + top:-1px +} +.label-default{ + background-color:#777 +} +.label-default[href]:focus,.label-default[href]:hover{ + background-color:#5e5e5e +} +.label-primary{ + background-color:#337ab7 +} +.label-primary[href]:focus,.label-primary[href]:hover{ + background-color:#286090 +} +.label-success{ + background-color:#5cb85c +} +.label-success[href]:focus,.label-success[href]:hover{ + background-color:#449d44 +} +.label-info{ + background-color:#5bc0de +} +.label-info[href]:focus,.label-info[href]:hover{ + background-color:#31b0d5 +} +.label-warning{ + background-color:#f0ad4e +} +.label-warning[href]:focus,.label-warning[href]:hover{ + background-color:#ec971f +} +.label-danger{ + background-color:#d9534f +} +.label-danger[href]:focus,.label-danger[href]:hover{ + background-color:#c9302c +} +.badge{ + display:inline-block; + min-width:10px; + padding:3px 7px; + font-size:12px; + font-weight:700; + line-height:1; + color:#fff; + text-align:center; + white-space:nowrap; + vertical-align:middle; + background-color:#777; + border-radius:10px +} +.badge:empty{ + display:none +} +.btn .badge{ + position:relative; + top:-1px +} +.btn-group-xs>.btn .badge,.btn-xs .badge{ + top:0; + padding:1px 5px +} +a.badge:focus,a.badge:hover{ + color:#fff; + text-decoration:none; + cursor:pointer +} +.list-group-item.active>.badge,.nav-pills>.active>a>.badge{ + color:#337ab7; + background-color:#fff +} +.list-group-item>.badge{ + float:right +} +.list-group-item>.badge+.badge{ + margin-right:5px +} +.nav-pills>li>a>.badge{ + margin-left:3px +} +.jumbotron{ + padding-top:30px; + padding-bottom:30px; + margin-bottom:30px; + color:inherit; + background-color:#eee +} +.jumbotron .h1,.jumbotron h1{ + color:inherit +} +.jumbotron p{ + margin-bottom:15px; + font-size:21px; + font-weight:200 +} +.jumbotron>hr{ + border-top-color:#d5d5d5 +} +.container .jumbotron,.container-fluid .jumbotron{ + padding-right:15px; + padding-left:15px; + border-radius:6px +} +.jumbotron .container{ + max-width:100% +} +@media screen and (min-width:768px){ + .jumbotron{ + padding-top:48px; + padding-bottom:48px + } + .container .jumbotron,.container-fluid .jumbotron{ + padding-right:60px; + padding-left:60px + } + .jumbotron .h1,.jumbotron h1{ + font-size:63px + } +} +.thumbnail{ + display:block; + padding:4px; + margin-bottom:20px; + line-height:1.42857143; + background-color:#fff; + border:1px solid #ddd; + border-radius:4px; + -webkit-transition:border .2s ease-in-out; + -o-transition:border .2s ease-in-out; + transition:border .2s ease-in-out +} +.thumbnail a>img,.thumbnail>img{ + margin-right:auto; + margin-left:auto +} +a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{ + border-color:#337ab7 +} +.thumbnail .caption{ + padding:9px; + color:#333 +} +.alert{ + padding:15px; + margin-bottom:20px; + border:1px solid transparent; + border-radius:4px +} +.alert h4{ + margin-top:0; + color:inherit +} +.alert .alert-link{ + font-weight:700 +} +.alert>p,.alert>ul{ + margin-bottom:0 +} +.alert>p+p{ + margin-top:5px +} +.alert-dismissable,.alert-dismissible{ + padding-right:35px +} +.alert-dismissable .close,.alert-dismissible .close{ + position:relative; + top:-2px; + right:-21px; + color:inherit +} +.alert-success{ + color:#3c763d; + background-color:#dff0d8; + border-color:#d6e9c6 +} +.alert-success hr{ + border-top-color:#c9e2b3 +} +.alert-success .alert-link{ + color:#2b542c +} +.alert-info{ + color:#31708f; + background-color:#d9edf7; + border-color:#bce8f1 +} +.alert-info hr{ + border-top-color:#a6e1ec +} +.alert-info .alert-link{ + color:#245269 +} +.alert-warning{ + color:#8a6d3b; + background-color:#fcf8e3; + border-color:#faebcc +} +.alert-warning hr{ + border-top-color:#f7e1b5 +} +.alert-warning .alert-link{ + color:#66512c +} +.alert-danger{ + color:#a94442; + background-color:#f2dede; + border-color:#ebccd1 +} +.alert-danger hr{ + border-top-color:#e4b9c0 +} +.alert-danger .alert-link{ + color:#843534 +} +@-webkit-keyframes progress-bar-stripes{ + from{ + background-position:40px 0 + } + to{ + background-position:0 0 + } +} +@-o-keyframes progress-bar-stripes{ + from{ + background-position:40px 0 + } + to{ + background-position:0 0 + } +} +@keyframes progress-bar-stripes{ + from{ + background-position:40px 0 + } + to{ + background-position:0 0 + } +} +.progress{ + height:20px; + margin-bottom:20px; + overflow:hidden; + background-color:#f5f5f5; + border-radius:4px; + -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1); + box-shadow:inset 0 1px 2px rgba(0,0,0,.1) +} +.progress-bar{ + float:left; + width:0; + height:100%; + font-size:12px; + line-height:20px; + color:#fff; + text-align:center; + background-color:#337ab7; + -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15); + box-shadow:inset 0 -1px 0 rgba(0,0,0,.15); + -webkit-transition:width .6s ease; + -o-transition:width .6s ease; + transition:width .6s ease +} +.progress-bar-striped,.progress-striped .progress-bar{ + background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); + background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); + background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); + -webkit-background-size:40px 40px; + background-size:40px 40px +} +.progress-bar.active,.progress.active .progress-bar{ + -webkit-animation:progress-bar-stripes 2s linear infinite; + -o-animation:progress-bar-stripes 2s linear infinite; + animation:progress-bar-stripes 2s linear infinite +} +.progress-bar-success{ + background-color:#5cb85c +} +.progress-striped .progress-bar-success{ + background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); + background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); + background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) +} +.progress-bar-info{ + background-color:#5bc0de +} +.progress-striped .progress-bar-info{ + background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); + background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); + background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) +} +.progress-bar-warning{ + background-color:#f0ad4e +} +.progress-striped .progress-bar-warning{ + background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); + background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); + background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) +} +.progress-bar-danger{ + background-color:#d9534f +} +.progress-striped .progress-bar-danger{ + background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); + background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); + background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) +} +.media{ + margin-top:15px +} +.media:first-child{ + margin-top:0 +} +.media,.media-body{ + overflow:hidden; + zoom:1 +} +.media-body{ + width:10000px +} +.media-object{ + display:block +} +.media-object.img-thumbnail{ + max-width:none +} +.media-right,.media>.pull-right{ + padding-left:10px +} +.media-left,.media>.pull-left{ + padding-right:10px +} +.media-body,.media-left,.media-right{ + display:table-cell; + vertical-align:top +} +.media-middle{ + vertical-align:middle +} +.media-bottom{ + vertical-align:bottom +} +.media-heading{ + margin-top:0; + margin-bottom:5px +} +.media-list{ + padding-left:0; + list-style:none +} +.list-group{ + padding-left:0; + margin-bottom:20px +} +.list-group-item{ + position:relative; + display:block; + padding:10px 15px; + margin-bottom:-1px; + background-color:#fff; + border:1px solid #ddd +} +.list-group-item:first-child{ + border-top-left-radius:4px; + border-top-right-radius:4px +} +.list-group-item:last-child{ + margin-bottom:0; + border-bottom-right-radius:4px; + border-bottom-left-radius:4px +} +a.list-group-item,button.list-group-item{ + color:#555 +} +a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{ + color:#333 +} +a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{ + color:#555; + text-decoration:none; + background-color:#f5f5f5 +} +button.list-group-item{ + width:100%; + text-align:left +} +.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{ + color:#777; + cursor:not-allowed; + background-color:#eee +} +.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{ + color:inherit +} +.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{ + color:#777 +} +.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{ + z-index:2; + color:#fff; + background-color:#337ab7; + border-color:#337ab7 +} +.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{ + color:inherit +} +.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{ + color:#c7ddef +} +.list-group-item-success{ + color:#3c763d; + background-color:#dff0d8 +} +a.list-group-item-success,button.list-group-item-success{ + color:#3c763d +} +a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{ + color:inherit +} +a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{ + color:#3c763d; + background-color:#d0e9c6 +} +a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{ + color:#fff; + background-color:#3c763d; + border-color:#3c763d +} +.list-group-item-info{ + color:#31708f; + background-color:#d9edf7 +} +a.list-group-item-info,button.list-group-item-info{ + color:#31708f +} +a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{ + color:inherit +} +a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{ + color:#31708f; + background-color:#c4e3f3 +} +a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{ + color:#fff; + background-color:#31708f; + border-color:#31708f +} +.list-group-item-warning{ + color:#8a6d3b; + background-color:#fcf8e3 +} +a.list-group-item-warning,button.list-group-item-warning{ + color:#8a6d3b +} +a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{ + color:inherit +} +a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{ + color:#8a6d3b; + background-color:#faf2cc +} +a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{ + color:#fff; + background-color:#8a6d3b; + border-color:#8a6d3b +} +.list-group-item-danger{ + color:#a94442; + background-color:#f2dede +} +a.list-group-item-danger,button.list-group-item-danger{ + color:#a94442 +} +a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{ + color:inherit +} +a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{ + color:#a94442; + background-color:#ebcccc +} +a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{ + color:#fff; + background-color:#a94442; + border-color:#a94442 +} +.list-group-item-heading{ + margin-top:0; + margin-bottom:5px +} +.list-group-item-text{ + margin-bottom:0; + line-height:1.3 +} +.panel{ + margin-bottom:20px; + background-color:#fff; + border:1px solid transparent; + border-radius:4px; + -webkit-box-shadow:0 1px 1px rgba(0,0,0,.05); + box-shadow:0 1px 1px rgba(0,0,0,.05) +} +.panel-body{ + padding:15px +} +.panel-heading{ + padding:10px 15px; + border-bottom:1px solid transparent; + border-top-left-radius:3px; + border-top-right-radius:3px +} +.panel-heading>.dropdown .dropdown-toggle{ + color:inherit +} +.panel-title{ + margin-top:0; + margin-bottom:0; + font-size:16px; + color:inherit +} +.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{ + color:inherit +} +.panel-footer{ + padding:10px 15px; + background-color:#f5f5f5; + border-top:1px solid #ddd; + border-bottom-right-radius:3px; + border-bottom-left-radius:3px +} +.panel>.list-group,.panel>.panel-collapse>.list-group{ + margin-bottom:0 +} +.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{ + border-width:1px 0; + border-radius:0 +} +.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{ + border-top:0; + border-top-left-radius:3px; + border-top-right-radius:3px +} +.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{ + border-bottom:0; + border-bottom-right-radius:3px; + border-bottom-left-radius:3px +} +.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{ + border-top-left-radius:0; + border-top-right-radius:0 +} +.panel-heading+.list-group .list-group-item:first-child{ + border-top-width:0 +} +.list-group+.panel-footer{ + border-top-width:0 +} +.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{ + margin-bottom:0 +} +.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{ + padding-right:15px; + padding-left:15px +} +.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{ + border-top-left-radius:3px; + border-top-right-radius:3px +} +.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{ + border-top-left-radius:3px; + border-top-right-radius:3px +} +.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{ + border-top-left-radius:3px +} +.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{ + border-top-right-radius:3px +} +.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{ + border-bottom-right-radius:3px; + border-bottom-left-radius:3px +} +.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{ + border-bottom-right-radius:3px; + border-bottom-left-radius:3px +} +.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{ + border-bottom-left-radius:3px +} +.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{ + border-bottom-right-radius:3px +} +.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{ + border-top:1px solid #ddd +} +.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{ + border-top:0 +} +.panel>.table-bordered,.panel>.table-responsive>.table-bordered{ + border:0 +} +.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{ + border-left:0 +} +.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{ + border-right:0 +} +.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{ + border-bottom:0 +} +.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{ + border-bottom:0 +} +.panel>.table-responsive{ + margin-bottom:0; + border:0 +} +.panel-group{ + margin-bottom:20px +} +.panel-group .panel{ + margin-bottom:0; + border-radius:4px +} +.panel-group .panel+.panel{ + margin-top:5px +} +.panel-group .panel-heading{ + border-bottom:0 +} +.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{ + border-top:1px solid #ddd +} +.panel-group .panel-footer{ + border-top:0 +} +.panel-group .panel-footer+.panel-collapse .panel-body{ + border-bottom:1px solid #ddd +} +.panel-default{ + border-color:#ddd +} +.panel-default>.panel-heading{ + color:#333; + background-color:#f5f5f5; + border-color:#ddd +} +.panel-default>.panel-heading+.panel-collapse>.panel-body{ + border-top-color:#ddd +} +.panel-default>.panel-heading .badge{ + color:#f5f5f5; + background-color:#333 +} +.panel-default>.panel-footer+.panel-collapse>.panel-body{ + border-bottom-color:#ddd +} +.panel-primary{ + border-color:#337ab7 +} +.panel-primary>.panel-heading{ + color:#fff; + background-color:#337ab7; + border-color:#337ab7 +} +.panel-primary>.panel-heading+.panel-collapse>.panel-body{ + border-top-color:#337ab7 +} +.panel-primary>.panel-heading .badge{ + color:#337ab7; + background-color:#fff +} +.panel-primary>.panel-footer+.panel-collapse>.panel-body{ + border-bottom-color:#337ab7 +} +.panel-success{ + border-color:#d6e9c6 +} +.panel-success>.panel-heading{ + color:#3c763d; + background-color:#dff0d8; + border-color:#d6e9c6 +} +.panel-success>.panel-heading+.panel-collapse>.panel-body{ + border-top-color:#d6e9c6 +} +.panel-success>.panel-heading .badge{ + color:#dff0d8; + background-color:#3c763d +} +.panel-success>.panel-footer+.panel-collapse>.panel-body{ + border-bottom-color:#d6e9c6 +} +.panel-info{ + border-color:#bce8f1 +} +.panel-info>.panel-heading{ + color:#31708f; + background-color:#d9edf7; + border-color:#bce8f1 +} +.panel-info>.panel-heading+.panel-collapse>.panel-body{ + border-top-color:#bce8f1 +} +.panel-info>.panel-heading .badge{ + color:#d9edf7; + background-color:#31708f +} +.panel-info>.panel-footer+.panel-collapse>.panel-body{ + border-bottom-color:#bce8f1 +} +.panel-warning{ + border-color:#faebcc +} +.panel-warning>.panel-heading{ + color:#8a6d3b; + background-color:#fcf8e3; + border-color:#faebcc +} +.panel-warning>.panel-heading+.panel-collapse>.panel-body{ + border-top-color:#faebcc +} +.panel-warning>.panel-heading .badge{ + color:#fcf8e3; + background-color:#8a6d3b +} +.panel-warning>.panel-footer+.panel-collapse>.panel-body{ + border-bottom-color:#faebcc +} +.panel-danger{ + border-color:#ebccd1 +} +.panel-danger>.panel-heading{ + color:#a94442; + background-color:#f2dede; + border-color:#ebccd1 +} +.panel-danger>.panel-heading+.panel-collapse>.panel-body{ + border-top-color:#ebccd1 +} +.panel-danger>.panel-heading .badge{ + color:#f2dede; + background-color:#a94442 +} +.panel-danger>.panel-footer+.panel-collapse>.panel-body{ + border-bottom-color:#ebccd1 +} +.embed-responsive{ + position:relative; + display:block; + height:0; + padding:0; + overflow:hidden +} +.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{ + position:absolute; + top:0; + bottom:0; + left:0; + width:100%; + height:100%; + border:0 +} +.embed-responsive-16by9{ + padding-bottom:56.25% +} +.embed-responsive-4by3{ + padding-bottom:75% +} +.well{ + min-height:20px; + padding:19px; + margin-bottom:20px; + background-color:#f5f5f5; + border:1px solid #e3e3e3; + border-radius:4px; + -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05); + box-shadow:inset 0 1px 1px rgba(0,0,0,.05) +} +.well blockquote{ + border-color:#ddd; + border-color:rgba(0,0,0,.15) +} +.well-lg{ + padding:24px; + border-radius:6px +} +.well-sm{ + padding:9px; + border-radius:3px +} +.close{ + float:right; + font-size:21px; + font-weight:700; + line-height:1; + color:#000; + text-shadow:0 1px 0 #fff; + filter:alpha(opacity=20); + opacity:.2 +} +.close:focus,.close:hover{ + color:#000; + text-decoration:none; + cursor:pointer; + filter:alpha(opacity=50); + opacity:.5 +} +button.close{ + -webkit-appearance:none; + padding:0; + cursor:pointer; + background:0 0; + border:0 +} +.modal-open{ + overflow:hidden +} +.modal{ + position:fixed; + top:0; + right:0; + bottom:0; + left:0; + z-index:1050; + display:none; + overflow:hidden; + -webkit-overflow-scrolling:touch; + outline:0 +} +.modal.fade .modal-dialog{ + -webkit-transition:-webkit-transform .3s ease-out; + -o-transition:-o-transform .3s ease-out; + transition:transform .3s ease-out; + -webkit-transform:translate(0,-25%); + -ms-transform:translate(0,-25%); + -o-transform:translate(0,-25%); + transform:translate(0,-25%) +} +.modal.in .modal-dialog{ + -webkit-transform:translate(0,0); + -ms-transform:translate(0,0); + -o-transform:translate(0,0); + transform:translate(0,0) +} +.modal-open .modal{ + overflow-x:hidden; + overflow-y:auto +} +.modal-dialog{ + position:relative; + width:auto; + margin:10px +} +.modal-content{ + position:relative; + background-color:#fff; + -webkit-background-clip:padding-box; + background-clip:padding-box; + border:1px solid #999; + border:1px solid rgba(0,0,0,.2); + border-radius:6px; + outline:0; + -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5); + box-shadow:0 3px 9px rgba(0,0,0,.5) +} +.modal-backdrop{ + position:fixed; + top:0; + right:0; + bottom:0; + left:0; + z-index:1040; + background-color:#000 +} +.modal-backdrop.fade{ + filter:alpha(opacity=0); + opacity:0 +} +.modal-backdrop.in{ + filter:alpha(opacity=50); + opacity:.5 +} +.modal-header{ + padding:15px; + border-bottom:1px solid #e5e5e5 +} +.modal-header .close{ + margin-top:-2px +} +.modal-title{ + margin:0; + line-height:1.42857143 +} +.modal-body{ + position:relative; + padding:15px +} +.modal-footer{ + padding:15px; + text-align:right; + border-top:1px solid #e5e5e5 +} +.modal-footer .btn+.btn{ + margin-bottom:0; + margin-left:5px +} +.modal-footer .btn-group .btn+.btn{ + margin-left:-1px +} +.modal-footer .btn-block+.btn-block{ + margin-left:0 +} +.modal-scrollbar-measure{ + position:absolute; + top:-9999px; + width:50px; + height:50px; + overflow:scroll +} +@media (min-width:768px){ + .modal-dialog{ + width:600px; + margin:30px auto + } + .modal-content{ + -webkit-box-shadow:0 5px 15px rgba(0,0,0,.5); + box-shadow:0 5px 15px rgba(0,0,0,.5) + } + .modal-sm{ + width:300px + } +} +@media (min-width:992px){ + .modal-lg{ + width:900px + } +} +.tooltip{ + position:absolute; + z-index:1070; + display:block; + font-family:ubuntu; + font-size:12px; + font-style:normal; + font-weight:400; + line-height:1.42857143; + text-align:left; + text-align:start; + text-decoration:none; + text-shadow:none; + text-transform:none; + letter-spacing:normal; + word-break:normal; + word-spacing:normal; + word-wrap:normal; + white-space:normal; + filter:alpha(opacity=0); + opacity:0; + line-break:auto +} +.tooltip.in{ + filter:alpha(opacity=90); + opacity:.9 +} +.tooltip.top{ + padding:5px 0; + margin-top:-3px +} +.tooltip.right{ + padding:0 5px; + margin-left:3px +} +.tooltip.bottom{ + padding:5px 0; + margin-top:3px +} +.tooltip.left{ + padding:0 5px; + margin-left:-3px +} +.tooltip-inner{ + max-width:200px; + padding:3px 8px; + color:#fff; + text-align:center; + background-color:#000; + border-radius:4px +} +.tooltip-arrow{ + position:absolute; + width:0; + height:0; + border-color:transparent; + border-style:solid +} +.tooltip.top .tooltip-arrow{ + bottom:0; + left:50%; + margin-left:-5px; + border-width:5px 5px 0; + border-top-color:#000 +} +.tooltip.top-left .tooltip-arrow{ + right:5px; + bottom:0; + margin-bottom:-5px; + border-width:5px 5px 0; + border-top-color:#000 +} +.tooltip.top-right .tooltip-arrow{ + bottom:0; + left:5px; + margin-bottom:-5px; + border-width:5px 5px 0; + border-top-color:#000 +} +.tooltip.right .tooltip-arrow{ + top:50%; + left:0; + margin-top:-5px; + border-width:5px 5px 5px 0; + border-right-color:#000 +} +.tooltip.left .tooltip-arrow{ + top:50%; + right:0; + margin-top:-5px; + border-width:5px 0 5px 5px; + border-left-color:#000 +} +.tooltip.bottom .tooltip-arrow{ + top:0; + left:50%; + margin-left:-5px; + border-width:0 5px 5px; + border-bottom-color:#000 +} +.tooltip.bottom-left .tooltip-arrow{ + top:0; + right:5px; + margin-top:-5px; + border-width:0 5px 5px; + border-bottom-color:#000 +} +.tooltip.bottom-right .tooltip-arrow{ + top:0; + left:5px; + margin-top:-5px; + border-width:0 5px 5px; + border-bottom-color:#000 +} +.popover{ + position:absolute; + top:0; + left:0; + z-index:1060; + display:none; + max-width:276px; + padding:1px; + font-family:ubuntu; + font-size:14px; + font-style:normal; + font-weight:400; + line-height:1.42857143; + text-align:left; + text-align:start; + text-decoration:none; + text-shadow:none; + text-transform:none; + letter-spacing:normal; + word-break:normal; + word-spacing:normal; + word-wrap:normal; + white-space:normal; + background-color:#fff; + -webkit-background-clip:padding-box; + background-clip:padding-box; + border:1px solid #ccc; + border:1px solid rgba(0,0,0,.2); + border-radius:6px; + -webkit-box-shadow:0 5px 10px rgba(0,0,0,.2); + box-shadow:0 5px 10px rgba(0,0,0,.2); + line-break:auto +} +.popover.top{ + margin-top:-10px +} +.popover.right{ + margin-left:10px +} +.popover.bottom{ + margin-top:10px +} +.popover.left{ + margin-left:-10px +} +.popover-title{ + padding:8px 14px; + margin:0; + font-size:14px; + background-color:#f7f7f7; + border-bottom:1px solid #ebebeb; + border-radius:5px 5px 0 0 +} +.popover-content{ + padding:9px 14px +} +.popover>.arrow,.popover>.arrow:after{ + position:absolute; + display:block; + width:0; + height:0; + border-color:transparent; + border-style:solid +} +.popover>.arrow{ + border-width:11px +} +.popover>.arrow:after{ + content:""; + border-width:10px +} +.popover.top>.arrow{ + bottom:-11px; + left:50%; + margin-left:-11px; + border-top-color:#999; + border-top-color:rgba(0,0,0,.25); + border-bottom-width:0 +} +.popover.top>.arrow:after{ + bottom:1px; + margin-left:-10px; + content:" "; + border-top-color:#fff; + border-bottom-width:0 +} +.popover.right>.arrow{ + top:50%; + left:-11px; + margin-top:-11px; + border-right-color:#999; + border-right-color:rgba(0,0,0,.25); + border-left-width:0 +} +.popover.right>.arrow:after{ + bottom:-10px; + left:1px; + content:" "; + border-right-color:#fff; + border-left-width:0 +} +.popover.bottom>.arrow{ + top:-11px; + left:50%; + margin-left:-11px; + border-top-width:0; + border-bottom-color:#999; + border-bottom-color:rgba(0,0,0,.25) +} +.popover.bottom>.arrow:after{ + top:1px; + margin-left:-10px; + content:" "; + border-top-width:0; + border-bottom-color:#fff +} +.popover.left>.arrow{ + top:50%; + right:-11px; + margin-top:-11px; + border-right-width:0; + border-left-color:#999; + border-left-color:rgba(0,0,0,.25) +} +.popover.left>.arrow:after{ + right:1px; + bottom:-10px; + content:" "; + border-right-width:0; + border-left-color:#fff +} +.carousel{ + position:relative +} +.carousel-inner{ + position:relative; + width:100%; + overflow:hidden +} +.carousel-inner>.item{ + position:relative; + display:none; + -webkit-transition:.6s ease-in-out left; + -o-transition:.6s ease-in-out left; + transition:.6s ease-in-out left +} +.carousel-inner>.item>a>img,.carousel-inner>.item>img{ + line-height:1 +} +@media all and (transform-3d),(-webkit-transform-3d){ + .carousel-inner>.item{ + -webkit-transition:-webkit-transform .6s ease-in-out; + -o-transition:-o-transform .6s ease-in-out; + transition:transform .6s ease-in-out; + -webkit-backface-visibility:hidden; + backface-visibility:hidden; + -webkit-perspective:1000px; + perspective:1000px + } + .carousel-inner>.item.active.right,.carousel-inner>.item.next{ + left:0; + -webkit-transform:translate3d(100%,0,0); + transform:translate3d(100%,0,0) + } + .carousel-inner>.item.active.left,.carousel-inner>.item.prev{ + left:0; + -webkit-transform:translate3d(-100%,0,0); + transform:translate3d(-100%,0,0) + } + .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{ + left:0; + -webkit-transform:translate3d(0,0,0); + transform:translate3d(0,0,0) + } +} +.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{ + display:block +} +.carousel-inner>.active{ + left:0 +} +.carousel-inner>.next,.carousel-inner>.prev{ + position:absolute; + top:0; + width:100% +} +.carousel-inner>.next{ + left:100% +} +.carousel-inner>.prev{ + left:-100% +} +.carousel-inner>.next.left,.carousel-inner>.prev.right{ + left:0 +} +.carousel-inner>.active.left{ + left:-100% +} +.carousel-inner>.active.right{ + left:100% +} +.carousel-control{ + position:absolute; + top:0; + bottom:0; + left:0; + width:15%; + font-size:20px; + color:#fff; + text-align:center; + text-shadow:0 1px 2px rgba(0,0,0,.6); + background-color:rgba(0,0,0,0); + filter:alpha(opacity=50); + opacity:.5 +} +.carousel-control.left{ + background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%); + background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%); + background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001))); + background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%); + filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); + background-repeat:repeat-x +} +.carousel-control.right{ + right:0; + left:auto; + background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%); + background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%); + background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5))); + background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%); + filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); + background-repeat:repeat-x +} +.carousel-control:focus,.carousel-control:hover{ + color:#fff; + text-decoration:none; + filter:alpha(opacity=90); + outline:0; + opacity:.9 +} +.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{ + position:absolute; + top:50%; + z-index:5; + display:inline-block; + margin-top:-10px +} +.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{ + left:50%; + margin-left:-10px +} +.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{ + right:50%; + margin-right:-10px +} +.carousel-control .icon-next,.carousel-control .icon-prev{ + width:20px; + height:20px; + font-family:ubuntu; + line-height:1 +} +.carousel-control .icon-prev:before{ + content:'\2039' +} +.carousel-control .icon-next:before{ + content:'\203a' +} +.carousel-indicators{ + position:absolute; + bottom:10px; + left:50%; + z-index:15; + width:60%; + padding-left:0; + margin-left:-30%; + text-align:center; + list-style:none +} +.carousel-indicators li{ + display:inline-block; + width:10px; + height:10px; + margin:1px; + text-indent:-999px; + cursor:pointer; + background-color:#000\9; + background-color:rgba(0,0,0,0); + border:1px solid #fff; + border-radius:10px +} +.carousel-indicators .active{ + width:12px; + height:12px; + margin:0; + background-color:#fff +} +.carousel-caption{ + position:absolute; + right:15%; + bottom:20px; + left:15%; + z-index:10; + padding-top:20px; + padding-bottom:20px; + color:#fff; + text-align:center; + text-shadow:0 1px 2px rgba(0,0,0,.6) +} +.carousel-caption .btn{ + text-shadow:none +} +@media screen and (min-width:768px){ + .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{ + width:30px; + height:30px; + margin-top:-10px; + font-size:30px + } + .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{ + margin-left:-10px + } + .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{ + margin-right:-10px + } + .carousel-caption{ + right:20%; + left:20%; + padding-bottom:30px + } + .carousel-indicators{ + bottom:20px + } +} +.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{ + display:table; + content:" " +} +.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{ + clear:both +} +.center-block{ + display:block; + margin-right:auto; + margin-left:auto +} +.pull-right{ + float:right!important +} +.pull-left{ + float:left!important +} +.hide{ + display:none!important +} +.show{ + display:block!important +} +.invisible{ + visibility:hidden +} +.text-hide{ + font:0/0 a; + color:transparent; + text-shadow:none; + background-color:transparent; + border:0 +} +.hidden{ + display:none!important +} +.affix{ + position:fixed +} +@-ms-viewport{ + width:device-width +} +.visible-lg,.visible-md,.visible-sm,.visible-xs{ + display:none!important +} +.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{ + display:none!important +} +@media (max-width:767px){ + .visible-xs{ + display:block!important + } + table.visible-xs{ + display:table!important + } + tr.visible-xs{ + display:table-row!important + } + td.visible-xs,th.visible-xs{ + display:table-cell!important + } +} +@media (max-width:767px){ + .visible-xs-block{ + display:block!important + } +} +@media (max-width:767px){ + .visible-xs-inline{ + display:inline!important + } +} +@media (max-width:767px){ + .visible-xs-inline-block{ + display:inline-block!important + } +} +@media (min-width:768px) and (max-width:991px){ + .visible-sm{ + display:block!important + } + table.visible-sm{ + display:table!important + } + tr.visible-sm{ + display:table-row!important + } + td.visible-sm,th.visible-sm{ + display:table-cell!important + } +} +@media (min-width:768px) and (max-width:991px){ + .visible-sm-block{ + display:block!important + } +} +@media (min-width:768px) and (max-width:991px){ + .visible-sm-inline{ + display:inline!important + } +} +@media (min-width:768px) and (max-width:991px){ + .visible-sm-inline-block{ + display:inline-block!important + } +} +@media (min-width:992px) and (max-width:1199px){ + .visible-md{ + display:block!important + } + table.visible-md{ + display:table!important + } + tr.visible-md{ + display:table-row!important + } + td.visible-md,th.visible-md{ + display:table-cell!important + } +} +@media (min-width:992px) and (max-width:1199px){ + .visible-md-block{ + display:block!important + } +} +@media (min-width:992px) and (max-width:1199px){ + .visible-md-inline{ + display:inline!important + } +} +@media (min-width:992px) and (max-width:1199px){ + .visible-md-inline-block{ + display:inline-block!important + } +} +@media (min-width:1200px){ + .visible-lg{ + display:block!important + } + table.visible-lg{ + display:table!important + } + tr.visible-lg{ + display:table-row!important + } + td.visible-lg,th.visible-lg{ + display:table-cell!important + } +} +@media (min-width:1200px){ + .visible-lg-block{ + display:block!important + } +} +@media (min-width:1200px){ + .visible-lg-inline{ + display:inline!important + } +} +@media (min-width:1200px){ + .visible-lg-inline-block{ + display:inline-block!important + } +} +@media (max-width:767px){ + .hidden-xs{ + display:none!important + } +} +@media (min-width:768px) and (max-width:991px){ + .hidden-sm{ + display:none!important + } +} +@media (min-width:992px) and (max-width:1199px){ + .hidden-md{ + display:none!important + } +} +@media (min-width:1200px){ + .hidden-lg{ + display:none!important + } +} +.visible-print{ + display:none!important +} +@media print{ + .visible-print{ + display:block!important + } + table.visible-print{ + display:table!important + } + tr.visible-print{ + display:table-row!important + } + td.visible-print,th.visible-print{ + display:table-cell!important + } +} +.visible-print-block{ + display:none!important +} +@media print{ + .visible-print-block{ + display:block!important + } +} +.visible-print-inline{ + display:none!important +} +@media print{ + .visible-print-inline{ + display:inline!important + } +} +.visible-print-inline-block{ + display:none!important +} +@media print{ + .visible-print-inline-block{ + display:inline-block!important + } +} +@media print{ + .hidden-print{ + display:none!important + } +} +/*# sourceMappingURL=bootstrap.min.css.map */ + diff --git a/dark/documents/index.html b/dark/documents/index.html new file mode 100644 index 0000000..68c7d1e --- /dev/null +++ b/dark/documents/index.html @@ -0,0 +1,32 @@ + + + + + + + Archive - Documents + + + + + +
+

Archive - Backup file indexer

+ +
+ The last update was on 25-04-2021 (1 documents). +
+ +
+
+ + diff --git a/dark/filters.cmd b/dark/filters.cmd new file mode 100755 index 0000000..2eec4cf --- /dev/null +++ b/dark/filters.cmd @@ -0,0 +1,15 @@ +@echo off + +rem # Apply filters +call gen\jrepl.bat "Package or application ansi-gli-" "ANSI Greater and Less in ISO v" /f index.html /o - +call gen\jrepl.bat "Package or application aria2-" "CLI tool for multiprotocol downloads v" /f index.html /o - +call gen\jrepl.bat "Package or application aria2bt-tools-" "Python scripts to manage aria2 BitTorrent downloads v" /f index.html /o - +call gen\jrepl.bat "Package or application clamTools" "Python Command-Line tools for ClamAV v" /f index.html /o - +call gen\jrepl.bat "Package or application easy-samba-" "A basic GTK (zenity) or CLI interface for Samba v" /f index.html /o - +call gen\jrepl.bat "Package or application drivers-linux-firmware_" "Updated drivers from Linux-Firmware for Debian/Ubuntu v" /f index.html /o - +call gen\jrepl.bat "Package or application ip2e-" "Daemon to send your public IP (dynamic) by email when it is renewed v" /f index.html /o - +call gen\jrepl.bat "Package or application irssi-" "IRC Client for CLI interface v" /f index.html /o - +call gen\jrepl.bat "Package or application ks-tools-" "Tools for upload, convert and crop/mix video/audio files v" /f index.html /o - +call gen\jrepl.bat "Package or application mktorrent-" "A simple command line utility to create BitTorrent metainfo files v" /f index.html /o - +call gen\jrepl.bat "Package or application zenigrub-custom-" "A simple GTK (Zenity) interface to edit basic settings of GRUB v" /f index.html /o - +call gen\jrepl.bat "Package or application archive-inr-" "Source code of archive-indexer bootstrap v" /f index.html /o - diff --git a/dark/filters.sh b/dark/filters.sh new file mode 100755 index 0000000..24dd2c1 --- /dev/null +++ b/dark/filters.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +# Apply filters +sed -i "s/Package or application ansi-gli-/ANSI Greater and Less in ISO v/g" index.html &> /dev/null +sed -i "s/Package or application aria2-/CLI tool for multiprotocol downloads v/g" index.html &> /dev/null +sed -i "s/Package or application aria2bt-tools-/Python scripts to manage aria2 BitTorrent downloads v/g" index.html &> /dev/null +sed -i "s/Package or application clamTools-/Python Command-Line tools for ClamAV v/g" index.html &> /dev/null +sed -i "s/Package or application easy-samba-/A basic GTK (zenity) or CLI interface for Samba v/g" index.html &> /dev/null +sed -i "s/Package or application drivers-linux-firmware_/Updated drivers from Linux-Firmware for Debian\/Ubuntu v/g" index.html &> /dev/null +sed -i "s/Package or application ip2e-/Daemon to send your public IP (dynamic) by email when it is renewed v/g" index.html &> /dev/null +sed -i "s/Package or application irssi-/IRC Client for CLI interface v/g" index.html &> /dev/null +sed -i "s/Package or application ks-tools-/Tools for upload, convert and crop\/mix video\/audio files v/g" index.html &> /dev/null +sed -i "s/Package or application mktorrent-/A simple command line utility to create BitTorrent metainfo files v/g" index.html &> /dev/null +sed -i "s/Package or application zenigrub-custom-/A simple GTK (Zenity) interface to edit basic settings of GRUB v/g" index.html &> /dev/null +sed -i "s/Package or application archive-inr-/Source code of archive-indexer bootstrap v/g" index.html &> /dev/null diff --git a/dark/fonts/ubuntu.eot b/dark/fonts/ubuntu.eot new file mode 100644 index 0000000..e07f3f7 Binary files /dev/null and b/dark/fonts/ubuntu.eot differ diff --git a/dark/fonts/ubuntu.ttf b/dark/fonts/ubuntu.ttf new file mode 100644 index 0000000..45a038b Binary files /dev/null and b/dark/fonts/ubuntu.ttf differ diff --git a/dark/gen/footer.html b/dark/gen/footer.html new file mode 100644 index 0000000..a7d8c0c --- /dev/null +++ b/dark/gen/footer.html @@ -0,0 +1,5 @@ + +
+ + + diff --git a/dark/gen/indexer/sai-indexer.txt b/dark/gen/indexer/sai-indexer.txt new file mode 100644 index 0000000..5a9e9be --- /dev/null +++ b/dark/gen/indexer/sai-indexer.txt @@ -0,0 +1 @@ +zenigrub-custom-1.4 diff --git a/dark/gen/jrepl.bat b/dark/gen/jrepl.bat new file mode 100755 index 0000000..426cde3 --- /dev/null +++ b/dark/gen/jrepl.bat @@ -0,0 +1,2626 @@ +@if (@X)==(@Y) @end /* Harmless hybrid line that begins a JScript comment +@goto :Batch + +::JREPL.BAT by Dave Benham +::/History +:: +:: 2020-07-30 v8.6: Added options to /K, /R, and /MATCH to count the number +:: of matches or rejects instead of printing them. +:: Added the counter /JScript variable. +:: Fixed /T Pig Latin example - $0 corrected to read $& +:: 2020-02-29 v8.5: Added /EOL option to set the end of line terminator. +:: Added the eol global jscript variable. +:: Doc fix - No EOL if /RTN option specifies a :LineNumber. +:: 2019-09-13 v8.4: Bug fix - /K,/R did not work with /EXC,/INC as of v8.0 +:: 2019-07-16 v8.3: Documentation correction - Binary data with null bytes may +:: be read via ADO. +:: 2019-06-05 v8.2: /RTN bug fix - preserve Unicode by using CHCP 65001/utf-8 +:: to transfer value to variable unless /XFILE used. +:: 2019-05-19 v8.1: Add /VT to enable Virtual Terminal ANSI escape sequences. +:: Code courtesy of DosTips user aGerman (Steffen). +:: 2019-05-15 v8.0: Add /Hxxx options for highlighting matched/replaced text. +:: Bug fix - /OFF was wrong when used with /P. +:: Change - /OFF is now incompatible with /PREPL. +:: Change - /PREPL may now be used with /K and /R. +:: Doc fix - corrected syntax for /F [|NB] option. +:: Doc fix - /OFF is for first match if used with /K. +:: 2018-10-20 v7.15: Add a string literal syntax to the /INC and /EXC options. +:: 2018-10-15 v7.14: Bug fix - User defined variables declared in /JBEG named +:: str and/or obj were getting clobbered. +:: Bug fix - Internal variable xbytes was visibile to user +:: supplied JScript. +:: 2018-07-19 v7.13: Bug fix - /INC and /EXC regex failed to match any +:: line that immediately followed a prior block. +:: Added ADO code to create XBYTES.DAT in case CERTUTIL is +:: missing. Code courtesy of DosTips user aGerman (Steffen). +:: 2018-07-18 v7.12: Fixed XBYTES.DAT creation cleanup bugs, and improved docs +:: 2018-03-26 v7.11: Add support for /O "-|UTF-?|NB" (overwrite without BOM) +:: 2018-03-14 v7.10: Now can block BOM in ADO output files by appending |NB +:: to |CharSet in the /O option and OpenOutput() function. +:: 2017-11-23 v7.9: Allow escape sequences with /T "" coupled with /XSEQ +:: Added /PREPL option to augment /P behavior +:: Bug fix - Force /L when /T "" used, as per documentation +:: Bug fix - Allow /?charset/search to include non alpha +:: 2017-11-13 v7.8: Added \x{nn-mm} and \x{nn-mm,CharSet} escape sequences +:: Split /X into /XFILE and /XSEQ - /X implies both +:: Add :FILE syntax for /K and /R to load searches from file +:: Fixed /XSEQ escaped backslash bug with /INC, /EXC, AND /P +:: 2017-10-24 v7.7: Fixed broken Microsoft documentation links +:: Allow /O "-|CharSet" +:: Fixed decode(Str[,CharSet]) bug when CharSet is undefined +:: 2017-10-08 v7.6: Fixed /?Intro syntax help for /?Charset/[Query] +:: 2017-10-08 v7.5: Added /?CHARSET and /?XREGEXP web page help options +:: Added /?CHARSET/[query] List character sets help option +:: Fixed ADO output.WriteLine() to use \r\n instead of \n +:: Improved documentation: /EXC, /OFF, /U, /?HELP, decode() +:: 2017-09-25 v7.4: Modified /X \xnn extended ASCII escape sequence to support +:: any single byte character set. +:: Added /X \x{nn,Charset} escape sequence. +:: Added /XBYTES and /XBYTESOFF options. +:: Modified decode() to support the new /X \xnn behavior. +:: 2017-09-23 v7.3: Fixed /O - support for ADO input. +:: 2017-09-23 v7.2: Improved documentation of new 7.0 features. +:: Bug fix - /T FILE ADO support was broken +:: 2017-09-08 v7.1: Bug fix - v7.0 failed if Find or Replace contained ) +:: 2017-09-08 v7.0: Added /XREG and /TFLAG for XRegExp regex support. +:: Added /UTF for UTF-16LE support. +:: Added /X support for the \u{N} unicode escape sequence. +:: Added |CharSet syntax for file names to allow reading +:: and writing via ADO with a specified character set. +:: Exposed the fso FileSystemObject to user JScript. +:: Augmented openOutput for Unicode and ADO support. +:: 2017-08-25 v6.8: Added /X support for the \c caret escape sequence. +:: Added /APP - append to the output file. +:: Added the openOutput(file[,appendBoolean]) function. +:: 2017-04-09 v6.7: Corrected /OFF /EXC & /INC documentation + spelling fixes. +:: 2016-12-23 v6.6: Help correction: Fixed return codes in /?RETURN section. +:: 2016-11-13 v6.5: Modify /X to consistently preserve extended ASCII. +:: New option /RTN writes result to a variable. +:: 2016-11-01 v6.4: Bug fix - v6.3 had inverted /EXC result. +:: 2016-10-13 v6.3: Improved performance by dynamically generating main loop +:: code based on chosen options. +:: 2016-10-13 v6.2: Bug fix - /J, /JQ, /JMATCH, /JMATCHQ did not work with /P. +:: 2016-10-08 v6.1: Bug fix - v6.0 broke /JBEG and /JLIB, all fixed. +:: 2016-10-08 v6.0: Added /K - search and write matching lines. +:: Added /R - search and write non-matching lines. +:: Added /MATCH - search and write each match on a new line. +:: Added /P - Pre-filter regex before normal search/replace. +:: Added /PFLAG - set search flags for /P regex +:: Added /JQ and /JMATCHQ as Quick forms of /J and /JMATCH. +:: Augmented /INC and /EXC so can now specify lines by regex. +:: Changed behavior - /V now applies to /INC and /EXC. +:: Improved performance of /INC, /EXC, /T, /JBEGLN, /JENDLN. +:: Added HISTORY and UPDATE topics to the help system. +:: 2016-09-27 v5.2: Bug fix - Search & Replace now ignore /V if /T FILE used. +:: Added a /T FILE example to the documentation. +:: 2016-09-20 v5.1: Added the FILE alternative for the /T option. +:: 2016-09-18 v5.0: Added the /U option for Unix line terminators of /n. +:: 2016-08-04 v4.6: Fixed the /N documentation (repaired missing line) +:: 2016-08-03 v4.5: Added /D option to specify delimiter for /N and /OFF. +:: 2016-08-02 v4.4: Bug fix - /C count was wrong when last line did not end +:: with new line. This also affected /INC and /EXC. +:: 2016-07-30 v4.3: Added rpad() function and improved lpad() +:: 2016-06-24 v4.2: Improved the /?Options help. +:: 2016-06-23 v4.1: Added /T option examples to the help. +:: Added ability to request help on a single option or topic. +:: 2016-06-19 v4.0: Added the /INC and /EXC options. +:: 2016-03-27 v3.8: Bug fix - Hide leaked global variables i, lib, libs, rtn2. +:: Bug fix - Work around %~f0 bug when command is quoted. +:: Bug fix - Use /OPTIONS instead of OPTIONS as a variable +:: name within the option parser so that it is unlikely to +:: collide with a user defined variable name. +:: 2016-01-14 v3.7: Reworked error handling a bit. +:: Bug fix - \xnn and \unnnn could fail in a regex search +:: if result was a meta-character and /X option was used. +:: 2015-07-15 v3.6: Added /?? option for paged help. +:: 2015-06-12 v3.5: Bug fix for $n or $nn in replace string when /T is +:: used without /J or /JMATCH or /L +:: 2015-01-22 v3.4: Bug fix - Use /TEST instead of TEST as a variable name +:: within the option parser so that it is unlikely to +:: collide with a user defined variable name. +:: 2014-12-24 v3.3: Bug fix for when /JMATCH is combined with /M or /S +:: 2014-12-09 v3.2: Bug fix for /T without /JMATCH - fixed dynamic repl func +:: Added GOTO at top for improved startup performance +:: 2014-11-25 v3.1: Added /JLIB option +:: Exception handler reports when regex is bad +:: Fix /X bug with extended ASCII +:: 2014-11-23 v3.0: Added /JBEGLN and /JENDLN options +:: Added skip, quit, and lpad() global variables/functions +:: Exception handler reports when error in user code +:: 2014-11-21 v2.2: Bug fix for /T with /L option. +:: 2014-11-20 v2.1: Bug fix for /T option when match is an empty string +:: 2014-11-17 v2.0: Added /T (translate) and /C (count input lines) options +:: 2014-11-14 v1.0: Initial release derived from REPL.BAT v6.2 +::/ +::============ Documentation =========== +::/INTRO +::: +:::JREPL Search Replace [/Option [Value]]... +:::JREPL /?[?][Topic|/Option|CHARSET/[Query]|HELP] +::: +::: Perform a global regular expression search and replace operation on +::: each line of ASCII input from stdin and prints the result to stdout. +::: +::: Each parameter may be optionally enclosed by double quotes. The double +::: quotes are not considered part of the argument. The quotes are required +::: if the parameter contains a batch token delimiter like space, tab, comma, +::: semicolon. The quotes should also be used if the argument contains a +::: batch special character like &, |, etc. so that the special character +::: does not need to be escaped with ^. +::: +::: Search - By default, this is a case sensitive JScript (ECMA) regular +::: expression expressed as a string. +::: +::: JScript regex syntax documentation is available at +::: https://msdn.microsoft.com/en-us/library/ae5bf541.aspx +::: +::: Replace - By default, this is the string to be used as a replacement for +::: each found search expression. Full support is provided for +::: substitution patterns available to the JScript replace method. +::: +::: For example, $& represents the portion of the source that matched +::: the entire search pattern, $1 represents the first captured +::: submatch, $2 the second captured submatch, etc. A $ literal +::: can be escaped as $$. +::: +::: An empty replacement string must be represented as "". +::: +::: Replace substitution pattern syntax is fully documented at +::: https://msdn.microsoft.com/en-US/library/efy6s3e6.aspx +::: +::: Binary input with NULL bytes requires either the /M option, or the file +::: must be read using ADO by appending the character set name to the file name. +::: For example, if your input is ASCII containing null bytes, then you must +::: use: /F "input.txt" /M or /F "input.txt|ascii". +::: +::: The meaning of extended ASCII byte codes >= 128 (0x80) is dependent on the +::: active code page. Extended ASCII within arguments and variables may require +::: the /XFILE option. +::/OPTIONS +::: +::: Options: Behavior may be altered by appending one or more options. +::: The option names are case insensitive, and may appear in any order +::: after the Replace argument. +::: +:: /A - write Altered lines only +:: /APP - Append results to the output file +:: /B - match Beginning of line +:: /C - Count number of source lines +:: /D - Delimiter for /N and /OFF +:: /E - match End of line +:: /EOL EndOfLineString - set the End Of Line terminator +:: /EXC BlockList - EXClude lines from selected blocks +:: /F InFile[|CharSet[|NB]]- read input from a File +:: /H - Highlight replaced or matched text +:: /HON HilightStart - defines the string to start highlighting +:: /HOFF HilightEnd - defines the string to stop highlighting +:: /HU - Underline replaced or matched text +:: /I - Ignore case +:: /INC BlockList - INClude lines from selected blocks +:: /J - JScript replace expressions +:: /JBEG InitCode - initialization JScript code +:: /JBEGLN NewLineCode - line initialization JScript code +:: /JEND FinalCode - finalization JScript code +:: /JENDLN EndLineCode - line finalization JScript code +:: /JLIB FileList - load file(s) of initialization code +:: /JMATCH - write matching JScript replacements only +:: /JMATCHQ - new Quick form of /JMATCH +:: /JQ - new Quick form of /J +:: /K Context or Pre:Post - search and Keep lines that match +:: /L - Literal search +:: /M - Multi-line mode +:: /MATCH - Search and print each match, one per line +:: /N MinWidth - prefix output with liNe numbers +:: /O OutFile[|CharSet[|NB]]- write Output to a file +:: /OFF MinWidth - add OFFsets to /K, /JMATCHQ, /MATCH output +:: /P Regex - only search/replace strings that match a Regex +:: /PFLAG Flags - set the /P regex Flags to "g", "gi", "" or "i" +:: /PREPL FilterReplCode - selectively Search/Replace captured /P groups +:: /R Context or Pre:Post - search and Reject lines that match +:: /RTN ReturnVar[:Line#] - Return result in a variable +:: /S VarName - Source is read from a variable +:: /T DelimChar or FILE - Translate multiple search/replace pairs +:: /TFLAG Flags - specify XRegExp flags for use with /T +:: /U - Unix line terminators (\n instead of \r\n) +:: /UTF - all input and output as UTF-16LE (BOM optional) +:: /V - use Variables for Search/Replace and code +:: /VT - enable Virtual Terminal ANSI escape sequences +:: /X - shorthand for combined /XFILE and /XSEQ +:: /XBYTES - force creation of new XBYTES.DAT +:: /XBYTESOFF - force /XSEQ \xnn to be treated as Windows-1252 +:: /XFILE - preserve extended ASCII in args via temp files +:: /XREG FileList - adds XRegExp support to JREPL +:: /XSEQ - enable extended escape sequences +::/ +::: /A - Only write altered lines. Unaltered lines are discarded. +::: If the /S option is used, then write the result only if +::: there was a change anywhere in the string. The /A option +::: is incompatible with the /M option unless the /S option +::: is also present. +::: +::: /APP - Modify /O behavior to Append results to the output file. +::: +::: /B - The Search must match the Beginning of a line. +::: Mostly used with literal searches. +::: +::: /C - Count the number of input lines and store the result in global +::: variable cnt. This value can be useful in JScript code associated +::: with any of the /Jxxx options. +::: +::: This option is implicitly enabled if /INC or /EXC contains a +::: negative value. +::: +::: This option is incompatible with the /M and /S options. +::: +::: If the input data is piped or redirected, then the data is first +::: written to a temporary file, so processing does not start until +::: the end-of-file is reached. +::: +::: /D Delimiter +::: +::: Specifies the Delimiter string to use after line numbers and/or +::: byte offsets that are output due to the /N or /OFF options. +::: The default value is a colon. The delimiter may be set to an +::: empty string by using /D "". +::: +::: /E - The Search must match the End of a line. +::: Mostly used with literal searches. +::: +::: /EOL EndOfLineString +::: +::: Write lines using EndOfLineString as the line terminator. +::: Standard JScript escape sequences may be used. +::: The default is "\r\n" (CarriageReturn LineFeed). +::: The value may be set to an empty string to eliminate linefeeds +::: from the output. +::: +::: /EOL has no effect if the /M option is used unless /MATCH, +::: /JMATCH, or /JMATCHQ is also used. +::: +::: Note that /EOL does not affect input.ReadLine or output.WriteLine +::: methods in user supplied JScript. ReadLine always accepts both +::: \r\n and \n as line terminators. And WriteLine always terminates +::: lines with \r\n. +::: +::: /EXC BlockList +::: +::: Exclude (do not search/replace) lines that appear within at least +::: one block within BlockList. A block may be a single line, or a +::: contiguous range of lines between a start and end line. The /EXC +::: option is incompatible with /M and /S. +::: +::: The syntax for specifying a BlockList is complex. Whitespace +::: should not appear anywhere except for possibly within a Regex or +::: String. +::: +::: BlockList = {Block}[,{Block}]... +::: {Block} = {SingleLine}|{LineRange} +::: {SingleLine} = {LineSpec}[{Offset}] +::: {LineRange} = {LineSpec}[{Offset}]:{EndLineSpec}[{Offset}] +::: {LineSpec} = [-]LineNumber|{Regex}[/]|{String}[/] +::: {EndLineSpec} = [-]LineNumber|+Number|{Regex}|{String} +::: {Regex} = /Regex/[i|b|e]... +::: {String} = 'String'[i|b|e]... +::: {Offset} = +Number|-Number +::: +::: A line may be identified by its LineNumber, or by a Regex that +::: matches the line, or a String literal that is found in the line. +::: Once identified, a line position may be adjusted forward or +::: backward via the optional Offset. +::: +::: A negative LineNumber is counted from the end of the file. +::: So 1 is the first line of input, and -1 is the last line. The /C +::: option is automatically activated if any block identifies a line +::: via a negative line number. +::: +::: A Block Regex uses mostly standard JScript syntax. Both a Regex +::: and a String may use any of the escape sequences defined by the +::: /XSEQ option, even if the /XSEQ option has not been set. Any / +::: literal within a Regex must be escaped as \/. Any ' literal +::: within a String must be escaped as ''. +::: +::: A Regex or String may be followed by any combination of the +::: following flags: +::: i - Ignore case +::: b - The search must match the beginning of a line +::: e - The search must match the end of a line +::: /EXC and /INC ignore the /I option. +::: +::: A line or range start that is identified by a Regex or String may +::: match multiple lines within the input. Only the first matching +::: line is used if the Regex or String is terminated by an extra /. +::: +::: A Line block or Range start that is identified by a Regex or +::: String cannot have a negative Offset. +::: +::: If the end of a Range is specified as + followed by a Number, +::: then the Number is treated as an offset from the start of the +::: Range (after any start Offset has been applied). +::: +::: If the end of a Range is specified as a Regex or String, then the +::: block end is the first line that matches after the beginning of +::: the block. The extra / cannot be used with an end of Range Regex +::: or String. The Offset must be greater than or equal to -1 if a +::: Regex or String is used. If the end of Range Regex or String is +::: not found, then the block continues to the end of file. +::: +::: Examples: +::: +::: /EXC "1:5,10,-5:-1" +::: Exclude the first 5, 10th, and last 5 lines. +::: +::: /EXC "/^:/" +::: Exclude all lines that begin with a colon +::: +::: /EXC "/^Begin$/+1:/^End$/-1" +::: Exclude all lines that are after a "Begin" line, and before +::: the next "End" line. Multiple blocks may be excluded. +::: +::: /EXC "/^DATA/i/:+10" +::: Exclude the first line that begins with DATA, ignoring case, +::: and exclude the next 10 lines as well. +::: +::: /EXC "'[START]':'[STOP]'" +::: Exclude lines beginning with a line that contains the literal +::: [START] and ending with the next line that contains [STOP]. +::: +::: /EXC "'[START]'be:'[STOP]'be" +::: Exclude lines beginning with a [START] line (exact match) +::: and ending with the next [STOP] line (exact match). +::: +::: /F InFile[|CharSet[|NB]] +::: +::: Input is read from file InFile instead of stdin. +::: +::: If |CharSet (internet character set name) is appended to InFile, +::: then the file is opened via ADO using the specified CharSet value. +::: JREPL still recognizes both \n and \r\n as input line terminators +::: when using ADO. Both ADO and the CharSet must be available on the +::: local system. Appending |NB to the |CharSet normally has no impact. +::: The |NB No BOM flag is only useful when combined with /O -. +::: +::: Note: Input containing null bytes cannot be read unless ADO is +::: used, or else the /M option must be used. +::: +::: /H - Highlight all replaced or matched text in the output using the +::: strings defined by /HON and /HOFF. +::: +::: /HON and /HOFF default to ANSI escape sequences that swap the +::: foreground and background colors. +::: +::: /HU may be a better option if the current COLOR does not match +::: the console default. +::: +::: Native support for ANSI escape sequences requires Windows 10 or +::: higher. ANSI escape sequences only work on the Windows 10 console +::: if the "Use legacy console" option is off in console properties. +::: +::: In addition, one of the following must be used: +::: +::: - The /VT option can be used to enable the escape sequences for +::: a single JREPL run. +::: +::: or +::: +::: - The registry can have the following DWORD defined, which will +::: enable escape sequences for all console applications. +::: [HKEY_CURRENT_USER\Console] +::: "VirtualTerminalLevel"=dword:00000001 +::: +::: /HON HighlightStart +::: +::: Defines the string to start highlighting text, normally an ANSI +::: escape sequence. +::: +::: Default is \x1B[7m - Swap foreground and background colors. +::: +::: /HOFF HighlightEnd +::: +::: Defines the string to end highlighting text, normally an ANSI +::: escape sequence. +::: +::: Default is \x1B[0m - Return to the console default format. +::: +::: /HU - Underline all replaced or matched text in the output using ANSI +::: escape sequences. +::: +::: This is the same as using /H with /HON=\x1B[4m and /HOFF=\x1B[24m +::: +::: /I - Ignore case when searching. +::: +::: /INC BlockList +::: +::: Only Include (search/replace) lines that appear within at least +::: one block within BlockList. A block may be a single line, or a +::: contiguous range of lines between a start and end line. The /INC +::: option is incompatible with /M and /S. +::: +::: A line within an /INC block is not included if it also appears +::: within an /EXC block. +::: +::: See the /EXC help for the syntax of a BlockList. +::: +::: Examples: +::: +::: /INC "1:5,10,-5:-1" +::: Include the first 5, 10th, and last 5 lines. +::: +::: /INC "/^:/" +::: Include all lines that begin with a colon +::: +::: /INC "/^Begin$/+1:/^End$/-1" +::: Include all lines that are after a "Begin" line, and before +::: the next "End" line. Multiple blocks may be included. +::: +::: /INC "/^DATA/i/:+10" +::: Include the first line that begins with DATA, ignoring case, +::: and include the next 10 lines as well. +::: +::: /INC "'[START]':'[STOP]'" +::: Include lines starting with a line that contains the literal +::: "[START]" and ending with the next line that contains "[STOP]". +::: +::: /INC "'[START]'be:'[STOP]'be" +::: Include lines beginning with a "[START]" line (exact match) +::: and ending with the next "[STOP]" line (exact match). +::: +::: /J - A deprecated form of /JQ that is slow because the JScript code +::: is executed via the eval() function each and every match. This +::: form does not use $txt - The replace value is taken as the value +::: of the last JScript expression within Replace. +::: +::: This option is only preserved so as not to break existing scripts. +::: +::: /JBEG InitCode +::: +::: JScript inititialization code to run prior to loading any input. +::: This is useful for initializing user defined variables for +::: accumulating information across matches. The default code is an +::: empty string. +::: +::: /JBEGLN NewLineCode +::: +::: JScript code to run at the beginning of each line, prior to +::: performing any search on the line. The line content may be +::: manipulated via the $txt variable. The default code is an empty +::: string. This option is incompatible with the /M and /S options. +::: +::: /JEND FinalCode +::: +::: JScript termination code to run when there is no more input to +::: read. This is useful for writing summarization results. +::: The default code is an empty string. +::: +::: /JENDLN EndLineCode +::: +::: JScript code to run at the end of each line, after all matches +::: on the line have been found, but before the result is printed. +::: The final result can be modified via the $txt variable. Setting +::: $txt to false discards the line without printing. The $txt value +::: is ignored if the /JMATCH option has been used. The default +::: code is an empty string. This option is incompatible with the +::: /M and /S options. +::: +::: /JLIB FileList +::: +::: Specifies one or more files that contain libraries of JScript +::: code to load before /JBEG is run. Multiple files are delimited +::: by forward slashes (/). Useful for declaring global variables +::: and functions in a way that is reusable. +::: +::: /JMATCH - A deprecated form of /JMATCHQ that is slow because the JScript +::: code is executed via the eval() function each and every match. +::: This form does not use $txt - The replace value is taken as the +::: value of the last JScript expression within Replace. +::: +::: This option is only preserved so as not to break existing scripts. +::: +::: /JMATCHQ - Write each Replace value on a new line, discarding all text +::: that does not match the Search. The Replace argument is one or +::: more JScript statements with access to the same $ variables +::: available to the /JQ option. The code must store the final replace +::: value in variable $txt. A $txt value of false indicates the match +::: is to be ignored. +::: +::: Note the trailing Q stands for Quick :-) +::: +::: /JQ - The Replace argument is one or more JScript statements that +::: define the replacement value, and possibly do more. The code +::: must store the final replace value in variable $txt. +::: +::: The following variables contain details about each match: +::: +::: $0 is the substring that matched the Search +::: $1 through $n are the captured submatch strings +::: $off is the offset where the match occurred +::: $src is the original source string +::: +::: Note the trailing Q stands for Quick :-) +::: +::: /K PreContext:PostContext[:FILE] +::: /K Context[:FILE] +::: /K COUNT[:FILE] +::: +::: Keep matches - Search and write out lines that contain at least +::: one match, without doing any replacement. The Replace argument is +::: still required, but is ignored. +::: +::: The integers PreContext and PostContext specify how many non- +::: matching lines to write before the match, and after the match, +::: respectively. If a single Context integer is given, then the same +::: number of non-matching lines are written before and after. +::: A Context of 0 writes only matching lines. +::: +::: If the value of Context is COUNT, then matching lines are counted +::: but not written, and the final match count is written at the end. +::: +::: If :FILE is appended to the context, then the Search parameter +::: specifies a file containing one or more search terms, one term +::: per line. A line matches if any of the search terms are found +::: witin the line. The file can be opened via ADO if |CharSet +::: (internet character set name) is appended to the file name. +::: Note: the /V option does not apply to Search if /K :FILE is used. +::: +::: See /OFF and /N for how to prefix each kept line with the match +::: byte offset and/or the line number. +::: +::: /K is incompatible with /A, /J, /JQ, /JMATCH, /JMATCHQ, /M, +::: /MATCH, /R, /S, and /T. +::: +::: /L - The Search is treated as a string literal instead of a +::: regular expression. Also, all $ found in the Replace string +::: are treated as $ literals. +::: +::: /M - Multi-line mode. The entire input is read and processed in one +::: pass instead of line by line, thus enabling search for \n. This +::: also enables preservation of the original line terminators. +::: The /M option is incompatible with the /A option unless the /S +::: option is also present. +::: +::: Note: The /M option is one method to read binary data with null +::: bytes. The other option is to use ADO to read the file. +::: See the /F option for more info. +::: +::: /MATCH - Search and write out each matching string on a new line, +::: discarding any non-matching text. The Replace argument is +::: usually ignored, but is still required. However, if the Replace +::: value is "COUNT", then the matches are counted but not written, +::: and the final match count is written at the end. +::: +::: See /OFF and /N for how to prefix each match with the byte offset +::: and/or the line number. +::: +::: /MATCH is incompatible with /A, /J, /JQ, /JMATCH, /JMATCHQ, +::: /K, /R and /T. +::: +::: /N MinWidth +::: +::: Precede each output line with the line number of the source line, +::: followed by a delimiter (colon by default). The default delimiter +::: can be overridden with the /D option. +::: +::: Line 1 is the first line of the source. +::: +::: The MinWidth value specifies the minimum number of digits to +::: display. The default value is 0, meaning do not display the +::: line number. A value of 1 displays the line numbers without any +::: zero padding. +::: +::: The /N option is ignored if the /M or /S option is used. +::: +::: /O OutFile[|CharSet[|NB]] +::: +::: Output is written to file OutFile instead of stdout. Any existing +::: OutFile is overwritten unless the /APP option is also used. +::: +::: If |CharSet (internet character set name) is appended to OutFile, +::: then the file is opened via ADO using the specified CharSet value. +::: The output line terminator still defaults to \r\n when using ADO, +::: and may be changed to \n with the \U option. Both ADO and the +::: CharSet must be available on the local system. Unicode files +::: written by ADO have a BOM by default. Appending |NB (or |anyvalue) +::: to the CharSet blocks the BOM from being written. +::: +::: If /F InFile is also used, then an OutFile value of "-" overwrites +::: the original InFile with the output. A value of "-" preserves the +::: original input character set (and also any |NB No BOM indicator). +::: A value of "-|" explicitly transforms the file into the machine +::: default character set. A "-|CharSet[|NB]" value explicitly +::: transforms the file into the specified character set. The output +::: is first written to a temporary file with the same path and name, +::: with .new appended. Upon completion, the temp file is moved to +::: replace the InFile. +::: +::: It is rarely useful, but /APP may be combined with /O -. But /APP +::: cannot be combined with /O "-|CharSet". +::: +::: /OFF MinWidth +::: +::: Ignored unless /JMATCHQ, /JMATCH, /MATCH, or /K is used. +::: Precede each line of output with the offset of the match within +::: the original source string, followed by a delimiter (colon by +::: default). The default delimiter can be overridden with the /D +::: option. The offset follows the line number if the /N option is +::: also used. +::: +::: Offset 0 is the first character of the source string. The source +::: string is normally the current line. But if the /M option is used +::: then the source string is the entire file. +::: +::: If used with /K, then the offset represents the first occurrence +::: of the search string within the line. +::: +::: The MinWidth value specifies the minimum number of digits to +::: display. The default value is 0, meaning do not display the +::: offset. A value of 1 displays the offsets without any zero +::: padding. +::: +::: /P FilterRegex +::: +::: Only Search/Replace strings that match the Pre-filter regular +::: expression FilterRegex. All escape sequences defined by /XSEQ are +::: available to FilterRegex, even if /XSEQ has not been set. +::: +::: FilterRegex is a global, case sensitive search by default. +::: The behavior may be changed via the /PFLAG option. +::: +::: By default, /P passes the entire matched filter string to the +::: main Search/Replace routine. If your FilterRegex includes captured +::: groups, then you can add the /PREPL option to selectively pass one +::: or more captured groups instead. +::: +::: The /P option ignores /I, but honors /M. +::: +::: The /P option may be combined with /INC and/or /EXC, in which case +::: /P is applied after lines have been included and/or excluded. +::: +::: Within the main Search argument, ^ matches the beginning of the +::: matched filter, and $ matches the end of the matched filter. +::: +::: Example - Substitute X for each character within curly braces, +::: including the braces. +::: +::: echo abc{xyz}def|jrepl . X /p "{.*?}" +::: +::: result: +::: +::: abcXXXXXdef +::: +::: See /PREPL for an example showing how to preserve the enclosing +::: braces. +::: +::: /PFLAG Flags +::: +::: Set the search flags to be used when defining the /P FilterRegex. +::: Possible values are: +::: "g" - global, case sensitive (default) +::: "gi" - global, ignore case +::: "" - first match only, case sensitive +::: "i" - first match only, ignore case +::: +::: If the search is not global, then the first match of each line +::: is used. If the /M option is used, then a non-global search uses +::: only the first match of the entire input. +::: +::: Note that the /P FilterRegex multiline mode is contolled by the +::: /M option. The "m" flag cannot be used with /PFLAG. +::: +::: /PREPL FilterReplaceCode +::: +::: Specify a JScript expression FilterReplaceCode that controls +::: what portion of the /P Pre-filter match is passed on to the main +::: Search/Replace routine, and what portion is preserved as-is. +::: +::: The expression is mostly standard JScript, and should evaluate to +::: a string value. $0 is the entire Pre-filter match, and $1 through +::: $N are the captured groups. The only non-standard syntax is the +::: use of curly braces to indicate what string expression gets passed +::: on to the main Search/Replace. Prior to executing the /P filter, +::: each brace expression within /PREPL is transformed as follows: +::: +::: {Expression} --> (Expression).replace(Search,Replace) +::: +::: Any JScript is allowed within /PREPL, except string literals +::: should not contain $, {, or }. +::: +::: Using /P without /PREPL is the same as using /P with /PREPL "{$0}" +::: +::: /PREPL cannot be used with /OFF. +::: +::: Note that neither /V nor /XFILE apply to /PREPL. +::: +::: Example - Substitute X for each character within curly braces, +::: excluding the braces. +::: +::: echo abc{xyz}def|jrepl . X /p "({)(.*?)(})" /prepl "$1+{$2}+$3" +::: +::: result: +::: +::: abc{XXX}def +::: +::: /R PreContext:PostContext[:FILE] +::: /R Context[:FILE] +::: /R COUNT[:FILE] +::: +::: Reject matches - Search and write out lines that do not contain +::: any matches, without doing any replacement. The Replace argument +::: is still required, but is ignored. +::: +::: The integers PreContext and PostContext specify how many matching +::: lines to write before the non-match, and after the non-match, +::: respectively. If a single Context integer is given, then the same +::: number of matching lines are written before and after. +::: A Context of 0 writes only non-matching lines. +::: +::: If the value of Context is COUNT, then rejected lines are counted +::: but not written, and the final reject count is written at the end. +::: +::: If :FILE is appended to the context, then the Search parameter +::: specifies a file containing one or more search terms, one term +::: per line. A line is rejected if any of the search terms are found +::: witin the line. The file can be opened via ADO if |CharSet +::: (internet character set name) is appended to the file name. +::: Note: the /V option does not apply to Search if /K :FILE is used. +::: +::: See /N for how to prefix each rejected line with the line number. +::: +::: /R is incomptaible with /A, /J, /JQ, /JMATCH, /JMATCHQ, /K, /M, +::: /MATCH, /S, and /T. +::: +::: /RTN ReturnVar[:[-]LineNumber] +::: +::: Write the result to variable ReturnVar. +::: +::: If the optional LineNumber is present, then only that specified +::: line within the result set is returned. A LineNumber of 1 is the +::: first line. A negative LineNumber is measured from the end of the +::: result set, so -1 is the last line. /RTN always breaks lines at +::: \r\n and \n - the /EOL value is ignored. +::: +::: All byte codes except NULL (0x00) are preserved, regardless +::: whether delayed expansion is enabled or not. An error is thrown +::: and no value stored if the result contains NULL. +::: +::: An error is thrown and no value stored if the value does not fit +::: within a variable. The maximum returned length varies depending +::: on the variable name and result content. The longest possible +::: returned length is 8179 bytes. +::: +::: The line terminator of the last match is suppressed if /MATCH, +::: /JMATCH, or /JMATCHQ is used. There is also no line terminator +::: if LineNumber is specified. +::: +::: /RTN uses a temporary output file to transfer the result to the +::: environment variable. By default the temporary file is written +::: as UTF-8. But the file is written using the CSCRIPT default code +::: page if the /XFILE option is used - the action may fail if the +::: result contains a character that cannot be mapped to the CSCRIPT +::: default code page. +::: +::: /S VarName +::: +::: The source is read from environment variable VarName instead +::: of from stdin. Without the /M option, ^ anchors the beginning +::: of the string, and $ the end of the string. With the /M option, +::: ^ anchors the beginning of a line, and $ the end of a line. +::: +::: The variable name must not begin with /. +::: +::: /T DelimiterChar +::: /T FILE +::: +::: The /T option is very similar to the Oracle Translate() function, +::: or the unix tr command, or the sed y command. +::: +::: The Search represents a set of search expressions, and Replace +::: is a like sized set of replacement expressions. Expressions are +::: delimited by DelimiterChar (a single character). If DelimiterChar +::: is an empty string, then each character is treated as its own +::: expression. The /L option is implicitly set if DelimiterChar is +::: empty. Normally escape sequences are interpreted after the search +::: and replace strings are split into expressions. But if the +::: DelimiterChar is empty and /XSEQ is used, then escape sequences +::: are interpreted prior to the split at every character. +::: +::: An alternate syntax is to specify the word FILE instead of a +::: DelimiterChar, in which case the Search and Replace parameters +::: specify files that contain the search and replace expressions, +::: one expression per line. Each file can be opened via ADO if +::: |CharSet (internet character set name) is appended to the file +::: name. Note that the /V option does not apply to Search and Replace +::: if /T FILE is used. +::: +::: Each substring from the input that matches a particular search +::: expression is translated into the corresponding replacement +::: expression. +::: +::: The search expressions may be regular expressions, possibly with +::: captured groups. Note that each expression is itself converted into +::: a captured group behind the scene, and the operation is performed +::: as a single search/replace upon execution. So backreferences within +::: each regex, and $n references within each replacement expression, +::: must be adjusted accordingly. The total number of expressions plus +::: captured groups must not exceed 99. +::: +::: If an expression must include a delimiter, then an escape +::: sequence must be used (not an issue if the FILE syntax is used). +::: +::: Search expressions are tested from left to right. The left most +::: matching expression takes precedence when there are multiple +::: matching expressions. +::: +::: Examples using /T: +::: +::: ROT13 - Simple character substitution is achieved by setting the +::: /T delimiter to an empty string. The search and replace strings +::: must have identical length. The use of line continuation aligns +::: the replace string directly below the search string, thus making +::: it very easy to see exactly how each character will be translated. +::: The "a" in the search string will be replaced by the "n" in the +::: replace string. And you can see the symmetry in that the "n" will +::: be replaced by "a". +::: +::: echo The quick brown fox jumps over a lazy dog | jrepl^ +::: "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"^ +::: "nopqrstuvwxyzabcdefghijklmNOPQRSTUVWXYZABCDEFGHIJKLM"^ +::: /t "" +::: +::: -- OUTPUT -- +::: +::: Gur dhvpx oebja sbk whzcf bire n ynml qbt +::: +::: Simple string substitution - The /T option specifies that string +::: expressions are delimited by a space. The /L option prevents "." +::: from being interpreted as a regex wildcard character. +::: +::: echo The blackbird flew through the blue sky. | jrepl^ +::: "black blue sky ." "blue black night !" /l /t " " +::: +::: -- OUTPUT-- +::: +::: The bluebird flew through the black night! +::: +::: Simple string substitution using FILE - This is the same as the +::: prior example, except now the Search and Replace strings are in +::: the following files: +::: +::: find.txt repl.txt +::: -------- -------- +::: black blue +::: blue black +::: sky night +::: . ! +::: +::: The following command yields the same output as before: +::: +::: echo The blackbird flew through the blue sky. | jrepl^ +::: find.txt repl.txt /l /t file +::: +::: Pig Latin - This example shows how /T can be used with regular +::: expressions, and it demonstrates how the numbering of captured +::: groups must be adjusted. The /T delimiter is set to a space. +::: +::: The first regex is captured as $1, and it matches words that begin +::: with a consonant. The first captured group ($2) contains the initial +::: sequence of consonants, and the second captured group ($3) contains +::: the balance of the word. The corresponding replacement string moves +::: $2 after $3, with a "-" in between, and appends "ay". +::: +::: The second regex matches any word, and it is captured as $4 because +::: the prior regex ended with group $3. Because the first regex matched +::: all words that begin with consonants, the only thing the second +::: regex can match is a word that begins with a vowel. The replacement +::: string simply adds "-yay" to the end of $4. Note that $& could have +::: been used instead of $4, and it would yield the same result. +::: +::: echo Can you speak Pig Latin? | jrepl^ +::: "\b((?:qu(?=[aeiou])|[bcdfghj-np-twxz])+)([a-z']+)\b \b[a-z']+\b"^ +::: "$3-$2ay $4-yay" /t " " /i +::: +::: -- OUTPUT -- +::: +::: an-Cay you-yay eak-spay ig-Pay atin-Lay? +::: +::: Pig-Latin with proper capitalization - This is simply an extension +::: of the prior example. The /JBEG option defines a fixCaps() function +::: that checks if the translated word is all lower case, except for one +::: capital letter after the "-". If so, then the initial letter is +::: capitalized, and the remainder is converted to lower caae. The /JQ +::: option treats the replacement strings as JScript expressions. The +::: first replacement expression uses fixCaps() to properly restore case. +::: +::: echo Can you speak Pig Latin? | jrepl^ +::: "\b((?:qu(?=[aeiou])|[bcdfghj-np-twxz])+)([a-z']+)\b \b[a-z']+\b"^ +::: "$txt=fixCaps($3+'-'+$2+'ay') $txt=$4+'-yay'"^ +::: /t " " /i /j /jbeg ^"^ +::: function fixCaps(str){^ +::: return str.search(/[a-z']+-[A-Z][a-z]*$/)==0 ?^ +::: str.substr(0,1).toUpperCase()+str.substr(1).toLowerCase() : str^ +::: }^" +::: +::: -- OUTPUT -- +::: +::: An-cay you-yay eak-spay Ig-pay Atin-lay? +::: +::: /TFLAG Flags +::: +::: Used to specify XRegExp non-standard mode flags for use with /T. +::: /TFLAG is ignored unless both /T and /XREG are used. +::: +::: /U - Write lines using a Unix line terminator \n instead of Windows +::: terminator of \r\n. This is the same as using /EOL "\n". +::: See /EOL help for more info. +::: +::: /UTF - All input and output encodings are Unicode UTF-16 Little +::: Endian (UTF-16LE). This includes stdin and stdout. The only +::: exceptions are /JLIB and /XREG files, which are still read +::: as ASCII. +::: +::: The \xFF\xFE BOM is optional for input. +::: +::: Output files will automatically have the \xFF\xFE BOM inserted. +::: But stdout will not have the BOM. +::: +::: Regular expression support of Unicode can be improved by using +::: the /XREG option. +::: +::: Variables are never written to temporary files (/XFILE is ignored) +::: if /UTF is used. +::: +::: Unfortunately, /UTF is incompatible with /RTN. +::: +::: /V - Search, Replace, /INC BlockList, /EXC BlockList, /P FilterRegex, +::: /JBEG InitCode, /JBEGLN NewLineCode, /JEND FinalCode, and +::: /JENDLN EndLineCode all represent the names of environment +::: variables that contain the respective values. An undefined +::: variable is treated as an empty string. +::: +::: Variable names beginning with / are reserved for option storage +::: and other internal uses. So user defined variables used with /V +::: must not have a name that begins with /. +::: +::: /VT - Enables Virtual Terminal processing of ANSI escape sequences for +::: the current JREPL.bat process within the Windows 10 console. This +::: option is not needed if the registry has HKEY_CURRENT_USER\Console +::: "VirtualTerminalLevel" DWORD set to 1 in the registry. +::: +::: /X - Shorthand for combined /XFILE and /XSEQ. +::: +::: /XBYTES - Force creation of a new XBYTES.DAT file for use by the /XSEQ +::: option when decoding \xnn sequences. +::: +::: /XBYTESOFF - Force JREPL to use pre v7.4 behavior where /XSEQ \xnn is +::: always interpreted as Windows-1252. +::: +::: /XFILE - Preserves extended ASCII characters that may appear within +::: command line arguments and/or variables by first writing the +::: values to temporary files within the %TEMP% directory. Extended +::: ASCII values are byte codes >= 128 (0x80). +::: +::: Temporary files may be needed when the cmd.exe active code page +::: does not match the default code page used by the CSCRIPT engine. +::: The default CSCRIPT code page is defined in the registry under +::: \HKLM\SYSTEM\CurrentControlSet\Control\Nls\CodePage\ACP. +::: +::: The temporary files are written using the cmd.exe active code page. +::: The files are read using the CSCRIPT default code page. Extended +::: ASCII output to the console may appear wrong, but output written +::: to a file will be correct based on the cmd.exe active code page. +::: +::: /XFILE is ignored (no temporary files written) if /UTF is used. +::: +::: /XREG FileList +::: +::: Adds support for XRegExp by loading the xregexp files specified +::: in FileList before any /JLIB code is loaded. Multiple files are +::: delimited by forward slashes (/). If FileList is simply a dot, +::: then substitute the value of environment variable XREGEXP for +::: the FileList. +::: +::: The simplest option is to load "xregexp-all.js", but this +::: includes all available XRegExp options and addons, some of which +::: are unlikely to be useful to JREPL. Alternatively you can load +::: only the specific modules you need, but they must be loaded in the +::: correct order. +::: +::: Once the XRegExp module(s) are loaded, all user supplied regular +::: expressions are created using the XRegExp constructor rather than +::: the standard RegExp constructor. Also, XRegExp.install('natives') +::: is executed so that many standard regular expression methods are +::: overridden by XRegExp methods. +::: +::: /XREG requires XRegExp version 2.0.0 or 3.x.x. JREPL will not +::: support version 4.x.x (when it is released) because v4.x.x +::: is scheduled to drop support for XRegExp.install('natives'). +::: +::: One of the key features of XRegExp is that it extends the JScript +::: regular expression syntax to support named capture groups, as in +::: (?anyCapturedExpression). Named backreference syntax in +::: regular expressions is \k. Named group syntax in Replace +::: strings is ${name}, and in Replace JScript code the syntax is +::: $0.name +::: +::: The /T option is no longer limited to 99 capture groups when +::: /XREG is used. However, /T replace expressions must reference a +::: captured group by name if the capture index is 100 or above. +::: +::: Every /T search expression is automatically given a capture group +::: name of Tn, where n is the 0 based index of the /T expression. +::: +::: XRegExp also adds support for non-standard mode flags: +::: n - Explicit capture +::: s - Dot matches all +::: x - Free spacing and line comments +::: A - Astral +::: These flags can generally be applied by using (?flags) syntax +::: at the begining of any regex. This is true for /P, /INC, /EXC, +::: and most Find regular expressions. The one exception is /T doesn't +::: support (?flags) at the beginning of the Find string. The /TFLAG +::: option should be used to specify XRegExp flags for use with /T. +::: +::: XRegExp also improves regular expression support for Unicode via +::: \p{Category}, \p{Script}, \p{InBlock}, \p{Property} escape +::: sequences, as well as the negated forms \P{...} and \p{^...}. +::: Note that example usage on xregexp.com shows use of doubled back +::: slashes like \\p{...}. But JREPL automatically does the doubling +::: for you, so you should use \p{...} instead. +::: +::: See xregexp.com for more information about the capabilities of +::: XRegExp, and for links to download XRegExp. +::: +::: /XSEQ - Enables extended escape sequences for both Search strings and +::: Replacement strings, with support for the following sequences: +::: +::: \\ - Backslash +::: \b - Backspace +::: \c - Caret (^) +::: \f - Formfeed +::: \n - Newline +::: \q - Quote (") +::: \r - Carriage Return +::: \t - Horizontal Tab +::: \v - Vertical Tab +::: \xnn - Extended ASCII byte code expressed as 2 hex digits nn. +::: The code is mapped to the correct Unicode code point, +::: depending on the chosen character set. If used within +::: a Find string, then the input character set is used. If +::: within a Replacement string, then the output character +::: set is used. If the selected character set is invalid or +::: not a single byte character set, then \xnn is treated as +::: a Unicode code point. Note that extended ASCII character +::: class ranges like [\xnn-\xnn] should not be used because +::: the intended range likely does not map to a contiguous +::: set of Unicode code points - use [\x{nn-mm}] instead. +::: \x{nn-mm} - A range of extended ASCII byte codes for use within +::: a regular expression character class expression. The +::: The min value nn and max value mm are expressed as hex +::: digits. The range is automatically expanded into the +::: full set of mapped Unicode code points. The character +::: set mapping rules are the same as for \xnn. +::: \x{nn,CharSet} - Same as \xnn, except explicitly uses CharSet +::: character set mapping. +::: \x{nn-mm,CharSet} - Same as \x{nn-mm}, except explicitly uses +::: CharSet character set mapping. +::: \unnnn - Unicode code point expressed as 4 hex digits nnnn. +::: \u{N} - Any Unicode code point where N is 1 to 6 hex digits +::: +::: JREPL automatically creates an XBYTES.DAT file containing all 256 +::: possible byte codes. The XBYTES.DAT file is preferentially created +::: in "%ALLUSERSPROFILE%\JREPL\" if at all possible. Otherwise the +::: file is created in "%TEMP%\JREPL\" instead. JREPL uses the file +::: to establish the correct \xnn byte code mapping for each character +::: set. Once created, successive runs reuse the same XBYTES.DAT file. +::: If the file gets corrupted, then use the /XBYTES option to force +::: creation of a new XBYTES.DAT file. If JREPL cannot create the file +::: for any reason, then JREPL silently defaults to using pre v7.4 +::: behavior where /XSEQ \xnn is interpreted as Windows-1252. Creation +::: of XBYTES.DAT requires either CERTUTIL.EXE or ADO. It is possible +::: that both may be missing from an XP machine. +::: +::: Without the /XSEQ option, only standard JSCRIPT escape sequences +::: \\, \b, \f, \n, \r, \t, \v, \xnn, \unnnn are available for the +::: search strings. And the \xnn sequence represents a unicode +::: code point, not extended ASCII. +::: +::: Extended escape sequences are supported even when the /L option +::: is used. Both Search and Replace support all of the extended +::: escape sequences if both the /XSEQ and /L options are combined. +::: +::: Extended escape sequences are not applied to JScript code when +::: using any of the /Jxxx options. Use the decode() function if +::: extended escape sequences are needed within the code. +::: +::/JSCRIPT +::: +::: The following global JScript variables/objects/functions are available for +::: use in JScript code associated with the /Jxxx options. User code may safely +::: declare additional variables/objects/functions because all other internal +::: objects used by JREPL are hidden behind an opaque _g object. +::: +::: ln - Within /JBEGLN, /JENDLN, and Replace code = current line number +::: Within /JBEG code = 0 +::: Within /JEND code = total number of lines read. +::: This value is always 0 if the /M or /S option is used. +::: +::: cnt - The total number of lines in the input. The value is undefined +::: unless the /C option is used. +::: +::: counter - A general purpose counter that is initialized to 0. This +::: variable is used by /K COUNT and /R COUNT to track the number +::: of kept/rejected lines, and by /MATCH with a "COUNT" replace +::: value to track the number of matches. +::: +::: skip - If true, do not search/replace any more lines until the value +::: becomes false. /JBEGLN and /JENDLN code are still executed for +::: each line, regardless. If set to true while in the midst of +::: searching a line, then that search will continue to the end of +::: the current line. +::: +::: The default value is false. +::: +::: This variable has no impact if the /M or /S options is used. +::: +::: Note that this variable operates independently of the /INC +::: and /EXC options. +::: +::: quit - If true, then do not read any more lines of input. The current +::: line is still processed to completion, and /JEND code is still +::: executed afterward. +::: +::: The default value is false. +::: +::: This variable has no impact if the /M or /S options is used. +::: +::: env('varName') +::: +::: Access to environment variable named varName. +::: +::: decode( String [,CharSet] ) +::: +::: Decodes extended escape sequences within String as defined by +::: the /XSEQ option, and returns the result. CharSet specifies the +::: single byte character set to use for \xnn escape sequences. +::: If CharSet is 'input', then the character set of the input is +::: used. If CharSet is 'output', then the character set of the +::: output is used. If CharSet is 'default' or undefined, then the +::: default character set for the machine is used. Otherwise, +::: CharSet should be a valid internet character set name understood +::: by the machine. If the selected character set is invalid or not +::: a single byte character set, then \xnn is treated as a Unicode +::: code point. +::: +::: All backslashes within String must be escaped an extra time to +::: use this function in your code. +::: +::: Examples: +::: quote literal: decode('\\q','output') +::: extended ASCII(128): decode('\\x80','output') +::: backslash literal: decode('\\\\','output') +::: +::: This function is only needed if you use any \q, \c, or \u{N} +::: escape sequences, or \xnn escape sequence for extended ASCII. +::: +::: lpad( value, padString ) +::: lpad( value, length [,padString] ) +::: +::: Used to left pad a value to a minimum width string. If the +::: value already has string width >= the desired length, then no +::: change is made. Otherwise it left pads the value with the +::: characters of the pad string to the desired length. If only +::: padString is specified, then the value is padded to the length +::: of padString. If length is specified with a padString, then +::: padString is replicated as needed to get the desired length. +::: If length is specified without padString, then spaces are used +::: for the padString. +::: +::: Examples: +::: lpad(15,' ') returns ' 15' +::: lpad(15,4) returns ' 15' +::: lpad(15,'0000') returns '0015' +::: lpad(15,4,'0') returns '0015' +::: lpad(19011,4,'0') returns '19011' +::: lpad('A','. . . . .') returns '. . . . .A' +::: lpad('A',9,'. ') returns '. . . . .A' +::: lpad('AB','. . . . .') returns '. . . . AB' +::: lpad('AB',9,'. ') returns '. . . . AB' +::: +::: rpad( value, padString ) +::: rpad( value, length [,padString] ) +::: +::: Used to right pad a value to a minimum width string. If the +::: value already has string width >= the desired length, then no +::: change is made. Otherwise it right pads the value with the +::: characters of the pad string to the desired length. If only +::: padString is specified, then the value is padded to the length +::: of padString. If length is specified with a padString, then +::: padString is replicated as needed to get the desired length. +::: If length is specified without padString, then spaces are used +::: for the padString. +::: +::: Examples: +::: rpad('hello',' ') returns 'hello ' +::: rpad('hello',10) returns 'hello ' +::: rpad('hello',' . . . . .') returns 'hello. . .' +::: rpad('hello',10,' .') returns 'hello. . .' +::: rpad('hell',' . . . . .') returns 'hell . . .' +::: rpad('hell',10,' .') returns 'hell . . .' +::: rpad('hello',2) returns 'hello' +::: +::: inc( [blockNum] ) +::: +::: A boolean function that returns true or false. +::: +::: Returns true if the current line appears within the specified +::: /INC blockNum. A blockNum of 0 specifies the first /INC block. +::: +::: If blockNum is not specified, then returns true if the current +::: line appears within any /INC block. +::: +::: exc( [blockNum] ) +::: +::: A boolean function that returns true or false. +::: +::: Returns true if the current line appears within the specified +::: /EXC blockNum. A blockNum of 0 specifies the first /EXC block. +::: +::: If blockNum is not specified, then returns true if the current +::: line appears within any /EXC block. +::: +::: fso - An instantiation of the FileSystemObject object. +::: +::: input - The TextStream object from which input is read. +::: This may be stdin or a file. +::: +::: If the file was opened by ADO with |CharSet, then input is +::: an object that partially emulates a TextStream object, with +::: a private ADO Stream doing the actual work. The following +::: public members are available to the ADO object: +::: +::: Property Method +::: ------------- ---------- +::: AtEndOfStream Read +::: ReadLine (line terminator \n or \r\n) +::: SkipLine (line terminator \n or \r\n) +::: Write +::: WriteLine (line terminator always \r\n) +::: Close +::: +::: output - The TextStream object to which the output is written. +::: This may be stdout or a file. If /RTN is used, then the output +::: is first written to a temporary file before it is read and +::: stored in the return variable. +::: +::: If the file was opened by ADO with |CharSet, then output is +::: an object that partially emulates a TextStream object (see the +::: input object). +::: +::: stdin - Equivalent to WScript.StdIn +::: +::: stdout - Equivalent to WScript.StdOut +::: +::: stderr - Equivalent to WScript.StdErr +::: +::: openOutput( fileName[|CharSet[|NB]] [,appendBoolean [,utfBoolean]] ) +::: +::: Open a new TextStream object for writing and assign it to the +::: output variable. If appendBoolean is truthy, then open the file +::: for appending. +::: +::: If |CharSet is appended to the fileName, then open the file +::: using ADO and the specified internet character set name. The +::: output variable will be set to an object that partially +::: emulates a TextStream object (see the input object). Unicode +::: written by ADO will have a BOM by default. The BOM is blocked +::: by appending |NB (or |anyValue) to the CharSet. +::: +::: If utfBoolean is truthy, then output is encoded as unicode +::: (UTF-16LE). The unicode file will automatically have the BOM +::: unless opened for appending. The utfBoolean argument is ignored +::: if |CharSet is also specified. +::: +::: If fileName is falsey, then output is written to stdout. +::: +::: All subsequent output will be written to the new destination. +::: +::: Any prior output file is automatically closed. +::: +::: eol - The line terminator used when writing output lines. This is the +::: same value set by the /EOL option. +::: +::: See the /JQ option help for info about local $ variables that may be used +::: within replacement code when using /JQ or /JMATCHQ. +::/HELP +::: +::: Help is available by supplying a single argument beginning with /? or /??: +::: +::: /? - Writes all available help to stdout. +::: /?? - Same as /? except uses MORE for pagination. +::: +::: /?Topic - Writes help about the specified topic to stdout. +::: Valid topics are: +::: +::: INTRO - Basic syntax and default behavior +::: OPTIONS - Brief summary of all options +::: JSCRIPT - JREPL objects available to user JScript +::: RETURN - All possible return codes +::: VERSION - Display the version of JREPL.BAT +::: HISTORY - A summary of all releases +::: HELP - Lists all methods of getting help +::: +::: Example: List a summary of all available options +::: +::: jrepl /?options +::: +::: /?WebTopic - Opens up a web page within your browser about a topic. +::: Valid web topics are: +::: +::: REGEX - Microsoft regular expression documentation +::: REPLACE - Microsoft Replace method documentation +::: UPDATE - DosTips release page for JREPL.BAT +::: CHARSET - List of possible character set names for ADO I/O +::: Some character sets may not be installed +::: XREGEXP - xRegExp.com home page (extended regex docs) +::: +::: /?/Option - Writes detailed help about the specified /Option to stdout. +::: +::: Example: Display paged help about the /T option +::: +::: jrepl /??/t +::: +::: /?CHARSET/[Query] - List all character set names for use with ADO I/O +::: that are installed on this computer. Optionally restrict +::: the list to names that contain Query. Wildcards * and ? may +::: be used within Query. The default Query is an empty string, +::: meaning list all available character sets. The list is +::: generated via reg.exe. +::: +::: Examples: +::: +::: jrepl /??charset/ - Paged list of all available names +::: jrepl /?charset/utf - List of names containing "utf" +::/RETURN +::: +::: Possible ERRORLEVEL Return Codes: +::: +::: If /? was used, and no other argument +::: 0 = Only possible return +::: +::: If /MATCH, /JMATCH, /JMATCHQ, /K, and /R were not used +::: 0 = At least one change was made +::: 1 = No change was made +::: 2 = Invalid call syntax or incompatible options +::: 3 = JScript runtime error +::: +::: If /MATCH, /JMATCH, /JMATCHQ, /K, or /R was used +::: 0 = At least one line was written +::: 1 = No line was written +::: 2 = Invalid call syntax or incompatible options +::: 3 = JScript runtime error +::/VERSION +::: +::: JREPL.BAT version 8.6 was written by Dave Benham, and originally posted at +::: http://www.dostips.com/forum/viewtopic.php?f=3&t=6044 +::/ + +============= :Batch portion =========== +@echo off +setlocal disableDelayedExpansion + +:: Process Help +if .%2 equ . call :help "%~1" && exit /b 0 || call :exitErr "Insufficient arguments" + +:: Define options +set ^"/options= /A: /APP: /B: /C: /D:":" /DBUG: /E: /EOL:"\r\n" /EXC:"" /F:"" /H: /HON:"\x1B[7m" /HOFF:"\x1B[0m"^ + /HU: /I: /INC:"" /J: /JBEG:"" /JBEGLN:"" /JEND:"" /JENDLN:"" /JLIB:"" /JMATCH: /JMATCHQ: /JQ:^ + /K:"" /L: /M: /MATCH: /N:0 /O:"" /OFF:0 /P:"" /PFLAG:"g" /PREPL:"" /R:"" /RTN:"" /S:""^ + /T:"none" /TFLAG:"" /U: /UTF: /V: /VT: /X: /XBYTES: /XBYTESOFF: /XFILE: /XSEQ: /XREG:"" ^" +:: Set default option values +for %%O in (%/options%) do for /f "tokens=1,* delims=:" %%A in ("%%O") do set "%%A=%%~B" + +:: Get options +:loop +if not "%~3"=="" ( + set "/test=%~3" + setlocal enableDelayedExpansion + if "!/test:~0,1!" neq "/" call :exitErr "Too many arguments" + set "/test=!/options:*%~3:=! " + if "!/test!"=="!/options! " ( + endlocal + call :exitErr "Invalid option %~3" + ) else if "!/test:~0,1!"==" " ( + endlocal + set "%~3=1" + ) else ( + endlocal + set "%~3=%~4" + shift /3 + ) + shift /3 + goto :loop +) + +:: Validate options +if defined /M if defined /A if not defined /S call :exitErr "/M cannot be used with /A without /S" +if "%/O%" equ "-" if not defined /F call :exitErr "Output = - but Input file not specified" +if defined /F if defined /S call :exiterr "/S cannot be used with /F" +if defined /F for %%A in ("%/F%") do for %%B in ("%/O%") do if "%%~fA" equ "%%~fB" call :exitErr "Output file cannot match Input file" +if defined /RTN if defined /O call :exitErr "/O and /RTN are mutually exclusive" +if defined /RTN if defined /UTF call :exitErr "/UTF and /RTN are mutually exclusive" +if "%/EXC%%/INC%%/C%%/JBEGLN%%/JENDLN%" neq "" if "%/M%%/S%" neq "" call :exitErr "/C, /INC, /EXC, /JBEGLN, and /JENDLN cannot be used with /M or /S" +for /f "tokens=2" %%A in ("%/J% %/JQ% %/JMATCH% %/JMATCHQ% %/K% %/R% %/MATCH%") do call :exitErr "/J, /JQ, /JMATCH, /JMATCHQ, /MATCH, /K and /R are all mutually exclusive" +if "%/K%%/R%" neq "" if "%/A%%/M%%/S%%/T%" neq "none" call :exitErr "/K, /R cannot be used with /A, /M, /S or /T" +if defined /MATCH if "%/A%%/T%" neq "none" call :exitErr "/MATCH cannot be used with /A or /T" +for /f delims^=giGI^ eol^= %%A in ("%/PFLAG%") do call :exitErr "Invalid /PFLAG value" +if "%/OFF%" neq "0" if defined /PREPL call :exitErr "/PREPL cannot be used with /OFF" +for /f "delims=| eol=| tokens=2*" %%A in ("%/APP%|%/O%x") do if %%A==- if .%%B neq . call :exitErr "/APP cannot be combined with /O - with CharSet" + +:: Transform options +if "%/XREG%"=="." (set /XREG=%XREGEXP%) +if defined /X set "/XFILE=1" & set "/XSEQ=1" +if defined /MATCH set "/JMATCHQ=1" +if defined /JMATCHQ set "/JMATCH=1" +if defined /JMATCH set "/J=1" +if defined /JQ set "/J=1" +if "%/JMATCH%%/K%" equ "" set "/OFF=0" +if defined /UTF set "/UTF=//u" & set "/XFILE=" +if not defined /T set "/L=1" +if "%/M%%/S%" neq "" set "/N=0" +if defined /U set "/EOL=\n" +if defined /HU ( + set "/H=1" + set "/HON=\x1B[4m" + set "/HOFF=\x1B[24m" +) +if defined /R set "/H=" +if defined /RTN ( + setlocal enableDelayedExpansion + for /f "eol=: delims=: tokens=1,2" %%A in ("!/RTN!") do ( + endlocal + set "/RTN=%%A" + set "/RTN_LINE=%%B" + ) +) + +if defined /XBYTESOFF set "/XBYTES=" & goto :endXBytes +if defined /XBYTES set "/XBYTES=" & goto :createXBytes +for %%F in ( + "%ALLUSERSPROFILE%\JREPL\XBYTES.DAT" + "%TEMP%\JREPL\XBYTES.DAT" + "%TMP%\JREPL\XBYTES.DAT" +) do if "%%~zF" equ "256" set "/XBYTES=%%~fF" & goto :endXBytes + +:createXBytes +:: Attempt to create XBYTES.DAT via CERTUTIL. If able to write to the JREPL +:: subdirectory, but unable to create correct file, then pass task to JScript. +for %%F in ( + "%ALLUSERSPROFILE%" + "%TEMP%" + "%TMP%" +) do if %%F neq "" for %%F in ("%%~F\JREPL\XBYTES.DAT") do ( + del %%F + md "%%~dpF" + ( >"%%~dpnF.HEX" ( + for %%A in (0 1 2 3 4 5 6 7 8 9 A B C D E F) do for %%B in (0 1 2 3 4 5 6 7 8 9 A B C D E F) do echo %%A%%B + )) && ( + set "/XBYTES=%%~fF" + certutil.exe -f -decodehex "%%~dpnF.HEX" "%%~fF" + for %%G in (%%F) do if "%%~zG" neq "256" del %%F + del "%%~dpnF.HEX" + goto :endXBytes + ) +) >nul 2>nul +:endXBytes + +set ^"/FIND=%1" +set ^"/REPL=%2" +call :GetScript /SCRIPT +set "/LOCK=" + +set "/FindReplVar=" +if defined /UTF ( + set "/FindReplVar=1" + set "/FIND2=%/FIND:"=%" + set "/REPL2=%/REPL:"=%" + set "/FIND=/FIND2" + set "/REPL=/REPL2" + goto :noLock +) +if defined /V if /i "%/T%" neq "FILE" set "/FindReplVar=1" +if defined /XFILE if /i "%/T%" neq "FILE" set "/FindReplVar=1" +if defined /RTN goto :lock +if not defined /XFILE goto :noLock +if defined /FindReplVar goto :lock +if not defined /JBEG if not defined /JBEGLN if not defined /JEND if not defined /JENDLN if not defined /INC if not defined /EXC if not defined /P if not defined /S goto :noLock + +:lock +setlocal enableDelayedExpansion +set "/LOCK=jrepl.bat.!date:\=-!_!time::=.!_!random!.temp" +set "/LOCK=!/LOCK:/=-!" +for /f "delims=" %%F in ("!temp!\!/LOCK::=-!") do ( + endlocal + set "/LOCK=%%~fF" +) +if defined /RTN ( + set "/CHCP=" + if not defined /XFILE for /f "tokens=2 delims=:." %%P in ('chcp') do ( + chcp 65001 >nul 2>nul && ( + set "/CHCP=%%P" + chcp %%P >nul 2>nul + ) + ) + if defined /CHCP (set "/O=%/LOCK%.RTN|utf-8|nb") else set "/O=%/LOCK%.RTN" +) +9>&2 2>nul ( + 8>"%/LOCK%" ( + 2>&9 ( + if defined /XFILE ( + setlocal enableDelayedExpansion + if defined /S call :writeVar S + if defined /V ( + if defined /FindReplVar ( + call :writeVar FIND + call :writeVar REPL + ) + if defined /JBEG call :writeVar JBEG + if defined /JBEGLN call :writeVar JBEGLN + if defined /JEND call :writeVar JEND + if defined /JENDLN call :writeVar JENDLN + if defined /INC call :writeVar INC + if defined /EXC call :writeVar EXC + if defined /P call :writeVar P + ) else ( + if defined /FindReplVar ( + (echo(!/FIND:^"=!) >"!/LOCK!.FIND" + (echo(!/REPL:^"=!) >"!/LOCK!.REPL" + ) + if defined /JBEG (echo(!/JBEG!) >"!/LOCK!.JBEG" + if defined /JBEGLN (echo(!/JBEGLN!) >"!/LOCK!.JBEGLN" + if defined /JEND (echo(!/JEND!) >"!/LOCK!.JEND" + if defined /JENDLN (echo(!/JENDLN!) >"!/LOCK!.JENDLN" + if defined /INC (echo(!/INC!) >"!/LOCK!.INC" + if defined /EXC (echo(!/EXC!) >"!/LOCK!.EXC" + if defined /P (echo(!/P!) >"!/LOCK!.P" + ) + endlocal + ) + call :execute + ) + ) + if errorlevel 3 (del "%/LOCK%*"&exit /b 3) + if errorlevel 1 (del "%/LOCK%*"&(call)) else del "%/LOCK%*" + if "%/RTN%" equ "" exit /b +) || goto :lock + +:writeVar +for /f delims^=^ eol^= %%A in ("!/%1!") do (echo(!%%A!) >"!/LOCK!.%1" +exit /b + +:noLock +call :execute +exit /b %errorlevel% + +:execute +cscript.exe //E:JScript //nologo %/UTF% "%/SCRIPT%" %/FIND% %/REPL% +if not defined /RTN exit /b %errorlevel% + +::returnVar +if errorlevel 3 exit /b %errorlevel% +if defined /CHCP chcp 65001 >nul 2>nul +set "/ERR=%errorlevel%" +set "/NORMAL=" +for /f "usebackq delims=" %%A in ("%/LOCK%.RTN") do ( + if not defined /NORMAL ( + set "/NORMAL=%%A" + ) else set "/DELAYED=%%A" +) +chcp %/CHCP% >nul 2>nul +for /f %%2 in ( + 'copy /z "%/SCRIPT%" nul' %= This generates CR =% +) do for %%1 in (^"^ +%= This generates quoted LF =% +^") do for /f "tokens=1,2" %%3 in (^"%% "") do ( + (goto) 2>nul + (goto) 2>nul + if "^!^" equ "^!" ( + set "%/RTN%=%/DELAYED:~1%"! + ) else ( + set "%/RTN%=%/NORMAL:~1%" + ) + if %/ERR% equ 0 (call ) else (call) +) + +:GetScript +set "%1=%~f0" +exit /b + +:help +setlocal +set "help=%~1" +setlocal enableDelayedExpansion +if "!help:~0,2!" neq "/?" exit /b 1 +set "noMore=1" +set "help=!help:~2!" +if defined help if "!help:~0,1!" equ "?" ( + set "noMore=" + set "help=!help:~1!" +) +for /f "delims=" %%A in ("/!help!") do if /i "%%~pA" equ "\CharSet\" ( %= /?CHARSET/ =% + echo( + if defined noMore ( + for /f "delims=" %%F in ('reg query HKCR\MIME\Database\Charset /k /f "%%~nxA"') do echo %%~nF + ) else ( + (cmd /c "for /f "delims=" %%F in ('reg query HKCR\MIME\Database\Charset /k /f "%%~nxA"') do @echo %%~nF") | more /e + ) + exit /b 0 +) +if defined help if "!help:~0,2!" equ "/?" set "help=help" +for /f "delims=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/ eol=a" %%A in ("!help!") do ( + echo( + echo Invalid /? option + exit /b 0 +) +if /i "!help!" equ "regex" ( + explorer "https://msdn.microsoft.com/en-us/library/ae5bf541.aspx" + exit /b 0 +) else if /i "!help!" equ "replace" ( + explorer "https://msdn.microsoft.com/en-US/library/efy6s3e6.aspx" + exit /b 0 +) else if /i "!help!" equ "update" ( + explorer "http://www.dostips.com/forum/viewtopic.php?f=3&t=6044" + exit /b 0 +) else if /i "!help!" equ "charset" ( + explorer "https://msdn.microsoft.com/en-us/library/windows/desktop/dd317756.aspx" + exit /b 0 +) else if /i "!help!" equ "xregexp" ( + explorer "http:xregexp.com" + exit /b 0 +) else if "!help!" equ "" ( %= /? =% + set "find=^:::(.*)" + set "repl=$1" + set ^"cmd="%~f0" find repl /v /a /f "%~f0"^" +) else if "!help:~0,1!" equ "/" ( %= /?/Option =% + set "find=^:::(.*)" + set "repl=$txt=$1" + set "help=!help:/=\/!" + set "inc=/^^::: {6}!help!(?= |$)/i/:/^^::: {6}\/(?^!!help:~2!(?= |$))|^^::\//i-1" + set "help=!help:\/=/!" + set ^"cmd=echo(^&call "%~f0" find repl /v /jmatchq /inc inc /f "%~f0"^|^|echo Help not found for option %help%^" +) else ( %= /?Topic =% + set "find=^:::?(.*)" + set "repl=$txt=$1" + set "inc=/^^::\/!help:/=\/!$/i/+1:/^^::\//-1" + set ^"cmd="%~f0" find repl /v /jmatchq /inc inc /f "%~f0"^|^|(echo(^&echo Help not found for topic %help%^)^" +) +if defined noMore ( + setlocal + set "pathext=." + call %cmd% +) else (%cmd%) | more /e +exit /b 0 + +:exitErr +>&2 ( + echo ERROR: %~1. + echo Use JREPL /? or JREPL /?? to get help. + (goto) 2>nul + exit /b 2 +) + + +************* JScript portion **********/ +var _g=new Object(); +_g.loc=''; +_g.objSh=WScript.CreateObject("WScript.Shell"); +try { + var env=_g.objSh.Environment("Process"), + cnt, + counter=0, + ln=0, + skip=false, + quit=false, + fso, + stdin=WScript.StdIn, + stdout=WScript.Stdout, + stderr=WScript.Stderr, + output, + input; + if (env('/VT')!='') _g.objExec=_g.objSh.Exec("powershell.exe -nop -ep Bypass -c \"exit\""); + _g.ForReading=1; + _g.ForWriting=2; + _g.ForAppending=8; + _g.FileFormat = env('/UTF') ? -1 : 0; + _g.TemporaryFolder=2; + fso = new ActiveXObject("Scripting.FileSystemObject"); + _g.inFile=env('/F'); + _g.inFileA=_g.inFile.split('|'); + _g.outFile=env('/O'); + _g.outFileA=_g.outFile.split('|'); + if (_g.outFileA[0]=='-') { + if (_g.outFileA[1]===undefined) {_g.outFileA[1]=_g.inFileA[1]; _g.outFileA[2]=_g.inFileA[2];} + _g.outFile = _g.inFileA[0]+'.new'+(_g.outFileA[1]?'|'+_g.outFileA[1]:'')+(_g.outFileA[2]?'|'+_g.outFileA[2]:''); + if (env('/APP')) fso.CopyFile( _g.inFileA[0], _g.inFileA[0]+'.new', true ); + } + _g.tempFile=''; + _g.delim=env('/D'); + _g.loc=" defining EOL" + eol=eval('"'+env('/EOL')+'"'); + _g.loc=""; + + _g.ADOStream = function( name, mode, format, noBom) { + var that = this; + var bomSize = 0; + try { + var stream = WScript.CreateObject("ADODB.Stream"); + } catch(ex) { + throw new Error(215,'ADO unavailable'); + } + try { + stream.CharSet = format; + } catch(ex) { + throw new Error(215,'ADO character set "'+format+'" is invalid or unavailable'); + } + stream.LineSeparator = (mode==_g.ForReading) ? 10 : -1; + stream.Open(); + if (mode !== _g.ForReading && noBom) { + stream.WriteText(""); + stream.Position = bomSize = stream.Size; + } + switch (mode) { + case _g.ForReading: + stream.LoadFromFile(name); + break; + case _g.ForAppending: + stream.LoadFromFile(name); + stream.Position = stream.Size; + case _g.ForWriting: + break; + default: + throw new Error(215, 'Invalid file mode'); + } + this.AtEndOfStream = stream.EOS; + + this.ReadLine = function() { + if (mode!=_g.ForReading) throw new Error(215, 'Bad file mode'); + var str = stream.ReadText(-2); + that.AtEndOfStream = stream.EOS; + return str.slice(-1)=='\r' ? str.slice(0,-1) : str; + } + + this.Read = function(size) { + if (mode!=_g.ForReading) throw new Error(215, 'Bad file mode'); + var str = stream.ReadText(size) + that.AtEndOfStream = stream.EOS; + return str; + } + + this.SkipLine = function() { + if (mode!=_g.ForReading) throw new Error(215, 'Bad file mode'); + stream.SkipLine(); + that.AtEndOfStream = stream.EOS; + } + + this.Write = function(str) { + if (mode==_g.ForReading) throw new Error(215, 'Bad file mode'); + stream.WriteText(str); + } + + this.WriteLine = function(str) { + if (mode==_g.ForReading) throw new Error(215, 'Bad file mode'); + stream.WriteText(str,1); + } + + this.Close = function() { + if (mode!==_g.ForReading){ + if (bomSize) { + var noBomStream = WScript.CreateObject("ADODB.Stream"); + noBomStream.Type = 1; + noBomStream.Mode = 3; + noBomStream.Open(); + stream.Position = bomSize; + stream.CopyTo(noBomStream); + noBomStream.SaveToFile( name, 2 ); + noBomStream.Flush(); + noBomStream.Close(); + noBomStream = null; + } else stream.SaveToFile( name, 2 ); + } + stream.Close(); + stream=null; + } + } + + _g.openInput = function( fileName ) { + var file; + if (fileName) { + file = fileName.split('|'); + if (file[1]) { + file = new _g.ADOStream( file[0], _g.ForReading, file[1], file[2] ); + return file; + } + else return fso.OpenTextFile( fileName, _g.ForReading, false, _g.FileFormat ); + } + else return stdin; + } + + _g.charMap = new Object(); + _g.readVar = function( val, ref, ext ) { + var input, buf=1024; + if (!env('/XFILE') || !val) return (ref && val) ? env(val) : val; + _g.loc=' reading '+env('/LOCK')+ext; + input=fso.OpenTextFile( env('/LOCK')+ext, _g.ForReading ); + val=''; + while (!input.AtEndOfStream) { + val+=input.Read(buf); + buf*=2; + } + input.Close(); + _g.loc='' + return val.slice(0,-2); + } + + _g.xbytes = env('/XBYTES'); + if (_g.xbytes && !(fso.FileExists(_g.xbytes))) try { + // Unable to create file with CERTUTIL, so now try with ADO + var Stream=WScript.CreateObject('ADODB.Stream'), + Node=WScript.CreateObject('Microsoft.XMLDOM').createElement('e'); + Node.dataType='bin.base64'; + Node.text='AAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4v' + + 'MDEyMzQ1Njc4OTo7PD0+P0BBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWltcXV5f' + + 'YGFiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6e3x9fn+AgYKDhIWGh4iJiouMjY6P' + + 'kJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmqq6ytrq+wsbKztLW2t7i5uru8vb6/' + + 'wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v' + + '8PHy8/T19vf4+fr7/P3+/w=='; + Stream.Type=1; + Stream.Open(); + Stream.Write(Node.nodeTypedValue); + Stream.SaveToFile(_g.xbytes); + } catch(e) { + _g.xbytes = ''; + } + var decode = _g.xbytes ? + // Default dynamic character set decode() for v7.4 and beyond + function(str, charSet, searchSwitch) { + function u(codeUnit) {return '\\u'+lpad(codeUnit.toString(16),4,'0');} + function xToUTF16(byte,charSet) { + if (typeof _g.charMap[charSet]==='undefined') { + if (charSet=='default' && _g.utf) { + _g.charMap[charSet]=false + } else { + var stream = _g.openInput( _g.xbytes+(charSet=='default'?'':'|'+charSet) ); + try { + _g.charMap[charSet] = stream.Read(256); + stream.Close(); + if (_g.charMap[charSet].length!=256) _g.charMap[charSet]=false; + } catch(e) { + _g.charMap[charSet]=false; + } + } + } + return u( _g.charMap[charSet] ? _g.charMap[charSet].charCodeAt(byte) : byte ); + } + function xRange(min,max,charSet) { + var str='', i; + for (i=min; i<=max; i++ ) str+=xToUTF16(i,charSet); + return str; + } + function uToUTF16(codePoint) { + if (codePoint <= 0xFFFF) return u(codePoint); + codePoint -= 0x10000; + return u(0xD800|(codePoint>>10)) + u(0xDC00|(codePoint&1023)); + } + if (charSet===undefined) charSet='default'; + if (charSet=='input') charSet = _g.inFileA[1] ? _g.inFileA[1] : 'default'; + if (charSet=='output') charSet = _g.outFileA[1] ? _g.outFileA[1] : 'default'; + return str.replace( + /\\(?:\\|b|c|f|n|q|r|t|v|x([0-9a-fA-F]{2})|x\{([0-9a-fA-F]{2}),([^}]+)}|u[0-9a-fA-F]{4}|u\{([0-9a-fA-F]+)\}|x\{([0-9a-fA-F]{2})-([0-9a-fA-F]{2})(?:,([^}]+))?})/g, + function($0,$1,$2,$3,$4,$5,$6,$7) { + if ($0=='\\q') return '"'; + if ($0=='\\c') return '^'; + if ($1) $0=xToUTF16(parseInt($1,16),charSet); + if ($2) $0=xToUTF16(parseInt($2,16),$3); + if ($4) $0=uToUTF16(parseInt($4,16)); + if ($5) $0=xRange(parseInt($5,16),parseInt($6,16),($7?$7:charSet)); + return searchSwitch===false ? $0 : eval('"'+$0+'"'); + } + ); + } + : // Pre-v7.4 decode() that assumes Windows-1252, only used if XBYTES.DAT not available or disabled. + function(str, ignore, searchSwitch) { + function toUTF16(codePoint) { + function u(codeUnit) {return '\\u'+lpad(codeUnit.toString(16),4,'0');} + if (codePoint <= 0xFFFF) return u(codePoint); + codePoint -= 0x10000; + return u(0xD800|(codePoint>>10)) + u(0xDC00|(codePoint&1023)); + } + str=str.replace( + /\\(\\|b|c|f|n|q|r|t|v|x80|x82|x83|x84|x85|x86|x87|x88|x89|x8[aA]|x8[bB]|x8[cC]|x8[eE]|x91|x92|x93|x94|x95|x96|x97|x98|x99|x9[aA]|x9[bB]|x9[cC]|x9[dD]|x9[eE]|x9[fF]|x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|u\{([0-9a-fA-F]+)\}|x\{([0-9a-fA-F]{2}),[^}]+\})/g, + function($0,$1,$2,$3) { + if ($3) { + $1='x'+$3; + $0='\\'+$1; + } + switch ($1.toLowerCase()) { + case 'q': return '"'; + case 'c': return '^'; + case 'x80': return '\u20AC'; + case 'x82': return '\u201A'; + case 'x83': return '\u0192'; + case 'x84': return '\u201E'; + case 'x85': return '\u2026'; + case 'x86': return '\u2020'; + case 'x87': return '\u2021'; + case 'x88': return '\u02C6'; + case 'x89': return '\u2030'; + case 'x8a': return '\u0160'; + case 'x8b': return '\u2039'; + case 'x8c': return '\u0152'; + case 'x8e': return '\u017D'; + case 'x91': return '\u2018'; + case 'x92': return '\u2019'; + case 'x93': return '\u201C'; + case 'x94': return '\u201D'; + case 'x95': return '\u2022'; + case 'x96': return '\u2013'; + case 'x97': return '\u2014'; + case 'x98': return '\u02DC'; + case 'x99': return '\u2122'; + case 'x9a': return '\u0161'; + case 'x9b': return '\u203A'; + case 'x9c': return '\u0153'; + case 'x9d': return '\u009D'; + case 'x9e': return '\u017E'; + case 'x9f': return '\u0178'; + default: if ($2) $0=toUTF16(parseInt($2,16)); + return searchSwitch===false ? $0 : eval('"'+$0+'"'); + } + } + ); + return str; + } + ; + + _g.getCount = function() { + if (cnt>=0) return; + cnt=0; + if (_g.inFile=='') { + _g.tempFile=fso.GetSpecialFolder(_g.TemporaryFolder).path+'\\'+fso.GetTempName(); + _g.inFile=_g.tempFile; + var output=fso.OpenTextFile(_g.tempFile,_g.ForWriting,true,_g.FileFormat); + while (!input.AtEndOfStream) { + output.WriteLine(input.ReadLine()); + cnt++ + } + output.Close(); + } else { + while (!input.AtEndOfStream) { + input.SkipLine(); + cnt++; + } + input.Close(); + } + input = _g.openInput(_g.inFile); + } + + _g.loc=' opening input file'; + input = _g.openInput(_g.inFile); + _g.loc=''; + + if (env('/C')) _g.getCount(); + + openOutput( _g.outFile, env('/APP'), _g.FileFormat ); + + if (env('/XREG')) { + _g.loc=' while loading /XREG library'; + _g.libs=env('/XREG').split('/'); + for (_g.i=0; _g.i<_g.libs.length; _g.i++) { + _g.lib=fso.OpenTextFile(_g.libs[_g.i],_g.ForReading); + if (!_g.lib.AtEndOfStream) eval(_g.lib.ReadAll()); + _g.lib.Close(); + } + _g.loc=' while initializing /XREG library'; + _g.newRegExp = function(pattern,flags){ return new XRegExp(pattern,flags); } + XRegExp.install('natives'); + _g.loc=''; + _g.XRegExp = true; + } else { + _g.newRegExp = function(pattern,flags){ return new RegExp(pattern,flags); } + _g.XRegExp = false; + } + + if (env('/JLIB')) { + _g.loc=' while loading /JLIB code'; + _g.libs=env('/JLIB').split('/'); + for (_g.i=0; _g.i<_g.libs.length; _g.i++) { + _g.lib=fso.OpenTextFile(_g.libs[_g.i],_g.ForReading); + if (!_g.lib.AtEndOfStream) eval(_g.lib.ReadAll()); + _g.lib.Close(); + } + _g.loc=''; + } + + _g.loc=' in /JBEG code'; + eval( _g.readVar( env('/JBEG'), env('/V'), '.JBEG' ) ); + _g.loc=''; + + _g.defineObjectInternal=function(){ + _g.loc=' while defining '+_g.defineObjectObj; + eval(_g.defineObjectStr); + _g.loc=''; + } + _g.defineObject=function(str,obj) { + _g.defineObjectStr=str; + _g.defineObjectObj=obj; + _g.defineObjectInternal(); + } + + _g.main=function() { + _g.rtn=1; + var args=WScript.Arguments; + var search = env('/FindReplVar') ? _g.readVar( args.Item(0), env('/V')||env('/UTF'), '.FIND' ) : args.Item(0); + var replace = env('/FindReplVar') ? _g.readVar( args.Item(1), env('/V')||env('/UTF'), '.REPL' ) : args.Item(1); + var hiLite=env('/H')!=''; + var hiLiteOn=eval('"'+env('/HON')+'"'); + var hiLiteOff=eval('"'+env('/HOFF')+'"'); + var multi=env('/M')!=''; + var literal=env('/L')!=''; + var alterations=env('/A')!=''; + var srcVar=env('/S'); + var jexpr=env('/J')!=''; + var jmatch=env('/JMATCH')!=''; + var jmatchq=env('/JMATCHQ')!=''; + var jquick=env('/JQ')!=''; + var translate=env('/T'); + var filter = _g.readVar( env('/P'), env('/V'), '.P' ); + var keep, reject, context, krfile=false, krcount=false; + var rtnVar=env('/RTN'); + if (reject=env('/R')) { + if (!/^(\d+(:\d+)?|COUNT)(:FILE)?$/i.test(reject)) throw new Error(209, 'Invalid /R Context'); + context = reject.toUpperCase().split(':') + krfile=(context[context.length-1]=='FILE'); + if (context[0]=='COUNT') { + context[0]=context[1]=0; + krcount=true; + } else { + context[0]=Number(context[0]); + context[1]=(context.length==1 || context[1]=='FILE')?context[0]:Number(context[1]); + } + } + if (keep=env('/K')) { + //if (!/^\d+(:\d+)?(:FILE)?$/i.test(keep)) throw new Error(208, 'Invalid /K Context'); + if (!/^(\d+(:\d+)?|COUNT)(:FILE)?$/i.test(keep)) throw new Error(208, 'Invalid /K Context'); + context = keep.toUpperCase().split(':') + krfile=(context[context.length-1]=='FILE'); + if (context[0]=='COUNT'){ + context[0]=context[1]=0; + krcount=true; + } else { + context[0]=Number(context[0]); + context[1]=(context.length==1 || context[1]=='FILE')?context[0]:Number(context[1]); + } + } + var options = (keep||reject)?"":"g"; + _g.begLn = _g.readVar( env('/JBEGLN'), env('/V'), '.JBEGLN' ); + _g.endLn = _g.readVar( env('/JENDLN'), env('/V'), '.JENDLN' ); + + _g.incBlock = new Array(); + _g.excBlock = new Array(); + _g.incBlock.dynamic = false; + _g.excBlock.dynamic = false; + var blockMatch, + blockSearch = /(?:(-?\d+)|(?:\/((?:\\\/|[^/])+)\/|'((?:''|[^'])+)')([ibe]*)(\/)?)([+-]\d+)?(:(?:(-?\d+)|(\+\d+)|(?:\/((?:\\\/|[^/])+)\/|'((?:''|[^'])+)')([ibe]*))([+-]\d+)?)?(?:,(?=.)|$)?|(.+)/g; + /* 1 2 3 4 5 6 7 8 9 1 1 1 1 1 + 0 1 2 3 4 + line or range begin + spec + 1 = line number + 2 = regex + 4 = i|b|e flags + 5 = singleton + 3 = string + 4 = i|b|e flags + 5 = singleton + 6 = offset + 7 = range end + spec + 8 = line number + 9 = offset from range begin + 10 = regex + 12 = i|b|e flags + 11 = string + 12 = i|b|e flags + 13 = offset + 14 = error + */ + _g.Block = function(match) { + if (match[14]) throw new Error(210, 'Invalid block syntax'); + this.offset=match[6]?Number(match[6]):0; + if (match[1]) { + this.type='lineNum'; + if ((this.spec=Number(match[1])) < 0) _g.getCount(); + this.lineNum=this.spec+this.offset+(this.spec<0?cnt+1:0); + } else { + this.type='regex'; + this.spec=_g.newRegExp( (match[4].search('b')+1?'^':'') + ( + match[2] ? decode(match[2],'input',false) : + decode(match[3].replace(/''/g,"'"),'input',true).replace(/([.^$*+?()[{\\|])/g,"\\$1") + ) + (match[4].search('e')+1?'$':''), + match[4].search('i')+1?'i':'' + ); + this.spec.singleton=match[5]?true:false; + this.lineNum=void 0; + if (this.offset<0) throw new Error(211, 'Regex/String offset cannot be negative'); + } + if (match[7]) { + this.endOffset=Number(match[13]); + if (match[8]) { + this.endType='lineNum'; + if ((this.endSpec=Number(match[8])) < 0) _g.getCount(); + this.endLineNum=this.endSpec+this.endOffset+(this.endSpec<0?cnt+1:0); + } else if (match[9]) { + this.endType='offset'; + this.endSpec=Number(match[9]); + this.endLineNum=this.lineNum+this.endSpec+this.endOffset; + } else { + this.endType='regex'; + this.endSpec=_g.newRegExp( (match[12].search('b')+1?'^':'') + ( + match[10] ? decode(match[10],'input',false) : + decode(match[11].replace(/''/g,"'"),'input',true).replace(/([.^$*+?()[{\\|])/g,"\\$1") + ) + (match[12].search('e')+1?'$':''), + match[12].search('i')+1?'i':'' + ); + this.endLineNum=void 0; + if (this.endOffset<-1) throw new Error(212, 'End-range Regex/String offset cannot be less than -1'); + } + } else { + this.endType=void 0; + this.endSpec=void 0; + this.endLineNum=this.lineNum; + } + } + _g.setBlocks = function(blocks,str) { + if (blocks.dynamic==true) { + for (var i=0; iblock.endLineNum && block.type=='regex' && !block.spec.singleton) + block.lineNum=block.endLineNum=void 0; + if (!block.lineNum && block.spec.test(str)) { + block.lineNum = ln+block.offset; + if (!block.endLineNum) { + if (!block.endType) + block.endLineNum=block.lineNum; + else if (block.endType=='offset') + block.endLineNum=block.lineNum+block.endSpec+block.endOffset; + } + } + if (!block.endLineNum && ln>block.lineNum && block.endSpec.test(str)) + block.endLineNum = ln+block.endOffset; + } + } + } + var str = _g.readVar( env('/INC'), env('/V'), '.INC' ); + while ( (blockMatch=blockSearch.exec(str)) !== null ) { + _g.loc=' while parsing /INC block['+_g.incBlock.length+']'; + var block = new _g.Block(blockMatch); + _g.incBlock.dynamic=(_g.incBlock.dynamic || block.type=='regex' || block.endType=='regex'); + _g.incBlock.push(block); + } + str = _g.readVar( env('/EXC'), env('/V'), '.EXC' ); + while ( (blockMatch=blockSearch.exec(str)) !== null ) { + _g.loc=' while parsing /EXC block['+_g.excBlock.length+']'; + var block = new _g.Block(blockMatch); + _g.excBlock.dynamic=(_g.excBlock.dynamic || block.type=='regex' || block.endType=='regex'); + _g.excBlock.push(new _g.Block(blockMatch)); + } + _g.loc=''; + + if (multi) options+='m'; + if (env('/MATCH')) { + if (replace.toUpperCase()=='COUNT') { + replace='$txt=false;counter++;'; + krcount=true; + } else replace='$txt=$0'; + } + _g.krcount=krcount; + if (_g.begLn) _g.defineObject("_g.begLn=function($txt){_g.loc=' in /JBEGLN code';"+_g.begLn+";_g.loc='';return $txt;}",'/JBEGLN code'); + if (_g.endLn) _g.defineObject("_g.endLn=function($txt){_g.loc=' in /JENDLN code';"+_g.endLn+";_g.loc='';return $txt;}",'/JENDLN code'); + if (env('/I')) options+='i'; + + var lnWidth=parseInt(env('/N'),10), + offWidth=parseInt(env('/OFF'),10); + if (lnWidth<0) lnWidth = 0; + if (offWidth<0) offWidth = 0; + _g.lnPrefix=lnWidth>0; + _g.offPrefix=offWidth>0; + var lnPad=lnWidth>0?'"'+(Array(lnWidth+1).join('0'))+'"':'', + offPad=offWidth>0?'"'+(Array(offWidth+1).join('0'))+'"':'', + xcnt=0, test, + filterMatchOffset = offWidth>0&&filter!='' ? '+_g.filterMatchOffset' : ''; + + function writeMatch(str,ln,lnPad,off,offPad) { + return 'if('+str+'!==false){_g.rtn=0;output.Write(' + + (lnWidth==0 ? '' : 'lpad('+ln+','+lnPad+')+_g.delim+') + + (offWidth==0 ? '' : 'lpad('+off+','+offPad+')+_g.delim+') + + str+'+eol);}'; + } + + if (env('/VT')!='') while (_g.objExec.Status == 0) WScript.Sleep(50); + + if (translate=='none') { // Normal + if (hiLite && !krcount && (keep||reject)) options+='g'; + if (krfile) { // Load KEEP or REJECT File + _g.loc=' loading '+(keep?'/K':'/R')+' Search file'; + var f = _g.openInput(search); + search=''; + while (!f.AtEndOfStream) { + str=f.ReadLine(); + if (env('/XSEQ')) str=decode(str,'input',literal); + if (literal) str=str.replace(/([.^$*+?()[{\\|])/g,"\\$1"); + if (env('/B')) str="^"+str; + if (env('/E')) str=str+"$"; + search+=(search?'|':'')+str; + } + f.Close(); + } else { // Load Normal Search + if (env('/XSEQ')) { + if (!jexpr) replace=decode(replace,'output'); + search=decode(search,'input',literal); + } + if (literal) { + search=search.replace(/([.^$*+?()[{\\|])/g,"\\$1"); + if (!jexpr) replace=replace.replace(/\$/g,"$$$$"); + } + if (env('/B')) search="^"+search; + if (env('/E')) search=search+"$"; + _g.loc=' in Search regular expression'; + } + search=_g.newRegExp(search,options); + _g.loc=''; + if (keep||reject){ + jquick=jexpr=(krcount || hiLite || filter!=''); + replace = krcount ? '$txt=false;counter++;' : jquick ? '$txt=$0;if(_g.matchOffset==null)_g.matchOffset=$off'+filterMatchOffset+';' : '$&'; + } + if (jexpr) { + _g.loc=' in Search regular expression'; + test=_g.newRegExp('.|'+search,options); + _g.loc=''; + 'x'.replace(test,function(){xcnt=arguments.length-2; return '';}); + _g.replFunc='_g.replFunc=function($0'; + for (var i=1; i1) throw new Error(203, 'Invalid /T delimiter'); + if (translate.length==0 && env('/XSEQ')) { + search=decode(search,'input',literal); + replace=decode(replace,'output'); + } + search=search.split(translate); + var replace=replace.split(translate); + } + if (search.length>99 && !_g.XRegExp) throw new Error(202, '/T expression count exceeds 99'); + if (search.length!=replace.length) throw new Error(201, 'Mismatched search and replace /T expressions'); + var j=1; + if (!jexpr) jquick=1; + if (jquick) _g.replace=''; + else _g.replace=[]; + for (var i=0; i99 && !_g.XRegExp) throw new Error(202, '/T expressions + captured expressions exceeds 99'); + if (env('/B')) search[i]="^"+search[i]; + if (env('/E')) search[i]=search[i]+"$"; + if (_g.XRegExp) search[i]="?"+search[i]; + if (jquick|jmatchq) { + if (!jexpr) { + replace[i]="'" + (env('/XSEQ')==''?replace[i]:decode(replace[i],'output')).replace(/[\\']/g,"\\$&") + "'"; + replace[i]=replace[i].replace(/\n/g, "\\n"); + replace[i]=replace[i].replace(/\r/g, "\\r"); + if (!literal) { + if (_g.XRegExp) { + replace[i]='$txt='+replace[i].replace( + /\$([$&`0]|\\'|\{0\}|(\d)(\d)?|\{((\d)(\d)?)\}|\{([^}]+)\})/g, + function($0,$1,$2,$3,$4,$5,$6,$7){ + return ($1=="$") ? "$": + ($1=="&" || $1=="0" || $1=="{0}") ? "'+$0+'": + ($1=="`") ? "'+$src.substr(0,$off)+'": + ($1=="\\'") ? "'+$src.substr($off+$0.length)+'": + ($7) ? "'+$0."+$7+"+'": + (Number($1)-j<=xcnt && Number($1)>=j) ? "'+"+$0+"+'": + (Number($2)-j<=xcnt && Number($2)>=j) ? "'+$"+$2+"+'"+$3: + (Number($4)-j<=xcnt && Number($4)>=j) ? "'+$"+$4+"+'": + (Number($5)-j<=xcnt && Number($5)>=j) ? "'+$"+$5+"+'"+$6: + $0; + } + ); + } else { + replace[i]='$txt='+replace[i].replace( + /\$([$&`0]|\\'|(\d)(\d)?)/g, + function($0,$1,$2,$3){ + return ($1=="$") ? "$": + ($1=="&") ? "'+$0+'": + ($1=="`") ? "'+$src.substr(0,$off)+'": + ($1=="\\'") ? "'+$src.substr($off+$0.length)+'": + (Number($1)-j<=xcnt && Number($1)>=j) ? "'+"+$0+"+'": + (Number($2)-j<=xcnt && Number($2)>=j) ? "'+$"+$2+"+'"+$3: + $0; + } + ); + } + } else replace[i]='$txt='+replace[i]; + } + _g.replace+='if(arguments['+j+']!==undefined){'+replace[i]+';}'; + } else { + _g.replace[j]=replace[i]; + } + j+=xcnt+1; + } + search='('+search.join(')|(')+')'; + _g.loc=' in Search regular expression'; + search=_g.newRegExp( search, options+(_g.XRegExp?env('/TFLAG'):'') ); + _g.loc=''; + _g.replFunc='_g.replFunc=function($0'; + for (var i=1; i0) { + _g.filterReplace=function(str) { + _g.filterMatchOffset = arguments[arguments.length-2]; + return str.replace(_g.search,_g.filterReplace2); + } + } else { + _g.filterReplace=function(str) { + return str.replace(_g.search,_g.filterReplace2); + } + } + _g.loc=' in /P FilterRegex'; + filter = _g.newRegExp( decode(filter,'input',false), env('/PFLAG').toLowerCase()+(env('/M')?'m':'') ); + _g.loc=''; + _g.search=search; + search=filter; + _g.filterReplace2=repl; + repl=_g.filterReplace; + } + + if (srcVar) { + str1=_g.readVar( srcVar, srcVar, '.S' ); + str2=str1.replace(search,repl); + if (str1!=str2) _g.rtn=0; + if (!jmatch && (!alterations || str1!=str2)) output.Write(str2+(multi?'':eol)); + } else if (multi){ + var buf=1024; + str1=""; + while (!input.AtEndOfStream) { + str1+=input.Read(buf); + buf*=2; + } + str2=str1.replace(search,repl); + if (!jmatch) output.Write(str2); + if (str1!=str2) _g.rtn=0; + } else if (keep||reject){ + var match, arr, filterResult, post, pre=new Array(); + var cmd='while(!input.AtEndOfStream&&!quit){match=reject;str1=input.ReadLine();'; + if ( _g.incBlock.length || _g.excBlock.length || lnWidth + || _g.begLn || _g.endLn || env(env('/V')?env('/JEND'):'/JEND') + ) cmd+='ln++;'; + if (_g.incBlock.dynamic) cmd+='_g.setBlocks(_g.incBlock,str1);'; + if (_g.excBlock.dynamic) cmd+='_g.setBlocks(_g.excBlock,str1);'; + if (_g.begLn) cmd+='str1=_g.begLn(str1);'; + if (jquick) cmd+='_g.matchOffset=null;'; + str1='';str2='if('; + if (_g.incBlock.length) {str1+=str2+'inc()';str2='&&';} + if (_g.excBlock.length) {str1+=str2+'!exc()';str2='&&';} + if (_g.begLn||_g.endLn||jexpr||env(env('/V')?env('/JBEG'):'/JBEG')) {str1+=str2+'!skip';} + if (str1) cmd+=str1+')'; + if (jquick) { + cmd+='{str1=str1.replace(search,repl);match=_g.matchOffset!=null?!reject:reject;}'; + } else { + cmd+='if ((arr=search.exec(str1))!==null){match=!reject;_g.matchOffset=arr.index}'; + } + if (_g.endLn) cmd += 'str1=_g.endLn(str1);'; + cmd+='if (str1!==false && match) {_g.rtn=0;'; + if (context[0]) cmd+='while(pre.length){str2=pre.pop();'+writeMatch('str2','ln-pre.length-1',lnPad,'""',offWidth)+'}'; + cmd+=writeMatch('str1','ln',lnPad,'_g.matchOffset',offPad); + if (context[1]) cmd+='post=context[1];}else if(post-->0){'+writeMatch('str1','ln',lnPad,'""',offWidth); + if (context[0]) cmd+='}else{pre.unshift(str1);if(pre.length>context[0])pre.pop();'; + cmd+='}}'; + if (env('/DBUG')) output.WriteLine(cmd); + else eval(cmd); + } else { + var cmd='while(!input.AtEndOfStream&&!quit){str2=str1=input.ReadLine();'; + if ( _g.incBlock.length || _g.excBlock.length || lnWidth + || _g.begLn || _g.endLn|| jexpr || env(env('/V')?env('/JEND'):'/JEND') + ) cmd+='ln++;'; + if (_g.incBlock.dynamic) cmd+='_g.setBlocks(_g.incBlock,str2);'; + if (_g.excBlock.dynamic) cmd+='_g.setBlocks(_g.excBlock,str2);'; + if (_g.begLn) cmd+='str2=_g.begLn(str2);'; + str1='';str2='if('; + if (_g.incBlock.length) {str1+=str2+'inc()';str2='&&';} + if (_g.excBlock.length) {str1+=str2+'!exc()';str2='&&';} + if (_g.begLn||_g.endLn||jexpr||env(env('/V')?env('/JBEG'):'/JBEG')) {str1+=str2+'!skip';} + if (str1) cmd+=str1+')'; + cmd+='str2=str2.replace(search,repl);'; + if (_g.endLn) cmd+='str2=_g.endLn(str2);'; + if (!jmatch) { + str1='';str2='if('; + if (_g.endLn||jexpr) {str1+=str2+'str2!==false';str2='&&';} + if (alterations) {str1+=str2+'str1!=str2';} + if (str1) cmd+=str1+')'; + cmd+='output.Write('+(lnWidth>0?'lpad(ln,'+lnPad+')+_g.delim+':'')+'str2+eol);'; + cmd+='if (str1!=str2) _g.rtn=0;'; + } + cmd+='}' + if (env('/DBUG')) output.WriteLine(cmd); + else eval(cmd); + } + } + + _g.main(); + + _g.loc=' in /JEND code'; + eval( _g.readVar( env('/JEND'), env('/V'), '.JEND' ) ); + _g.loc=''; + if (_g.krcount) output.WriteLine(counter); + if (_g.inFile) input.Close(); + if (_g.outFile) output.Close(); + if (_g.outFileA[0]=='-') { + fso.GetFile(_g.inFileA[0]).Delete(); + fso.GetFile(_g.inFileA[0]+'.new').Move(_g.inFileA[0]); + } + if (_g.tempFile) fso.GetFile(_g.tempFile).Delete(); + + + if (env('/RTN')) { + _g.rtnVar = function() { + var val, str1, str2, buf=1024, arr, n; + input=_g.openInput(_g.outFile) + val=''; + while (!input.AtEndOfStream) { + val+=input.Read(buf); + buf*=2; + } + input.Close(); + if (env('/RTN_LINE')&&(n=parseInt(env('/RTN_LINE')))) { + arr=val.split(/\r?\n/); + n = n>0 ? n-1 : arr.length+n; + val = typeof arr[n]==='undefined' ? '' : arr[n]; + } else if ((env('/MATCH')||env('/JMATCH')||env('/JMATCHQ'))&&eol&&val.slice(-eol.length)===eol){ + val=val.slice(0,-eol.length); + } + output=null; + openOutput(_g.outFile, "", 0 ); + str1='x'+val.replace(/%/g,'%3').replace(/\n/mg,'%~1').replace(/\r/mg,'%2').replace(/"/g,'%4'); + str2=str1.replace(/[!^]/g,'^$&'); + if (str2.length + env('/RTN').length > 8181) throw new Error(213, 'Result too long to fit within variable'); + if (str2.indexOf('\x00')>=0) throw new Error(214, 'Null bytes (0x00) cannot be returned in a variable'); + output.WriteLine(str1); + output.WriteLine(str2); + output.Close(); + } + _g.rtnVar(); + } + + WScript.Quit(_g.rtn); +} catch(e) { + WScript.Stderr.WriteLine("JScript runtime error"+_g.loc+": "+e.message); + WScript.Quit(3); +} + +function lpad( val, arg2, arg3 ) { + var rtn=val.toString(), len, pad, cnt; + if (typeof arg2 === "string") { + pad = arg2; + len = arg2.length; + } else { + len = arg2; + pad = arg3 ? arg3 : ' '; + while (pad.length < len) pad+=pad; + } + return (rtn.length=block.lineNum && ln<=(block.endLineNum?block.endLineNum:ln)) return true; + } + return (_g.incBlock.length==0); +} + +function exc(n) { + for (var i=n?n:0, end=n?n+1:_g.excBlock.length; i=block.lineNum && ln<=(block.endLineNum?block.endLineNum:ln)) return true; + } + return false; +} + +function openOutput( fileName, append, utf ) { + _g.loc=' opening output file'; + if (output && output!==stdout) output.Close(); + if (fileName) { + var file = fileName.split('|'); + if (file[1]) output=new _g.ADOStream( file[0], append?_g.ForAppending:_g.ForWriting, file[1], file[2] ); + else output=fso.OpenTextFile( fileName, append?_g.ForAppending:_g.ForWriting, true, utf?-1:0 ); + } + else output=stdout; + _g.loc=''; +} diff --git a/dark/gen/list-archive-documents.txt b/dark/gen/list-archive-documents.txt new file mode 100644 index 0000000..03071ae --- /dev/null +++ b/dark/gen/list-archive-documents.txt @@ -0,0 +1 @@ +template.odt diff --git a/dark/gen/list-archive-files.txt b/dark/gen/list-archive-files.txt new file mode 100644 index 0000000..17469c1 --- /dev/null +++ b/dark/gen/list-archive-files.txt @@ -0,0 +1,38 @@ +ansi-gli-2.6.zip +archive-indexer-2.1.tar.gz +aria2-1.35.0-linux-gnu-32bit-build1.deb +aria2-1.35.0-linux-gnu-32bit-build1.tar.bz2 +aria2-1.35.0-linux-gnu-64bit-build1.deb +aria2-1.35.0-linux-gnu-64bit-build1.tar.bz2 +aria2-1.35.0-linux-gnu-arm-rbpi-build1.deb +aria2-1.35.0-linux-gnu-arm-rbpi-build1.tar.bz2 +aria2bt-tools-1.2.4-all.deb +aria2bt-tools-1.2.4-all.rpm +aria2bt-tools-1.2.4.tar.bz2 +aria2bt-tools-1.2.4.tar.gz +clamTools-1.0.1.tar.bz2 +clamTools-1.0.1.tar.gz +drivers-linux-firmware_20210327-1_all.deb +easy-samba-1.6.2-en.deb +easy-samba-1.6.2-en.rpm +easy-samba-1.6.2-es.deb +easy-samba-1.6.2-es.rpm +easy-samba-1.6.2.tar.gz +ip2e-1.3.2-all.deb +ip2e-1.3.2-all.rpm +ip2e-1.3.2.tar.bz2 +ip2e-1.3.2.tar.gz +irssi-1.2.2-win-32bit-build1.7z +irssi-1.2.2-win-64bit-build1.7z +ks-tools-7.2-300321-en-all.deb +ks-tools-7.2-300321-en-all.rpm +ks-tools-7.2-300321-Linux-en.tar.gz +ks-tools-7.2-300321-Windows-en-x86-64.zip +ks-tools-7.2-300321-Windows-en-x86.zip +mktorrent-1.1-win-32bit-build2.7z +mktorrent-1.1-win-64bit-build2.7z +zenigrub-custom-1.4-en.deb +zenigrub-custom-1.4-en.rpm +zenigrub-custom-1.4-es.deb +zenigrub-custom-1.4-es.rpm +zenigrub-custom-1.4.tar.gz diff --git a/dark/gen/list-archive-scripts.txt b/dark/gen/list-archive-scripts.txt new file mode 100644 index 0000000..9e7ffcb --- /dev/null +++ b/dark/gen/list-archive-scripts.txt @@ -0,0 +1,2 @@ +script-template.sh +template.txt diff --git a/dark/gen/main-documents-win.html b/dark/gen/main-documents-win.html new file mode 100644 index 0000000..982365f --- /dev/null +++ b/dark/gen/main-documents-win.html @@ -0,0 +1,22 @@ + + + + + + + Archive - Documents + + + + + +
+

Archive - Backup file indexer

+ diff --git a/dark/gen/main-documents.html b/dark/gen/main-documents.html new file mode 100644 index 0000000..402965c --- /dev/null +++ b/dark/gen/main-documents.html @@ -0,0 +1,26 @@ + + + + + + + Archive - Documents + + + + + +
+

Archive - Backup file indexer

+ +
+ The last update was on variable-date-change-day-today (variable-number-of-files documents). +
+