| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632 | 
							- .github-issue-button {
 
-   display: block;
 
-   padding: 8px 16px;
 
-   font-family: sans-serif;
 
-   font-size: 16px;
 
-   color: white;
 
-   background-color: #238636 !important;
 
-   /* important is needed cause to an !important in logicodev-dark */
 
-   border: #2ea043;
 
-   border-radius: 10px !important;
 
-   box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
 
- }
 
- .github-issue-button:hover {
 
-   background-color: #2ea043;
 
- }
 
- .issue-hide {
 
-   display: none;
 
- }
 
- .engine-stats .engine-name {
 
-   width: 20rem;
 
- }
 
- .engine-stats .engine-score {
 
-   width: 7rem;
 
-   text-align: right;
 
- }
 
- .engine-stats .engine-reliability {
 
-   text-align: right;
 
- }
 
- .engine-stats table.engine-error {
 
-   max-width: 1280px;
 
-   margin: 1rem;
 
-   border: 1px solid gray;
 
- }
 
- .engine-stats table.engine-error th.engine-error-type,
 
- .engine-stats table.engine-error td.engine-error-type,
 
- .engine-stats failed-test {
 
-   width: 10rem;
 
- }
 
- .engine-stats table.engine-error span.log_parameters {
 
-   border-right: 1px solid gray;
 
-   padding: 0 1rem 0 0;
 
-   margin: 0 0 0 0.5rem;
 
- }
 
- .bar-chart-value {
 
-   width: 3em;
 
-   display: inline-block;
 
-   text-align: right;
 
-   padding-right: 0.5rem;
 
- }
 
- .bar-chart-graph {
 
-   width: calc(100% - 5rem);
 
-   display: inline-block;
 
- }
 
- .bar-chart-bar {
 
-   border: 3px solid #5bc0de;
 
-   margin: 1px 0;
 
- }
 
- .bar-chart-serie1 {
 
-   border: 3px solid #5bc0de;
 
-   margin: 1px 0;
 
-   float: left;
 
- }
 
- .bar-chart-serie2 {
 
-   border: 3px solid #deb15b;
 
-   margin: 1px 0;
 
-   float: left;
 
- }
 
- .bar0 {
 
-   width: 0;
 
-   border: 0;
 
- }
 
- .bar1 {
 
-   width: 1%;
 
- }
 
- .bar2 {
 
-   width: 2%;
 
- }
 
- .bar3 {
 
-   width: 3%;
 
- }
 
- .bar4 {
 
-   width: 4%;
 
- }
 
- .bar5 {
 
-   width: 5%;
 
- }
 
- .bar6 {
 
-   width: 6%;
 
- }
 
- .bar7 {
 
-   width: 7%;
 
- }
 
- .bar8 {
 
-   width: 8%;
 
- }
 
- .bar9 {
 
-   width: 9%;
 
- }
 
- .bar10 {
 
-   width: 10%;
 
- }
 
- .bar11 {
 
-   width: 11%;
 
- }
 
- .bar12 {
 
-   width: 12%;
 
- }
 
- .bar13 {
 
-   width: 13%;
 
- }
 
- .bar14 {
 
-   width: 14%;
 
- }
 
- .bar15 {
 
-   width: 15%;
 
- }
 
- .bar16 {
 
-   width: 16%;
 
- }
 
- .bar17 {
 
-   width: 17%;
 
- }
 
- .bar18 {
 
-   width: 18%;
 
- }
 
- .bar19 {
 
-   width: 19%;
 
- }
 
- .bar20 {
 
-   width: 20%;
 
- }
 
- .bar21 {
 
-   width: 21%;
 
- }
 
- .bar22 {
 
-   width: 22%;
 
- }
 
- .bar23 {
 
-   width: 23%;
 
- }
 
- .bar24 {
 
-   width: 24%;
 
- }
 
- .bar25 {
 
-   width: 25%;
 
- }
 
- .bar26 {
 
-   width: 26%;
 
- }
 
- .bar27 {
 
-   width: 27%;
 
- }
 
- .bar28 {
 
-   width: 28%;
 
- }
 
- .bar29 {
 
-   width: 29%;
 
- }
 
- .bar30 {
 
-   width: 30%;
 
- }
 
- .bar31 {
 
-   width: 31%;
 
- }
 
- .bar32 {
 
-   width: 32%;
 
- }
 
- .bar33 {
 
-   width: 33%;
 
- }
 
- .bar34 {
 
-   width: 34%;
 
- }
 
- .bar35 {
 
-   width: 35%;
 
- }
 
- .bar36 {
 
-   width: 36%;
 
- }
 
- .bar37 {
 
-   width: 37%;
 
- }
 
- .bar38 {
 
-   width: 38%;
 
- }
 
- .bar39 {
 
-   width: 39%;
 
- }
 
- .bar40 {
 
-   width: 40%;
 
- }
 
- .bar41 {
 
-   width: 41%;
 
- }
 
- .bar42 {
 
-   width: 42%;
 
- }
 
- .bar43 {
 
-   width: 43%;
 
- }
 
- .bar44 {
 
-   width: 44%;
 
- }
 
- .bar45 {
 
-   width: 45%;
 
- }
 
- .bar46 {
 
-   width: 46%;
 
- }
 
- .bar47 {
 
-   width: 47%;
 
- }
 
- .bar48 {
 
-   width: 48%;
 
- }
 
- .bar49 {
 
-   width: 49%;
 
- }
 
- .bar50 {
 
-   width: 50%;
 
- }
 
- .bar51 {
 
-   width: 51%;
 
- }
 
- .bar52 {
 
-   width: 52%;
 
- }
 
- .bar53 {
 
-   width: 53%;
 
- }
 
- .bar54 {
 
-   width: 54%;
 
- }
 
- .bar55 {
 
-   width: 55%;
 
- }
 
- .bar56 {
 
-   width: 56%;
 
- }
 
- .bar57 {
 
-   width: 57%;
 
- }
 
- .bar58 {
 
-   width: 58%;
 
- }
 
- .bar59 {
 
-   width: 59%;
 
- }
 
- .bar60 {
 
-   width: 60%;
 
- }
 
- .bar61 {
 
-   width: 61%;
 
- }
 
- .bar62 {
 
-   width: 62%;
 
- }
 
- .bar63 {
 
-   width: 63%;
 
- }
 
- .bar64 {
 
-   width: 64%;
 
- }
 
- .bar65 {
 
-   width: 65%;
 
- }
 
- .bar66 {
 
-   width: 66%;
 
- }
 
- .bar67 {
 
-   width: 67%;
 
- }
 
- .bar68 {
 
-   width: 68%;
 
- }
 
- .bar69 {
 
-   width: 69%;
 
- }
 
- .bar70 {
 
-   width: 70%;
 
- }
 
- .bar71 {
 
-   width: 71%;
 
- }
 
- .bar72 {
 
-   width: 72%;
 
- }
 
- .bar73 {
 
-   width: 73%;
 
- }
 
- .bar74 {
 
-   width: 74%;
 
- }
 
- .bar75 {
 
-   width: 75%;
 
- }
 
- .bar76 {
 
-   width: 76%;
 
- }
 
- .bar77 {
 
-   width: 77%;
 
- }
 
- .bar78 {
 
-   width: 78%;
 
- }
 
- .bar79 {
 
-   width: 79%;
 
- }
 
- .bar80 {
 
-   width: 80%;
 
- }
 
- .bar81 {
 
-   width: 81%;
 
- }
 
- .bar82 {
 
-   width: 82%;
 
- }
 
- .bar83 {
 
-   width: 83%;
 
- }
 
- .bar84 {
 
-   width: 84%;
 
- }
 
- .bar85 {
 
-   width: 85%;
 
- }
 
- .bar86 {
 
-   width: 86%;
 
- }
 
- .bar87 {
 
-   width: 87%;
 
- }
 
- .bar88 {
 
-   width: 88%;
 
- }
 
- .bar89 {
 
-   width: 89%;
 
- }
 
- .bar90 {
 
-   width: 90%;
 
- }
 
- .bar91 {
 
-   width: 91%;
 
- }
 
- .bar92 {
 
-   width: 92%;
 
- }
 
- .bar93 {
 
-   width: 93%;
 
- }
 
- .bar94 {
 
-   width: 94%;
 
- }
 
- .bar95 {
 
-   width: 95%;
 
- }
 
- .bar96 {
 
-   width: 96%;
 
- }
 
- .bar97 {
 
-   width: 97%;
 
- }
 
- .bar98 {
 
-   width: 98%;
 
- }
 
- .bar99 {
 
-   width: 99%;
 
- }
 
- .bar100 {
 
-   width: 100%;
 
- }
 
- .osm-map-box {
 
-   height: 300px;
 
-   width: 100%;
 
-   margin: 10px 0;
 
- }
 
- .default-image-style {
 
-   width: auto;
 
-   max-height: 60px;
 
-   min-height: 60px;
 
- }
 
- .col-stat {
 
-   width: 10rem;
 
- }
 
- /*
 
-    this file is generated automatically by searxng_extra/update/update_pygments.py
 
-    using pygments version 2.11.2
 
- */
 
- .code-highlight .linenos {
 
-   -webkit-touch-callout: none;
 
-   -webkit-user-select: none;
 
-   -khtml-user-select: none;
 
-   -moz-user-select: none;
 
-   -ms-user-select: none;
 
-   user-select: none;
 
-   cursor: default;
 
-   margin-right: 8px;
 
-   text-align: right;
 
- }
 
- .code-highlight .linenos::selection {
 
-   background: transparent;
 
-   /* WebKit/Blink Browsers */
 
- }
 
- .code-highlight .linenos::-moz-selection {
 
-   background: transparent;
 
-   /* Gecko Browsers */
 
- }
 
- .code-highlight pre {
 
-   line-height: 125%;
 
- }
 
- .code-highlight td.linenos .normal {
 
-   color: inherit;
 
-   background-color: transparent;
 
-   padding-left: 5px;
 
-   padding-right: 5px;
 
- }
 
- .code-highlight span.linenos {
 
-   color: inherit;
 
-   background-color: transparent;
 
-   padding-left: 5px;
 
-   padding-right: 5px;
 
- }
 
- .code-highlight td.linenos .special {
 
-   color: #000000;
 
-   background-color: #ffffc0;
 
-   padding-left: 5px;
 
-   padding-right: 5px;
 
- }
 
- .code-highlight span.linenos.special {
 
-   color: #000000;
 
-   background-color: #ffffc0;
 
-   padding-left: 5px;
 
-   padding-right: 5px;
 
- }
 
- .code-highlight .hll {
 
-   background-color: #ffffcc;
 
- }
 
- .code-highlight {
 
-   background: #282C34;
 
- }
 
- .code-highlight .c {
 
-   color: #556366;
 
-   font-style: italic;
 
- }
 
- /* Comment */
 
- .code-highlight .err {
 
-   border: 1px solid #ff0000;
 
- }
 
- /* Error */
 
- .code-highlight .k {
 
-   color: #BE74D5;
 
-   font-weight: bold;
 
- }
 
- /* Keyword */
 
- .code-highlight .o {
 
-   color: #D19A66;
 
- }
 
- /* Operator */
 
- .code-highlight .ch {
 
-   color: #556366;
 
-   font-style: italic;
 
- }
 
- /* Comment.Hashbang */
 
- .code-highlight .cm {
 
-   color: #556366;
 
-   font-style: italic;
 
- }
 
- /* Comment.Multiline */
 
- .code-highlight .cp {
 
-   color: #BC7A00;
 
-   font-style: italic;
 
- }
 
- /* Comment.Preproc */
 
- .code-highlight .cpf {
 
-   color: #556366;
 
-   font-style: italic;
 
- }
 
- /* Comment.PreprocFile */
 
- .code-highlight .c1 {
 
-   color: #556366;
 
-   font-style: italic;
 
- }
 
- /* Comment.Single */
 
- .code-highlight .cs {
 
-   color: #556366;
 
-   font-style: italic;
 
- }
 
- /* Comment.Special */
 
- .code-highlight .gd {
 
-   color: #A00000;
 
- }
 
- /* Generic.Deleted */
 
- .code-highlight .ge {
 
-   font-style: italic;
 
- }
 
- /* Generic.Emph */
 
- .code-highlight .gr {
 
-   color: #FF0000;
 
- }
 
- /* Generic.Error */
 
- .code-highlight .gh {
 
-   color: #000080;
 
-   font-weight: bold;
 
- }
 
- /* Generic.Heading */
 
- .code-highlight .gi {
 
-   color: #00A000;
 
- }
 
- /* Generic.Inserted */
 
- .code-highlight .go {
 
-   color: #888888;
 
- }
 
- /* Generic.Output */
 
- .code-highlight .gp {
 
-   color: #000080;
 
-   font-weight: bold;
 
- }
 
- /* Generic.Prompt */
 
- .code-highlight .gs {
 
-   font-weight: bold;
 
- }
 
- /* Generic.Strong */
 
- .code-highlight .gu {
 
-   color: #800080;
 
-   font-weight: bold;
 
- }
 
- /* Generic.Subheading */
 
- .code-highlight .gt {
 
-   color: #0044DD;
 
- }
 
- /* Generic.Traceback */
 
- .code-highlight .kc {
 
-   color: #BE74D5;
 
-   font-weight: bold;
 
- }
 
- /* Keyword.Constant */
 
- .code-highlight .kd {
 
-   color: #BE74D5;
 
-   font-weight: bold;
 
- }
 
- /* Keyword.Declaration */
 
- .code-highlight .kn {
 
-   color: #BE74D5;
 
-   font-weight: bold;
 
- }
 
- /* Keyword.Namespace */
 
- .code-highlight .kp {
 
-   color: #BE74D5;
 
-   font-weight: bold;
 
- }
 
- /* Keyword.Pseudo */
 
- .code-highlight .kr {
 
-   color: #BE74D5;
 
-   font-weight: bold;
 
- }
 
- /* Keyword.Reserved */
 
- .code-highlight .kt {
 
-   color: #D46C72;
 
-   font-weight: bold;
 
- }
 
- /* Keyword.Type */
 
- .code-highlight .m {
 
-   color: #D19A66;
 
- }
 
- /* Literal.Number */
 
- .code-highlight .s {
 
-   color: #86C372;
 
- }
 
- /* Literal.String */
 
- .code-highlight .na {
 
-   color: #7D9029;
 
- }
 
- /* Name.Attribute */
 
- .code-highlight .nb {
 
-   color: #BE74D5;
 
- }
 
- /* Name.Builtin */
 
- .code-highlight .nc {
 
-   color: #61AFEF;
 
-   font-weight: bold;
 
- }
 
- /* Name.Class */
 
- .code-highlight .no {
 
-   color: #D19A66;
 
- }
 
- /* Name.Constant */
 
- .code-highlight .nd {
 
-   color: #AA22FF;
 
- }
 
- /* Name.Decorator */
 
- .code-highlight .ni {
 
-   color: #999999;
 
-   font-weight: bold;
 
- }
 
- /* Name.Entity */
 
- .code-highlight .ne {
 
-   color: #D2413A;
 
-   font-weight: bold;
 
- }
 
- /* Name.Exception */
 
- .code-highlight .nf {
 
-   color: #61AFEF;
 
- }
 
- /* Name.Function */
 
- .code-highlight .nl {
 
-   color: #A0A000;
 
- }
 
- /* Name.Label */
 
- .code-highlight .nn {
 
-   color: #61AFEF;
 
-   font-weight: bold;
 
- }
 
- /* Name.Namespace */
 
- .code-highlight .nt {
 
-   color: #BE74D5;
 
-   font-weight: bold;
 
- }
 
- /* Name.Tag */
 
- .code-highlight .nv {
 
-   color: #DFC06F;
 
- }
 
- /* Name.Variable */
 
- .code-highlight .ow {
 
-   color: #AA22FF;
 
-   font-weight: bold;
 
- }
 
- /* Operator.Word */
 
- .code-highlight .w {
 
-   color: #D7DAE0;
 
- }
 
- /* Text.Whitespace */
 
- .code-highlight .mb {
 
-   color: #D19A66;
 
- }
 
- /* Literal.Number.Bin */
 
- .code-highlight .mf {
 
-   color: #D19A66;
 
- }
 
- /* Literal.Number.Float */
 
- .code-highlight .mh {
 
-   color: #D19A66;
 
- }
 
- /* Literal.Number.Hex */
 
- .code-highlight .mi {
 
-   color: #D19A66;
 
- }
 
- /* Literal.Number.Integer */
 
- .code-highlight .mo {
 
-   color: #D19A66;
 
- }
 
- /* Literal.Number.Oct */
 
- .code-highlight .sa {
 
-   color: #86C372;
 
- }
 
- /* Literal.String.Affix */
 
- .code-highlight .sb {
 
-   color: #86C372;
 
- }
 
- /* Literal.String.Backtick */
 
- .code-highlight .sc {
 
-   color: #86C372;
 
- }
 
- /* Literal.String.Char */
 
- .code-highlight .dl {
 
-   color: #86C372;
 
- }
 
- /* Literal.String.Delimiter */
 
- .code-highlight .sd {
 
-   color: #86C372;
 
-   font-style: italic;
 
- }
 
- /* Literal.String.Doc */
 
- .code-highlight .s2 {
 
-   color: #86C372;
 
- }
 
- /* Literal.String.Double */
 
- .code-highlight .se {
 
-   color: #BB6622;
 
-   font-weight: bold;
 
- }
 
- /* Literal.String.Escape */
 
- .code-highlight .sh {
 
-   color: #86C372;
 
- }
 
- /* Literal.String.Heredoc */
 
- .code-highlight .si {
 
-   color: #BB6688;
 
-   font-weight: bold;
 
- }
 
- /* Literal.String.Interpol */
 
- .code-highlight .sx {
 
-   color: #BE74D5;
 
- }
 
- /* Literal.String.Other */
 
- .code-highlight .sr {
 
-   color: #BB6688;
 
- }
 
- /* Literal.String.Regex */
 
- .code-highlight .s1 {
 
-   color: #86C372;
 
- }
 
- /* Literal.String.Single */
 
- .code-highlight .ss {
 
-   color: #DFC06F;
 
- }
 
- /* Literal.String.Symbol */
 
- .code-highlight .bp {
 
-   color: #BE74D5;
 
- }
 
- /* Name.Builtin.Pseudo */
 
- .code-highlight .fm {
 
-   color: #61AFEF;
 
- }
 
- /* Name.Function.Magic */
 
- .code-highlight .vc {
 
-   color: #DFC06F;
 
- }
 
- /* Name.Variable.Class */
 
- .code-highlight .vg {
 
-   color: #DFC06F;
 
- }
 
- /* Name.Variable.Global */
 
- .code-highlight .vi {
 
-   color: #DFC06F;
 
- }
 
- /* Name.Variable.Instance */
 
- .code-highlight .vm {
 
-   color: #DFC06F;
 
- }
 
- /* Name.Variable.Magic */
 
- .code-highlight .il {
 
-   color: #D19A66;
 
- }
 
- /* Literal.Number.Integer.Long */
 
- * {
 
-   border-radius: 0 !important;
 
- }
 
- html {
 
-   position: relative;
 
-   min-height: 100%;
 
-   color: #29314D;
 
- }
 
- body {
 
-   /* Margin bottom by footer height */
 
-   font-family: 'Roboto', Helvetica, Arial, sans-serif;
 
-   margin-bottom: 80px;
 
-   background-color: white;
 
- }
 
- body a {
 
-   color: #0088CC;
 
- }
 
- .footer {
 
-   position: absolute;
 
-   bottom: 0;
 
-   width: 100%;
 
-   /* Set the fixed height of the footer here */
 
-   height: 60px;
 
-   text-align: center;
 
-   color: #999;
 
- }
 
- input[type=checkbox]:checked + .label_hide_if_checked,
 
- input[type=checkbox]:checked + .label_hide_if_not_checked + .label_hide_if_checked {
 
-   display: none;
 
- }
 
- input[type=checkbox]:not(:checked) + .label_hide_if_not_checked,
 
- input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not_checked {
 
-   display: none;
 
- }
 
- .onoff-checkbox {
 
-   width: 15%;
 
- }
 
- .onoffswitch {
 
-   position: relative;
 
-   width: 110px;
 
-   -webkit-user-select: none;
 
-   -moz-user-select: none;
 
-   -ms-user-select: none;
 
- }
 
- .onoffswitch-checkbox {
 
-   opacity: 0;
 
-   position: absolute;
 
- }
 
- .onoffswitch-checkbox:before {
 
-   content: "";
 
-   display: inline-block;
 
-   width: 16px;
 
-   height: 16px;
 
-   margin-right: 10px;
 
-   position: absolute;
 
-   left: 0;
 
-   bottom: 1px;
 
-   background-color: #fff;
 
-   border: 1px solid #ccc;
 
-   border-radius: 0px;
 
- }
 
- .onoffswitch-label {
 
-   display: block;
 
-   overflow: hidden;
 
-   cursor: pointer;
 
-   border: 2px solid #FFFFFF !important;
 
-   border-radius: 50px !important;
 
- }
 
- .onoffswitch-inner {
 
-   display: block;
 
-   transition: margin 0.3s ease-in 0s;
 
- }
 
- .onoffswitch-inner:before,
 
- .onoffswitch-inner:after {
 
-   display: block;
 
-   float: left;
 
-   width: 50%;
 
-   height: 30px;
 
-   padding: 0;
 
-   line-height: 40px;
 
-   font-size: 20px;
 
-   box-sizing: border-box;
 
-   content: "";
 
-   background-color: #EEEEEE;
 
- }
 
- .onoffswitch-switch {
 
-   display: block;
 
-   width: 37px;
 
-   background-color: #01D7D4;
 
-   position: absolute;
 
-   top: 0;
 
-   bottom: 0;
 
-   right: 0px;
 
-   border: 2px solid #FFFFFF;
 
-   border-radius: 50px !important;
 
-   transition: all 0.3s ease-in 0s;
 
- }
 
- .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
 
-   margin-right: 0;
 
- }
 
- .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
 
-   right: 71px;
 
-   background-color: #A1A1A1;
 
- }
 
- .onoffswitch-checkbox:focus + .onoffswitch-label .onoffswitch-switch {
 
-   border: 3px solid #444444;
 
- }
 
- .result_header {
 
-   margin-top: 0px;
 
-   margin-bottom: 2px;
 
-   font-size: 16px;
 
- }
 
- .result_header .favicon {
 
-   margin-bottom: -3px;
 
- }
 
- .result_header a {
 
-   color: #29314D;
 
-   text-decoration: none;
 
- }
 
- .result_header a:hover {
 
-   color: #0088CC;
 
- }
 
- .result_header a:visited {
 
-   color: #684898;
 
- }
 
- .result_header a .highlight {
 
-   background-color: #F6F9FA;
 
- }
 
- .result-content,
 
- .result-format,
 
- .result-source {
 
-   margin-top: 2px;
 
-   margin-bottom: 0;
 
-   word-wrap: break-word;
 
-   color: #666;
 
-   font-size: 13px;
 
- }
 
- .result .highlight {
 
-   font-weight: bold;
 
- }
 
- .result-source {
 
-   font-size: 10px;
 
-   float: left;
 
- }
 
- .result-format {
 
-   font-size: 10px;
 
-   float: right;
 
- }
 
- .result-abstract {
 
-   margin-top: 0.5em;
 
-   margin-bottom: 0.8em;
 
- }
 
- .external-link {
 
-   color: #068922;
 
-   font-size: 12px;
 
-   margin-bottom: 15px;
 
- }
 
- .external-link a {
 
-   margin-right: 3px;
 
- }
 
- .result-default,
 
- .result-code,
 
- .result-torrent,
 
- .result-videos,
 
- .result-map {
 
-   clear: both;
 
-   padding: 0.5em 4px;
 
- }
 
- .result-default:hover,
 
- .result-code:hover,
 
- .result-torrent:hover,
 
- .result-videos:hover,
 
- .result-map:hover {
 
-   background-color: #F6F9FA;
 
- }
 
- .result-images {
 
-   float: left !important;
 
-   margin: 0;
 
-   padding: 0;
 
- }
 
- .result-images a {
 
-   display: block;
 
-   width: 100%;
 
-   background-size: cover;
 
- }
 
- .result-images a .img-thumbnail {
 
-   border: none !important;
 
-   padding: 0;
 
- }
 
- .result-images a:hover,
 
- .result-images a:focus {
 
-   outline: 0;
 
- }
 
- .result-images a:hover .img-thumbnail,
 
- .result-images a:focus .img-thumbnail {
 
-   box-shadow: 5px 5px 15px 0px black;
 
- }
 
- .result-images.js a .img-thumbnail {
 
-   max-height: inherit;
 
-   min-height: inherit;
 
- }
 
- .result-images:not(.js) {
 
-   width: 25%;
 
-   padding: 3px 13px 13px 3px;
 
- }
 
- .result-images:not(.js) a .img-thumbnail {
 
-   margin: 0;
 
-   max-height: 128px;
 
-   min-height: 128px;
 
- }
 
- .img-thumbnail {
 
-   margin: 5px;
 
-   max-height: 128px;
 
-   min-height: 128px;
 
- }
 
- .result-videos {
 
-   clear: both;
 
- }
 
- .result-videos hr {
 
-   margin: 5px 0 15px 0;
 
- }
 
- .result-videos .collapse {
 
-   width: 100%;
 
- }
 
- .result-videos .in {
 
-   margin-bottom: 8px;
 
- }
 
- .result-torrent {
 
-   clear: both;
 
- }
 
- .result-torrent b {
 
-   margin-right: 5px;
 
-   margin-left: 5px;
 
- }
 
- .result-torrent .seeders {
 
-   color: #2ecc71;
 
- }
 
- .result-torrent .leechers {
 
-   color: #F35E77;
 
- }
 
- .result-metadata {
 
-   clear: both;
 
-   margin: 1em;
 
- }
 
- .result-metadata td {
 
-   padding-right: 1em;
 
-   color: #A4A4A4;
 
- }
 
- .result-metadata td:first-of-type {
 
-   color: #666;
 
- }
 
- .result-map {
 
-   clear: both;
 
- }
 
- .result-map .img-thumbnail {
 
-   float: right;
 
-   width: auto;
 
-   height: 120px;
 
-   border: 0;
 
-   background: inherit;
 
- }
 
- .result-map .img-type {
 
-   width: 20px;
 
-   max-height: 20px;
 
- }
 
- .result-map .result-map-details {
 
-   font-size: 13px;
 
-   border-collapse: separate;
 
-   border-spacing: 0 0.35rem;
 
- }
 
- .result-map .result-map-details th {
 
-   font-weight: inherit;
 
-   width: 20rem;
 
-   vertical-align: top;
 
- }
 
- .result-map .result-map-details td {
 
-   vertical-align: top;
 
- }
 
- .result-code {
 
-   clear: both;
 
- }
 
- .result-code .code-fork,
 
- .result-code .code-fork a {
 
-   color: #666;
 
- }
 
- .suggestion_item {
 
-   margin: 2px 5px;
 
-   max-width: 100%;
 
- }
 
- .suggestion_item .btn {
 
-   max-width: 100%;
 
-   white-space: normal;
 
-   word-wrap: break-word;
 
-   text-align: left;
 
- }
 
- .result_download {
 
-   margin-right: 5px;
 
- }
 
- #pagination {
 
-   margin-top: 30px;
 
-   padding-bottom: 60px;
 
- }
 
- .label-default {
 
-   color: #666;
 
-   background: transparent;
 
- }
 
- .result .text-muted small {
 
-   word-wrap: break-word;
 
- }
 
- .modal-wrapper {
 
-   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
 
- }
 
- .modal-wrapper {
 
-   background-clip: padding-box;
 
-   background-color: #fff;
 
-   border: 1px solid rgba(0, 0, 0, 0.2);
 
-   border-radius: 6px;
 
-   box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
 
-   outline: 0 none;
 
-   position: relative;
 
- }
 
- @media screen and (max-width: 75em) {
 
-   .img-thumbnail {
 
-     object-fit: cover;
 
-   }
 
- }
 
- .infobox .panel-heading {
 
-   background-color: #F6F9FA;
 
- }
 
- .infobox .panel-heading .panel-title {
 
-   font-weight: 700;
 
- }
 
- .infobox .header_url {
 
-   white-space: nowrap;
 
-   overflow: hidden;
 
-   text-overflow: ellipsis;
 
-   display: block;
 
- }
 
- .infobox p {
 
-   font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
 
-   font-style: italic;
 
- }
 
- .infobox img {
 
-   max-height: "250px";
 
- }
 
- .infobox .btn {
 
-   background-color: #007AB8;
 
-   border: none;
 
- }
 
- .infobox .btn a {
 
-   color: white;
 
-   margin: 5px;
 
- }
 
- .infobox .infobox_part {
 
-   margin-bottom: 20px;
 
-   word-wrap: break-word;
 
-   table-layout: fixed;
 
- }
 
- .infobox .infobox_part:last-child {
 
-   margin-bottom: 0;
 
- }
 
- .infobox .infobox_toggle {
 
-   width: 100%;
 
-   text-align: center;
 
-   margin-bottom: 0px;
 
-   cursor: pointer;
 
- }
 
- .infobox .infobox_toggle:hover {
 
-   background: #DDD;
 
- }
 
- .infobox .infobox_checkbox ~ .infobox_body {
 
-   max-height: 300px;
 
-   overflow: hidden;
 
- }
 
- .infobox .infobox_checkbox:checked ~ .infobox_body {
 
-   max-height: none;
 
- }
 
- .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_down {
 
-   display: block;
 
- }
 
- .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_up {
 
-   display: none;
 
- }
 
- .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up {
 
-   display: block;
 
- }
 
- .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down {
 
-   display: none;
 
- }
 
- .infobox .infobox_checkbox ~ .infobox_body img.infobox_part {
 
-   display: none;
 
- }
 
- .infobox .infobox_checkbox:checked ~ .infobox_body img.infobox_part {
 
-   display: block;
 
- }
 
- .search_categories,
 
- #categories {
 
-   text-transform: capitalize;
 
-   margin-bottom: 0.5rem;
 
-   display: flex;
 
-   flex-wrap: wrap;
 
-   flex-flow: row wrap;
 
-   align-content: stretch;
 
- }
 
- .search_categories label,
 
- #categories label,
 
- .search_categories .input-group-addon,
 
- #categories .input-group-addon {
 
-   flex-grow: 1;
 
-   flex-basis: auto;
 
-   font-size: 1.2rem;
 
-   font-weight: normal;
 
-   background-color: white;
 
-   border: #DDD 1px solid;
 
-   border-right: none;
 
-   color: #666;
 
-   padding-bottom: 0.4rem;
 
-   padding-top: 0.4rem;
 
-   text-align: center;
 
-   min-width: 50px;
 
- }
 
- .search_categories label:last-child,
 
- #categories label:last-child,
 
- .search_categories .input-group-addon:last-child,
 
- #categories .input-group-addon:last-child {
 
-   border-right: #DDD 1px solid;
 
- }
 
- .search_categories input[type="checkbox"]:checked + label,
 
- #categories input[type="checkbox"]:checked + label {
 
-   color: #29314D;
 
-   font-weight: bold;
 
-   border-bottom: #01D7D4 5px solid;
 
- }
 
- #main-logo {
 
-   margin-top: 24vh;
 
-   margin-bottom: 25px;
 
- }
 
- #main-logo > img {
 
-   max-width: 350px;
 
-   width: 80%;
 
- }
 
- #q {
 
-   box-shadow: none;
 
-   border-right: none;
 
-   border-color: #888;
 
- }
 
- #search_form .input-group-btn .btn {
 
-   border-color: #888;
 
- }
 
- #search_form .input-group-btn .btn:hover {
 
-   background-color: #068922;
 
-   color: white;
 
- }
 
- .custom-select,
 
- .custom-select-rtl {
 
-   appearance: none;
 
-   -webkit-appearance: none;
 
-   -moz-appearance: none;
 
-   font-size: 1.2rem;
 
-   font-weight: normal;
 
-   background-color: white;
 
-   border: #888 1px solid;
 
-   color: #666;
 
-   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAABFkAAARZAVnbJUkAAAAHdElNRQfgBxgLDwB20OFsAAAAbElEQVQY073OsQ3CMAAEwJMYwJGnsAehpoXJItltBkmcdZBYgIIiQoLglnz3ui+eP+bk5uneteTMZJa6OJuIqvYzSJoqwqBq8gdmTTW86/dghxAUq4xsVYT9laBYXCw93Aajh7GPEF23t4fkBYevGFTANkPRAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA3LTI0VDExOjU1OjU4KzAyOjAwRFqFOQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wNy0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) 96% no-repeat;
 
- }
 
- .custom-select-rtl {
 
-   background-position-x: 4%;
 
- }
 
- .search-margin {
 
-   margin-bottom: 0.6em;
 
- }
 
- .visually-hidden {
 
-   position: absolute !important;
 
-   height: 1px;
 
-   width: 1px;
 
-   overflow: hidden;
 
-   clip: rect(1px, 1px, 1px, 1px);
 
-   white-space: nowrap;
 
- }
 
- .label-danger,
 
- .btn-danger {
 
-   background: #c9432f;
 
- }
 
- .label-success,
 
- .btn-success {
 
-   background: #068922;
 
- }
 
- select.form-control {
 
-   border-color: #888 !important;
 
- }
 
- #advanced-search-container {
 
-   display: none;
 
-   text-align: left;
 
-   margin-bottom: 1rem;
 
-   clear: both;
 
- }
 
- #advanced-search-container label,
 
- #advanced-search-container .input-group-addon {
 
-   font-size: 1.2rem;
 
-   font-weight: normal;
 
-   background-color: white;
 
-   border: #DDD 1px solid;
 
-   border-right: none;
 
-   color: #666;
 
-   padding-bottom: 0.4rem;
 
-   padding-right: 0.7rem;
 
-   padding-left: 0.7rem;
 
- }
 
- #advanced-search-container label:last-child,
 
- #advanced-search-container .input-group-addon:last-child {
 
-   border-right: #DDD 1px solid;
 
- }
 
- #advanced-search-container input[type="radio"] {
 
-   display: none;
 
- }
 
- #advanced-search-container input[type="radio"]:checked + label {
 
-   color: #29314D;
 
-   font-weight: bold;
 
-   border-bottom: #01D7D4 5px solid;
 
- }
 
- #check-advanced:focus + label {
 
-   text-decoration: underline;
 
- }
 
- #check-advanced:checked ~ #advanced-search-container {
 
-   display: block;
 
- }
 
- .advanced {
 
-   padding: 0;
 
-   margin-top: 0.3rem;
 
-   text-align: right;
 
- }
 
- .advanced label,
 
- .advanced select {
 
-   cursor: pointer;
 
- }
 
- .cursor-text {
 
-   cursor: text !important;
 
- }
 
- .cursor-pointer {
 
-   cursor: pointer !important;
 
- }
 
- pre,
 
- code {
 
-   font-family: 'Ubuntu Mono', 'Courier New', 'Lucida Console', monospace !important;
 
- }
 
- .code-highlight pre {
 
-   margin-bottom: 25px;
 
-   padding: 20px 10px;
 
-   background-color: inherit;
 
-   color: inherit;
 
-   border: inherit;
 
-   color: #D7DAE0;
 
- }
 
- .table > tbody > tr > td,
 
- .table > tbody > tr > th {
 
-   vertical-align: middle !important;
 
- }
 
- .nav-tabs.nav-justified {
 
-   margin-bottom: 20px;
 
- }
 
- p {
 
-   margin: 10px 0;
 
- }
 
- input.cursor-text {
 
-   margin: 10px 0;
 
- }
 
- .engine-tooltip {
 
-   display: none;
 
-   position: absolute;
 
-   padding: 0.5rem 1rem;
 
-   margin: 0rem 0 0 2rem;
 
-   border: 1px solid #ddd;
 
-   box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
 
-   background: white;
 
-   font-size: 14px;
 
-   font-weight: normal;
 
-   z-index: 1000000;
 
-   max-width: 40rem;
 
- }
 
- td:hover .engine-tooltip,
 
- th:hover .engine-tooltip,
 
- .engine-tooltip:hover {
 
-   display: inline-block;
 
- }
 
- /* stacked-bar-chart */
 
- .stacked-bar-chart {
 
-   margin: 0;
 
-   padding: 0 0.125rem 0 3rem;
 
-   width: 100%;
 
-   width: -moz-available;
 
-   width: -webkit-fill-available;
 
-   width: fill;
 
-   flex-direction: row;
 
-   flex-wrap: nowrap;
 
-   flex-grow: 1;
 
-   align-items: center;
 
-   display: inline-flex;
 
- }
 
- .stacked-bar-chart-value {
 
-   width: 3rem;
 
-   display: inline-block;
 
-   position: absolute;
 
-   padding: 0 0.5rem;
 
-   text-align: right;
 
- }
 
- .stacked-bar-chart-base {
 
-   display: flex;
 
-   flex-shrink: 0;
 
-   flex-grow: 0;
 
-   flex-basis: unset;
 
- }
 
- .stacked-bar-chart-median {
 
-   display: flex;
 
-   flex-shrink: 0;
 
-   flex-grow: 0;
 
-   flex-basis: unset;
 
-   background: #d5d8d7;
 
-   border: 1px solid rgba(213, 216, 215, 0.9);
 
-   padding: 0.3rem 0;
 
- }
 
- .stacked-bar-chart-rate80 {
 
-   display: flex;
 
-   flex-shrink: 0;
 
-   flex-grow: 0;
 
-   flex-basis: unset;
 
-   background: transparent;
 
-   border: 1px solid rgba(213, 216, 215, 0.3);
 
-   padding: 0.3rem 0;
 
- }
 
- .stacked-bar-chart-rate95 {
 
-   display: flex;
 
-   flex-shrink: 0;
 
-   flex-grow: 0;
 
-   flex-basis: unset;
 
-   background: transparent;
 
-   border-bottom: 1px dotted rgba(213, 216, 215, 0.5);
 
-   padding: 0;
 
- }
 
- .stacked-bar-chart-rate100 {
 
-   display: flex;
 
-   flex-shrink: 0;
 
-   flex-grow: 0;
 
-   flex-basis: unset;
 
-   background: transparent;
 
-   border-left: 1px solid rgba(213, 216, 215, 0.9);
 
-   padding: 0.4rem 0;
 
-   width: 1px;
 
- }
 
- /* Safari 9+ 
 
-    Conditional/Hack CSS from https://browserstrangeness.github.io/css_hacks.html
 
- */
 
- @supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
 
-     .twitter-typeahead .tt-input:focus {
 
-         z-index: 2;
 
-     }
 
-     .input-group-btn:last-child > .btn,
 
-     .input-group-btn:last-child > .btn-group {
 
-         margin-left: inherit !important;
 
-     }
 
- }
 
- /*Global*/
 
- body {
 
-   background: #1d1f21 none !important;
 
-   color: #D5D8D7 !important;
 
- }
 
- a {
 
-   color: #41a2ce !important;
 
-   text-decoration: none !important;
 
- }
 
- a:hover {
 
-   color: #5F89AC !important;
 
- }
 
- input,
 
- button,
 
- textarea,
 
- select {
 
-   border: 1px solid #282a2e !important;
 
-   background-color: #444 !important;
 
-   color: #BBB !important;
 
- }
 
- input:focus,
 
- button:focus,
 
- textarea:focus,
 
- select:focus {
 
-   border: 1px solid #C5C8C6 !important;
 
-   box-shadow: initial !important;
 
- }
 
- div#advanced-search-container div#categories label {
 
-   background: none;
 
-   border: 1px solid #282a2e;
 
- }
 
- ul.nav li a {
 
-   border: 0 !important;
 
-   border-bottom: 1px solid #4d3f43 !important;
 
- }
 
- #categories *,
 
- .modal-wrapper * {
 
-   background: #1d1f21 none !important;
 
-   color: #D5D8D7 !important;
 
- }
 
- #categories * {
 
-   border: 1px solid #3d3f43 !important;
 
- }
 
- #categories *:checked + label {
 
-   border-bottom: 4px solid #3d9f94 !important;
 
- }
 
- .result-content,
 
- .result-source,
 
- .result-format {
 
-   color: #B5B8B7 !important;
 
- }
 
- .external-link {
 
-   color: #35B887 !important;
 
- }
 
- .table-striped tr td,
 
- .table-striped tr th {
 
-   border-color: #4d3f43 !important;
 
- }
 
- /*nav*/
 
- .navbar {
 
-   background: #1d1f21 none;
 
-   border: none;
 
- }
 
- .navbar .active,
 
- .menu {
 
-   background: none !important;
 
- }
 
- .label-default {
 
-   background: none;
 
-   color: #BBB;
 
- }
 
- .navbar-default .navbar-nav > .active > a,
 
- .navbar-default .navbar-nav > .active > a:hover,
 
- .navbar-default .navbar-nav > .active > a:focus,
 
- .nav-tabs.nav-justified > .active > a {
 
-   background-color: #282a2e !important;
 
- }
 
- /*Search Page*/
 
- .result-default:hover,
 
- .result-code:hover,
 
- .result-torrent:hover,
 
- .result-videos:hover,
 
- .result-map:hover {
 
-   background-color: #222426;
 
- }
 
- /*buttons*/
 
- .btn {
 
-   color: #BBB;
 
-   background-color: #444;
 
-   border: 1px solid #282a2e;
 
- }
 
- .btn:hover {
 
-   color: #444 !important;
 
-   background-color: #BBB !important;
 
- }
 
- .btn-primary.active {
 
-   color: #C5C8C6;
 
-   background-color: #5F89AC;
 
-   border-color: #5F89AC;
 
- }
 
- /*Right Pannels*/
 
- .panel {
 
-   border: 1px solid #111;
 
-   background: none;
 
- }
 
- .panel-heading {
 
-   color: #C5C8C6 !important;
 
-   background: #282a2e !important;
 
-   border-bottom: none;
 
- }
 
- .panel-body {
 
-   color: #C5C8C6 !important;
 
-   background: #1d1f21 !important;
 
-   border-color: #111 !important;
 
- }
 
- .panel-footer {
 
-   color: #C5C8C6 !important;
 
-   background: #282a2e !important;
 
-   border-top: 1px solid #111 !important;
 
- }
 
- .infobox_toggle:hover {
 
-   background: #3d3f43 !important;
 
- }
 
- p.btn.btn-default {
 
-   background: none;
 
- }
 
- .table-striped > tbody > tr:nth-child(odd) > td,
 
- .table-striped > tbody > tr:nth-child(odd) > th,
 
- .table-striped > thead > tr:nth-child(odd) > th {
 
-   background: #2d2f32 none !important;
 
-   color: #D5D8D7 !important;
 
- }
 
- .label-success {
 
-   background: #1d6f42 none !important;
 
- }
 
- .label-danger {
 
-   background: #ad1f12 none !important;
 
- }
 
- .searxng-navbar {
 
-   background: #333334;
 
-   height: 2.3rem;
 
-   font-size: 1.3rem;
 
-   line-height: 1.3rem;
 
-   padding: 0.5rem;
 
-   font-weight: bold;
 
-   margin-bottom: 0.8rem;
 
- }
 
- .searxng-navbar a,
 
- .searxng-navbar a:hover {
 
-   margin-right: 2rem;
 
-   color: white;
 
-   text-decoration: none;
 
- }
 
- .searxng-navbar .instance a {
 
-   color: #01D7D4;
 
-   margin-left: 2rem;
 
- }
 
- #main-logo {
 
-   margin-top: 20vh;
 
-   margin-bottom: 25px;
 
- }
 
- #main-logo > img {
 
-   max-width: 350px;
 
-   width: 80%;
 
- }
 
- .onoffswitch-inner:before,
 
- .onoffswitch-inner:after {
 
-   background: #1d1f21 none !important;
 
- }
 
- .onoffswitch-switch,
 
- .onoffswitch-label {
 
-   border: 2px solid #3d3f43 !important;
 
- }
 
- .nav > li > a:hover,
 
- .nav > li > a:focus {
 
-   background-color: #3d3f43 !important;
 
- }
 
- /*Images search*/
 
- .img-thumbnail,
 
- .thumbnail {
 
-   padding: 0px;
 
-   line-height: 1.42857143;
 
-   background: none;
 
-   border: none;
 
- }
 
- .modal-content {
 
-   background: #1d1f21 none !important;
 
- }
 
- /*Preferences*/
 
- .table > thead > tr > td.danger,
 
- .table > tbody > tr > td.danger,
 
- .table > tfoot > tr > td.danger,
 
- .table > thead > tr > th.danger,
 
- .table > tbody > tr > th.danger,
 
- .table > tfoot > tr > th.danger,
 
- .table > thead > tr.danger > td,
 
- .table > tbody > tr.danger > td,
 
- .table > tfoot > tr.danger > td,
 
- .table > thead > tr.danger > th,
 
- .table > tbody > tr.danger > th,
 
- .table > tfoot > tr.danger > th {
 
-   background: rgba(240, 0, 0, 0.56) !important;
 
-   color: #C5C8C6 !important;
 
- }
 
- .table-hover > tbody > tr > td.danger:hover,
 
- .table-hover > tbody > tr > th.danger:hover,
 
- .table-hover > tbody > tr.danger:hover > td,
 
- .table-hover > tbody > tr:hover > .danger,
 
- .table-hover > tbody > tr.danger:hover > th {
 
-   background: rgba(237, 59, 59, 0.61) !important;
 
-   color: #C5C8C6 !important;
 
- }
 
- .table-hover > tbody > tr:hover > td,
 
- .table-hover > tbody > tr:hover > th {
 
-   background: #66696e !important;
 
- }
 
- .btn-success {
 
-   color: #C5C8C6;
 
-   background: #449d44;
 
- }
 
- .btn-danger {
 
-   color: #C5C8C6;
 
-   background: #d9534f;
 
- }
 
- .well {
 
-   background: #444;
 
-   border-color: #282a2e;
 
- }
 
- .highlight {
 
-   background-color: transparent !important;
 
- }
 
- /* engine tooltip */
 
- .engine-tooltip {
 
-   border: 1px solid #3d3f43;
 
-   background: #1d1f21;
 
- }
 
 
  |