| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673 | @charset "UTF-8";.select2-result-repository {  padding-top: 4px;  padding-bottom: 3px; }  .select2-result-repository__avatar {    float: left;    width: 60px;    margin-right: 10px; }    .select2-result-repository__avatar img {      width: 100%;      height: auto;      border-radius: 2px; }  .select2-result-repository__meta {    margin-left: 70px; }  .select2-result-repository__title {    color: black;    font-weight: bold;    word-wrap: break-word;    line-height: 1.1;    margin-bottom: 4px; }  .select2-result-repository__forks, .select2-result-repository__stargazers {    margin-right: 1em; }  .select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers {    display: inline-block;    color: #aaa;    font-size: 11px; }  .select2-result-repository__description {    font-size: 13px;    color: #777;    margin-top: 4px; }  .select2-results__option--highlighted .select2-result-repository__title {    color: white; }  .select2-results__option--highlighted .select2-result-repository__forks, .select2-results__option--highlighted .select2-result-repository__stargazers, .select2-results__option--highlighted .select2-result-repository__description, .select2-results__option--highlighted .select2-result-repository__watchers {    color: #c6dcef; }.s2-docs-sidebar.affix {  position: static; }@media (min-width: 768px) {  .s2-docs-sidebar {    padding-left: 20px; } }.s2-docs-sidenav {  margin-top: 20px;  margin-bottom: 20px; }.s2-docs-sidebar .nav > li > a {  margin-left: -1px;  display: block;  padding: 4px 20px;  font-size: 13px;  font-weight: 500;  color: #767676;  border-left: 1px solid transparent;  transition: color .2s, border-color .2s; }.s2-docs-sidebar .nav > li > a code {  background-color: inherit;  color: inherit; }.s2-docs-sidebar .nav > li > a:hover,.s2-docs-sidebar .nav > li > a:focus {  color: #428BCA;  text-decoration: none;  background-color: transparent;  border-left-color: #428BCA; }.s2-docs-sidebar .nav > .active > a,.s2-docs-sidebar .nav > .active:hover > a,.s2-docs-sidebar .nav > .active:focus > a {  padding-left: 19px;  font-weight: bold;  color: #428BCA;  background-color: transparent;  border-left: 2px solid #428BCA; }.s2-docs-sidebar .nav .nav {  display: none;  padding-bottom: 10px; }.s2-docs-sidebar .nav .nav > li > a {  padding-top: 1px;  padding-bottom: 1px;  padding-left: 30px;  font-size: 12px;  font-weight: normal; }.s2-docs-sidebar .nav .nav > li > a:hover,.s2-docs-sidebar .nav .nav > li > a:focus {  padding-left: 30px; }.s2-docs-sidebar .nav .nav > .active > a,.s2-docs-sidebar .nav .nav > .active:hover > a,.s2-docs-sidebar .nav .nav > .active:focus > a {  padding-left: 29px;  font-weight: 400; }@media (min-width: 992px) {  .s2-docs-sidebar .s2-docs-sidenav {    padding-top: 40px;    transition: border-color .2s;    border-left: 1px solid transparent; }  .s2-docs-sidebar.affix .s2-docs-sidenav {    border-left-color: #eee; }  .s2-docs-sidebar .nav > .active > ul {    display: block; }  .s2-docs-sidebar.affix,  .s2-docs-sidebar.affix-bottom {    width: 213px; }  .s2-docs-sidebar.affix {    position: fixed;    top: 0px; }  .s2-docs-sidebar.affix-bottom {    position: absolute; }  .s2-docs-sidebar.affix-bottom .s2-docs-sidenav,  .s2-docs-sidebar.affix .s2-docs-sidenav {    margin-top: 0;    margin-bottom: 0; } }@media (min-width: 1200px) {  .s2-docs-sidebar.affix-bottom,  .s2-docs-sidebar.affix {    width: 263px; } }/* Back to top (hidden on mobile) */.back-to-top {  display: none;  padding: 4px 10px;  margin-top: 10px;  margin-left: 10px;  font-size: 12px;  font-weight: 400;  color: #999; }  .back-to-top:hover {    color: #428BCA;    text-decoration: none; }  @media (min-width: 768px) {    .back-to-top {      display: block; } }.navbar-toggle {  border: none;  background: transparent !important; }  .navbar-toggle:hover {    background: transparent !important; }  .navbar-toggle .icon-bar {    width: 22px;    transition: all 0.2s; }  .navbar-toggle .top-bar {    transform: rotate(45deg);    transform-origin: 10% 10%; }  .navbar-toggle .middle-bar {    opacity: 0; }  .navbar-toggle .bottom-bar {    transform: rotate(-45deg);    transform-origin: 10% 90%; }  .navbar-toggle.collapsed .top-bar {    transform: rotate(0); }  .navbar-toggle.collapsed .middle-bar {    opacity: 1; }  .navbar-toggle.collapsed .bottom-bar {    transform: rotate(0); }h2 code,h3 code,h4 code {  background-color: inherit; }pre.prettyprint {  padding: 9px 14px;  margin-bottom: 14px;  background-color: #f7f7f9;  border: 1px solid #e1e1e8; }.s2-docs-featurette {  color: #777;  padding: 15px 0;  text-align: center; }  .s2-docs-featurette h4 {    margin: 30px 0 15px; }  .s2-docs-featurette .fa {    font-size: 28px;    color: #777; }.s2-docs-container {  line-height: 1.6; }section {  margin-bottom: 40px; }.page-header {  padding-bottom: 19px;  margin-bottom: 29px; }.s2-docs-nav {  margin-bottom: 0;  border-color: #eee;  background-color: #f6f6f6; }  .s2-docs-nav .navbar-brand {    font-weight: 500; }    .s2-docs-nav .navbar-brand > img {      display: inline;      margin-right: 4px; }  .s2-docs-nav .navbar-nav > .active > a,  .s2-docs-nav .navbar-nav > .active > a:hover,  .s2-docs-nav .navbar-nav > .active > a:focus {    background-color: #f0f0f0;    color: #000; }  @media (min-width: 768px) {    .s2-docs-nav .navbar-nav > li > .dropdown-menu:before {      position: absolute;      top: -21px;      left: 24px;      display: block;      width: 0;      height: 0;      border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.1);      border-style: solid;      border-width: 10px;      content: ""; }    .s2-docs-nav .navbar-nav > li > .dropdown-menu:after {      position: absolute;      top: -20px;      left: 24px;      display: block;      width: 0;      height: 0;      border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFF;      border-style: solid;      border-width: 10px;      content: ''; }    .s2-docs-nav .navbar-nav .dropdown-menu {      border-radius: 4px;      border-color: #ddd;      margin-top: -1px; } }.s2-docs-footer {  border-top: 1px solid #eee;  color: #767676;  padding-top: 40px;  padding-bottom: 40px;  margin-top: 100px;  text-align: center; }  .s2-docs-footer-links {    padding-left: 0;    margin-top: 20px; }  .s2-docs-footer-links li {    display: inline;    padding: 0 2px; }    .s2-docs-footer-links li:after {      content: "·";      padding-left: 8px; }    .s2-docs-footer-links li:first-child {      padding-left: 0; }    .s2-docs-footer-links li:last-child:after {      content: "";      padding-left: 0; }  @media (min-width: 768px) {    .s2-docs-footer p {      margin-bottom: 0; } }.alert {  background: #fff;  border: 1px solid #eee;  border-left-width: 5px;  border-radius: 3px;  color: #333;  margin: 20px 0;  padding: 20px; }  .alert h4 {    font-size: 18px;    margin-top: 0;    margin-bottom: 5px; }  .alert-danger {    border-left-color: #ce4844; }    .alert-danger h4 {      color: #ce4844; }  .alert-info {    border-left-color: #1b809e; }    .alert-info h4 {      color: #1b809e; }  .alert-warning {    border-left-color: #aa6708; }    .alert-warning h4 {      color: #aa6708; }.s2-docs-home .jumbotron {  margin-bottom: 0;  color: #000; }  .s2-docs-home .jumbotron h1 {    color: #000;    margin-top: 20px; }.s2-docs-home .lead {  text-align: center;  max-width: 800px;  margin: 0 auto 40px; }.s2-docs-home .notice-previous {  background: #f6f6f6;  color: #666;  border-bottom: 1px solid #eee;  padding: 15px 20px; }.s2-docs-home .half-rule {  width: 100px;  margin: 40px auto; }.s2-example {  position: relative;  padding: 45px 15px 15px;  margin: 0 -15px 15px;  background-color: #fafafa;  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);  border-color: #e5e5e5 #eee #eee;  border-style: solid;  border-width: 1px 0; }  .s2-example:after {    content: "Example";    position: absolute;    top: 15px;    left: 15px;    font-size: 12px;    font-weight: bold;    color: #bbb;    text-transform: uppercase;    letter-spacing: 1px; }  @media (min-width: 768px) {    .s2-example {      margin-left: 0;      margin-right: 0;      background-color: #fff;      border-width: 1px;      border-color: #eee;      border-radius: 4px 4px 0 0;      box-shadow: none; } }.s2-event-log {  background: #002451;  color: white;  font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;  margin: 0 -15px 15px;  padding: 45px 15px 15px;  position: relative; }  .s2-event-log:after {    content: "Event Log";    position: absolute;    top: 15px;    left: 15px;    font-size: 12px;    font-weight: bold;    color: #BBB;    text-transform: uppercase;    letter-spacing: 1px; }  @media (min-width: 768px) {    .s2-event-log {      margin-left: 0;      margin-right: 0;      margin-top: -15px;      border-width: 1px;      border-color: #eee;      box-shadow: none; } }.s2-example + pre,.s2-example + figure,.s2-event-log + pre {  margin: -15px -15px 15px;  border-radius: 0;  border-width: 0 0 1px; }  @media (min-width: 768px) {    .s2-example + pre,    .s2-example + figure,    .s2-event-log + pre {      margin-top: -16px;      margin-left: 0;      margin-right: 0;      border-width: 1px;      border-bottom-left-radius: 4px;      border-bottom-right-radius: 4px; } }.s2-example + .s2-event-log {  margin-top: -15px; }.s2-docs-social {  margin-bottom: 20px;  text-align: center; }.s2-docs-social-buttons {  display: inline-block;  padding-left: 0;  margin-bottom: 0;  list-style: none; }  .s2-docs-social-buttons li {    display: inline-block;    padding: 5px 8px;    line-height: 1; }  .s2-docs-social-buttons .twitter-follow-button {    width: 225px !important; }  .s2-docs-social-buttons .twitter-share-button {    width: 98px !important; }.github-btn {  overflow: hidden;  border: 0; }.btn-outline-inverse {  color: #428BCA;  background-color: transparent;  border-color: #428BCA;  padding: 15px 30px;  font-size: 20px;  transition: all .1s ease-in-out; }  .btn-outline-inverse:hover {    color: #fff;    border-color: #428BCA;    background-color: #428BCA; }.btn-toolbar {  margin-bottom: 20px; }.jumbotron {  background-color: #F6F6F6;  border-bottom: 1px solid #eee;  color: #777;  padding-left: 0;  padding-right: 0; }  .jumbotron h1 {    color: #777;    font-size: 36px;    margin-top: 10px; }  .jumbotron .version {    color: #999;    font-size: 14px;    font-weight: normal;    margin-bottom: 30px; }.com {  color: #999; }.lit {  color: #195f91; }.pun, .opn, .clo {  color: #93a1a1; }.fun {  color: #dc322f; }.str, .atv {  color: #C7254E; }.kwd, .prettyprint .tag {  color: #2F6F9F; }.typ, .atn, .dec, .var {  color: #428BCA; }.pln {  color: #333; }.prettyprint {  padding: 9px 14px;  margin-bottom: 20px;  margin-top: 20px;  border: 1px solid #eee; }  .prettyprint.linenums {    -webkit-box-shadow: inset 40px 0 0 #fbfbfb, inset 41px 0 0 #f6f6f6;    -moz-box-shadow: inset 40px 0 0 #fbfbfb, inset 41px 0 0 #f6f6f6;    box-shadow: inset 40px 0 0 #fbfbfb, inset 41px 0 0 #f6f6f6; }ol.linenums {  margin: 0 0 0 -12px; }  ol.linenums li {    padding-left: 12px;    color: #bebebe;    line-height: 18px; }.highlight {  background: #fff; }  .highlight .nx {    color: #333; }  .highlight .k, .highlight .o {    font-weight: bold; }  .highlight .na {    color: #428BCA; }  .highlight .s, .highlight .s1, .highlight .s2, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx {    color: #C7254E; }  .highlight .m, .highlight .mf, .highlight mh, .highlight .mi, .highlight .mo {    color: #195f91; }  .highlight .p {    color: #93a1a1; }  .highlight .nt {    color: #2F6F9F; }  .highlight .c {    color: #999;    font-style: italic; }  .highlight .err {    background-color: #e3d2d2;    color: #a61717; }  .highlight .gr {    color: #a00; }  .highlight pre {    border: none;    margin: 0; }  .highlight > pre {    border: 1px solid #eee;    padding: 0;    margin-bottom: 14px; }  .highlight .lineno {    background-color: #fbfbfb;    color: #bebebe;    -ms-user-select: none;    -moz-user-select: none;    -webkit-user-select: none; }.highlight .cm {  color: #999988;  font-style: italic; }/* Comment.Multiline */.highlight .cp {  color: #999999;  font-weight: bold; }/* Comment.Preproc */.highlight .c1 {  color: #999988;  font-style: italic; }/* Comment.Single */.highlight .cs {  color: #999999;  font-weight: bold;  font-style: italic; }/* Comment.Special */.highlight .gd {  color: #000000;  background-color: #ffdddd; }/* Generic.Deleted */.highlight .gd .x {  color: #000000;  background-color: #ffaaaa; }/* Generic.Deleted.Specific */.highlight .ge {  font-style: italic; }/* Generic.Emph */.highlight .gh {  color: #999999; }/* Generic.Heading */.highlight .gi {  color: #000000;  background-color: #ddffdd; }/* Generic.Inserted */.highlight .gi .x {  color: #000000;  background-color: #aaffaa; }/* Generic.Inserted.Specific */.highlight .go {  color: #888888; }/* Generic.Output */.highlight .gp {  color: #555555; }/* Generic.Prompt */.highlight .gs {  font-weight: bold; }/* Generic.Strong */.highlight .gu {  color: #aaaaaa; }/* Generic.Subheading */.highlight .gt {  color: #aa0000; }/* Generic.Traceback */.highlight .kc {  font-weight: bold; }/* Keyword.Constant */.highlight .kd {  font-weight: bold; }/* Keyword.Declaration */.highlight .kp {  font-weight: bold; }/* Keyword.Pseudo */.highlight .kr {  font-weight: bold; }/* Keyword.Reserved */.highlight .kt {  color: #445588;  font-weight: bold; }/* Keyword.Type */.highlight .nb {  color: #0086B3; }/* Name.Builtin */.highlight .nc {  color: #445588;  font-weight: bold; }/* Name.Class */.highlight .no {  color: #008080; }/* Name.Constant */.highlight .ni {  color: #800080; }/* Name.Entity */.highlight .ne {  color: #990000;  font-weight: bold; }/* Name.Exception */.highlight .nf {  color: #990000;  font-weight: bold; }/* Name.Function */.highlight .nn {  color: #555555; }/* Name.Namespace */.highlight .nv {  color: #008080; }/* Name.Variable */.highlight .ow {  font-weight: bold; }/* Operator.Word */.highlight .w {  color: #bbbbbb; }/* Text.Whitespace */.highlight .sr {  color: #009926; }/* Literal.String.Regex */.highlight .ss {  color: #990073; }/* Literal.String.Symbol */.highlight .bp {  color: #999999; }/* Name.Builtin.Pseudo */.highlight .vc {  color: #008080; }/* Name.Variable.Class */.highlight .vg {  color: #008080; }/* Name.Variable.Global */.highlight .vi {  color: #008080; }/* Name.Variable.Instance */.highlight .il {  color: #009999; }/* Literal.Number.Integer.Long */h1[id] {  padding-top: 20px;  margin-top: 0; }
 |